@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: #0d2273
}

/* 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;
}

h1 {
	color: #274ba7;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.714em;
    margin: 0;
    text-transform: uppercase;
}

h1.section-header {
  color: #1a263c;
  margin: 20px 0 20px 15px;
}

a, a:hover {
	color: #0066dd;
}

a:visited {
	color: #122673;
}

.italic {
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.bold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.blue {
	color: #04256a;
}

button, input, select, textarea  {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.link-add-new {
	padding: 10px 0;
}

.link-add-new a, .link-add-new a:hover {
	cursor: pointer;
}

.glyphicon-remove {
	color: #a94442;
	cursor: pointer;
}

.glyphicon-remove:hover {
	color: #a31f1c;
	cursor: pointer;
}

/*Buttons*/
.btn {
	line-height: 40px;
	padding: 0 30px 0 30px;
}

.btn-yellow {
  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)) !important;
  background-image: -webkit-linear-gradient(-225deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: -webkit-linear-gradient(135deg, #e3d046 0px, #e3d046 15px, #fd0 15px, #fd0 100%) !important;
  background-image: linear-gradient(-45deg, #e3d046 0, #e3d046 8px, #fd0 8px, #fd0 100%) !important;
  background-position: -5px -5px;
  background-color: #fd0;
  border-color: #ccc;
	border-radius: 0;
  border: none !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color: #111;
  -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 16px;
  position: relative;
	text-shadow: -1px -1px 2px rgba(255,255,255,0.5);
	text-transform: uppercase;
  line-height: 40px;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-reset:hover, .btn-reset:active, .btn-reset:focus {
    color: #000;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    text-shadow: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn_next {
    background-color: #ccc !important;
    background-image: none !important;
    box-shadow: 0 0 0 0;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn_next:hover {
	box-shadow: 0 0 0 0;
	text-shadow: none;
}

.btn-search {
	line-height: 32px;
}

.btn-popover {
 	background: none;
  border: none;
}

.btn-popover:focus {
	outline: none !important;
}

/* Mobile Layout: 480px and below. */
 body {
	color: #333;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.gridContainer {
	clear: none;
	float: none;
	margin: auto;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	width: 994px;
}

.zeroMargin_mobile {
  margin-left: 0;
}

.hide_mobile {
  display: none;
}


/*global navigation*/
.global-nav {
	background-color: #274ba7;
  background-color: rgba(0,40,120,0.75);
  background-image: url(../images/diagonal-tight-darker.png);
  background-repeat: repeat;
  border-bottom: 2px solid #fd0;
  max-height: 110px;
}

.navbar-inner {
	max-width: 100%;
}

.tsn-logo {
  padding: 0;
	width: 206px;
}

.logo_text {
	color: #fff;
	float: right;
	font-size: 16px;
	font-style: italic;
	padding-top: 25px;
	text-transform: capitalize;
}

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

/*Process Bar*/
.progress-container {
	background-color: #fff;
	margin: 0 auto 5px auto;
	padding-top: 30px;
  padding-bottom: 20px;
	width: 100%;
}

.processbutton-container {
	margin-top: -64px;
	text-align: center;
}

.progress {
	height: 30px !important;
  position: relative;
}

.progress-bar  {
	background-color: #274ba7 !important;
}

.progress-completed.active {
	color: #fff;
}

.button_text {
	color: #333;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
  font-size: 16px;
  padding-top: 3px;
}

.progress > .progress-type {
  background-color: rgba(25, 25, 25, 0.2);
	color: rgb(255, 255, 255);
	font-weight: 800;
	left: 0px;
	padding: 3px 30px 2px 10px;
	position: absolute;
}

.progress > .progress-completed {
  font-weight: 800;
  padding: 0 10px 2px;
	position: absolute;
	right: 0px;
}

.step {
  text-align: center;
}

.button_1 {
	background-image: url('../images/steps/icon-gray-1.png');
  height: 60px;
  margin: 0 auto;
	width: 60px;
}

.processbutton-container.activestep .button_1, .button_1.activestep {
	background-image: url('../images/steps/icon-active-1.png');
}

.button_2 {
	background-image: url('../images/steps/icon-gray-2.png');
  height: 60px;
  margin: 0 auto;
	width: 60px;
}

.processbutton-container.activestep .button_2, .button_2.activestep {
	background-image: url('../images/steps/icon-active-2.png');
}

.button_3 {
	background-image: url('../images/steps/icon-gray-3.png');
  height: 60px;
  margin: 0 auto;
	width: 60px;
}

.processbutton-container.activestep .button_3, .button_3.activestep {
	background-image: url('../images/steps/icon-active-3.png');
}

.button_4 {
	background-image: url('../images/steps/icon-gray-4.png');
  height: 60px;
  margin: 0 auto;
	width: 60px;
}

.processbutton-container.activestep .button_4, .button_4.activestep {
	background-image: url('../images/steps/icon-active-4.png');
}

.button_1.done, .button_2.done, .button_3.done, .button_4.done {
	background-image: url('../images/steps/icon-green.png');
	cursor: pointer;
}

/*Main Content*/
#main_content {
	background-color: #fff;
	min-height: 480px;
	margin: 0 auto;
	width: 98%;
}

#lower_content {
	margin-top: 25px;
}

thead {
  background-color: #1a263c;
  color: #fff;
}

table td, table th {
	padding-left: 5px;
}

.blue_header_text {
	color: #1a263c;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 18px;
	margin: 20px 20px 20px 15px;
}

.highlight {
	background-color: #fbf1a7;
}

/*Step 1*/
.step1_dealerlist {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
}

.step1_dealerlist th {
	background-color: #b3b3b3;
	color: #000;
	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;
}


/*Step 2 - Dealer Details*/
.note_small {
	font-size: 12px;
	margin-top: 7px;
}

.save_button {
	clear: left;
	float: right;
	margin: 0 20px 20px 0;
}

.next_button {
	clear: left;
	float: right;
	margin: 0 20px 20px 0;
}

/*Step 3 - Forms */
.danger {
	color: #a94442;
}

.form_list {
	margin-left: 45px;
}

table.form_list td, table.form_list th {
	padding-left: 20px;
	padding-top: 10px;
}

.complete {
	background-image: url("../images/checkmark-green.png");
  background-repeat: no-repeat;
  background-size: 60%;
	height: 20px;
	margin-top:5px;
	width: 30px;
}

/*Agreements*/
.agreement_header_text {
	color: #052369;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 18px;
	margin: 20px 20px 20px 30px;
	text-align: center;
}

#agreement_details {
	margin: 20px 20px 20px 30px;
}

/*Step 4 - Finalize*/
#finalize_details {
	margin: 20px 20px 20px 30px;
}

