/*RESET CODE*/
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
}
/*RESET CODE*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:150%;
	text-align: left;
	background: #ffffff url(../images/bkgrd.jpg) no-repeat center top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:150%;
	padding-bottom:10px;
}
a {
	color: #17335a;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #4fbcf0;
}
.strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}
em {
	font-style: italic;
}
sup {
	font-size: 80%;
	line-height: 0;
}
sub {
	font-size: 80%;
	line-height: 0;
}
.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	line-height:150%;
	text-align: left;
}
.formtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:150%;
	text-align: right;
	padding:0 10px 0 0;
}
.formtextradio {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:150%;
	text-align: right;
	padding:0 10px 0 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}
h1 {
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#02387E;
	line-height:20px;
	padding:0 0 10px 0;
}
h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 0 11px;
}
h5 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 5px;
}
#wrapper {
	background: url(../images/specialoffer-logo.png) no-repeat right top;
    display: block;
	width: 853px;
    margin: 0 auto 25px;
	padding-top: 100px;
}
#content {
	margin-top: 0;
	border: 1px #00427e solid;
	background: #00427e;
}
#header {
	float:left;
	width: 848px;
	/*height: 117px;*/
}
/*Begin Content Left----------------------------------------------------------*/
#content_left {
	float:left;
	width: 215px;
	margin-bottom: 8px;

}
/*NAVIGATION----------------------------------------------------------*/

#nav {
	position: relative;
	width: 190px;
	margin: 0 8px;
	padding: 3px;
}
#nav .top {
	/* background: #DBE7FA url(../images/nav_top_bkgrd.gif) no-repeat top left; */
	/* margin:0; */
	/* padding: 0; */
	/* height:11px; */
}
#nav .bot {
	background: url(../images/nav_bott_bkgrd.gif) no-repeat top left;
	margin:0;
	padding: 0;
	height:14px;
}
#nav ul {
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#02387E;
	background: url(../images/nav_cent_bkgrd.gif);
	margin:0;
	padding: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#nav li {
height: 25px;
	
padding: 2px 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}
#nav ul a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#02387E;
	text-decoration:none;
	padding:7px 0 7px 0;
}
#nav li a img {
	margin: 0 10px 0 5px;
	float: left;
}
#nav a:hover {
	color:#FFFFFF;
	background-color:#189ED6;
}
/*begin sales tools Nav single line*/
#nav ul.tools {
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px;
	background: #ffffff;
}
#nav ul.tools li {
    margin: -2px 0;
    padding: 5px 0;
    height: 25px;
    
}
#nav ul.tools a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size: 12px;
	color: #00427e;
	text-decoration:none;
	line-height: 25px;
	padding: 0;
}

#nav li.tools a img {
}
#nav .tools a:hover {
	color:#FFFFFF;
	background-color:#189ED6;
}
/* CONTENT RIGHT */
#content_right {
	float:left;
	width: 605px;
	margin: 1px 0 1px;
	background: #f7f7f7;
	/* Safari 4+, Chrome 1-9 */
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#dadada));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
   	background-image: -webkit-linear-gradient(top, #f7f7f7, #cccccc); 
	/* Firefox 3.6+ */
   	background-image: -moz-linear-gradient(top, #f7f7f7, #dadada);
    /* IE 10+ */
	background-image: -ms-linear-gradient(top, #f7f7f7, #dadada);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #f7f7f7, #dadada);
	padding: 15px 16px 15px 15px;
	min-height: 205px;

}
#content_right form {margin: 20px 0 0;}

#content_right form p.center {width: 100%; display: block; text-align: center;}

ul#form { width: 100%; margin:  0 0 15px; clear: both;}
ul#status {width: 65%; margin: 0 auto;}
ul#enroll {width: 600px; margin: 0 auto;}

ul#form li, ul#status li, ul#enroll li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0 5px;
    color: #333; 
    float: left;
}

ul#status li {width: 49%;}
ul#form li label {
    width: 225px; 
    display: block;
    margin-right: 10px;
    text-align: right;
}
ul#form li input {width: 225px; margin-right: 20px;}
ul#enroll li label {
    width: 225px; 
    display: block;
}
ul#enroll li ul {width: 300px;}
ul#enroll li ul.tab {width: 100%; margin: -3px 0 5px 15px;}
ul#enroll li ul li {/*display: block;*/
                    clear: both;float: none;margin: 0 0 0 0;}
ul#enroll li ul li label, ul#enroll li ul li input {/*width: auto;*/ 
                                                    margin-right: 5px;display: inline-block;}
ul#enroll li input, ul#enroll li select.wide, ul#enroll li textarea {width: 250px; margin-right: 20px;}

