/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s):NAME
Created:DATE

Primary color - #89c2dc
Secondary color - #292b2c
Tertiary color - #eeeeee
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css"); 

/* General Classes */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:1px;height:1px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1200px;margin:0 auto;}
a,input,textarea,button,.btn,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body {
	color:#888;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
/* 	font-family: 'Open Sans Condensed', sans-serif; */
	margin:0 !important;
	
	transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
/*
    position: relative;
    height: 100%;
*/
}

.landing2 .block1 {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	font-weight: bold;
}

.h1,
.h2,
.h3,
.h4{
	display: block;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
	margin-top:0;
}
.landing h1,
.landing .h1 {
	font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    letter-spacing: .5px;
    color: #484848;
    margin: 0 0 40px;
	padding: 0;
    display: block;
    width: 100%;
    position: relative;
}
.detail h1,
.detail .h1 {
	font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    letter-spacing: .5px;
    color: #484848;
    margin: 0 0 65px;
	padding: 0 0 0 0px;
    display: block;
    width: 100%;
    position: relative;
}

.landing h1:after,
.detail h1:after {
	content: "";
	display: block;
	width: 30%;
	border-bottom: 2px solid #484848;
	position: absolute;
	left: 0;
	margin: 30px 0;
}
h2,
.h2 {
	color:#015a9c;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size:33px;
	letter-spacing: .7px;
	margin: 0;
	padding: 20px;
	padding-left: 0;
	text-transform: uppercase;
}
h3,
.h3 {
	font-size:1.6em;
	margin:20px 0 15px;
}
.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
	color:#fff;
}
h4,
.h4
ul.fancy b {
	color:#666;
	font-size:1.3em;
	text-transform:uppercase;
	line-height:1.2;
	margin:20px 0 10px;
	display:block;
}
ul.fancy li:first-child b {
	margin-top:0;
}
h5,
.h5 {
	color:#666;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
p {
	font-family: 'Noto Serif', serif;
	font-size:14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
a {
	color:#0065aa;
}
a:hover {
	color:#89c2dc;
	text-decoration:none;
}
hr {
	background-color: #484848;
    
}
#link60 {
    display: none !important;
}

.bold:before {
	font-weight:bold;
}

.primary-bg{
	background-color: #89c2dc;
	color: #292b2c;
}

.secondary-bg{
	background-color: #292b2c;
	color: #ffffff;
}

.tertiary-bg{
	background-color: #eeeeee;
	color: #89c2dc;
}

.primary-bg a{
	color: #292b2c;
}

.secondary-bg a{
	color: #ffffff;
}

.tertiary-bg a{
	color: #89c2dc;
}

.w100 {
	width:100%;
}
.w75 {
	width:74%;
}
.w66 {
	width:65%;
}
.w50 {
	width:49%;
}
.w40 {
	width:39%;
}
.w33 {
	width:32%;
}
.w25 {
	width:24%;
}

.push {
    right: 320px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/* Tables */
.table{
	min-width: 500px;
}
.table td{
	text-align: right;
}
.table tbody:first-child tr:first-child td,
.table thead:first-child tr:first-child th{
	font-weight: bold;
	background: #eee;
	color: #89c2dc;
	text-align: left;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px solid #888;
}
.table tbody:first-child tr td:first-child{
	font-weight: bold;
	text-align: left;
}
.table-responsive{
	position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border:0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #89c2dc;
}


/* Buttons */
.button{
	font-size:14px !important;
	font-weight: bold;
	text-decoration:none !important;
	text-align:center;
	text-transform:uppercase;
	height: auto;
	line-height: normal;
	border:none;
	box-shadow:none;
	margin:0 auto;
	padding:10px 24px;
	display:inline-block;
	border-radius: 0;
	background-color: #0065aa;
	color: #ffffff;
}
.button:hover{
	background-color: #89c2dc;
	color: white;
}
.button.arrow-left:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f323';
	margin-right:10px;
	font-weight: normal;
	font-size: 13px;
}
.button.arrow-right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f324';
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
}
.small-btn{
	font-size:0.7em;
	letter-spacing:0.05em;
	line-height:28px;
	height:28px;
	padding:0 16px;
}

.button.hollow{
	color:#e23f4e;
	border: 2px solid #e23f4e;
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 2.5px;
	font-weight: bold;
}
.button.hollow:hover {
	color:#015a9c ;
	background: #fff;
}

.primary-bg .button{
	background-color: #292b2c;
	color: #89c2dc;
}
.primary-bg .button:hover{
	background-color: #eeeeee;
}
.primary-bg .button.hollow{
	background-color: transparent;
	color: #292b2c;
}
.primary-bg .button.hollow:hover{
	background-color: transparent;
	border-color: #eeeeee;
	color: #eeeeee;
}

.secondary-bg .button{
	background-color: #89c2dc;
	color: #292b2c;
}
.secondary-bg .button:hover{
	background-color: #eeeeee;
}
.secondary-bg .button.hollow{
	background-color: transparent;
	color: #89c2dc;
	border-color: #89c2dc;
}
.secondary-bg .button.hollow:hover{
	background-color: transparent;
	border-color: #eeeeee;
	color: #eeeeee;
}

.tertiary-bg .button{
	background-color: #89c2dc;
	color: #eeeeee;
}
.tertiary-bg .button:hover{
	background-color: #292b2c;
}
.tertiary-bg .button.hollow{
	background-color: transparent;
	color: #292b2c;
}
.tertiary-bg .button.hollow:hover{
	background-color: transparent;
	color: #89c2dc;
	border-color: #89c2dc;
}



/* Separators */
hr{
	margin: 25px 0;
}
.hr {
	background:url("../assets/images/template/hr.png") center center no-repeat;
	height:22px;
	width:100%;
	margin:60px auto;
	display:block;
}
.hr:first-child,
.text-blocks-wrapper.small + .hr {
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}
.divider {
	text-align:center;
	margin:40px auto;
	position:relative;
}
#id-38 #quickContact .job-box{
    z-index:0;
    bottom:0px;
}
.divider:before,
.divider:after {
	content:"";
	background:#ddd;
	width:40%;
	height:1px;
	display:block;
	position:absolute;
	top:49%;
}
.divider:before {
	left:0;
}
.divider:after {
	right:0;
}
.spacer{
	height: 40px;
	display:block;
	clear: both;
}


/* Custom Style Elements */
.round,
.round:before {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

ul.fancy {
	list-style:none;
	text-align:left;
}
ul.fancy li {
	margin:0 0 15px;
	position:relative;
	font-family: "Noto Serif", serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
ul.fancy li b {
	font-weight: bold;
	color: #015a9c;
}
ul.fancy li:last-child {
	margin-bottom: 0;
}
ul.fancy li:before {
	content: "";
    background-color: #484848;
    height: 5px;
    width: 22px;
    display: block;
    position: absolute;
    top: 10px;
    left: -40px;
}

ul.sub li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    list-style: none;
}

.quote {
	border-left:none;
	padding:10px 0 0 50px;
	position:relative;
}
.quote:before {
	content:"\201C";
	color:#fd8587;
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.quote .content {
	font-size:1.4em;
	display:block;
}
.quote .source {
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before {
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}


/* ***************************************** Header */
#header-top {
	background-color: #015a9c;
}
#header-top .constrain {
	text-align: right;
	max-width: 1325px;
}
.header-phone {
	display: inline-block;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	letter-spacing: 0.4px;
	font-weight: bold;
}
.mobile-phone {
	display: none;
	color: #015a9c;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	letter-spacing: 0.4px;
	font-weight: bold;
}
.fa-chevron-right {
	display: none;
}
.menu-rfq {
	display: none;
}
#global-nav {
	display: inline-block;
}
#global-nav {
	line-height:1;
/*	margin-right:20px;*/
}
#global-nav > li {
	color:#ccc;
	font-size:0.8em;
	line-height:40px;
	height:40px;
	margin:0 15px;
    display:inline-block;
    position:relative;
}
#global-nav li a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	letter-spacing: .3px;
	font-weight: bold;
	color: #fff;
}
#global-nav li a:hover {
	color: #78CFFC;
}
.header-phone {
	pointer-events: none;
}
#header-bottom .rfq-btn {
	display: inline-block;
    height: 37px;
    width: 152px;
    border: 2px solid #e23f4e;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
	transition: all 0.1s ease-in-out 0.2s;

}
.sticky #header-bottom .rfq-btn {
	display: inline-block;
    height: 37px;
    width: 156px;
    border: 2px solid #e23f4e;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
}
#header-bottom .rfq-btn:hover {
	background-color: #e23f4e;
}
#header-bottom .rfq-btn:hover a {
	color: #fff;
}
#header-bottom .rfq-btn a {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2.3px;
	color: #e23f4e;
	padding-top: 9px;
	display: block;
	width: 100%;
	height: 100%;
}
.sticky #header-bottom .rfq-btn a {	
	color: #fff;
	font-weight:bold;
}
.sticky #header-bottom .rfq-btn {
	border: none;
}
.sticky #header-bottom .rfq-btn {
	background-color: #e23f4e;
}
.sticky #header-bottom .rfq-btn:hover {
	background-color: #fff;
	border: 2px solid #e23f4e;
}
.sticky #header-bottom .rfq-btn:hover a {	
	color: #e23f4e;
}

