﻿/**
 ______   ______  _____      _    __ _____ _______  ______
| |  | \ | |     | | \ \    | |  / /  | |    | |   | |
| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Author: Debbie Campbell
* Author URI: http://www.redkitecreative.com
* Theme Name: Webcor Responsive
* Theme URI: http://www.webcor.com
* Description: A child theme of the Hybrid framework
* Version: 1.0
* Template: hybrid
**************************************************************/

@import url('css/normalize.css');

/* Vertical rhythm */
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}
body,nav,ul,menu,dir,h1,h2,h3,h4,h5,h6 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 15, 2013 */
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family: 'ProximaNova';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('fonts/proximanova-extrabold-webfont.eot');
    src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
* Body
************************************************/

html {
   font-size: 62.5%;
  	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #808285;
	font: 14px/1.5em ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 75px; /* For sticky header */
	padding-top: 7.5rem;
}
body.home {
	padding-top: 0;
}

#body-container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a, a:link, a:visited {
	color: #39b54a;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #808285;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: none;
}

/* Headlines */
h1, h2, h3 {
	color: #6D6E71;
	font-weight: normal;
  	line-height: 120%;
  	margin: 0 0 0.5em;
  	text-rendering: optimizelegibility;
}
h1 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}
p > h2, p > h3, p > h4, p > h5 {
	padding-top: 1em;
}
h2 {
	font-size: 14px;
	/* font-size: 1.4rem; */
	font-size: 2.4rem;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}
h5 {
	font-size: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 850px) {
	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h2 {
		font-size: 24px;
		/* font-size: 2.4rem; */
	}
}

/* Text elements */
strong {font-weight: bold;}
em {
	font-size: 101%;
	font-style: italic;
}
abbr {border-bottom: 1px dotted #dcdedf;}
acronym {border-bottom: 1px dotted #dcdedf;}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

hr, hr.glyph {
    border: none;
    border-top: 1px solid #fff;
    padding: 0;
    text-align: center;
    width: 80%;
}
hr.glyph:after {
    background: #005128;
    content: url("images/briefcase-icon.png");
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    top: -1.1em;
}
/* Opera doesn't render correctly. hide section sign */
x:-o-prefocus, hr.glyph:after {
	content: "";
}


/* Paragraphs */
p {margin-top: 0;}

/* Unordered lists */
ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding-left: 1.5em;
}
ul li {
	background: url(images/bullet.png) no-repeat 0 5px;
	margin-bottom: 0.4em;
	padding: 0 0 0 14px;
}
ul li ul, ol li ul ol {
	margin-top: 0.4em;
}

/* Ordered lists */
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal;
	margin: 0 0 2em 1em;
	padding-left: 1.5em;
}
ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
ol li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}
ol li ul {
	list-style: lower-alpha;
}
ul li li {
	background: url(images/bullet.png) no-repeat 0 5px;
}
ol li li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}

/* Definition lists */
dl {}
dt {
	font-weight: bold;
	margin-left: 1.5em;
}
dd {}


/* Blockquotes */
blockquote {
	border-left: 2px solid #808285;
	color: #808285;
	font-size: 110%;
	line-height: 140%;
	margin: 1.5em 2em;
	padding: 1em 0 0.5em 1em;
}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img, a img {
	border: 0;
    height: auto;
    max-width: 100%;
    width: auto;
}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

#header-container {
	background: #fff;
	webkit-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	-moz-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	height: 105px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.home #header-container {
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.home #header {
	min-height: 430px;
}

@media only screen and (min-width: 1030px) {
	#header-container {
		height: 75px;
	}
	.home #header-container {
		height: auto;
	}
	.home .header-text-wrapper {
		position: relative;
		height: 465px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1079px) {
	#header {
		width: 1030px;
	}
}

body.admin-bar #header-container {
	top: 28px;
}
body.home.admin-bar #header-container {
	top: 0;
}

#header {
	margin: 0 auto;
	position: relative;
}

.wc-slider {
	position: relative;
}


.wc-slider .inverse-text h1.tagline,
.wc-slider .inverse-text h1.tagline span,
.wc-slider .inverse-text .header-text h2,
.wc-slider .inverse-text .header-text p {
	color: #fff;
}

#site-title, #site-description { display: none; }

a#logo-internal {
	display: block;
	margin: 0 auto 30px;
	position: relative;
	top: 20px;
	max-width: 95%;
	width: 282px;
	z-index: 1;
}

#home-full {
	display: none !important;
}

#shield-logo {
	position: absolute;
	top: 0px;
	right: 20px;
	max-width: 109px;
}

/*#logo {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 103px;
	height: 120px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/logo-shield.jpg) no-repeat;
	box-shadow: 3px 3px 8px rgba(66, 66, 66, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(66, 66, 66, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(66, 66, 66, 0.80);
}*/

.wc-slide-header .header-text h2 {
	color: #424242;
	font-size: 36px;
	/* font-size: 3.6rem; */
	font-size: 4.4rem;
	font-weight: bold;
	margin: 0 0 0 20px;
	position: absolute;
	text-transform: uppercase;
	top: 52px;
}

.wc-slide-header .header-text p {
	color: #797979;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

.wc-scroller-nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

.wc-scroller-nav li {
	background: none;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.wc-scroller-nav a {
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 26px;
	background: #555;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.wc-scroller-nav a:hover {
	background: #aaa;
}

.wc-scroller-nav a.slide-active {
	background: #fff;
}

.wc-slide {
	padding-bottom: 30px;
}

.wc-slide h1.tagline {
	color: #797979;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 120px 0 0;
	text-transform: uppercase;
}

.wc-slide h1.tagline span {
	color: #424242;
	display: block;
	font-size: 36px;
	font-weight: bold;
	padding-top: 5px;
}

.wc-slide .header-text h2 {
	color: #424242;
	font-size: 14px;
	margin: 0 20px;
	padding-top: 15px;
}

.wc-slide .header-text p {
	color: #424242;
	margin: 10px 20px 0 20px;
}

.wc-scroller-nav {
	display: none;
}

.wc-prevnext {
	margin: -10px 20px 0;
	padding: 0 0 30px;
}

.wc-prevnext li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.wc-prevnext a {
	cursor: pointer;
	display: block;
	width: 29px;
	height: 29px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.wc-prevnext .prev a {
	background: url(images/wc_slider_prev.png) no-repeat;
}

.wc-prevnext .next a {
	background: url(images/wc_slider_next.png) no-repeat;
}

@media only screen and (min-width: 580px) {
	.home #header-container  {
		webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#home-mobile {
		display: none !important;
	}
	#home-full {
		display: block !important;
	}
}

@media only screen and (min-width: 870px) {
	.home #header-container {
		/*height: 495px;*/
		height: 420px;
		/* height: 525px; */
	}

	.home #header-container .header-text-wrapper {
		height: 300px;
		/*height: 450px;*/
	}

	#logo {
		position: absolute;
		top: 0;
		right: 20px;
		display: block;
		width: 250px;
		height: 290px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(images/logo-full.png) no-repeat;
	}

	.wc-slide .header-text {
		/*max-width: 60%;*/
		position: absolute;
		top: 140px;
	}

	.wc-slide h1.tagline {
		position: absolute;
		color: #424242;
		font-size: 36px;
		font-size: 4rem;
		margin: 0;
		padding: 0;
		top: 45px;
	}
	.wc-slide h1.tagline span {
		font-size: 72px;
		font-size: 8.3rem;
		padding-top: 15px;
	}

	.wc-slide .header-text {
		/*max-width: 100%;*/
		width: 100%;
		top: 170px;
	}
	.wc-slide .header-text h2 {
		font-size: 23px;
		font-size: 2.3rem;
		margin: 0;
		padding-top: 5px;
		color: #424242;
	}
	.wc-slide .header-text p {
		position: absolute;
		/*top: 34px;*/ /* Restore if subheading needs to be used */
		display: block;
		font-size: 18px;
		font-size: 1.9rem;
		line-height: 25px;
		margin: 22px 0 0;
		/*max-width: 550px;*/
		text-transform: none;
	}

	.wc-slide-header .header-text h2 {
		color: #424242;
		font-size: 36px;
		/* font-size: 3.6rem; */
		font-size: 4.4rem;
		font-weight: bold;
		margin: 0 0 0 20px;
		position: absolute;
		text-transform: uppercase;
		top: 52px;
	}
	.wc-slide-header .header-text p {
		color: #797979;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
		margin: 0 0 0 20px;
		position: absolute;
		text-transform: uppercase;
		top: 34px;
	}

	.wc-scroller-nav {
		display: block;
		margin: 0;
		padding: 8px 8px 0;
		text-align: center;
	}

	.wc-scroller-nav li {
		background: none;
		display: inline-block;
		margin: 0 6px;
		padding: 0;
	}

	.wc-scroller-nav a {
		cursor: pointer;
		display: block;
		width: 14px;
		height: 14px;
		border-radius: 26px;
		background: #555;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.wc-scroller-nav a:hover {
		background: #aaa;
	}

	.wc-scroller-nav a.slide-active {
		background: #fff;
	}

	.wc-prevnext {
		margin: 0;
		padding: 0;
	}
}

