﻿@charset "utf-8";

@font-face {
    font-family: 'Aspira-Regular';
    src: url('../aspira.eot');
    src: url('../webfonts/aspira.eot?#iefix') format('embedded-opentype'), url('../aspira.woff') format('woff'), url('../aspira.ttf') format('truetype'), url('../aspira.svg#ywftsvg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*4/24/2018 changed the font size*/
html, body {
    height: 100%;
    font-size: 16px;
}

body {
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
    line-height: 1.25em;
}
/*a:focus, div[tabindex='0']:focus, span[tabindex='0']:focus, label[tabindex='0']:focus,table :focus, table th:focus, p[tabindex='0']:focus, input:focus{
    outline:1px solid red !important;
}*/
#topBlueBar {
    width: 100%;
    height: 36px;
    background-color: #0074a2;
}

input[disabled="disabled"], input[disabled="disabled"]:hover {
    background-color: #e1e1e1 !important;
    color: #333 !important;
    border: 1px solid #7a7a7a !important;
}

.wordBreak {
    word-break: break-all !important;
    line-height: 1.1em;
}
/*5/9/2018 copy below rules til comments*/
#myModalSuccess .modal-header {
    background-color: #0074a2 !important;
    color: white !important;
}

#myModalFailure .modal-header {
    background-color: #A20067 !important;
    color: white !important;
}

    #myModalSuccess .modal-header > button, #myModalFailure .modal-header > button {
        color: white !important;
        text-shadow: none !important;
        opacity: 1 !important;
    }

#myModalFailure #lblErr {
    color: red !important;
}

#mainNavBar {
    padding-left: 0px;
}

.glyphiconpadding {
    margin-right: 8px;
}

.menuarrow {
    background-image: url(../img/menuwhite.png);
    display: inline-block;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 4px;
    position: relative;
}
/*7/27 copy the below rules till comment*/
.edelivery-menu-container a {
    border: 0px !important;
}

ul.sub-menu, ul.edelivery-sub-menu {
    position: absolute;
    display: none;
    z-index: 20;
    width: 250px !important;
    padding: 12px 24px 24px;
    font-family: 'Aspira';
    background: #f0f0f0;
    top: 36px;
    right: 15px;
}

ul.edelivery-sub-menu {
    top: 59px !important;
    margin-top: 0px !important;
}

    ul.sub-menu li, ul.edelivery-sub-menu li {
        float: left;
        clear: left;
        width: 100%;
        padding: 0;
        display: inline-block;
    }
        /*AODA changed the font-size*/
        ul.sub-menu li a, ul.edelivery-sub-menu li a {
            float: left;
            line-height: 24px;
            font-size: 1em;
            padding: 6px 0;
            color: #0074a2 !important;
            width: 100%;
            background: none;
            border: 0px;
            border-bottom: 1px solid #d9d9d9;
            letter-spacing: 0.15px;
            text-align: left;
        }
/*till here*/
.welcomeList {
    color: white;
    padding-top: 10px;
    margin-bottom: 0px;
}

    .welcomeList a {
        color: white !important;
        text-decoration: none !important;
    }

.divider {
    border-right: 1px solid #d9d9d9;
}

a.navBarAdjust.dropdown-toggle, eDeliveryDropdown {
    background-color: #f8f8f8 !important;
}

.navbar .brand {
    display: none;
}

.responsiveTable th {
    vertical-align: top !important;
}

.panel-heading {
    padding: 10px 18px !important;
}

.countLb {
    color: #0074a2;
    display: inline-block;
}

#btnRegister {
    width: 239px;
    color: white !important;
    background-color: #4D830C !important;
    border-color: #4D830C !important;
    margin-left: 0px !important;
    padding-top: 5px !important;
}

    #btnRegister:hover {
        color: white !important;
        background: #4E7A0E !important;
    }

input.viewPDFbtn {
    margin-bottom: 0px !important;
    color: #0074a2;
}

a.downloadBtn:hover, a.viewContract:hover, .getstatementbtn:hover {
    color: white !important;
    background-color: #0074a2 !important;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
}

a.hideShowDateFilter {
    color: white !important;
    background-color: #0074a2;
    border: 0px !important;
    /*AODA changed the font-size*/
    font-size: 0.875em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-weight: bold;
    cursor: pointer !important;
}

