.height100 {
    height: 100px
}

.height150 {
    height: 150px
}

.height200 {
    height: 200px
}

.height900 {
    height: 900px
}

.height1100 {
    height: 1100px
}

.height1200 {
    height: 1200px
}

.maincontent section {
    margin-bottom: 32px
}

.IframeResponsiveExamples .tab-content {
    padding: 8px;
    background-color: #eee
}

.alert-success {
    color: #74aa50
}

.alert-warning {
    color: #f7941e
}

.alert-danger {
    color: #c9442a
}

.alert-info, a {
    color: var(--alert-info);
}

img {
    /*max-width: 100%*/ 
}

:focus {
    outline: var(--textbox-focus) auto 5px
}

::selection {
    background: var(--highlight-color);
    color: #fff
}

::-moz-selection {
    background: var(--highlight-color);
    color: #fff
}

a {
    text-decoration: none
}

    a:focus, a:hover {
        color: var(--secondary-hover);
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .hc a {
        color: #000;
    }

body, html {
    font-family: Arial, Helvetica, sans-serif;
    background: 0 0;
    line-height: 1.42857143;
    color: #555
}

@media (max-width:768px) {
    body {
        padding: 0; 
    }
}

body.hc {
    color: #000
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    white-space: normal
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #717073;
    border-color: #646366
}

    .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #585759;
        border-color: #252525
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #585759;
        border-color: #464547
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #fff;
            background-color: #464547;
            border-color: #252525
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #717073;
        border-color: #646366
    }

    .btn-default .badge {
        color: #717073;
        background-color: #fff
    }

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: var( --primary-hover);
        border-color: var( --primary-hover);
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: var(--primary-color);
            border-color: #784504
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color:  var(--primary-color);
        border-color: #f48b08
    }

    .btn-primary .badge {
        color: #F8971D;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #c1cd23;
    border-color: #acb71f
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #98a11c;
        border-color: #464a0d
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #98a11c;
        border-color: #7b8316
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #7b8316;
            border-color: #464a0d
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #c1cd23;
        border-color: #acb71f
    }

    .btn-success .badge {
        color: #c1cd23;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #63acb4;
    border-color: #52a2ab
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #4a929a;
        border-color: #295155
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #4a929a;
        border-color: #3e7b82
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #3e7b82;
            border-color: #295155
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #63acb4;
        border-color: #52a2ab
    }

    .btn-info .badge {
        color: #63acb4;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f7941e;
    border-color: #f38809
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #da7a08;
        border-color: #784304
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #da7a08;
        border-color: #b86707
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #b86707;
            border-color: #784304
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f7941e;
        border-color: #f38809
    }

    .btn-warning .badge {
        color: #f7941e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #c9442a;
    border-color: #b43d26
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #9f3621;
        border-color: #4a1910
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #9f3621;
        border-color: #812c1b
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #812c1b;
            border-color: #4a1910
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #c9442a;
        border-color: #b43d26
    }

    .btn-danger .badge {
        color: #c9442a;
        background-color: #fff
    }

.btn-link {
    color: #63acb4;
    font-weight: 400;
    border-radius: 0
}

button, legend {
    font-weight: 700
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
        border-color: transparent
    }

        .btn-link:focus, .btn-link:hover {
            color: #428289;
            text-decoration: underline;
            background-color: transparent
        }

        .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
            color: #717073;
            text-decoration: none
        }

.btn-lg {
    padding: 24px 16px;
    font-size: 24px;
    line-height: 1.3333333
}

.btn-sm, .btn-xs {
    font-size: 14px;
    line-height: 1.5
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-color: var(--primary-color);
}

.btn .media .media-body, .btn .media .media-left, .btn .media .media-right {
    vertical-align: middle
}

.btn .media .media-left {
    text-align: center
}

.btn.btn-lg .media .media-left {
    width: 48px
}

.btn.btn-lg .media .media-body {
    width: auto
}

.btn.btn-lg .media img {
    max-height: 40px
}