.search-toggle {
	height: 37px;
    width: 36px;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 10px;
    border: 2px solid #015a9c;
    position: relative;
    vertical-align: middle;
}
.search-toggle:hover {
	cursor: pointer;
	background-color: #015a9c;
}
.search-toggle .fa-search {
	color: #015a9c;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 8px 6px;
	top:0;
	left:0;
}
.search-toggle:hover .fa-search {
	color: #fff;
}
.search-container {
	display: none;
    position: absolute;
    z-index: 999999999999;
    background-color: #118cd5;
    height: 150px;
    width: 1123px;
    margin: 0 auto;
    top: 124px;
    left: 10%;
    padding: 20px 50px 40px;
    transition: all .5s ease-in-out 0s;
}
#header.sticky .search-container.show {
	position: fixed;
	top: 84px;
}
.search-close {
	font-family: "Noto Serif", serif;
	font-size: 16px;
	letter-spacing: .3px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.search-close:hover {
	cursor: pointer;
	color: #e23f4e;
}
.search-container.show {
	display: inline-block;
	transition: all .5s ease-in-out 0s;
	text-align: right;
}
.search-form {
	position: relative;
	width: 100%;
	height: 63px;
}
.search-form input,
.search-form button {
	color: #292b2c;
	vertical-align:middle;
	background:none;
	border:none;
	box-shadow:none;
	line-height:36px;
	height:36px;
	display:inline-block;
}
.search-form input {
	font-size:0.8em;
	width:100%;
	height: 63px;
	padding:0 46px 0 10px;
	background-color: #fff;
}
.search-form input:focus{
	border-color: #292b2c;
}
.search-form button {
	width: 36px;
	position: absolute;
	right:0;
	top: 15px;
	display: block;
	margin: 0;
	font-size: 0;
    color: #e23f4e;
}
.search-input::placeholder{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3.1px;
	color: #484848;
}
.search-form button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f002';
	width: 30px;
	height: 37px;
	position: absolute;
	font-size: 1em;
	left:0;
	top:0;
	font-size: 15px;
	font-weight: 800;
}
.search-form button:hover:after{
	color: #89c2dc;
}

#header-bottom {
	background-color: none;
	padding:12px 0;
	
	-webkit-box-shadow: -4px 4px 5px 0px rgba(215,216,216,0.75);
	-moz-box-shadow: -4px 4px 5px 0px rgba(215,216,216,0.75);
	box-shadow: -4px 4px 5px 0px rgba(215,216,216,0.75);
	
/*
	animation-name: fadeIn;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
		animation-duration: .5s;
*/
}

#header-bottom .constrain {
    
	max-width: 1360px;
}
#header .logo {
	width:200px;
	float:left;
    margin-right: 15px;
}
.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index:999;
		background-color: #fff;
	
/*
		animation-name: fadeIn;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
		animation-duration: .5s;
*/
	}

/* ***************************************** Primary Navigation */
#header nav {
	display: inline-block;
}

#primary-nav li a {
	text-decoration:none !important;
	display:block;
	position:relative;
}
#primary-nav .hover > a{
	color: #e23f4e;
}
#primary-nav #link32,
#primary-nav #link33,
#primary-nav #link34,
#primary-nav #link31 {
	display: none;
}
@media only screen and (min-width:1200px) {
	#header nav {
/* 		width: 65%; */
	}
	#primary-nav > li {
		font-size:0.9em;
		font-weight:600;
		text-transform:uppercase;
	    line-height:60px;
		height:60px;
		margin:0;
		padding:0;
		display:inline-block;
		position:relative;
	}
	#primary-nav > li > a {
	    padding:0 8px;
	    position:relative;
	    font-family: "Roboto", sans-serif;
	    font-weight: bold;
	    font-size: 16px;
	    letter-spacing: .3px;
	    color: #015a9c;
	}	
	#link8 .unstyled {
		width: 123%;
		left: -12px;
	}
	#link16 .unstyled {
		width: 160%;
		left: -30px;
	}
	#primary-nav ul {
		background:#ffffff;
/* 		padding:5px; */
		width:100%;
		position:absolute;
/* 		top: 71px; */
		left:0px;
		z-index:10;
		display:none;
		text-align: center;
	    border: 2px solid #484848;
	}	
	#primary-nav ul.unstyled:before,
	#primary-nav ul.unstyled:after {
		content: '';
	    display: block;
	    position: absolute;
	    left: 100%;
	    width: 0;
	    height: 0;
	    border-style: solid;
	}
	#primary-nav ul.unstyled:after {
		top: -22px;
		left: 40%;
	    border-color: transparent transparent transparent #484848;
	    border-width: 10px;
        transform: rotate(270deg);
	}
	#primary-nav ul.unstyled:before {
		top: -21px;
		z-index: 999;
		left: 40%;
	    border-color: transparent transparent transparent #fff;
	    border-width: 11px;
        transform: rotate(270deg);
	}
	#primary-nav ul.active{
		display: block;
	}
	#primary-nav ul li {
		line-height:normal;
		margin:0 2px;
		position: relative;
		display: block;
	}
	#primary-nav ul li:after {
		content: "";
	    display: block;
	    margin: 0 auto;
	    border-bottom: 1px solid #484848;
	    width: 50%;
	    height: 1px;
	}
	#primary-nav ul li:last-child:after {
		border-bottom: none;
	}
	#primary-nav ul li a {
		color:#015a9c;
		font-size:14px;
		padding:10px;
	}
	#primary-nav ul li > a:hover{
		color: #e23f4e;
		cursor: pointer;
	}
	#primary-nav #link13 .unstyled {
		text-align: center;
	    width: 265px;
	    margin: 10px auto 0;
	    left: -67px;	
	}
	#primary-nav ul li > i{
		position: absolute;
		z-index:200;
		right: 15px;
		font-style: normal;
		top:4px;
	}
	#primary-nav ul li > i:before{
		font-family: "Font Awesome 5 Pro";
		content: '\f105';
	}
	#primary-nav ul.active li > i:before{
		content:'\f107';
	}
	#primary-nav ul ul{
		background-color: transparent;
		position:relative;
		top: 0;
	}
}
#primary-nav .parent a.active {
	color: #e23f4e;
}
.mobile-close {
	display: none;
}
.mobile-rfq {
	display: none;
}
/* ***************************************** Home Banner */
#home-banner, 
#home-banner .slides li,
#home-banner .constrain {
	height:530px;
}
#home-banner {
	background:#ccc;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#home-banner .slides li {
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	margin:0;
	display:none;
}
#home-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#home-banner .constrain{
	position: relative;
}
#home-banner .caption{
	position:absolute;
	z-index: 2;
	top: 40%;
	left:0;
	right:0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home-banner .caption .scroll-down {
	display: block;
    margin-top: 60px;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
    position: absolute;
    bottom: -130px;
    right: 66px;
}
.bounce {
	margin-left: 10px;
	-moz-animation: bounce 1s infinite;
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    -webkit-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
  70% {
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -webkit-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  100% {
	-moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    -webkit-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
  70% {
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -webkit-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  100% {
	-moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    -webkit-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
  70% {
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -webkit-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  100% {
	-moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner-overlay:after,
.image-bg:before {
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3,
#home-banner p {
	margin:0;
}
#home-banner h2,
#home-banner h3,
#home-banner .h2,
#home-banner .h3 {
	color:#fff;	
	text-transform:uppercase;
}
#home-banner h2,
#home-banner .h2 {
	font-size:38px;
	font-style: italic;
	font-weight: bold;
	font-family: "Noto Serif", sans-serif;
	letter-spacing: .7px;
	letter-spacing:normal;
	text-transform: none;
	padding: 0 0;
	margin-bottom: 20px;
}
#home-banner h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 50px;
	line-height: 47px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#home-banner h3,
#home-banner .h3 {
	font-size:2em;
	margin-bottom:20px;
}
#home-banner .flex-control-paging{
	bottom: 0;
	z-index: 3;
}
#home-banner .flex-control-paging li a:hover,
#home-banner .flex-control-paging li a.flex-active{
	background-color: #ffffff;
}
#home-banner .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}
#home-banner .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}
#home-banner .caption .button {
	width: 260px;
	height: 40px;
	background-color: #fff;
	color: #015a9c;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
}
#home-banner .caption .button:hover {
	background-color: #015a9c;
	color: #fff;
	border: 2px solid #fff;
}