a.collapseAll:hover {
    color: white !important;
    background-color: #0074a2;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.getstatementbtn {
    text-decoration: none !important;
    color: #0074a2 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #0074A2 !important;
    padding: 5px 8px 5px 8px !important;
}

.profilePageNavBar {
    border-left: 0px;
    border-right: 0px;
    background-color: white;
    border-color: #D4D4D4;
}

.profilePageLogoleft {
    margin: 17px !important;
    text-align: left !important;
    position: fixed;
    top: 0;
    left: 0;
}

.notificationPreferences div:hover {
    cursor: context-menu;
}

.datePickerElements {
    display: none;
}
/*till here*/
ul.sub-menu {
    position: absolute;
    display: none;
    z-index: 20;
    width: 210px;
    padding: 12px 24px 24px;
    font-family: 'Aspira';
    background: #f0f0f0;
    top: 36px;
}

    ul.sub-menu li {
        float: left;
        clear: left;
        width: 100%;
        padding: 0;
        display: inline-block;
    }

        ul.sub-menu li a {
            float: left;
            line-height: 24px;
            font-size: 16px;
            padding: 6px 0;
            color: #0074a2 !important;
            width: 100%;
            background: none;
            border: 0px;
            border-bottom: 1px solid #d9d9d9;
            letter-spacing: 0.15px;
            text-align: left;
        }

.welcomeList {
    color: white;
    padding-top: 10px;
    margin-bottom: 0px;
}

    .welcomeList a {
        color: white;
    }

.divider {
    border-right: 1px solid #d9d9d9;
}

a.navBarAdjust.dropdown-toggle, eDeliveryDropdown {
    background-color: #f8f8f8 !important;
}
/*till here*/
.welcomeUser {
    display: block;
    position: absolute;
    right: 90px;
    line-height: 250%;
    font-size: 0.875em;
    color: #ffffff;
}
/*4/25/2018 added important*/
.collapsePanel {
    border-radius: 0px !important;
}

.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 0px 0px 0px 0px;
}

.offscreenText {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    z-index: -1000;
}

.btn-minus {
    background-image: url(../img/minus.gif);
    background-repeat: no-repeat;
    background-color: White;
    vertical-align: middle;
    background-position: center;
    height: 15px;
}

.btn-primary, .jconfirm-buttons button {
    background: #fff !important;
    color: #006ba6;
    border: 1px solid;
    border-radius: 0px !important;
    font-style: normal !important;
}

.btn:hover {
    background-color: #0074a2 !important;
    color: white !important;
}

.btn {
    text-transform: uppercase !important;
    display: inline-block !important;
    padding: 4px 12px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    color: #0074a2 !important;
    text-shadow: none !important;
    background-color: #fff !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #0074A2 #0074A2 #0074A2 !important;
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-image: none !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05) !important;
    margin-bottom: 10px !important;
}

.banner {
    width: 100%;
    padding-top: 10px;
}

.ivariPinkTextColor, .jconfirm-title {
    color: #A20067;
}

#navBar {
    margin-top: 30px;
}

#navId {
    padding-top: 15px;
}
/* 5/11/2018 bewlo 2 rules */
.mainNavBarUl li > a:hover {
    border-bottom: 4px solid #0074a2;
}

    .mainNavBarUl li > a:hover ~ .dropdown-menu {
        top: 93% !important;
    }
/* 5/11/2018 below rule*/
.mainNavBarUl .dropdown-menu li a:hover {
    border-bottom: 0px !important;
}

#navul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.coverageTableTopRow {
    background-color: #006ba6;
    color: rgba(255, 255, 255, 1.00);
    border-bottom-width: 0px;
}

.coverageValuesTableContainer {
    width: 100%;
    height: auto;
    margin: 0 0 1em;
    border: none !important;
}

.dropDownUl > li > a:hover {
    border-bottom: none !important;
}

li {
    display: inline;
    font-size: 16px;
}
/*4/26/2018 - added important to color*/
.navBarAdjust {
    /*5/10/2018 added padding and margin*/
    padding: 10px 10px 30px 10px !important;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    height: 30px;
    font-size: 1em;
    position: relative;
    font-weight: bold;
    color: #424242 !important;
    text-decoration: none !important;
}

.navbar {
    border-radius: 0px !important;
}

/*4/6/2017 -  included the margin*/
.thinBorder {
    border: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 15px;
}
/*4/6/2017 changed the font size*/
.InfoDiv {
    height: auto;
    font-size: 1em;
    line-height: 1.85em;
    padding-left: 10px;
    /* min-width: 295px; */
}

