﻿@charset "UTF-8";
/* Font */
/* Colour Palette */
/* Media Queries */
h2 {
    font-size: 26px;
    font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

h5 {
    font-weight: bold;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

a.text-primary:hover {
    color: #E1261C;
}

.bolder { /*semi-bold*/
    font-weight: 600;
}

.text-primary {
    color: #E1261C;
}

.text-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.title-large {
    font-size: 36px;
    font-size: 3.6rem;
    color: #E1261C;
    font-weight: bold;
    text-transform: uppercase;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-l-15 {
    margin-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.btn-success {
    font-size: 16px;
    font-size: 1.6rem;
    background: #5ab433;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 15px;
    min-width: 170px;
}

.spinner {
    font-size: 100px;
    font-size: 10rem;
    color: #5ab433;
    position: fixed;
    z-index: 1051; /*One more than modal window*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.spinner-background {
    opacity: 0.5;
    pointer-events: none;
}

.imgcenter {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

/* LOGIN */
#login-screen #login-screen-container {
    min-height: calc(100vh - 180px);
    background: #FFF url(../images/login-image.png) no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid #979797;
    opacity: 0.57;
}

#login-screen #login-form .modal-content {
    border: none;
    border-radius: 17px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.21);
}

    #login-screen #login-form .modal-content .modal-header {
        background-color: #eaeaea;
        border-radius: 17px 17px 0 0;
        border-bottom: 1px solid #979797;
        padding: 10px;
        text-align: center;
    }

        #login-screen #login-form .modal-content .modal-header .modal-title {
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 600;
            color: #474747;
        }

    #login-screen #login-form .modal-content .modal-body {
        padding: 20px 60px;
    }

        #login-screen #login-form .modal-content .modal-body label {
            font-size: 14px;
            font-size: 1.4rem;
        }

        #login-screen #login-form .modal-content .modal-body #login {
            height: 50px;
        }

        #login-screen #login-form .modal-content .modal-body .input-group-addon {
            border-color: #cfcfcf;
            border-style: solid;
            /*border-width: 0 0 0 2px;*/
            visibility: hidden;
        }

    #login-screen #login-form .modal-content .modal-footer {
        border-top: none;
        padding: 0 60px 45px;
        text-align: left;
    }

        #login-screen #login-form .modal-content .modal-footer #loginSubmitBtn {
            font-size: 18px;
            font-size: 1.8rem;
            width: 100%;
            max-width: 95%;
            margin-bottom: 25px;
        }

        #login-screen #login-form .modal-content .modal-footer .fine-print {
            font-size: 13px;
            font-size: 1.3rem;
            max-width: 65%;
            margin: 0 auto;
            color: #393939;
            text-align: center;
        }

#login-screen .body-content {
    padding-bottom: 0;
}

/* SERVICE CENTER */
.statefarmbackground {
    background: url("/images/state-farm-backgroud.png") no-repeat;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 1px rgba(164, 146, 146, 0.3);
    padding-bottom: 30px;
}

    .statefarmbackground h1 {
        font-size: 36px;
        font-weight: 700;
        color: #121212;
        line-height: 49px;
        margin-bottom: 0;
    }

