/* Reset */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-size:16px}h1,h2,h3,h4,p,blockquote,figure,ol,ul{margin:0;padding:0}li{display:block}h1,h2,h3,h4,p{font-size:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;border:0}
/* Helpers */
.__m-auto{margin: 0 auto;}.__m-0{margin:0!important}.__m-s{margin:10px!important}.__m-m{margin:20px!important}.__m-l{margin:40px!important}
.__mt-0{margin-top:0!important}.__mt-s{margin-top:10px!important}.__mt-m{margin-top:20px!important}.__mt-l{margin-top:40px!important}
.__ml-0{margin-left:0!important}.__ml-s{margin-left:10px!important}.__ml-m{margin-left:20px!important}.__ml-l{margin-left:40px!important}
.__mr-0{margin-right:0!important}.__mr-s{margin-right:10px!important}.__mr-m{margin-right:20px!important}.__mr-l{margin-right:40px!important}
.__mb-0{margin-bottom:0!important}.__mb-s{margin-bottom:10px!important}.__mb-m{margin-bottom:20px!important}.__mb-l{margin-bottom:40px!important}
.__p-0{padding:0!important}.__p-s{padding:10px!important}.__p-m{padding:20px!important}.__p-l{padding:40px!important}
.__pt-0{padding-top:0!important}.__pt-s{padding-top:10px!important}.__pt-m{padding-top:20px!important}.__pt-l{padding-top:40px!important}
.__pl-0{padding-left:0!important}.__pl-s{padding-left:10px!important}.__pl-m{padding-left:20px!important}.__pl-l{padding-left:40px!important}
.__pr-0{padding-right:0!important}.__pr-s{padding-right:10px!important}.__pr-m{padding-right:20px!important}.__pr-l{padding-right:40px!important}
.__pb-0{padding-bottom:0!important}.__pb-s{padding-bottom:10px!important}.__pb-m{padding-bottom:20px!important}.__pb-l{padding-bottom:40px!important}
.__left{float:left}.__right{float:right}.__clearfix:after,.container:after{content:"";display:table;clear:both}
.__txt-center{text-align:center!important}.__txt-left{text-align:left!important}.__txt-right{text-align:right!important}
.__block{display:block}.__inline-block{display:inline-block}
.__unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.__center {
	display: block;
	margin: 0 auto;
}

/* Common wisdom */
img { max-width: 100%; height: auto }
p:last-child {margin-bottom: 0!important }

/* FONTS */
@font-face { font-family: 'Avenir Light';src: url('webfonts/2E0A57_6_0.eot');src: url('webfonts/2E0A57_6_0.eot#iefix') format('embedded-opentype'),url('webfonts/2E0A57_6_0.woff') format('woff2'),url('webfonts/2E0A57_6_0.woff') format('woff'),url('webfonts/2E0A57_6_0.ttf') format('truetype');}
@font-face { font-family: 'Avenir Medium';src: url('webfonts/2E0A57_0_0.eot');src: url('webfonts/2E0A57_0_0.eot#iefix') format('embedded-opentype'),url('webfonts/2E0A57_0_0.woff') format('woff2'),url('webfonts/2E0A57_0_0.woff') format('woff'),url('webfonts/2E0A57_0_0.ttf') format('truetype');}
@font-face { font-family: 'icons'; src: url('webfonts/icons_77091737.eot'); src: url('webfonts/icons_77091737.eot#iefix') format('embedded-opentype'), url('webfonts/icons_77091737.woff') format('woff'), url('webfonts/icons_77091737.ttf') format('truetype'), url('webfonts/icons_77091737.svg') format('svg'); font-weight: normal; font-style: normal; }

/* ICONS */
.icon:before, .icon:after, .e-nav > li > a:after {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 }
.icon-angle-right:after, .e-nav > li > a._has-children:after { content: '\e800'; }
.icon-angle-down:before { content: '\e801'; }
.icon-search:before { content: '\e802'; }

/* Start */
body, html {
	height: 100%;
}
body {
	position: relative;
	font-family: 'Avenir Light', sans-serif;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
	color: #000;
	background-color: #fff;
	height: 100%;
	overflow-y: scroll;
}

/* CONTENT */
h2 {
	color: #008bc2;
	font-size: 45px;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	color: #111;
}
h4 {
	font-size: 28px;
	font-weight: normal;
}

