﻿@font-face {
	font-family: 'Futura';
	src: url("/static/font/futura-light.eot");
	src: url("/static/font/futura-light.eot?#iefix") format("embedded-opentype"),url("/static/font/futura-light.woff2") format("woff2"),url("/static/font/futura-light.woff") format("woff"),url("/static/font/futura-light.ttf") format("truetype"),url("/static/font/futura-light.otf") format("opentype"),url("/static/font/futura-light.svg#Futura") format("svg");
	font-weight: 300;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: 'Futura';
	src: url("/static/font/futura-book.eot");
	src: url("/static/font/futura-book.eot?#iefix") format("embedded-opentype"),url("/static/font/futura-book.woff2") format("woff2"),url("/static/font/futura-book.woff") format("woff"),url("/static/font/futura-book.ttf") format("truetype"),url("/static/font/futura-book.otf") format("opentype"),url("/static/font/futura-book.svg#Futura") format("svg");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: 'Futura';
	src: url("/static/font/futura-medium.eot");
	src: url("/static/font/futura-medium.eot?#iefix") format("embedded-opentype"),url("/static/font/futura-medium.woff2") format("woff2"),url("/static/font/futura-medium.woff") format("woff"),url("/static/font/futura-medium.ttf") format("truetype"),url("/static/font/futura-medium.otf") format("opentype"),url("/static/font/futura-medium.svg#Futura") format("svg");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: 'Futura';
	src: url("/fonts/futura/bold/futura-bold.eot");
	src: url("/fonts/futura/bold/futura-bold.eot?#iefix") format("embedded-opentype"),url("/fonts/futura/bold/futura-bold.woff2") format("woff2"),url("/fonts/futura/bold/futura-bold.woff") format("woff"),url("/fonts/futura/bold/futura-bold.ttf") format("truetype"),url("/fonts/futura/bold/futura-bold.otf") format("opentype"),url("/fonts/futura/bold/futura-bold.svg#Futura") format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal
}

html {
	box-sizing: border-box;
}

*, *::after, *::before {
	box-sizing: inherit
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

section, header, footer, .section, .table {
	position: relative;
	display: block
}

	section:after, header:after, footer:after, .section:after, .table:after {
		clear: both;
		content: "";
		display: table
	}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004)
}

html {
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	background-color: #202e47
}

body {
	font: 400 16px/26px 'Futura', serif;
	position: relative;
	letter-spacing: 0.01em;
	height: 100%;
	min-height: 100%;
	color: #777;
	padding-top: 72px
}

@media screen and (max-width: 1024px) {
	body {
		padding-top: 68px
	}
}

@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		line-height: 24px
	}
}

ul {
	list-style: none
}

	ul li {
		display: inline-block
	}

em {
	font-style: italic
}

a:link, a:visited, a:active {
	color: #2c3e5f;
	transition: color 360ms ease;
	text-decoration: none;
	font-weight: 400
}

	a:link:hover, a:visited:hover, a:active:hover {
		color: #4c6ba5
	}

	a:link img, a:visited img, a:active img {
		border: none;
		max-width: 100%;
		height: auto
	}

img {
	vertical-align: middle
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important
}

[role=button], a, area, button, input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}

h1 {
	font-size: 42px;
	line-height: 48px;
	font-size: 2.625rem;
	line-height: 3rem
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 38px;
		line-height: 42px;
		font-size: 2.375rem;
		line-height: 2.625rem
	}
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 34px;
		line-height: 38px;
		font-size: 2.125rem;
		line-height: 2.375rem
	}
}

h2, .h2 {
	font-size: 28px;
	line-height: 38px;
	font-size: 1.75rem;
	line-height: 2.375rem
}

@media screen and (max-width: 768px) {
	h2, .h2 {
		font-size: 24px;
		line-height: 28px;
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

h3 {
	font-size: 20px;
	line-height: 26px;
	font-size: 1.25rem;
	line-height: 1.625rem
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 20px;
		line-height: 24px;
		font-size: 1.25rem;
		line-height: 1.5rem
	}
}

@media screen and (max-width: 640px) {
	h3 {
		font-size: 18px;
		line-height: 22px;
		font-size: 1.125rem;
		line-height: 1.375rem
	}
}

h4 {
	font-size: 16px;
	line-height: 24px;
	font-size: 1rem;
	line-height: 1.5rem
}

@media screen and (max-width: 768px) {
	h4 {
		font-size: 15px;
		line-height: 22px;
		font-size: 0.9375rem;
		line-height: 1.375rem
	}
}

strong, .text-strong {
	font-weight: 500
}

hr {
	border: 0;
	height: 1px;
	background-color: #fff;
	margin-top: 12px;
	margin-bottom: 12px
}

@media screen and (max-width: 640px) {
	hr {
		margin-top: 8px;
		margin-bottom: 8px
	}
}

blockquote {
	padding-left: 20px;
	border-left: 2px solid #fbcb00
}

.container {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 20px;
	padding-right: 20px
}

	.container::after {
		clear: both;
		content: "";
		display: table
	}

@media screen and (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.container .container {
	padding-left: 0;
	padding-right: 0
}

.container-narrow {
	max-width: 640px
}

.container-xnarrow {
	max-width: 520px
}

.col-1 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 5.71429%
}

	.col-1:last-child {
		margin-right: 0
	}

.col-2 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 14.28571%
}

	.col-2:last-child {
		margin-right: 0
	}

.col-3 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 22.85714%
}

	.col-3:last-child {
		margin-right: 0
	}

.col-4 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 31.42857%
}

	.col-4:last-child {
		margin-right: 0
	}

.col-5 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 40%
}

	.col-5:last-child {
		margin-right: 0
	}

.col-6 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 48.57143%
}

	.col-6:last-child {
		margin-right: 0
	}

.col-7 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 57.14286%
}

	.col-7:last-child {
		margin-right: 0
	}

.col-8 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 65.71429%
}

	.col-8:last-child {
		margin-right: 0
	}

.col-9 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 74.28571%
}

	.col-9:last-child {
		margin-right: 0
	}

.col-10 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 82.85714%
}

	.col-10:last-child {
		margin-right: 0
	}

.col-11 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 91.42857%
}

	.col-11:last-child {
		margin-right: 0
	}

.col-12 {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 100%
}

	.col-12:last-child {
		margin-right: 0
	}