form#back {
	float: left;
}

.btn_go_back {
	background-color: #fff;
	border: 1px solid #fd0;
  color: #333;
  font-weight: bold;
	padding: 9px;
  text-transform: uppercase;
}

.btn_go_back:hover {
	background-color: #fd0;
}

form#finished {
	float: left;
	padding-left: 15px;
}

/*Thank You Page*/
.thankyou_header_text {
	font-family: sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	margin-top: 30px;
	text-align: center;
}

.thankyou_text {
	margin: 40px auto;
	text-align: center;
	width: 85%;
}

/*Global Footer*/
#global_footer {
	background-color: #274ba7;
  background-color: rgba(0,40,120,0.75);
  background-image: url(../images/diagonal-tight-darker.png);
  background-repeat: repeat;
  border-top: 2px solid #fd0;
	bottom: 0;
  clear: both;
  min-height: 60px;
}

.inner_footer {
	height: 100%;
	margin: 0 auto;
	min-height: 60px;
	width: 994px;
}

.inner_footer td {
	text-align: center;
	vertical-align: middle;
}

.footer_float {
	float: left;
	width: 33%;
}

.commerce_contact_info {
	color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 12px;
}

.calendar-icon {
	float: right;
  margin-top: -25px;
  right: 10px;
}


/* 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) {

	.zeroMargin_desktop {
		margin-left: 0;
	}

	.hide_desktop {
		display: none;
	}

	.navbar-inner {
		max-width: 1180px;
	}

	.navbar-header {
		margin-top: 15px;
	}

	.progress-container {
		background-color: #fff;
		padding-bottom: 20px;
		padding-top: 30px;
		margin: 0 auto 5px auto;
		max-width: 1170px;
	}

	#main_content {
		background-color: #fff;
		min-height: 480px;
		margin: 0 auto;
		max-width: 1170px;
	}

}