.service-center {
    margin-top: 30px;
    /* Video Heading */
    /* Video Transcript */
}

    .service-center .thumbnail {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .service-center .vdopad h2, .service-center .vdopad h3 {
        color: #E1261C;
        font-size: 20px;
        font-weight: 600;
    }

    .service-center .vdopad ul li a.active {
        background: #EEE;
    }

    .service-center .varlink > ul {
        padding: 10px 0;
        background-color: #FEF9F8;
        border: 1px solid #a4a4a4;
        border-top: none;
        float: none;
    }

        .service-center .varlink > ul > li {
            padding: 0 20px;
        }

    .service-center .varlink ul li > span {
        font-size: 14px;
        font-weight: 300;
    }

        .service-center .varlink ul li > span.section-title {
            font-size: 16px;
            font-weight: 600;
            color: #E1261C;
            margin-bottom: 5px;
            display: inline-block;
        }

    .service-center .vdopad ul li, .service-center .varlink ul li {
        width: 100%;
    }

        .service-center .vdopad ul li a, .service-center .varlink ul li a {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            text-decoration: underline;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0;
        }

            .service-center .vdopad ul li a:hover, .service-center .varlink ul li a:hover {
                background: none;
                text-decoration: none;
            }

    .service-center .video-heading-container {
        background-color: #EDEDED;
        padding: 12px 17px;
    }

        .service-center .video-heading-container h2 {
            font-weight: 600;
            font-size: 16px;
            color: #121212;
            margin: 0;
        }

    .service-center .video-transcript-container {
        background-color: #EDEDED;
    }

        .service-center .video-transcript-container .transcript-link {
            font-size: 14px;
            font-weight: 400;
            padding: 12px 17px;
        }

            .service-center .video-transcript-container .transcript-link.shadow {
                box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
            }

            .service-center .video-transcript-container .transcript-link a, .service-center .video-transcript-container .transcript-link a:hover {
                color: #000;
            }

                .service-center .video-transcript-container .transcript-link a:hover {
                    text-decoration: underline;
                }

        .service-center .video-transcript-container .transcript {
            max-height: 222px;
            overflow-y: scroll;
            color: #212121;
            font-size: 15px;
            font-weight: normal;
            padding: 8px 17px;
            margin-top: 4px;
        }

            .service-center .video-transcript-container .transcript::-webkit-scrollbar {
                width: 8px;
            }

            .service-center .video-transcript-container .transcript::-webkit-scrollbar-track {
                background: #F4F3F3;
            }

            .service-center .video-transcript-container .transcript::-webkit-scrollbar-thumb {
                background: #767676;
                border-radius: 4px;
            }

                .service-center .video-transcript-container .transcript::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

    .service-center .state-farm-link {
        padding-left: 5px;
    }

    .service-center .section-container .section-subcontainer {
        background-color: #FEF9F8;
        padding-bottom: 30px;
        border: 1px solid #a4a4a4;
        border-top: none;
    }

    .service-center .section-container a {
        color: #000;
    }

    .service-center .section-container .download-link {
        text-decoration: none;
    }

    .service-center .section-container .download-text {
        color: #E1261C;
        font-size: 15px;
        font-weight: 600;
        padding-left: 10px;
        text-decoration: underline;
    }

        .service-center .section-container .download-text:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .service-center .section-container.reports .varlink > ul {
        border: none;
    }

    .service-center .section-container.programs .varlink > ul > li {
        border-bottom: 1px solid #a4a4a4;
        padding: 15px 20px;
    }

    .service-center .section-container.programs ul li:first-child {
        padding-top: 0;
    }

    .service-center .section-container.programs ul li:last-child {
        border-bottom: none;
    }

    .service-center .section-container.quick-start .varlink > ul {
        margin-bottom: 20px;
    }

    .service-center .imgcontainer {
        height: 78px;
        background-color: #E1261C;
        position: relative;
        padding: 0 20px;
    }

        .service-center .imgcontainer img {
            right: 20px;
        }

        .service-center .imgcontainer h2 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
        }

    .service-center ul.dashed {
        padding-top: 5px;
        padding-left: 0;
        list-style-type: none;
    }

        .service-center ul.dashed > li {
            padding-top: 5px;
            padding-bottom: 5px;
            list-style-type: none;
        }

.footer-area-bottom {
    display: table;
    width: 100%;
}

    .footer-area-bottom .footer-container {
        display: table-cell;
        vertical-align: middle;
        position: static;
        padding-left: 0;
    }

    .footer-area-bottom ul li a {
        padding: 0 15px;
        margin: 0 35px;
        color: #dbdbdb;
        font-size: 12px;
        font-weight: 600;
        border: 4px solid transparent;
        outline: 2px solid transparent;
    }

        .footer-area-bottom ul li a:hover {
            background: none;
        }

        .footer-area-bottom ul li a:focus {
            background: none;
            border: 4px solid #0073A8;
            outline: 2px solid #FFF;
        }

        .footer-area-bottom ul li a:hover, .footer-area-bottom ul li a:focus {
            text-decoration: none;
        }

    .footer-area-bottom #footer-links a:hover {
        color: #fff;
    }

/* HEADER */
header {
    background: #E1261C;
    height: auto;
}

    header .logout-button {
        color: #FFF;
        text-decoration: underline;
        display: block;
        margin-bottom: 5px;
        text-align: right;
    }

        header .logout-button:hover {
            color: #222;
        }

