/*
Theme Name: HPA
Theme URI: http://www.humphreys.com/
Author: Humphreys & Partners Architects, L.P.
Author URI: http://www.humphreys.com/
Description: A Custom WordPress Theme For Humphreys
Version: 4.3.8
*/

/*------------------------------------------------*/
/* Fonts
/*------------------------------------------------*/

/* Tex Gyre Adventor */

@font-face {
	font-family: 'Tex Gyre Adventor Regular';
	src: url('fonts/texgyreadventor/texgyreadventor-regular-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?iefix') format('eot'),
	     url('fonts/texgyreadventor/texgyreadventor-regular-webfont.woff') format('woff'),
	     url('fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf') format('truetype'),
	     url('fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Tex Gyre Adventor Italic';
	src: url('fonts/texgyreadventor/texgyreadventor-italic-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-italic-webfont.eot?iefix') format('eot'),
	     url('fonts/texgyreadventor/texgyreadventor-italic-webfont.woff') format('woff'),
	     url('fonts/texgyreadventor/texgyreadventor-italic-webfont.ttf') format('truetype'),
	     url('fonts/texgyreadventor/texgyreadventor-italic-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Tex Gyre Adventor Bold';
	src: url('fonts/texgyreadventor/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?iefix') format('eot'),
	     url('fonts/texgyreadventor/texgyreadventor-bold-webfont.woff') format('woff'),
	     url('fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf') format('truetype'),
	     url('fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Tex Gyre Adventor Bold Italic';
	src: url('fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot');
	src: url('fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot?iefix') format('eot'),
	     url('fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.woff') format('woff'),
	     url('fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
	     url('fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.svg#webfont') format('svg');
}

/*------------------------------------------------*/
/* Globals
/*------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6  {
	color: #000;
	font-family: 'Tex Gyre Adventor Regular', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	font-size: 24px;
}

h3 {
	font-size: 1.17em;
	font-size: 20px;
	color: #f75f0c;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .67em;
}

h1 a {
	color: #000;
}

p, ol, ul, #officetime {
	color: #888888;
	font-family: 'Tex Gyre Adventor Regular', sans-serif;
	line-height: 1.5em;
	font-size: 16px;
	margin-bottom: 25px;
}

ol li {
	margin-bottom: 15px;
}

#officetime {
	color: #000;
	font-size: 22px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: 300;
}

a.disabled,
a.disabled:hover,
a.disabled:focus {
	color: #888888;
	pointer-events: none;
	cursor: default;
}

a:hover {
	color: #f75f0c;
	text-decoration: none;
}

a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

.underline-effect {
	background-image: linear-gradient(120deg, #f75f0c 0%, #fb945c 100%); /* #fd7d37 or #fb945c */
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
	color: #000;
}

.underline-effect:hover,
.underline-effect:focus {
	background-size: 100% 88%;
	color: #000;
}

ul, ol {
	padding-left: 0px;
}

.sidebar-left ul,
ul.mod-list {
	list-style: none;
}

.sidebar-left ul li,
ul.mod-list li {
	font-size: 14px;
	color: #000;
	position: relative;
	margin-left: 25px;
	margin-bottom: 5px;
}

.sidebar-left ul li:before,
ul.mod-list li:before {
	content: "";
	display: inline-block;
	height: 2px;
	border-top: 2px solid #f75f0c;
	width: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	margin-left: -25px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.widget ul li {
    background: #fff;
    margin-bottom: 2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.widget ul li:hover {
    background: #000;
}

.widget ul li:hover,
.widget ul li:hover a {
    color: #fff;
}

.widget ul li,
.widget ul li a {
    color: #000 ;
}

.widget ul li a {
	text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0 25px;
    height: 75px;
    line-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

hr {
	border-top: #f9f9f9 solid 2px;
	position: relative;
	padding-bottom: 15px;
}

b,
strong,
.strong {
	font-family: 'Tex Gyre Adventor Bold', sans-serif !important;
	font-weight: bold;
}

em,
i,
address {
	font-style: italic;
}

blockquote,
blockquote p {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.blog-inner blockquote,
.aotf-content blockquote {
	padding: 0;
	margin: 35px 0px 30px 25px !important;
}

.blog-inner blockquote p,
.aotf-content blockquote p {
	font-family: 'Tex Gyre Adventor Regular', sans-serif;
	font-style: italic;
	font-size: 18px !important;
	line-height: 1.7em;
	display: inline;
	background-color: #0d0d0d;
	color: #fff;
	padding: 1px 10px 1px 7px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-inner blockquote:hover p,
.aotf-content blockquote:hover p {
	background-color: #fff;
	color: #000;
}

.blog-inner blockquote:before,
.aotf-content blockquote:before {
	font-family: 'Tex Gyre Adventor Regular', sans-serif;
	display: block;
	content: ' " ';
	font-size: 96px;
	line-height: 10px;
	color: #f75f0c;
	font-style: italic;
	margin-top: 55px;
	margin-bottom: 5px;
	margin-left: -17px;
}

img {
	max-width: 100%;
	height: auto;
}

.general-inquiries iframe {
	height: 375px;
}

.project-inquiries iframe {
	height: 700px;
}

.page-filters select,
#project-filters select,
#map-filters select,
.publications-filters select {
	background: transparent;
	color: #000;
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: window;
	cursor: pointer;
}

.dropbox {
	position: relative;
	height: 50px;
	width: 100%;
	max-width: 767px;
	background: transparent !important;
	border-bottom: 2px solid #000 !important;
}

.dropbox select {
	height: 50px;
	line-height: 50px;
	z-index: 1;
}

.down {
	display: block;
	background: #f0f0f0;
	border-bottom: 2px solid #000;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: 10;
	text-align: right;
	color: #000;
}

.dropbox:hover .down {
	color: #f75f0c;
}

select:focus,
button:focus,
input[type=submit]:focus {
	outline: none;
}

label {
  font-style: inherit !important;
  font-weight: inherit !important;
}

/* Selection */

::selection {
	background: #222;
	color: #fff;
}

::-moz-selection {
	background: #222;
	color: #fff;
}

/*------------------------------------------------*/
/* Bootstrap
/*------------------------------------------------*/

/* Bootstrap Resets */

.no-gutter {
	padding-left: 0px;
	padding-right: 0px;
}

.sm-gutter {
	padding-left: 7px;
	padding-right: 7px;
}

.xs-gutter {
	padding-left: 1px;
	padding-right: 1px;
}

.sm-res {
	margin-left: -7px;
	margin-right: -7px;
}

.col-res {
	margin-left: -15px;
	margin-right: -15px;
}

/* Bootstrap Extra Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}

/* Bootstrap Centered Columns */

.row-centered {
    text-align: center;
}

.col-centered {
	display: table-cell;
    vertical-align: top;
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

/*------------------------------------------------*/
/* Constants
/*------------------------------------------------*/

/* Resets */

.reset {
	margin: 0 !important;
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.clr {
	clear: both;
}

.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Design */

.hidden {
	visibility: hidden;
}

.weak {
	font-family: 'Tex Gyre Adventor Regular', sans-serif !important;
	font-weight: thin !important;
}

.fine {
	font-size: 10px;
}

.orange {
	color: #f75f0c !important;
}

.black {
	color: #000000 !important;
}

.uppercase {
	text-transform: uppercase;
}

/* Image Holders */

.slider-holder,
.banner-holder,
.project-holder,
.trend-holder,
.signature-holder {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #f0f0f0;
}

.slider-holder:before,
.banner-holder:before,
.project-holder:before,
.trend-holder:before,
.signature-holder:before {
	content:"";
	display: block;
}

.slider-holder:before {
	padding-top: 41.09375%;
}

.banner-holder:before {
	padding-top: 26.5625%;
}

.project-holder:before {
	padding-top: 75.952381%;
}

.trend-holder:before {
	padding-top: 56.349206%;
	margin-bottom: -3px;
}

.signature-holder:before {
	padding-top: 58.670143%;
}

.slider-holder img,
.banner-holder img,
.project-holder img,
.trend-holder img,
.signature-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------*/
/* Header
/*------------------------------------------------*/

#header {
	position: relative;
	z-index: 999;
	/*z-index: 999;*/
}

/* Notification */

#notification {
	display: none;
	background: #000;
	padding: 25px 50px;
	position: relative;
}

#notification a {
	color: #f75f0c;
}

#notification a:hover {
	color: #696969;
}

#notification p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#notification-inner {
	position: relative;
}

.notification-text {
	text-align: center;
}

.closenotification {
	font-size: 24px;
	position: absolute;
	top: 15px;
	right: 15px;
}

/* Nav Bar */

#navbar {
	position: relative;
	background-color: #fff;
	padding: 0 50px;
	height: auto;
	min-height: 112px;
	/*overflow: hidden;*/
	z-index: 2;
}

.logo {
	float: left;
	display: block;
	line-height: 112px;
}

.logo img {
	max-height: 17px;
}

/* Main Menu */

#push-menu {
	position: absolute;
	right: 15px;
	top: 112px;
	display: none;
	border-top: 1px solid #f0f0f0;
	background-color: #fff;
	z-index: 1;
	height: 100%;
	height: auto;
	width: 90%;
	max-width: 625px;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.push-menu-inner {
	padding: 50px 100px;
}

#mobile-menu {
	display: none;
}

#menu ul,
#mobile-menu ul {
	margin: 0;
	list-style: none;
}

#menu ul li,
#mobile-menu ul li {
	float: left;
	display: inline-block;
	width: 50%;
}

#menu ul li a,
#mobile-menu ul li a {
	pointer-events: none;
	font-size: 20px;
	font-family: 'Tex Gyre Adventor Bold', sans-serif !important;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {

	#menu {
		display: none;
	}

	#mobile-menu {
		display: block;
	}

	#mobile-menu ul li {
		float: none;
		width: 100%;
	}

	#mobile-menu ul li a {
		pointer-events: auto !important;
	}

	#mobile-menu ul:first-of-type ul.sub-menu {
		display: none;
	}

}

