﻿/* ======================================================================
    UPDATES TO THIS FILE SHOULD BE MINIFED AND ADDED TO PORTAL.MIN.CSS
    AUTHOR: IMRAN
    ===================================================================== */


@font-face {
    font-family: Avenir;
    src: url("../../fonts/Avenir/Avenir LT 65 Medium.eot");
    src: url("../../fonts/Avenir/Avenir LT 65 Medium.eot?#iefix") format('embedded-opentype'), url("../../fonts/Avenir/Avenir LT 65 Medium.otf") format("opentype"), url("../../fonts/Avenir/Avenir LT 65 Medium.ttf") format("truetype"), url("../../fonts/Avenir/Avenir LT 65 Medium.woff") format("woff"), url("../../fonts/Avenir/Avenir LT 65 Medium.svg#AvenirLTStd-Heavy") format("svg")
}

@font-face {
    font-family: "AvenirLTStd-Heavy";
    src: url("../../fonts/Avenir/AvenirLTStd-Heavy.eot");
    src: url("../../fonts/Avenir/AvenirLTStd-Heavy.eot?#iefix") format('embedded-opentype'), url("../../fonts/Avenir/AvenirLTStd-Heavy.woff") format("woff"), url("../../fonts/Avenir/AvenirLTStd-Heavy.otf") format("opentype"), url("../../fonts/Avenir/AvenirLTStd-Heavy.ttf") format("truetype"), url("../../fonts/Avenir/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirLTStd-Medium";
    src: url("../../fonts/Avenir/AvenirLTStd-Medium.eot");
    src: url("../../fonts/Avenir/AvenirLTStd-Medium.eot?#iefix") format('embedded-opentype'), url("../../fonts/Avenir/AvenirLTStd-Medium.woff") format("woff"), url("../../fonts/Avenir/AvenirLTStd-Medium.otf") format("opentype"), url("../../fonts/Avenir/AvenirLTStd-Medium.ttf") format("truetype"), url("../../fonts/Avenir/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirLTStd-Roman";
    src: url("../../fonts/Avenir/AvenirLTStd-Roman.eot");
    src: url("../../fonts/Avenir/AvenirLTStd-Roman.eot?#iefix") format('embedded-opentype'), url("../../fonts/Avenir/AvenirLTStd-Roman.woff") format("woff"), url("../../fonts/Avenir/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg"), url("../../fonts/Avenir/AvenirLTStd-Roman.otf") format("opentype"), url("../../fonts/Avenir/AvenirLTStd-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AvenirLTStd-Book";
    src: url("../../fonts/Avenir/AvenirLTStd-Book.eot");
    src: url("../../fonts/Avenir/AvenirLTStd-Book.eot?#iefix") format('embedded-opentype'), url("../../fonts/Avenir/AvenirLTStd-Book.woff") format("woff"), url("../../fonts/Avenir/AvenirLTStd-Book.svg") format("svg"), url("../../fonts/Avenir/AvenirLTStd-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#alertMenu::-webkit-scrollbar {
    width: 8px;
}

#alertMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 10px;
}

#alertMenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #666;
}
/* GLOBAL TAGS
    ============== */
* {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Avenir;
}

a:hover, .a {
    text-decoration: none;
}



/* GLOBAL CLASSES
    ================ */
.container {
    max-width: 1180px;
    box-shadow: 0 0 10px #666;
}

.padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    clear: both;
}

button.navbar-toggle.collapsed {
    border: solid 1px #c9c9c9;
}

span.icon-bar {
    border: solid 1px #333;
}

.glyphicon {
    font-size: 15px;
}

.menu-header-title {
    font-size: 24px;
    color: lightblue;
}

.profile-menu {
    font-family: 'AvenirLTStd-Roman';
    font-size: 12px;
}

    .profile-menu > a {
        font-family: 'AvenirLTStd-Roman';
        font-size: 12px;
    }

    .profile-menu ul li > a {
        font-family: 'Avenir';
        font-size: 14px;
    }

.fa-bcbsaz {
    font-size: 14px !important;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.grid-links {
    text-decoration: underline !important;
    color: #337ab7 !important
}


/* HEADER 
    ========= */
.page-header {
    padding: 0 !important;
    height: 60px;
    background: #d6e4e9 !important;
    background: -webkit-linear-gradient(right, #d6e4e9, #fff) !important;
    background: -o-linear-gradient(left, #d6e4e9, #fff) !important;
    background: -moz-linear-gradient(left, #d6e4e9, #fff) !important;
    background: linear-gradient(to left, #d6e4e9, #fff) !important;
    margin: 0px 15px 0px 15px !important;
}

    .page-header .search-container {
        padding: 3px 15px;
    }

        .page-header .search-container .form-control-feedback {
            margin: 13px 20px 10px 0;
        }

.form-control-feedback {
    z-index: 1
}

.page-header .navbar-header .header-menu {
    position: absolute;
    top: 10px;
    right: 10px;
}

.page-header #navbar-header {
    float: right;
    padding: 0;
}

    .page-header #navbar-header ul.navbar-nav li a {
        padding: 20px 15px 15px 15px;
        color: #0077cb;
        font-weight: bold;
        height: 60px;
    }

        .page-header #navbar-header ul.navbar-nav li a.last {
            border-right: solid 1px #c9c9c9 !important;
        }

        .page-header #navbar-header ul.navbar-nav li a:hover {
            color: #fff;
            background-color: #003359;
        }

    .page-header #navbar-header ul li ul.fallback {
        display: none;
    }

        .page-header #navbar-header ul li ul.fallback a {
            color: #fff;
            background: #003359
        }

            .page-header #navbar-header ul li ul.fallback a:hover {
                color: #fff;
                background: #005172
            }

    .page-header #navbar-header ul li ul.fallbackAlert {
        display: none;
    }

    .page-header #navbar-header ul li:hover ul.fallback {
        display: block;
        position: absolute;
        z-index: 9999;
        background-color: #fff;
        width: 100%;
    }

    .page-header #navbar-header ul li:hover ul.fallbackAlert {
        display: block;
        position: absolute;
        z-index: 9999;
        background-color: transparent;
        width: 100%;
        margin-left: -150px;
        margin-right: 150px;
        width: 250px;
        margin-top: -15px;
        color: #fff;
        border-radius: 10px;
    }