/*
.nav > li > a.btn-lg {
    padding: 24px 16px;
    font-size: 24px;
    line-height: 1.3333333
}

.nav > li > a.btn-default:focus, .nav > li > a.btn-default:hover {
    background-color: #2f2f2f
}

.nav > li > a.btn-primary:focus, .nav > li > a.btn-primary:hover {
    background-color: #c26f06
}

.nav > li > a.btn-success:focus, .nav > li > a.btn-success:hover {
    background-color: #838c18
}

.nav > li > a.btn-info:focus, .nav > li > a.btn-info:hover {
    background-color: #428289
}

.nav > li > a.btn-warning:focus, .nav > li > a.btn-warning:hover {
    background-color: #c26c07
}

.nav > li > a.btn-danger:focus, .nav > li > a.btn-danger:hover {
    background-color: #8a2f1d
}
*/
.hc .btn-primary, .hc .btn-primary.active.focus, .hc .btn-primary.active:focus, .hc .btn-primary.active:hover, .hc .btn-primary:active.focus, .hc .btn-primary:active:focus, .hc .btn-primary:active:hover, .hc .open > .dropdown-toggle.btn-primary.focus, .hc .open > .dropdown-toggle.btn-primary:focus, .hc .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.hc .btn-danger, .hc .btn-danger.active.focus, .hc .btn-danger.active:focus, .hc .btn-danger.active:hover, .hc .btn-danger:active.focus, .hc .btn-danger:active:focus, .hc .btn-danger:active:hover, .hc .btn-info, .hc .btn-info.active.focus, .hc .btn-info.active:focus, .hc .btn-info.active:hover, .hc .btn-info:active.focus, .hc .btn-info:active:focus, .hc .btn-info:active:hover, .hc .btn-success, .hc .btn-success.active.focus, .hc .btn-success.active:focus, .hc .btn-success.active:hover, .hc .btn-success:active.focus, .hc .btn-success:active:focus, .hc .btn-success:active:hover, .hc .btn-warning, .hc .btn-warning.active.focus, .hc .btn-warning.active:focus, .hc .btn-warning.active:hover, .hc .btn-warning:active.focus, .hc .btn-warning:active:focus, .hc .btn-warning:active:hover, .hc .open > .dropdown-toggle.btn-danger.focus, .hc .open > .dropdown-toggle.btn-danger:focus, .hc .open > .dropdown-toggle.btn-danger:hover, .hc .open > .dropdown-toggle.btn-info.focus, .hc .open > .dropdown-toggle.btn-info:focus, .hc .open > .dropdown-toggle.btn-info:hover, .hc .open > .dropdown-toggle.btn-success.focus, .hc .open > .dropdown-toggle.btn-success:focus, .hc .open > .dropdown-toggle.btn-success:hover, .hc .open > .dropdown-toggle.btn-warning.focus, .hc .open > .dropdown-toggle.btn-warning:focus, .hc .open > .dropdown-toggle.btn-warning:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000
}
/*
.hc .nav > li > a.btn-lg.btn-primary:focus, .hc .nav > li > a.btn-lg.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000
}
*/
.hc .btn-link {
    color: #000
}

.hc a.btn, button {
    color: #fff
}

.hc .btn.btn-lg .media img {
    display: none
}

fieldset {
    margin-bottom: 24px
}

legend {
    color: #F8971D;
    font-size: 24px;
    margin-bottom: 22px
}

.form-control {
    border-top: 1px solid var(--textbox-focus);
    border-bottom: 1px solid var(--textbox-focus);
    border-left: 1px solid var(--textbox-focus);
    border-right: 1px solid var(--textbox-focus);
    border-radius: 0;
    height: 40px;
    padding: 8px 15px;
    font-size: 16px;
    margin-right: -2px
}

    .form-control:first-of-type {
        border-left: 1px solid var(--textbox-focus);
    }

    .form-control:last-of-type {
        border-right: 1px solid var(--textbox-focus);
    }

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--textbox-focus);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--textbox-focus);
    }

    .form-control:focus {
        border-color: var(--textbox-focus);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--textbox-focus);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--textbox-focus);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

.has-error .form-control:first-of-type {
    border-left: 1px solid #c9442a
}

.has-error .form-control:last-of-type {
    border-right: 1px solid #c9442a
}