/* ***************************************** Inner Banner */
#inner-banner {
	background:center center #ccc;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#inner-banner h1
#inner-banner .h1 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:4em;
	width:100%;
	padding:0 3%;
	position:absolute;
	bottom:180px;
	left:0;
}
#inner-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#inner-banner > span,
#inner-banner > div{
	position: absolute;
	z-index: 2;
}
/****** Home Bucket ********/
#main-content {
	position: relative;
}
#main-content.home #side-text {
	position: absolute;
    transform: rotate(270deg);
    -ms-writing-mode: tb-rl;
	-ms-transform: none;
    left: 0px;
    top: 212px;
    min-width: 316px;
    text-align: right;
}
#main-content.landing #side-text {
	position: absolute;
    transform: rotate(270deg);
    -ms-writing-mode: tb-rl;
	-ms-transform: none;
    left: -60px;
    top: 212px;
    min-width: 316px;
    text-align: right;
}
#side-text p {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 45px;
/*
    line-height: 66px;
    letter-spacing: 4.3px;
*/
    color: #eee;
    text-transform: uppercase;
}
#main-content.landing2 #side-text,
#main-content.post-entry #side-text {
	position: absolute;
    transform: rotate(270deg);
    -ms-writing-mode: tb-rl;
	-ms-transform: none;
    left: 0;
    top: 212px;
    min-width: 316px;
    text-align: right;
}
#main-content.detail #side-text {
	position: absolute;
    transform: rotate(270deg);
    -ms-writing-mode: tb-rl;
	-ms-transform: none;
    left: 0;
    top: 212px;
    min-width: 316px;
    text-align: right;
}
#h-buckets .content-block .w25 {
	width: 8%;
}
#h-buckets .content-block .w25 h1 {
	transform: rotate(270deg);
    top: 350px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 71px;
    line-height: 66px;
    letter-spacing: 4.3px;
    color: #eee;
}
#h-buckets .content-block .w25.bg-left {
	width: 18%;
	border-right: 5px solid #eee;
}
#h-buckets .content-block .w75 {
    width: 92%;
    padding: 0 !important;
}
/* Transition Start */
.home-chunks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    position: relative;
    margin-top: -100px;
    margin-bottom: 25px;
}
/*
.home-chunks:after {
	content: "";
	display: inline-block;
	width: 100%;
}
*/
.home-chunks .h-chunks {
	box-sizing: border-box;
	position: relative;
	width: 240px;
	height: 153px;
/* 	display: inline-block; */
	text-align: center;
	border: 0;
	background-color: #fff;
	padding: 25px 0;
	transition: all .5s;
}
.home-chunks .h-chunks:hover {
	color: red;
}
.home-chunks .h-chunks:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 2px;
    left: -16px;
    background: rgb(163, 182, 196);
    transition: all 0.2s ease-in-out 0.2s;
    
    right: 0;
    left: 0;
    width: auto;
    background: 0px 0px;
    border-right: 2px solid rgb(163, 182, 196);
    border-left: 2px solid rgb(163, 182, 196);
}
.home-chunks .h-chunks.active:before {
    top: 100%;
}
.home-chunks .h-chunks:after {
	content: "";
    position: absolute;
    top: 100%;
    bottom: 0px;
    width: 2px;
    left: -16px;
    background: rgb(163, 182, 196);
    transition: all .2s ease-in-out .1s;
    display: block;
    margin: 0 auto;
    
    width: 100%;
    height: 2px;
    right: 0px;
    left: 0px;
}
.home-chunks .h-chunks.active:after {
    transition: all .1s ease-in-out .5s;
    width: 30%;
    display: block;
    margin: 0 auto;
}
/* Transition End */
.home-chunks .h-chunks.active {
	border: none;
	transition: all .5s;
}
.home-chunks .h-chunks:hover {
	cursor: pointer;
}
.home-chunks .active p {
	color: #e23f4e !important;
}
.home-chunks .h-chunks:hover p {
	color: #e23f4e;
}
.home-chunks .h-chunks p {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3.1px;
	color: #484848;
	margin-top: 15px;
	text-transform: uppercase;
}
.home-chunks img {
	width: 58px;
	height: 58px;
}
.home-content {
	text-align: justify;
	margin-left: 50px;
}
.home-content:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.home-content .home-left {
	display: inline-block;
	width: 100%;
	position: relative;
    top: -20px;
}
.home-left h3 {
	font-family: 'Noto Serif', serif;
	font-size: 26px;
	letter-spacing: .5px;
	font-style: italic;
	font-weight: bold;
	color: #484848;
	position: relative;
	margin-top: 0;
}
.home-left h3:after {
	content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px solid #484848;
    width: 80%;
    display: block;
	margin-top: 8px;
	
}
.home-left .content-button {
	background-color: #fff;
	border: 2px solid #e23f4e;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #e23f4e;
	min-width: 163px;
	height: 40px;
	margin-top: 40px;
}
.home-left li {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .6px;
    color: #484848;
}
.home-left .content-button:hover {
	background-color: #e23f4e;
	color: #fff;
}
.home-content .home-right {
	display: inline-block;
	vertical-align: top;
}
.standard-shapes,
.materials,
.capabilities {
	display: none;
}
/****** Block 1 ******/
.block1 .constrain:first-child,
#main-content.post-entry .block1 .content-block:first-child {
	border-left: 6px solid #eee;
	padding: 0 0 50px 100px;
	width: 75%;
}
/*#id-40 .block2.block.constraint-container.no-bg{
   border-left: 6px solid #eee;
    padding: 0 0 55px 100px;
    width: 75%;
    left: 180px;

}*/

.home .block1 .content-block:first-child {
	border-left: 6px solid #eee;
	padding: 0;
	width: 75%;
}
/* ***************************************** Breadcrumbs & SM Toolbar */
.mobile-bread-box {
	display: none;
}
ul.B_crumbBox {
    list-style:none;
    font-size:0.8em;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    margin:0;
    padding:0;
}
ul.B_crumbBox li {
	color:#118cd5;
	display:inline-block;
}
ul.B_crumbBox li.B_currentCrumb {
	color:#118cd5;
}
ul.B_crumbBox li a {
	color:#118cd5;
}
ul.B_crumbBox li a:hover {
	text-decoration:underline;
}
.crumb-container {
	margin: 0;
	padding: 20px;
	padding-left:100px;
}
.crumb:first-child:before {
	content: none;
}
.crumb:before {
	content: "//";
	display: inline-block;
	margin: 0 10px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2.5px;
	color: #118cd5;
}
.crumb a,
.crumb.current {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2.5px;
	color: #118cd5;
	text-transform: uppercase;
	position: relative;
}
.bread .h2 {
	margin-left: 100px;
}
.crumb a:hover {
	color: #015a9c;
}
.crumb a:hover:after {
	content: "";
	display: block;
	border-bottom: 2px solid #015a9c;
	width: 90%;
	position: absolute;
	left: 0;
}
.landing .bread,
.landing2 .bread,
.detail .bread,
.post-entry .bread {
	border-left: 6px solid #eee;
	width: 75%;
}
/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content,
.image-bg .text-blocks,
.video .play {
	color:#ccc;
	color:rgba(255,255,255,0.8);
}
.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
	color:#fff !important;
}
.text-tabs.dark-bg .tab-title {
	color:#fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color:#2bc271 !important;
	cursor:pointer;
}
.bullet-tabs .tab-title span {
	line-height:1.2;
	vertical-align:middle;
}
.bullet-tabs .tab-title .title {
	display:inline-block;
}
.bullet-tabs .tab-title .bullet {
	background:#888;
	border:6px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:-31px;
}
.bullet-tabs .tab-title:before {
	content:"";
	height:100%;
	width:30px;
	display:block;
	position:absolute;
	top:0;
	left:-30px;
}
.bullet-tabs .tab-title.current .bullet {
	background:#fff;
	border:2px solid #0065aa !important;
	height:18px;
	width:18px;
	top:9px;
	left:-30px;
}