.shift-col-1 {
	margin-left: 8.57143%
}

@media screen and (max-width: 1024px) {
	.col-6-md {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 48.57143%
	}

		.col-6-md:last-child {
			margin-right: 0
		}

	.col-12-md {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 100%
	}

		.col-12-md:last-child {
			margin-right: 0
		}
}

@media screen and (max-width: 768px) {
	.col-4-sm {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 31.42857%
	}

		.col-4-sm:last-child {
			margin-right: 0
		}

	.col-6-sm {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 48.57143%
	}

		.col-6-sm:last-child {
			margin-right: 0
		}

	.col-12-sm {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 100%
	}

		.col-12-sm:last-child {
			margin-right: 0
		}
}

@media screen and (max-width: 640px) {
	.col-6-xs {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%
	}

		.col-6-xs:last-child {
			margin-right: 0
		}

	.col-12-xs {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 100%
	}

		.col-12-xs:last-child {
			margin-right: 0
		}
}

.grid-col-2 li {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 48.57143%
}

	.grid-col-2 li:last-child {
		margin-right: 0
	}

	.grid-col-2 li:nth-child(2n) {
		margin-right: 0
	}

	.grid-col-2 li:nth-child(2n+1) {
		clear: left
	}

@media screen and (max-width: 640px) {
	.grid-col-2 li {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 100%
	}

		.grid-col-2 li:nth-child(2n) {
			margin-right: 2.85714%
		}

		.grid-col-2 li:nth-child(2n+1) {
			clear: none
		}

		.grid-col-2 li:last-child {
			margin-right: 0
		}
}

.grid-col-3 li {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 31.42857%
}

	.grid-col-3 li:last-child {
		margin-right: 0
	}

	.grid-col-3 li:nth-child(3n) {
		margin-right: 0
	}

	.grid-col-3 li:nth-child(3n+1) {
		clear: left
	}

@media screen and (max-width: 640px) {
	.grid-col-3 li {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 100%
	}

		.grid-col-3 li:nth-child(3n) {
			margin-right: 2.85714%
		}

		.grid-col-3 li:nth-child(3n+1) {
			clear: none
		}

		.grid-col-3 li:last-child {
			margin-right: 0
		}
}

.grid-col-4 li {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 22.85714%
}

	.grid-col-4 li:last-child {
		margin-right: 0
	}

	.grid-col-4 li:nth-child(4n) {
		margin-right: 0
	}

	.grid-col-4 li:nth-child(4n+1) {
		clear: left
	}

@media screen and (max-width: 768px) {
	.grid-col-4 li {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 48.57143%
	}

		.grid-col-4 li:nth-child(3n) {
			margin-right: 2.85714%
		}

		.grid-col-4 li:nth-child(3n+1) {
			clear: none
		}

		.grid-col-4 li:last-child {
			margin-right: 0
		}

		.grid-col-4 li:nth-child(2n) {
			margin-right: 0
		}

		.grid-col-4 li:nth-child(2n+1) {
			clear: left
		}
}

.grid-col-5 li {
	float: left;
	display: block;
	margin-right: 3.44828%;
	width: 17.24138%
}

	.grid-col-5 li:last-child {
		margin-right: 0
	}

	.grid-col-5 li:nth-child(5n) {
		margin-right: 0
	}

	.grid-col-5 li:nth-child(5n+1) {
		clear: left
	}

@media screen and (max-width: 768px) {
	.grid-col-5 li {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 31.42857%
	}

		.grid-col-5 li:nth-child(5n) {
			margin-right: 2.85714%
		}

		.grid-col-5 li:nth-child(5n+1) {
			clear: none
		}

		.grid-col-5 li:last-child {
			margin-right: 0
		}

		.grid-col-5 li:nth-child(3n) {
			margin-right: 0
		}

		.grid-col-5 li:nth-child(3n+1) {
			clear: left
		}
}

@media screen and (max-width: 640px) {
	.grid-col-5 li {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%
	}

		.grid-col-5 li:nth-child(3n) {
			margin-right: 2.85714%
		}

		.grid-col-5 li:nth-child(3n+1) {
			clear: none
		}

		.grid-col-5 li:last-child {
			margin-right: 0
		}

		.grid-col-5 li:nth-child(2n) {
			margin-right: 0
		}

		.grid-col-5 li:nth-child(2n+1) {
			clear: left
		}
}

.grid-col-6 li {
	float: left;
	display: block;
	margin-right: 2.85714%;
	width: 14.28571%
}

	.grid-col-6 li:last-child {
		margin-right: 0
	}

	.grid-col-6 li:nth-child(6n) {
		margin-right: 0
	}

	.grid-col-6 li:nth-child(6n+1) {
		clear: left
	}