#topBlueBar {
    width: 100%;
    height: 36px;
    background-color: #0074a2;
}

.welcomeUser {
    display: block;
    position: absolute;
    right: 90px;
    line-height: 250%;
    font-size: 0.875em;
    color: #ffffff;
}

.banner {
    width: 100%;
    padding-top: 10px;
}

#navigationSection {
    margin-top: 40px;
}

#formHolderDiv {
    max-width: 400px;
    height: 300px;
    background-color: #CCC;
    margin: 0px auto;
}

.loginFieldsAdjust {
    padding-left: 10px;
    padding-bottom: 10px;
}

#addressUpdateHolderDiv {
    max-width: 300px;
}

#addressUpdateDiv {
    margin: 0px auto;
    width: 750px;
}

.formLabels {
    font-size: 1em;
    line-height: 20px;
}

input, button, select, textarea {
    font-size: 1em;
    font-weight: normal;
    line-height: 20px;
}

.comboBox > input[type="text"] {
    height: 20px;
    padding: 4px 6px;
    font-size: 0.875em;
    line-height: 20px;
    color: #555555;
    margin-bottom: 10px;
    vertical-align: middle;
}
/*4/25/2018 remove this rule*/
.ui-responsive {
    border-bottom-width: 0px !important;
    border-right-width: 0px !important;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333333;
    display: block;
    font-size: 0.875em;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.addressUpdateButton {
    color: #FFFFFF;
    margin-left: 0px auto;
    border: 1px solid;
    border-radius: 0px !important;
    font-style: normal !important;
    width: 500px;
}

#content {
    width: 100%;
    height: 30%;
    text-align: center;
    background-color: #FFF;
}
/*4/23/2018 removed relatedPolicy and added padding*/
#advisorInfoSection {
    padding-top: 5px;
}

#relationshipsInfoSection {
    padding-top: 20px;
    min-width: 700px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}

.tableHeaderColor {
    /*background-color: #4ba7d0;*/
    background-color: #006ba6;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tableHeaderFontColor {
    color: #FFF !important;
    font-size: 1em;
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
}

.alert-info {
    background-color: #f9f9f9;
    border: 0;
    color: #666;
}
/*4/6/2018 changed the margin-bottom*/
.alert {
    padding: 8px 35px 8px 14px;
    color: Black;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: Black;
}

.margin-top-20 {
    margin-top: 10px;
}

.linkNotVisited > a:not(.navi):visited {
    color: #800080;
}

.collapsePanelContainer .collapsePanelInfo {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 4/24/2018 removed thefont size*/
.collapsePanelHeading {
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
    background-color: #d9d9d9;
    background-image: none;
    font-weight: 700 !important;
    color: #424242;
    border-radius: 0px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

strong {
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
    font-weight: bold;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

a {
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
}

a {
    font-size: 1em;
}

.ErrorMessages a abbr {
    cursor: help !important;
    border-bottom: 1px dotted #999 !important;
}

.ErrorMessages a:visited {
    color: inherit;
}

.ErrorMessages a, .ErrorMessages a span, .ErrorMessages a:hover, .ErrorMessages a:active, .ErrorMessages a:focus {
    text-decoration: none;
    color: inherit;
    cursor: default;
    border: 0px;
    outline: 0;
}

.premiumDetailsLineHeight {
    line-height: 2.3em;
}

.tlcH2 span {
    color: rgb(1, 62, 128) !important;
}

.tlcH2 {
    font-family: 'Aspira-Regular', Helvetica, Arial, Sans-Serif !important;
    font-size: 1.375em !important;
    font-weight: 300 !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-style: solid;
    border-width: 1px;
    color: #8d8a8a;
    cursor: default;
    /*4/24/2018 removed font-size from here.*/
    font-weight: bold;
}

.policy-nav-tabs li.dropdown {
    display: none;
}

#eDocument {
    display: block;
}

.eDocAnchor {
    color: #262626 !important;
    text-decoration: none !important;
}

    .eDocAnchor
    /*4/23/2018 added font-size*/
    .nav-tabs > li > a {
        border-radius: 0px;
        font-size: 1em;
    }
/* footer social icons */
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a {
    display: inline-block;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a {
    background-color: #0074a2;
}

    .social-network a i {
        color: #fff;
    }

    .social-network a:hover {
        background-color: #663399;
    }

/*4/6/2018* new styles*/

.vertical-menu {
    width: auto;
    padding: 0px;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-right: 15px;
}

    .vertical-menu a {
        background: rgba(244,244,244,1.00) !important;
        border-color: #D9D9D9 !important;
        display: block;
        padding: 12px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px !important;
        color: #424242;
    }

        .vertical-menu a:hover {
            background-color: #006ba6 !important;
            color: white !important;
        }
/*4/10/2018 copy below rules*/
#quickLinksFormsNavTabs {
    display: none;
}

    #quickLinksFormsNavTabs .dropdown-toggle {
        background: #fff;
        color: #337ab7;
        border: 1px solid;
        border-radius: 0px !important;
    }

    #quickLinksFormsNavTabs .dropdown {
        margin-right: 15px;
    }

    #quickLinksFormsNavTabs .dropdown-menu {
        margin-top: 25px;
    }