@media only screen and (min-width: 1030px) {
	a#logo-internal {
		float: left;
	}
}

/**
* Primary Menu
************************************************/

/* Mobile-friendly home page menu */
.home #header-container {
	margin-top: 100px;
}

#home-menu {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	webkit-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	-moz-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
	height: 105px;
	z-index: 10001;
}

.admin-bar #home-menu {
	top: 28px;
}

#home-menu .nav-wrap {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 60px 0 0;
	position: relative;
	width: 100%;
	background: url(images/nav-logo.png) center 25px no-repeat;
}

#home-menu .logo-link {
	position: absolute;
	top: 16px;
	left: 0;
	width: 275px;
	height: 22px;
}

@media only screen and (max-width: 1079px) {
	#home-menu .logo-link {
		position: absolute;
		top: 26px;
		left: 50%;
		margin-left: -136px;
	}
	#internal-menu {
	height: 28px;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	}

}

#home-menu ul#slider-menu {
    clear: left;
    display: block;
    float: right;
    list-style: none;
  	margin: 9px 0 0;
  	padding: 0;
  	position: relative;
  	right: 50%;
  	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	text-align: center;
	z-index: 0;
}

#home-menu:after,
#home-menu .nav-wrap:after,
#home-menu #slider-menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#home-menu #slider-menu li {
	background: none;
	display: block;
	float: left;
	left: 50%;
	list-style: none;
   	margin: 0 0.5em 0 0;
	padding: 0;
	position: relative;
}
#home-menu #slider-menu li.first {
	margin-left: 0;
}
#home-menu #slider-menu li.about {
	width: 42px;
}
#home-menu #slider-menu li.services {
	width: 52px;
}
#home-menu #slider-menu li.projects {
	width: 56px;
}
#home-menu #slider-menu li.careers {
	width: 50px;
}
#home-menu #slider-menu li.contact {
	width: 54px;
}

#home-menu #slider-menu li a {
	color: #58595B;
	display: block;
	float: right;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-transform: uppercase;
	z-index: 200;
}
#home-menu #slider-menu li a:hover,
#home-menu #slider-menu li a:active {
  	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
   	-o-transition:background-color .07s ease-in;
   	transition:background-color .07s ease-in;
	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
   	font-weight: normal;
	text-decoration: none;
}
#home-menu #slider-menu li:hover > ul {}
#home-menu #slider-menu li.current_page_item > a,
#home-menu #slider-menu li.current-menu-ancestor > a,
#home-menu #slider-menu li.current-menu-item > a,
#home-menu #slider-menu li.current-menu-parent > a {
	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
	-o-transition:background-color .07s ease-in;
	transition:background-color .07s ease-in;
  	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
* html #home-menu #slider-menu li.current_page_item a,
* html #home-menu #slider-menu li.current-menu-ancestor a,
* html #home-menu #slider-menu li.current-menu-item a,
* html #home-menu #slider-menu li.current-menu-parent a,
* html #home-menu #slider-menu li a:hover {
	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
	-o-transition:background-color .07s ease-in;
	transition:background-color .07s ease-in;
  	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* Magic line sliding menu - home page only */
#home-menu #slider-menu li {
  	position: relative;
}

#home-menu #slider-menu li a {
  	position: relative;
}

#home-menu #slider-menu #magic-line {
	background: #E2EEE3;
	left: 0;
	height: 30px;
	position: absolute;
  	top: 0;
}
#home-menu #slider-menu li.current_page_item a {
	background: #098117;
  	color: #fff;
  	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: normal;
}

@media only screen and (max-width: 1080px) {
	#nav-spacer {
		height: 0 !important;
	}
}

@media only screen and (min-width: 1080px) {
	.home #header-container {
		margin-top: 0;
	}

	#home-menu,
	.admin-bar #home-menu {
		webkit-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
		-moz-box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
		box-shadow: 0 8px 6px -4px rgba(0,0,0,.25);
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		top: 10px;
		width: 100%;
		z-index: 10;
	}
	#home-menu.stuck,
	.admin-bar #home-menu.stuck {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 10001; /* layer slider controls elevated to this level */
	}
	#nav-spacer {
		display: none;
	}
	#nav-spacer.active {
		display: block;
	}
	.admin-bar #home-menu.stuck {
		top: 28px;
	}
	#home-menu .nav-wrap {
	  	background: url(images/nav-logo.png) 0 15px no-repeat;
		height: 60px;
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 1030px; /* was 960px; */
	}
	#home-menu .nav-wrap:after {
		content:".";
		display:block;
   		height:0;
   		clear:both;
   		visibility:hidden;
	}
	#home-menu ul#slider-menu {
	    clear: none;
	    float: right;
	    list-style: none;
	  	position: relative;
	  	margin: 0;
		margin-right:-10px;
	  	padding: 0;
	  	right: 0;
	  	-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		width: 726px;
	}
	#home-menu #slider-menu li {
		background: none;
	  	display: inline-block;
	  	float: none;
	  	left: 0;
		list-style: none;
   		margin: 10px 5px 0; /* was 10px 14px 0 */ /* was 40px 16px 0 */
	  	padding: 0;
	  	position: relative;
	}

	#home-menu #slider-menu li.first {
		margin-left: 14px;
	}
	#home-menu #slider-menu li.last {
		margin-right: 0;
	}
	#home-menu #slider-menu li.about {
		width: 91px;
	}
	#home-menu #slider-menu li.services {
		width: 116px;
	}
	#home-menu #slider-menu li.projects {
		width: 122px;
	}
	#home-menu #slider-menu li.careers {
		width: 109px;
	}
	#home-menu #slider-menu li.contact {
		width: 115px;
	}
	#home-menu #slider-menu li a {
	  	color: #58595B;
		display: block;
	  	float: left;
	  	font-size: 15.85px;
		font-size: 1.585rem;
		font-weight: normal;
		letter-spacing: 0.2em;
		padding: 0.5em 0.5em 0.2em 0.5em;
	  	position: relative;
	  	text-transform: uppercase;
	  	z-index: 200;
	}
	#home-menu #slider-menu li a:hover {
		background: transparent;
	  	color: #58595B;
		font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
   		font-weight: normal;
		text-decoration: none;
	}

	#internal-menu {
		width: 79.5% !important;
	}

}

/* Internal page menu */
/*#internal-menu {
	height: 28px;
	margin: 0;
	padding: 0;
	width: 100%;
}*/
#internal-menu .nav-wrap {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#internal-menu ul#static-menu {
    clear: left;
    display: block;
    float: right;
    list-style: none;
  	margin: 0;
  	padding: 0;
  	position: relative;
  	right: 50%;
  	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	text-align: center;
	z-index: 0;
}

#internal-menu:after,
#internal-menu .nav-wrap:after,
#internal-menu #static-menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#internal-menu #static-menu li {
	background: none;
	display: block;
	float: left;
	left: 50%;
	list-style: none;
   	margin: 0 0 0 0.3em;
	padding: 0;
	position: relative;
}
#internal-menu #static-menu li.first {
	margin-left: 0;
}
#internal-menu #static-menu li.about {
	width: 42px;
}
#internal-menu #static-menu li.services {
	width: 52px;
}
#internal-menu #static-menu li.projects {
	width: 56px;
}
#internal-menu #static-menu li.careers {
	width: 50px;
}
#internal-menu #static-menu li.contact {
	width: 54px;
}

#internal-menu #static-menu li a {
	color: #58595B;
	display: block;
	float: right;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-transform: uppercase;
	z-index: 200;
}
#internal-menu #static-menu li a:hover,
#internal-menu #static-menu li a:active {
  	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
   	-o-transition:background-color .07s ease-in;
   	transition:background-color .07s ease-in;
	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
   	font-weight: normal;
	text-decoration: none;
}
#internal-menu #static-menu li:hover > ul {}
#internal-menu #static-menu li.current_page_item > a,
#internal-menu #static-menu li.current-menu-ancestor > a,
#internal-menu #static-menu li.current-menu-item > a,
#internal-menu #static-menu li.current-menu-parent > a {
	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
	-o-transition:background-color .07s ease-in;
	transition:background-color .07s ease-in;
  	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
* html #internal-menu #static-menu li.current_page_item a,
* html #internal-menu #static-menu li.current-menu-ancestor a,
* html #internal-menu #static-menu li.current-menu-item a,
* html #internal-menu #static-menu li.current-menu-parent a,
* html #internal-menu #static-menu li a:hover {
	background: #098117;
  	-webkit-transition:background-color .07s ease-in;
	-moz-transition:background-color .07s ease-in;
	-o-transition:background-color .07s ease-in;
	transition:background-color .07s ease-in;
  	color: #fff;
	font-family: proxima_novaextrabold, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

