 /*
 ------------------------------------------------------------------
 Third-party scripts 
 ------------------------------------------------------------------
*/
@import url("reset.css");
@import url("960_12_10_10.css");
@import url("jquery.qtip.min.css");
@import url("flickity.min.css");
@import url("perfect-scrollbar.min.css");

/*@import url("http://fast.fonts.net/cssapi/2620041d-9283-454b-805a-c5fb702c366f.css");*/


/* Fonts */

@import url("https://fast.fonts.net/t/1.css?apiType=css&projec.tid=2620041d-9283-454b-805a-c5fb702c366f");
@font-face{
	font-family:"DIN Next W01_n2";
	src:url("font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot")
}
@font-face{
	font-family:"DIN Next W01";
	src:url("font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
	src:url("font/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),url("font/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"),url("font/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),url("font/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"),url("font/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
	font-weight: 200;
	font-style: normal;
}
@font-face{
	font-family:"DIN Next W01_n5";
	src:url("font/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot")
}
@font-face{
	font-family:"DIN Next W01";
	src:url("font/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
	src:url("font/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"),url("font/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"),url("font/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"),url("font/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"),url("font/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family:"DIN Next W01_n7";
	src:url("font/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot")
}
@font-face{
	font-family:"DIN Next W01";
	src:url("font/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
	src:url("font/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot"),url("font/121784c1-863c-4e49-b682-625ea7de55b0.woff2") format("woff2"),url("font/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"),url("font/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"),url("font/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
	font-weight: 700;
	font-style: normal;
}


/*
 ------------------------------------------------------------------
 Basic top-level elements 
 ------------------------------------------------------------------
*/
html {
	background: #dadada;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, textarea 
{
	font: normal 200 16px 'DIN Next W01';
	color: #00334d;
	background-color: #105f7f;
}
body {
	background-repeat: none;
	background-size: cover;
	background: #fff !important;
}
h1, h2, h3, .intro p 
{
	font: normal 200 18px 'DIN Next W01';
}
a 
{
	color: inherit;
	text-decoration: none;
}


/*
 ------------------------------------------------------------------
 Common layout/elements 
 ------------------------------------------------------------------
*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}

.pad-14 {
	padding: 14px;
}
.pad-20 {
	padding: 20px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}

.media {margin: 0; display: block; }
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}

.flag {
    display: table;
    width: 100%;
}
.flag-image,
.flag-body {
	display: table-cell;
	vertical-align: middle;
}
.flag-top .flag-image,
.flag-top .flag-body {
	vertical-align: top;
}
.flag-bottom .flag-image,
.flag-bottom .flag-body {
	vertical-align: bottom;
}
.flag-image {
	padding-right: 20px;
}
.flag-image > img {
	display: block;
	max-width: none;
}
.flag-rev .flag-image {
	padding-right: 0;
	padding-left: 20px;
}
.flag-body {
	width: 100%;
}

.text-align-center,
.text-align-center * {
	text-align: center;
}
/*
section, header {
	background: #fff;
}*/

.header-container {
	position: fixed;
	z-index: 1000;
	width: 100%;
}
.main-content-container {
	padding-top: 60px;
	z-index: 1;
}
.main-content-container > header {
	margin-bottom: 40px;
}
.main-content-container > .module-no-gap:first-child {
	padding-top: 0;
}
.container 
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.item {
	/*margin-bottom: 20px;*/
}
.module-no-gap,
.module {
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}
.module-no-gap-disclaimer,
.module {
	padding-top: 0px;
	/*padding-bottom: 40px;*/
}
.flyout-container + .module,
.flyout-container + .module-no-gap {
	padding-top: 0;
}
.module.module-extra-padding {
	padding: 55px 0;
}

.in-module-header {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	padding: 42px 0 38px 0;
}

header + .module {
	padding-top: 0;
}
.module-content {
	/*padding: 40px 0;*/
	background: #fff;
	/*
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	*/
}
.module-content.hide-module-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;	
}
.module-no-gap .module-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 0;
}
.module.grid-module .module-content,
.module-content.no-top-padding,
.no-top-padding {
	padding-top: 0;
}
.module-header-container {
	margin-top: 0;
	text-align: center;
	padding-bottom: 36px;
	padding-top: 40px;
}
.module-header {
	text-transform: uppercase;
	font-size: 36px;
	color: #004b68;
}
.module-white-background {
	background: #fff;
}
.module-white-background .module-header,
.dark-title-text .module-header {
	border-color: #00334d;
	color: #00334d;
}


.module-articles {
	/*border-left: 1px solid #e7ebed;*/

}
.module-articles-border {
	/*border-left: 1px solid #e7ebed;*/
	border: 1px solid #004b68;
}
.module-article {
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height: 260px;*/
	height: 400px;
	overflow: hidden;
	/*border-right: 1px solid #e7ebed;
	border-bottom: 1px solid #e7ebed;*/
}

.module-article-border {
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height: 260px;*/
	height: 230px;
	overflow: hidden;
	/*border-right: 1px solid #e7ebed;
	border-bottom: 1px solid #e7ebed;*/
}
.module-article.double-height {
	/*height: 479px;*/
	height: 640px;
}
.one-quarter {
	width: 25%;
}
/*.one-quarter:nth-child(4n+1) {
.one-quarter + .one-quarter + .one-quarter + .one-quarter + .one-quarter {
	clear: left;
}*/
.one-half {
	width: 50%;
}
.one-third {
	width: 33.33%;
}
.three-quarters {
	width: 75%;
}
.pad {
	padding: 20px;
}
.float-right {
	float: right;
}
.col {
	float: left;
}


.page-title {
	padding: 47px 0 32px 0;
	text-align: center;
	/*background: url(img/page-title.jpg) no-repeat;*/
	background-size: cover;
}
.boxed-header {
	padding:0;
	display: inline-block;
	font-size: 70px;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #fff;
}
.page-sub-title {
	padding: 0 0 40px 0;
    margin: -20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	/*background: url(img/page-sub-title.jpg) no-repeat;*/
	background-size: cover;
}
.next-section {
	display: block;
	width: 100%;
	height: 23px;
	margin-top: 4px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(img/next-section.png) no-repeat center;
}
.grid-module {
	position: relative;
}
.grid-module .next-section {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.grid-module.grid-module-4 .next-section {
	bottom: 1px;
}							

/* Site header */
.top-nav-container {
	display: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	text-transform: uppercase;
	background: #fff;
}
.promo-link {
	font-size: 12px;
	color: #006871;
}
.top-nav a:after {
	content: "\00a0\00a0|\00a0\00a0";
}
.top-nav a:last-child:after {
	content: "";
}
.promo-link-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	background: url(img/promo-cross.png) no-repeat center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.promo-link.open .promo-link-icon {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);
}

.promo-link .text-open {
	display: none;
}
.promo-link .text-closed {
	display: inline-block;
}
.promo-link.open .text-open {
	display: inline-block;
}
.promo-link.open .text-closed {
	display: none;
}
.top-promo-container {
	display: none;
	background: #fff5e6;
}
.top-promo-container .container_12 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.top-promo-container .container_12.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
.top-promo-container .container_12.no-padding-bottom {
	padding-bottom: 0;
}
.top-promo-container .container_12.no-padding-top {
	padding-top: 0;
}
.top-promo-container h2 {
	font-size: 22px;
	font-weight: 200;
	text-transform: uppercase;
}
.top-promo-container p.date {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #5a9b98;
}
.top-promo-container p {
	margin: 10px 0;
}
.main-banner {
	background: #004b68;
}
.main-banner .logo {
	margin-left: -6px;
}
.main-banner nav,
.main-banner a,
.strap-and-social,
.main-nav-item {
	display: inline-block;
	float: left;
	line-height: 60px;
	vertical-align: middle;
}
.main-nav-item a {
	line-height: 56px;
    padding-top: 4px;
}
.main-banner a img {
	display: inline-block;
	line-height: 60px;
	vertical-align: middle;
}
.logo {
	margin-right: 28px;
}
.strap-and-social {
	float: right;
}
.strap {
	text-align: right;
	float: right;
	margin-right: 28px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
}

.nav-dropdown-col-link {
	background: none;
	padding-right: 0 !important;
	padding-left: 0 !important;
	font-size: 18px !important;
}
.nav-dropdown-col-link:hover
{
    color: #004b68 !important;
    background: none !important;
}

/* Search */
.banner-search {
	float: right;
	margin-right: -20px;
}
.toggle-banner-search {
	background: none;
	border: none;
	padding: 21px 0 0 0;
	margin: 0;
	cursor: pointer;
}
.banner-search-form {
	display: inline-block;
	position: relative;
	vertical-align: top;
    margin-top: 20px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.banner-search.open .banner-search-form {
	width: 160px;
	padding-left: 6px;
}
.banner-search-input {
	padding: 4px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 160px;
}
.banner-search-input::-webkit-input-placeholder,
.banner-search-input:-moz-placeholder,
.banner-search-input::-moz-placeholder,
.banner-search-input:-ms-input-placeholder {  
	color: #fff;
}
.banner-search-close {
	position: absolute;
	right: 0;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	bottom: 5px;
}

/* Nav */
.nav-mobile,
a.mobile-nav-button {
	display: none;
}

/* Main nav */
.main-nav-item {
	padding: 0 10px;
	border-left: 1px solid #002e45;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	/*
	-moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
	*/
}
.main-nav-item:last-child {
	border-right: 1px solid #002e45;
}
.main-nav-item:hover,
.main-nav-item.selected {
	/*background: #003246;
	color: #f9b123;*/
	background: #5b9a98;
	color: #fff;
}

/* Dropdown nav */
.main-nav-item-single-dropdown {
	position: relative;
}
.nav-dropdown {
	position: absolute;
	width: 960px;
	height: 200px;
	border-top: 4px solid #5b9a98;
	background: #fff;
	left: -10px;
	top: 60px;
	display: none;
	table-layout: fixed;
	opacity: 0;
	-moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.5);
	z-index: 100000;
	color: #004b68;
}
.main-nav-item:hover .nav-dropdown {
	display: table;
	opacity: 1;
}
.main-nav-item.products-and-services:hover, .main-nav-item.products-and-services.selected {
  background: #5b9a98;
  color: #fff;
}
.nav-dropdown-col {
	display: table-cell;
	padding-bottom: 20px;
	border-right: 1px solid #dadada;
}
.nav-dropdown-col:last-child {
	border-right: none;
}
.nav-dropdown-col h2 {
	padding: 20px 20px 0 20px;
	font-size: 18px;
	color: #5b9a98;
	font-weight: 500;
}
.nav-dropdown-col h2 a {
	color: #5b9a98;
	font-size: 18px;
	line-height: 22px;
}
/*
.nav-dropdown-col h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #6c9f9d;
	overflow: hidden;
	font-size: 1px;
	margin: 15px 0 15px 0;
}*/
.nav-dropdown-col a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #004b68;
	text-transform: uppercase;
	padding: 7px 20px 3px 20px;
	float: none;
}
.nav-dropdown-col a.selected,
.nav-dropdown-col a:hover {
	background: #5b9a98;
	color: #fff;
}
.main-nav-item.main-nav-item-contact {
	line-height: 18px;
}
.main-nav-item-contact address {
	text-transform: none;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
}
.main-nav-item-contact h3 {
	font-weight: 500;
}
.main-nav-item-contact h3,
.main-nav-item-contact address,
.main-nav-item-contact p,
.main-nav-item-contact p.tel-fax-email {
	margin-bottom: 10px;
}
.tel-fax-email,
.tel-fax-email a {
	color: #5b9a98;	
}
.tel-fax-email a {
	display: inline;
	text-transform: none;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: initial;
}
.tel-fax-email a:hover {
	color: #004b68;
	background: none;
}
.contact-link a,
.contact-link a:hover {
	text-transform: uppercase;
	display: inline;
	text-transform: uppercase;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: 500;
}
.contact-link a:hover {
	color: #5b9a98;
}

.supernav-standard * {
	line-height: 16px;
}
.supernav-standard .supernav-large-text {
	font-size: 18px;
	line-height: 22px;
	color: #5b9a98;
	text-transform: none;
	font-weight: 500;
}
.supernav-standard .supernav-small-text {
	line-height: 22px;
	font-size: 16px;
	text-transform: none;
}

.supernav-standard h3 {
	width: 100%;
}
.supernav-standard h3 a {
	padding: 0;
	margin: 0 0 10px 0;
	background: none !important;
	font-weight: 500 !important;
	font-size: 18px !important;
}
.supernav-standard-links-col {
	width: 50%;
	float: left;
}
.supernav-standard-links a {
	background: none !important;
	padding: 0;
	margin: 0;
	font-weight: 500;
	margin-bottom: 10px;
}
.supernav-standard div a.selected,
.supernav-standard div a:hover,
.supernav-standard-links div a.selected,
.supernav-standard-links div a:hover {
	color: #5b9a98;
}


.related-links-container {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.related-links-col {
	display: table-cell;
	padding: 20px 0;
	border-left: 1px solid #e3e6e8;
}
.related-links-col:nth-child(even){
	background: #f8f8f8;
}
.related-links-col h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color: #959899;
	padding: 0 20px;
	font-weight: 500;
}
.related-links-col h2:before {
	content: "";
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	height: 1px;
	overflow: hidden;
	background: #dadada;
}
.related-links-col h2:after {
	content: "";
	display: block;
	width: 50px;
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	background: #6c9f9d;
}
.related-links-col a {
	display: block;
	padding: 7px 20px 3px 20px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #004b68;
}
.related-links-col a:hover {
	color: #fff;
	background: #5b9a98;
}


/* Secondary nav */
.nav-container {
	position: relative;
}
.nav-secondary {
	position: absolute;
	top: 60px;
	left: -9999px;
	padding: 10px 21px;
	z-index: 99;
	background: #003246;
	width: 110px;
	opacity: 0;
	-moz-transition: opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
}
.main-nav-item:hover .nav-secondary {
	left: -1px;
	opacity: 1;
}
.nav-secondary a {
	display: block;
	float: none;
	padding: 8px 0;
	line-height: 16px !important;
	border-bottom: 1px solid #62818f;
	color: #fff;
}
.nav-secondary a:last-child {
	border: none;
}
.nav-secondary a:hover,
.nav-secondary a.selected {
	color: #f9b123;
	background: auto !important;
}
.nav-secondary a.highlight h2 {
	color: #f9b123;	
}


/* Super nav */
.nav-secondary.product-super-nav-container {
	background: none;
}
.product-super-nav-container {
	width: 690px;
	padding: 0;
}
.super-nav-item {
	position: relative;
	width: 170px;
	padding: 30px 30px 0 30px !important;
	height: 94px;
	border-bottom: none !important;
	display: block;
	float: left !important;
	-moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.super-nav-item h2 {
	text-align: center;
	font-size: 11px;
}
.super-nav-item .line,
.small-divide-left {
	display: block;
	width: 50px;
	margin: 10px auto;
	height: 1px solid #6c9f9d;
	overflow: hidden;
	border-bottom: 1px solid #6c9f9d;
}
.small-divide-left {
	margin-left: 0;
	margin-right: 0;
}
.super-nav-item p {
	text-transform: none !important;
	text-align: center;
	font-size: 10px;
}
.super-nav-item-data {
	position: absolute;
	top: 28px;
	right: 30px;
	bottom: 0;
	left: 30px;
	z-index: 2;
}
.super-nav-item-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.8);
	-moz-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;				
}
.super-nav-item:hover .super-nav-item-cover {
	background: rgba(0,0,0,0.5);
}


/* 'Jump to' nav */
.nav-jump-to {
	height: 0;
	overflow: hidden;
	background: rgba(110,126,136,0.95);
	text-transform: uppercase;
	-moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;				
	font-size: 12px;
}
.nav-jump-to .jump-to,
.nav-jump-to a:hover {
	color: #f7b033;
}
.nav-jump-to .jump-to {
	font-weight: 500;
	padding-right: 8px;
}
.nav-jump-to a {
	color: #fff;
}
.nav-jump-to a:not(:last-child):after {
	content: " | ";
	opacity: 0.25;
	padding-right: 4px;
	padding-left: 4px;
}
body.scrolled .nav-jump-to {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
					

/* Contact tab */
.contact-tab-link {
	position: fixed;
	right: 0;
	top: 110px;
	width: 31px;
	height: 32px;
	z-index: 999999;
	background: url(img/contact-tab-link.png) no-repeat 0 0;
	-webkit-transition: top 0.15s ease-in-out;
	-moz-transition: top 0.15s ease-in-out;
	transition: top 0.15s ease-in-out;
}
.contact-tab-panel-outer {
	position: fixed;
	right: 0;
	top: 110px;
	width: 174px;
	z-index: 99998;
	overflow: hidden;
}
.contact-tab-panel-inner {
	width: 174px;
	margin-left: 174px;
	background: #004360;
	color: #fff;
}
.contact-tab-pad {
	padding: 10px;
}
.contact-tab-header {
	padding: 6px 10px 0 10px;
	background: #00334d;
	height: 26px;
}
.contact-tab-content {
	padding: 10px 10px 20px 10px;
	font-size: 13px;
	line-height: 18px;
}


/* Flyout nav */
.flyout-nav-link {
	position: fixed;
	right: -28px;
	top: 280px;
	width: 95px;
	height: 39px;
	z-index: 999999;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #f7b033;
	font-size: 18px;
	cursor: pointer;
}
.flyout-nav-close {
	display: block;
	background: #4995c8 url(img/flyout-close.png) no-repeat center;
	width: 39px;
	height: 39px;
	position: fixed;
	right: 0;
	top: 308px;
	z-index: 999998;
	cursor: pointer;
}
.flyout-nav-close.open {
	top: 347px;
}
.flyout-container {
	position: fixed;
	right: 0;
	top: 252px;
	width: 357px;
	z-index: 99998;
	overflow: hidden;
}
.flyout {
	width: 290px;
	margin-left: 389px;
	padding: 20px 14px;
	background: rgba(0,67,96,0.95);
	color: #fff;
}
.flyout,
.flyout-nav-link,
.flyout-nav-close {
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}
.flyout a {
	display: block;
	border-left: 5px solid transparent;
	font-size: 16px;
	line-height: 16px;
	margin: 4px 0;
	text-transform: uppercase;
	padding: 6px 12px;
}
.flyout a:hover,
.flyout a.selected {
	border-color: #00a0e1;
	color: #00a0e1;
}
.flyout.light-color-flyout {
	background: rgba(110,126,136,0.95);
}
.flyout.light-color-flyout a:hover,
.flyout.light-color-flyout a.selected {
	border-color: #f7b033;
	color: #f7b033;
}

body.scrolled .flyout,
body.scrolled .flyout-nav-link,
body.scrolled .flyout-nav-close {
	opacity: 0;
}
body.scrolled .contact-tab-link,
body.scrolled .contact-tab-panel-outer {
	top: 150px;
}


/* Site footer */
.main-content-container + .main-footer {
	margin-top: 0;
}
.main-footer {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	background: #dadada;
}
.main-footer h2 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.main-footer h3 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #5b9a98;
}
.main-footer p {
	font-size: 16px;
}
.main-footer .footer-accreditation p {
	font-size: 13px;
    padding-top: 6px;
}
.main-footer p + h3 {
	margin-top: 20px;
}
.main-footer a:hover {
	color: #5a9a98;
}
.main-footer p.footer-strapline {
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	color: #5b9a98;
    padding-top: 4px;
}
.footer-social-items a {
	display: block;
	float: left;
	border-right: 1px solid #a1acb5 ;
	padding: 8px 10px;
	width: 14px;
	height: 14px;
}
.footer-social-items a:first-child {
	border-left: 1px solid #a1acb5 ;
}
.footer-social-items img {
	display: inline-block;
	width: 14px;
	height: auto;
}




.rte {
	font-size: 16px;
	line-height: 22px;
}

.rte > h1 {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.rte > h2,
.rte .data-table > h2 {
	/*
	margin-bottom: 6px;
	padding-bottom: 10px;
	font-size: 14px;*/
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
	color: #103753;
	/*background: url(img/header-line-teal.png) no-repeat bottom left;*/
}

.rte > h3 {
padding: 20px;	
	
}


/*
.rte > h2.highlight-fcb034,
.rte .data-table > h2.highlight-fcb034 {
	background: url(img/header-line-yellow.png) no-repeat bottom left;	
}*/
.dw-logo {
	padding: 0 0 10px 0;
/*	border-top: 1px solid #fff;*/
	border-bottom: none;
	text-indent: -9999em;
	overflow: hidden;
	background: url(img/dw-teal.png) no-repeat left;
}
.dw-logo.dw-logo-fcb034 {
	background-image: url(img/dw-yellow.png);
}
.rte > p,
.rte .data-table > p {
	margin-bottom: 20px;
	font-size: 16px;
    line-height: 22px;
	color: #00334d;
}
.rte .intro {
	font-size: 22px;
	line-height: 28px;
	color: #6a9f9c;
}
.caption-text p {
	color: #5b9a98;
}
.rte p:last-child,
p:last-child {
	margin-bottom: 0;
}

.rte sub, .rte sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.rte sup {
	top: -0.5em;
}
.rte sub {
	bottom: -0.25em;
}

a.more-link, a .more-link {
	margin: 5px 0;
	display: inline-block;
	/*padding-right: 30px;
	height: 18px;
	background: url(img/find-out-more.png) no-repeat right;*/
	background: #fff;
	border: 1px solid #5b9a98;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
    padding: 6px 10px 3px 10px;
	color: #5b9a98;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	transition: all 150ms ease;	
}
a.more-link:hover, a:hover .more-link {
	color: #fff;
	background: #5b9a98;
}

a.more-link:after, a .more-link:after {
	content: "";
	width: 7px;
	height: 12px;
	display: inline-block;
	background: url(img/more-link.png) no-repeat;
	margin: 0 5px 0 15px;
	-webkit-transition: margin 150ms ease;
	-moz-transition: margin 150ms ease;
	-o-transition: margin 150ms ease;
	-ms-transition: margin 150ms ease;
	transition: margin 150ms ease;	
}
a.more-link:hover:after, a:hover .more-link:after {
	background-image: url(img/more-link-over.png);
	margin: 0 0 0 20px;
}
a.more-link-left, a .more-link-left {
	display: inline-block;
	padding-left: 30px;
	height: 18px;
	background: url(img/find-out-more.png) no-repeat left;
}

/* Nav */
.primary ul,
.secondary ul
{
	list-style-type: none;
}
.primary li,
.secondary li 
{
	display: inline;
}
.secondary 
{
	clear: left;
}









/*
 ------------------------------------------------------------------
 Module-specific 
 ------------------------------------------------------------------
*/


/*
 ---------------------------------
 News section
 ---------------------------------
*/
.news-section {
	padding-top: 48px;
}
.news-items {
	border-right: 1px solid #dadada;
}
.news-items .media,
.news-items .img {
	margin-right: 20px;
}
.news-items h3 {
	margin: 0 0 4px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #6a9f9c;
}
.news-items .event-date {
	padding-left: 0;
	font-size: 16px;
	background: none;
}
.news-items .event-date:after {
	content: "";
	display: block;
	width: 50px;
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	background: #fcb034;
}
.news-item {
	margin-bottom: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.news-item:last-child {
	border-bottom: none;
}
.popular-news h3 {
  margin: 0 0 4px 6px;
  font-size: 16px;
	font-weight: 500;
  text-transform: uppercase;
  color: #00334d;
}
.popular-news h3:after {
	content: "";
	display: block;
	width: 50px;
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	background: #fcb034;
}
.popular-news h4 {
	font-weight: 200;
	font-size: 16px;
}
.popular-news h4 a {
	display: block;
	line-height: 22px;
	margin: 14px 0 14px -10px;
	padding: 0 10px;
	border-left: 5px solid transparent;
	text-transform: uppercase;
	color: #5b9a98;
}
.popular-news h4 a:hover {
	border-color: #fcb034;
	color: #fcb034;
}

.news-section .container_12 {
	border-bottom: 1px solid #dadada;
}
.pagination {
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
}
.pagination ul li {
	display: inline;
	font-size: 14px;
}
.pagination ul li a:after {
	content: " | ";
}
.pagination ul li:last-child a:after {
	content: "";
}

/* News v2 */
.news-banner {
	margin-bottom: 40px;
}
.news-items-v2 {
	border-right: none;
}
.news-items-v2 .news-item {
	border-bottom: 1px solid #93a5b2;
}
.news-items-v2 h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.news-items-v2 .event-meta span {
	display: block;
}
.news-items-v2 .event-date:after {
	width: 100%;
	background: #488998;
}
.news-items-v2 .media {
	margin-right: 0;
}
.news-items-v2 .event-meta + p {
	margin-top: 10px;
}
.news-items-v2 h4 {
	margin-top: 24px;
    font-weight: 200;
    font-size: 14px;
    color: #6a9f9c;
}
.news-items-v2 .share-linkedin {
	float: right;
}
.news-items-v2 .see-news-article {
	padding-top: 45px;
}
.linkedin-embed {
	margin-bottom: 24px;
}
.popular-news-meta {
	display: none;
}
.popular-news-meta > p {
	margin: 10px 0;
}
.popular-news-meta > p:last-child {
	margin-bottom: 0;
}
.popular-news-item {
	margin: 0;
	padding: 15px;
	background-color: #e7eff4;
	-webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
	cursor: pointer;
}
.popular-news-item.open {
	background-color: #d4effb;
}
.popular-news-item-container {
	margin: 0 0 10px 0;
}
.popular-news-item h4 {
	margin-bottom: 4px;
	font-size: 16px;
	text-transform: none;
	color: #00334d;
	background: url(/media/3897/popular-news-open.png) no-repeat right top;
}
.popular-news-item h4 a:hover {
	color: #00334d;
}
.popular-news-item.open h4 {
	background: url(/media/3896/popular-news-closed.png) no-repeat right top;
}
.popular-news-image {
	display: block;
	width: 100%;
	height: auto;
}


/*
 ---------------------------------
 
 ---------------------------------
*/
.video-container {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.videoBG video,
.videoBG img {
	z-index: 2;
}
.centered-video iframe,
.centered-video .rte {
	margin-right: auto;
	margin-left: auto;
	max-width: 720px;
	display: block;
}

.module-youtube-videos .centered-video {
	max-width: 720px;
	margin: 0 auto;
}
.centered-video .youtube-video-details {
	text-align: center;
}



.data-table {
	position: relative;
}
.data-table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.data-table th,
.data-table td {
	padding: 8px 10px;
	border: 2px solid #fff;
	font-weight: 200;
	text-align: left;
}
.data-table th {
	color: #fff;
	background: #004059;
	border-color: #00364e;
	border-top: 0;
	border-bottom: 0;
}
.data-table tr th:first-child ,
.data-table tr td:first-child {
	border-left: 0;
}
.data-table tr th:last-child,
.data-table tr td:last-child {
	border-right: 0;
}
.data-table td {
	border-top: none;
	background: #e2e6ea;
}
.table-scroll-container {
	height: 300px;
	
	position: relative;
}













/*
.article-header {
	border-top: 1px solid #dadada;
	padding-top: 10px;
}*/
.article-header-alt {
}
img + div > .article-header {
	border-top: none;
	padding-top: 0;
}
.module-article > img + .pad {
	padding-top: 16px;
}


.module-article img {
	display: block;
}
.module-article {
	position: relative;
}


.article-more-link {
	position: absolute;
	bottom: 12px;
	left: 20px;
}
.download-link {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 8px 40px 8px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #f9b123 url(img/download-datasheet.png) no-repeat right;
	height: 16px;
	letter-spacing: 1px;
}


		

.coloured-box * {
	font-size: 18px;
	color: #fff;
}


.gallery-container {
	width: 960px;
	margin: 0 auto;
}
.gallery-container img {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
.gallery-image {
	margin-bottom: 20px;
}
.image-inner {
	position: relative;
}
.image-caption {
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	padding: 18px 20px;
	background: rgba(0,51,77,0.8);
}
.image-caption h3 {
	margin: 0;
	text-transform: uppercase;
	color: #f9b123;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.image-caption p {
	margin: 0;
	color: #fff;
}


.increased-line-height {
	line-height: 140%;
}




/* Map */
.map-panel {
	background: #004360;
}
.container_map {
	width: 1020px;
	height: 586px;
	margin: 0 auto;
	position: relative;
}
.map-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.map-marker {
	display: block;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}
.map-marker-number {
	display: inline-block;
    width: 14px;
    height: 14px;
	margin-right: 2px;
    padding: 1px;
	line-height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #004360;
	background: #fff;
}

.info-window-positioner {
	position: absolute;
	z-index: 3;
}
.info-window-outer {
	width: 226px;
	padding-top: 15px;
	background: url(img/info-window-arrow.png) no-repeat 60px 0;
}
.info-window-inner {
	padding: 15px;
	color: #296d75;
	background: #fff;
}
.info-window-inner h3 {
	margin-bottom: 6px;
	margin-left: -5px;
}
.info-window-inner h4 {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c4cfd7;
	text-transform: uppercase;
	font-size: 14px;
}
.info-window-inner p {
	font-size: 12px;
}

		
		
/* Timeline */
.timeline {
	overflow-x: hidden;
}
.carousel-container-outer {
	width: 780px;
	margin: 0 auto;
}
.carousel-container
{
	width: 100%;
	height: 342px;
	position: relative;
}
.carousel 
{
	list-style-type: none;
	position: absolute;
}
.carousel li
{
	display: block;
	float: left;
	width: 780px;
	height: 342px;
	overflow: hidden;
}
.timeline-slide-inner {
	width: 780px;
	height: 343px;
	position: relative;
}
.timeline-slide-background {
	width: 780px;
	height: 343px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.carousel-cover 
{
	position: absolute;
	top: 0;
	height: 342px;
	width: 780px;
	z-index: 9;
	background: rgba(0,0,0,0.5);
}
.carousel-cover-left 
{
	left: -780px;
}
.carousel-cover-right 
{
	left: 780px;
}
.carousel-container .btn 
{
	position: absolute;
	width: 45px;
	height: 86px;
	z-index: 999;
}
.carousel-container .btn-prev 
{
	left: 0;
	background: url(img/timeline-left.png);
}
.carousel-container .btn-next 
{
	right: 0;
	background: url(img/timeline-right.png);
}
.timeline-box {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 227px;
	height: 131px;
	padding: 20px;
}
.timeline-box h3 {
	padding-top: 6px;
	padding-bottom: 2px;
	border-top: 1px solid;
	font-size: 32px;
}
.timeline-box h4 {
	padding: 2px 0 5px 0;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
}
.timeline-box .line {
	width: 50px;
	margin: 0 0 4px 0;
	display: block;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid;
}
.timeline-box p {
	font-size: 14px;
}
.timeline-box.timeline-box-2 {
	top: 171px;
}
.timeline-box.timeline-box-3 {
	width: 190px;
	left: 294px;
	height: auto;
}

.module-timeline-with-carousel {
	background: #ebedf1;
	padding-bottom: 65px;
}
.timeline-carousel {
	background: #fff;
	padding: 20px;
}
.timeline-carousel-slide {
	width: 100%;
}
.timeline-carousel-slide-title {
	text-transform: uppercase;
	font-weight: 500;
	color: #f7b033;
}
.module-timeline-with-carousel .media .img {
	margin-right: 20px;
}
.module-timeline-with-carousel .flickity-page-dots {
	bottom: -44px;
}
.module-timeline-with-carousel .flickity-page-dots .dot {
	background: #fff;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #00334d;
	-moz-box-shadow: 0px 0px 0px 1px #00334d;
	box-shadow: 0px 0px 0px 1px #00334d;
	margin: 0 20px;
	width: 9px;
	height: 9px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.module-timeline-with-carousel .flickity-page-dots .dot.is-selected {
	background: #479aca;
}

.timeline-modal-slide-image,
.timeline-carousel-slide-title,
.timeline-carousel-slide-text {
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.timeline-carousel-slide-title,
.timeline-carousel-slide-text {
	margin-left: 10px;
	margin-right: 0;
}
.timeline-carousel-slide-image {
	transition-delay: 1s;
}
.timeline-carousel-slide-title {
	transition-delay: 0.5s;
}
.timeline-carousel-slide-text {
	transition-delay: 0.75s;
}
.is-selected .timeline-modal-slide-image,
.is-selected .timeline-carousel-slide-title,
.is-selected .timeline-carousel-slide-text {
	opacity: 1;
	margin-left: 0;
	margin-right: 10px;
}

/* Box themes */
.bg-ffffff h3 {
	border-color: #dadada;
	color: #69a7ae;
}
.bg-ffffff h4 {
	color: #69a7ae;
}
.bg-ffffff .line {
	border-color: #dadada;
}
.bg-ffffff p {
	color: #004360;
}


.bg-f6af37 h3 {
	border-color: #fff;
	color: #fff;
}
.bg-f6af37 h4 {
	color: #fff;
}
.bg-f6af37 .line {
	border-color: #fff;
}
.bg-f6af37 p {
	color: #fff;
}


.bg-003753 h3 {
	border-color: #69a7ae;
	font-size: 56px;
	color: #69a7ae;
}
.bg-003753 h4 {
	color: #69a7ae;
}
.bg-003753 .line {
	border-color: #69a7ae;
}
.bg-003753 p {
	color: #69a7ae;
}
			

.bg-6c9f9d h3 {
	border-color: #fff;
	color: #fff;
}
.bg-6c9f9d h4 {
	color: #fff;
}
.bg-6c9f9d .line {
	border-color: #fff;
}
.bg-6c9f9d p {
	color: #fff;
}



/* Background video */
.module-homepage-video {
	z-index: 1;
	overflow: hidden;
}
.bg-video {
	height: 540px;
	position: relative;
}
.videoBG {
	width: 100% !important;
}
.bg-video .titles {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 190px;
	text-align: center;
	color: #fff;
}
.bg-video h1 {
	font-size: 70px;
	letter-spacing: 1.5;
	text-transform: uppercase;
}
.bg-video h1.title-size-large {
	font-size: 55px;
}
.bg-video h1.title-size-medium {
	font-size: 40px;
}
.bg-video h1.title-size-small {
	font-size: 25px;
}
.bg-video h1.title-size-x-small {
	font-size: 15px;
}

.bg-video h2 {
	font-size: 19px;
	letter-spacing: 1.5;
	text-transform: uppercase;
}


/* Full width video */
.module-full-width-video * {
	color: #fff !important;
	overflow: hidden;
}
.module-full-width-video.module-full-width-video-dark-text * {
	color: #00334d !important;
}
.module-full-width-video .bg-video h1 {
	padding-top: 66px;
	font-size: 70px;
	text-align: center;
}
.module-full-width-video .bg-video h1.title-size-large {
	font-size: 55px;
}
.module-full-width-video .bg-video h1.title-size-medium {
	font-size: 40px;
}
.module-full-width-video .bg-video h1.title-size-small {
	font-size: 25px;
}
.module-full-width-video .bg-video h1.title-size-x-small {
	font-size: 15px;
}
.module-full-width-video .next-section {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
								
								


/* Article page */
.article-banner {
	height: 130px;
	text-align: center;
}
.article-banner h1 {
	margin-top: 31px;
	border-color: #fff;
}
.article-intro-titles {
	margin-bottom: 10px;
}
.article-intro-title {
	line-height: 32px;
	font-size: 28px;
	font-weight: 200;
	text-transform: uppercase;
	color: #6a9f9c;
}
.article-intro-subtitle {
	line-height: 24px;
	font-size: 18px;
	font-weight: 200;
	color: #6a9f9c;
}
.article-intro-divide {
	margin: 30px 0 20px 0;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #296d76;
}


/* Text with full width background image */
.text-with-full-width-background-image .module-content {
	padding-top: 30px;
	padding-bottom: 30px;
	background: none;
}
.text-with-full-width-background-image * {
	color: #fff !important;
}


/* Product grid */
.product-grid-container {
	position: relative;
}
.product-grid-container .next-section {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
.product-grid-item {
	box-sizing: border-box;
	float: left;
	width: 240px;
	padding: 20px;
	border-left: 1px solid #e3e6e8;
}
.product-grid-item:nth-child(4n){
	border-right: 1px solid #e3e6e8;
}
.product-grid-item:nth-child(even){
	background: #f8f8f8;
}
.product-grid-item:nth-child(odd){
	background: #fff;
}
.product-grid-item-inner {
	height: 300px;
	padding: 10px 0;
	border-top: 1px solid #dadada;
}
.product-grid-item h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4b5c66;
}
.product-grid-item p {
	margin-bottom: 10px;
}
.product-grid-item .button-link-text {
	color: #4298cb;
}



/* Contour forms */
.contour {
	margin: 0 0 60px 0;
}
.contourPage {
	margin: 10px 0 20px 0;
	padding: 20px 0;
	border-top: 1px solid #c4cfd7;
	border-bottom: 1px solid #c4cfd7;
}
.contourField {
	clear: left;
	padding-bottom: 16px;
}
.contourField label {
	display: block;
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 14px;
	color: #296d75;
}
.contourField input[type="text"],	
.contourField select,	
.contourField textarea {
	width: 380px;
	padding: 5px 4px;
	border: 1px solid #c5d0d7;
	font-size: 16px;
	color: #495f6d;
	background: #f2f3f4;
}
.contourField select {
	width: 390px;
	border-color: #95a7b2;
	background: #95a7b2;
	color: #fff;
}
.contourField textarea {
	height: 140px;
}
.input-validation-error {
	color: #495f6d !important;
	background: #ffe5e5 !important;
}
.validation-summary-errors {
	margin: 20px 0;
	font-size: 14px;
	color: #f00;
}
.contourNavigation input[type="submit"],
.submit-button {
	border: none;
	padding: 7px 80px 5px 10px;
	font: normal 200 16px 'DIN Next W01';
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	background: #5b9a98 url(img/submit.png) no-repeat right;
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.contourNavigation input[type="submit"]:hover,
.submit-button:hover {
	background-color: #296d75;
}



/* Embed-code forms */
.form-container table {
	margin: 40px 0 40px 0;
	padding: 20px 0;
	border-top: 1px solid #c4cfd7;
	border-bottom: 1px solid #c4cfd7;
}
.form-container td {
	padding: 8px 0 0 0;
	vertical-align: top;
}
.form-container label {
	display: block;
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 16px;
	color: #296d75;
}
.form-container input[type="text"],	
.form-container select,	
.form-container textarea {
	margin-bottom: 5px;
	width: 380px;
	padding: 5px 4px;
	border: 1px solid #c5d0d7;
	font-size: 16px;
	color: #495f6d;
	background: #f2f3f4;
}
.form-container select {
	width: 390px;
	border-color: #95a7b2;
	background: #95a7b2;
	color: #fff;
}
.form-container textarea {
	height: 140px;
}
.input-validation-error {
	color: #495f6d !important;
	background: #ffe5e5 !important;
}
.validation-summary-errors {
	margin: 20px 0;
	font-size: 14px;
	color: #f00;
}
.form-container input[type="submit"] {
	border: none;
	padding: 8px 80px 4px 10px;
	font: normal 200 16px 'DIN Next W01';
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	background: #5b9a98 url(img/submit.png) no-repeat right;
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.form-container input[type="submit"]:hover {
	background-color: #296d75;
}


.module-spacer {
	overflow: hidden;
}
.module-spacer-x-small {
	height: 20px;
}
.module-spacer-small {
	height: 50px;
}
.module-spacer-medium {
	height: 80px;
}
.module-spacer-large {
	height: 110px;
}
.module-spacer-x-large {
	height: 140px;
}
.module-spacer-white-background {
	background: #fff;
}

.rte-contact h1 {
	margin: 0 0 20px 0;
	font-size: 32px;
	color: #5b9a98;
}
.rte-contact p {
	margin: 0 0 20px 0;
}
.rte-contact .large-text {
	font-size: 18px;
}
.rte-contact .green-text {
	color: #5b9a98;
}




/* Locations */
.container_map-narrow {
	height: 367px;
}
.map-location-marker {
	height: 36px;
	padding: 15px 0 0 28px;
	background: url(img/map-location-marker.png) no-repeat left top;
}
.map-location-marker.map-location-marker-selected {
	padding: 7px 0 0 32px;
	font-size: 18px;
	color: #f9b123;
	background: url(img/map-location-marker-selected.png) no-repeat;
}
.map-mask {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
.google-map-container {
	margin-left: 100px;
	position: relative;
}
.location-details {
	min-height: 300px;
}

.module-location h1 {
	text-transform: uppercase;
	color: #95a7b2;
	font-size: 18px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.module-location h2 {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #5a9a98;
	background: none;
}
.module-location p {
	color: #004b68;
}
.module-location p.contact-details {
	font-size: 14px;
	color: #5a9a98;
}
.module-location p.opening-hours {
	font-size: 14px;
	color: #004b68;
}
.module-location .small-divide-left {
	margin-top: 0px;
	margin-bottom: 20px;
}
.map-title-container {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	text-align: center;
}
.map-title {
	display: inline-block;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 10px 40px;
	border: 1px solid #fff;
}



/* Search */
.fulltextsearch {
	padding-bottom: 40px;
}
.fulltextsearch_searchbox {
	display: block;
	float: left;
	margin: 0;
	width: 548px;
	height: 28px;
	padding: 6px 10px;
	border: 3px solid #00334d;
	font-size: 28px;
	color: #004b68;
}
.fulltextsearch_searchbutton {
	display: block;
	float: left;
	margin: 0;
	width: 46px;
	height: 46px;
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	background: #00334d url(img/search-button.png) no-repeat center;
}
.fulltextsearch_form {
	padding-top: 10px;
	padding-bottom: 26px;
}
.fulltextsearch_form:before,
.fulltextsearch_form:after {
    content: " ";
    display: table;
}
.fulltextsearch_form:after {
    clear: both;
}
.fulltextsearch_results_heading {
	font-size: 28px;
	color: #6a9f9c;
}
.fulltextsearch_result {
	margin: 10px 0;
	padding: 18px 0 10px 28px;
	border-top: 1px solid #dadada;
	background: url(img/search-result.png) no-repeat 0 20px;
}
.fulltextsearch_results_heading + .fulltextsearch_result,
.fulltextsearch_info + .fulltextsearch_result{
	border-color: #296d76;
}
.fulltextsearch_title {
	font-size: 18px;
	color: #6a9f9c;
}
.fulltextsearch_summary {
	/*display: none;*/
}
.fulltextsearch_info {
	font-size: 18px;
	padding-bottom: 20px;
}
.fulltextsearch_pagination_ul li {
	display: inline;
}
	

/* Events */
.small-header {
	text-transform: uppercase;
	font-size: 16px;
    font-weight: 500;
	padding: 20px 0;
}
.events-section {
	border-top: 1px solid #4f87a2;
	margin: 10px 0;
}
.current-events {
	padding-bottom: 16px;
}
.current-events h3 {
	font-size: 18px;
	color: #6a9f9c;
}
.current-events .event-meta {
	margin: 10px 0;
}

.event-location,
.event-date {
	line-height: 20px;
	font-size: 14px;
}
.event-location {
	display: inline-block;
	margin-right: 10px;
	padding-left: 24px;
	height: 20px;
	background: url(img/event-location.png) no-repeat left;
}
.event-date {
	display: inline-block;
	padding-left: 28px;
	height: 20px;
	background: url(img/event-date.png) no-repeat left;
}
.event-container {
	padding: 10px 10px 12px 36px;
	margin: 0 0 10px 0;
	-moz-transition: background-color 0.15s ease-in;
	-webkit-transition: background-color 0.15s ease-in;
	-o-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}
.event-container:last-child {
	margin-bottom: 30px;
}
.event-container h3 {
	margin-bottom: 6px;
}
.forthcoming-event {
	background: #fdf4e3 url(img/event-forthcoming.png) no-repeat 10px 14px;
	cursor: pointer;
}
.past-event {
	background: #e6eff7 url(img/event-past.png) no-repeat 10px 14px;
	cursor: pointer;
}
.forthcoming-event:hover {
	background-color: #fce9c7;
}
.forthcoming-event.open {
	background: #fce9c7 url(img/event-forthcoming-open.png) no-repeat 10px 14px;
}
.past-event:hover {
	background-color: #bfd6ea;
}
.past-event.open {
	background: #bfd6ea url(img/event-past-open.png) no-repeat 10px 14px;
}

.event-text {
	display: none;
}
										
										


/* Login */
.module-login {
	padding-bottom: 40px;
}
.form-field {
	padding: 0 0 14px 0;
}
.form-field label {
	width: 232px;
	padding: 9px 0 0 0;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.form-field input[type="text"],
.form-field input[type="password"]{
	margin: 0;
	width: 370px;
	padding: 8px;
	background: #f2f3f4;
	border: 1px solid #c4cfd7;
}
.submit-button {
	margin: 0;
}
.login-header {
	margin: 10px 0 26px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c4cfd7;
	text-transform: uppercase;
	font-size: 24px;
	color: #296d75;
}
.field-validation-error {
	display: block;
	margin: 6px 0 0 232px;
	font-size: 14px;
	color: red;
}

/* Credit forms */
.module-credit-form fieldset p {
	margin: 0 0 14px 0;
}
.module-credit-form input[type="text"],
.module-credit-form input[type="email"],
.module-credit-form textarea
{
	margin: 0;
	width: 370px;
	padding: 8px;
	background: #f2f3f4;
	border: 1px solid #c4cfd7;
}
.module-credit-form legend {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.module-credit-form label {
	display: inline-block;
    width: 230px;
}
.module-credit-form fieldset {
	margin-bottom: 40px;
}
.credit-app-reference {
	display: none;
}
legend + .credit-app-reference {
	display: block;
}
.module-credit-form input[type="submit"] {
	border: none;
	padding: 7px 80px 5px 10px;
	font: normal 200 16px 'DIN Next W01';
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	background: #5b9a98 url(img/submit.png) no-repeat right;
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.module-credit-form input[type="submit"]:hover {
	background-color: #296d75;
}
.add-credit-ref {
	background: none;
	border: none;
	padding: 0;
	font: normal 200 16px 'DIN Next W01';
	cursor: pointer;
	color: #296d75;
	margin-left: 233px;
}
.credit-app-reference + .credit-app-reference {
	margin-top: 70px;
}


/* Downloads module */
.form-divide {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #c4cfd7;
}
.module-downloads {
	padding-bottom: 40px;
}
.downloads-header {
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	font-size: 32px;
	color: #6a9f9c;
}
.downloads-subheader {
	margin: 40px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c4cfd7;	
	font-size: 18px;
	color: #6a9f9c;
}
.third-container {
	margin-right: -10px;
	margin-left: -10px;
}
.third-pad {
	padding: 0 10px 20px 10px;
}
.download-item{
	min-height: 110px;
}
.download-icon {
	display: inline-block;
	width: 49px;
	height: 49px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 49px;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	background: #5b9a99;
	font-size: 16px;
	color: #fff;
}
.download-icon.pdf {
	background-color: #5b9a99;
}
.download-icon.doc,
.download-icon.docx,
{
	background-color: #5b9a99;
}
.download-icon.jpg,
.download-icon.gif,
.download-icon.png {
	background-color: #4297ca;
}
.download-icon.mov {
	background-color: #103754;
}
.download-icon.ppt,
.download-icon.pptx {
	background-color: #f6af37;
}
.download-icon.zip {
	background-color: #495f6d;
}
.download-icon.eps {
	background-color: #dd4c4c;
}

.download-icon:hover {
	text-indent: -9999em;
	background-image: url(img/download-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.download-title {
	font-size: 16px;
	color: #296d75;
}
.download-meta {
	color: #95a7b2;
}

.search-filter-container {
	margin-bottom: 40px;
}
.filter-header {
	padding-bottom: 10px;
	font-weight: 500;
}
.tag-filter {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 11px 10px;
    height: 36px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	background: #95a7b2 url(img/tag-filter-plus.png) no-repeat right;
	cursor: pointer;
	z-index: 1;
}
.tag-filter-open {
	background-image: url(img/tag-filter-minus.png);
}
.tag-container {
	display: none;
	left: 0;
	width: 100%;
	background: #ebeef1;
	position: relative;
	color: #004b68;
}
.tag-set {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	position: relative;
}
fieldset:first-child .tag-set {
	margin-top: 0;
}
.tag-pad {
	padding: 4px 0;
}
.tag-set input[type="checkbox"]{
	display: none;
}
.filter-item {
	margin: 6px 0;
}
.filter-item label {
	width: 150px;
	margin: 0 0 0 0;
	display: block;
	float: left;
	padding: 5px 10px 5px 6px;
	border-left: 4px solid transparent;
	cursor: pointer;
	font-size: 14px;
}
.filter-item-selected label {
	border-color: #004b68;
	font-weight: 500;
}
.hide {
	display: none;
}
.tooltip-content {
	display: none;
}
.filter-search {
	display: block;
	width: calc(100% - 24px);
	padding: 7px 10px;
	text-transform: uppercase;
	font-size: 14px;
}


/* Accordion */
.accordion-title {
	margin: 30px 0 10px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #296d76;
	text-transform: uppercase;
	font-size: 14px;
	color: #0f3753;
}
.carousel-section {
	margin: 40px 0;
}
.accordion-item:hover {
	background-color: #fce9c7;
}
.accordion-item {
	background: #fdf4e3 url(img/event-forthcoming.png) no-repeat 597px 14px;
	cursor: pointer;
}
.accordion-item.open {
	background: #fce9c7 url(img/event-forthcoming-open.png) no-repeat 597px 14px;
}
.accordion-container {
	position: relative;
	padding: 10px 36px 12px 10px;
	min-height: 48px;
	margin: 0 0 10px 0;
	-moz-transition: background-color 0.15s ease-in;
	-webkit-transition: background-color 0.15s ease-in;
	-o-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}
.accordion-container.has-image {
	padding-left: 130px;
}
.accordion-container h3
{
	margin-bottom: 6px;
}
.accordion-image {
	position: absolute;
	top: 0;
	left: 0;
}
.accordion-text {
	display: none;
}
.accordion-toggler {
	display: block;
	width: 32px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
}


/* Product accordion */
.product-accordion.accordion-container {
	margin-bottom: 1px;
	padding-bottom: 10px;
	min-height: 0;
}
.product-accordion.accordion-container h3 {
	margin-bottom: 0;
	font-size: 14px !important;
	line-height: 18px;
}
.accordion-text-right {
	display: block;
	float: right;
}
.accordion-text-keyline {
	margin-top: 10px;
	margin-right: 14px;
	border-top: 1px solid #f1b851;
	padding-right: 32px;
}
.product-accordion-container {
	margin-bottom: 40px;
}
.product-accordion.accordion-item {
	background-image: url(img/bg-product-accordion-closed.png);
	background-position: right top;
}
.product-accordion.accordion-item.open {
	background-image: url(img/bg-product-accordion-open.png);
}

/* Homepage banner */
.iomi2-container-outer,
.iomi2-container-inner,
.iomi2-slide,
.iomi2-cover-right,
.iomi2-cover-left,
.iomi2-prev {
	height: 540px;
}
.iomi2-container-outer {
	position: absolute;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.iomi2-container-inner {
	height: 540px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	/*background: rgba(0,0,0,0.1);*/
}
.iomi2-next {
	position: absolute;
	right: 1px;
	top: 237px;
	width: 45px;
	height: 86px;
	z-index: 9999;
	background: url(img/next.png) no-repeat;
}
.iomi2-prev {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 46px;
	/*background: rgba(255,255,0,0.5);*/
	display: none;
}
.iomi2-prev.iomi2-last-time {
	position: absolute;
	left: 1px;
	top: 237px;
	width: 45px;
	height: 86px;
	z-index: 9999;
	background: url(img/prev.png) no-repeat;
}

.iomi2-slide {
	position: absolute;
	left: 914px;
	width: 868px;
	background-size: cover;
}
.iomi2-slide.slide-1 {
	left: 914px;
	top: 0;
	/*background: rgba(0,0,0,0.1);*/
}
.iomi2-cover-left {
	position: absolute;
	z-index: 9998;
	width: 960px;
	margin-left: -914px;
	background: rgba(0,0,0,0.5);
}
.iomi2-cover-right {
	position: absolute;
	z-index: 9998;
	width: 960px;
	margin-left: 914px;
	background: rgba(0,0,0,0.5);
}
.iomi2-standard {
	display: none;
}
.iomi2-pad {
	padding: 100px 54px 0 54px;
	color: #fff;
}
.iomi2-pad .iomi2-text-container {
	width: 380px;
}
.iomi2-pad h2 {
	font-size: 44px;
	margin: 0 0 20px 0;
}
.iomi2-pad p {
	font-size: 12px;
	margin: 0 0 20px 0;
}
.iomi2-pad p.intro {
	font-size: 18px;
}
.iomi2-pad a.more-link, 
.iomi2-pad a .more-link {
	background-image: url(img/find-out-more-white.png);
}
.more-link-white {
	display: inline-block;
	padding: 4px 28px 8px 0;
	background: url(img/find-out-more-white.png) no-repeat right;
}

.view-more-container {
	width: 100%;
	position: relative;
}
.view-more {
	display: block;
	z-index: 999;
	margin: -16px auto 0 auto;
	width: 140px;
	height: 40px;
	background: url(img/view-more.png) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}


/* Video module */
.youtube-video-details .article-header {
	border-top: none;
}
.other-youtube-video {
	padding: 0 0 0 20px;
}
.other-youtube-video:first-child {
	padding-bottom: 10px;
}
.other-youtube-video h2 {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
}
.other-youtube-video a {
	display: block;		
}
.other-youtube-video a img {
	display: block;
	width: 100%;
}
.youtube-video-details {
	padding-bottom: 20px;
}
	

/* Grid module */
.column {
	float: left;
}
.column img {
	width: 100%;
	display: block;
}
.col-md-6 {
	width: 50%;
}
.col-md-12 {
	width: 100%;
}
.module-grid .module-content {
	padding-top: 0;
}
[data-greybackground="1"] {
	background: #f8f8f8;
}
[data-padding="1"] {
	padding: 20px;
}
.caption {
	padding-top: 6px;
}

.module-related-content .one-third {
	float: left;
	padding: 10px 10px 20px 10px;
	width: calc(33.333333% - 20px);
}
.module-related-content h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.related-content-project-image {
	margin-bottom: 20px;
	display: block;
}
.related-content-project-header {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
}
.related-content-project-text {
	font-size: 18px;
	margin-bottom: 10px;
}
.related-content-product {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.related-content-product:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.related-content-product .media .img {
	margin-right: 20px;
}
.related-content-product h4 {
	font-size: 16px;
	line-height: 22px;
}
.related-content-product-header {
	font-size: 14px;
	margin-bottom: 10px;
}
.related-content-product-text {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.related-content-product-image {
	width: 140px;
	height: auto;
}
.related-content-download-icon {
	width: 50px;
	height: 50px;
}
.related-content-download-header {
	padding-top: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
}
.related-content-download-text {
	font-size: 16px;
	line-height: 22px;
	color: #c4cfd7;
}
.related-content-download {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dadada;
}
.related-content-download .imgExt {
	height: 50px;
}


.read-more-link,
.more-related-link span {
	display: inline-block;
	padding: 0 30px 0 0;
	color: #5b9a98;
	font-size: 14px;
	background: url(img/read-more-link.png) no-repeat right;
	background-size: 19px 14px;
	-webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.read-more-link:hover {
	padding-right: 35px;
}
.read-more-link-blue {
	color: #00334d;
	background-image: url(img/read-more-link-blue.png);
}
.more-related-link {
	margin: 10px 0 0 0;
	display: block;
	padding: 10px;
	background: #e5ece9;
}


.product-grid-with-filters-item {
	width: 33.333333%;
	float: left;
	min-height: 300px;
}
.product-grid-with-filters-item:nth-child(even){
	background: #ebeef1;
}
.product-grid-with-filters-text-container {
	padding: 10px 10px 20px 10px;
}
.product-grid-with-filters-image {
	width: 100%;
	display: block;
	height: auto;
}
.product-grid-with-filters-header {
	/*margin-bottom: 10px;*/
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}
.product-grid-with-filters-text {
	font-size: 14px;
	min-height: 116px;
}
.search-filter-subtitle {
	font-size: 16px;
	line-height: 22px;
}

.technical-library-with-filters-item {
	padding: 40px 20px;
}
.technical-library-with-filters-item:nth-child(even) {
	background: #ebeef1;
}
.technical-library-with-filters-image {
	width: 240px;
}
.technical-library-with-filters-text {
	font-size: 14px;
}
.technical-library-with-filters-text p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}
.technical-library-with-filters-text p:last-child {
	margin-bottom: 0;
}
.technical-library-with-filters-header {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.technical-library-with-filters-item .media .img {
	margin-right: 20px;
}
.technical-library-with-filters-icon-title {
	text-transform: uppercase;
}


.projects-with-filters-item {
	padding: 40px 0;
	border-bottom: 1px solid #dadada;
}
.projects-with-filters-item:nth-child(even) {
	background: #ebeef1;
}
.projects-with-filters-col {
	width: calc(33.333333% - 20px);
	margin: 0 10px;
	float: left;
}
.projects-with-filters-image {
	width: 100%;
	height: auto;
	display: block;
}
.projects-with-filters-stats h3,
.projects-with-filters-stats li {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0 8px 0;
	border-top: 1px solid #dadada;
}
.projects-with-filters-stats li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.projects-with-filters-stats h3 {
	/*padding-top: 0;*/
}
.projects-with-filters-stats .pale {
	color: #95a7b2;
}
.projects-with-filters-text {
	min-height: 147px;
}
.projects-with-filters-header {
	text-transform: uppercase;
}
.projects-with-filters-header,
.projects-with-filters-subheader,
.projects-with-filters-region {
	font-weight: 500;
	font-size: 16px;
}
.projects-with-filters-region {
	color: #95a7b2;
}
.projects-with-filters-description {
	margin-top: 10px;
	font-size: 14px;
}

.search-filter-input {
	border: 1px solid #004b68;
	padding: 5px 10px;
    height: 20px;
    text-transform: uppercase;
	color: #95a7b2;
    font-size: 14px;
	width: calc(100% - 22px);
}


.module-project-experience {
	background: #ebeef1;
	padding-bottom: 40px;
}
.project-experience-item {
	width: 25%;
}
.project-experience-item-inner {
	background: white;
	margin: 0 10px;
	height: 372px;
	overflow: hidden;
}
.project-experience-item-pad {
	padding: 0 10px;
}
.flickity-prev-next-button.previous {
	left: auto;
	right: 54px;
	top: -63px;
}
.flickity-prev-next-button.next {
	right: 0;
	top: -63px;
}
.flickity-prev-next-button {
	background: none;
	border: 2px solid #00334d;
}
.flickity-prev-next-button .arrow {
    fill: #00334d;
}
.flickity-prev-next-button:hover {
	border: 2px solid #4a98cc;
	background: none;
}
.flickity-prev-next-button:hover .arrow {
    fill: #4a98cc;
}

.project-experience-image {
	margin: 0 0 10px 0;
	width: 100%;
}
.project-experience-header {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.project-experience-text {
	font-size: 14px;
	margin: 0 0 10px 0;
}


.module-specifications {
	padding-bottom: 40px;
}
.specifications-image {
	width: 100%;
	height: auto;
	display: block;
}
.specifications-text {
	font-size: 14px;
	margin-bottom: 20px;
}

.module-timeline-with-pop-ups {
	background: #ebeef1;
}
.timeline-with-pop-ups {
	height: 266px;
	position: relative;
}
.timeline-with-pop-ups-info {
	background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 50px;
    left: -60px;
    width: 460px;
	display: none;
}
.timeline-with-pop-ups-item:hover .timeline-with-pop-ups-info {
	display: block;
}
.timeline-with-pop-ups-info-inner {
	position: relative;
}
.timeline-with-pop-ups-info-inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 16px;
	bottom: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
}
.timeline-with-pop-ups-item {
	width: 10px;
	background: red;
}

.timeline-with-pop-ups-dots {
    text-align: justify;
}
.timeline-with-pop-ups-dots:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.timeline-with-pop-ups-dots:before {
    content: '';
    display: block;
}
.timeline-with-pop-ups-item {
    display: inline-block;
    position: relative;
	background: #4a98cc;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,46,69,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,46,69,1);
	box-shadow: 0px 0px 0px 1px rgba(0,46,69,1);
	width: 11px;
	height: 11px;
	margin-top: 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.timeline-with-pop-ups-line {
	position: absolute;
	background: #002e45;
	height: 1px;
	right: 0;
	left: 0;
	bottom: 40px;
	z-index: 1;
}
.timeline-with-pop-ups-line-before,
.timeline-with-pop-ups-line-after {
	display: block;
	position: absolute;
	background: #002e45;
	height: 11px;
	width: 1px;
	left: 0;
	bottom: 35px;
}
.timeline-with-pop-ups-line-after {
	left: auto;
	right: 0;
}
.timeline-with-pop-ups-dots {
	position: absolute;
	bottom: 32px;
	left: 1px;
	right: 1px;
	width: calc(100% -2px);
	height: 17px;
	z-index: 2;
}
.timeline-with-pop-ups-image-container {
	width: 100%;
	max-width: 200px;
}
.timeline-with-pop-ups-image {
	width: 200px;
	display: block;
	height: auto;
}
.timeline-with-pop-ups-title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.timeline-with-pop-ups-text {
	margin-bottom: 10px;
	font-size: 14px;
}

.pardot-form {
	margin-bottom: 20px;
	padding: 20px;
	background: #ebeef1;
}
.pardot-form h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.pardot-form-item {
	margin-bottom: 20px;
}
.pardot-label {
	float: left;
	width: 158px;
	padding-right: 20px;
	text-transform: none;
	font-size: 18px;
	padding: 6px 0 0 0;
}
.pardot-form input[type="text"] {
	padding: 10px;
	width: calc(100% - 180px);
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form select {
    font-size: 18px;
    padding: 6px 10px;
}
.pardot-form textarea {
	padding: 10px;
	width: calc(100% - 180px);
	height: 200px;
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form input[type="submit"]{
	float: right;
    background: #5b9a98 url(/css/img/submit.png) no-repeat right;
    border: none;
    padding: 8px 55px 6px 14px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	margin-top: -20px;
	cursor: pointer;
}

.pardot-form-newsletter {
	margin-bottom: 20px;
	padding: 20px 50px 20px 20px;
	background: #ebeef1;
}
.pardot-form-newsletter h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.pardot-form-item-newsletter {
	margin-bottom: 20px;
}
.pardot-label-newsletter {
	float: left;
	width: 158px;
	padding-right: 20px;
	text-transform: none;
	font-size: 18px;
	padding: 6px 0 0 0;
}
.pardot-form-newsletter input[type="text"] {
	padding: 10px;
	width: calc(100% - 180px);
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form-newsletter select {
    font-size: 18px;
    padding: 6px 10px;
}
.pardot-form-newsletter textarea {
	padding: 10px;
	width: calc(100% - 180px);
	height: 200px;
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form-newsletter input[type="submit"]{
	float: right;
    background: #5b9a98 url(/css/img/submit.png) no-repeat right;
    border: none;
    padding: 8px 55px 6px 14px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	cursor: pointer;
	
}

.pardot-form-newsletter-pref input[type="submit"]{
	float: left;
	margin-left: 153px;
    background: #5b9a98 url(/css/img/submit.png) no-repeat right;
    border: none;
    padding: 8px 55px 6px 14px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	
}

.pardot-form-contact {
	margin-bottom: 20px;
	padding: 20px 50px 20px 20px;
	background: #ebeef1;
	border: 1px solid #004b68;
}
.pardot-form-contact h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.pardot-form-item-contact {
	margin-bottom: 20px;
}
.pardot-label-contact {
	float: left;
	width: 158px;
	padding-right: 20px;
	text-transform: none;
	font-size: 18px;
	padding: 6px 0 0 0;
}
.pardot-form-contact input[type="text"] {
	padding: 10px;
	width: calc(100% - 180px);
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form-contact select {
    font-size: 18px;
    padding: 6px 10px;
}
.pardot-form-contact textarea {
	padding: 10px;
	width: calc(100% - 180px);
	height: 200px;
	background: #fff;
	border: 1px solid #95a7b2;
}
.pardot-form-contact input[type="submit"]{
	float: right;
    background: #5b9a98 url(/css/img/submit.png) no-repeat right;
    border: none;
    padding: 8px 55px 6px 14px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	cursor: pointer;
	
}

.pardot-form-contact-pref input[type="submit"]{
	float: left;
	margin-left: 153px;
    background: #5b9a98 url(/css/img/submit.png) no-repeat right;
    border: none;
    padding: 8px 55px 6px 14px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	
}



.contact-address h2 {
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-address h3 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #5b9a98;
}
.contact-address p {
	font-size: 16px;
	margin: 0 0 20px 0;
}


.modernizr-touch-true #background_video {
	display: none;
}
#background_video {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: 	translate(-50%, -50%);
	-ms-transform: 		translate(-50%, -50%);
	transform: 			translate(-50%, -50%);
	object-fit: cover;
	height: 100%; width: 100%;
}


#widecontainer {
	width: 100%; 

}

#account {
    float: left;
	width:20%;
    margin-left: 2%;
    margin-right: 0px;
    margin-top: 40px;
    box-sizing: border-box;
    border-right: 1px solid #e7ebed;
    padding-right: 5%;
}

#contactsidebar {
    float: left;
    margin-left: 2%;
    margin-right: 0px;
    margin-top: 40px;
    box-sizing: border-box;
    border-right: 1px solid #e7ebed;
    padding-right: 5%;
    /* clear: right; */
    width: 20%;
}

#brochures {
	width: 47%;
	float: right;
	-webkit-max-logical-width: 47%;
	margin-right: 25%;
	margin-top:40px;
	margin-bottom:40px;
}

#brochurebutton {
	float:right;
	margin-top:20px;
}

#contactcontainer {
	width: 47%;
	float: right;
	-webkit-max-logical-width: 47%;
	margin-right: 25%;
	margin-top:40px;
}

.container_12#introcontainer {
    margin-right: auto;
    width: 100%;
	margin-bottom:0px;
	margin-top:60px;
}

.container_12#techcontainer {
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -70px;
    position: relative;
}

#menuhr {
	    border-width: 0.4px;
    border-color: #e7ebed;	
}

.div#titlebar {
	width:100%; 
	height:50px;
	background-color:#002e45;
}

#titletext {
	color: #fff;
	vertical-align: middle;
	text-align: center;
    line-height: 52px;
}

.container_12#submenu {
	margin-right: auto;
	height: 50px;
    width: 100%;
    margin-bottom: 0;
    margin-top: -40px;
	margin-left: 0;
    background-color: #ebeef1;
	
}

#submenuitem {
	width: 20%;
    height: 100%;
    float: left;
    border-right: 1px solid #bec2c3;
    cursor: pointer;
    box-sizing: border-box;
}

#submenuitem:hover {
	background-color: #6a9f9c;
}

#headermenu {
margin-bottom:0;	
}

#sidemenutext {
line-height:40px;	
}

#h2hover:hover {
	color: #FFF;
}

#articleborder {
	border: 1px solid #e7ebed;
	border-top: none;
}

#techwrapper {
    width: 47%;
    float: right;
    -webkit-max-logical-width: 47%;
    margin-right: 25%;
    margin-top: 0px;	
	margin-bottom:40px;
}

#contactform {
  border: 1px solid #e7ebed;
}

.html-embed {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