/* Main Menu - Children */

#menu ul li ul,
#mobile-menu ul li ul {
	margin-top: 20px;
}

#menu ul li ul li,
#mobile-menu ul li ul li {
	line-height: 1.5em;
	width: 100%;
}

#menu ul li ul li:last-child {
	margin-bottom: 35px;
}

#mobile-menu ul li ul li:last-child {
	margin-bottom: 25px;
}

#menu ul li ul li a,
#mobile-menu ul li ul li a {
	pointer-events: auto;
	font-family: 'Tex Gyre Adventor Regular', sans-serif !important;
	font-weight: normal;
	text-transform: none;
	color: #333;
	font-size: 16px;
}

#menu ul li ul li a:hover,
#menu ul li ul li a:focus,
#mobile-menu ul li ul li a:hover,
#mobile-menu ul li ul li a:focus {
	color: #f75f0c;
}

/* Menu Toggles */

.nav-toggle {
   display: inline-block;
    width: 20px;
	height: 20px;
	margin-right: 5px;
}

.nav-toggle span {
    margin-top: 12px;
    height: 3px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    cursor: pointer;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
}

.nav-toggle span:before {
    top: -6px;
    height: 3px;
}

.nav-toggle span:after {
    bottom: -6px; 
    height: 3px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0;
}

.nav-toggle.active span:before {
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.menu-toggles {
	display: block;
	line-height: 100px;
	float: right;
	margin: 0;
}

.menu-toggles li {
	display: inline-block;
	margin-right: 40px;
	line-height: 112px;
	height: 112px;
}

.menu-toggles li:last-of-type {
	display: inline-block;
	margin-right: 0;
}

.menu-toggles li a {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Tex Gyre Adventor Bold', sans-serif !important;
	font-weight: bold;
}

.menu-toggles li i {
	margin-right: 5px;
	font-size: 18px !important;
}

/* Search */

#push-search {
	position: relative;
	display: none;
	background-color: #f0f0f0;
	z-index: 999;
}

/*------------------------------------------------*/
/* Body
/*------------------------------------------------*/

body {
	font-family: 'Tex Gyre Adventor Regular', sans-serif;
	padding: 0;
	margin: 0;
}

/* Pages */

#page-wrap {
	max-width: 1920px;
	position: relative;
	margin: auto;
}

#page {
	position: relative;
	overflow: hidden !important;
	max-width: 1920px;
	margin: auto;
/*	box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    z-index: 1;
}

#content {
	position: relative;
	height: 100%;
	/*z-index: 100;*/
	background: #f0f0f0;
}

.content {
	padding: 50px 25px;
	margin: auto;
	max-width: 1200px;
}

.section-content {
	margin: auto;
	max-width: 1150px;
}

.sidebar-left {
	padding-right: 50px;
}

.sidebar-left a {
	word-break: break-all;
	word-break: break-word;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.sidebar-right {
	background-color: #f9f9f9;
	padding: 25px 50px;
	margin-top: -50px;
}

.main-inner {
	position: relative;
	margin-top: -50px;
	margin-bottom: -50px;
	padding: 50px 100px;
	/*z-index: 100;*/
}

.main-inner {
	background-color: #fff;
}

.office-inner {
	max-width: 1080px;
	margin: auto;
	position: relative;
	margin-bottom: -50px;
	padding: 50px 100px;
	background-color: #fff;
	z-index: 100;
}

.officeimage img {
	margin-bottom: 15px;
}

.officeimage {
	margin-top: 50px;
}

.officeimage {
	/*margin-top: 150px;*/
	position: relative;
	z-index: 1;
	/*overflow: hidden;*/
}

.officeimage:after {
	content: '';
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	background-color: #FFF;
	position: absolute;
	left: -40px; (or decrease until you only see white part)
	top: 0px;
	width: 80%;
	display: block;
}

.officeimage {
	padding: 5px;
}

.close-map {
	display: none;
}

/* Banners */

#banner-overlay {
	position: relative;
	background: transparent !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 100%;
	margin-bottom: -4px;
}

.multiply-image,
.normal-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  z-index: -1;
}

.multiply-elem {
  position: relative;
  z-index: -2;
  width: 100%;
  max-width: 1920px;
}

.colorbar-overlay {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 0;
}