.org-background {
    background-color: #003359;
}

    .org-background a {
        background-color: #003359;
        color: #fff !important;
    }

        .org-background a:hover {
            background-color: #005172 !important;
            color: #fff !important;
        }

    .org-background li:hover {
        background-color: #005172 !important;
        color: #fff !important
    }

.org-background-glyph {
    background-color: #003359;
    color: #fff !important;
}

.page-header .navbar-header .header-menu {
    position: absolute;
    top: 10px;
    right: 10px;
}





/* MENU
    ========= */

.page-menu {
    z-index: 1;
}

    .page-menu ul {
        background-color: #fff;
        list-style-type: none;
        margin-bottom: 0;
    }

        .page-menu ul li {
            display: inline-block;
            min-width: 150px;
            border-bottom: solid 5px #fff;
            position: relative;
        }

            .page-menu ul li a {
                color: #003359;
                text-decoration: none;
                display: block;
                padding: 5px;
            }

                .page-menu ul li a:hover {
                    cursor: pointer;
                }

                .page-menu ul li a .glyphicon {
                    padding-top: 5px;
                }



.level-1 {
    padding: 10px 0px 5px 0px;
    cursor: pointer;
    border-bottom-color: transparent;
    display: inline-block;
    min-width: 140px;
    border-bottom: solid 5px #fff;
    position: relative;
    color: #1e1e1e;
    font-family: 'AvenirLTStd-Roman' !important;
    font-size: 14px;
    margin: 0px 8px 0px 8px;
}

    .level-1:hover {
        border-bottom-color: #005172;
        min-width: 150px;
    }

.level-1-active {
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    display: inline-block;
    min-width: 140px;
    border-bottom: solid 5px #005172 !important;
    position: relative;
    color: #1e1e1e;
    margin: 0px 8px 0px 8px;
    font-family: 'AvenirLTStd-Roman' !important;
    font-size: 14px;
    margin: 0px 8px 0px 8px;
}



.page-menu ul.level-2 {
    min-width: 200px;
    background-color: transparent;
}

    .page-menu ul.level-2 li {
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        width: 100%;
        background-color: #fff;
        color: #ebebeb !important
    }

        .page-menu ul.level-2 li > a {
            color: #666;
        }

        .page-menu ul.level-2 li:hover > a {
            background: #003359;
            color: #fff;
        }

.page-menu li > ul {
    display: none;
    position: absolute;
    top: 100%; /* gets height from parent container */
}

    .page-menu li > ul li {
        padding: 0;
    }

        .page-menu li > ul li > ul {
            left: 100%;
            top: 0;
            padding: 0 1px 0 0;
        }

.page-menu li:hover > ul {
    display: block;
}

.indent {
    margin-left: 45px !important
}



/* WELCOME
    =============== */

.welcome-text {
    color: #ffffff;
    text-shadow: #1e1e1e 0px 2px;
    font-family: AvenirLTStd-Book;
    font-size: 36px;
}

.welcome-sub-text {
    color: #ffffff;
    text-shadow: #1e1e1e 0px 2px;
    font-family: AvenirLTStd-Book;
    font-size: 18px;
}

