@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BebasNeue-webfont.woff') format('woff'),
url('fonts/BebasNeue-webfont.ttf') format('truetype'),
url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: FranklinGothicBT-Roman;
    src: url('fonts/314CBD_0_0.eot');
    src: url('fonts/314CBD_0_0.eot?#iefix') format('embedded-opentype'),
url('fonts/314CBD_0_0.woff') format('woff'),
url('fonts/314CBD_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

body {
  font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
  background-color:#FFF;
  background-repeat:repeat;
  background-position:center;
}
h1 {
	font-family: "FranklinGothicBT-Roman",sans-serif;
	font-size:40px;
	line-height:40px;
	color: #000000;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:center;
	/*text-transform:uppercase;*/
}
h2 {
	font-family:FranklinGothicBT-Roman;
	font-size:46px;
	line-height:46px;
	color: #1c6395;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h25 {
	font-family:FranklinGothicBT-Roman;
	font-size:24px;
	line-height:24px;
	color: #e41e30;
	font-weight:normal;
	margin-bottom: 0;
	text-align:center;
}
h27 {
	font-family:bebas_neueregular;
	font-size:24px;
	line-height:24px;
	color: #1c6395;
	font-weight:normal;
	margin-bottom: 0;
	text-align:left;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:32px;
	color: #1c6395;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:32px;
	color: #1c6395;
	font-weight:normal;
	margin-bottom: 4px;
	text-align:left;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:24px;
	color: #FFFFFF;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
h55 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	color: #1c6395;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align:left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	margin-bottom:13px;
}
a {
	color:#881114;
	text-decoration:none;
}
a:hover {
	color:#c61c20;
}









.wrapper {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    height: 100%;
}
.header {
	display: inline-block;
	position: relative;
	background-image: url(../images/2018_topback.png);
    background-position: center top;
	/*background-size: 100%;*/
    background-repeat:no-repeat;
	width: 100%;
	height: 125px;
    padding-top: 0;
	text-align: center;
}
.footer {
	display: inline-block;
	position: relative;
    background-repeat:no-repeat;
	width: 100%;
	height: 125px;
    padding-top: 0;
	text-align: center;
}
.logo {
    display: inline-block;
    width: 519px;
    height: 110px;
    text-decoration: none;
    padding: 0;
	background-image: url(../images/logo_519x110.png);
	background-size: cover;
	background-repeat: no-repeat;
}
/*open logo size*/
@media screen and (max-width: 500px)  {
	.header {
		height: 83px;
	}
	.logo {
	    width: 300px;
	    height: 64px;
		margin: 6px auto;
	}
}
@media screen and (min-width: 501px)  {
	.header {
		height: 103px;
	}
	.logo {
	    width: 400px;
	    height: 85px;
		margin: 6px auto;
	}
}
@media screen and (min-width: 801px)  {
	.header {
		height: 125px;
	}
	.logo {
	    width: 519px;
	    height: 110px;
		margin: 6px auto;
	}
}
@media screen and (min-width: 1001px)  {
	.header {
		height: 125px;
	}
	.logo {
	    width: 519px;
	    height: 110px;
	}
}

.logo a {
	position:absolute;
	width:100%;
	height:100%;
	margin-top:0px;
	margin-left:0px;
	left:0px;
}



.mainbox{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:96%;
	padding: 2%;
	height: auto;
	max-width:1000px;
	text-align: center;
}


.mainleft {
	position: relative;
	margin: 0;
	height: auto;
	padding: 2%;
}
.mainright {
	position: relative;
	display: inline-block;
	margin: 0;
	height: auto;
	padding: 2%;
}
@media screen and (max-width: 700px)  {
	.mainleft {
		width: 96%;
		float:none;
	}
	.mainright {
		width: 96%;
		float:none;
	}
}
@media screen and (min-width: 701px)  {
	.mainleft {
		width: 46%;
		float: left;
	}
	.mainright {
		width: 46%;
		float: right;
	}
}

.mainright h1 {
	font-family:bebas_neueregular;
	color: #1c6395;
	font-weight:normal;
	margin-bottom: 0px;
	text-align:left;
}
.mainright p {
	font-family:Arial, Helvetica, sans-serif;
	color:#1c6395;
	font-weight:normal;
	margin-bottom:0px;
	text-align:left;
}

@media screen and (max-width: 500px)  {
	.mainright h1 {
		font-size:32px;
		line-height:32px;
	}
	.mainright p {
		font-size: 16px;
		line-height:26px;
	}
}
@media screen and (min-width: 501px)  {
	.mainright h1 {
		font-size:46px;
		line-height:46px;
	}
	.mainright p {
		font-size: 18px;
		line-height:30px;
	}
}

.mainright a {
	color:#b62026;
	font-weight:bold;
}
.mainright a:hover {
	color:#891921;
}
.formrow{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding: 2% 0;
	height: auto;
	max-width:1000px;
	text-align: center;
}
input.contactfield, input.contactfieldfull, input.contactfieldsmall, input.contactfieldmicro {
	background-color:#e6e6e6;
	color: #1c6395;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	height:32px;
	vertical-align:top;
	border: 1px solid #666666;
	webkit-appearance: none;
	border-radius: 10px;
	margin: 0;
}
select.contactfield {
	background-color:#e6e6e6;
	color: #1c6395;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	height:40px;
	vertical-align:top;
	border: 1px solid #666666;
	webkit-appearance: none;
	border-radius: 10px;
	margin: 0;
}
select.contactfieldsmall, select.contactfieldint {
	background-color:#e6e6e6;
	color: #1c6395;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	height:40px;
	vertical-align:top;
	border: 1px solid #666666;
	webkit-appearance: none;
	border-radius: 10px;
	margin: 0;
}
input.contactfieldsmall {
	width:40%;
	padding: .5% 2% .5% 2%;
}
input.contactfieldmicro {
	width:23%;
	padding: .5% 2% .5% 2%;
}
input.contactfield {
	width:96%;
	padding: .5% 2% .5% 2%;
}
select.contactfield {
	width:100%;
	padding: .5% 2% .5% 2%;
}
select.contactfieldsmall {
	width:20%;
	padding: .5% 2% .5% 2%;
}
select.contactfieldint {
	width:40%;
	padding: .25% 1% .5% 1%;
}
input.contactfieldfull {
	width:98%;
	padding: .25% 1% .25% 1%;
}

.contactfieldcontainer {
	display: inline-block;
	position: relative;
	top:0;
	height: auto;
}
.contactfieldcontainerfull {
	display: inline-block;
	position: relative;
	top:0;
	height: auto;
}
input.contactfieldsubmit {
	background-color:#e41e30;
	color: #FFFFFF;
	font-family:FranklinGothicBT-Roman;
	font-size:18px;
	line-height:18px;
	height:36px;
	vertical-align:top;
	border: 0px solid #666666;
	webkit-appearance: none;
	border-radius: 10px;
	margin: 0;
	width: auto;
	padding: 8px;
	transition: 0.5s;
}
input.contactfieldsubmit:hover {
	background-color:#c61c20;
}


