/* 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-weight: bold;
    font-style: normal;
    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*/