.text-tabs .tabs-menu-wrapper {
	margin:0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
	color:#888;
}
.text-tabs .tab-title {
	margin-right:10px;
	padding:5px;
	display:inline-block;
}
.text-tabs .tab-title.current {
	color:#f56c6e !important;
	font-weight:bold;
}
.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	border: 1px solid #89c2dc;
	padding: 32px;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .nav-tabs li{
	margin-right:-3px;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #292b2c;
}
.tabbed-content .nav-tabs li.active a{
	background-color: #89c2dc;
}
.tabbed-content .nav-tabs a:hover{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    background-color: #eeeeee;
}
#id-1 #accordion {
	display: none;
}
.panel-title {
	position: relative;
}
.panel-title img {
	height: 58px;
	width: 58px;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9999;
}
.collapse.in {
    display: block;
}
.panel-group .panel {
    margin-bottom: 0;
    border: none;
}
.panel-group .panel+.panel {
    margin-top: 20px;
    margin-bottom: 40px;
}
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel-heading{
	padding:0;
	border: 2px solid #484848;
	border-radius: 0;
	background-color: white;
    height: 96px;
}
.panel-group .panel-heading a{
	padding: 30px 15px 30px 100px;
	display: block;
	position: relative;
	
	background-color: #fff;
	color: #484848;
	font-family: "Robot", sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3.9px;
	text-transform: uppercase;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 32px;
	font-size: 24px;
}
.panel-group .panel-heading a[aria-expanded="true"]{
	background-color: #fff;
	color: #e23f4e;
}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 5 Pro";
	color: #e23f4e;
	position: absolute;
	right: 32px;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border-radius: 0;
}
.panel-group .content-block{
	padding: 0;
}
.panel-body .block1 .constrain:first-child {
    width: 100%;
    float: right;
    padding: 0;
    border-left:none;
}
.panel-body h2 {
	padding-left: 0;
	padding-bottom: 0;
}
.panel-body h3 {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
	letter-spacing: .5px;
	color: #484848;
	text-transform: none;
}
.panel-body h3:after {
	content: "";
	display: block;
	width: 70%;
    border-bottom: 2px solid #484848;
    margin-top: 20px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding-left: 0;
}
.panel-body li {
	font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .6px;
    color: #484848;
}
/* Text Blocks (small) */
.text-blocks-wrapper.small {
	font-size:0.9em;
	text-align:center;
	padding:20px 0;
}
.text-blocks-wrapper.small .text-block {
	text-align:left;
	vertical-align:top;
	width:32%;
	padding:20px 20px 20px 70px;
	display:inline-block;
	position:relative;
}
.text-blocks-wrapper.small .icon {
	width:50px;
	position:absolute;
	top:20px;
	left:0;
}
.text-blocks-wrapper.small h5 {
	margin:0 0 12px;	
}
.image-bg .text-blocks-wrapper.small h5 {
	color:#fff;
}
.text-blocks-wrapper.small p {
	color:#888;
}
.text-blocks-wrapper.small a {
	font-size:0.9em;
	font-weight:bold;
}


