﻿@charset "UTF-8";

@font-face {
    font-family: 'AvenirLTStdLight';
    src: url("../fonts/AvenirLTStdLight.eot");
    src: url("../fonts/AvenirLTStdLight.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdLight.woff2") format("woff2"), url("../fonts/AvenirLTStdLight.woff") format("woff"), url("../fonts/AvenirLTStdLight.ttf") format("truetype"), url("../fonts/AvenirLTStdLight.svg#AvenirLTStdLight") format("svg");
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url("../fonts/AvenirLTStdMedium.eot");
    src: url("../fonts/AvenirLTStdMedium.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdMedium.woff2") format("woff2"), url("../fonts/AvenirLTStdMedium.woff") format("woff"), url("../fonts/AvenirLTStdMedium.ttf") format("truetype"), url("../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium") format("svg");
}

@font-face {
    font-family: 'AvenirLTStdBook';
    src: url("../fonts/AvenirLTStdBook.eot");
    src: url("../fonts/AvenirLTStdBook.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdBook.woff2") format("woff2"), url("../fonts/AvenirLTStdBook.woff") format("woff"), url("../fonts/AvenirLTStdBook.ttf") format("truetype"), url("../fonts/AvenirLTStdBook.svg#AvenirLTStdBook") format("svg");
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url("../fonts/AvenirLTStdBlack.eot");
    src: url("../fonts/AvenirLTStdBlack.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdBlack.woff2") format("woff2"), url("../fonts/AvenirLTStdBlack.woff") format("woff"), url("../fonts/AvenirLTStdBlack.ttf") format("truetype"), url("../fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack") format("svg");
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-linkedin:before {
    content: "\e904";
}

.icon-googleplus:before {
    content: "\e905";
}

.icon-info:before {
    content: "\e900";
}

.icon-question:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e906";
}

.icon2-instagram:before {
    background-image: url('../fonts/403-instagram.svg');
}



body, html {
    font-family: "AvenirLTStdBook", "Avenir", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.009);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

body {
    display: table;
    width: 100%;
}

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded {
    height: 100%;
}


/*Content*/
.content-container {
    padding-top: 65px; /* header plus 45 */
}