@media only screen and (min-width: 1030px) {
	#internal-menu {
		height: 28px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 23px;
		/*width: 61.5% !important;*/
	}
	#internal-menu .nav-wrap {
		float: right;
		margin: 0;
		padding: 0;
		width: auto;
	}
	#internal-menu #static-menu {
	    clear: none;
	    float: right;
	    text-align: inherit;
		width: 100% !important;
	}
	#internal-menu #static-menu li {
	   	/*margin: 0 0 0 1.6em;*/
		margin: 0 0 0 1em;
	}
	#internal-menu #static-menu li.first {
		margin-left: 0;
	}
	#internal-menu #static-menu li.about {
		/*width: 63px;*/
		width: 91px;
	}
	#internal-menu #static-menu li.services {
		/*width: 82px;*/
		width: 116px;
	}
	#internal-menu #static-menu li.projects {
		/*width: 87px;*/
		width: 122px;
	}
	#internal-menu #static-menu li.careers {
		/*width: 79px;*/
		width: 109px;
	}
	#internal-menu #static-menu li.contact {
		/*width: 82px;*/
		width: 115px;
	}
	#internal-menu #static-menu li a {
		/*font-size: 12px;
		font-size: 1.2rem;*/
		font-size: 16.85px;
		font-size: 1.685rem;
		letter-spacing: 0.2em;
		margin: 0;
		padding: 0.4em 0.5em 0.2em 0.5em;
	}
	#internal-menu #static-menu li a:hover,
	#internal-menu #static-menu li a:active {}
	#internal-menu #static-menu li:hover > ul {}

	#internal-menu #static-menu li.current_page_item > a,
	#internal-menu #static-menu li.current-menu-ancestor > a,
	#internal-menu #static-menu li.current-menu-item > a,
	#internal-menu #static-menu li.current-menu-parent > a {}

	* html #internal-menu #static-menu li.current_page_item a,
	* html #internal-menu #static-menu li.current-menu-ancestor a,
	* html #internal-menu #static-menu li.current-menu-item a,
	* html #internal-menu #static-menu li.current-menu-parent a,
	* html #internal-menu #static-menu li a:hover {}
}

/* Submenus */
#internal-menu #static-menu li ul,
#internal-menu #static-menu li ul.sub-menu {
	background: transparent;
	display: none;
	left: 0;
	margin: 0;
	padding: 19px 0 0;
	position: absolute;
	top: 19px;
	width: 15em !important;
	z-index: 10;
}
#internal-menu #static-menu li.about ul,
#internal-menu #static-menu li.about ul.sub-menu {
	/* left: -12px; */
}
#internal-menu #static-menu li:hover > ul,
#internal-menu #static-menu li:hover > ul.sub-menu {
	display: block;
}
#internal-menu #static-menu li ul li {
	background: none;
	background: #414042;
	display: block;
	left: 0;
	margin: 0;
	padding: 5px 0 0;
	position: relative;
	width: 100%;
}
#internal-menu #static-menu li ul li a,
#internal-menu #static-menu li ul li a:link,
#internal-menu #static-menu li ul li a:visited {
	color: #fff;
	display: block;
	float: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0 10px;
	text-align: left;
}
#internal-menu #static-menu li ul li.bottom {
	padding-bottom: 10px;
}
#internal-menu #static-menu li ul li a:hover,
#internal-menu #static-menu li ul li a:active {
	background: transparent;
  	color: #ACC756;
 	-webkit-transition:color .07s ease-in;
  	-moz-transition:color .07s ease-in;
   	-o-transition:color .07s ease-in;
   	transition:color .07s ease-in;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
   	font-weight: normal;
}
#internal-menu #static-menu li.current_page_item ul li a,
#internal-menu #static-menu li.current_page_parent ul li a {
	background: transparent;
  	color: #fff;
  	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#internal-menu #static-menu li.current_page_item ul li a:hover,
#internal-menu #static-menu li.current_page_parent ul li a:hover {
 	background: transparent;
  	color: #ACC756;
	-webkit-transition:color .07s ease-in;
	-moz-transition:color .07s ease-in;
	-o-transition:color .07s ease-in;
	transition:color .07s ease-in;
  	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

@media only screen and (min-width: 850px) {
	/* Submenus */
	#internal-menu #static-menu li ul,
	#internal-menu #static-menu li ul.sub-menu {
		padding: 26px 0 0;
		top: 26px;
	}
	#internal-menu #static-menu li:hover > ul,
	#internal-menu #static-menu li:hover > ul.sub-menu {
		display: block;
	}
	#internal-menu #static-menu li ul li {
		padding: 0;
	}
	#internal-menu #static-menu li ul li a,
	#internal-menu #static-menu li ul li a:link,
	#internal-menu #static-menu li ul li a:visited {
		line-height: 12px;
		padding: 10px 10px 0;
	}
}

/**
* On-page Submenus (Shortcode)
************************************************/

ul.onpage-menu, ul.onpage-menu-centered {
	display: none;
}

@media only screen and (min-width: 870px) {
	ul.onpage-menu {
		display: block;
		list-style-type: none;
		margin: 0 0 2.5em;
		padding: 0;
	}
	ul.onpage-menu-centered {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	ul.onpage-menu li, ul.onpage-menu-centered li {
		background: none;
		display: inline-block;
		margin: 0 2em 0 0;
		padding: 0;
		text-transform: uppercase;
		width: auto;
		/*width: 20%;*/
	}
	ul.onpage-menu li a, ul.onpage-menu-centered li a {
		/*font-weight: bold;*/
	}
	ul.onpage-menu li.hidden, ul.onpage-menu-centered li.hidden {
		display: none !important;
	}
}

/* Toggle for culture and timeline submenus */
#content nav.onpage {
	position: relative;
	float: right;
	margin-right: 15px;
}
@media only screen and (min-width: 870px) {
	#content nav.onpage {
		display: none !important;
	}
}
#content nav.onpage div.menu-toggle {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 21px;
}
#content nav.onpage div.menu-toggle .menubars {
	float: right;
	margin: 0;
	padding: 0;
}
#content nav.onpage div.menu-toggle .menubars img {
	float: right;
	max-width: 21px;
}
#content nav.onpage div.menu-toggle.active .menubars,
#content nav.onpage div.menu-toggle.active .menubars img {
	float: right;
}
#content nav.onpage .wrap {
	position: absolute;
	top: 24px;
	right: 0;
	background: #fff;
	border: 1px solid #A7A9AC;
	clear: both;
	display: none; /* visibility will be toggled with jquery */
	margin: 0;
	padding: 0;
	text-align: left;
	width: 15em !important;
	z-index: 999;
}
#content nav.onpage .wrap .menu-culture-container,
#content nav.onpage .wrap .menu-timeline-container {
	width: 100%;
}
#content nav.onpage .wrap ul {
	margin: 0;
	padding: 4px 0 0;
	width: 100%;
}
#content nav.onpage .wrap li {
	background-image: none;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	width: 100%;
}
#content nav.onpage .wrap li.hidden {
	padding: 5px 5px;
}

#content nav.onpage .wrap li a {
	color: #39b54a;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#content nav.onpage .wrap li.hidden a {
	color: #6D6E71;
}
#content nav.onpage .wrap li:hover a {
	background: transparent;
	color: #808285;
}


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin: 0 auto;
	padding: 0;
}
@media only screen and (min-width: 870px) {
	#container {
		max-width: 850px;
	}
	.home #container {
		max-width: 100%;
		position: relative;
	}
	.page-template-about #container {

	}
}

/*Culture Page*/
.page-69 .entry-content h1{
	/* margin-bottom: 0 !important; */
}

/**
* Content
************************************************/

/* Contains site's main content */
.content {
	margin: 0;
	padding: 4em 0 0;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 850px) {
	.home .content {
		margin: 0 auto;
		max-width: 100%;
		padding: 0;
	}

	.home #section-about {
		min-height: 800px;
	}

	.home #section-about .entry-content {
		position: relative;
	}

	#section-about-splash {
		background: #fff url(images/about-bg.jpg) no-repeat top center;
		background-size: 100%; /* was: contain; */
		/*min-height: 800px;*/
		min-height: 420px;
		position: relative;
	}
		#section-about-splash a{
			background: url(images/iso-corner.png) no-repeat;
			position: absolute;
			right:0;
			top:10px;
			width:108px;
			height:107px;
		}

}

@media only screen and (min-width: 1030px) {
	.content {
		padding: 2em 0 0;
	}
}

/*	 Breadcrumb trail */
.breadcrumbs {
	display: none;
}
@media only screen and (min-width: 870px) {
	.breadcrumbs {
		display: block;
		position: absolute;
		right: 0;
		top: 1.5em;
	}
	.breadcrumb-trail {
		color: #6d6e71;
		font-size: 14px;
		/* font-size: 1.2rem; */
		font-weight: bold;
		text-transform: uppercase;
	}
	.breadcrumb-trail a {
		/*font-weight: bold;*/
	}
}

