﻿.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a,
.page-header .navbar-nav > li > a {
    border-bottom: 5px solid transparent;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.4;
    padding: 38px 10px 33px;
}

.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 1px solid #fff;
    border-left: 1px solid #666;
}

.navbar-fixed-top .navbar-brand {
    font-size: 2.11em;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #232222;
    position: relative;
}

@media (max-width: 1200px) {
    .navbar-fixed-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

.navbar-fixed-top .navbar-header {
    padding-top: 8px;
}

.navbar-static-top .navbar-brand {
    font-size: 2.11em;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #232222;
    position: relative;
}

@media (max-width: 1200px) {
    .navbar-static-top .navbar-brand {
        position: initial;
        height: 42px;
    }
}

.navbar-static-top .navbar-header {
    padding-top: 8px;
}

.navbar-fixed-top.navbar-inverse {
    background-color: #232222;
    border-color: transparent;
}

    .navbar-fixed-top.navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-fixed-top.navbar-inverse .divider-vertical {
        border-right-color: #fff;
        border-left-color: #111;
    }

.navbar-static-top.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
}

    .navbar-static-top.navbar-inverse .navbar-brand {
        color: #015a78;
    }

    .navbar-static-top.navbar-inverse .divider-vertical {
        /*border-right-color: #fff;*/
        /*border-left-color: #111;*/
    }

/*@media (min-width: 767px) {
    .rsmHeader {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
}*/

@media screen and (min-width: 768px) {
    .rsmHeader {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .breadcrumb {
        margin-top: 20px !important;
    }

    button.subscribeBtn {
        width: 190px;
    }
}

@media screen and (max-width: 767px) {
    form#content_form {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    form#content_form {
        display: inline-block;
    }
}

@media (min-width: 1440px) {
    .actions {
        margin-right: 0;
    }
}

.page-header .divider-vertical {
    height: 21px;
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 0;
    border-left: 0;
}

.navbar-inverse .navbar-nav > li > a,
.page-header .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a,
    .page-header .navbar-nav > li > a {
        color: #FFF;
        text-transform: uppercase;
        /* font-size: 15px; */
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a,
    .page-header .navbar-nav > li > a {
        color: #FFF;
        text-transform: uppercase;
        font-size: 10px;
    }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

.page-header .navbar-nav > li > a:hover {
    background-color: transparent;
    /*  border-bottom: 5px solid #b2906d;*/
    border-bottom: 3px solid #b2906d;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .page-header .navbar-nav > li > a:hover .navbar-inverse .navbar-nav > li > a:focus,
    .page-header .navbar-nav > li > a:focus {
        color: #b2906d;
        background-color: transparent;
    }

.menu-bar .shopping_link {
    position: relative;
}

    .menu-bar .shopping_link .cart_amount {
        border-radius: 100%;
        height: 17px;
        width: 17px;
        position: absolute;
        bottom: 6px;
        right: -6px;
        background-color: #36F;
        text-align: -webkit-center;
        line-height: 17px;
        font-size: 9px;
        padding-left: 1.9px;
        color: #fff;
    }

        .menu-bar .shopping_link .cart_amount:hover {
            color: #fff;
        }

@media (max-width: 1199px) {
    .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar-static-top .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top.navbar > .container > .row > div {
        display: block;
    }

    .navbar-header {
        position: relative;
    }
}

@media (max-width: 767px) {
    .navbar-static-top.navbar > .container > .row > div {
        display: block;
    }

    .navbar-header {
        position: relative;
        display: flex;
        align-items: center;
        height: 95px;
        justify-content: space-between;
    }
}

.panel {
    -webkit-box-shadow: 0 0px 0px transparent;
    box-shadow: 0 0px 0px transparent;
}

.panel-group {
    margin-bottom: 21px;
}

    .panel-group.border-bottom {
        border-bottom: 1px solid #bcbcbc;
        padding-bottom: 84px;
    }

    /*.panel-group .panel {
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }*/

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading .panel-title a {
            text-decoration: none;
        }

            .panel-group .panel-heading .panel-title a:hover {
                color: #36F;
            }

            header .panel-group .panel-heading .panel-title a:before {
                content: ' ';
                background-repeat: no-repeat;
                display: inline-block;
                width: 22px;
                height: 12px;
                background-position: -92px -5px;
                margin-right: 10.5px;
            }

            .panel-group .panel-heading .panel-title a.collapsed:before {
                background-position: -5px -126px;
            }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: none;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: none;
        }

    /*.panel-group .panel .panel-default {
        border: 1px solid #ddd !important;
    }*/

        .panel-group .panel-default > .panel-heading {
            color: #333333;
            background-color: transparent;
            border-color: none;
        }

            .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: none;
            }

            .panel-group .panel-default > .panel-heading .badge {
                color: transparent;
                background-color: #333333;
            }

        .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: none;
        }

.layer_down {
    height: 50px;
    background: url("layer_down.png") no-repeat bottom center;
    position: absolute;
    bottom: 0;
    z-index: 900;
    width: 100%;
}

.layer_up {
    height: 40px;
    background: url("layer_up.png") no-repeat bottom center;
    position: relative;
    z-index: 20;
}

.section-margin {
    margin: 21px 0;
}

.color-inverse {
    color: #fff;
}

    .color-inverse h1,
    .color-inverse h2,
    .color-inverse h3 {
        color: #fff;
    }

.section-inline-search {
    background: url("helpdesk.png") no-repeat;
    background-size: cover;
}

    .section-inline-search .row > div {
        margin-top: 100px;
    }

        .section-inline-search .row > div h1 {
            color: #fff;
        }

@media screen and (max-width: 600px) {
    .section-inline-search .row > div h1 {
        font-size: 16vw;
    }
}

.section-inline-search .row > div .form-inline .form-group .input-group {
    margin-right: 21px;
}

    .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none;
    }

    .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none;
    }

        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
            box-shadow: none;
            border-right: none;
            border-color: #ccc;
        }

.wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

    .wrapper .contained {
        position: relative;
        height: 400px;
        padding-bottom: 56.25%;
    }

        .wrapper .contained > svg {
            margin-top: -100px;
            position: absolute;
            display: block;
        }

.contained .row {
    margin-top: 80px;
}

.social {
    background-color: #213a5d;
    color: #fff;
    padding: .5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .social__title {
        text-align: center;
    }
}

.social__title {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: .005em;
    text-transform: none;
}

.social__link {
    text-align: center;
    display: inline-block;
    /* height: 50px;
   width: 50px;*/
    height: 76px;
    width: 80px;
    margin-right: 10px;
}

header.page-header {
    background-color: #23293b;
    padding: 0;
    margin: 0px 0 18px !important;
}

header.page-header a {
    color: #fff;
}

.mt120 {
    margin-top: 120px;
}

footer {
    position: relative;
    color: #AAAAAA;
    background: #002a52;
    color: #fff;
    width: 100%;
    display: inline-block;
}


    footer .footer-top a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .005em;
        font-weight: 500;
    }

    footer .footer-top {
        /* align-items: center; */
        background: #005f87;
        /* display: flex; */
        width: 100%;
        min-height: 130px;
    }

        footer .footer-top h3,
        footer .footer-top h4 {
            color: #fff;
        }

        footer .footer-top .list-social-links {
            margin-top: 25px;
            margin-bottom: 12.5px;
        }

@media screen and (max-width: 991px) {
    footer .footer-top h3,
    footer .footer-top .list-social-links {
        text-align: center;
    }
}

@media only screen and (min-width: 767px) {
    .rsmFooter {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        align-content: flex-end;
    }

        .rsmFooter .navbar {
            margin-bottom: 0;
        }
}

.copyright {
    display: inline-block;
    font-weight: 300;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: .03em;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .rsmFooter,
    footer .footer-bottom {
        text-align: center;
        display: inline-block;
    }

    .copyright {
        text-align: center;
        width: 100%;
    }
}

footer .footer-bottom {
    background: #005f87;
    width: 100%;
    min-height: 130px;
    display: flex;
    align-items: center;
}

    footer .footer-bottom p {
        margin: 0;
    }

    footer .footer-bottom h4 {
        margin-top: 0;
        color: #fff;
    }

    footer .footer-bottom ul {
        list-style-type: none;
        margin: 0;
    }

        footer .footer-bottom ul li a,
        footer .footer-bottom ul li a:hover,
        footer .footer-bottom ul li a:focus,
        footer .footer-bottom ul li a:active,
        footer .footer-bottom ul li a.active {
            font-size: 15px;
            color: #fff;
        }