.quickLinksFormsDropdown {
    list-style: none;
    padding: 10px;
    left: 0px;
    top: 18px;
    text-align: left;
    float: left;
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    box-shadow: none;
    background-clip: padding-box;
    background-color: rgba(244, 244, 244, 1);
    margin-top: 32px;
    border-radius: 0px !important;
}

    .quickLinksFormsDropdown li > a {
        text-decoration: none !important;
        border-bottom: solid 1px #d9d9d9 !important;
        margin-bottom: 5px !important;
        white-space: pre-wrap !important;
    }

#quickLinksHeading, #formLinksHeading {
    border-bottom: 1px solid #D9D9D9;
    font-size: 18px !important;
    background: rgba(244,244,244,1.00) !important;
    color: #424242 !important;
    font-weight: bold;
    cursor: auto;
    text-shadow: 0 1px 0 #ffffff;
}

#homePageMiddleSectionContainer, #seePastPostsContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.whatsNew-container, .contacts-container {
    padding-right: 15px;
}

.atagStyle {
    color: #006ba6;
    font-weight: bold;
    float: right;
}

#whatsnewContent div span, #commMsgsContent div span {
    vertical-align: middle;
    font-size: 16px;
    margin-top: 5px;
    color: #424242;
    display: inline;
    line-height: 1.44em;
}

#formLinksHeading {
    border-top: 1px solid #D9D9D9;
}

#followusContainer {
    padding-left: 30px;
    width: 100%;
    height: auto;
}
/*4/23/2018 copy below rules*/
#personalInfoDiv {
    margin: 0px !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 0;
        margin-top: 5px;
        margin-left: 15px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

.eDocument li a {
    background-color: rgba(220, 220, 220, 0);
    color: #424242 !important;
    font-size: 16px;
    line-height: 2em !important;
    display: block;
    margin: 0px 10px 0px 10px !important;
    padding: 5px 0px 8px 0px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    border-right-color: currentColor;
    border-right-width: 1px;
    border-right-style: none;
    border-bottom: solid 1px #d9d9d9 !important;
}

    .eDocument li a:hover {
        color: #0074a2 !important;
        text-decoration: none !important;
        border-bottom: solid 1px #0074a2 !important;
        background-color: white !important;
    }

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.panel {
    box-shadow: none;
    border: 1px solid #ddd;
    margin-bottom: 15px !important;
}

.responsiveTableColumns {
    display: none;
}
/*4/26/2018 copy the below rule*/
.mobileView-nav-tab {
    display: none !important;
}







.star {
    color: #FF0004;
}

.Step1 .row {
    padding-bottom: 2px !important;
}

.Step1 .panel-heading, .Step1 .panel-body, .Step2 .panel-heading, .Step2 .panel-body, .Step3 .panel-heading, .Step3 .panel-body {
    padding-left: 20px;
}


.Step1 .panel-body, .Step2 .panel-body, .Step3 .panel-body {
    padding-top: 0px;
}



