@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*GENERAL -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin:0;
}

html, body {
	padding:0px;
	margin:0px;
	height:100%;
}
body {
	background: #232766;
	color:#232766;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 26px;
	font-weight:400;
}

body.popup {
	background-color:white; 
	background-image:none;
}

a {color:#f00; text-decoration:underline;}
a:hover {color:#f00; text-decoration:underline;}
a:active {text-decoration:none; background:none;}

.wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -40px; 
}

.push {
	height:40px;
}

em, i {
	font-style:italic;
}

/*-------------------------------------------------------------------------------------*/
/*GLOBAL ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

h1 {font-family: 'Lato', Arial, Helvetica, sans-serif; color:#232766; font-size:28px; line-height:28px; font-weight:700; padding:0; margin:0 0 30px 0;}
h2 {font-family: 'Lato', Arial, Helvetica, sans-serif; color:#232766; font-size:26px; line-height:28px; font-weight:700; padding:0; margin:0 0 20px 0;}
h6 {font-family: 'Lato', Arial, Helvetica, sans-serif; color:#232766; font-size:16px; line-height:26px; font-weight:400; padding:0 10px 0 0; margin:0;}

button, .button {
    background: #232766;
    color: #ffffff;
    cursor: pointer;
    padding: 0 15px;
    display: inline-block;
    height: 30px;
    text-align: center;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 30px;
	text-decoration:none;
	border:none;
}

.button:hover {
	color: #ffffff;
	text-decoration:none;
	background:#023b85;
}

/*-------------------------------------------------------------------------------------*/
/*HEADER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.header {
	width:100%;
	height:314px;	
}

.header .container {
	background:#ffffff;
	padding:0 30px;
	position:relative;
}

.header .logo {
	display:block;
	float:left;
	width:633px;
	height:169px;
	margin: 15px 0 18px 0;
}

.header .logo img {
	width:100%;
}

.header .slogan {
	display:block;
	float:right;
	width:424px;
	height:42px;
	background:url(/images/site/slogan.png);
	margin: 110px 0 0 0;
}

.header .banner {
	position: relative;
	width:100%;
	height:46px;
	background:#232766;
	clear:both;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	line-height:46px;
}

/*-------------------------------------------------------------------------------------*/
/*CONTENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.content .container {
	background:#ffffff;
	padding:38px 30px 0 30px;
}

.content .contentWrapper {
	margin:0 0 50px 0;
}

/*-------------------------------------------------------------------------------------*/
/*FOOTER ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.footer {
	min-height:40px;
	line-height:26px;
	padding:12px 0;
	text-align:center;
	color:#ffffff;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.footer .divider {
	padding:0 25px; 
	height:10px;
	display:inline-block;
	background:url(/images/site/divider.png) center center no-repeat;
	border-bottom: 0;
    margin-bottom: 0;
}

.footer .address, .footer .city, .footer .phone, .footer .fax, .footer .mail {
	display:inline-block;
}

/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (max-width: 1199px){
	.header .logo {width:475px; height: 138px; margin: 46px 0 18px 0;}
}

@media (max-width: 991px){
	.header .logo {height: 128px; margin: 30px 0 0px 90px;}
	.header .slogan {margin:0 0 2px 120px; float:left;}
}
@media (max-width: 767px){
	.header .container {padding:0 15px;}
	.content .container {padding-left:15px; padding-right:15px;}
	.header .logo {width:100%; height:auto; margin:20px 0 20px 0;}
	.header .slogan {display:none;}
	.header {height:auto;}
	.header .banner {height:auto; line-height: 26px; padding: 10px;}
	.footer .address, .footer .city, .footer .phone, .footer .fax, .footer .mail {display:block;}
	.footer .divider {display:none;}
}