.list-social-links {
    list-style-type: none;
    padding-left: 0;
}

    .list-social-links li {
        display: inline-block;
        margin: 0 10px;
    }

        .list-social-links li a,
        .list-social-links li a:hover,
        .list-social-links li a:focus,
        .list-social-links li a:active,
        .list-social-links li a.active {
            color: #fff;
        }

@media screen and (max-width: 993px) {
    .section-landing h1 {
        font-size: 65px;
    }

    .section-landing h2 {
        letter-spacing: normal;
        margin-left: -3px;
    }
}

.user-icon {
    width: 16px;
    height: 16px;
    background-image: url("register_icon.png");
    display: inline-block;
    margin-right: 7px;
}

.article-title-container {
    border-top: solid 1px #bcbcbc;
    border-bottom: solid 1px #bcbcbc;
    padding-left: 15px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.article-title {
    margin-left: -35px;
}

    .article-title > span {
        margin-left: 3px;
    }

        .article-title > span .article-author {
            font-weight: bold;
            color: #36F;
        }

.article-content {
    margin-top: 15px;
}

    .article-content > p {
        text-align: justify;
    }

@media screen and (max-width: 993px) {
    .article-title {
        margin-left: 0;
        text-align: center;
    }

    .article-author {
        text-align: center;
    }
}

.section-search .header-search {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-color: #eeeeee;
}

    .section-search .header-search img {
        max-width: 350px;
    }

@media screen and (max-width: 600px) {
    .section-search .header-search h1 {
        font-size: 13vw;
    }
}

.section-search .title-search {
    font-size: 26px;
    font-weight: bold;
}

.section-search input {
    border-style: none;
    padding-left: 10px;
    height: 60px;
}

.section-search .media .media-left > img {
    max-width: 240px;
}

.section-search .media .media-body {
    padding-left: 20px;
}

    .section-search .media .media-body > a {
        text-decoration: none;
        font-weight: bold;
    }

    .section-search .media .media-body .media-heading {
        margin-top: 5px;
        margin-bottom: 20px;
    }

.cards-container {
    margin-top: 84px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .cards-container {
        flex-direction: column;
    }
}

.carousel-custom .carousel-inner > .item {
    margin-right: auto;
    margin-left: auto;
}

    .carousel-custom .carousel-inner > .item .carousel-caption {
        display: flex;
        align-items: center;
        top: 5%;
        left: 5%;
        right: 5%;
    }

@media screen and (min-width: 768px) {
    .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%;
    }
}

.carousel-custom .carousel-indicators li {
    border-color: #232222;
}

.table.table-forms td {
    padding: 15px 8px;
}

.table.table-forms tbody tr:first-child td {
    border-top: none;
}


/* line 822, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */

.poll {
    height: 400px;
    background-color: #eeeeee;
    border-top: 7px solid #0b80d0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    .poll .poll-header {
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #bcbcbc;
        padding-bottom: 5px;
    }

        .poll .poll-header h4 {
            font-weight: bold;
            display: inline-block;
        }

    .poll .poll-content {
        padding-top: 25px;
    }

        .poll .poll-content p {
            font-size: 14px;
        }

        .poll .poll-content form {
            border-bottom: 1px solid #bcbcbc;
            padding-bottom: 10px;
        }

        .poll .poll-content .poll-buttons {
            padding-top: 20px;
            padding-left: 11px;
        }

            .poll .poll-content .poll-buttons .btn {
                padding: 4px 14px;
                font-size: 14px;
            }

            .poll .poll-content .poll-buttons .btn-default {
                color: #000;
                border-color: #000;
            }

                .poll .poll-content .poll-buttons .btn-default:hover {
                    color: #000;
                    border-color: #000;
                }

    .poll .poll-tags {
        padding-top: 10px;
    }

        .poll .poll-tags h4 {
            border-bottom: 1px solid #bcbcbc;
            padding-bottom: 10px;
        }

        .poll .poll-tags .tag {
            display: inline-block;
            background-color: #e1e1e1;
            color: #232222;
            padding: 5px 14px;
            margin: 5px 0px;
            text-transform: uppercase;
            font-size: 13px;
        }

.nav-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .nav-sidebar .nav > li > a {
        padding: 4px 20px;
        color: #36F;
        border-right: 2px solid #eeeeee;
    }

        .nav-sidebar .nav > li > a:hover,
        .nav-sidebar .nav > li > a:focus {
            color: #232222;
            text-decoration: none;
            background-color: transparent;
            border-right: 2px solid #555555;
        }

        .nav-sidebar .nav > li > a:before {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e250";
            margin-right: 7px;
        }

    .nav-sidebar .nav > .active > a {
        color: #232222;
        text-decoration: none;
        background-color: transparent;
        border-right: 2px solid #555555;
        font-weight: bold;
    }

        .nav-sidebar .nav > .active > a:before {
            content: "\e252";
        }

    .nav-sidebar .nav > .active:hover > a,
    .nav-sidebar .nav > .activefocus > a {
        font-weight: bold;
    }

    .nav-sidebar .nav > .active > ul.nav {
        display: block;
    }

    .nav-sidebar .nav ul.nav {
        display: none;
    }

    .nav-sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 30px;
    }

    .nav-sidebar .nav .nav > .active,
    .nav-sidebar .nav .nav > .active:hover,
    .nav-sidebar .nav .nav > .active:focus {
        font-weight: bold;
    }

    .nav-sidebar .nav .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 60px;
    }

        .nav-sidebar .nav .nav .nav > li > a:before {
            content: "";
        }

    .nav-sidebar .nav .nav .nav > .active,
    .nav-sidebar .nav .nav .nav > .active:hover,
    .nav-sidebar .nav .nav .nav > .active:focus {
        font-weight: bold;
    }

#navbar .dropdown-menu {
    margin-top: 8px;
}

    #navbar .dropdown-menu ul:before {
        content: "";
        position: absolute;
        right: 11px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fae0bb transparent;
        z-index: 9999;
    }

    #navbar .dropdown-menu ul::after {
        content: "";
        position: absolute;
        right: 4px;
        top: -22px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 17px 17px 17px;
        border-color: transparent transparent #ffffff transparent;
        z-index: 9998;
    }

@media only screen and (max-width: 767px) {
    .dropdown-menu > li > a {
        color: #FFF;
    }
}

.dropdown-menu > li > a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

#navbar .dropdown-search {
    padding-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 9px;
}

    #navbar .dropdown-search #q {
        min-width: 200px;
    }

@media (max-width: 1199px) {
    #navbar .dropdown-search .input-group-btn {
        vertical-align: top;
    }

    #navbar .dropdown-search #search-filter {
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }

    #navbar .dropdown-search.dropdown-menu > li:hover,
    #navbar .dropdown-search .dropdown-menu > li:hover {
        color: white !important;
        background-color: transparent;
    }

    #navbar .dropdown-menu > li:hover {
        color: white !important;
        background-color: transparent;
    }
}

.tabs-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
}

.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
    color: #a94442;
}

@media screen and (-ms-high-contrast: active) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}

.pr-color {
    color: #36F;
}

.blue_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #0b80d0;
}

.page_section {
    position: relative;
    background-size: cover;
    color: #000;
}

    .page_section .row {
        padding-top: 25px;
        padding-bottom: 100px;
    }

        .page_section .row.sidebar-home {
            padding-bottom: 0;
        }

    .page_section h1 {
        font-size: 71px;
    }

    .page_section h2 {
        color: #666666;
        font-size: 40px;
    }

    .page_section h3 {
        font-size: 66px;
        font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .page_section p {
        border-top: solid #666666 1px;
        padding-top: 5px;
    }

    .page_section .btn {
        margin-top: 50px;
    }

    .page_section .form-search .btn {
        margin-top: 0;
    }

    .page_section .section-landing-heading p,
    .page_section .section-landing-sub-heading p {
        border-top: 0;
    }

.form-search .btn {
    border: 1px solid #ccc;
}

.form-search .btn-default:hover {
    border-color: #ccc;
}

.form-search .dropdown-submenu {
    right: -2px;
}

.form-search .dropdown-menu {
    margin-top: 0px;
}

.dropdown-search.dropdown-menu > li:hover {
    background-color: transparent;
}

#navbar .form-search .dropdown-menu {
    margin-top: 0px;
}

