@import url("https://fonts.googleapis.com/css?family=Lato|Source+Code+Pro:700|Open+Sans&display=swap");
/*$site-max-width: 1280px !default;*/
html, body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 100%;
    color: #444444;
    background-color: #eff2f3;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

p {
    color: #444444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

body {
    background-color: #eff2f3;
    display: flex;
    flex-direction: column;
}

a {
    color: #00529c;
}

    a:hover {
        text-decoration: none !important;
    }

input.form-control:focus, input.form-control:active {
    outline: none;
    box-shadow: none;
}

@media only screen and (min-width: 62em) {
    .container {
        /*max-width: $site-max-width;*/
        width: 100%;
        max-width: 1480px;
        min-width: 1280px;
    }
}

#cc-body {
    padding: 48px 0 120px;
    flex: 1 0 auto;
    margin-top: 0;
}

    #cc-body.cc-body-sticky {
        margin-top: 180px;
    }

    #cc-body.cc-body-white {
        background-color: #ffffff;
    }

.sub-footer {
    display: block;
    width: 70%;
    margin: auto;
}

.cc-alert-container {
    margin-top: 1rem;
}

    .cc-alert-container.cc-alert-container__inner {
        margin: 0 0 3rem 0;
        padding: 0;
    }

        .cc-alert-container.cc-alert-container__inner div, .cc-alert-container.cc-alert-container__inner .cc-alert-accordion {
            text-align: left !important;
        }

            .cc-alert-container.cc-alert-container__inner div .alert-download-link, .cc-alert-container.cc-alert-container__inner .cc-alert-accordion .alert-download-link {
                margin: 0 1rem;
            }

                .cc-alert-container.cc-alert-container__inner div .alert-download-link::before, .cc-alert-container.cc-alert-container__inner .cc-alert-accordion .alert-download-link::before {
                    display: inline-block;
                    content: '';
                    vertical-align: middle;
                    -moz-border-radius: 0.15rem;
                    -webkit-border-radius: 0.15rem;
                    border-radius: 0.15rem;
                    height: 0.3rem;
                    width: 0.3rem;
                    margin-right: 0.5rem;
                    background-color: #ffffff;
                }

    .cc-alert-container .alert {
        position: relative;
        text-align: left;
        margin-bottom: 0;
    }

        .cc-alert-container .alert a {
            text-decoration: underline;
            color: #444444;
        }

            .cc-alert-container .alert a:hover {
                color: #444444;
            }

        .cc-alert-container .alert.cc-success a, .cc-alert-container .alert.cc-error a, .cc-alert-container .alert.cc-info a {
            color: #ffffff;
        }

        .cc-alert-container .alert .alert-control {
            position: absolute;
            right: .75rem;
            font-size: 1.2rem;
            cursor: pointer;
            margin-top: 2px;
        }

    .cc-alert-container.cc-alert-container__multiple .alert {
        cursor: pointer;
    }

    .cc-alert-container.cc-alert-container__multiple.cc-alert-container__multiple-opened .alert {
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
        border-radius: .25rem .25rem 0 0;
        border-bottom: none;
    }

    .cc-alert-container.cc-alert-container__multiple.cc-alert-container__multiple-opened .cc-alert-accordions {
        display: block;
    }

    .cc-alert-container.cc-alert-container__shadowed .alert {
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

    .cc-alert-container .cc-alert-accordions {
        position: relative;
        z-index: 1;
        display: none;
        width: 100%;
        padding: 0 .75rem 5px .75rem;
        border-radius: 0 0 .25rem .25rem;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

        .cc-alert-container .cc-alert-accordions a {
            text-decoration: underline;
            color: #444444;
        }

            .cc-alert-container .cc-alert-accordions a:hover {
                color: #444444;
            }

        .cc-alert-container .cc-alert-accordions.accordion-success .cc-alert-accordion, .cc-alert-container .cc-alert-accordions.accordion-error .cc-alert-accordion, .cc-alert-container .cc-alert-accordions.accordion-info .cc-alert-accordion {
            color: #ffffff;
        }

            .cc-alert-container .cc-alert-accordions.accordion-success .cc-alert-accordion a, .cc-alert-container .cc-alert-accordions.accordion-error .cc-alert-accordion a, .cc-alert-container .cc-alert-accordions.accordion-info .cc-alert-accordion a {
                color: #ffffff;
            }

                .cc-alert-container .cc-alert-accordions.accordion-success .cc-alert-accordion a:hover, .cc-alert-container .cc-alert-accordions.accordion-error .cc-alert-accordion a:hover, .cc-alert-container .cc-alert-accordions.accordion-info .cc-alert-accordion a:hover {
                    color: #ffffff;
                }

        .cc-alert-container .cc-alert-accordions.accordion-success {
            background-color: #007000;
        }

        .cc-alert-container .cc-alert-accordions.accordion-warning {
            background-color: #F5DB1F;
        }

            .cc-alert-container .cc-alert-accordions.accordion-warning .cc-alert-accordion {
                border-top: 1px solid rgba(255, 255, 255, 0.4);
            }

        .cc-alert-container .cc-alert-accordions.accordion-error {
            background-color: #B90909;
        }

        .cc-alert-container .cc-alert-accordions.accordion-info {
            background-color: #00529c;
        }

        .cc-alert-container .cc-alert-accordions.accordion-secondary {
            background-color: #e2e3e5;
            border-right: 1px solid #d6d8db;
            border-left: 1px solid #d6d8db;
            border-bottom: 1px solid #d6d8db;
        }

            .cc-alert-container .cc-alert-accordions.accordion-secondary .cc-alert-accordion {
                border-top: 1px solid rgba(0, 0, 0, 0.05);
            }

        .cc-alert-container .cc-alert-accordions.accordion-light {
            background-color: #fefefe;
        }

            .cc-alert-container .cc-alert-accordions.accordion-light .cc-alert-accordion {
                border-top: 1px solid rgba(0, 0, 0, 0.05);
            }

        .cc-alert-container .cc-alert-accordions.accordion-dark {
            background-color: #d6d8d9;
            border-right: 1px solid #c6c8ca;
            border-left: 1px solid #c6c8ca;
            border-bottom: 1px solid #c6c8ca;
        }

            .cc-alert-container .cc-alert-accordions.accordion-dark .cc-alert-accordion {
                border-top: 1px solid rgba(0, 0, 0, 0.05);
            }

        .cc-alert-container .cc-alert-accordions.cc-alert-accordions__with-table .cc-alert-accordion {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
        }

        .cc-alert-container .cc-alert-accordions .cc-alert-accordion {
            position: relative;
            display: block;
            width: auto;
            padding: .5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            text-align: left;
        }

            .cc-alert-container .cc-alert-accordions .cc-alert-accordion.cc-alert-accordion__table {
                padding-top: 0;
                border: none;
            }

                .cc-alert-container .cc-alert-accordions .cc-alert-accordion.cc-alert-accordion__table a {
                    color: #00529c;
                    text-decoration: none;
                }

                    .cc-alert-container .cc-alert-accordions .cc-alert-accordion.cc-alert-accordion__table a:hover {
                        color: #00529c;
                    }

            .cc-alert-container .cc-alert-accordions .cc-alert-accordion .alert-table {
                flex: 1 1 auto;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                margin-right: 1.5rem;
                margin-left: -1rem;
            }

                .cc-alert-container .cc-alert-accordions .cc-alert-accordion .alert-table div {
                    padding: 0 1rem;
                    border-left: 1px solid rgba(255, 255, 255, 0.2);
                    min-width: 15%;
                }

                    .cc-alert-container .cc-alert-accordions .cc-alert-accordion .alert-table div.alert-table__title {
                        flex: 1 1 auto;
                        border: none;
                    }

            .cc-alert-container .cc-alert-accordions .cc-alert-accordion:first-of-type {
                margin-top: 0;
            }

            .cc-alert-container .cc-alert-accordions .cc-alert-accordion .cc-alert-accordion__alert-control {
                position: absolute;
                right: 3px;
                font-size: 1.2rem;
                cursor: pointer;
                margin-top: 2px;
            }

.alert-control {
    cursor: pointer;
}

.cc-site-alert {
    text-align: center;
    padding: 12px 4px;
    font-weight: 600;
    font-size: 1.1rem;
}

/*.close-hidden {
    display: none;
}

.alert-dropdown-container {
    position: absolute;
    z-index: 50;
    display: none;
    width: 100%;
    max-width: 1480px;
    margin: auto;
    left: 0px;
    right: 0px;
    //    width: 100.15%;
    //margin: 0px -1rem -8px -1.3rem;
    // margin: 3px -1rem -8px -1.3rem;
    background-color: #F5DB1F;
    padding: 4px 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 9px 0px;
    -moz-border-radius: 0 0 .25rem .25rem;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;

    .multiple-alert {
        margin: 4px 2px 0 2px;
        //            font-weight: normal;
        font-size: .9rem;
        color: $text-color;
        padding: .35rem .75rem;
        background-color: transparent;
        //            background-color: rgba(255,255,255,.5);
        border: 2px solid rgba(255,255,255,.75);


        .close {
            line-height: .7;
        }

        &.urgent {
            color: $color-error-bg;
        }
    }
}*/
.cc-color-orange {
    color: #f47421;
}

.cc-color-blue-light {
    color: #0098D6;
}

.cc-success {
    background-color: #007000 !important;
    color: #E6E7E8 !important;
}

.cc-success-text {
    color: #E6E7E8 !important;
}

.cc-error {
    background-color: #B90909 !important;
    color: #E6E7E8 !important;
}

.cc-error-text {
    color: #E6E7E8 !important;
}

.cc-warning {
    background-color: #F5DB1F !important;
    color: #2E343D !important;
}

.cc-warning-text {
    color: #2E343D !important;
}

.cc-info {
    background-color: #00529c !important;
    color: #E6E7E8 !important;
}

.cc-info-text {
    color: #E6E7E8 !important;
}

.cc-controls {
    padding: 24px 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

    .cc-controls .left .btn-link,
    .cc-controls .right .btn-link {
        font-size: 14px;
    }

    .cc-controls .btn:last-child {
        color: #ffffff;
        background-color: #00529c;
    }

        .cc-controls .btn:last-child.btn-glow {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

            .cc-controls .btn:last-child.btn-glow.disabled, .cc-controls .btn:last-child.btn-glow:disabled {
                box-shadow: none;
            }

    .cc-controls .right {
        margin-left: auto;
    }

        .cc-controls .right a {
            margin-left: 48px;
        }

        .cc-controls .right .btn {
            margin-left: 48px;
        }

    .cc-controls .center {
        margin-left: auto;
        margin-right: auto;
    }

        .cc-controls .center + .right {
            margin-left: 0;
        }

    .cc-controls.sticky {
        position: fixed;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 112px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    }

        .cc-controls.sticky.sticky-stretch {
            bottom: -32px;
        }

.cc-controls-footer-links {
    background-color: #535353;
    padding: 6px 0;
    margin-top: 20px;
    color: #fff;
    font-size: .85rem;
}

    .cc-controls-footer-links a, .cc-controls-footer-links :hover {
        color: #fff;
        font-size: .85rem;
    }

.btn-link {
    text-decoration: underline;
    color: #444444;
}

.btn.disabled, .btn:disabled {
    opacity: 1 !important;
    color: #a5a5a5 !important;
    background-color: #dddddd !important;
    border-color: #dddddd !important;
}

.btn, a.btn {
    font-size: 14px;
    text-transform: uppercase;
}

.btn {
    border-radius: 5px;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border: none;
    padding: 8px 24px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn-large {
    width: 100%;
}

.btn-sm {
    padding: 4px 12px;
    font-size: 10px;
}

.btn-white {
    background-color: #ffffff;
    color: #444444;
    border: 2px solid transparent;
}

    .btn-white i {
        color: #00529c;
    }

.btn-white-outline {
    border: solid 1px white;
    color: #444444;
    background-color: transparent;
}

.btn-grey-outline {
    color: #00529c;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: none;
}

    .btn-grey-outline.btn-sm {
        font-size: 10px;
    }

    .btn-grey-outline.btn-md {
        padding: 8px 1rem;
    }

    .btn-grey-outline:hover {
        color: #001c36;
        background-color: #f7f7f7;
    }

.btn-blue {
    background-color: #00529c;
    color: #ffffff;
}

    .btn-blue:hover {
        color: #ffffff;
        background-color: #003f78;
    }

.btn-group .btn-blue {
    border-right: 2px solid #fff;
}

    .btn-group .btn-blue:last-child {
        border-right: none;
    }

.btn-light-blue {
    background-color: #0098D6;
    color: #ffffff;
}

    .btn-light-blue:hover {
        color: #ffffff;
    }

.btn-orange, .btn-grey-outline.active {
    background-color: #d86010;
    color: #ffffff;
}

    .btn-orange:hover, .btn-grey-outline.active:hover {
        color: #ffffff;
    }

.btn-checkbox .custom-control-label {
    cursor: pointer;
    min-width: 116px;
}

    .btn-checkbox .custom-control-label:before, .btn-checkbox .custom-control-label:after {
        display: none;
    }

.btn-checkbox .custom-control-input:checked ~ .custom-control-label {
    background-color: #f47421;
    color: #ffffff;
}

ul.cc-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.cc-ul li {
        list-style: square;
        margin-left: 18px;
    }

        ul.cc-ul li ul {
            margin: 0;
            padding: 0;
        }

        ul.cc-ul li.plain {
            list-style: none;
            margin-left: 0;
        }

ol.cc-ol {
    margin: 0;
    padding: 0;
}

    ol.cc-ol li {
        margin-left: 18px;
    }

        ol.cc-ol li.plain {
            list-style: none;
            margin-left: 0;
        }

.cc-b-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .cc-b-list > li b {
        display: inline-block;
        min-width: 35px;
    }

    .cc-b-list > li + li {
        margin-top: 5px;
    }

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?ie8lhs");
    src: url("fonts/icomoon.eot?ie8lhs#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ie8lhs") format("truetype"), url("fonts/icomoon.woff?ie8lhs") format("woff"), url("fonts/icomoon.svg?ie8lhs#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="cc-icon-"], [class*=" cc-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cc-icon-chiro:before {
    content: "\e900";
}

.modal-dialog {
    max-width: 620px;
    margin: 2.75rem auto;
}

    .modal-dialog.small {
        max-width: 400px;
    }

    .modal-dialog .modal-content {
        border: none;
    }

        .modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-body, .modal-dialog .modal-content .modal-footer {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .modal-dialog .modal-content .modal-header {
            border-bottom: none;
        }

        .modal-dialog .modal-content .modal-body {
            font-size: 0.9rem;
        }

            .modal-dialog .modal-content .modal-body .cc-logo-wrapper {
                margin-bottom: 24px;
            }

                .modal-dialog .modal-content .modal-body .cc-logo-wrapper img {
                    max-height: 160px;
                    max-width: 300px;
                }

            .modal-dialog .modal-content .modal-body .cc-timer-wrapper {
                text-align: center;
                margin: 0rem;
            }

                .modal-dialog .modal-content .modal-body .cc-timer-wrapper .time {
                    font-size: 4rem;
                    font-family: "Source Code Pro", monospace;
                    line-height: 3.4rem;
                    color: #3c3e53;
                    font-weight: 700;
                }

                .modal-dialog .modal-content .modal-body .cc-timer-wrapper .time-indicator {
                    color: #81848c;
                    font-size: 1rem;
                }

        .modal-dialog .modal-content .modal-footer {
            background-color: #eff2f3;
            border-top: none;
            justify-content: flex-end;
        }

            .modal-dialog .modal-content .modal-footer .btn-blue {
                margin: 0 0 0 24px;
            }

.badge {
    padding: 4px 8px;
    border-radius: 1rem;
    margin-left: .15rem;
    position: relative;
    top: -1px;
    font-size: 70%;
}

.alert-warning {
    border-color: #d86010;
    background-color: #fdefe5;
    color: #444444;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    /* The slider */
    /* Hide default HTML checkbox */
}

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #adb5bd;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        /* Rounded sliders */
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 4px;
            bottom: 2px;
            background-color: #adb5bd;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .switch .slider.round {
            border-radius: 30px;
        }

            .switch .slider.round:before {
                border-radius: 50%;
            }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .switch input:checked + .slider {
            background-color: #00529c;
            border-color: #00529c;
        }

            .switch input:checked + .slider:before {
                -webkit-transform: translateX(28px);
                -ms-transform: translateX(28px);
                transform: translateX(28px);
                background-color: #fff;
            }

        .switch input:focus + .slider {
            box-shadow: 0 0 1px #00529c;
        }

.file-upload-custom input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.files-list {
    list-style: none;
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #cccccc;
}

    .files-list > li {
        display: block;
    }

        .files-list > li .remove-file {
            float: right;
            cursor: pointer;
        }

        .files-list > li + li {
            margin-top: 5px;
        }

.vertical-middle {
    vertical-align: middle;
}

.cc-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

    .cc-loader .loader-content {
        width: 100%;
        max-width: 230px;
        text-align: center;
    }

        .cc-loader .loader-content h5 {
            margin-top: 1.6rem;
            font-size: 1.0rem;
        }

            .cc-loader .loader-content h5 span:first-child {
                margin-left: 0.14rem;
            }

.cc-loader-img {
    position: relative;
    display: inline-block;
}

.cc-loader-pulse, .cc-loader-pulse-outer {
    -webkit-animation-duration: 2.0s;
    -moz-animation-duration: 2.0s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cc-loader-pulse-outer {
    animation-timing-function: ease-in;
}

.cc-loader .progress {
    height: 8px;
}

.cc-loader.loader-orange .progress-bar {
    background-color: #f47422;
}

.cc-loader.loader-orange .cc-loader-pulse {
    -webkit-animation-name: loading-pulse;
    -moz-animation-name: loading-pulse;
}

.cc-loader.loader-orange .cc-loader-pulse-outer {
    -webkit-animation-name: loading-pulse-outer;
    -moz-animation-name: loading-pulse-outer;
}

.cc-loader.loader-green .progress-bar {
    background-color: #9ecb3b;
}

@keyframes loading-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.7);
        box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.7);
    }

    50% {
        -moz-box-shadow: 0 0 0 24px rgba(244, 116, 34, 0);
        box-shadow: 0 0 0 24px rgba(244, 116, 34, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.02);
        box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.02);
    }
}

@keyframes loading-pulse-outer {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.3);
        box-shadow: 0 0 0 0 rgba(244, 116, 34, 0.3);
    }

    65% {
        -moz-box-shadow: 0 0 0 24px rgba(244, 116, 34, 0);
        box-shadow: 0 0 0 24px rgba(244, 116, 34, 0);
    }

    95% {
        -moz-box-shadow: 0 0 0 48px rgba(244, 116, 34, 0);
        box-shadow: 0 0 0 48px rgba(244, 116, 34, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 116, 34, 0);
        box-shadow: 0 0 0 0 rgba(244, 116, 34, 0);
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes cc-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Standard syntax */
@keyframes cc-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cc-fade {
    -webkit-animation-name: cc-fade;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: cc-fade;
    animation-duration: 1s;
}

.loading .one,
.loading .two,
.loading .three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    animation: dot 1.3s infinite;
}

.loading .one {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.loading .two {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading .three {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cc-floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

    .cc-floating-sidebar .floating-sidebar-btn {
        padding: 10px;
        width: 75px;
        line-height: 1em;
        font-size: 12px;
        text-align: center;
        display: block;
        text-transform: capitalize;
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -ms-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }

        .cc-floating-sidebar .floating-sidebar-btn i {
            font-size: 2em;
            margin-bottom: 5px;
        }

        .cc-floating-sidebar .floating-sidebar-btn:hover {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    .cc-floating-sidebar.cc-helpbug-sidebar-button {
        top: 150px;
    }

#pageContent {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}

.cc-helpbug-button__icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: .25rem;
    background-color: #f47421;
    margin-bottom: .5rem;
}

.blue-chiro-icon {
    fill: #00529c !important;
}

.orange-icon {
    color: #f47421;
}

.green-icon {
    color: #62bc74;
}

.green-icon-large {
    font-size: 20px;
}

header#cc-header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 85px;
    background-color: #eff2f3;
    border-bottom: 6px solid #00529c;
}

    header#cc-header.site-header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 997;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

    header#cc-header .cc-header__wrapper {
        background-repeat: no-repeat;
        min-height: 88px;
    }

        header#cc-header .cc-header__wrapper .navbar-brand {
            margin-right: 2rem;
        }

            header#cc-header .cc-header__wrapper .navbar-brand img {
                max-width: 260px;
            }

    header#cc-header .cc-header__main-nav {
        padding: 14px 0;
    }

        header#cc-header .cc-header__main-nav .navbar-nav .nav-item + .nav-item {
            margin-left: 8px;
        }

        header#cc-header .cc-header__main-nav .navbar-nav .nav-item .nav-link {
            font-weight: 600;
            color: #444444;
            font-size: 0.96rem;
        }

        header#cc-header .cc-header__main-nav .navbar-nav .dropdown.show .dropdown-toggle {
            color: #00529c;
        }

        header#cc-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu {
            border: none;
            border-radius: .15rem;
            -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
        }

            header#cc-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, header#cc-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
                color: #00529c;
            }