.main-menu {
    float: right;
}

    .main-menu .navbar-nav {
        margin: 0;
    }

        .main-menu .navbar-nav li {
            width: 155px;
            text-align: center;
            font-weight: 600;
            display: inline-block;
            padding: 0px 13px;
            border-right: 1px solid #ff5b52;
        }

            .main-menu .navbar-nav li:first-of-type {
                border-left: 1px solid #ff5b52;
            }

            .main-menu .navbar-nav li.active {
                background-color: #ca0c02;
            }

            .main-menu .navbar-nav li a {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                padding: 19px 0 10px 0;
                text-transform: capitalize;
                letter-spacing: 1px;
                height: 90px;
            }

                .main-menu .navbar-nav li a span {
                    display: inline-block;
                    margin-top: 6px;
                }

.header-area-container {
    height: 90px;
    padding: 0 15px;
    margin: 0;
    float: right;
    display: table;
}

.logo-container {
    float: left;
    height: 90px;
    vertical-align: middle;
    display: table;
}

.dac-logo {
    width: 165px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 15px;
}

.statefarm-logo {
    width: 215px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

    .dac-logo img, .statefarm-logo img {
        width: 100%;
        height: auto;
    }

/* BODY */
body {
    font-family: "Open Sans", Arial, sans-serif;
}

    body .body-content {
        margin-top: 90px;
        min-height: calc(100vh - 190px);
        padding-bottom: 100px;
        /* Landing Page */
        /* Customized Setup */
        /* Express Setup */
        /* Progress */
        /* Agent Info */
        /* Enter Domain */
        /* Campaign Selection */
        /* Order Details */
        /* Payment Options */
        /* Confirmation */
        /* Navigation Buttons */
        /* Contact Us */
        /* Error Page */
        /* Form Validation */
    }

        body .body-content .hero-section {
            border-bottom: 1px solid #BEBEBE;
            background: #fefefe;
            padding: 5px 15px;
        }

@media screen and (max-width: 991px) {
    body .body-content .hero-section {
        text-align: center;
        border-bottom: none;
        padding: 25px 15px 5px;
    }
}

body .body-content .hero-section .hero-section-container {
    align-items: center;
    flex-direction: row;
}

@media screen and (max-width: 991px) {
    body .body-content .hero-section .hero-section-container {
        flex-direction: column;
    }
}

body .body-content .hero-section .hero-section-container, body .body-content .hero-section .hero-section-container .content {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    body .body-content .hero-section .hero-section-container :nth-child(1) {
        order: 2;
    }
}

@media screen and (max-width: 991px) {
    body .body-content .hero-section .hero-section-container :nth-child(2) {
        order: 1;
    }
}

body .body-content .hero-section .hero-section-container p {
    margin: 20px 0 30px 0;
}

body .body-content .hero-section .hero-section-container span {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    body .body-content .hero-section .hero-section-container span {
        display: inline;
    }
}

body .body-content .setup-section {
    padding-top: 30px;
}

@media screen and (max-width: 991px) {
    body .body-content .setup-section {
        text-align: center;
        padding-top: 0;
    }
}

body .body-content .setup-section p {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 20px 0 30px 0;
}

@media screen and (max-width: 768px) {
    body .body-content .setup-section p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

body .body-content .setup-section img {
    margin-top: 20px;
}

body .body-content .setup-section .customized-setup {
    border-right: 1px solid #979797;
    padding-bottom: 40px;
    padding-right: 60px;
}

@media screen and (max-width: 991px) {
    body .body-content .setup-section .customized-setup {
        border-right: none;
        padding-right: 15px;
    }
}

body .body-content .setup-section .express-setup {
    padding-left: 70px;
}

@media screen and (max-width: 991px) {
    body .body-content .setup-section .express-setup {
        padding-left: 15px;
    }
}

body .body-content .setup-section .setup-icon {
    text-align: right;
}

@media screen and (max-width: 991px) {
    body .body-content .setup-section .setup-icon {
        text-align: center;
    }
}

body .body-content .setup-section .setup-description {
    min-height: 100px;
}

@media screen and (max-width: 991px) {
    body .body-content .setup-section .setup-description {
        min-height: 0;
    }
}

body .body-content #customized-setup {
    text-align: center;
    padding-top: 40px;
}

    body .body-content #customized-setup h2 {
        margin: 30px 0 15px 0;
    }

    body .body-content #customized-setup h3 {
        line-height: 1.3;
        font-weight: normal;
        margin: 0 auto;
        max-width: 41%;
    }

