/* Minification failed. Returning unminified contents.
(130,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(861,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
@media screen and (min-width: 1100px) .jumbotron-header .navbar-nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron-header {
    height: 100px;
    display: block;
    position: relative;
    padding-top: 30px;
    background-color: #ffffff;
}

.navbar-inverse .jumbotron-header {
    display: block;
    position: relative;
}

.container .jumbotron-header,
.container-fluid .jumbotron-header {
    padding-right: 0px;
    padding-left: 0px;
    /*   border-radius: 6px; */
}

.jumbotron-header .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    height: 80px;
    background-color: #ffffff;
}

.navbar-inverse .jumbotron-header .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .jumbotron-header .container {
        padding-bottom: 0px;
        /* font-size: 14px; */
        max-width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .jumbotron-header .navbar-nav {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .jumbotron-header li.dropdown {
        width: 14%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .jumbotron-header .fe-row-content {
        height: auto !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 992px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
    }

    .jumbotron-header .fe-row-content-content {
        left: 0;
        margin: 0;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
        width: 100%;
    }

    .jumbotron-header h4,
    .jumbotron-header .h4 {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        padding-top: 10px;
    }
}

@media (min-width: 1100px) .navbar-inverse .jumbotron-header .navbar-nav > li > a:hover > .menuanimation:not(.fa-home) {
    font-size: 17.5px;
    border-bottom: 1px solid #d13636;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(209, 54, 54);
    padding-bottom: 4px;
}


input[type="checkbox"] {
    margin-left: 0px !important;
}

.payments-navbar {
    margin-top: 10px;
}

    .payments-navbar .navbar-header {
        float: left;
        margin-left: 0px;
    }

    .payments-navbar .navbar-right {
        float: right;
        width: unset;
    }

    .payments-navbar .navbar-nav > li {
        display: inline-flex;
        !important;
    }

    .payments-navbar .navbar-brand {

        padding-left:0px;
    }

    @media (max-width: 992px) {
        .bodycontent {
        margin-left: 8px;
        margin-right: 8px;
    }

    .payments-navbar {
        padding-left: 0px;
        width: auto;
    }

        .payments-navbar .navbar-right {
            float: right;
        }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*height: 28px;*/
    max-width: 280px;
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    input,
    select,
    textarea {
        max-width: unset !important;
    }
}

select {
    margin-top: 5px;
}

.app_description {
    padding: 16px 0;
}

.app_label {
    color: #000;
    clear: both;
    font-weight: 700;
}

.app_buttonContainer {
    width: 100%;
    display: block;
    clear: both;
    padding: 16px 0;
    text-align: right;
}

.app_paymentSuccess {
    padding: 16px 0;
    color: #000;
    clear: both;
    font-weight: 700;
}

#LoadingData {
    float: left;
    padding-left: 16px;
    padding-bottom: 10px;
}


.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.row {
    display: block;
    position: relative;
    clear: both;
    margin-right: 0;
    margin-left: 0;
}


.nomargin {
    margin: .2em 0 0 0 !important;
}

.column {
    float: left;
    padding-left: 8px;
    min-width: 30%;
}

.columnnopad {
    float: left;
    min-width: 30%;
}

.fullWidth {
    padding-left: 0 !important;
}

    .fullWidth input {
        width: 98% !important;
    }

.noMinWidth {
    min-width: 0;
}

.condensedlayout {
    width: 90% !important;
}

.width10 {
    min-width: 9%;
    width: 9%;
}

.width15 {
    min-width: 14%;
    width: 14%;
}

.width20 {
    min-width: 19%;
    width: 19%;
}

.width30 {
    min-width: 29%;
    width: 29%;
}

.width40 {
    min-width: 39%;
    width: 39%;
}

.width50 {
    width: 49%;
}

.width60 {
    width: 59%;
}

.width70 {
    width: 69%;
}

.width80 {
    width: 79%;
}

.width90 {
    min-width: 89%;
    width: 89%;
}

.width25 {
    min-width: 24%;
    width: 24%;
}

.width75 {
    min-width: 74%;
    width: 74%;
}

.display-inline {
    display: inline-block;
}

.display-inline input{
    display: inline-block !important;
}



.right {
    float: right !important;
}

.center {
    float: left;
    text-align: center;
}

.width10.left {
    text-align: left;
    width: 9%;
}

.width15.left {
    text-align: left;
    width: 14%;
}

.width50.left {
    width: 48%;
    margin-right: 1%;
}

.width50.right {
    width: 48%;
    padding-left: 1%;
}


.centerTable {
    margin-left: auto;
    margin-right: auto;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-address {
    margin: 1em 0 0 0;
    vertical-align: top;
    font-size: .9em;
}

.display-label,
.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
    /*added for billing label valigning in middle*/
    vertical-align: top;
    padding-bottom: 4px;
}

.display-field,
.editor-field {
    margin: 0.1em 0 0 0;
    padding-left: 4px;
}

.display-label .field-validation-error,
.editor-label .field-validation-error {
    font-weight: normal !important;
}

.modal-content .display-label,
.modal-content .display-field {
    float: left;
    min-width: 350px;
}

.modal-content .display-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    text-align: right;
    line-height: 40px;
}

#spanCustomSearchParams {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    line-height: 40px;
    display: block;
}

.modal-footer {
    clear: both;
}

.inline {
    float: left;
    padding-left: 8px;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/*-------------------------------------------*/


table #paymentReport {
    width: 100%;
}

.buttonRight {
    float: right;
    display: inline-block;
}

.ui-datepicker-trigger {
    cursor: pointer;
    background-color: #d1d4de;
    margin-top: -2px;
    border-bottom: 1px solid #9a9ca4;
}

fieldset {
    padding: 16px;
    border: 1px solid #091f2f;
    margin-bottom: 16px;
}


legend {
    padding: 6px;
    margin-bottom: -16px;
    width: auto;
    border: none;
    margin-bottom: 0px;
}

.form-control {
    margin-bottom: 16px;
}