.dropdown-menu > li > a:hover {
    background-color: #e1e3e3 !important;
}

.section-diagonal-left {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    overflow: hidden;
    margin-top: -60px;
    margin-bottom: -20px;
}

    .section-diagonal-left .section-diagonal-left-content {
        -webkit-transform: skew(0deg, 1.3deg);
        -ms-transform: skew(0deg, 1.3deg);
        transform: skew(0deg, 1.3deg);
        background: url("homethumbnail2.jpg") no-repeat 0 20%;
        background-size: cover;
        margin-top: -70px;
    }

        .section-diagonal-left .section-diagonal-left-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .2;
            z-index: -1;
            background-color: #fff;
        }

.section-diagonal-right {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: -20px;
}

    .section-diagonal-right.home-section {
        margin-top: -60px;
    }

    .section-diagonal-right .section-diagonal-right-content {
        -webkit-transform: skew(0deg, -1.3deg);
        -ms-transform: skew(0deg, -1.3deg);
        transform: skew(0deg, -1.3deg);
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
        background-size: cover;
        margin-top: -70px;
    }

        .section-diagonal-right .section-diagonal-right-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .8;
            z-index: -1;
            background-color: #36F;
        }

    .section-diagonal-left .row,
    .section-diagonal-right .row {
        padding-top: 125px;
    }

    .section-diagonal-left .col-md-5,
    .section-diagonal-right .col-md-5 {
        float: none;
        margin: 0 auto;
    }

    .section-diagonal-left p,
    .section-diagonal-right p {
        border-top: none;
    }

.section-landing {
    background: linear-gradient(transparent, transparent), url("homehero.jpg") no-repeat center;
    background-size: cover;
}

    .section-landing .row > div {
        margin-top: 80px;
    }

        .section-landing .row > div .section-landing-heading {
            font-size: 8rem;
            color: #fff;
            text-transform: uppercase;
        }

@media screen and (max-width: 600px) {
    .section-landing .row > div .section-landing-heading {
        font-size: 16vw;
    }
}

.section-landing .row > div .section-landing-sub-heading {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 4.3rem;
    color: #fff;
    letter-spacing: 19px;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .section-landing .row > div .section-landing-sub-heading {
        font-size: 4vw;
    }
}