body .body-content .express-progress {
    background: #F5F5F5;
    height: 84px;
    text-align: center;
}

    body .body-content .express-progress .step-container {
        display: inline-block;
        float: none;
    }

        body .body-content .express-progress .step-container.disabled {
            color: #9b9b9b;
        }

        body .body-content .express-progress .step-container.active, body .body-content .express-progress .step-container.visited {
            color: #222;
        }

        body .body-content .express-progress .step-container .step-indicator {
            font-weight: bold;
            margin: 5px 0;
        }

        body .body-content .express-progress .step-container .btn-default {
            font-size: 13px;
            font-size: 1.3rem;
            position: relative;
            padding: 10px 28px;
        }

            body .body-content .express-progress .step-container .btn-default.active {
                box-shadow: none;
                background: #DDD;
            }

                body .body-content .express-progress .step-container .btn-default.active:after {
                    content: "";
                    position: absolute;
                    top: 40px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: 0;
                    height: 0;
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-bottom: 15px solid #FFF;
                }

            body .body-content .express-progress .step-container .btn-default.visited {
                background: #BBB;
                opacity: 1;
            }

body .body-content .express-container {
    padding: 0 10px 0 20px;
    /* Step Description */
    /*Contact Card*/
}

    body .body-content .express-container .step-description > h4 {
        margin-top: 25px;
        margin-bottom: 0;
        color: #393939;
    }

    body .body-content .express-container .step-description p.text-small {
        font-size: 13px;
        color: #4a4a4a;
        margin-bottom: 5px;
    }

    body .body-content .express-container .step-description .step-content {
        margin-left: 20px;
    }

        body .body-content .express-container .step-description .step-content .input-group {
            width: 380px;
            height: 40px;
            border-radius: 4px;
            border: 2px solid #cfcfcf;
        }

        body .body-content .express-container .step-description .step-content .input-group-addon {
            border-color: #cfcfcf;
            border-style: solid;
            border-width: 0 0 0 2px;
            visibility: hidden;
        }

        body .body-content .express-container .step-description .step-content input {
            font-size: 18px;
            font-size: 1.8rem;
            border: none;
            font-weight: 300;
            color: #0f0f0f;
        }

    body .body-content .express-container .card {
        min-height: 265px;
        width: 100%;
        border: 1px solid #c5c5c5;
        /*box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.14);*/
        padding: 30px 25px;
        margin-top: 20px;
        border-radius: 16px;
    }

        body .body-content .express-container .card #agent-image {
            float: left;
            margin-right: 10px;
            height: 162px;
            width: 162px;
            /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
        }

        body .body-content .express-container .card h5 {
            margin-bottom: 5px;
        }

        body .body-content .express-container .card p {
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0;
        }

            body .body-content .express-container .card p.fine-print {
                font-size: 13px;
                font-size: 1.3rem;
                color: #666;
                margin-top: 10px;
            }

                body .body-content .express-container .card p.fine-print.m-t-30 {
                    margin-top: 30px;
                }

                body .body-content .express-container .card p.fine-print.m-t-50 {
                    margin-top: 50px;
                }

body .body-content #enter-domain .card {
    margin-top: 45px;
    margin-bottom: 55px;
    overflow: auto;
}

    body .body-content #enter-domain .card img {
        max-width: 85%;
    }

    body .body-content #enter-domain .card h4 {
        color: #393939;
        font-weight: 600;
    }

    body .body-content #enter-domain .card p {
        font-size: 15px;
        font-size: 1.5rem;
        color: #222;
        line-height: 22px;
        margin-top: 20px;
    }

body .body-content #campaign-selection .card {
    margin-top: 30px;
    min-height: inherit;
}