.fullwidth {
    width: 100%;
    max-width: unset;
}















/* FROM FFX */




/* CSS Document */
/* Fairfax specific styles from original style sheets */




h3 {
    font-size: 120%;
    margin: 15px 0 0 0;
    padding: 0;
}

h4 {
    font-size: 110%;
    margin: 15px 0 0 0;
    padding: 0;
}

h5 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: bold;
}

h6 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-indent: 1.5em;
}

h1.subject {
    border: 4px solid #ECF4F8;
    margin: 0 0 14px 0;
    background-color: #ECF4F8;
    width: 97%;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

input:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']),
textarea,
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 8px;
}

textarea {
    height: auto;
}

.cke_editable .standardform input,
.cke_editable .standardform textarea,
.cke_editable .standardform select {
    width: initial !important;
}

select {
    height: auto;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    background-color: #005492;
    color: #FFF;
    font-weight: 500;
    font-size: 120%;
    text-align: center;
    max-width:300px;
    min-width:200px;
    display: block !important;
    border: 0;
    padding: 8px;
    height: auto;
}


    input[type='button']:hover,
    input[type='submit']:hover {
        color: #FFF;
        background-color: #005492;
    }

input[type='reset'] {
    color: #000;
    background-color: #f0f0f0;
}

    input[type='reset']:hover {
        color: #000;
        background-color: #e5e5e5;
    }



/* overide for wysiwyg area */

.cke_editable .standardform input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable .standardform textarea,
.cke_editable .standardform select {
    width: auto !important;
}

.cke_editable input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable textarea,
.cke_editable select {
    width: 97% !important;
}



/* overide for dropdown list */
.cke_panel_list > li > a > span.img-floatright,
.cke_panel_list > li > a > span.img-center,
.cke_panel_list > li > a > span.img-50percent-right,
.cke_panel_list > li > a > span.img-50percent-left {
    float: left;
    width: auto;
}

.cke_panel_list .img-50percent {
    width: 100%;
}

.cke_panel_list h6 {
    text-indent: 0px;
}

.cke_widget_image {
    padding: 8px;
}

td, th {
    padding: 6px;
}

.custom-formrow {
    float: left;
    display: block;
    width: 100%;
}

    .custom-formrow div {
        float: left;
        display: block;
        padding: 4px;
    }

    .custom-formrow .field--widget-string-textfield,
    .custom-formrow .field--widget-boolean-checkbox {
        float: left;
        display: block;
    }

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.blockquote {
    text-align: center;
    display: block;
    padding: 16px;
    margin: 16px;
    position: relative;
    float: left;
}

/* CSS Document */

body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-top: 0px;
    font-weight: 500;
    padding-right: 0 !important;
}

/* MS Edge Overrides */
@supports (-ms-ime-align:auto) {
    body {
        font-weight: 500;
    }

    .widget-contentsectionwithlinks h2, .department-detail-rightcolumn h2, .sidenavigation h2 {
        font-weight: 500;
    }
}

/* override jquery default */
.ui-widget-content a {
    color: #337ab7 !important;
}

h1 {
    font-size: 36px;
}

h2, .content h1 {
    font-size: 28px;
}




#printlogo {
    visibility: collapse;
    display: none;
}

img:not(.leaflet-tile) {
    padding: 8px;
}

blockquote {
    font-size: 120%;
    font-style: italic;
}


.footer {
    float: left;
    border-top: 0;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
}

/* block implementation */

.content_top {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0 24px 0;
}

.content_left {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 8px 0 24px 0;
}

.content_right {
    display: block;
    position: relative;
    float: right;
    overflow: hidden;
    padding: 8px 0 24px 8px;
}

.content_bottom {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 0 24px 0;
}

.pagebodycontent,
.content_left .content,
.content_right .content {
    clear: both;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.user-logged-in .content_left .content,
.user-logged-in .content_right .content {
    /* required to show quickedit context menu in the case that there is only one line of text */
    min-height: 100px;
}

.contentwidth_25 {
    width: 25%;
}

.contentwidth_33 {
    width: 33%;
}

.contentwidth_50 {
    width: 50%;
}

.contentwidth_67 {
    width: 67%;
}

.contentwidth_75 {
    width: 75%;
}

.contentwidth_100 {
    width: 100%;
}

.block-title {
    padding-left: 0;
}

.block-block-content .field {
    padding-left: 3px;
}


@media (max-width: 992px) {
    .content_left,
    .content_right {
        width: 100%;
        clear: both;
    }
}


/* end:block implementation */

/* generic */
.path-node .right-text {
    text-align: right;
    */
}

/* end:generic */

/* Hide Quick Edit button for ShareThis */
#block-sharethis button.trigger,
.sharethis-block-configure {
    display: none;
}

.page-sharethis {
    float: right;
    padding: 8px;
}

/* Bootstrap mod for 5 columns */
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* hide the title on full width pages */
.ffx_fullwidth .page-title {
    /* visibility:hidden; */
    /* display:none; */
}

.ffx_fullwidth .container-fluid, .ffx_fullwidth .container-fluid > .row > .col-md-12,
.ffx_fullwidth .container-fluid > .row > .col-md-12 > .department-detail-rightcolumn > .row > .col-sm-12 {
    padding: 0 0;
}

.ffx_fullwidth .department-detail-rightcolumn, .ffx_fullwidth .widget,
.ffx_fullwidth .jumbotron-featured {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 28px;
}

/* /Bootstrap mod for 5 columns */

.titleoverlay.dark {
    color: #091f2f;
}

.titleoverlay.light {
    color: #fff;
}

.main-container {
    padding-top: 100px !important;
}

.paragraph > section {
    padding-left: 0px;
    padding-right: 0px;
}

.homepage.main-container {
    width: 100%;
}

h3,
.h3 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 500;
}