/* CONTROLS */
.button, button {
	display: inline-block;
	padding: 7px 20px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 7px;
	cursor: pointer;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease;
	        transition: 0.25s ease;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	font-family: 'Avenir Medium', sans-serif;
}

.button:focus,button:focus {
	outline: none !important;
}

.button:hover, button:hover,
.c-link-block:hover > .button,
.c-link-block:hover > button {
	background-color: #fff;
	color: #0057a1;
}
.button:active,
button:active {
	color: #004c8b;
}

/* LAYOUT */
.wrapper {
	position: relative;
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
	height: 100%;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}

.col {
	box-sizing: border-box;
}

.cols-3 {
	position: relative;
	font-size: 0 !important;
}

.cols-3 > .col {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	position: relative;
}

.cols-3 > .col:last-child {
	margin-right: 0;
}


.container > .col {
	display: block;
	float: left;
}
.col.col-1-2 {
	width: 50%;
}
.col.col-1-3 {
	width: 33.5%;
}
.col.col-2-3 {
	width: 66.5%;
}
.col.col-1-4 {
	width: 25%;
}
.col.col-3-4 {
	width: 75%;
}
.col.col-1-5 {
	width: 20%;
}
.col.col-2-5 {
	width: 40%;
}
.col.col-3-5 {
	width: 60%;
}
.col.col-4-5 {
	width: 80%;
}

/* ELEMENTS */
section {
    -webkit-transition: 0.4s 0.5s ease-in-out;
            transition: 0.4s 0.5s ease-in-out;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
body._hidden > section {
	pointer-events: none;
	opacity: 0.99
}
.s-header {
	background-color: #fff;
	height: 150px;
	padding: 25px 0;
}
body._hidden > .s-header {
	opacity: 1;
	visibility: visible;
}

.e-logo {
	display: inline-block;
	width: 156px;
	line-height: 0;
}


.logo-image {
	width: 100%;
}

.wrapper.cols-3.__txt-center {
	margin-top: 20px;
	margin-bottom: 60px;
}

/* BLOCK LINKS */
.c-link-block {
	color: #fff;
	min-height: 200px;
	padding: 35px 25px 25px;
	background-color: #035894;
	text-align: left;
	box-sizing: border-box;
	will-changeL transform;
	-webkit-transition: 0.25s ease;
	        transition: 0.25s ease;
}

.c-link-block:hover {
	background-color: #85888a;
}

.c-link-block:active {
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
	opacity: 0.25;
}

.c-link-block:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/tiles_p-4.png') repeat;
}

.c-link-block:nth-child(2) {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, transparent 50%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, transparent 50%, rgba(0, 0, 0, 0.15) 100%);
}

