
/* ----------------------- Base Styles --------------------------- */

/* Webfont: LatoLatin-Regular */ @font-face {
    font-family: 'LatoLatinWeb';
    src: url('/app_themes/hcr/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/app_themes/hcr/fonts/LatoLatin-Regular.woff') format('woff'), url('/app_themes/hcr/fonts/LatoLatin-Regular.ttf') format('truetype');
}
/* Webfont: LatoLatin-Bold */ @font-face {
    font-family: 'LatoLatinWeb';
    src: url('/app_themes/hcr/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('/app_themes/hcr/fonts/LatoLatin-Bold.woff') format('woff'), url('/app_themes/hcr/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-weight: 700;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.carousel li {
    margin-right: 0px;
}

.container-fluid {
    max-width: 1150px;
    position: relative;
}

*:focus {
    outline: none;
}

em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 26px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    font-weight: 700;
}

.ie8 {
    display: none;
}

section h1 {
    font-size: 35px;
    font-weight: 700;
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
    margin-bottom: 30px;
}

/* ----------------------- Base Styles (And Client Color Settings) --------------------------- */
body {
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    color: #404040;
}

a {
    color: #184680;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}



.cust-border {
    border-top: 5px solid #4478c0;
}

.flexslider {
    border-bottom: 12px solid #184680;
}

.lrg-btn, a.lrg-btn {
    background: #4579c1;
    padding: 14px 25px;
    color: #fff;
    box-shadow: inset 0px -8px 0px -6px rgba(0,0,0,0.54);
    font-weight: 700;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    display: inline-block;
}

    .lrg-btn:hover, a.lrg-btn:hover {
        text-decoration: none;
        opacity: .9;
    }

.sml-btn, a.sml-btn {
    background: #184680;
    padding: 8px 14px;
    color: #fff;
    box-shadow: inset 0px -8px 0px -6px rgba(0,0,0,0.50);
    font-weight: 700;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
}

    .sml-btn:hover, a.sml-btn:hover {
        opacity: .9;
        text-decoration: none;
        color: #fff;
    }

.lb-btn, a.lb-btn {
    background: #184680;
    padding: 8px 14px;
    color: #fff; /*box-shadow: inset 0px -8px 0px -4px rgba(0,0,0,0.50);*/
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
}

    .lb-btn:hover, a.lb-btn:hover {
        opacity: .9;
        text-decoration: none;
        color: #fff;
    }

.mobile-banner {
    padding: 15px;
    background: #184680;
    box-shadow: inset 0px -8px 0px -6px rgba(0,0,0,0.50);
    color: #fff;
    text-align: center;
}

.financeLast {
    border-top: 1px solid #c7c7c7;
    margin-top: 20px;
}


/* ----------------------- Header Styles --------------------------- */


header {
    position: fixed;
    z-index: 99999;
    background: rgba(255,255,255, 1);
    width: 100%;
    box-shadow: 0 8px 4px -7px rgba(0,0,0, .8);
    min-height: 98px;
}

#mobile_nav {
    position: absolute;
    top: 94px;
    background: #fff;
    padding: 20px 0 2% 0;
    z-index: 99999;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 1px 3px 10px #333;
}

    #mobile_nav li {
        display: block;
        padding-bottom: 15px;
    }

        #mobile_nav li a {
            border-bottom: none;
            font-size: 100%;
            width: 100%;
            text-align: center;
            padding: 8px 0;
            display: block;
            font-weight: 700;
        }

        #mobile_nav li.sub-link a {
            font-size: 13px;
            font-weight: normal;
        }

    #mobile_nav .lang select {
        margin: 0 auto;
        width: 300px;
        display: block;
        padding: 10px 12px;
    }

    #mobile_nav .fa {
        display: none;
    }

    #mobile_nav .fa-exclamation-circle {
        display: block;
        text-align: center;
        margin-bottom: -1%;
    }
#containerMain{
    padding-top : 93px;
}
#main-nav {
    margin-top: 47px;
    position: relative;
    font-size: 14px;
}

    #main-nav li {
        display: inline-block;
        list-style-type: none;
        font-weight: 700;
        margin-right: 9px;
    }

        #main-nav li .fa {
            padding-left: 6px;
        }

.fa-exclamation-circle {
    color: orange;
}

#main-nav ul.sub-menu {
    border-bottom: 3px solid #184680;
    box-shadow: 1px 2px 1px 0px rgba(50, 50, 50, .85);
    padding: 15px;
    background: #fff;
    position: absolute;
    display: none;
    min-width: 210px;
}

    #main-nav ul.sub-menu li {
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }

.drop {
    cursor: pointer;
    /*position: relative;*/
    z-index: 9999999;
    /*padding: 5px 0;*/
}

    .drop .fa-chevron-down {
        font-size: 13px;
        /*position: relative;*/
        top: -1px;
    }

#main-nav .drop:hover .sub-menu {
    display: block;
}

.sml-btn.mod-cta {
    padding: 2px 14px 4px;
}

header li a {
    color: #2d2a2b;
}

.nav-last {
    margin-right: 0px;
}

.lang-change {
    margin-top: 42px;
    position: relative;
}

    .lang-change select {
        padding: 5px;
        min-width: 110px;
        margin-left: 5px;
    }

    .lang-change .fa-globe {
        font-size: 25px;
        position: absolute;
        top: 4px;
        left: -22px;
        color: #c9c9c9;
    }

.logo.col-md-3 {
    width: 21%;
}

.lang-change.col-md-2 {
    width: 12%;
    padding: 0px;
    float: right;
}

.col-md-7.m-nav {
    width: 66.3333%;
    padding: 0px;
}

.mobile {
    display: none;
    position: relative;
}

#mobileMenu {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 41%;
    right: 5%;
    z-index: 99999;
}

.icon-bar {
    display: block;
    background: #333;
    padding: 4px 0 0px 0;
    margin-bottom: 4px;
    width: 33px;
}

/* ----------------------- Home Page --------------------------- */
#slider {
    padding: 98px 0 0 0;
}

.cobra-banner {
    background: rgb(113, 94, 82);
}

.custom-banner {
    background: rgb(117, 116, 120);
}

.part-banner {
    background: rgb(80, 45, 17);
}

.early-banner {
    background: rgb(30, 29, 32);
}

.full-banner {
    background: rgb(63, 46, 39);
}

.post-banner {
    background: rgb(13, 22, 32);
}

.guest-banner {
    background: rgb(21,38,6);
}

.split-banner {
    background: rgb(87,105,127);
}

#slider.no-desc .banner-content .grey-btn {
    float: left;
    margin-top: 10px;
}

.preview #slider {
    padding-top: 139px;
}

.flex-viewport {
    max-height: 2000px;
}

.banner-container {
    position: absolute;
    height: 100%;
    min-height: 400px;
    width: 46%;
}

.banner-content {
    position: absolute;
    top: 8%;
    left: 15%;
    color: #fff;
}

    .banner-content h2 {
        font-size: 33px;
        font-weight: 700;
        padding-bottom: 10px;
        line-height: 1.2em;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 18px;
    }

    .banner-content .lrg-btn, .banner-content .grey-btn {
        margin-top: 15px;
        float: right;
        font-size: 16px;
    }

.preview .banner-content {
    top: 8%;
}

.Part-Time .banner-content, .Cobra .banner-content, .Early-Retiree .banner-content { color: #000;}

.mobile-banner {
    padding: 30px 15px;
    display: none;
}

    .mobile-banner h2 {
        margin-bottom: 10px;
    }

.intro-header {
    padding-top: 10px;
}

.intro-knowledge {
    padding-bottom: 10px;
    padding-top: 5px;
}

#plans {
    padding-top: 10px;
}

.p-tile {
    background: #fff;
    padding: 18px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 191px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14);
    border: 1px solid #cccdce;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.p-tile:hover {
    background: #fafafa;
}

.p-tile-img {
    width: 100%;
}

.p-tile h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

.p-tile .p-img {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0px 3px;
    height: 80px;
    width: 100%;
}

.p-tile p {
    font-size: 13px;
    line-height: 18px;
}

.p-tile .sml-btn {
    float: right;
    margin-top: 5px;
}

.p-tile .lb-btn {
    float: right;
    margin-top: 5px;
}

.p-img.ft {
    background-position: 0 -74px;
}

.p-img.acs {
    background-position: 0 -2533px;
}

.p-img.sacs {
    background-position: 0 -2490px;
    width: 31px;
    height: 27px;
}

.p-img.pr65 {
    background-position: 0 -256px;
    width: 90px;
    height: 68px;
}

.p-img.po65 {
    background-position: 0 -164px;
    height: 90px;
}

.p-img.nh {
    background-position: 0 -425px;
    height: 92px;
}

.p-img.co {
    background-position: 0 -328px;
    height: 92px;
}

.p-img.sf {
    background-position: 0 -1338px;
    height: 91px;
    width: 95px;
}

.p-img.gu {
    background-position: 0 -1251px;
    height: 85px;
}

.single .p-tile:first-child {
    margin-top: 25px;
}

.single .p-tile .p-img {
    margin-left: 27%;
}

.single .col-sm-6 {
    width: 100%;
}

.single .p-tile {
    min-height: 286px;
}

    .single .p-tile .p-img {
        margin: 0 auto;
        width: 71px;
    }

        .single .p-tile .p-img.pr65 {
            width: 89px;
        }

    .single .p-tile h2, .single .p-tile p {
        text-align: center;
    }

    .single .p-tile .sml-btn {
        float: none;
        margin: 10px auto;
        text-align: center;
        display: block;
        width: 180px;
    }

    .single .p-tile .lb-btn {
        float: none;
        margin: 10px auto;
        text-align: center;
        display: block;
        width: 180px;
    }

.single .col-sm-12.col-md-3.col-lg-3, .single .col-md-9 {
    width: 100%;
}