.label {
    color: #000;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* Site Settings */
.settinglink {
    cursor: pointer;
}

    .settinglink a {
        background-color: inherit !important;
        /* text-decoration: none!important; */
        color: inherit !important;
        padding: inherit !important;
        margin: inherit !important;
    }
/* Site Settings */
/* Orange Tabs */

.orange-tabs {
    margin-top: 18px;
    margin-left: 0px;
    /* margin-bottom: 5px; */
    background-color: #d13636 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 120%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block !important;
}


.faarrowafter:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    position: absolute;
    content: "\f061";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    /* line-height: 1; */
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.widget {
    /* padding:1em; */
    margin-top: 1em;
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.homepage .widget {
    margin-top: 0;
}



.widget-contentsectionwithlinks {
    padding: 16px 16px 26px 16px !important;
    /* max-height: 450px; */
    line-height: 1.5em;
}

    .widget-contentsectionwithlinks .row {
        background-color: inherit;
        display: flex !important;
        /* display: block; */
        /* position: relative; */
        /* float: left; */
    }

        .widget-contentsectionwithlinks .row div {
            background-color: inherit;
        }

    .widget-contentsectionwithlinks .contentcolumn {
        max-height: 388px;
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: 380px;
        min-height: 48px;
    }


    .widget-contentsectionwithlinks .twocolumn.contentcolumn {
        display: block;
    }

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext ul {
        display: block;
        float: left;
        clear: both;
    }

    .widget-contentsectionwithlinks .contentcolumn .withbutton .contentcolumntext {
        /* margin-bottom:75px; */
        /* float:left; */
        /* margin-bottom:55px; */
        margin-bottom: 16px;
        display: block;
        position: relative;
        float: left;
    }

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext {
        max-height: 315px;
        /* overflow-y: hidden; */
    }

    .widget-contentsectionwithlinks.nomaxheight .contentcolumn .contentcolumntext {
        max-height: inherit;
    }

    .widget-contentsectionwithlinks .contentcolumn .orange-tabs:before {
        content: '';
        height: 10px;
        position: absolute;
        background-color: green;
        top: -10px;
        left: 0;
        width: 100%;
    }

    .widget-contentsectionwithlinks .contentcolumn .orange-tabs {
        padding-top: 10px;
        bottom: 0;
        margin-top: 12px;
        /* position: absolute; */
        position: relative;
        font-size: 120%;
    }


.orange-tabs a {
    display: block;
}

.orange-tabs i.fa-arrow-right {
    display: none;
    visibility: collapse;
}

.orange-tabs a:after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 3px;
    position: absolute;
    content: "\f061";
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


.widget-contentsectionwithlinks .contentcolumn .contentcolumnbutton {
    bottom: 0;
    width: 100%;
    position: relative;
    float: left;
}

    .widget-contentsectionwithlinks .contentcolumn .contentcolumnbutton a {
        position: relative;
    }

.widget-contentsectionwithlinks .contentcolumn .twocolumn .contentcolumnbutton {
    left: 50%;
    width: 50%;
    /* width: 50%; 11/29/2017 */
}

.threecolumn > .contentcolumnbutton {
    width: 33% !important;
    right: 0;
}

.fourcolumn > .contentcolumnbutton {
    width: 25% !important;
    right: 0;
}



.widget-contentsectionwithlinks .contentcolumn h1,
.widget-contentsectionwithlinks .contentcolumn h2,
.widget-contentsectionwithlinks .contentcolumn h3,
.widget-contentsectionwithlinks .contentcolumn h4,
.widget-contentsectionwithlinks .contentcolumn h5 {
    /* font-size:14px; */
    font-weight: 500;
    display: inline;
}

.widget-contentsectionwithlinks .backgroundimagebox {
    background-size: cover;
    width: 100%;
    /* height: 255px; */
    float: left;
    display: block;
    position: relative;
    clear: none;
    min-height: 200px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    height: 100%;
}

@media (max-width: 992px) {
    .widget-contentsectionwithlinks .contentcolumn, .widget-contentsectionwithlinks {
        max-height: none;
    }

        .widget-contentsectionwithlinks .contentcolumn {
            width: 100%;
        }

        .widget-contentsectionwithlinks .backgroundimagebox {
            float: none;
            height: 200px;
            min-height: 200px;
        }

        .widget-contentsectionwithlinks .col-md-6.imagecolumn {
            padding: 0;
            margin: 0;
            width: 0;
            display: none;
        }
}

.widget *::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
    z-index: 100;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.3);
}

.widget *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    cursor: pointer;
}

.widget *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    cursor: pointer;
}



.widget-contentsectionwithlinks h2 {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 1.5em;
    font-weight: 600;
}

.widget-contentsectionwithlinks h3 {
    margin-top: 15px;
    margin-bottom: -7px;
    display: block !important;
}

.columns_1 {
    width: 99.5% !important;
}

.columns_2 {
    width: 49.3% !important;
}

.columns_3 {
    width: 33% !important;
}

.columns_4 {
    width: 24.5% !important;
}

.widget-contentsectionwithlinks .twocolumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.widget-contentsectionwithlinks .threecolumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.widget-contentsectionwithlinks .fourcolumn {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    max-height: 333px;
    /* required to avoid content disappearing if a slideshow widget is sliding on page */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}


    .widget-contentsectionwithlinks .twocolumn .contentcolumnbutton,
    .widget-contentsectionwithlinks .threecolumn .contentcolumnbutton,
    .widget-contentsectionwithlinks .fourcolumn .contentcolumnbutton {
        position: absolute;
    }

@media screen and (max-width: 771px) {

    .widget-contentsectionwithlinks .contentcolumn .contentcolumntext {
        max-height: none;
    }

    .widget-contentsectionwithlinks .twocolumn,
    .widget-contentsectionwithlinks .threecolumn,
    .widget-contentsectionwithlinks .fourcolumn {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        max-height: none;
    }
}

.orange-tabs a, .orange-tabs .fa, .orange-tabs .fas, .orange-tabs .far, .orange-tabs a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.orange-tabs .fa, .orange-tabs .fas {
    font-size: 14px;
    color: #FFF !important;
}

