/*
Theme Name: R2 Semi
Author: S. Mattern for Sterling Communications
Author URI: http://sterlingpr.com
Version: 1
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
.pcshow{
    display: block !important;
}
.webshow{
    display: none !important;
}


.newproname{
    line-height: 1.25 !important;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: none;
}
/*--------------------------------------------------------------
Typography & Links
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	font-family: "proxima-nova-soft",sans-serif;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "proxima-nova-soft",sans-serif;
	font-weight: normal;
	margin: 20px 0;
}

h1, h2.h1 {
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 120%;
}

h2, h1.h2 {
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: normal;
	text-transform: none;
}

h3 {
	font-size: 25px;
	font-size: 1.5625rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

.red {
	font-size: 110%;
	color: #FF5F3E;
}

blockquote {
	color: #999;
	font-size: 25px;
	font-size: 1.5625rem;
	text-align: center;
	line-height: 140%;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	max-width: 800px;
}

cite {
	color: #999;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	margin-top: 10px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a {
	color: #05325c;
	text-decoration: none;
}

a:visited {
	color: #05325c;
}

a:hover,
a:focus,
a:active {
	color: #05325c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background: transparent url('../images/hr.jpg') repeat-x;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.site-main li {
	margin: 8px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

small, .small {
	font-size: 14px;
	font-size: .875rem;
}

p.small {
	margin-bottom: 1em;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #ccc;
	border: none;
	border-radius: 3px;
	color: #000;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #FFF;
}

.btn,
a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	background-color: #05325c;
	border: 1px solid #05325c;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	letter-spacing: .1em;
	padding: 15px 75px;
	text-transform: uppercase;
}

.btn.white-text,
a.btn.white-text,
button.white-text {
	color: #FFF !important;
}

.btn-full {
	display: block !important;
	width: 100% !important;
	padding: 15px 0 !important;
	text-align: center;
}

.btn:hover,
a.btn:hover
a.btn:focus,
a.btn:active,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #05325c;
	border-color: #05325c;
	color: #44453E !important;
	cursor: pointer;
	text-decoration: none;
}

.wpcf7-form input, .wpcf7-form textarea {
	margin-top: 5px;
}

.wpcf7-form textarea {
	height: 235px;
}

.wpcf7-form textarea.longer {
	height: 340px;
}

.wpcf7-form .btn-full {
	margin-top: 20px;
}

span.wpcf7-list-item {
	margin: 0 .5em 0 0;
}

.wpcf7-list-item-label {
	font-size: 18px;
	font-size: 1.11rem;
}

.wpcf7-form p {
	margin-bottom: 1em;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #FF5F3E;
	font-size: 16px;
	font-size: 1rem;
}

.wpcf7-form .wpcf7-response-output {
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.wpcf7-form .wpcf7-validation-errors {
	color: #FF5F3E;
}

.wpcf7 img.ajax-loader {
	display: none;
}
/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	font-size: 14px;
	font-size: .875rem;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 60px;
}

	.main-navigation li.last {
		margin-right: 0;
	}

.main-navigation a {
	color: #FFF;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active, 
.main-navigation li.menu-item-27.current-page-ancestor a {
	color: #05325c;
	text-decoration: none;
}
	.main-navigation li.last a {
		background: #fff;
  		border: 1px solid #fff;
		color: #05325c;
		margin-top: -9px;
		padding: 8px 20px;
		-webkit-border-radius: 20px;
  		-moz-border-radius: 20px;
  		-ms-border-radius: 20px;
  		-o-border-radius: 20px;
  		border-radius: 20px;
  		transition: all 0.3s ease-in-out;
  		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.main-navigation li.last a:hover, .main-navigation li.last.current_page_item a {
		/*background: #05325c;
		color: #FFF;*/
	}

.main-navigation ul ul {
	float: left;
	left: -999em;
	padding-top: 10px;
	position: absolute;
	top: 1em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	display: block;
	padding: 5px;
}

