
.breadcrumbs >p {
	float: none;
	text-align: center;
}

.breadcrumbs >p:hover a {
	text-decoration: none;
}

a {
	color: #008CBA;
	line-height: inherit;
	text-decoration: none;
	background: transparent;
}

a:active,a:hover {
	outline: 0;
}

strong {
	line-height: inherit;
	font-family: gotham_bold, sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
	border: 0;
}


*,:before,:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a:hover {
	cursor: pointer;
}

.row {
	max-width: 87.5rem;
	width: 100%;
	margin: 0 auto;
}

.row .row {
	max-width: none;
	width: auto;
	margin: 0 -.9375rem;
}

.columns {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
}

.columns + .columns:last-child {
	float: right;
}

.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 3px;
	border-style: solid;
	padding: .5625rem .875rem;
}

.breadcrumbs > * {
	color: #008CBA;
	float: left;
	font-size: .6875rem;
	line-height: .6875rem;
	text-transform: uppercase;
	margin: 0;
}

.breadcrumbs > :hover a,.breadcrumbs > :focus a {
	text-decoration: underline;
}

.breadcrumbs > * a {
	color: #008CBA;
}

.breadcrumbs > :before {
	color: #AAA;
	content: "/";
	position: relative;
	top: 1px;
	margin: 0 .75rem;
}

.breadcrumbs > :first-child:before {
	content: " ";
	margin: 0;
}

.text-center {
	text-align: center!important;
}

div,ul,li,h1,h5,p {
	margin: 0;
	padding: 0;
}

a:hover,a:focus {
	color: #0078a0;
}

a img {
	border: none;
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
}

h1,h5 {
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility;
}

h5 {
	font-size: 1.125rem;
}

ul {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem;
	margin-left: 1.1rem;
	list-style: none;
}

html,body,div,span,h1,h5,p,a,img,strong,ul,li,footer,nav,section {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

p,.div_p {
	font-family: gotham, sans-serif;
	display: block;
	letter-spacing: .125rem;
}
.div_p strong {
	line-height: inherit;
	font-family: gotham_bold, sans-serif;
    font-weight: normal;
}
h1,h5,.div_h1,.div_h2 {
	font-family: bebas, serif;
	display: block;
	letter-spacing: .3125rem;
	color: #fff;
}

h1 strong,h5 strong,.div_h1 strong,.div_h2 strong {
	font-family: bebas_bold, serif;
	font-weight: 400;
}

.vertical-middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrap {
	margin: 0 auto!important;
}

.homeSlideshow {
	position: relative;
	visibility: hidden;
}

.homeSlideshow .slideshow .item {
	width: 100%;
	color: #fff;
}

.homeSlideshow .slideshow .item span {
	position: relative;
	width: 100%;
	float: left;
}

.homeSlideshow .slideshow .item span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: inset 0 0 150px #050a1d;
	-moz-box-shadow: inset 0 0 150px #050a1d;
	box-shadow: inset 0 0 150px #050a1d;
}

.homeSlideshow .slideshow .item img {
	width: 100%;
	display: block;
}

.homeSlideshow .slideshow_progress {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background-color: rgba(255,255,255,0.1);
	margin: 0 auto;
}