.orange-tabs:hover {
    background-color: #fd1102 !important;
    text-decoration: none;
    cursor: pointer;
}

/* /Orange Tabs */
@media screen and (min-width: 992px) {
    .spacer {
        display: block;
        height: 200px;
    }
}



button.accordion, div.accordion {
    background-color: #fff;
    color: #005492;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    text-transform: uppercase;
}

    button.accordion.active, button.accordion:hover, div.accordion.active, div.accordion:hover {
        background-color: #fff;
    }

    button.accordion:after, div.accordion:after {
        content: '\002B';
        color: red;
        font-size: 36px;
        float: right;
        margin-left: 5px;
        margin-top: -15px;
        margin-right: 20px;
    }

    button.accordion.active:after, div.accordion.active:after {
        content: "\000D7";
    }

/*
* from original css but may no longer be necessary. This would affect tabbed groups if it were enabled
div.panel {
padding: 0px 18px;
padding-top: 10px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
	text-align: left;
}
*/

/* Header Area */

.jumbotron-header.preview-mode {
    margin-top: 65px;
}

.jumbotron-header {
    background-color: #ffffff;
    /*background-color: rgba(9,31,47,1.00);*/
    /* padding-bottom: 8px; */
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 30px;
    position: fixed;
    width: 100%;
    z-index: 500;
    height: 100px;
    display: block;
    float: left;
    width: 100%;
    min-width: 350px;
    top: 0;
    padding-top: 0;
}

    .jumbotron-header h1,
    .jumbotron-header .h1 {
        font-size: 52px;
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .jumbotron-header p,
    .jumbotron-header p {
        font-size: 12px;
    }

.container .jumbotron-header,
.container-fluid .jumbotron-header {
    padding-right: 0px;
    padding-left: 0px;
    /*   border-radius: 6px; */
}

.jumbotron-header .container {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    /* height: 90px; */
    height: 100px;
    background-color: #ffffff;
}



@media screen and (max-width: 1100px) {
    .jumbotron-header .container {
        padding-bottom: 0px;
        /* font-size: 14px; */
        max-width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .navbar-nav {
        /*padding-left: 15px;
        padding-right: 15px;*/
    }

        .navbar-nav > li {
        }

    li.dropdown {
        width: 13%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .fe-row-content {
        height: auto !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 992px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
    }

    .fe-row-content-content {
        left: 0;
        margin: 0;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .jumbotron-header .container {
        padding-top: 20px;
        padding-bottom: 0px;
        /* font-size: 14px; */
        width: 100%;
    }

    .jumbotron-header h4,
    .jumbotron-header .h4 {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        padding-top: 10px;
    }
}

.navbar {
    border: 0;
}



.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #005492;
        background-color: transparent;
    }

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #d13636;
    background-color: #d13636;
    border-radius: 0;
    margin-right: -2px;
    margin-top: -20px;
    margin-bottom: 0px;
    height: 100px;
    width: 60px;
    float: left;
    padding-top: 0;
    padding-top: 20px;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #d13636;
    }

    .navbar-inverse .navbar-toggle span {
        width: 36px;
        color: #FFF;
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 4px;
    }


    .navbar-inverse .navbar-toggle .icon-x,
    .navbar-inverse .navbar-toggle .icon-bars {
        height: 22px;
        display: block;
    }

    .navbar-inverse .navbar-toggle .icon-x {
        float: right;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/icon-menu-x.png);
        background-attachment: cover;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        display: none;
    }


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #ffffff;
}

    .navbar-inverse .navbar-nav > .open > a:focus span.underline {
        border-bottom: 1px solid #d13636;
        padding-bottom: 4px;
    }

.navbar-inverse .navbar-nav .minor,
.navbar-inverse .navbar-nav .closeLink:after {
    color: #a6acb0 !important;
}

@media (max-width: 510px) {
    .navbar-inverse {
        position: relative;
    }

    .logo {
        /* position:relative!important;		 */
    }
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.home-position {
    padding-top: 20px;
}

.dropdown-menu {
    background-color: #cccccc;
    border-radius: 0px;
    text-decoration: none;
    background: rgba(204,204,204,0.95);
}

    .dropdown-menu > li > a {
        display: block;
        margin-left: 5px !important;
        padding-left: 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #FFF;
            text-decoration: none;
            background-color: #005492;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #005492;
        outline: 0;
    }

.sidenavigation .dropdown-menu > li > a:hover,
.sidenavigation .dropdown-menu > li > a:focus {
    color: #5aabf4 !important;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-bottom: 25px;
}


/* /header Area */



/* Header/Navigation Area */


.logo {
    text-align: center;
    /* 	padding-top: 25px;
padding-left: 0px; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 255px;
    position: absolute;
    top: 24px;
    z-index: 9999;
}

.search {
    text-align: right;
    padding-top: 15px;
    padding-right: 25px;
    /* height:80px; */
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        padding-right: -23px;
        padding-left: 70px;
    }
}

/* To be used for making search icon ipod friendly for using touchstart event */
/* @media screen and (max-width: 1100px) { */
/* .search { */
/* background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/searchglass_mobile.png); */
/* background-repeat: no-repeat; */
/* background-position: right; */
/* background-position-x: 0; */
/* background-position-y: 80%; */
/* height: 50px; */
/* width: 50px; */
/* float: right; */
/* cursor:pointer; */
/* touch-action: manipulation; */
/* } */
/* } */


div.hamptonlogo {
    padding-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
}

    div.hamptonlogo img {
        zoom: 75%;
    }

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    div.hamptonlogo {
        /* zoom: 60%; */
        padding-top: 10px;
        /* 	float:left;*/
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        div.hamptonlogo img {
            zoom: 60%;
        }
}

@media screen and (min-width: 1101px) {
    .logo {
        display: none;
    }

    .search {
        display: none;
    }
}



