
/*----------------------------------------------------------- Header CSS start from here --------------------------------------------------------*/


dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.nav-container {
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}

.logo a img {
    width: 386px;
}

nav .navbar .links {
    display: flex;
    padding-left: 0px;
}

    nav .navbar .links li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
    }

        nav .navbar .links li a {
            text-decoration: none;
            white-space: nowrap;
            color: #0D0916;
            font-size: 18px;
            font-weight: 600;
        }

.sub-menu li a:hover {
    background: #E5F0F5;
    color: #006699;
}

nav .navbar .links li .arrow {
    width: 22px;
    text-align: center;
    transition: all 0.3s ease;
}


/* 
.divider hr {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    
    border-top: 2px solid rgba(0, 0, 0, .1);
    width: 99vw;
    margin-left: calc((100% - 100vw) / 2); 
}
*/

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 44px;
    left: 0.5px;
    line-height: 40px;
    background: #006699;
    display: none;
    z-index: 2;
    min-width: 250px;
}

ul#menu-menu {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.rotate {
    transform: rotate(90deg) !important;
}

span.main-nav-item {
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    display: flow;
}

button.Sign-btn:hover {
    background: #3d2499;
    color: #ffffff;
}

button.join-btn:hover {
    background: #3d2499;
    color: #fff;
}

button.join-btn:hover {
    background: #fff !important;
    color: #3d2499 !important;
    cursor: pointer;
}

.button-div a:hover {
    background: #3d2499;
    color: #fff;
}

.navbar .links li .sub-menu li {
    padding: 0px;
    display: block;
}

.navbar .links li .sub-menu a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
}

.navbar .search-box i {
    position: relative;
    padding: 14px 14px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #3d2499;
    color: #3d2499;
    font-size: 18px;
}

span.label-name-text {
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #3d2499;
    color: #3d2499;
    font-weight: 600;
    display: block;
    margin-left: 20px;
    font-size: 18px;
}

span.label-name-text-mob {
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #3d2499;
    color: #3d2499;
    font-weight: 600;
}

.fv-button-help a {
    background: #60BECB;
    color: #000;
    border-radius: 10px;
    border: #60BECB solid 1px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    position: relative;
    display: block;
}

.button-div-mobile .Sign-btn {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #3d2499;
    color: #3d2499;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.button-div-mobile {
    display: inline-block;
    margin: 20px 0px;
}

