﻿
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li ul {
	margin: 0 0 0 -1px;
	padding:0px;
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #b1b3b5;
	border-right: 1px solid #b1b3b5;
	border-top: 0px solid #b1b3b5;
	border-bottom: 1px solid #b1b3b5;
	/*border:#FFF solid 1px;*/
	top:28px;
	background:#0691cd;
	width: 160px;
	z-index:0;
	text-align:left;
	/*box-shadow: 1px 0px 10px #aaa9a9;
		-moz-box-shadow: 1px 10px 10px #aaa9a9;
		-webkit-box-shadow: 1px 10px 10px #aaa9a9;
		-khtml-box-shadow: 1px 10px 10px #aaa9a9;*/
		
	border-radius:0px 0px 10px 10px;
		-moz-border-radius:0px 0px 10px 10px;
		-webkit-border-radius:0px 0px 10px 10px;
		-khtml-border-radius:0px 0px 10px 10px;	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
	border-radius:0 10px 10px 10px;
		-moz-border-radius:0 10px 10px 10px;
		-webkit-border-radius:0 10px 10px 10px;
		-khtml-border-radius:0 10px 10px 10px;	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	/*float:			left;
	margin-bottom:	1em;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
#header-nav .sf-menu a {
	color:			#fff;
	border-left:	1px solid #ccc;
	padding: 		5px 25px;
	text-decoration:none;
}
#header-nav .sf-menu li li a {
	line-height: 	1.25;
	border-left:	0;
}
#header-nav .sf-menu li li a:hover {
	text-decoration: underline;
}
#header-nav .sf-menu a.first {
	border-left:	0;
}
#header-nav .sf-menu a, #header-nav .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	/*background:		#AABDE6;*/
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active, 
.sf-menu li.selected {
	background:		#0691cd;
	outline:		0;
}
.member-page .sf-menu li:hover, .member-page .sf-menu li.sfHover,
.member-page .sf-menu a:focus, .member-page .sf-menu a:hover, .member-page .sf-menu a:active {
	background:		#696969;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			8px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/** Default **/
.smartbanner { 
    display:none;   
	position: relative;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 60px;
	line-height: 56px !important;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}

.smartbanner-title {
	font-size:13px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6a6a6a;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active, .smartbanner-button:hover {
	color: #aaa;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0,0,0,0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.smartbanner-ios .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
	color:#4d4d4d;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
	background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
	box-shadow: inset 0 4px 0 #88B131;
	line-height: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #eee;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	color:#ccc;
	text-shadow:0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
	color:#fff;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #DDDCDC;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #42B6C9;
	background: linear-gradient(to bottom, #42B6C9, #39A9BB);
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #2AC7E1;
}

/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
	background: rgba(0,0,0,0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.smartbanner-windows .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
	color:#4d4d4d;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}

@media (max-width: 479px) {
    .smartbanner {
        display: block;
    }
}

/* Footer */

#footer {
    padding: 10px 20px 5px 20px;
    margin-top: 30px;
}

#main-content {
    margin-bottom: 0px;
}


/* Homepage */

#myCarousel .carousel-caption h3.slide-title1 {
    color: #fff;
    margin-top: 30px;
    font-family: 'Varela Round', Arial, Helvetica, sans-serif;
}

.slide-title1 select.statedropdown::-ms-expand {
    display: none;
}
.slide-title1 select.statedropdown {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}
/*for IE10*/
.slide-title1 select.statedropdown::-ms-expand {
    display: none;
}

#mainNav,
#aspnetForm .navbar-default {
    background: #0390cb;
}

#mainNav .carousel-caption {
    position: relative;
    margin-top: 0px !important;
}

#mainNav .carousel-caption h3 {
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