@media screen and (max-width: 600px) {
    div.logo img {
        min-width: 38%;
        width: 100%;
        position: absolute !important;
        max-width: 79%;
        left: 13%;
        top: 8px;
    }
}

li.hamptonlogo {
    width: 18%;
}



.mega-dropdown-menu .level3 {
    padding-left: 0px;
}

    .mega-dropdown-menu .level3 a {
        display: inline-block;
        float: left;
        max-width: 260px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 5px !important;
        font-size: 13px;
    }

    .mega-dropdown-menu .level3 .icon-white {
        margin-top: -3px;
        position: relative;
        float: left;
    }

.mega-dropdown-menu .dropdown-menu > li > a:hover,
.mega-dropdown-menu .dropdown-menu > li > a:focus {
    text-decoration: underline !important;
}


.dropdown.mega-dropdown a {
    /* white-space:nowrap; */
    /* to allow wrapping of long menu items */
    /* white-space:pre-wrap; */
    padding-left: 0;
    padding-right: 0;
}

.dropdown.mega-dropdown.icon {
    width: 7%;
}

    .dropdown.mega-dropdown.icon i {
        font-size: 1.6em;
    }

.siteSettingsItem .fa-cog {
    float: right;
    padding-right: 30%;
}

@media screen and (max-width: 1100px) {
    .hamptonlogo {
        display: none;
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .hamptonlogotop {
        display: none;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 769px) {
    .hamptonlogotop {
        display: none;
        margin-bottom: 15px;
    }
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding-left: 0px;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .cog {
        display: none;
    }
}


.facog {
    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;
    padding-top: 18px;
}

.departmentsearch .col-md-12 {
    padding-left: 0px;
}

.departmentsearch .searchrow {
    margin-right: 0;
}

    .departmentsearch .searchrow table tr:hover {
        background-color: initial;
    }

.departmentsearch .gsc-input-box,
.departmentsearch .gsc-input-box input,
.departmentsearch .gsc-search-box-tools .gsc-search-box .gsc-input {
    background-color: #eeeeee !important;
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #999 !important;
    border: 0 !important;
    padding-top: 5px;
    padding-bottom: 12px;
    font-size: 16px !important;
    box-shadow: none !important;
    padding-left: 9px;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 0 !important;
}


.departmentsearch .gsc-input-box-hover,
.departmentsearch .gsc-input-box-hover tr,
.departmentsearch .gsc-input-box-hover td,
.departmentsearch .gsc-input-box-hover table,
.departmentsearch .gsc-input-box-hover tbody,
.departmentsearch .gsc-input-box-hover input {
    background-color: #eeeeee !important;
}

.sidenavigation .searchtextbox::placeholder {
    color: #c2c2c2;
}

.gsc-input-box input::placeholder,
.gsc-input-box button::placeholder {
    color: #c2c2c2;
}

.departmentsearch input.gsc-search-button, .departmentsearch input.gsc-search-button:hover, .departmentsearch input.gsc-search-button:focus,
.departmentsearch button.gsc-search-button, .departmentsearch button.gsc-search-button:hover, .departmentsearch button.gsc-search-button:focus {
    border-color: #666666;
    background-color: #990000;
    background-image: none;
    filter: none;
    height: 51px !important;
    position: relative;
    padding: 14px !important;
    width: 51px !important;
}

table.gsc-search-box td {
    /* vertical-align: bottom!important; */
    padding: 0px;
}

.departmentsearch .container {
    min-height: 100px;
}


input.gsc-search-button,
button.gsc-search-button {
    margin-left: 0 !important;
    margin-top: 0px !important;
    width: auto !important;
    height: 36px !important;
    border-radius: 0 !important;
}

.searchtext {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.departmentsearch {
    padding: 8px 0;
}

    .departmentsearch .gsc-control-cse {
        padding-left: 0px;
    }

    .departmentsearch .container {
        width: 100%;
        min-height: 100px !important;
    }


.ffx_fullwidth .region-include {
    float: left;
    width: 100%;
}

.ffx_fullwidth .widget.departmentsearch .container {
    max-width: 1170px;
    padding-left: 16px;
}

.container.blockcontent {
    min-height: unset !important;
}

.searchtextbox {
    font-size: 32px;
    padding-bottom: .2em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .searchtextbox .underline {
        border-bottom: 5px solid #ff6633;
        padding-bottom: 16px;
        display: inline-flex;
    }

.searchbutton, #search-block-form .btn {
    color: #ffffff;
    background-color: #d13636;
    text-align: center;
    width: 150px;
    clear: both;
}

    #search-block-form .btn .sr-only {
        overflow: visible;
        position: relative;
    }

    #search-block-form .btn .glyphicon-search {
        display: none;
        visibility: collapse;
    }

.jumbotroncontainer {
    padding-right: 15px;
    padding-left: px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .jumbotroncontainer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .jumbotroncontainer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .jumbotroncontainer {
        width: 1170px;
    }
}


.searchrow {
    margin-right: -90px;
    /* margin-left: -15px; */
}

@media (max-width: 1100px) {
    .searchrow {
        margin-right: 10px;
        margin-left: -15px;
    }
}

@media (max-width: 992px) {
    .searchrow {
        margin-right: 25px;
        margin-left: -15px;
    }
}




/* mega menu overrides */
.navbar-collapse .dropdown-row {
    display: block;
    position: relative;
    clear: both;
}

    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 1151px;
        background-color: #005492;
        margin-top: -1px;
        margin-left: 0;
        padding-left: 0px;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 818px;
        background-color: #005492;
        margin-top: -1px;
        margin-left: -6px;
        padding-left: 5px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-row .dropdown1 ul {
        position: relative;
        float: left;
        width: 716px;
        background-color: #005492;
        margin-top: -1px;
        margin-left: -6px;
        padding-left: 5px;
    }
}

.navbar-collapse .dropdown-row .dropdown2 ul {
    position: relative;
    float: left;
    width: 1048px;
    background-color: #005492;
    margin-top: -1px;
    margin-left: -6px;
    padding-left: 5px;
}