.sticky-main-nav {
    position: relative;
    display: none;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 1rem;
}

    .sticky-main-nav .sticky-main-nav__hamburger {
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 .4rem;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 2px solid #ABB7CA;
        color: #00529c;
        font-size: 20px;
    }

        .sticky-main-nav .sticky-main-nav__hamburger:hover {
            color: #f47421;
        }

        .sticky-main-nav .sticky-main-nav__hamburger.sticky-main-nav__hamburger-active {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            background-color: #dee2e6;
            border-color: #dee2e6;
            color: #f47421;
            box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
        }

    .sticky-main-nav .sticky-main-nav__menu {
        display: none;
        position: absolute;
        left: 32px;
        top: 0;
        z-index: 1000;
        padding: .5rem 1rem;
        background-color: #dee2e6;
        -moz-border-radius: 0 4px 4px 4px;
        -webkit-border-radius: 0 4px 4px 4px;
        border-radius: 0 4px 4px 4px;
        list-style-type: none;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
    }

        .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item {
            position: relative;
            white-space: nowrap;
            min-width: 200px;
        }

            .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav-anchor {
                display: block;
                width: 100%;
                padding: .25rem .5rem;
                border-left: 1px solid #dee2e6;
                border-bottom: 1px solid #444;
                z-index: 2;
            }

                .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav-anchor.sticky-main-nav__dropdown-menu-active {
                    position: relative;
                    color: #f47421 !important;
                    background-color: #ffffff !important;
                    border-left: 1px solid #444;
                    z-index: 10;
                    border-color: #444 !important;
                }

                .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav-anchor:hover {
                    color: #f47421;
                    background-color: #ffffff;
                }

            .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item:last-of-type a {
                border-bottom-color: #dee2e6;
            }

            .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav__dropdown-menu {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: space-between;
            }

            .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav__dropdown {
                position: absolute;
                top: 0;
                display: none;
                flex-flow: column;
                align-items: flex-start;
                padding: 0;
                min-width: 200px;
                z-index: 5;
                padding: 0 1rem;
                background-color: #FFF;
                border: 1px solid #000;
                margin-top: -1px;
                -moz-border-radius: 0 4px 4px 4px;
                -webkit-border-radius: 0 4px 4px 4px;
                border-radius: 0 4px 4px 4px;
                box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
            }

                .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav__dropdown a {
                    display: block;
                    width: 100%;
                    padding: .25rem .5rem;
                    white-space: nowrap;
                    border-bottom: 1px solid #444;
                }

                    .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav__dropdown a:last-of-type {
                        border: none;
                    }

                    .sticky-main-nav .sticky-main-nav__menu .sticky-main-nav__menu-item .sticky-main-nav__dropdown a:hover {
                        color: #f47421;
                        background-color: #ffffff;
                    }

#cc-subheader {
    position: relative;
    left: 0;
    z-index: 998;
    padding: 42px 0 0;
    width: 100%;
    background-color: #ffffff !important;
}

    #cc-subheader.cc-subheader-nonav {
        padding-bottom: 42px;
    }

    #cc-subheader.site-subheader-sticky {
        position: fixed;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
        padding-top: .5rem;
    }

        #cc-subheader.site-subheader-sticky .container .row .col-md-12 {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
        }

        #cc-subheader.site-subheader-sticky .container .row h2 {
            font-size: 22px;
            margin-bottom: 0;
        }

        #cc-subheader.site-subheader-sticky .container .cc-subheader__tabs {
            margin-top: 0;
        }

            #cc-subheader.site-subheader-sticky .container .cc-subheader__tabs .nav-links {
                padding-top: 0;
            }

    #cc-subheader.site-subheader-sticky-sub {
        position: fixed;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.25);
        padding-top: .5rem;
    }

        #cc-subheader.site-subheader-sticky-sub .sticky-main-nav {
            display: flex;
        }

        #cc-subheader.site-subheader-sticky-sub .container .row {
            padding-bottom: .5rem;
            /*.col-md-12 {
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
      }*/
        }

            #cc-subheader.site-subheader-sticky-sub .container .row .subheader-title {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
            }

                #cc-subheader.site-subheader-sticky-sub .container .row .subheader-title p {
                    margin-bottom: 0;
                }

            #cc-subheader.site-subheader-sticky-sub .container .row h2 {
                font-size: 22px;
                margin-bottom: 0;
            }

        #cc-subheader.site-subheader-sticky-sub .container .cc-subheader__tabs {
            margin-top: 0;
        }

            #cc-subheader.site-subheader-sticky-sub .container .cc-subheader__tabs .nav-links {
                padding-top: 0;
            }

    #cc-subheader h2 {
        font-size: 1.9rem;
        color: #444444;
    }

    #cc-subheader p {
        font-size: 15px;
        color: #444444;
    }

    #cc-subheader .cc-subheader__menu {
        display: flex;
        justify-content: flex-end;
    }

        #cc-subheader .cc-subheader__menu .btn.primary, #cc-subheader .cc-subheader__menu .btn.secondary {
            -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
        }

        #cc-subheader .cc-subheader__menu .btn.primary {
            border-style: solid;
            border-width: 1px;
            background-color: #00529c;
            border-color: #00529c;
            color: #ffffff;
        }

        #cc-subheader .cc-subheader__menu .dd-transparent .btn.secondary {
            border-style: solid;
            border-width: 1px;
            min-width: 84px;
            background-color: #ffffff;
            border-color: #00529c;
            color: #00529c;
        }

    #cc-subheader .cc-subheader__tabs {
        margin-top: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        #cc-subheader .cc-subheader__tabs .nav-link {
            font-size: 15px;
            border-bottom: 4px solid transparent;
            padding-bottom: 6px;
            color: #444444;
        }

            #cc-subheader .cc-subheader__tabs .nav-link.active, #cc-subheader .cc-subheader__tabs .nav-link:focus {
                font-weight: 600;
                border-bottom: 5px solid;
                padding-bottom: 8px;
                color: #444444;
                border-bottom-color: #00529c;
            }

            #cc-subheader .cc-subheader__tabs .nav-link.disabled {
                color: #cccccc;
            }

    #cc-subheader .cc-subheader__progressive-tabs {
        padding: 13px 0;
        margin-top: 30px;
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #cccccc;
        background: linear-gradient(#fff 0%, #EFF2F3 70%, #EFF2F3 100%);
    }

        #cc-subheader .cc-subheader__progressive-tabs a {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 5px;
            opacity: 0.4;
            font-size: 15px;
            font-weight: 400;
            color: #444444;
            position: relative;
        }

            #cc-subheader .cc-subheader__progressive-tabs a.active {
                font-weight: 600;
                background-color: #00529c;
                color: #ffffff;
            }

                #cc-subheader .cc-subheader__progressive-tabs a.active span {
                    border-width: 2px;
                    border-style: solid;
                    width: 28px;
                    height: 28px;
                    display: inline-block;
                    border-radius: 50%;
                    margin-right: 9px;
                    font-size: 15px;
                    text-align: center;
                    color: #ffffff;
                    line-height: 27px;
                    border-color: #ffffff;
                    font-weight: 600;
                }

                #cc-subheader .cc-subheader__progressive-tabs a.active:after {
                    content: '';
                    display: block;
                    width: 0;
                    height: 0;
                    border-width: 12px 0 12px 12px;
                    border-style: solid;
                    position: absolute;
                    right: -12px;
                    top: 50%;
                    margin-top: -12px;
                    border-color: transparent transparent transparent #00529c;
                }

            #cc-subheader .cc-subheader__progressive-tabs a.prev, #cc-subheader .cc-subheader__progressive-tabs a.active {
                opacity: 1;
            }

            #cc-subheader .cc-subheader__progressive-tabs a span {
                border-width: 2px;
                border-style: solid;
                width: 28px;
                height: 28px;
                display: inline-block;
                border-radius: 50%;
                margin-right: 9px;
                font-size: 15px;
                text-align: center;
                color: #444444;
                line-height: 27px;
                border-color: #444444;
            }

        #cc-subheader .cc-subheader__progressive-tabs.v2 a {
            padding: 15px 10px 15px 25px;
            margin-right: 15px;
        }

            #cc-subheader .cc-subheader__progressive-tabs.v2 a.active:after {
                border-width: 27px 0 27px 27px;
                right: -27px;
                top: 2px;
                margin-top: 0;
            }

.main-header {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

    .main-header.fixed {
        position: fixed;
        width: 100%;
    }

    .main-header .cc-header__wrapper {
        background-repeat: no-repeat;
        min-height: 88px;
    }

        .main-header .cc-header__wrapper .navbar-brand {
            margin-right: 2rem;
        }

            .main-header .cc-header__wrapper .navbar-brand img {
                max-width: 260px;
            }

        .main-header .cc-header__wrapper.logo-cc {
            background-size: 260px;
            background-image: url("../../global/img/calchoicelogo.png");
            background-position: 0 20px;
            padding-left: 300px;
        }

    .main-header .cc-header__main-nav {
        padding: 14px 0;
    }

        .main-header .cc-header__main-nav .navbar-nav .nav-item + .nav-item {
            margin-left: 30px;
        }

        .main-header .cc-header__main-nav .navbar-nav .nav-item .nav-link {
            font-weight: 600;
            color: #444444;
        }

        .main-header .cc-header__main-nav .navbar-nav .dropdown.show .dropdown-toggle {
            color: #00529c;
        }

        .main-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu {
            border: none;
            border-radius: .15rem;
            -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.25);
        }

            .main-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-header .cc-header__main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
                color: #00529c;
            }

.cc-header-notification {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border: 1px solid #cccccc;
}

    .cc-header-notification > * {
        vertical-align: middle;
    }

    .cc-header-notification > span {
        display: inline-block;
        line-height: 1.2em;
    }

.section-overview-title {
    margin: 24px 0 48px;
}

    .section-overview-title h2 {
        font-size: 1.6rem;
    }

.cc-footer-container {
    color: #ABB7CA;
    line-height: 1;
    padding-top: 1.5625rem;
    padding-bottom: 20px;
}

    .cc-footer-container hr {
        color: #ABB7CA;
        border-color: #ABB7CA;
        background-color: #ABB7CA;
    }

@media only screen and (max-width: 767.98px) {
    .cc-footer-container {
        padding-bottom: 30px;
    }
}

.cc-footer-links-list {
    margin: 0;
    padding-left: 0;
    text-align: justify;
}

    .cc-footer-links-list:after {
        content: '';
        width: 100%;
        display: inline-block;
    }

@media only screen and (max-width: 991.98px) {
    .cc-footer-links-list {
        text-align: left;
    }
}

@media only screen and (max-width: 767.98px) {
    .cc-footer-links-list {
        line-height: 0.5;
    }
}

.cc-footer-text {
    font-size: 0.875rem;
    line-height: 25px;
}

.cc-footer-links-list-item {
    display: inline-block;
    vertical-align: middle;
}

    .cc-footer-links-list-item:after {
        content: '';
        width: 100%;
        display: inline-block;
    }

@media only screen and (max-width: 47.9375em) {
    .cc-footer-links-list-item {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 50%;
    }

        .cc-footer-links-list-item:nth-of-type(1n) {
            clear: none;
        }

        .cc-footer-links-list-item:nth-of-type(2n+1) {
            clear: both;
        }

        .cc-footer-links-list-item:nth-of-type(2n+1) {
            padding-left: 0rem;
            padding-right: 0.625rem;
        }

        .cc-footer-links-list-item:nth-of-type(2n) {
            padding-left: 0.625rem;
            padding-right: 0rem;
        }
}

.cc-footer-links-list-item a {
    color: #ABB7CA;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
}

    .cc-footer-links-list-item a:hover {
        color: white;
        text-decoration: none;
    }

.cc-footer-copyright {
    color: #ABB7CA;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
}

.social-links {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767.98px) {
    .social-links {
        margin-top: 10px;
        flex-direction: row;
        position: relative;
        left: -5px;
    }
}

.social-links svg {
    margin: 5px;
}

    .social-links svg:hover path {
        fill: white;
    }

    .social-links svg path {
        fill: #ABB7CA;
        fill-rule: evenodd;
    }

.cc-footer-container img {
    position: relative;
    top: -15px;
    max-height: 40px;
    flex-shrink: 1;
}

