/*BOOTSTRAP OVERRIDES----------------------------------------*/
body {
	font-family: 'Lato', Arial, sans-serif;
	color: #666672;
	font-size: 15px;
	font-weight: 300;
	background: #F4F4F4;
}
.container {
	width: 1200px
}
p {
	margin: 0 0 15px;
	font-family: "Lato", Arial;
}
.form-control {
	border-color: #ebebeb;
	font-family: "Lato", Arial;
	box-shadow: none;
}
label {
	font-family: "Lato", Arial;
}
@media (max-width:1199px){
	.container {
		width:auto;
	}
}
/*MISC-------------------------------------------------------*/
a {
	transition: all .3s ease-in;
}
.error {
	color: red !important;
	border-color: red !important;
}
#mission:after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1px;
	height: 200px;
	top: 10px;
	left: 100%;
	display: block;
	opacity: 0.2;
}
.loginFields {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}
.btn-link {
	color: #fff;
}
/*HEADER----------------------------------------------------*/
header {
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 15px 0;
}
.logo {
	display: block;
	font-family: "Playfair Display", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	max-width: 100%;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
	color: #23527C;
	letter-spacing: 5px;
}
.logo small {
	display: block;
	font-size: 18px;
	line-height: 20px;
	border-top: 1px solid #EEE;
	padding-top: 5px;
	margin-top: 5px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: normal;
}
.logo:hover {
	text-decoration: none;
}
.header-slider {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.header-slider::before {
	position: absolute;
	content: " ";
	box-shadow: inset 0 0 30px rgba(0,0,0,.4);
	z-index: 1000;
	left: -30px;
	right: -30px;
	top: 0;
	bottom: -30px;
}
/*SLOGAN------------------------------------------------------*/
.slogan {
	z-index: 2;
	position: relative;
	margin-top: -300px;
	margin-bottom: 70px;
}
.slogan .container {
	position: relative;
	padding: 0;
	font-size: 16px;
}
.slogan .container > div {
	background: rgba(0,0,0,.7);
	position: relative;
	font-size: 15px;
	padding: 20px;
	color: #FFF;
}
.slogan h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	font-family: "Playfair Display";
	text-align: left;
	color: #CCC;
}
.slogan p {
	margin: 0;
}
/*FOOTER------------------------------------------------------------*/
footer {
	color: #858d98;
	font-size: 13px;
	text-align: center;
}
footer a {
	color: #858d98;
}
footer a:hover {
	color: #858d98;
}
.copyright {
	padding: 20px 0 15px;
}
.developed-by {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #CCC;
}
.partner-logos img {
	height: 70px;
	margin: 10px 35px 0;
}
/*MOBILE ONLY--------------------------------------------------------*/
@media(max-width:767px) {
	body {
		margin-bottom: 0 !important;
		font-size: 13px;
	}
	header {
		background: rgba(255,255,255,.8);
	}
	.slogan {
		margin: 20px;
		overflow: hidden;
	}
	.slogan .container > div {
		margin-left: 0;
		padding: 15px;
	}
	.slogan h1 {
		font-size: 20px;
	}
	.slogan p {
		margin-bottom: 10px;
	}
	.copyright {
		text-align: center;
		padding: 5px 0
	}
	.partner-logos a {
		display: block;
		text-align: center;
		float: left;
		width: 50%;
	}
	.partner-logos img {
		margin: 10px auto !important;
		max-height: 40px;
		max-width: 100%;
	}
	.btn-password {
		background: #DDD;
		color: #333 !important;
		margin-bottom: 10px;
		font-size: 13px;
		text-decoration: none !important;
	}
	.btn-password:hover, .btn-password:focus, .btn-password:active {
		background: #CCC;
		color: #111;
	}
	.btn-password u {
		text-decoration: none;
	}
	.modal-dialog {
		margin: 20px;
	}
}
/*DESKTOP ONLY-------------------------------------------------------*/
@media(min-width: 768px) {
	body {
		background: url(/media/img/body-bg.jpg) center -100px no-repeat;
		background-size: 100% auto;
		background-attachment: fixed;
	}
	.slogan .container > div {
		margin-left: 40%;
		border-radius: 3px;
	}
}