.info-divider {
    background: #f3f3f3;
    padding: 25px 0;
    max-width: none;
    margin: 30px 0;
}

    .info-divider h2 {
        font-size: 30px;
    }

    .info-divider .lrg-btn, .info-divider .green-btn {
        margin-top: 23px;
    }

    .info-divider .fa {
        color: #9c9c9c;
        margin-top: 8px;
    }

    .info-divider .green-btn {
        font-weight: 700;
    }

.main-vid-wrapper {
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 9px 10px 2px 10px;
    margin-bottom: 2%;
    z-index: 5000;
}

.main-vid {
    position: relative;
    padding-bottom: 52.9%; /* 16:9 */
    padding-top: 20px;
    height: 0;
    margin-bottom: 8px;
}

    .main-vid.tall {
        padding-bottom: 61.1%;
    }

    .main-vid.placeholder {
        padding-top: 2px;
        padding-bottom: 57%;
    }

    .main-vid iframe, .remodal iframe, .main-vid object, .remodal object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 50000;
    }

    .main-vid img, .main-vid-wrapper img {
        width: 100%;
        height: auto;
    }

.main-vid-wrapper.pl-img .main-vid {
    padding-top: 0px;
    min-height: 331px;
}

.video-header {
    padding: 4px 0 6px 0;
}

.sidebar h2 {
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 700;
}

.sidebar ul {
    margin-bottom: 10px;
}

.sidebar li {
    padding: 7px 5px;
}

    .sidebar li.odd {
        background: #f5f5f5;
    }

    .sidebar li .fa {
        padding-right: 5px;
    }

.sidebar .vid-item {
    border: 1px solid #d5d5d5;
    margin: 6px 0px;
}

.pdf-list li {
    background-color: #F5F5F5;
    width: 33%;
    padding: 10px 20px;
    color: #404040;
    display: inline-block;
    margin: 0 0 4px 0;
}

.pdf-list.mod-reg li {
    width: 100%;
    margin: 5px 0 5px 0;
}

    .pdf-list.mod-reg li.odd {
        background: #fff;
    }

.pdf-list li a {
    color: #404040;
}

.pdf-list li .fa {
    padding-right: 10px;
}

.visit-edu {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    max-width: 588px;
    padding: 3px 15px 14px 15px;
    margin-top: 10px;
}

    .visit-edu a {
        font-weight: 700;
        font-size: 16px;
        padding-left: 20px;
        font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    }

    .visit-edu .fa {
        font-size: 35px;
        position: relative;
        top: 5px;
    }

footer {
    margin-top: 50px;
    padding-top: 15px;
}

.footer-nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #656565;
    width: 100%;
}

    .footer-nav li {
        display: inline-block;
        margin-right: 15px;
    }

        .footer-nav li a {
            color: #656565;
            font-weight: 700;
        }

.sml-txt {
    font-size: 11px;
    color: #838383;
}

.bot-footer {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 15px;
    border: 1px solid black;
}

.copy {
    padding-top: 19px;
}

.deliv {
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    position: relative;
    top: -20px;
}

.aon {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -538px;
    display: inline-block;
    width: 100px;
    height: 25px;
}

.alight {
    background: url('/app_themes/hcr/images/alight-logo-black.png');
    display: inline-block;
    width: 180px;
    height: 60px;
}


.no-desc .sml-btn {
    float: left;
}

.no-desc .lb-btn {
    float: left;
}

.no-desc .p-tile {
    min-height: 148px;
}

.no-desc.long-plan .col-md-9, .no-desc.long-plan .col-lg-9 {
    width: 88%;
}

.no-desc.long-plan .col-md-3, .no-desc.long-plan .col-lg-3 {
    width: 12%;
}

.long-plan .col-sm-6 {
    width: 100%;
}

.long-plan .col-lg-3, .long-plan .col-md-3 {
    width: 12%;
    padding-top: 2%;
}

.long-plan .col-md-9, .long-plan .col-lg-9 {
    width: 88%;
    padding-top: 2%;
}


/* Banner & Form Styles (Includes Coverage Calculator) --------------------------- */

.main-banner {
    background: url('/app_themes/hcr/images/banner-bg.jpg') repeat #fff;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1px;
}

.preview .main-banner {
    padding-top: 165px;
}

.coverage-wrapper {
    margin-bottom: 25px;
}

.coverage-header {
    font-size: 35px;
}

    .coverage-header .fa-bank {
        padding-right: 8px;
    }

.coverage-subheader {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 10px;
}

.coverage-description {
    font-weight: normal;
    font-size: 18px;
}

.coverage-image {
    width: 100%;
    max-width: 115px;
    display: block;
    margin: 0 auto;
}

.enrollment-countdown {
    text-align: center;
}

.countdown-header {
    font-size: 26px;
    line-height: 1.2em;
    padding-bottom: 4px;
}

.countdown-range {
    font-weight: normal;
}

.countdown-coverage {
    font-weight: normal;
}

.countdown div {
    font-size: 50px;
    line-height: normal;
    min-width: 80px;
    padding: 0 20px;
}

    .countdown div:first-child {
        border-right: 1px solid #cccdce;
    }

    .countdown div:last-child {
        border-left: 1px solid #cccdce;
        padding-right: 0px;
    }

    .countdown div span {
        text-transform: uppercase;
        color: #454444;
        letter-spacing: 2px;
    }

.countdown-wrapper {
    display: inline-block;
    position: relative;
    margin: 10px auto;
    min-width: 360px;
}

.form-container {
    padding-top: 10px;
}

.form-row {
    padding: 15px;
    background: #fff;
}

    .form-row.mod-odd {
        background: #fafafa;
    }

.form-container label {
    vertical-align: middle;
    display: block;
    padding-top: 10px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
}

.calculator-icon {
    font-size: 22px;
    padding: 0 5px 0 0;
    color: #5c5c5c;
    position: relative;
    top: 4px;
}

.calc-radio-select {
    display: inline-block;
}

    .calc-radio-select label {
        display: inline-block;
        padding-right: 10px;
    }

.calc-ic {
    display: inline-block;
}

    .calc-ic .iradio_minimal {
        top: -1px;
        margin-right: 4px;
    }

.calc-dp {
    display: inline-block;
    padding-left: 8px;
}

.dep-row {
    padding: 6px;
    border-bottom: 1px solid #cbcbcb;
    background: #fafafa;
}

    .dep-row.mod-last {
        padding-bottom: 15px;
    }

.calc-disclaimer {
    font-size: 13px;
    margin-right: 40px;
    padding: 15px 0 0 18px;
}

.calc-get-results {
    margin-top: 10px;
}

.mod-calc.lrg-btn {
    font-size: 18px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    max-width: 280px;
    display: block;
}

.calc-short-label {
    padding-bottom: 18px;
    vertical-align: middle;
}

.tool-tip {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    color: #929292;
    padding-left: 2px;
}

.tooltip-inner {
    max-width: 380px;
    font-size: 13px;
}

input, select {
    padding: 10px 14px;
    border: 1px solid #e3e3e3;
    min-width: 100px;
}

.gender {
    padding-top: 7px;
    text-align: right;
}

    .gender input[type="radio"], .dual-gender input[type="radio"] {
        margin-top: 3px;
        min-width: 37px;
    }

    .gender label, .row.dual-gender .row label {
        padding-top: 0px;
        display: inline-block;
    }

.row.dual-gender .row label {
    margin-top: -8px;
}

.row.dual-gender .gender {
    padding-top: 12px;
}

.form-container .row.dual-gender .row {
    padding: 0px;
    border-bottom: none;
}

.gen-wrap {
    width: 150px;
}

.tooltip-inner {
    padding: 9px 8px;
    background: #191919;
}

.db.customEdu#edu-banner h1 {
    padding-top: 26px;
}

.contact-us label {
    font-weight: 700;
    padding-bottom: 4px;
}

.contact-us input, .contact-us textarea, .contact-us select {
    width: 100%;
}

.contact-us textarea {
    min-height: 150px;
    padding: 15px;
    border-color: #e3e3e3;
}

.preview #form.contact-content {
    padding-top: 141px;
}
/* ----------------------- Errors & Error Page Styles ------------------- */

#error {
    padding-top: 110px;
}

section#error h1 {
    text-align: left;
    padding: 0 0 15px 0px;
    font-size: 40px;
}

.invalid-box {
    background: #fcf2f2;
    border-left: 3px solid #a52210;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .invalid-box li {
        padding: 2px 0;
    }

.success-box {
    background: #d6ffd7;
    border-left: 3px solid #1da52a;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ----------------------- Roadmap Styles --------------------------- */

#results {
    background: #fafafa;
    padding: 10px 0 50px 0;
}

.preview #results {
    padding-top: 143px;
}

/* Roadmap Header- */

.result-header {
    font-size: 30px;
    border: none;
    text-align: left;
    padding: 0px;
    float: left;
}

.result-actions {
    float: right;
    margin-top: 34px;
}

    .result-actions li {
        display: inline-block;
        margin-left: 6px;
    }

    .result-actions p {
        display: inline-block;
        font-size: 12px;
    }

    .result-actions a {
        color: #6e6e6e;
    }

        .result-actions a .fa {
            padding-right: 4px;
            color: #0d8ab3;
        }

        .result-actions a:hover {
            color: #000;
        }

            .result-actions a:hover .fa {
                color: #006a8d;
            }

    .result-actions li:first-child {
        border-right: 1px solid #cccdce;
        padding-right: 9px;
    }

.result-notifications {
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
    border: 1px solid #bebebe;
    border-radius: 3px;
    margin-top: 20px;
}

.result-notification {
    padding: 13px 26px 10px 13px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
}

    .result-notification:hover {
        color: #0d8ab3;
    }

    .result-notification:first-child {
        border-right: 1px solid #bebebe;
    }

    .result-notification.mod-enrollment {
        width: 55%;
    }

    .result-notification.mod-penalty {
        width: 44%;
    }

    .result-notification .fa, .result-notification p {
        display: inline-block;
    }

    .result-notification .fa-clock-o, .result-notification .fa-exclamation-triangle {
        font-size: 22px;
        padding-right: 5px;
    }

    .result-notification p {
        font-size: 14px;
        position: relative;
        top: -3px;
        font-weight: 700;
    }

    .result-notification .tool-tip {
        right: -14px;
        top: -5px;
        color: #f6710f;
    }

