﻿/* CRC Colors*/
.bg-crc-red {
    background-color: #C00000;
}

.text-crc-red {
    color: #C00000;
}

.bg-crc-lightred {
    background-color: #DD1F26;
}

.text-crc-lightred {
    color: #DD1F26;
}

.bg-crc-darkred {
    background-color: #DD1F26;
}

.text-crc-darkred {
    color: #DD1F26;
}

.bg-crc-dark {
    background-color: #000000;
}

.text-crc-dark {
    color: #000000;
}

.bg-crc-light {
    background-color: #FFF;
}

.text-crc-light {
    color: #FFF;
}

.bg-crc-darkgray {
    background-color: #3a3a3a;
}

.text-crc-darkgray {
    color: #3a3a3a;
}

.bg-crc-offwhite {
    background-color: #EFEFEF;
}

.text-crc-offwhite {
    color: #EFEFEF;
}

.bg-crc-lightgray {
    background-color: #c0c0c0;
}

.text-crc-lightgray {
    color: #c0c0c0;
}

.bg-crc-gold {
    background-color: #C17E1C;
}

.text-crc-gold {
    color: #C17E1C;
}

.bg-crc-gray {
    background-color: #6e6e6e;
}

.text-crc-gray {
    color: #6e6e6e;
}

.bg-crc-blue {
    background-color: #1E4F75;
}

.text-crc-blue {
    color: #1E4F75;
}

.bg-crc-green {
    background-color: #2d6e56;
}

.text-crc-green {
    color: #2d6e56;
}

/* Add here all your css styles (customizations) */
/* Version 1.0 coastal-topbar */
/* .navbar-nav .hs-sub-menu */
/* .navbar-nav */

/* Version 8.19 01/24/2020 add u-btn-green, .u-nav-v4-1-coastal.u-nav-dark .nav-link.active */
/* Version 8.23 08/12/2020 ciu- global classes */
/* Version 8.26 10/08/2020 coastal-blue-panel and coastal-btn, remove .fa bottom padding */
/* Version 8.27 10/23/2020 coastalcms sidebar color updates */

:root {
    --bs-primary: #337ab7;
    --bs-primary-rgb: 51, 122, 183;
    /* bg-subtle: very light version (~90% white) */
    --bs-primary-bg-subtle: #e8f0f8;
    /* text-emphasis: dark version (~35% brightness of base) */
    --bs-primary-text-emphasis: #1a3f5c;
    /* border-subtle: light border (~70% white mix) */
    --bs-primary-border-subtle: #b3d0e8;
}

.btn-primary {
    --bs-btn-bg: #337ab7;
    --bs-btn-border-color: #337ab7;
    --bs-btn-hover-bg: #2d6da3; /* ~10% darker */
    --bs-btn-hover-border-color: #2d6da3;
    --bs-btn-active-bg: #265a8a; /* ~18% darker */
    --bs-btn-active-border-color: #265a8a;
    --bs-btn-disabled-bg: #337ab7;
    --bs-btn-disabled-border-color: #337ab7;
}

.btn-outline-primary {
    --bs-btn-color: #337ab7;
    --bs-btn-border-color: #337ab7;
    --bs-btn-hover-bg: #337ab7;
    --bs-btn-hover-border-color: #337ab7;
    --bs-btn-active-bg: #337ab7;
    --bs-btn-active-border-color: #337ab7;
    --bs-btn-disabled-color: #337ab7;
    --bs-btn-disabled-border-color: #337ab7;
}

    .btn-outline-primary:focus {
        color: var(--bs-primary-text-emphasis);
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.5);
    }

    .btn-outline-primary:hover {
        background-color: var(--bs-btn-border-color);
        border-color: var(--bs-btn-border-color);
    }

.u-btn-primary {
    --bs-btn-bg: #337ab7;
    --bs-btn-border-color: #337ab7;
    --bs-btn-hover-bg: #2d6da3;
    --bs-btn-hover-border-color: #2d6da3;
    --bs-btn-active-bg: #265a8a;
    --bs-btn-active-border-color: #265a8a;
    --bs-btn-disabled-bg: #337ab7;
    --bs-btn-disabled-border-color: #337ab7;
}


.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

    /*.btn-outline-primary:focus {
        color: #fff;
    }*/

/*.cmsloginstyle:hover {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}*/