form p.error {color: red; font-weight: bold;}
span.req {color: red;}
input.readonly {background-color:#DFDFDF;}
ul#enroll li.full, ul#enroll label.full {width: 100%;}
form p {display: block; width: 575px;}


/* Footer -----------------------*/
#footer_wrapper {
	width: 100%;
	clear: both; 
	width: 100%; 
	padding-left: 0;  
	}
#footer_wrapper p {
	color: #9c9c9c;    
	font-size: 10px;  
	padding-left: 50px;
	background: url(../images/ford_footer.gif) no-repeat left; padding-bottom: 0;
	margin-left: 10px;
	font-weight: normal;
}

#footer_bot {
    clear: both;
    height: 56px;
    width: 850px;
    padding-left: 0;
    background: #003E7C repeat-x bottom;
}

    #footer_bot p {
        color: #fff;
        width: 520px;
        line-height: 60px;
        float: left;
        font-size: 10px;
        vertical-align: middle;
        padding-left: 48px;
        background: url(../images/ford_footer.gif) no-repeat left;
        padding-bottom: 0;
    }

.ccpa--banner {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  background: #002c49;
  color: #fff;
  padding: 15px 25px 35px 25px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.ccpa--banner__title {
  font-size: 22px;
  line-height: 24px;
  padding: 12px 0;
}
.ccpa--banner__copy {
  line-height: 16px;
  font-size: 14px;
  padding: 10px 0 25px 0;
}
.ccpa--banner--link {
  color: #0276b3;
}
.ccpa--banner__cta-button {
  background-color: #0276b3;
  border: 1px solid #0276b3;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 1.25rem;
  text-align: center;
  padding: 15px 20px;
  width: 320px;
}

@media (max-width: 768px) {
  .ccpa--banner__title {
    font-size: 20px;
    line-height: 24px;
  }
  .ccpa--banner__copy {
    line-height: 16px;
    font-size: 13px;
    padding: 10px 60px 25px 60px;
    text-align: center;
  }
  .ccpa--banner__cta-button {
    font-size: 14px;
    width: 280px;
  }
}

/* Begin Form CSS----------------------------------------------------------*/
form {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
input[type="text"] {
	width: 300px;
	padding:0 0 0 0;
}
input.radio {
	margin: 10px 2px 0 0;
}
input.submit {
	float:right;
	margin:0 155px 0 0;
}
input.reset {
	float:right;
	margin:0 20px 0 0;
}
input.textfield {
	margin:5px 0 5px 0;
}
.select {
	margin:5px 0 5px 0;
}

@media only screen and (max-width: 600px) {
	#content_right form table {width: 100%;}
	ul#form li, ul#enroll li  {
		display: block;
		width: 100%;
	}
	ul#form li label, ul#enroll li label  {
		width: 100%; 
		display: block;
		margin-right: 0px;
    text-align: left;
	}
	ul#enroll {width: 100%;}
	ul#form li input, 
	ul#enroll li input, 
	ul#enroll li select.wide,
	ul#enroll li textarea {
		width: 90%; 
		padding: 2px; 
		font-size: 12px;
	}
	ul#enroll li.spacer {display: none;}


}
@media screen and (max-width: 800px) {
   	#wrapper {
		width: 100%;
		overflow: hidden;
		background-position-x: 98%;
		background-size: 110px 58px;
		padding-top: 60px;
	}
    #content_left {width: 99%;margin: 0 2px;}
    #header, #content {width: 100%;}
    #content_right{width: 95%;margin: 0 2px 5px ; padding: 2%;}
	
    #header img {width: 100%; height: auto;}
	form p {width: 95%;}
	
	#nav {
		position: relative;
		min-height: 60px;
		width: 100%;
		margin: 0;
		padding: 3px 0;
		display: block;
	}	
	#nav ul.tools {
		width: 100%;
		padding: 0 0 0 0;
		position: absolute;
		top: 28px;
		left: 0;
		background: #fff url(../images/drop-down.jpg) no-repeat right;
	}
	#nav ul.tools li {
		display: none; /* hide all <li> items */
		margin: 0;
		height: 25px;                        
	}
	#nav ul.tools li.current {
		display: block; /* show only current <li> item */
	}
	#nav ul.tools a {
		display: block;
		padding: 2px 5px 0px 0px;
		text-align: left;
		
	}
	#nav ul.tools li.current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	#nav ul:hover.tools {
		background-image: none;
	}
	#nav ul:hover.tools li {
		display: block;
		margin: 0 0 5px;
	}
	#nav ul:hover.tools .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
	
	
}

.mobile-banner {
    display: block;
}

.desktop-banner {
    display: none;
}

@media only screen and (min-width: 576px) {
    .mobile-banner {
        display: none;
    }

    .desktop-banner {
        display: block;
    }
}