@media screen and (max-width: 1024px) {
	.grid-col-6 li {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 22.85714%
	}

		.grid-col-6 li:nth-child(6n) {
			margin-right: 2.85714%
		}

		.grid-col-6 li:nth-child(6n+1) {
			clear: none
		}

		.grid-col-6 li:last-child {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(4n) {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(4n+1) {
			clear: left
		}
}

@media screen and (max-width: 768px) {
	.grid-col-6 li {
		float: left;
		display: block;
		margin-right: 2.85714%;
		width: 31.42857%
	}

		.grid-col-6 li:nth-child(4n) {
			margin-right: 2.85714%
		}

		.grid-col-6 li:nth-child(4n+1) {
			clear: none
		}

		.grid-col-6 li:last-child {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(3n) {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(3n+1) {
			clear: left
		}
}

@media screen and (max-width: 640px) {
	.grid-col-6 li {
		float: left;
		display: block;
		margin-right: 4.34783%;
		width: 47.82609%
	}

		.grid-col-6 li:nth-child(3n) {
			margin-right: 2.85714%
		}

		.grid-col-6 li:nth-child(3n+1) {
			clear: none
		}

		.grid-col-6 li:last-child {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(2n) {
			margin-right: 0
		}

		.grid-col-6 li:nth-child(2n+1) {
			clear: left
		}
}

@font-face {
	font-family: 'icons';
	src: url("/static/font/icons.woff2") format("woff2"),url("/static/font/icons.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-account:before {
	content: "\e900"
}

.icon-basket:before {
	content: "\e905"
}

.icon-eye:before {
	content: "\e906"
}

.icon-share:before {
	content: "\e907"
}

.icon-heart-fill:before {
	content: "\e901"
}

.icon-heart:before {
	content: "\e902"
}

.icon-star-fill:before {
	content: "\e903"
}

.icon-star:before {
	content: "\e904"
}

.icon-search:before {
	content: "\e036"
}

.icon-speech-bubble:before {
	content: "\e076"
}

.icon-arrow-left:before {
	content: "\e094"
}

.icon-arrow-right:before {
	content: "\e095"
}

.icon-arrow-up:before {
	content: "\e096"
}

.icon-arrow-down:before {
	content: "\e097"
}

.icon-plus:before {
	content: "\e114"
}

.icon-minus:before {
	content: "\e115"
}

.icon-check:before {
	content: "\e116"
}

.icon-envelope:before {
	content: "\f003"
}

.icon-home:before {
	content: "\f015"
}

.icon-file-o:before {
	content: "\f016"
}

.icon-download:before {
	content: "\f019"
}

.icon-lock:before {
	content: "\f023"
}

.icon-tag:before {
	content: "\f02b"
}

.icon-print:before {
	content: "\f02f"
}

.icon-camera:before {
	content: "\f030"
}

.icon-marker:before {
	content: "\f041"
}

.icon-calendar:before {
	content: "\f073"
}

.icon-comments:before {
	content: "\f086"
}

.icon-phone:before {
	content: "\f095"
}

.icon-twitter:before {
	content: "\f099"
}

.icon-facebook:before {
	content: "\f09a"
}

.icon-google-plus:before {
	content: "\f0d5"
}

.icon-linkedin:before {
	content: "\f0e1"
}

.icon-clipboard:before {
	content: "\f0ea"
}

.icon-paste:before {
	content: "\f0ea"
}

.icon-angle-left:before {
	content: "\f104"
}

.icon-angle-right:before {
	content: "\f105"
}

.icon-angle-up:before {
	content: "\f106"
}

.icon-angle-down:before {
	content: "\f107"
}

.icon-mobile:before {
	content: "\f10b"
}

.icon-mobile-phone:before {
	content: "\f10b"
}

.icon-calendar-o:before {
	content: "\f133"
}

.icon-youtube-play:before {
	content: "\f16a"
}

.icon-instagram:before {
	content: "\f16d"
}

.icon-pie-chart:before {
	content: "\f200"
}

.icon-leanpub:before {
	content: "\f212"
}

.icon-object-group:before {
	content: "\f247"
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden
}

@media screen and (max-width: 1024px) {
	.table {
		display: block
	}
}

.table-row {
	position: relative;
	display: table-row;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media screen and (max-width: 1024px) {
	.table-row {
		display: block
	}
}

.table-cell {
	position: relative;
	display: table-cell;
	height: 100%;
	min-height: 100%;
	width: 100%
}

@media screen and (max-width: 1024px) {
	.table-cell {
		display: block
	}
}

.v-align-top {
	vertical-align: top
}

.v-align-middle {
	vertical-align: middle
}

.v-align-bottom {
	vertical-align: bottom
}

.va-container {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.va-content {
	position: relative;
	display: table;
	width: 100%;
	height: 100%
}

.va-text {
	display: table-cell;
	height: 100%
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.bg-white {
	background-color: #fff
}

.bg-blue {
	background-color: #F4F8FF;
	color: #6d7786
}

.bg-dark {
	background-color: #2c3e5f
}

.bg-darker {
	background-color: #202e47
}

.bg-light {
	background-color: #F3F3F3
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

@media screen and (max-width: 768px) {
	.text-right {
		text-align: left
	}
}

@media screen and (max-width: 768px) {
	.text-center-sm {
		text-align: center
	}
}

.text-jumbo {
	font-size: 48px;
	line-height: 52px;
	font-size: 3rem;
	line-height: 3.25rem
}

@media screen and (max-width: 1024px) {
	.text-jumbo {
		font-size: 44px;
		line-height: 50px;
		font-size: 2.75rem;
		line-height: 3.125rem
	}
}

@media screen and (max-width: 768px) {
	.text-jumbo {
		font-size: 42px;
		line-height: 46px;
		font-size: 2.625rem;
		line-height: 2.875rem
	}
}

@media screen and (max-width: 640px) {
	.text-jumbo {
		font-size: 34px;
		line-height: 38px;
		font-size: 2.125rem;
		line-height: 2.375rem
	}
}

.text-uppercase {
	text-transform: uppercase
}

.text-faded {
	opacity: .4
}

.text-black {
	color: #222
}

.text-dark {
	color: #777
}

.text-light {
	color: #fff
}

.text-italic {
	font-style: italic
}

.text-highlight {
	color: #2c3e5f
}

.img-responsive {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #fbcb00 !important
}

.img-no-border {
	border-bottom: 0 !important
}

.space-1 {
	margin-bottom: 12px
}

.space-2 {
	margin-bottom: 24px
}

.space-3 {
	margin-bottom: 32px
}

.space-4 {
	margin-bottom: 42px
}

.space-5 {
	margin-bottom: 52px
}

@media screen and (max-width: 768px) {
	.space-1-sm {
		margin-bottom: 8px
	}
}

@media screen and (max-width: 768px) {
	.space-2-sm {
		margin-bottom: 16px
	}
}

@media screen and (max-width: 1024px) {
	.space-2-md {
		margin-bottom: 16px
	}
}

@media screen and (max-width: 640px) {
	.space-1-xs {
		margin-bottom: 8px
	}
}

.pd-v-xs {
	padding-top: 6px;
	padding-bottom: 6px
}

.pd-v-sm {
	padding-top: 25px;
	padding-bottom: 25px
}

.pd-v-md {
	padding-top: 35px;
	padding-bottom: 35px
}

@media screen and (max-width: 768px) {
	.pd-v-md {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media screen and (max-width: 640px) {
	.pd-v-md {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

.pd-v-lg {
	padding-top: 60px;
	padding-bottom: 60px
}

@media screen and (max-width: 768px) {
	.pd-v-lg {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media screen and (max-width: 640px) {
	.pd-v-lg {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.pd-v-xl {
	padding-top: 90px;
	padding-bottom: 90px
}

@media screen and (max-width: 768px) {
	.pd-v-xl {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media screen and (max-width: 640px) {
	.pd-v-xl {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.pd-h-xs {
	padding-left: 4px;
	padding-right: 4px
}

.pd-h-sm {
	padding-left: 10px;
	padding-right: 10px
}

.pd-h-md {
	padding-left: 35px;
	padding-right: 35px
}

@media screen and (max-width: 768px) {
	.pd-h-md {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media screen and (max-width: 640px) {
	.pd-h-md {
		padding-left: 10px;
		padding-right: 10px
	}
}

.pd-h-lg {
	padding-left: 80px;
	padding-right: 80px
}

@media screen and (max-width: 768px) {
	.pd-h-lg {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width: 768px) {
	.pd-bottom-none-sm {
		padding-bottom: 0
	}
}

@media screen and (max-width: 640px) {
	.hide-xs {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.hide-sm {
		display: none !important
	}
}

@media screen and (max-width: 1024px) {
	.hide-md {
		display: none !important
	}
}

@media screen and (min-width: 1024px) {
	.show-tablet {
		display: none
	}
}

.text-contrast {
	color: #9ea8b8
}

.text-contrast a, .text-contrast h1, .text-contrast h2, .text-contrast h3, .text-contrast h4 {
	color: #fff
}

.text-contrast a:hover {
	color: #fbcb00
}

.text-bold {
	font-weight: 400
}

.text-quote {
	font-style: italic
}

.meta {
	font-size: 13px;
	line-height: 22px;
	font-size: 0.8125rem;
	line-height: 1.375rem
}

.alignright {
	float: right;
	margin: 15px
}

@media screen and (max-width: 768px) {
	.alignright {
		float: none;
		display: block
	}
}

.pull-right {
	float: right
}

@media screen and (max-width: 768px) {
	.pull-right {
		float: none;
		display: block
	}
}

button, input, optgroup, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-size: 1rem;
	line-height: 1.375rem;
	margin: 0
}

button, select {
	text-transform: none
}

button, input {
	overflow: visible
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

.input, .btn {
	font-size: 13px;
	line-height: normal;
	min-height: 32px;
	border-radius: 16px
}

@media screen and (max-width: 768px) {
	.input, .btn {
		font-size: 16px
	}
}

.input {
	display: block;
	width: 100%;
	padding: 5px 12px;
	color: #222;
	background-color: transparent;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid silver;
	background-color: #F3F3F3;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

@media screen and (max-width: 768px) {
	.input {
		padding: 8px 14px
	}
}

textarea.input {
	min-height: 140px
}

.input:focus {
	border-color: #2c3e5f;
	outline: 0
}

.btn {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	min-width: 80px;
	cursor: pointer
}

a.btn, span.btn {
	line-height: 32px
}

.btn-block {
	display: block;
	width: 100%
}

.btn:focus, .btn:hover {
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0
}

a.btn-primary, .btn-primary {
	color: #fff;
	background-color: #2c3e5f;
	border-color: #2c3e5f
}

	a.btn-primary:hover, .btn-primary:hover {
		color: #fff;
		background-color: #263551;
		border-color: #263551
	}

	.btn-primary.active, .btn-primary:active {
		color: #fff;
		background-color: #1c273c;
		background-image: none;
		border-color: #1c273c
	}

a.btn-secondary, .btn-secondary {
	color: #fff;
	background-color: #fbcb00;
	border-color: #fbcb00
}

	a.btn-secondary:hover, .btn-secondary:hover {
		color: #fff;
		background-color: #e7bb00;
		border-color: #e7bb00
	}

	.btn-secondary.active, .btn-secondary:active {
		color: #fff;
		background-color: #c8a200;
		border-color: #c8a200
	}

a.btn-white, .btn-white {
	color: #fff;
	background-color: #446093;
	border-color: #446093
}

	a.btn-white:hover, .btn-white:hover {
		color: #fff;
		background-color: #2c3e5f;
		border-color: #fff
	}

	.btn-white.active, .btn-white:active {
		color: #2c3e5f;
		background-color: #fff;
		border-color: #fff
	}

.btn-outline, a.btn-outline {
	color: #2c3e5f;
	border-color: #2c3e5f
}

	.btn-outline:hover, a.btn-outline:hover {
		color: #fff;
		background-color: #2c3e5f
	}

.btn-outline-white, a.btn-outline-white {
	color: #fff;
	border-color: #fff
}

	.btn-outline-white:hover, a.btn-outline-white:hover {
		color: #2c3e5f;
		background-color: #fff
	}

.btn-loading, .btn-loading:hover, .btn-loading:active, .btn-loading:focus {
	background-color: #222;
	border-color: #222;
	font-size: 0;
	min-height: 32px
}

	.btn-loading:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
		background: url("/img/loading.gif") no-repeat;
		content: ''
	}

.submit {
	min-width: 177px
}

.select {
	position: relative;
	display: inline-block;
	padding: 0;
	border-radius: 16px;
	border: 1px solid silver;
	min-width: 200px;
	width: 100%;
	background-color: #F3F3F3
}

	.select select {
		margin: 0;
		background: none;
		border: 0;
		outline: none;
		appearance: none;
		-webkit-appearance: none;
		color: #999;
		width: 100%;
		padding: 0 36px 0 12px;
		font-size: 13px;
		line-height: 30px
	}

@media screen and (max-width: 768px) {
	.select select {
		font-size: 16px;
		line-height: 34px
	}
}

.select::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 14px;
	top: 50%;
	right: 14px;
	margin-top: -10px;
	font-family: 'icons';
	content: "\f107";
	line-height: 1em;
	color: #999;
	font-size: 18px;
	z-index: 2;
	pointer-events: none
}

.select select:focus {
	outline: none;
	background-color: transparent;
	border: 0
}

x:-o-prefocus, .select::after {
	display: none
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.select select::-ms-expand {
		display: none
	}

	.select select:focus::-ms-value {
		background: transparent;
		color: #222
	}
}

@-moz-document url-prefix() {
	.select {
		overflow: hidden
	}

		.select select {
			width: 120%;
			width: -moz-calc(100% + 3em);
			width: calc(100% + em)
		}
}

.select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

.form-row:after {
	clear: both;
	content: "";
	display: table
}

textarea {
	max-width: 100%;
	max-height: 500px;
	min-height: 100px
}

input[type="checkbox"] {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 2px
}

input[type=checkbox] + label, input[type=radio] + label {
	display: inline
}

.form-search .btn {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 38px;
	padding-right: 12px;
	background-color: transparent
}

@media screen and (max-width: 768px) {
	.form-search .btn {
		min-height: 36px
	}
}

.form-search .select, .form-search .input-wrap {
	position: relative;
	width: 50%;
	display: inline-block;
	float: left
}

@media screen and (max-width: 768px) {
	.form-search .select, .form-search .input-wrap {
		width: 100%;
		float: none
	}
}

.form-search .select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}

@media screen and (max-width: 768px) {
	.form-search .select {
		border-radius: 16px;
		margin-bottom: 6px;
		border: 1px solid silver
	}
}

.form-search .input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

@media screen and (max-width: 768px) {
	.form-search .input {
		border-radius: 16px
	}
}

.lift-top {
	margin-top: -72px
}

.slider {
	position: relative;
	zoom: 1;
	overflow: hidden !important;
	min-height: 90px
}

	.slider .slides {
		zoom: 1;
		overflow: hidden;
		display: block
	}

		.slider .slides > li {
			position: relative;
			display: none;
			vertical-align: middle
		}

.loading {
	position: relative
}

.slider .loading li, .slider .loading img {
	display: none !important
}

.loading:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 32;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	background-image: url("/img/loading.gif");
	background-position: center 50%;
	background-repeat: no-repeat
}

.viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	height: 100%
}

.direction-nav {
	overflow: hidden;
	width: 100%;
	height: 0
}

	.direction-nav a {
		text-decoration: none;
		display: block;
		width: 40px;
		height: 40px;
		margin: -20px 0 0 0;
		position: absolute;
		top: 50%;
		z-index: 22;
		opacity: 0;
		cursor: pointer;
		outline: none;
		text-align: center;
		font-size: 26px;
		line-height: 40px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		color: #fff !important;
		background-color: #2c3e5f;
		opacity: .4
	}

		.direction-nav a:before {
			font-family: "icons";
			display: block;
			content: '\f104'
		}

		.direction-nav a.prev {
			left: -60px
		}

		.direction-nav a.next {
			right: -60px
		}

			.direction-nav a.next:before {
				content: '\f105'
			}

	.direction-nav .disabled {
		opacity: 0 !important;
		filter: alpha(opacity=0);
		cursor: default
	}

@media screen and (max-width: 768px) {
	.direction-nav {
		display: none
	}
}

.direction-nav a:after {
	position: absolute;
	bottom: 0;
	left: -20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 20px;
	border-color: transparent transparent #2c3e5f transparent
}

.direction-nav a.prev:after {
	left: auto;
	right: -20px;
	border-width: 40px 20px 0 0;
	border-color: #2c3e5f transparent transparent transparent
}

.slider:hover .direction-nav .prev {
	opacity: 1;
	left: 0
}

.slider:hover .direction-nav .next {
	opacity: 1;
	right: 0
}

.control-paging {
	position: absolute;
	z-index: 0;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center
}

@media screen and (max-width: 1400px) {
	.control-paging {
		bottom: 20px
	}
}

@media screen and (max-width: 1024px) {
	.control-paging {
		bottom: 10px
	}
}

@media screen and (max-width: 768px) {
	.control-paging {
		bottom: 0
	}
}

.control-paging li {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	vertical-align: bottom
}

	.control-paging li a {
		display: block;
		position: relative;
		overflow: hidden;
		text-indent: 9999px;
		cursor: pointer
	}

		.control-paging li a:after {
			display: block;
			position: absolute;
			content: '';
			width: 6px;
			height: 6px;
			margin: -3px 0 0 -3px;
			top: 50%;
			left: 50%;
			border-radius: 50%;
			background: rgba(45,63,96,0.4)
		}

		.control-paging li a.active:after {
			background: #2c3e5f;
			width: 10px;
			height: 10px;
			margin: -5px 0 0 -5px
		}

.hero, .hero .slides li {
	position: relative;
	overflow: hidden;
	height: 720px
}

@media screen and (max-width: 1400px) {
	.hero, .hero .slides li {
		height: 620px
	}
}

@media screen and (max-width: 1024px) {
	.hero, .hero .slides li {
		height: 540px
	}
}

@media screen and (max-width: 768px) {
	.hero, .hero .slides li {
		height: 420px
	}
}

@media screen and (max-width: 640px) {
	.hero, .hero .slides li {
		height: 360px
	}
}

.hero {
	background-color: #fff
}

	.hero .v-align-middle {
		padding-top: 35px
	}

@media screen and (max-width: 1400px) {
	.hero .v-align-middle {
		padding-top: 30px
	}
}

@media screen and (max-width: 1024px) {
	.hero .v-align-middle {
		padding-top: 25px
	}
}

@media screen and (max-width: 768px) {
	.hero .v-align-middle {
		padding-top: 20px
	}
}

.hero blockquote {
	max-width: 460px
}

@media screen and (max-width: 1024px) {
	.hero blockquote {
		max-width: 380px
	}
}

@media screen and (max-width: 768px) {
	.hero blockquote {
		max-width: 100%
	}
}

.hero .subtitle {
	max-width: 420px
}

.quotes, .quotes .slides li {
	height: auto
}

.quotes {
	background-color: #2c3e5f;
	color: #fff
}

	.quotes .control-paging li a:after {
		background: rgba(255,255,255,0.4)
	}

	.quotes .control-paging li a.active:after {
		background: #fff
	}

.img-slider {
	height: 100%;
	width: 100%;
	position: absolute;
	right: 100px;
	text-align: right
}

@media screen and (max-width: 1400px) {
	.img-slider {
		right: 60px
	}
}

@media screen and (max-width: 1024px) {
	.img-slider {
		right: 40px
	}
}

@media screen and (max-width: 768px) {
	.img-slider {
		right: 20px
	}
}

@media screen and (max-width: 640px) {
	.img-slider {
		right: 0
	}
}

.img-slider img {
	position: relative;
	z-index: 1;
	height: 100%;
	width: auto;
	display: inline-block;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.active-slide .img-slider img {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.img-slider-bg {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	height: 200px;
	margin-top: -100px;
	width: 100%;
	margin-left: 70%;
	display: block;
	background-color: #2c3e5f;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@media screen and (max-width: 768px) {
	.img-slider-bg {
		height: 140px;
		margin-top: -80px
	}
}

@media screen and (max-width: 640px) {
	.img-slider-bg {
		margin-left: 65%
	}
}

.caption h1, .caption h4, .caption .subtitle, .caption blockquote, .caption .btn, .caption img {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.active-slide .img-slider-bg, .active-slide .caption h1, .active-slide .caption h4, .active-slide .caption .subtitle, .active-slide .caption blockquote, .active-slide .caption .btn, .active-slide .caption img {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.active-slide .caption h4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.active-slide .caption h1, .active-slide .caption .slider-logo {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.active-slide .caption .subtitle {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.active-slide .caption blockquote {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.active-slide .caption img {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.active-slide .caption .btn {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.img-slider-bg:after {
	position: absolute;
	bottom: 0;
	left: -100px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 100px;
	border-color: transparent transparent #2c3e5f transparent
}

@media screen and (max-width: 768px) {
	.img-slider-bg:after {
		border-width: 0 0 140px 70px;
		left: -70px
	}
}

.img-slider-bg-yellow {
	background-color: #fbcb00
}

	.img-slider-bg-yellow:after {
		border-color: transparent transparent #fbcb00 transparent
	}

.caption {
	position: relative;
	z-index: 15;
	max-width: 60%
}

@media screen and (max-width: 768px) {
	.caption {
		max-width: 100%
	}
}

.slider li .text-contrast, .slider li .text-contrast h1 {
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.4)
}

.alert {
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.alert a {
		border-bottom: 1px dotted rgba(0,0,0,0.2)
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b
}

	.alert-warning a {
		color: #66512c
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

	.alert-success a {
		color: #2d5f2e
	}

		.alert-success a:hover {
			color: #1d3c1d
		}

html.modal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.modal, [data-modal-id] {
	display: none
}

.modal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	background-color: rgba(44,62,95,0.8);
	display: none
}

.modal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 10px 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

@media screen and (device-aspect-ratio: 40 / 71) {
	.modal-wrapper {
		padding: 5px 5px 0
	}
}

.modal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: ""
}

.modal-overlay, .modal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.modal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	width: 90%;
	max-width: 620px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 35px 45px 35px 45px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 2px 2px 24px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 24px -5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 24px -5px rgba(0,0,0,0.3)
}

@media screen and (max-width: 640px) {
	.modal {
		width: 100%;
		padding: 30px 10px 10px 10px
	}
}

@media screen and (device-aspect-ratio: 40 / 71) {
	.modal {
		padding: 5px
	}
}

.modal-video {
	padding: 0
}

.modal-narrow {
	max-width: 720px
}

.modal-is-initialized {
	display: inline-block
}

.modal, .modal-wrapper:after {
	vertical-align: middle
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: visible;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 14px;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-size: 1.375rem;
	line-height: 1.375rem;
	border: 0;
	outline: 0;
	background: transparent
}

	.modal-close:hover, .modal-close:focus {
		color: #777
	}

.lt-ie9 .modal-overlay {
	background: #777
}

.lt-ie9 .modal {
	width: 700px
}

.push-header {
	padding-top: 72px
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #fff
}

@media screen and (max-width: 1024px) {
	#header {
		padding-top: 8px;
		padding-bottom: 8px;
		height: 68px
	}
}

.trans .logo .logo-type {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity ease-in-out .6s;
	-moz-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s
}

.logo {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 20px
}

@media screen and (max-width: 1024px) {
	.logo {
		top: 0
	}
}

.logo .logo-type {
	opacity: 1;
	visibility: visible;
	margin-top: 6px;
	-webkit-transition: opacity ease-in-out .6s;
	-moz-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.link-contact {
	position: absolute;
	top: 0;
	right: 0
}

#nav, .sub-menu {
	display: block;
	width: 60%;
	margin-left: 22%
}

@media screen and (max-width: 1024px) {
	#nav, .sub-menu {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		top: 0;
		left: 40%;
		height: 100%;
		z-index: 3;
		overflow: scroll;
		background-color: rgba(44,63,96,0.9);
		margin-left: 200%
	}
}

@media screen and (max-width: 768px) {
	#nav, .sub-menu {
		width: 100%;
		left: 0
	}
}

@media screen and (max-width: 1024px) {
	#nav > ul, .sub-menu > ul {
		height: 100%;
		z-index: 2;
		width: 100%;
		opacity: 0;
		padding: 20% 8%;
		vertical-align: middle;
		overflow: scroll;
		visibility: hidden;
		text-align: left;
		-webkit-transition: opacity 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s,margin 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s;
		-moz-transition: opacity 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s,margin 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s;
		transition: opacity 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s,margin 0.4s cubic-bezier(0.666, 0, 0.333, 1) 0.3s;
		margin-left: 200%
	}
}

@media screen and (max-width: 768px) {
	#nav > ul, .sub-menu > ul {
		width: 100%
	}
}

#nav > ul > li, .sub-menu > ul > li {
	position: relative;
	display: inline-block
}

@media screen and (max-width: 1024px) {
	#nav > ul > li, .sub-menu > ul > li {
		display: block
	}
}

#nav > ul li.current-menu-item > a, #nav > ul li.current-menu-parent > a, .sub-menu > ul li.current-menu-item > a, .sub-menu > ul li.current-menu-parent > a {
	color: #4c6ba5
}

@media screen and (max-width: 1024px) {
	#nav > ul li.current-menu-item > a, #nav > ul li.current-menu-parent > a, .sub-menu > ul li.current-menu-item > a, .sub-menu > ul li.current-menu-parent > a {
		color: #F3F3F3
	}
}

#nav > ul > li a, .sub-menu > ul > li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-size: 1rem;
	line-height: 1rem;
	padding: 12px 20px;
	font-weight: 500
}

@media screen and (max-width: 1024px) {
	#nav > ul > li a, .sub-menu > ul > li a {
		font-size: 22px;
		line-height: 50px;
		font-size: 1.375rem;
		line-height: 3.125rem;
		padding: 8px 18px;
		color: #fff
	}
}

#nav > ul > li a span .arrow, .sub-menu > ul > li a span .arrow {
	position: absolute;
	top: 50%;
	right: 2px;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 13px;
	margin-top: -6px;
	font-family: 'icons' !important;
	color: #2c3e5f
}

	#nav > ul > li a span .arrow:before, .sub-menu > ul > li a span .arrow:before {
		content: "\f107"
	}

#nav > ul > li ul, .sub-menu > ul > li ul {
	display: none;
	position: absolute;
	z-index: 6;
	top: 100%;
	left: 0;
	width: 280px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left
}

@media screen and (max-width: 1024px) {
	#nav > ul > li ul, .sub-menu > ul > li ul {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		display: block;
		background-color: transparent;
		border: 0;
		box-shadow: 0;
		padding: 20% 8%
	}
}

#nav > ul > li ul > li, .sub-menu > ul > li ul > li {
	display: block
}

	#nav > ul > li ul > li a, .sub-menu > ul > li ul > li a {
		padding: 8px 26px
	}

@media screen and (max-width: 1024px) {
	#nav > ul > li ul > li a, .sub-menu > ul > li ul > li a {
		color: #fff;
		font-size: 22px;
		line-height: 50px;
		font-size: 1.375rem;
		line-height: 3.125rem;
		padding: 8px 18px
	}
}

#nav > ul > li:hover ul, .sub-menu > ul > li:hover ul {
	display: block
}

#nav::-webkit-scrollbar, .sub-menu::-webkit-scrollbar {
	display: none
}

#nav .close, .sub-menu .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.nav-open {
	overflow: hidden
}

	.nav-open #nav, .sub-menu.open {
		margin-left: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
		-moz-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
		transition: opacity 0.4s, visibility 0.4s, margin 0.4s
	}

		.nav-open #nav > ul, .sub-menu.open > ul {
			opacity: 1;
			visibility: visible;
			margin-left: 0
		}

.menu, .close-submenu {
	display: none !important;
	position: absolute;
	top: -8px;
	right: 0;
	width: 68px;
	height: 68px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 50;
	padding: 20px;
	text-align: center
}

@media screen and (max-width: 1024px) {
	.menu, .close-submenu {
		display: block !important
	}
}

.menu span, .menu span::before, .menu span::after, .close-submenu span, .close-submenu span::before, .close-submenu span::after {
	display: block;
	position: relative;
	height: 2px;
	top: 9px;
	width: 30px;
	background-color: #2c3e5f;
	margin: 0 auto
}

	.menu span:before, .close-submenu span:before {
		top: 9px;
		content: ''
	}

	.menu span:after, .close-submenu span:after {
		top: -10px;
		content: ''
	}

.close-submenu {
	left: 0;
	right: auto;
	z-index: 332423;
	font-size: 40px !important;
	line-height: 68px !important
}

.menu.active span {
	background-color: transparent
}

	.menu.active span:before {
		top: 1px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #fff
	}

	.menu.active span:after {
		top: -1px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #fff
	}

.content p, .content ul, .content ol {
	margin-bottom: 20px
}

.content h1, .content h2, .content h3, .content h5 {
	display: block;
	color: #2c3e5f;
	padding-top: 10px;
	margin-bottom: 10px
}

.content p:last-child {
	margin-bottom: 0
}

.content ul li {
	display: block;
	position: relative;
	padding: 2px 10px 2px 24px
}

.content ol > li {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px
}

.content ol {
	list-style-type: lower-alpha;
	padding: 0 30px 0 30px
}

.content img {
	max-width: 100%;
	height: auto
}

.content table {
	border: 1px solid #2c3e5f;
	background-color: #F3F3F3;
	border-radius: 3px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px
}

	.content table tr td {
		padding: 8px;
		border-bottom: 1px solid #dadada;
		border-right: 1px solid #dadada
	}

		.content table tr td:last-child {
			border-right: none;
			text-align: right
		}

	.content table tbody tr:nth-child(odd) td {
		background-color: #fbfbfb
	}

	.content table tr:last-child td {
		border-bottom: 0
	}

	.content table thead tr {
		background-color: #2c3e5f
	}

		.content table thead tr td, .content table thead tr td strong {
			border-color: #2c3e5f;
			color: #fff
		}

.content ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '•';
	font-size: 24px;
	color: #999
}

.content strong {
	color: #2c3e5f
}

.list-base li {
	display: block
}

@media screen and (max-width: 768px) {
	.list-base li {
		display: inline-block;
		margin-right: 10px
	}
}

.list-base li a {
	display: block;
	color: #F3F3F3
}

.list-footer {
	display: inline-block
}

	.list-footer li {
		border-right: 1px solid #565c67;
		padding-right: 3px
	}

		.list-footer li:last-child {
			border-right: 0
		}

	.list-footer a {
		display: block;
		padding: 0 6px;
		font-size: 13px;
		line-height: 24px
	}

#base, #footer {
	font-size: 14px;
	line-height: 24px
}

@media screen and (max-width: 768px) {
	#base {
		text-align: center
	}

		#base address br {
			display: none
		}
}

@media screen and (max-width: 768px) {
	#footer .col-6 {
		text-align: center
	}
}

.list-social li a {
	display: block;
	padding: 10px;
	font-size: 22px
}

.content-break {
	position: relative;
	padding-top: 30px
}

@media screen and (max-width: 768px) {
	.content-break {
		padding-top: 20px
	}
}

.content-break:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 80px;
	height: 2px;
	background-color: #fbcb00;
	content: '';
	display: block;
	margin-left: -40px;
	border-radius: 2px
}