/* Archive and search <div> before posts are listed */
.archive-info
.author-info {}
.term-info
.category-info {}
.tag-info {}
.date-info {}
.search-info {}

			/* Archive and search page titles. */
			.archive-title
			.author-title {}
			.term-title {}
			.category-title {}
			.tag-title {}
			.date-title {}
			.search-title {}

.hentry {
	padding: 0 15px 10px;
}
.post {
	padding: 0 15px 30px;
}
.page {
	padding: 0 15px 10px;
}
@media only screen and (min-width: 640px) {
	.hentry {padding: 0 15px 20px;}
	.post {padding: 0 15px 30px;}
	.page {padding: 0 15px 20px;}
}

@media only screen and (min-width: 870px) {
	.hentry {padding: 0 0 20px;}
	.post {padding: 0 0 30px;}
	.page {padding: 0 0 20px;}
}

/* Home page specifics */
.home .about {
	background: url(images/transparent.png) left top repeat;
}

/* Post, page, and 404 page titles */
h1.page-title, h1.page-title a, h1.post-title, h1.post-title a,
h1.entry-title, h1.entry-title a, .entry-content h1  {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 100%;
	margin: 0 0 0.4em !important;
	padding: 0;
	text-transform: uppercase;
	width: 70%;
}
@media only screen and (max-width: 480px) {
	h1  {
		padding: 0;
		text-align: left !important;
	}
	div.intro-text {
		text-align: left;
	}
}
@media only screen and (min-width: 870px) {
	h1.page-title, h1.page-title a, h1.post-title, h1.post-title a,
	h1.entry-title, h1.entry-title a, .entry-content h1  {
		margin: 0 0 0.4em !important;
		padding: 0;
		width: auto;
	}
	/* Special case for centered titles and p's */
	.page-63 h1.page-title, h1.page-title a, h1.post-title, h1.post-title a,
	h1.entry-title, h1.entry-title a, .entry-content h1  {
		margin: 0 0 0.4em !important;
		padding: 0;
		width: auto;
	}
}


/* Home page specifics */
.home .careersbox {
	/*padding: 5em 0 15em;*/
	margin-top: 5em;
	padding: 0 0 5em;
}

.home .mediabox .press-link{
    float: right;
    position: inherit;
}

@media only screen and (min-width: 850px) {
	.home .aboutbox .entry-content {
		background: url(images/transparent.png) left top repeat;
		margin: 0 auto;
		max-width: 850px; /* was 1000px; */
		padding: 3em 15px;
	}

	.home .servicesbox {
		/*background: url(images/cube-pattern.jpg) left top repeat;*/
	}

	.home .slide_container {
		min-height: 700px;
	}

	.home .projectsbox {
		padding: 2em 0;
	}
	.home .projectsbox .entry-content {
		margin: 0 auto;
		max-width: 850px;
		position: relative;
	}
	.home .projectsbox p.projects-link {
		margin-top: -37px;
	}

	.home .careersbox {
		padding: 0 0 2em;
		margin: 0 auto;
		/* max-width: 960px; */
		max-width: 850px;
		position: relative;
		text-align:center;
	}

    .home .mediabox {
        max-width: 850px;
        position: relative;
        text-align:center;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px 0;
    }

    .home .mediabox .press-grid li {
        display: inline-block;
        margin: 1px;
    }

    .home .mediabox .press-link{
        float: right;
        position: inherit;
    }

    .media-container-header h2.press-section-title{
        float: left;
    }

    .home .mediabox h2.press-section-title{
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
    }

}

/* For About page graphics */
.page-template-about #container {
	max-width: 100%;
}
.page-template-about .content {
	margin: 0 auto;
	max-width: 850px;
}
.page-template-about .entry-content,
.aboutbox .entry-content {
	margin: 0 auto;
	padding: 1.5em 15px;
}
.page-template-about .entry-content h1,
.page-template-about .entry-content p,
.aboutbox .entry-content h1,
.aboutbox .entry-content p {
	text-align: center /*!important*/;
	/* width: 95% !important; */
}

.page-template-about .one_third,
.aboutbox .one_third {
	margin: 25px auto;
	padding: 0 1%;
	text-align: center;
	width: 95%;
}

.page-template-about .one_third img,
.aboutbox .one_third img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 120px !important;
}

@media only screen and (min-width: 650px) {
	.page-template-about .one_third,
	.aboutbox .one_third {
		margin: 25px 0;
		padding: 0 1%;
		text-align: center;
		width: 31.33%;
	}
}
@media only screen and (min-width: 850px) {
	.page-template-about .one_third img,
	.page-template-about .one_third.last_column img,
	.aboutbox .one_third img,
	.aboutbox .one_third.last_column img {
		-webkit-backface-visibility: hidden;
	}
	.page-template-about .one_third .about-graphic,
	.aboutbox .one_third .about-graphic {
		height: 152px;
		margin-bottom: 1em;
		-webkit-transition: opacity 0.8s ease-in-out;
	  	-moz-transition: opacity 0.8s ease-in-out;
	  	-ms-transition: opacity 0.8s ease-in-out;
	  	-o-transition: opacity 0.8s ease-in-out;
	  	transition: opacity 0.8s ease-in-out;
	}
	.page-template-about .one_third .about-graphic:hover,
	.aboutbox .one_third .about-graphic:hover {
		background: url(images/about-shadow.png) center bottom no-repeat;
	}
	.page-template-about .one_third .about-graphic img.bouncing,
	.page-template-about .one_third.last_column .about-graphic img.bouncing,
	.aboutbox .one_third .about-graphic img.bouncing,
	.aboutbox .one_third.last_column .about-graphic img.bouncing {
		-moz-transition:-moz-transform 0.5s;
    	-webkit-transition:-webkit-transform 0.5s;
    	-o-transition:-o-transform 0.5s;
    	-ms-transition:-ms-transform 0.5s;
    	transition:transform 0.5s;
	}
	.page-template-about .one_third .about-graphic img.bouncing:hover,
	.page-template-about .one_third.last_column .about-graphic img.bouncing:hover,
	.aboutbox .one_third .about-graphic img.bouncing:hover,
	.aboutbox .one_third.last_column .about-graphic img.bouncing:hover {
		transform: translate(0px, -25px);
		-webkit-transform: translate(0px, -25px);
		-moz-transform: translate(0px, -25px);
		-o-transform: translate(0px, -25px);
		-ms-transform: translate(0px, -25px);
	}
}
@media only screen and (min-width: 1030px) {
	.page-template-about .content {
		background: url(images/transparent.png) left top repeat;
	}
}

@media only screen and (max-width: 869px) {
	p.projects-link {
		margin-right: 15px;
	}
	a.linkbutton {
		white-space: nowrap;
	}

#careerbuttons {
	width: 100%;
	margin: 0;
	padding: 0;
}

.careerlink {
	margin: 50px 0 50px 0;
	height: 45px;
}

}

/* Services page specifics */
@media only screen and (min-width: 850px) {
	.page-template-services-template #container {
		max-width: 100%;
	}
	.page-template-services-template .content {
		padding-top: 0;
	}
}

/* Projects page specifics */
p.projects-link {
	/* margin-top: -47px; */
	margin-top: -37px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 430px) {
	p.projects-link {
		position: relative;
		float: right;
		margin-top: 0;
		right: 0;
}
}

p.projects-link a {
	color: #6D6E71;
	font-weight: bold;
}
p.projects-link a:hover, p.projects-link a:active {
	color: #39b54a;
}

.projects-container .projects-grid,
.projects-container .projects-list {
	margin: 30px 0 0;
	padding: 0 20px;
}

.projects-container .projects-grid {
	margin: 30px auto 0;
	text-align: center;
}