.masterloginbutton {
    background-color: #333;
    background: #333;
    padding: 16px 0;
    cursor: pointer;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .masterloginbutton:focus {
        background-color: #B81A0F;
    }

    .masterloginbutton:hover {
        background-color: #B81A0F;
    }

input {
    border-width: 1px;
}

body {
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.coastalunifysidenav {
}

/*.coastalcmsheader {
    background-color: #91a4af;
}
.coastalcmssidebar {
    background-color: #dbe7ef;
}
*/

.u-sidebar-navigation--light .u-side-nav--top-level-menu-item:hover {
    /*background-color: #f5f9f9;*/
    background-color: #e0e0e0;
}

.coastalcmslogosquare {
    background-color: unset !important;
}

.divBodyWrapper {
    background-color: #f7f7f7;
}

.coastalcmssidebar {
    /*background-color: #f7f7f7;*/
    background-image: linear-gradient(to right,#ffffff, #d6d6d6 200%);
}

.ciu-unreadalert {
    background-color: #d9534f;
    display: inline;
    padding: 0px 5px 0px 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.ciu-quotenameheader {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ciu-quotesubtitle {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ciu-quotecontainer {
    min-height: 300px;
    /*padding: 5px;*/
}

.ciu-programnamedisplaysecondary {
    display: inline-block;
    font-size: 10px;
}

.ciu-label {
    color: #27507e;
}

.ciu-ribbonlabel {
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
    font-weight: 600;
}

.ciu-ribbontoprow {
}

    .ciu-ribbontoprow:before {
    }

.has-fixed-sidebar .ciu-cmsribbon {
    /*margin-left: 250px;*/
    left: 250px;
    position: absolute;
    width: calc(100% - 250px);
}

.has-fixed-sidebar.u-side-nav-mini .ciu-cmsribbon {
    /*margin-left: 50px;*/
    left: 50px;
    position: absolute;
    width: calc(100% - 50px);
}

.ciu-ribbontabs {
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.ciu-ribbontabs-navitem {
    margin: 3px 3px 3px 3px;
}

.cmsquotecard {
    background-color: #f7f7f7;
}

@media (max-width: 768px) {
    .ciu-ribbontabs-navlink {
        padding: 0px 0px 2px 0px !important;
        border-style: solid;
        border-color: #eee;
        border-width: 1px;
        margin-left: -1px;
        font-size: 10px;
    }
}

@media all and (min-width: 768px) {
    .ciu-ribbontabs-navlink {
        padding: 0px 0px 2px 0px !important;
        border-style: solid;
        border-color: #eee;
        border-width: 1px;
        margin-left: -1px;
    }
}

@media all and (min-width: 992px) {
    .ciu-ribbontabs-navlink {
        padding: 0px 0px 2px 0px !important;
        border-style: solid;
        border-color: #eee;
        border-width: 1px;
        margin-left: -1px;
    }
}





[class*="ciu-ribbontabs"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 0 !important;
}

[class*="ciu-ribbontabs"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 !important;
}

[class*="ciu-ribbontabs"].u-nav-primary .nav-link.active, [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: #3f6da0 !important;
}

[class*="u-nav-v2"].u-nav-primary.ciu-ribbontabs .nav-link.active, [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: #3f6da0 !important;
}

.ciu-ribbontabs.u-nav-primary .nav-link.active, .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
    color: #fff !important;
    background-color: #5780ae !important;
}

.ciu-ribbontabs-navlink:hover {
    background-color: #cccbcb;
}


.ciuinput-datewidth {
    width: 100px !important;
}

.ciuinput-xs {
    width: 30px !important;
}

.ciuinput-short {
    width: 100px !important;
}

.ciuinput-medium {
    width: 200px !important;
}

.ciuinput-long {
    width: 350px !important;
}

.ciu-questionfont {
    font-size: 12px;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.ciu-questioncheckbox * {
    font-size: 12px !important;
    color: #27507e !important;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif !important;
}

.ciu-questioncol {
    font-size: 12px;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
    display: inline-flex;
}

.ciu-questioncol {
    padding-left: 0px;
    margin-left: 15px;
}

.ciu-questionrow {
    margin-top: 10px;
    flex-wrap: nowrap !important;
    padding-top: 3px;
    padding-bottom: 3px;
    align-items: center !important;
}

.ciu-questionrowchildnobullet {
    padding-left: 30px;
    margin-top: 3px !important;
    padding-right: 5px;
}

.ciu-questionrowchild {
    padding-left: 30px;
    margin-top: 3px !important;
    padding-right: 5px;
}

    .ciu-questionrowchild > .ciu-questioncol:before {
        content: "\F309";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        padding-top: 8px;
        font-family: "bootstrap-icons";
    }

.ciu-childleveltwo {
    padding-left: 60px;
    margin-top: 3px !important;
    padding-right: 5px;
}

    .ciu-childleveltwo > .ciu-questioncol:before {
        content: none;
    }

.ciu-questionrow:hover {
    background-color: #eeeeee;
}

.ciu-questionrownohover:hover {
    background-color: inherit !important;
}

.ciu-answercol {
    padding-left: 0px;
}

.ciu-validationcol {
    /*padding-right:0px;*/
    padding-left: 0px;
    font: 11px Arial, 'Trebuchet MS', Verdana, sans-serif !important;
}

.ciu-validationspan {
    border-radius: .25em;
    padding: 2px 4px;
    background-color: #d9534f;
    color: white;
}

.ciu-infolabelhighlighted {
    background-color: #02779a;
    color: #fff;
    margin-right: 0.21429rem !important;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 4px;
    border-radius: .25em;
}

.ciu-infolabelalert {
    background-color: #c22020;
    color: #fff;
    margin-right: 0.21429rem !important;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 4px;
    border-radius: .25em;
}

.ciu-infolabel {
    /*background-color: #02779a;
    color: #fff;
    margin-right: 0.21429rem !important;*/
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*padding: 2px 4px;
    border-radius: .25em;*/
}

.ciu-ierror {
    padding-bottom: 3px !important;
    margin-right: 0.21429rem !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ciu-ierrorex {
    padding-bottom: 3px !important;
    width: 1.25em;
    text-align: center;
    margin: 0 !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

    .ciu-ierror:before, .ciu-ierrorex:before {
        content: "\F33A";
        font-family: 'bootstrap-icons';
    }


.ciu-moreinfobutton {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}

    .ciu-moreinfobutton:before {
        /*content: "\f059";*/
        color: #17a2b8;
        content: "\F433";
        font-family: "bootstrap-icons";
        font-weight: 400;
        font-size: 14px;
    }

        .ciu-moreinfobutton:before:hover {
            color: #138496;
        }

    .ciu-moreinfobutton:hover {
        color: #fff;
        /*background-color: #138496;*/
        /*border-color: #117a8b;*/
    }

.ciu-infoaccordion {
    width: 100%;
    background-color: #f1f1f1;
}

.ciu-infoaccordionheader:hover {
    background-color: #eeeeee;
}

.ciu-questionlabel {
    float: left;
    display: inline-flex !important;
    align-self: flex-end;
}

.ciu-questiondots {
    display: inline-flex !important;
    flex-grow: 100;
    background-image: linear-gradient(to right, #333 15%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

    .ciu-questiondots.ciu-nodots {
        background-image: none;
    }

.ciu-answer {
    float: right;
    /*display:inline-flex !important;*/
    display: flex !important;
    align-self: flex-end;
    white-space: nowrap !important;
    color: #555;
    /*min-width: 50px;*/
}

    .ciu-answer label {
        margin-bottom: 0px;
    }

.ciu-questionrowchild.ciu-fixdot > .ciu-questioncol:before {
    align-self: flex-end;
    margin-bottom: 10px;
}

.ciu-formcontrol {
    padding: .125rem .25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a2a2a2;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ciu-formselect {
    padding: 3px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a2a2a2;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ciu-sectionheader {
    text-transform: uppercase !important;
    padding: 0px 0px 2px 0px;
    border-color: inherit;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, #5780ae, #fff 75%) 4 stretch;
    margin-bottom: 10px;
}

.ciu-sectionheader-sub {
    text-transform: uppercase !important;
    /*padding: 0px 0px 2px 0px;
    border-color: inherit;*/
    font-size: 12px;
    font-weight: 600;
    /*border-bottom: 1px solid;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, #5780ae, #fff 75%) 4 stretch;*/
    margin-top: 30px;
}

.ciu-sectioncard {
    margin-bottom: 10px;
}

.ciu-sectioncardnobg {
    background-color: inherit;
    margin-bottom: 10px;
    border: none;
}

/*.ciu-radiobuttonlist label {
    margin-left: 2px;
}

.ciu-radiobuttonlist td {
    padding-bottom: 0px;
}

.ciu-radiobuttonlist {
    border-spacing: 5px 0px;
    border-collapse: separate;
}*/

/* The following are for RadioButtonList styles with the c-radio class.  javascript in the master pages appends styles to the asp generated controls */
.c-radio {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.c-radio-horz {
    display: inline-block;
    padding-right: .75em;
}

/*.c-radio-last {
    padding-right: .5em;
}*/

/* visually hide the radio button, and set it up to be positioned over the styled radio button replacement. Any changes need to take place on both the normal class and the .aspNetDisabled class */
.c-radio > input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; /* in case this ever gets supported */
    background: none;
    opacity: .00001;
    z-index: 2;
}

.c-radio > label {
    display: inline-block;
    padding-left: 1.1rem; /*padding: 0 0 0 2rem;*/
}

    .c-radio > input[type="radio"],
    .c-radio > label:before,
    .c-radio > label:after {
        border: 1px solid;
        height: 14px;
        width: 14px;
        left: 0.2em;
        position: absolute;
        top: .25em;
    }

    .c-radio > input[type="radio"],
    .c-radio > label:before,
    .c-radio > label:after {
        border-radius: 100%;
        content: "";
    }

    .c-radio > label:after {
        border-color: #565656;
    }

    .c-radio > label:before {
        border-color: transparent;
        box-shadow: 0 0 0 0px rgba(0,0,0,0);
    }

.c-radio > input:checked ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 2px #0d5192;
}

.c-radio > input:focus ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 1px #228BEC; /*controls width of outer circle "highlight"*/
}

.c-radio > input:checked ~ label:after {
    border-color: #fff;
    border-width: 2px; /*controls size of inner circle - lower is bigger fill*/
    box-shadow: inset 0 0 0 2px #0d5192;
}

.c-radio > input[disabled] ~ label {
    opacity: .5;
}

@media screen and (-ms-high-contrast: active) {
    .c-radio > input:checked ~ label:before {
        background: window;
        border: 6px solid buttonface;
        box-shadow: none;
    }
}

/*Radio buttons*/
.c-radio > input:checked ~ label:before {
    box-shadow: 0 0 0 2px #207ab6;
}

.c-radio > input:checked ~ label:after {
    box-shadow: inset 0 0 0 5px #207ab6;
}

.c-radio > input:focus ~ label:before {
    box-shadow: 0 0 0 4px #3a96d2;
}

.c-radio .aspNetDisabled > input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; /* in case this ever gets supported */
    background: none;
    opacity: .00001;
    z-index: 2;
}

.c-radio .aspNetDisabled > label {
    display: inline-block;
    padding-left: 1.1rem; /*padding: 0 0 0 2rem;*/
}

    .c-radio .aspNetDisabled > input[type="radio"],
    .c-radio .aspNetDisabled > label:before,
    .c-radio .aspNetDisabled > label:after {
        border: 1px solid;
        height: 14px;
        width: 14px;
        left: 0.2em;
        position: absolute;
        top: .25em;
    }

    .c-radio .aspNetDisabled > input[type="radio"],
    .c-radio .aspNetDisabled > label:before,
    .c-radio .aspNetDisabled > label:after {
        border-radius: 100%;
        content: "";
    }

    .c-radio .aspNetDisabled > label:after {
        border-color: #565656;
    }

    .c-radio .aspNetDisabled > label:before {
        border-color: transparent;
        box-shadow: 0 0 0 0px rgba(0,0,0,0);
    }

.c-radio .aspNetDisabled > input:checked ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 2px #0d5192;
}

.c-radio .aspNetDisabled > input:focus ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 1px #228BEC; /*controls width of outer circle "highlight"*/
}

.c-radio .aspNetDisabled > input:checked ~ label:after {
    border-color: #fff;
    border-width: 2px; /*controls size of inner circle - lower is bigger fill*/
    box-shadow: inset 0 0 0 2px #0d5192;
}

.c-radio .aspNetDisabled > input[disabled] ~ label {
    opacity: .5;
}

@media screen and (-ms-high-contrast: active) {
    .c-radio .aspNetDisabled > input:checked ~ label:before {
        background: window;
        border: 6px solid buttonface;
        box-shadow: none;
    }
}


.c-radio .aspNetDisabled > input:checked ~ label:before {
    box-shadow: 0 0 0 2px #207ab6;
}

.c-radio .aspNetDisabled > input:checked ~ label:after {
    box-shadow: inset 0 0 0 5px #207ab6;
}

.c-radio .aspNetDisabled > input:focus ~ label:before {
    box-shadow: 0 0 0 4px #3a96d2;
}

/****** End RadioButtonList styles ******/


.progress-bar {
    background-color: #72c02c;
}

.col-cxxl-1, .col-cxxl-2, .col-cxxl-3, .col-cxxl-4, .col-cxxl-5, .col-cxxl-6, .col-cxxl-7, .col-cxxl-8, .col-cxxl-9, .col-cxxl-10, .col-cxxl-11, .col-cxxl-12, .col-cxxl,
.col-cxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.namedinsuredmaxwidth {
    /*max-width: 400px !important;*/
    min-width: 400px !important;
    /*width:calc(100% - 300px);*/ /*Greg Cheves, 8/30/2022: Was causing the entire page to show scroll bars when gaining focus */
}

.buildingdetailrow {
    margin-bottom: 3px;
}

@media (min-width: 1600px) {
    .g-ml-10--cxxl {
        margin-left: 0.71429rem !important;
    }

    .order-cxxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-cxxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-cxxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-cxxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-cxxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-cxxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-cxxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-cxxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-cxxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-cxxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-cxxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-cxxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-cxxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-cxxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-cxxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .col-cxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-cxxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-cxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-cxxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-cxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-cxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-cxxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-cxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-cxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-cxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-cxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-cxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-cxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-cxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-cxxl-0 {
        margin-left: 0;
    }

    .offset-cxxl-1 {
        margin-left: 8.333333%;
    }

    .offset-cxxl-2 {
        margin-left: 16.666667%;
    }

    .offset-cxxl-3 {
        margin-left: 25%;
    }

    .offset-cxxl-4 {
        margin-left: 33.333333%;
    }

    .offset-cxxl-5 {
        margin-left: 41.666667%;
    }

    .offset-cxxl-6 {
        margin-left: 50%;
    }

    .offset-cxxl-7 {
        margin-left: 58.333333%;
    }

    .offset-cxxl-8 {
        margin-left: 66.666667%;
    }

    .offset-cxxl-9 {
        margin-left: 75%;
    }

    .offset-cxxl-10 {
        margin-left: 83.333333%;
    }

    .offset-cxxl-11 {
        margin-left: 91.666667%;
    }
}


.qmmc {
    z-index: 2 !important;
}
/*
.dropdown-toggle::after {
    display: none !important;
}*/

.note-btn.dropdown-toggle:empty::after {
    margin-left: 0;
}

.note-btn.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.u-check input[type="checkbox"]:not(:checked) + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:not(:checked) + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:not(:checked) + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:not(:checked) + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:not(:checked) + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:not(:checked) + .u-check-icon-radio-v7,
.u-check input[type="radio"]:not(:checked) + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:not(:checked) + * .u-check-icon-radio-v7 {
    background-color: none !important;
    color: #ddd !important;
    border: solid 1px #ddd !important;
}

.u-nav-v2-1.u-nav-primary .nav-link.active, .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
    color: #fff;
    background-color: gray;
}

[class*="u-nav-v2"].u-nav-primary .nav-link.active, [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: gray !important;
}

[class*="u-nav-v2"].u-nav-primary .nav-link {
    border-color: gray;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #337ab7 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within, .btn-primary:hover, .btn-primary:active {
        background-color: #265a8a !important;
        border-color: #265a8a !important;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 3.5px rgba(var(--bs-primary-rgb), 0.35);
    }

.btn-ada-green {
    color: white;
    background: #1c8046;
}

::selection {
    color: #fff;
    background-color: #337ab7;
}

.g-bg-primary ::-moz-selection {
    color: #337ab7;
    background-color: #fff;
}

.g-bg-primary ::selection {
    color: #337ab7;
    background-color: #fff;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.g-d-ib {
    display: inline-block !important;
}

.g-d-none {
    display: none !important;
}


/* Button Primary */
.u-btn-primary {
    color: #fff;
    background-color: var(--bs-btn-bg);
}

    .u-btn-primary:hover, .u-btn-primary.active {
        border-color: var(--bs-btn-border-color);
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
        color: #fff;
    }

    .u-btn-primary.g-btn-hover-reset:hover, .u-btn-primary.g-btn-hover-reset.active {
        background-color: var(--bs-btn-bg);
        border-color: var(--bs-btn-border-color);
    }

    .u-btn-primary.u-btn-hover-v1-1::after, .u-btn-primary.u-btn-hover-v1-1:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v1-1:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

    .u-btn-primary.u-btn-hover-v1-2::after, .u-btn-primary.u-btn-hover-v1-2:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v1-2:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

    .u-btn-primary.u-btn-hover-v1-3::after, .u-btn-primary.u-btn-hover-v1-3:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v1-3:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

    .u-btn-primary.u-btn-hover-v1-4::after, .u-btn-primary.u-btn-hover-v1-4:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v1-4:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

    .u-btn-primary.u-btn-hover-v2-1::after, .u-btn-primary.u-btn-hover-v2-1:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v2-1:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

    .u-btn-primary.u-btn-hover-v2-2::after, .u-btn-primary.u-btn-hover-v2-2:hover::after {
        background-color: var(--bs-btn-hover-bg);
    }

    .u-btn-primary.u-btn-hover-v2-2:hover {
        background-color: var(--bs-btn-bg);
        overflow: hidden;
    }

.form-control:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}

select::-ms-expand {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #ada990;*/
    color: #65614c;
}
/*  h1 { text-shadow: 0 2px 1px rgba(50,49,40,.9), 0 0 1px rgba(0,0,0,.05); } */

/*h2 {
    font-size: 1.5em !important;
}*/

h3 {
    font-size: 1.17em !important;
}

@media (min-width: 992px) {

    .container-fixed {
        width: 1200px;
        min-width: 1200px !important;
        margin: 0 auto;
    }
}

/* overall */
.bodyContent {
    padding: 0px 10px 10px 10px;
    background-color: #fbfbfb
}

.disclaimer {
    /*color: #999;*/
    color: #3c3b3b;
    padding-left: 20px;
}

.highlight {
    color: #00517b;
}

.rotator {
    height: 200px;
    margin-bottom: 15px;
    border: solid 1px #DEDEDE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.strong {
    font-weight: bold;
}

ul.basic {
    list-style-type: none;
}

    ul.basic .icon {
        opacity: 0.4;
    }

    ul.basic li {
        padding-bottom: 5px;
    }



ul.padded {
    margin-top: 10px;
}

    ul.padded .icon {
        opacity: 0.4;
    }

    ul.padded li {
        padding-bottom: 10px;
    }


ul.multitier .icon {
    opacity: 0.4;
}

ul.multitier li {
    font-weight: bold;
    list-style-type: none;
    font-size: 18px;
    padding: 0 10px 10px 0;
}

    ul.multitier li ul {
        margin-top: 5px;
    }

        ul.multitier li ul li {
            font-weight: normal;
            font-size: 14px;
            padding-bottom: 3px;
        }

ul.multitier p.desc {
    padding-left: 15px;
    font-style: italic;
}

.info {
    font-size: 11pt;
    font-style: italic;
}

/* fw */
.fw-wrapper {
    background-color: #FAFAFA;
    padding-bottom: 20px; /*background :#f0f0f0 url(../assets/backgrounds/cream_dust.png) repeat top left;*/
}

/*  body
    -------------------------------------------------- */
.body-wrapper {
    background-color: #FFF !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24) !important;
}



/*  footer 
    -------------------------------------------------- */
.footer-top {
    height: 3px;
    background-color: #ada98f;
}

.footer {
    padding: 18px 0;
    background-color: #003956;
    background-image: -moz-linear-gradient(top, #00466a, #003956);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00466a), to(#003956));
    background-image: -webkit-linear-gradient(top, #00466a, #003956);
    background-image: -o-linear-gradient(top, #00466a, #003956);
    background-image: linear-gradient(to bottom, #00466a, #003956);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00466a', endColorstr='#ff003956', GradientType=0);
}

    .footer p {
        font-size: 12px;
        color: #EFEFEF;
    }
    /*ada98f*/
    .footer a {
        font-weight: bold;
        color: #FFF;
    }



/*  sidenav     
    -------------------------------------------------- */
#side-nav.affix {
    position: fixed;
    top: 0px;
    /*width: 100%;*/
}

.sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

        .sidenav > li > a:hover {
            text-decoration: none !important;
        }

    .sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .sidenav .icon-chevron-left {
        float: left;
        margin-top: 2px;
        opacity: .25;
    }

    .sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .sidenav a:hover .icon-chevron-left {
        opacity: .5;
    }

    .sidenav .active .icon-chevron-right,
    .sidenav .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }

    .sidenav .nav > li {
        position: relative;
        display: block;
    }





/* boxes     
    -------------------------------------------------- */

.box {
}

.boxHeader {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #ababab;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7, #E5E5E5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#E5E5E5));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #E5E5E5);
    background-image: -o-linear-gradient(top, #f7f7f7, #E5E5E5);
    background-image: linear-gradient(to bottom, #f7f7f7, #E5E5E5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffE5E5E5', GradientType=0);
    border-bottom: solid 1px #cfcfcf;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    padding: 10px 5px;
}

.boxL {
    min-height: 200px;
    background: transparent url(../../../assets/boxes/boxfade/images/box_L.png) no-repeat bottom left;
    padding-left: 1px;
}

.boxR {
    min-height: 200px;
    background: transparent url(../../../assets/boxes/boxfade/images/box_R.png) no-repeat bottom right;
    padding: 10px;
}

.box p, .box address {
    font-size: 11px;
}


/*  Circles
*/
.circleWrapper {
    clear: both;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
}

.circleContainer {
    padding: 25px 25px 0 30px;
    text-align: center;
    min-height: 100px;
}

    .circleContainer img {
        width: 50px;
        height: 50px;
    }

    .circleContainer p {
        font-weight: 400;
        font-size: 13px;
        line-height: 14px;
        padding: 5px 0;
        width: 100px;
        margin-left: -18px;
    }

/*  Program Nav
   */
.programnavWrapper {
    margin: auto;
}

.programnavContainer {
    padding: 10px 10px 0 10px;
}

    .programnavContainer img {
        width: 50px;
        height: 50px;
    }

    .programnavContainer p {
        font-size: 13px;
        line-height: 14px;
        padding: 10px 0;
    }


/* sidebar 
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#sidebar.affix {
    position: fixed;
    top: 0px;
    /*width: 100%;*/
}

.sidebar {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    font-size: 13px;
    background: none;
}

.sidebar-header {
    background: #00517b;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0 8px 20px;
    border-radius: 6px 6px 0 0;
}



/* pages 
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* bios */
.bio {
    list-style-type: none;
}

    .bio li {
        padding: 0 20px 0px 0;
    }

.bio-image {
    padding: 0 10px 4px 0;
}

.bio-name {
    color: #00517b;
    padding: 0px;
    margin-bottom: 0px;
}

.bio-title {
}

/* contact */
.contact-addresses {
    padding: 10px;
}

    .contact-addresses h4 {
        margin-bottom: 3px;
        margin-top: 15px;
    }

.contact-map {
    border: solid 2px #dedede;
}

.team-directory h4 {
    margin-bottom: 0px;
    padding-bottom: 3px;
}

.team-directory .phone {
    padding-bottom: 3px;
}

/*News*/

.news-box {
    width: 800px;
    margin-left: 30px;
    padding: 30px 0 0 0px;
    border-bottom: 1px solid #ADA990;
    border-radius: 10px;
}

.news-title {
    background-color: #00517b;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 5px 20px;
    /* Add box-shadow */
    -webkit-box-shadow: 4px 4px 30px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 4px 4px 30px rgba(50, 50, 50, 0.43);
    box-shadow: 4px 4px 30px rgba(50, 50, 50, 0.43);
}

.news-date {
    color: #ffffff;
    float: right;
    padding: 10px 20px 0 0;
}

.news-body {
    padding: 15px 20px 0 20px;
}

.news-box-mini {
    background-color: #00517b;
    width: 455px;
    margin: 5px 0px 0px 10px;
    padding: 4px 0px;
    border-bottom: 1px solid #ADA990;
    border-radius: 5px;
}

.news-title-mini {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 0px 0px 0px 5px;
    /* Add box-shadow */
    -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
    box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
}

.news-date-mini {
    color: #ffffff;
    float: right;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    /* Add box-shadow */
    -webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
    box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.43);
}

.news-body-mini {
    padding: 5px 10px 10px 20px;
    font-size: 12px;
}

/* Bootstrap 3 modifications */
/*# sourceMappingURL=bootstrap.css.map */
/*.modal {
    margin: 0 auto !important;
    width: 50%;
    right: 0;
}*/

.white, .white a {
    color: #fff !important;
}

#fwFooter {
    height: 5.33em !important;
    padding-top: 28px;
}

.sidenav i.fa.fa-chevron-right {
    float: right;
    color: #808080;
}

.sidenav li.active a i.fa.fa-chevron-right {
    color: #ffffff;
}

.sidenav li.active a {
    background: #00517b;
    color: #ffffff;
}

.sidenav li.first-child > a {
    border-radius: 6px 6px 0 0;
}

.sidenav li:last-child > a {
    border-radius: 0px 0px 6px 6px;
}

i.fa.fa-chevron-right {
    color: #808080;
}

/*.fa {
    padding-bottom: 3px !important;
}*/

.sidenav li a i.fa.fa-chevron-left {
    color: #808080;
}

div.well.well-small table tbody tr td label {
    margin: 0px;
    vertical-align: middle;
}

div.well.well-small table tbody tr td {
    padding-bottom: 4px;
}

.label-as-badge {
    border-radius: 1em;
}

.badge-warning {
    background-color: #ffff00 !important;
}

.well-sm div.row div.col-md-4 div.well {
    min-width: 440px;
}

#tabheader ul#primary a {
    width: 9.5em !important;
}

    #tabheader ul#primary span, #tabheader ul#primary a.current, #tabheader ul#primary a.current:hover {
        width: 9.5em !important;
    }

div.whiteBox div.ML div.MR div table tbody tr td {
    padding-bottom: 10px;
}

.MakeAPaymentBtn {
    background-color: silver;
    margin-left: 14px;
    margin-top: 8px;
    margin-right: 14px;
}

    .MakeAPaymentBtn a {
        color: #00517b;
        text-decoration: none;
    }

.CICicon-caution {
    position: relative;
    bottom: 1px;
    margin-top: 0px !important;
}

div#tabheader ul#primary li ul#secondary li span {
    width: auto !important;
}

textarea:disabled {
    background: #F0F0F0 !important;
}

.badge-important {
    background-color: #b94a48 !important;
}

.text-error {
    color: #b94a48 !important;
}

.origvaluemargin div.label {
    color: #000000 !important;
}

.bootstrap-switch-label {
    border-right: 1px solid #736F6E !important;
}

.ajax__calendar_days table tr td {
    padding: 0px !important;
}

label {
    font-weight: normal !important;
}

/*.label-important {
    background-color:red;
}*/

.ajax__calendar_dayname {
    width: unset !important;
    min-width: 20px !important;
}

.ajax__calendar_container {
    width: unset !important;
    min-width: 190px !important;
}

table tbody tr td.qCol.dots a.btn.btn-xs {
    line-height: 12px !important;
    height: 16px !important;
}


.top-design .jumbotron {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    background: #003956;
}

    .top-design .jumbotron h1 {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1;
        color: #FFF;
    }

    .top-design .jumbotron p {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.25;
        margin-bottom: 30px;
    }

.top-design .shell {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 47px;
    height: 49px;
    background: transparent url(../../../assets/logos/shell_med_white.png) no-repeat top right;
    opacity: 0.1;
}

/* Link styles (used on .masthead-links as well) */
.top-design .jumbotron a {
    color: #fff;
    color: rgba(255,255,255,.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .top-design .jumbotron a:hover {
        color: #fff;
        text-shadow: 0 0 10px rgba(255,255,255,.25);
    }

.topbar-list > li:before {
    top: 8px !important;
}

.coastal-topbar {
    background: #B81A0F !important;
    font-size: 10px;
    letter-spacing: 1px;
}

    .coastal-topbar li a {
        color: #eee;
    }

        .coastal-topbar li a:hover {
            color: #fff;
            text-decoration: none;
        }

.coastal-sepbar {
    color: #eee;
}

.coastal-navbar-small .navbar-brand {
    height: 50px !important;
    max-height: 50px !important;
    line-height: 30px !important;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);
    transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.hs-sub-menu {
    z-index: 9999 !important;
}

    .hs-sub-menu > li {
        z-index: 9999 !important;
    }

.dropdown-menu {
    border-top: solid 3px #ada990 !important;
}

.header-v8 .navbar-nav > li > a:hover {
    color: #337ab7 !important;
}

.navbar .u-main-nav-v3 .nav-link {
    padding: 20px 20px !important;
}

.coastal-navbar-small .navbar-nav > li > a {
    line-height: 30px !important;
}

.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
    content: none !important;
    font-family: "bootstrap-icons";
    font-weight: inherit;
    line-height: inherit;
    position: inherit;
    top: inherit;
    right: 0 !important;
    -webkit-transform: inherit;
    transform: inherit;
}

.navbar-nav a:hover {
    opacity: .7;
    cursor: pointer;
}

.navbar .u-sub-menu-v3 .hs-has-sub-menu a:hover {
    opacity: .7;
    background-color: white !important;
    border: none;
}

.navbar .u-sub-menu-v3 .dropdown-menu a:hover {
    opacity: .7;
    background-color: white !important;
    border: none;
}

span.label {
    font-size: 11px;
    font-weight: 400;
    padding: 4px 7px;
}

.label-danger {
    background-color: #d9534f;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu a:active, .navbar .u-sub-menu-v3 .hs-sub-menu a:focus, .navbar .u-sub-menu-v3 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v3 .dropdown-menu a:active,
.navbar .u-sub-menu-v3 .dropdown-menu a:focus,
.navbar .u-sub-menu-v3 .dropdown-menu a:hover {
    opacity: .7;
    color: rgba(0,0,0,.6) !important;
    background-color: white !important;
}

.navbar .u-main-nav-v3 .nav-link {
    border-bottom: none !important;
}

.navbar-nav .hs-sub-menu {
    border: none !important;
    border-top: solid 3px #B81A0F !important;
    padding: 15px 0 !important;
    min-width: 285px !important;
    border-radius: 0 !important;
    background: #fff !important;
}

    .navbar-nav .hs-sub-menu li {
        border: none !important;
        width: auto !important;
    }

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
}

    .navbar-nav > li > a, .navbar-nav > li > a:focus, .navbar-nav > .active > a, .navbar-nav > .active > a:focus {
        color: rgba(0,0,0,.6) !important;
    }

.hs-sub-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media (min-width: 992px) {

    .header-v8 .navbar-nav {
        float: left;
    }
}

.wrapper {
    background-color: #fbfbfb;
}

.tag-box-v1 {
    border-top: solid 2px #9b6bcc !important;
}

.heading h2 {
    font-size: 30px !important;
}

p {
    font-size: 13px !important;
    line-height: 1.6 !important;
}


a {
    color: #27507e;
    text-decoration: none;
}

    a:hover {
        color: #3498db;
        text-decoration: underline;
    }

.u-header {
    background: #fff;
    box-shadow: 0 0 5px #bbb;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 5px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

/*.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
*/
.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }


.coastal-blue-panel {
    /*border-color: #00617d;*/
    border-color: #6b6b6b;
}

    .coastal-blue-panel > .panel-heading {
        color: #ffffff;
        background-color: #6b6b6b;
        border-color: #6b6b6b;
    }

    .coastal-blue-panel .panel-title {
        color: #ffffff;
    }

    .coastal-blue-panel > .panel-heading .badge {
        color: #ffffff;
    }

/* Coastal White Button */
.coastal-btn-white {
    color: #333;
    background-color: #ffffff;
}

    .coastal-btn-white:hover, .coastal-btn-white.active {
        border-color: #a9a9a9;
        background-color: #e1e1e1;
    }

    .coastal-btn-white:hover, .coastal-btn-white:focus, .coastal-btn-white.active {
        /*color: #fff;*/
    }

    .coastal-btn-white.g-btn-hover-reset:hover, .coastal-btn-white.g-btn-hover-reset.active {
        background-color: #bababa;
        border-color: #bababa;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }


@media (max-width: 576px) {
    .fwbody {
        margin-top: 145px;
    }
}

@media all and (min-width: 576px) {
    .fwbody {
        margin-top: 145px;
    }
}

@media all and (min-width: 768px) {
    .fwbody {
        margin-top: 100px;
    }
}

@media all and (min-width: 992px) {
    .fwbody {
        margin-top: 0px;
    }
}
/*
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-sm > tbody > tr > td, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > td, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > thead > tr > th {
    padding: 5px;
}*/

/*.modal-dialog {
    margin: 0px !important;
}*/

div.sw-main > .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

div.sw-main > .nav > li {
    position: relative;
    display: block;
}

    div.sw-main > .nav > li > a {
        position: relative;
        display: block;
        /*padding: 10px 15px;*/
    }

div.sw-main > .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

    div.sw-main > .nav-tabs > li > a:hover {
        text-decoration: none;
        color: #000;
        /*background-color: #eee;*/
    }

    div.sw-main > .nav-tabs > li > a.active, div.sw-main > .nav-tabs > li > a.active:focus, div.sw-main > .nav-tabs > li > a.active:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: none;
    }
}*/

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:focus,
    .btn-secondary.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-secondary:active:hover,
        .btn-secondary.active:hover,
        .open > .dropdown-toggle.btn-secondary:hover,
        .btn-secondary:active:focus,
        .btn-secondary.active:focus,
        .open > .dropdown-toggle.btn-secondary:focus,
        .btn-secondary:active.focus,
        .btn-secondary.active.focus,
        .open > .dropdown-toggle.btn-secondary.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        background-image: none;
    }

    .btn-secondary.disabled:hover,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary:hover,
    .btn-secondary.disabled:focus,
    .btn-secondary[disabled]:focus,
    fieldset[disabled] .btn-secondary:focus,
    .btn-secondary.disabled.focus,
    .btn-secondary[disabled].focus,
    fieldset[disabled] .btn-secondary.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary .badge {
        color: #fff;
        background-color: #333;
    }

body.noScroll { /* ...or body.dialogShowing */
    overflow: hidden;
}

body.modal-open {
    overflow: visible;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

a.btn-primary {
    color: #fff !important;
}

a.btn-success {
    color: #fff !important;
}

a.btn-info {
    color: #fff !important;
}

a.btn-danger {
    color: #fff !important;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.actionIcon {
    color: #27507e !important;
}

    .actionIcon:hover {
        color: #007bff !important;
    }

.label-primary {
    background-color: #337ab7;
}

@media (min-width: 576px) {
    .g-width-300--sm {
        width: 300px !important;
    }

    .g-width-200--sm {
        width: 200px !important;
    }

    .g-max-width-300--sm {
        max-width: 300px !important;
    }

    .g-max-width-200--sm {
        max-width: 200px !important;
    }
}

/*.u-sidebar-navigation-v1 {
    width: 240px !important;
    width: 17.85714rem;
}

.u-sidebar-navigation-v1-inner {
    width: 240px !important;
    width: 17.85714rem;
}*/

.cmsh5header {
    color: #337ab7;
    padding: 0px;
    margin: 0px;
}


.divDropZone {
    padding: 10px 0 0px 0;
    text-align: center;
    border: dashed 2px gray;
    width: 100%;
    background: rgba(255,254,249,1);
}

    .divDropZone:hover {
        /*background-color:#F0F0F0;*/
        background: rgba(200, 200, 200,.9);
        /*opacity: .9;*/
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    .divDropZone p {
        font-size: 12px;
    }

.divDropZoneDocs {
    padding: 10px 0 0px 0;
    text-align: center;
    border: dashed 2px gray;
    width: 100%;
    background: rgba(255,254,249,1);
}

    .divDropZoneDocs:hover {
        /*background-color:#F0F0F0;*/
        background: rgba(200, 200, 200,.9);
        /*opacity: .9;*/
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

    .divDropZoneDocs p {
        font-size: 12px;
    }

.btnDropZoneChooseFiles {
    -moz-box-shadow: 0px 10px 40px -14px #3e7327;
    -webkit-box-shadow: 0px 10px 40px -14px #3e7327;
    box-shadow: 0px 10px 40px -14px #3e7327;
    background: linear-gradient(to bottom, #3276b1 5%, #2c699d 100%);
    background-color: #3276b1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2c699d;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

    .btnDropZoneChooseFiles:hover {
        background: linear-gradient(to bottom, #3276b1 5%, #2c699d 100%);
        background-color: #3276b1;
    }

    .btnDropZoneChooseFiles:active {
        position: relative;
        top: 1px;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.downloadIconCircle {
    padding: 1px 1px 6px 1px;
    width: 25px;
    height: 25px;
    font-size: 1.2em;
    border-color: #2c699d;
    background-color: #3276b1;
    color: #fff;
}

    .downloadIconCircle:hover {
        border-color: #2c699d;
        background-color: #2c699d;
        color: #fff;
    }

    .downloadIconCircle:focus {
        border-color: #2c699d;
        background-color: #2c699d;
        color: #fff;
    }

.deleteicon {
    padding-top: 2px;
    font-size: 1.3em;
    cursor: pointer;
    color: #a6bbc1;
}

    .deleteicon:hover {
        color: gray;
    }

#tabheader {
    width: 70em !important;
}

    #tabheader ul#primary {
        width: 70em !important; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    }

.ciu-tabs {
    position: relative;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .ciu-tabs .ui-tabs-nav {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: 0 0;
        -webkit-padding-start: 0px;
    }

        .ciu-tabs .ui-tabs-nav li {
            position: relative;
            top: 0;
            /*float: left;*/
            float: none !important;
            border: 0;
            list-style: none;
            white-space: nowrap
        }

            .ciu-tabs .ui-tabs-nav li a {
                border-radius: 0;
                -moz-border-radius: 0;
                /*background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-bottom: 1px solid #ddd;*/
                color: #838383
            }

        .ciu-tabs .ui-tabs-nav li {
        }

.ciu-tabs-nav .ui-state-default {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ciu-tabs .ui-tabs-nav li a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    float: left;
    padding: 4px 6px;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    background: 0 0;
    background-color: #FFFAE1;
    font-family: tahoma, verdana, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #333;
    margin: 0px 2px 0 0;
}

.ciu-tabs .ui-tabs-nav li:hover {
    /*border: 1px solid #f5f5f5;
    border-bottom: 1px solid #ddd;*/
    background-color: #fff
}

.ciu-tabs .ui-tabs-nav a:hover {
    /*border: 1px solid #f5f5f5;
    border-bottom: 1px solid #ddd;*/
    background-color: #fff
}

.ciu-tabs .ui-tabs-nav li.ui-tabs-active {
    color: #555;
}

    .ciu-tabs .ui-tabs-nav li.ui-tabs-active a {
        border: 1px solid #ddd;
        /*border-bottom: 1px solid #fff;*/
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        background-color: #fff;
        color: #555;
        margin-bottom: -1px
    }

    .ciu-tabs .ui-tabs-nav li.ui-tabs-active:hover {
        background: #fff;
        cursor: text
    }

.ciu-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ciu-tabs .ui-tabs-panel {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0
}

.ciu-tabs .ui-tabs-hide {
    display: none !important
}

.ciu-tabs .ui-tabs-nav li {
    filter: none
}

    .ciu-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-weight: 700;
        border-top-width: 0 !important;
        margin-top: 1px !important;
        -webkit-box-shadow: 0 -2px 0 #57889c;
        -moz-box-shadow: 0 -2px 0 #57889c;
        box-shadow: 0 -2px 0 #57889c
    }

.ciu-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 13px;
    border-top: none
}

.ciu-tabs .ui-tabs-nav {
    margin-bottom: 0
}

.quickemaillink::after {
    content: none !important;
    margin-right: 10px !important;
}

.quickemaillink:after {
    content: none !important;
    margin-right: 10px !important;
}

.highpricheckbox input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #BDBDBD !important;
}

.highpricheckbox i {
    border-color: #BDBDBD !important;
}

.highpricheckbox input + i:after {
    color: red !important;
}

h1.blue {
    color: black;
    margin: 0 0 5px 0px;
    font-size: 150%;
    font: 17px Arial, 'Trebuchet MS', Verdana, sans-serif;
    padding: 2px 0 2px 0;
}


.button {
    border: solid 1px #00507a;
    background: #00507a url(../assets/fw/v2/buttonBg.gif) repeat-x top left;
    text-align: center;
    padding: 2px 15px;
    text-shadow: 0.05em 0.05em #00507a;
    border-radius: 3px;
    color: #FFF;
}

.tree td div {
    height: 20px !important
}

#docView #docViewContainer {
    position: relative !important;
}

#docView .docViewCell {
    width: 25%;
    min-width: 375px !important;
    vertical-align: top !important;
    text-align: left;
}

#docView #docViewDetails {
    width: 375px;
    min-height: 30px;
}

#fwtl {
    width: 100%;
    background: transparent url(../assets/fw/fadeTop_blue.jpg) repeat-x top left;
}

#fwtr {
    width: 100%;
    padding: 10px 0 0 0;
}

#fwWrapper {
    clear: both;
    width: 774px;
    min-width: 774px;
    min-height: 603px;
    margin: 0px auto;
    padding: 0px;
    border: solid 1px #7a6a61;
    background: #FFFFFF url(../assets/fw/v2/bodyFade.jpg) repeat-y top right;
}