/* column one */

.navbar-collapse .dropdown-row .dropdown1 ul.col1 {
    left: -8px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col1 a:hover {
        left: -8px;
        background-image: none;
    }



@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        left: -8px;
        width: 814px; /* was 817*/
    }
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        left: -8px;
        width: 730px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col1 {
        display: none;
    }
}

/* /column one */


/* column two */

.navbar-collapse .dropdown-row .dropdown1 ul.col2 {
    left: -298px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col2 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        left: -210px;
        width: 814px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        left: -189px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col2 {
        display: none;
    }
}
/* /column two */


/* column three */

.navbar-collapse .dropdown-row .dropdown1 ul.col3 {
    left: -588px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col3 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        left: -415px;
        width: 813px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        left: -374px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col3 {
        display: none;
    }
}

/* /column three */



/* column four */

.navbar-collapse .dropdown-row .dropdown1 ul.col4 {
    left: -878px;
}

    .navbar-collapse .dropdown-row .dropdown1 ul.col4 a:hover {
        left: -5px;
        background-image: none;
    }

@media (max-width: 1100px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        left: -621px;
        width: 813px;
    }
}

@media (max-width: 994px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        left: -558px;
        width: 729px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-row .dropdown1 ul.col4 {
        display: none;
    }
}

/* /column four */









.navbar-collapse .dropdown-item {
    float: left;
    width: 24.1%;
    margin: 5px;
    display: block;
    position: relative;
    border-color: #cccccc;
    border: 5px;
    background-color: #ffffff;
    background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus.png);
    padding-left: 8px;
    text-decoration: none;
    background-position-x: 20px;
    background-repeat: no-repeat;
}

@media (min-width: 1100px) {
    .dropdown1.dropdown-item.open,
    .dropdown1.dropdown-item.over {
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply.png);
        background-color: #005492;
        display: block;
        background-position-x: 20px;
        background-repeat: no-repeat;
    }

        .dropdown1.dropdown-item.open > .dropdown-toggle,
        .dropdown1.dropdown-item.over > .dropdown-toggle {
            color: #ffffff;
            background-color: #005294;
            padding-left: 0;
        }

            .dropdown1.dropdown-item.open > .dropdown-toggle:hover,
            .dropdown1.dropdown-item.over > .dropdown-toggle:hover {
                padding-left: 5px;
                background-color: #005492;
            }
}

.dropdown1 a:hover {
    display: block;
    background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply.png);
    margin-left: -5px;
    color: #ffffff;
    background-color: #005492;
    background-position-x: 17px;
    background-repeat: no-repeat;
}

.dropdown1-clickableregion {
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0;
    width: 37px;
    height: 30px;
    cursor: pointer;
    display: block !important;
}

@media (max-width: 992px) {
    .dropdown1 a:hover {
        display: block;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/multiply-small.png);
        margin-left: -11px;
        color: #ffffff;
    }


    .dropdown1-clickableregion {
        display: none;
        visibility: collapse;
    }
}

.dropdown-toggle a {
    font-weight: 300;
    color: #ffffff;
}

.dropdown-toggle.toplevel {
    text-transform: uppercase;
}




@media (max-width: 1100px) {
    .navbar-collapse .dropdown-item {
        float: left;
        width: 23.7%;
        margin: 5px;
        display: block;
        position: relative;
        border-color: #cccccc;
        border: 5px;
        background-color: #ffffff;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus-medium.png);
        padding-left: 10px;
        text-decoration: none;
    }
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-item {
        float: left;
        width: 23.5%;
        margin: 5px;
        display: block;
        position: relative;
        border-color: #cccccc;
        border: 5px;
        background-color: #ffffff;
        background-image: url(/themes/bootstrap-8.x-3.0-rc2/bootstrap/css/images/plus-small.png);
        padding-left: 10px;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .navbar-collapse .dropdown-item {
        float: left;
        width: 100%;
        margin: 5px;
        display: block;
        position: relative;
        border-color: #cccccc;
        border: 5px;
        background-color: #ffffff;
        background-image: none;
        padding-left: 10px;
        text-decoration: none;
    }
}


.search .mega-dropdown-menu {
    margin-top: 0;
}


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li {
        padding-left: 5px;
        padding-right: 5px;
    }

        .mega-dropdown-menu > li > ul {
            padding: 0;
            margin: 1px;
        }

            .mega-dropdown-menu > li > ul > li {
                list-style: none;
            }

                .mega-dropdown-menu > li > ul > li > a {
                    display: block;
                    color: #222;
                    padding: 3px 5px;
                }

        .mega-dropdown-menu > li ul > li > a:hover,
        .mega-dropdown-menu > li ul > li > a:focus {
            text-decoration: none;
        }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }




.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    border-color: #005492;
    text-decoration: none;
    color: #ffffff; /* was #1978c9; */
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}




.navbar {
    border: 0;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #091f2f;
    position: absolute;
    width: 100%;
}

    .navbar-inverse .navbar-brand {
        color: #A6ACB0;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #005492;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 1.1em;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #d13636;
        background-color: #d13636;
        border-radius: 0;
        margin-right: -2px;
        margin-top: -20px;
        margin-bottom: 0px;
        height: 100px;
        width: 60px;
        float: left;
        padding-top: 0;
        padding-top: 20px;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #d13636;
        }

        .navbar-inverse .navbar-toggle span {
            width: 36px;
            color: #FFF;
            font-size: 12px;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
            height: 4px;
        }


        .navbar-inverse .navbar-toggle .icon-x,
        .navbar-inverse .navbar-toggle .icon-bars {
            height: 22px;
            display: block;
        }

        .navbar-inverse .navbar-toggle .icon-x {
            float: right;
            background-image: url(images/icon-menu-x.png);
            background-attachment: cover;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50%;
            display: none;
        }


    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #FFF;
        background-color: #ffffff;
    }

        .navbar-inverse .navbar-nav > .open > a:focus span.underline {
            border-bottom: 1px solid #d13636;
            padding-bottom: 4px;
        }

    .navbar-inverse .navbar-nav .minor,
    .navbar-inverse .navbar-nav .closeLink:after {
        color: #a6acb0 !important;
    }