.stripe-one,
.stripe-two,
.stripe-three,
.stripe-four,
.stripe-five,
.stripe-six,
.stripe-seven {
	position: relative;
	height: 100%;
	width: 14.2857143%;
	float: left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.stripe-one {
	background: #585657;
}

.stripe-two {
	background: #e5e1be;
}

.stripe-three {
	background: #ac954f;
}

.stripe-four {
	background: #cecbc6;
}

.stripe-five {
	background: #b7b2ac;
}

.stripe-six {
	background: #ffda8a;
}

.stripe-seven {
	background: #f15e2b;
}

.stripe-one,
.stripe-three,
.stripe-five,
.stripe-seven {
	bottom: -100%;
}

.stripe-two,
.stripe-four,
.stripe-six {
	top: -100%;
}

.blank-title {
	text-align: center;
	font-size: 54px;
	color: #000;
	margin-top: 15px;
}

#banner-plain {
	background-position: center center !important;
	background-size: cover !important;
	/*padding: 0 50px;*/
	position: relative;
	height: 350px;
	background: #fbfbfb;
	min-height: 250px;
	height: auto;
	width: 100%;
	/*border-top: 1px solid #f0f0f0;*/
	/*border-bottom: 1px solid #f0f0f0;*/
	overflow: hidden;
	z-index: 1;
}

#banner-image {
	position: relative;
	height: 275px;
	background: #f9f9f9;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	z-index: 1;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34,34,34,.7);
	height: 100%;
}

.pagination-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .7;
	height: 100%;
	z-index: 2;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.pagination-content {
	position: relative;
	z-index: 3;
}

.prev-post,
.next-post {
	background-position: center center;
	background-size: cover;
}

.prev-post:hover .pagination-overlay,
.next-post:hover .pagination-overlay {
	opacity: .5;
}

.banner-opacity {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34,34,34,.8);
	/*height: 100%;*/
	z-index: 2;
}

#banner-overlay .banner-title-secondary {
	color: #fff !important;
}

.banner-titles {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

#projects-map-container,
#offices-map-container,
#office-map-container {
	position: relative;
}

#timezone {
	min-height: 58px;
	padding-bottom: 5px;
}

/* amCharts */

#office-map-holder {
	margin-top: 50px;
	margin-left: -100px;
	margin-right: -100px;
	margin-bottom: -50px;
}

#offices-map-container {
	background-color: #fff;
	padding: 50px;
}

#chartdiv {
	width: 100%;
	height: 500px;
}

.map-marker {
	margin-left: -8px;
	margin-top: -8px;
}

.map-marker.map-clickable {
	cursor: pointer;
}

.pulse {
	width: 5px;
	height: 5px;
	border: 3px solid #f75f0c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #716f42;
	z-index: 10;
	position: absolute;
}

.map-marker .dot {
	border: 10px solid #f75f0c;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -22px;
	left: -22px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-webkit-keyframes "pulse" {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}

.banner-title-primary {
	color: #000;
	font-size: 54px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 10;
}

#banner-overlay .banner-title-primary {
	color: #fff !important;
}

.banner-title-secondary,
.blank-description {
	color: #f75f0c;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	line-height: 1;
	z-index: 10;
}

.blank-description {
	text-align: center;
	color: #f75f0c;
}

.map-title {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 10;
	padding: 0 5px;
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	z-index: 999;
}

/*------------------------------------------------*/
/* Page Templates
/*------------------------------------------------*/

/* Home Page */

#home-events,
#home-projects,
#home-downloads,
#home-social  {
	padding: 50px;
}

#event-left {
	position: relative;
/*	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;*/
	/*min-height: 400px;*/
	height: auto;
	/*height: 50vh;*/
}

.days-left {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	padding: 7px 15px;
	text-transform: uppercase;
}

.days-left p {
	padding: 0;
	margin: 0;
	color: #fff;
}

#event-right {
	/*height: 50vh;*/
	/*height: auto;*/
	/*padding: 50px;*/
}

#home-events,
#home-social {
	background-color: #fff;
}

#home-slides {
	height: auto;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

#events .event {
	width: 100%;
}

#home-slider {
	position: relative;
	height: auto;
}

.home-slide {
	position: relative;
	height: 100%;
}

.home-slide-gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    opacity: 1;
    position: absolute;
    height: 25%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.home-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 25px 50px;
}

.home-slide-content h3,
.home-slide-content p {
	padding: 0;
	margin: 0;
}

.home-slide-content h3 {
	float: left;
	margin-right: 25px;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 32px;*/
	font-size: 2.5vw;
}

.home-slide-content p {
	float: left;
	width: 100%;
	margin-top: 12px;
	color: #fff;
	font-style: italic;
}

.office-image {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    margin-bottom: 25px;
}

#spotlight-left .spotlight,
#spotlight-top .spotlight,
#spotlight-bottom .spotlight,
#home-slides .home-slide,
#events .event-slide,
#cff .cff-item,
#downloads .download,
#twitter-feed .tweet,
.signature-slider .sig-slide,
#office-slider .office-image,
.blog-slider .blog-slide {
	display: none;
}

#spotlight-left .spotlight:first-child,
#spotlight-top .spotlight:first-child,
#spotlight-bottom .spotlight:first-child,
#home-slides .home-slide:first-child,
#events .event-slide:first-child,
#cff .cff-item:first-child,
#twitter-feed .tweet:first-child,
.signature-slider .sig-slide:first-child,
.blog-slider .blog-slide:first-child {
	display: block;
}

#downloads .download:nth-child(1),
#downloads .download:nth-child(2),
#downloads .download:nth-child(3),
#office-slider .office-image:nth-child(1),
#office-slider .office-image:nth-child(2),
#office-slider .office-image:nth-child(3) {
	display: inline-block !important;
}

@media only screen and (max-width: 991px) {
	#downloads .download:nth-child(3),
	#office-slider .office-image:nth-child(3) {
	  display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	#downloads .download:nth-child(2),
	#office-slider .office-image:nth-child(2) {
	  display: none !important;
	}
}

#spotlight-left.slick-initialized .spotlight,
#spotlight-top.slick-initialized .spotlight,
#spotlight-bottom.slick-initialized .spotlight,
#home-slides.slick-initialized .home-slide,
#events.slick-initialized .event-slide,
#cff.slick-initialized .cff-item,
#twitter-feed.slick-initialized .tweet,
.signature-slider.slick-initialized .sig-slide,
.blog-slider.slick-initialized .blog-slide {
	display: block;
}

#office-slider .office-image,
#downloads.slick-initialized .download,
#office-slider.slick-initialized .office-image {
	/*margin-right: 0px;*/
  	display: inline-block !important;
    float: none !important;
/*    display: inline-block ;*/
    vertical-align: middle !important; 
}

#office-slider {
	margin-top: 25px;
}

.special-title {
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
	font-size: 42px;
	/*font-size: 3vw;*/
}

/*.event-home,
.event-home-counter {
	margin-bottom: 25px;
}

.days-remaining-top,
.hours-remaining-top,
.minutes-remaining-top {
	border: none;
	background-color: transparent;
	border-radius: 0px;
	height: 100px;
	width: 100px;
	border-bottom: 2px solid #000;
	text-align: center;
	position: relative;
	margin: auto;
	float: left;
}

.days-number,
.hours-number,
.minutes-number {
	color: #f75f0c;
	font-size: 36px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.days-remaining-bottom,
.hours-remaining-bottom,
.minutes-remaining-bottom {
	margin-top: 15px;
	text-align: center;
}

.days-text,
.hours-text,
.minutes-text {
	margin-top: 30px;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
}

.remaining-text {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}*/

#spotlight-arrows {
	max-width: 100px;
	margin: auto;
	/*text-align: center;*/
}

.slick-arrow-left,
.slick-arrow-right {
	font-size: 24px;
}

.slick-arrow-left {
	float: left;
	/*margin-right: 25px;*/
}

.slick-arrow-right {
	float: right;
/*	margin-right: 25px;*/
}

/* AOTF - Page Template */