/* SIDEBAR AND CONTENT
    =============== */
.page-content-main {
    background-color: #ebebeb !important;
    margin: 15px 5px;
}

.page-content .page-sidebar {
    background-color: #fff;
    padding-top: 20px;
}

    .page-content .page-sidebar .sidebar-header {
        border-bottom: solid 3px #1f81ae;
        padding-top: 30px;
        margin-bottom: 10px;
        font-weight: bold;
        padding-bottom: 5px;
    }

.page-content-labels {
    font-family: AvenirLTStd-Heavy;
    font-size: 14px;
}

.page-content-title {
    font-size: 24px !important;
    font-family: AvenirLTStd-Medium;
    color: #0077cb !important;
}

.sidebar-section-header {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #003359;
    color: #1e1e1e
}

.sidebar-title-header {
    font-family: AvenirLTStd-Heavy, Arial, Helvetica, sans-sarif;
    font-size: 12px;
    color: #1e1e1e
}

.sidebar-link > a {
    font-family: AvenirLTStd-Heavy, Arial, Helvetica, sans-sarif;
    font-size: 12px;
    color: #005172 !important;
    text-decoration: underline !important
}

    .sidebar-link > a:hover {
        font-family: AvenirLTStd-Heavy, Arial, Helvetica, sans-sarif;
        font-size: 12px;
        color: #003359 !important;
        text-decoration: underline !important
    }

.sidebar-copy {
    font-family: AvenirLTStd-Book, Arial, Helvetica, sans-sarif;
    font-size: 14px;
    color: #666
}

.sidebar-line-separator {
    border-bottom-width: 2px;
    border-bottom-color: #003359;
    border-bottom-style: solid;
    padding-bottom: 0px 10px 5px 5px;
}

.sidebar-quicklink a {
    font-size: 14px;
    font-family: AvenirLTStd-Book !important;
    color: #666 !important;
    text-decoration: underline !important;
    border-left: none !important;
}

.remove-link-format a {
    font-size: 14px !important;
    font-family: AvenirLTStd-Book !important;
    color: #666 !important;
    text-decoration: underline !important;
    border-left: none !important;
}

    .remove-link-format a:hover {
        font-size: 14px !important;
        font-family: AvenirLTStd-Book !important;
        color: #666 !important;
        text-decoration: underline !important;
        border-left: none !important;
    }

/* FOOTER
    ========= */
.page-footer {
    background: #D5E2E8;
    font-size: 12px;
    height: 80px;
    padding: 0px 30px;
}

.page-footer-links ul li > a {
    font-family: AvenirLTStd-Roman;
    font-size: 12px;
    color: #005172
}

.page-footer-links {
    font-family: AvenirLTStd-Roman;
    font-size: 12px;
    color: #005172
}

.page-footer-copy {
    font-family: AvenirLTStd-Medium !important;
    font-size: 12px;
    color: #1e1e1e;
    padding: 0px;
}




/* ADAPTIVE VIEW
    ================= */

@media screen and (min-width:992px) and (max-width:1024px) {
    .body {
        background-color: red;
    }
}

@media screen and (max-width:992px) {

    /* HEADER */
    .page-header #navbar-header {
        float: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:667px) {

    /* WELCOME */
    .page-welcome .welcome-bg .welcome-image {
        float: left;
    }
}

@media screen\0 {
    .header-space {
        margin-left: -20px !important;
    }
}

.linkMenu {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}

    .linkMenu:hover {
        background-color: #114A6F;
        border: none;
        color: #fff;
        padding: 15px 32px;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        white-space: nowrap;
    }

ul.linkList li {
    width: auto;
    float: left;
    padding-right: 2.25em;
    padding-bottom: .5em;
}

.temp-box-1 {
    height: 300px;
    width: 350px;
    background-color: #fff;
    border: solid 2px #000;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
    float: left;
    margin-right: 50px;
    margin-top: 50px;
}

.temp-box-2 {
    height: 200px;
    width: 650px;
    background-color: #fff;
    border: solid 2px #000;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
    float: left;
    margin: 50px 0 20px 0;
}


.grpbuttonNormal {
    background-color: #e26f00;
    border-radius: 0;
    border-width: 0;
    font-family: Avenir;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    margin-right: 25px;
    line-height: normal;
}

    .grpbuttonNormal:hover {
        background-color: #034763;
        border-radius: 0;
        border-width: 0;
        font-family: Avenir;
        font-size: 14px;
        color: #ffffff;
        padding: 3px 6px 3px 6px;
        margin-right: 25px;
        line-height: normal;
    }