/* Notification Base Classes */
.notification-block {
    margin-bottom: 10px;
}

.container-fluid.mod-notification, .container-fluid.mod-result {
    padding: 10px 0;
}

.notification-content a {
    color: #0d8ab3;
    font-weight: 700;
}

.notification-content ul li {
    padding-left: 11px;
    position: relative;
}

    .notification-content ul li:before {
        content: "\002022";
        color: #afa99c;
        font-size: 16px;
        line-height: none;
        position: absolute;
        left: -5px;
        top: -2px;
    }

.notification-close {
    position: absolute;
    right: 15px;
    color: #454444;
}

    .notification-close .fa-times {
        font-size: 18px;
        position: relative;
        top: 1px;
        margin-left: 4px;
        color: #454444;
    }

    .notification-close:hover {
        text-decoration: none;
        color: #006a8d;
    }

/* Special Enrollment Period Notification */
.notification-block.mod-sep {
    background: #fbf2dd;
}

.fa-clock-o.mod-sep {
    float: left;
    display: block;
    font-size: 80px;
    margin-right: 20px;
    color: #afa99c;
}

.notification-content.mod-sep {
    float: left;
    width: 77%;
}

    .notification-content.mod-sep strong {
        font-size: 16px;
    }

    .notification-content.mod-sep ul {
        margin-top: 8px;
        max-height: 200px;
    }

        .notification-content.mod-sep ul li {
            margin-bottom: 3px;
            width: 280px;
            float: left;
            font-size: 13px;
        }

/* Open Enrollment Period Notification */
.notification-block.mod-oep {
    background: #ddfbde;
}

.fa-clock-o.mod-oep {
    float: left;
    display: block;
    font-size: 45px;
    margin-right: 20px;
    color: #919f91;
}

.notification-content.mod-oep {
    padding-top: 12px;
    font-weight: 700;
}

.notification-close.mod-oep {
    top: 21px;
    position: absolute;
}

/* No COBRA Notification */
.notification-block.mod-nobra {
    background: #fbf2dd;
}

.fa-exclamation-triangle.mod-nobra {
    font-size: 30px;
    color: #999488;
    float: left;
    display: block;
    margin-right: 20px;
}

.notification-content.mod-nobra {
    font-weight: 700;
    font-size: 15px;
    padding-top: 5px;
}

.notification-close.mod-nobra {
    top: 15px;
}

/* COBRA Notification */
.notification-block.mod-cobra {
    background: #fbf2dd;
}

.notification-close.mod-cobra {
    top: 10px;
}

/* Penalty Information */
.notification-block.mod-penalty {
    background: #fbf2dd;
}

.notification-content.mod-penalty {
    float: left;
    width: 87%;
}

.fa-exclamation-triangle.mod-penalty {
    float: left;
    display: block;
    font-size: 35px;
    color: #afa99c;
    margin-right: 20px;
    padding-top: 4px;
}

/* Base Result Styles */
.roadmap-result, .small-roadmap-result {
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14);
    border: 1px solid #cccdce;
    margin-bottom: 15px;
}

.small-result-type, .row.mod-result-type {
    background: #f4f4f4;
    padding: 8px 0;
    text-align: center;
}

.result-title {
    border-bottom: 1px solid #cccdce;
    margin-bottom: 10px;
}

    .result-title h2 {
        display: inline-block;
    }

    .result-title .fa {
        font-size: 30px;
        display: inline-block;
        padding-right: 10px;
    }

.result-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

    .result-content a {
        color: #0d8ab3;
    }

        .result-content a:hover {
            color: #184680;
        }

a.btn-plan-options, input.btn-plan-options {
    background: #3ea510;
    border: none;
    border-bottom: 2px solid #226703;
    padding: 4.5% 3%;
    color: #fff;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 16px;
    text-align: center;
}

    a.btn-plan-options:hover, input.btn-plan-options {
        background: #2f8a06;
        text-decoration: none;
        color: #fff;
    }

/* You Qualify Result */
.result-title.mod-qualify {
    color: #3ea510;
}

.annual-price, .monthly-price {
    color: #3ea510;
}

.subsidy-header {
    text-align: center;
    line-height: 1.2em;
}

.monthly-price, .annual-price {
    text-align: center;
    font-size: 2.5em;
    padding: 5px 0px;
}

.annual-divider {
    border-right: 1px solid #cccdce;
}

.btn-plan-options.mod-qualify {
    text-align: center;
    width: 100%;
    margin-top: 6px;
    line-height: 1em;
}

/* Medicare Result */
.result-title {
    color: #158dbe;
}

.result-description.mod-medicare ul {
    margin: 4px 0 8px 0;
    list-style: disc;
    position: relative;
}

    .result-description.mod-medicare ul li {
        display: inline-block;
        padding-left: 15px;
        width: 20%;
        vertical-align: top;
        list-style-type: disc;
        list-style-position: inside;
    }

        .result-description.mod-medicare ul li.long-item {
            width: 60%;
        }

.btn-plan-options.mod-medicare {
    background: #6a6b6d;
    border-color: #585858;
}

    .btn-plan-options.mod-medicare:hover {
        background: #585858;
        border-color: #4d4d4d;
    }

.btn-plan-options.mod-medicare-alt {
    background: #158dbe;
    border-color: #184680;
}

    .btn-plan-options.mod-medicare-alt:hover {
        background: #0a719b;
        border-color: #083063;
    }

.medicare-label {
    color: #3e3c3c;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-size: 17px;
}

.result-description.mod-medicare ul li:before {
    content: "\002022";
    color: #afa99c;
    font-size: 16px;
    line-height: none;
    position: absolute;
    left: -5px;
    top: -2px;
}

/* Smaller Results (States, Don't Qualify, CHIP, Medicaid) */
.state-ico {
    height: 19px;
    width: 19px;
    margin-right: 7px;
}

.small-result-content {
    padding: 8px;
    min-height: 233px;
}

.results-print .small-result-content {
    min-height: unset;
}

.small-result-content h2 {
    color: #158dbe;
    text-align: center;
}

.small-result-content p {
    text-align: center;
}

.small-result-btns {
    text-align: center;
}

    .small-result-btns li {
        display: block;
        float: left;
        width: 50%;
        font-size: 16px;
    }

        .small-result-btns li .fa {
            padding-right: 8px;
        }

.btn-learn {
    display: block;
    background: #6a6b6d;
    padding: 8px;
    color: #fff;
}

.btn-apply {
    display: block;
    background: #198fbf;
    padding: 8px;
    color: #fff;
}

    .btn-apply:hover, .btn-learn:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-apply:hover {
        background: #0a719b;
    }

.btn-learn:hover {
    background: #585858;
}

.contact-info {
    padding: 15px 0 15px 15px;
    line-height: 1.3em;
    position: relative;
    min-height: 120px;
}

.results-print .contact-info {
    min-height: unset;
}

.contact-info a {
    color: #158dbe;
}

    .contact-info a:hover {
        color: #0a719b;
    }

.state-image {
    position: absolute;
    right: 6%;
    top: 35%;
    opacity: .6;
}

.row.small-tiles {
    margin-left: -30px;
    margin-right: -30px;
}

/* Don't Qualify */
.small-result-content.mod-no-qualify h2 {
    color: #3ea510;
}

.small-result-content.mod-no-qualify h3 {
    color: #3ea510;
    text-align: left;
    border-bottom: 1px solid #cccdce;
    padding: 18px 0 3px 0;
    margin-bottom: 5px;
    font-weight: normal;
}

.small-result-content.mod-no-qualify p {
    text-align: left;
    padding-bottom: 13px;
}

.email-toggle {
    display: none;
    background: #fff;
    padding: 20px 0;
    margin-bottom: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.email-toggle-actions {
    padding-top: 11px;
}

.email-toggle .fa-envelope-o {
    padding-right: 10px;
}

.email-toggle label {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 4px;
}

.email-toggle input {
    width: 100%;
}

.green-btn.mod-email-toggle {
    margin: 25px auto 0 auto;
    display: block;
    font-weight: 700;
}

.close-toggle {
    position: absolute;
    right: 15px;
    top: -12px;
    color: #656565;
    cursor: pointer;
}

    .close-toggle:hover {
        color: #656565;
    }

    .close-toggle .fa-close {
        height: 20px;
        width: 20px;
        display: block;
    }

.state-name, .results-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 8px;
}

    .state-name img {
        float: left;
        margin-right: 10px;
    }

    .state-name h2 {
        font-size: 24px;
        float: left;
        font-weight: normal;
    }

        .state-name h2 span {
            color: #3ea510;
            font-weight: 700;
        }

    .state-name .fa-print {
        padding-right: 8px;
    }

    .state-name .sml-btn {
        float: right;
        margin-left: 10px;
        font-weight: normal;
        font-size: 13px;
    }

.tgl-container {
    background: #fff;
    border: 1px solid #c0c0c0;
    border-bottom: 3px solid #cfd1cf;
    margin-bottom: 10px;
    position: relative;
}

.tgl-header {
    padding: 15px;
    font-weight: 700;
    cursor: pointer;
}

    .tgl-header h3 {
        font-size: 16px;
        padding: 0px;
    }

    .tgl-header .fa {
        padding-right: 5px;
    }

.tgl-content {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    display: none;
}

    .tgl-content .st-bot {
        border-top: 2px solid #e5e5e5;
        margin: 15px 0 0 0;
        padding-top: 10px;
    }

    .tgl-content .row .col-md-6 {
        padding-left: 0px;
    }

    .tgl-content .state-btn {
        margin: 15px 10px 0 0;
        float: left;
    }

    .tgl-content ul {
        margin: 10px 0 10px 20px;
    }

        .tgl-content ul li.sub {
            list-style-type: none;
        }

        .tgl-content ul li {
            list-style-type: disc;
            margin-left: 10px;
            padding: 4px 0;
        }

    .tgl-content table {
        margin: 8px 0;
        background: #fcfcfc;
        width: 100%;
    }

    .tgl-content th {
        background: #d6f1ff;
        text-align: center;
        font-weight: 700;
        font-size: 15px;
    }

    .tgl-content th, .tgl-content td {
        padding: 8px 15px 8px 15px;
    }

    .tgl-content tr td:first-child {
        border-right: 1px solid #ccc;
    }