.aotf-content {
	padding: 25px;
	margin: auto;
	/*margin-left: 50px;*/
	max-width: 767px;
}

#aotf-hero {
	position: relative;
	height: 100%;
	width: auto;
	background-color: #000;
}

#aotf-hero .open-video img {
	position: relative;
	opacity: .7;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#aotf-hero .open-video img:hover {
	opacity: .9;
	cursor: pointer;
}

.aotf-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}

.aotf-play i {
	font-size: 124px;
	color: #fff;
}

.aotf-images {
	margin-top: 35px;
	margin-bottom: 20px;
}

.aotf-image {
	margin-bottom: 15px;
}

.aotf-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

.aotf-icon  {
	text-align: center;
	padding-bottom: 50px;
}

.aotf-icon img {
	max-width: 125px;
}

.aotf-icon h4 span {
	display: block;
}

.aotf-button {
	position: relative;
	overflow: hidden;
	max-width: 767px;
	font-size: 18px;
	/*border: 3px solid #f75f0c;*/
	background: #000;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;
	cursor: pointer;
	line-height: 1.3em;
	padding: 25px 75px;
	margin: 40px auto 20px;
	display: block !important;
	text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	z-index: 2;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.aotf-button:hover {
	color: #000;
	/*color: #f75f0c;*/
}

.button-icon {
	margin-right: 7px;
	color: #f75f0c;
}

.aotf-button:before {
	content: '';
	position: absolute;
	top: 0;
	right: -110%;
	width: 100%;
	height: 100%;
	/*background: #f75f0c;*/
	background: #fff;
	z-index: -1;
	-webkit-transform: skew(10deg, 0deg);
    -moz-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.aotf-button:hover::before {
	right: -15px;
	width: 150%;
}

.aotf-modal {
	display: none;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9999;
}

.modal-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 425px;
}

.modal {
	background: rgba(255,255,255,1);
	height: auto;
	width: 100%;
	padding: 50px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.modal h1,
.modal p {
	color: #000;
}

.modal iframe {
	height: 400px;
}

.no-thanks {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

/*------------------------------------------------*/
/* Custom Post Types
/*------------------------------------------------*/

/* Custom Post Type Globals */

.spotlight {
	margin-bottom: 50px;
}

#projects,
#awards,
#certifications {
	/*display: none;*/
	margin-bottom: 25px;
	height: auto;
}

#awards,
#certifications {
	display: none;
}

.project,
.award,
.certification {
	padding: 25px;
}

.div-loader {
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: 25px;
}

.div-loader img {
	max-width: 25px !important;
}

/* HUD - Dynatable */

#dynatable-search-hud-list input[type=search] {
	margin-top: 10px;
	height: 25px;
	background-color: #fff !important;
	color: #000 !important;
}

.dynatable-per-page .dropbox {
	margin-top: 7px;
}

#hud-list {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
}

#hud-list thead {
	margin-bottom: 25px;
}

#hud-list thead th {
	height: 50px;
	font-size: 24px;
	color: #f75f0c;
	text-transform: uppercase;
}

#hud-list thead th a {
	color: #f75f0c;
}

#hud-list tr {
	border-bottom: 1px solid #fff;
}

#hud-list td {
	padding: 10px 0;
}

.hud-link {
	color: #aaa;
	text-decoration: underline;
	margin-left: 15px;
}

/* Leed */

.leed-header {
	width: 100%;
}

.leed-header .leed-icon {
	float: left;
	margin-right: 25px;
}

.leed-header h2 {
	margin-top: 50px;
}

.leed-icon {
	max-width: 100px;
}

/* Awards */

#award-navigation {
	text-align: center;
	position: relative;
	margin-top: -4px;
	background-color: #fff;
	padding: 25px;
}

.award-nav-item {
	display: inline-block;
	text-align: center;
	margin-right: 25px;
}

.award-nav-item:last-of-type {
	margin-right: 0;
}

.awarded-year {
	font-size: 48px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.awarded-info {
	position: relative;
	padding-bottom: 25px;
}

.awarded-info:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-color: #fff;
	width: 100px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Projects */

.images {
	position: relative;
}

.project-title {
	display: none;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 3;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.project-loc {
	opacity: 0;
	text-align: right;
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 100%;
	z-index: 3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.images:hover .project-loc {
	opacity: 1;
}

.project-details {
	list-style: none;
}

.project-details li {
	display: inline-block;
	margin-right: 7px;
}

.span-title span {
    background: #000;
    color: #fff;
    padding: 0 7px;
    display: block;
    float: left;
    clear: both;
    line-height: 1em;
}

.span-title span:first-of-type {
  padding-top: 5px;
}

.span-title span:last-of-type {
  padding-bottom: 5px;
}

.project-title h2,
.project-loc h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}

.project-title h2 {
	font-size: 20px;
}

.project-loc h3 {
	font-size: 18px;
}

.project-loc h3 span {
	background: #f75f0c;
	padding: 0 7px;
}

.subtitle {
	display: none;
}

.images:hover .subtitle {
	display: block !important;
}

/* Projects Archive */

#project-filters {
	margin-top: 25px;
	margin-bottom: 15px;
}

.searchandfilter ul {
	width: 100%;
}

.searchandfilter ul li {
	width: 33%;
	padding-right: 25px;
}

.searchandfilter ul li:nth-of-type(3) {
	padding-right: 0px !important;
}

.searchandfilter ul li input[type=submit] {
	display: none;
}

/* Projects Map */

.choose-text {
	margin-top: 50px;
	margin-bottom: 25px;
}

.or-text {
	text-align: center;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 24px;
}

.state-list,
.country-list {
	list-style: none;
}

.list-item {
	margin: 0;
	margin-bottom: 2px;
	width: 100%;
/*	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;*/
}

.list-item-inner {
	padding: 10px 25px;
}

.state-list,
.list-item {
	display: block;
}

.list-item:nth-child(even) {
	background: #fff;
	/*border: 2px solid #f0f0f0;*/
}

.list-item:nth-child(odd) {
	background: #f9f9f9;
	/*border: 2px solid #f9f9f9;*/
}

.list-item-hoverable a {
	display: block;
	height: 100%;
}

.list-item-hoverable p {
	color: #000;
}

.list-item-hoverable {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.list-item-hoverable:hover {
	background: #1d1d1d;
}

.list-item-hoverable:hover p,
.list-item-hoverable:hover a {
	color: #fff;
}

/*.list-item:hover {
	background: #fff;
	border: 2px solid #222;
}*/

.project-t,
.project-l {
	margin: 0;
}

.project-t {
	float: left;
}

.project-l {
	float: right;
}

.anchor {
	display: block;
	visibility: hidden;
}

.state,
.country {
	position: relative;
	margin-bottom: 50px;
}

.show-more,
.show-less {
	margin-bottom: 60px;
	text-align: center;
}

.alpha {
	background: #f0f0f0;
	padding: 40px 25px;
}

.alpha h2,
.alpha h3 {
	text-align: center;
	margin: 0;
}

/* Project Single */

#related-awards,
#related-publications,
.social-share {
/*	padding: 25px;
	background-color: #fff;*/
	margin-bottom: 50px;
}

.sidebar-right h3 {
	padding-top: 0 !important;
}

.project-type,
.project-status {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}


#slider-container {
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	height: 524px;
	background: #f9f9f9;
}

.slider-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.slider-loader img {
	max-width: 25px !important;
}

#slider-container #slick-nav {
	display: none;
}