#fwHeader {
    position: relative;
    height: 88px;
}

#fwLogo2 {
    position: absolute;
    left: 15px;
    top: 20px;
}

#fwNav {
    position: relative;
    background: #7a6a61 url(../assets/fw/v2/navBg.gif) repeat-y top left;
    height: 28px;
}

    #fwNav ul {
        position: absolute;
        top: 5px;
        left: 15px;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #fwNav ul li {
            margin: 0px 8px 0px 8px;
            font-size: 16px;
            font-family: Arial;
            padding: 0px;
            float: left;
            white-space: nowrap;
            text-align: center;
        }

            #fwNav ul li.divider {
                margin: 0px 3px 1px 3px;
                color: #00507a;
            }

            #fwNav ul li a {
                color: #FFFFFF;
                text-decoration: none !important;
                text-shadow: 0.05em 0.05em #666;
            }

                #fwNav ul li a:hover, #fwNav ul .selected a {
                    color: #badeff;
                    text-decoration: none !important;
                    text-shadow: 0.05em 0.05em #666;
                }

#fwNav2 {
    font-size: 11px;
    position: absolute;
    z-index: 102;
    bottom: 0px;
    top: auto;
    left: 0px;
    margin: 0 0.50em 0.50em 0.50em;
    height: 2.00em;
    min-height: 24px;
    width: 768px;
    min-width: 768px;
    border-top: solid 1px #a0beda;
}

    #fwNav2 ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #fwNav2 ul li {
            margin: 2px 8px 0px 8px;
            font-size: 11px;
            padding: 0px;
            float: left;
            white-space: nowrap;
            text-align: center;
        }

            #fwNav2 ul li a {
                color: #FFFFFF;
                text-decoration: none;
            }

                #fwNav2 ul li a:hover, #fwNav2 ul .selected a {
                    text-decoration: underline;
                }