.state-btn .fa {
    padding-right: 7px;
}

.fine-print {
    font-size: 11px;
    color: #8c8c8c;
    font-style: italic;
}

.overlay, .overlay-email, .overlay-state, .overlay-disabled {
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
}

.trans-modal {
    width: 60%;
    background: #fff;
    border: 10px solid #f1f1f1;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    position: relative;
    padding: 30px;
}

    .trans-modal h2 {
        padding-bottom: 15px;
    }

    .trans-modal h4 {
        padding-top: 10px;
        font-size: 19px;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 10px;
        font-weight: normal;
    }

    .trans-modal img {
        display: block;
        margin: 20px auto 40px auto;
    }

.powered {
    margin-top: 30px;
    float: right;
}

.transfer-disclaimer {
    font-size: 11px;
    padding: 15px 0;
}

#close-transfer, #close-transfer2, #close-transfer-email, #close-state-transfer, #close-disabled-transfer {
    position: absolute;
    right: -25px;
    top: -28px;
    border-radius: 150px;
    border: none;
    background: #262626;
    color: #fff;
    font-size: 25px;
    padding: 6px 13px;
}

    #close-transfer:hover, #close-transfer2:hover, #close-transfer-email:hover, #close-state-transfer:hover, #close-disabled-transfer:hover {
        background: #5c5c5c;
    }


.notification {
    margin-bottom: 15px;
    background: #fffdda;
    border-bottom: 3px solid #f0eba2;
}

    .notification .fa {
        font-size: 25px;
        margin-right: 15px;
        float: left;
    }

    .notification p {
        float: left;
        padding-top: 4px;
        width: 90%;
    }

.print-results .tgl-content {
    display: block !important;
}

.print-results .cust-border {
    border-top: none;
}

.print-results header {
    box-shadow: none;
}

.print-results #mobile-menu, .print-results #mobileMenu {
    display: none;
}

.states {
    margin-top: 50px;
}



/* Old CSS - Keep for now incase of missed changes */
/*
  .qualify { border-bottom: 4px solid #3ea510; margin-bottom: 15px; font-size: 12px;}
  .qualify .fa-check, .qualify .fa-info, .medicaid-rst .fa-stethoscope, .medicaid-rst .fa-medkit, .medicaid-rst .fa-child, .medicaid-rst .fa-user-md, .qualify .fa-hand-o-right, .qualify .fa-thumb-tack { font-size: 55px; color: #3ea510; border-radius: 50px; border: 1px solid #dadada; background: #f4f4f4; padding: 10px; float: left; margin-right: 15px;}
  .qualify .fa-info { width: 75px; text-align: center;}
  .qualify .fa-thumb-tack { width: 75px; text-align: center;}
  .qualify h2 {  color: #3ea510; font-weight: 700;}
  .qualify .green-btn { width: 96%; margin-left: 4%; text-align: center; }
  .qualify .government { border-bottom: 1px solid #c9c9c9; margin: 0 0 13px 0; padding-bottom: 13px;}
  .negative h2, .negative .government .col-md-3 .price { color: #158dbe; font-weight: 700; }
  .negative .green-btn, #divHraSingle .green-btn { background-color: #158dbe; border-bottom: 3px solid #05648a; }
  .negative .green-btn:hover, #divHraSingle .green-btn:hover { background-color: #158dbe; border-bottom: 3px solid #05648a; }
  .negative, #divHraSingle { border-bottom: 4px solid #158dbe; }
  .negative .fa-thumb-tack { color: #158dbe; }

.government .col-md-6, .row.uninsured .col-md-6 { width: 62%; }

.government .col-md-3 { border-left: 1px solid #c9c9c9; width: 19%;}
  .government .col-md-3 h3 { font-size: 18px; text-align: center; padding-bottom: 6px; font-weight: 700;}
  .government .col-md-3 .price { color: #3ea510; font-size: 34px; font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif; text-align: center;}


.container-fluid.aep {padding: 0px; border: 1px solid #cecece; position: relative; margin-bottom: 15px; background: #f1fce5;font-weight: 700; }
    .aep .note { padding-top: 15px; float: left; width: 89%;}
        .negative.aep .note { font-size: 13px;}
    .aep .fa-clock-o { color: #fff; font-size: 32px; background: #84c83c; border-right: 4px solid #77b733; float: left; margin-right: 2%; width: 10%; max-width: 70px; text-align: center; padding: 13px 0; min-height: 40px; height: 100%;}
    .aep ul { margin: 4px 0 0 15px; padding-bottom: 10px; font-size: 12px}
    .aep ul li { list-style: disc; float: left; width: 47%; margin-right: 2%; padding: 2px 0;}
    .close-noti { position: absolute; right: 9px; top: 4px; color: #939393; font-size: 20px;}
.container-fluid.aep.negative { background: #fff1e9;}
    .aep.negative .fa-clock-o { padding: 70px 0; background: #d7773e; border-right-color: #b75a22;}
    .cobra.aep.negative .fa-clock-o { padding: 6px 0; }
    .medicaid-notify.aep.negative .fa-clock-o { padding: 26px 0; }
 .medicaid-rst { border-bottom: 3px solid #05648a; margin-bottom: 30px; }
  .medicaid-rst ul { margin-left: 123px; }
  .medicaid-rst ul li { list-style: disc;  }
    .medicaid-rst .fa-stethoscope,  .medicaid-rst .fa-medkit, .medicaid-rst .fa-child, .medicaid-rst .fa-user-md { width: 75px; color: #158dbe; text-align: center; vertical-align: middle; margin-left: 15px;}
    .medicaid-rst .fa-medkit, .medicaid-rst .fa-user-md {font-size: 51px;}
      .medicaid-rst .fa-user-md {margin-bottom: 50px;}
    .medicaid-rst .income { text-align: center;}
        .medicaid-rst .income h2 { color: #158dbe; font-size: 26px;}
    .medicaid-rst .green-btn { margin-top: 19px;}

 .penal-rst {border-bottom: 3px solid #ccc; background: #e3e3e3;  font-weight: 700; vertical-align: middle; padding-top: 21px;}
   .penal-rst .fa { font-size: 45px; float: left; margin-right: 2%;}
   .penal-rst .note { float: left; width: 65%; font-size: 13px; font-weight: normal; }
   .penalty { float: right; display: inline-block; font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif; line-height: 22px; text-align: center; margin-right: 2%;}
    .penalty h2 { padding-bottom: 12px; }
    .penalty span { font-size: 34px; color: #a52210;}
    .penalty strong { font-size: 20px; color: #333;}
   
 .qualify.negative .green-btn { margin-top: 15px; }

     .get-results small { padding-bottom: 10px; color: #838383; display: block; }
 
.compare-content { text-align: center; }
    .hra h5 { font-size: 16px; font-weight: 700; margin: 10px 0; }
    .hra .price { font-size: 30px; }
    .hra .lb-btn { display: block; padding: 10px 23px; font-size: 16px; font-weight: normal; box-shadow: none;}
    .hra .green-btn { margin-left: 0; width: 100%; }
.hra-tips { text-align: left; max-width: 400px; margin: 0 auto; min-height: 245px; font-size: 13px;  padding-bottom: 2%;}
    .hra-tips li { margin: 4px 0; list-style-type: disc; list-style-position:outside;}

.comparison .sub-title { color: #3ea510; padding-bottom: 4%; }
.hra-content .sub-title, .hra-content .price { color: #158dbe; }
.col-compare { border-right: 1px solid #c9c9c9; }
.bot-hra { margin-top: 10px; border-top: 1px solid #cbcbcb; padding-top: 10px; }


.hour-ico { float: left; background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -842px; width: 30px; height: 57px; margin-right: 15px;  float: left;}



*/
/* End Old CSS */

/* ----------------------- Education Page Styles --------------------------- */


.edu-overlay {
    background: #f7f7f7;
    border-top: 1px solid #ededed;
    padding: 10px 0;
    width: 100%;
    min-height: 110px;
}

.edu-content {
    padding: 125px 0 0 0;
}

#sub-nav {
    padding: 10px 0;
    background: #f3f3f3;
    min-height: 10px;
    position: relative;
    display: none;
}

#sub-nav {
    padding-left: 5%;
}

    #sub-nav ul li {
        display: inline-block;
        margin-right: 16px;
        text-transform: uppercase;
    }

        #sub-nav ul li .green-btn {
            text-transform: none;
        }

        #sub-nav ul li a {
            font-size: 12px;
            font-weight: 700;
        }


.ico {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -975px;
    width: 40px;
    height: 35px;
    display: inline-block;
    float: left;
}

.nh {
    background-position: 0 -1018px;
}
/*//*/
.pt {
    background-position: 0 -1094px;
}
/*/Part-time/*/
.ft {
    background-position: 0 -1137px;
}
/*/Fulltime/*/
.po {
    background-position: 0 -1081px;
}
/*/Post-65 Retiree/*/
.pr {
    background-position: 0 -1055px;
}
/*/Pre-65 Retiree/*/
.gu {
    background-position: 0 -1215px;
}
/*/Guest/*/

.ico-group {
    background-position: 0 -1480px;
    width: 70px;
    height: 60px;
    margin: 0 2%;
}

.ico-medic {
    background-position: 0 -1781px;
    width: 70px;
    height: 70px;
    margin: 0 2%;
}

.ico-spouse {
    background-position: 0 -1556px;
    width: 70px;
    height: 60px;
    margin: 0 2%;
}

.ico-brief {
    background-position: 0 -1630px;
    width: 70px;
    height: 60px;
    margin: 0 2%;
}

.ico-govern {
    background-position: 0 -1700px;
    width: 70px;
    height: 60px;
    margin: 0 2%;
}