.section-sub-landing {
    background: linear-gradient(transparent, #07aaf6), url("homethumbnail1.jpg") no-repeat center;
    background-size: cover;
}

.section-default {
    background: url("homethumbnail3.jpg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .section-default:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
    }
}

.section-default .row {
    padding-bottom: 150px;
}

.section-knowledge {
    margin-bottom: 40px;
}

.content-home .btn {
    margin-top: 0;
}

.content-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

    .content-home .panel p {
        border: 0;
    }

.content-home .panel-heading {
    display: none;
}

.content-home .list-group-item {
    padding: 20px 0;
    font-size: 20px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #ddd;
}

    .content-home .list-group-item img {
        margin-right: 25px;
    }

    .content-home a.list-group-item,
    .content-home .list-group-item a.title {
        color: #232222;
    }

        .content-home a.list-group-item:hover,
        .content-home a.list-group-item:focus,
        .content-home .list-group-item a.title:hover,
        .content-home .list-group-item a.title:focus {
            color: #232222;
            text-decoration: underline;
            background-color: transparent;
        }

.content-home .title,
.content-home .description {
    display: block;
}

.content-home .title {
    font-size: 24px;
    font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-home .description {
    display: block;
    font-size: 14px;
}

.sidebar-home {
    background-color: #eeeeee;
    border-top: 7px solid #0b80d0;
    margin-top: 36px;
    position: relative;
}

    .sidebar-home h3 {
        font-size: 18px;
    }

    .sidebar-home .panel {
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .sidebar-home .panel-heading {
        padding-left: 0;
        background-color: transparent;
        border: 0;
    }

    .sidebar-home .panel-title {
        font-size: 14px;
        color: #36F;
        font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .sidebar-home .list-group-item {
        padding-left: 0;
        font-size: 14px;
        background-color: transparent;
        border: 0;
    }

        .sidebar-home .list-group-item:hover,
        .sidebar-home .list-group-item:focus {
            text-decoration: underline;
            background-color: transparent;
        }

        .sidebar-home .list-group-item .date {
            visibility: hidden;
        }

.section-landing-search {
    min-height: 250px;
    background: url(searchhero.jpg) no-repeat 0 25%;
    background-size: cover;
}

.section-landing-forums {
    min-height: 250px;
    background: url(forumhero.jpg) no-repeat center;
    background-size: cover;
}

.dropdown-toggle:focus {
    border: 0 !important;
}

.section-knowledge .list-group a.list-group-item {
    color: #36F;
}

.section-knowledge .panel-title {
    color: #000;
}

.page_section.section-landing .row {
    padding-bottom: 60px;
}

    .page_section.section-landing .row > div {
        margin-top: 0px;
    }

ul.tree,
ol.tree {
    color: #36F;
}

.tree ul,
.tree ol,
.tree ul ul,
.tree ol ul,
.tree ol ol ul,
.tree ol ul ul,
.tree ul ol ul,
.tree ul ul ul {
    list-style-type: disc;
    color: #36F;
}


/* ADX_FORMS  */

.adx_forms_font_calibri {
    font-family: Calibri;
}

.adx_forms_font_new_roman {
    font-family: Times New Roman;
}

.adx_forms_font_helvetica {
    font-family: 'Helvetica', sans-serif;
}


/* Additional Custom BBBNP Styles */

.footer-top {
    padding: 32px 0;
}

    .footer-top a {
        color: #b7b7c8;
        cursor: pointer;
        padding: 8px 32px;
        font-weight: 300;
    }

footer.page-footer .navbar.blue a:hover {
    color: rgb(178, 144, 109);
    background-color: transparent;
    text-decoration: none;
}

footer .page-footer {
    width: calc(100vw);
}

.well {
    color: #fff;
}

    .well a {
        /*color: #c4e3fd;*/
        color: #af916e;
    }

.nav-primary {
    margin: 0;
    background: #015a78;
}

.nav-primary__link {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font: 600 13px/1.4 Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

    .nav-primary__link:hover {
        text-decoration: none;
    }

    .nav-primary__link--active,
    .nav-primary__link:active,
    .nav-primary__link:hover {
        background: #00adef;
        color: #fff;
    }

@media (min-width: 768px) {
    .nav-primary {
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .nav-primary__link {
        display: inline-block;
        margin: 0;
        padding: 14px 15px;
    }
}

.nav-mobile {
    padding: 10px;
    /* float: right; */
}

.nav-mobile__button {
    border: 0;
    text-transform: uppercase;
    background: transparent;
    padding: 5px;
    color: #fff;
    font: 600 13px/1.4 Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.navbar-toggle {
    background: #015a78;
    padding: 10px;
    float: none;
}

.page-header__logo {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    /*margin-bottom: 7px;*/
    margin-bottom: 0px;
}


/*boilerplate provided by BBBNP*/

header .btn {
    /*background-color: #28283c;*/
    padding: 12px 16px;
    font-weight: bold;
    font-size: 1.25rem;
    /*font-size: 20px;*/
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    /* height: 3rem;*/
    height: auto;
}

    .btn:hover,
    .btn:focus {
        /*background-color: #af916e;*/
        color: black;
    }

header .nav > li > a {
    font-family: Gotham A, Gotham B, Helvetica, Arial, Sans-Serif;
    border-bottom: 5px solid transparent;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1.4;
    padding: 38px 10px 33px;
    color: #FFF !important;
    text-transform: uppercase;
    position: relative;
    display: block;
}


.well {
    background: #28283c;
    padding: 20px 25px;
    color: #fff;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
    font-size: 0.875rem;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-top: -20px;
}

a.weblink.list-group-item {
    color: #28283c;
    text-decoration: none;
    padding: 18px 22px;
    margin-bottom: 4px;
    background-color: #f0f0e6;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
    font-size: 1.125rem;
    display: block;
}

    a.weblink.list-group-item:hover {
        background-color: #af916e;
    }

.panel.panel-default.nav-profile .panel-heading {
    display: none;
}

.xrm-editable-adx_weblinkset.xrm-entity.list-group {
    padding-left: 0;
    margin-bottom: 0px;
    border: 0px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #f0f0e6;
}

header .form-control {
    border: 2px solid #af916e;
    height: 3rem;
    margin-bottom: 20px;
}

label {
    font-weight: normal;
}

@media (min-width: 768px) {
    header.page-header {
        background-color: #23293b;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        box-shadow: 0 5px 25px 2px rgb(0 0 0 / 40%);
    }
}

@media (min-width: 768px) {
    .rsmHeader {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }


    @media (min-width: 768px) {
        .headContainer {
            max-width: 1570px;
        }
    }

    .headContainer {
        padding-right: 35px;
        padding-left: 35px;
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
    }


    header .nav-tabs > li.active > a,
    header .nav-tabs > li.active > a:focus,
    header .nav-tabs > li.active > a:hover {
        color: #fff !important;
        cursor: default;
        background-color: #28283c;
        border: 1px solid #28283c;
        border-bottom-color: transparent;
    }

    .page-heading {
        padding: 110px 0 40px;
        background: #005f87;
    }

    .page-header {
        margin: 0;
        border: 0;
        background: #005f87;
        padding: 6px 0 20px;
        color: #ffffff;
    }

    .nav-tabs > li > a {
        margin-right: none;
        border: 0px;
        border-radius: 0px;
    }

    .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
        outline: 0px;
    }

    header .nav-tabs {
        border-bottom: 0px;
        background: #FFFFFF;
        /*height: 35px; 515*/
        align-items: center;
        /* display: none;*/
    }

        /*.nav-tabs li.active {
        width: 33%;
    }*/

        .nav-tabs > li > a {
            /*height: 35px;515*/
            display: flex;
            align-items: center;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-size: 1.5rem;
            color: #28283c;
        }


    .list-group-item {
        border: 0px;
    }

    .list-group {
        margin-bottom: 0px;
    }

    header .btn {
        color: black;
    }

    .footer_nav a:hover {
        background-color: inherit !important;
        font-size: 1em !important;
    }

    /****************/
    /* Other Custom */
    /****************/

    /*.main_wrapper, #loginPageRow {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-position: top;
    background-image: url(assets/CRMPortalAsset-BackgroundImage.png);
    padding-top: 90px;
    height: 100%;
}

#loginPageRow {
    margin-bottom: -7px;
    width: 100vw;
    display: inline-block;
    margin-top: -17px;
}*/

    #errorPageRow {
        margin: auto;
        display: table;
        width: 820px !important;
    }

    .page-content {
        margin-bottom: -7px;
        margin-top: -17px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
    }

    .page-content {
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        background-position: left;
        background-image: url(assets/CRMPortalAsset-BackgroundImage.png);
        padding-top: 90px;
    }

    .main_wrapper {
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        /* background-position: top;*/
        background-position: left;
        background-image: url(assets/CRMPortalAsset-BackgroundImage.png);
        padding-top: 90px;
        height: 100%;
    }

    #register-page {
        height: 430px;
        width: 546px;
        background-color: #f0f0e6;
        padding: 42px 30px;
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    }

    #register-page-fields {
        height: 430px;
        width: 414px;
        /*width: 592px;*/
        background-color: #fff;
        padding: 40px 30px;
    }

    #registerSignInLink {
        color: #fff;
        text-decoration: underline;
    }

    #registerLink {
        text-align: right;
    }

    #registerBottom {
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #28283c;
        color: #fff;
        /*height: 238px;*/
        height: auto;
        /*width: 960px;*/
        /* width: 1138px;*/
        padding: 42px 30px;
        text-align: left;
        line-height: 21.6pt;
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    }

        #registerBottom a {
            color: #af916e;
            text-decoration: underline;
        }

    #loginBottom {
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #28283c;
        color: #fff;
        /*height: 238px;*/
        height: auto;
        /* width: 960px; */
        padding: 42px 30px;
        text-align: left;
        line-height: 21.6pt;
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        margin: 10px auto;
    }

    #loginRegisterLink {
        color: #fff;
        text-decoration: underline;
    }

    #loginLink {
        text-align: right;
    }

    #loginBottom a {
        color: #af916e;
        text-decoration: underline;
    }

    /*#ProfileFormView input.form-control {
    background-color: #f0f0e6;
    border: none;
    font-size: 0.875rem;
    color: #28283c;
}

#CompanyEntityFormView input.form-control {
    background-color: #f0f0e6;
    border: none;
    font-size: 0.875rem;
    color: #28283c;
}*/

    header .form-control[readonly] {
        background-color: #f0f0e6;
    }


    .crmEntityFormView .section-title {
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-weight: bold;
        font-size: 1.5rem;
        color: #28283c;
        margin: 0 0 10px 0;
    }

    .breadcrumb {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: inherit;
    }

        .breadcrumb > li a, .breadcrumb > li a:hover, .breadcrumb > li + li:before, .breadcrumb > .active {
            color: white;
        }

    .interior__hero {
        background: #005f87;
    }

    .interior_history_hero {
        background: #642323;
        color: #fff;
        margin-bottom: 20px;
    }

        .interior_history_hero .page-heading, .interior_history_hero .page-header {
            background-color: #642323;
        }

    /****************/
    /* Landing Page */
    /****************/

    a.landing__ctas-cta:hover {
        color: white;
        text-decoration: none;
    }

    .landing__hero {
        background-color: #af916e;
        padding: 50px 0;
        height: 270px;
    }

        .landing__hero h1 {
            margin: 0;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-weight: bold;
            font-size: 4rem;
            text-align: left;
        }

    .landing__hero--white {
        color: #fff;
    }

    .landing__hero h2 {
        margin-bottom: 0;
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-weight: bold;
        font-size: 2.257rem;
        text-align: left;
        color: #28283c;
    }

    .landing__cards {
        /*margin-top: -40px;*/
        margin-bottom: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        /*background-color: #fff;*/
    }

    .landing__cards--flex {
        display: flex;
        flex-direction: column;
    }

    .landing__cards-card {
        /*background: white;*/
        margin: 20px 0;
        /*display: flex;*/
        /*height: 100%;*/
        /*box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);*/
        position: relative;
    }

        .landing__cards-card .card__top {
            /*height: 225px;
        width: 50%;*/
            /*height:105px;
        width:220px;*/
            height: 150px;
            /* width: 345px;*/
            width: 100%;
            background-size: cover;
            background-position: center;
        }

        .landing__cards-card.programs .card__top {
            background-image: url("assets/CRMPortalAsset-ImagePrograms.jpg");
        }

        .landing__cards-card.events .card__top {
            background-image: url("assets/CRMPortalAsset-ImageEvents.jpg");
        }

        .landing__cards-card.subscriptions .card__top {
            background-image: url("assets/CRMPortalAsset-ImageSubscriptions.jpg");
        }

        .landing__cards-card.committees .card__top {
            background-image: url("assets/CRMPortalAsset-ImageCommittees.jpg");
        }

        .landing__cards-card .card__bottom {
            padding: 24px 20px;
            /*width: 50%;*/
            /* height: 120px;
        width: 220px;*/
            height: 200px;
            /* width: 345px;*/
            width: 100%;
            background-color: #fff;
        }

            .landing__cards-card .card__bottom h3 {
                font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
                font-weight: bold;
                font-size: 1.125rem;
                text-align: left;
                color: #28283c;
                margin-top: 0;
                margin-bottom: 0.5rem;
            }

            .landing__cards-card .card__bottom .card__bottom-icon {
                display: inline-block;
                height: 16px;
                width: 16px;
                margin-right: 5px;
                background-size: contain;
                background-repeat: no-repeat;
                position: relative;
                top: 2px;
            }

        .landing__cards-card.programs .card__bottom .card__bottom-icon {
            background-image: url(assets/CRMPortalAsset-IconPrograms.png);
        }

        .landing__cards-card.events .card__bottom .card__bottom-icon {
            background-image: url(assets/CRMPortalAsset-IconEvents.png);
        }

        .landing__cards-card.subscriptions .card__bottom .card__bottom-icon {
            background-image: url(assets/CRMPortalAsset-IconSubscriptions.png);
        }

        .landing__cards-card.landing__cards-card.committees
        .card__bottom
        .card__bottom-icon {
            background-image: url(assets/CRMPortalAsset-IconCommittees.png);
        }

        .landing__cards-card .card__bottom div {
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-weight: normal;
            font-size: 0.813rem;
            line-height: 15.6pt;
            text-align: left;
            color: #28283c;
        }

    .landing__ctas {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .landing__ctas--flex {
        display: flex;
        flex-direction: column;
    }

    .landing__ctas-cta {
        background-color: #28283c;
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        margin-bottom: 30px;
        padding: 12px 20px;
        position: relative;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }

        .landing__ctas-cta .landing__ctas-icon {
            background-color: #af916e;
            height: 100%;
            width: 54px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .landing__ctas-cta .landing__ctas-icon:after {
                content: "";
                background-image: url(/assets/CRMPortalAsset-IconArrow.png);
                background-size: 100%;
                background-repeat: no-repeat;
                height: 12px;
                width: 22px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .landing__cards-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    @media only screen and (min-width: 960px) {
        .landing__cards--flex {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .landing__cards-card {
            width: calc(50% - 20px);
        }

        .landing__ctas--flex {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .landing__ctas-cta {
            /*  width: calc(50% - 60px);*/
            width: calc(50% - 20px);
        }

            .landing__ctas-cta .landing__ctas-icon:after {
                transition: 0.4s ease-in-out;
            }

            .landing__ctas-cta:hover .landing__ctas-icon:after {
                left: 60%;
            }
    }

    @media only screen and (min-width: 1440px) {
        .landing__cards-card {
            width: calc(25% - 30px);
        }
    }

    /****************/
    /* Header       */
    /****************/

    .top_header {
        background-color: #23293b;
        /*position: fixed;*/
        z-index: 1000;
        top: 0;
        /*width: 100%;515*/
        box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.4);
    }

        .top_header .top_menu {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 95px;
        }

    @media only screen and (min-width: 960px) {
        .top_header .top_menu {
            height: auto;
        }
    }

    .top_header .top_menu_logo {
        display: block;
        background-image: url(assets/bbb_logo_white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0;
        width: 140px;
        height: 44px;
    }

    @media (min-width: 768px) {
        .top_header .top_menu_list,
        .top_header .top_menu_list--interior {
            padding: 0;
            list-style: none;
            margin: 0;
            display: flex;
        }
    }


    .top_header .top_menu_cell {
        display: inline-block;
    }

    .top_header .top_menu_cell {
        padding: 38px 10px 33px;
        text-transform: uppercase;
    }

    .top_header .top_menu_nav .top_menu_link {
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3125;
        letter-spacing: 0.005em;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        border: 1px solid #af916e;
        height: 34px;
        width: 97px;
        padding: 12px 15px;
    }

    .top_header .top_menu_nav .top_menu_list--interior .top_menu_link {
        border: none;
    }

    .top_header .top_menu_nav .top_menu_link--color {
        background-color: #af916e;
    }

    .top_header .top_menu_nav .top_menu_link--icon {
        background-image: url(../Content/Images/ProfileSettings.png);
        height: 24px !important;
        width: 24px !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        margin-top: 35px;
    }

    .top_header .top_menu_nav .login {
        height: 24px;
        width: 24px;
        border: none;
        margin-top: 35px !important;
    }

    .top_header .top_menu_nav .top_menu_link--color:hover {
        background-color: #005f87;
    }

    .top_menu_list--interior .top_menu_link--no-border:hover {
        color: #af916e;
    }

    /****************/
    /* Footer       */
    /****************/

    .social {
        background-color: #213a5d;
        color: #fff;
        padding: 15px 0;
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.005em;
    }

        .social .follow {
            display: block;
            text-align: center;
        }

        .social .social_nav {
            margin-top: 20px;
            text-align: center;
            margin-bottom: -20px;
        }

            .social .social_nav .social_nav_link {
                display: inline-block;
                height: 76px;
                width: 80px;
                background-size: 40%;
                background-repeat: no-repeat;
                background-position: 50%;
            }

            .social .social_nav .facebook_link {
                background-image: url(/assets/facebook.svg);
                background-size: 22px;
            }

            .social .social_nav .twitter_link {
                background-image: url(assets/twitter.svg);
            }

            .social .social_nav .youtube_link {
                background-image: url(assets/youtube.svg);
            }

            .social .social_nav .linkedin_link {
                background-image: url(assets/linkedin.svg);
            }

            .social .social_nav .podcasts_link {
                background-image: url(assets/podcast.svg);
            }

            .social .social_nav .facebook_link:hover {
                background-image: url(/assets/facebook-hover.svg);
                background-size: 22px;
            }

            .social .social_nav .twitter_link:hover {
                background-image: url(assets/twitter-hover.svg);
            }

            .social .social_nav .youtube_link:hover {
                background-image: url(assets/youtube-hover.svg);
            }

            .social .social_nav .linkedin_link:hover {
                background-image: url(assets/linkedin-hover.svg);
            }

            .social .social_nav .podcasts_link:hover {
                background-image: url(assets/podcast-hover.svg);
            }

    @media only screen and (min-width: 960px) {
        .social {
            font-size: 25px;
            padding: 0;
            line-height: 1.28;
        }

            .social .social_inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .social .follow {
                display: inline-block;
                text-align: left;
            }

            .social .social_nav {
                /* margin-top: 0;*/
                text-align: left;
            }
    }

    @media only screen and (max-width: 479px) {
        .social .social_nav .social_nav_link {
            height: 50px;
            width: 50px;
            background-size: 30px 30px;
        }
    }

    .main_footer {
        background-color: #005f87;
        color: #fff;
        padding: 24px 0 32px;
    }

        .main_footer .footer_logo {
            width: 152px;
            height: 73px;
            display: block;
            background-image: url(assets/bbb_logo_white.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 0;
        }

        .main_footer .footer_nav ul {
            padding: 20px 0;
            list-style: none;
            margin: 0;
        }

        .main_footer .footer_nav li {
            display: block;
        }

        .main_footer .footer_nav a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0.005em;
            font-weight: 500;
            display: inline-block;
            padding: 6.66667px 0;
        }

        .main_footer .copyright {
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-style: normal;
            font-weight: 300;
            font-size: 8px;
            line-height: 1.2;
            letter-spacing: 0.03em;
            display: inline-block;
            padding-top: 10px;
        }

    @media only screen and (max-width: 479px) {
        .main_footer .copyright,
        .main_footer .footer_box {
            text-align: center;
        }

        .main_footer .footer_logo {
            margin: 0 auto;
        }

        .main_footer .copyright {
            width: 100%;
        }
    }

    @media only screen and (min-width: 960px) {
        .main_footer {
            padding: 64px 0 150px;
        }

            .main_footer .footer_box {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                flex-wrap: wrap;
            }

            .main_footer .footer_logo {
                width: 216px;
                height: 104px;
            }

            .main_footer .footer_nav ul {
                white-space: wrap;
            }

            .main_footer .footer_nav li {
                display: inline-block;
            }

                .main_footer .footer_nav li:first-child a {
                    padding-left: 0;
                }

            .main_footer .footer_nav a {
                padding: 0 6.66667px;
            }
    }

    @media only screen and (min-width: 1675px) {
        .main_footer {
            padding: 4em 0 7em;
        }

            .main_footer .footer_box {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                flex-wrap: nowrap;
            }

            .main_footer .footer_nav ul {
                padding: 0;
            }

            .main_footer .footer_nav li {
                display: inline-block;
            }

                .main_footer .footer_nav li:first-child a,
                .main_footer .footer_nav li:last-child a {
                    padding: 0 10px;
                }
    }

    /****************/
    /* Challenges   */
    /****************/

    .challenges .interior__hero, .challenges .interior__hero .page-heading, .challenges .interior__hero .page-header {
        background-color: #642323;
    }

    .challenges-list {
        width: 100vw;
    }

    .challenges .interior__hero {
        color: white;
    }

    .challenges .page-copy {
        margin-bottom: 0px;
    }

    .challenges .interior__hero h1:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 20px;
        background-color: #f0f0e6;
    }

    .challenges .interior__hero p {
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
        font-size: 1.125rem;
        line-height: 1.35rem;
    }

    .nad-challenges__ctas {
        margin-top: -20px;
        margin-bottom: 20px;
        /* margin-top: 20px;*/
    }

        .nad-challenges__ctas .nad-challenges__cta-boxes {
            padding-bottom: 30px;
            position: relative;
            display: flex;
            flex-direction: column;
        }

            .nad-challenges__ctas .nad-challenges__cta-boxes:after {
                content: "";
                position: absolute;
                height: 2px;
                width: 100%;
                left: 0;
                bottom: 20px;
                background-color: #f0f0e6;
                display: none;
            }

        .nad-challenges__ctas .nad-challenges__cta-box {
            margin-bottom: 30px;
        }

        .nad-challenges__ctas .nad-challenges__cta-boxes .cta-box__top {
            background: #28283c;
            color: #fff;
            text-align: center;
            padding: 1px 28px;
        }

            .nad-challenges__ctas .nad-challenges__cta-boxes .cta-box__top h2 {
                margin: 10px 0;
                font-size: 1.75rem;
                font-weight: bold;
            }

        .nad-challenges__ctas .nad-challenges__cta-boxes .cta-box__bottom {
            background-color: #f0f0e6;
            text-align: center;
            padding: 20px;
        }

            .nad-challenges__ctas .nad-challenges__cta-boxes .cta-box__bottom p {
                margin: 0;
                padding: 0;
                margin-bottom: 20px;
            }

            .nad-challenges__ctas .nad-challenges__cta-boxes .cta-box__bottom a {
                text-decoration: none;
                display: inline-block;
                padding: 5px 33px;
            }

        .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__left {
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-size: 1.125rem;
            line-height: 1.35rem;
            color: #28283c;
        }

        .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__right {
            background-color: #28283c;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-weight: normal;
            color: #fff;
            text-decoration: none;
            margin-bottom: 30px;
            padding: 12px 20px;
            position: relative;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

            .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__right a {
                color: #fff;
                text-decoration: none;
            }

            .nad-challenges__ctas
            .nad-challenges__cta-footer
            .cta-footer__right
            .cta-footer__icon {
                background-color: #af916e;
                height: 100%;
                width: 54px;
                position: absolute;
                right: 0;
                top: 0;
            }

                .nad-challenges__ctas
                .nad-challenges__cta-footer
                .cta-footer__right
                .cta-footer__icon:after {
                    content: "";
                    background-image: url(/assets/CRMPortalAsset-IconArrow.png);
                    background-size: 100%;
                    background-repeat: no-repeat;
                    height: 12px;
                    width: 22px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    transition: .4s ease-in-out;
                }

            .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__right:hover .cta-footer__icon:after {
                left: 60%;
            }

    @media only screen and (min-width: 960px) {
        .nad-challenges__hero h1 {
            font-size: 3rem;
        }

        .nad-challenges__ctas .nad-challenges__cta-boxes {
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            padding-bottom: 70px;
        }

            .nad-challenges__ctas .nad-challenges__cta-boxes:after {
                bottom: 40px;
            }

        .nad-challenges__ctas .nad-challenges__cta-box {
            width: calc(50% - 15px);
        }

            .nad-challenges__ctas .nad-challenges__cta-box .cta-box__bottom {
                height: 200px;
                position: relative;
                padding-top: 40px;
            }

                .nad-challenges__ctas .nad-challenges__cta-box .cta-box__bottom a {
                    position: absolute;
                    left: 50%;
                    transform: translatex(-50%);
                    bottom: 40px;
                    padding: 5px 50px;
                    width: 40%;
                }

        .nad-challenges__ctas .nad-challenges__cta-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__left {
                /*width: calc(50% - 55px);*/
                width: calc(50% - 20px);
            }

            .nad-challenges__ctas .nad-challenges__cta-footer .cta-footer__right {
                /* width: calc(50% - 55px);*/
                width: calc(50% - 20px);
                margin-bottom: 0;
            }
    }

    .challenge-details__body-ctas {
        margin-top: -37px;
        margin-bottom: 40px;
    }

        .challenge-details__body-ctas .challenge-details__body-ctas-heading {
            background: #28283c;
            padding: 20px 25px;
            color: #fff;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-size: 0.875rem;
        }

            .challenge-details__body-ctas .challenge-details__body-ctas-heading a {
                color: #af916e;
            }

                .challenge-details__body-ctas .challenge-details__body-ctas-heading a:hover,
                .challenge-details__body-ctas .challenge-details__body-ctas-heading a:focus {
                    color: #fff;
                }

        .challenge-details__body-ctas .challenge-details__body-ctas-body a {
            color: #28283c;
            text-decoration: none;
            padding: 18px 22px;
            margin-bottom: 4px;
            background-color: #f0f0e6;
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            font-size: 1.125rem;
            display: block;
        }

            .challenge-details__body-ctas .challenge-details__body-ctas-body a:hover,
            .challenge-details__body-ctas .challenge-details__body-ctas-body a:focus {
                text-decoration: underline;
            }

    .information__inputs .information__inputs-pair {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        position: relative;
    }

        .information__inputs .information__inputs-pair label {
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            display: block;
            font-weight: 400;
            font-size: 0.75rem;
            text-align: left;
            color: #28283c;
            margin-bottom: 0.25rem;
        }

        .information__inputs .information__inputs-pair input {
            display: block;
            height: 3rem;
            background-color: #fff;
            border: 2px solid #af916e;
            padding: 0 20px;
        }

    .challenge-details
    .information__inputs
    .information__inputs-pair
    input[type="text"] {
        background-color: #f0f0e6;
        border: none;
        font-size: 0.875rem;
        color: #28283c;
    }

    @media only screen and (min-width: 1440px) {
        .challenge-details__body--flex {
            display: flex;
        }

        .challenge-details__body-ctas {
            width: 25%;
            margin-right: 40px;
        }

        .challenge-details__body-information {
            width: calc(75% - 40px);
            margin-top: 50px;
        }

        .information__inputs--row {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            width: 100%;
        }

            .information__inputs--row .information__inputs-pair {
                width: calc(50% - 20px);
            }

        .information__submit {
            width: auto !important;
        }
    }

    .my-challenges__body .my-challenges__body-ctas {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        list-style: none;
        margin: 30px 0;
        padding: 0;
    }

        .my-challenges__body .my-challenges__body-ctas .body-ctas__link {
            font-family: "Gotham A", "Gotham B", Helvetica, Arial, Sans-Serif;
            background-color: #28283c;
            color: white;
            text-decoration: none;
            padding: 16px;
            display: block;
            margin: 9px 0;
            text-align: center;
            font-weight: bold;
        }

            .my-challenges__body .my-challenges__body-ctas .body-ctas__link:hover {
                background-color: #af916e;
            }

    @media only screen and (min-width: 960px) {
        .my-challenges__body .my-challenges__body-ctas {
            flex-direction: row;
            justify-content: space-between;
            max-width: 80%;
            margin: 40px auto;
        }

            .my-challenges__body .my-challenges__body-ctas li {
                width: 33%;
            }

            .my-challenges__body .my-challenges__body-ctas .body-ctas__link {
                margin: 0 9px;
                padding: 12px 0;
                width: 100%;
            }
    }

    @media only screen and (min-width: 960px) {
        .container {
            padding-right: 35px;
            padding-left: 35px;
        }
    }

    #forgotPassword {
        /*margin-top: 10em;
    display: inline-block;*/
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        width: 960px;
        /*margin: 10em auto;*/
        display: table;
        background-color: #fff;
        padding-top: 20px;
        margin-top: 5em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }


    #forgotPasswordLink {
        color: #28283c;
        text-decoration: underline;
    }

    /*#ContentContainer_ContentBottom_createComplianceClaimForm {
    float: left;
}*/

    #ContentContainer_ContentBottom_SubmitButton {
        float: right;
    }

    .standardClaimNxtBtn {
        float: right;
    }

    input[name="ctl00$ContentContainer$EntityFormControl_26f2fbbac15cea11a811000d3a5460bd$InsertButton"] {
        float: right;
    }

    @media (max-width: 473px) {
        input[name="ctl00$ContentContainer$EntityFormControl_26f2fbbac15cea11a811000d3a5460bd$InsertButton"] {
            float: left;
            margin-bottom: 10px;
        }
    }

    input[name="ctl00$ContentContainer$EntityFormControl_9e093240c82aec11b6e5000d3a4ef46f$InsertButton"] {
        float: right;
    }

    @media (max-width: 473px) {
        input[name="ctl00$ContentContainer$EntityFormControl_9e093240c82aec11b6e5000d3a4ef46f$InsertButton"] {
            float: left;
            margin-bottom: 10px;
        }
    }

    input[name="ctl00$ContentContainer$EntityFormControl_9e093240c82aec11b6e5000d3a4ef46f$InsertButton"] {
        float: right;
    }

    @media (max-width: 473px) {
        input[name="ctl00$ContentContainer$EntityFormControl_9e093240c82aec11b6e5000d3a4ef46f$InsertButton"] {
            float: left;
            margin-bottom: 10px;
        }
    }

    input[name="ctl00$ContentContainer$EntityFormControl_5a17d8a516dbea11a8130022481cfe5a$InsertButton"] {
        float: right;
    }

    @media (max-width: 473px) {
        input[name="ctl00$ContentContainer$EntityFormControl_5a17d8a516dbea11a8130022481cfe5a$InsertButton"] {
            float: left;
            margin-bottom: 10px;
        }
    }

    input[name="ctl00$ContentContainer$EntityFormControl_e8323fd0c05cea11a811000d3a5460bd$InsertButton"] {
        float: right;
    }

    @media (max-width: 473px) {
        input[name="ctl00$ContentContainer$EntityFormControl_e8323fd0c05cea11a811000d3a5460bd$InsertButton"] {
            float: left;
            margin-bottom: 10px;
        }
    }

    #backBtn {
        margin-top: -74px;
    }

    #createSwiftClaimBackBtn {
        margin-top: -73px;
    }

    #loginPageEmail {
        /* display: inline-block; */
        /*padding-left: 20px;*/
    }

    #loginPagePassword {
        /* display: inline-block; */
        /* padding-left: 20px; */
    }


    #emailLabel, #passwordLabel {
        text-align: left;
    }

    #passwordInput, #emailInput {
        height: 48px;
        width: 320px;
        width: 100%;
    }

    #loginPageForm {
        box-shadow: 0px 10px 10px rgb(0,0,0,0.2);
        /*margin-left: 20px;*/
        margin: 0 auto;
    }

    @media screen and (max-width: 1070px) {
        /*#loginPageHeaderText {
        width: 90%;
        margin: 0 auto;
    }*/
    }

    @media screen and (min-width: 1070px) {
        #loginPageForm {
            width: 960px;
        }
    }

    #accessPageLegend {
        height: 160px;
        width: 823px;
        background-color: #f0f0e6;
        padding: 42px 30px;
        font-weight: bold;
        font-size: 35px;
        text-align: left;
        color: #af916e;
        margin-bottom: 10px;
        margin: -1px auto;
    }

    @media screen and (max-width: 1065px) {
        #accessPageLegend {
            width: 100%;
            display: inline-table;
        }
    }

    fieldset .accessPageHeaderText {
        background-color: #f0f0e6;
        text-align: left;
        margin-top: 0em !important;
        padding: 30px 35px;
        margin: 0 auto;
        font-size: 15px;
    }

    #confirmationBackBtn {
        float: left;
        /*margin-top: -32px;*/
    }

    #UpdateButton {
        float: left;
        margin-right: 10px;
    }

    #goBackButton {
        float: left;
        margin-bottom: 20px;
    }

    #loginCheckbox {
        margin-left: 20px;
        padding-top: 5px;
    }

    #loginPageSignIn {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    /*