#fwBody {
    text-align: left;
    font-size: 100%;
}

#fwColumns {
    clear: both;
    padding: 30px 0;
    position: static;
}

#fwLeft {
    width: 250px;
    float: left;
    clear: left;
}

    #fwLeft .box {
        width: 200px;
        margin: 0 25px;
    }

#fwRight {
    width: 450px;
    float: left;
    clear: right;
    margin-left: 25px;
}

#fwSingle {
    width: 700px;
    float: left;
    clear: right;
    margin-left: 25px;
}



#fwFooter {
    width: 100%;
    height: 2.33em;
    min-height: 28px;
    bottom: 0px;
    top: auto;
    left: 0px;
    background: #5780ae url(../assets/fw/bar_blue.jpg) repeat-x;
    border-top: solid 1px #5780ae;
}

#fwFooterNav {
    padding: 0px;
    list-style-type: none;
    width: 60.00em;
    min-width: 720px;
}

    #fwFooterNav li {
        margin: 6px 5px 0px 5px;
        font-size: 95%;
        padding: 0px;
        float: left;
        white-space: nowrap;
    }

        #fwFooterNav li a {
            color: #FFFFFF;
            text-decoration: none;
        }

            #fwFooterNav li a:hover, #fwFooterNav .selected a {
                color: #FFFFFF;
                text-decoration: underline;
            }