.form-group-sm .form-control {
    padding: 4px;
    height: 24px;
    width: 12em;
    border-radius: 0;
    font-size: 14px
}

    .form-group-sm .form-control:first-of-type {
        border-top-left-radius: 0
    }

button {
    background-color: var(--primary-color);
}

    button:hover {
        background-color: var(--leaving-site-hover);
    }

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 8px;
    -webkit-appearance: none;
    border: none
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


    label.required:before {
        color: #c9442a;
        content: "* "
    }

@media (min-width:768px) {
    .maincontent {
        min-height: 400px
    }

}

@media (max-width:768px) {

    label.required:before {
        content: "";
        display:none;
    }

    label.required:after {
        color: #c9442a;
        content: " *"
    }
}

.required-message {
    color: #c9442a;
    font-style: italic;
    font-size: 87%
}

@media (min-width:768px) {
    .required-message:before {
        content: "* "
    }
}

@media (max-width:991px) {
    .required-message:after {
        content: " *"
    }
}

.help-block {
    font-size: 87%;
    color: #959595
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.hc .form-control, .hc .form-control:last-of-type {
    border-color: #000
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

@media  (max-width: 479px) {
    .dropdown-menu-link > span {
        max-width: 50px;
    }
}

.hc .form-control {
    color: #000
}

.hc .help-block, .hc legend {
    color: #000
}

.jargon {
    color: inherit;
    cursor: help;
    border-bottom: 2px dotted #66acb3
}

    .jargon:hover {
        text-decoration: none
    }

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 24px 15px;
    margin-bottom: 24px;
    padding-right: 30px;
}

.tab-content p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/*
.navGroup {
    margin-bottom: 1em
}

.hc .navbar-default .navbar-nav > li > a {
    color: #000
}

.hc .pagination > li > a, .hc .pagination > li > span {
    color: #000;
    text-decoration: underline
}

.hc .pagination > .active > a, .hc .pagination > .active > a:focus, .hc .pagination > .active > a:hover, .hc .pagination > .active > span, .hc .pagination > .active > span:focus, .hc .pagination > .active > span:hover {
    background-color: #000;
    border: #000;
    color: #fff
}

.hc .pagination > li > a:focus, .hc .pagination > li > a:hover, .hc .pagination > li > span:focus, .hc .pagination > li > span:hover {
    color: #fff;
    background-color: #000
}
*/
.panel-default > .panel-heading {
    font-weight: 700
}

.panel-primary {
    border-color: #F8971D
}

    .panel-primary .panel-heading {
        background-color:  var(--primary-color);
        border-color: #F8971D
    }

.hc .panel-danger, .hc .panel-info, .hc .panel-primary, .hc .panel-primary > .panel-heading, .hc .panel-success, .hc .panel-warning {
    border-color: #000
}

.panel-success > panel-heading {
    color: #c1cd23
}

.panel-info > .panel-heading {
    color: #63acb4
}

.panel-warning > .panel-heading {
    color: #f7941e
}

.panel-danger > .panel-heading {
    color: #c9442a
}

.panel-title {
    font-size: 18px;
    cursor: pointer
}

.hc .panel-primary > .panel-heading {
    background-color: #000
}

.hc .panel-danger > .panel-heading, .hc .panel-info > .panel-heading, .hc .panel-success > .panel-heading, .hc .panel-warning > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #000
}

.table > thead > tr > th {
    border-bottom: 2px solid #717073
}