.rings {
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	height: 800px;
	width: 800px;
	position: absolute;
	left: 50%;
	bottom: -400px;
	margin-left: -400px;
	-webkit-animation: pulsate 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0
}

	.rings:before {
		content: "";
		display: block;
		border: 1px solid #b3b3b3;
		-webkit-border-radius: 50%;
		height: 600px;
		width: 600px;
		position: absolute;
		left: 50%;
		bottom: 100px;
		margin-left: -300px;
		-webkit-animation: pulsate 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-delay: .3s;
		opacity: 0.0
	}

	.rings:after {
		content: "";
		display: block;
		border: 1px solid #999;
		-webkit-border-radius: 50%;
		height: 400px;
		width: 400px;
		position: absolute;
		left: 50%;
		bottom: 200px;
		margin-left: -200px;
		-webkit-animation: pulsate 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-delay: .8s;
		opacity: 0.0
	}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0
	}

	50% {
		opacity: 1.0
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0
	}
}

.directors {
	overflow: hidden
}

	.directors li {
		position: relative;
		z-index: 1
	}

.file-download {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #F3F3F3;
	border-radius: 50%;
	padding: 20px;
	font-size: 10px;
	margin: 0 auto 14px
}

	.file-download img {
		display: block;
		margin: 0 auto;
		height: 25px !important;
		width: auto
	}