#fwCopyright {
    font-size: 95%;
    padding: 5px;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

    #fwCopyright, #fwCopyright a {
        color: #666;
    }

#columns {
    margin: 10px 0 0 0;
    padding-bottom: 15px;
}

#leftColumn {
    float: left;
    width: 14.58em;
    min-width: 175px;
    padding: 0;
    margin: 0 0 0 10px;
}

#rightColumn {
    float: right;
    width: 47.5em;
    min-width: 570px;
    padding: 0;
    margin: 0 10px 0 0px;
}

#singleColumn {
    float: left;
    width: 875px;
    min-width: 735px;
    padding: 0;
    margin: 0 0px 0 10px;
}

#singleColumnCenter {
    width: 875px;
    min-width: 570px;
    margin: 0 auto; /*margin: 0 0px 0 40px;*/
}

.blogEntries {
    width: 475px;
    padding-bottom: 10px;
}

.blogEntry {
    margin-bottom: 15px;
}

.blogTitle {
    float: left;
    width: 300px;
    background: Transparent url(../assets/fw/v2/smallLogo.gif) no-repeat top left;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 5px 5px 21px;
    color: #7a6a61;
}

.blogRelease {
    float: right;
    width: 80px;
    font-size: 12px;
    color: #7a6a61;
    text-align: right;
    padding-top: 3px;
}

.blogDescription {
    font-size: 12px;
    padding: 0px 5px 0px 5px;
}

.webinarEntries {
    width: 475px;
}

