@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}
html {
	background-color: #274ba7;
  background-repeat: repeat;
  background-image: url("../images/diagonal-tight-darker.png");
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}
.page-background {
	background-position: top center;
  background-image: url("../images/signup_background.jpg");
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: -1;
}
/*Fonts*/
h1 {
	font-size: 1.714em;
	margin: 0 0 20px;
}
h2 {
	font-size: 1.286em;
}
h3 {
	font-weight: 700 !important;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.857em;
}
h6 {
	font-size: 0.714em;
}
a {
	color: #274ba7;
}
.bold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.blue {
	color:#04256a;
}
input[type=checkbox], input[type=radio] {
	margin-top:0;
}

/* Mobile Layout: 480px and below. */
 body {
	background-color: transparent;
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 16px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.zeroMargin_mobile {
  margin-left: 0;
}
.hide_mobile {
  display: none;
}

/*global navigation*/
.navbar-container {
	background-color: #274ba7;
  background-image: url("../images/diagonal-tight-darker.png");
  background-repeat: repeat;
  border-bottom: 2px solid #fd0;
	min-height: 75px;
}
.navbar-inner-container {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
	padding: 15px;
}
.logo {
	padding-top:7px;
	float:left;
	width:206px;
}
.app-title {
	color: #fff;
	margin-right: 20px;
	padding: 15px;
}
.navbar-right {
	padding-top: 10px;
	margin-right:0;
}
.navbar-nav>li>a {
	color: #fd0;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/*Main Wrapper*/
#main_wrapper {
	background-image: url("../images/diagonal-lines.png");
  background-color: #f1f1f1;
}

/*Progress Container*/
.progress-container {
	padding-top:30px;
	background-color: #fff;;
  padding-bottom: 20px;
	width: 1170px;
	max-width: 100%;
	margin-bottom:5px;
}
.processbutton-container {
	text-align:center;
	margin-top:-64px;
}
.progress {
  position: relative;
  height: 30px !important;
}
.progress-bar  {
	background-color: #274ba7;
}
.progress-completed.active {
	color:#fff;
}
.button_text {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  padding-top: 3px;
}
.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
  display: none;
}
.step {
	text-align: center;
}
.step .col-md-2 {
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-right: none;
}
.step .col-md-2:last-child {
  border: 1px solid #C0C0C0;
}
.step .col-md-2:first-child {
  border-radius: 5px 0 0 5px;
}
.step .col-md-2:last-child {
  border-radius: 0 5px 5px 0;
}
.step .col-md-2:hover {
  color: #F58723;
  cursor: pointer;
}
.step .fa {
  padding-top: 15px;
  font-size: 40px;
}
.button_1 {
	background-image: url('img/steps/icon-gray-1.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.processbutton-container.activestep .button_1, .button_1.activestep {
	background-image: url('img/steps/icon-active-1.png');
}
.button_2 {
	background-image: url('img/steps/icon-gray-2.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.processbutton-container.activestep .button_2, .button_2.activestep {
	background-image: url('img/steps/icon-active-2.png');
}
.button_3 {
	background-image: url('img/steps/icon-gray-3.png');
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.processbutton-container.activestep .button_3, .button_3.activestep {
	background-image: url('img/steps/icon-active-3.png');
}
.button_4 {
	background-image: url('img/steps/icon-gray-4.png');
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.processbutton-container.activestep .button_4, .button_4.activestep {
	background-image: url('img/steps/icon-active-4.png');
}
.button_1.done, .button_2.done, .button_3.done, .button_4.done {
	background-image: url('img/steps/icon-green.png');
	cursor:pointer;
}
/*End Progress Bar*/

#lower_content {
	clear:both;
	background-color:#fff;;
	min-height:50px;
	height:auto;
	max-width: 1170px;
  width: 100%;
}
table td, table th {
	padding-left:5px;
}
.blue_header_text {
	color:#052369;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	font-size:18px;
	margin: 20px 20px 20px 30px;
}
.highlight {
	background-color:#fbf1a7;
}

/*Step 1*/
#location_selection1 {
	margin: 30px 0;
}
.step1_dealerlist {
	font-size:12px;
	margin-top:20px;
	width:100%;
}
.step1_dealerlist th {
	background-color:#b3b3b3;
	color:#000000;
	font-weight:normal;
	height:25px;
	text-align:left;
}
.step1_dealerlist td {
	height:25px;
}
.step1_dealerlist a {
	color:#0a33c3;
	text-decoration: none;
}
.step1_dealerlist a:hover {
	text-decoration:underline;
}
.optin_buttons {
	float:right;
	margin-right:20px;
}
.search_content {
	margin-left:30px;
}
.search_textbox {
	float:left;
}
.btn_search {
	background-image:url("img/btn_search_sm.png");
	background-color:transparent;
	border:none;
	margin-left:10px;
	width:93px;
	height:31px;
}

/*Step 2 - Confirm Participation*/

.calendar {
	margin: 25px;
	max-width: 350px;
	width: 100%;
}
.note_small {
	font-size:10px;
}
.table_separate {
	height:30px;
}
.save_button {
	clear:left;
	float:right;
	margin:0 20px 20px 0;
}
.btn_save {
	background-image:url("img/btn_save_active.png");
	width:126px;
	height:35px;
	border:none;
	background-color:transparent;
}
.btn_save.active {
	background-image:url("img/btn_save_active.png");
	width:126px;
	height:35px;
	border:none;
	background-color:transparent;
}
.next_button {
	clear:left;
	float:right;
	margin:0 20px 20px 0;
}
.btn_next.active, .next_button_blue_frca.active {
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0px, #e3d046), color-stop(15px, #e3d046), color-stop(15px, #fd0), color-stop(100%, #fd0));
	background-image: -webkit-linear-gradient(-225deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%);
	background-image: -webkit-linear-gradient(135deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%);
	background-image: linear-gradient(-45deg, #e3d046 0, #e3d046 8px, #fd0 8px, #fd0 100%);
	background-position: -5px -5px;
	color: #000;
	background-color: #fd0;
	border-color: #ccc;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
  	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	text-shadow: -1px -1px 2px rgba(255,255,255,0.5);
	margin-right: 2px;
	position: relative;
	line-height: 40px;
	padding: 5px 30px;
	min-width: 95%;
}
.btn_next.active:hover, .next_button_blue_frca.active:hover {
	color: #000;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	text-shadow: none;
}

/*Step 3 - Forms */
.form_list {
	margin-left:45px;
}
.form_list a {
	color:#0a33c3;
	text-decoration:none;
}
.form_list a:hover{
	text-decoration:underline;
}
#form_details {
	margin:20px 20px 20px 30px;
}
table.form_list td, table.form_list th {
	padding-left:20px;
}
.complete {
	background-image:url("img/checkmark_sm.gif");
	width:20px;
	height:19px;
}

/*Agreements*/
.agreement_header_text {
	color:#052369;
	font-size:18px;
	margin: 20px 20px 20px 30px;
	text-align:center;
}
#agreement_details {
	margin:20px 20px 20px 30px;
}
.agreement-list-items {
	margin-top:25px;
}

/*Step 4 - Finalize*/
#finalize_details {
	margin:20px 20px 20px 30px;
}
.btn_edit_lrg{
	background-image:url("img/btn_edit_lrg.png");
	background-color:transparent;
	border:none;
	width:133px;
	height:41px;
}
form#back {
	float:left;
}
.btn_go_back {
	background-image:url("img/btn_back_active.png");
	background-color:transparent;
	border:none;
	width:126px;
	height:40px;
}
form#finished {
	float:left;
	padding-left:15px;
}
.btn_finished {
	background-image:url("img/btn_finished.png");
	background-color:transparent;
	border:none;
	width:165px;
	height:40px;
}