.projects-container .projects-grid li,
.projects-container .projects-list li {
	background: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.projects-container .projects-grid li {
	display: inline-block;
	margin: 0 2% 1% 0;
	width: 49%;
}

.projects-container .projects-grid .project-item {
	width: 100%;
}

.projects-container .projects-grid .project-item img {
	display: block;
	width: 100%;
	height: auto;
}

.projects-container .projects-grid li:nth-child(5n+3),
.projects-container .projects-grid li:nth-child(5n+5) {
	margin-right: 0;
}

.projects-container .projects-grid li.large {
	margin: 0 0 1%;
	width: 100%;
}

.projects-container .project-list img {
	margin: 0 5% 0 0;
	vertical-align: middle;
	max-width: 100%;
	width: 30%;
	height: auto;
}

.projects-container .projects-list .project-item-caption {
	display: inline-block;
	width: 65%;
	color: #808285;
	font-size: 16px;
	text-transform: uppercase;
}

.projects-container .projects-grid .project-item-caption {
	position: absolute;
	background: #5C83A0;
	background: rgba(52, 107, 151, 0.75);
	color: #eee;
	padding: 5% 10%;
	/*
	opacity: 0;
	bottom: -30%;
	*/
	bottom: 0;
	width: auto;
	left: 0;
	right: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition:    all 0.25s ease;
	-o-transition:      all 0.25s ease;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.projects-container .projects-grid .project-item {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.projects-container .projects-list .project-item img {
	margin: 0 5% 2% 0;
	vertical-align: middle;
	width: 30%;
	height: auto;
}

.projects-container .projects-list .project-item-caption {
	display: inline-block;
	width: 65%;
	color: #808285;
	font-size: 16px;
	text-transform: uppercase;
}

/* toggle nav */
.projects-toggles {
	position: absolute;
	top: 60px;
	right: 10px;
	margin: 0;
	padding: 0;
}

.projects-toggles li {
	float: left;
	background: none;
	line-height: 25px;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
}

.projects-toggles a {
	color: #6d6e71;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.projects-toggles .toggle-filter a {
	background: url(images/icon-filter.png) no-repeat;
	width: 28px;
	height: 26px;
}

.projects-filters {
	display: none;
	/* background: #dfe1cf; */
	background: #dfeffe;
	margin: 26px 0 0;
	padding: 30px;
}

.projects-filters .col {
	float: left;
	margin-right: 50px;
	text-align: left;
}

.projects-filters .label {
	text-transform: uppercase;
}

.projects-filters select {
	margin: 0 0 6px;
	width: 200px;
}

.projects-toggles .toggle-display a {
	width: 25px;
	height: 25px;
}

.projects-toggles .toggle-display a:hover,
.projects-toggles .toggle-display a.active {
	background-position: 0 -25px;
}

.projects-toggles .projects-print a {
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/icon-print.png) no-repeat;
}

.projects-toggles .toggle-grid a {
	background: url(images/icon-toggle-grid.png) no-repeat;
}

.projects-toggles .toggle-list a {
	background: url(images/icon-toggle-list.png) no-repeat;
}

.projects-toggles .toggle-filter,
.projects-toggles .toggle-search {
	position: relative;
}

.projects-toggles .toggle-search a {
	background: url(images/icon-search.png) no-repeat;
	width: 28px;
	height: 26px;
}

.projects-search {
	position: relative;
	background: #eee;
	margin: 26px 0 0;
	padding: 30px 0;
	display: none;
}

.projects-filters .reset {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 6px;
	text-transform: none;
	color: #098117;
}

.projects-filters .reset:hover {
	color: #39B54A;
}

.projects-search .form-row {
	position: relative;
	margin: 0 auto;
	width: 225px;
}

.projects-toggles .toggle-filter.active .arrow-up {
	position: absolute;
	bottom: -25px;
	right: -2px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid /* #dfe1cf */ #dfeffe;
}

.projects-toggles .toggle-search.active .arrow-up {
	position: absolute;
	bottom: -25px;
	right: -2px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #eee;
}

.projects-search #search {
	border: 1px solid #d1d3d4;
	color: #6d6e71;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px 32px 7px 8px;
	width: 175px;
}

.projects-search .submit {
	position: absolute;
	top: 7px;
	right: 20px;
	border: none;
	width: 18px;
	height: 17px;
	background: url(images/icon-search-field.png) no-repeat;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.project-print-info {
	display: none;
}

@media only screen and (min-width: 480px) {
	.projects-container .projects-grid,
	.projects-container .projects-list {
		margin: 0;
		padding: 0;
	}

	.projects-container .projects-list {
		margin-top: 10px;
	}

	.projects-container .projects-grid li {
		display: block;
		clear: none;
		float: left;
		line-height: 1;
		margin: 1.17647% 1.17647% 0 0;
		padding: 0;
		width: 24.1175%;
		height: 20%;
	}

	.projects-container .projects-grid li img {
		width: 100%;
		height: 170px;
	}

	.projects-container .projects-grid .project-item {
		display: block;
		line-height: 1;
	}

	.projects-container .projects-grid li.large {
		margin: 1.17647% 1.17647% 0 0;
		width: 49.41176%;
		height: 41.17647%;
	}

	.projects-container .projects-grid li.large img {
		width: 100%;
		height: auto;
		max-height: 350px;
	}

	.projects-container .projects-grid li.large-right {
		float: right;
		margin: 1.17647% 0 0 0;
	}

	.projects-container .projects-grid li:nth-child(10n+3),
	.projects-container .projects-grid li:nth-child(10n+5),
	.projects-container .projects-grid li:nth-child(10n+8) {
		margin-right: 0;
	}

	.projects-container .projects-list .project-item img {
		margin-right: 10px;
		width: 100px;
	}
}

@media only screen and (min-width: 1030px) {
	.projects-toggles {
		top: 25px;
		right: -8px;
	}

	.projects-toggles .toggle-search {
		display: none;
	}

	.projects-filters {
		margin-top: 18px;
	}

	.projects-search {
		position: absolute;
		top: 21px;
		right: 245px;
		background: none;
		margin: 0;
		padding: 0;
		display: block;
	}

	.projects-search .arrow-up {
		display: none;
	}

	.projects-toggles .projects-print {
		margin: 0 12px 0 0;
	}

	.projects-toggles .toggle-filter {
		font-weight: bold;
		margin-right: 18px;
		text-transform: uppercase;
	}

	.projects-toggles .toggle-filter.active .arrow-up {
		right: 40px;
	}

	.projects-toggles .toggle-filter a {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
	}

	.projects-toggles .toggle-filter a:hover {
		color: #098117;
	}
}

/* Press & Media specifics */
.media-container{
    margin: 30px 0 30px;
    overflow: hidden;
    position: relative;
}

.news-container{
    overflow: hidden;
    padding: 0;
    clear:both;
}

.news-container .entry{
    // float: left;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    /*cursor: pointer;*/
}

.news-container .entry:nth-of-type(3n){
    margin-right: 0;
}

.news-container .entry-header{
    word-wrap: break-word;
}

.news-container .entry-title{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3em;
}

.news-container .entry-title a{
    font-size: 15px;
    font-size: 1.5rem;
    color: #6D6E71;
    text-transform: uppercase;
}

.news-container p.entry-date{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.news-container .entry-content{
    word-wrap: break-word;
}

.news-container .entry-content p{
    color: #808285;
    line-height: 1.2em;
}

.news-container .entry-footer .ssba{
    display: none;
}

.news-container.list .entry{
    float: none;
    width:100%;
    margin: 20px 0;
    overflow: hidden;
    clear: both;
}

.news-container.list .entry-content{
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.news-container.list .entry-thumbnail{
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.news-container.list .entry-container{
    float: left;
}

.news-container.list .entry-footer{
    border-left:1px solid #bcbec0;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    position: relative;
    height:100%;
}

.news-container.list .entry-footer div.ssba{
    position: absolute;
    top:0;
    bottom:0;
    left:10%;
    margin:auto;
    height:22px;
    display: inline-block !important;
}
.news-container.list .entry-footer div.ssba a{
    display: inline-block;
    vertical-align: middle;
}

.media-container-header{
    width:100%;
}

.media-container-header h2.press-section-title{
    float: left;
}

h2.press-section-title{
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}

p.press-link {
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin:0 10px 0 0;
    position: absolute;
    right:235px;
    top:5px;
}

p.press-link a {
    color: #27aae1;
    /*font-weight: bold;*/
}
p.press-link a:hover, p.press-link a:active {
    color: #6D6E71;
}

a.read-more{
    color: #27aae1;
}

.singular-press .content{
    overflow: hidden;
}
.singular-press .hentry{
    width: 60%;
    float: left;
    margin-right: 5%;
    margin-top: 40px;
}

.singular-press .hentry .entry-title{
    margin: 20px 0 10px !important;
}

.singular-press .hentry .entry-meta{
    float: left;
    margin: 0;
}

.singular-press .hentry .ssba{
    float: right;
}

.singular-press .hentry .entry-content{
    clear:both;
    margin: 20px 0;
    padding: 20px 0;
}

.singular-press .hentry .quote-callout{
    background: #39b54a;
    padding:20px 10px;
    margin: 20px 0;
}

.singular-press .hentry .quote-callout p{
    color: #fff;
}

.singular-press .hentry a.news-pdf{

}

.singular-press .hentry a.news-pdf:before{
    content: url('images/pdficon.png') no-repeat;
    width:25px;
    height:30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.singular-press .latest{
    float: left;
    margin-top: 40px;
    width:35%;
}

.singular-press .latest .entry{
    margin-right: 5%;
    text-align: left;
    margin-bottom: 40px;
}

.singular-press .latest .entry-header{
    word-wrap: break-word;
}

.singular-press .latest .entry-title{
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3em;
}

.singular-press .latest .entry-title a{
    font-size: 15px;
    font-size: 1.5rem;
    color: #6D6E71;
}

.singular-press .latest p.entry-date{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.singular-press .latest .entry-content{
    word-wrap: break-word;
}

.singular-press .latest .entry-content p{
    color: #808285;
    line-height: 1.2em;
}


/* Home page photo gallery grid */
.media-container .media-photo-gallery-container,
.media-container .media-video-library-container{
    margin: 20px 0 0;
    overflow: hidden;
}

.media-container .media-photo-gallery-container{
    float: left;
    width:65%;
}

.media-photo-gallery-container .press-grid,
.media-photo-gallery-container .press-list{
    /*margin: 30px 0 0;*/
    /*padding: 0 20px;*/
}

.gallery-container{
/*clear: both;*/
}

.press-grid {
    text-align: left;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.news-container .press-grid{
    /*float: left;*/
    /*width:50%;*/
}
.press-grid li,
.press-list li {
    background: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.press-grid li {
    display: inline-block;
    margin: 3px;
}

.press-grid .press-item {
    /*margin: 0 5px 5px 0;*/
}

.press-grid .gallery-caption {
    opacity: 0;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
}

.press-item > a:hover .gallery-caption{
    background: #000;
    opacity: .8;
}

.press-item .gallery-caption-text{
    color:#fff;
    line-height: 1;
    padding-top: 10px;
    font-size: 12px;
}

/*.press-grid li.press-item:nth-child(4n) {*/
    /*margin-right: 0;*/
/*}*/

.press-grid > li {
    float: left;
    position: relative;
}

.press-grid > li img {
    display: block;
    width: 100%;
    height: auto;
}

/* video library */
.media-video-library-container{
    /*float: left;*/
    /*width:30%;*/
    /*margin-left: 20px;*/
}

.media-video-library-container .video-entry{
    text-align: left !important;
    clear: both;
}

.video-thumbnail img{
    width:255px;
    height:150px;
}

.media-video-library-container .video-header .video-title{
    font-size: 12px;
    font-size: 1.2rem;
    color: #39b54a;
    text-align: left;
}

.media-video-library-container .video-content p{
    font-size: 12px;
    font-size: 1.2rem;
    color: #808285;
}

.corporate-inquiries{
    float: left;
    width:65%;
    margin: 20px 0 0 5%;
    overflow: hidden;
}

.corporate-inquiries .media-inquiry{
    width: 30%;
    float: left;
    margin: 20px 0;
}

.media-inquiry .media-inquiry-title{
    color: #39b54a;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.media-inquiry .media-inquiry-details{
    margin: 0;
    padding: 0;
}

.media-inquiry .media-inquiry-details li{
    list-style-type: none;
    color: #808285;
    font-size: 12px;
    font-size: 1.2rem;
    background: none;
    margin: 0;
    padding: 0;
}


/* toggle nav */
.press-filter-toggles{
    margin-bottom: 10px;
}

.press-filters {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    clear:both;
}

.press-toggles{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right:0;
}

.press-toggles li {
    float: left;
    background: none;
    line-height: 25px;
    list-style: none;
    margin: 0 8px 0 0;
    padding: 0;
}

.press-toggles a {
    color: #6d6e71;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.press-toggles .toggle-filter a {
    background: url(images/icon-filter.png) no-repeat;
    width: 28px;
    height: 26px;
}

.press-filters {
    display: none;
    /* background: #dfe1cf; */
    background: #dfeffe;
    margin: 26px 0 0;
    padding: 30px;
}

.press-filters .col {
    float: left;
    margin-right: 50px;
    text-align: left;
}

.press-filters .label {
    text-transform: uppercase;
}

.press-filters select {
    margin: 0 0 6px;
    width: 200px;
}

.press-toggles .toggle-display a {
    width: 25px;
    height: 25px;
}

.press-toggles .toggle-display a:hover,
.press-toggles .toggle-display a.active {
    background-position: 0 -25px;
}

.press-toggles .press-print a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(images/icon-print.png) no-repeat;
}

.press-toggles .toggle-grid a {
    background: url(images/icon-toggle-grid.png) no-repeat;
}

.press-toggles .toggle-list a {
    background: url(images/icon-toggle-list.png) no-repeat;
}

.press-toggles .toggle-filter,
.press-toggles .toggle-search {
    position: relative;
}

.press-toggles .toggle-search a {
    background: url(images/icon-search.png) no-repeat;
    width: 28px;
    height: 26px;
}

.press-search {
    position: relative;
    background: #eee;
    margin: 50px 0 0;
    padding: 30px 0;
    display: none;
    clear: both;
}

.press-filters .reset {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 6px;
    text-transform: none;
    color: #098117;
}

.press-filters .reset:hover {
    color: #39B54A;
}

.press-search .form-row {
    position: relative;
    margin: 0 auto;
    width: 225px;
}

.press-toggles .toggle-filter.active .arrow-up {
    position: absolute;
    bottom: -23px;
    right: -2px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid /* #dfe1cf */ #dfeffe;
}

.press-toggles .toggle-search.active .arrow-up {
    position: absolute;
    bottom: -25px;
    right: -2px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eee;
}

.press-search #search {
    border: 1px solid #d1d3d4;
    color: #6d6e71;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 7px 32px 7px 8px;
    width: 175px;
    background: #fff;
}

.press-search .submit {
    position: absolute;
    top: 7px;
    right: 20px;
    border: none;
    width: 18px;
    height: 17px;
    background: url(images/icon-search-field.png) no-repeat;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1030px) {
    .press-toggles .toggle-search {
        display: none;
    }
    .press-toggles{
        right:245px;
    }

    .press-filters {
        margin-top: 18px;
    }

    .press-search {
        background: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right:0;
    }

    .press-search .arrow-up {
        display: none;
    }


    .press-toggles .toggle-filter {
        font-weight: bold;
        margin-right: 18px;
        text-transform: uppercase;
    }

    .press-toggles .toggle-filter.active .arrow-up {
        right: 40px;
        bottom:-18px;
    }

    .press-toggles .toggle-filter a {
        background: none;
        width: auto;
        height: auto;
        text-indent: 0;
    }

    .press-toggles .toggle-filter a:hover {
        color: #098117;
    }
}

@media only screen and (max-width: 650px) {

    .press-filter-toggles{
        float: none;
    }
    .press-filters, .press-search{
        margin: 15px 0 0;
    }
    .press-search {
        top:15px;
    }

    .entry-content > h1{
        text-align: center !important;
    }

    .mediabox > .entry-content > p{
        text-align: center !important;
    }
    .media-container{
        padding: 0 10px;
    }

    .news-container .entry:nth-of-type(3n){
        margin: 20px auto;
    }

    p.press-link{
        float: right;
        position: inherit !important;
    }

    h2.press-section-title{
        margin: 0;
        padding-left: 0 !important;
    }

    .news-container .entry{
        float: none;
        width: 80%;
        margin: 20px auto;
        text-align: left;
    }

    .media-container .media-photo-gallery-container{
        float: none;
        width: 100%;
    }

    .news-container .press-grid{
        width:100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .press-grid li{
        margin: 0;
    }

    .media-video-library-container{
        float: none;
        width: 100%;
    }

    .corporate-inquiries{
        width:100%;
        float: none;
        margin: 0;
    }

    .corporate-inquiries .media-inquiry{
        width:50%;
        /*float: none;*/
    }

    .singular-press .hentry{
        float: none;
        width:initial;
        padding: 0 10px;
        margin:0 0 20px 0;
    }

    .singular-press .hentry .entry-title{
        width:100%;
    }

    .singular-press .latest{
        display: none;
    }
}

/* Load more button*/
.alm-load-more-btn{
    font-family: Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight: 600;
    width:auto;
    height: 42px;
    line-height: 44px;
    background: #fff;
    color:#39b54a;
    border: 1px solid #d1d3d4;
    /*-webkit-border-radius:3px;*/
    /*-moz-border-radius:3px;*/
    /*border-radius:3px;*/
    margin: 0 0 4px;
    padding:0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    padding-left: 40px;
	font-weight: bold !important;
}

.alm-load-more-btn:hover{
	color:#39b54a;
}

.alm-load-more-btn:before{
    background: #fff url(images/load-more-down-arrow.png) no-repeat center center;
    width: 25px;
    height: 15px;
    z-index: 0;
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.alm-load-more-btn:active{
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* Loading */
.alm-load-more-btn.loading{
    padding-left: 44px;
}

/* Loaded / Done */
.alm-load-more-btn.done{
    cursor: default;
    opacity: 0.2;
    filter: alpha(opacity=20);
    /*background-color: #FF5A58;*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Loading :before */
.alm-load-more-btn.loading:before {
    background: #fff url(images/ajax-loader.gif) no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 6px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.alm-btn-wrap{
    text-align:right;
    padding:30px 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

.alm-btn-wrap:before{
    content: '';
    background: #D1D3D4;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 160px;
    top: 50%;
}


/* Careers/home page specifics */
.page-template-careers .entry-content {
	margin: 0 auto;
	/* padding: 0 0 5em; */
	padding: 1.5em 15px;
}
/* .page-template-careers .three_fifth img,
.home .careersbox .three_fifth img {
	display: none;
} */
.page-template-careers .hidden,
.home .careersbox .hidden {
	display: block;
	height: auto;
	max-width: 100%;
}
.page-template-careers .three_fifth,
.home .careersbox .three_fifth {
	color: #6D6E71;
	display: block;
	float: none !important;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	/*text-align: center;*/
	width: 95%;
}
.page-template-careers .entry-content p,
.home .careersbox .entry-content p {
	/* margin: 0 auto 1.5em; */
	/*text-align: center;*/
	padding: 1.5em 0px;
}
.home .page-template-careers .entry-content p,
.home .careersbox .entry-content p {
	/* margin: 0 auto 1.5em; */
	/*text-align: center;*/
	padding: 1.5em 15px;
}
.page-template-careers .linkbutton-large,
.home .careersbox .linkbutton-large  {
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
	.page-template-careers .content {
		padding-top: 28px;
	}
	.page-template-careers .hentry {
		padding: 0;
	}
	a.linkbutton {
		white-space: nowrap;
		padding: 100px 0 100px 0;

	}

}

}

@media only screen and (min-width: 640px) {
	.page-template-careers #container {
		/*max-width: 100%;*/
		/* max-width: 960px; */
		max-width: 850px;
		margin: 0 auto;
	}
	.page-template-careers .entry-content {
		padding: 0 0 15em;
	}
	.page-template-careers .hidden,
	.home .careersbox .hidden {
		display: none;
		height: 0;
	}
	.page-template-careers .three_fifth,
	.home .careersbox .three_fifth {
		color: #fff;
		max-width: 700px;
		padding: 3em 0 0;
		width: 100%;
	}
	.home .careersbox .three_fifth {
		color: #fff;
		max-width: 850px;
		padding: 3em 0 0;
		width: 100%;
	}
	.page-template-careers .three_fifth img,
	.home .careersbox .three_fifth img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.page-template-careers h1,
	.home .careersbox h1 {
		color: #fff;
		font-size: 72px;
		font-size: 7.2rem;
		font-weight: bold;
		margin: 0 !important;
		padding: 0 0 0.1em;
		/*text-align: center;*/
	}
	.page-template-careers .entry-content h2,
	.home .careersbox .entry-content h2 {
		color: #808285;
		margin-bottom: 1.5em;
		text-align: left;
		font-size: 16px !important;
		font-size: 1.6rem !important;
		line-height:22px;
		margin-top:15px !important;
	}
}


/* Author and date byline */
.byline {}

/* Full entries */
/*.entry-content {  overflow: hidden; text-align: left;}*/

			/* Excerpts (introduced) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.page-links a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Entry metadata */
			.entry-meta {}

		/* Post series */
		.series {}
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

/**
* Widget sections (Primary and Secondary)
************************************************/

/* Widgets in general */
.widget {}
.widget-inside {}
h3.widget-title, .widget h3 {
	color: #BCBEC0;
	font-size: 18px;
	font-size: 1.8rem;
}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

#footer-container {
	background: #231F20;
	color: #BCBEC0;
	padding: 40px 0 60px;
	width: 100%;
}

#footer-container a {
	color: #fff;
}
#footer-container a:hover,
#footer-container a:active {
	color: #ACC756;
   	-webkit-transition:color .07s ease-in;
   	-moz-transition:color .07s ease-in;
   	-o-transition:color .07s ease-in;
   	transition:color .07s ease-in;
}

#subsidiary {
	margin: 0 auto;
	max-width: 850px;
}
#subsidiary:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#subsidiary .widget {
	margin: 0 auto;
	width: 90%;
}
#subsidiary .widget-inside {
	margin: 0;
	padding: 0;
}
#subsidiary .widget-title {}

#subsidiary ul.nav-menu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px;
}
#subsidiary ul.nav-menu li {
	background: none;
	border-bottom: 1px solid #bcbec0;
	font-size: 14.88px;
	font-size: 1.488rem;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
#subsidiary ul.nav-menu li:before {
   	content: "> ";
   	display: inline;
   }
#subsidiary ul.nav-menu li a {
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	#subsidiary .widget {
		float: left;
		/*margin: 0 1.57%;*/
		margin: 0 2% 0 0;
		/*width: 25.88%;*/
		width: 30%;
	}
	#subsidiary ul.nav-menu {
		width: 93%;
	}
}