body .body-content .selection-container {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    color: #393939;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    body .body-content .selection-container.deselected {
        color: #9b9b9b;
    }

    body .body-content .selection-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        body .body-content .selection-container input:checked ~ .selection {
            border: 1px solid #359be0;
        }

            body .body-content .selection-container input:checked ~ .selection:after {
                display: block;
            }

            body .body-content .selection-container input:checked ~ .selection.checkmark {
                background-color: #359be0;
            }

    body .body-content .selection-container .selection {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        border: 1px solid #bfbfbf;
    }

        body .body-content .selection-container .selection.radio-button {
            border-radius: 50%;
        }

            body .body-content .selection-container .selection.radio-button:after {
                content: "";
                position: absolute;
                display: none;
                top: 4px;
                left: 4px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #359be0;
            }

        body .body-content .selection-container .selection.checkmark {
            height: 20px;
            width: 20px;
        }

            body .body-content .selection-container .selection.checkmark:after {
                content: "";
                position: absolute;
                display: none;
                left: 7px;
                top: 3px;
                width: 5px;
                height: 10px;
                border: solid white;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    body .body-content .selection-container .fa-info-circle {
        color: #c5d0de;
        margin-left: 5px;
    }

body .body-content .selection-content {
    display: none;
    margin: 10px 0 50px 35px;
}

body .body-content .zip-container {
    margin-left: 20px;
}

    body .body-content .zip-container .zip-code {
        padding: 15px;
        height: 80px;
    }

        body .body-content .zip-container .zip-code input {
            width: 100px;
            height: 34px;
            border-radius: 4px;
            border: 1px solid #c6cfd9;
            margin-left: 10px;
            padding: 10px;
        }

body .body-content #campaignRadius .selection-container {
    font-size: 16px;
    font-size: 1.6rem;
    color: #212121;
}

    body .body-content #campaignRadius .selection-container .selection {
        height: 18px;
        width: 18px;
    }

        body .body-content #campaignRadius .selection-container .selection:after {
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
        }

body .body-content .lines-of-bus {
    /*margin-top: 70px;*/
}

body .body-content .lob-container {
    margin: 15px 0 0 0px;
}

    body .body-content .lob-container .selection-container {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        color: #343434;
        margin-bottom: 0;
    }

body .body-content .tip-container {
    /*max-width: 304px;*/
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 15px;
}

    body .body-content .tip-container .icon {
        position: relative;
        top: -25px;
        left: -25px;
    }

    body .body-content .tip-container .title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 22px;
        margin-top: -25px;
    }

    body .body-content .tip-container .content {
        line-height: 20px;
        color: #484848;
    }

body .body-content #order-details .order-summary {
    border-right: 1px solid #c5c5c5;
    padding-top: 30px;
    padding-bottom: 10px;
}

    body .body-content #order-details .order-summary ul.summary-lob {
        padding-left: 10px;
    }

        body .body-content #order-details .order-summary ul.summary-lob li {
            list-style-type: none;
        }

            body .body-content #order-details .order-summary ul.summary-lob li:before {
                content: "•";
                font-size: 100%;
                padding-right: 20px;
            }

body .body-content #order-details .card {
    /* padding-top: 30px;*/
    min-height: 140px;
    width: 100%;
    border: 1px solid #c5c5c5;
    /*box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.14);*/
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 16px;
    /*padding-bottom: 60px; */
}

    body .body-content #order-details .card #agent-image {
        height: 145px;
        width: 145px;
    }

    body .body-content #order-details .card .info-container {
        font-weight: 300;
        color: #393939;
    }

        body .body-content #order-details .card .info-container .info-item {
            margin-bottom: 10px;
        }

body .body-content #order-details .cost-summary {
    padding: 30px 0 0 10px;
}

    body .body-content #order-details .cost-summary p {
        font-weight: 300;
        letter-spacing: 0.15px;
        line-height: 20px;
    }

        body .body-content #order-details .cost-summary p .emphasis {
            color: #212121;
            font-weight: normal;
            letter-spacing: 0.16px;
        }

body .body-content #order-details .cost-breakdown {
    border: 1px solid #c5c5c5;
    background-color: #fbfbfb;
    padding: 15px 20px;
    color: #393939;
}

    body .body-content #order-details .cost-breakdown h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    body .body-content #order-details .cost-breakdown p {
        text-align: right;
    }

    body .body-content #order-details .cost-breakdown tr.subsidy {
        border-bottom: 1px solid #b0b0b0;
    }

        body .body-content #order-details .cost-breakdown tr.subsidy p {
            color: #E1261C;
        }

    body .body-content #order-details .cost-breakdown tr.total td, body .body-content #order-details .cost-breakdown tr.total td h4 {
        font-weight: 600;
    }

    body .body-content #order-details .cost-breakdown tr td {
        border-top: none;
        vertical-align: middle;
        padding: 0;
    }