#page-slider,
#project-slider {
	background: rgba(0,0,0,1);
	max-height: 524px;
	overflow: hidden;
	display: none;
}

#page-slider a img,
#project-slider a img {
	max-height: 525px;
}

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

	#page-slider a img,
	#project-slider a img {
		max-height: 275px;
	}

	#page-slider,
	#project-slider {
		max-height: 274px;
		overflow: hidden;
	}

}

#page-slider .slick-slide,
#project-slider .slick-slide {
	opacity: .1;
	filter: alpha(opacity=10);
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#page-slider .slick-slide,
#project-slider .slick-center {
	opacity: 1;
	filter: alpha(opacity=1);
}

#slick-nav {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* PIM */

#start-project {
	background-color: #f9f9f9;
	margin-top: 25px;
	padding-top: 5px;
}

.start-text h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

.start-button p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

/* Signatures */

.signature-plans {
	text-align: center;
	margin: auto;
	margin-top: 60px;
}

.signature-plans img {
	max-width: 350px;
}

section.signature:nth-of-type(even) {
	background-color: #fff;
}

section.signature .section-content {
	padding: 50px 0 75px;
}

.sig-slide {
	position: relative;
}

.sig-loc {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
}

.sig-loc h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.5em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sig-loc h3 span {
	padding: 5px 10px;
	background: #000;
	display: inline-block;
}

.sig-title {
	margin-top: 0;
	margin-bottom: 25px;
}

.sig-title span {
	font-family: 'Tex Gyre Adventor Bold', sans-serif !important;
	font-weight: bold;
}

.sig-excerpt {
	margin: 0px auto 25px;
}

.sig-excerpt p {
	margin-top: 0;
}

/* Publishers */

.all-publications {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	color: #222;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.all-publications:hover {
	background: #222;
	color: #fff;
}

.publisher {
	height: auto;
	margin: auto;
	padding: 15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.publisher-inner {
	padding: 25px;
	position: relative;
	background-color: #fff;
}

.publisher-inner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.publisher img {
	padding: 25px;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.publisher-counter {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 4;
	background-color: #000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.publisher-counter-inner {
	padding: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);    
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.publisher-counter-inner p {
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
}

.publisher:hover .publisher-counter {
	opacity: 1;
}

/* Publications */

.publication {
	margin-bottom: 50px;
}

.publication:after {
	content:"";
	display: block;
	height: 2px;
	width: 90%;
	background-color: #fff;
	margin-top: 50px;
}

.publication-image {
	padding-right: 25px;
	margin-top: 10px;
}

/* Services */

.service {
	position: relative;
	margin-bottom: 25px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

span.hover-effect {
	display: block;
	border: 3px solid #ddd;
	opacity: 0;
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portal span.hover-effect {
	border: 3px solid #f75f0c;
}

.service-inner {
	text-align: center;
	position: relative;
	background: #fff;
	padding: 25px;
}

.service-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.service-title {
	text-align: center;
	padding: 25px;
	margin: 0;
	font-size: 16px;
	color: #000;
}

/* Events */

.event {
	position: relative;
	margin-bottom: 2px;
	height: auto;
	min-height: 150px;
	background-color: #f9f9f9;
	z-index: 20;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.event:first-of-type {
	margin-top: -4px;
}

.event:last-of-type {
	margin-bottom: 0;
}

.event-inner {
	text-align: center;
	position: relative;
	padding: 25px 50px;
	z-index: 3;
}

.event-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.event-background {
	height: 100%;
	min-height: 250px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/*background: rgba(0,0,0,.8);*/
	background-color: #000;
	opacity: .8;
	z-index: 2;
}

.event a {
	display: block;
	height: 100%;
	width: 100%;
}

.event:hover {
	background-color: #fff;
}

.event:hover .event-hover {
	opacity: 1;
}

.event:hover .event-date {
	color: #fff;
}

.event:hover .event-title {
	color: #fff;
}

.event-date,
.event-location {
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.event-location {
	color: #f75f0c;
}

.event-title {
	font-family: 'Tex Gyre Adventor Bold', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 32px;
	font-size: 26px;
}

.event-inner p {
	margin-bottom: 0;
}

/* Downloads */

.download-single iframe {
	height: 800px;
}

.download {
	margin-top: 25px;
	margin-bottom: 50px;
}

.trend-box {
	position: relative;
}

.trend-type {
	position: absolute;
	top: 10px;
	left: 10px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.trend-image {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.trend-title {
	text-transform: uppercase;
	margin-top: 10px;
}

.trend-box:hover .trend-image {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.trend-box:hover .trend-type {
	background: #f75f0c;
}

/* Staff */

#staff .main-inner {
	padding: 15px 10px 0px;
}

.staff-page-description {
	max-width: 767px;
	margin: auto;
	text-align: center;
}

.staff-member {
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.staff-name {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	padding: 15px 7px;
}

.staff-title,
.staff-position {
	color: #fff;
	margin: 0;
	padding: 0;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 3px 5px;
	vertical-align: top;
	/*height: 250px;*/
	max-width: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
	z-index: 999;
}

.og-expander {
	position: absolute;
	background: #fff;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	/*padding: 50px 30px;*/
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	/*width: 50%;*/
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-fullimg {
	width: 45%;
}

.og-details {
	width: 55%;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h2 {
	font-weight: 300;
	font-size: 42px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

/*.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}*/

.og-details a {
/*	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;*/
	display: none;
}

/*.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}*/

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

/* Offices */

.office h4 {
	line-height: 1em;
	margin-bottom: 0px;
}

.office-action {
	margin-bottom: 2px;
}

.office-action-inner {
	text-align: center;
	padding: 35px 25px;
	color: #000;
	background-color: #f9f9f9;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.office-action:hover .office-action-inner,
.office-action:focus .office-action-inner {
	background-color: #fff;
}

/* Google Maps */

#projects-map,
#offices-map,
#office-map {
	background-color: #f9f9f9;
	height: 525px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

#projects-list {
	padding-top: 50px;
}

#office-map {
	height: 375px;
}

/* Timeline */

#timeline-wrap {
	border-top: 1px solid #f0f0f0;
	height: 52px;
	background: #fff;
}

#timeline-nav {
	display: none;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	background: #fff;
	z-index: 100;
}

.timeline-nav-stick {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
		box-shadow: 0 0 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

#timeline-nav ul {
	display: block;
	padding: 0;
	margin: 0;
}

#timeline-nav ul li {
	display: inline-block;
	margin-right: 10px;
}

#timeline-nav .slick-slide {
	margin-right: 0px;
}

.timeline-prev,
.timeline-next {
	position: relative;
	margin-top: -20px;
	width: 50px;
	height: 20px;
}

.timeline-prev a,
.timeline-next a {
	line-height: 20px;
}

.timeline-prev {
	float: left;
}

.timeline-next {
	float: right;
}

.timeline-year {
	position: relative;
	margin: auto;
	background: #f0f0f0;
	z-index: 10;
}

.timeline-year h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 100px;
	font-size: 32px;
}

.timeline-date {
	color: #f75f0c;
	text-transform: uppercase;
}

.anchor2 {
	display: block;
	height: 230px;
	margin-top: -230px;
	visibility: hidden;
}

.cd-container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.cd-container::after {
	content: '';
	display: table;
	clear: both;
}

#cd-timeline {
	position: relative;
	padding: 2em 0;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 2px;
	background: #222;
	z-index: 3;
}

.cd-timeline-block {
	position: relative;
	margin: 4em 0;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

.cd-timeline-content {
	position: relative;
	background: #fff;
	margin-left: 0;
	width: 45%;
}

.cd-timeline-content a {
	color: #000;
}

.cd-timeline-content-info {
	padding: 25px 40px 40px;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
}

@media only screen and (max-width: 767px) {

	.timeline-year {
		position: relative;
		margin-bottom: 0px;
	}

	#cd-timeline::before {
		z-index: 0;
	}

	.cd-timeline-block {
		margin: 2em 0;
	}

	.cd-timeline-content {
		width: 100%;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: none;
	}

}

/* Employee Portal */

.portal {
	padding: 15px;
}

.notification {
	background: #f0f0f0;
	padding: 25px 50px;
	margin-bottom: 50px;
}

.notification p {
	color: #000;
}

.notification a {
	color: #f75f0c;
}

.portal-title {
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000;
}

.portal-inner {
	text-align: center;
	position: relative;
	background: #fff;
	padding: 25px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.portal-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.portal-icon {
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #000;
}

/*------------------------------------------------*/
/* Footer
/*------------------------------------------------*/

footer {
	position: relative;
	text-align: center;
	background: #0d0d0d;
	border-top: 1px solid #0d0d0d;
	padding: 0;
	margin: 0;
	height: auto;
	width: 100%;
	/*z-index: 90;*/
	z-index: 0 !important;
}

#footer {
	position: relative;
	padding: 50px;
}

#footer a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

/* Back To Top */

.toplink {
	font-size: 14px;
	color: #616161;
	text-transform: uppercase;
}

/* Copyright */

#copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
}

/* Footer Logo */

.footer-logo {
	margin: auto;
	width: 100%;
	max-width: 300px;
	height: auto;
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.footer-logo:hover {
	opacity: .7;
}

/* Footer Menus */

.companies-menu {
	margin-bottom: -12px;
}

.companies-menu li,
.links-menu li {
	display: inline-block;
	padding-left: 5px;
}

.companies-menu li a,
.links-menu li a {
	color: #000;
	color: #fff;
	font-size: 16px;
	font-style: italic;
}

.companies-menu li a:after,
.links-menu li a:after {
	content: "/";
	font-size: 10px;
	padding-left: 10px;
	color: #f75f0c;
}

.companies-menu li:last-of-type a:after,
.links-menu li:last-of-type a:after {
	content: "";
	padding-left: 0px;
}

.companies-menu li a:hover,
.links-menu li a:hover {
	color: #f75f0c;
}

.links-menu li:last-child a {
	color: #f75f0c;
}

.links-menu li:last-child a:hover {
	color: #fff;
}

/* Social Links */

#social-links {
	margin-top: 20px;
}

#social-links a {
	display: inline-block;
	position: relative;
	color: #616161;
	font-size: 18px;
	margin-right: 7px;
	height: 50px;
	width: 50px;
}

#social-links a:hover {
	color: #fff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

#social-links a:last-of-type {
	margin-right: 0;
}

#social-links a i {
	line-height: 50px;
}

#social-links a span.social-effect {
	display: block;
	border-radius: 50%;
	height: 0;
	width: 0;
	opacity: 0;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*------------------------------------------------*/
/* Blog
/*------------------------------------------------*/

.spotlight-image {
	position: relative;
}

.spotlight-text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 25px;
}