#myCarousel .carousel-caption .btn-danger,
#myCarousel .carousel-caption .btn-danger:hover,
#myCarousel .carousel-caption .btn-danger:active {
    color: #0992ce;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 44px;
    margin-top: 15px;
    padding: 1px 20px;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #9e9e9e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#696969));
    background-image: -webkit-linear-gradient(top, #ffffff, #696969);
    background-image: -o-linear-gradient(top, #ffffff, #696969);
    background-image: linear-gradient(to bottom, #ffffff, #9e9e9e);
    background-repeat: repeat-x;
    border-color: #9e9e9e #9E9E9E #373737;
    background-position: 0 0;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

#myCarousel a {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    padding: 15px 30px;
    font-size: 23px;
    letter-spacing: -1px;
    line-height: 28px;
    color: #185367;
    font-weight: bold;
    max-width: 250px;
}

#myCarousel a img {
    position: absolute;
    left: -3px;
}

#myCarousel .selectContainer img {
    display: none;
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel h3 > img {
    display: block;
    margin-top: 15px;
}

.selectContainer {
    position: relative;
    display: block;
    margin: 0 auto;
}
.selectContainer img {
    position: absolute;
    /*left: -3px;*/
    right: 15px;
    top: 1px;
    width: 40px;
    opacity: 1;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 6px;
    height: 54px;
    padding-left: 9px;
    pointer-events: none;
}


/* Icon 1 */

#nav-icon1 {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 17px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 8px;
}

#nav-icon1 span:nth-child(2) {
    top: 13px;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1:not(.collapsed) span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1:not(.collapsed) span:nth-child(2) {
    opacity: 0;
    left: -10px;
}

#nav-icon1:not(.collapsed) span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-login-btn {
    margin-right: 0px;
    margin-top: 7px;
}

.mobile-login-btn a.btn:first-child {
    margin-right: 5px;
    padding-top: 5px;
}