.grpbuttonBasicDisabled {
    background-color: #eaeaea;
    border-radius: 0;
    border-width: 0;
    font-family: Avenir;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 6px 3px 6px;
    margin-right: 25px;
    line-height: normal;
}

    .grpbuttonBasicDisabled:hover {
        background-color: #999999;
        border-radius: 0;
        border-width: 0;
        font-family: Avenir;
        font-size: 14px;
        color: #ffffff;
        padding: 3px 6px 3px 6px;
        margin-right: 25px;
        line-height: normal;
    }

.grpHeading1 {
    font-size: 39px;
    font-family: AvenirLTStd-Heavy;
    color: #1e1e1e
}

.grpHeading2 {
    font-size: 27px;
    font-family: AvenirLTStd-Heavy;
    color: #1e1e1e
}

.grpHeading3 {
    font-size: 21px;
    font-family: AvenirLTStd-Heavy;
    color: #1e1e1e
}

.grpHeading4 {
    font-size: 15px;
    font-family: AvenirLTStd-Heavy;
    color: #1e1e1e
}

/***************************************************************
    Styles added during group online billing project
***************************************************************/

/******* Main text *******/
body {
    font-family: AvenirLTStd-Roman;
    font-size: 14px;
    color: #000;
}

label {
}
/******* Date picker *******/
.input-datepicker {
    width: 120px;
    position: relative;
    z-index: 90;
}

/* Override the th setting for the site*/
.ui-datepicker-calendar th {
    font-size: 14px;
}

/*icon inside textbox*/
img.ui-datepicker-trigger {
    position: relative;
    left: 0px;
    top: 2px;
    cursor: pointer;
}

.ui-datepicker-month {
    width: 43% !important;
}