body .body-content #order-details #order-details-terms {
    text-align: center;
    /*    max-width: 80%;
  margin: 0 auto;*/
}

    body .body-content #order-details #order-details-terms h4 {
        margin: 60px 0 40px 0;
    }

    body .body-content #order-details #order-details-terms .terms-heading {
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    body .body-content #order-details #order-details-terms .terms-content, body .body-content #order-details #order-details-terms .terms-confirmation {
        text-align: left;
        max-width: 85%;
        margin: 0 auto;
    }

    body .body-content #order-details #order-details-terms #terms-checkbox {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 60px 0 30px 0;
    }

    body .body-content #order-details #order-details-terms #name-date {
        margin-top: 50px;
    }

        body .body-content #order-details #order-details-terms #name-date label {
            text-align: left;
        }

        body .body-content #order-details #order-details-terms #name-date input {
            border: none;
            border-bottom: 1px solid #000;
            border-radius: 0;
            box-shadow: none;
        }

            body .body-content #order-details #order-details-terms #name-date input:read-only {
                background: #FFF;
            }

        body .body-content #order-details #order-details-terms #name-date #date-UTC {
            font-weight: bold;
            display: inline-block;
            padding: 6px 12px;
        }

    body .body-content #order-details #order-details-terms #accept-button {
        text-transform: capitalize;
        font-weight: 400;
        padding: 6px 25px;
        min-width: 90px;
    }

        body .body-content #order-details #order-details-terms #accept-button.disabled {
            background-color: #9b9b9b;
            border: 1px solid #9b9b9b;
        }

body .body-content #payment-options .form-field {
    margin-top: 40px;
}

    body .body-content #payment-options .form-field select {
        /*Hiding default dropdown caret*/
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

        body .body-content #payment-options .form-field select::-ms-expand {
            display: none;
        }

        body .body-content #payment-options .form-field select + i.fa {
            float: right;
            margin-top: -25px;
            margin-right: 10px;
            pointer-events: none;
            color: #7A7A7A;
            padding-right: 5px;
        }

body .body-content #payment-options #credit-payment-options {
    margin-top: 15px;
}

body .body-content #payment-options #check-checkbox {
    font-size: 16px;
    font-size: 1.6rem;
}

body .body-content #payment-options .pay-now {
    text-transform: capitalize;
    margin-top: 50px;
    width: 100%;
}

body .body-content #payment-options #check-image {
    position: absolute;
    left: 100px;
    top: 15px;
}

    body .body-content #payment-options #check-image.personal {
        background: #D8D8D8 url(../images/USChequePer.jpg) no-repeat;
        background-size: cover;
        width: 312px;
        height: 160px;
    }

    body .body-content #payment-options #check-image.corporate {
        background: #D8D8D8 url(../images/USChequeBus.jpg) no-repeat;
        background-size: cover;
        width: 312px;
        height: 160px;
    }

body .body-content .errorModal .modal-header {
    background: #E1261C;
}

    body .body-content .errorModal .modal-header .close {
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: normal;
        color: #FFF;
        text-shadow: none;
        opacity: 1;
    }

    body .body-content .errorModal .modal-header .modal-title {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #FFF;
    }

body .body-content .errorModal .modal-content .error-icon {
    float: left;
    margin: 20px 30px;
}

body .body-content .errorModal .modal-content .error-message {
    max-width: 100%;
    margin: 20px 155px;
}

body .body-content #confirmation {
    text-align: center;
    padding-top: 55px;
}

    body .body-content #confirmation h4 {
        margin-top: 50px;
    }

    body .body-content #confirmation .confirmation-content #DAC-logo-rgb {
        height: 48px;
        width: auto;
        margin: 30px auto;
    }

    body .body-content #confirmation .confirmation-content p {
        font-size: 18px;
        font-size: 1.8rem;
    }

body .body-content .navigation-buttons {
    margin: 45px auto;
}

    body .body-content .navigation-buttons #back-button {
        font-size: 16px;
        font-size: 1.6rem;
        background: #9b9b9b;
        border: 1px solid #9b9b9b;
        text-transform: uppercase;
        font-weight: 600;
        padding: 12px 15px;
        min-width: 170px;
        margin-right: 5px;
        color: #FFF;
    }

        body .body-content .navigation-buttons #back-button:hover {
            background: #828282;
            border: 1px solid #828282;
        }

body .body-content .contact-us .phone-icon {
    background: #f0f0f0;
    border-radius: 50%;
    padding: 10px;
}

body .body-content .phone-icon-text {
    color: #212121;
    margin-top: 15px;
}