#subsidiary .social {
	float: left;
	margin: 0.5em 1em 0 0;
	padding-bottom: 0;
}
#subsidiary .social:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Contact info widget */
#subsidiary #text-3.widget {
	clear: left;
	margin: 0 auto;
	width: 90%;
}
#subsidiary .contact h3 {}
#subsidiary .contact p {
	font-size: 13.88px;
	font-size: 1.388rem;
}
@media only screen and (min-width: 768px) {
	#subsidiary #text-3.widget {
		border-left: 1px dashed #BCBEC0;
		clear: none;
		/*float: right;*/
		float: left;
		margin-right: 0;
		padding-left: 25px;
		width: 34%;
	}
	#subsidiary .contact h3 {
		margin-left: 0;
	}
	#subsidiary .contact p {
		margin-left: 0;
	}
}
@media only screen and (min-width: 870px) {
	#subsidiary .contact {
		background: url(http://www.webcor.com/wp-content/uploads/2015/10/crane-logo.png) top left no-repeat;
	}
	#subsidiary .contact h3 {
		margin-left: 136px;
		padding-top: 0px;
	}
	#subsidiary .contact p {
		margin-left: 136px;
	}
}

#footer {
	border-top: 1px solid #BCBEC0;
	margin: 40px auto 0;
	padding: 1em 0 60px;
	width: 90%;
}