.c-link-block:first-child {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.c-link-block:last-child {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.link-block-title {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	width: 80%;
	line-height: 1.1;
	margin-bottom: 40px;
}

.link-block-button {
	color: #fff;
}

/* PANEL */
.s-panel {
	background-color: #fff;
	padding: 50px 0;
	text-align: center;
}
.s-panel._top-panel {
	padding-top: 25px;
}
.s-panel._dark {
	background-color: #e9ebeb;
}
.s-panel._tint {
	background-color: #f4f4f5;
}

.s-section {
	background-color: #f7f7f9;
	padding: 75px 0;
}

/* NAV */
.c-nav {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	text-align: right;
}
.c-nav:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	will-change: transform;
    
	-webkit-transition: 0.5s ease;
    
	        transition: 0.5s ease;
	-webkit-transform: translateY(80px);
	    -ms-transform: translateY(80px);
	        transform: translateY(80px);
}
.c-nav._active:before {
	background-color: rgba(234, 234, 234, 0.85);
	visibility: visible;
}
.c-header-controls {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.e-nav {
	display: block;

	line-height: 80px;
	position: relative;
	top: 0;
	font-weight: bold;
	white-space: nowrap;
}

.e-nav li, .e-nav a {
	display: inline-block;
}
.e-nav > li {
	margin-left: 50px;
}

.e-nav a {
    font-size: 17px;
    -webkit-transition: 0.25s ease;
            transition: 0.25s ease
}

.e-nav li:active > a {
	color: #0A2B46;
}

.e-nav > li > a:after {
    margin-left: 10px;
    margin-right: 0;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
    will-change: transform;
}

.e-nav > li:hover > a:after {
    -webkit-transform: perspective(1px) rotate(90deg);
            transform: perspective(1px) rotate(90deg);
}

.sub-menu {
	position: absolute;
	top: 80px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	will-change: transform;
	-webkit-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
	-webkit-transition: 0.2s 0.25s ease;
	        transition: 0.2s 0.25s ease;
	right: 0;
}

.e-nav > li:hover > .sub-menu {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition-delay: 0;
			transition-delay: 0;

	visibility: visible;
	opacity: 1;
	z-index: 10000;
}

.sub-menu li {
	margin-right: 50px;
}

.sub-menu li:last-child {
	margin-right: 0;
}

.e-nav a:hover {
	color: #008bcc;
}


/* FOOTER */
.s-footer {
	background-color: #008bcc;
	color: #fff;
	font-size: 0 !important;
	padding: 50px 0;
}

.footer-col {
	display: inline-block;
	height: 100%;
	font-size: 14px;
}

.footer-col > h4 {
    text-transform: uppercase;

    font-size: 16px;
    margin-bottom: 10px;
}

.footer-col > p {
    font-size: 13px;
	
}

.footer-col-info {
	width: 32%;
}

.footer-col-sitemap {
	width: 50%;
}

.footer-col-social {
	width: 18%;
	text-align: right;
}

.s-footer-bottom {
	color: #fff;
	background-color: #21181b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0;
}

/* PAGES */
.line {
	height: 10px;
	background-color: #035894;
	box-sizing: border-box;
	-webkit-transition: 0.25s ease;
	        transition: 0.25s ease;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 50%, rgba(0, 0, 0, 0.25) 100%);
	pointer-events: none;
}

.line:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/tiles_p-4.png') repeat;
}

/* PAGE CONTENT */
.page-content {
	text-align: left;
}
.page-wrapper {
	text-align: left;
}
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5 { margin-top: 0 }
.page-wrapper h1:last-child,
.page-wrapper h2:last-child,
.page-wrapper h3:last-child,
.page-wrapper h4:last-child,
.page-wrapper h5:last-child { margin-bottom: 0 }
.page-wrapper h1,
.page-content > h1,
.page-title {
	font-size: 36px;
	line-height: 1.25;
	font-family: 'Avenir Light';
	font-weight: normal;
	color: #004c8b;
	border-bottom: 1px solid;
	margin-bottom: 35px;
}

.page-wrapper h2 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Avenir Light';
	border-bottom: 1px solid;
	margin-bottom: 35px;
	color: #004c8b;
}

.page-wrapper h3 {
	font-size: 28px;
}

.page-wrapper h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #008cca;
}

.page-wrapper a {
	color: #008cca;
}

.page-wrapper p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.panel-title {
	font-size: 30px;
	line-height: 1.4;
	color: #008cca;
}

.__col-blue {
	color: #008cca;
}

.page-content {
	width: 67%;
	margin: 0 auto;
}

.board-item-qualifications > h3,
.page-wrapper h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #008cca;
	font-weight: bold;
	text-transform: uppercase;
}
.page-wrapper h5 {
	margin-bottom: 10px;
}
.page-content h5 {
	font-size: 20px;
	line-height: 1.4;
	color: #008bcd;
	font-weight: bold;
}

.c-references {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #008bc7;
}

/* BOARD ITEMS */
.c-board {
	text-align: center;
}
.c-board-row {
	font-size: 0 !important;
	text-align: center;
	margin-bottom: 25px;
}
.e-board-item {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin: 5% 7%;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.e-board-item {
		width: 100%;
		margin: 4% 0;
	}
}

.board-item-photo {
	display: inline-block;
	width: 100%;
	max-width: 158px;
	border: 2px solid #005c9c;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.board-item-photo:hover {
	border-color: #008cca;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.board-item-photo:visited {
	border-color: #005c9c
}

.board-item-photo:before {
	content: '';
	padding-top: 100%;
	display: block;
}