.mobile-login-btn .btn {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0390CB), color-stop(1, #24a9f4));
    background: -moz-linear-gradient(linear, left bottom, left top, color-stop(0, #0390CB), color-stop(1, #24a9f4));
    background: linear-gradient(linear, left bottom, left top, color-stop(0, #0390CB), color-stop(1, #24a9f4));
    border: none;
    height: 30px;
}

.mobile-login-btn .btn i {
    margin-left: 0px;
    margin-right: 6px;
}

.seo-nav .hamburger {
    display: none;
}

@media (max-width: 480px) {
    .state-modules-section .module {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 6px;
    }
    .zopim {
        display: none !important;
    }
    .refer-call-container {
        margin-bottom: 20px;
    }
    #myCarousel .selectContainer img {
        display: block;
    }
    .selectContainer {
        width: 270px;
    }
    .selectContainer img {
        position: absolute;
        /*left: -3px;*/
        right: 15px;
        top: 1px;
        width: 40px;
        opacity: 1;
        border-left: 2px solid rgba(255, 255, 255, 0.3);
        padding-top: 6px;
        height: 54px;
        padding-left: 9px;
    }
    .statedropdown {
        display: block;
        margin: 0 auto;
        float: initial !important;
        width: 270px;
        height: 56px;
        font-size: 18px;
        position: relative;
        box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
        font-size: 17px;
        margin-top: 20px;
    }

    .aplus {
        width: 85%;
        margin: 0 auto;
        padding: 8px;
    }
    .slide-title1 {
        font-size: 24px;
        line-height: 20px !important;
        font-weight: 800 !important;
    }
    #myCarousel .carousel-caption h3.slide-title1 {
        margin-top: 25px;
    }
    #myCarousel .item.active {
        overflow: hidden;
        height: 370px;
    }
    .carousel-caption .btn {
        display: block;
    }
    .carousel-caption {
        overflow: hidden;
        right: 0;
    }
    .orangeBar {
        padding: 0px 15px 0px 15px !important;
    }
    .orangeBar.mlink1 {
        background: #f39c12;
    }
    .orangeBar_border {
        margin-bottom: 20px;
        border-radius: 0px 0px 7px 7px;
        border: none;
        overflow: hidden;
    }
    .getReadyText {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
        display: none;
    }
    select.statedropdown::-ms-expand {
        display: none;
    }
    select.statedropdown {
        /*for firefox*/
        -moz-appearance: none;
        /*for chrome*/
        -webkit-appearance: none;
    }
    /*for IE10*/
    select.statedropdown::-ms-expand {
        display: none;
    }
    .homeMobileTextArea {
        border-top: none;
        padding: 12px 15px;
        font-size: 14px;
    }
    #myCarousel .carousel-caption h3.slide-title1 {
        text-align: center;
    }
     .smartbanner {
        z-index: 999;
    }
    .row {
        padding-top: 0px;
    }
    .detg-logo {
        width: 190px;
        height: 44px;
        background-size: 190px;
    }
    .home-logo {
        min-height: 44px;
    }
    .well {
        background: #fff;
        box-shadow: none;
        border: 1px solid #d4dbe1;
        border-radius: 6px;
        padding: 15px;
    }
    body {
        color: #333;
    }
    .state-landing-nav-container,
    #landingNav {
        display: none;
    }
    .seo-nav .hamburger {
        visibility: visible;
    }
    .seo-nav {
        min-width: 110px;
        margin-top: 4px !important;
    }
    .navbar-default {
        min-height: 0px;
        border: none;
    }
    .jumbotron h1.jumbtron-title-header {
        text-shadow: none;
    }
    #bgContainer {
        background: #ebeeef;
        font-family: 'Varela Round', sans-serif;
    }
    #bgContainer .text-success {
        color: #51B722;
        font-size: 20px;
    }
    .jumbotron h1.jumbtron-title-header {
        color: #333;
        font-weight: bold;
    }
    .jumbotron .bg-container {
        min-height: 270px;
    }
    .btn-primary {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0390CB), color-stop(1, #24a9f4)) !important;
        background-image: none;
        box-shadow: none;
    }
    .jumbotron .p-spanish {
        line-height: 65px;
        color: #0390cb;
    }
    .state-modules-section .module {
        font-family: 'Varela Round', sans-serif;
    }
    /* Step1 */
    .sticky-cta {
        z-index: 6;
        box-sizing: border-box;
        background: #ffffff;
        height: 85px;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        margin-bottom: 0;
        padding: 20px;
        position: fixed;
        width: 100%;
        border-top: 1px solid #d4dbe1;
    }
    .sticky-cta .btn-primary {
        margin: 0 !important;
    }
    .btn-warning {
        color: #fff;
        background-color: #ff8300;
        border-color: #ff8300;
    }
    #bgContainer .btn-warning img {
        position: absolute;
        right: 10px;
        max-width: 47px;
        border-left: 2px solid rgba(255, 255, 255, .3);
        display: block;
        top: 0;
        height: 59px;
        width: 65px;
        padding-left: 12px;
        padding-top: 6px;
    }
    #bgContainer .btn-warning {
        max-width: 300px;
        height: 60px;
        padding-top: 16px;
        position: relative;
        text-align: left;
        text-align: left;
        padding-left: 80px;
    }
    #mainNav .row {
        padding: 0px;
    }
    #mainNav .span12 {
        min-height: 0px;
    }
    .package {
        margin-bottom: 1em;
        padding-bottom: 1em;
        background: #fff;
        border: 1px solid #d4dbe1;
        border-radius: 6px;
        padding: 16px;
        -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
    }
    #ctl00_ctl00_MainContent_MainContent_hlSpanish {
        display: none;
    }
    .package .topline .price {
        float: right;
    }
    .same-day-para {
        margin-bottom: 20px;
    }
    .ship-shopping-cart .alert-success .total-price,
    #ctl00_MainContent_labelPriceTotalCC {
        font-size: 14px;
        font-weight: bold;
        color: #f66636;
    }
    .reg-shipping-options .highlight {
        float: right;
    }
    .RegH3 {
        margin-bottom: 10px;
        color: #0390cb !important;
        font-weight: bold !important;
    }
    form[action^="./default"] .btn-primary {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    form[action^="./Ship"] .ship-shopping-cart {
        margin-bottom: 20px;
    }
    .package .description span {
        margin: 0 auto;
        display: none;
    }
    .package .description-container {
        margin-top: 10px;
    }
    .course-options-expand .include {
        background: url(../img/checkbox-included.jpg) -2px 0 no-repeat;
    }
    .course-options-expand .upgrade {
        margin-bottom: 10px;
    }
    .course-options-expand .subtotal {
        height: 20px;
        border-top: 1px dashed #d4dbe1;
        padding: 10px 0 15px 0;
        margin: 10px 0 0 0;
    }
    .course-options-expand .subtotalamount {
        float: right;
    }
    .course-options-expand .optional label.price {
        float: right;
    }
    #lnktranscript {
        display: block;
        margin-left: 18px;
    }
    .expand .upgrade-list {
        margin-top: 10px;
    }
    form[action^="./default"] .save-course-options {
        font-size: 16px;
        font-weight: bold;
        color: #ff6600;
        margin: 20px 10px 22px;
        text-align: center;
        border-top: 1px solid #e7e7e7;
        /*margin-left: -16px;
        margin-right: -16px;*/
        padding-top: 20px;
    }
    #ctl00_MainContent_rblDeliveryCert label {
        width: 93%;
    }
    .ship .btn {
        margin-bottom: 30px;
    }
    /* Step3 */
    .login-box {
        margin-top: 22px;
        padding-bottom: 22px;
    }
    .new-reg-login-btn {
        padding: 0px 20px 20px 20px;
    }
    .controls.login-password {
        margin-top: 10px !important;
    }
    .course-options-expand label {
        max-width: 210px;
    }
    /* Step4 */
    .login-box {
        margin-top: 22px;
        padding-bottom: 22px;
    }
    .new-reg-login-btn {
        padding: 0px 20px 20px 20px;
    }
    .enroll.alert-success {
        font-size: 18px !important;
        border-radius: 5px;
        padding: 14px;
        border: 1px solid #a6d590;
    }
    .dl-horizontal {
        display: block;
    }
    .reg-form .btn-row .btn {
        width: 100%;
    }
    .reg-form .btn-row .btn:first-of-type {
        margin-right: 14px;
    }
    .reg-form .RegH3 {
        border-bottom: 1px solid #dadada;
    }
    #main-content .reg-form {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    form[action^="./SkipRegisterReceipt"] .dl-horizontal {
        display: block;
        padding-bottom: 10px;
    }
    /* Step5 */
    #ctl00_MainContent_panelPayLater {
        margin-top: 10px;
    }
    #ctl00_MainContent_panelPayLater .reg-later {
        margin: 5px 0;
    }
    form[action^="./Payment"] #ctl00_MainContent_ddState {
        width: 100%;
        max-width: none;
    }
    #ctl00_MainContent_ddCCMonth,
    #ctl00_MainContent_ddCCYear {
        width: 47%;
    }
    #ctl00_MainContent_panelPayCheck {
        margin-bottom: 30px;
    }
    .bs-wizard-title,
    .bs-wizard {
        margin-left: -10px;
        margin-right: -10px;
        background: #ffffff;
    }
    .bs-wizard-title {
        padding-top: 20px;
    }
    .bs-wizard {
        padding-bottom: 30px;
        box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .05);
    }
    .reg-form .notices p,
    .reg-form .notices [class^="notice-"] {
        margin-top: 20px;
    }
    .control-group.alert.alert-warning {
        margin-bottom: 20px;
    }
    .RegH3 {
        color: #0390CB;
    }
    .alert-warning {
        color: #9b7128;
        padding: 20px;
        text-align: left;
        border: 1px solid #e8d7b8;
        border-radius: 5px;
    }
    #makePayment_register input {
        margin-bottom: 0px;
    }
    .order-summary {
        border-radius: 5px 5px 0 0;
    }
    .reg-form .dl-horizontal dt {
        font-weight: bold;
        color: #0390cb;
    }
    .reg-form .dl-horizontal dd {
        margin-bottom: 15px;
    }
    .span12.reg-text.alert {
        margin-top: 20px;
    }
    form[action^="./PaymentDeclined"] .alert-danger {
        margin-top: 20px;
    }
    form[action^="./PaymentDeclined"] h1 {
        font-size: 21px;
    }
    .reg-form h2 {
        margin-bottom: 10px;
    }
    #ctl00_MainContent_panelPayLater,
    #ctl00_MainContent_panelPayCheck {
        display: none;
    }
    #ctl00_MainContent_ddCCMonth,
    #ctl00_MainContent_ddCCYear,
    #ctl00_MainContent_ddCCType {
        /* background: url(http://www.icon100.com/up/4250/32/55-triangle-down.png);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 10px 10px;*/
    }
}