@media (max-width: 510px) {
    .navbar-inverse {
        position: relative;
    }

    .logo {
        /* position:relative!important;		 */
    }
}

@media (max-width: 767px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #A6ACB0;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #A6ACB0;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #A6ACB0;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

@media (max-width: 1100px) {
    .navbar-nav > li {
        display: none;
    }
}
thead {
    border-bottom: 1px solid #091f2f;
}

#paymentReportSummary{
    width: 50%;
}

#paymentReportResults{
    width:100%;
}

#paymentReportResults tr:nth-child(4n+3) {
        background: #eaeff1;
    }

.viewSubmissionData {
    cursor: pointer;
}

.primaryRow{
    background-color: #FFFFFF;
}

.alternateRow {
    background-color: #eaeff1;
}

    .viewSubmissionData:hover {
        background-color: #CCC !important;
    }

.submissionData {
    padding: 16px;
}

    .submissionData .title {
        font-weight: 700;
        padding-bottom: 8px;
    }

.navbar-default {
    background-color: #003d73;
    background: rgba(0,61,115,0.95);
    border-color: #005492;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;    
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fdca2f;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fdca2f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fdca2f;
  background-color: #005492;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fdca2f;
  background-color: #005492;
}
.navbar-default .navbar-toggle {
  border-color: #005492;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #005492;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #fdca2f;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fdca2f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fdca2f;
    background-color: #005492;
  }
}

/* Override the BS Nav  */
.navbar-spp { min-height:55px !important; border-radius:unset; padding-left:0px;}
.nav > li:last-child {    
    padding-right: 10px;
}

/******************************/
/* Setting for admin template */
.body-content-admin .navbar-brand {
    padding: 0px;
}
.body-content-admin .navbar-brand > img {
    height: 100%;
    padding: 0px;
    width: auto;
}

@media (max-width: 767px) {
    .navbar-default-admin {
        background-color: #ffffff;        
    }
        .navbar-default-admin .navbar-collapse,
        .navbar-default-admin .navbar-form {
            background-color: #003d73;
        }
        .navbar-default-admin .navbar-toggle:hover,
        .navbar-default-admin .navbar-toggle:focus {
            background-color: #003d73;
        }

        .navbar-default-admin .navbar-toggle .icon-bar {
            background-color: #005492;
        }
        .navbar-default-admin .navbar-toggle:hover .icon-bar,
        .navbar-default-admin .navbar-toggle:focus .icon-bar {
            background-color: #ffffff;
        }
}
/* END Setting for admin template */
/******************************/
@media screen {
    body, html, .row-offcanvas {
    height: 100%;
}

#sidebar {
    width: inherit;
    min-width: 220px;
    max-width: 220px;
    background-color: #f5f5f5;
    float: left;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;    
}

#main-admin {
    height: 100%;
    overflow: auto;
}

}
/*
        * off Canvas sidebar
        * --------------------------------------------------
        */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 220px);
    }

    .row-offcanvas-left {
        left: -220px;
    }

        .row-offcanvas-left.active {
            left: 0;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

/**********************************/
/* Override Hampton Template CSS */
@media (min-width: 1400px) {
    /*#divToolbars {
		display:none;
	}*/
    .btn-group-usersearch {
        padding-right: 8em;
    }

}
#SmartPortalMainWrap {
	background-color: white;    
}
#SmartPortalMainContainer {
    padding: 1.5em 0.5em;
    min-height: 30em;
}
#moduleContent ul {
    padding-left: 2.5em !important;
}

#moduleContent a:link {
    text-decoration: none;
}
#SmartPortalMainWrap a:hover {
    text-decoration: underline;
}

a.btn,
a.btn:link,
a.btn:hover,
a.btn:visited {
    text-decoration: none !important;
}
    a.btn-primary,
    a.btn-primary:link,
    a.btn-primary:hover,
    a.btn-primary:visited {
        color: #e5e5e5;
    }
/* End Override Hampton Template CSS */
/***************************************/

body {
    color: #4a4b4d;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.body-content-admin {
    padding-top: 50px;
}
#main-admin{
    padding-top:20px;
}
#main-public-wrapper {
    min-height: 15em;
}
#main-sidebar-wrapper {
    min-height: 15em;
}

.form-box {
    border: 1px solid #ddd;
    padding: 1em 1.5em 1.5em 1.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.app-color {
    color: #015184;
}
.bold, .text-bold {
    font-weight:bold;
}
.text-uc {
    text-transform: uppercase;
}
.padLeft {
    padding-left: 1.5em !important;
}

/* Set width on the form input elements since they're 100% wide by default */
select,
textarea {
    max-width: 280px;
}
input {
    max-width:600px;
}

/* CUSTOM BUTTON SETTINGS FOR THIS APPLICATION */
.btn-primary {
    color: #e5e5e5;
    background-color: #005492;
    border-color: #003D73;
    border-radius: 0 !important;
    text-decoration: none;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #e5e5e5;
        background-color: #003D73;
        border-color: #003D73;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #005492;
        border-color: #003D73;
    }

    .btn-primary .badge {
        color: #005492;
        background-color: #FFFFFF;
    }
/*Bootstrap button outline override*/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;    
}

.btn-primary.btn-outline {
    color: #005492;
    border-color: #9099a6;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover,
    .btn-primary.btn-outline:focus,
    .btn-success.btn-outline:focus,
    .btn-info.btn-outline:focus,
    .btn-warning.btn-outline:focus,
    .btn-danger.btn-outline:focus {
        color: #fff;
    }

/** FORMS **/
.btn-group-app .btn,
#LoginPage .btn {
    padding: 0.5em 2em;
}
.btn-group-app > .btn-primary {
    float: right;
}
.btn-group-app .btn-group-app-left > .btn {
    float: none;
}
.form-control-width {
    width: 20em;
}