.ui-datepicker-year {
    width: 43% !important;
}
/******* Input boxes *******/
input[type="text"], input[type="date"], input[type="email"], input[type="search"] {
    font-size: 12px !important;
    font-family: Arial !important;
    padding: 8px 0px 8px 10px;
    margin: 5px 10px 5px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

input[type="radio"], select {
    margin: 5px 10px 5px 0px !important;
}

    select, select option {
        padding: 8px 0px 8px 10px;
        font-family: Arial !important;
        font-size: 12px !important;
    }
/*This rmoves the extra padding FF puts in drop downs*/
@-moz-document url-prefix() {
    select {
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

::-webkit-input-placeholder {
    /*color: #E2E3E4!important;*/
    color: #888888 !important;
    font-style: normal !important;
}

::-moz-placeholder {
    color: #888888 !important; /*#E2E3E4!important;*/
    font-style: normal !important; /*italic!important;*/
}

:-ms-input-placeholder {
    color: #888888 !important; /*#E2E3E4!important;*/
    font-style: normal !important; /*italic!important;*/
}

:-moz-placeholder {
    color: #888888 !important; /*#E2E3E4!important;*/
    font-style: normal !important; /*italic!important;*/
}

/* Hide thead placeholder content focus */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

.input-memberid {
    width: 100px;
}

/******* Search boxes *******/
.searchcontainer {
    background-color: #FFF;
    box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
    border: 1px solid #EAEAEA;
}

.searchbox {
    background-color: #EAEAEA;
    font-family: AvenirLTStd-Medium;
    font-size: 14px;
    color: #1E1E1E;
    box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
}

    .searchbox::-webkit-input-placeholder {
        font-size: 12px;
        color: #E2E3E4;
        font-style: italic;
        box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
    }

    .searchbox::-moz-placeholder {
        font-size: 12px;
        color: #E2E3E4;
        font-style: italic;
        box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
    }

    .searchbox:-ms-input-placeholder {
        font-size: 12px;
        color: #E2E3E4;
        font-style: italic;
        box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
    }

    .searchbox:-moz-placeholder {
        font-size: 12px;
        color: #E2E3E4;
        font-style: italic;
        box-shadow: 2.828px 2.828px 5px 0px rbga(0,0,0,0.25);
    }

.input-label {
    font-family: AvenirLTStd-Heavy;
    font-size: 14px;
    color: #000;
}

.autocomplete-summary {
    background-color: #EDEDED;
    color: #005172;
    cursor: default;
    font-weight: 700;
}


/******* General Text Styles *******/
.important {
    font-family: AvenirLTStd-Heavy;
    font-size: 21px;
    color: #1E1E1E;
}

/******* Buttons *******/
.button-margin {
    margin-left: 20px !important;
}

.button-margin-large {
    margin-left: 200px !important;
}

input[type="button"], input[type="submit"], button .button-standard {
    font-weight: normal !important;
    font-family: Avenir !important;
    font-size: 12px !important;
    background-color: #FFF !important;
    padding: 8px 10px 8px 10px;
    border: solid 1px #CCC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    input[type="button"]:hover, input[type="submit"]:hover, button.button-standard:hover {
        background-color: #005172 !important;
        color: #FFF !important;
    }

    input[type="button"].button-blue, input[type="submit"].button-blue, button.button-blue {
        font-weight: normal !important;
        font-family: Avenir !important;
        font-size: 12px !important;
        color: #FFF !important;
        background-color: #005172 !important;
        background-image: none !important;
        padding: 8px 10px 8px 10px;
        border: 0px !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        line-height: normal !important;
    }

        input[type="button"].button-blue:hover, input[type="submit"].button-blue:hover, button.button-blue:hover {
            background-color: #003359 !important;
        }


.button-standard {
    font-weight: normal !important;
    font-family: Avenir !important;
    font-size: 12px !important;
    border: solid 1px #CCC !important;
    background-color: #FFF !important;
    background-image: none !important;
}

    .button-standard .ui-button-text {
        color: #000 !important;
    }

    .button-standard:hover .ui-button-text {
        color: #FFF !important;
    }

    .button-standard:hover {
        font-weight: normal !important;
        background-color: #005172 !important;
        background-image: none !important;
        border: 0px !important;
    }

.button-green {
    color: #FFF !important;
    font-weight: normal !important;
    font-family: Avenir !important;
    font-size: 12px !important;
    background-color: #77AB65 !important;
    border: 0px !important;
    padding: 8px 10px 8px 10px !important;
}

    .button-green:hover {
        background-color: #51933b !important;
    }

.button-cta {
    font-weight: normal !important;
    font-family: Avenir !important;
    font-size: 12px !important;
    color: #FFF !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e26f00), to(#ca2700)) !important;
    background-image: -webkit-linear-gradient(top, #e26f00, #ca2700) !important;
    background-image: -moz-linear-gradient(top, #e26f00, #ca2700) !important;
    background-image: -o-linear-gradient(top, #e26f00, #ca2700) !important;
    background-image: linear-gradient(to bottom, #e26f00, #ca2700) !important;
    background-image: -ms-linear-gradient(top, #e26f00, #ca2700) !important;
    border: 0px !important;
    padding: 8px 10px 8px 10px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    line-height: normal !important;
}

    .button-cta:hover {
        font-weight: normal !important;
        font-family: Avenir !important;
        font-size: 12px !important;
        color: #FFF !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#034763), to(#077cac)) !important;
        background-image: -webkit-linear-gradient(top, #077cac, #034763) !important;
        background-image: -moz-linear-gradient(top, #077cac, #034763) !important;
        background-image: -o-linear-gradient(top, #077cac, #034763) !important;
        background-image: linear-gradient(to bottom, #077cac, #034763) !important;
        background-image: -ms-linear-gradient(top, #077cac, #034763) !important;
        border: 0px !important;
    }

input[type='button']:disabled, input[type='submit']:disabled, button:disabled, button.button-cta:disabled, button.button-blue:disabled, button.button-standard:disabled {
    font-weight: normal !important;
    font-family: Avenir;
    font-size: 12px;
    color: #9a9a9a !important;
    background-color: lightgray !important;
    background-image: none !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.button-icon {
    background-color: #FFF;
    color: #000 !important;
}

    .button-icon:hover {
        background-color: #FFF !important;
        color: #4970b1 !important;
    }

/******* Sliders Buttons *******/
/*set size and display for the toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    /*hide the checkbox*/
    .switch input {
        display: none;
    }

/*this is the shell of the slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #DDD;
}

    /*This controls the slider circle or square*/
    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: 0px;
        background-color: #F2F2F2;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #CCC;
    }

/*change colors when checked*/
input:checked + .slider {
    background-color: #77ab65;
}

/*change colors when hoving and not checked*/
input:not(:checked) + .slider:hover {
    background-color: #F2F2F2;
}

/*Move the slider button*/
input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.linkbutton {
    font-size: 14px;
    font-family: AvenirLTStd-Heavy !important;
    color: #005172;
    text-decoration: underline;
    cursor: pointer;
}

.formerror {
    color: #aa272f !important;
    font-size: 14px !important;
    margin-left: 0px;
    font-family: AvenirLTStd-Heavy !important;
}

input.error, input.formerror, select.formerror, select.error {
    border: 1px solid #aa272f;
    font-family: Avenir !important;
    font-size: 12px !important;
    margin-left: 0px;
}

/*Datagrid style from style guide */
.webGrid {
    box-shadow: 4px 4px 5px grey;
    -moz-box-shadow: 4px 4px 5px grey;
    -webkit-box-shadow: 4px 4px 5px grey;
}

    .webGrid * {
        font-size: 12px !important;
        font-family: AvenirLTStd-Roman;
    }

.dgHeader, .dgHeader a {
    background-color: #005172;
    font-family: AvenirLTStd-Heavy !important;
    font-size: 12px;
    color: #FFF !important;
}

.dgHeader {
    padding-left: 20px;
}

.dgHeader-Selected, .dgHeader-Selected a {
    background-color: #003359 !important;
}

.dgHeader a {
    color: #FFF;
}

.dgFooter {
    background-color: #FFF;
}

    .dgFooter > td {
        padding: 5px;
    }

    .dgHeader a[data-swhglnk], .dgFooter a[data-swhglnk] {
        text-decoration: none;
    }

.dgItem td, .dgHeader th, .dgAltItem td {
    padding: 10px 5px 10px 20px;
}

.dgItem td, .dgAltItem td {
    color: #1e1e1e !important;
    padding-left: 20px;
}

.dgItem {
    background-color: #FFF;
    padding-left: 20px;
}

.dgAltItem {
    background-color: #EBEBEB;
    padding-left: 20px;
}

.chevronCss {
    top: 3px;
    margin-left: 5px;
    cursor: pointer;
}

.SSNInValid {
    margin-left: 205px;
    width: 400px;
}

.SSNRequired {
    margin-left: 0px !important;
    color: #0077cb !important;
    font-family: AvenirLTStd-Heavy !important;
    font-size: 14px !important;
}

.accordion-grid-header {
    border: 1px solid #CCC;
    max-height: 31px;
    background-color: #FFF;
}

    .accordion-grid-header div:first-of-type {
        background-color: #003359;
        color: #FFF;
        cursor: pointer;
        float: left;
        font-size: 18px;
        font-weight: bolder;
        height: 29px;
        margin-right: 20px;
        text-align: center;
        width: 30px;
    }

    .accordion-grid-header div:nth-of-type(2) {
        cursor: pointer;
        float: right;
        height: 25px;
        overflow: hidden;
        padding-top: 3px;
        width: 31px;
    }

    .accordion-grid-header div:nth-of-type(3) {
        padding-top: 3px;
        height: 31px;
    }

.accordion-grid-details {
    background-color: #e2e3e4;
    padding: 20px 20px 20px 20px;
}

.accordion-grid-details-inner {
    background-color: #FFF;
    padding: 10px 20px 10px 20px;
    width: 100%;
}

    .accordion-grid-details-inner div {
        font-size: 12px !important;
    }

/*** Jquery dialog styles overrides ***/
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
    }

.ui-widget-content {
    color: #000;
}

hr {
    border-color: #000 !important;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
}

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
    }

.iframe-noborder {
    border: 0 none;
}

/**** Headers ****/
h1, .h1 {
    font-size: 36px !important;
    font-family: AvenirLTStd-Heavy, Arial, Helvetica, sans-serif !important;
}

h2, .h2 {
    font-size: 27px !important;
    font-family: Avenir, Arial, Helvetica, sans-serif !important;
}

h3, .h3 {
    font-size: 21px !important;
    font-family: Avenir, Arial, Helvetica, sans-serif !important;
}

h4, .h4 {
    font-size: 24px !important;
    font-family: Avenir;
    color: #005172 !important;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

/***** 508 compliance checks *****/
/*input:not([title]), input[title=''], a:not([title]), a:not([title='']), img:not([alt]), img:not([al=''t]),
th:not([scope]), th:not([id]), td:not([headers])
{
    background-color: deeppink;
}*/


/***** Progress Bar *****/

.wizard {
    text-align: center;
    list-style: none;
    display: inline-table;
    background-color: #FFF;
    padding: 0px;
}

    .wizard li {
        display: inline;
    }

        /* Step sizes*/
        .wizard li a {
            display: block;
            float: left;
            background: #E2E3E4;
            text-align: center;
            padding: 10px 40px 10px 40px;
            position: relative;
            margin: 0 4px 0 0;
            font-size: 20px;
            text-decoration: none;
            color: #1E1E1E;
            cursor: default;
            height: 48px;
        }

/* Smaller text for word wrapping using a <br>*/
.wizard-small-double, .wizard-small-single {
    font-size: 16px !important;
}
/* Smaller text version standard padding */
.wizard li a.wizard-small-double, .wizard li a.wizard-small-single {
    padding: 1px 20px 1px 40px;
}
/* Smaller text version left padding for first item */
.wizard li:first-of-type a.wizard-small-double, .wizard li:first-of-type a.wizard-small-single {
    padding-left: 20px;
}
/* Smaller text version padding for single line */
.wizard li a.wizard-small-single {
    padding: 12px 20px 8px 40px;
}


/* Blue background */
.wizard li a.step-completed {
    background: #0077cb;
    color: #FFF;
}
/* Dark Blue background */
.wizard li a.step-current {
    background: #003359;
    color: #FFF;
}
/* Green background (where data-not-last attribute is not found) */
.wizard li:last-of-type a:not([data-not-last]).step-completed, .wizard li:last-of-type a:not([data-not-last]).step-current {
    background: #57AD60;
    color: #FFF;
}
/* Remove white from right side of last element */
.wizard li:last-of-type a {
    margin: 0 0 0 0;
}


/* Gray arrow after*/
.wizard li a:after {
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #E2E3E4;
    position: absolute;
    right: -24px;
    top: 0;
    width: 24px; /*This prevents white line between arrow and box because of decimal widths*/
    z-index: 1;
}
/* Blue arrow after */
.wizard li a.step-completed:after {
    border-left: 24px solid #0077cb;
}
/* Dark Blue arrow after */
.wizard li a.step-current:after {
    border-left: 24px solid #003359;
}
/* Green arrow after last step (where data-not-last attribute is not found) */
.wizard li:last-of-type a:not([data-not-last]).step-current:after, .wizard li:last-of-type a:not([data-not-last]).step-completed:after {
    border-left: 24px solid #57AD60;
}

/* Color gap in betreen arrows*/
.wizard li a:before {
    content: "";
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #FFF; /* Change this to match background color */
    position: absolute;
    left: 0px;
    top: 0;
}

/*Square off first item on left*/
.wizard li:first-child a:before {
    display: none;
}

/* Completed Step Hover or Current */
.wizard li a.step-completed:hover, .wizard li a.step-current {
    background-color: #003359;
}

.wizard li a.step-completed:hover {
    cursor: pointer;
}
    /* Completed step arrow */
    .wizard li a.step-completed:hover:after, .wizard li a.step-current:after {
        border-left-color: #003359;
    }

/* Green Step for last step when current or previously visited (where data-not-last attribute is not found) */
.wizard li:last-of-type a:not([data-not-last]).step-current:hover, .wizard li:last-of-type a:not([data-not-last]).step-completed:hover {
    background-color: #43894a;
}

.wizard li:last-of-type a:not([data-not-last]).step-completed:hover {
    cursor: pointer;
}

    /* Green Step arrow for last step when current or previously visited (where data-not-last attribute is not found) */
    .wizard li:last-of-type a:not([data-not-last]).step-current:hover:after, .wizard li:last-of-type a:not([data-not-last]).step-completed:hover:after {
        border-left-color: #43894a;
    }



.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    margin-left: 70%;
}

.notification {
    position: relative;
    background-color: #f6f6f6;
    width: 100%;
    border: 1px #ccc solid;
}

.notification_inner {
    background-color: #fff;
    padding: 5px;
}

.circleBase {
    background: #aa272f;
    width: 23px;
    height: 23px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 13px;
    font-size: 16px;
}

@media screen and (-ms-high-contract: active), (-ms-high-contrast:none) {
    .circleBase {
        background: #aa272f;
        width: 20px;
        height: 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}

/*_:-moz-tree-row(hover), .circleBase {
    background: #aa272f;
    width: 19px;
    height: 19px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
*/

.alertTitle {
    color: #aa272f;
    font-size: 14px;
    font-family: AvenirLTStd-Book;
}

.alertShortMessage {
    cursor: pointer;
    text-decoration: none;
    color: #666 !important;
    font-size: 12px;
    padding-bottom: 10px;
    font-family: AvenirLTStd-Book;
}

    .alertShortMessage > p {
        cursor: pointer;
        text-decoration: none;
        color: #666 !important;
        font-size: 12px;
        font-family: AvenirLTStd-Book;
    }

        .alertShortMessage > p a {
            text-decoration: underline;
            color: #666 !important;
            font-weight: normal !important;
            font-size: 12px;
            font-family: AvenirLTStd-Book;
            border-left: none !important;
            padding: 0px !important;
            margin: 0px !important;
            background-color: #fff !important;
        }

            .alertShortMessage > p a:hover {
                text-decoration: underline;
                color: #666 !important;
                font-weight: normal !important;
                font-size: 12px;
                font-family: AvenirLTStd-Book;
                border-left: none !important;
                background-color: #fff !important;
                padding: 0px !important;
                margin: 0px !important;
            }

.alertPostedDate {
    color: #005172;
    font-size: 10px
}

.accordionPanel {
    margin-right: 2em;
    margin-left: 2em;
}

.arrow-box {
    margin-top: 35px;
    width: 250px;
    position: absolute;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

    .arrow-box:hover {
        display: block;
    }


.arrow-box-inner {
    background: #ebebeb;
    margin-top: -50px;
    webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    /* transform z-index hack */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    min-height: 50px;
    font-size: 25px;
}

.arrow-box:before {
    content: '';
    position: relative;
    margin-left: 8px;
    top: -10px;
    background: #ebebeb;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* styles for display purposes. Not necessary */

/* styles for alerts */
.arrow-box-alert {
    width: 300px;
    position: absolute;
    display: none;
    top: -10px;
    left: -20px;
    padding: 20px;
}

    .arrow-box-alert:hover {
        display: block;
    }


.arrow-box-alert-inner {
    min-height: 50px;
    font-size: 25px;
    background: #ebebeb;
    margin-top: -40px;
    webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    /* transform z-index hack */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.arrow-box-alert:before {
    content: '';
    position: relative;
    margin-left: 160px;
    top: 0px;
    background: #ebebeb;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* styles for alerts popup*/

.arrow-box-alert-popup {
    width: 275px;
    position: absolute;
    display: none;
    right: 100px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

    .arrow-box-alert-popup:hover {
        display: block;
    }


.arrow-box-alert-popup-inner {
    min-height: 50px;
    font-size: 25px;
}

.arrow-box-alert-popup-inner {
    background: #ebebeb;
    margin-top: -40px;
    webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    /* transform z-index hack */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.arrow-box-alert-popup:before {
    content: '';
    position: relative;
    margin-left: 260px;
    top: 0px;
    background: #ebebeb;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuLinks {
    font-size: 14px;
    font-family: 'AvenirLTStd-Medium';
}

.menuHeader {
    font-size: 14px;
    font-family: 'AvenirLTStd-Heavy';
    color: #003359;
}

.aux-form {
    background-color: #E2E3E4;
    padding: 5px 10px 5px 10px;
    margin-top: 20px;
}

/* Added so you can show/hide using jquery*/
.div-table {
    display: table;
}

.div-row {
    display: table-row;
}

.div-cell {
    display: table-cell;
}

/* Start loading spinning wheel */
div.blurBackground {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9998;
    opacity: 0.4;
    display: none;
    background-color: white;
    padding: 0;
}

img.blurBackground {
    height: 5%;
    width: 4%;
    margin: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    display: none;
    padding: 0;
    z-index: 9999;
    object-fit: contain;
}
/* End of loading spinning wheel */
/*Colors for text*/
.color-primary {
    color: #0077CB !important;
}

.color-black {
    color: #1E1E1E !important;
}

.color-dark-blue {
    color: #003359 !important;
}

.color-medium-blue {
    color: #005172 !important;
}

.color-light-blue {
    color: #8FCAE7 !important;
}

.color-ultra-light-blue {
    color: #BED6DB !important;
}

.color-white {
    color: #FFF !important;
}

.color-gray {
    color: #E2E3E4 !important;
}

.color-dark-gray {
    color: #666 !important;
}

/*Broker Carousel css Carousel.cshtml*/
#newsCarousel .carousel-inner .item img {
    width: 100%;
    height: auto;
}

#newsCarousel .tabCarouselBtn {
    background: #003359;
    position: relative;
    margin-top: -40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    float: right;
    border-radius: initial;
}

#newsCarousel #leftCarousel {
    margin-right: 48px;
}

#newsCarousel #rightCarousel {
    margin-right: 4px;
}

#newsCarousel .tabCarouselBtn span {
    color: white;
}

#newsCarousel .carousel-inner .item .pageNumbering {
    margin-top: -30px;
    text-align: center;
    float: right;
    margin-right: 98px;
    position: relative;
}

    #newsCarousel .carousel-inner .item .pageNumbering span {
        font-size: 12px;
        color: white;
    }

#newsCarousel .carousel-inner .item .newsCaption {
    right: 0px !important;
    text-align: left !important;
    left: 15% !important;
}

.button-print {
    background: url("../images/printblueicon.png") no-repeat 17% 50%;
    background-size: 20%;
}

.button-excel {
    background: url("../images/blueexcelbutton.png") no-repeat 12% 50%;
    background-size: 20%;
}

.button-pdf {
    background: url("../images/icon-pdf.png") no-repeat 12% 50%;
    background-size: 20%;
}

input[type="button"].button-icon, input[type="submit"].button-icon, button.button-icon {
    font-weight: normal !important;
    font-family: Avenir !important;
    font-size: 12px !important;
    color: #1e1e1e !important;
    background-color: #fff;
    border: 1px solid #bed8db;
    padding: 8px 10px 8px 10px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    line-height: normal !important;
    width: 100px;
}

    input[type="button"].button-icon:hover, input[type="submit"].button-icon:hover, button.button-icon:hover {
        font-weight: normal !important;
        font-family: Avenir !important;
        font-size: 12px !important;
        color: #005172 !important;
        background-color: #fff !important;
        border: 1px solid #bed8db;
        padding: 8px 10px 8px 10px !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        line-height: normal !important;
        width: 100px;
    }



@media print {
    .do-not-print {
        display: none !important;
    }

    .navbar-toggle, .flyout-container, .topPagingCss, .webGrid-footer {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}