#map {
	display: block;
	width: 100%;
	height: 380px
}

.circle {
	display: block;
	margin: 0 auto 20px;
	line-height: 64px;
	font-size: 20px;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #2c3e5f
}

.slider-logo {
	display: block;
	max-width: 140px;
	height: auto;
	width: 100%
}

.placeholders .img-responsive {
	border-color: #fff !important
}

.placeholders a:hover .img-responsive {
	border-color: #fbcb00 !important
}

.dismiss-dialog {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
}

.dialog-image {
	display: block;
	max-width: 100%;
	max-height: 400px;
	height: auto;
	margin: 1.5rem auto 0 auto;
	border-radius: 0.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.dismiss-dialog::before,
.dismiss-dialog::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 3px;
	background-color: #333;
	transform-origin: center;
	transition: background-color 0.2s;
}

.dismiss-dialog::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.dismiss-dialog::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.dismiss-dialog:hover::before,
.dismiss-dialog:hover::after {
	background-color: #000;
}

/* Dark Theme */

.dark-theme {
	--bg-color: #121212;
	--bg-dark: #303948;
	--bg-darker: #242a36;
	--text-color: #e0e0e0;
	--contrast-text-color: #cac6c0;
	--contrast-text-heading-color: #cac6c0;
	--heading-color: #ffffff;
	--link-color: #c8d6e4;
	--link-hover: #9db2c6;
	--border-color: #333;
	--input-bg: #1e1e1e;
	--input-border: #444;
	--btn-bg: #333;
	--btn-text: #fff;
	--btn-background-color: #303948;
	--btn-border-color: #5d6c89;
	--highlight: #fbcb00;
	--header-bg: #1d1e1e;
	--svg-logo-color: #ffffff;
	--menu-icon-color: #ffffff;
	--sub-menu-bg: rgba(48, 57, 72,0.9);
	--dialog-dismiss-color: #ffffff;
	--dialog-dismiss-hover-color: #d8d8d8;
}