@media (min-width: 480px) {
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        max-height: 600px !important;
    }
    #myCarousel #state-slider {
        /*color: #185367;*/
        font-weight: bold;
        height: 46px;
        margin-top: 0px;
        text-align: center;
        padding-right: 74px;
        box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.4);
    }
    #myCarousel .selectContainer img {
        display: block !important;
        position: absolute;
        right: 0px;
        top: 1px;
        height: 45px;
    }
    #myCarousel .aplus {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    #myCarousel .selectContainer  {
        width: 220px;
        margin: 0px;
    }

    #myCarousel {
        margin-top: 0px;
    }
    .carousel-caption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 20px !important;
    }
}

@media (min-width: 980px) {
    #myCarousel #state-slider {
        /*color: #185367;*/
        font-weight: bold;
        height: 56px;
        margin-top: 0px;
        text-align: center;
        padding-right: 74px;
        box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.4);
    }
    #myCarousel .selectContainer img {
        display: block !important;
        position: absolute;
        right: 0px;
        top: 1px;
        height: 55px;
    }
    #myCarousel .aplus {
    margin-top: 15px;
    }
}

@media only screen and (max-width : 980px) {
    #myCarousel .carousel-caption h3.slide-title1 {
    margin-top: 15px !important;
    }
    #myCarousel h3 > img {
    max-width: 250px;
    }
    .carousel-inner>.item>img {
    max-height: 400px !important;
    }
}