.ctas h3 {
    font-weight: normal;
    color: #158dbe;
}

.ctas .number {
    font-weight: 700;
    font-size: 28px;
}

.ctas p {
    color: #333;
}

.calc {
    border-right: 1px solid #bbbbbb;
    color: #fff;
    font-weight: normal;
}

    .calc h3 {
        color: #3ea510;
    }

.calc-ico {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -658px;
    width: 56px;
    height: 97px;
    float: left;
    margin: 7px 15px 20px 0;
}

.grad-ico {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -898px;
    width: 76px;
    height: 69px;
    float: left;
    margin: 23px 15px 35px 0;
}

.grad-ico-stretch {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -898px;
    width: 76px;
    height: 69px;
    float: left;
}

.calc .fine-print {
    display: block;
}

.talk {
    color: #b4f796;
    padding-top: 10px;
}

.headset-ico {
    background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -588px;
    width: 70px;
    height: 80px;
    margin-right: 15px;
    float: left;
}

.enroll h3 {
    color: #ffc990;
    text-align: center;
}

    .enroll h3 strong {
        color: #ed8a22;
    }



#quickfacts:before, #kb:before, #faqs:before, #glossary:before {
    display: block;
    content: " ";
    margin-top: -145px;
    height: 145px;
    visibility: hidden;
}

.key-facts {
    margin-left: 1%;
}

    .key-facts .fact {
        margin-bottom: 35px;
    }

.fact-header {
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

    .fact-header .fa-plus-square {
        font-size: 20px;
        font-weight: normal;
        float: left;
        margin: 12px 15px 0 0;
        display: inline-block;
        width: 18px;
        height: 18px;
    }

.fact-content {
    display: none;
    border-top: 1px solid #7f7f7f;
    margin-top: 10px;
    padding-top: 10px;
}

.f-tgl {
    font-weight: 700;
    color: #184680;
    cursor: pointer;
    font-size: 12px;
    padding: 0px 0 0 32px;
}

.kb-header {
    padding-left: 15px;
    margin: 10px 0 6px 0;
}

.main-vid .desc {
    padding-bottom: 10px;
}

.vid-item {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

    .vid-item a {
        display: block;
    }

    .vid-item img {
        padding: 3px;
        background: #f5f5f5;
        float: left;
        margin-right: 5px;
        cursor: pointer;
    }

    .vid-item p {
        font-size: 12px;
        width: 60%;
        float: left;
    }

a.down-ebook {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 7px 15px 8px 89px;
    border: 1px solid #cbcbcb;
    color: #333;
    min-height: 89px;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
    margin-bottom: 2%;
}

    a.down-ebook .kb-ebook {
        background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 9px -772px;
        display: inline-block;
        height: 51px;
        width: 65px;
        position: absolute;
        left: 10px;
        top: 23px;
    }

    a.down-ebook .fa {
        padding-right: 10px;
        display: none;
    }

    a.down-ebook:hover {
        text-decoration: none;
        background-color: #f4f4f4;
    }

.down-ebook h2 {
    font-size: 16px;
    padding-bottom: 0px;
    border: none;
}

.down-ebook p {
    font-size: 11px;
}


#faqs.gen {
    padding-top: 10px;
}

.preview #faqs.gen {
    padding-top: 135px;
}

#faqs h2 {
    margin: 20px 0;
}

.glossary .anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -120px;
}

.glossary .tgl-header .fa.fa-exclamation-circle {
    display: inline-block;
}

.mobile-vid {
    display: none;
}

    .mobile-vid p {
        text-align: center;
        padding-bottom: 5px;
    }

    .mobile-vid object {
        display: block;
        margin: 0 auto;
        width: 306px;
        height: 180px;
        border: 1px solid #cbcbcb;
        background: #f5f5f5;
        padding: 8px;
    }

    .mobile-vid.tall object {
        height: 230px;
    }

    .mobile-vid iframe {
        width: 247px;
        height: 145px;
        margin: 0 auto;
        padding: 6px;
        background: #f5f5f5;
        border: 1px solid #cbcbcb;
        display: block;
    }


.kbrow .edu-items a .fa {
    display: none;
    position: absolute;
    left: 39%;
    top: 33%;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kbrow .edu-items a:hover .fa, .kbrow .edu-items a:hover .fa {
    display: block;
}

.kbrow .add-vids .edu-items .fa {
    left: 40%;
    top: 30%;
    font-size: 4em;
}

.kb-list li {
    display: inline-block;
    width: 48%;
    margin: 0px;
    padding-right: 1%;
}

.kb-list.mod-videos li {
    width: auto;
    display: block;
    padding-right: 0px;
}

    .kb-list.mod-videos li .edu-items {
        padding: 1%;
    }

.edu-items {
    background: #fff;
    border: 1px solid #CBCBCB;
    padding: 3%;
    margin-bottom: 2%;
    min-height: 85px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
}

    .edu-items:hover {
        background-color: #f4f4f4;
    }

.kb-item-title {
    font-weight: 700;
}

    .kb-item-title:hover {
        text-decoration: none;
    }

.kb-item-thumb {
    display: block;
    float: left;
    max-width: 80px;
    width: 31%;
    padding-right: 3%;
}

.kb-list.mod-videos .kb-item-thumb {
    max-width: 158px;
}

.kb-item-img {
    width: 100%;
    border: 1px solid #cccdce;
}

.kb-item-title {
    display: inline-block;
    float: left;
    width: 62%;
    top: 25%;
    position: absolute;
}

.kb-list.mod-videos .kb-item-title {
    top: 10%;
}

.kb-item-desc {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.kbrow .mask {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.edu-items a:hover .mask {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}

.add-vids .edu-items p {
    min-height: 45px;
}

.glossary-cta {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.14);
    padding: 3%;
    background: #fff;
    border: 1px solid #cbcbcb;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.glossary-img {
    float: left;
    margin-right: 3%;
    width: 44%;
    border: 1px solid #cccdce;
    max-width: 145px;
}

.glossary-cta p {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding-top: 10px;
}

.glossary-cta:hover {
    background: #fafafa;
    text-decoration: none;
}



/* ----------------------- Custom Education Page Styles --------------------------- */
.edu-bannercontent {
    margin: 0 0 30px 0;
}

    .edu-bannercontent img {
        float: left;
        margin-right: 60px;
    }

#edu-banner {
    background: url('/app_themes/hcr/images/education/banner-bg.jpg') #353732 no-repeat;
    background-size: cover;
    min-height: 395px;
    color: #fff;
    position: relative;
    padding-top: 135px;
}

.preview #edu-banner {
    padding-top: 187px;
}

#edu-banner h1 {
    border-bottom: none;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0px;
}

#edu-banner h2 {
    font-weight: normal;
    font-size: 17px;
}

.customEdu#edu-banner {
    min-height: 310px;
    background: none;
    background-color: #785ea5;
}

    .customEdu#edu-banner h1 {
        padding-top: 46px;
    }

.customEdu.dbl#edu-banner h1 {
    padding-top: 24px;
}

.customEdu .enroll-wrapper {
    margin-top: 25px;
}

.customEdu .hideMe {
    display: none;
}

.bannerThin {
    min-height: 310px !important;
}

.box-header {
    background: #f7f7f7;
    padding: 12px 10px;
    margin-top: 15px;
}

    .box-header span {
        background: url('/app_themes/hcr/images/sp-icons.png') 0 -1873px no-repeat;
        margin-right: 5px;
        display: inline-block;
        width: 62px;
        height: 50px;
        float: left;
    }

span.government {
    background-position: 0 -1938px;
}

span.tree {
    background-position: 0 -166px;
}

span.sun {
    background-position: 0 -252px;
}

.box-header h4 {
    float: left;
    padding-top: 16px;
    font-size: 15px;
}

.box-content {
    padding: 12px 21px;
    background: #efefef;
    min-height: 100px;
    margin-bottom: 15px;
}

.compare-options h2 {
    text-align: center;
}

.compare-options a.green-btn {
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    max-width: 300px;
    cursor: pointer;
}

#po65-block1 .sml-btn, #po65-block1 a.sml-btn, #po65-block1 .response button {
    margin-top: 2%;
    margin-left: 2%;
}

#additionalInfo .add-box {
    min-height: 332px;
    text-align: center;
}

.add-box {
    background: #efefef;
    padding: 20px;
    margin-bottom: 15px;
}

    .add-box h3 { /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 8px;
        margin-bottom: 8px;
        min-height: 66px;
    }

    .add-box p {
        min-height: 54px;
    }

    .add-box img {
        max-width: 100%;
    }

    .add-box .sml-btn {
        display: block;
        margin: 11px auto 0 auto;
    }

.transition {
    background: url('/app_themes/hcr/images/sp-icons.png') 0 -2085px no-repeat;
    display: block;
    width: 110px;
    height: 112px;
    margin: 0 auto;
}

.ysa {
    margin-top: 15px;
}

    .ysa h2, .ysa p {
        padding-bottom: 10px;
    }

.ysa-btn {
    margin-left: 5%;
}

.pig {
    background: url('/app_themes/hcr/images/sp-icons.png') 0 -2202px no-repeat;
    display: block;
    width: 137px;
    height: 191px;
}

.drForm {
    padding-top: 2%;
}

#split .box-content {
    max-height: 330px;
    min-height: 330px;
    margin-bottom: -10px;
}

    #split .box-content ul {
        list-style: disc;
        list-style-position: inside;
    }

#split h3 {
    padding-top: 2.5%;
    padding-left: 17%;
}

#split .sml-btn, #split .lb-btn {
    margin-top: -10px;
    margin-left: 38%;
    padding: 10px 23px;
}

#split .box-header span {
    height: 70px;
    width: 90px;
}



#additionalInfo .ysa p {
    padding-bottom: 20px;
}

.post-transfer .transfer-disclaimer {
    font-size: 13px;
}