/* Text Blocks (large) */
.text-blocks-wrapper.large {
	padding: 40px 0 0;
}
.text-blocks-wrapper.large .text-block {
	margin:60px 0;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.text-blocks-wrapper.large .text-block:first-child {
	margin-top: 0;
}
.text-blocks-wrapper.large .text-block:last-child {
	margin-bottom: 0;
}
.text-blocks-wrapper.large .text-block .content {
	width: 50%;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .content {
	padding-right:40px;
	float: left;	
}
.text-blocks-wrapper.large .text-block:nth-child(even) .content {
	padding-left:40px;
	float: right;	
}
.text-blocks-wrapper.large .text-block .image {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height: 100%;	
	width: 50%;
	position: absolute;
	top:0;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .image {
	right:0;
}
.text-blocks-wrapper.large .text-block:nth-child(even) .image {
	left:0;
}



/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:300px;
	width:100%;
	max-width: 520px;
	margin:0 auto 20px;
	padding:0 40px;
	display:block;
	position:relative;
}
.video .play {
	margin-top:-45px;
	margin-left:-30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.video .play i {
	font-size:40px;
	line-height:60px;
	border:2px solid #ccc;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	height:60px;
	width:60px;
	margin:0 auto 10px;
	display:block;
}
.video:hover .play i {
	color:#666;
	background:#ccc;
}
.video .play i:before {
	position:relative;
	left:3px;
}
.video-block .subtitle {
	color:#888;
	font-size:0.9em;
	margin-bottom:0;
}

/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* Charts and Graphs */
.chart-wrapper {
	text-align:center;
}
.chart-wrapper.with-caption {
	padding-bottom:40px;
}

.percent .caption {
	font-size:1.2em;
	line-height:1.2;
}
.percent .caption.long {
	font-size:1em;
	width:auto;
}

.percent .number:after {
	content:"%";
}

.statistic {
	position:relative;
}
.statistic .number {
	color:#fff !important;
	font-size:140px;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:1;
	margin:0;
	padding:60px 0 40px;
}
.statistic .caption {
	color:#fff !important;
	text-transform:uppercase;
	line-height:1;
	width:200px;
	margin:0;
	position:absolute;
	top:0;
	left:15px;
}
.statistic .caption:before {
	font-size:40px;
	display:block;
}


/* Pie Chart */
.piechart {
	vertical-align:middle;
	background:#E4E8EB;
	border-radius:180px;
	-moz-border-radius:180px;
	-webkit-border-radius:180px;
	padding:20px;
	height:180px;
	width:180px;
	display:inline-block;
	position:relative;
}

.piechart .dots {
	background:url("../assets/images/template/pie-dots-pink.png") center center/222px 212px no-repeat;
	height:220px;
	width:220px;
	display:block;
	position:absolute;
	top:-20px;
	left:-17px;
}
.image-bg .piechart .dots {
	background-image:url("../assets/images/template/pie-dots-white.png");
}
.piechart canvas {
	height:100% !important;
	width:200% !important;
	margin-left:-50%;
}
.piechart + .percent {
	text-align:left;
	vertical-align:middle;
	width:50%;
	margin-left:60px;
	display:inline-block;
}
.w60 .piechart + .percent {
	width:60%;
}
.piechart + .percent .number {
	color:#666;
	font-size:100px;
	font-weight:bold;
	line-height:1;
	margin:0;
}
.piechart .caption {
	font-size:0.8em;
	text-transform:uppercase;
	margin:40px 0 0;
}
.piechart + .percent .caption {
	color:#aaa;
	text-transform:uppercase;
	margin:0;
}
.image-bg .piechart + .percent .caption {
	color:#ccc;
}


/* Bar Chart */
.barchart {
	position:absolute;
	bottom:0;
}
.w50:last-child .barchart {
	left:70%;
}
.barchart .bar {
	vertical-align:bottom;
	height:300px;
	width:30px;
	margin:0 10px;
	display:inline-block;
	position:relative;
}
.barchart .fill {
	background:#ddd;
	border-radius:40px 40px 0px 0px;
	-moz-border-radius:40px 40px 0px 0px;
	-webkit-border-radius:40px 40px 0px 0px;
	height:0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.barchart .highlight .fill {
	background:#0065aa;
}
.barchart .percent .number {
	color:#666;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	line-height:1;
	width:100%;
	display:none;
	position:absolute;
	top:0;
	left:-98px;
}
.barchart .show-value.percent .number {
	display:block;
}


/* ****************************************** Forms */
.forms .input-group {
    margin:0 auto 10px;
    min-height:0 !important;
    vertical-align: top;
}
#rfq .input-group {
	margin-right: 38px;
}
.forms .input-group.w50 {
    width:49%;
    float: left;
    padding: 0;
}
.forms .input-group.w50.right{
	float: right;
}
.w50 .forms .input-group.w50:first-child{
	padding-right:0;
}
.forms .input-group.w100 + .input-group.w50  {
	margin-right:2%;
}
.forms .input-group.w100{
	width:100%;
	margin-right:0;
	float:none;
	clear:both;
}
.forms input[type=text], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select{
	font-family: "Roboto", sans-serif;
	color:#484848;
	font-size:14px;
	line-height:28px !important;
	letter-spacing: .6px;
	background:#fff;
	border:2px solid #484848;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width:100%;
	height:36px;
	margin:0;
	padding:10px;
	display:block;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus{
	border-color: #484848;
}
.forms textarea {
	line-height:1.4 !important;
	height:150px;
	padding:10px 12px !important;
}
.forms label{
	font-weight: normal;
	color: #015a9c;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.forms label .required{
	color: #015a9c;
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	border-color: #292b2c;
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
	color: #c50000;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 30px;
	height: 36px;
	line-height: 36px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 5 Pro";
	color: #015a9c;
	font-size:15px;
}
.forms .qq-upload-button:before{
	content:'\f0c6';
}
.forms .qq-clear-button:before{
	content:'\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: transparent; 
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{
	color: #89c2dc;
}
.forms .errorMessage{
	background-color: #c50000;
	color: white;
	padding: 8px 8px 5px 8px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}

/* Shifty Forms */

.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
} 

/* Custom Selects, Checkboxes & Radios */

.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #484848;
	border-radius: 0;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #292b2c;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 4px;
    line-height: 30px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #484848;
    border: 1px solid #484848;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
    display: block;
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}


/************* Content Block Styling *********/
.constraint-container{
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
    width:100%;
    clear:both;
    position:relative;
}
.constraint-container .constrain {
	position:relative;
	z-index:1;
}
.content-block{
	margin:0 auto;
	padding:20px 40px 60px;
	position:relative;
	z-index:1;
}
.nopadding .content-block {
	padding:0;
}
.block.no-bg + .block.no-bg .content-block,
.block.no-bg + .block.no-bg .w25,
.block.no-bg + .block.no-bg .w33,
.block.no-bg + .block.no-bg .w40,
.block.no-bg + .block.no-bg .w50,
.block.no-bg + .block.no-bg .w60,
.block.no-bg + .block.no-bg .w66,
.block.no-bg + .block.no-bg .w75,
.block.no-bg + .block.white-bg .content-block,
.block.no-bg + .block.white-bg .w25,
.block.no-bg + .block.white-bg .w33,
.block.no-bg + .block.white-bg .w40,
.block.no-bg + .block.white-bg .w50,
.block.no-bg + .block.white-bg .w60,
.block.no-bg + .block.white-bg .w66,
.block.no-bg + .block.white-bg .w75 {
	padding-top:0 !important;
}
.content-block .constrain .w25,
.content-block .constrain .w33,
.content-block .constrain .w40,
.content-block .constrain .w50,
.content-block.constrain .w50,
.content-block .constrain .w60,
.content-block .constrain .w66,
.content-block .constrain .w75 {
	vertical-align: top;
	display: inline-block;
}
.gray-bg {
	background-color: #fafafa;
}
.content-block .w25{
	width:25%;
}
.content-block .w33{
	width:33.333%;
}
.content-block .w40{
	width:40%;
}
.content-block .w50{
	width:50%;
}
.content-block .w60{
	width:60%;
}
.content-block .w66{
	width:66%;
}
.content-block .w75{
	width:75%;
}

.content-block .bg-left,
.content-block .bg-right {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:100%;
	position:absolute;
	top:0;
}
.content-block .bg-left {
	left:0;
}
.content-block .bg-right {
	right:0;
}
.content-block .w75.bg-left,
.content-block .w75.bg-right {
	width:75%;
}
.content-block .w66.bg-left,
.content-block .w66.bg-right {
	width:66.66%;
}
.content-block .w60.bg-left,
.content-block .w60.bg-right {
	width:60%;
}
.content-block .w40.bg-left,
.content-block .w40.bg-right {
	width:40%;
}
.content-block .w33.bg-left,
.content-block .w33.bg-right {
	width:33.33%;
}
/* New */
.richtext + .button{
	margin-top: 22px;
	display:inline-block;
}
.richtext p:last-child{
/* 	margin-bottom:0; */
}

.content-block > .richtext + .button{
	margin-top: 30px;
}

.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child{
	margin-top: 30px;
}

.content-block{
	padding-left:0;
	padding-right: 0;
}

.content-block .constrain .w25,
.content-block .constrain .w33,
.content-block .constrain .w40,
.content-block .constrain .w50,
.content-block .constrain .w60,
.content-block .constrain .w66,
.content-block .constrain .w75{
	vertical-align: top;
	padding-top: 0;
}
.two-cols .constrain .w25,
.two-cols .constrain .w33,
.two-cols .constrain .w40,
.two-cols .constrain .w50,
.two-cols .constrain .w60,
.two-cols .constrain .w66,
.two-cols .constrain .w75{
	float: left;
}

.content-block .constrain .w25:first-child,
.content-block .constrain .w33:first-child,
.content-block .constrain .w40:first-child,
.content-block .constrain .w50:first-child,
.content-block .constrain .w60:first-child,
.content-block .constrain .w66:first-child,
.content-block .constrain .w75:first-child{
	padding-left:0;
	padding-right: 16px;
	padding-bottom:0;
	padding-top: 0;
}
.content-block .constrain .w25:last-child,
.content-block .constrain .w33:last-child,
.content-block .constrain .w40:last-child,
.content-block .constrain .w50:last-child,
.content-block .constrain .w60:last-child,
.content-block .constrain .w66:last-child,
.content-block .constrain .w75:last-child{
	padding-right:0;
	padding-left: 16px;
	padding-bottom:0;
}

.content-block.three-cols .w33,
.content-block.three-cols .w50{
	padding: 0 16px;
}

.content-block.four-cols .w25{
	padding: 0 16px;
}
.content-block .heading:first-child:last-child{
	margin-bottom: -15px;
}



/************* Gallery & Buckets Styling *********/
.gallery{
	clear:both;
	position: relative;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
    margin:10px 8px;
    float:left;
    position:relative;
}
.gallery.fullwidth .img-wrapper,
.buckets.fullwidth .fauxlink{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-cols .img-wrapper,
.buckets.two-cols .fauxlink{
    width:48%;
}
.gallery.three-cols .img-wrapper,
.buckets.three-cols .fauxlink{
    width:31%;
}
.gallery.four-cols .img-wrapper,
.buckets.four-cols .fauxlink{
    width:23%;
}
.gallery.five-cols .img-wrapper,
.buckets.five-cols .fauxlink{
    width:18%;
}

.img-wrapper{
	position: relative;
	text-align: center;
}

.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 7px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 7px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
}

a.img-wrapper:focus{
	outline: 0;
}

a.img-wrapper p{
	color: #292b2c;
}

.img-wrapper p.img-caption-in{
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.img-wrapper p.img-caption-out{
	padding: 10px 15px;
}

.img-wrapper:before {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.gallery .caption {
	font-size: 0.9em;
	text-align:center;
	margin: 0;
	padding:10px 0;
	display:block;
}
.gallery.caption-inner .caption{
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.gallery.slider{
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper{
	margin:0;
}

.gallery.slider img{
	margin: 0 auto;
	display: block;
}

.gallery.slider .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}

.gallery.slider .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}

.gallery.carousel .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: #292b2c;
}

.gallery.carousel .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: #292b2c;
}

.slick-dots li button:before{
	font-size: 14px;
}

/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog{
	width: auto;
	padding-bottom: 60px;
}
.modal-content{
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid gray;
}
.modal .close{
	border-radius: 0;
	position: absolute;
	right:2px;
	top: 8px;
	font-size: 26px;
	width: 30px;
	font-weight: 200;
	height: 30px;
	color: black;
	opacity: 1;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}


/* ************ Blog ************ */

#main-content .search-form{
	margin-bottom: 30px;
}
.post-item{
	width: 49%;
    height: 207px;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-bottom: 16px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.post-item:nth-child(odd){
	margin-right:15px;
}
.post-item:after {
	content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(1, 90, 156, 0.8);
    transition: height .5s;
}
.post-item:hover:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 90, 156, 0.8);
    transition: height .5s;
}
.post-info {
	position: absolute;
    top: 0;
    z-index: 20;
}
.post-meta {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    bottom: 0;
    width: 157px;
    height: 40px;
    margin: 35px 40px;
    text-align: center;
    padding-top: 5px;
    z-index: 21;
    border: 1px solid #fff;
}
.post-item:hover .post-meta {
	background-color: #015a9c;
}
.post-item:hover .post-meta a {
	color: #fff;
}
.post-link {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 37;
}
.post-item .img-wrapper img {
	width: 100%;
}
.post-filter{
	width: 274px;
    height: 44px;
    border: 2px solid #484848;
    margin-bottom: 25px;
}
.post-filter li{
	list-style-type: none;
}
.post-filter.no-count .count{
	display: none;
}
.post-info h2{
	font-size: 24px;
	margin: 16px 0 0 0;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 4.7px;
	color: #fff;
	padding: 20px 40px;
}
.post-info .date {
	padding: 20px 0px 20px 40px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2.3px;
	color: #fff;
}
.post-info .author {
	padding: 20px 0;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2.3px;
	color: #fff;
	text-transform: uppercase;
}
.post-meta a {
	color: #015a9c;
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.post-info .tags{
	display:block;
}
.post-info .categories{
	display: block;
}
.post-entry .post-info{
	margin-bottom: 25px;
}
.post-entry .post-info span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.post-entry .post-info span:after{
	content:'|';
	position: absolute;
	right:-2px;
	top: 0;
}
.post-entry .post-info span:last-child:after{
	display: none;
}
.post-info .tags {
	display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full{
	height: 300px;
	overflow:hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.paging {
    padding: 30px 0;
}
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}
.blog-info span {
	font-family: "Noto Serif", serif;
	font-size: 26px;
	letter-spacing: .5px;
	font-weight: bold;
	font-style: italic;
	color: #484848;
}
.post-entry h4 {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	letter-spacing: .5px;
	color: #015a9c;
}
.post-entry img {
	width: 100%;
}
.block-blog {
	width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 50px 0;
}
.prev-next {
	padding: 20px 0 10px !important;
}
.prev-next .prev-post {
    float: left;
}
.prev-next .next-post {
    float: right;
    text-align: right;
}
.next-post a,
.prev-post a {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2.3px;
	color: #118cd5;
	font-weight: bold;
}
.prev-post a:before {
	content: "\f30a";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	margin-right: 20px;
	color: #484848;
	font-size: 14px;
}
.next-post a:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	margin-left: 20px;
	color: #484848;
	font-size: 14px;
}
.prev-next .prev-post, 
.prev-next .next-post {
    list-style: none;
    padding: 0;
}
.txt2 {
	margin: 0 auto;
    padding: 10px 15px 10px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
    text-transform: uppercase;
}
.txt2:after {
	content: '\f0dc';
	display: inline-block;
	font-weight: 600;
	float: right;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 3.1px;
	color: #015a9c;
}
.filter-tag {
	display: none;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 10px 24px;
    background-color: white;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
    position: relative;
    top: 4px;
    z-index: 99999;
}

/* Posts */
.posts .post-item{
        margin: 0;
        width: 100%;
        margin: 8px 0;
}
.posts .post-item .img-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.posts .post-item .img-wrapper img{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.posts .paging li a{
    color: #025a9c;
    border-bottom: 2px solid transparent;
}
.posts .paging li a.active{
    border-bottom: 2px solid #e23f4e;
    text-shadow: none;
    font-weight: bold;
}
.posts .paging li.control{
    display: none;
}

/* Latest Post */
.latest-posts {
	border: 2px solid #484848;
    margin-bottom: 50px;
    height: 378px;
    position: relative;
}
.latest-img-wrapper {
	display: inline-block;
}
.latest-img-wrapper img {
	height: 374px;
}
.latest-post-info {
	display: inline-block;
	margin-left: 100px;
	position: relative;
	vertical-align: top;
	width: 50%;
	padding-top: 20px;
}
.latest-post-info .latest-title a {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	letter-spacing: .4px;
	color: #484848;
	font-style: italic;
	font-weight: bold;
}
.latest-post-info .date,
.latest-post-info .author {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2.3px;
	color: #015a9c;
	text-transform: uppercase;
}
.latest-post-info hr {
	margin: 10px 0;
}
.latest-post-info .latest-summary {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.6px;
	color: #484848;
}
.post-meta-btn {
	height: 40px;
    width: 176px;
    border: 2px solid #e23f4e;
    padding: 5px 0;
    margin-top: 30px;
}
.latest-readmore {
	font-family: 'Roboto', san-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #e23f4e;
	text-transform: uppercase;
	margin-left: 40px;
}
.post-meta-btn:hover {
	cursor: pointer;
	background-color: #e23f4e;
}
.post-meta-btn:hover .latest-readmore {
	color: #fff;
}
/* ************ PDF Buttons ************ */

.pdf-ctas { width: 100%; }
.pdf-ctas > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 190px;
    margin: 10px;
    padding: 0 1.25em;
    background: #015a9c;
    border: 1px solid #055204;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas > a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.pdf-ctas #btn_rfq {  }
.pdf-ctas #btn_dl_pdf {  }
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
}
.pdf-iframe iframe,
.pdf-iframe object {
        position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}

/* ************ File Downloads ************ */

.files{
	margin:0;
	padding:0;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
.files li a{
	color: #292b2c;
	border: 1px solid #484848;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 10px;
	display:block;
	text-align: right;
	font-size: 15px;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
	border-color: #292b2c;
}
.files .title{
	color: #89c2dc;
	font-weight: bold;
	float: left;
}
.files .icon-download:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	color: #292b2c;
	font-weight: 200;
	margin-right:10px;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f15b';
	color: #292b2c;
	font-weight: 200;
	margin-right: 5px;
}
.files .icon-pdf:before{
	content:'\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before{
	content:'\f1c2';
}
.files .icon-txt:before{
	content:'\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before{
	content:'\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before{
	content:'\f1c4';
}
.files .extension{
	text-transform: uppercase;
	padding: 0 14px;
}
.files .filesize{
	padding: 0 14px;
}
.files .filesize:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f3fd';
	margin-right: 5px;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .surcharge.button i:before{
    font-size: 18px;
}
.files .surcharge.button i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
}
.files .surcharge.button{
    float: none;
    margin: 0;
    position: relative;
    text-align: left;
    width: auto;
    text-align: left;
    padding: 10px;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding-left: 25px;
}
.files .surcharge.button::after{
    display: none;
}
.files .button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
}

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color: #292b2c;
	font-size: 15px;
	padding: 5px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}