@media only screen and (min-width: 480px) {
	#footer {
		max-width: 850px;
		padding: 1em 0 0;
	}
}

#footer .copyright {
	color: #E6E7E8;
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

#footer ul#menu-privacy-menu {
	clear: left;
	float: left;
	list-style-type: none;
	margin: 0 0 0 -5px;
	padding: 0;
}
@media only screen and (min-width: 480px) {
	#footer ul#menu-privacy-menu {
		clear: none;
		float: right;
	}
}

#footer #menu-privacy-menu li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer #menu-privacy-menu li + li::before {
    content: " | ";
}
#footer #menu-privacy-menu li a {
	padding: 0 5px;
	text-transform: uppercase;
}


/**
* Miscellaneous
************************************************/

/* Column Shortcodes */
.one_half {
	display: block;
	padding: 0;
	width: 100% !important;
}
.one_half.last_column {
	display: block;
	padding: 0;
	width: 100% !important;
}

.one_half h1{
	text-align: left !important;
}

/* timeline */
.timeline-entry .col {
	float: left;
	width: 100%;
	text-align: left;
}

/* employee */
.employee-entry .col {
	float: left;
	width: 100%;
	text-align: left;
}

.aboutbox .one_third {
	/*width: 33.33%;*/
}

@media only screen and (min-width: 640px) {
	.one_half {
		padding: 0 2.3530% 0 0;
		width: 47.35% !important;
	}
	.one_half.last_column {
		padding: 0 0 0 2.3530%;
		width: 47.35% !important;
	}

	.timeline-entry .timeline-graphic,
	.timeline-entry:nth-of-type(odd) .timeline-description,
	.employee-entry .employee-graphic,
	.employee-entry:nth-of-type(even) .employee-description {
		padding-left: 0;
		padding-right: 2.3530%;
		width: 47.35% !important;
	}

	.timeline-entry .timeline-description,
	.timeline-entry:nth-of-type(odd) .timeline-graphic,
	.employee-entry .employee-description,
	.employee-entry:nth-of-type(even) .employee-graphic {
		padding-left: 2.3530%;
		padding-right: 0;
		width: 47.35% !important;
	}

	.timeline-entry:nth-of-type(odd) .timeline-graphic,
	.employee-entry:nth-of-type(even) .employee-graphic {
		float: right;
	}
}

.one_half h2, .one_half.last_column h2, .timeline-entry h2, .employee-entry h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}
.one_half h3, .one_half.last_column h3, .timeline-entry h3, .employee-entry h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 0.5em;
}
.one_half h4, .one_half.last_column h4, .timeline-entry h4, .employee-entry h4 {
	font-size: 10px;
	font-size: 1.2rem;
	margin: 0 0 1.5em;
}
.one_half h5, .one_half.last_column h5, .timeline-entry h5, .employee-entry h5 {
	font-size: 10px;
	font-size: 1.2rem;
	margin: 0;
}

@media only screen and (min-width: 870px) {
	.one_half h2, .one_half.last_column h2, .timeline-entry h2, .employee-entry h2,
	.one_half h3, .one_half.last_column h3, .timeline-entry h3, .employee-entry h3,
	.one_half h4, .one_half.last_column h4, .timeline-entry h4, .employee-entry h4,
	.one_half h5, .one_half.last_column h5, .timeline-entry h5, .employee-entry h5,
	.one_half p, .one_half.last_column p, .timeline-entry p, .employee-entry p {
		padding: 0;
	}
}