.alertlist {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

    .alertlist li {
        padding: 3px 3px 5px 0px;
        margin: 0px;
        white-space: nowrap;
        font-size: 12px;
    }

.whiteBox .TL {
    background: transparent url(../assets/box/whitebox/images/tl.gif) no-repeat top left;
    padding-left: 6px;
    height: 8px;
}

.whiteBox .TR {
    background: transparent url(../assets/box/whitebox/images/tr.gif) no-repeat top right;
    height: 8px;
}

.whiteBox .ML {
    background: transparent url(../assets/box/whitebox/images/ml.gif) repeat-y top left;
    padding-left: 6px;
}

.whiteBox .MR {
    background: transparent url(../assets/box/whitebox/images/mr.gif) repeat-y top right;
    min-height: 3px;
}

.whiteBox .BL {
    background: transparent url(../assets/box/whitebox/images/bl.gif) no-repeat bottom left;
    padding-left: 6px;
    height: 10px;
}

.whiteBox .BR {
    background: transparent url(../assets/box/whitebox/images/br.gif) no-repeat bottom right;
    height: 10px;
}


/*
.box { border:solid 1px #7a6a61; background: #FFFFFF url(../assets/fw/fadeBottom_gray.jpg) repeat-x bottom left; }
.box a:link, .box a:visited, .box a:active, .box a:hover { color:#787878; text-decoration: none; }
.boxHeader { padding:5px 5px 5px 5px; height: 24px; background: #7a6a61 url(../assets/fw/v2/boxHeader.gif) repeat-y top left;  color: #FFFFFF;} 
*/
.dataHeader {
    padding: 0 0 2px 0;
    color: #00507a;
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
}

.brokerLink_selected {
    color: #000000;
    text-decoration: none;
}

.clearAll {
    clear: both;
}

.data {
    padding: 0 0 5px 0;
}

.error {
    color: #FF0000;
}

.warning {
    color: #FF0000;
    font-weight: bold
}

.specialmessage {
    color: #000099;
}

a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: #FF0000 !important;
    text-decoration: none;
}

.logoutButton {
    color: #FFCC00;
}

.alertLink {
    color: #990000;
    text-decoration: none;
}

.tabletext {
    font-size: 12px;
}

.tabletexttop {
    font-size: 12px;
    vertical-align: top
}

.tabletextright {
    font-size: 12px;
    text-align: right !important;
}

.tabletextcenter {
    font-size: 12px;
    text-align: center !important;
}

.tabletextnowrap {
    font-size: 12px;
    white-space: nowrap
}

