/**
 * robbinstbm.com primary CSS
 *
 * colors:
 * blue text:		#177BC2
 * gray text:		#9b9b9b
 * dark gray text:	#545355
 * gold:			#938056 	old: #d0a73a new: #A8996E
 * dark blue:		#2D4D65      old: #30597B, 2D4D65
 * footer blue:		#0082C8
 * blockquote:		#4990e2
 * header blue:		#005780 @ 90% old: #095984
 * 
 * button initial state:opacity:0.45;
 *
 * Fonts
 * Gotham Book
 * font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
 * font-style:normal;
 * font-weight:400;
 * 
 * Gotham Medium
 * font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
 * font-style:normal;
 * font-weight:500;
 * 
 * Gotham Bold
 * font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
 * font-style:normal;
 * font-weight:700;
 */

body {
	background:#fff;
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	line-height:24px;
	color:#545355;
	margin:0px;
	padding:0px;
	font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#rufous-sandbox {
	display:none !important;
}

/* global settings */
img {
	border:none;
}

.mobile-only,
.tablet-portrait-only {
	display:none;
}

.desktop-only {
	display:block;
}

.hidden {
	display:none;
}

hr {
	border:none;
	background:none;
	border-bottom:1px solid #eee;
	margin:40px 0px;
}

.linked:hover {
	cursor:pointer;
}

blockquote {
	font-style:normal;
	font-weight:500;
	font-size:18px;
	line-height:31px;
	border:none;
	padding:0px 0px 0px 30px;
	margin:40px 40px;
	color:#177BC2;
	border-left:3px solid #177BC2;
}