.center-contain {
    padding: 25px 0;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

hr {
    border-top: 1px solid #7fac3a;
    margin-bottom: 20px;
    margin-top: 0;
}

.greyBg {
    background-color: #f2f4f3 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.framed {
    background: #fff;
    padding: 40px;
    margin: 50px 80px;
    margin-top: 0 !important;
    border: 1px solid #c8c8c8;
}

.frame-section {
    margin-bottom: 20px;
}

section:nth-child(odd) {
    background: #f3f8ec;
}

section:last-child {
    background: #FFFFFF;
}


.altBg {
    background: #f3fbfd !important;
    padding-bottom: 15px;
}

.bg-success {
    background-color: #dff0d8 !important;
}

.advertisement {
    background-color: #ffffff !important;
    padding-top: 25px;
}

.payment-list {
    font-size: 18px;
    line-height: 35px;
    text-align: left;
}

.well {
    min-height: 150px;
    overflow: scroll;
    background-color: #ffffff;
}

.login-box {
    padding: 65px 0;
}

.buttonChoice-left {
    text-align: right;
}

.buttonChoice-right {
    text-align: left;
}







/*Fonts*/
h1, .h1 {
    margin-top: 20px;
    margin: .67em 0;
    font-size: 40px;
    letter-spacing: .5px;
    color: #03891a;
}

h2, .h2 {
    margin-bottom: 25px !important;
    font-size: 32px;
    color: #03891a;
    letter-spacing: .5px;
}

h3, .h3 {
    margin-top: 10px;
    color: #03891a;
    font-size: 28px;
    font-weight: normal;
}

h4, .h4 {
    text-align: left;
    font-size: 18px;
    color: #03891a;
}

h5, .h5 {
    font-size: 26px;
    color: #03891a;
}

h6, .h6 {
    margin: 0 0 40px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

.altBg .h3, .altBg h3 {
    font-size: 24px;
    font-weight: normal;
    display: inline;
    margin-bottom: 0;
}

a {
    cursor: pointer;
    color: #8ec041;
}

    a:hover, a:active, a:focus, a:disabled {
        cursor: pointer;
        color: #8ec041;
    }

p {
    font-size: 16px;
}

.text-active {
    color: #52b848;
}

.text-nonActive {
    color: red;
}

.text-pending {
    color: #FFA500;
}

.cec-link {
    color: #6ca74e;
}

.grey {
    margin-top: 10px;
    color: #9c9c9c;
    font-size: 28px;
    font-weight: normal;
}

.customColor {
    color: #8ec041 !important;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.or-text {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
}

.payment-Title {
    font-size: 25px;
    margin-bottom: 40px;
    display: block;
}

.bold {
    font-weight: 600;
}

.increase-margin-top {
    margin-top: 25px;
}





/* Loading Spinner */

.overlay-spinner {
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.loader {
    display: inline-block;
    height: 100%;
    z-index: 10000;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 20px;
    font-size: 16px;
    color: #077faa;
    text-align: center;
    position: fixed;
    width: 260px;
    height: 140px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

.loading-icon {
    font-size: 60px;
    animation: fa-spin 6s infinite linear;
    -o-animation: fa-spin 6s infinite linear;
    -moz-animation: fa-spin 6s infinite linear;
    -webkit-animation: fa-spin 6s infinite linear;
}

.loading-icon2 {
    font-size: 35px;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: reverse;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: reverse;
}





/*Progress Tracker*/
.progress-tracker {
    background-color: #f2f4f3;
    padding: 15px 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.progress-box {
    margin: 15px 0 10px 0;
}

.progress-circle {
    border-radius: 50px;
    padding: 13px 11px;
    background-color: #005984;
    color: #ffffff;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

    .progress-circle span {
        line-height: 25px;
    }

    .progress-circle.active {
        background-color: #9bc75d;
    }

    .progress-circle.completed {
        cursor: pointer;
        background-color: #005984;
    }

    .progress-circle.inProgress {
        cursor: pointer;
        background-color: #9bc75d;
    }

    .progress-circle.disabled {
        cursor: not-allowed;
        background-color: #005984;
        opacity: 0.2;
    }

.progress-copy {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 8px;
    text-align: center;
    color: #555;
}

    .progress-copy.active {
        cursor: pointer;
    }

    .progress-copy.completed {
        cursor: pointer;
    }

    .progress-copy.inProgress {
        cursor: pointer;
    }

    .progress-copy.disabled {
        cursor: not-allowed;
        opacity: 0.2;
    }

.progress-step {
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}

    .progress-step:last-child {
        border-right: 0px solid transparent;
        padding-right: 0;
    }

    .progress-step:first-child {
        padding-left: 0;
    }




/*Progress Tracker MOBILE*/

.progress-box-mobile {
margin: 5px 0 10px 0;
}

.progress-mobile {
    padding: 8px 0;
    font-size: 25px;
    line-height: 0;
    text-align: center;
    margin-bottom: 8px;
}

.progress-circle-mobile {
    border-radius: 50px;
    padding: 7px 7px;
    background-color: #58b447;
    color: #ffffff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    font-weight: 700;
}

    .progress-circle-mobile.active {
        background-color: #9bc75d;
    }

    .progress-circle-mobile.completed {
        cursor: pointer;
        background-color: #005984;
    }

    .progress-circle-mobile.inProgress {
        cursor: pointer;
        background-color: #9bc75d;
    }

    .progress-circle-mobile.disabled {
        cursor: not-allowed;
        background-color: #005984;
        opacity: 0.2;
    }


.progress-mobile-copy {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    text-align: left;
}





/*Subscription Boxes*/
section.subscription-section {
    background-color: #ffffff !important;
}

section.moreSubscriptions-section {
    background-color: #f3f8ec !important;
}

.option {
    border: 1px solid #b3b3b3;
    width: 100%;
    border-radius: 7px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.option-header {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    line-height: 1.1;
}

.option-amount {
    font-size: 90px;
    font-weight: 500;
    margin-top: -25px;
    margin-bottom: -15px;
}

.option-units {
    font-size: 28px;
}

.option .btn {
    width: 85%;
    margin-bottom: 20px;
}

.option-fees {
    font-size: 13px !important;
    margin: 0;
    line-height: 20px;
}

.option-savings {
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
    color: #0e91c1;
    letter-spacing: .5px;
    line-height: 1.1;
}

.option-caption {
    font-size: 13px;
    word-spacing: -1px;
    line-height: 18px;
}

.option-custom {
    font-family: AvenirLTStdMedium, Arial,sans-serif !important;
    display: inline;
    font-size: 20px;
    color: #00507d;
    letter-spacing: .5px;
    line-height: 1.1;
    padding-top: 10px;
    text-align: right;
}




/*Enrollment Progress*/

.enrollment {
    /*margin-left: 43%;*/
    padding-bottom: 40px;
}

.enrollment-progress {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

    .enrollment-progress .step {
        display: inline-block;
        line-height: 40px;
    }

    .enrollment-progress .status.complete {
        color: #58bb4f;
        display: inline-block;
        font-size: 20px;
        line-height: 0;
        padding-right: 15px;
    }

    .enrollment-progress .status.incomplete {
        color: red;
        display: inline-block;
        font-size: 20px;
        line-height: 0;
        padding-right: 15px;
    }






/*Tables*/
table {
    width: 100%;
    margin: 10px auto 40px auto;
    background-color: #ffffff;
}

thead tr td {
    padding: 10px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    background: #78b156;
    color: #fff;
    border: 1px solid #78b156;
}

tbody tr td {
    padding: 10px;
    border: 1px solid #c7c8ca;
    overflow: hidden;
    font-size: 18px;
    color: #5d5d5d;
    font-weight: normal;
}

tbody tr:hover {
    background: #e5f3e8 !important;
}

tbody tr.bg-success:hover {
    background: #dff0d8 !important;
}

/*tbody tr:nth-child(odd) {
    background: #f3f8ec;
}*/

tbody > tr > td > .checkbox {
    margin: 0;
    padding: 0;
}

    tbody > tr > td > .checkbox > label {
        margin: 10px 0 0;
        padding: 0;
    }

        tbody > tr > td > .checkbox > label:before {
            position: relative;
            margin: 0;
        }

.simpleTable {
    border: 1px solid #c7c8ca;
    width: 80% !important;
}

    .simpleTable tbody tr:hover {
        background: #ffffff !important;
    }

    .simpleTable thead tr td {
        font-size: 25px;
        font-weight: normal;
        background: #78b156;
        color: #fff;
        border: 1px solid #78b156;
    }

    .simpleTable tbody tr {
        border-bottom: 1px solid #c7c8ca;
    }

        .simpleTable tbody tr:last-child {
            border-bottom: none;
        }

        .simpleTable tbody tr:nth-child(odd) {
            background: #ffffff;
        }

        .simpleTable tbody tr td {
            border: none;
            padding: 10px 40px;
            text-align: left;
            font-size: 16px;
            color: #5d5d5d;
            font-weight: normal;
        }

            .simpleTable tbody tr td:last-child {
                text-align: right;
            }

.elig {
    font-size: 35px;
    line-height: 0;
    font-weight: 700;
    color: #52b848;
}

.inelig {
    font-size: 35px;
    line-height: 0;
    font-weight: 700;
    color: #d80001;
}

.pend {
    font-size: 35px;
    line-height: 0;
    font-weight: 700;
    color: #FFA500;
}

.remove {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    color: #92dbe8;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #78b156;
    border-color: #78b156;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #8ec041;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}





/*Validation*/
.validationElement {
    -webkit-appearance: none;
    box-shadow: 0 0 2px #FF0000;
    -webkit-box-shadow: 0 0 2px #FF0000;
    -moz-box-shadow: 0 0 2px #FF0000;
}

    .validationElement:focus,
    input[type="text"].validationElement:focus,
    input[type="password"].validationElement:focus,
    input[type="datetime"].validationElement:focus,
    input[type="datetime-local"].validationElement:focus,
    input[type="date"].validationElement:focus,
    input[type="month"].validationElement:focus,
    input[type="time"].validationElement:focus,
    input[type="week"].validationElement:focus,
    input[type="number"].validationElement:focus,
    input[type="email"].validationElement:focus,
    input[type="url"].validationElement:focus,
    input[type="search"].validationElement:focus,
    input[type="tel"].validationElement:focus,
    input[type="color"].validationElement:focus,
    .uneditable-input.validationElement:focus {
        -webkit-appearance: none;
        box-shadow: 0 0 4px #FF0000;
    }

.validationMessage {
    color: red;
}

.validationMessageTop {
    color: red;
    font-size: 18px;
    margin: 10px 0 30px;
}

#errorText {
    color: red;
    font-size: 15px;
    padding-bottom: 10px;
}





/*Forms*/
form, .form-inline {
    padding-bottom: 60px;
    padding-top: 40px;
}

    .form-inline input {
        margin-bottom: 0;
    }

.form-control {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 14px !important;
    height: auto;
    font-size: 16px !important;
    border-radius: 0;
    color: #555;
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    text-align: center;
}

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #8ec041;
            border-radius: 0;
        }

input[type=checkbox]:checked + label:before {
    font-size: 15px;
    color: #fff;
    text-align: center;
    content: url('../images/checkmark-icon.png');
}

select.form-control {
    border-radius: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    height: 50px;
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em 1em .5em .5em;
}

    textarea.form-control:focus, select.form-control:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(120, 177, 86, 0.8);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(120, 177, 86, 0.6);
        outline: 0 none;
    }

    select.form-control > option:hover {
        background: #78b156;
        color: #ffffff;
    }






/*Buttons*/
.login-btn {
    width: 100%;
}

.btn-primary, .btn-default, .btn-danger, .btn-success, .btn-transparent {
    padding: 14px 25px;
}

    .btn-primary:disabled, .btn-default:disabled, .btn-danger:disabled, .btn-success:disabled, btn-transparent:disabled {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-primary {
    background-color: #8ec041;
    border-color: #8ec041;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover, btn-primary:disabled,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #95C54B;
        border-color: #95C54B;
    }

.btn-transparent {
    background: none;
    border-color: #8ec041;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover, btn-transparent:disabled,
    .btn-transparent:active:hover, .btn-transparent.active:hover, .open > .dropdown-toggle.btn-transparent:hover,
    .btn-transparent:active:focus, .btn-transparent.active:focus, .open > .dropdown-toggle.btn-transparent:focus,
    .btn-transparent:active.focus, .btn-transparent.active.focus, .btn-transparent.disabled:hover, .btn-transparent[disabled]:hover,
    fieldset[disabled] .btn-transparent:hover, .btn-transparent.disabled:focus, .btn-transparent[disabled]:focus, fieldset[disabled] .btn-transparent:focus,
    .btn-transparent.disabled.focus, .btn-transparent[disabled].focus, fieldset[disabled] .btn-transparent.focus {
        background-color: #95C54B;
        border-color: #95C54B;
        color: #ffffff;
    }

.btn-default {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-default:active, .btn-default:focus, .btn-default:hover, btn-default:disabled, .btn-default:active:hover, .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus,
    .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus, .btn-default.disabled:hover,
    .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #c6c6c6;
        border-color: #c6c6c6;
        color: #ffffff;
    }

.btn-danger {
    background-color: #E50000;
    border-color: #E50000;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-danger:active, .btn-danger:focus, .btn-danger:hover, btn-danger:disabled, .btn-danger:active:hover,
    .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus,
    .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus,
    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #FF0000;
        border-color: #FF0000;
    }

.btn-success {
    background-color: #03891a;
    border-color: #03891a;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

    .btn-success:active, .btn-success:focus, .btn-success:hover, btn-success:disabled, .btn-success:active:hover,
    .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus,
    .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus,
    .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus, .btn-success.disabled:hover,
    .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus,
    .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus,
    .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #1c9430;
        border-color: #1c9430;
    }





/*Main Header*/
header {
    background-color: #ffffff;
}

    header.navbar-fixed-top {
        -webkit-box-shadow: 0 4px 2px -2px rgba(50, 50, 50, .1);
        box-shadow: 0 4px 2px -2px rgba(50, 50, 50, .1);
    }

    header .navbar-brand {
        height: 75px;
        padding: 10px 0 10px 20px;
        margin-top: 5px;
    }

    header.navbar {
        min-height: 85px;
        margin-bottom: 0px;
        padding: 0;
    }

        header.navbar .navbar-nav a {
            font-size: 18px !important;
            color: #03891a;
        }

            header.navbar .navbar-nav a:hover {
                color: #8ec041;
            }

        header.navbar .navbar-nav {
            margin-top: 15px;
        }

    header .nav > li > a:focus, header .nav > li > a:hover {
        background-color: transparent !important;
        cursor: pointer;
    }

.navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
}







/*Footer*/
footer {
    padding: 40px 0 0 0;
    background: #292929 !important;
    color: #ffffff;
    font-size: 14px;
}

    footer .container.footer2 {
        margin-top: 0;
        margin-bottom: 40px;
    }

    footer form {
        padding: 0;
    }

    footer a {
        color: #777777 !important;
    }


    footer p {
        font-size: 14px;
    }

    footer ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        display: inline;
        display: block;
    }

        footer ul li {
            padding: 3px 0;
            white-space: nowrap;
        }

    footer input {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        width: 70%;
        max-width: 220px;
        padding: 10px;
    }

    footer .btn.btn-grey {
        padding: 10px 10px;
        background: #777777;
        color: #fff;
        line-height: 19px;
        margin-bottom: 1px;
        border-radius: 0;
        margin-left: -5px;
    }


    footer .terms-section {
        background-color: #ffffff;
        padding: 10px 0;
    }

        footer .terms-section ul {
            list-style: none;
        }

            footer .terms-section ul.terms-links {
                float: left;
            }

                footer .terms-section ul.terms-links li {
                    display: inline;
                    margin: 0 0 0 14.5px;
                }

        footer .terms-section .trust-seal img {
            max-width: 142px;
            float: right;
            margin-top: -13px;
        }

    footer table {
        margin: 0;
        background-color: transparent;
        border: 0 solid transparent;
    }

        footer table a {
            color: #f79239 !important;
        }

    footer tbody tr:hover {
        background: transparent !important;
    }


    footer table td {
        vertical-align: top;
        padding: 3px 0;
        color: #777777;
        border: 0 solid transparent;
        font-size: 14px;
    }

    footer .social {
        padding-top: 10px;
    }

    footer .social-icon {
        padding: 2px 5px 2px 4px;
        display: inline;
        margin-left: -8px;
    }







@media (max-width: 991px) {
    .progress-mobile-copy {
        font-size: 12px;
    }

    footer .container {
        margin: 20px 0 0 0;
        padding: 0 !important;
        width: inherit;
    }

    footer .main-section {
        margin-bottom: 20px;
    }


    footer .terms-section {
        padding-bottom: 0;
    }


        footer .terms-section ul.terms-links, footer .terms-section .terms {
            border-bottom: 0 solid transparent !important;
        }

        footer .terms-section .row, footer .footer2 .row, footer .main-section .row {
            margin: 0;
        }

        footer .terms-section ul.terms-links {
            float: none;
            text-align: center;
            border-bottom: 0 solid transparent !important;
            padding-bottom: 0;
            margin-bottom: 0;
        }

            footer .terms-section ul.terms-links li {
                margin: 0 15.5px;
            }

        footer .terms-section .trust-seal {
            text-align: center;
            padding-bottom: 20px;
        }

            footer .terms-section .trust-seal img {
                float: none;
            }

        footer .terms-section .terms {
            text-align: center;
            padding-bottom: 0;
            padding-top: 0;
            border-bottom: 0 solid transparent !important;
        }

        footer .terms-section .col-sm-12, footer .terms-section .col-xs-12 {
            padding-left: 0;
            padding-right: 0;
        }

    footer .panel {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-radius: 0 !important;
    }

    footer .panel-default > .panel-heading {
        background-color: transparent !important;
        border-bottom: 1px solid #444444;
        color: #ffffff !important;
        padding: 20px 0;
    }

        footer .panel-default > .panel-heading:last-child {
            border-bottom: 0 solid transparent;
        }

    footer #accordion {
        margin: auto;
        border-bottom: 0 !important;
        background: none;
        border: none;
        box-shadow: none;
    }

    footer .panel-title {
        font-family: NewsGothicBT-Light,Helvetica,Arial,sans-serif;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: .6px;
        text-transform: uppercase;
        padding: 23px 75px;
        border-top: 1px solid #444444;
    }

        footer .panel-title:first-child {
            border-top: 0 solid transparent;
            padding: 0 75px 0 75px;
        }

        footer .panel-title i {
            float: right;
            color: #8ec041;
            font-size: 45px;
            line-height: 0.5;
        }

    footer .panel-body {
        background-color: #ffffff;
        padding: 1px 0 0 0;
    }

        footer .panel-body ul {
            padding: 0;
            margin-bottom: 0;
        }

            footer .panel-body ul li {
                border-bottom: 1px solid #dfe4e4;
                padding: 20px 0;
                margin: 0;
            }


                footer .panel-body ul li:last-child {
                    border-bottom: 0 solid transparent;
                }

                footer .panel-body ul li a {
                    line-height: 1.6;
                    letter-spacing: .4px;
                    color: #696969 !important;
                    font-size: 20px;
                    text-transform: uppercase;
                    margin: 0 115px;
                }

                    footer .panel-body ul li a:hover {
                        border-bottom: 1px solid #8ec041;
                        padding-bottom: 2px;
                        text-decoration: none;
                    }

        footer .panel-body i {
            margin-top: -25px !important;
            color: #fff;
            position: absolute;
            font-size: 30px;
            margin-left: 115px !important;
        }

    .enrollment {
        margin-left: 40%;
    }
}

@media (max-width:767px) {
    .elig, .inelig, .pend, .remove {
        font-size: 20px;
    }

    .framed {
        padding: 10px;
        margin: 0 auto;
    }

    thead tr td, tbody tr td {
        font-size: 12px;
    }

    .center-contain.framed {
        width: auto;
    }

    .elig, .inelig {
        font-size: 25px;
    }

    .btn-success, .btn-danger, .btn-primary, .btn-default, .btn-transparent, .btn-cancel, .btn-danger {
        font-size: 12px !important;
    }

    h1, .h1 {
        font-size: 33px;
    }

    h3, .h3 {
        margin-top: 30px;
        font-size: 23px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 12px;
    }

    .buttonChoice-left, .buttonChoice-right {
        text-align: center;
    }

    footer {
        font-size: 12px !important;
    }

        footer .container {
            margin: 0;
        }

        footer .sm-right {
            text-align: right;
        }

        footer .sm-center {
            text-align: center;
        }

        footer .terms-section ul.terms-links, footer .terms-section .terms {
            text-align: center;
            float: none;
        }
}

@media (max-width: 480px) {
    .topHeader {
        min-height: 45px;
        max-height: 45px;
        height: 45px;
    }

    footer .accordion-title i {
        font-size: 27px;
    }


    .navbar-brand {
        margin-top: 3px;
        box-sizing: border-box;
        width: auto;
        height: 37px;
        padding: 5px;
    }

    .topHeader a {
        padding: 13px 17px;
        min-height: 44px;
    }

        .topHeader a i {
            font-size: 21px;
            line-height: 7px;
        }

    footer .panel-title, footer .panel-title:first-child {
        font-size: 17px;
    }

    section#more-options .options-selector {
        margin-top: 10px !important;
    }

    section#more-options h5 {
        display: inline;
        font-weight: normal;
        font-size: 18px;
        margin-right: 0;
    }

    section#more-options .form-control {
        margin-top: 10px;
    }

    footer .terms-section ul.terms-links li {
        display: list-item;
        padding: 10px;
    }

    .enrollment {
        margin-left: 30%;
    }
}



/* Product Pages CSS Overrides*/
.ltgrey {
    background-color: #F7F4F4;
}

.productFont {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #5d5d5d;
    margin: 0 0 10px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.productFontTitle {
    font-size: 28px !important;
    line-height: 31px !important;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    display: block;
    -webkit-margin-after: 0px;
    -webkit-margin-before: 5px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
}

p.xsmall-text {
    font-size: .8em !important;
    line-height: 16px !important;
    color: #5d5d5d;
}

.productTypeOption {
    background: #3a3a3a;
    color: #FFFFFF;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.productTypeTitle {
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 12px 0 10px 0;
    margin: 0 !important;
    line-height: 1.2em;
    display: block;
}

.productTypeHeader {
    color: #333;
    font-size: 28px;
    text-align: center;
    display: block;
    margin: 20px 0 10px 0;
}

.box {
    background-color: #ffffff;
    min-height: 470px;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
}

    .box p {
        color: #7f7f7f;
        padding-bottom: 20px;
        text-align: center;
        font-size: 1em;
    }

.thin {
    width: 80%;
    height: 1px;
    background-color: transparent;
    display: block;
    border-top: 1px solid #d6d6d6;
    margin: 0 auto;
    padding-bottom: 5px;
}

.productInfoBox hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}


table.box-table {
    width: 80%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.box-table tr {
        height: 60px !important;
    }

        table.box-table tr:hover {
            background-color: #fff !important;
        }

        table.box-table tr td {
            border: 0 solid transparent;
        }

    table.box-table td.big-num {
        font-size: 28px;
        color: #333333;
        width: 50%;
        text-align: right;
        padding: 0 8px 0 0;
    }

    table.box-table td.detail {
        font-size: 15px;
        color: #333333;
        width: 35%;
        text-align: left;
        padding: 0 0 0 8px;
        line-height: 20px;
    }

    table.box-table td.info-icon {
        width: 15%;
        padding: 0 0 0 10px;
        text-align: left;
    }

.box .btn-primary {
    width: 60% !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box a.bennies {
    color: #4785b6 !important;
    text-decoration: none !important;
}

.breadcrumbs p span {
    color: #828282 !important;
    font-size: 14px;
    line-height: 24px;
    text-align: left !important;
}

.contain {
    padding: 50px 0;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.productInfoBox {
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}

    .productInfoBox .inner-box {
        padding: 50px 20px;
    }

    .productInfoBox a.btn-primary {
        color: #fff;
        padding: 12px 60px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

table.proposalTable {
    border-collapse: collapse;
    width: 75%;
    margin: 30px auto 80px auto;
    vertical-align: middle;
    border: 1px solid #dadada;
}

    table.proposalTable tr {
        height: 80px !important;
        border-top: 1px solid #dadada;
    }

        table.proposalTable tr:hover {
            background-color: #ffffff !important;
        }

        table.proposalTable tr td {
            border: 0 solid transparent;
            font-size: 16px !important;
        }

        table.proposalTable tr > td:nth-child(1) {
            padding-left: 75px;
            width: 60%;
            border: 0 solid transparent;
        }

        table.proposalTable tr > td:nth-child(2) {
            padding-right: 75px;
            width: 40%;
            text-align: right !important;
        }

table.feat-table {
    border-collapse: collapse;
    width: 75%;
    margin: 0 auto;
}

    table.feat-table tr:hover {
        background-color: #ffffff !important;
    }

    table.feat-table tr td {
        border: 0 solid transparent;
    }

        table.feat-table tr td h4 {
            font-weight: 700;
            color: #333;
        }

.benefits p.productFontBlue {
    color: #4ca3e7 !important;
    margin-bottom: 0 !important;
}

.benefits p.productFont {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.benefits p.enviroFont {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.benefits h3 {
    margin-bottom: 0 !important;
}

.benefits {
    margin-top: 40px;
}

.main-image {
    margin-bottom: 0.4em !important;
}

body img.custom {
    width: 97% !important;
}

@media (min-width: 1170px) {
    body img.custom {
        width: 97% !important;
        float: right;
        margin-bottom: 5px;
        height: auto;
    }
}

@media (max-width: 1169px) {
    body img.custom {
        width: 100% !important;
        height: auto;
        float: right !important;
        margin-bottom: 5px;
    }
}

ul.thumbnails {
    text-align: right;
}

.thumbnails li {
    display: inline !important;
    margin: 0 !important;
}

thumbnails li img {
    width: 40px;
    height: auto;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?sepchj");
    src: url("../fonts/icomoon.eot?sepchj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sepchj") format("truetype"), url("../fonts/icomoon.woff?sepchj") format("woff"), url("../fonts/icomoon.svg?sepchj#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" 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;
}


.icon-tree .path1:before {
    content: "\e90a";
    color: #353535;
}

.icon-tree .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: #8dc63f;
}

.icon-gauge .path1:before {
    content: "\e90c";
    color: #3d3d3c;
}

.icon-gauge .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: #8dc63f;
}

.icon-gauge .path3:before {
    content: "\e90e";
    margin-left: -1em;
    color: #3d3d3c;
}

.icon-cloud .path1:before {
    content: "\e90f";
    color: #353535;
}

.icon-cloud .path2:before {
    content: "\e910";
    margin-left: -1em;
    color: #8dc63f;
}

.icon-cloud .path3:before {
    content: "\e911";
    margin-left: -1em;
    color: #8dc63f;
}

.icon-cloud .path4:before {
    content: "\e912";
    margin-left: -1em;
    color: #8dc63f;
}

.icon-pencil:before {
    content: "\e907";
}

.icon-money:before {
    content: "\e908";
}

.icon-array:before {
    content: "\e909";
}

.icon-youtube:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-linkedin:before {
    content: "\e904";
}

.icon-googleplus:before {
    content: "\e905";
}

.icon-info:before {
    content: "\e900";
}

.icon-question:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e906";
}

.icon2-instagram:before {
    background-image: url('../fonts/403-instagram.svg');
}

.fs1 {
    color: #4ca3e7 !important;
    font-size: 15px !important;
    vertical-align: middle;
    padding-bottom: 3px;
}

.fs2 {
    color: #777777 !important;
    font-size: 34px !important;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
}

.fs3 {
    color: #4785b6 !important;
    font-size: 90px !important;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

    .fs3.offset {
        margin-top: -10px;
        margin-bottom: 30px;
    }

.fs4 {
    font-size: 73px !important;
    vertical-align: middle;
    padding-bottom: 3px;
}

.cspsign-dialog {
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}