@charset "UTF-8";
/* CSS Document */

.iframe-rwd  {
position: relative;
padding-bottom: 60%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	width: 88%;
	height: 96%;
	margin: 0 6% 0 6%;
}

#CTA2mainmid{
	background-color: #847857;
	color: white;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding: 5px 0 12px 20px;
	position: relative;
	bottom: 0px;
	border-color: #283847;
}


input {
	width: 90%;
	display: block;
	line-height:1.7;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 0px 5%;
	padding: 2px;
}

select {
	width: 90%;
	display: block;
	line-height:1.7;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 0px 5%;
	padding: 2px;
}

textarea {
		width: 90%;
	display: block;
	line-height:1.8;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 1px 5%;
	padding: 2px;
}

.formcontainermain{
	font-size: 90%;
	border: 2px, solid, #79add8;
	width: 90%;
	margin: 2px 5% 5px 5%;
}

#CTA1maintop{
	background-color: #506374;
	text-align: center;
	padding: 5px 0 5px 0;
	margin-top: 10px;
	font-size: 18px;
	color: #FFF;
	border-left: 2px solid;
	border-right: 2px solid;
	border-top: 2px solid;
	font-weight: lighter;
	border-color: #283847;
}

.formcontainermain p.solo {
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	line-height: 1.1;
	width: 90%;
	display: block;
}

input {
	width: 90%;
	display: block;
	line-height:1.7;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 0px 5%;
	padding: 2px;
}

input[type=submit] {
	width: 35%;
}

.captcha-wrap {
	width: 82%;
	margin: 2px 5%;
	text-align: center;
	border: 1px solid;
	border-color: #5B0700;
}

.img-wrap {
	float: left;
	margin: 0 9px 0 8px;
}

input[name=captcha_code]
{
	width:50%;
	height: 35px;
	margin: 0 0 0 5px;
}

textarea {
		width: 90%;
	display: block;
	line-height:1.8;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 1px 5%;
	padding: 2px;
}





.CTAsect {
	background-color: #fff;
}

@media only screen and (min-width: 600px) {
.CTAsect {display: none;}
}

.CTAsect ul {
	margin: 0 2% 0 2%;
	padding: 0;
	width: 96%;
}

.CTAsect li {
	float: left;
	width: 32%;
	text-align: center;
	list-style-type: none;
}

.CTAsect li.first {
	float: left;
	text-align: center;
	margin: 2% .66% 2% 0%;
	list-style-type: none;
}
.CTAsect li.second {
	float: left;
	text-align: center;
	margin: 2% .66% 2% .66%;
	list-style-type: none;
}
.CTAsect li.third {
	float: left;
	text-align: center;
	margin: 2% 0% 2% .66%;
	list-style-type: none;
}
.CTAsect li a:link {
	color: #999;
	line-height: 1.5;
	vertical-align: middle;
	text-decoration: none;
	width: 32%;
}

.CTAsect li.first a:link {
	color: #244326;
	line-height: 1.5;
	vertical-align: middle;
	text-decoration: none;
}
.CTAsect li.second a:link {
	color: #d08504;
	line-height: 1.5;
	vertical-align: middle;
	text-decoration: none;
}
.CTAsect li.third a:link {
	color: #29407c;
	line-height: 1.5;
	vertical-align: middle;
	text-decoration: none;
}


.iconpic {
	width: 100%;
}



ul.mobilestuff  {list-style-type: none; width:98%; margin:1% 1% 0 1%;

}

ul.mobilestuff li {
	width:48%;
	display:inline;
	padding:0;
	margin:0 .5%;
}

ul.mobilestuff li:hover {
	opacity:0.8;
}

ul.mobilestuff img {width:48%;}

@media only screen and (min-width: 600px) {ul.mobilestuff {display:none;}
}


.bigger {
}
.smaller {
}
@media only screen and (max-width:767px) {
    .bigger {
        display:none;
    }
}
@media only screen and (min-width:767px) {
    .smaller {
        display:none;
    }
}