body .body-content .error-icon {
    margin-top: 50px;
}

body .body-content .error-title {
    font-size: 36px;
    font-size: 3.6rem;
    color: #E1261C;
    font-weight: bold;
    margin-bottom: 25px;
}

body .body-content .error-message {
    max-width: 600px;
    margin: 0 auto 50px;
}

    body .body-content .error-message h3 {
        line-height: 1.4;
        margin: 0;
    }

body .body-content .form-group {
    margin-bottom: 0;
}

body .body-content .error {
    font-size: 13px;
    font-size: 1.3rem;
    color: #d80b00;
    font-weight: normal;
}

body .body-content .form-control:focus {
    box-shadow: none;
}

body .body-content .input-group-addon.error {
    background: #FFF url("../images/error-icon.svg") no-repeat center;
}

body .body-content .input-group-addon.valid {
    background: #FFF url("../images/checkmark-icon.svg") no-repeat center;
}

/* FOOTER */
footer {
    font-size: 12px;
    font-size: 1.2rem;
    /*TODO: add text-small in HTML*/
    height: 100px;
}

@media screen and (max-width: 991px) {
    footer {
        text-align: center;
    }
}

footer .footer-container {
    position: relative;
    top: 42%;
    padding-left: 30px;
}

@media screen and (max-width: 991px) {
    footer .footer-container {
        padding-left: 0;
    }
}

footer .footer-container, footer .footer-container #footer-links a {
    color: #dbdbdb;
}

    footer .footer-container ul {
        display: inline;
        margin-left: 10px;
    }

@media screen and (max-width: 991px) {
    footer .footer-container ul {
        display: block;
    }
}

footer .footer-container ul li + li:before {
    content: "|";
    padding-right: 15px;
}

body .body-content .express-container .cardSmall {
    min-height: 119px;
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 16px;
    /* make element inline flex-container */
    /* this will make its children flex-items */
    display: inline-flex;
    /* align-items items in column */
    flex-direction: row;
    /* center items horizontally */
    align-items: center;
}

    body .body-content .express-container .cardSmall .button {
        border: 2px solid #2962ff;
        padding: 10px 22px 10px 22px;
        border-radius: 4px;
        color: #2962ff;
    }

    body .body-content .express-container .cardSmall .divlink {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

body .body-content .express-container .contentcard {
    border: 1px solid #c5c5c5;
    padding: 10px 15px;
    margin-top: 20px;
}

/* Privacy Policy */
#terms-conditions br {
    line-height: 30px;
}

#terms-conditions ol li {
    margin-bottom: 30px;
}

#terms-conditions ol ol li {
    margin-bottom: 10px;
}

.program {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 14px;
    width: 850px;
    height: 210px;
    border: 1px solid #BEBEBE;
    border-radius: 16px;
}

.enrolledProgram {
    background: #F3F3F3;
}

.callmebox {
    /* Frame 13 */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    /* gap: 32px;*/
    /*  position: absolute;*/
    /* width: 345.43px;
  height: 394.63px;*/
    /* left: 834px;
  top: 239px;*/
    border: 2px solid rgba(53, 155, 224, 0.25);
    border-radius: 16px;
}

.callmeButton {
    border: 2px solid #359BE0;
    border-radius: 4px;
    width: 80px;
}

.disabledText {
    font-family: Open Sans, Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    color: #777777;
}

.heading2 {
    position: relative;
    width: 100%;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .heading2 span {
        background: #fff;
    }

/*.heading2:after {
z-index: -1;
position: absolute;*/
/* Change "right: 0" to "left: 0" for left side line */
/*right: 0;
content: '';
width: 100%;
border-bottom: 1px solid #777777;
}*/
.readMorebutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    /* color: #069;*/
    text-decoration: underline;
    cursor: pointer;
}

.italicText {
    font-family: Open Sans, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #767676;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.fine-print {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    margin-top: 10px;
}

.emphasis {
    color: #212121;
    font-weight: normal;
    letter-spacing: 0.16px;
}

.PaymentSummary {
    min-height: 300px;
    border: 1px solid #c5c5c5;
    /*box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.14);*/
    padding: 30px 25px 25px 20px;
    margin-top: 20px;
}

.center-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.loader-sm {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-text:hover {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
}

.scrollable-y {
    max-height: 90vh !important;
    overscroll-behavior-y: auto !important;
    overflow: scroll !important;
}