.dark-theme body {
	background-color: var(--bg-color);
	color: var(--text-color);
}

.dark-theme a, .dark-theme a:link, .dark-theme a:visited, .dark-theme a:active {
	color: var(--link-color);
}
.dark-theme a:hover, .dark-theme a:link:hover, .dark-theme a:visited:hover, .dark-theme a:active:hover {
	color: var(--link-hover);
}

.dark-theme #nav > ul li.current-menu-item > a, .dark-theme #nav > ul li.current-menu-parent > a, .dark-theme .sub-menu > ul li.current-menu-item > a, .dark-theme .sub-menu > ul li.current-menu-parent > a {
	color: var(--link-hover);
}

@media screen and (max-width: 1024px) {
	.dark-theme #nav > ul li.current-menu-item > a, .dark-theme #nav > ul li.current-menu-parent > a, .dark-theme .sub-menu > ul li.current-menu-item > a, .dark-theme .sub-menu > ul li.current-menu-parent > a {
		color: #F3F3F3
	}
}

.dark-theme h1, 
.dark-theme h2, 
.dark-theme h3, 
.dark-theme h4, 
.dark-theme h5, 
.dark-theme h6 {
	color: var(--heading-color);
}

.dark-theme hr {
	background-color: var(--border-color);
}

.dark-theme .input,
.dark-theme .select select {
	background-color: var(--input-bg);
	border-color: var(--input-border);
	color: var(--text-color);
}