.top_menu_list--interior li:nth-child(7) {
    background-color: #af916e;
}*/

    .top_menu_list--interior li:nth-child(7) a {
        background-color: #af916e;
        /*padding: 12px;*/
        padding-top: 12px;
        padding-bottom: 6px;
        margin: 25px 0;
        display: none;
    }

    /*#headerText{
    color: #fff;
    margin-left: 12.5em;
    margin-right: 10em;
}

#headerText a {
    color: #fff;
}*/

    @media (max-width: 1440px) {
        #headerText {
            margin-left: 4.5em;
        }
    }

    @media (max-width: 959px) {
        #headerText {
            margin-left: 2.5em;
        }
    }

    input[name="ctl00$ContentContainer$EntityFormControl_ceeaae118c68ea11a811000d3a5460bd$UpdateButton"] {
        float: right;
    }

    /*input[name="ctl00$ctl00$ContentContainer$MainContent$SubmitButton"]{
    float: right;
}*/

    #ContentContainer_MainContent_SubmitButton {
        float: right;
    }

    #btnCreditCard {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    #btnACH {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    #btnPrint {
        margin-top: 80px;
        margin-bottom: 20px;
    }

    #submit-forgot-password {
        margin-bottom: 20px;
    }

    /*#ContentContainer_MainContent_MainContent_TabMenu_T3ProfileNavigationTabs_NavigationTabs a:focus {
    background-color: #28283c;
}*/

    /*#ContentContainer_MainContent_MainContent_TabMenu_T3ProfileNavigationTabs_NavigationTabs a:hover {
    background-color: #af916e;
}*/

    /*#ContentContainer_MainContent_MainContent_TabMenu_T3ProfileNavigationTabs_NavigationTabs li a:nth-child(2):visited {
    color: #28283c;
}*/

    #Register {
        margin: auto;
        display: table;
    }

    #ContentContainer_MainContent_submitAppealButton {
        margin-bottom: 20px;
    }

    #btnSubmittedAppeal {
        margin-bottom: 20px;
    }

    #invoiceDetail {
        margin-top: 20px;
    }

    @media (max-width: 767px) {

        .main_wrapper {
            padding-top: 0;
        }

        .top_header .top_menu_list, .top_header .top_menu_list--interior {
            padding: 0;
            list-style: none;
            margin: 0;
            /* display: flex; */
        }

        header.page-header {
            background-color: #23293b;
            /* position: fixed; */
            position: unset;
            z-index: 1000;
            top: 0;
            width: 100%;
            box-shadow: 0 5px 25px 2px rgb(0 0 0 / 40%);
        }

        .top_header {
            position: unset;
        }

        #navbar .dropdown-menu {
            background-color: #fff;
        }

        #loginRegisterLink {
            color: #28283c;
        }

        .navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a,
        .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a,
        .page-header .navbar-nav > li > a {
            border-bottom: 5px solid transparent;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: .03em;
            line-height: 0;
            padding: 38px 10px 33px;
        }

        .nav-tabs {
            border-bottom: 0px;
            background: #f0f0e6;
            height: 75px;
            align-items: center;
            display: flex;
        }
    }

    @media only screen and (max-device-width: 959px) {
        #forgotPassword {
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
            /*  width: 600px;*/
            width: 100vw;
            /*margin: 10em auto;*/
            display: table;
        }
    }

    /*@media only screen and (max-device-width: 390px) {
    #forgotPassword {
        box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        width: 390px;
        margin: 10em auto;
        display: table;
    }
}*/

    @media only screen and (min-device-width: 960px) /*and (max-device-width: 1674px)*/ {
        #loginBottom {
            margin-top: 20px;
            margin-bottom: 20px;
            background-color: #28283c;
            /* color: #fff; */
            /* height: 238px;*/
            height: auto;
            width: 960px;
            padding: 42px 30px;
            text-align: left;
            line-height: 21.6pt;
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
            /* margin-left: -31px; */
        }

        #registerBottom {
            margin-top: 20px;
            margin-bottom: 20px;
            background-color: #28283c;
            /*color: #fff;*/
            /*height: 238px;*/
            height: auto;
            width: 960px;
            padding: 42px 30px;
            text-align: left;
            line-height: 21.6pt;
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        }
    }

    @media screen and (max-width: 767px) {
        #loginPageForm {
            box-shadow: 0px 10px 10px rgb(0,0,0,0.2);
            /* width: 767px;*/
            width: 100vw;
            margin-left: 0;
        }

        #loginBottom {
            /* margin-top: 20px; */
            /* margin-bottom: 20px; */
            /* background-color: #28283c; */
            /* color: #fff; */
            /* padding: 42px 30px; */
            /* text-align: left; */
            /* line-height: 21.6pt; */
            /* box-shadow: 0px 10px 10px rgb(0 0 0 / 20%); */
        }

        #loginPageLegend {
            height: 136px;
            /* width: 767px;*/
            /* width: 100vw; */
            background-color: #f0f0e6;
            padding: 42px 30px;
            font-weight: bold;
            font-size: 28px;
            text-align: left;
            color: #af916e;
            /* margin-bottom: 60px; */
        }

        #login-fields {
            background-color: #fff;
            margin-top: -40px;
            height: 345px;
            padding-top: 20px;
        }

            #login-fields input {
                width: 90vw;
            }

        #loginLink {
            text-align: left;
        }

        #footerNav {
            margin-bottom: 20px;
        }
    }

    @media screen and (max-device-width: 768px) {
        #register-page {
            height: 230px;
            width: 768px;
            background-color: #f0f0e6;
            padding: 42px 30px;
        }

        #register-page-fields {
            height: 400px;
            width: 768px;
            background-color: #fff;
            padding: 40px 30px;
        }

        #registerBottom {
            margin-top: 20px;
            margin-bottom: 20px;
            background-color: #28283c;
            color: #fff;
            /* height: 238px;*/
            height: auto;
            width: 100vw;
            padding: 42px 30px;
            text-align: left;
            line-height: 21.6pt;
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        }

        /*.main_wrapper, .page-content {
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        background-position: top;
        background-image: url(assets/CRMPortalAsset-BackgroundImage.png);
        padding-top: 0px;
        height: 100%;
        width: 100%;
    }*/

    }

    @media only screen and (min-device-width: 769px) and (max-device-width: 1247px) {
        #registerBottom {
            margin-top: 20px;
            margin-bottom: 20px;
            background-color: #28283c;
            color: #fff;
            /* height: 238px;*/
            height: auto;
            /*width: 960px;*/
            width: 100vw;
            padding: 42px 30px;
            text-align: left;
            line-height: 21.6pt;
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        }

        #register-page {
            height: 200px;
            width: 100vw;
            background-color: #f0f0e6;
            padding: 42px 30px;
            box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
        }

        #register-page-fields {
            height: 430px;
            /* width: 414px;*/
            width: 100vw;
            background-color: #fff;
            padding: 40px 30px;
        }

        /* .main_wrapper, .page-content {
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
        background-position: top;
        background-image: url(assets/CRMPortalAsset-BackgroundImage.png);
        padding-top: 90px;
        height: 100%;
        width: 100%;
    }*/
    }

    @media (max-width: 600px) {
        .landing__hero h3 {
            font-size: 15px;
        }

        .landing__hero h1 {
            font-size: 2rem;
        }

        .landing__hero {
            background-color: #af916e;
            /*  padding: 100px 0;*/
            padding: 60px 0;
            height: 270px;
        }
    }

    @media only screen and (min-device-width: 501px) and (max-device-width: 768px) {
        .landing__hero h3 {
            font-size: 20px;
        }

        .landing__hero h1 {
            font-size: 3rem;
        }

        .landing__hero {
            background-color: #af916e;
            /*padding: 120px 0;*/
            padding: 60px 0;
            height: 325px;
        }
    }


    @media (max-width: 768px) {
        .nad-challenges__ctas .btn {
            margin-top: 10px;
        }
    }
    /*
#loginValidationSummary{
    color: #28283c;
}*/

    .alert {
        margin-bottom: 40px;
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
        .landing__hero {
            background-color: #af916e;
            padding: 120px 0;
            height: 325px;
        }
    }

    /*new login styles*/
    @media (min-width: 768px) {
        #login-fields {
            background-color: #fff;
            margin-top: -40px;
            height: 240px;
            padding-top: 20px;
        }
    }

    @media (max-width: 767px) {

        #forgot-password {
            text-align: left !important;
            margin-left: 20px;
        }
    }

    .subscribeBtn {
        background-color: #28283c;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 30px !important;
        width: 190px;
        height: 48px;
        padding: 10px;
        width: 100%;
        color: #fff;
        font-weight: bold !important;
        font-size: 1.25rem !important;
        border-radius: 0px !important;
    }

    .subscribepad {
        padding: 10px 0px;
    }

    .goback {
        margin-top: 50px;
        text-align: right;
        text-decoration: underline;
        padding: 10px;
        font-family: Gotham A, Gotham B, Helvetica, Arial, Sans-Serif;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5;
    }

    #passwordLabel {
        margin-left: 15px;
    }

    @media (max-width: 767px) {
        .subscribeBtn {
            /* margin-left: 10px;*/
            margin-left: 0;
            margin-top: 25px;
        }

        #passwordInput {
            /* margin-left: -15px; */
        }

        #passwordLabel {
            /* margin-left: 0px; */
        }

        .top_menu_list--interior li:nth-child(7) a {
            background-color: #28283c;
            /*padding: 12px;*/
            padding-top: 12px;
            padding-bottom: 6px;
            margin: 25px 0;
        }

        .nav-account {
            display: none;
        }

        #loginCheckbox {
            margin-left: 0;
        }
    }

    #forgot-password {
        text-align: right;
        padding-top: 10px;
        padding-right: 10px;
    }

    #registerConfirmPassword, #registerPasswordGroup, #registerEmail, #registerSubmitBtn {
        display: inline-block;
    }

    #registerEmailLabel, #registerPasswordLabel, #registerConfirmPasswordLabel {
        text-align: left;
    }

    #registerConfirmPasswordInput, #registerPasswordInput, #registerEmailInput {
        height: 48px;
        width: 320px;
    }

    #registerBtn {
        height: 48px;
        width: 190px;
        padding: 10px;
    }

    @media screen and (max-device-width: 425px) {
        #forgotPasswordEmailInput {
            /* width: 55%;*/
            width: 100%;
            padding: 0;
        }

        #forgotPasswordText {
            width: 100%;
        }

        #forgotPasswordFormGroup {
            margin-left: 0;
            margin-right: 0;
        }

        #forgotPasswordLegend {
            /*width: 55%;*/
            width: 100%;
        }

        #forgotPasswordLabel {
            padding: 0;
        }

        #forgotPassword {
            /* width: 375px;*/
            width: 100vw;
            background-color: none;
            margin-top: 0;
            margin-bottom: 0;
        }

        .social__link {
            margin-right: 25px;
        }

        .social .social_nav {
            display: flex;
        }

        .page-content {
            width: 100vw;
        }

        /* #registerBottom {
        width: 375px;
        height: 385px;
    }*/

        #registerBottom {
            /*height: 400px;*/
            height: auto;
            display: table;
            margin: auto;
        }

        #register-page-fields {
            width: 100vw;
        }

        #register-page {
            height: 270px;
            width: 100vw;
        }

        #registerSignInLink {
            color: #28283c;
        }

        #register-page-container {
            /* padding-left: 25px;*/
            padding-left: 0;
            padding-right: 0;
        }

        #register-page-bottom {
            /*padding-left: 25px;*/
            padding-left: 0;
            padding-right: 0;
        }

        ul#invoiceTabs li.active {
            width: 50%;
        }

        ul#invoiceTabs li:nth-child(1) {
            width: 50%;
        }

        ul#invoiceTabs li:nth-child(2) {
            width: 50%;
        }

        a#viewInvoiceBtn {
            font-size: 14px;
        }

        #registerLink {
            text-align: left;
        }

        #btnCreditCard {
            margin-top: 0;
            margin-bottom: 20px;
        }

        #btnACH {
            margin-top: 0;
            margin-bottom: 20px;
        }

        #btnPrint {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .grid-actions ul.nav {
            margin: -20px;
        }
    }

    #viewInvoiceBtn {
        font-size: 17px;
    }
    /*login page mobile*/
    @media screen and (max-device-width: 425px) {
        #login-fields {
            height: 380px;
        }

        #loginPageForm {
            /* width: 350px;*/
            width: 100vw;
            /*margin-left: 0;*/
        }

        #loginPageLegend {
            /*width: 350px;*/
            width: 100vw;
            height: 270px;
            margin-bottom: 0;
        }

        #loginLink {
            text-align: left;
        }

        #loginBottom {
            /*height: 400px;*/
            height: auto;
            display: table;
            margin: auto;
        }

        fieldset .accessPageHeaderText {
            margin-top: 0em !important;
            width: 823px !important;
        }

        .page-content {
            padding-top: 0;
        }
    }

    .container#nad-challenges-content[action="/nad-claims"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #changePasswordBtn {
        margin-bottom: 20px;
    }

    #changePasswordForm {
        overflow: hidden;
    }

  
    .accessError {
        box-shadow: 0px 10px 10px rgb(0,0,0,0.2);
        margin-left: 20px;
        margin: 0 auto;
    }