.tablelabel, .tablelabel label {
    font-size: 12px;
    text-align: right;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.tablelabeltop {
    font-size: 12px;
    text-align: right;
    color: #27507e;
    vertical-align: top;
}

.tablelabelnowrap {
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.tablelabelleft {
    font-size: 12px;
    text-align: left !important;
    color: #27507e;
}

.tablelabellefttop {
    font-size: 12px;
    text-align: left;
    color: #27507e;
    vertical-align: top
}

.tablelabelcenter {
    font-size: 12px;
    text-align: center !important;
    color: #27507e;
}

.tablelabelright {
    font-size: 12px;
    text-align: right !important;
    color: #27507e;
}

.tablelabelleftnowrap {
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    color: #27507e;
}

.smalltabletext {
    font-size: 11px;
}

.smalltabletextcenter {
    font-size: 11px;
    text-align: center;
}

.smalltabletextright {
    font-size: 11px;
    text-align: right;
}

.smalltablelabel {
    font-size: 11px;
    text-align: right;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.smalltablelabelleft {
    font-size: 11px;
    text-align: left;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.smalltablelabelcenter {
    font-size: 11px;
    text-align: center;
    color: #27507e;
    font: 12px Arial, 'Trebuchet MS', Verdana, sans-serif;
}

.smalltabletexttop {
    font-size: 11px;
    vertical-align: top;
}

.createbrokertext {
    color: #999999;
    font-style: italic;
}

.smalllabel {
    font-size: 90%;
    color: #27507e;
}

.smalltabletextcentertop {
    font-size: 11px;
    text-align: center;
    vertical-align: top;
}

.bldgtablelabelleft {
    font-size: 11px;
    text-align: left;
    color: #27507e;
    font-weight: bold;
    font-family: 'Trebuchet MS', Verdana, Arial;
}


.locationtableheader {
    font-size: 11px;
    background-color: #F0F0F0;
    font-weight: bold;
}


.buildinggridheader {
    font-size: 11px;
    background-color: #FFFFFF;
    font-weight: bold;
    padding-left: 20px;
}

.buildinggrid {
    background-color: #F0F0F0;
    /*margin-left: 45px;*/
    border: solid;
    border-color: #C0C0C0;
    border-width: 1px;
}

.gridbg {
    background-color: #FFFFFF;
    color: #000000;
}

.gridbgalternate {
    background-color: #E9E9E9;
    color: #000000;
}


.gridheader {
    background-color: #C0C0C0;
    color: #FFFFFF;
}

.sectionheader {
    clear: left;
    float: left;
    border-bottom: solid 1px #5780ae;
    margin: 0 5px 5px 0px;
    padding-top: 4px;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
}

.colleft {
    float: left;
    width: 600px;
    margin: 0 5px 5px 0;
    padding-top: 4px;
    text-align: left;
    font-size: 95%;
}

.colright {
    float: left;
    width: 600px;
    margin: 0 5px 5px 0;
    padding-top: 4px;
    text-align: right;
    font-size: 95%;
}

.colcenter {
    float: left;
    width: 600px;
    margin: 0 5px 5px 0;
    padding-top: 4px;
    text-align: center;
    font-size: 95%;
}

.detailgrid {
    background-color: #F0F0F0;
    border: solid;
    border-color: #C0C0C0;
    border-width: 1px;
}

    .detailgrid td {
        padding: 2px;
    }

.panelborder {
    border: solid 1px #C0C0C0;
    background: #FFFFFF;
    padding-left: 5px;
}

ul.exposurerisklist {
    vertical-align: top;
    color: #5780ae;
    list-style-type: square;
    margin: 0 0 0 30px;
}

    ul.exposurerisklist li {
        margin: 0 0 5px 0;
    }

blanket {
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

#popUpDiv {
    position: absolute;
    background-color: #eeeeee;
    width: 500px;
    height: 200px;
    z-index: 9002;
}

/*Modal Popup*/

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.radiopadding {
    padding-left: 50px;
    padding-bottom: 10px;
}

.watermark {
    background: #FFAAFF;
}



.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold
}

.MaskedEditError {
    background-color: #FFCCCC
}


table.bimatrix {
    border-width: 2px;
    border-spacing: 2px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
    background-color: #fff5ee;
}

    table.bimatrix th {
        border-width: 1px;
        padding: 1px;
        border-style: none;
        border-color: green;
        background-color: #fffff0;
        -moz-border-radius:;
    }

    table.bimatrix td {
        border-width: 1px;
        padding: 1px;
        border-style: none;
        border-color: green;
        background-color: #fffff0;
        -moz-border-radius:;
    }
/* Bootstrap override */
.icon {
    opacity: 0.50;
}

.CICicon-caution {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/assets/icons/caution.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.CICicon-pdf {
    display: inline-block;
    width: 16px;
    height: 16px;
    *margin-right: .3em;
    line-height: 16px;
    vertical-align: text-top;
    background-image: url("/assets/icons/pdf.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.colleft .sectionheader {
    font-size: 105%;
}

.nowrap {
    white-space: nowrap !important;
}

ul.corpSitesList {
    display: inline;
    margin-left: 0px;
}

    ul.corpSitesList li {
        display: inline;
        padding-left: 20px;
        list-style-type: none;
    }

        ul.corpSitesList li:before {
            content: "\2022";
            padding-right: 2px;
        }

table.smallLabels td {
    font-size: 0.9em !important;
}
/* Questionset styling, ie. CAP Quote Details, below Building section */
.questionset .qsTable,
.questionset .qsTable-2,
.questionset .qsTable-3 {
    margin-left: 1%;
    width: 99%;
    font-size: 12px;
    border-collapse: collapse;
}

.questionset .nCol {
    vertical-align: top;
    padding-right: 4px;
    padding-top: 7px;
    color: #27507e;
    text-align: right;
    font-weight: bold;
    width: 24px;
    min-width: 24px;
}

    .questionset .nCol div.sub {
        height: 0;
        width: 0;
        overflow: visible;
        position: relative;
        float: right;
        right: -7px;
    }

.questionset .qCol, .questionset .aCol {
    vertical-align: bottom;
}

.questionset .qCol,
.questionset .well .qsTable .qCol,
.questionset .panel .qsTable .qCol {
    text-align: left;
    color: #27507e;
    width: 82%;
    padding-right: 0px;
    padding-top: 7px;
}

.questionset .qsTable .aCol {
    padding-left: 0px;
}

    .questionset .qsTable .aCol > * {
        float: right;
        position: relative;
        right: -1px;
    }

    .questionset .qsTable .aCol > .floatLeftValidator {
        float: left;
    }

.questionset .qsTable-2 .qCol,
.questionset .well .qsTable-2 .qCol {
    text-align: right;
    width: 25%;
    padding-right: 6px;
}

.questionset .qsTable-2 .aCol,
.questionset .well .qsTable-2 .aCol {
}

    .questionset .qsTable-2 .aCol > *,
    .questionset .well .qsTable-2 .aCol > * {
        float: none;
    }

.questionset .qsTable-3 .qCol,
.questionset .well .qsTable-3 .qCol {
    text-align: right;
    width: 55%;
    padding-right: 6px;
}

.questionset .qsTable-3 .aCol > *,
.questionset .well .qsTable-3 .aCol > * {
    float: none;
}

.questionset .qsTable-3 .aCol,
.questionset .well .qsTable-3 .aCol {
}

    .questionset .qsTable-2 .aCol > span,
    .questionset .well .qsTable-2 .aCol > span,
    .questionset .qsTable-3 .aCol > span,
    .questionset .well .qsTable-3 .aCol > span {
        padding-left: 2px;
        padding-right: 2px;
        position: relative;
        top: 1px;
    }

.questionset .qCol .btn-mini {
    height: 16px;
    line-height: 16px;
}

    .questionset .qCol .btn-mini [class^="icon-"],
    .questionset .qCol .btn-mini [class*=" icon-"],
    .questionset .qCol .btn-mini .glyphicon {
        margin-top: 0px;
    }

.questionset .qCol.dots, .questionset .aCol.dots {
    background-image: url('../assets/icons/dots.png');
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-clip: content-box;
}

.questionset .qsTable-2 .dots,
.questionset .qsTable-3 .dots,
.questionset .well .qsTable-2 .dots,
.questionset .well .qsTable-3 .dots {
    background: none;
}

.questionset .qCol.inset,
.questionset .qCol.inset-1 {
    padding-left: 25px;
}

.questionset .qCol.inset-2 {
    padding-left: 50px;
}

.questionset .qCol.inset-3 {
    padding-left: 75px;
}

.questionset .qCol.inset-4 {
    padding-left: 100px;
}

.questionset .qsTable-2 [class^="inset-"],
.questionset .qsTable-2 [class*=" inset-"],
.questionset .well .qsTable-2 [class^="inset-"],
.questionset .well .qsTable-2 [class*=" inset-"],
.questionset .qsTable-3 [class^="inset-"],
.questionset .qsTable-3 [class*=" inset-"],
.questionset .well .qsTable-3 [class^="inset-"],
.questionset .well .qsTable-3 [class*=" inset-"] {
    padding-left: 0px;
    padding-right: 6px;
}

.questionset .qCol.dots > *:first-child,
.questionset .qCol.dots > *.hide-dots {
    padding-right: 2px;
}

.questionset .qCol.dots > *:first-child,
.questionset .qCol.dots > *.hide-dots,
.questionset .aCol.dots > *:not(.btn) {
    background-color: #fffdf3;
}

.qsTable tr.note-row td {
    text-align: right;
    padding-right: 50px;
}

.questionset .well .qCol.dots > *:first-child,
.questionset .well .qCol.dots > *.hide-dots,
.questionset .well .aCol.dots > *:not(.btn) {
    background-color: #F5F5F5;
}

.questionset .panel .qCol.dots > *:first-child,
.questionset .panel .qCol.dots > *.hide-dots,
.questionset .panel .aCol.dots > *:not(.btn) {
    background-color: #fff;
}

.questionset .aCol.dots > select,
.questionset .aCol.dots > input:not([type]),
.questionset .aCol.dots > input[type=""],
.questionset .aCol.dots > input[type="text"],
.questionset .aCol.dots > textarea {
    background-color: #fff !important;
}

.questionset .qsTable-2 .aCol > table,
.questionset .qsTable-3 .aCol > table,
.questionset .well .qsTable-2 .aCol > table,
.questionset .well .qsTable-3 .aCol > table {
    display: inline-block;
    vertical-align: bottom;
}

.questionset .aCol > .validator-container {
    height: 0;
    width: 0;
    overflow: visible;
    right: -4px;
    white-space: nowrap;
    top: 2px;
}

.questionset .well .aCol > .validator-container {
    right: -16px;
}

.questionset .qsTable-2 .aCol > .validator-container,
.questionset .qsTable-3 .aCol > .validator-container,
.questionset .well .qsTable-2 .aCol > .validator-container,
.questionset .well .qsTable-3 .aCol > .validator-container {
    float: right;
    position: relative;
}

.questionset .dl-label-container {
    height: 0;
    width: 0;
    overflow: visible;
    float: left !important;
    left: -85px;
    top: 4px;
    white-space: nowrap;
}

    .questionset .dl-label-container:before {
        content: "Desired Limit:";
        background-color: #fffdf3;
        color: #27507e;
        padding-right: 50px;
    }

.questionset .well {
    margin-bottom: 2px;
}

.ajax__calendar_container {
    z-index: 1;
}

table td {
    padding: 2px;
}

label {
    font-weight: normal;
}

.g-bg-yellow-opacity-0_4 {
    background: rgba(235, 199, 29, 0.4) !important;
}

.g-bg-yellow-opacity-0_3 {
    background: rgba(235, 199, 29, 0.3) !important;
}

.g-bg-yellow-opacity-0_2 {
    background: rgba(235, 199, 29, 0.2) !important;
}

.g-bg-yellow-opacity-0_1 {
    background: rgba(235, 199, 29, 0.1) !important;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

    .dd-list .dd-list {
        padding-left: 30px
    }

.dd-collapsed .dd-list {
    display: none
}

.dd-empty, .dd-item, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0,0,0,0);
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px
}

    .dd-item > button:before {
        content: '\f055';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #0091d9
    }

    .dd-item > button[data-action=collapse]:before {
        content: '\f056';
        color: #a90329
    }

.dd-empty, .dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1)
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px
}

#nestable-output, #nestable2-output {
    width: 100%;
    padding: 5px
}

@media only screen and (min-width:700px) {
    .dd {
        float: left;
        width: 100%
    }

        .dd + .dd {
            margin-left: 2%
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important
}

.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #fff
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0
}

.dd3-item > button {
    margin-left: 38px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #bfbfbf;
    background: -webkit-linear-gradient(top,#ddd 0,#bbb 100%);
    background: -moz-linear-gradient(top,#ddd 0,#bbb 100%);
    background: linear-gradient(top,#ddd 0,#bbb 100%);
    display: inline-block;
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px
}

    .dd3-handle:before {
        content: '\F3FD';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #818181;
        font-weight: 400;
        line-height: 28px
    }

    .dd3-handle:hover:before {
        color: #C27616
    }

.dd-handle:hover, .dd-handle:hover + .dd-list .dd-handle {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #333 !important
}

.dd-handle > span {
    font-size: 13px;
    color: #777
}

.dd-dragel > .dd-item > .dd-handle {
    border-left-width: 4px
}

.dd-dragel > li.dd-item.dd3-item {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 999
}

#calendar-container {
    position: relative
}

.bg-color-blue {
    background-color: #57889c !important
}

.bg-color-blueLight {
    background-color: #92a2a8 !important
}

.bg-color-blueDark {
    background-color: #4c4f53 !important
}

.bg-color-green {
    background-color: #356e35 !important
}

.bg-color-greenLight {
    background-color: #71843f !important
}

.bg-color-greenDark {
    background-color: #496949 !important
}

.bg-color-red {
    background-color: #a90329 !important
}

.bg-color-yellow {
    background-color: #b09b5b !important
}

.bg-color-orange {
    background-color: #c79121 !important
}

.bg-color-orangeDark {
    background-color: #a57225 !important
}

.bg-color-pink {
    background-color: #ac5287 !important
}

.bg-color-pinkDark {
    background-color: #a8829f !important
}

.bg-color-purple {
    background-color: #6e587a !important
}

.bg-color-darken {
    background-color: #404040 !important
}

.bg-color-lighten {
    background-color: #d5e7ec !important
}

.bg-color-white {
    background-color: #fff !important
}

.bg-color-grayDark {
    background-color: #525252 !important
}

.bg-color-magenta {
    background-color: #6e3671 !important
}

.bg-color-teal {
    background-color: #568a89 !important
}

.bg-color-redLight {
    background-color: #a65858 !important
}


/*Smart Wizard Overrides for ADA compliance*/

.sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: #B81A0F !important;
    color: #fff !important;
    background: #B81A0F !important
}

    .sw-theme-arrows > ul.step-anchor > li.active > a:after {
        border-left: 30px solid #B81A0F !important;
    }

.sw-theme-arrows > ul.step-anchor > li.done > a {
    border-color: #337ab7 !important;
    color: #fff !important;
    background: #337ab7 !important;
}

    .sw-theme-arrows > ul.step-anchor > li.done > a:after {
        border-left: 30px solid #337ab7;
    }

.sw-theme-arrows > ul.step-anchor > li > a {
    color: #525151;
    text-decoration: none;
    /*padding: 10px 0 10px 45px;*/
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f5f5f5;
}

.sw-theme-arrows > ul.step-anchor > li.clickable.done > a:hover {
    border-color: #1d7538 !important;
    color: #071f0f !important;
    background: #1d7538 !important;
}

.sw-theme-arrows > ul.step-anchor > li.clickable.active > a:hover {
    border-color: #337ab7 !important;
    color: #0c1c21 !important;
    background: #337ab7 !important;
}

.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
    border-color: #333 !important;
    color: #333 !important;
    background: #f5f5f5 !important;
}


/*Bootstrap Overrides for ADA compliance*/

.text-danger {
    color: #e0051a !important;
}

.cg-disablepointerevents {
    pointer-events: none
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-coast1,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-coast1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-coast1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-coast1,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-coast1,
.u-check input[type="radio"]:checked + .u-check-icon-radio-coast1,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-coast1,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-coast1 {
    color: #337ab7;
    border-color: #337ab7;
}

    .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-coast1 i::after,
    .u-check input[type="checkbox"]:checked + .u-check-icon-radio-coast1 i::after,
    .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-coast1 i::after,
    .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-coast1 i::after,
    .u-check input[type="radio"]:checked + .u-check-icon-checkbox-coast1 i::after,
    .u-check input[type="radio"]:checked + .u-check-icon-radio-coast1 i::after,
    .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-coast1 i::after,
    .u-check input[type="radio"]:checked + * .u-check-icon-radio-coast1 i::after {
        left: calc(100% - 19px);
        background-color: #337ab7;
    }


/* Button green - from the old primary */
.u-btn-green {
    color: #fff;
    background-color: #72c02c;
}

    .u-btn-green:hover, .u-btn-green.active {
        border-color: #8cd54a;
        background-color: #8cd54a;
    }

    .u-btn-green:hover, .u-btn-green:focus, .u-btn-green.active {
        color: #fff;
    }

    .u-btn-green.g-btn-hover-reset:hover, .u-btn-green.g-btn-hover-reset.active {
        background-color: #72c02c;
        border-color: #72c02c;
    }

    .u-btn-green.u-btn-hover-v1-1 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v1-1::after, .u-btn-green.u-btn-hover-v1-1:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v1-1:hover {
            background-color: #72c02c;
            overflow: hidden;
        }

    .u-btn-green.u-btn-hover-v1-2 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v1-2::after, .u-btn-green.u-btn-hover-v1-2:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v1-2:hover {
            background-color: #72c02c;
            overflow: hidden;
        }

    .u-btn-green.u-btn-hover-v1-3 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v1-3::after, .u-btn-green.u-btn-hover-v1-3:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v1-3:hover {
            background-color: #72c02c;
            overflow: hidden;
        }

    .u-btn-green.u-btn-hover-v1-4 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v1-4::after, .u-btn-green.u-btn-hover-v1-4:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v1-4:hover {
            background-color: #72c02c;
            overflow: hidden;
        }

    .u-btn-green.u-btn-hover-v2-1 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v2-1::after, .u-btn-green.u-btn-hover-v2-1:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v2-1:hover {
            background-color: #72c02c;
            overflow: hidden;
        }

    .u-btn-green.u-btn-hover-v2-2 {
        overflow: hidden;
    }

        .u-btn-green.u-btn-hover-v2-2::after, .u-btn-green.u-btn-hover-v2-2:hover::after {
            background-color: #7fd135;
        }

        .u-btn-green.u-btn-hover-v2-2:hover {
            background-color: #72c02c;
            overflow: hidden;
        }


.u-nav-v4-1-coastal.u-nav-dark .nav-link.active {
    border-color: #333 #a5a5a5 #fff;
}

/*Compare button and modal*/
.btn-compare {
    height: 31px;
    margin-right: 2.14286rem;
    top: -2px;
    position: relative;
    padding-top: 5px;
    border-radius: 5px;
}

/*Cybercom check box*/
.cybercomCB input {
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 5px;
}

/*Jvectormap page*/
.closure-map.card {
    font-size: 14px;
}

.selected-region {
    fill: #e46f6f;
}

.past-closure {
    fill: lightgrey;
}

.current-closure {
    fill: #e46f6f;
}

.future-closure {
    fill: #efce2f;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
    }

    .list-group.list-group-root > .list-group > .list-group-item {
        padding-left: 40px;
    }

    .list-group.list-group-root > .list-group > .list-group > .list-group-item {
        padding-left: 55px;
    }

.list-group-item .chevron {
    margin-right: 5px;
}

.state-list-group.well {
    border: none;
}

.state-list-group .list-group-item {
    margin-bottom: 0;
    text-align: inherit;
}

    .state-list-group .list-group-item.state {
        color: #fff;
        background-color: #337ab7;
        border-top: none
    }

        .state-list-group .list-group-item.state:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .state-list-group .list-group-item.state:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .state-list-group .list-group-item.state.active {
            border: none;
        }

            .state-list-group .list-group-item.state.active:last-of-type {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                border: none;
            }

        .state-list-group .list-group-item.state:hover {
            background-color: #184a76;
            border: none;
        }

            .state-list-group .list-group-item.state:hover span.badge {
                background-color: #337ab7;
            }

    .state-list-group .list-group-item:hover span.badge {
        background-color: #337ab7;
    }

    .state-list-group .list-group-item:hover .state-icon:hover:before {
        color: #337ab7;
    }

    .state-list-group .list-group-item.county:hover {
        background-color: #e3e3e3;
        border: none;
    }

    .state-list-group .list-group-item.state span.badge {
        float: right;
        border-radius: 10px;
        background-color: #184a76;
    }

    .state-list-group .list-group-item.county span.badge {
        float: right;
        border-radius: 10px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

.state-list-group .state-icon {
    float: right;
    padding-right: 10px;
    font-size: 18px;
}

.fa-plus-circle.state-icon:hover:before {
    content: "\f055";
    color: #184a76;
}

.state-list-group .county-details-wrapper {
    padding: 10px;
    background-color: white;
    border: 0.1rem solid lightgrey;
    margin: 0;
}

.state-list-group .list-group.county-details {
    padding: 5px;
}

#btnSaveClosure {
    float: right;
}

/*DATEPICKER*/
.datepicker {
    width: 150px;
    height: 35px;
    border: 2px solid #337ab7;
    border-radius: 5px;
    padding: 10px;
    margin: 0 5px;
}

.datepicker-wrapper {
    margin-bottom: 20px;
    padding: 0px 40px;
}

/*closure drop downs*/
.closure-dd-list {
    padding: 5px;
}

.program-name-field {
    background-color: inherit;
}

.closure-list-div .input-group-text {
    background-color: #e9ecef;
}

.closure-list-div .form-control[readonly] {
    background-color: inherit;
}

.closure-list-div .input-group {
    width: 400px;
    padding: 2px;
}

#reasons-list-div .input-group {
    width: 210px;
}

.closure-list-div .dropdown-menu {
    border-top: none !important;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: auto;
}

.state-dropdown-btn, .reason-dropdown-btn {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid lightgrey;
    text-align: left;
}

.dropdown-menu .reason {
    width: 100%;
    border: none;
    border-top: 1px solid #ccc;
}

.add-btn {
    font-size: 24px;
    padding: 10px;
    color: #337ab7;
}

span.badge.code-badge {
    background-color: #a2bfda;
    padding: 11px 3px;
}

.no-padding {
    padding: 0px;
}

.not-valid {
    border: 1px solid red;
}

.validation-warning {
    font-size: 22px;
    padding: 8px;
    color: orange;
}

.btn-closure-map {
    border-radius: 3px;
    width: 100px;
}

#ctl00_body_btnSaveMapClosure {
    float: right;
}

