* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 14px/1.2 "Conv_casper-webfont", Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #EDEDEB url(bg.jpg) no-repeat fixed;
	color: #3C3C3C;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

a,
.content b,
.content strong,
.footer,
em, .mark {
	color: #005777;
}

.main {
	margin: 25px auto;
/* 	max-width: 1140px; */
	max-width: 790px;
	
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
body:before,
body:after,
.main:before {
    content: "\00a0";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}
body:before {
	bottom: 13%;
	height: 13%;
	background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,.9) 33%, rgba(237,237,237,0) 100%);
}
body:after {
	height: 13%;
    bottom: 0;
    background: rgba(237,237,237,1);
}
.main:before {
    z-index: -1;
    top: 0;
    bottom: 0;
    background: rgba(237,237,237,.3);
}

.logo {
	display: block;
	font-size: 0;
	width: 100%;
	text-align: center;
}
.logo img {
	display: block;
	width: 238px;
	margin: -20px auto 0 auto;
}
.columns {
	columns: 2;
}
.nobreaker {
	page-break-inside: avoid;
}
.head {
	position: relative;
}
.head div {
	padding: 0 45px;
}
.head div h3:first-child {
	padding-top: 0;
	margin-top: -3px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 100%;
}
.content {
	padding: 25px 45px 0 45px;
}
.footer {
	padding: 30px 45px 15px 45px;
}
div.important {
	background: #F3F7F8;
	padding: 1.5em 1.5em 1.1em 1.5em;
	margin: 2.5em 0;
	border-radius: 14px;
}
div.important h4,
div.important h4 b,
div.important h4 strong {
	font-weight: 400;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 51%;
	float: left;
}
.footer_right {
    width: 49%;
	float: right;
}
.iframe_container {
    position: relative;
    padding: 0 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4 {
    text-transform: inherit;
	line-height: inherit;
	color: inherit;
}
h2, h3 {
	font-size: 1.2em;
	padding: 1.25em 0 .5em 0;
	color: #005777;
}
h1 {
	display: inline-block;
	font-family: "Montserrat", Arial, sans-serif;
    text-transform: inherit;
	font-size: 2em;
	line-height: 1.1;
	position: relative;
	margin: -90px 0 0 0;
	transform: rotate(-4deg) translate(0px, -6px);
}
h1 + p {
	padding-top: .6em;
}
h1 small,
h1 span {
    text-transform: inherit;
	display: inline-block;
	background: #005777;
	color: #ffffff;
	padding: 4px 12px;
}
h1 small span {
	padding: 0;
}
.h1_small {
    font-size: .75em;
	line-height: 1.25;
    text-transform: inherit;
	font-weight: 400;
}
h2 {
	font-size: 2em;
	padding: ;
	color: ;
}
.footer_left h2 {
	padding: 0;
}
h3 {
 	font-size: ;
	padding: ;
	color: ;
}
h4 {
	padding: 0 0 .5em 0;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 .5em 0;
}
ul  {
    padding: 0 0 .5em 1.8em;
}
ul ol,
ol ul,
ol ol,
ul ul {
	padding-bottom: 0;
	padding-left: 20px;
}
li {
    padding: 0 0 .125em 0;
    position: relative;
    list-style-type: none;
}
ul > li:last-child {
	padding-bottom: 0;
}
li:before {
    position: absolute;
    content: "\00a0";
    width:  19px;
    height: 19px;
    margin: .1em 0 0 -1.9em;
    background: url(../images/li_80eacd12f3.png) no-repeat;

}
ol > li {
	list-style-type: decimal;
}
ul > li ul > li {
	padding-left: 0;
	list-style-type: circle;
}
ul > li ul > li ul > li {
	list-style-type: square;
}
ul > li ul > li:before {
/*
	content: "\25AB";
*/
	display: none;
    background: none;
 	border: 1px solid #000000;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	font-family: inherit;
	display: inline-block;
    font-size: inherit;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: inherit;
    padding: .75em 1.5em;
    margin: 1.25em auto;
    color: #ffffff;
    background: #005777;
    border: 1px solid #005777;
/* 
    border-radius: 24px;
 */
}
.btn:hover {
    border-color: #005777;
    background: #005777;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-height:500px) {
	body:before,
	body:after {
 		display: none;
	}
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	body:before,
	body:after,
	.main:before {
		display: none;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
/* 	    font-size: .875em; */
	}
	body:before,
	body:after,
	.main:before {
	}
	.logo {
		position: static;
		margin: 0;
	    float: none;
	}
	.logo img {
		margin: 20px auto;
	}
	.columns {
		columns: 1;
	}
	.head div {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 2% 5% 0 5%;
	}
	.head div h3:first-child {
		padding-top: 0;
		margin-top: inherit;
	}
	.content {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 0 5% !important;
	}
	.footer {
		margin: 0;
		padding: 0 5%;
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
		padding: 0;
		margin: 0;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	h1, h2, h3, h4 {
	}
	h1 {
		font-size: 1.4em !important;
		margin: 0 !important;
		transform: rotate(-3deg) translate(0px, -10px) !important;
	}
	h1 span {
		margin: 0 !important;
	}
	h1 small span {
		padding: 0 !important;
	}
	h2 {
	}
	h3 {
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}
@media print  {
	@page {
		margin: 0;
		padding: 0;
	}
	html, body {
		margin: 0 auto;
		padding: 0;
	    width: 100%;
		height: auto;
	}
	body {
		color: Black;
	}
}