.board-item-photo > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BREADCRUMBS */
.c-breadcrumbs {
	margin-bottom: 25px;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	color: #525252;
	font-size: 12px;
}
.c-breadcrumbs a {
	color: #525252;
	display: inline-block;
	margin: 0 7px;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.c-breadcrumbs a:hover {
	color: #008cca;
}
.c-breadcrumbs a:first-child {
	margin-left: 0;
}
.c-breadcrumbs a:last-child {
	font-weight: bold;
}
.c-breadcrumbs > strong {
	margin-left: 7px;
}
.breadcrumbs-item,
.breadcrumbs-separator {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs-separator {
	margin: 0 10px;
}

/* REVEAL */
.reveal-content {
	display: none;
}

.reveal-button {
	color: #0057a1;
	border-color: #0057a1;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 55px;
	border-radius: 5px;
	line-height: 1;
}
.reveal-button:hover {
	color: #fff;
	border-color: #fff;
	background-color: #0057a1;
}

.board-item-position,
.board-item-name {
	font-size: 18px !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	border: none !important;
	font-weight: normal;
}
.board-item-position {
}

.board-item-name {
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	color: #008cca !important;
}

h2.board-item-position,
h2.board-item-name {
	font-size: 28px !important;
	line-height: 1 !important;
}

h2.board-item-name {
	margin-top: 0 !important;
}

h2.board-item-position {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

.board-item-qualifications {
	margin-top: 50px;
}
.board-item-qualifications > h3 {
	margin-bottom: 15px;
}
.qualifications-item {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}


.__toleft {
	box-sizing: border-box;
	padding-left: 35px;
	position: relative;
}

.__toright {
	position: absolute;
	left: 0;
}

span.__toleft {
	display: inline-block;
}


.header-group {
	display: inline-block;
	vertical-align: top;
	padding-top: 14px;
	padding-right: 40px;
}

.e-resize {
	display: inline-block;
	padding: 0 9px;
	line-height: 0.5;
	cursor: pointer;
}

.e-resize_minus,
.e-resize_reset {
	border-right: 1px solid #008cca;
}
.e-resize_plus {}



@media screen and (max-width: 768px) {
	.c-slider {
		height: 300px;
	}
	
	.s-footer-bottom {
		padding: 10px 0;
	}
	.s-footer-bottom > .wrapper > div {
		float: none !important;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.s-footer-bottom > .wrapper > div:last-child {
		margin-bottom: 0;
	}


	body {
		overflow-x: hidden;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
		color: #111;
	}
	h4 {
		font-size: 23px;
		font-weight: normal;
	}
	.e-logo {
		width: 35%;
		left: 7%;
	}
	.wrapper {
		width: 92%;
	}
	.sub-menu {
	  position: relative;
	  top: 0;
	  visibility: visible;
	  opacity: 1;
	  z-index: 1;
	   -webkit-transform: none; 
	  transform: none;
	  -webkit-transition: none;
	  transition: none;
	  right: 0;
	}
	.c-header-controls,
	.c-nav {
		display: none;
	}
	.col {
		width: 90% !important;
		margin: 0 auto !important;
		margin-bottom: 8% !important;
	}
	.col:last-child {
		margin-bottom: 0 !important;
	}
	.footer-col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px !important;
		text-align: center !important;
	}
	.page-content {
		width: 94%;
	}
	.e-slider-item h3,
	.e-slider-item div {
		top: 10% !important;
		left: 5% !important;
		-webkit-transform: scale(0.5) !important;
		transform: scale(0.5) !important;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.e-slider-item div.sl_2_c1 {
		top: 50% !important;
		width: 1000%;
	}
}
@media screen and (max-width: 570px) {
	.splash-text {
		font-size: 22px !important;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
		color: #111;
	}
	h4 {
		font-size: 20px;
		font-weight: normal;
	}
	.e-slider-item h3,
	.e-slider-item div {
		top: 10%;
		left: 5%;
		-webkit-transform: scale(0.35) !important;
		transform: scale(0.35) !important;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.c-slider {
		height: 230px;
	}
	.page-wrapper h1,
	.page-content > h1,
	.page-title {
		font-size: 27px;
		margin-bottom: 25px;
	}
	.page-wrapper h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.page-wrapper h3 {
		font-size: 22px;
	}
	.page-wrapper h4, .panel-title {
		font-size: 18px !important;
		line-height: 1.5;
		color: #008cca;
	}

}
@media screen and (max-width: 320px) {
	.c-slider {
		height: 170px;
	}
	
}