.main-navigation ul ul li {
	background-color: #2F2D2E;
	display: block;
	float: none;
	font-size: 15px;
	font-size: .9375rem;
	letter-spacing: normal;
	margin: 0 auto;
	padding: 5px;
	text-transform: none;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
	margin-left: -10px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	/*color: #05325c;*/color: #fff;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.menu-toggle:hover {
	background-color: transparent !important;
	border-color: none !important;
	color: #44453E;
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		background-color: transparent;
		border: none;
		color: #FFF;
		cursor: pointer;
		display: inline-block;
		float: right;
		padding: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}

	.menu-toggle:hover {
		color: #05325c;
	}
	
	.main-navigation.toggled .nav-menu {
		background-color: #2F2D2E;
		display: block;
		float: none;
		margin-top: 70px;
		padding: 5px;
		width: 300px;
	}

	.main-navigation.toggled .nav-menu li {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 5px;
	}

	.main-navigation.toggled .nav-menu a {
		display: block;
		padding: 8px;
	}

	.main-navigation.toggled .nav-menu li.last a {
		margin-top: 0;
		padding: 8px;
		text-align: center;
	}

	.main-navigation.toggled .nav-menu ul {
		display: block;
		margin: -10px 0 40px 20px;
		padding-top: 0;
		width: 100%;
	}

	.main-navigation.toggled .nav-menu li.menu-item-has-children:hover ul {
		position: relative;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	font-size: 15px;
	font-size: .9375rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
#page {
	position: relative;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	/* see bootstrap-grid.css for container grid */
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
	background-color: transparent;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
	.admin-bar .header {
		position: absolute !important;
	}

	h1.logo {
		
		height: 65px;
		left: 0;
		margin: 0;
		position: absolute;
		top: 20px;
		width: 130px;
	}

		h1.logo a {
		    height: 65px;
		    outline: none;
		    display: block;
		    text-indent : -9999px; 
		    width: 130px;
		}
		h1.logo a img{
		    display: block;
		}

.banner {
	/*background: #2F2D2E url('../images/banner.jpg') no-repeat top center;*/
	background: #2076ab;
	background-attachment: fixed;
	left: 0;
	height: 450px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
	color: #FFF !important;
}

	.entry-header {
		text-align: center;
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 120%;
		margin-top: 180px;
		max-width: 800px;
	}

.home .banner {
	height: 600px;
	background: transparent url('../images/home-banner.gif') no-repeat top center;
	background-attachment: scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
	}

	.home .entry-header {
		margin-top: 420px;
	}

	.home .entry-header img {
		margin-bottom: 20px;
		max-width: 100%;
		height: auto;
	}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.site-content {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 140%;

}
	.home .site-content {
		padding-top: 598px;
	}

.content-banner {
	padding: 60px 0;
	position: relative;
	z-index: 10;
}
	.content-banner.dark-grey {
		background-color: #fff;
		color: #333;
	}

	.content-banner.dark-olive {
		background-color: #eee;
		color: #333;
	}

	h2.h1 {
		text-align: center;
		margin-bottom: 30px;
	}

	.subtitle {
		margin: 0 auto;
		margin-bottom: 75px;
		max-width: 800px;
		text-align: center;
	}

		.subtitle p {
			font-size: 25px;
			font-size: 1.5rem;
			line-height: 130%;
		}

	.row .item, .row.item {
		margin-bottom: 90px;
	}

	.sectionlink {
		top: -44px;
		height: 88px;
		left: 50%;
		margin-left: -6px;
		position: absolute;
		width: 12px;
		z-index: 1000;
	}

		.sectionlink.green {
			background: transparent url('../images/link-green.png') no-repeat top;
		}

		.sectionlink.yellow {
			background: transparent url('../images/link-yellow.png') no-repeat bottom;
			z-index: 2000;
			height: 0;
		}

	.content-banner a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.content-banner a:hover,
	.content-banner a:focus,
	.content-banner a:active {
		color: #fff !important;
		text-decoration: none;
	}

.technology-banner {
	text-align: center;
}

	.technology-banner .row p {
		color: #999;
		line-height: 140%;
	}

.product-banner {
	text-align: center;
}

	.product-banner .row p {
		font-size: 22px;
		font-size: 0.875rem;
		line-height: 140%;
	}

	.product-banner a.btn {
		margin-top: 20px;
	}

.site-main {
	padding: 70px 0;
}
	.site-main h2 {
		margin-top: 50px;
	}

	.site-main.dark-olive {
		background-color: #fff;
		color: #333;
	}

	.site-main.dark-grey {
		background-color: #eee;
		color: #333;
	}

	.site-main.dark-olive h1, .site-main.dark-olive h2, .site-main.dark-olive h3, .site-main.dark-olive h4, .site-main.dark-olive h5, .site-main.dark-olive h6, 
	.site-main.dark-grey h1, .site-main.dark-grey h2, .site-main.dark-grey h3, .site-main.dark-grey h4, .site-main.dark-grey h5, .site-main.dark-grey h6  {
		color: #333;
	}

	.site-main.dark-olive a, .site-main.dark-grey a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.site-main.dark-olive a:hover,
	.site-main.dark-olive a:focus,
	.site-main.dark-olive a:active,
	.site-main.dark-grey a:hover,
	.site-main.dark-grey a:focus,
	.site-main.dark-grey a:active {
		color: #05325c;
		text-decoration: none;
	}

.site-main ul ul li {
	list-style-type: circle !important;
}

/*--------------------------------------------------------------
Page Specific
--------------------------------------------------------------*/

.portrait {
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	max-width: 360px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

	.portrait img {
		display: block;
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.portrait img:hover {
		opacity: .8;
	}

	.portrait .bio {
		background-color: #2F2D2E;
		padding: 10px 15px;
		min-height: 130px;
	}

	.portrait:hover .bio {
		background-color: #44453F;
	}

	.portrait h3 {
		font-size: 20px;
		font-size: 1.25rem;
		color: #FFF;
		line-height: 110%;
		margin: 10px 0 5px 0;
	}

	.portrait h3 a {
		color: #FFF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.portrait h3 a:hover {
		color: #37C9A5;
		text-decoration: none;
	}

	.position {
		line-height: 120%;
		color: #999;
	}

.board .member {
	margin: 30px 0;
}

	.board .member h3 {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 110%;
		margin: 10px 0 5px 0;
	}

	.board .member h3 a {
		color: #444;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.board .member h3 a .fa {
		color: #37C9A5;
		font-size: 20px;
		font-size: 1.25rem;
		margin-left: 5px;
	}

	.board .member h3 a:hover {
		color: #37C9A5;
		text-decoration: none;
	}

	.board .position {
		font-size: 18px;
		font-size: 1.125rem;
	}

.ilightbox-holder.dark {
	background-color: #2F2D2E !important;
	padding: 0;
}

	.ilightbox-wrapper {
		color: #FFF !important;
	}

	.lightbox-bio {
		font-size: 18px;
		font-size: 1.125rem;
		padding: 10px 15px;
		line-height: 140%;
	}

		.lightbox-bio h3 {
			font-size: 25px;
			font-size: 1.5625rem;
			color: #FFF;
			line-height: 110%;
			margin: 10px 0 5px 0;
		}

		.lightbox-bio .position {
			margin-bottom: 10px;
		}

.technology-icons {
	text-align: center;
	margin-top: 20px;
}

	.technology-icons .item {
		position: relative;
		border: 0px solid #fff;
	}

	.technology-icons .icon {
		position: absolute;
		height: 210px;
		width: 210px;
		top: 0;
		left: 50%;
		margin-left: -105px;
	}
	
	.icon.battery {
		background: transparent url('../images/battery-outline.png') no-repeat top left;
	}

	.icon.battery-level {
		background: transparent url('../images/battery-level.png') no-repeat top left;
	}

	.icon.thermometer {
		background: transparent url('../images/thermometer-outline.png') no-repeat top left;
	}

	.icon.thermometer-level {
		background: transparent url('../images/thermometer-level.png') no-repeat bottom left;
	}

	.icon.watch {
		background: transparent url('../images/watch.png') no-repeat top left;
	}

	.icon.watch-hourhand {
		background: transparent url('../images/watch-hourhand.png') no-repeat center center;
	}

	.icon.watch-minhand {
		background: transparent url('../images/watch-minhand.png') no-repeat center center;
	}

	.technology-icons .descrip {
		margin-top: 230px;
	}

	.technology-icons p {
		color: #666;
		line-height: 140%;
	}


.address-icon {
	margin: 15px 0;
	min-height: 50px;
}

.address-icon a {
	display: block;
	padding-left: 50px;
	background: transparent url('../images/address.png') no-repeat left top;
}

.phone-icon {
	margin: 15px 0 50px 0;
	min-height: 50px;
	padding-left: 50px;
	background: transparent url('../images/phone.png') no-repeat left top;
}

.address-icon a, .phone-icon a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.address-icon a:hover, .phone-icon a:hover {
		color: #37C9A5;
		text-decoration: none;
	}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	/*background: transparent url('../images/footer.jpg') repeat;*/
	background: #323232;
	border-top: 1px solid #2A2829;
	color: #fff;
	padding: 70px 0 50px;
	text-align: left;
}
	.site-footer a {
		color: #FFF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.site-footer a:hover,
	.site-footer a:focus,
	.site-footer a:active {
		color: #05325c;
		text-decoration: none;
	}
	.site-footer .overview {
		font-size: 20px;
		font-size: 1.2rem;
		line-height: 140%;
		margin-top: 10px;
	}
	.site-footer .textright {
		display: none;
	}

.footer-navigation ul {
	font-size: 18px;
	font-size: 1.125rem;
	list-style: none;
}

.footer-navigation li {
	margin: 5px 0 15px 0;
	width: 100%;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

.post {
	max-width: 760px;
	margin: 0 auto;
	margin-bottom: 100px;
	float: none;
}

.post-header {
	text-align: center;
	margin-bottom: 30px;
}

.post .entry-content {
	margin-top: 30px;
}

.post h1 a {
	color: #404040;
}

.post h1 a:hover,
.post h1 a:focus,
.post h1 a:active {
	color: #05325c;
}

select#cat {
	font-size: 20px;
	font-size: 1.25rem;
	min-width: 280px;
	max-width: 500px;
	margin-top: 20px;
	padding: 10px;
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 15px;
	font-size: .9375rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
Alignments & Clearings
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
/*--------------------------------------------------------------
::Typography & Links (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Elements (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Forms (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Menus (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Structure (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Header (min-width 480)
--------------------------------------------------------------*/

	.home .banner {
		height: 800px;
	}

	.home .entry-header {
		margin-top: 600px;
	}

/*--------------------------------------------------------------
::Content (min-width 480)
--------------------------------------------------------------*/
	.home .site-content {
		padding-top: 798px;
	}
/*--------------------------------------------------------------
::Page-Specific (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Footer (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Posts (min-width 480)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Comments (min-width 480)
--------------------------------------------------------------*/
}

@media only screen and (min-width: 768px) {

/*--------------------------------------------------------------
::Typography & Links (min-width 768)
--------------------------------------------------------------*/
h1, h2.h1 {
	font-size: 45px;
	font-size: 2.8125;
}

h2, h1.h2 {
	font-size: 35px;
	font-size: 2.1875rem;
}

h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

h4 {
	font-size: 25px;
	font-size: 1.5625rem;
}

h5 {
	font-size: 25px;
	font-size: 1.5625rem;
}

h6 {
	font-size: 20px;
	font-size: 1.25rem;
}
/*--------------------------------------------------------------
::Elements (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Forms (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Menus (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Structure (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Header (min-width 768)
--------------------------------------------------------------*/

	.home .banner {
	  	background-size: auto;
	  	-webkit-background-size: auto;
	  	-moz-background-size: auto;
	 	-o-background-size: auto;
		}

	.entry-header {
		font-size: 35px;
		font-size: 2.1875rem;
	}

/*--------------------------------------------------------------
::Content (min-width 768)
--------------------------------------------------------------*/

	.padtop {
		padding-top: 30px;
	}

/*--------------------------------------------------------------
::Page-Specific (min-width 768)
--------------------------------------------------------------*/

	.portrait {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.portrait h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
/*--------------------------------------------------------------
::Footer (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Posts (min-width 768)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Comments (min-width 768)
--------------------------------------------------------------*/
}

@media only screen and (min-width: 992px) {

/*--------------------------------------------------------------
::Typography & Links (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Elements (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Forms (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Menus (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Structure (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Header (min-width 992)
--------------------------------------------------------------*/

.banner {
	background-size: cover;
}

/*--------------------------------------------------------------
::Content (min-width 992)
--------------------------------------------------------------*/


/*--------------------------------------------------------------
::Page-Specific (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Footer (min-width 992)
--------------------------------------------------------------*/

	.site-footer .textright {
		display: block;
	}

/*--------------------------------------------------------------
::Posts (min-width 992)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Comments (min-width 992)
--------------------------------------------------------------*/
}

@media only screen and (min-width: 1140px) {
/*--------------------------------------------------------------
::Typography & Links (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Elements (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Forms (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Menus (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Structure (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Header (min-width 1140)
--------------------------------------------------------------*/

	.home {

	}

	.header {
		border-bottom: 0px solid #2A2829;
		position: fixed;
		top: 0;
	}
	
/*--------------------------------------------------------------
::Content (min-width 1140)
--------------------------------------------------------------*/
	
	.sectionlink.yellow {
		height: 88px;
	}

/*--------------------------------------------------------------
::Page-Specific (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Footer (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Posts (min-width 1140)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
::Comments (min-width 1140)
--------------------------------------------------------------*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  /* High-res styles */
   h1.logo {

  }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.indexh2{
    line-height: 1.4; margin-top: 20%;
}
@media only screen and (max-width: 1200px){
.indexh2{
    line-height: 1.4; margin-top: 15%;
}  
}

@media only screen and (max-width: 768px){
    .indexh2{
        line-height: 1.2; margin-top: 5%; font-size: 1.6rem;
    }  
    .technology-icons .icon {
      position: static;
      height: auto;
      width: 210px;
      top: 0;
      left: 50%;
      margin-left: 0;
      top: 0;
      width: 100%;
    }
    .technology-icons .descrip {
      margin-top: 0;
    }
    .pcshow{
        display: none !important;
    }
    .webshow{
         display: block !important;
    }
}

.new_main{
	width:100%; background:#f4f4f4;
}
.new_main .container_in{
	background:url(../images/new_main_bg.png) left bottom no-repeat ; display:flex;  padding:40px 0;
	background-size:auto 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.new_main_list {
	display:flex; flex-direction: column; justify-content: center; text-align:center;
}
.new_main_list img{
	display:inline-block; width:60px;
}
.new_main_list .tt{
	font-size:24px; color:#333; margin:10px 0 5px;
}
.new_main_list .tb{
	font-size:18px; color:#666;
}
.new_main_list .tc{
	font-size:18px; color:#333;
}
.new_main_list:last-child img{
	width:188px;
}
@media only screen and (max-width: 1366px){
.new_main .container_in{
	padding:30px 0;
}
.new_main_list img{
	width:55px;
}
.new_main_list .tt{
	font-size:22px; margin:8px 0 4px;
}
.new_main_list .tb{
	font-size:17px; 
}
.new_main_list .tc{
	font-size:17px;
}
.new_main_list:last-child img{
	width:170px;
}
}
@media only screen and (max-width: 768px){
	.new_main_list{
		width:50%; margin-top:15px;
	}
	.new_main_list:nth-child(-n+2){
		margin-top:15px;
	}
	.new_main .container_in{
		padding:15px 0;
	}
	.new_main_list img{
		width:40px;
	}
	.new_main_list .tt{
		font-size:18px; margin:6px 0 3px;
	}
	.new_main_list .tb{
		font-size:16px; 
	}
	.new_main_list .tc{
		font-size:16px;
	}
	.new_main_list:last-child img{
		width:130px;
	}
}