.spotlight-gradient {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    position: absolute;
    height: 70%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.spotlight-text h2,
.spotlight-text h3 {
	margin: 0;
	padding: 0;
}

.spotlight-text h2 {
	color: #fff;
}

.spotlight-text h3 {
	padding-top: 10px;
}

.blog-inner {
	max-width: 600px;
	margin: auto;
}

.study-inner {
	max-width: 1000px;
	margin: auto;
}

.inner-left {
	margin-top: 25px;
	padding-right: 40px;
}

.inner-left h4 {
	padding: 0;
	margin: 0;
}

.case-download {
	margin-bottom: 40px;
	/*padding-right: 50px;*/
}

.case-download-inner {
	position: relative;
	width: auto;
}

.case-thumb {
	width: 100%;
	max-width: 275px;
	display: block;
	margin: auto;
}

.popular {
	counter-reset: my-badass-counter;
	margin-top: 40px;
}

.popular dt {
	position: relative;
	font-family: 'Tex Gyre Adventor Regular';
	font-size: 16px;
	padding: 4px 0 10px 0;
}

.popular dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -7px;
	font-family: 'Tex Gyre Adventor Regular';
	font-size: 42px;
}

.popular dd {
	margin: 0 0 25px 0;
}	

.popular dt, .popular dd {
	padding-left: 50px;
}

.recent-date {
	margin: 0;
	padding: 0;
}

.blog-left {
	padding-right: 75px;
	padding-bottom: 50px;
}

.blog-background {
	position: relative;
	overflow: hidden;
}

.blog-slider .slick-list {
	overflow: hidden !important;
}

.blog-background-image {
	height: 425px;
	width: 100%;
	/*filter: blur(2px);*/
	transform: scale(1.5)
}

.blog-background-image-right {
	height: 425px;
	width: 100%;
}

.blog-foreground {
	position: relative;
	margin-top: -175px;
	padding: 0 25px;
}

.blog-foreground-inner {
	position: relative;
	max-width: 1000px;
	margin: auto;
}

#blog-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 100;
}

.blog-prev,
.blog-next {
	position: relative;
}

.blog-prev a,
.blog-next a {
	position: absolute;
}

.blog-prev a {
	left: -50px;
}

.blog-next a {
	right: -50px;
}

.blog-share {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 25px;
	background-color: #fff;
}

.blog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13,13,13,.92);
	/*background-color: #0d0d0d;*/
	/*opacity: .9;*/
	height: 100%;
}

.blog-title {
	max-width: 900px;
	position: absolute;
	top: 27%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

#banner-plain .blog-title {
	top: 50%;
}

.blog-title h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

.blog-title p {
	color: #f75f0c;
	text-transform: uppercase;
}

.blog-date {
	text-align: center;
	font-size: 24px;
	margin-top: -15px;
	padding: 10px 0;
}

/* Search */

.capitalize {
	text-transform: capitalize;
}

.search-excerpt {
	margin-bottom: 25px;
}

.search-excerpt:after {
	content:"";
	display: block;
	height: 2px;
	width: 90%;
	background-color: #fff;
	margin-top: 25px;
}

/* News */

.page-filters {
	margin-top: 10px;
	margin-bottom: 20px;
}

.page-filters .widget .widget-title,
.page-filters .widget label {
	display: none;
}

.page-filters .widget:last-of-type {
	padding-right: 0;
}

/* News */

.featured-news {
	font-size: 24px;
	margin-top: 0;
}

.news-box {
	margin-bottom: 30px;
}