.fv-looking-for-help a {
    background: #60BECB;
    color: #000;
    border-radius: 10px;
    border: #60BECB solid 1px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

span.user-logout-sidebar {
    border: 1px solid;
    padding: 10px 14px;
    border-radius: 8px;
    margin-left: 15px;
    background: #3d2499;
    color: #fff;
}

.button-div a {
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #3d2499;
    color: #3d2499;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
}

span.curr-user-log-out-text:hover {
    background: #fff;
    color: #3d2499;
}

span.label-name-text:hover {
    background: #3d2499;
    color: #fff;
}

.fv-header-wrap {
    padding: 20px 0px 30px 0px;
    background: linear-gradient( 180deg, rgba(0, 102, 153, 0) 0%, rgba(0, 102, 153, 0.09) 50%, rgba(0, 102, 153, 0.09) 100% );
}

@media (max-width: 1024px) {
    .fv-header-wrap {
        padding: 20px 10px;
    }
}

span.curr-user-log-out-text {
    background: #3d2499;
    color: #fff;
    position: relative;
    border-radius: 10px;
    border: #3d2499 solid 1px;
    padding: 10px 15px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3f2499;
}

.search-box .input-box::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3f2499;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

button.Sign-btn:focus {
    background: transparent;
    color: #3d2499;
    border-color: #3d2499;
    outline-color: #3d2499;
}

button.join-btn:focus {
    background: #3d2499;
    color: #fff;
    border-color: #3d2499;
    outline-color: #3d2499;
}


/* new css for header */

button.Sign-btn {
    border: #3d2499 solid 1px;
    border-radius: 10px;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    background: none;
    color: #3d2499;
    margin-left: 20px;
}

button.join-btn {
    background: #3d2499 !important;
    color: #fff !important;
    border-radius: 10px;
    border: #3d2499 solid 1px !important;
    padding: 10px 20px !important;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
    font-family: 'Source Sans 3', sans-serif !important;
}

.icon-section {
    display: flex;
}

svg.profile-icon {
    margin-right: 8px;
}

.menu-items {
    padding-left: 0px;
}

.menu-item ul li a:focus {
    background-color: #fff;
    text-decoration: underline;
    color: #006699 !important;
}

a.main-nav-item:focus {
    background-color: #006699;
    color: #fff !important;
}

.sub-menu {
    /*outline: rgb(0, 102, 153) solid 1px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}

.current-menu {
    background: #006699;
}

.page-content {
    padding-top: 5px;
}

img.current-user-profile-pic {
    width: 25px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: -6px;
}

.for-desktop {
    display: block;
}

.for-mob {
    display: none;
}

.babcp-footer-bg {
    background: #1f3947;
}

.babcp-footer-margin {
    padding: 40px 0px;
}
/* This is for mobile */

@media (max-width: 1024px) {
    .navbar .search-box i {
        position: relative;
        padding: 14px 14px;
        border-radius: 10px;
        font-weight: 600;
        border: none;
        color: #3d2499;
        font-size: 18px;
    }

    img.current-user-profile-pic {
        width: 37px;
        margin: 5px 2px;
    }

    img.current-user-profile-pic-sidemenu {
        width: 25px;
        border-radius: 50%;
        margin-right: 5px;
        margin-bottom: -6px;
    }

    .for-mob {
        display: block;
    }

    .for-desktop {
        display: none;
    }

    .current-menu {
        background: transparent;
        outline: none;
    }

    .babcp-navbar.navbar {
        display: flex;
        justify-content: space-between;
    }

    .fv-default-padding {
        padding: 10px 15px;
    }

    .current-menu a {
        color: #000;
    }

    .logo a img {
        width: 230px;
    }


    .hide-on-desktop {
        display: block;
    }

    .divider hr {
        display: none;
    }

    .my-class {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0px 20px;
    }

    .navbar .bx-menu {
        display: block;
    }

    .button-div {
        display: none;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 370px;
        width: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        height: 100%;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i {
        font-size: 37px;
        color: #3d2499;
        padding-top: 7px;
        border-radius: 10px;
        margin-left: 10px;
    }

    .navbar .bx-menu {
        margin-left: 10px;
        padding: 10px 8px;
        border-radius: 5px;
        font-size: 27px;
        color: #3d2499;
    }

    nav .navbar .links {
        display: block;
        margin-top: 30px;
        left: 15px;
    }

        nav .navbar .links li .arrow {
            line-height: 40px;
        }

        nav .navbar .links li {
            display: block;
        }

            nav .navbar .links li .sub-menu {
                position: relative;
                top: 0;
                box-shadow: none;
                display: none;
            }

    .bx {
        float: right;
        display: block;
    }

    .bx-x:before {
        border: 1px solid #3f2398;
        border-radius: 5px;
    }

    nav .navbar .links li span:hover {
        background: transparent;
        color: #000;
    }

    button.Sign-btn-mobile {
        border: #3d2499 solid 1px;
        border-radius: 10px;
        padding: 9px 20px;
        font-size: 18px;
        font-weight: 600;
        background: none;
        color: #3d2499;
    }

    button.join-btn-mobile {
        background: #3d2499;
        color: #fff;
        border-radius: 10px;
        border: #3d2499 solid 1px;
        padding: 9px 20px;
        font-size: 18px;
        font-weight: 600;
        margin-left: 20px;
    }

    .icon-section-mobile {
        margin-top: 50px;
    }

    .active .main-nav-item {
        color: #000 !important;
    }

    .fv-looking-for-help a {
        margin-left: 0px;
    }
}


/* This media query is for desktop */

@media (min-width: 1024px) {

    .login-form-container {
        width: 1200px;
    }

    .grid-item {
        max-width: 380px;
    }

    .news-grid-item {
        max-width: auto;
    }

    .navbar ul .current-menu-parent,
    .current-menu-item {
        border-bottom: 4px solid #069;
    }
        /* .navbar ul .current-menu-parent li:nth-child(-n + 3) a {
    border-bottom: 1px solid;
} */
        .navbar ul .current-menu-parent .current_page_item a {
            border-bottom: 1px solid;
        }

    /*.navbar .search-box:hover i {
        color: #fff !important;
        position: relative;
        padding: 14px 14px;
        border-radius: 5px;
        border: 1px solid #3d2499;
    }*/

    .search-box .fa-search {
        color: #3d2499;
    }

        .search-box .fa-search:hover {
            color: #fff !important;
        }

    .navbar .search-box i:hover {
        background: #3d2499;
        cursor: pointer;
        position: relative;
        /*border-radius: 5px;*/
        border: 1px solid #3d2499;
        color: #3d2499;
    }

    button.join-btn:hover {
        background: #fff;
        color: #3d2499;
        border: 1px solid #3d2499;
    }

    .babcp-navbar {
        display: flex;
        justify-content: space-between;
        padding: 15px 0px;
    }

    .navbar .search-box {
        border-radius: 10px;
    }

    .current-menu a {
        color: #fff !important;
    }

    .hide-on-desktop {
        display: none !important;
    }

    nav .navbar .links li a {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 0px;
    }

    nav .navbar .links li span {
        padding: 10px 10px;
    }

    .navbar .links li .sub-menu a {
        font-size: 18px;
        padding: 0px 15px;
        color: #fff;
    }

    nav .navbar .links li .sub-menu {
        border-radius: 0px 5px 5px 5px;
    }

    .active ul li a:hover {
        background-color: #006699;
        color: #006699;
    }

    nav .navbar .links li a:active {
        color: #fff;
    }

    nav .navbar .links li a:hover {
        background: #006699;
        color: #fff;
    }

    nav .navbar .links li .sub-menu li a:hover {
        background: #E5F0F5;
        color: #006699 !important;
    }

    .icon-section-mobile {
        display: none;
    }
}


/* ---------------------------------------------------This is for responsive policies and guidelines filter bar------------------------- */

@media only screen and (min-width: 992px) {

    .small-devices-menu-icon {
        display: none;
    }

    .small-devices-cross-icon {
        display: none;
    }

    .policies-guidelines-filter-bar {
        display: block;
    }
}

@media only screen and (min-width: 200px) and (max-width: 992px) {
    .small-devices-menu-icon {
        display: block;
    }

    .small-devices-cross-icon {
        display: block;
    }

    .policies-aside {
        display: none;
    }

    .active {
        display: block !important;
    }

    .small-devices-menu {
        background-color: #edf8f9;
        border-radius: 10px 10px;
        transition: all 0.4s ease;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1020;
        width: 300px;
        overflow: hidden;
        transform: translate3d(0px, 0, 0);
        transition-duration: 0;
    }

        .small-devices-menu.active {
            transform: translate3d(0, 0, 0);
        }
}


/* -------------------------------------------------------Policies guidlines CSS end here ------------------------------------------------- */

@media (min-width: 1100px) {
    nav .navbar .links li a {
        padding: 10px 22px;
    }
}

@media (min-width: 1200px) {
    nav .navbar .links li a {
        padding: 10px 30px;
    }
}

@media (min-width: 1300px) {
    nav .navbar .links li a {
        padding: 10px 32px;
        font-size: 18px;
    }
}


/* ---------------------------------------------- Header CSS end here----------------------------------------------------- */


/* ----------------------------------------------This is for singles pages CSS----------------------------------------------------- */

ul.babcp-ul {
    margin-top: 15px;
    padding: 20px;
    background: #EEF8F9;
    border-radius: 15px;
}

    ul.babcp-ul li {
        list-style: none;
        padding: 8px;
        color: #0D0916;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

ul.babcp-ul-with-list {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EEF8F9;
    border-radius: 15px;
}

    ul.babcp-ul-with-list li {
        padding: 8px;
        color: #0D0916;
        font-family: Source Sans Pro;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

.parent-page-sidebar a {
    border: 1px solid;
    padding: 9px 15px;
    display: inline-block;
    margin: 7px;
    border-radius: 25px;
    color: #3D2499 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.active-item a {
    background: rgba(61, 36, 153, 0.10);
    border-color: rgba(61, 36, 153, 0.10);
}



/*-------------------------------------------------------- Header CSS end here ------------------------------------------------------------*/


/*-------------------------------------------------------- Account page CSS start here ----------------------------------------------------*/
span.fv-pending-badge {
    background: #e7dc95;
    padding: 5px 10px;
}

span.fv-pending-badge {
    background: #e7dc95;
    padding: 5px 10px;
}

span.fv-lapsed-badge {
    background: #bebebe;
    padding: 5px 10px;
}

.babcp-standard-icon {
    width: 25%;
}



.fv-small-btn span {
    border-radius: 10px;
    background: rgba(96, 190, 203, 0.35);
    color: #0D0916;
    /* H6 Desktop */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
    padding: 4px 10px;
}

span.fv-btn-success {
    background: #16A04A;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 0px 10px;
    border: 1px solid black;
    border-radius: 4px;
}

.fv-block-sections {
    padding: 20px 0px;
}

.nav-container {
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
}

.fv-partial-container {
    max-width: 1000px !important;
    width: 100%;
    margin-bottom: 3em;
}

span.fv-btn-incomp {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 0px 10px;
    background: #FF8647;
    border: 1px solid black;
    border-radius: 4px;
}