.post-transfer .green-btn {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.blue-lnk {
    color: #428bca;
    font-weight: bold;
    display: block;
    margin-bottom: 5%;
}

.red-lnk {
    color: #850000;
    font-weight: bold;
    font-size: 13px;
}

.key-facts .green-btn {
    float: right;
    padding: 1.5% 4%;
    font-size: 13px;
    margin-bottom: -35px;
}

.medLastParagraph {
    padding: 0 0 0% 17%;
}

.left-col {
    float: left;
    padding: 1% 2%;
    border-top: 1px solid lightgray;
    width: 60%;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.right-col {
    padding: 1% 1%;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding-left: 62%;
}

.left-side {
    float: left;
}

.right-side {
    float: right;
    padding-right: 2%;
}

.mid-col {
    border: 1px solid lightgray;
    border-bottom: none;
    padding: 1% 2%;
    width: 100%;
}

.sideColImg {
    padding-left: 5%;
    padding-top: 2%;
}

#formBottom {
    width: 100%;
    height: 15px;
    display: block;
    background: url('/app_themes/hcr/images/paper-tear.png');
}

.pre65Box {
    margin: 0 auto;
}

.moreVidSec {
    padding-bottom: 3%;
}

    .moreVidSec div {
        padding-top: 1%;
        width: 54%;
    }

    .moreVidSec select {
        width: 86%;
    }

/* ----------------------- Basic Content Styles --------------------------- */
#content {
    padding: 0 0 0 0;
}

.preview #content {
    padding-top: 145px;
}

.gen-content h1 {
    text-align: left;
    padding-left: 0px;
}

.gen-content h2, .gen-content h3 {
    padding: 10px 0;
}

.gen-content h4 {
    padding: 9px 0px 6px;
}

.gen-content a {
    font-weight: 700;
}

.gen-content ul {
    margin: 10px 0 10px 20px;
}

    .gen-content ul li {
        list-style-type: disc;
        margin-left: 10px;
        padding: 3px 0;
    }

.treeblock {
    background: #ebf8ff;
    border: 1px solid #51a7d3;
    padding: 15px;
    margin-bottom: 15px;
}

    .treeblock .question {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 10px;
    }

.response {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.countdown, .countdownft {
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

    .countdown div, .countdownft div {
        float: left;
        margin-right: 15px;
    }

        .countdown div span, .countdownft div span {
            font-size: 14px;
            display: block;
            font-weight: normal;
        }

.preview .preview-notification {
    display: block;
}

.preview-notification {
    position: fixed;
    background: #f99135;
    color: #fff;
    padding: 13px 0 0 0;
    width: 100%;
    height: 40px;
    z-index: 999999;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

    .preview-notification .fa {
        padding-right: 15px;
    }

.preview header {
    top: 40px;
}

.tgl-content ul li.nobull {
    list-style-type: none;
    list-style: none;
}

    .tgl-content ul li.nobull .nobull li {
        list-style-type: none;
    }

/* ----------------------- Web Reporting Page Styles --------------------------- */

#web-report {
    padding-top: 10px;
    background-color: #f4f4f4;
}

    #web-report h1 {
        text-align: left;
        border-bottom: none;
        padding: 0px;
        padding-top: 100px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #web-report h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    #web-report .row {
        margin-left: 0px;
    }

    #web-report .pe-sec .row {
        margin-right: 0px;
    }

.pe-sec p em {
    color: #666;
}

.pe-sec .side-note {
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
}

.pe-sec ul {
    float: none;
}

#web-report hr {
    margin: 0;
    border-top: 1px solid #ddd;
}

.pe-sec .show-details {
    font-size: 12px;
}

.show-details, .show-details a {
    color: #444444;
    text-align: right;
}

.plan-pop {
    font-weight: bold;
    font-size: 15px;
}

.pdenroll p strong {
    font-size: 15px;
}

#web-report .pe-sec h2 {
    font-size: 20px !important;
    margin-left: -15px;
}

.pe-sec .date-tgl {
    margin-top: 15px;
    margin-bottom: 20px;
}

#web-report .pdenroll span {
    width: 30px;
    margin-left: -10px;
}

.plan-enroll-align {
    margin-top: -10px;
}

.plan-enroll-expand {
    color: #444444;
    margin-top: 10px;
}

    .plan-enroll-expand small {
        float: right;
    }

.plan-data .plan-enroll-expand ul {
    margin-top: 5px;
}

.plan-data .plan-enroll-expand li {
    border: none;
    list-style: disc;
    list-style-position: inside;
    padding: 3px 0px;
}

#web-report .box {
    border: 1px solid #cccccc;
    padding: 10px 20px 25px;
    background-color: #ffffff;
}

.visitors { /*border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 25px;*/
}

.date-tgl {
    float: right;
    margin-top: 5px;
}

    .date-tgl li {
        font-weight: 700;
        display: inline-block;
        margin-right: 3px;
        font-size: 12px;
    }

        .date-tgl li p {
            font-weight: normal;
        }

        .date-tgl li .time-sort-btn {
            color: #ffffff !important;
            background-color: #4BAED8;
            padding: 5px 10px;
            border-radius: 3px;
        }

            .date-tgl li .time-sort-btn:hover, .date-tgl li .time-sort-btn:active {
                background-color: #0083b3;
            }

        .date-tgl li a {
            color: #ffffff !important;
            background-color: #4BAED8;
            padding: 5px 10px;
            border-radius: 3px;
        }

            .date-tgl li a:hover, .date-tgl li a:active {
                background-color: #0083b3;
            }

.web-desc {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
}

.logout {
    text-align: right;
    padding-top: 40px;
}

.pe-sec {
    border-right: 1px solid #ccc;
    min-height: 348px;
    margin-bottom: 30px;
}

.plan-data {
    width: 100%;
}

    .plan-data li {
        padding: 12px 0 12px 0px;
        border-bottom: 1px solid #ccc;
        width: 100%;
        list-style-type: none;
    }

        .plan-data li strong {
            text-align: right;
            display: inline-block;
            float: right;
        }

        .plan-data li span {
            display: inline-block;
            background: url('/app_themes/hcr/images/sp-icons.png') no-repeat 0 -975px;
            width: 12%;
            height: 30px;
            float: left;
        }

        .plan-data li strong span {
            background: none;
        }

        .plan-data li p {
            float: left;
            width: 76%;
        }

        .plan-data li.co {
            color: #3ec491;
        }

        .plan-data li.pt {
            color: #3f3ec4;
        }

        .plan-data li.ft {
            color: #e94f1c;
        }

        .plan-data li.pr {
            color: #15c2d2;
        }

        .plan-data li.gu {
            color: #ffa442;
            border-bottom: none;
        }

        .plan-data li.po {
            color: #d00da4;
        }

        .plan-data li.ac {
            color: #e94f1c;
        }

        .plan-data li.pt span {
            background-position: 0 -1094px;
        }

        .plan-data li.ft span {
            background-position: 0 -1137px;
        }

        .plan-data li.pr span {
            background-position: 0 -1061px;
        }

        .plan-data li.gu span {
            background-position: 0 -1221px;
        }

        .plan-data li.po span {
            background-position: 0 -1182px;
        }

        .plan-data li.ac span {
            background-position: 0 -2490px;
        }

.pdenroll li strong span {
    float: none;
    height: 0px;
}

.pdenroll li strong {
    float: none;
    width: auto;
    display: inline-flex;
}

.pdenroll li p {
    float: none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.chart-hold {
    padding-bottom: 15px;
}

#flot-chart {
    width: 285px;
    height: 285px;
    margin: 0 auto;
    margin-top: 20px;
}

.preview #web-report {
    padding-top: 143px;
}

#web-report h1 {
    text-align: left;
    border-bottom: none;
    padding: 0px;
    margin-bottom: 10px;
}

#web-report h2 {
    font-size: 20px;
    padding-bottom: 8px;
}

.visitors {
    margin-bottom: 15px;
}


/* ----------------------- Button Styles --------------------------- */

.grey-btn, a.grey-btn, .state-btn, a.state-btn {
    background: #232322;
    border-bottom: 3px solid #585858;
    padding: 12px 23px;
    color: #fff;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
}

    a.grey-btn:hover, .state-btn:hover {
        background: #333;
        border-bottom-color: #232322;
        text-decoration: none;
    }

.state-btn, a.state-btn {
    padding: 8px 20px;
    display: inline-block;
}

.green-btn, a.green-btn, input.green-btn {
    background: #3ea510;
    border: none;
    border-bottom: 2px solid #226703;
    padding: 3% 23px;
    color: #fff;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 16px;
}

    a.green-btn:hover, .green-btn:hover {
        background: #2f8a06;
        border-bottom-color: #154201;
        text-decoration: none;
        color: #fff;
    }

.red-btn, .a.red-btn, input.red-btn {
    background: #B02715;
    border: none;
    border-bottom: 2px solid #881E0E;
    padding: 3% 23px;
    color: #fff;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 16px;
}

    a.red-btn:hover, .red-btn:hover {
        background: #DC2D1A;
        border-bottom-color: #B72712;
        text-decoration: none;
        color: #fff;
    }

.green-sm, a.green-sm {
    padding: 7px 23px;
    font-size: 14px;
    margin-top: 1px;
}

.lb-btn, a.lb-btn, .response button {
    border: none;
    text-transform: capitalize;
    background: #158dbe;
    border-bottom: 3px solid #05648a;
    padding: 7px 23px;
    color: #fff;
    font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    margin-top: 1px;
}

    a.lb-btn:hover, .response button:hover {
        background: #036d98;
        border-bottom-color: #003f59;
        text-decoration: none;
    }



html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
    visibility: hidden;
}



/* Overlay necessary styles */

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

    .remodal-overlay:after {
        display: inline-block;
        height: 100%;
        margin-left: -0.05em;
        content: '';
    }

    /* Fix iPad, iPhone glitches */

    .remodal-overlay > * {
        -webkit-transform: translateZ(0px);
    }

/* Modal dialog necessary styles */

