@charset "utf-8";
/* CSS Document */
body#bodyId{
	padding: 0 !important;
	margin: 0; width:100%
}
.lpeCElement{padding:0 0 15px 15px}
p, ul {
	margin:0px;
	padding:0px
}
img {border:none;outline:none;}
a {
	text-decoration:none;
font-size:.8125rem;
	font-weight:600;
	outline:0;
	color:#ce0000;
	letter-spacing:.15em;
	text-transform:uppercase;
}
a:hover span.animate-icon {
	color:#ac1f25;
	left:12px;
}


.animate-external-icon {
    position: relative;
    top: 3px;
	left: 4px;
}

.animate-icon {
    position: relative;
    top: 3px;
    left: 2px;
    transition: all 0.5s ease;
}

ul {
	list-style-type: square;
	padding-left: 16px;
	padding-bottom: 10px;
	margin-left:20px;
}
ul li {
	font-family: 'museo-sans', Helvetica, Arial, sans-serif;
	font-size:1.125em;
	font-weight:300;
	line-height:26px;
}


p.title-thankyou {
	font-size: 2.75em;
	color: #000000;
	font-weight: 300;
	padding: 0;
	width: 90%;
	font-family: 'museo-sans', Helvetica, Arial, sans-serif;
	margin-bottom:20px;
}