.signup {
    display: inline-block;
    margin-bottom: 5px;
    border-style: inset;
    border-width: 1px;
    width: 20%;
} 

.btn-group-app .cancel,
.btn-group-app .clear {
    float: right;
    margin-right: .5em;
}
.labelfocus {
    color: #005979 !important;
}
fieldset {
    padding-bottom: 1em;
}

    fieldset legend, .head {        
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        color: #015184;
        font-size: 1.65em;
    }
    fieldset legend {
        border-bottom: 1px solid #e1e4e5;
    }

    fieldset.nopadding {
        padding-bottom: 0;
    }

.form-group, .responseItem {
    color: #4a4b4d;
    /*padding-top: 0px;
    margin-bottom: 1em;*/
}

.section-group {
    padding-bottom:15px;
}

.subhead {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #064f7c;
    font-size: 1.1em;
}

.subhead-hr {
    border-bottom: 1px solid #e1e4e5;
}

p.subhead {
    margin-bottom: 0.5em;
}
.subcontent {
    font-size: 0.9em;
}
.assessment-info .subhead {
    font-size: 1em !important;
}
.registerhelp {
    background-color: #e5e5e5;
    border: 2px #CCCCCC solid;
    /*border-radius: 20px;*/
    padding: 15px 15px;
    margin-top: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.verticalSearchContainer {
    min-height:40px;
}

.verticalSearch {
    display: block;
    float: left;
}
.verticalSearchSeperator {
    display: block;
    position: relative;
    float: left;
    padding: 8px;    
    padding: 20px 40px;
}
.verticalSearchSeperator .line {
    display: block;
    float: left;
    border-left: 1px solid #000;
    clear: both;
    height: 70px;
    margin-left: 20px;
}
.verticalSearchSeperator .text {
    display: block;
    float: left;
    clear: both;
    height: 20px;
}

.cart-icon {
    background-image: url('images/cartwhite.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
    padding-left: 36px !important;
}
    .cart-icon:hover {
        background-image: url('images/cartwhite.png');
    }

.handCursor {
    cursor: pointer;
}

.white {
    background-color: #fff !important;
}

.yellowbg:enabled {
    background-color: yellow;
}





div.scrollbox {
    display: block;
    height: 150px;
    overflow:auto;
}
div.scrollbox-tall {
        height: 200px;
    }
div.scrollbox-x-tall {
    height: 400px;
}
div.scrollbox-max {
        height: 100%;
    }

/* INVOICE DETAILS TABLE */
.symbol {
    width: 12px;
    display: inline-block;
    text-align: center;
}
.invoiceTable .header {
    background-color: rgb(240, 240, 240) !important;
    font-weight: 500;
}
.invoiceTable th {
   font-size:0.9em;   
   text-align:center;
   font-weight: 600;
   
}
.invoiceTable tr {
    border-bottom: 1px solid #999;
}
.invoiceTable td {
    text-align: center;

}
.invoiceTable  .descriptionColumn {
    min-width: 120px;
}
.invoiceTable  .moneyColumn {
    width: 10em;
}

.invoiceTable .dateColumn {
    width: 8em;
}
.invoiceTable .text-left th,
.invoiceTable .header td {
    text-align: left;
}
.invoiceTable .yearColumn {
    width: 4em;
}
.feeReportTb th.dateColumn {
    width: 20%;
}
.total-due-col {
    /*padding-left: 2em;*/
    padding-right: 3em;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }



/*** TABLE FIXED HEADER ALL BROWSERS EXCEPT IE ***/
.table-fixed-header {
    overflow-y: auto;
    height: 200px;
}

    .table-fixed-header table {
        border-collapse: collapse;
        width: 100%;
    }

    .table-fixed-header th,
    .table-fixed-header td {
        padding: 8px 16px;
    }

    .table-fixed-header th {
        position: -webkit-sticky;
        position: sticky;        
        top: 0;
        background: #eee;
    }


/*** TABLE FIXED HEADER FOR IE ***/
table.fixed-header-ie {
    border-collapse: collapse;
    width: 100%;
}
    table.fixed-header-ie thead {
        /*text-align: left;*/
        display: table;
        float: left;
        width: 100%;
    }
        table.fixed-header-ie thead tr {
            display: table-row;
            width: 100%;            
        }
    table.fixed-header-ie tbody {
        display: block;
        height: 150px;
        overflow: auto;
        float: left;
        width: 100%;
    }
        table.fixed-header-ie tbody tr {
            display: table;
            width: 100%;
            height: 18px;
            border-bottom-style: none;
            font-size: 0.9em;
        }

        table.fixed-header-ie tbody td {
            padding: 4px 8px;     
            min-width: 40px;
            max-width: 120px;
        }

table.invoiceTable-ie tbody tr {
    font-size: 0.9em;
}
/* Must be a min-width for each column when appliying fixed header table IE CSS */
.table.fixed-header-ie .descriptionColumn {
    min-width: 120px;
}
.table.fixed-header-ie .moneyColumn {
    min-width: 90px;
}
.table.fixed-header-ie .dateColumn {
    min-width: 100px !important;    
}
.table.fixed-header-ie .billedColumn {
    min-width: 100px;
}
.descriptionColumn-lg {
    width: 45% !important;    
}

/** Hide public menu a mobile */
.screen-only {
    display: inline-block;
}

div.screen-only {
    display: block;
}

.mobile-only, div.mobile-only {
    display: none;
}
.print-only {
    display: none;
}

#BillHistory2 {
    display: none;
}

@media screen and (max-width: 780px) {
    .mobile-only {
        display: inline-block;
    }

    div.mobile-only {
        display: block;
    }

    .screen-only, div.screen-only {
        display: none;
    }

    .add-to-cart-group {
        float: left !important;
    }
    #BillHistory {
        display: none;
        padding-bottom: 20px;
    }
    .btn {
        white-space: unset;
    }
}
