@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,600,700,300);
html {overflow-y: scroll;}
body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background: #fff;
}
body.mce-content-body {
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
p,
pre {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
header,
section,
footer,
article {
	display: block;
}
/* Custom styles
-------------------------------------------------------- */
.textsize_box {
	position: absolute;
	right: 0;
	top: 100px;
	background: #fff;
	border: 2px solid #ccc;
	padding: 20px;
	font-size: 4em;
	display: none;
	z-index: 1200;
	width: 100%;
	box-sizing: border-box;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}
body > header {
	height: 100px;
	position: relative;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
body > header .logo {
	float: left;
	margin-top: 22px;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}
body > header .logo img {
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	height: 60px;
}
nav {
	float: right;
	margin-top: 31px;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}
nav li {
	float: left;
}
nav li > a {
	color: #003a75;
	font-size: 20px;
	font-weight: 300;
	padding: 6px 7px 8px;
	line-height: 1em;
	display: block;
}
nav li > a:hover {
	text-decoration: none;
	color: #58BA00;
}
nav li.has_submenu > a {
	background: url(../gfx/icon.submenu.png) center 37px no-repeat;
}
nav li.active {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-top: -2px;
}
nav li.active > a {
	border: 1px solid #e5ebf1;
	border-radius: 4px;
}
header .siteTools {
	float: right;
	margin-top: 41px;
	font-size: 0;
}
header .siteTools a {
	margin-left: 10px;
	display: inline-block;
}
.megamenu {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	box-shadow: inset 2.5px 4.33px 5px 0px rgba(0, 0, 1, 0.05);
	display: none;
}
.megamenu ul {
	border-left: 1px solid #f2f2f2;
}
.megamenu li {
	float: left;
	width: 33.33333333%;
	height: 150px;
	display: table;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.megamenu li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #003a75;
	box-sizing: border-box;
	padding: 0 190px 0 20px;
	background-position: 98% center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2em;
}
.mobileMenuTrigger {
	float: right;
	display: none;
}
.mobileMenuTrigger a {
	background: url(../gfx/icon.hamburger.png) center center no-repeat;
	width: 65px;
	height: 60px;
	display: block;
}
header.scrolled {
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(217,227,236,0.5);
	box-shadow: 0 5px 5px 0 rgba(217,227,236,0.5);
}
header.scrolled .megamenu {
	top: 50px;
}
header.scrolled .logo {
	margin-top: 5px;
}
header.scrolled .logo img {
	height: 40px;
}
header.scrolled nav {
	margin-top: 8px;
}
header.scrolled .siteTools {
	margin-top: 18px;
}
header .productMenu {
	position: absolute;
	top: 50px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	background-color: rgb(0, 58, 117);
	width: 100%;
	left: 0;
	display: none;
}
header.scrolled .productMenu {
	display: block;
}
header .productMenu ul {
	float: right;
}
header .productMenu li {
	float: left;
	margin-right: 17px;
}
header .productMenu li:last-child {
	margin-right: 0;
}
header .productMenu li a {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	line-height: 1em;
	font-size: 20px;
	padding: 11px 0;
}
header .productMenu li.active a {
	font-weight: 700;
	background: url(../gfx/tip.png) center 100% no-repeat;
}
/* @media only screen and (max-width : 1190px) {
	.wrap {
		width: 990px;
	}
	nav li > a {
		padding: 6px 7px 8px;
	}
} */
@media only screen and (max-width : 1200px) {
	.mobileMenuTrigger {
		margin-top: 6px;
		display: block;
	}
	header.scrolled .productMenu {
		display: none;
	}
	.wrap {
		width: 100%;
	}
	header {
		height: 70px;
	}
	header .logo {
		margin-top: 6px;
		padding-left: 20px;
	}
	header .logo img {
		height: 58px;
	}
	nav .siteTools {
		display: none;
	}
	nav .mobileTools {
		display: block;
	}
	nav ul.firstLevel {
		display: none;
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		background: #fff;
		z-index: 201;
		/* border-top: 1px solid #ededed; */
		border-bottom: 5px solid #073b6f;
	}
	nav ul li {
		float: none;
		background: none;
		padding: 0;
		text-align: right;
		background: url(../gfx/menu.separator.png) 100% 0 repeat-y;
		border-bottom: 1px solid #ededed;
	}
	nav ul li:first-child{
		background: 0;
	}
	nav ul li a {
		padding: 12px 55px 12px 20px;
	}
	nav li.has_submenu > a {
		background: url(../gfx/icon.plus.png) 100% center no-repeat;
	}
	nav li.has_submenu.open > a {
		background: url(../gfx/icon.close.small.png) 100% center no-repeat;
	}
	nav ul li.active{
		border-top: 0;
	}
	nav ul li.active > a {
		font-weight: 700;
		border: none;
		border-radius: 0;
	}
	.megamenu {
		display: none;
		position: static;
		box-shadow: none;
		background: #f6f6f6;
	}
	.megamenu ul {
		border-left: none;
	}
	.megamenu li {
		width: 100%;
		float: none;
		display: block;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		background: none;
	}
	.megamenu li:last-child {
		border-bottom: none;
	}
	.megamenu li a {
		display: block;
		padding: 0;
		background-image: none !Important;
		font-size: 20px;
		font-weight: 500;
		padding: 12px 20px;
	}
	header .siteTools {
		display: none;
	}
}
@media only screen and (max-width : 350px) {
	header .logo{
		margin-top: 10px;
	}
	header .logo img{
		height: 50px;
	}
}
.page_image_container {
	background-image: url(../gfx/slde.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 720px;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 100;
}
.page_image_container.subpage {
	background-image: url(../gfx/subpage.slide.jpg);
}
.page_image_container.subpage {
	height: 500px;
}
.frontSlider .slogan,
.page_image_container .slogan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../gfx/layer.bg.png) 0 0;
	z-index: 10;
	color: #fff;
	font-size: 34px;
	font-style: italic;
	padding: 20px 0;
	line-height: 1em;
	text-align: right;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	box-sizing: border-box;
	height: 80px;
}
.frontSlider .slogan .company_name,
.page_image_container .slogan .company_name {
	float: left;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: -2px;
}
.frontSlider .slogan .company_name img,
.page_image_container .slogan .company_name img {
	width: 350px;
}
.frontSlider .slogan .slogan_right,
.page_image_container .slogan .slogan_right {
	float: right;
}
.page_image_container .infoLayer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 90px;
	background: url(../gfx/layer.background.png) center 0 no-repeat;
	/*	background: url(../gfx/layer.background.dif.png) center 0 no-repeat\0;*/
}
.page_image_container .infoLayer .wrap .bg {
	background: url(../gfx/layer.bg.png) 0 0;
	color: #fff;
	font-size: 28px;
	font-weight:300;
	width: 748px;
	box-sizing: border-box;
	padding: 30px 30px 30px 0;
	line-height: 1.3em;
}
.page_image_container .wave {
	background-image: url(../gfx/wave.png);
	background-position: -110px bottom;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding-bottom: 30px;
}
.page_image_container.subpage .wave {
	padding-bottom: 0;
	background-image: none;
}
.page_image_container .page_heading {
	background: url(../gfx/layer.background.png) center 0 no-repeat;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 90px;
	font-size: 0;
	background: url(../gfx/layer.background.dif.png) center 0 no-repeat\0;
}
.page_image_container .page_heading .wrap .bg {
	background: url(../gfx/layer.bg.png) 0 0;
	color: #fff;
	font-size: 60px;
	font-weight:300;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 30px 20px 0;
	line-height: 1.3em;
}
.mobileHeading {
	display: none;
}
.page_image_container.scrolled .slogan {
	height: 0;
	position: fixed;
	top: 50px;
	padding: 0;
	left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.frontSlider .infoLayer,
	.page_image_container .infoLayer,
	.page_image_container .page_heading {
		background: url(../gfx/layer.background.dif.png) center 0 no-repeat;
	}
}
.page_image_container .box {
	width: 33.333333%;
	float: left;
	height: 500px;
	position: relative;
}
.page_image_container .box .text_box {
	color: #fff;
	background: rgba(0, 58, 117, 0.8);
	position: absolute;
	bottom: 0;
	left: 1.5%;
	font-size: 17px;
	padding: 30px 25px 50px;
	box-sizing: border-box;
	width: 96%;
	height: 230px;
}
.page_image_container .box .text_box h3 {
	font-size: 50px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	margin-bottom: 20px;
}
@media only screen and (max-width : 1200px) {
	.page_image_container .infoLayer .wrap .bg {
		padding: 20px;
	}
	.page_image_container .slogan {
		font-size: 31px;
	}
}
@media only screen and (max-width : 1000px) {
	.mobileHeading {
		display: block;
	}
	.page_image_container {
		height: 300px;
		margin-top: 100px;
	}
	.page_image_container .wave {
		background: none;
		padding-bottom: 0;
	}
	.page_image_container .infoLayer {
		bottom: 0;
	}
	.page_image_container .infoLayer .wrap .bg {
		font-size: 16px;
		padding: 20px;
		width: auto;
	}
	.frontSlider .slogan,
	.page_image_container .slogan {
		text-align: left;
		top: -100px;
		background: #073b6f;
		height: auto;
	}
	.frontSlider .slogan .slogan_right{
		float: none;
		margin-top: 0px;
		font-size: 20px;
	}
	.page_image_container .slogan .slogan_right {
		float: none;
		margin-top: 10px;
		font-size: 20px;
	}
	.frontSlider .slogan .company_name,
	.page_image_container .slogan .company_name {
		float: none;
	}
	.frontSlider .slogan .wrap{
		padding: 0;
	}
	.page_image_container .slogan .wrap {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.page_image_container.subpage {
		height: 300px;
	}
	.page_image_container .box {
		display: none;
	}
	.page_image_container .page_heading .wrap .bg {
		padding: 20px;
	}
}
@media only screen and (max-width : 600px) {
	.page_image_container .page_heading .wrap .bg {
		font-size: 30px;
	}
	.page_image_container {
		background-size: contain;
		height: 265px;
	}
	.page_image_container.subpage {
		background-size: cover;
	}
}
@media only screen and (max-width : 500px) {
	.frontSlider .slogan .company_name img,
	.page_image_container .slogan .company_name img {
		width: 100%;
	}
	.frontSlider .slogan .slogan_right{
		font-size: 15px;
	}
}
@media only screen and (max-width : 400px) {
	.frontSlider .slogan,
	.page_image_container .slogan {
		padding: 15px 0;
	}
	.frontSlider .slogan .slogan_right,
	.page_image_container .slogan .slogan_right {
		font-size: 15px;
	}
	.page_image_container {
		height: 252px;
	}
}
.frontSlider {
	position: relative;
	height: calc(100vh - 100px);
	/*height: 720px;*/
}
.frontSlider .movieContainer{
	height: calc(100% - 100px);
	width: 100%;
}
.frontSlider .movieContainer video{ 
	position: absolute;
	left: 50%;
	/* top: 80px; */
	transform: translate(-50.01%, 0%);
	width: 100%;
}
.frontSlider .wave {
	background-image: url(../gfx/wave.png);
	background-position: -110px bottom;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	z-index: 100;
}
.frontSlider .items {
	/*height: 720px;*/
	height: calc(100vh - 100px);
	position: relative;
	width: 100%;
	/*top: -14px;*/
}
.frontSlider .items .arrow {
	opacity: 0.6;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 120;
}
.frontSlider .items .arrow:hover {
	opacity: 1;
}
.frontSlider .items .arrow.left {
	left: 20px;
}
.frontSlider .items .arrow.right {
	right: 20px;
}
.frontSlider .items .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.frontSlider .items .item .infoLayer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 90px;
	background: url(../gfx/layer.background.png) center 0 no-repeat;
	font-family: "Roboto Condensed",sans-serif;
	z-index: 102;
}
.frontSlider .items .item .infoLayer .wrap .bg {
	background: url(../gfx/layer.bg.png) 0 0;
	color: #fff;
	font-size: 28px;
	font-weight:300;
	width: 748px;
	box-sizing: border-box;
	padding: 30px 30px 30px 0;
	line-height: 1.3em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.frontSlider .items .item .infoLayer {
		background: url(../gfx/layer.background.dif.png) center 0 no-repeat;
	}
}
@media only screen and (max-width : 1200px) {
	.frontSlider {
		height: calc(100vh - 100px);
	}
	.frontSlider .movieContainer video{ 
		position: absolute;
		
		top: 54px;
		transform: translate(-50%, 0%);
		width: 100%;
		height: auto;
	}
	.frontSlider .items .item .infoLayer .wrap .bg  {
		padding: 20px;
	}
	.frontSlider .slogan{
		padding: 10px 20px;
		height: auto;
	}
}
@media only screen and (max-width : 1000px) {
	.frontSlider {
		height: 300px;
		margin-top: 100px;
	}
	.frontSlider .items {
		height: 300px;
		top: -14px;
	}
	
	.frontSlider .movieContainer video{ 
		position: absolute;
		
		top: -15px;
		transform: translate(-50%, 0%);
		width: 100%;
		height: auto;
	}
	.frontSlider .arrow {
		display: none;
	}
	.frontSlider .wave {
		display: none;
	}
	.frontSlider .items .item .infoLayer {
		bottom: 0;
	}
	.frontSlider .items .item .infoLayer .wrap .bg {
		font-size: 16px;
		padding: 20px;
		width: auto;
	}
}
@media only screen and (max-width : 400px) {
	.frontSlider .items,
	.frontSlider {
		height: 252px;
	}
}
.front_products {
	background: #eaf1f7 url(../gfx/map.png) center 23px no-repeat;
	padding: 60px 0 100px 0;
	position: relative;
	border-bottom: 1px solid #d2deea;
	font-family: 'Roboto Condensed', sans-serif;
}
.front_products h2 {
	color: #003a75;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1em;
}
.front_products li {
	float: left;
	width: 380px;
	height: 140px;
	border-radius: 4px;
	display: table;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.5px 0.866px 0px 0px rgba(0, 58, 117, 0.1);
	margin: 0 30px 30px 0;
	box-sizing: border-box;
}
.front_products li:nth-child(3n) {
	margin: 0 0 30px 0;
}
.front_products li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #003a75;
	box-sizing: border-box;
	padding: 0 190px 0 20px;
	background-position: 98% center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2em;
}
.front_products li a:hover {
	text-decoration: none;
	color: #58ba00;
}
@media only screen and (max-width : 1200px) {
	.front_products li {
		width: 450px;
	}
	.front_products li:nth-child(2n) {
		margin: 0 0 30px 0;
		float: right;
	}
	.front_products li:nth-child(3n) {
		margin: 0 30px 30px 0;
	}
}
@media only screen and (max-width : 1000px) {
	.front_products {
		padding: 30px 20px;
	}
	.front_products h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.front_products li {
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}
	.front_products li:nth-child(2n) {
		margin: 0 0 30px 0;
		float: none;
	}
	.front_products li a {
		font-size: 20px;
		padding: 0 170px 0 20px;
	}
}
@media only screen and (max-width : 400px) {
	.front_products li a {
		font-size: 17px;
		padding: 0 150px 0 20px;
	}
}
.case_studies {
	font-size: 0;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #d2deea;
}
.case_studies h2 {
	color: #003a75;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 38px;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.case_studies .box {
	display: inline-block;
	width: 33.333333333%;
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	font-size: 18px;
}
.case_studies .box a {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.case_studies .box .info {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px 35px;
	font-weight: 300;
	height: 130px;
	text-align: center;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	width: 100%;
}
.case_studies .box a:hover .info {
	background: #fff;
	color: #58ba00;
}
.case_studies .box .info h3 {
	font-size: 38px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 15px;
}
.case_studies .box a .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../gfx/layer.bg.png) 0 0;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.case_studies .box a:hover .bg {
	opacity: 0;
}
.case_studies .see_all {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 22px 0;
}
.case_studies .see_all a {
	color: #003a75;
	background: url(../gfx/icon.arrow.right.png) 100% center no-repeat;
	font-size: 18px;
	font-weight: 500;
	padding-right: 16px;
	line-height: 1em;
	display: inline-block;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	font-weight: 300;
	transition: padding 0.3s ease;
}
.case_studies .see_all a:hover {
	padding-right: 20px;
	text-decoration: none;
}
@media only screen and (max-width : 1200px) {
	.case_studies .box .info h3 {
		font-size: 24px;
	}
	.case_studies .box .info {
		padding: 20px;
		font-size: 16px;
	}
}
@media only screen and (max-width : 1000px) {
	.case_studies h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.case_studies {
		padding: 30px 20px 0 20px;
	}
	.case_studies .box {
		width: 100%;
		background-position: center top;
	}
	.case_studies .box_1 {
		display: block;
	}
	.case_studies .box a .bg {
		opacity: 0;
	}

	.case_studies .box .info h3 {
		margin-bottom: 0;
	}
	.case_studies .box a .info {
		background: rgba(255, 255, 255, 0.7);
		color: #000;
	}
	.case_studies .box {
		height: 100px;
	}
}
@media only screen and (max-width : 700px) {
	.case_studies .box .info {
		text-align: center;
	}
}