.dark-theme .btn {
	background-color: var(--btn-bg);
	color: var(--btn-text);
	border-color: var(--btn-bg);
}

.dark-theme .bg-white {
	background-color: #1e1e1e !important;
}

.dark-theme .bg-light {
	background-color: #2a2a2a !important;
}

.dark-theme .bg-blue {
	background-color: #1a2a3f !important;
	color: var(--text-color);
}

.dark-theme .content strong {
	color: var(--highlight);
}

.dark-theme #header {
	background-color: var(--header-bg);
}
.dark-theme #nav > ul > li ul, .dark-theme .sub-menu > ul > li ul {
	background-color: var(--header-bg);
}

.dark-theme .logo .logo-type {
	filter: invert(1) brightness(2);
}

.dark-theme .logo .logo-icon {
	filter: invert(1) brightness(2);
}

.dark-theme .bg-dark {
	background-color: var(--bg-dark) !important;
}
.dark-theme .bg-darker {
	background-color: var(--bg-darker) !important;
}
.dark-theme .text-contrast {
	color: var(--contrast-text-color) !important;
}

.dark-theme .text-contrast a, .dark-theme .text-contrast h1, .dark-theme .text-contrast h2, .dark-theme .text-contrast h3, .dark-theme .text-contrast h4 {
	color: var(--contrast-text-heading-color);
}