/** Iphone 5x **/

@media (max-width: 375px) {
    #bgContainer .btn-warning {
        max-width: 260px;
        position: relative;
        text-align: left;
        padding-left: 50px;
    }
    .course-options-expand label {
        font-size: 13px;
        max-width: 190px;
    }
    #ctl00_MainContent_rblDeliveryCert label {
        width: 90%;
    }
    #myCarousel .carousel-caption h3.slide-title1 {
        font-size: 20px;
    }
    #myCarousel .carousel-caption h3.slide-title1 {
        margin-top: 18px;
    }
    .detg-logo {
        width: 170px;
        height: 44px;
        background-size: 170px;
        background-position: 0px 5px;
    }
    .home-logo {
        min-height: 44px;
    }
}

.referAFriend .social,
.refer-call-container .social {
    background: none;
}

.social img {
    margin-right: 2px;
}

.refer-call-container .btn {
    padding: 10px 12px;
}

.refer-call-container .btn:nth-child(1) {
    margin-right: 5px;
}


/* Intro */

.license-procedure .btn-link {
    font-size: 20px;
    font-family: 'Varela Round', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.btn-warning {
    background-color: #ff6900;
    background: -moz-linear-gradient(top, #ffae00 0%, #ff7500 50%, #ff6800 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffae00), color-stop(0.5, #ff7500), color-stop(1, #ff6800));
    background: linear-gradient(to bottom, #ffae00 0%, #ff7500 50%, #ff6800 100%);
    border: 1px solid rgba(132, 91, 18, 0.3);
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 1px #999;
    -webkit-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-warning:hover,
.btn-warning:focus {
    background: -moz-linear-gradient(top, #ffbb2a 0%, #ff7500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffbb2a), color-stop(1, #ff7500));
    background: linear-gradient(to bottom, #ffbb2a 0%, #ff7500 100%);
}

.btn-warning option, .btn-warning optgroup{
    box-shadow: none;
    color: #000;
    background: #fff;
    font-weight: 100;
}

.cta-message-box {
    display: none;
}

p.navbar-text-white {
    color: #ffffff;
    padding: 14px;
    margin: 0 auto;
    font-family: 'Varela Round', Arial, Helvetica, sans-serif;
}

.seo-nav .hamburger {
    visibility: hidden;
}

/* Wizard */

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.bs-wizard-title {
    border-top: solid 1px #d4dbe1;
    color: #0392ce;
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom: 5px;
}

.bs-wizard {
    margin-top: 0;
    border-bottom: solid 1px #d4dbe1;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.bs-wizard .span4 {
    width: 24.8%;
    float: left;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    /*background: #51B722;*/
    background: #D4DBE1;
    top: 25px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
    background: #51B722;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 3px;
    box-shadow: none;
    margin: 24px 0 16px;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #D4DBE1;
}

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: transparent;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    top: 5px;
    left: 9px;
    width: auto;
    height: auto;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/* Form Wizard*/