.one_half img, .one_half.last_column img, .timeline-entry img, .employee-entry img {
	height: auto;
	margin: 0 0 0.8em;
	max-width: 100%;
	padding: 0;
}
@media only screen and (min-width: 640px) {
	.one_half img, .one_half.last_column img, .timeline-entry img, .employee-entry img {
		margin: 0 0 0.8em;
		padding: 0;
		width: auto !important;
	}
	/*.one_half img {
		padding: 0 0 0 10px;
	}*/
	.one_half.last_column img {
		padding: 0 10px 0 0;
	}
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/* Custom shortcodes */
.quotebox {
	/*background: url(images/balloon.gif) 1em 0.7em no-repeat;*/
	background: url(images/balloon.gif) 0em 0.7em no-repeat;
	padding: 0.5em 15px 0;
}
@media only screen and (min-width: 850px) {
	.quotebox {
		background: url(images/balloon.gif) left 0.7em no-repeat;
		padding-top: 0.5em;
	}
}

.one_half .quotebox h5, .one_half .quotebox p,
.employee-entry .quotebox h5, .employee-entry .quotebox p,
.one_half.last_column .quotebox h5, .one_half.last_column .quotebox p {
	/*margin-left: 52px !important;*/
	margin-left: 42px !important;
	padding: 0;
}
/*@media only screen and (min-width: 850px) {
	.one_half .quotebox h5, .one_half .quotebox p,
	.employee-entry .quotebox h5, .employee-entry .quotebox p,
	.one_half.last_column .quotebox h5, .one_half.last_column .quotebox p {
		margin-left: 42px !important;
	}
}*/

.one_half .timeline-graphic,
.timeline-entry .timeline-graphic,
.employee-entry .employee-graphic {
	text-align: center;
}

.employee-entry .employee-graphic {
	padding-top: 1.5em;
}

.employee-entry .employee-graphic .quotebox {
	text-align: left;
}

.one_half .timeline-graphic img,
.timeline-entry .timeline-graphic img,
.employee-entry .employee-graphic img {
	margin: 0 auto;
	padding: 0;
}

p.top-link {
	text-transform: uppercase;
}
p.top-link a {
	font-weight: bold;
}

/* As on About page */
a.linkbutton {
	background: #77BC1F;
	color: #fff;
	padding: 8px 20px 6px 22px;
	text-transform: uppercase;
	border-radius: 2px;
	width: 100%;
	letter-spacing: 1px;
}
a.linkbutton:hover, a.linkbutton:active {
	background: #808285;
}

/* As on Services page */
a.linkbutton-green {
	background: #39B54A;
	color: #fff;
	padding: 3px 12px;
}
a.linkbutton-green:hover, a.linkbutton-green:active {
	background: #77BC1F;
}

/* As on Careers page */

#careerbuttons {
	width:90%;
	margin: 0 5% 50px 5%;
	clear: right;

}

.careerlink {
	display: inline-block;
	margin: 0 5px 0 0;
}


.linkbutton-large {
	font-size: 21px;
	font-size: 2.1rem;
	margin: 2em auto 0;
	text-align: center;
}
.linkbutton-large a {
	background: #39B54A;
	color: #fff;
	padding: 8px 14px;
	text-transform: uppercase;
}
.linkbutton-large a:hover, .linkbutton-large a:active {
	background: #6d6e71;
}

/* Services Slider */
.wc-services-wrapper p:empty {
	display: none;
}



.entry-content a.ls-nav-prev {
	left: 300px !important;
	top: 250px !important;
}
.entry-content a.ls-nav-next {
	right: 300px !important;
	top: 250px !important;
}s


/**
* CODEGEEK STYLES
************************************************/
.codegeek_gravity_form {
	background: none;
	max-width: 425px;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.codegeek_gravity_form ul li {
	background: none;
	max-width: 425px;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.codegeek_gravity_form input.button.gform_button {
	font-size: 12px/1.5em;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.codegeek_gravity_form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-left: 1px;
}

body .gform_wrapper .gform_body .gform_fields #field_1_7.gfield select {
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.gfield_select {
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.entry-content .gform_wrapper .ginput_complex select {
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.entry-content h1 {
	/*margin: 0 0 1em !important;*/
	margin: 0px;
	text-align:center;
	width: 100%;
}
.one_fourth {
	max-width: 23.5%;
	margin-right: 2%;
	min-width: 130px;
}
.one_fourth.last_column {
	max-width: 23.5%;
	margin-right: 0px;
}

.page-template-about .entry-content p {
	width: 100% !important;
}

.aboutbox .entry-content p {
	width: 100% !important;
}

#internal-menu a:hover {
	font-weight: normal;
}

#home-menu #slider-menu li a:hover {
	font-weight: normal;
}

div .about-icons .page-template-about .one-third {
	margin: 10px 0;
}

.google-map-desktop, .google-map-mobile {
	padding:10px;
	clear: both;
}

iframe {
	width: 100%;
}

.left-text p {
	text-align: left !important;
}

.left-text img {
	text-align: center !important;
}

.intro-text {
	text-align: center;
	margin-bottom: 20px;
}

hr {
	width: 100%;
	border-top: 1px solid #b3b3b3; /* gray */
}

.secondary-sub-menu a {
	color: #b3b3b3; /* gray */
}

.one_half, .one_fourth {
	margin-top: 20px;
}

.timeline-entry {
	margin-top: 30px;
}

img.alignleft {
	padding: 0 40px 40px 0;
}

img.alignright {
	padding: 0 0 40px 40px;
}

.clear-left {
	clear: left;
}

.careers-img {
	padding: 0;
}

.one_half {
	margin-top: 0px;
}

.home .one_half {
	margin-bottom: 0px;
}

select {
	-webkit-appearance: menulist; /* required */
	border: 1; /* required */
	font-size: 14px;
	padding: 3px;
	border-width: 1px;
	/* border-style: inset; */
	border-radius: 0px;
	border-color: #a2a2a2;
	font-family: ProximaNova, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.safety-image-right {
	text-align: right !important;
}

.safety-image-left {
	text-align: left !important;
}

div.safety-image img {
	text-align: left !important;
}

.codegeek_gravity_form.gform_wrapper .ginput_complex .ginput_right input[type=text] {
	width: 94% !important;
}

.codegeek_gravity_form select.medium {
	width: 97% !important;
}

@media only screen and (min-width: 768px) and (max-width: 944px) {
#subsidiary {
	margin: 0 5%;
}
}

@media only screen and (min-width: 768px) and (max-width: 870px) {
#subsidiary .widget {
	margin: 0 4% 0 0;
	width: 34%;
}

#subsidiary #text-2.widget {
	width: 28%;
}

#subsidiary #text-3.widget {
	width: 26%;
}
}

@media only screen and (max-width: 849px) {
.home h2 {
	padding: 15px 15px 0px 15px;
}
}

h2.careers-quote {
	padding-top: 0px;
}

@media only screen and (max-width: 850px) {
.projects-container .projects-grid .project-item-caption {
	font-size: 12px;
	line-height: 14px;
}

}

@media only screen and (min-width: 768px) {

#subsidiary #text-2.widget {
	width: 28%;
}
}

@media only screen and (max-width: 767px) {
	#subsidiary #text-2.widget {
		margin-bottom: 65px;
	}
}


@media only screen and (min-width: 780px) {
	.about-text {
		width: 650px;
		margin: 0px auto;
		text-align: center;
}
}

@media only screen and (max-width: 779px) {
	.about-text {
		text-align: center;
}
}

@media only screen and (max-width: 600px) {
	.one_fourth, .one_fourth.last_column, .aboutbox .one_third, .aboutbox .one_third.last_column {
		width: 100%;
	}
	.google-map-desktop {
		display: none;
	}
	.google-map-mobile {
		display: visible;
	}
}

@media only screen and (min-width: 601px) {
	.google-map-desktop {
		display: visible;
	}
	.google-map-mobile {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.careers-title-gray {
		margin-top: 10px;
		display: inline;
		}
	.careers-title-white {
		display: none;
		}
}

@media only screen and (min-width: 641px) {
	.careers-title-gray {
		display: none !important;
		}
	.careers-title-white {
		display: inline;
		}
}

@media only screen and (min-width: 870px) and (max-width: 1079px) {
	#header {
		margin: 0 20px;
	}
}


/*Ubergrid*/
.page-69 div.uber-grid{
	/* border-bottom: 1px solid #BCBEC0 !important;
	border-top: 1px solid #BCBEC0 !important; */
	border:none;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.page-69 .uber-grid-filters .active{
	font-weight: bold;
}


.page-69 .entry-content div.uber-grid-wrapper{
	margin:20px 0 !important;
}

/*Uber Grid*/
.page-71 #uber-grid-2041-cell-1 .uber-grid-cell-wrapper{
	/*height:100% !important;*/
}


@media only screen and (min-width: 870px){
	.page-template-service-claims-template #container {
		max-width: 975px;
	}

/***************Culture Style September 2015***************/

.even {
	text-align: right;
}


|