.remodal {
    position: relative;
    display: inline-block;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */


/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */

.remodal-overlay {
    opacity: 0;
    background: rgba(33, 36, 46, 0.95);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Modal dialog default theme styles */

.remodal {
    min-height: 100%;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background: #f4f4f4;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

    .remodal.mail {
        padding: 30px;
    }

        .remodal.mail h2 {
            padding-bottom: 15px;
        }

        .remodal.mail input[type="text"] {
            width: 250px;
            display: block;
            margin-bottom: 15px;
        }

        .remodal.mail label {
            text-align: left;
            font-weight: 700;
            padding-top: 15px;
            display: block;
            margin-left: 2px;
        }

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

    /* Close button */

    .remodal img {
        width: 100%;
    }

    .remodal .main-vid {
        min-width: 602px;
        padding-bottom: 53%;
        padding-top: 18px;
    }

        .remodal .main-vid.tall {
            padding-bottom: 61.1%;
        }

.remodal-close {
    position: absolute;
    top: -11px;
    right: -10px;
    width: 36px;
    height: 36px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background: #f5f5f5;
    z-index: 80000;
}

    .remodal-close:after {
        display: block;
        font-size: 28px;
        font-family: 'FontAwesome', sans-serif;
        content: "\f00d";
        line-height: 35px;
        cursor: pointer;
        text-decoration: none;
        color: #3e5368;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .remodal-close:hover, .remodal-close:active {
        background: #3e5368;
        text-decoration: none;
    }

        .remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
            color: #f4f4f4;
        }

/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
    display: inline-block;
    width: 120px;
    padding: 9px 0;
    margin: 0 0 5px 0;
    font-size: 10pt;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-confirm {
    border: 2px solid #16a085;
    background: #f4f4f4;
    color: #16a085;
}

    .remodal-confirm:hover, .remodal-confirm:active {
        background: #16a085;
        color: #f4f4f4;
    }

.remodal-cancel {
    border: 2px solid #c0392b;
    background: #f4f4f4;
    color: #c0392b;
}

    .remodal-cancel:hover, .remodal-cancel:active {
        background: #c0392b;
        color: #f4f4f4;
    }

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 900px;
        margin: 20px auto;
        min-height: 0;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}
                                 .mc {   border: 2px solid #c0392b;
                                     background: #f4f4f4;
                                     color: #c0392b;}

/* ----------------------- Responsive Styles --------------------------- */

@media (min-width: 1200px) {
    .banner-content {
        top: 18%;
        left: 8%;
    }
}

 @media (max-width: 500px) {
     .mmm {

         width: 100%;
     }
   }

@media only screen and (max-width: 1146px) {

    .extension-btn {
        margin-top: 2%;
    }

    .sepextension-section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .vid-item p {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #education .col-md-8 {
        width: 61.666667%;
    }

    #education .col-md-4 {
        width: 38.333333%;
    }
}

@media only screen and (max-width: 991px) {
    header {
        position: relative;
    }

    #containerMain{
        padding-top: 0px;
    }

    #slider, #web-report {
        padding-top: 0px;
    }

    #error {
        padding-top: 20px;
    }

    #edu-banner {
        padding-top: 50px;
        min-height: inherit;
    }

    #mobileMenu, .mobile {
        display: block;
    }

    #main-nav, .lang-change {
        /*display: none;*/

    }
   /*/////////////////////*/
    .p-tile {
        min-height: 286px;
    }

        .p-tile .p-img {
            margin: 0 auto;
            width: 71px;
        }

            .p-tile .p-img.sf {
                width: 96px;
            }

            .p-tile .p-img.pr65 {
                width: 89px;
            }

        .p-tile h2, .p-tile p {
            text-align: center;
        }

        .p-tile .sml-btn {
            float: none;
            margin: 10px auto;
            text-align: center;
            display: block;
            width: 180px;
        }

        .p-tile .lb-btn {
            float: none;
            margin: 10px auto;
            text-align: center;
            display: block;
            width: 180px;
        }

    .main-vid img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    .visit-edu {
        margin: 10px auto 30px auto;
    }

    #form, #results, #content {
        padding-top: 15px;
    }

    .form-container .col-md-4 > * {
        float: none;
    }

    .form-container input, .form-container select {
        margin-top: 15px;
    }

    .government .fa-check, .government .fa-hand-o-right {
        display: none;
    }

    .government .col-md-3 h3 {
        font-size: 17px;
    }

    .qualify .green-btn {
        margin-top: 5px;
        width: 100%;
        margin-left: 0px;
    }

    .state-content .state-btn {
        float: none;
    }

    .state-content .col-md-3 {
        margin-top: 6px;
    }

    .banner-content h2 {
        font-size: 23px;
        line-height: 25px;
    }

    .banner-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .banner-content .lrg-btn {
        margin-top: 10px;
        padding: 9px 25px;
        font-size: 13px;
    }

    .vid-item a {
        float: none;
    }

    .vid-item p {
        font-size: 12px;
        float: none;
    }

    .down-ebook p {
        font-size: 12px;
    }

    .preview .preview-notification {
        height: 67px;
    }

    .preview .banner-content {
        top: 14%;
    }

    .preview header {
        top: 67px;
    }

    .preview #slider {
        padding-top: 68px;
    }

    .gender {
        text-align: left;
    }

    .pe-sec {
        min-height: inherit;
        padding-bottom: 15px;
    }

    .chart-hold {
        padding-top: 15px;
    }

    .date-tgl {
        float: left;
        margin: 0 0 5px 0;
    }

        .date-tgl li {
            font-size: 14px;
        }

    #faqs.gen {
        padding-top: 20px;
    }

    .box-header span {
        margin: 0 auto 8px auto;
        display: block;
        float: none;
    }

    .box-header h4 {
        text-align: center;
        float: none;
    }

    .customEdu#edu-banner {
        min-height: 228px;
    }

    .compare-content {
        margin-bottom: 15px;
    }

    .hra-tips {
        min-height: 0px;
    }

    #split h3 {
        padding: 0px;
        text-align: center;
    }

    #split .box-content {
        min-height: 410px;
        margin-bottom: 0px;
    }

    #split .sml-btn {
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    #split .lb-btn {
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    .no-desc .p-tile {
        min-height: 223px;
    }

    #ContentPlaceHolder1_pnlTiles3 .col-lg-3, #ContentPlaceHolder1_pnlTiles3 .col-md-3 {
        width: 100%;
        padding-top: 0%;
    }

    #ContentPlaceHolder1_pnlTiles3 .col-md-9, #ContentPlaceHolder1_pnlTiles3 .col-lg-9 {
        width: 75%;
        padding-top: 2%;
        margin: 0 auto;
    }

    .add-box {
        min-height: 100px;
    }

        .add-box h3 {
            min-height: 30px;
        }

        .add-box p {
            min-height: 40px;
            padding-bottom: 13px;
        }

    .moreVidSec div {
        width: 100%;
    }

    .kbsidebar {
        padding: 1% 15px 0px 15px;
        clear: both;
    }

    .down-ebook h2 {
        padding-top: 2%;
    }

    .ysa-btn {
        margin: 0 auto;
    }

    .chart-wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Roadmap */
    #results > .notification-block {
        margin-top: 10px;
    }

    .annual-divider {
        border-right: none;
        border-bottom: 1px solid #cccdce;
        margin-bottom: 5px;
    }

    /* Calculator */
    .main-banner {
        padding-top: 25px;
    }

    .calc-short-label {
        padding-bottom: inherit;
    }

    /*Education Styles */
    .glossary-cta {
        padding: 1%;
    }

    .glossary-img {
        margin-right: 2%;
    }

    .glossary-cta p {
        padding-top: 3%;
    }

    .kb-list li {
        width: 49.7%;
    }
}

