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

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
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;
}
.print {
	display: none;
}

/*--------------------------------------------------------------
Typography & Links
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	font-family: "freight-sans-pro",sans-serif;
	font-weight: normal;
}

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

h1, h2.h1 {
	font-size: 33px;
	font-size: 2.0625rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 300;
}

h2, h1.h2 {
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: normal;
	text-transform: none;
	line-height: 120%;
}

h1.h2 {
	font-weight: 600;
}

h3 {
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	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: #9E2A2B;
	text-decoration: none;
}

a:visited {
	color: #9E2A2B;
}

a:hover,
a:focus,
a:active {
	color: #444;
	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: #DDDDDD;
	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: #F3F3F3;
	border: 1px solid #DDD;
	color: #222;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 10px;
	width: 100%;
}

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

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: #9E2A2B;
	border: 1px solid #9E2A2B;
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	font-size: .9375rem;
	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;
	letter-spacing: .1em;
	padding: 15px 75px;
	text-transform: uppercase;
}

.wpcf7-form .btn,
.btn.ghost,
a.btn.ghost,
button.ghost {
	background-color: transparent;
	border: 1px solid #9E2A2B;
	color: #9E2A2B;
}

.wpcf7-form .btn.white,
.btn.ghost.white,
a.btn.ghost.white,
button.ghost.white {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn-full, .wpcf7-form .btn {
	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: #222;
	border-color: #222;
	color: #FFF !important;
	cursor: pointer;
	text-decoration: none;
}

.wpcf7-form .btn:hover,
.btn.ghost:hover,
a.btn.ghost:hover,
a.btn.ghost:focus,
a.btn.ghost:active,
button.ghost:hover {
	background-color: #9E2A2B;
	border: 1px solid #9E2A2B;
	color: #FFF;
}

.btn.ghost:hover,
a.btn.ghost:hover,
button.ghost:hover {
	background-color: #9E2A2B;
	border-color: #9E2A2B;
}

.wpcf7-form {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

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

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

.wpcf7-form .press-textarea textarea {
	height: 355px;
}

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

span.wpcf7-list-item {
	margin: 0 .8em 0 0;
	font-size: 16px;
	font-size: 1rem;
}

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

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

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

.wpcf7-form .wpcf7-response-output {
	border: 2px solid #9E2A2B;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 600;
}

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

.wpcf7 img.ajax-loader {
	display: none;
}
.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
}
/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	font-size: 15px;
	font-size: .9375rem;
	text-transform: uppercase;
	letter-spacing: .1em;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 0;
}

.main-navigation a {
	color: #222;
	display: block;
	height: 82px;
	line-height: 82px;
	padding: 0 20px;
	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 {
	color: #FFF;
	background-color: #9E2B27;
	text-decoration: none;
}

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

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

.main-navigation ul ul a {
	height: auto;
	display: block;
	line-height: 105%;
	padding: 10px;
	width: 200px;
}

.main-navigation ul ul li {
	line-height: normal;
	background-color: #FFF;
	display: block;
	float: 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;
}

.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,
.single-media .main-navigation li#menu-item-35 > a {
	color: #FFF;
	background-color: #9E2B27;
}

#menu-main-menu {
	display:none;
}

.slicknav_menu {
	display:block;
}

@media screen and (min-width: 768px) {
	.slicknav_menu {
		display:none;
	}
	#menu-main-menu {
		display:block;
	}
}

.slicknav_menu {
	background-color: transparent;
	padding-top: 20px;
}
ul.slicknav_nav {
	background-color: #FFF;
	padding-top: 30px;
}
ul.slicknav_nav li a {
	text-decoration: none !important;
	color: #222 !important;
	}

.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: #FFF;
	border-top: 3px solid #222;
	height: 85px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
	.admin-bar .header {
		position: absolute !important;
	}

	h1.logo {
		background: transparent url('images/logo.png') no-repeat top;
		height: 53px;
		left: 10px;
		margin: 0;
		position: absolute;
		top: 16px;
		width: 223px;
	}

		h1.logo a {
		    height: 53px;
		    outline: none;
		    display: block;
		    text-indent : -9999px; 
		    width: 223px;
		}

.banner {
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: center center;
	height: 445px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 100%;
	z-index: 10;
}
	
	.banner.photoback {
		color: #FFF;
		background-size: cover;
	}

	.single .banner {
		background-color: #FFF;
		height: auto;
		position: relative;
		padding-top: 85px;
		top: 0;
	}

	.single .banner .entry-header {
		margin-top: 100px;
	}

	.single .banner h1.h2 .super {
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.single .banner .logo img {
		height: auto;
		max-height: 60px;
		max-width: 100px;
		height: auto;
		width: auto;
	}

	.entry-header {
		text-align: center;
	}

	.slide-content p, .entry-header p {
		max-width: 800px;
		margin: 0 auto;
	}

	.single .entry-header {
		max-width: 800px;
	}

	.banner .entry-header {
		margin-top: 150px;
		margin-bottom: 0;
	}

	.page-id-18 .banner .entry-header {
		margin-top: 180px;
	}

	.home .banner .entry-header {
		/*margin-top: 110px;*/
		margin-top: 80px;
		margin-bottom: 0px;
		z-index: 10;
	}

	.content-banner .entry-header {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.home .banner-logo {
		position: absolute;
		left: 50%;
		margin-left: -133px;
		top: 20px;
		margin-top: 60px;
		width: 267px;
		height: 302px;
		background: transparent url('images/logo-white.png') no-repeat;
		z-index: 1;
	}

	h1 span.super, h2.h1 span.super {
		display: block;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: .1em;
		line-height: 100%;
		margin: 0;
	}

	h1 span.bordered, h2.h1 span.bordered {
		display: inline-block;
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		line-height: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding-bottom: 8px;
		margin-top: 15px;
	}

	h5.bordered {
		line-height: normal;
		border-top: 1px solid #222;
		border-bottom: 1px solid #222;
		font-size: 16px;
		font-size: 1rem;
		letter-spacing: .01em;
		line-height: 100%;
		margin: 0;
		padding: 12px 0;
		margin: 40px 0 15px 0;
		line-height: 110%;
	}

	h5.bordered a {
		color: #222;
	}

	h5.bordered a:hover {
		color: #9E2A2B;
		text-decoration: none;
	}

	sup {
		position: relative;
		font-size: 30%;
		line-height: 0;
		vertical-align: baseline;
		top: -1.4em;
	}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.site-content {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 160%;
	padding-top: 470px;
}

.single .site-content {
	padding-top: 20px;
}

.content-banner {
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	clear: both;
	display: block;
}
	.content-banner.grey {
		background-color: #F3F3F3;
	}

	.home .content-banner.technology-banner {
		padding-top: 160px;
	}

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

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

	.site-main p {
		margin: 10px 0 15px 0;
	}

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

.sidebar p {
	margin-bottom: 1em;
}

.sidebar a .fa {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #BBB;
		color: #888;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		margin-right: 2px;
		-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;
	}

.sidebar a .fa:hover {
	background-color: #888;
	border: 1px solid #888;
	color: #000;
	}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

.media-gallery .logo {
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	height: 60px;
}

.media-gallery.grey .logo img {
	background-color: #FFF;
	border: 1px solid #DDD;
}

.media-gallery .logo img {
	height: auto;
	max-height: 60px;
	max-width: 100px;
	height: auto;
	padding: 10px;
	width: auto;
}

.media-gallery .textcenter {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 140%;
}

.media-gallery .screenshot {
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 100% !important;
}

.media-gallery .screenshot .thumbnail {
	width: 100%;
	height: 100%;
}

.media-gallery .thumbnail img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.media-gallery .thumbnail:hover img {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.media-gallery .item {
	min-height: 360px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  background: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 500px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides .slide-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	color: #FFF;
	text-align: center;
	padding: 40px 10px 10px 10px;
	}

.slide-content h2 {
	margin-top: 15px !important;
	line-height: 100% !important;
}

.slide-content h2.h1 span.super {
	margin-bottom: 10px !important;
}

.slide-content p {
	margin-bottom: 30px !important;
}

.slide-content .icon {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-size: cover;
}

.slide-content .icon.industrial {
	background-image: url('images/icons/industrial-xs2.png');
}

.slide-content .icon.recreation {
	background-image: url('images/icons/recreation-xs2.png');
}

.slide-content .icon.structural {
	background-image: url('images/icons/structural-xs2.png');
}

.slide-content .icon.transportation {
	background-image: url('images/icons/transportation-xs2.png');
}

.slide-content .icon.education {
	background-image: url('images/icons/education-xs2.png');
}

.slide-content p, .entry-header p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 130%;
}

ul.slidenav {
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute !important;
	background: #222;
	width: 100%;
	height: 60px;
	z-index: 100;
}

ul.slidenav li {
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: .1px;
	font-size: .00625rem;
	display: inline-block;
}

ul.slidenav li span {
	display: none;
	font-size: 16px;
	font-size: 1rem;
}

.slidenav a {
	color: #999;
	outline: none;
	display: block;
}

.slidenav a:hover, .slidenav .rslides_here a {
	color: #FFF;
	text-decoration: none;
}

.slidenav .circle {
	height: 60px;
	width: 60px;
	margin: 0 auto;
	margin-bottom: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin-top: -15px;
	background-color: #222;
	border: 1px solid #99958B;
}

.slidenav li:hover .circle, .slidenav li.rslides_here .circle {
	border: 1px solid #9E2A2B;
}

.slidenav .icon {
	width: 40px;
	height: 40px;
	margin: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	transition: background-position .5s ease-in-out;
	-webkit-transition: background-position .5s ease-in-out;
	-moz-transition: background-position .5s ease-in-out;
	-ms-transition: background-position .5s ease-in-out;
	-o-transition: background-position .5s ease-in-out;
}

.slidenav span {
	text-transform: capitalize;
}

.slidenav li:hover .icon, .slidenav li.rslides_here .icon {
	background-position: center center;
}

.slidenav .icon.industrial {
	background-image: url('images/icons/industrial-xs2.png');
}

.slidenav .icon.recreation {
	background-image: url('images/icons/recreation-xs2.png');
}

.slidenav .icon.structural {
	background-image: url('images/icons/structural-xs2.png');
}

.slidenav .icon.transportation {
	background-image: url('images/icons/transportation-xs2.png');
}

.slidenav .icon.education {
	background-image: url('images/icons/education-xs2.png');
}
/*--------------------------------------------------------------
Page Specific
--------------------------------------------------------------*/

.portrait {
	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;
	margin-bottom: 80px;
}

	.portrait img {
		margin: 0 auto;
		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 h4 a {
		color: #222;
	}

	.portrait h4 a:hover {
		color: #9E2A2B;
		text-decoration: none;
	}

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

	.ilightbox-wrapper {
		color: #222 !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;
			line-height: 110%;
			margin: 5px 0 10px 0;
		}

		.lightbox-bio .position {
			font-size: 15px;
			font-size: .9375rem;
			text-transform: uppercase;
			letter-spacing: .05em;
			line-height: 110%;
			margin: 15px 0 0 0;
		}

.tech-blocks img, .news-blocks img {
	-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;
	margin-top: 0;
	padding: 0;
}

.tech-blocks img:hover, .news-blocks img:hover {
	margin-top: -20px;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #000;
	color: #FFF;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 100%;
}
	.site-footer .footer-columns {
		width: 100%;
		padding: 70px 0;
		background-color: #222;
		padding-bottom: 50px;
	}

	.site-footer a {
		color: #FFF;
	}

	.site-footer .menu-social-links-container a {
		color: #BBB;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		font-size: 1rem;
	}

	.site-footer li .fa {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #BBB;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		margin-right: 2px;
		-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 li:hover .fa {
		background-color: #888;
		border: 1px solid #888;
		color: #000;
	}

	.site-footer a:hover,
	.site-footer a:focus,
	.site-footer a:active {
		color: #888;
		text-decoration: none;
	}

	.site-footer .lower-footer {
		color: #BBB;
		font-size: 15px;
		font-size: .9375rem;
		padding: 40px 0 50px 0;
		text-align: center;
		line-height: 140%;
	}

	.site-footer .lower-footer img {
		margin-bottom: 5px;
	}

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

.footer-navigation li {
	margin: 5px 0 10px 0;
}

/*--------------------------------------------------------------
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: #3AC9A2;
}

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%;
	color: #777777;
	font-size: 15px;
	font-size: .9375rem;
}

.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%;
	padding: 0;
	margin: 0 auto;
}

.gallery-item img {
	padding: 3px;
	border: 1px solid #DDD;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.gallery-item img:hover {
	background-color: #DDD;
}

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

.gallery-caption {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 15px;
}

.tubepress-thumbs, dd.tubepress-meta-title {
	line-height: 120% !important;
	font-size: 16px !important;
}
dd.tubepress-meta-title {
	margin-top: 10px !important;
}

/*--------------------------------------------------------------
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)
--------------------------------------------------------------*/
.nobreak {
	display: inline-block;
}
/*--------------------------------------------------------------
::Elements (min-width 480)
--------------------------------------------------------------*/

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

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

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

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

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

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

.home .banner-logo {
	margin-top: 60px;
	}

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

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

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

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

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

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

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

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

	h1 span.super, h2.h1 span.super {
		font-size: 18px;
		font-size: 1.125rem;
		letter-spacing: .2em;
	}

	h2, h1.h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}

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

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

	h5 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	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)
--------------------------------------------------------------*/

	.banner {
		background-position: center center;
		top: 85px;
	}
	
	.slide-content p, .entry-header p {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 160%;
	}

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

	.site-content {
		padding-top: 530px;
	}

	.padtop {
		padding-top: 30px;
	}

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

	.fifthcol {
		float: left;
		width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}

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

	h1 span.bordered {
		font-size: 50px;
		font-size: 3.125rem;
		padding: 13px 0 18px 0;
	}

	.home .content-banner.technology-banner {
		padding-top: 190px;
	}

	.slide-content p {
		margin-bottom: 45px !important;
	}

	ul.slidenav li span {
		display: block;
	}

	ul.slidenav {
		height: 90px;
	}

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

/*--------------------------------------------------------------
::Footer (min-width 768)
--------------------------------------------------------------*/
	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}