/* ************ Map ************ */
#map{
	height: 400px;
}
#map .infowindow-bg{
	background-color: white;
	display: block;
    width: 100%;
    height: 100%;
}
#map .infowindow-bg:before{
	content:'';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#map .infowindow-bg div{
	border: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	box-shadow:none !important;
	background-color: transparent !important;
}
#map .infowindow{
	background-color: white;
}
#map ul{
	margin: 0;
	padding: 0;
}
#map ul li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #292b2c;
	line-height: 20px;
	position: relative;
}
#map ul li i{
	font-weight: 400;
	position: absolute;
	left: 1px;
	top:4px;
}
#map .title{
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}

#map .address,
#map .phone,
#map .fax{
	padding-left: 30px;
}

/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}

/* ****************************************** Sidebar */

.sidebar h3{
	text-transform: none;
	color: #292b2c;
	margin: 0;
}
.sidebar h3 i{
	display: none;
}
.sidebar ul{
	padding-left: 0;
}
.sidebar ul li{
	list-style-type: none;
	position: relative;
}
.sidebar ul li a{
	color: #292b2c;
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}
.sidebar ul li ul{
	padding-left: 15px;
	display: none;
}
.sidebar .parent{
	cursor: pointer;
}
.sidebar .parent > i:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f067';
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
}
.sidebar .parent.active > i:after{
	content:'\f068';
	
}
.sidebar .parent.active > ul{
	display: block;
}
.sidebar ul li ul li a{
	font-size: 14px;
}


/* ****************************************** Footer */
#footer {
    clear:both;
    position: relative;
}
#id-35 #footer #footer-top,
#id-31 #footer #footer-top {
    padding: 50px 0 20px;
}
#backToTop {
	height: 79px;
    width: 268px;
    padding-top: 20px;
}
#backToTopMobile {
	display: none;
}
#footer-top{
	background:#015a9c;
    padding: 150px 0 20px;
}
.address {
    line-height: 18px;
    width: 90%;
}
#footer-top p {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
}
#footer-top a {
	color: #fff;
}
#footer-top #global-nav li {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #484848;
    font-size: 14px;
    letter-spacing: .3px;
    width: 100%;
    line-height: 0px;
    height: 30px;
    margin: 0;
}
#footer-top .fab {
	font-size: 24px;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 20px;
}
#footer-top .fab:hover {
	color: #78CFFC;
}
#footer-bottom {
	color:#fff;
	font-size:0.8em;
	background:#118cd5;
	padding:10px 0;
	text-align: center;
}
#footer-bottom #copyright {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: .3px;
	display: inline-block;
    margin: 0 40px;
}
#footer-bottom a {
	margin: 0 40px;
	width: 100px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	letter-spacing: .3px;
	font-weight: bold;
}
#footer-bottom a:hover {
	color: #78CFFC;
}
#backToTopMobile {
	display: none;
}
.sec0 a {
	pointer-events: none;
}
#footer .pdf-link {
	display: block;
	font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: bold;
    color: #fff;
}
#footer .pdf-link:hover {
	color: #118cd5;
}
/*************** IE styless***************/
.ie7 .col-md-2,
.ie8 .col-md-2 {
    width:16.66666667%;
    float:left;
}
.ie7 .col-md-4,
.ie8 .col-md-4 {
    width:33.33333333%;
    float:left;
}
.ie7 .col-md-6,
.ie8 .col-md-6 {
    width:40%;
    float:left;
}


/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}

/* Dev styles, move later */
.checkboxes,
.radios{
	margin-left: 25px;
}
.input-group.required label:after{
	content:'*';
}
.input-group .checkbox label.error,
.input-group .radio label.error{
	position: absolute;
    margin-top: -15px;
    left: -25px;
    padding: 0;
}
.input-group .checkbox input.error,
.input-group .radio input.error{
	font-size: inherit;
}

/* Home CTA */
#home-cta {
	padding: 24px 0;
    border-bottom: 8px solid #118cd5;
}
#home-cta .constrain {
	padding: 20px 0 20px;
}
.blue-bg {
	background-color: #015a9c;
}
.blue-bot {
	border-bottom: 20px solid #015a9c;
}
#home-cta h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 33px;
	letter-spacing: .7px;
	color: #fff;
    padding-left: 0;
}
#home-cta h3 {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
	letter-spacing: .5px;
	color: #fff;
	text-transform: none;
}
#home-cta .content-button {
	padding: 10px 18px;
	margin-top:20px;
	color: #fff;
    border: 2px solid #fff;
}
#home-cta .content-button:hover {
	color: #015a9c;
}