#btn-pending-closure, #btn-clear-closure {
    width: 175px;
    border: 1px solid #337ab7;
    background-color: white;
    color: #2e6da4;
    margin-right: 10px;
}

#btn-clear-closure {
    width: 200px;
}

    #btn-pending-closure:hover, #btn-clear-closure:hover {
        background-color: #bbd9f3;
    }

.closure-section-title {
    font-size: 22px;
    color: #337ab7;
}

.closure-map .tab-content {
    padding: 20px 0px 20px 20px;
}

.closure-map .fa-angle-down, .closure-map .fa-angle-right {
    font-size: 18px;
    padding-left: 5px;
    top: 3px;
    position: relative;
}

.closure-map .fa-trash {
    color: #c51919;
}

.closure-map .fa-minus-circle {
    color: #daa100;
}

.program-container, .event-category-container {
    display: inline-block;
    width: 70%;
}

.county-text-container {
    display: inline-block;
    width: 15%;
    float: left;
}

.county-actions-container {
    display: inline-block;
    width: 15%;
    float: right;
}

.toast {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    margin-right: 40%;
}

.toast-header {
    color: #fff;
    background-color: #337ab7;
}

    .toast-header .fa-exclamation-square {
        padding-right: 5px;
        color: #ffd400;
    }

.closure-map .fa-plus-circle {
    color: #34e813;
    padding-left: 5px;
}

.toast-header .fa-check-circle {
    color: #34e813;
    padding-right: 5px;
}

.toast-header .fa-times-circle {
    padding-right: 5px;
    color: #ff0000;
}

#pending-closure-container {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
}

    #pending-closure-container .row {
        height: 25px;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 4px;
    }

        #pending-closure-container .row:nth-child(odd) {
            background-color: #efefef;
        }

    #pending-closure-container [class^='col-'] {
        padding: 0px 2.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#pending-closure-close .fa-times-circle {
    float: right;
}

/* Bootstrap col overrides */
.col-half {
    -ms-flex: 0 0 4.166666%;
    flex: 0 0 4.166666%;
    max-width: 4.166666%;
}

.col-1half {
    -ms-flex: 0 0 12.500001%;
    flex: 0 0 12.500001%;
    max-width: 12.500001%;
}

.col-3half {
    -ms-flex: 0 0 29.166666%;
    flex: 0 0 29.166666%;
    max-width: 29.166666%;
}

.col-4half {
    -ms-flex: 0 0 37.499999%;
    flex: 0 0 37.499999%;
    max-width: 37.499999%;
}
/* Bootstrap col overrides */

#new-closure-map-state-list {
    margin-top: 15px;
}

/* pagination buttons */
.btn.pagination {
    width: 100px;
    display: inline;
    float: right;
    margin-left: 10px;
    border-radius: 3px;
}

    .btn.pagination.large {
        width: 150px;
    }

.aspNetDisabled.pagination {
    background-color: #9ecff9;
}

/* pending closures */
#closure-alerts-list [type="checkbox"], #cb-pend-closure-all {
    float: right;
    width: 18px;
    height: 18px;
}

.count-badge-pill-span {
    width: 40px;
    float: right;
}

.badge-cybercom-blue {
    background-color: #337ab7;
}

/* Alert settings menu & icon*/
/*#pending-alerts-settings-wrapper {
    float: right;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 47.5px;
    margin-right: 10px;
    padding: 5px;
}*/

/*#pending-alerts-settings-span {
    height: 100%;
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}*/

#pending-alerts-settings-icon {
    font-size: 20px;
    padding: 8px;
    transform: rotate(0deg);
    transition: transform 1s linear;
}

    #pending-alerts-settings-icon.open {
        transform: rotate(45deg);
        transition: transform .5s linear;
    }

#pending-alerts-settings {
    position: absolute;
    background-color: white;
    z-index: 10;
}

.alert-settings-menu-item {
    width: 250px;
    height: 30px;
    border-top: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    background-color: #337ab7;
    align-items: center;
    display: flex;
    padding-left: 10px;
    color: white;
}

    .alert-settings-menu-item label {
        color: white;
        margin: 0;
    }

    .alert-settings-menu-item i {
        color: white;
        padding-left: 10px;
    }

    .alert-settings-menu-item.active {
        background-color: #265175;
        border-color: #265175;
    }

    .alert-settings-menu-item:first-of-type {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .alert-settings-menu-item:last-of-type {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom: 1px solid #e2e2e2;
    }

.alert-setting-item {
    min-height: 25px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    align-items: center;
    display: flex;
}

    .alert-setting-item:last-of-type {
        border-bottom: 1px solid #e2e2e2;
    }

    .alert-setting-item .checkbox-inline {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.cybercom-asp-dd {
    height: 27px;
    position: relative;
    bottom: -1px;
    font-size: 12px;
}

.cybercom-dd-label {
    font-size: 12px;
}

.multi-state {
    border-radius: 10rem;
    margin-right: 3px;
    padding-top: .3rem;
}

#divModifyStateModal .aspNetDisabled {
    opacity: 0.5;
    cursor: default;
}

.alert {
    margin-top: 1rem;
}

/* DATE PICKER */
.ui-datepicker {
    z-index: 99999 !important;
}

.ui-datepicker-trigger {
    border: none;
    background: none;
    vertical-align: top;
}

.datepicker-icon {
    /*font-size: 20px;*/
    color: #286090;
    position: relative;
    cursor: pointer;
}

.cic-cal-large {
    display: inline;
    border-radius: 0;
    height: 33.5px;
    border-color: #ccc;
    max-width: 140px
}

    .cic-cal-large ~ .ui-datepicker-trigger .datepicker-icon {
        font-size: 30px;
        padding-top: 2px;
    }


input:not([type='button']):disabled.aspNetDisabled,
select:disabled.aspNetDisabled,
textarea:disabled.aspNetDisabled,
a.btn.aspNetDisabled,
.bsuploadmodalbutton.aspNetDisabled,
.ciu-formcontrol.aspNetDisabled {
    border: 1px solid #CCC !important;
    background-color: #dedede !important;
    color: #666666 !important;
}


.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#sidespy a.active {
    border-color: #ff41001c;
    background-color: #ff41001c;
}

.btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:first-child:active, :not(.btn-check) + .btn.btn-primary:active {
    background-color: #337ab7;
    border-color: #337ab7;
}