.news-box-inner {
	background-color: #fff;
	padding: 25px 50px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.news-box-inner:hover {
	background-color: #f9f9f9;
}

.news-excerpt {
	margin-bottom: 40px;
}

.news-excerpt h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.news-excerpt h4 {
	margin-top: 10px;
	margin-bottom: 0;
}

.news-excerpt p {
	margin-top: 7px;
	margin-bottom: 3px;
}

.news-title {
	position: relative;
	padding-bottom: 25px;
}

.news-description {
	padding: 0;
	margin: 0;
}

.news-title:after {
	content:"";
	display: block;
	width: 50%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 10px;
}

/* Post */

.post-excerpt {
	margin-bottom: 25px;
}

.post-excerpt h4 {
	margin-top: 0;
	padding-top: 0;
}

.post-excerpt-image {
	position: relative;
}

.post-excerpt-title {
	color: #000;
	font-size: 18px;
	line-height: 1.4em;
}

.post-date {
	color: #f75f0c;
}

.post-excerpt-date {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
}

.post-excerpt-date a {
	color: #fff;
}

.post-excerpt-date a:hover {
	color: #f75f0c;
}

.post-title {
	margin-top: 0;
	margin-bottom: 25px;
}

.featured-holder {
	position: relative;
	height: auto;
	margin-bottom: 15px;
}

.featured-image,
.featured-video {
	display: block;
	z-index: 1;
}

.featured-video {
	pointer-events: none;
}

.excerpt-date {
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 30px;
	padding: 0 15px;
	background: #000;
	background: #f75f0c;
	color: #fff;
	z-index: 2;
}

.post-link {
	color: #888;
	text-transform: uppercase;
}

.tag-list {
	margin-top: -10px;
}

/*.post-img {
	max-width: calc(100% + 50px);
	margin-left: -25px;
    margin-right: -25px;
}*/

/* Pagination */

.pagination {
	margin: 0;
	height: auto;
	background: #fff;
	text-align: center;
}

.pagination .prev-post,
.pagination .next-post  {
	padding: 50px;
	position: relative;
}

.pagination .prev-post p,
.pagination .next-post p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.pagination .prev-post p:hover,
.pagination .next-post p:hover {
	color: #f75f0c;
}

.pagination .prev-post p {
	text-align: right;
}

.pagination .next-post p {
	text-align: left;
}

.related-post-title {
	color: #fff !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.page-numbers,
.prev,
.next,
.forwards a,
.backwards a {
	font-size: 20px;
	padding: 0 10px;
	line-height: 110px;
	-webkit-appearance: none;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
}

.page-numbers:hover,
.prev:hover,
.next:hover,
.forwards a:hover,
.backwards a:hover {
	color: #f75f0c;
}

.page-numbers.dots:hover {
	color: #fff;
}

.page-numbers.current {
	color: #f75f0c;
}

/* Widgets */

.widget {
	margin-bottom: 25px;
}

/*.widget:nth-of-type(2) ul li {
	margin-bottom: 15px;
}*/

/* Share Links */

.social-share-icons {
	text-align: center;
	margin-bottom: 25px;
}

.social-link {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	/*padding-top: 25px;*/
}

.social-link:last-of-type {
	margin-right: 0;
}

.social-link span {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	background-color: #333;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.social-link i {
	color: #000;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.social-link:hover span {
	background: #000;
}

.social-link:hover i {
	color: #f75f0c;
}

/*------------------------------------------------*/
/* Forms & Fields
/*------------------------------------------------*/

/* General Forms */

input[type=search],
input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	background: #f9f9f9;
	border: 2px solid #dddddd;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #333;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
}

input[type=search],
input[type=email],
input[type=tel],
input[type=text],
input[type=url] {
	text-indent: 5px;
	height: 40px;
}

textarea {
	height: 120px;
}

input[type=search]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
	border: 2px solid #000;
}

input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	outline: none;
	background: #f9f9f9;
	border: 2px solid #f75f0c;
	color: #000;
}

button,
input[type=submit] {
	background: #000;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #fff;
	cursor: pointer;
	height: 50px;
	width: 100px;
	min-width: 100px;
	text-transform: uppercase;
	-webkit-appearance: none;
}

button:hover,
input[type=submit]:hover {
	background: #f75f0c;
	outline: none;
}

.special-link {
	position: relative;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.special-link:before {
	content:"";
	display: block;
	width: 85%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.special-link:hover:before {
	width: 100%;
}

.special-link:after {
	content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: inherit;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 3px;
	margin-right: -30px;
}

.link-icon {
	padding-right: 10px;
}

.button-decorated:before {
	content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background: #f75f0c;
	color: #fff;
    font-size: inherit;
	position: absolute;
	top: 0;
	left: -100%;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.button-decorated {
	overflow: hidden;
	position: relative;
	top: 0;
	display: block;
	padding: 0;
	margin: 0;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	width: 100%;
	max-width: 275px;
	font-size: 14px;
	height: 75px;
	line-height: 75px;
	background: #0d0d0d;
	color: #fff;
	text-transform: uppercase;
}

.button-decorated:hover,
.button-decorated:focus {
	color: #ffffff;
}

.button-decorated span.button-icon {
	margin-right: 15px;
}

.button-decorated:hover:before {
	left: 0;
}

/* Search Form */

input[type="radio"],
input[type="checkbox"] {
	margin-right: 10px;
}

label {
	margin-right: 10px;
}

.search-checks {
	list-style: none;
}

.search-checks li {
	font-size: 16px;
	display: inline-block;
}

#s {
	font-size: 24px !important;
	/*color: #fff !important;*/
	color: #777 !important;
}

.search-checks {
	margin-top: 25px;
	color: #f75f0c;
	color: #000;
}

.search-box {
/*	background-color: #fff;
	height: 75px;
	padding: 0 25px;*/
}

.search-field {
	color: #000 !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 75px !important;
	width: 90% !important;
}

.search-submit {
	font-size: 0px !important;
	color: #000 !important;
	background-color: transparent !important;
	border: none !important;
	display: inline-block !important;
	height: 75px !important;
	line-height: 75px !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: -75px !important;
	text-align: right !important;
	width: 10% !important;
	float: right !important;
}

/* Gravity Forms */

.gform_wrapper br {
	display: none;
}

.gfield_description {
	padding-top: 0px !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
	margin: 0px !important;
}

/*------------------------------------------------*/
/* Plugins
/*------------------------------------------------*/

/* Twitter Feed */

#foot {
	position: relative;
	background: #fff;
	padding-bottom: 40px;
}

#twitter-feed {
	height: auto;
	margin: auto;
	max-width: 1080px;
	text-align: center;
}

#twitter-feed img {
	display: none;
	margin: auto;
	padding-top: 10px;
	padding-left: 10px;
}

.bird {
	position: absolute;
	top: 0;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 72px !important;
	margin-top: -5px;
}

/* Slick Slider */

/*#twitter-feed .slick-slide {
	opacity: 0;
}

#twitter-feed .slick-active {
	opacity: 1;
}*/

.slick-list {
	overflow: visible !important;
}

#twitter-feed .slick-list {
	overflow: hidden !important;
}

#downloads .slick-list {
	overflow: hidden !important;
}

.slick-nav {
	height: 21px;
	/*padding-top: 15px;*/
	margin: 0;
}

/*#main .slick-nav {
	padding-bottom: 25px;
}*/

.slick-dots {
	margin: 0!important;
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 0px 6px !important;
}

.slick-dots li button {
	background: transparent !important;
	border: 2px solid #bbb !important;
	height: 10px !important;
	min-width: auto !important;
	width: 10px !important;
	border-radius: 50% !important;
	padding: 0 !important;
	font-size: 0px !important;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#slider-container .slick-dots li button {
	border: 2px solid #fff !important;
}

.slick-dots li button:hover {
	border: 2px solid #000 !important;
}

#slider-container .slick-dots li.slick-active button {
	border: 2px solid #f75f0c !important;
}

.slick-dots li.slick-active button {
	border: 2px solid #f75f0c !important;
}

#slider-container .slick-dots li button:hover {
	border: 2px solid #000 !important;
}