.SelfRegBackStretch {
    /* The image used */
    background-image: url("../assets/img/SelfRegBack.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.selfRegModalList > li {
    display: list-item !important;
}

.selfRegModalList li::before {
    content: "\2022";
    color: #0074a2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}



.hidedob {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#forattachmentFiles > i {
    display: block;
    width: 32px;
    height: 32px;
    background: #4E9CAF;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    color: white;
    font-weight: bold;
}


@media screen and (min-width: 992px) {
    #tblMainRow, #tblMainRow td {
        border: 0px solid #dddddd !important;
    }
}

/*4/23/2018* new styles ends*/
/*4/242018 new media queries*/
@media screen and (max-width: 991px) {

    /*5/16/2018 copy the below rule*/
    .responsiveTable tr, .responsiveTable td {
        display: block;
    }

        .responsiveTable td:nth-child(odd) {
            background-color: #f9f9f9;
        }

    .responsiveTable {
        border: none;
    }

        .responsiveTable td:last-child {
            border-bottom-width: 1px !important;
        }

        .responsiveTable > tbody > tr > td {
            clear: both;
            position: relative;
            text-align: left;
            margin: 0;
            border-bottom-width: 0px;
            padding: 5px 1em;
            width: 100%;
        }

    .responsiveTableColumns {
        display: inline-block;
        color: #4ba7d0;
    }

    .responsiveTable > tbody > tr {
        padding: 0;
        position: relative;
        background-color: white !important;
        border-radius: 0px;
        margin: 15px 0;
    }

    .responsiveTable thead {
        display: none;
    }

    .responsiveTable td:last-child {
        padding-bottom: 8px !important;
    }

    #clientRelationshipSection .panel-body {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
/*till here*/
@media (max-width: 990px) {
    #followusContainer {
        padding-top: 10px !important;
    }
}

@media (max-width: 1200px) {
    /*4/24/2018 added below rule*/
    .nav-tabs > li a, .eDocument li a {
        border-radius: 0px;
        font-size: 1em;
    }

    .social-circle li a {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .social-circle li i {
        line-height: 33px;
    }
    /*4/9/2018 - Latest removed the padding-top*/
    #followusContainer {
        padding-left: 5px;
    }
}

@media (max-width: 845px) {
    .btnFundDetails {
        margin-top: 10px;
    }

    .RoRImageFloatLeft {
        float: left !important;
    }
}

@media (max-width: 767px) {
    .collapsePanel .collapsePanelInfo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .collapsePanelInfo {
        padding: 0;
    }
    /*4/24/2018 below rule*/
    #contactDivFirstRow, #contactDivSecondRow {
        width: 100% !important;
        float: none !important;
    }

    #contactDivSecondRow {
        margin-top: 20px;
    }
}
/*4/27/2018 copy the belwo media query*/
@media (max-width: 991px) {
    .more .eDocument li a {
        line-height: 2em !important;
        margin: 0px 20px 0px 40px !important;
    }

    .more ul li a {
        line-height: 2em !important;
        padding: 8px 0px 8px 0px !important;
        margin: 0px 20px 0px 20px !important;
        border-bottom: solid 1px #d9d9d9 !important;
    }

    .more ul.eDocument li a:last-child {
        border: none !important;
    }

    .more ul.eDocument {
        width: auto !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none !important;
        top: 50px !important;
        padding: 0px !important;
    }

    .more .eDocument > a:hover {
        color: #424242 !important;
    }

    .more ul li a:hover {
        color: #0074a2 !important;
        text-decoration: none !important;
        border-bottom: solid 1px #0074a2 !important;
        background-color: white !important;
    }

    .policy-nav-tabs li.dropdown, .policy-nav-tabs li li {
        display: block;
    }

    .policy-nav-tabs li.active {
        display: block !important;
    }

    .policy-nav-tabs li {
        display: none;
    }
    /*4/23/2018 added below style*/
    .dropdown-submenu > .dropdown-menu {
        margin-top: 33px;
    }

    .hideOnResize {
        display: none !important;
    }
    /*4/27/2018 remove the below 2 rules*/

}

@media (max-width: 480px) {
    #setPasswordLogin {
        float: left;
    }
}

/*4/10/2018 : media queries for hiding and showing the quicklinks*/