/*Thank You Page*/
.thankyou_header_text {
	font-size:20px;
	line-height:1.3em;
	margin-top:30px;
	text-align:center;
}
.thankyou_text {
	text-align:center;
	margin:40px auto;
	width:85%;
}
.btn_done{
	background-image:url("img/btn_done.png");
	background-color:transparent;
	border:none;
	margin-left:10px;
	width:130px;
	height:38px;
}

/*Global Footer*/

#global_footer {
	background-color: #274ba7;
  background-repeat: repeat;
  background-image: url("../images/diagonal-tight-darker.png");
	border-top: 3px solid #fd0;
  height:100%;
	min-height:60px;
	overflow: hidden;
	padding: 0;
  position: relative;
	width:100%;
}
.inner-footer {
	max-width: 1180px;
	margin: 0 auto;
}
.footer-logo {
  width: 33.33%;
  float: left;
  padding-top: 20px;
  text-align: center;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {


}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  .navbar-inner-container {
		padding: 0;
	}
	.progress > .progress-completed {
		display: block;
	  position: absolute;
	  right: 0px;
	  font-weight: 800;
	  padding: 3px 10px 2px;
	}
	.zeroMargin_desktop {
	    margin-left: 0;
	}
	.hide_desktop {
	    display: none;
	}
	.even {
		background-color:#f6f6f6;
	}
	.odd {
		background-color:#ebebeb;
	}
}