.tp-bullets.preview1 .bullet,
.slick-dots li {
	zoom: 1 !important;
    *display: inline !important;
}

/* Custom Facebook Feed */

#cff,
#cff .cff-item,
#cff .cff-author,
#cff .cff-post-text,
#cff .cff-shared-link,
#cff .cff-post-links {
	clear: none !important;
}

#cff .cff-item {
	background: #fff !important;
	/*padding: 50px !important;*/
	border: none !important;
}

#cff .cff-author .cff-page-name.cff-author-date,
#cff .cff-link-caption {
	color: #000 !important;
	text-transform: uppercase;
	font-size: 1.3em !important;
	margin-top: -2px !important;
	margin-bottom: 5px !important;
}

#cff .cff-shared-link {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
}

#cff .cff-shared-link a {
	color: #f75f0c !important;
}

.cff-link-title a {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom: 5px !important;
}

#cff .cff-item p,
#cff .cff-post-links a {
	font-size: 16px !important;
}

#cff .cff-item p {
	color: #000;
}

#cff .cff-post-links a {
	text-transform: uppercase;
}

#cff.cff-half-layout .cff-iframe-wrap {
	padding-bottom: 0 !important;
}

#cff .cff-post-desc {
	margin-top: 15px !important;
}

.cff-clear {
	display: none !important;
}

/* Magnific Popup */

.mfp-figure:after {
	box-shadow: none !important;
	background: transparent !important;
}

.mfp-close {
	opacity: 1 !important;
	right: 0 !important;
	filter: alpha(opacity=1) !important;
	padding: 0px !important;
	font-family: 'Tex Gyre Adventor Regular', sans-serif !important;
	font-size: 50px !important;
	line-height: 50px !important;
	height: 50px !important;
	width: 50px !important;
	margin: 0px !important;
	cursor: pointer !important;
}

.mfp-close:hover {
	color: #f75f0c !important;
}

.mfp-bottom-bar {
	display: none; /* Hides image # since carousel clones throws count off */
}

.mfp-zoom-out-cur {
	cursor: auto !important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-arrow {
	height: 100px !important;
	margin-top: -60px !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before,
.mfp-arrow-left:after,
.mfp-arrow-right:after {
	border: 0 !important;
	margin: 0 !important;
}

.mfp-arrow-left:before {
	content: '〈' !important;
}

.mfp-arrow-right:before {
	content: '〉'!important;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
	opacity: 1 !important;
    color: #fff !important;
    font-family: Helvetica, Serif !important;
    font-size: 75px !important;
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
	color: #f75f0c !important;
}

/* Paycom */

.paycom iframe {
	min-height: 800px !important;
	width: 100% !important;
}

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

@media only screen and (max-width: 991px) {

	.home-slide-content {
		position: relative;
		padding: 25px;
	}

	.home-slide-gradient {
		display: none;
	}

	.home-slide-content h3 {
		/*color: #f75f0c;*/
		color: #000;
	}

	.home-slide-content p {
		/*color: #888;*/
		color: #000;
	}

	#menu ul li ul li {
		max-width: 100%;
	}

	.main-inner {
		padding: 50px 75px;
		/*margin-top: -100px;*/
	}

	.case-thumb {
		max-width: 480px;
	}

	.inner-left {
		padding-right: 15px;
	}

	.sidebar-left {
		padding-right: 0;
	}

	.sidebar-right {
		background-color: transparent;
		padding: 25px 15px;
		margin-top: 0;
	}

	.news-image {
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 767px) {

	h1 {
		font-size: 24px;
		font-size: 6vw !important;
	}

	h2 {
		font-size: 20px;
		font-size: 5vw !important;
	}

	h3 {
		font-size: 16px;
		font-size: 4vw !important;
	}

	h4 {
		font-size: 12px;
		font-size: 3vw !important;
	}

	.blog-left {
		padding-right: 15px;
	}

	.blog-background-image,
	.blog-overlay {
		display: none;
	}

	.blog-foreground {
		margin: auto;
		padding: 0;
	}

	.blog-title {
		position: relative;
		margin: auto !important;
		padding: 50px 25px;
		top: 0;
		left: 0;
		-webkit-transform: translate(0%, 0%); 
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%); 
	}

	.blog-title h1 {
		color: #000;
	}

	.pagination a, #officetime, p, ol, ol li, ul, ul li, .banner-title-secondary, .blank-description, , #copyright p, .companies-menu li a, .links-menu li a, #social-links a, .toplink {
		font-size: 14px;
/*		font-size: 3vw !important;*/
	}

	.aotf-icons li {
		display: inline-block;
		width: 49%;
		margin: 0;
		padding: 0;
	}

	.aotf-icons li img {
		max-width: 50px;
	}

	#push-menu {
		top: 120px;
	}

	#menu ul li a {
		font-size:  4.5vw !important;
	}

	#menu ul li li a, .menu-toggles a  {
		font-size: 3.5vw !important;
		width: 50px;
	}

	.menu-toggles li {
		width: 25px;
	}

	.menu-toggles li i {
		margin-right: 0;
	}

	.toggle-text {
		display: none;
	}

	.special-title,
	.banner-title-primary {
		font-size: 36px;
		font-size: 8vw !important;
	}

	.searchandfilter ul li {
		width: 100%;
		padding-right: 0;
	}

/*	.content {
		padding: 15px 25px;
	}*/

	.push-menu-inner,
	#navbar {
		padding: 25px;
	}

	.logo,
	.menu-toggles {
		display: inline-block;
		float: none;
		width: 100%;
		line-height: 1;
		margin: auto;
		text-align: center;
	}

	.menu-toggles {
		text-align: center;
		margin-top: 25px;
	}

	.menu-toggles li {
		line-height: 1;
		height: auto;
	}

	.menu-toggles li a {
		line-height: 1;
	}

	.main-inner {
		padding: 25px 50px;
		/*margin-top: -75px;*/
	}

	#event-left,
	#event-right {
		height: auto;
	}

	#event-left {
		height: 200px;
	}

	#projects-map,
	#states-map,
	#countries-map,
	#offices-map,
	#office-map,
	#contact-map,
	#slider-container {
		height: 275px;
	}

	#banner-plain {
		height: 200px;
		min-height: 200px;
	}

	.office-inner {
		padding: 25px 50px;
	}

	#office-map-holder {
		margin-top: 25px;
		margin-left: -50px;
		margin-right: -50px;
		margin-bottom: -25px;
	}

	.officeimage:nth-of-type(1):before,
	.officeimage:nth-of-type(2):before {
		content: '';
		display: block;
		float: none;
	}

	.officeimage:nth-of-type(1) img,
	.officeimage:nth-of-type(2) img {
		float: none;  
		clear: both;
		width: 100%;
		max-width: 767px;
		margin-top: 15px;
		margin-right: 0;
		margin-bottom: 15px;
		margin-left: 0;
	}

}

@media only screen and (max-width: 480px) {

	select {
		width: 100%;
	}

	.main-inner {
		/*margin-top: -54px;*/
		padding: 15px 25px;
	}

	.days-remaining-top,
	.hours-remaining-top,
	.minutes-remaining-top {
		float: none;
	}

	.dropbox,
	.dropbox select {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 480px !important;
	}

	#footer {
		padding: 25px;
	}

}

@media print {

/*	body {
		background: none;
		color: black;
	}

	a[href]:after {
		content: none;
	}

	#content {
		margin-top: 50px !important;
		min-height: auto !important;
	}

	footer {
		display: none;
	}*/

}