.table > tbody > tr > td {
    border-top: 1px solid #717073
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #717073
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-hover > tbody > tr:hover {
    background-color: #e2e2e2
}

body, html {
    font-size: 16px
}

.page-header h1, h1 {
    color: var(--primary-color);
}

h2, h3, h4, h5, h6 {
    color: #656565
}

.hc .page-header h1, .hc h1, .h2 h2, .hc h3, .hc h4, .hc h5, .hc h6, .hc h2, .hc h3, .hc h4, .hc h5, .hc h6 {
    color: #000;
}

.h1, h1 {
    font-size: 32px
}

.h2, h2 {
    font-size: 27px
}

.h3, h3 {
    font-size: 20px
}

.h4, h4 {
    font-size: 19px
}

.h5, .h6, h5, h6 {
    font-size: 16px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #717073
    }

.hc .h1 .small, .hc .h1 small, .hc .h2 .small, .hc .h2 small, .hc .h3 .small, .hc .h3 small, .hc .h4 .small, .hc .h4 small, .hc .h5 .small, .hc .h5 small, .hc .h6 .small, .hc .h6 small, .hc h1 .small, .hc h1 small, .hc h2 .small, .hc h2 small, .hc h3 .small, .hc h3 small, .hc h4 .small, .hc h4 small, .hc h5 .small, .hc h5 small, .hc h6 .small, .hc h6 small {
    color: #000;
}
        .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

p {
    margin: 0 0 18px;
    max-width: 75em
}

a {
    font-weight: 700
}
a.fw700 {
    font-weight: 700
}

@media (max-width:479px) {
    /*body, html {
        font-size: 18.4px
    }*/
}

.hc a {
    color: #000;
    text-decoration: underline
}

.small, small {
    font-size: 87%
}

.glossary-entry {
    cursor: help;
    border-bottom: 2px dotted #66acb3
}

.react-datepicker__day, .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer
}

.text-danger {
    color: #c9442a
}

.Carousel .carousel-control {
    background: 0 0
}

.ColorPallete .theme-colors {
    background-color: #fff;
    padding: 24px 10px 0
}

    .ColorPallete .theme-colors li {
        display: table;
        width: 260px;
        margin-right: 10px;
        margin-bottom: 24px;
        float: left;
        line-height: 1.15
    }

        .ColorPallete .theme-colors li .example {
            display: table-cell;
            vertical-align: top;
            width: 80px
        }

            .ColorPallete .theme-colors li .example .color-swatch {
                display: block;
                width: 80px;
                height: 80px;
                border-radius: 12px 0
            }

        .ColorPallete .theme-colors li .info {
            display: table-cell;
            vertical-align: top;
            padding: 0 0 0 10px
        }

            .ColorPallete .theme-colors li .info .color-hex, .ColorPallete .theme-colors li .info .color-title, .ColorPallete .theme-colors li .info .color-var {
                display: block
            }

            .ColorPallete .theme-colors li .info .color-title {
                font-weight: 700;
                margin-bottom: .25em
            }

            .ColorPallete .theme-colors li .info .color-desc {
                display: none;
                font-size: 87%;
                line-height: .9
            }

.Footer .brandcontact .contact, .Footer .legal {
    line-height: 1.15
}