@media only screen and (max-width: 1199.98px) {
    .cc-footer-container img {
        top: -5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cc-footer-container img {
        top: -35px;
    }
}

.footer-rows {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    font-size: 0.875rem;
    line-height: 25px;
}

    .footer-rows .footer-row_address {
        width: 370px;
    }

    .footer-rows .footer-row_license {
        flex: 1 1 auto;
    }

    .footer-rows .footer-row_hitrust {
        width: 200px;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-end;
        justify-content: flex-end;
    }

        .footer-rows .footer-row_hitrust .footer-row_hitrust-wrapper {
            display: block;
            width: 50%;
            margin: 1rem 1.5rem auto auto;
        }

            .footer-rows .footer-row_hitrust .footer-row_hitrust-wrapper img {
                width: 100%;
                max-height: unset;
                top: unset;
                color: #ABB7CA;
            }

.table thead th {
    border-top: none;
}

.vertical-middle-tr > th,
.vertical-middle-tr > td {
    vertical-align: middle;
}

.vertical-bottom-tr > th,
.vertical-bottom-tr > td {
    vertical-align: bottom;
}

.card-table .row-label {
    background-color: #f8f9fa;
}

.card-table thead tr th {
    border-top: none;
    font-size: 0.8rem;
    text-transform: uppercase;
}

    .card-table thead tr th.card-table-highlight {
        background-color: #FEF5EF;
    }

    .card-table thead tr th.th-icon i {
        font-size: 1.6rem;
        margin-bottom: 5px;
        color: #f47421;
    }

.card-table tbody.table-small-text-benefit tr td {
    font-size: 0.7rem;
    line-height: 1.6em;
}

.card-table tbody tr td {
    font-size: 0.9rem;
    vertical-align: middle;
}

    .card-table tbody tr td.card-table-highlight {
        background-color: #FEF5EF;
    }

    .card-table tbody tr td i {
        font-size: 1.1rem;
    }

.card-table tbody tr.adjustment-tr td {
    border-top-color: transparent;
    font-style: italic;
}

.card-table tbody tr.adjustment-total-tr td {
    padding: 1rem 0.75rem;
}

.card-table tbody tr.middle-tr th {
    background-color: #eff2f3;
}

.card-table tbody tr.border-top-0 td {
    border-top-color: transparent;
}

.card-table tbody.card-table-no-headers tr:first-child td {
    border-top: none;
}

.card-table tbody.card-table-no-headers tr:first-child th {
    border-top: none;
}

table[id^="cc-table-data"], .cc-table-data {
    border-bottom: 1px solid #e3e9ea;
}

    table[id^="cc-table-data"] label.is-invalid, .cc-table-data label.is-invalid {
        display: none;
    }

    table[id^="cc-table-data"] thead tr, .cc-table-data thead tr {
        background-color: #535353;
        /*&.cc-table-subheader:not(:first-of-type) {
        th {
            padding: .25rem .5rem;
            background-color: $light-grey;
            color: $text-color;
            text-transform: none;
        }
    }*/
    }

        table[id^="cc-table-data"] thead tr .cc-table__product-header, .cc-table-data thead tr .cc-table__product-header {
            background-color: #5b5b5b;
            text-align: center;
        }

        table[id^="cc-table-data"] thead tr .cc-table__product-header--standard, .cc-table-data thead tr .cc-table__product-header--standard {
            background-color: #535353 !important;
            text-align: center;
        }

        table[id^="cc-table-data"] thead tr th, .cc-table-data thead tr th {
            color: white;
            font-size: 0.8rem;
            font-weight: 400;
            padding: 12px 18px 10px 16px;
            vertical-align: middle;
            text-align: left;
            text-transform: uppercase;
            border-bottom: 2px solid #dee2e6;
        }

            table[id^="cc-table-data"] thead tr th.text-right-padding, .cc-table-data thead tr th.text-right-padding {
                padding-right: 1.5rem !important;
                text-align: right !important;
            }

            table[id^="cc-table-data"] thead tr th.border-l, .cc-table-data thead tr th.border-l {
                border-left: 2px solid #535353 !important;
            }

            table[id^="cc-table-data"] thead tr th.border-r, .cc-table-data thead tr th.border-r {
                border-right: 2px solid #535353 !important;
            }

            table[id^="cc-table-data"] thead tr th.sorting_asc, table[id^="cc-table-data"] thead tr th.sorting_desc, .cc-table-data thead tr th.sorting_asc, .cc-table-data thead tr th.sorting_desc {
                background-color: rgba(0, 0, 0, 0.5);
            }

            table[id^="cc-table-data"] thead tr th.sorting, table[id^="cc-table-data"] thead tr th.sorting_asc, table[id^="cc-table-data"] thead tr th.sorting_desc, .cc-table-data thead tr th.sorting, .cc-table-data thead tr th.sorting_asc, .cc-table-data thead tr th.sorting_desc {
                background-position: 97% 50%;
            }

            table[id^="cc-table-data"] thead tr th.sorting, .cc-table-data thead tr th.sorting {
                background-image: url("../images/icons/sort_both.png");
            }

            table[id^="cc-table-data"] thead tr th.sorting_asc, .cc-table-data thead tr th.sorting_asc {
                background-image: url("../images/icons/sort_asc.png");
            }

            table[id^="cc-table-data"] thead tr th.sorting_desc, .cc-table-data thead tr th.sorting_desc {
                background-image: url("../images/icons/sort_desc.png");
            }

            table[id^="cc-table-data"] thead tr th.cc-table__product-icon, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard, .cc-table-data thead tr th.cc-table__product-icon, .cc-table-data thead tr th.cc-table__product-icon--standard {
                padding-left: 0;
                padding-right: 0;
                text-align: center;
                font-size: 0.6rem;
                text-transform: uppercase;
                color: #ffffff;
                line-height: 1rem;
                border-top: 1px solid transparent;
            }

                table[id^="cc-table-data"] thead tr th.cc-table__product-icon i, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard i, .cc-table-data thead tr th.cc-table__product-icon i, .cc-table-data thead tr th.cc-table__product-icon--standard i {
                    font-size: 1.1rem;
                    color: #f47421;
                }

                table[id^="cc-table-data"] thead tr th.cc-table__product-icon img, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard img, .cc-table-data thead tr th.cc-table__product-icon img, .cc-table-data thead tr th.cc-table__product-icon--standard img {
                    width: 15px;
                }

                table[id^="cc-table-data"] thead tr th.cc-table__product-icon.not-available, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard.not-available, .cc-table-data thead tr th.cc-table__product-icon.not-available, .cc-table-data thead tr th.cc-table__product-icon--standard.not-available {
                    color: #999999;
                }

                    table[id^="cc-table-data"] thead tr th.cc-table__product-icon.not-available i, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard.not-available i, .cc-table-data thead tr th.cc-table__product-icon.not-available i, .cc-table-data thead tr th.cc-table__product-icon--standard.not-available i {
                        color: #999999;
                    }

                table[id^="cc-table-data"] thead tr th.cc-table__product-icon.fixed-width, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard.fixed-width, .cc-table-data thead tr th.cc-table__product-icon.fixed-width, .cc-table-data thead tr th.cc-table__product-icon--standard.fixed-width {
                    width: 66px !important;
                }

                table[id^="cc-table-data"] thead tr th.cc-table__product-icon .table-chiro, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard .table-chiro, .cc-table-data thead tr th.cc-table__product-icon .table-chiro, .cc-table-data thead tr th.cc-table__product-icon--standard .table-chiro {
                    height: 1.25rem !important;
                }

                    table[id^="cc-table-data"] thead tr th.cc-table__product-icon .table-chiro .chiro-icon__orange, table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard .table-chiro .chiro-icon__orange, .cc-table-data thead tr th.cc-table__product-icon .table-chiro .chiro-icon__orange, .cc-table-data thead tr th.cc-table__product-icon--standard .table-chiro .chiro-icon__orange {
                        fill: #f47421;
                    }

            table[id^="cc-table-data"] thead tr th.cc-table__product-icon--standard, .cc-table-data thead tr th.cc-table__product-icon--standard {
                background-color: #ffffff;
                color: #09600d;
                border-left: 1px solid #dee2e6;
            }

            table[id^="cc-table-data"] thead tr th.cc-table__product-description, table[id^="cc-table-data"] thead tr th.cc-table__product-empty, .cc-table-data thead tr th.cc-table__product-description, .cc-table-data thead tr th.cc-table__product-empty {
                border-top: none;
                border-bottom: none;
                padding: 0;
            }

            table[id^="cc-table-data"] thead tr th.cc-table__product-description, .cc-table-data thead tr th.cc-table__product-description {
                text-align: center;
            }

                table[id^="cc-table-data"] thead tr th.cc-table__product-description span, .cc-table-data thead tr th.cc-table__product-description span {
                    position: relative;
                    top: 6px;
                }

            table[id^="cc-table-data"] thead tr th.cc-table__product-empty, .cc-table-data thead tr th.cc-table__product-empty {
                background-color: #eff2f3;
            }

            table[id^="cc-table-data"] thead tr th.cc-table__border-left, .cc-table-data thead tr th.cc-table__border-left {
                border-left: 1px solid #dee2e6;
            }

    table[id^="cc-table-data"] tbody tr, .cc-table-data tbody tr {
        background-color: #ffffff;
    }

        table[id^="cc-table-data"] tbody tr.cc-table__gradient-row, .cc-table-data tbody tr.cc-table__gradient-row {
            background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f6f6f6 100%);
        }

        table[id^="cc-table-data"] tbody tr.cc-table__blue-row, .cc-table-data tbody tr.cc-table__blue-row {
            background-color: #e9f4ff;
        }

            table[id^="cc-table-data"] tbody tr.cc-table__blue-row td, table[id^="cc-table-data"] tbody tr.cc-table__blue-row th, .cc-table-data tbody tr.cc-table__blue-row td, .cc-table-data tbody tr.cc-table__blue-row th {
                color: #0098d6;
            }

        table[id^="cc-table-data"] tbody tr td, .cc-table-data tbody tr td {
            font-size: 0.9rem;
            padding: 12px 18px 10px 16px;
            vertical-align: middle;
            text-align: left;
            border-top: 1px solid #dee2e6;
        }

            table[id^="cc-table-data"] tbody tr td > a, .cc-table-data tbody tr td > a {
                color: #00529c;
            }

            table[id^="cc-table-data"] tbody tr td.cc-table__product-data, .cc-table-data tbody tr td.cc-table__product-data {
                text-align: center;
                border-left: 1px solid #ffffff;
                background-color: rgba(244, 116, 33, 0.07);
            }

            table[id^="cc-table-data"] tbody tr td.cc-table__product-data--standard, .cc-table-data tbody tr td.cc-table__product-data--standard {
                text-align: center;
                border-left: 1px solid #dee2e6;
            }

            table[id^="cc-table-data"] tbody tr td.border-l, .cc-table-data tbody tr td.border-l {
                border-left: 2px solid #444444;
            }

            table[id^="cc-table-data"] tbody tr td.border-r, .cc-table-data tbody tr td.border-r {
                border-right: 2px solid #444444;
            }

            table[id^="cc-table-data"] tbody tr td .required-label::after, .cc-table-data tbody tr td .required-label::after {
                display: none !important;
            }

    table[id^="cc-table-data"] tbody.cc-table__clickable .js-clickable-row:hover, .cc-table-data tbody.cc-table__clickable .js-clickable-row:hover {
        background-color: #e9f4ff !important;
        cursor: pointer;
    }

        table[id^="cc-table-data"] tbody.cc-table__clickable .js-clickable-row:hover td, .cc-table-data tbody.cc-table__clickable .js-clickable-row:hover td {
            background-color: #e9f4ff !important;
            cursor: pointer;
        }

    table[id^="cc-table-data"] tbody.cc-table-striped tr:nth-of-type(odd), .cc-table-data tbody.cc-table-striped tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    table[id^="cc-table-data"] tbody.cc-table-striped tr:nth-of-type(even), .cc-table-data tbody.cc-table-striped tr:nth-of-type(even) {
        background-color: #eff2f3;
    }

    table[id^="cc-table-data"] tbody.cc-table-striped tr td, .cc-table-data tbody.cc-table-striped tr td {
        border-top: 1px solid transparent;
    }

    table[id^="cc-table-data"] tbody.cc-table__census tr.cc-table__census--family-member td, .cc-table-data tbody.cc-table__census tr.cc-table__census--family-member td {
        border-top: 1px solid #ffffff !important;
    }

        table[id^="cc-table-data"] tbody.cc-table__census tr.cc-table__census--family-member td i, .cc-table-data tbody.cc-table__census tr.cc-table__census--family-member td i {
            color: #f47421;
            font-weight: 600;
        }

    table[id^="cc-table-data"].popup-table, .cc-table-data.popup-table {
        /*thead tr th {
            padding: .5rem;

            .form-group {
                margin-bottom: 0;
            }

            &.popup-subheader {
                padding: .25rem .5rem;
                background-color: $light-grey;
                color: $text-color;
            }
        }*/
        /*thead tr th, tbody tr td {
            padding: .5rem;

            .form-group {
                margin-bottom: 0;
            }

            &.popup-subheader {
                padding: .25rem .5rem;
                background-color: $light-grey;
                color: $text-color;
            }
        }*/
    }

        table[id^="cc-table-data"].popup-table thead tr th, .cc-table-data.popup-table thead tr th {
            padding: .75rem .5rem;
        }

            table[id^="cc-table-data"].popup-table thead tr th:nth-child(1), .cc-table-data.popup-table thead tr th:nth-child(1) {
                width: 20px;
            }

            table[id^="cc-table-data"].popup-table thead tr th:nth-child(2), .cc-table-data.popup-table thead tr th:nth-child(2) {
                padding: .75rem .5rem .75rem 0;
            }

        table[id^="cc-table-data"].popup-table thead.popup-subheader tr th, .cc-table-data.popup-table thead.popup-subheader tr th {
            padding: .25rem .5rem;
            background-color: #eff2f3;
            color: #444444;
            text-transform: none;
        }

        table[id^="cc-table-data"].popup-table thead.popup-subheader:not(:first-of-type) tr th, .cc-table-data.popup-table thead.popup-subheader:not(:first-of-type) tr th {
            border-top: 2px solid #dee2e6;
        }

        table[id^="cc-table-data"].popup-table tbody tr td, .cc-table-data.popup-table tbody tr td {
            padding: .5rem;
        }

            table[id^="cc-table-data"].popup-table tbody tr td:nth-child(2), .cc-table-data.popup-table tbody tr td:nth-child(2) {
                padding-left: 0;
            }

            table[id^="cc-table-data"].popup-table tbody tr td .form-group, .cc-table-data.popup-table tbody tr td .form-group {
                margin-bottom: 0;
            }

    table[id^="cc-table-data"] .cc-table__td-action, .cc-table-data .cc-table__td-action {
        text-align: right;
    }

        table[id^="cc-table-data"] .cc-table__td-action .with-delete, .cc-table-data .cc-table__td-action .with-delete {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: flex-start;
        }

            table[id^="cc-table-data"] .cc-table__td-action .with-delete .cc-table__td-dropdown, .cc-table-data .cc-table__td-action .with-delete .cc-table__td-dropdown {
                flex: 1 1 auto;
                -ms-flex: 1 1 auto;
            }

            table[id^="cc-table-data"] .cc-table__td-action .with-delete i, .cc-table-data .cc-table__td-action .with-delete i {
                margin-left: 1rem;
                color: #00529c;
            }

        table[id^="cc-table-data"] .cc-table__td-action .cc-table__td-dropdown .btn, .cc-table-data .cc-table__td-action .cc-table__td-dropdown .btn {
            min-width: 98px;
            height: 34px;
            padding: 0 2px;
            font-size: 12px;
            font-weight: 600;
            background-color: white;
            border-style: solid;
            border-width: 1px;
            transition: all 0.3s linear;
            box-shadow: none;
            color: #444444;
            color: #00529c;
            border-color: #cccccc;
        }

            table[id^="cc-table-data"] .cc-table__td-action .cc-table__td-dropdown .btn:focus, .cc-table-data .cc-table__td-action .cc-table__td-dropdown .btn:focus {
                background-color: #00529c;
                color: white;
            }

        table[id^="cc-table-data"] .cc-table__td-action .cc-table__td-dropdown a.dropdown-item, .cc-table-data .cc-table__td-action .cc-table__td-dropdown a.dropdown-item {
            font-size: 0.9rem;
        }

            table[id^="cc-table-data"] .cc-table__td-action .cc-table__td-dropdown a.dropdown-item:hover, .cc-table-data .cc-table__td-action .cc-table__td-dropdown a.dropdown-item:hover {
                background-color: #E9F4FF;
            }

    table[id^="cc-table-data"] .cc-table-row-highlight, .cc-table-data .cc-table-row-highlight {
        background-color: #FEF5EF;
    }

    table[id^="cc-table-data"] .cc-table__detail, .cc-table-data .cc-table__detail {
        display: block;
        font-size: 0.8rem;
    }

    table[id^="cc-table-data"] .fa-exclamation-square, .cc-table-data .fa-exclamation-square {
        color: #d86010;
        margin-left: 4px;
    }

    table[id^="cc-table-data"] i.fa-trash-alt, .cc-table-data i.fa-trash-alt {
        color: #f50000;
        font-size: 1.4rem;
    }

    table[id^="cc-table-data"] .custom-switch, .cc-table-data .custom-switch {
        transform: scale(1.3);
        padding-left: 3rem;
    }

    table[id^="cc-table-data"] .custom-control-input:checked ~ .custom-control-label::before, .cc-table-data .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #00529c;
        background-color: #00529c;
    }

    table[id^="cc-table-data"] .family-linked, .cc-table-data .family-linked {
        padding-left: 2.3rem;
        background-image: url("../images/icons/table-arrow-family.png");
        background-repeat: no-repeat;
        background-position: 1rem 50%;
        background-size: 1rem;
    }

    table[id^="cc-table-data"] span.badge, .cc-table-data span.badge {
        display: inline-block;
        padding: .35em .4em;
        border-radius: 3px;
        text-transform: uppercase;
    }

        table[id^="cc-table-data"] span.badge.badge-success, .cc-table-data span.badge.badge-success {
            background-color: #007bff;
        }

        table[id^="cc-table-data"] span.badge.badge-light, .cc-table-data span.badge.badge-light {
            color: #ffffff;
            background-color: #29a745;
        }

        table[id^="cc-table-data"] span.badge.badge-secondary, .cc-table-data span.badge.badge-secondary {
            color: #444;
            background-color: #ffc107;
        }

        table[id^="cc-table-data"] span.badge.badge-progress, .cc-table-data span.badge.badge-progress {
            border: 1px solid #cccccc;
            color: #444444;
            background-color: #eff2f3;
        }

    table[id^="cc-table-data"].cc-table-data-form input, table[id^="cc-table-data"].cc-table-data-form select, .cc-table-data.cc-table-data-form input, .cc-table-data.cc-table-data-form select {
        display: inline-block;
        font-size: 0.9rem;
        width: 80%;
    }

        table[id^="cc-table-data"].cc-table-data-form select.form-control.is-invalid, table[id^="cc-table-data"].cc-table-data-form select.form-control.was-validated, table[id^="cc-table-data"].cc-table-data-form select.form-control:invalid, .cc-table-data.cc-table-data-form select.form-control.is-invalid, .cc-table-data.cc-table-data-form select.form-control.was-validated, .cc-table-data.cc-table-data-form select.form-control:invalid {
            background-image: none;
        }

    table[id^="cc-table-data"].cc-table-data-form i, .cc-table-data.cc-table-data-form i {
        color: #B90909;
        margin-left: 6px;
    }

    table[id^="cc-table-data"] [data-toggle="collapse"] i, .cc-table-data [data-toggle="collapse"] i {
        font-size: 1.2rem;
        transform: rotate(90deg);
        transition: 0.25s all ease-in-out;
    }

        table[id^="cc-table-data"] [data-toggle="collapse"] i:before, .cc-table-data [data-toggle="collapse"] i:before {
            content: "\f138";
        }

    table[id^="cc-table-data"] [data-toggle="collapse"].collapsed i, .cc-table-data [data-toggle="collapse"].collapsed i {
        transform: rotate(0deg);
    }

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    margin-bottom: 0.6rem;
}

    .dataTables_wrapper .dataTables_filter label {
        text-indent: -56px;
        overflow: hidden;
    }

        .dataTables_wrapper .dataTables_filter label input {
            background: #fff url("../images/icons/search-icon.png") no-repeat 0 0;
            background-size: 18px;
            background-position: 6px;
            padding-left: 30px;
            width: 320px;
        }

    .dataTables_wrapper .dataTables_filter input {
        border-radius: 5px;
        min-width: 98px;
        height: 34px;
        padding: 0 2px;
        font-size: 0.9rem;
        font-weight: normal;
        background-color: white;
        border-style: solid;
        border-width: 1px;
        transition: all 0.3s linear;
        box-shadow: none;
        color: #444444;
        border-color: #cccccc;
        margin-left: 0.12em;
    }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
    color: #444444;
    font-size: 14px;
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
    margin: 14px 0;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_length {
    margin-left: 12px;
    position: relative;
    top: -4px;
}

    .dataTables_wrapper .dataTables_length::before {
        content: "|";
        padding-right: 12px;
    }

    .dataTables_wrapper .dataTables_length select {
        font-size: 13px;
        padding: 4px;
        border-color: #cccccc;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
    background-color: transparent;
    color: #444444 !important;
    padding: 3px 10px;
    min-width: 34px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        border: 1px solid #dee2e6;
        color: #444444 !important;
        background-color: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        border: 1px solid transparent;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border-style: solid;
        border-width: 1px;
        background-color: #ffffff;
        color: #444444;
        border-color: #cccccc;
        background: #ffffff;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        opacity: 0.5;
        cursor: not-allowed;
        border: 2px solid transparent;
    }