/* Home Benefits */
#home-benefits .img-wrapper{
	top: -20px;
}
#home-benefits h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 33px;
	letter-spacing: .7px;
	color: #015a9c;
}
#home-benefits h3 {
	font-family: "Noto Serif", sans-serif;
	font-size: 26px;
	text-align: left;
	letter-spacing: .5px;
	color: #484848;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	margin-left: 0;
	margin-top:0;
}
#home-benefits .hr {
	margin: 10px auto 20px;
}
#home-benefits p {
	font-family: "Noto Serif", sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
#home-benefits .content-button {
	border: 2px solid #e23f4e;
	color: #e23f4e;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 2.5px;
}
#home-benefits .content-button:hover {
	background-color: #e23f4e;
	color: #fff;
}
/* Industry Buckets */
#home-industry {
	background-color: rgba(1, 90, 156, .9);
	background-position: center;
    padding: 25px 0;
    border-bottom: 40px solid #015a9c;
    transition: all .5s;
}
#home-industry h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 33px;
	letter-spacing: .7px;
	color: #fff;
	margin-bottom: 80px;
}
.industry-buckets .row {
	text-align: justify;
}
.industry-buckets .row:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.industry-buckets .fauxlinks {
	display: inline-block;
	text-align: center;
	width: 120px;
	position: relative;
}
.industry-buckets .fauxlinks:after {
	content: '';
	display: block;
	border-bottom: 2px solid #fff;
    width: 40%;
    margin: 0 auto;
    transition: all .5s;
}
.industry-buckets .fauxlinks:hover:after {
    width: 100%;
    transition: all .5s;
	border-bottom: 2px solid #fff;
}
.industry-buckets .fauxlinks:hover h3 {
	color: #fff;
}
.industry-buckets img {
	height: 70px;
	width: auto;
	opacity: .8;
}
.industry-buckets .fauxlinks:hover img {
	opacity: 1;
}
.industry-buckets h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3.1px;
	color: #fff;
    margin: 20px 0;
}
.industry-buckets .industry-btn {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Home Gallery */
#home-gallery h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 33px;
    letter-spacing: .7px;
    color: #015a9c;
    margin-top: 75px;
    padding-left: 0;
}
#home-gallery h3 {
	text-align: left;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: .5px;
    color: #484848;
    text-transform: none;
    padding-left: 0px;
}
#home-gallery .hr {
	margin: 20px 0;
}
#home-gallery .w50 {
	padding: 0;
}
#home-gallery .content-button {
	width: 227px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #e23f4e;
	color: #e23f4e;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
}
#home-gallery .content-button:hover {
	background-color: #e23f4e;
	color: #fff;
}
#home-gallery-btns .content-block {
	border-left: none;
	padding: 0;
	width: 100%;
}
#home-gallery hr {
    width: 50%;
    height: 2px;
}
/* Quick Contact */
#quickContact {
	background-image: url('/assets/images/template/Contact-us-photo.jpg');
	background-position: center center;
	background-size: cover;
	height: 611px;
	position: relative;
	z-index:1;
}
#quickContact .qc-form {
	width: 668px;
    height: 574px;
    background-color: #fff;
    padding: 15px 40px;
    position: absolute;
    bottom: -95px;
    left: 158px;
    z-index: 999;
}
#id-38 #quickContact .qc-form {
      margin-bottom: 100px;
    z-index:0;
}
#quickContact .qc-form:before {
	content: "CONTACT US";
	display: block;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 71px;
	line-height: 66px;
	letter-spacing: 4.3px;
	color: #fff;
    transform: rotateZ(270deg);
    left: -275px;
    top: 200px;
}
#quickContact .qc-form h4 {
	font-family: "Noto Serif", serif;
	font-size: 26px;
	letter-spacing: .5px;
	color: #484848;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: none;
}
#quickContact label {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
}
#quickContact textarea {
	margin-bottom: 15px;
}
#quickContact .submit {
	display: block;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #e23f4e;
    background-color: #fff;
    border: 2px solid #e23f4e;
    padding: 10px 30px;
}
#quickContact .submit:hover {
	background-color: #e23f4e;
	color: #fff;
}
#quickContact .job-box {
	width: 335px;
    height: 134px;
    position: absolute;
    right: 130px;
    bottom: -35px;
    z-index: 999;
}
#quickContact .job-box h3 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: .5px;
	color: #fff;
	text-transform: none;
}
#quickContact .job-box a {
	text-align: center;
    width: 268px;
    height: 44px;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
    display: block;
    padding: 13px 0;
    font-weight: 500;
    border: 1px solid #fff;
}
#quickContact .job-box a:hover {
	cursor: pointer;
	background-color: #015a9c;
	color: #fff;
}
/* Landing Buckets */
.landing-buckets .row {
	margin: 0;
    padding: 50px 0px 0px 0px;
}
.landing-buckets {
	text-align: center;
	padding-bottom: 50px;
}
.landing-buckets .fauxlink {
	height: 209px;
	width: 48%;
	overflow: hidden;
    margin-right: 19px;
    margin-bottom: 20px;
}
.landing-buckets .fauxlink:hover {
	cursor: pointer;
}
.landing-buckets .fauxlink:hover .bucket-content a {
	background-color: transparent;
	color: #fff;
}
.landing-buckets .fauxlink:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 90, 156, 0.2)
}
.landing-buckets .fauxlink:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	background-color: rgba(1, 90, 156, 0.8);
    transition: height .5s;
}
.landing-buckets .fauxlink:hover:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 90, 156, 0.8);
    transition: height .5s;
}
.landing-buckets .fauxlink img {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
}
.landing-buckets .bucket-content {
	margin-top: 50px;
	position: relative;
	z-index: 999;
}
.landing-buckets .bucket-content h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 33px;
	letter-spacing: .7px;
	color: #fff;
}
.landing-buckets .bucket-content a {
	width: 170px;
    height: 44px;
    background-color: white;
    color: #015a9c;
    border: 2px solid #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px !important;
    line-height: 18px;
    letter-spacing: 2.5px;
    font-weight: 500;
    padding: 13px 24px;
}
#landing-middle {
    margin: 60px 0;
}
#landing-middle.block1 .content-block {
	border-left: none;
	padding: 0;
	width: 100%;
}
#landing-middle .two-cols .constrain .w33,
#landing-middle .two-cols .constrain .w66 {
	float: none;
}
#landing-middle .content-block .constrain .w33,
#landing-middle .content-block .constrain .w66 {
	vertical-align: middle;
}
/* Blue CTA */
#cta {
    border-bottom: 24px solid #118cd5;
}
#cta .content-block {
	width: 75%;
}
.cta .col-md-6 {
    padding: 0 15px;
}
.cta .col-md-6:last-child {
	text-align: center;
    padding-top: 17px;
}
.cta h3 {
	font-family: "Noto Serif", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .5px;
	color: #fff;
	text-transform: none;
	width: 583px;
}
.cta .cta-btn {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	width: 352px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 10px 65px;
}
.cta .cta-btn:hover {
	background-color: #fff;
	color: #015a9c;
}
/* Quick Links */
#quicklinks {
	border-top: 24px solid #eee;
	padding-top: 20px;
}
.quick-links {
	text-align: justify;
}
.quick-links:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.quick-links h2 {
	text-align: center;
	margin-bottom: 40px;
}
.quick-links div {
	display: inline-block;
	text-align: center;
	width: 140px;
	position: relative;
}
.quick-links .hidden-link {
	position: absolute;
	width: 100%;
	height: 100%;
}
.quick-links div:hover {
	cursor: pointer;
}
.quick-links img {
	height: 68px;
	width: auto;
	margin: 0 auto 20px;
	display: block;
}
.quick-links a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 3.1px;
	color: #118cd5;
	margin-top:15px;
	font-weight: bold;
}
.quick-links div:hover a {
	color: #015a9c;
}
.quick-links div:after,
.mobile-links li div:after {
	content: '';
	display: block;
	border-bottom: 2px solid #118cd5;
    width: 40%;
    margin: 15px auto;
    transition: all .5s;
}
.quick-links div:hover:after {
    width: 100%;
    transition: all .5s;
    border-bottom: 2px solid #015a9c;
}
.mobile-links {
	display: none;
}
/* Detail */
.detail h4 {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	letter-spacing: .4px;
	color: #484848;
	text-transform: none;
}
.detail h4:after {
	content: "";
	display: block;
	border-bottom: 2px solid #484848;
	width: 400px;
	margin-top: 15px;
}
.detail p {
	font-family: "Noto Serif", serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
 .detail .richtext p:last-child {
    margin-bottom: 0;
}
/* Detail CTA */
#detail-cta .constrain {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.detail-cta {
	width: 102%;
	border-bottom: 20px solid #118cd5;
}
.full-width .left-cta {
	width: 100%;
	padding-top: 0;
    padding: 30px 0 60px;
    height: auto;
}