@media only screen and (max-width: 810px) {
    .flexslider {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .aep .fa-clock-o {
        border: none;
        border-bottom: 4px solid #77b733;
        width: 100%;
        float: none;
        margin: 0px;
        max-width: none;
        padding: 4px 0;
    }

    .aep.negative .fa-clock-o {
        padding: 4px 0px;
        border-bottom-color: #b75a22;
    }

    .aep .note {
        width: 100%;
        float: none;
        padding-bottom: 10px;
        text-align: center;
    }

        .aep .note ul {
            margin: 10px 0 0 35px;
        }

        .aep .note li {
            width: 100%;
            text-align: left;
        }

    .penal-rst .fa {
        float: none;
        margin: 0 auto;
        padding-bottom: 10px;
        display: block;
        width: 46px;
    }

    .penal-rst .note {
        width: 100%;
        float: none;
        text-align: center;
    }

    .penalty {
        margin: 10px auto;
        float: none;
        width: 205px;
        display: block;
    }

    .close-noti {
        color: #fff;
    }

    .ctas {
        text-align: center;
        margin-bottom: 20px;
    }

    .talk {
        margin-bottom: 0px;
    }

    .ctas p {
        padding: 10px 0;
    }

    .calc-ico, .headset-ico, .hour-ico, .grad-ico {
        display: none;
    }

    .countdown-wrapper {
        width: 204px;
        margin-top: 10px;
    }

    .enroll {
        margin-top: 10px;
    }

    /* Roadmap */

    .notification-block .fa.fa-clock-o, notification-block .fa.fa-exclamation-triangle {
        display: none;
    }

    .notification-close, notification-close.sep, .notification-close.oep, .notification-close.mod-cobra, .notification-close.mod-nobra {
        left: 47%;
        top: -6px;
    }

    .results-print .notification-closed {
        display: none;
    }

    .notification-content {
        width: 95%;
        margin: 0 auto;
        padding: 3% 2.2% 0 2.2%;
    }

    .results-print .notification-content {
        padding-top: 1%;
    }

    .notification-content.mod-sep {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .government .col-md-6, .row.uninsured .col-md-6 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .government .col-md-3 {
        width: 50%;
    }

    .negative .fa-times, .medicaid-rst .fa {
        display: none;
    }

    .medicaid-rst {
        text-align: center;
    }

    .state-name {
        text-align: center;
    }

        .state-name img {
            display: none;
        }

        .state-name h2 {
            text-align: center;
            float: none;
            padding-bottom: 10px;
        }

    .government div:nth-of-type(2) {
        border-left: none;
    }

    .info-divider {
        text-align: center;
    }

        .info-divider .fa {
            display: none;
        }

    .visit-edu {
        text-align: center;
    }

        .visit-edu .fa {
            display: none;
        }

        .visit-edu a {
            padding: 10px 10px 0 10px;
            font-size: 14px;
            text-align: center;
            display: block;
        }

    a.down-ebook {
        font-size: 12px;
    }

        a.down-ebook .fa {
            display: inline-block;
        }

    .main-vid {
        margin: 10px auto;
    }

    .medicaid-rst ul {
        margin-left: 0px;
    }

        .medicaid-rst ul li {
            margin-bottom: 8px;
            list-style: none;
        }

    .remodal.mail input[type="text"] {
        width: 100% !important;
        display: block;
        margin-bottom: 15px;
    }

    .box-header span {
        margin-bottom: 0px;
    }

    .box-header h4 {
        text-align: center;
        padding-top: 0px;
    }

    .box-content {
        text-align: center;
        min-height: 0px;
    }

    .add-box {
        margin-bottom: 15px;
    }

        .add-box h3 {
            text-align: center;
        }

        .add-box p {
            min-height: 0px;
        }

        .add-box .lb-btn, .ysa .lb-btn {
            margin: 0 auto;
            display: block;
            max-width: 250px;
            text-align: center;
        }

        .add-box .sml-btn, .ysa .sml-btn {
            margin: 0 auto;
            display: block;
            max-width: 250px;
            text-align: center;
        }

        .add-box img {
            display: block;
            margin: 10px auto 0 auto;
        }

        .add-box .transition {
            display: none;
        }

    .pig {
        display: none;
    }

    .ysa h2 {
        text-align: center;
    }

    #po65-block1 .sml-btn, #po65-block1 a.sml-btn, #po65-block1 .response button {
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 250px;
        margin-top: 4%;
    }

    #po65-block1 .lb-btn, #po65-block1 a.lb-btn, #po65-block1 .response button {
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 250px;
        margin-top: 4%;
    }

    #po65-block1 .col-md-8 .col-xs-12 {
        width: 100%;
    }

    #po65-block1 .col-md-4 .col-xs-6 {
        width: 100%;
    }

    #po65-block1 img {
        display: block;
        margin: 10px auto 0 auto;
        max-width: 220%;
        margin-top: 15%;
        width: 100%;
    }

    .customEdu .enroll-wrapper {
        margin-top: 0px;
    }

    .kbrow .edu-items .fa {
        left: 45%;
        top: 37%;
    }

    .sepextension-section img:last-child {
        width: 100%;
    }

    .ext-graph-wrapper .chart-wrapper {
        width: 100%;
        margin-top: 3%;
    }

    .result-header {
        text-align: center;
        float: none;
        margin: 10px 0;
    }

    .result-actions::before {
        clear: both;
    }

    .result-actions {
        float: none;
        margin: 0 auto;
        font-size: 16px;
        max-width: 235px;
    }

        .result-actions p {
            font-size: 14px;
        }

    .result-notification {
        vertical-align: middle;
    }

        .result-notification .fa-clock-o, .result-notification .fa-exclamation-triangle {
            display: none;
        }

    a.btn-plan-options, input.btn-plan-options {
        padding: 3% 3%;
    }

    .mod-card-view {
        padding-bottom: 15px;
    }

    .annual-divider {
        border-right: 1px solid #cccdce;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .lrg-btn.mod-calc {
        margin: 0 auto;
        max-width: 400px;
    }

    calc-disclaimer {
        text-align: center;
    }

    .coverage-header, .coverage-subheader, .coverage-description {
        text-align: center;
    }

    .coverage-description {
        margin-bottom: 15px;
    }

    .calc {
        border-right: none;
    }
}

@media only screen and (max-width: 648px) {
    .kb-list li {
        width: 100%;
    }

    .edu-items {
        padding: 2%;
        margin-bottom: 0px;
    }

    .kb-item-title {
        top: 36%;
    }

    .kb-list.mod-videos li {
        margin-bottom: 1%;
    }
}

@media only screen and (max-width: 480px) {
    .edu-bannercontent, #edu-banner h1 {
        text-align: center;
    }

        .edu-bannercontent img {
            float: none;
            margin: 0 auto;
            display: block;
        }

    #sub-nav {
        display: none;
    }

    .main-vid-wrapper.placeholder {
        display: none;
    }

    .vid-item {
        display: none;
    }

    .mobile-vid {
        display: block;
    }

        .mobile-vid h4 {
            text-align: center;
            padding-bottom: 10px;
        }

    .mobile-nonvid a, .mobile-nonvid img, .mobile-nonvid sml-btn {
        display: none !important;
    }

    .sidebar h2 {
        text-align: center;
    }

    a.down-ebook {
        background-image: none;
        padding: 15px;
        text-align: center;
        margin-top: 10px;
    }

        a.down-ebook .kb-ebook {
            display: none;
        }

    .glossary-cta {
        padding: 3%;
    }

        .glossary-cta p {
            padding-top: 6%;
        }

    .fact-header .fa-plus-square {
        margin-top: 0px;
    }

    .trans-modal {
        width: 100%;
        top: 2%;
        padding: 30px;
    }

        .trans-modal h2 {
            font-size: 20px;
        }

        .trans-modal img {
            margin: 10px auto 15px auto;
        }

        .trans-modal h4 {
            font-size: 13px;
        }

    .transfer-disclaimer {
        font-size: 10px;
        padding: 6px 0;
    }

    .box-content {
        min-height: 0px;
    }

    .customEdu#edu-banner h1 {
        padding-top: 0px;
    }

    .no-desc .p-tile {
        min-height: 148px;
    }
    /*.medLastParagraph   { padding: 0 0 10% 22%; }*/
    .medLastParagraph {
        padding: 0;
    }

    .key-facts {
        text-align: center;
    }

        .key-facts .green-btn {
            float: none;
            width: 70%;
            padding: 2%;
            margin: 2% 0 5px 0;
            font-size: 14px;
        }

    .ico {
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

    .moreVidSec div {
        width: 100%;
    }

    .moreVidSec select {
        width: 100%;
    }

    .moreVidSec .green-btn {
        width: 20%;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
        text-align: center;
    }

    .sepextension-section img {
        width: 100%;
    }
    /* Roadmap */
    .notification-block {
        padding-top: 4%;
    }

    .notification-close, notification-close.sep, .notification-close.oep, .notification-close.mod-cobra, .notification-close.mod-nobra {
        left: 47%;
        top: -11px;
    }

    .result-content {
        text-align: center;
    }

    .result-description.mod-medicare ul li {
        display: list-item;
        width: 100% !important;
        text-align: center;
        margin: 4px 0;
    }

        .result-description.mod-medicare ul li:before {
            content: '';
        }
}

@media only screen and (min-width: 0px )and (max-width: 480px ) {
    .add-head {
        display: none;
    }

    .add-vids {
        display: none;
    }

    .kbsidebar {
        padding-top: 5%;
        clear: both;
    }

    .kbrow .kbsidebar .lastrow {
        margin-left: 4% !important;
    }
}

/* Custom Styles */
.ui-datepicker-trigger {
    padding-left: 5px !important;
}

.modal-message {
    padding-bottom: 10px;
}

a#retired-tile-btn[href=''] {
    display: none;
}

.sp-fam-lists li {
    margin: 4px 15px;
    list-style-type: disc;
    list-style-position: outside;
}

#form.contact-content {
    padding: 0px 0px 0px 0px;
}

/*Sepex Extensions Additions*/
.hx-red {
    color: #C10000;
}

.hx-green {
    color: #3ea510;
}

.txt-exception {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 15px;
    color: #656565;
}

.sepextension-section h1 {
    margin-bottom: 10px;
}

.sepextension-section hr {
    border-color: #C7C7C7;
}

.sepextension-section .btn-div {
    text-align: center;
    margin-top: 2%;
}

.sepextension-section .sml-btn {
    font-size: 20px;
    padding: 13px 3%;
}

.sepextension-section .hx-green {
    text-align: center;
}

.sepextension-section img {
    margin-top: 2%;
    margin-bottom: 2%;
}

.extension-btn {
    margin-right: 0px !important;
}

    .extension-btn .sml-btn {
        background-color: #F2AA3A;
    }

        .extension-btn .sml-btn .fa {
            padding-left: 0px !important;
            padding-right: 5px;
        }

.ext-graph-wrapper {
    margin-top: 1%;
    margin-bottom: 2%;
}

.chart-wrapper {
    width: 500px;
    text-align: center;
    font-weight: 700;
}

    .chart-wrapper .row {
        margin-bottom: 2px;
    }

        .chart-wrapper .row .chrt-full {
            width: 100%;
        }

        .chart-wrapper .row div {
            min-height: 40px;
            padding: 2% 2%;
        }

            .chart-wrapper .row div:last-child {
                border-left: 2px solid white;
            }

    .chart-wrapper .chrt-header {
        font-size: 16px;
    }

    .chart-wrapper .chrt-green {
        background-color: #7AB800;
    }

    .chart-wrapper .chrt-blue {
        background-color: #5EB6E4;
    }

    .chart-wrapper .chrt-yellow {
        background-color: #FFC000;
    }

    .chart-wrapper .chrt-lgreen {
        background-color: #99FF99;
    }

    .chart-wrapper .chrt-biege {
        background-color: #D3CD8B;
    }

    .chart-wrapper .chrt-pink {
        background-color: #FF66CC;
    }

    .chart-wrapper .chrt-dblue {
        background-color: #002060;
        color: white;
    }

    .chart-wrapper .chrt-lblue {
        background-color: #CCECFF;
    }

    .chart-wrapper .chrt-dgray {
        background-color: #7F7F7F;
        color: white;
    }

    .chart-wrapper .chrt-gray {
        background-color: #D9D9D9;
    }

.ext-img-wrapper img {
    width: 100%;
}

.enr-det {
    display: none;
}