.cc-table__cc-pagination {
    padding: 12px 0;
}

    .cc-table__cc-pagination .cc-table__cc-pagination--left p {
        vertical-align: middle;
        display: inline-block;
        margin: 0;
        color: #444444;
        font-size: 15px;
    }

    .cc-table__cc-pagination .cc-table__cc-pagination--left .row-numbers {
        display: inline-block;
        padding: 0;
        list-style: none;
        margin: 0 0 0 10px;
    }

        .cc-table__cc-pagination .cc-table__cc-pagination--left .row-numbers li {
            display: inline-block;
        }

            .cc-table__cc-pagination .cc-table__cc-pagination--left .row-numbers li a {
                display: block;
                padding: 3px 6px;
                color: #444444;
                border-radius: 5px;
            }

                .cc-table__cc-pagination .cc-table__cc-pagination--left .row-numbers li a.active {
                    border-style: solid;
                    border-width: 2px;
                    background-color: #ffffff;
                    color: #444444;
                    border-color: #444444;
                }

    .cc-table__cc-pagination .cc-table__cc-pagination--right .pagination {
        align-items: center;
    }

        .cc-table__cc-pagination .cc-table__cc-pagination--right .pagination .page-item + .page-item {
            margin-left: 5px;
        }

        .cc-table__cc-pagination .cc-table__cc-pagination--right .pagination .page-item .page-link {
            border: none;
            background-color: transparent;
            color: #444444;
            border-radius: 5px;
            padding: 5px 10px;
            min-width: 34px;
        }

            .cc-table__cc-pagination .cc-table__cc-pagination--right .pagination .page-item .page-link.active {
                border-style: solid;
                border-width: 2px;
                background-color: #ffffff;
                color: #444444;
                border-color: #00529c;
            }

            .cc-table__cc-pagination .cc-table__cc-pagination--right .pagination .page-item .page-link.disabled {
                opacity: 0.5;
                cursor: not-allowed;
            }

.datatable-search-form {
    float: right;
    margin-bottom: -36px;
    position: relative;
    z-index: 1;
}

    .datatable-search-form label {
        margin-bottom: 0;
        margin-right: 5px;
    }

        .datatable-search-form label .fa-calendar-alt {
            font-size: 1.3em;
            color: #00529c;
            vertical-align: middle;
            cursor: pointer;
            margin-left: 6px;
        }

    .datatable-search-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin: 0 5px;
        font-size: 0.9rem;
    }

        .datatable-search-form .form-control.date-field {
            width: 120px;
        }

form.cc-form-inline-form .form-control {
    font-size: 0.9rem;
}

form.cc-form-inline-form .fa-calendar-alt {
    font-size: 1.3em;
    color: #00529c;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
}

.custom-checkbox .is-invalid ~ i {
    position: absolute;
    left: 38px;
    top: 5px;
}

table.table-lean {
    margin-bottom: 0;
}

    table.table-lean td {
        padding: 0 0 0 0.75rem !important;
    }

        table.table-lean td:first-child {
            padding: 0 0 0 0 !important;
        }

.cc-tag-td {
    position: relative;
}

    .cc-tag-td .tag {
        background-color: #09600d;
        color: #fff;
        padding: 2px 12px;
        font-size: 70%;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0;
        width: 220px;
        border-radius: 4px 0 0 4px;
        clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    }

.plan-table {
    border-collapse: separate;
    border-spacing: 10px 0;
}

    .plan-table thead .plan-td.active {
        border-top: 1px solid #dee2e6;
    }

        .plan-table thead .plan-td.active .cc-card {
            background-color: transparent;
        }

    .plan-table .plan-td.active {
        background-color: #fff;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }

    .plan-table .plan-td.highlight {
        background-color: #fef5ef;
    }

    .plan-table tbody tr:last-child .plan-td.active {
        border-bottom: 1px solid #dee2e6;
    }

.plan-modal-table.card-table thead tr th {
    font-size: 0.8rem;
}

.plan-modal-table.card-table tbody tr td {
    font-size: 0.7rem;
}

.plan-modal-table.card-table tbody tr td, .plan-modal-table thead tr th {
    padding: .75rem .35rem;
}

.plan-modal-table .plan-tr-th {
    background-color: #fff;
    text-align: center;
}

.plan-modal-table .plan-td {
    background-color: #fff;
    border-left: 1px solid #dee2e6;
}

.plan-modal-table .plan-td-label {
    background-color: #f8f9fa;
}

table.v-align-top td {
    vertical-align: top !important;
}

.cc-card__sticky {
    position: relative;
    z-index: 1;
}

    .cc-card__sticky .sticky-div {
        position: fixed;
        width: 100vw;
        display: none;
        z-index: 50;
        top: 0;
        padding-right: 16px;
        background-color: #FFF;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    }

        .cc-card__sticky .sticky-div.sticky-div__sticky {
            display: block;
        }

        .cc-card__sticky .sticky-div .sticky-div__wrapper {
            display: flex;
            flex-flow: row nowrap;
            align-items: flex-end;
            margin: auto;
            background-color: #ffffff;
            border-left: 1px solid #ffffff;
        }

            .cc-card__sticky .sticky-div .sticky-div__wrapper .sticky-div__info {
                font-weight: bold;
                font-size: .8rem;
                padding: .75rem;
                text-transform: uppercase;
                margin-right: 2px;
            }

/*thead,tr {
  &.sticky {
    th,td {
      position: sticky;
      top: 0;
      background-color: #ffffff;
      border: none;
    }
  }
}*/
.no-border-bottom {
    border: none !important;
}

.plan-update:not(.plan-update__remove-show) {
    display: none;
}

.plan-update .plan-update__show-header {
    display: block;
    width: auto;
    background-color: #eff2f3;
    font-weight: bold;
    padding: .5rem 1rem;
    text-transform: uppercase;
}

.plan-update table th {
    padding: 0;
}

.plan-update table td {
    border: none;
}

.plan-update__text {
    color: #f47421 !important;
    font-weight: bold;
}

.plan-update__remove {
    color: #ABB7CA;
    text-decoration: line-through;
    font-style: italic;
    font-weight: normal;
}

    .plan-update__remove.plan-update__remove-no-strikethrough {
        text-decoration: none;
    }

.summary-legend .summary-legend__entry {
    font-size: 14px;
}

    .summary-legend .summary-legend__entry:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 2px solid #ffffff;
        margin-left: 1rem;
    }

    .summary-legend .summary-legend__entry.summary-legend__entry-updated {
        color: #f47421;
        font-weight: bold;
    }

        .summary-legend .summary-legend__entry.summary-legend__entry-updated:before {
            background-color: #f47421;
        }

    .summary-legend .summary-legend__entry.summary-legend__entry-previous i {
        color: #ABB7CA;
        text-decoration: line-through;
    }

    .summary-legend .summary-legend__entry.summary-legend__entry-previous:before {
        background-color: #ABB7CA;
    }

    .summary-legend .summary-legend__entry span {
        color: #444 !important;
        font-weight: normal !important;
        display: block;
        margin: 0 5px;
        text-decoration: none !important;
        font-style: normal;
    }

.form-control.benefit-primary-input, .form-control.benefit-secondary-input {
    width: 100px;
}

.coverage-table .btn-checkbox {
    padding-left: 0;
}

.compare__current-plan {
    display: block;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

    .compare__current-plan table {
        margin-bottom: 0;
    }

        .compare__current-plan table .current-plan__table-header th {
            color: #ffffff;
        }

        .compare__current-plan table td, .compare__current-plan table th {
            background-color: transparent;
        }

/*.scrolling-table {
    position: relative;
    display: block;
    width: 100%;

    .scrolling-table__headers {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        flex-flow: row nowrap;
        align-items: center;
        height: 40px;
        background-color: $dark-grey;
        color: #FFF;
        font-weight: bold;
        border-bottom: 2px solid #dee2e6;

        &.scrolling-table__headers-scrolling {
            padding-right: 17px;
        }

        .scrolling-table__header {
            text-align: center;
            color: white;
            font-size: 0.8rem;
            font-weight: 400;
            padding: 12px 18px 10px 16px;
            vertical-align: middle;
            text-transform: uppercase;
        }
    }

    .scrolling-table__rows {
        position: relative;
        display: flex;
        flex-flow: column;
        overflow-y: auto;
        top: 40px;

        .scrolling-table__row {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-around;
            border-bottom: 1px solid #CCC;

            &:last-of-type {
                border-bottom: none;
            }

            .scrolling-table__cell {
                text-align: center;
                font-size: 0.9rem;
                padding: 12px 18px 10px 16px;

                &:first-of-type {
                    text-align: left;
                }
            }
        }
    }
}*/
#uploadTable thead tr th {
    border-top: none;
}

#uploadTable tbody tr td {
    font-size: 13px;
    cursor: pointer;
    padding: .75rem .5rem;
}

    #uploadTable tbody tr td i {
        font-size: 14px;
    }

    #uploadTable tbody tr td a {
        font-size: 13px;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
    }

        #uploadTable tbody tr td a i {
            font-size: 14px;
        }

    #uploadTable tbody tr td:nth-child(2) {
        max-width: 200px;
    }

#uploadTable tbody tr:hover td {
    background-color: #e9f4ff !important;
    cursor: pointer;
}

.contribution-selection .table td {
    max-width: 100px;
}

.cc-table__checkbox-cell .custom-control {
    padding-left: 2rem;
}

.table-heading-icons {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
}

    .table-heading-icons i, .table-heading-icons svg {
        font-size: 1.5rem;
        color: #ffffff;
        margin-bottom: .25rem;
        height: 1.25rem;
    }

.chiro-icon {
    fill: #ffffff;
    height: 1.25rem;
}

#input-section td {
    border-top: 1px solid #dee2e6 !important;
}

[id^=cc-form__] #same_address-error,
[id^=cc-form__] #billing-error,
[id^=cc-form__] #AgreeDisagree1-error,
[id^=cc-form__] #AgreeDisagree2-error,
[id^=cc-form__] #AgreeDisagree3-error,
[id^=cc-form__] #AgreeDisagree4-error, .cc-form #same_address-error,
.cc-form #billing-error,
.cc-form #AgreeDisagree1-error,
.cc-form #AgreeDisagree2-error,
.cc-form #AgreeDisagree3-error,
.cc-form #AgreeDisagree4-error {
    display: none !important;
}

[id^=cc-form__] .form-control-wrap, .cc-form .form-control-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    [id^=cc-form__] .form-control-wrap input, .cc-form .form-control-wrap input {
        padding-left: 20px;
        color: #929292;
    }

    [id^=cc-form__] .form-control-wrap span.currency, .cc-form .form-control-wrap span.currency {
        position: absolute;
        top: 2px;
        left: 6px;
        font-size: 22px;
        color: #777777;
    }

[id^=cc-form__] .form-group label, .cc-form .form-group label {
    margin-bottom: .015rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #4e4e4e;
    padding-left: 0.05rem;
}

    [id^=cc-form__] .form-group label.custom-control-label, .cc-form .form-group label.custom-control-label {
        font-weight: 400;
        text-transform: none;
        padding-top: 2px;
        font-size: 0.9rem;
    }

    [id^=cc-form__] .form-group label span, .cc-form .form-group label span {
        color: #0098D6;
    }

    [id^=cc-form__] .form-group label.is-invalid, .cc-form .form-group label.is-invalid {
        color: red;
        text-transform: none;
        font-weight: 400;
    }

[id^=cc-form__] .form-group small, .cc-form .form-group small {
    padding-left: 0.05rem;
}

[id^=cc-form__] .form-group .cc-showhidepwd, .cc-form .form-group .cc-showhidepwd {
    display: flex;
    justify-content: space-between;
}

[id^=cc-form__] .form-group .form-control::-webkit-input-placeholder, .cc-form .form-group .form-control::-webkit-input-placeholder {
    color: #bbb;
}

[id^=cc-form__] .form-group select.form-control.is-invalid, [id^=cc-form__] .form-group select.form-control.was-validated, [id^=cc-form__] .form-group select.form-control:invalid, .cc-form .form-group select.form-control.is-invalid, .cc-form .form-group select.form-control.was-validated, .cc-form .form-group select.form-control:invalid {
    background-image: none;
}

[id^=cc-form__] .form-group input[type=search], .cc-form .form-group input[type=search] {
    background: #fff url("../images/icons/search-icon.png") no-repeat 0 0;
    background-size: 18px;
    background-position: 6px;
    padding-left: 30px;
}

[id^=cc-form__] .form-group input[type=password]::-ms-reveal,
[id^=cc-form__] .form-group input[type=password]::-ms-clear, .cc-form .form-group input[type=password]::-ms-reveal,
.cc-form .form-group input[type=password]::-ms-clear {
    display: none;
}