.dark-theme .text-contrast a:hover {
	color: #fbcb00
}

.dark-theme a.btn-primary, .dark-theme .btn-primary {
	color: var(--btn-text);
	background-color: var(--btn-background-color);
	border-color: var(--btn-border-color);
}

.dark-theme .menu span, .dark-theme .menu span::before, .dark-theme .menu span::after, .dark-theme .close-submenu span, .dark-theme .close-submenu span::before, .dark-theme .close-submenu span::after {
	background-color: var(--menu-icon-color);
}

.dark-theme .menu.active span {
	background-color: transparent
}

@media screen and (max-width: 1024px) {
	.dark-theme #nav, .dark-theme .sub-menu {
		background-color: var(--sub-menu-bg);
	}
}

.dark-theme #incident-dialog::backdrop {
	background: rgba(0, 0, 0, 0.7);
}

.dark-theme #incident-dialog {
	position: relative;
	border: none;
	border-radius: 6px;
	padding: 2rem;
	max-width: 600px;
	width: 90%;
	background-color: var(--bg-dark);
	color: #fff;
	font-family: inherit;
}

.dark-theme #reopen-dialog {
	position: fixed; bottom: 1rem; right: 1rem; z-index: 1000;
}

.dark-theme .dismiss-dialog::before,
.dark-theme .dismiss-dialog::after {
	background-color: var(--dialog-dismiss-color);
}

.dark-theme .dismiss-dialog:hover::before,
.dark-theme .dismiss-dialog:hover::after {
	background-color: var(--dialog-dismiss-hover-color);
}