p.subtitle-thankyou {
	font-size: 1.7em;
	font-weight: 700;
	font-family: 'museo-slab',Helvetica,Arial,sans-serif;
	margin-left:0;
	padding:30px 0 0 50px;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul.thankyoulinks{margin-left:35px; list-style-type:none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	max-width:500px;
	margin-bottom:35px;
}
ul.thankyoulinks li{line-height:30px;}


form.mktoForm {
	width:540px!important;
}


.mktoFormRow .mktoFieldDescriptor {
	width:100%;
	float:left;
	padding-top:0px !important;
}
.mktoForm .mktoFieldWrap {
	width: 100%;
}
.mktoForm .mktoAsterix {
	display:none!important;
}
.mktoForm .mktoGutter, .mktoForm .mktoOffset {
	width:auto!important;
}
.mktoForm .mktoFormCol {
	min-height:0px
}

.lpeCElement {position:relative; float:left;}

.mktoFormRow .mktoFieldDescriptor label {
	color: #333;
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal!important;
	float:left;
	width:33%!important;
	padding: 10px 0 5px 0;
}
.mktoForm div {
	color: #333;
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal!important;
}
.mktoFormRow .mktoFieldDescriptor input[type=url], 
.mktoFormRow .mktoFieldDescriptor input[type=text], 
.mktoFormRow .mktoFieldDescriptor input[type=date], 
.mktoFormRow .mktoFieldDescriptor input[type=tel], 
.mktoFormRow .mktoFieldDescriptor input[type=email], 
.mktoFormRow .mktoFieldDescriptor input[type=number], 
.mktoFormRow .mktoFieldDescriptor textarea.mktoField{
	background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    width: 65%!important;
    float: right;
    color: #333333;
    font-size: 1rem !important;
    outline: none;
	line-height:22px;
	box-sizing:border-box;
}

 .mktoFormRow .mktoFieldDescriptor textarea.mktoField{
 	height: 80px;
 }
.mktoForm select {
	background:none;
	border:none;
	padding:0 15px;
	line-height: 32px!important;
	height: 32px!important;
	background: #fff;
	border:1px solid #ccc;
	width:65%!important;
	float:right !important;
	color: #333333;
	font-size: 0.875rem !important;
	outline: none;
}
.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
	margin: 0px; display:none;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{padding:0.1em; width:auto !important; margin-top:2px;}
.mktoForm .mktoCheckboxList {
	width:0px !important;
	margin-top: -20px;
}
.mktoForm label[for=hDSSingleOptin] {
	padding: 0 0 0 24px;
    width: 100% !important;
}

.mktoForm textarea[rows="2"] {
	background:#fff;
	border:1px solid #ccc;
	padding:0 15px;
	height:100px;
	width:100%!important;
	float:left;
}
.mktoButtonRow{
	display: block;
}
.mktoForm span.mktoButtonWrap {
	margin-left:0!important;
	/*text-align: center;*/
	display: inherit;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background-color:transparent;
	background-image:none;
	border:1px solid #ce0000;
	color: #ce0000;
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	outline: 0 none;
	text-decoration: none;
	text-transform: uppercase;
	margin:5px 0 0 0;
	padding: 10px 20px;
	width: 150px;
    /*margin-left: 24%;*/
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
	border: 1px solid #ce0000;
	background-color:#ce0000;
	color:#fff;
	background-image:none;
}
.mktoRadioList label {
	float: none !important;
	margin-top: 0 !important;
	padding: 0 !important;
}

.contact-info {
	margin: 0px 0 0 35px; box-sizing:border-box; background:#ebebeb; padding:15px 15px 10px 15px; width:100%;
}
.lpeCElement.HTML_1 {
    display: none !important;
}
div.contact-info p.title {font-family:museo-sans; font-size:24px; font-weight:normal; margin:30px 0 7px 0; padding:0px;}
div.contact-info .headtitle {color:#008EAE; font-family:museo-sans; font-size:24px; font-weight: normal;}
div.contact-info .headtitle strong {font-weight: 800;}
div.contact-info .headtitle a.call {color: #008EAE;font-size: 22px; cursor: default;}
div.contact-info a {color:#CC0001; text-transform:uppercase; font-family:museo-sans; font-size:0.9rem; text-decoration:none; font-weight:800; letter-spacing: 0.12em;}

p.sub-title {font-family:museo-sans; font-size:16px; line-height:22px; margin-bottom:2px;}

div.footer {min-height:100px; position:relative; margin-top:190px;}
div.footer p {position: absolute;bottom: 0; left: 0;}
div.footer p a {color:#CC0001; font-family:museo-sans; font-size:0.9rem; text-decoration:none; font-weight:800}
.mktoForm div.mktoButtonRow{padding-left:35%;}

@media only screen and (max-width: 991px) {
	body#bodyId{
		padding: 0 !important;
		margin:0;
	}
	form.mktoForm {
		width:100%!important;
	}
	.lpeCElement{float:none;}
	.contact-info{margin-left:0px;}
	.mktoMobileShow .mktoForm textarea.mktoField {
		height:70px;	
	}
}

@media only screen and (max-width: 768px) {
form.mktoForm {width:100%!important;}
.lpeCElement{padding:0;}
.mktoForm div.mktoButtonRow{padding-left:0}
.mktoFormRow .mktoFieldDescriptor input[type=url], 
.mktoFormRow .mktoFieldDescriptor input[type=text], 
.mktoFormRow .mktoFieldDescriptor input[type=date], 
.mktoFormRow .mktoFieldDescriptor input[type=tel], 
.mktoFormRow .mktoFieldDescriptor input[type=email], 
.mktoFormRow .mktoFieldDescriptor input[type=number], 
.mktoFormRow .mktoFieldDescriptor textarea.mktoField{
    line-height: 32px;
    height: 32px;
    width: 100%!important;
    float: left;
	box-sizing:border-box;
}
.mktoFormRow .mktoFieldDescriptor label {
	float: left;
    width: 100%!important;
    padding: 7px 0 5px 0;
	box-sizing:border-box;
}
.mktoForm select {
	border:1px solid #ccc;
	width:100%!important;
	float:left;
	box-sizing:border-box;
}
.mktoFormRow .mktoFieldWrap #LeadComment{margin-top:0px;}
.mktoForm .mktoButtonRow{width:100%;}
.mktoMobileShow .mktoForm textarea.mktoField{height:70px;}
.mktoForm .mktoCheckboxList{ height:10px;}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{ margin-left:0;}
.contact-info{margin-top:30px;}
#lpeCDiv_65465{display:none}
div.footer{ margin-top:0;}
.mktoForm label[for=hDSSingleOptin] {
	padding: 0 0 0 24px;
    width: 100% !important;
}


ul.thankyoulinks{
	margin-left:0px; 
	list-style-type:none;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 20px;
	max-width:500px;
}

p.title-thankyou{ font-size:1.5em;}
p.title-thankyou img{width:20px;}
p.subtitle-thankyou{padding:20px 0 0 20px; font-size:1.2em; margin-left:5px;}

}

@media only screen and (max-width: 480px) {
	.mktoMobileShow .mktoForm .mktoCheckboxList {
		margin-top: -38px;
	}
	form.mktoForm {
		width:100%!important;
	}
	.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {width:100%!important;}
	.mktoMobileShow .mktoForm .mktoFormRow .mktoField {clear:none;}
}


input[type="checkbox"]+label:before {
    background-image: url('../images/radion-btn-white-sprite.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: -1px;
    top: 0px;
}
input[type="checkbox"]:checked+label:before {
    background-position: 0 -19px;
}