[id^=cc-form__] .form-group.form-group-inline, .cc-form .form-group.form-group-inline {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    [id^=cc-form__] .form-group.form-group-inline label, .cc-form .form-group.form-group-inline label {
        flex: 1 1 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        height: 100%;
        color: #444444;
        margin: 0 1rem 0 0;
        padding: 0;
        text-transform: none;
        font-weight: normal;
    }

    [id^=cc-form__] .form-group.form-group-inline .form-control, .cc-form .form-group.form-group-inline .form-control {
        width: 25% !important;
    }

[id^=cc-form__] .form-group, .cc-form .form-group {
    /*.custom-checkbox {
  			display: flex;
  			flex-wrap: wrap;
  
  			label.is-invalid {
  				width: 100%;
  				order: 2;
  				margin-left: -1.5rem;
  			}
  
  			&:not(:last-of-type) {
  				label.is-invalid {
  					display: none !important;
  				}
  			}
  		}*/
}

    [id^=cc-form__] .form-group .custom-radio label.is-invalid, .cc-form .form-group .custom-radio label.is-invalid {
        display: none !important;
    }

[id^=cc-form__] .date-picker, .cc-form .date-picker {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 250px;
}

    [id^=cc-form__] .date-picker input, .cc-form .date-picker input {
        order: 1;
        width: 80%;
        margin-right: .5rem;
    }

    [id^=cc-form__] .date-picker i, .cc-form .date-picker i {
        flex: 1 1 auto;
        order: 2;
    }

    [id^=cc-form__] .date-picker label.is-invalid, .cc-form .date-picker label.is-invalid {
        order: 3;
        width: 100%;
    }

[id^=cc-form__] .required-label:not(.is-invalid)::after, .cc-form .required-label:not(.is-invalid)::after {
    content: '*';
    display: inline;
    margin-left: .25rem;
    color: #0098D6;
}

.file-upload-box {
    min-height: 250px;
    background-color: #fff;
    border: 2px dashed #cccccc;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

    .file-upload-box .upload-icon {
        font-size: 25px;
        margin-right: 15px;
        height: 65px;
        width: 65px;
        border-radius: 50%;
        border: 1px solid #cccccc;
        line-height: 60px;
        text-align: center;
    }

    .file-upload-box .media {
        align-items: center;
    }

        .file-upload-box .media .media-body {
            flex: 1 1 auto;
            -ms-flex: 1 1 auto;
        }

            .file-upload-box .media .media-body p {
                margin-bottom: 5px;
            }

    .file-upload-box .file-upload-error {
        display: block;
        width: auto;
        text-align: center;
        margin-top: 1.5rem;
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #B90909;
        font-size: 14px;
        white-space: nowrap;
    }

        .file-upload-box .file-upload-error.file-upload-success {
            color: #007000;
        }

        .file-upload-box .file-upload-error span {
            display: block;
            margin-top: .25rem;
        }

.file-upload__how-it-works-wrapper .file-upload__how-it-works-step {
    border-right: 1px solid #cccccc;
    align-self: stretch;
}

    .file-upload__how-it-works-wrapper .file-upload__how-it-works-step:last-of-type {
        border: none;
    }

    .file-upload__how-it-works-wrapper .file-upload__how-it-works-step i {
        font-size: 1.25rem;
        color: #00529c;
        font-weight: 400;
    }

@-o-keyframes fadeIt {
    0% {
        background-color: #e9f4ff;
    }

    100% {
        background-color: #ffffff;
    }
}

@keyframes fadeIt {
    0% {
        background-color: #e9f4ff;
    }

    100% {
        background-color: #ffffff;
    }
}

.backgroundAnimated {
    background-image: none !important;
    -o-animation: fadeIt 1s ease-in-out;
    animation: fadeIt 1s ease-in-out;
}

/*.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	border: none !important;
	background: none !important;
	color: #000 !important;
}*/
.custom-control-label {
    margin-top: 0 !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-no-box::before {
    border: none !important;
    background: none;
    color: #000 !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-no-box::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    top: -1px;
    left: -1.65rem;
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-input:disabled:checked ~ label:not(.custom-no-box)::before {
    border: 1px solid #cccccc;
    background-color: rgba(0, 0, 0, 0.1);
    color: #AAA !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ label:not(.custom-no-box)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23AAA' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    top: 2px;
    left: -1.62rem;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-checkbox .custom-control-input:disabled:not(:checked) ~ .custom-no-box {
    color: #ABB7CA;
}

    .custom-checkbox .custom-control-input:disabled:not(:checked) ~ .custom-no-box::before {
        border: none !important;
        background: none;
    }

    .custom-checkbox .custom-control-input:disabled:not(:checked) ~ .custom-no-box::after {
        background-image: url("data:image/svg+xml,<svg viewPort='0 0 9 9' version='1.1' xmlns='http://www.w3.org/2000/svg'><line x1='1' y1='9' x2='9' y2='1' stroke='%23ABB7CA' stroke-width='3'/><line x1='1' y1='1' x2='9' y2='9' stroke='%23ABB7CA' stroke-width='3'/></svg>");
        top: 1px;
        left: -1.5rem;
        width: 1.25rem;
        height: 1.25rem;
    }

.custom-checkbox .custom-control-input:disabled:not(:checked) ~ label:not(.custom-no-box)::before {
    border: 1px solid #cccccc;
    color: #AAA !important;
}

.custom-checkbox .custom-control-input:disabled:not(:checked) ~ label:not(.custom-no-box)::after {
    background-image: none;
    top: 2px;
    left: -1.65rem;
    width: 1.25rem;
    height: 1.25rem;
}

.forms-and-docs__body {
    display: flex;
    flex-flow: column;
    padding-bottom: 3rem !important;
}

    .forms-and-docs__body .docs-and-forms-container {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }

        .forms-and-docs__body .docs-and-forms-container.documents-container {
            display: none;
        }

        .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body {
            display: block;
            width: auto;
            margin-top: 2rem;
        }

            .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body .docs-and-forms__accordions {
                margin-bottom: 2rem;
            }

            .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body .documents-results, .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body .forms-results {
                display: none;
            }

            .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body.docs-and-forms__body-no-results .documents-results, .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body.docs-and-forms__body-no-results .forms-results {
                display: block;
            }

                .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body.docs-and-forms__body-no-results .documents-results .docs-and-forms__sections, .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body.docs-and-forms__body-no-results .forms-results .docs-and-forms__sections {
                    display: flex;
                    flex-flow: row nowrap;
                    align-items: center;
                    justify-content: flex-start;
                }

            .forms-and-docs__body .docs-and-forms-container .docs-and-forms__body.docs-and-forms__body-no-results .docs-and-forms__accordion-container {
                display: none;
            }

.docs-and-forms__header {
    display: block;
    width: 100%;
    position: relative;
    background-color: #eff2f3;
}

    .docs-and-forms__header form {
        padding: 0 0 1rem 0;
        border-bottom: 1px solid #cccccc;
    }

        .docs-and-forms__header form .search-input input {
            background: #fff url("../images/icons/search-icon.png") no-repeat 0 0;
            background-size: 18px;
            background-position: 6px;
            padding-left: 30px;
        }

    .docs-and-forms__header.docs-and-forms__sticky {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
        padding-top: .5rem;
    }

        .docs-and-forms__header.docs-and-forms__sticky form {
            border-bottom: none;
            padding-bottom: .5rem;
        }

.docs-and-forms__sections {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: auto;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
    cursor: default;
}

    .docs-and-forms__sections:last-of-type {
        border: none;
        padding-bottom: 0;
    }

    .docs-and-forms__sections h5 {
        margin-top: 1rem;
        margin-left: 1rem;
        margin-bottom: .5rem !important;
        width: 100%;
    }

    .docs-and-forms__sections .docs-and-forms__section-subheader {
        width: 100% !important;
        padding: 0 1.25em;
    }

    .docs-and-forms__sections .docs-and-forms__section {
        position: relative;
        flex: 1 1 48%;
        max-width: 48%;
        vertical-align: top;
        padding: 1rem 0;
        margin-left: 1rem;
        font-size: 16px;
        line-height: 1.5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        min-height: 100px;
    }

        .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__link {
            display: block;
            font-weight: bold;
            margin: 0 2rem .25rem 2rem;
        }

        .docs-and-forms__sections .docs-and-forms__section p {
            margin: 0 2rem .25rem 2rem;
        }

        .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__alert {
            font-weight: bold;
            color: #f47421;
        }

        .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover {
            position: absolute;
            z-index: 5;
            display: none;
            flex-flow: row nowrap;
            align-items: center;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #e9f4ff;
            border: 1px solid #cccccc;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container {
                display: flex;
                flex-flow: column;
                align-items: center;
                margin: auto;
                justify-content: center;
                height: 100%;
            }

                .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container .document-title {
                    margin-bottom: .5rem;
                }

                .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container .document-links {
                    display: flex;
                    flex-flow: row nowrap;
                    align-items: center;
                    justify-content: center;
                    min-height: 27px;
                }

                    .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container .document-links a {
                        display: none;
                        margin: 0 1rem;
                        font-weight: bold;
                        font-size: 14px;
                        text-transform: uppercase;
                        color: #00529c;
                        border: 1px solid #cccccc;
                        background-color: #ffffff;
                        box-shadow: none;
                        border-radius: 5px;
                        padding: 2px 24px;
                    }

                        .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container .document-links a:hover {
                            color: #001c36;
                            background-color: #f7f7f7;
                        }

                        .docs-and-forms__sections .docs-and-forms__section .docs-and-forms__section-hover .docs-and-forms__hover-container .document-links a icon {
                            margin-right: .25rem;
                        }

.clear-form-search, .sticky-expand-all, .email-success {
    display: none;
}

    .clear-form-search.clear-form-search-no-results, .sticky-expand-all.clear-form-search-no-results, .email-success.clear-form-search-no-results {
        display: block;
    }

.error-label::after {
    color: #dc3545;
}

.glossary-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #4e4e4e;
    padding-left: 0.05rem;
}

.glossary-letters-sm {
    font-size: 14px;
}

    .glossary-letters-sm.disabled {
        color: #cccccc;
    }

.summary-list {
    list-style: none;
    padding: 0;
}

    .summary-list li {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #8e8e8e;
        padding: 5px;
    }

        .summary-list li:before {
            content: '';
            width: 12px;
            height: 12px;
            background-color: #00529c;
            margin-right: 8px;
        }

        .summary-list li span {
            margin-left: auto;
        }

        .summary-list li:last-child {
            color: #00529c;
            border-color: #8f8f8f;
            font-weight: 600;
        }

            .summary-list li:last-child:before {
                display: none;
            }

.summary-list-last p {
    color: #959595;
    margin: 0;
}

.cc-card-nav .nav {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 5px;
}

    .cc-card-nav .nav .btn {
        background-color: transparent;
        box-shadow: none;
        padding-left: 16px;
        padding-right: 16px;
    }

        .cc-card-nav .nav .btn.active {
            background-color: #f47421;
            color: #fff;
        }

.cc-card-nav:not(.sticky) .nav li:first-child .btn {
    background-color: #f47421;
    color: #fff;
}

.cc-card-nav.sticky .container div {
    padding: 0 23px;
}

.cc-card-nav {
    min-height: 57px;
}

.cc-card.large .cc-card-nav:not(.sticky) {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
}

.cc-card-nav .cc-card-nav-inner {
    padding: 20px 0 10px;
}

    .cc-card-nav .cc-card-nav-inner .sticky-table-header {
        position: relative;
        display: none;
        width: 100%;
        z-index: 991;
        margin: auto;
        padding: 0;
    }

        .cc-card-nav .cc-card-nav-inner .sticky-table-header table {
            width: 100%;
            margin-bottom: 0 !important;
        }

.cc-card-nav .container {
    min-width: unset;
}

.cc-card-nav.sticky .cc-card-nav-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    padding-top: 16px;
}

    .cc-card-nav.sticky .cc-card-nav-inner .container {
        position: relative;
        z-index: 991;
    }

    .cc-card-nav.sticky .cc-card-nav-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #EFF2F3;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.25);
        z-index: 900;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .cc-card-nav.sticky .cc-card-nav-inner .sticky-table-header {
        display: block;
    }

/* Coverage Acceptance Modal */
.coverage-modal-table {
    margin: 1.5rem 0;
}

    .coverage-modal-table .coverage-modal-table__container {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 1rem;
    }

        .coverage-modal-table .coverage-modal-table__container div {
            flex: 1 1 50%;
            display: flex;
            flex-flow: column;
            border: 1px solid #dee2e6;
            padding: 1rem;
            align-self: stretch;
        }

            .coverage-modal-table .coverage-modal-table__container div:nth-child(2) {
                border-left: none;
            }

            .coverage-modal-table .coverage-modal-table__container div span {
                margin-bottom: .5rem;
            }

.coverage-modal-form {
    display: flex;
    flex-flow: column;
    margin-bottom: 1.5rem;
}

    .coverage-modal-form .custom-control {
        margin: .5rem 0;
    }

.coverage-list {
    margin: .5rem 0 1.5rem -20px;
}

    .coverage-list li {
        margin-bottom: .5rem;
    }

        .coverage-list li .coverage-sublistlist {
            margin-top: .5rem;
        }

/*.nav-sticky-tr {
    position: relative;
    z-index: 1000;

    th {
        position: sticky;
        top: 180px;
        z-index: 1000;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}*/
.cc-summary h3, .cc-card-wrapper h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

    .cc-summary h3 + p, .cc-card-wrapper h3 + p {
        margin-top: -16px;
        font-size: 0.9rem;
    }

.cc-summary.accordion-card .card, .cc-card-wrapper.accordion-card .card {
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
}

.card-ribbon {
    position: absolute;
    overflow: hidden;
    top: -10px;
    right: -10px;
    width: 114px;
    height: 112px;
}

    .card-ribbon span {
        position: absolute;
        display: block;
        width: 160px;
        padding: 10px 0;
        background-color: #3498db;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        right: -35px;
        top: 25px;
        transform: rotate(45deg);
    }

    .card-ribbon::before, .card-ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .card-ribbon::before {
        top: 0;
        left: 0;
    }

    .card-ribbon::after {
        bottom: 0;
        right: 0;
    }

    .card-ribbon.card-ribbon__warning span {
        background-color: #B90909;
    }

    .card-ribbon.card-ribbon__warning::before, .card-ribbon.card-ribbon__warning::after {
        border: 5px solid #B90909;
    }

.cc-card {
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 12px;
    background-color: #ffffff;
    font-size: 0.9rem;
    transition: 0.25s all ease-in-out;
    position: relative;
    /*
&:hover {
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-1px,-1px);
}
*/
}

    .cc-card:not(.empty) {
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

        .cc-card:not(.empty) .cc-card {
            box-shadow: none;
        }

    .cc-card.cc-card-no-shadow {
        box-shadow: none;
    }

.cc-card-title {
    box-shadow: 0 19px 19px -28px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-height: 100px;
}

.cc-card.large {
    padding: 32px;
}

.cc-card.full-width {
    width: 100%;
}

.cc-card.selected {
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
}

.cc-card.muted {
    background-color: rgba(255, 255, 255, 0.5);
}

.cc-card.empty {
    background-color: transparent;
}

    .cc-card.empty span.muted {
        color: #444444;
        font-size: 1.4rem;
        font-weight: 600;
    }

.cc-card.highlight {
    background-color: #ffffff;
    border-left: 5px solid #00529c;
}

.cc-card h4 {
    font-size: 0.9rem;
    margin-bottom: .75rem;
    color: #444444;
}

.cc-card h5 {
    font-size: 1.8rem;
    color: #444444;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0.2rem;
}

.cc-card .media {
    margin-bottom: 20px;
}

    .cc-card .media i {
        color: #00529c !important;
        font-size: 1.6rem;
        margin-right: 1.0rem;
    }

    .cc-card .media .media-body {
        border-bottom: 1px solid #dfe7ea;
    }

        .cc-card .media .media-body h5 {
            color: #444444;
            font-size: 1.2rem;
        }

.cc-card.history-card {
    position: relative;
    padding: 16px 24px;
    min-height: 7.6rem;
}

    .cc-card.history-card .details-right p {
        font-size: 12px;
        margin-bottom: 0;
    }

        .cc-card.history-card .details-right p b {
            color: #000;
        }

        .cc-card.history-card .details-right p.date-time {
            font-size: 14px;
        }

    .cc-card.history-card .details {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 12px;
        min-height: 42px;
    }

        .cc-card.history-card .details > span,
        .cc-card.history-card .details > a {
            width: 50%;
            display: inline-block;
        }

            .cc-card.history-card .details > span i,
            .cc-card.history-card .details > a i {
                margin-right: 4px;
                color: #00529c;
            }

    .cc-card.history-card a.btn {
        margin: 22px 0 12px;
        text-transform: uppercase;
    }

        .cc-card.history-card a.btn i {
            margin-right: 4px;
        }

.cc-card.cc-card-footer-wrapper {
    position: relative;
    padding-bottom: 60px;
}

    .cc-card.cc-card-footer-wrapper .cc-card-footer {
        background-color: #eff2f3;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 40px;
        border-radius: 0 0 5px 5px;
    }

    .cc-card.cc-card-footer-wrapper .cc-card-footer-text {
        margin-bottom: 0;
    }

    .cc-card.cc-card-footer-wrapper.lg-footer-wrapper {
        padding-bottom: 16px;
    }

        .cc-card.cc-card-footer-wrapper.lg-footer-wrapper .cc-card-footer {
            position: relative;
            margin: 0 -16px -16px -16px;
            padding: 16px 32px;
        }

            .cc-card.cc-card-footer-wrapper.lg-footer-wrapper .cc-card-footer .cc-card-footer-text {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: flex-end;
            }

                .cc-card.cc-card-footer-wrapper.lg-footer-wrapper .cc-card-footer .cc-card-footer-text div {
                    padding-left: 1rem;
                    margin-left: 1rem;
                    border-left: 1px solid #444444;
                }

                    .cc-card.cc-card-footer-wrapper.lg-footer-wrapper .cc-card-footer .cc-card-footer-text div:first-of-type {
                        border: none;
                    }

.cc-card ul {
    padding-inline-start: 20px;
    margin-top: .25rem;
}

.life-events__overview .cc-card.disabled-event {
    background-color: #efefef;
}

    .life-events__overview .cc-card.disabled-event i, .life-events__overview .cc-card.disabled-event h6, .life-events__overview .cc-card.disabled-event p, .life-events__overview .cc-card.disabled-event a {
        color: rgba(68, 68, 68, 0.4) !important;
    }

.life-events__overview .cc-card.incomplete-event .life-event-incomplete__message {
    color: #f47421;
    font-weight: bold;
}

.life-events__overview .cc-card.incomplete-event .life-event-incomplete__buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 10px auto 0 auto;
    justify-content: space-between;
}

.life-events__dependents.life-events__dependents-waived-option {
    text-align: center;
    padding: 2.5rem;
}

    .life-events__dependents.life-events__dependents-waived-option.life-events__dependents-waived-option-smaller {
        padding: 1rem 2.5rem;
    }

.life-events__dependents .vision-family {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-top: .5rem;
}

    .life-events__dependents .vision-family .vision-family-wrapper {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: .5rem;
        background-color: #eff2f3;
        padding: .5rem;
        margin: 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.ee-overview__card-wrapper {
    height: 100%;
}

    .ee-overview__card-wrapper .row {
        height: 100%;
    }

        .ee-overview__card-wrapper .row .ee-overview__card {
            display: flex;
            flex-flow: column;
            align-items: center;
            padding: 0;
        }

            .ee-overview__card-wrapper .row .ee-overview__card .ee-overview__icon {
                font-size: 32pt;
                color: #00529c;
                margin-bottom: 1rem;
            }

            .ee-overview__card-wrapper .row .ee-overview__card h6 {
                width: 75%;
            }

            .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext {
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                display: flex;
                flex-flow: column;
                justify-content: flex-start;
                max-width: 100%;
            }

                .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events {
                    height: 100%;
                    font-size: .8rem;
                    margin: 0 -1rem 1.2rem -1rem;
                    display: block;
                    padding: .5rem;
                    background-color: #eff2f3;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                }

                    .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events strong {
                        padding-bottom: 5px;
                        display: block;
                    }

                    .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event {
                        display: flex;
                        flex-flow: row nowrap;
                        align-items: center;
                        justify-content: space-between;
                        border-top: 1px solid #cccccc;
                        padding: 2px 0;
                    }

                        .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event.life-event__pending-event__heading {
                            border-top: none;
                            font-weight: bold;
                        }

                            .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event.life-event__pending-event__heading a {
                                visibility: hidden;
                            }

                        .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event div {
                            padding: 0 5px;
                        }

                            .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event div:first-of-type {
                                flex: 1 1 auto;
                                padding-left: 0;
                            }

                            .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event div:last-of-type {
                                padding-right: 0;
                            }

                        .ee-overview__card-wrapper .row .ee-overview__card .overview-subtext .life-event__pending-events .life-event__pending-event:last-of-type {
                            padding-bottom: 0;
                        }

.button-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .button-row div {
        margin-right: 2rem;
    }

        .button-row div a {
            text-decoration: none !important;
        }

.ee-summary__decline-reasons {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    border: 1px solid #cccccc;
    background-color: #eff2f3;
    margin-bottom: 1.5rem;
}

    .ee-summary__decline-reasons div {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding: 1rem;
        border-bottom: 1px solid #cccccc;
    }

        .ee-summary__decline-reasons div:last-of-type {
            border: none;
        }

#pageContent .card-body {
    padding: 1.25rem !important;
}

/*#divUploadPDF a {
    color: $text-color;
    text-decoration: underline;
}*/
.help-contact-page p {
    margin-bottom: 0;
}

.er-active-enrollment-card {
    height: 100%;
}

    .er-active-enrollment-card .er-active-enrollment-summary .er-active-enrollment-summary__row {
        border-bottom: 1px solid #cccccc;
    }

        .er-active-enrollment-card .er-active-enrollment-summary .er-active-enrollment-summary__row.er-active-enrollment-summary__total {
            font-weight: bold;
            background-color: #eff2f3;
        }

    .er-active-enrollment-card .er-active-enrollment-summary i {
        font-size: 25px;
        color: #00529c;
    }

.cc-confirmation {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
}

.cc-confirmation-header {
    padding: 12px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.cc-confirmation-body {
    padding: 40px 55px 24px;
}

    .cc-confirmation-body img {
        margin-bottom: 5px;
    }

    .cc-confirmation-body h5 {
        margin-bottom: 35px;
    }

.cc-confirmation-body-info {
    margin-top: 24px;
}

.cc-confirmation-body-message {
    margin-top: 24px;
    text-align: left;
}

    .cc-confirmation-body-message .thankyou-beneficiary {
        display: flex;
        flex-flow: column;
        margin-bottom: 1rem;
    }

        .cc-confirmation-body-message .thankyou-beneficiary div {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: space-between;
            padding: .25rem .5rem;
            border-bottom: 1px solid #eff2f3;
        }

            .cc-confirmation-body-message .thankyou-beneficiary div.thankyou-beneficiary-title {
                border-bottom: 2px solid #eff2f3;
                font-weight: bold;
            }

            .cc-confirmation-body-message .thankyou-beneficiary div:last-of-type {
                border: none;
            }

.cc-confirmation-footer {
    padding: 0 55px 20px;
}

    .cc-confirmation-footer a.btn {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
    }

.bg-w {
    background-color: #ffffff !important;
}

.bg-g {
    background-color: #f6f6f6 !important;
}

hr.break {
    margin: 48px 0;
}

p.smalltext {
    font-size: 0.8rem;
}

p.largetext {
    font-size: 1.2rem;
}

.cc-font-normal {
    font-weight: 400 !important;
}

.cc-text-no-transform {
    text-transform: none !important;
}

i.fa-trash-alt {
    color: #f47421;
}

i.fa-file-pdf {
    color: #00529c;
}

.cc-w10 {
    width: 10% !important;
}

.cc-w20 {
    width: 20% !important;
}

.cc-w30 {
    width: 30% !important;
}

.cc-w40 {
    width: 40% !important;
}

.cc-w50 {
    width: 50% !important;
}

.cc-w55 {
    width: 55% !important;
}

.cc-w60 {
    width: 60% !important;
}

.cc-w65 {
    width: 65% !important;
}

.cc-w70 {
    width: 70% !important;
}

.cc-w75 {
    width: 75% !important;
}

.cc-w80 {
    width: 80% !important;
}

.cc-w85 {
    width: 85% !important;
}

.cc-w90 {
    width: 90% !important;
}

.empty-state {
    background-color: #ffffff;
    min-height: 240px;
    display: grid;
    place-items: center;
}

    .empty-state h3 {
        color: #cccccc;
    }

.new-uikit-items {
    position: fixed;
    z-index: 9999999;
    left: -600px;
    top: 0;
    display: none;
    flex-flow: column;
    height: 100vh;
    max-height: 100vh;
    width: 600px;
    padding: 1rem 0;
    background-color: #ffffff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
}

    .new-uikit-items .new-uikit-items__cta-container {
        position: absolute;
        z-index: 4;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-content: center;
        align-items: flex-end;
        right: -105px;
        top: 0;
        bottom: 0;
        width: 115px;
    }

        .new-uikit-items .new-uikit-items__cta-container .new-uikit-items__cta {
            display: block;
            color: #00529c;
            text-align: center;
            background-color: #ffffff;
            cursor: pointer;
            padding: 1.5rem 1rem 1rem 1.5rem;
            -webkit-border-radius: 0 6px 6px 0;
            -moz-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
            box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.1);
        }

            .new-uikit-items .new-uikit-items__cta-container .new-uikit-items__cta i {
                font-size: 30px;
                margin-bottom: .25rem;
            }

            .new-uikit-items .new-uikit-items__cta-container .new-uikit-items__cta:hover {
                background-color: #00529c;
                color: #ffffff;
            }

    .new-uikit-items.new-uikit-items__opened {
        -webkit-animation-name: new-uikit-animation;
        -moz-animation-name: new-uikit-animation;
        -o-animation-name: new-uikit-animation;
        animation-name: new-uikit-animation;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .new-uikit-items .new-uikit-items__container {
        position: relative;
        z-index: 5;
        display: flex;
        flex-flow: column;
        margin: 0 0 0 1rem;
        height: 100%;
        max-height: 100%;
    }

        .new-uikit-items .new-uikit-items__container h3 {
            margin-bottom: 1rem;
        }

        .new-uikit-items .new-uikit-items__container .new-uikit-intro {
            margin-right: 2rem;
        }

        .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container {
            position: relative;
            display: block;
            width: auto;
            flex: 1 1 auto;
            overflow-y: auto;
            padding-right: 1rem;
        }

            .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container .new-uikit-items__card {
                display: block;
                flex: 1 1 100%;
                padding: .5rem 1rem;
                margin-bottom: 1rem;
                background-color: #eff2f3;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container .new-uikit-items__card .new-uikit-items__card-heading {
                    font-weight: bold;
                }

                .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container .new-uikit-items__card .new-kit-subsection {
                    list-style-type: square;
                    padding: .5rem .5rem .5rem 30px;
                    border-top: 1px solid #CCC;
                    margin: .5rem 0 .5rem 0;
                    font-size: 14px;
                }

                    .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container .new-uikit-items__card .new-kit-subsection .new-uikit-items__card-subheading {
                        margin-left: -20px;
                        text-transform: uppercase;
                    }

                    .new-uikit-items .new-uikit-items__container .new-uikit-items__card-container .new-uikit-items__card .new-kit-subsection .new-kit-subsection__list .new-kit-subsection__update-types {
                        padding-left: 20px;
                    }

        .new-uikit-items .new-uikit-items__container .new-uikit-items__footer {
            font-size: 14px;
            display: block;
            padding: 1rem 1rem 1rem 0;
        }

@keyframes new-uikit-animation {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.cc-form_employ-application .form-group .d-flex .form-control {
    width: auto;
}

.cc-form_employ-application .form-group a {
    text-decoration: underline;
}

.cc-form_employ-application .form-group select {
    text-transform: uppercase;
}

.cc-form_employ-application .form-group i {
    font-size: 22px;
    margin-top: 6px;
}

.cc-modal-showed {
    overflow: hidden;
}

.cc-modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99998;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.cc-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 720px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: translate(100%, 0);
    transition: 1s;
}

.cc-modal-sm {
    max-width: 500px;
}

.cc-modal-inner {
    position: relative;
    z-index: 2;
    overflow-y: auto;
    height: 100%;
    padding: 24px 32px 160px;
    background-color: #ffffff;
}

    .cc-modal-inner::-webkit-scrollbar {
        width: 5px;
    }

    .cc-modal-inner::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .cc-modal-inner::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.6);
    }

.cc-modal.cc-helpbug-modal .cc-modal-inner {
    display: flex;
    flex-flow: column;
}

    .cc-modal.cc-helpbug-modal .cc-modal-inner .cc-modal-body {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }

.cc-modal-close {
    float: right;
    cursor: pointer;
}

.cc-modal-header {
    background-color: #535353;
    color: #ffffff;
    padding: 12px 32px 4px;
}

    .cc-modal-header h5 {
        color: #ffffff;
    }

    .cc-modal-header button {
        position: relative;
        z-index: 100;
    }

.cc-modal-footer {
    padding: 16px 32px 14px 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

    .cc-modal-footer.fixed {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
    }

.cc-modal .form-control-counter {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

    .cc-modal .form-control-counter .fa {
        width: 25px;
        height: 25px;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        cursor: pointer;
    }

    .cc-modal .form-control-counter .fa-plus, .cc-modal .form-control-counter .fa-minus {
        border: 1px solid #ddd;
        border-radius: 50%;
    }

    .cc-modal .form-control-counter .form-control {
        border: none;
        padding: 5px;
        width: 30px;
        text-align: center;
        background-color: transparent;
    }

.cc-modal.show {
    transform: translate(0, 0);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}

.cc-modal.cc-helpbug-modal {
    max-width: 500px;
}

    .cc-modal.cc-helpbug-modal .cc-modal-content {
        display: flex;
        flex-flow: column;
        height: 100%;
    }

        .cc-modal.cc-helpbug-modal .cc-modal-content .cc-modal-inner {
            flex: 1 1 auto;
            -ms-flex: 1 1 auto;
        }

        .cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links {
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: flex-start;
            border-top: 1px solid #cccccc;
            margin: 2rem 0 0 0;
        }

            .cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links a {
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                padding: 1rem .5rem;
                border-bottom: 1px solid #cccccc;
                flex: 1 1 100%;
            }

                .cc-modal.cc-helpbug-modal .cc-modal-content .cc-helpbug-modal__links a i {
                    font-size: 24px;
                    color: #f47421;
                    margin-right: .5rem;
                }

    .cc-modal.cc-helpbug-modal .sidebar-spacer {
        display: block;
        width: 100%;
        height: 150px;
    }

.cc-confirmation-modal {
    display: none;
}

    .cc-confirmation-modal .cc-confirmation {
        max-width: unset;
    }

        .cc-confirmation-modal .cc-confirmation .cc-confirmation-body,
        .cc-confirmation-modal .cc-confirmation .cc-confirmation-footer {
            background-color: #fff;
        }

.cc-confirmation-footer__info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

    .cc-confirmation-footer__info div {
        flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        margin-left: 1rem;
        text-align: left;
    }

.page-modal {
    z-index: 99999;
}

    .page-modal.page-modal-md .container {
        min-width: 0;
        margin-top: 1.5rem;
    }

    .page-modal.page-modal-md .modal-dialog {
        max-width: 960px;
    }

    .page-modal.page-modal-md .modal-footer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .page-modal.page-modal-lg .container {
        min-width: 0;
        margin-top: 1.5rem;
    }

    .page-modal.page-modal-lg .modal-dialog {
        max-width: 1200px;
    }

        .page-modal.page-modal-lg .modal-dialog .modal-content {
            max-height: 90vh;
        }

    .page-modal.page-modal-lg .modal-footer {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .page-modal.page-modal-lg .scrollable-body {
        overflow-y: auto;
    }

    .page-modal .modal-dialog {
        max-width: 1480px;
    }

        .page-modal .modal-dialog .cc-card {
            box-shadow: none;
        }

.full-page-modal {
    padding: 0 !important;
    top: 0 !important;
    z-index: 99999;
}

    .full-page-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        background-color: #fff;
    }

        .full-page-modal .modal-dialog .modal-header {
            position: relative;
            padding-right: 50px;
            min-height: 24px;
        }

            .full-page-modal .modal-dialog .modal-header .close {
                font-size: 3.5rem;
                position: absolute;
                right: 2rem;
                top: 1.2rem;
                z-index: 1000;
                padding: 0;
            }

                .full-page-modal .modal-dialog .modal-header .close.fixed {
                    position: fixed;
                    right: 3rem;
                }

            .full-page-modal .modal-dialog .modal-header.sticky .close {
                right: 3rem;
            }

        .full-page-modal .modal-dialog .modal-content {
            border-radius: 0;
            min-height: 100vh;
        }

        .full-page-modal .modal-dialog .modal-footer {
            border-top: 0;
            justify-content: flex-start;
        }

        .full-page-modal .modal-dialog .cc-card {
            box-shadow: none;
        }

.modal-header.sticky {
    position: fixed !important;
    top: 0;
    min-height: 70px !important;
    left: 0;
    width: 100%;
    z-index: 2;
}

.scrollable-modal .modal-content {
    max-height: 90vh;
    height: 90vh;
    display: flex;
    flex-flow: column;
}

    .scrollable-modal .modal-content section {
        overflow-y: auto;
        flex: 1 1 auto;
    }

.accordion h5 {
    margin-bottom: 1rem;
}

.accordion .card {
    cursor: pointer;
    border: 0;
    border-top: 1px solid #eff2f3;
    background-color: #ffffff;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .accordion .card:nth-child(1) {
        border-top: none;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .accordion .card .card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

        .accordion .card .card-header a {
            position: relative;
            display: block;
            padding: 1.25rem;
            width: auto;
            font-weight: bold;
        }

            .accordion .card .card-header a[data-toggle="collapse"] {
                color: #444444;
            }

            .accordion .card .card-header a .accordion-icon {
                position: absolute;
                right: 1rem;
                top: 0;
                height: 100%;
                display: none;
                flex-flow: row nowrap;
                align-items: center;
                font-size: 1rem;
            }

                .accordion .card .card-header a .accordion-icon.minus-icon {
                    display: flex;
                }

            .accordion .card .card-header a.collapsed {
                background-color: rgba(0, 0, 0, 0.025);
                /*color: rgba(0,0,0,.5);

                    &:hover {
                        color: $primary-blue;
                    }*/
            }

                .accordion .card .card-header a.collapsed .accordion-icon {
                    display: none;
                }

                    .accordion .card .card-header a.collapsed .accordion-icon.plus-icon {
                        display: flex;
                    }

.accordion .accordion-content {
    font-size: .8rem;
}

    .accordion .accordion-content .card-body {
        padding-right: 3rem;
    }

.accordion.life-events-accordion {
    border-top: 1px solid #eff2f3;
}

    .accordion.life-events-accordion .table {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .accordion.life-events-accordion .collapsed {
        background-color: #ffffff !important;
        color: #444444 !important;
    }

.accordion.white-accordion .collapsed {
    background-color: #ffffff !important;
    color: #444444 !important;
}

.accordion.card-accordion .card {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.accordion.card-accordion .collapsed {
    background-color: #ffffff !important;
    color: #444444 !important;
}

#pendingBody .card-body {
    padding-bottom: 0;
}

.pending-events-heading {
    font-size: .9rem;
    color: #444444;
}

.dashboard-carousel {
    height: 100px;
    overflow: hidden;
    width: 100%;
}

    .dashboard-carousel .carousel-indicators {
        margin-bottom: 0;
    }

        .dashboard-carousel .carousel-indicators li {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #E6E7E8;
            border: 1px solid #E6E7E8;
        }

        .dashboard-carousel .carousel-indicators .active {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: #00529c;
            border: 1px solid #00529c;
        }

    .dashboard-carousel .carousel-inner {
        width: 90%;
        margin: auto;
    }

    .dashboard-carousel .carousel-control {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        width: 5%;
    }

        .dashboard-carousel .carousel-control.carousel-control-prev {
            justify-content: flex-start;
        }

            .dashboard-carousel .carousel-control.carousel-control-prev .carousel-control-prev-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
            }

        .dashboard-carousel .carousel-control.carousel-control-next {
            justify-content: flex-end;
        }

            .dashboard-carousel .carousel-control.carousel-control-next .carousel-control-next-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
            }

.cc-overview-intro .media i {
    color: #00529c;
    font-size: 2.0rem;
    margin-right: 1rem;
}

.cc-overview-intro .media .media-body h6 {
    margin-top: 0.35rem;
}

.cc-overview-intro hr {
    margin-bottom: 2.6rem;
}

.table-files-list {
    list-style: none;
    margin: 0;
    padding: 12px 18px 10px 71px;
}

    .table-files-list li {
        display: inline-block;
        padding: 2px 16px;
        border-left: 1px solid #dddddd;
        vertical-align: middle;
    }

        .table-files-list li:first-child {
            border-left: none;
            padding-left: 0;
        }

        .table-files-list li p {
            margin: 0;
        }

        .table-files-list li a i {
            margin-right: 5px;
        }

.quote-includes {
    padding: 1rem 0 0;
}

    .quote-includes .row {
        text-align: center;
    }

    .quote-includes i {
        font-size: 2rem;
        color: #00529c;
        margin-bottom: 0.2rem;
    }

    .quote-includes h4 {
        font-size: 0.9rem;
        font-weight: 400;
        text-transform: capitalize;
        color: #444;
        margin-bottom: 0;
    }

    .quote-includes ul {
        padding: 0;
        margin: 0;
    }

        .quote-includes ul li {
            list-style: none;
            font-size: 16px;
            font-weight: 400;
        }

            .quote-includes ul li + li {
                margin-top: 15px;
            }

.quote-optional ._right label {
    font-weight: 400;
    font-size: 14px;
}

.quote-optional ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .quote-optional ul li {
        padding: 14px 18px;
        background: #fbfbfb;
    }

        .quote-optional ul li label {
            color: #2e343d;
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 400;
        }

        .quote-optional ul li.active {
            background: #F8F9FB;
        }

        .quote-optional ul li + li {
            margin-top: 4px;
        }

.info-section .info-box {
    padding-left: 15px;
}

    .info-section .info-box i {
        display: flex;
        font-size: 24px;
        margin-right: 12px;
        color: #00529c;
    }

    .info-section .info-box h4 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .info-section .info-box p {
        font-size: 14px;
        color: #2e343d;
        margin: 0;
    }

.delivery-email h4 {
    color: #2e343d;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.delivery-email .form-control {
    width: 51%;
    font-size: 14px;
    color: #6e6e6e;
}

.delivery-email p {
    color: #75777a;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 12px;
}

.public-contact-form .form-control {
    border: none;
    border-bottom: 2px solid #75777a;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 41px;
    height: auto;
    color: #75777a;
}

.public-contact-form .radio-options > * {
    vertical-align: middle;
}

.public-contact-form .custom-control-label::before {
    border-width: 2px;
    border-color: #78777a;
    background-color: #f2f4f5;
    width: 16px;
    height: 16px;
}

.main-footer {
    background-color: #2e343d;
}

    .main-footer p {
        color: #acb8ca;
    }

    .main-footer .footer-logo {
        max-width: 280px;
        margin-bottom: 35px;
    }

    .main-footer .footer-nav {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 22px 0 40px;
    }

        .main-footer .footer-nav a {
            color: #acb8ca;
        }

    .main-footer .footer-top {
        padding: 35px 0 25px;
        border-bottom: 1px solid rgba(230, 231, 232, 0.25);
    }

        .main-footer .footer-top p {
            margin: 0;
        }

    .main-footer .copyright {
        margin: 0;
    }

    .main-footer .footer-bottom {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
    }

        .main-footer .footer-bottom .social-list a {
            color: #acb8ca;
            display: inline-block;
            font-size: 24px;
        }

            .main-footer .footer-bottom .social-list a + a {
                margin-left: 12px;
            }

.google-map-container {
    height: 430px;
    border-radius: 5px;
    border: 1px solid #c7d1da;
    position: relative;
}

    .google-map-container .g-map-address {
        position: absolute;
        right: 50px;
        top: 50px;
        z-index: 1;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

.cc-contact-us .cc-card-wrapper .cc-card p {
    margin-bottom: 5px;
}

    .cc-contact-us .cc-card-wrapper .cc-card p span {
        min-width: 50px;
        display: inline-block;
    }

.cc-contact-us .cc-card-wrapper .cc-card h3 + p {
    margin-top: 0;
}

.acp-landing-grid {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

    .acp-landing-grid:nth-child(3n) {
        border-bottom: none;
    }

    .acp-landing-grid .acp-icon {
        width: 3.5rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
    }

        .acp-landing-grid .acp-icon i {
            font-size: 42px;
        }

.rx-search-card {
    padding: 1.5rem 0 !important;
}

    .rx-search-card .cc-card-wrapper {
        max-height: 100% !important;
    }

        .rx-search-card .cc-card-wrapper iframe {
            height: 100% !important;
        }

#about-this-data-container, #your-questions-container, #list-of-plans-container, #rx-choices-container {
    padding-right: 25px;
}

.rx-search-body {
    width: 100%;
}

    .rx-search-body .cc-subheader__tabs {
        z-index: 999;
    }

.iframe-body {
    height: 690px;
    padding: 24px 0 !important;
    margin-top: 1.5rem;
}

    .iframe-body .container {
        height: 100%;
    }

        .iframe-body .container .cc-card {
            height: 100%;
        }

            .iframe-body .container .cc-card .cc-card-wrapper:not(.iframe-card-wrapper) {
                height: 100%;
                overflow-y: scroll;
                padding-right: 32px;
                padding-bottom: 50px;
            }

            .iframe-body .container .cc-card .iframe-card-wrapper {
                height: 100%;
                max-height: 100%;
                width: 100%;
            }

                .iframe-body .container .cc-card .iframe-card-wrapper iframe {
                    height: 100%;
                    width: 100%;
                    border: none;
                }

.rx-search-page {
    display: block;
    width: auto;
    background-color: #ffffff;
    padding: 1rem 3rem;
}

    .rx-search-page table {
        width: 80%;
        margin: 2rem auto;
        border: 1px solid #cccccc;
        border-collapse: collapse;
    }

        .rx-search-page table.left-table {
            margin-left: 0;
            margin-right: 0;
        }

        .rx-search-page table.full-table {
            width: 100%;
        }

        .rx-search-page table th {
            color: white;
            background-color: #535353;
            font-weight: bold;
            padding: 12px 18px 10px 16px;
            vertical-align: middle;
            text-align: left;
            font-size: 0.8rem;
            text-transform: uppercase;
            border: 1px solid #535353;
        }

            .rx-search-page table th.table-subheader {
                font-weight: normal;
                color: #444;
                text-align: center;
                background-color: #cccccc;
                border: 1px solid #cccccc;
            }

        .rx-search-page table td {
            border: 1px solid #cccccc;
            font-size: 0.8rem;
        }

    .rx-search-page .rx-search__questions {
        display: block;
        width: auto;
        padding: 2rem 0;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 2rem;
    }

    .rx-search-page .rx-search-accordion {
        margin-top: 2rem;
        border-top: 1px solid #eff2f3;
        border-bottom: 1px solid #eff2f3;
    }

    .rx-search-page sup span {
        color: #00529c;
    }

        .rx-search-page sup span:hover {
            cursor: pointer;
            font-weight: bold;
        }

    .rx-search-page .choices-list-highlight {
        padding: 1rem 0;
        background-color: #eff2f3;
        font-weight: bold;
    }

    .rx-search-page .plan-header-links {
        display: block;
        text-align: left;
        margin: 2rem 0;
    }

        .rx-search-page .plan-header-links .plan-dropdown {
            display: inline-block;
            margin-right: 1rem;
        }

.rx-search-container .nav {
    display: block !important;
    color: #00529c !important;
}

/* Broker Upload Docs */
.upload-hidden {
    display: none;
}

.new-hire-notice {
    font-size: 14px;
}

.member-value-suite .member-value-suite__header {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: auto;
    text-align: center;
    padding-bottom: 3rem;
}

.member-value-suite .member-value-suite__body {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 0 -15px;
}

    .member-value-suite .member-value-suite__body .member-value-suite__link-container {
        flex: 1 1 50%;
        width: 100%;
        max-width: 50%;
        padding: 0 15px;
        align-self: stretch;
        display: flex;
        margin-bottom: 1rem;
    }

        .member-value-suite .member-value-suite__body .member-value-suite__link-container .member-value-suite__link {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
        }

            .member-value-suite .member-value-suite__body .member-value-suite__link-container .member-value-suite__link .member-value-suite__card {
                width: 100%;
            }

                .member-value-suite .member-value-suite__body .member-value-suite__link-container .member-value-suite__link .member-value-suite__card .member-value-suite__content {
                    position: relative;
                    display: flex;
                    flex-flow: row nowrap;
                    align-items: center;
                    padding: 1.5rem 0;
                    width: 100%;
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%;
                    margin: auto;
                    align-self: stretch;
                }

                    .member-value-suite .member-value-suite__body .member-value-suite__link-container .member-value-suite__link .member-value-suite__card .member-value-suite__content i {
                        font-size: 45px;
                        color: #00529c;
                        margin-right: 2rem;
                    }

                    .member-value-suite .member-value-suite__body .member-value-suite__link-container .member-value-suite__link .member-value-suite__card .member-value-suite__content div {
                        color: #444444;
                    }

.success-icon i {
    font-size: 45px;
}

.empty-renewals {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 6rem 0;
}

.cc-overview-intro i {
    color: #00529c;
    font-size: 2.0rem;
}

.ga-iframe-body {
    height: unset;
    padding: 48px 0 120px !important;
}

    .ga-iframe-body .cc-card {
        margin-bottom: 0;
    }

.ga-iframe-container {
    position: relative;
    display: block;
    margin: auto;
    width: 1230px;
    height: 718px;
    overflow: hidden;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .ga-iframe-container .ga-iframe-wrapper {
        position: relative;
        display: block;
        width: auto;
        min-width: 850px;
        min-height: 100%;
    }

        .ga-iframe-container .ga-iframe-wrapper iframe {
            min-height: 800px;
            margin-top: -83px;
        }

.cc-public-content-template {
    /* cc-content-template-outer-wrapper */
}

    .cc-public-content-template a:not(.btn) {
        color: #0098D6;
        font-weight: 600;
    }

    .cc-public-content-template section.cc-content-template-hero {
        background: transparent url("../images/public-layout/public-banner.jpg") no-repeat 50% 0%;
        height: 50vh;
        background-size: cover;
    }

    .cc-public-content-template section.cc-content-template-outer-wrapper {
        padding: 82px 0;
    }

        .cc-public-content-template section.cc-content-template-outer-wrapper h1 {
            color: #0098D6;
            font-size: 56px;
            font-weight: 600;
            margin-bottom: 2.5rem;
            text-align: center;
        }

        .cc-public-content-template section.cc-content-template-outer-wrapper h2 {
            color: #2e343d;
            font-size: 32px;
            font-weight: 400;
            margin-bottom: 2.5rem;
            text-align: center;
        }

        .cc-public-content-template section.cc-content-template-outer-wrapper .media h5 {
            color: #0098D6;
        }

.employee-requirements .main-avatar {
    max-width: 415px;
    margin: -45px auto 85px;
    display: block;
}

.employee-requirements .employee-requirement-box {
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .employee-requirements .employee-requirement-box {
        margin-bottom: 52px;
    }
}

.employee-requirements .employee-requirement-box .dots {
    position: absolute;
}

@media only screen and (max-width: 991.98px) {
    .employee-requirements .employee-requirement-box .dots {
        display: none;
    }
}

.employee-requirements .employee-requirement-box .icon {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    text-align: center;
    line-height: 180px;
    margin-bottom: 40px;
    display: inline-block;
}

@media only screen and (max-width: 991.98px) {
    .employee-requirements .employee-requirement-box .icon {
        margin-bottom: 16px;
    }
}

.employee-requirements .employee-requirement-box .icon img {
    width: 100px;
}

.employee-requirements .employee-requirement-box.light-blue .dots {
    width: 190px;
    left: 74%;
    bottom: 100%;
}

.employee-requirements .employee-requirement-box.light-blue .icon {
    background-color: #0099d9;
}

.employee-requirements .employee-requirement-box.blue .dots {
    width: 36px;
    left: 60%;
    bottom: 104%;
}

.employee-requirements .employee-requirement-box.blue .icon {
    background-color: #00529c;
}

.employee-requirements .employee-requirement-box.green .dots {
    width: 36px;
    right: 60%;
    bottom: 104%;
}

.employee-requirements .employee-requirement-box.green .icon {
    background-color: #9ecb3b;
}

.employee-requirements .employee-requirement-box.orange .dots {
    width: 190px;
    right: 74%;
    bottom: 100%;
}

.employee-requirements .employee-requirement-box.orange .icon {
    background-color: #f47321;
}

.cc-bordered-box {
    border: 2px solid #f2f4f5;
    padding: 34px;
}

.cc-white-box {
    background-color: white;
    padding: 34px;
    margin-bottom: 30px;
    min-height: 120px;
    width: 100%;
}

    .cc-white-box ul {
        height: 50px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

.cc-quote-bg {
    background: #0098D6 url("../images/public-layout/quote-bg.png") no-repeat 50% 50%;
    background-size: cover;
    padding: 40px;
    text-align: center;
}

    .cc-quote-bg p {
        margin: 0;
        font-size: 31px;
        color: #ffffff;
        font-style: italic;
    }

/*.dropdown{
  &.w-100{
    .btn{
      width: 100%;
      text-align: left;
      padding-left: 16px;
      padding-right: 16px;
      &:after {
        float: right;
        margin-top: 8px;
      }
    }
  }
}
*/
.cc-flex-row {
    display: flex;
    justify-content: space-between;
}

    .cc-flex-row div.cc-flex-item {
        margin: 0 12px;
        width: 100%;
    }

        .cc-flex-row div.cc-flex-item:first-child {
            margin-left: 0;
        }

        .cc-flex-row div.cc-flex-item:last-child {
            margin-right: 0;
        }

        .cc-flex-row div.cc-flex-item .cc-card {
            height: 100%;
            flex: 1 0 auto;
        }

a.radio-row {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 12px 18px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
    color: #00529c;
    transition: all 0.3s ease 0s;
}

    a.radio-row:hover, a.radio-row:focus, a.radio-row:active, a.radio-row.selected {
        background-color: #0098D6;
        color: #ffffff;
    }

    a.radio-row:not(.selected):hover {
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        color: #00529c;
    }

i.fa-calendar-alt {
    color: #00529c;
    font-size: 1.3rem;
    vertical-align: middle;
    cursor: pointer;
}

.metaltier-header {
    height: 100px;
    margin-bottom: 1rem;
}

.metaltier-action a.btn {
    display: block;
    width: 100%;
    margin-bottom: .75rem;
}

.cc-contribution .contribution-header {
    height: 134px;
    box-shadow: 0 19px 19px -28px rgba(0, 0, 0, 0.3);
    margin-bottom: 32px;
    padding: 0 8px;
}

    .cc-contribution .contribution-header p {
        font-size: 0.8rem;
    }

.cc-contribution .cc-card h5 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.cost-forms .or-circle {
    background-color: #0098D6;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cost-forms .form-group label {
    font-weight: 300;
}

.cost-forms hr {
    margin-left: -32px;
    margin-right: -32px;
}

.cc-optional-benefits .cc-flex-item .custom-checkbox {
    padding-left: 30px;
    margin-bottom: 8px;
}

    .cc-optional-benefits .cc-flex-item .custom-checkbox .custom-control-label {
        font-size: 1rem;
        font-weight: 700;
    }

        .cc-optional-benefits .cc-flex-item .custom-checkbox .custom-control-label::before, .cc-optional-benefits .cc-flex-item .custom-checkbox .custom-control-label::after {
            left: -30px;
        }

.cc-optional-benefits .cc-flex-item p {
    font-size: 0.8rem;
    margin-left: 30px;
}

.optional-benefits-body .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.th-progress {
    width: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .th-progress span {
        font-size: 0.8rem;
        padding: 0.25rem;
        border: 1px solid #ffffff;
        background-color: #09600d;
        color: #ffffff;
        border-radius: 2px;
    }

.progress-step {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -10px;
}

    .progress-step.first {
        left: -10px;
    }

    .progress-step.second {
        left: 50%;
        margin-left: -10px;
    }

    .progress-step.third {
        right: -10px;
    }

    .progress-step.active {
        color: #fff;
        border-color: #09600d;
        background-color: #09600d;
    }

.ole-progress {
    width: 200px;
    margin: 0 auto;
    height: 3px;
    background-color: #dadada;
    overflow: visible;
    position: relative;
}

    .ole-progress .progress-bar {
        background-color: #aaaaaa;
    }

    .ole-progress.vertical {
        width: 3px;
        height: 200px;
    }

        .ole-progress.vertical .progress-bar {
            width: 100%;
        }

        .ole-progress.vertical .progress-step {
            left: -9px;
        }

            .ole-progress.vertical .progress-step.first {
                top: -10px;
            }

            .ole-progress.vertical .progress-step.second {
                top: 50%;
                margin-top: -10px;
                margin-left: 0;
            }

            .ole-progress.vertical .progress-step.third {
                bottom: -10px;
                right: auto;
                top: auto;
            }

.data-tables-top {
    display: inline-block;
    margin-left: auto;
    float: right;
    margin-bottom: -38px;
    position: relative;
    z-index: 1;
}

    .data-tables-top .data-tables-top-action.btn-group .btn {
        padding: 5px 16px 4px;
        color: #000;
    }

.progress-widget {
    position: relative;
    padding-left: 22px;
}

    .progress-widget ul {
        list-style: none;
        padding: 0;
    }

        .progress-widget ul li .media {
            margin-bottom: 10px;
        }

            .progress-widget ul li .media .media-body {
                padding-bottom: 10px;
                border-bottom: 1px solid #dfe7ea;
            }

    .progress-widget .ole-progress {
        position: absolute;
        left: 3px;
        top: 11px;
        height: 166px;
    }

.management-detail-page .cc-card .media {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .management-detail-page .cc-card .media span i {
        color: #00529c;
        font-size: 20px;
        margin-right: .50rem;
    }

    .management-detail-page .cc-card .media .media-body {
        border-bottom: none;
    }

.management-detail-page .cc-table__td-action .cc-table__td-dropdown button.btn {
    text-align: left;
    font-weight: 400;
    width: 100%;
    color: #00529c;
    padding-left: 10px;
}

    .management-detail-page .cc-table__td-action .cc-table__td-dropdown button.btn:after {
        float: right;
        margin-top: 8px;
        margin-right: 7px;
    }

.management-detail-page .ole-management-right-widgets .date p {
    margin-bottom: 4px;
}

    .management-detail-page .ole-management-right-widgets .date p:last-child {
        margin-bottom: 0;
    }

.management-detail-page .ole-management-right-widgets .completed span {
    height: 45px;
    width: 60px;
    border-radius: 5px;
    background-color: #007000;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.management-detail-page .ole-management-right-widgets .remaining span {
    height: 45px;
    width: 60px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #444444;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.management-detail-page .ole-management-right-widgets .application-error i {
    color: #B90909;
    font-size: 44px;
    margin-top: 15px;
}

.management-detail-page .ole-management-right-widgets .days-left p {
    margin: 0;
}

.management-detail-page .ole-management-right-widgets .days-left span {
    height: 45px;
    width: 60px;
    border-radius: 5px;
    background-color: #F5DB1F;
    color: #444444;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.management-detail-page .ole-management-right-widgets .summary-table {
    /*tr:hover {
      td {
          background-color: lighten($primary-blue, 65) !important;
          cursor: pointer;
      }
  }*/
}

    .management-detail-page .ole-management-right-widgets .summary-table thead tr th {
        border-top: none;
    }

    .management-detail-page .ole-management-right-widgets .summary-table tbody tr td {
        font-size: 13px;
        cursor: pointer !important;
    }

        .management-detail-page .ole-management-right-widgets .summary-table tbody tr td i {
            font-size: 14px;
        }

        .management-detail-page .ole-management-right-widgets .summary-table tbody tr td a {
            /*text-decoration: underline;*/
            /*color: $text-color;*/
        }

            .management-detail-page .ole-management-right-widgets .summary-table tbody tr td a i {
                font-size: 14px;
            }

.management-detail-page .information-statuses {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .management-detail-page .information-statuses .status-item {
        flex: 1 1 auto;
        padding: 0 5px;
        margin: 0 5px;
        width: 18%;
        border-right: 1px solid #dfe7ea;
    }

        .management-detail-page .information-statuses .status-item:last-child {
            border-right: none;
        }

        .management-detail-page .information-statuses .status-item .number {
            font-size: 1.5em;
            font-weight: bold;
            line-height: 1.4em;
        }

        .management-detail-page .information-statuses .status-item p {
            margin: 0;
            text-transform: uppercase;
        }

a.census-info-dependents i.far {
    font-size: 1.0rem;
    margin-right: 4px;
}

.census-info {
    padding: 2px 0 0 40px;
}

    .census-info p {
        font-size: 0.8rem;
    }

        .census-info p span {
            min-width: 15.5%;
            display: inline-block;
            font-weight: 600;
        }

.dashboard-intro {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

    .dashboard-intro .dashboard-intro__buttons {
        display: flex;
        flex-flow: row nowrap;
        align-content: center;
    }

        .dashboard-intro .dashboard-intro__buttons .dashboard-intro__button {
            margin-left: .5rem;
        }

            .dashboard-intro .dashboard-intro__buttons .dashboard-intro__button .btn-grey-outline {
                box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
                padding: 7.5px 24px;
            }

.dashboard-body .cc-card {
    width: 100%;
    margin-bottom: 30px;
}

    .dashboard-body .cc-card.dashboard-card {
        padding: 24px;
    }

        .dashboard-body .cc-card.dashboard-card .cc-card-wrapper {
            display: flex;
            flex-flow: column;
            height: 100%;
        }

            .dashboard-body .cc-card.dashboard-card .cc-card-wrapper .dashboard-card-body {
                flex: 1 1 auto;
                -ms-flex: 1 1 auto;
            }

        .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading {
            font-size: 18px;
            font-weight: bold;
            vertical-align: middle;
        }

        .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon {
            font-weight: bold;
            text-align: center;
        }

            .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon .my-benefits-table_heading-icon-wrapper {
                display: flex;
                flex-flow: column;
                align-items: center;
                justify-content: flex-end;
            }

                .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon .my-benefits-table_heading-icon-wrapper i {
                    font-weight: normal !important;
                    color: #00529c;
                    font-size: 32px;
                    font-weight: normal;
                    margin-bottom: .25rem;
                    text-align: center;
                }

                .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon .my-benefits-table_heading-icon-wrapper .benefits-chiro-icon {
                    fill: #00529c !important;
                    height: 36px;
                    margin-bottom: .25rem !important;
                }

            .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon.my-benefits-table_heading-icon-disabled .my-benefits-table_heading-icon-wrapper {
                color: #cccccc;
            }

                .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon.my-benefits-table_heading-icon-disabled .my-benefits-table_heading-icon-wrapper i {
                    color: #cccccc;
                }

                .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_heading-icon.my-benefits-table_heading-icon-disabled .my-benefits-table_heading-icon-wrapper .benefits-chiro-icon {
                    fill: #cccccc !important;
                }

        .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_plans {
            background-color: #eff2f3;
        }

            .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_plans .my-benefits-table_plans-heading {
                font-size: 18px;
                font-weight: bold;
                vertical-align: middle;
            }

        .dashboard-body .cc-card.dashboard-card .my-benefits-table .my-benefits-table_cost {
            border-top: 3px solid #eff2f3;
            font-size: 18px;
            font-weight: bold;
            vertical-align: middle;
        }

        .dashboard-body .cc-card.dashboard-card .my-benefits-table tr td {
            text-align: center;
            vertical-align: center;
        }

            .dashboard-body .cc-card.dashboard-card .my-benefits-table tr td:first-of-type {
                text-align: left;
            }

        .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            margin: 0 -1rem;
        }

            .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section {
                flex: 1 1 50%;
                -ms-flex: 1 1 50%;
                align-self: stretch;
                display: flex;
                flex-flow: column;
                margin: 0 1rem;
            }

                .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments-invoices__section-header {
                    font-size: 1.1rem;
                    font-weight: bold;
                    margin-bottom: .5rem;
                    text-align: center;
                }

                .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments__list {
                    flex: 1 1 auto;
                    display: flex;
                    flex-flow: column;
                    margin-bottom: 2rem;
                }

                    .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments__list .dashboard-payments__list-item {
                        display: flex;
                        flex-flow: row nowrap;
                        align-items: center;
                        justify-content: space-between;
                        padding: .5rem 0;
                    }

                        .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments__list .dashboard-payments__list-item.dashboard-payments__list-total {
                            font-weight: bold;
                            border-top: 1px solid #eff2f3;
                            font-size: 16px;
                        }

                        .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments__list .dashboard-payments__list-item.late-due {
                            color: #B90909;
                        }

                            .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments__list .dashboard-payments__list-item.late-due strong {
                                color: #444444;
                            }

                .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-invoices__list {
                    flex: 1 1 auto;
                    display: flex;
                    flex-flow: column;
                    margin-bottom: 2rem;
                }

                    .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-invoices__list .dashboard-invoices__list-item {
                        display: flex;
                        flex-flow: row nowrap;
                        align-items: center;
                        justify-content: space-between;
                        padding: .5rem 0;
                        border-bottom: 1px solid #eff2f3;
                    }

                        .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-invoices__list .dashboard-invoices__list-item:last-of-type {
                            border-bottom: none;
                        }

                .dashboard-body .cc-card.dashboard-card .dashboard-payments-invoices .dashboard-payments-invoices__section .dashboard-payments-invoices__footer {
                    text-align: center;
                }

        .dashboard-body .cc-card.dashboard-card .dashboard-no-pending {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

            .dashboard-body .cc-card.dashboard-card .dashboard-no-pending div {
                text-align: center;
                margin-top: -4rem;
            }

                .dashboard-body .cc-card.dashboard-card .dashboard-no-pending div i {
                    display: block;
                    margin-bottom: 1rem;
                    font-size: 70px;
                    color: #00529c;
                }

    .dashboard-body .cc-card ul {
        padding-inline-start: 0;
        list-style-type: none;
    }

        .dashboard-body .cc-card ul li {
            line-height: 18px;
            margin-bottom: 1rem;
        }

            .dashboard-body .cc-card ul li a, .dashboard-body .cc-card ul li strong {
                display: block;
                font-weight: 700;
            }

            .dashboard-body .cc-card ul li:last-of-type {
                margin-bottom: 0;
            }

            .dashboard-body .cc-card ul li.dashboard-benefits {
                position: relative;
                margin-left: 35px;
            }

                .dashboard-body .cc-card ul li.dashboard-benefits span.benefits-small {
                    display: flex;
                    flex-flow: row nowrap;
                    align-items: center;
                    justify-content: flex-start;
                }

                    .dashboard-body .cc-card ul li.dashboard-benefits span.benefits-small span {
                        margin-right: 2rem;
                        font-size: 12px;
                    }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-benefits__disabled {
                    color: #cccccc;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits:before {
                    content: '';
                    position: absolute;
                    left: -35px;
                    display: block;
                    width: 23px;
                    height: 23px;
                    top: -3px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-medical:before {
                    background: url(../images/ui-dashboard/medical_blue.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-medical.dashboard-medical-disabled:before {
                    background: url(../images/ui-dashboard/medical_disabled.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-dental:before {
                    background: url(../images/ui-dashboard/dental_blue.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-dental.dashboard-dental-disabled:before {
                    background: url(../images/ui-dashboard/dental_disabled.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-vision:before {
                    background: url(../images/ui-dashboard/vision_blue.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-vision.dashboard-vision-disabled:before {
                    background: url(../images/ui-dashboard/vision_disabled.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-chiro:before {
                    background: url(../images/ui-dashboard/chiro_blue.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-chiro.dashboard-chiro-disabled:before {
                    background: url(../images/ui-dashboard/chiro_disabled.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-life:before {
                    background: url(../images/ui-dashboard/life_blue.svg);
                    background-size: 23px 23px;
                }

                .dashboard-body .cc-card ul li.dashboard-benefits.dashboard-life.dashboard-life-disabled:before {
                    background: url(../images/ui-dashboard/life_disabled.svg);
                    background-size: 23px 23px;
                }

.dashboard-body .dashboard-body-left .dashboard-circles {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
}

    .dashboard-body .dashboard-body-left .dashboard-circles .dashboard-circle {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        width: 175px;
        height: 175px;
        background-color: #00529c;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.1);
    }

        .dashboard-body .dashboard-body-left .dashboard-circles .dashboard-circle a {
            color: #ffffff;
            text-align: center;
            line-height: 22px;
        }

            .dashboard-body .dashboard-body-left .dashboard-circles .dashboard-circle a span {
                display: block;
                font-size: 125%;
                font-weight: 700;
                margin-top: 8px;
            }

.dashboard-body .dashboard-right-rail.broker-right-rail .cc-card-wrapper {
    height: 100%;
    padding-bottom: 30px;
}

    .dashboard-body .dashboard-right-rail.broker-right-rail .cc-card-wrapper .cc-card {
        height: 100%;
    }

.dashboard-body .dashboard-right-rail .cc-card-wrapper span {
    display: block;
}

.dashboard-body .dashboard-right-rail .dashboard-sales-team {
    display: flex;
    flex-flow: column;
    margin: 0 1rem;
    align-items: center;
}

    .dashboard-body .dashboard-right-rail .dashboard-sales-team .dashboard-sales-member {
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 3rem;
    }

        .dashboard-body .dashboard-right-rail .dashboard-sales-team .dashboard-sales-member:last-of-type {
            margin-bottom: 0;
        }

        .dashboard-body .dashboard-right-rail .dashboard-sales-team .dashboard-sales-member img {
            width: 150px;
            height: 150px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 3px solid #dee2e6;
            margin-bottom: 1rem;
        }

        .dashboard-body .dashboard-right-rail .dashboard-sales-team .dashboard-sales-member h3 {
            margin-bottom: .25rem;
        }

.dashboard-body .dashboard-text-header {
    margin-bottom: 1rem;
}

    .dashboard-body .dashboard-text-header h3 {
        margin-bottom: 0;
    }

.dashboard-body .dashboard-bites {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .dashboard-body .dashboard-bites .dashboard-bite {
        flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        display: flex;
        flex-flow: column;
        padding: 0 .5rem;
        align-self: stretch;
    }

        .dashboard-body .dashboard-bites .dashboard-bite img {
            width: 100%;
            margin-bottom: .5rem;
        }

        .dashboard-body .dashboard-bites .dashboard-bite .dashboard-bite__text {
            flex: 1 1 auto;
            margin-bottom: 1rem;
        }

            .dashboard-body .dashboard-bites .dashboard-bite .dashboard-bite__text .dashboard-bite__title {
                display: block;
                font-weight: bold;
                margin-bottom: .25rem;
            }

.member-checkmark {
    display: block;
    width: .75rem;
    height: 1.5rem;
    background-color: transparent;
    border-bottom: 2px solid #444444;
    border-right: 2px solid #444444;
    transform: rotate(45deg);
    margin: -.25rem auto auto auto;
}

.question-p p {
    font-size: 0.9rem;
}

.card-body {
    padding-top: 0;
}

/*

* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }

*/

/*# sourceMappingURL=demo.css.map */