/*4/25/2018 copy the widths*/
@media (max-width: 619px) {
    #MiddleSection {
        max-width: 100%;
    }

    #quickLaunchDiv {
        display: none !important;
    }

    #quickLinksFormsNavTabs {
        display: block;
    }

    #whatsNewDiv, #notificationOverview,
    #communicationMessages, #administrationPanel, #tutorialPanel {
        margin-right: 0px !important;
    }
}
/*4/25/2018 copy the widths*/
@media (min-width: 620px) and (max-width: 680px) {
    #MiddleSection {
        max-width: 100%;
    }

    #quickLaunchDiv {
        display: none !important;
    }

    #quickLinksFormsNavTabs {
        display: block;
    }
}
/*4/25/2018 copy the widths*/
@media (min-width: 681px) {
    #MiddleSection {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .heading {
        font-size: 1.5em !important;
        line-height: 1.15em;
    }
}
/*5/10/2018 all the below media rules*/
@media (max-width: 767px) {
    .profilePageBtnAdjust {
        max-width: 412px;
    }

    .profilePageEmail, .profilePageInptAdjust {
        max-width: 382px;
    }

    .profilePageInputHeading, .lstName {
        padding-top: 8px !important;
    }

    .homeLi, .eDeliveryDropdown {
        border-bottom: 1px solid #d9d9d9;
    }

    .helpTutUl {
        width: auto;
        float: right;
    }

    .helpLi, .tutLi {
        width: 50%;
    }

    .helpLi {
        float: left;
    }

    .tutLi {
        float: right;
    }

    .navBarAdjust {
        margin-left: 20px;
    }

    .mainNavBarUl {
        margin: 0px;
    }

    #mainNavBar {
        padding-left: 15px;
    }

    .homeLi {
        border-right: 0px;
    }

    li.divider {
        display: none !important;
    }

    .homeLi > a {
        width: 100px;
    }

    .eDeliveryDropdown > a {
        width: 110px;
    }

    .mainNavBarUl li.homeLi > a:hover, .mainNavBarUl li.eDeliveryDropdown > a:hover {
        margin-bottom: 6px !important;
    }

    .navbar .brand {
        float: left;
        display: block !important;
        padding: 15px 20px 10px;
        margin-left: 10px;
        /*AODA changed the font-size*/
        font-size: 1.25em;
        font-weight: 200;
        color: #777777;
        text-shadow: 0 1px 0 #ffffff;
    }
}

@media (min-width: 767px) {
    .navbar-default {
        height: 60px;
    }
}


.LnkBtn {
    text-decoration: none !important;
    border-width: 1px;
    border-style: solid;
    border-color: #0074A2;
    padding: 5px 8px 5px 8px;
    text-transform: uppercase;
}

.HideCaption {
    width: 0px;
    height: 0px;
    overflow: hidden;
    color: white;
}

.offScreenText {
    position: relative;
    left: -9999px;
}


a:focus, a:hover {
    color: #006ba6;
    text-decoration: underline;
}

a {
    color: #006ba6;
}

.UnderFont {
    font-size: 12px;
}

@media (max-width: 446px) {
    ul.sub-menu {
        top: 75px !important;
    }

    #usernameAdjust {
        text-align: right !important;
        padding-left: 0px !important;
        width: 220px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }

    #topBlueBar {
        height: 75px !important;
    }
}

@media (max-width: 640px) {
    ul.sub-menu {
        top: 75px !important;
    }

    #usernameAdjust {
        text-align: right !important;
        padding-left: 0px !important;
        width: 300px;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }

    #topBlueBar {
        height: 75px !important;
    }
}


.errortext ul {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
}


    .errortext ul li {
        margin: 0px !important;
        padding: 0px !important;
        font-size: 12px !important;
    }


@media (min-width: 768px) {
    .barcodeHolder {
        position: absolute;
        left: 50%;
        margin-left: 75px;
    }
}


.PassBreadcrumb {
    font-size: 17px !important;
    padding-bottom: 12px !important;
}



@media (min-width: 769px) {
    .ValLoanIndent {
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .ValLoanIndent {
        padding-left: 0px;
    }
}



@media (min-width: 769px) {
    .ValLoanIndentSmall {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .ValLoanIndentSmall {
        padding-left: 0px;
    }
}




.btndisabled:disabled, input[disabled]#corrPrefBtn {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    pointer-events: none;
    cursor: default !important;
}


.badAddressAodaContrast a:active, 
.badAddressAodaContrast a:hover,
.badAddressAodaContrast a:link,
.badAddressAodaContrast a,
.badAddressAodaContrast a:visited
{
    color: #0000A8 !important;
}

#divTOU h3 {
    font-size: 18px !important;
    color: #006ba6 !important;
    line-height: 16px !important;
    margin-bottom: 9px !important;
    letter-spacing: 1px !important;
}

#divTOU a {
    color: #006BA6 !important;
}

.box {
    padding: 10px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .box-left:not(:first-child) {
        padding-left: 0px;
    }
}