.ColorPallete .theme-colors .brand-primary .color-swatch {
    background: #F8971D;
    background: -moz-linear-gradient(-45deg,#F8971D 0,#F8971D 50%,#f48b08 51%,#f48b08 100%);
    background: -webkit-linear-gradient(-45deg,#F8971D 0,#F8971D 50%,#f48b08 51%,#f48b08 100%);
    background: linear-gradient(135deg,#F8971D 0,#F8971D 50%,#f48b08 51%,#f48b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='darken(@brand-primary, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand-success .color-swatch {
    background: #c1cd23;
    background: -moz-linear-gradient(-45deg,#c1cd23 0,#c1cd23 50%,#acb71f 51%,#acb71f 100%);
    background: -webkit-linear-gradient(-45deg,#c1cd23 0,#c1cd23 50%,#acb71f 51%,#acb71f 100%);
    background: linear-gradient(135deg,#c1cd23 0,#c1cd23 50%,#acb71f 51%,#acb71f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-success', endColorstr='darken(@brand-success, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand-info .color-swatch {
    background: #63acb4;
    background: -moz-linear-gradient(-45deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    background: -webkit-linear-gradient(-45deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    background: linear-gradient(135deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-info', endColorstr='darken(@brand-info, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand-warning .color-swatch {
    background: #f7941e;
    background: -moz-linear-gradient(-45deg,#f7941e 0,#f7941e 50%,#f38809 51%,#f38809 100%);
    background: -webkit-linear-gradient(-45deg,#f7941e 0,#f7941e 50%,#f38809 51%,#f38809 100%);
    background: linear-gradient(135deg,#f7941e 0,#f7941e 50%,#f38809 51%,#f38809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-warning', endColorstr='darken(@brand-warning, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand-danger .color-swatch {
    background: #c9442a;
    background: -moz-linear-gradient(-45deg,#c9442a 0,#c9442a 50%,#b43d26 51%,#b43d26 100%);
    background: -webkit-linear-gradient(-45deg,#c9442a 0,#c9442a 50%,#b43d26 51%,#b43d26 100%);
    background: linear-gradient(135deg,#c9442a 0,#c9442a 50%,#b43d26 51%,#b43d26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-danger', endColorstr='darken(@brand-danger, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .gray-base .color-swatch {
    background-color: #000
}

.ColorPallete .theme-colors .gray-darker .color-swatch {
    background-color: #222
}

.ColorPallete .theme-colors .gray-dark .color-swatch {
    background-color: #333
}

.ColorPallete .theme-colors .gray .color-swatch {
    background-color: #555
}

.ColorPallete .theme-colors .gray-light .color-swatch {
    background-color: #717073
}

.ColorPallete .theme-colors .gray-lighter .color-swatch {
    background-color: #eee
}

.ColorPallete .theme-colors .brand2-yellow .color-swatch {
    background: #fdda24;
    background: -moz-linear-gradient(-45deg,#fdda24 0,#fdda24 50%,#fdd60b 51%,#fdd60b 100%);
    background: -webkit-linear-gradient(-45deg,#fdda24 0,#fdda24 50%,#fdd60b 51%,#fdd60b 100%);
    background: linear-gradient(135deg,#fdda24 0,#fdda24 50%,#fdd60b 51%,#fdd60b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand2-yellow', endColorstr='darken(@brand2-yellow, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand2-green .color-swatch {
    background: #74aa50;
    background: -moz-linear-gradient(-45deg,#74aa50 0,#74aa50 50%,#689948 51%,#689948 100%);
    background: -webkit-linear-gradient(-45deg,#74aa50 0,#74aa50 50%,#689948 51%,#689948 100%);
    background: linear-gradient(135deg,#74aa50 0,#74aa50 50%,#689948 51%,#689948 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand2-green', endColorstr='darken(@brand2-green, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .brand2-blue .color-swatch {
    background: #63acb4;
    background: -moz-linear-gradient(-45deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    background: -webkit-linear-gradient(-45deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    background: linear-gradient(135deg,#63acb4 0,#63acb4 50%,#52a2ab 51%,#52a2ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand2-blue', endColorstr='darken(@brand2-blue, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .medicare-red .color-swatch {
    background: #ad2624;
    background: -moz-linear-gradient(-45deg,#ad2624 0,#ad2624 50%,#982120 51%,#982120 100%);
    background: -webkit-linear-gradient(-45deg,#ad2624 0,#ad2624 50%,#982120 51%,#982120 100%);
    background: linear-gradient(135deg,#ad2624 0,#ad2624 50%,#982120 51%,#982120 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@medicare-red', endColorstr='darken(@medicare-red, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .medicare-purple .color-swatch {
    background: #6d2077;
    background: -moz-linear-gradient(-45deg,#6d2077 0,#6d2077 50%,#5b1b63 51%,#5b1b63 100%);
    background: -webkit-linear-gradient(-45deg,#6d2077 0,#6d2077 50%,#5b1b63 51%,#5b1b63 100%);
    background: linear-gradient(135deg,#6d2077 0,#6d2077 50%,#5b1b63 51%,#5b1b63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@medicare-purple', endColorstr='darken(@medicare-purple, 5%)', GradientType=0)
}

.ColorPallete .theme-colors .medicare-teal .color-swatch {
    background: #458a94;
    background: -moz-linear-gradient(-45deg,#458a94 0,#458a94 50%,#3d7a83 51%,#3d7a83 100%);
    background: -webkit-linear-gradient(-45deg,#458a94 0,#458a94 50%,#3d7a83 51%,#3d7a83 100%);
    background: linear-gradient(135deg,#458a94 0,#458a94 50%,#3d7a83 51%,#3d7a83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@medicare-teal', endColorstr='darken(@medicare-teal, 5%)', GradientType=0)
}

.ColorPallete .color-rgb span {
    margin-right: .5em
}

.customerservicecontactinfo time {
    display: block
}

.Footer {
    margin-top: 24px;
    padding: 24px 0;
    background-color: #eee;
    border-top: 1px solid #D9D9D9;
    color: #555
}

@media (max-width:768px) {
    .Footer {
        margin-left: -8px;
        margin-right: -8px
    }
}

.Footer .fineprint, .Footer .primary {
    margin-left: -15px;
    margin-right: -15px
}

.Footer .fineprint {
    font-size: 14px
}

@media (min-width:768px) {
    .Footer .container {
        padding: 0
    }

    .Footer .fineprint {
        margin-top: 24px
    }

    .Footer .brandcontact, .Footer .links, .Footer .social {
        float: left;
        width: 25%
    }
}

.Footer .brandcontact, .Footer .links, .Footer .social {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

    .Footer .brandcontact .logo {
        margin-bottom: 16px
    }

        .Footer .brandcontact .logo img {
            width: 200px
        }

@media (min-width:480px) {
    .Footer .brandcontact .logo {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding: 0
    }
}

@media (min-width:480px) and (min-width:768px) {
    .Footer .brandcontact .logo {
        float: left;
        width: 100%
    }
}

@media (min-width:480px) {
    .Footer .brandcontact .contact {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding: 0
    }

    .Footer .links .nav {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.Footer .legal, .Footer .links {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.Footer .brandcontact .contact .title {
    margin-top: 0;
    margin-bottom: 4px
}

.Footer .brandcontact .telephone {
    font-size: 1.5em
}

.Footer .brandcontact .link {
    margin-top: 4px
}

.Footer .links {
    float: left;
    width: 100%
}

@media (min-width:480px) and (min-width:768px) {
    .Footer .brandcontact .contact {
        float: left;
        width: 100%
    }

    .Footer .links .nav {
        float: left;
        width: 50%
    }
}

@media (max-width:768px) {
    .Footer .brandcontact, .Footer .links {
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .Footer .links {
        float: left;
        width: 50%
    }

    .Footer .legal {
        float: left;
        width: 100%
    }
}

.Footer .legal p {
    max-width: none;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: .75em
}

.Footer .brandcontact img {
    max-height: 70px
}

.Footer .brandcontact .title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 19px
}

.Footer .nav > li > a {
    color: #717073;
    font-weight: 700;
    padding: 0 0 .5em
}

    .Footer .nav > li > a:hover {
        color: #222
    }

.Footer .social li {
    margin-bottom: .9em
}

    .Footer .social li .icon {
        display: inline-block;
        height: 2em;
        margin-right: .5em;
        margin-top: -.25em
    }

        .Footer .social li .icon img {
            height: 2em
        }

@media (min-width:480px) and (max-width:768px) {
    .Footer .social li {
        float: left;
        width: 50%
    }
}

.hc .Footer, .hc .Footer .nav > li > a {
    color: #000
}

.popover-title {
    background-color:  var(--primary-color);
    color: #FFF
}

.tooltip-inner {
    background-color: #FFF;
    color: #656565;
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.networkhealth-home .FindButtonsPanel button, .networkhealth-home .employer-plans-links button, .networkhealth-home .individual-plans-links button, .networkhealth-home .medicare-plans-links button, .networkhealth-home .portal-links button, .networkhealth-home .wellness-programs-links button {
    margin-bottom: 8px
}

    .networkhealth-home .FindButtonsPanel button:last-of-type, .networkhealth-home .employer-plans-links button:last-of-type, .networkhealth-home .individual-plans-links button:last-of-type, .networkhealth-home .medicare-plans-links button:last-of-type, .networkhealth-home .portal-links button:last-of-type, .networkhealth-home .wellness-programs-links button:last-of-type {
        margin-bottom: 0
    }

#footer a {
    color: #646466;
}

.hc #footer a {
    color: #000;
}

#provider-dispute-details .progress-bar {
    background-color:  var(--primary-color);
}