.best_practice_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.best_practice_list li .media_item {
	width: 30%;
}

.best_practice_list li .content {
	width: 70%;
}

.news_article {
	position: relative;
	display: flex;
	padding: 0 0 4em 0;
}

.news_article .media_image {
	width: 25%;
}

.news_article .media_image img {
	width: 100%;
	object-fit: cover;
}

.news_article .news_content header h2 {
	font-size: 18px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: none;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.news_article .news_content header h2 time {
	margin: 5px 0 0 0;
	display: block;
	font-size: 12px;
}

.news_article.with_picture .news_content {
	padding-left: 20px;
	width: 75%;
}

.news_article_full .news_content .news_image {
	margin: 0 -10px 20px;
	background-color: #f4f8fb;
	padding: 10px;
}

.news_article_full .news_content .news_image img {
	width: 100%;
	max-width: 100%;
}

.calendar {
	background: #eaf1f7;
	padding: 80px 0;
}
.calendar h2 {
	color: #003a75;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 38px;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.calendar li {
	float: left;
	width: 380px;
	height: 140px;
	border-radius: 4px;
	display: table;
	background-color: rgb(255, 255, 255);
	box-shadow: 0.5px 0.866px 0px 0px rgba(0, 58, 117, 0.1);
	margin: 0 30px 30px 0;
}
.calendar li:nth-child(3n) {
	margin: 0 0 30px 0;
}
.calendar li .date {
	float: left;
	width: 76px;
	box-sizing:border-box;
	padding: 30px 0 0 10px;
	font-size: 46px;
	line-height: 0.3em;
	color: #003a75;
	margin-right: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.calendar li .date span {
	font-size: 16px;
}
.calendar li .info {
	float: left;
	width: 260px;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}
.calendar li .info h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	color: #003a75;
	line-height: 1em;
	margin-bottom: 10px;
	font-size: 26px;
}
.calendar li a:hover .date,
.calendar li a:hover .info,
.calendar li a:hover .info h3 {
	color: #58ba00;
}
@media only screen and (max-width : 1200px) {
	.calendar li {
		width: 310px;
	}
	.calendar li .info {
		width: 220px;
	}
}
@media only screen and (max-width : 1000px) {
	.calendar {
		padding: 30px 20px;
	}
	.calendar h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.calendar li {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		height: auto;
		padding-bottom: 10px;
	}
	.calendar li .info {
		width: 77%;
	}
}
@media only screen and (max-width : 500px) {
	.calendar li .info {
		width: 68%;
	}
}
@media only screen and (max-width : 400px) {
	.calendar li .info {
		width: 60%;
	}
}
.content_container {
	background: #eaf1f7;
	position: relative;
	z-index: 200;
	padding: 30px 0 100px 0;
}
.content_container .wave {
	background: url(../gfx/wave3.png) center 0 no-repeat;
	position: absolute;
	height: 118px;
	width: 100%;
	top: -44px;
	left: 0;
	z-index: 1000;
}
.leftbar {
	float: left;
	width: 360px;
	position: relative;
	z-index: 11;
	margin-top: 20px;
}
@media only screen and (max-width : 1000px) {
	.leftbar {
		display: none;
	}
	.content_container .wave {
		background-image: none;
		padding-bottom: 0;
		display: none;
	}
}
.leftbar h2,
.leftbar h2.leftbar_heading {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.leftbar p{
	margin-bottom: 50px;
}
.leftbar h3 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	margin-bottom: 15px;
}
.leftbar .location .map {
	border: 10px solid #f4f8fb;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 280px;
	height: 180px;
	padding: 20px;
	margin-bottom: 20px;
}
.leftbar > ul {
	margin-bottom: 50px;
}

.leftbar li {
	border-bottom: 1px solid #d2d8de;
}
.leftbar .bullets li {
	border-bottom: none;
	background: url(../gfx/bullet.png) 2px 7px no-repeat;
	padding: 0 0 18px 18px;
	line-height: 1em;
}
.leftbar li a {
	display: block;
	line-height: 1em;
	font-size: 18px;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 13px 40px 12px 0;
	background: url(../gfx/arrow.right.blue.png) 330px center no-repeat;
}
.leftbar .downloads li a {
	background: url(../gfx/icon.download.png) 330px center no-repeat;
}
.leftbar li.active > a {
	font-weight: 500;
	background: #fff url(../gfx/arrow.right.blue.png) 330px center no-repeat;
	padding: 13px 40px 12px 12px;
}
.leftbar .contact_person {
	margin-top: 25px;
	margin-bottom: 50px;
}
.leftbar .contact_person .image {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.leftbar .contact_person .image img {
	background: #fff;
	padding: 4px;
	border: 1px solid #e4e4e4;
}
.leftbar .contact_person .details {
	float: left;
	width: 220px;
	font-weight: 300;
	font-size: 14px;
}
.leftbar .contact_person .details.wide {
	width: 330px;
}
.leftbar .contact_person .details h3 {
	font-size: 20px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
}
.leftbar .contact_person .details a {
	color: #333333;
}
.leftbar .contact_person .details .email {
	background: url(../gfx/icon.email.dark.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 4px;
}
.leftbar .contact_person .details .phone {
	background: url(../gfx/icon.phone.dark.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.leftbar .contact_person .details .mobile {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.leftbar .contact_person .details .duty_phone {
	background: url(../gfx/icon.duty.phone.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.leftbar .events {
	background: #fff url(../gfx/event_bg.png) 0 0 repeat-y;
	width: 340px;
	box-shadow: 0.5px 0.866px 0px 0px rgba(0, 58, 117, 0.1);
	border-radius: 4px;
}
.leftbar .event_item {
	border-bottom: 1px solid #e5ebf1;
}
.leftbar .event_item div {
	float: left;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	height: 60px;
	color: #003a75;
}
.leftbar .event_item div.date {
	width: 24%;
	font-size: 16px;
	padding: 12px 0 0 14px;
}
.leftbar .event_item div.title {
	width: 76%;
	font-size: 21px;
	padding: 19px 0 0 10px;
	line-height: 1em;
}

/**
 * Submenu
 */
.submenu {
	border-left: 2px solid #fff;
	display: none;
}

li.active > ul.submenu {
	display: block;
}

.submenu li a {
	padding-left: 22px;
}

.submenu li.active a {
	padding-left: 22px !important;
	background-color: #003a75 !important;
	color: #fff;
}

.rightbar {
	float: left;
	box-sizing: border-box;
	width: 840px;
	border: 1px solid #d2deea;
	padding: 59px;
	background: #fff;
	position: relative;
	margin-left: -1px;
	border-radius: 0 0 4px 4px;
	margin-top: -40px;
}
.rightbar h1.page_heading {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.rightbar h2.sub_heading {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.rightbar .infoBar {
	background: #f4f8fb;
	padding: 13px 14px 12px;
	line-height: 1em;
	font-size: 14px;
	color: #a8abad;
	margin-top: -19px;
	margin-bottom: 20px;
}
.rightbar .content_slider {
	height: 320px;
	position: relative;
	margin-bottom: 90px;
}
.rightbar .content_slider .arrow.left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	z-index: 100;
}
.rightbar .content_slider .arrow.right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	z-index: 100;
}
.rightbar .content_slider .items {
	position: relative;
	height: 100%;
	width: 100%;

}
.rightbar .content_slider .item {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 10px solid #f4f8fb;
	box-sizing:border-box;
}
.rightbar .content_slider .item .slider_title {
	width: 100%;
	position: absolute;
	left: -10px;
	top: 100%;
}
.rightbar .slider_title span {
	color: #003A75;
	font-size: 18px;
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	background: #f4f8fb;
	padding: 10px 0 10px 10px;
	line-height: 1em;
	font-weight: 500;
	border-right: 10px solid #f4f8fb;
	width: 100%;
}
.slider_title div {
	color: #003A75;
	font-size: 16px;
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	background: #f4f8fb;
	padding: 0 0 10px 10px;
	line-height: 1em;
	border-right: 10px solid #f4f8fb;
	width: 100%;
}

@media only screen and (max-width : 1200px) {
	.rightbar {
		padding: 59px 20px;
		width: 631px;
	}
}
@media only screen and (max-width : 1000px) {
	.rightbar {
		width: 100%;
		border: none;
		margin-left: 0;
	}

}
@media only screen and (max-width : 640px) {
	.rightbar .content_slider {
		height: 250px;
	}
}
@media only screen and (max-width : 400px) {
	.rightbar .content_slider {
		height: 200px;
	}
}
.form_container{
	padding-top: 50px;
}
.form_container h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.form_container label {
	float: left;
	width: 48%;
}
.form_container label.right {
	float: right;
}
.form_container label.wide {
	float: none;
	width: 100%;
}
.form_container span {
	display: block;
	padding: 0 0 5px 10px;
	line-height: 1em;
	font-size: 14px;
}
.form_container select {
	height: 40px;
	border-radius: 2px;
	background-color: rgb(244, 248, 251);
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 58, 117, 0.15);
	border: none;
	width: 100%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form_container input {
	height: 40px;
	border-radius: 2px;
	background-color: rgb(244, 248, 251);
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 58, 117, 0.15);
	border: none;
	width: 100%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form_container textarea {
	height: 160px;
	border-radius: 2px;
	background-color: rgb(244, 248, 251);
	box-shadow: inset 1px 1.732px 4px 0px rgba(0, 58, 117, 0.15);
	border: none;
	width: 100%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 16px;
	padding: 10px;
	resize: none;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form_container input.error,
.form_container textarea.error {
	outline: 1px solid red;
}
.form_container button {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #003a75 url(../gfx/arrow.right.white.png) 96px center no-repeat;
	border: none;
	width: 120px;
	height: 40px;
	border-radius: 2px;
	cursor: pointer;
	text-align: left;
	padding: 0 0 0 10px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.form_container button:hover {
	background: #06498e url(../gfx/arrow.right.white.png) 100px center no-repeat;
}
.form_container .messages {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.form_container .messages .message {
	padding: 18px 60px 18px 18px;
	display: none;
}
.form_container .messages .success {
	background: url(../gfx/success.png) 93% center no-repeat;
	color: #6cae36;
}
.form_container .messages .required,
.form_container .messages .email,
.form_container .messages .err,
.form_container .messages .server {
	background: url(../gfx/error.png) 93% center no-repeat;
	color: #ca0100;
}
@media only screen and (max-width : 640px) {
	.form_container label {
		float: none;
		width: 100%;
	}
	.form_container label.right {
		float: none;
		width: 100%;
	}
}


/**
 * Case studie
 */
.item-info h2,
.item-info h2.leftbar_heading {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.item-info p{
	margin-bottom: 50px;
}
.item-info h3 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	margin-bottom: 15px;
}
.item-info .location .map {
	border: 10px solid #f4f8fb;
	margin-top: 10px;
	height: 180px;
	padding: 20px;
	margin-bottom: 20px;
}
.item-info > ul {
	margin-bottom: 50px;
}

.item-info li {
	border-bottom: 1px solid #d2d8de;
}
.item-info .bullets li {
	border-bottom: none;
	background: url(../gfx/bullet.png) 2px 7px no-repeat;
	padding: 0 0 18px 18px;
	line-height: 1em;
}
.item-info li a {
	display: block;
	line-height: 1em;
	font-size: 18px;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 13px 40px 12px 0;
	background: url(../gfx/arrow.right.blue.png) 330px center no-repeat;
}
.item-info .downloads li a {
	background: url(../gfx/icon.download.png) 330px center no-repeat;
}
.item-info li.active a {
	font-weight: 500;
	background: #fff url(../gfx/arrow.right.blue.png) 330px center no-repeat;
	padding: 13px 40px 12px 12px;
}
.leftbar .contact_person {
	margin-top: 25px;
	margin-bottom: 50px;
}
.item-info .contact_person .image {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.item-info .contact_person .image img {
	background: #fff;
	padding: 4px;
	border: 1px solid #e4e4e4;
}
.item-info .contact_person .details {
	float: left;
	width: 220px;
	font-weight: 300;
	font-size: 14px;
}
.leftbar .contact_person .details.wide {
	width: 330px;
}
.item-info .contact_person .details h3 {
	font-size: 20px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
}
.item-info .contact_person .details a {
	color: #333333;
}
.item-info .contact_person .details .email {
	background: url(../gfx/icon.email.dark.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 4px;
}
.item-info .contact_person .details .phone {
	background: url(../gfx/icon.phone.dark.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.item-info .contact_person .details .mobile {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.item-info .contact_person .details .duty_phone {
	background: url(../gfx/icon.duty.phone.png) 0 center no-repeat;
	padding: 12px 0 12px 30px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.item-info .events {
	background: #fff url(../gfx/event_bg.png) 0 0 repeat-y;
	width: 340px;
	box-shadow: 0.5px 0.866px 0px 0px rgba(0, 58, 117, 0.1);
	border-radius: 4px;
}
.item-info .event_item {
	border-bottom: 1px solid #e5ebf1;
}
.item-info .event_item div {
	float: left;
	box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	height: 60px;
	color: #003a75;
}
.item-info .event_item div.date {
	width: 24%;
	font-size: 16px;
	padding: 12px 0 0 14px;
}
.item-info .event_item div.title {
	width: 76%;
	font-size: 21px;
	padding: 19px 0 0 10px;
	line-height: 1em;
}


.hubspot-form fieldset {
	max-width: 100% !important;
}

.hubspot-form label span {
	display: inline-block;
}

.hubspot-form div.input input.hs-input{
	width: 100%;
}

@media only screen and (max-width : 480px) {
	.hubspot-form .hs-input {
		width: 100% !important;
	}
}

.hubspot-form div.input textarea.hs-input{
	width: 100%;
}

.hubspot-form div.hs-submit input {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #003a75 url(../gfx/arrow.right.white.png) 96px center no-repeat;
	border: none;
	width: 120px;
	height: 40px;
	border-radius: 2px;
	cursor: pointer;
	text-align: left;
	padding: 0 0 0 10px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.hubspot-form input[type='checkbox'] {
	height: 11px;
}

.hubspot-form ul {
	list-style: none;
}

.hubspot-form ul.hs-error-msgs {
	margin-top: -8px;
	padding-left: 0px;
}

.hubspot-form ul.hs-error-msgs {
	padding: 0 0 0 10px;
}

.hubspot-form ul.hs-error-msgs li label {
	width: 100% !important;
	color: red;
	margin-bottom: 20px;
}

@media only screen and (max-width : 650px) {
	div.hubspot-big-flyer img {
		width: 100%;
		height: auto;
	}
}

div.hubspot-left-banner {
	padding-bottom: 46px;
}

strong {
	font-weight: 700;
}
.media_list li {
	background: #fff;
	box-shadow: 0.5px 0.866px 0px 0px rgba(0, 58, 117, 0.1);
	width: 570px;
	height: 240px;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 6px 6px 0 0;
	float: left;
	margin-bottom: 60px;
}
.narrow_media .media_list li {
	width: 340px;
	background: #f4f8fb;
	box-sizing:  border-box;
	padding: 0 20px 20px 20px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.narrow_media .media_list li:nth-child(odd) {
	margin-right: 30px;
}

.media_list li:nth-child(even) {
	float: none;
}
.media_list li .details {
	float: left;
	width: 336px;
}
.narrow_media .media_list li .details {
	float: none;
	width: 100%;
}
.media_list li .details h2 {
	font-size: 32px;
	color: #003a75;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}
.narrow_media .media_list li .details h2 {
	display: table;
	height: 100px;
	width: 100%;
	margin-bottom: 0;
	font-size: 26px;
}
.narrow_media .media_list li .details h2 .cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding-top: 10px;
}
.narrow_media li .text {
	padding-bottom: 20px;
}
.media_list li .details .btns,
.news_article .btns {
	font-size: 0;
	margin-top: 25px;
}
.media_list li .details .btns a,
.news_article .news_content div .btns a {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #003a75;
	border-radius: 4px;
	background-color: #f4f8fb;
	box-shadow: 0.5px 0.866px 0px 0px rgba(210, 222, 234, 0.004);
	width: 160px;
	box-sizing: border-box;
	padding: 13px 31px 13px 15px;
	line-height: 1em;
	background-position: 93% center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.narrow_media .media_list li .details .btns a,
.news_article .btns a {
	background-color: #fff;
	width: 48.3%;
}
.media_list li .details .btns a.download,
.news_article .btns a.download{
	background-image: url(../gfx/icon.download.png);
	margin-right: 10px;

}
.media_list li .details .btns a.view,
.news_article .btns a.view {
	background-image: url(../gfx/icon.magnify.png);
}
.media_list li .details .btns a.watch,
.news_article .btns a.watch {
	background-image: url(../gfx/video_icon.png);
	background-position: 94% center;
}
.media_list li .image {
	float: right;
	width: 150px;
}
.narrow_media .media_list li .image {
	height: 210px;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
}
@media only screen and (max-width : 1200px) {
	.media_list li {
		width: 470px;
	}
	.media_list li .details {
		width: 271px;
	}
	.media_list li .details .btns a {
		width: 124px;
	}
	.media_list li .details h2 {
		margin-bottom: 11px;
	}
	.media_list li .details .btns {
		margin-top: 12px;
	}
	.narrow_media .media_list li {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width : 1000px) {
	.media_list li {
		float: none;
		margin: 0 auto 60px;
	}
	.media_list li:nth-child(2n) {
		float: none;
	}
}
@media only screen and (max-width : 480px) {
	.media_list li {
		width: 100%;
	}
	.media_list li .details {
		width: 100%;
	}
	.media_list li .image {
		display: none;
	}
	.narrow_media .media_list li .image {
		display: block;
		height: 170px;
	}
	.media_list li .details .btns a {
		width: 47%;
	}
	.narrow_media .media_list li .details .btns a {
		width: 47.5%;
	}
}
.rightbar .mobileSubmenu {
	position: relative;
	margin-bottom: 30px;
	display: none;
}
.rightbar .mobileSubmenu .submenuTrigger {
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 30px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 58, 117, 0.1);
	display: block;
	line-height: 1em;
	padding: 14px 20px;
	background-image: url(../gfx/icon.hamburger.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	position: relative;
}
.rightbar .mobileSubmenu .submenuTrigger.open {
	background-image: url(../gfx/icon.close.png);
}
.rightbar .mobileSubmenu > ul {
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	background: #fff;
	z-index: 201;
	border: 1px solid rgba(0, 58, 117, 0.1);
	display: none;
	box-sizing: border-box;
}
.rightbar .mobileSubmenu ul li {
	float: none;
	background: none;
	padding: 0;
	text-align: right;
	background: url(../gfx/menu.separator.png) 100% 0 repeat-y;
	border-bottom: 1px solid #ededed;
}
.rightbar .mobileSubmenu ul li a {
	padding: 12px 55px 12px 20px;
	color: #003a75;
	display:block;
	line-height: 1em;
}
.rightbar .mobileSubmenu > ul > li > a {
	background: url(../gfx/icon.plus.png) 100% center no-repeat;
}
.rightbar .mobileSubmenu > ul.noaccordion > li > a {
	background:none !Important;
}
.rightbar .mobileSubmenu > ul > li.open > a {
	background: url(../gfx/icon.close.small.png) 100% center no-repeat;
}
.rightbar .mobileSubmenu ul li ul {
	display: none;
	border-top: 1px solid #ededed;
}
.rightbar .mobileSubmenu ul li ul li.active a {
	font-weight: 500;
}
.rightbar .mobileSubmenu ul li:first-child ul {
	display: block;
}
.rightbar .mobileSubmenu ul li ul li:last-child {
	border-bottom: none;
}
nav ul li.active > a {
	font-weight: 700;
	border: none;
	border-radius: 0;
}
.rightbar .contact_info {
	margin-top:-20px;
	margin-bottom: 50px;
}
.rightbar .contact_info div {
	border-bottom: 1px solid #e5ebf1;
	padding: 19px 0 19px 34px;
	width: 330px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
	box-sizing: border-box;
	float: left;
}
.rightbar .contact_info a {
	color: #000000;
}
.rightbar .contact_info div:nth-child(even) {
	float: right;
}
.rightbar .contact_info .email {
	float: left;
	background: url(../gfx/icon.email.dark.png) 0 center no-repeat;
}
.rightbar .contact_info .invoice {
	background: url(../gfx/icon.invoice.png) 0 center no-repeat;
}
.rightbar .contact_info .phone {
	background: url(../gfx/icon.phone.dark.png) 0 center no-repeat;
}
.rightbar .contact_info .mobile {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
}
.rightbar .contact_info .duty_phone {
	background: url(../gfx/icon.duty.phone.png) 0 center no-repeat;
}
.rightbar .contact_info .fax {
	background: url(../gfx/icon.fax.dark.png) 0 center no-repeat;
}
.rightbar .contact_info .address {
	background: url(../gfx/icon.location.dark.png) 0 center no-repeat;
}
.rightbar .contact_info .post_address {
	background: url(../gfx/icon.postaddress.dark.png) 0 center no-repeat;
}
.contact_list{
	display: flex;
	flex-flow: row wrap;
}
.contact_list li {
	flex:  0 0 31%;
	margin-right: 3.5%;
	margin-bottom: 23px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.contact_list li:nth-child(3n + 3) {
	margin-right: 0;
}
.contact_list .image {
	display: block;
	width: 100%;
	padding-top: 125%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_list .image img {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0 0;
}
.contact_list .details {
	display: block;
	font-weight: 300;
	font-size: 14px;
	box-sizing: border-box;
}
.contact_list .details h3 {
	font-size: 24px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	padding: 12px 22px 6px 22px;
}
.contact_list .details a {
	color: #333333;
}
.contact_list .details .job{
	padding: 0 22px 12px 22px;
	line-height: 1em;
}
.contact_list .details .email {
	background: url(../gfx/icon.email.dark.png) center left 20px no-repeat;
	padding: 12px 22px 12px 44px;
	line-height: 1em;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.contact_list .details .phone {
	background: url(../gfx/icon.phone.dark.png) center left 20px no-repeat;
	padding: 12px 22px 12px 44px;
	line-height: 1em;
	border-bottom: 1px solid #e4e4e4;
}
.contact_list .details .mobile {
	background: url(../gfx/icon.mobile.png) center left 20px no-repeat;
	padding: 12px 22px 12px 44px;
	line-height: 1em;
}
.contact_list .details .duty_phone {
	background: url(../gfx/icon.duty.phone.png) center left 20px no-repeat;
	padding: 12px 22px 12px 44px;
	line-height: 1em;
}
#map {
	height: 317px;
	width: 838px;
	margin-left: -59px;
	margin-bottom: -59px;
	box-shadow: inset 1.5px 2.598px 0px 0px rgba(0, 0, 1, 0.1);
}
@media only screen and (max-width : 1200px) {
	.rightbar .contact_info div {
		width: 284px;
	}
	.contact_list li {
		width: 294px;
	}
	#map {
		margin-left: -20px;
		width: 630px;
	}
}
@media only screen and (max-width : 1000px) {
	.rightbar .mobileSubmenu {
		display: block;
	}
	#map {
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.rightbar .contact_info div {
		float: none !important;
		width: 100%;
	}
}
@media only screen and (max-width : 700px) {
	.contact_list li {
		flex: 0 0 48%;
		margin-right: 4%;
	}
	.contact_list li:nth-child(3n + 3) {
		margin-right: 4%;
	}
	.contact_list li:nth-child(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 430px) {
	.contact_list li {
		flex: 0 0 100%
	}
}
ul.sitemap {
	margin-top: 40px;
}
ul.sitemap li {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.sitemap > li {
	border-bottom: none;
}
ul.sitemap a {
	color: #003A75;
	font-size: 18px;
	text-decoration: none;
	line-height: 1em;
	display: block;
	font-weight: 300;
	background: url(../gfx/icon.arrow.png) 70px center no-repeat;
	padding: 17px 0 17px 108px;
	border-bottom: 1px solid #ecf1f6;
}
ul.sitemap a:hover {
	color: #58BA00;
}
ul.sitemap > li > a {

	font-size: 21px;
	padding: 17px 0 17px 69px;
	background: url(../gfx/icon.arrow.png) 30px center no-repeat;
}
body.mce-content-body h1,
article{
	padding-bottom: 30px;
}
article h1 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body h2,
article h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
article h2 a {
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
}
body.mce-content-body h3,
article h3 {
	font-size: 26px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
body.mce-content-body h4,
article h4 {
	font-size: 20px;
	font-weight: 500;
	color: #003a75;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	background: url(../gfx/heading.border.png) 0 100% no-repeat;
	padding-bottom: 17px;
	margin-bottom: 20px;
}

body.mce-content-body p,
article p {
	line-height: 1.5em;
}
body.mce-content-body ul,
article ul {
	margin: 10px 0 0 0;
	padding: 0;
}
body.mce-content-body ul li,
article ul li {
	margin: 0;
	padding: 0 0 8px 12px;
	line-height: 1.3em;
	list-style: none;
	background: url(../gfx/bullet.png) 0 10px no-repeat;
}
body.mce-content-body table,
article table {
	width: 100%;
	border: 1px solid #eaf0f5;
	border-collapse: collapse;
}
body.mce-content-body table th,
article table th {
	background: #003a75;
	padding: 13px;
	color: #fff;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #1a4e83;
	font-weight: bold;
}
body.mce-content-body table th:last-child,
article table th:last-child {
	padding: 13px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #003a75;
}
body.mce-content-body table td,
article table td {
	padding: 13px;
	background: #fff;
	color: #505050;
	border-right: 1px solid #eaf0f5;
	border-bottom: 1px solid #eaf0f5;
}
body.mce-content-body table tr:nth-child(odd) td,
article table tr:nth-child(odd) td {
	padding: 13px;
	background: #f4f8fb;
	color: #505050;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
@media only screen and (max-width : 640px) {
	article img {
		float: none !important;
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
}
footer {
	background-image: url(../gfx/footer_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
footer .wrap {
	position: relative;
	height: 350px;
	padding-top: 40px;
	box-sizing: border-box;
}
footer a {
	color: #fff;
}
footer .leftbox {
	float: left;
	width: 560px;
}
footer .leftbox  ul {
	background: url(../gfx/border.png) 0 100% repeat-x;
}
footer .leftbox li {
	float: left;
	margin-right: 30px;
}
footer .leftbox li a {
	opacity: 0.6;
	display: block;
	line-height: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 18px 0;
}
footer .leftbox li a:hover {
	color: #58ba00;
	opacity: 1;
	text-decoration: none;
}
footer .leftbox li.active a {
	opacity: 1;
	border-bottom: 1px solid #fff;
	color: #fff;
}
footer .leftbox .contact_info div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 19px 0 19px 34px;
	color:#fff;
	width: 230px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
	box-sizing: border-box;
	float: left;
}
footer .leftbox .contact_info div:nth-child(even) {
	float: right;
}
footer .leftbox .contact_info .tab_container {
	display: none;
}
footer .leftbox .contact_info .tab_container {
	padding: 0;
	float: none;
	width: auto;
	border-bottom: none;
}
footer .leftbox .contact_info .tab1 {
	display: block;
}
footer .leftbox .contact_info .email {
	background: url(../gfx/icon.email.png) 0 center no-repeat;
}
footer .leftbox .contact_info .phone {
	background: url(../gfx/icon.phone.png) 0 center no-repeat;
}
footer .leftbox .contact_info .mobile {
	background: url(../gfx/icon.mobile.png) 0 center no-repeat;
}
footer .leftbox .contact_info .duty_phone {
	background: url(../gfx/icon.duty.phone.white.png) 0 center no-repeat;
}
footer .leftbox .contact_info .fax {
	background: url(../gfx/icon.fax.png) 0 center no-repeat;
}
footer .leftbox .contact_info .address {
	background: url(../gfx/icon.location.png) 0 center no-repeat;
}
footer .rightbox {
	float: right;
	width: 560px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
footer h2 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
	margin-bottom: 8px;
}
footer .rightbox .text {
	line-height: 1.9em;
}
footer .privacy {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
footer .cookies {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
footer .back_to_top {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
footer .back_to_top a {
	font-size: 28px;
	background: url(../gfx/icon.to.top.png) 100% center no-repeat;
	padding: 10px 60px 10px 0;
	display: inline-block;
	line-height: 1em;
}
footer .back_to_top strong {
	text-transform: uppercase;
	font-weight: 500;
}
@media only screen and (max-width : 1200px) {
	footer .leftbox {
		width: 480px;
	}
	footer .rightbox {
		width: 480px;
	}
}
@media only screen and (max-width : 1000px) {
	footer {
		height: auto;
		background: url(../gfx/footer_bg_mobile.png) 0 0;
	}
	footer .wrap {
		height: auto;
	}
	footer .rightbox,
	footer .leftbox {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px 30px;
	}
	footer .leftbox .contact_info div {
		float: none;
		width: 100%;
	}
	footer .privacy,
	footer .cookies,
	footer .back_to_top {
		position: static;
		text-align: center;
		padding: 30px 0 0;
	}
	footer .privacy{
		transform: translate(0 ,0);
	}
}
@media only screen and (max-width : 460px) {
	footer .leftbox li {
		margin-right: 12px;
	}
	footer .leftbox li a {
		font-size: 16px;
	}
}
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1024px) {

}
@media only screen and (max-width : 768px) {

}
.socialSharing {
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
.socialItem{
	display: inline-block;
	vertical-align: top;
}
.socialItem:nth-of-type(2) {
	padding-top: -2px;
}
/* Custom styles
-------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.reset {
	padding: 0;
	margin: 0;
}
ul.reset li {
	list-style: none;
}

.rightbar .content_slider {
	height: 450px;
	position: relative;
	margin-bottom: 65px;
}
.productpage_slider {
	margin-bottom: 90px !important;
}

.rightbar .content_slider .coverItems .item{
	background-size: cover;
}
@media only screen and (max-width : 1200px) {
	.wrap{
		width: 1000px;
	}
}
@media only screen and (max-width : 1000px) {
	.wrap{
		width: 100%;
	}
}
@media only screen and (max-width : 640px) {
	.rightbar .content_slider {
		height: 350px;
	}
}
@media only screen and (max-width : 450px) {
	.rightbar .content_slider {
		height: 300px;
	}
}
@media only screen and (max-width : 370px) {
	.rightbar .content_slider {
		height: 250px;
	}
}