/*--------------------------------------------------------------
::Posts (min-width 768)
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
::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)
--------------------------------------------------------------*/


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

	.slide-content {
		padding-top: 80px !important;
	}

	.tech-blocks h5.bordered {
		height: 65px;
		font-size: 18px;
		font-size: 1.125rem;
		letter-spacing: .08em;
	}

	.tech-blocks h5.bordered.singleline {
		padding-top: 20px;
	}

	.tech-blocks p {
		height: 140px;
	}

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

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

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

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

.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%;
}

/*--------------------------------------------------------------
::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)
--------------------------------------------------------------*/

	.header {
		position: fixed;
		top: 0;
	}
	
/*--------------------------------------------------------------
::Content (min-width 1140)
--------------------------------------------------------------*/

	.slide-content {
		padding-top: 120px !important;
	}

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

h1 span.bordered {
		font-size: 60px;
		font-size: 3.75rem;
		letter-spacing: .02em;
	}

/*--------------------------------------------------------------
::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 {
    background-image: url('images/logo-hr.png');
    background-size: 100%;
  }
}

@media print {
	.print {
		display: block;
	}
	.main-navigation, .rslides, .slidenav, .footer-columns, .btn  {
		display: none;
	}
	.fifthcol {
		float: left;
		width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
    * {
        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;
    }
}