a {
	color:#177BC2;
	text-decoration:none;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
a:hover {
	color:#938056;
}

.mobile-only {
	display:none !important;
}

/* global header text */
h1, h2, h3, h4 {
	font-style:normal;
	font-weight:500;
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
	color:#938056;
}
h2 {
	font-style:normal;
	font-weight:400;
	font-size:22px;
	line-height:26px;
	color:#177bc2;
	text-transform:none;
}
h3 {
	font-style:normal;
	font-weight:700;
	font-size:21px;
	line-height:25px;
	color:#A8996E;
}
h4 {
	font-style:normal;
	font-weight:400;
	font-size:17px;
	line-height:25px;
	color:#af9d6e;
}
h4.blue {
	color:#177BC2;
}
h1.camel-case,
h2.camel-case,
h3.camel-case,
h4.camel-case {
	text-transform:none !important;
}

/* buttons */
.button {
	display:inline-block;
	width:auto;
	border:1px solid #907F5C;
	color:#907F5C;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	padding:11px 20px 11px 20px;
	text-transform:uppercase;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.button:hover,
.button.active {
	color:#fff;
	background: #907F5C;
	opacity:1;
}
.button.white {
	border-color: #fff;
}
.button.white:hover {
	background: #fff !important;
	color: #1E7EC3 !important;
	opacity:1 !important;
}
.button.solid.blue {
	background:#177BC2;
	color:#fff;
	opacity:1;
	
	-webkit-transition:background 300ms ease-out, border 300ms ease-out;
	-moz-transition:background 300ms ease-out, border 300ms ease-out;
	-o-transition:background 300ms ease-out, border 300ms ease-out;
	transition:background 300ms ease-out, border 300ms ease-out;
}
.button.solid.blue:hover {
	background:#938056;
	border:2px solid #938056;
	color:#fff;
}

/* header */
header {
	background-color:rgba(0,87,128,0.95);
	-webkit-backdrop-filter:blur(20px);
	backdrop-filter:blur(20px);
	color:#fff;
	display:block;
	position:fixed;
	z-index:999;
	width:100%;
	height:100px;
}
header .col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}
header .logo {
	width:180px;
	height:auto;
	padding:16px 0px 0px 48px;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
header .logo:hover {
	opacity:0.45;
}
header .col:nth-child(2){
	text-align:right;
	position:relative;
}
header .search-toggle {
	display:none;
}
header .language-search,
header .menu-hamburger {
	text-align:left;
	padding-top:0px;
}
header .language-search {
	display:block;
	position:absolute;
	top:0;
	right:20px;
	width:197px;
	height:100px;
}
header .language-search .language {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	display:block;
	margin:0px;
	padding:0px;
	padding-top:24px;
}
header .language-search .language a:first-child {
	display: inline-block;
	margin-left: 6px;
}
header .language-search .language a {
	color:#fff;
	font-weight:600;
	opacity:0.6;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
header .language-search .language a.selected {
	opacity:1;
}
header .language-search .language a:hover {
	opacity:1;
}
header .language-search input[type="text"],
.menu-search input[type="text"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:#fff;
	border:0px;
	color:#177BC2;
	text-align:center;
	font-size:10px;
	width:168px;
	height:23px;
	display:inline-block;
	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
header .language-search button,
.menu-search button {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#177BC2;
	border:0px;
	color:#fff;
	text-align:center;
	font-size:16px;
	width:25px;
	height:25px;
	display:inline-block;
	float:right;
	
	-webkit-transition:background 300ms ease-out;
	-moz-transition:background 300ms ease-out;
	-o-transition:background 300ms ease-out;
	transition:background 300ms ease-out;
}
header .language-search button:hover,
.menu-search button:hover {
	background:#938056;
	cursor:pointer;
}
header .menu-hamburger,
header .search-toggle {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
	height:86px;
	width:110px;
	padding-top:14px;
	
	-webkit-transition:background 200ms ease-out;
	-moz-transition:background 200ms ease-out;
	-o-transition:background 200ms ease-out;
	transition:background 200ms ease-out;
}
header .menu-hamburger:hover,
header .search-toggle:hover {
	cursor:pointer;	
}
header .menu-hamburger.open,
header .search-toggle.open {
	background:#04344E;
}
header .menu-hamburger .close,
header .menu-hamburger.open .open,
header .search-toggle .close,
header .search-toggle.open .open {
	display:none;
}
header .menu-hamburger.open .close,
header .search-toggle.open .close {
	display:block;
}
header .menu-hamburger img,
header .search-toggle img {
	display:block;
	width:35px;
	height:35px;
	padding-top:10px;
	margin:0px auto -4px auto;
}

/* search menu */
.menu-search {
	display:none;
}

/* navigation (desktop) */
.navigation {
	position:fixed;
	top:0px;
	left:0;
	z-index:1000;
	width:100%;
}
.navigation .col {
	position:relative;
	padding-top:0px;
	margin-top:0px;
}
.navigation ul {
	margin:0px 0px 0px -8px;
	padding:6px 8px;
	position:absolute;
	top:45px;
	right:240px;
}
.navigation ul li {
	display:inline-block;
    position:relative;
}
.navigation ul li a {
	color:#fff;
	font-size:14px;
	line-height:40px;
	font-weight:700;
	text-transform:uppercase;
	
	display:inline-block;
	padding:4px 8px;
	
	-webkit-transition:color 150ms ease-out, opacity 150ms ease-out;
	-moz-transition:color 150ms ease-out, opacity 150ms ease-out;
	-o-transition:color 150ms ease-out, opacity 150ms ease-out;
	transition:color 150ms ease-out, opacity 150ms ease-out;
}
.navigation ul li a.primary {
	margin-top:-14px;
	padding-bottom:14px;
}
.navigation ul li a:hover {
	opacity:0.45;	
}
.dropdown .sub-menu li.add-arrow:first-child > a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -13px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #04344E;
}
.navigation .sub-menu {
	display:none;
	background:#04344E;
	position:absolute;
    left:0;
    top:36px;
    width:auto;
    min-width:210px;
}
.navigation .sub-menu li {
	display:block;	
	padding-top:4px;
	padding-bottom:4px;
}
.navigation .sub-menu li a {
	padding:0px 8px !important;
	line-height:18px;
}
.navigation .sub-menu li a:hover {
	opacity:1;
	color:#77909d;
}
.navigation .sub-menu li ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}
.navigation .sub-menu li ul li {	
	padding-top:0px;
	padding-bottom:3px;
}
.navigation .sub-menu li ul li a {
	font-size:12px;
	font-weight:400;
	line-height:18px;
	text-transform:none;
	opacity:0.7;
}
.navigation .sub-menu li ul li a:hover {
	opacity:1;
	color:#fff;
}

.navigation .sub-menu.product-menu {
	min-width:600px;
}
.navigation .sub-menu.product-menu ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	margin:4px 0px;
}
.dropdown .sub-menu.product-menu li.add-arrow:first-child > a:after {
	top: -17px;
}

/* navigation menu (mobile) */
nav.menu {
	display:none;
	position:fixed;
	z-index:998;
	top:100px;
	left:0;
	width:100%;
	min-height:410px;
	background:#04344E;
	color:#fff;
}
nav.menu .section.group {
	padding:15px 0px 20px 48px;
	max-width:1390px;
}
nav.menu a {
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	
	-webkit-transition:opacity 150ms ease-out;
	-moz-transition:opacity 150ms ease-out;
	-o-transition:opacity 150ms ease-out;
	transition:opacity 150ms ease-out;
}
nav.menu a:hover {
	color:#fff;
	opacity:0.45;
}
nav.menu ul {
	margin:0px;
	padding:0px;
	max-width:160px;
	margin-top:14px;
	list-style:none;
}
nav.menu ul li ul {
	margin:0px;
	padding:0px;
	margin-top:8px;
	list-style:none;
}
nav.menu ul li {
	line-height:15px;
	padding:8px 0px;
}
nav.menu ul li ul li {
	line-height:11px;
	padding:6px 0px;
}
nav.menu ul li a {
	font-size:12px;
	font-weight:500;
	text-transform:none;
}
nav.menu a.linked-link {
	display:none;
}
nav.menu ul li ul li a {
	font-size:10px;
	font-weight:400;
	text-transform:none;
	opacity:0.7;
}
nav.menu ul li ul li a:hover {
	opacity:0.35;	
}
nav.menu ul li a .fa {
	display:inline-block;
	width:20px;
	margin-left:-20px;
}
nav.menu ul li ul,
nav.menu ul li.open a .fa {
	display:none;
}
nav.menu ul li.open ul {
	display:block;
}

/* footer */
footer {
	color:#fff;
	margin-top:20px;
	position:relative;
	z-index:2;
}
footer .footer-background {
	display:none;
	background-image:url(../images/footer-background.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:280px;
}
body.home footer .footer-background {
	display:block;
}
footer .col:nth-child(2) {
	text-align:center;
}
footer .logo {
	width:220px;
	height:auto;
	padding:5px 0px 0px 0px;
	margin:30px auto;
}
footer .container {
	background:#0082C8;
	border-top:2px solid #fff;
	-webkit-box-shadow:0px -20px 0px 0px rgba(1,115,177,1);
	-moz-box-shadow:0px -20px 0px 0px rgba(1,115,177,1);
	box-shadow:0px -20px 0px 0px rgba(1,115,177,1);
}
footer .text-right {
	text-align:right;
	padding-top:40px;
}
footer a {
	color:#fff;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
footer a:hover {
	color:#fff;
	opacity:0.45;
}
footer .social a {
	font-size:22px;
	display:inline-block;
	margin-left:10px;
}
footer .button {
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	opacity:1;
	
	-webkit-transition:color 300ms ease-out, background 300ms ease-out;
	-moz-transition:color 300ms ease-out, background 300ms ease-out;
	-o-transition:color 300ms ease-out, background 300ms ease-out;
	transition:color 300ms ease-out, background 300ms ease-out;
}
footer .button:hover {
	color:#0082C8;
	background:#fff;
}
footer .page-links {
	font-size:10px;
	margin-top:-12px;
}

/* centerpiece / hero */
.centerpiece {
	display:block;
	position:relative;
	z-index:2;
	margin-top:-640px;
	width:100%;
	height:640px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.centerpiece .overlay,
.centerpiece-background .overlay {
	display:block;
	width:100%;
	height:100%;
	background: rgba(18,12,12,0.5);
	background: linear-gradient(90deg, rgba(18,12,12,0) 0%, rgba(18,13,13,0.2) 30%, rgba(18,13,13,1) 100%);
}
.centerpiece .video {
	position:absolute;
	z-index:2;
	top:0;
	width:100%;
	height:auto;
}
.centerpiece .video video {
	width:100%;
	height:auto;	
}
.centerpiece-background {
	display:block;
	width:100%;
	height:640px;
	background-color:#444;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.centerpiece-navigation {
	display:block;
	position:relative;
	z-index:3;
}
.centerpiece-navigation .col {
	position: absolute;
	bottom: 0;
	right: 0;
}
.centerpiece-navigation .dot {
	display:inline-block;
	width:9px;
	height:9px;
	margin:10px 4px;
	background-color:#A8996E;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.centerpiece-navigation .dot:first-child {
	margin-left: 40px;	
}
.centerpiece-navigation .dot:hover {
	cursor:pointer;
	opacity:0.6;
}
.centerpiece-navigation .dot.selected {
	background-color:#fff;
}
.centerpiece h1 {
	color:#A8996E;
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:44px;
	line-height:48px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding: 0 40px 20px 40px;
	border-bottom: 1px solid #A8996E;
}
.centerpiece .col {
	position:absolute;
	top: 170px;
	right: 0;
	z-index:3;
}
.centerpiece .col .content {
	padding-right: 100px;	
}
.centerpiece p {
	color:#fff;
	padding:8px 0px;
	margin:0px;
	line-height:22px;
	padding-left:40px;
	padding-right:40px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.centerpiece p a {
	color:#A8996E;
	font-weight:600;
	text-transform:uppercase;
	border: 1px solid #A8996E;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.centerpiece p a:hover {
	color:#0082C8;	
}
.centerpiece p.link {
	margin-top: 20px;
}
.centerpiece p.link a {
	color:#A8996E;
	font-size: 16px;
	font-weight:500;
	text-transform:uppercase;
	display: inline-block;
	padding: 6px 18px;
	
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	transition:color 300ms ease-out;
}
.centerpiece p.link a:hover {
	color:#fff;	
	border-color: #A8996E;
	background-color: #A8996E;
}

/* page title centerpiece */
.page-title {
	height:420px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.page-title h1 {
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:44px;
	line-height:53px;
	margin:0px;
	padding:0px;
	padding-top:250px;
}
.page-title.includes-subtitle h1 {
	padding-top:230px;
}
.page-title h2 {
	display:block;
	width:auto;
	text-align:center;
	color:#fff;
	font-weight:500;
	font-size:21px;
	line-height:25px;
	text-transform:uppercase;
	margin:18px auto 0px auto;
}
.page-title h2 span {
	padding:10px 12px;
	border-top:2px solid #fff;
}
.page-title h1 a,
.page-title h2 a {
	color:#fff;	
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.page-title h1,
.page-title h2 {
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.page-title h1 a:hover,
.page-title h2 a:hover {
	color:#fff;	
	opacity:0.6;
}

/* sub-navigation below page title */
.sub-navigation {
	display:block;
	position:relative;
	z-index:2;
	background:#04344e;
	color:#fff;
	height:80px;
	text-align:center;
}
.sub-navigation img {
	display:block;
	position:absolute;
	top:-55px;
	right:0;
	width:124px;
	height:auto;
}
.sub-navigation ul {
	display:inline-block;
	margin:0px auto;
	padding:0px;
}
.sub-navigation ul li {
	display:inline-block;
	margin:0px;
	padding:27px;
	list-style:none;
}
.sub-navigation ul li:first-child {
	display:none;
}
.sub-navigation ul li .fa {
	display:none;	
}
.sub-navigation ul li a {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	opacity:0.5;
	color:#fff;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.sub-navigation ul li.selected a,
.sub-navigation ul li a:hover {
	opacity:1;
}

/* main content */
.main-content {
	padding-top:50px;
	padding-bottom:100px;
}
.main-content h1 {
	padding-bottom:30px;
}
.main-content p {
	font-size:16px;
	line-height:28px;
}
.wp-caption-text {
	font-size:11px;
	line-height:13px;
	text-align:right;
	color:#9B9B9B;
}

/* careers */
.careers hr {
	margin-top:0px;
	margin-bottom:0px;
}
.careers .career .details {
	display:none;
}
.careers .career .details.visible {
	display:block;
}
.careers .career .details h2 {
	font-weight:400;
	font-size:17px;
	line-height:25px;
	color:#af9d6e;
}
.careers .career h2.toggle-details {
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.careers .career h2.toggle-details:hover {
	color:#938056;
	cursor:pointer;
}

/* news slider */
.news-slider {
	padding:60px 0px;
}
.news-slider .items .item {
	display:none;
	min-height:400px;
}
.news-slider .items .item:first-child {
	display:block;
}
.news-slider h1 {
	color:#A8996E;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.news-slider h2 {
	text-transform:none;
	font-size:34px;
	line-height:40px;
	font-weight:500;
}
.news-slider h3 {
	font-size:14px;
	line-height:23px;
	color:#276391;
}
.news-slider h3 date {
	color:#AFB8BA;
}
.news-slider p {
	font-size:14px;
	line-height:22px;
}
.news-slider p a {
	color:#177BC2;
	text-transform:uppercase;
	font-weight:500;
}
.news-slider p a:hover {
	color:#938056;
}
.news-slider .image {
	display:block;
	width:calc(100% - 20px);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.news-slider .image:before{
    content:"";
    display:block;
    padding-top:66%;
}
.news-slider .slider-navigation {
	display:block;
	position:relative;
	z-index:3;
	text-align:center;
	margin-top:0px;
}
.news-slider .slider-navigation .dot {
	display:inline-block;
	width:9px;
	height:9px;
	margin:10px 1px;
	background-color:#D0D1D1;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.news-slider .slider-navigation .dot:hover {
	cursor:pointer;
	opacity:0.6;
}
.news-slider .slider-navigation .dot.selected {
	background-color:#969494;
}

/* square box */
.square-box {
    position:relative;
    width:100%;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.square-box.linked:hover {
	cursor:pointer;
}
.square-box.dark-blue {
	background-color:#30597B;
}
.square-box.light-blue {
	background-color:#30597B;
}
.square-box.black {
	background-color:#545355;
}
.square-box.gray {
	background-color:#4D4D4D;
}
.square-box.brown {
	background-color:#938056;
}
.square-box:before{
    content:"";
    display:block;
    padding-top:100%;
}
.square-box .square-content {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    color:#fff;
    overflow:hidden;
}
.square-box .square-content div {
    display:table;
	position:relative;
	width:calc(100% + 4px);
	height:calc(100% + 4px);
}
.square-box .square-content div.dark-blue {
	background-color:rgba(50,63,77,0.7);
}
.square-box .square-content div.light-blue {
	background-color:rgba(30,126,195,0.7);
}
.square-box .square-content div.brown {
	background-color:rgba(147,128,86,0.7);
}
.square-box .square-content div.black {
	background-color:rgba(0,0,0,0.4);
}
.square-box .square-content div.gray {
	background-color:rgba(77,77,77,0.9);
}
.square-box .square-content span.contents {
    display:block;
    width:100%;
    height:70%;
    position:absolute;
	top:50%;
    text-align:center;
    vertical-align:middle;
	transform:translate(0%, -50%);
    color:white
}
.square-box .category {
	display:inline-block;
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	padding:8px 8px 8px 16px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}
.square-box .right-angle-arrow {
	display:inline-block;
	position:absolute;
	top:0px;
	right:110px;
}
.square-box .right-angle-arrow:after {
	content:'';
	display:block;  
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:0;
	height:0;
	border-top:430px solid rgba(0,0,0,0.6);
	border-right:0 solid transparent;
	border-bottom:0 solid transparent;
	border-left:430px solid transparent;
}

/* blocks for grid listing */
.square-box .event { }
.square-box .event date.month-year {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
.square-box .event date.days {
	display:block;
	padding-top:12px;
	font-size:31px;
	color:#fff;
}
.square-box .event h2 {
	font-size:30px;
	line-height:34px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	margin-right:10%;
	margin-left:10%;
}
.square-box .event h2.smaller-title {
	font-size:22px;
	line-height:28px;
}
.square-box .event h2 span {
	display:block;
	text-transform:none;
}
.square-box .event p {
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

/* ready to advance blade */
.ready-to-advance {
	padding-bottom:20px;
}
.ready-to-advance.intro {
	padding-top: 20px;
	padding-bottom: 0px;
}
.ready-to-advance .intro {
	text-align:center;
	width:100%;
	max-width:80% !important;
}
.ready-to-advance .intro h1 {
	font-size:35px;
	color:#4C8DCC;
	font-weight: 400;
	padding-top:50px;
	margin-top:0px;
	margin-bottom: 0;
}
.ready-to-advance .intro p {
	font-size:21px;
	line-height:28px;
	font-weight:400;
	text-transform: uppercase;
}
.ready-to-advance .buttons.center {
	text-align:center;
}
.ready-to-advance .circle {
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
}
.ready-to-advance .circle:before{
    content:"";
    display:block;
    padding-top:100%;
}
.ready-to-advance .button {
	margin:12px 20px 60px 20px;
}
.ready-to-advance .item {
	text-align:center;
	max-width: 100%;
}
.ready-to-advance .item h2 {
	font-size:17px;
	line-height:20px;
	font-weight:700;
	color:#117bc2;
	text-transform:none;
	max-width:90px;
	margin:20px auto 0px auto;
	padding:8px 0px;
	border-top:1px solid #4C3A31;
	border-bottom:1px solid #4C3A31;
}
.ready-to-advance .item h2 span {
	display:block;
	width:160px;
	margin-left:-34px;
}
.ready-to-advance .item p {
	font-size: 16px;	
	line-height: 20px;
	font-weight: 500;
	color: #2D4D65;
}
.ready-to-advance .boring-machines-row {
	display: none;
}
.ready-to-advance .boring-machines-row.tunnel-boring-machines {
	display: block;
}
.ready-to-advance .boring-machines-row .section.group.inside {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}
.ready-to-advance .boring-machines-row .circle {
	border:5px solid #fff;
	-webkit-transition:border 300ms ease-out;
	-moz-transition:border 300ms ease-out;
	-o-transition:border 300ms ease-out;
	transition:border 300ms ease-out;
}
.ready-to-advance .boring-machines-row .linked:hover {
	cursor:pointer;	
}
/*
.ready-to-advance .boring-machines-row .linked:hover .circle {
	border:5px solid #177BC2;
}
*/
.ready-to-advance .boring-machines-row .linked:hover .button {
	background: #907F5C;
	color: #fff;
}
.ready-to-advance .boring-machines-row .button {
	margin-bottom: 0;
	padding-left: 14px;
	padding-right: 14px;
}
.ready-to-advance .crossing-length h3 {
	text-transform:none;
	color:#177BC2;
	text-align:center;
	font-size:25px;
	line-height:30px;
	margin-top:0px;
	padding-top:0px;
}
.ready-to-advance .crossing-length ul {
	margin:0px;
	padding:0px;	
}
.ready-to-advance .crossing-length ul li {
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	list-style:none;
	font-size:22px;
	line-height:26px;
	font-weight:500;
	padding:8px 0px;
}
.ready-to-advance .crossing-length ul li .title {
	display:inline-block;
	color:#545355;
	text-align:right;
	padding:10px 12px 10px 0px;
	width:calc(30% - 12px);
}
.ready-to-advance .crossing-length ul li .length {
	display:inline-block;
	width:calc(70% - 24px);
	text-align:left;
}
.ready-to-advance .crossing-length ul li .length span {
	display:inline-block;
    position:relative;
	background:#1E7EC3;
	color:#fff;
	text-align:left;
	padding:6px 60px 6px 12px;
	
	-webkit-transition:background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition:background 300ms ease-out;
	transition:background 300ms ease-out;
}
.ready-to-advance .crossing-length ul li .length.short span {
	width:calc(60% - 72px);
}
.ready-to-advance .crossing-length ul li .length.medium span {
	width:calc(80% - 72px);
}
.ready-to-advance .crossing-length ul li .length.long span {
	width:calc(100% - 72px);
}
.ready-to-advance .crossing-length ul li .length span:after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:46px 0px 0px 46px;
    border-style:solid;
    border-color:#fff transparent #fff transparent;
}
.ready-to-advance .crossing-length ul li.linked:hover span {
	background:#30597B;
	color:#fff;
}
.ready-to-advance .slider-previous,
.ready-to-advance .slider-next {
	display:none;
}

.ready-to-advance.small .intro {
	text-align:center;
	width:100%;
	max-width:100% !important;
}
.ready-to-advance.small .intro h1 {
	font-size:21px;
	line-height:25px;
}
.ready-to-advance.small .intro p {
	font-size:16px;
	line-height:19px;
}
.ready-to-advance.small .col h2 {
	font-size:12px;
	line-height:16px;
}
.ready-to-advance.small .col p {
	font-size:12px;
	line-height:16px;
}
.ready-to-advance.small .crossing-length h3 {
	font-size:21px;
	line-height:25px;
}
.ready-to-advance.small .crossing-length ul li {
	font-size:14px;
	line-height:18px;
}
.ready-to-advance.small .crossing-length ul li .title {
	width:calc(30% - 12px);
}
.ready-to-advance.small .crossing-length ul li .length.short span {
	width:calc(60% - 0px);
}
.ready-to-advance.small .crossing-length ul li .length.medium span {
	width:calc(80% - 0px);
}
.ready-to-advance.small .crossing-length ul li .length.long span {
	width:calc(100% - 0px);
}

/* sidebar */
.content-right-of-sidebar {
	max-width:720px;
	margin:60px;
}
.content-right-of-sidebar h1 {
	text-transform:none;
}
.sidebar {
	margin-top:-14px;
	margin-bottom:-15px;
}
.sidebar .item {
	display:block;
	min-height:320px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.sidebar .item.quote,
.sidebar .item.banner {
	display:table;
	height:100%;
	background-image:url(../images/sidebar-background.png);
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.sidebar .item.quote .contents {
    display:table-cell;
    vertical-align:middle;
    padding:0px 50px;
}
.sidebar .item.quote.brown {
	background-color:#AF9D6E;
}
.sidebar .item.quote.blue {
	background-color:#1E7EC3;
}
.sidebar .item.quote h3 {
	color:#fff;
	text-transform:none;
	font-size:20px;
	line-height:29px;
	font-weight:500;
}
.sidebar .item.quote .author {
	display:block;
	color:#fff;
	text-align:right;
	font-size:11px;
	line-height:16px;
	padding-bottom:12px;
}
.sidebar .item.banner {
	height:auto;
	min-height:0px;
	background-color:#1E7EC3;
}
.sidebar .item.banner img {
	display:block;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
.sidebar .item.standard {
	display:block;
	position:relative;
}
.sidebar .item.standard.tall {
	min-height:500px;
}
.sidebar .item.standard .overlay {
	background:rgba(0,0,0,0.3);
	-webkit-backdrop-filter:blur(2px);
	backdrop-filter:blur(2px);
	color:#fff;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
    padding:20px 30px;
	width:calc(100% - 60px);
}
.sidebar .item.standard .overlay p {
	font-size:16px;
	line-height:19px;
	font-weight:500;
	padding:4px 0px;
	margin:0px;
}
.sidebar .item.standard .overlay p.subtitle {
	font-size:10px;
	line-height:12px;
	font-weight:400;
	text-transform:uppercase;
}
.sidebar .item.standard .overlay a {
	font-size:14px;
	font-weight:500;
	color:#fff;	
}
.sidebar .item.linked {
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.sidebar .item.linked:hover {
	cursor:pointer;
	opacity:0.7;
}

/* history listing / post listing */
.post-listing {
	padding-bottom:0px;
}
.post-listing .section {
	margin-bottom:4px;
	display: table;
	width:100%;
}
.post-listing .section .col {
	display: table-cell;
	height:100%;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	min-height:585px;
}
.post-listing .section .col.image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.post-listing .section .content {
	color:#fff;
	padding:70px 60px 0px 60px;
}
.post-listing .section .content h2 {
	color:#fff;
	font-size:47px;
	text-align:center;
}
.post-listing .section .content h3 {
	color:#fff;
	font-size:27px;
	line-height:34px;
	text-align:center;
	font-weight:500;
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-listing.projects .section .content h3 {
	text-transform:none;
	padding:24px 0px;
}
.post-listing .section .content p {
	font-size:16px;
	line-height:20px;
}
.post-listing .section .content p.location {
	text-align:center;
	font-size:15px;
	line-height:18px;
	padding-bottom:20px;
}
.post-listing .section .content p.category {
	text-align:center;
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
	font-weight:500;
	text-transform:uppercase;	
	padding-bottom:0px;
}
.post-listing.projects .section .content p.location {
	font-weight:500;
	text-transform:uppercase;	
	padding-bottom:0px;
}
.post-listing .section .content a {
	color:#fff;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.post-listing .section .content a:hover {
	color:#fff;
	opacity:0.45;
}
.post-listing .section .content a strong {
	font-weight:500;	
}
.post-listing .section.dark-blue {
	background-color:#2D4D65;
}
.post-listing .section.light-blue {
	background-color:#1E7EC3;
}
.post-listing .section.brown {
	background-color:#938056;
}

.post-listing .section.group {
	position:relative;
}
.post-listing .image {
	height:100%;
}

/* alternate homepage with single non-slider post */
.post-listing.single {
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-listing.single .section.group.inside {
	
}
.post-listing.single .section .content {
	padding: 20px 60px 0px 60px;
	width: calc(90% - 120px);
}

.post-listing.single .section .col {
	height: 100%;
	/*min-height: 430px;*/
}

.post-listing.single p {
	text-align: left;
}
.post-listing.single .section .content p.category {
	text-align: left;
	margin-bottom: 10%;
}
.post-listing.single .section .content p.date {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #A8996E;
}
.post-listing.single .section .content h3 {
	color: #A8996E;
	text-align: left;
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	margin-top: 0;
}
.post-listing.single .section .content h3.top-margin {
	margin-top: 12%;	
}
@media only screen and (max-width: 760px) {
	.post-listing.single .section .content h3.top-margin {
		margin-top: 5%;	
	}
}

.post-listing.single .section .content a.caps.gold {
	color: #A8996E;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px;
}
.post-listing.single .section .content p.large-content {
	font-size: 18px;
	line-height: 24px;
}
.post-listing.single .light-blue .content h3,
.post-listing.single .light-blue .content p {
	color: #fff;
}
.post-listing.single .section .content .button {
	margin-top: 12px;
}
.post-listing.single .section .mobile-only {
	display: none;
}

@media only screen and (max-width: 760px) {
	.post-listing.single .section .content {
		padding: 20px 0;
		width: 100%;
	}
	.post-listing.single .section .col {
		min-height: auto;	
		width: 100%;
	}
	.post-listing.single .section .col.image {
		margin: 0 -20px;
		width: calc(100% + 40px);	
	}
	.post-listing.single .section .mobile-only {
		display: block;
	}
	.post-listing.single .section .desktop-only {
		display: none;
	}
}

.no-items-found {
	display:none;
	min-height:300px;
}

.post-detail .image {
	width:100%;
	height:auto;
}
.post-detail .post-title {
	font-weight:500;
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-detail .post-author {
	font-size:14px;
	line-height:23px;
	color:#9b9b9b;
	padding:10px 0px 20px 0px;
}
.post-detail h2.sub-title {
	font-size:16px;
	line-height:23px;
	font-weight:500;
	color:#1E7EC3;
	opacity:0.65;
	text-transform:uppercase;
}
.post-detail .event-details {
	font-size:14px;
	line-height:23px;
	font-weight:500;
	color:#1E7EC3;
	margin:12px 0px;
}

nav.navigation.pagination {
	display:block;
	position:relative !important;	
}

/* video listing */
.video-listing {
	margin-bottom:60px;
	padding-left:30px;
	padding-right:30px;
}
.video-listing .item .image {
	position:relative;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.video-listing .item .image:before{
    content:"";
    display:block;
    padding-top:56%;
}
.video-listing .item .image .duration {
	position:absolute;
	bottom:4px;
	right:4px;
	min-width:45px;
	
	padding:4px 8px;
	background:rgba(0,0,0,0.7);
	-webkit-backdrop-filter:blur(4px);
	color:#fff;
	font-weight:700;
	font-size:14px;	
}
.video-listing .item h3 {
	color:#177BC2;
	font-weight:400;
	font-size:17px;
	line-height:25px;
}
.video-listing .item p {
	font-size:14px;
	line-height:20px;
}
.featured-video {
	margin-bottom:60px;
	position:relative;
}
.featured-video .section .col {
	min-height:100%;
}
.featured-video .video-container {
	margin:0px;
	border-right:5px solid #fff;
}

/* post gallery slider */
.post-gallery {
	padding:30px 0px;
	position:relative;
}
.post-gallery ul {
	margin:0px;
	padding:0px;
}
.post-gallery ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:none;
}
.post-gallery ul li:first-child {
	display:block;	
}
.post-gallery .gallery-previous,
.post-gallery .gallery-next {
	display:block;
	position:absolute;
	z-index:4;
	top:0px;
	width:22px;
	height:100%;
	background-size:22px 45px;
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.post-gallery .gallery-previous:hover,
.post-gallery .gallery-next:hover {
	cursor:pointer;
	opacity:0.45;
}
.post-gallery .gallery-next {
	background-image:url(../images/post-gallery-next.png);
	right:-30px;
}
.post-gallery .gallery-previous {
	background-image:url(../images/post-gallery-previous.png);
	left:-30px;
}
.post-gallery .gallery-image {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.post-gallery .gallery-image:before{
    content:"";
    display:block;
    padding-top:60%;
}

.presenters {
	padding-top:30px;
}
.presenters h2 {
	font-size:22px;
	line-height:29px;
	font-weight:500;
}
.presenters .col {
	text-align:center;
	font-size:14px;
	line-height:23px;
	color:#9B9B9B;
}
.presenters .image.circle {
	width:70%;
	margin:0px auto 12px auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
}
.presenters h3 {
	font-size:14px;
	line-height:23px;
	text-transform:uppercase;
	font-weight:500;
	color:#177BC2;
	margin:0px;
	padding:0px;
}
.presenters .image.circle:before{
    content:"";
    display:block;
    padding-top:100%;
}
.presenters .social a {
	display:inline-block;
	padding:2px 3px;
	font-size:16px;
}

.post-listing .presenters {
	max-height:120px;
	padding-top:12px;
}
.post-listing .presenters h3 {
	font-size:13px !important;
	line-height:18px !important;
	text-transform:none;
}
.post-listing .image.circle {
	width:60%;
	margin:0px auto 10px auto;
}

/* blog sidebar / categories */
.blog-categories .contents {
	padding-left:20px;
}
.blog-categories h2 {
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	color:#9b9b9b;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.blog-categories h2:hover {
	cursor:pointer;
}
.blog-categories h2:hover,
.blog-categories h2.selected {
	color:#545355;
}
.blog-categories h2.selected span {
	border-bottom:2px solid #545355;
}
.blog-categories ul {
	margin:10px 0px 30px 0px;
	padding:0px;
	display:none;
}
.blog-categories ul li {
	font-size:12px;
	line-height:18px;
	font-weight:500;
	list-style:none;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
}
.blog-categories ul li a {
	display:inline-block;
	color:#9b9b9b;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.blog-categories ul li a:hover {
	color:#545355;
}

.timeline {
	text-align:center;
	margin-top:-40px;
	margin-bottom:60px;
}
.timeline .section {
	border-top:1px solid #ccc;
}
.timeline .marker {
	display:inline-block;
	font-size:18px;
	color:#177BC2;
	text-align:center;
	padding:0px 18px;
}
.timeline .marker .fa {
	font-size:18px;
	display:block;	
	width:24px;
	padding-bottom:12px;
	margin:-9px auto 0px auto;
	background:#fff;
	font-weight:100;
}
.timeline .marker .fa-circle {
	display:none;
}
.timeline .marker:hover .fa-circle {
	display:block;	
}
.timeline .marker:hover .fa-circle-o {
	display:none;	
}

/* responsive youtube video embed */
.video-container {
	position:relative;
	padding-bottom:52.25%;
	padding-top:30px;
	margin:30px 0px 60px 0px; 
	height:0; 
	overflow:hidden;
	background-color:rgba(0,0,0,0.7);
}
.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
img.alignnone.size-full {
	display:block;
	width:100%;
	height:auto;
	margin:30px 0px 60px 0px;
}
img.alignnone.size-large {
	display:block;
	width:80%;
	height:auto;
	margin:30px auto 60px auto;
}

.apply-badge {
	text-align:center;
	padding:30px 0px;
}

/* product landing */
.product-landing {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}
.product-landing .section.group, 
.product-landing .section.group .col {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.product-landing .section.group .col h3 {
	color:#fff;
	text-transform:none;
	font-size:35px;
	line-height:37px;
	font-weight:500;
	max-width:70%;
	margin-right:auto;
	margin-left:auto;
}
.product-landing .square-content span.contents {
    padding-top:25%;
}

.product-landing .linked .square-content div {
	-webkit-transition:background-color 300ms ease-out;
	-moz-transition:background-color 300ms ease-out;
	-o-transition:background-color 300ms ease-out;
	transition:background-color 300ms ease-out;
}
.product-landing .linked:hover .square-content div.dark-blue {
	background-color:rgba(50,63,77,0.9);
}
.product-landing .linked:hover .square-content div.light-blue {
	background-color:rgba(30,126,195,0.9);
}
.product-landing .linked:hover .square-content div.brown {
	background-color:rgba(147,128,86,0.9);
}
.product-landing .linked:hover .square-content div.black {
	background-color:rgba(0,0,0,0.6);
}
.product-landing .linked:hover {
	cursor:pointer;
}

/* project detail */
.project-details {
	background-color:#2D4D65;
	color:#fff;
	padding:30px 0px;
	margin-left:-23px;
	margin-top:-10px;
}
.project-details h1 {
	font-size:27px;
	line-height:31px;
	color:#fff;
	text-transform:none;
	font-weight:500;
	text-align:center;
	padding-bottom:20px;
}
.project-details .contents {
	width:100%;
	max-width:612px;
	margin:0px auto;
	padding-right:30px;
}
.project-details ul {
	margin:0px;
	padding:0px;
}
.project-details ul li {
	margin:0px;
	padding:8px 4px;
	list-style:none;
	border-bottom:1px solid #fff;
}
.project-details ul li:last-child {
	border:none;	
}
.project-details ul li span {
	display:inline-block;
	font-weight:700;
	width:200px;	
}

/* social sharing plugin */
.dvk-social-sharing {
	display:block;
	border-top:2px solid #177BC2;
	padding-top:12px;
}
.dvk-social-sharing .ss-ask {
	color:#177BC2;
	font-weight:500;
	font-size:12px;
	text-transform:uppercase;
}
.dvk-social-sharing .ss-text {
	display:none;
}
.dvk-social-sharing .fa {
	display:inline-block;
	padding-left:12px;
}

/* news & resources */
.twitter-feed {
	height:726px;
	overflow:scroll;
	border-top:2px solid #ccc;
}
.news-landing .col {
	margin:0;
}
.news-landing .dates {
	display:block;
	background:#938056;
	padding:10px 0px;
}
.news-landing .dates a {
	font-size:20px;
	font-weight:500;
	display:inline-block;
	padding-left:18px;
	color:#fff;
	opacity:0.4;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.news-landing .dates a:hover,
.news-landing .dates a.selected {
	color:#fff;
	opacity:1;
}
.news-landing .video-container {
	padding-top:0px;
	margin:0px; 
}
.news-landing .press-release {
	display:block;
	width:100%;
}
.news-landing .press-release .excerpt {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.news-landing .press-release .overlay {
	display:block;
	width:100%;
	height:100%;
	background:rgba(50,50,50,0.7);
}
.news-landing .press-release .overlay .contents {
	padding:80px 60px 20px 60px;
	color:#fff;
}
.news-landing .press-release .overlay .contents a,
.news-landing .news-block a {
	color:#498fcc;	
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.news-landing .news-block a {
	color:#177BC2;
}
.news-landing .press-release .overlay .contents a:hover,
.news-landing .news-block a:hover {
	color:#938056;
}
.news-landing .press-release .dvk-social-sharing {
	border:none;
	text-align:right;
}
.news-landing .press-release .social-links a {
	color:#fff !important;
	font-size:20px !important;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.news-landing .press-release .social-links a:hover {
	color:#938056 !important;
}
.news-landing .press-release .ss-ask,
.news-landing .press-release .ss-email {
	display:none;
}
.news-landing .press-release .ss-ask {
	display:none;
}

.news-landing .news-block {
	padding-bottom:20px;
}
.news-landing .news-block .image-background {
	background:#222;
}
.news-landing .news-block .image {
	display:block;
	position:relative;
	padding-bottom:70%;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.news-landing .news-block .col:hover,
.news-landing .press-release:hover {
	cursor:pointer;
}
.news-landing .news-block .col:hover .image {
	opacity:0.5;
}
.news-landing .news-block h2 {
	font-weight:500;
	font-size:26px;
	line-height:30px;
	margin:0px;
	padding:0px;
	padding:0px 20px 10px 20px;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.news-landing .news-block p {
	margin:0px;
	padding:0px 20px 12px 20px;
}
.news-landing .news-block p:last-child {
	padding-bottom:30px;	
}
.news-landing .press-release h2 {
	padding-bottom:6px;
}
.news-landing .news-block .col:hover h2,
.news-landing .press-release:hover h2 {
	color:#938056;
}
.news-landing .news-block h3 {
	text-transform:uppercase;
	color:#ccc;
	font-weight:700;
	font-size:15px;
	margin:0px;
	padding:0px;
	padding:18px 20px 8px 20px;
}
.news-landing .news-block h3 strong {
	color:#30597B;
	font-weight:700;
}

.career-opportunity-buttons {
	text-align:center;
}

/* events listing */
.events-listing {
	margin-top:-14px;
	padding-bottom:14px;
}
.events-listing .col {
	background:red;
	margin-bottom:-14px;
}

/* google map */
.map-full {
	display:block;
	width:100%;
	height:700px;
}
.map-full .axgmap {
	display:block;
	width:100%;
	height:700px;
	border:none;
}
.map-full.project-solutions-map,
.map-full.project-solutions-map .axgmap {
	height:500px;
}
.map-full.project-solutions-map {
	margin-bottom:24px;
}
.map-full .axgmap h2 {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
	margin:0px;
	padding:0px;
	padding-top:6px;
	font-weight:500;
	font-size:15px;
	line-height:24px;
	color:#545355;
}
.map-full .axgmap p {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
	font-size:14px;
	line-height:24px;
	color:#545355;
}
.map-full .axgmap p strong {
	font-weight:500;
	color:#444;
}

/* search results */
.search-results-list .results-matching {
	font-size:18px;
	line-height:31px;
	font-weight:700;
	margin-top:0px;
	padding-top:0px;
}
.search-results-list .results-matching .col:last-child {
	text-align:right;
}
.search-results-list input[type="text"] {
	background:#F9F9F9;
	color:#938056;
	font-weight:700;
	font-size:21px;
	line-height:31px;
	border:none;
	padding-left:8px;
	padding-right:8px;
}
.search-results-list input[type="text"]:focus{
    outline:none;
}
.search-results-list button {
	background:#F9F9F9;
	color:#177BC2;
	font-size:21px;
	line-height:28px;
	border:none;
	padding-left:10px;
	padding-right:10px;
	margin-left:-3px;
	
	-webkit-transition:color 300ms ease-out, background 300ms ease-out;
	-moz-transition:color 300ms ease-out, background 300ms ease-out;
	-o-transition:color 300ms ease-out, background 300ms ease-out;
	transition:color 300ms ease-out, background 300ms ease-out;
}
.search-results-list button:hover {
	cursor:pointer;
	background:#938056;
	color:#fff;
}
.search-results-list .no-results {
	padding-top:40px;
	padding-bottom:60px;
}
.search-results-list .search-result {
	padding-top:30px;
}
.search-results-list .search-result .date-and-category {
	font-weight:700;
	font-size:18px;
	line-height:31px;
}
.search-results-list .search-result h2 {
	font-weight:500;
	font-size:18px;
	line-height:31px;
	margin:0px;
	padding:0px;
}
.search-results-list .search-result span.term {
	color:#938056;
}
.search-results-list .search-result .image {
	width:calc(100% - 20px);
	height:auto;
}

/* contacts listing */

.main-content-short h1 {
	padding-bottom:30px;
	padding-top:40px;
}

.contacts .contacts-category {
	padding-bottom:30px;
}
.contacts .contacts-category h2 {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}
.contacts .contacts-category p {
	font-size:11px;
	line-height:14px;
	color:#9b9b9b;
	margin:0px;
	padding:0px;
}
.contacts h3 {
	font-size:14px;
	line-height:20px;
	color:#1e7ec3;
	font-weight:500;
	text-transform:uppercase;
	
	-webkit-transition:color 300ms ease-out;
	-moz-transition:color 300ms ease-out;
	-o-transition:color 300ms ease-out;
	transition:color 300ms ease-out;
}
.contacts h3:hover {
	cursor:pointer;
	color:#938056;
}
.contacts h3 .fa {
	display:inline-block;
	padding-right:6px;	
}
.contacts .contacts-list {
	display:none;
}
.contacts .contact {
	padding:0px 0px 14px 22px;
}
.contacts .contact strong {
	font-weight:500;
	text-transform:uppercase;
	display:inline-block;
	padding-bottom:8px;
}
.contacts .contact p {
	font-size:12px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:5px;
}

/* formidable forms */
.frm_message {
	padding:0px !important;
}
.frm_forms.with_frm_style.frm_style_formidable-style {
	margin-top:80px;
}
.frm_forms * {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif !important;
}
.frm_forms {
}
.frm_error {
	font-weight:500 !important;
}
.frm_form_fields input,
.frm_form_fields select,
.frm_form_fields textarea,
.frm_error_style,
.frm_success_style {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif !important;
	font-weight:400;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.frm_form_fields select {
	-moz-appearance:none;
	-webkit-appearance:none;
	background:#177BC2 !important;
	background-image:url(../images/select-down.png) !important;
	background-position:right center !important;
	background-repeat:no-repeat !important;
	background-size:32px 32px !important;
	color:#fff !important;
	border:1px solid #177BC2 !important;
	box-shadow:none !important;
}
.frm_form_fields select option {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif !important;
	font-weight:400;
}
.frm_form_fields input[type="text"],
.frm_form_fields input[type="number"],
.frm_form_fields input[type="email"],
.frm_form_fields input[type="tel"],
.frm_form_fields textarea {
	border:none !important;
	border-bottom:1px solid #177BC2 !important;
	box-shadow:none !important;
	padding-left:0px !important;
	padding-right:0px !important;
    opacity:0.5;
	
	-webkit-transition:opacity 150ms ease-out;
	-moz-transition:opacity 150ms ease-out;
	-o-transition:opacity 150ms ease-out;
	transition:opacity 150ms ease-out;
}
.frm_form_fields input[type="text"]:focus,
.frm_form_fields input[type="number"]:focus,
.frm_form_fields input[type="email"]:focus,
.frm_form_fields input[type="tel"]:focus,
.frm_form_fields textarea:focus { 
    opacity:1;
}
.frm_form_fields input::-webkit-input-placeholder {
	font-weight:500;
	color:#177BC2 !important;
	text-transform:uppercase;
}
.frm_form_fields input::-moz-placeholder {
	font-weight:500;
	color:#177BC2 !important;
	text-transform:uppercase;
}
.frm_form_fields input:-ms-input-placeholder {
	font-weight:500;
	color:#177BC2 !important;
	text-transform:uppercase;
}
.frm_form_fields input:-moz-placeholder {
	font-weight:500;
	color:#177BC2 !important;
	text-transform:uppercase;
}
.frm_form_fields label {
	font-weight:700 !important;
	color:#177BC2 !important;
}
.frm_button_submit {
	font-family:"Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif !important;
	text-transform:uppercase;
	font-weight:700 !important;
	
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	
	-webkit-transition:background 300ms ease-out;
	-moz-transition:background 300ms ease-out;
	-o-transition:background 300ms ease-out;
	transition:background 300ms ease-out;
}

/* post content styles pulled from old site */
table {
	border:1px solid #e1e1e1;
	background-color: #f5f5f5;
	width:100%;
	margin:30px 0px;
	position: relative;
}
tr,th,td {
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	vertical-align:top;
	padding:10px;
}
tr.header {
	font-weight:700;
	text-transform:uppercase;
}
th {
	font-weight:700;
	font-size:12px;
	color:#006dba;
	background-color:#e5e5e5;
}

/** three latest posts **/
.three-latest-posts {
	padding: 30px 0;
}
h2.section-header {
	color: #2D4D65;
	border-top: 1px solid #907F5C;
	width: 50%;
	padding: 10px 0 0 0;
}
@media only screen and (max-width: 760px) {
	h2.section-header {
		color: #fff;
		background-color: #2D4D65;
		border-top: none;
		width: 100%;
		padding: 15px 0;
		text-align: center;
		margin: 0 -20px -4px -20px;
		width: calc(100% + 40px);
		font-size: 18px;
	}
}

.three-latest-posts .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.three-latest-posts .image:after {
	display: block;
	content: '';
	padding-bottom: 82.044198895028%;
}
.three-latest-posts .item .category {
	display: block;
	padding-top: 0.5rem;
	color: #907F5C;
	text-transform: uppercase;
	font-weight: 500;
}
.three-latest-posts .item h3 {
	font-weight: 500;
	padding: 0.5rem 0;
	margin: 0;
}
.three-latest-posts .item p {
	margin: 0;
	padding: 0.5rem 0;
}
.three-latest-posts .item .read-more {
}
.three-latest-posts .item .read-more a {
	color: #907F5C;
	text-transform: uppercase;
	font-weight: 500;
}
.three-latest-posts .item:hover .read-more a {
	color: #177BC2;
}
.three-latest-posts .mobile-only {
	display: none;
}
@media only screen and (max-width: 760px) {
	.three-latest-posts .item:not(:first-child) {
		display: none;	
	}
	.three-latest-posts .item .image {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 12px;
		width: calc(100% + 40px);
	}
	.three-latest-posts .mobile-only {
		display: block;
		text-align: center;
	}
}

/** centered quote **/
.quote.centered {
	padding: 40px 0;
}
.quote.centered p {
	text-align: center;
	color: #305F86;
}
.quote.centered .quote {
	margin: 0 auto;
	max-width: 80%;
}
.quote.centered .quote p {
	font-size: 28px;
	line-height: 34px;
	color: #305F86;
}
.quote.centered .button {
	margin-top: 24px;
}

@media only screen and (max-width: 760px) {
	.quote.centered p {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
	}
	.quote.centered .quote p {
		font-size: 22px;
		line-height: 30px;
	}
	.quote.centered .quote {
		max-width: 100%;	
	}
}

.ss-icon {
	width: 19px;
	height: 19px;
	display: block;
}

.ss-icon-twitter {
	background: url("../images/x.svg") center center/contain no-repeat;
}

.ss-icon-linkedin {
	background: url("../images/linkedin.svg") center center/contain no-repeat;
}

.ss-ask {
	display: block;
}

.dvk-social-sharing a{
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}

.ss-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	display: block;
}