@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);
body {
	margin: 0;
	background: #0a093f url("../img/bg.jpg") no-repeat center top;
	width: 100%;
}
body, html {
	height: 100%;
}
body, input, select, textarea, button {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px;
	line-height: 1.3;
	font-weight: normal;
	color: #000;
}
body.mce-content-body {
	background: #fff;
}
body, input, select, button {

}
button {
	cursor: pointer;
	vertical-align: middle;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.reset {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
p {
	margin: 0;
}
img {
	max-width: 100%;
	border: 0;
}
h1, .h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
	color: #026299;
	font-weight: 400;
}
h2, .h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #026299;
	font-weight: normal;
}

h3, .h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #062c77;
	font-weight: normal;
}
h3.stripes {
	
}
h4, .h4 {
	color: #026299;
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
	color: #000;
}
.editor a {
	color: #0a812c;
	font-weight: bold;
	text-decoration: underline;
}
/*#content a:hover {
	text-decoration: underline;
}*/

ul.reset, ul.reset > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.clearfix {
	clear: both;
}
#wrapper {
	width: 1000px;
	/*min-height: calc(100% - 205px);*/
	/*height: 100%;*/
	margin: 0 auto;
	background: #fff;
}

#content {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 490px;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}
#content::after {
	content: "";
	display: block;
	clear: both;
}

.grad {
	background: rgb(0,113,167);
	background: -moz-linear-gradient(top,  rgba(0,113,167,1) 0%, rgba(0,35,89,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,113,167,1) 0%,rgba(0,35,89,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,113,167,1) 0%,rgba(0,35,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071a7', endColorstr='#002359',GradientType=0 );

}

.shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.mobile {
	display: none;
}

@media only screen and (max-width: 1000px){
	.desktop {
		display: none;
		vertical-align: auto;
	}
	.mobile {
		display: block;
	}
	body, #container {
		display: block;
	}
	#wrapper {
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

.cookie-policy h1, .cookie-policy h2, .cookie-policy h3 {
	margin: 0;
	padding: 0;
	color: #000f5a;
	background: none;
	text-shadow: none;
}
.cookie-policy h2:before {
	display: none;
}