.left-cta,
.right-cta {
	display: inline-block;
	width: 49%;
	text-align: center;
    height: 279px;
    vertical-align: middle;
    padding-top: 60px;
}
.detail-cta h3 {
	font-family: "Noto Serif", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .5px;
	text-transform: none;
	margin-bottom: 20px;
	color: #484848;
}
.detail-cta .left-cta h3 {
	color: #fff;
}
.detail-cta-btn {
	width: 259px;
	height: 40px;
	border: 2px solid #fff;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #fff;
	font-weight: bold;
	padding: 11px 53px;
    top: 17px;
    position: relative;
}
.detail-cta-btn:hover {
	cursor: pointer;
	background-color: #fff;
	color:#015a9c;
}
.detail-cta .right-cta {
	background-color: #fff;
	margin-right: 0;
    width: 50%;
    float: right;
}
.detail-cta .right-cta a {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2.5px;
	color: #e23f4e;
	text-transform: uppercase;
	position: relative;
}
.detail-cta .right-cta a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Pro";
	color: #e23f4e;
	font-size: 35px;
	display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    position: relative;
    top: 8px;
}
.detail-cta .right-cta a:after {
	content: "";
	display: block;
	border-bottom: 2px solid #e23f4e;
	width: 30%;
    position: absolute;
    margin: 0 auto;
    left: 45px;
    transition: all .5s;
}
.detail-cta .right-cta a:hover:after {
	width: 85%;
	transition: all .5s;
}
/* Contact Form */
#contact {
	margin-bottom: 40px;
}
.c33 {
	width: 29%;
	display: inline-block;
}
#contact .c33.input-group {
	margin-right: 13px;
	vertical-align: middle;
}
.contact-address .richtext {
    padding: 50px;
   /* margin-left:50px;*/
}
.submit {
	width: 172px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    border: 2px solid #e23f4e;
    color: #e23f4e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2.5px;
    margin-top: 15px;
    text-transform: uppercase;
}
.submit:hover {
	background-color: #e23f4e;
	color: #fff;
}
.contact-address p strong {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2.5px;
	color: #015a9c;
	text-transform: uppercase;
}
.contact-address p {
	font-family: "Noto Serif", serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
.contact-address .content-button {
	font-weight: 500;
	display: block;
	margin-left: 50px;
	width: 204px;
	margin-top: 0;
}
.contact-address .content-button:hover {
	background-color: #e23f4e !important;
	color: #fff !important;
}
/* RFQ */
#rfq {
    padding-bottom: 100px;
}
/* Job CTA */
#job {
	height: 180px;
}
.job-cta {
    text-align: center;
    margin-top: 65px;
    display: block;
    width: 100%;
    margin: 65px auto 0;
}
.left-job {
	display: inline-block;
	width: 28%;
	text-align: left;
	margin: 0 10px;
}
.left-job h3 {
	font-family: "Noto Serif", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .5px;
	color: #fff;
	text-transform: none;
}
.right-job {
	display: inline-block;
	width: 22%;
	position: relative;
	top: -15px;
	margin: 0 10px;
}
.right-job a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 11px 0;
    
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
    font-weight: 500;
    border: 2px solid #fff;
}
.right-job a:hover {
	background-color: #015a9c;
	color: #fff;
}
/* Gallery Dropdown */
#gallery2 h5 {
	font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
}
.gallery-tags {
/* 	border: 2px solid #484848; */
    width: 274px;
    height: 44px;
    margin-bottom: 40px;
    color: #015a9c;
    position: relative;
    z-index: 9999;
}
.gallery-tag.button {
	color: #015a9c !important;
}
.fa-chevron-down {
	float: right;
    margin-right: 5px;
    margin-top: 4px;
    color: #292b2c;
}
.gallery-tag {
	display: none;
    width: 100%;
    height: 36px;
    margin-left: 0;
    background-color: white;
    border-left: 1px solid #eee;
    border-right:1px solid #eee;
    
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
}
.gallery-tag:nth-last-child(1) {
	border-bottom:1px solid #eee;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gallery-tag:hover {
	background-color:#eee;
	cursor: pointer;
}
.txt {
	margin: 0 auto;
    padding: 10px 15px 10px 10px;
	border: 2px solid #484848;
	
	font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: #015a9c;
    text-transform: uppercase;
}
.txt:hover {
	cursor: pointer;
}
.txt:after {
	content:'\f078';
	font-family: Font Awesome\ 5 Pro;
	font-size: 16px;
    font-weight: 600;
    color: #015a9c;
    float: right;
}
.selected {
    background-color: #31A9B9;
}
.dropbtn {
	width: 268px;
    height: 36px;
    background-color: transparent;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
}

/* .show {display:block;} */

.mix .gallery-image {
	position: relative;
	margin-right: 20px;
    margin-bottom: 10px;
    height: 240px;
    width: 240px;
    display: inline-block;
}
.mix .gallery-image:after {
	content: "\f424";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
}
.mixitup-page-list {
	display: block;
	text-align: center;
    padding: 40px 0 80px;
}
.mixitup-page-list button {
	background-color: transparent;
	border: none;
	color: #484848;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}
.mixitup-page-list button.mixitup-control-active {
	color: #118cd5;
	font-weight: bold;
}

/* Our Team */
.person {
	display: inline-block;
    margin-right: 9px;
    margin-bottom: 20px;
}
.img-square {
	position: relative;
}
.img-square:after {
	content: " ";
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	border-bottom: 24px solid #015a9c;
	z-index: 99;
}
.person-info {
	text-align: center;
	margin-top: 10px;
}
.person-info .name {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .5px;
	color: #015a9c;
	text-transform: uppercase;
}
.person-info .job-title {
	font-family: "Noto Serif", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	letter-spacing: .4px;
	color: #484848;
}
/* History */
.landing2 h1 {
	margin-top: 0;
	font-family: "Noto Serif", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: .5px;
	color: #484848;
	text-transform: none;
	position: relative;
	margin-bottom: 60px;
}
.landing2 h1:after {
	content: "";
	position: absolute;
	left: 0;
	border-bottom: 2px solid #484848;
	width: 33%;
	display: block;
	margin: 30px 0;
}
.history-wrapper {
	padding-bottom: 70px;
	position: relative;
}
.history-wrapper:nth-child(even){
	direction: rtl;
	text-align: left;
}
.history-wrapper:nth-child(even):before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fafafa;
	top: 0;
	left: -100px;
    width: 142%;
    height: 100%;
    z-index: -1;
}
.history-wrapper .image-contain {
	width: 401px;
    height: 317px;
    display: inline-block;
    z-index: 9999999999999999999;
    position: relative;
}
.history-wrapper .history-content {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: 30px;
    margin-right: 30px;
}
.history-content .year {
	font-family: "Roboto",sans-serif;
	font-weight: bold;
    font-size: 71px;
    line-height: 66px;
    letter-spacing: 4.3px;
    color: #118cd5;
}
.history-content h3 {
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: .5px;
    color: #484848;
    text-transform: none;
}
.history-content h3:after {
	content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px solid #484848;
    width: 80%;
    display: block;
	margin-top: 8px;
}
.mobile-read-btn {
	display: none;
}

/* FAQ Page */
#faq .panel-group {
	padding-bottom: 50px;
}
#faq .panel-body p {
	padding: 0px 20px;
	font-family: "Noto Serif", serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .6px;
	color: #484848;
}
#faq .panel-group .panel-heading a{
	padding: 30px 15px;
	display: block;
	position: relative;
	
	background-color: #fff;
	color: #484848;
	font-family: "Robot", sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 3.9px;
	text-transform: uppercase;
}
#faq .red {
	color: #e23f4e !important;
}
/* Cookie Consent */
#cookieConsent {
	background-color: #015a9c;
    min-height: 90px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    padding: 30px 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: none;
}
#cookieConsent .textbox {
	float: left;
	vertical-align: middle;
}
#cookieConsent .cookie-btns {
	float: right;
	vertical-align: middle;
}
#cookieConsent p {
	text-align: left;
	color: #fff;
	line-height: 26px;
	letter-spacing: .5px;
	font-size: 14px;
	margin-bottom: 0px;
}
#cookieConsent a {
    color: #015a9c;
    text-decoration: none;
}
#closeCookieConsent {
    width: 160px;
    height: 44px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #015a9c;
    padding: 6px 0;
    margin: 0 auto;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#closeCookieConsent:hover {
	background-color: #015a9c;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#cookieConsent a {
	width: 199px;
    height: 44px;
    background-color: #fff;
    padding: 6px 0;
    margin: 0 auto;
    display: inline-block;
    color: #015a9c;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#cookieConsent a:hover {
    background-color: #015a9c;
	color: #fff;
}
.leftborder{
        border-left: 6px solid #eee;
    padding: 0 0 50px 100px;
    width: 75%;

}
.career:hover{
    color: #78CFFC !Important;
}
.career{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 25px;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}