.homeSlideshow .over {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.homeSlideshow .over .div_h2 {
	height: 112px;
	background-color: rgba(20,25,48,0.9);
	padding-left: 4%;
	text-transform: uppercase;
	font-size: 2.125rem;
}

.homeSlideshow .over .next {
	width: 112px;
	height: 112px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255,0.03);
	background-image: url(../img/arrow_dx_white_h23.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.homeSlideshow .over .next:hover {
	background-color: rgba(255,255,255,0.06);
	transition-duration: 600ms;
	transition-property: background-color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.homeSlideshow .over .slideshow_progress {
	position: absolute;
	bottom: auto;
	left: auto;
	right: auto;
	width: 50%;
	background-color: transparent;
	height: 112px;
	margin: 0;
}

.corporate_banner {
	background-color: #fff;
	padding: 100px 0;
}

.corporate_banner h1 {
	font-size: 2.125rem;
	max-width: 60%;
	color: #161c35;
	text-transform: uppercase;
	margin: 0 auto;
}

.corporate_banner p {
	font-size: 1.375rem;
	line-height: 28px;
	color: #161c35;
	padding: 0 10%;
}

.corporate_banner .line {
	width: 230px;
	height: 1px;
	display: inline-block;
	clear: both;
	background-color: #eaeaea;
	opacity: 0.7;
	filter: alpha(opacity=70);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	margin: 15px auto;
}

.corporateDescription {
	background-color: #fff;
}

.corporateDescription .contImg {
	min-height: 200px;
	padding: 0;
}

.corporateDescription .contImg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-box-shadow: inset 0 0 150px #050a1d;
	-moz-box-shadow: inset 0 0 150px #050a1d;
	box-shadow: inset 0 0 150px #050a1d;
}

.corporateDescription .contImg img.block {
	display: block!important;
}

.corporateDescription .contTxt {
	padding: 0 5rem;
}

.corporateDescription .div_h1 {
	font-size: 2.25rem;
	color: #3d435d;
	margin-bottom: 3.75rem;
}

.corporateDescription .div_p {
	color: #797979;
	font-size: .8125rem;
	line-height: 1.375rem;
	letter-spacing: normal;
}

.corporateDescription a.link {
	margin-top: 60px;
	display: inline-block;
	border: 1px solid #8389a3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(131,137,163,0);
	color: #686e87;
	font-size: .8125rem;
	font-family: gotham_bold, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1875rem;
	transition-duration: 600ms;
	transition-property: background-color, color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
	padding: 1rem 1.875rem;
}

.corporateDescription a.link:hover {
	background-color: #8389a3;
	color: #fff;
	transition-duration: 600ms;
	transition-property: background-color, color;
	transition-timing-function: cubic-bezier(0.55,0.01,0.11,0.99);
}

.wow {
	visibility: hidden;
}

@font-face {
	font-family:bebas_bold;
src:url(fonts/bebasneue_bold-webfont.eot#iefix) format(embedded-opentype), url(fonts/bebasneue_bold-webfont.woff2) format(woff2), url(fonts/bebasneue_bold-webfont.woff) format(woff), url(fonts/bebasneue_bold-webfont.ttf) format(truetype), url(fonts/bebasneue_bold-webfont.svg#bebas_bold) format(svg);
font-weight:400;
font-style:normal;
}

footer,nav,section,.corporate_banner .caption {
	display: block;
}

meta.foundation-mq-medium,meta.foundation-mq-topbar {
	font-family: "/only screen and (min-width:40.0625em)/";
	width: 40.0625em;
}

.row:before,.row:after,.row .row:before,.row .row:after {
	content: " ";
	display: table;
}

.row:after,.row .row:after {
	clear: both;
}

::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder {
	color: #ccc;
}

.homeSlideshow .slideshow,.corporateDescription .contImg img {
	width: 100%;
	display: none;
}

@media only screen {
	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.small-12 {
		width: 100%;
	}

	.hide-for-small-only {
		display: none!important;
	}
}

@media only screen and (min-width: 40.0625em) {
	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-12 {
		width: 100%;
	}

	h1,h5 {
		line-height: 1.4;
	}

	h1 {
		font-size: 2.75rem;
	}

	h5 {
		font-size: 1.125rem;
	}

	.hide-for-small-only {
		display: inherit!important;
	}
}

@media only screen and (min-width: 64.0625em) {
	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.columns {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		float: left;
	}

	.large-6 {
		width: 50%;
	}

	.large-12 {
		width: 100%;
	}

	.hide-for-small-only {
		display: inherit!important;
	}

	html {
		font-size: 16px;
	}
}

@media only screen and (min-width: 90.0625em) {
	.hide-for-small-only {
		display: inherit!important;
	}
}

@media only screen and (min-width: 120.0625em) {
	.hide-for-small-only {
		display: inherit!important;
	}
}

@media print {
	* {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after {
		content: "";
	}

	img {
		page-break-inside: avoid;
		max-width: 100%!important;
	}

	p {
		orphans: 3;
		widows: 3;
	}
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 40em) {
	html {
		font-size: 16px;
	}

	.vertical-middle.not-for-small {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.homeSlideshow .slideshow .item span::before {
		-webkit-box-shadow: inset 0 0 50px #050a1d;
		-moz-box-shadow: inset 0 0 50px #050a1d;
		box-shadow: inset 0 0 50px #050a1d;
	}

	.homeSlideshow .over .div_h2 {
		height: 56px;
		font-size: 1.5rem;
	}

	.homeSlideshow .over .next {
		width: 56px;
		height: 56px;
	}

	.corporate_banner {
		padding: 50px 0;
	}

	.corporate_banner h1 {
		max-width: 90%;
	}

	.corporate_banner p {
		line-height: 20px;
		padding: 0 20px;
	}

	.corporate_banner .line {
		width: 70%;
	}

	.corporateDescription .contImg {
		min-height: 0;
		height: auto;
	}

	.corporateDescription .contImg::before {
		display: none;
	}

	.corporateDescription .contTxt {
		padding: 2.5rem 1.875rem;
	}

	.corporateDescription .div_h1 {
		margin-bottom: 2.5rem;
	}

	.corporateDescription .div_p {
		font-size: .875rem;
		line-height: 1.375rem;
	}
}