.navbar {
    min-height: 100px;
    margin-right: unset;
    margin-left: unset;
}

.header-top-container {
    position: fixed;
    height: 100px !important;
    background-color: #fff;
    color: #043552;
    z-index: 9999;
	transition: all .25s ease-in-out;
}

@media (min-width: 768px) {
    .header-top-container {
        position: fixed;
        height: 100px !important;
        background-color: #fff;
        color: #043552;
    }
}

#WTZone3_Page1 {
    float: right;
    padding: 20px;
}

.header-container {
    width: 100vw;
    max-width: 100vw;
    height: 100px;
}

#masterLogoArea {
    text-align: center;
    margin: 0;
    padding: 20px;
}

a.UtilitySection.UtilityAuthenticationLink {
    color: #043552 !important;
}

.header-container .nav-auxiliary .UtilityAuthentication a {
    border-color: #043552;
    min-width: 116px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 1.3rem;
    transition: none;
    padding: 14px 12px 15px;
    letter-spacing: .15rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #043552;
    font-family: acumin-pro-condensed,sans-serif;
}

    .header-container .nav-auxiliary .UtilityAuthentication a:hover, .header-container .nav-auxiliary .UtilityAuthentication a:focus {
        text-decoration: none;
    }

div.obo-label span {
    color: #043552 !important;
    margin: 0px;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: unset;
    text-align: center;
    text-transform: uppercase;
}

.obo-label {
    display: none;
}

.obo-panel {
    line-height: unset;
    margin: 0px;
    font-size: 10px;
}

@media (min-width: 768px) {
    #hamburger-container .navbar-toggle {
        display: block;
    }
}

.UtilitySearch {
    margin: 0px;
}

.primary-navigation-area {
    position: absolute;
    z-index: 9999;
    height: 100vw;
    background-color: #FFF;
    top: 96px;
    background-image: url(./images/map-nav-bg.png);
    min-width: 100vw;
    left: -32px;
    padding-left: 25px;
}

.footer-content {
    background-color: #043552;
    color: #fff;
    padding: 65px 0px;
}

    .footer-content .container {
        width: 90%;
        max-width: unset;
    }

.footer-nav-copyright {
    background-color: #043552;
    color: #fff;
}

.header-hamburger-container {
    padding: 0px;
    margin: 0px;
    height: 100px;
}

.navbar-header > div, .navbar-header > a, .navbar-header .NavigationUnorderedList, .navbar-header .NavigationLink {
    color: #043552;
}

a:focus, a:hover {
    color: inherit;
}

a, a:focus, a:hover {
    outline: none;
 -- text-decoration: none;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.asta-header__menuToggle {
    border: 1px solid #043552;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
    z-index: 2;
    transition: all .25s ease-in-out;
    display: inline-block;
}

@media (min-width: 1200px) {
    .asta-header__menuToggle span {
        width: 30px;
        height: 30px;
    }
}

.asta-header__menuToggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

    /*@media (min-width: 1200px) {
    .asta-header__menuToggle span:before {
        margin-top: -5px;
    }
}*/

    .asta-header__menuToggle span:before {
        margin-top: -4px;
    }

    .asta-header__menuToggle span:after, .asta-header__menuToggle span:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #043552;
        top: calc(50% - 0.5px);
        right: 0;
        transition: all .25s ease-in-out;
    }

@media (min-width: 1200px) {
    .asta-header__menuToggle span:after {
        margin-top: 5px;
    }
}

.asta-header__menuToggle span:after {
    margin-top: 4px;
}

.asta-header__menuToggle {
    border-color: #043552;
}

    .asta-header__menuToggle span:before {
        background-color: #043552;
    }

    .asta-header__menuToggle span:before {
        background-color: #043552;
    }

/*@media (min-width: 1200px) {*/
.asta-header__menuToggle {
    width: 50px;
    height: 50px;
}
/*}*/

.asta-header__wrap.active .asta-header__menuToggle span:before {
    transform: rotate(135deg);
    margin: 0px;
}

.asta-header__wrap.active .asta-header__menuToggle span:after {
    transform: rotate(-135deg);
    margin: 0px;
}

/*@media (min-width: 1200px) {*/
.asta-header__wrap {
    display: flex;
    height: 100px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-left: 15px;
}
/*}*/

.navbar-header {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    float: unset;
}

.primary-navigation-area {
    display: none;
}

@media (min-width: 300px) {
    .RadMenu {
        width: 100%;
        height: 175vw;
        max-height: 100%;
        padding-bottom: 150px;
    }

    .asta-nav__imageCon {
        display: none;
    }

    .RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
        flex-direction: row;
    }

    .RadMenu {
        /*max-height: 700px;*/
        height: 173vw;
    }

    .primary-navigation-area {
        height: 298vw;
    }
}

.RadMenu .UtilityNavigation div {
    display: block;
}

.RadMenu #ResponsiveSimpleSearchBlock {
}

.RadMenu .UtilityNavigation .UtilitySearch {
    display: none;
}

.RadMenu .UtilityNavigationToggle {
    display: none !important;
}

.RadMenu .nav-auxiliary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.obo-toggle {
    color: transparent !important;
    min-width: unset !important;
    border-color: transparent !important;
}

.RadMenu .UtilitySearch {
    display: none !important;
}

@media (min-width:650px) {
    .RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
        flex-direction: column;
        max-height: 40vw;
    }

    .RadMenu {
        /*max-height: 700px;*/
        /*padding-bottom: 0px;*/
    }
}

@media (min-width: 768px) {
    .RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
        /*max-height: 90vh;*/
    }
}

@media (min-width: 1200px) {
    .RadMenu {
        width: 65%;
    }

        .RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
            /* max-height: 700px;*/
        }
}

.RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    /*max-height: 700px;*/
}

.RadMenu .rmSlide, .RadMenu_Context {
    position: unset;
    display: list-item;
    overflow: unset;
    float: unset;
}

li.rmItem {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-width: 311px;
}

.RadMenu .rmText {
    text-transform: uppercase;
}

span.rmExpandDown {
    color: #00abbe;
}

@import url("https://p.typekit.net/p.css?s=1&k=dkb3adi&ht=tk&f=25998.26000.26001.26004.26008&a=92382257&app=typekit&e=css");

@font-face {
    font-family: "acumin-pro-condensed";
    src: url("https://use.typekit.net/af/69b3c5/00000000000000003b9acb0e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/69b3c5/00000000000000003b9acb0e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/69b3c5/00000000000000003b9acb0e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "acumin-pro-condensed";
    src: url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4b28f4/00000000000000003b9acb08/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "acumin-pro-condensed";
    src: url("https://use.typekit.net/af/9832ec/00000000000000003b9acb09/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/9832ec/00000000000000003b9acb09/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/9832ec/00000000000000003b9acb09/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "acumin-pro-condensed";
    src: url("https://use.typekit.net/af/c64ee1/00000000000000003b9acb06/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/c64ee1/00000000000000003b9acb06/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/c64ee1/00000000000000003b9acb06/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "acumin-pro-condensed";
    src: url("https://use.typekit.net/af/7bebb5/00000000000000003b9acb0c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/7bebb5/00000000000000003b9acb0c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/7bebb5/00000000000000003b9acb0c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Book_Web.woff2') format('woff2'), url('../fonts/Gotham-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold_Web.woff2') format('woff2'), url('../fonts/Gotham-Bold_Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.tk-acumin-pro-condensed {
    font-family: "acumin-pro-condensed",sans-serif;
}

span.rmText.rmExpandDown {
    color: #00abbe;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .1rem;
    font-weight: 700;
    font-family: acumin-pro-condensed,sans-serif;
}

@media (min-width: 1200px) {
    .rmSlide .rmItem .rmLink .rmText {
        font-size: 1.3rem;
    }
}

.rmSlide .rmItem .rmLink .rmText {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    color: #000;
}

.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
    text-decoration: none;
}

body {
    font: 400 1.6rem/1.6 Gotham,sans-serif,serif;
    color: #043552;
    background-color: #FFF;
    background-image: url(./images/map-nav-bg.png);
}

.RadMenu .rmGroup .rmText {
    padding: 15px 41px 0 12px !important;
    margin: 0px !important;
}

.navbar-collapse, .searchbar-collapse {
    background-color: #FFF;
}

.searchbar-collapse {
    display: none;
}

@media (max-width: 767px) {
    .navbar-collapse {
        margin: 0px;
    }

    .searchbar-collapse {
        display: none;
    }

    .collapse {
        display: block;
    }
}

@media (min-width: 768px) {
    .header-search .search-field {
        padding-left: 30px !important;
        border-color: #043552;
        min-width: 116px;
        margin: 0 5px;
        font-weight: 600;
        font-size: 1.3rem;
        transition: none;
        padding: 14px 12px 16px;
        letter-spacing: .15rem;
        line-height: 1;
        text-transform: uppercase;
        border: 1px solid #043552;
        font-family: acumin-pro-condensed, sans-serif;
        height: 44px;
        background-size: 17px;
        text-align: left;
        vertical-align: middle;
        background-position: right -10px !important;
    }

    .RadMenu .header-search .search-field {
        width: 80%;
        margin-top: 20px;
    }
}

.RadMenu .header-search .search-field {
    width: 80%;
    margin-top: 20px;
    color: #043552 !important;
    border: 1px solid #043552 !important;
}

    .RadMenu .header-search .search-field:focus {
        background-color: #fff;
        width: 80%;
    }

.RadMenu .searchbar-collapse {
    width: 80%;
}

.search-container-sm {
    margin: 0px;
}

.header-search {
    padding: 0px;
}

@media (min-width: 768px) {
    .header-search .search-field:focus {
        background-color: #fff;
        width: 116px;
    }

    .RadMenu .header-search .search-field:focus {
        background-color: #fff;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .header-search .search-field {
        width: 126px;
        border-color: #043552;
        min-width: 116px;
        margin: 0 5px;
        font-weight: 600 !important;
        font-size: 1.3rem !important;
        transition: none;
        padding: 14px 12px 15px;
        letter-spacing: .15rem;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #043552;
        font-family: acumin-pro-condensed, sans-serif;
        height: 43px;
    }
}

.SelectedItem a, .ProxyPanelContact a {
    color: #043552 !important;
    display: inline-block;
    vertical-align: middle;
}

.ProxyPanelContact {
    background-color: unset;
}

.obo-action.obo-change-contact, .obo-action.obo-clear {
    background-color: #043552;
}

ul.obo-actions > li {
    margin: 0px;
}

.obo-actions a {
    color: #043552;
    text-decoration: none;
}

html:not(.t-safari) .btn, html:not(.t-safari) .TextButton {
    background: unset; /*!important;*/
    background-color: #FFF; /* !important;*/
    border-color: #043552;
    color: #043552;
    font-family: acumin-pro-condensed, sans-serif;
    letter-spacing: .15rem;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .header-search .search-field {
        width: 126px;
    }

    .RadMenu .header-search .search-field {
        width: 80%;
    }
}

.navbar-toggle .icon-search {
    display: none;
}

.search-field {
    background: unset !important;
    background-color: #FFF !important;
    border-color: #043552;
    color: #043552;
    font-family: acumin-pro-condensed, sans-serif;
    letter-spacing: .15rem;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .searchbar-collapse {
        display: inline-block !important;
        text-align: left;
        margin-top: 25px;
    }

    #masterLogoArea {
        float: unset;
    }

    .UtilitySection.UtilityNavigationToggle {
        display: none;
    }

    .ste-section {
        display: inline-block !important;
    }

    .header-container .UtilityNavigation.nav-auxiliary {
        float: left;
        margin: 35px 0px;
    }
}

#ResponsiveSimpleSearchBlock {
    display: inline !important;
}

.header-search {
    display: inline !important;
}

.search-container {
    display: inline-block;
}

.asta-footer__links li {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.2rem;
    position: relative;
}

.asta__socialLinks li a {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #043552;
}

.asta__socialLinks {
    text-align: left;
    padding-left: 0px;
}

    .asta__socialLinks li {
        display: inline-block;
        padding-right: 3px;
    }

.container {
}

.h5, h5 {
    font-size: 1.8rem;
}

.asta-footer h5 {
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding-bottom: 15px;
    line-height: 1.25;
}

.asta-footer {
    color: #FFF;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 20px;
    letter-spacing: .05rem;
}

.btn, .sf-fieldWrp button {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #043552;
    color: #043552;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border-radius: 0;
    padding: 12px 25px 13px;
    min-width: 280px;
    text-align: center;
    letter-spacing: .15rem;
    line-height: 1;
    background: none;
}

.btn--secondary, .sf-fieldWrp button--secondary {
    color: #fff;
    border-color: #fff;
    display: inline-block;
}

@media (min-width: 1200px) {
    .btn {
        font-size: 1.2rem;
        min-width: 230px;
    }
}

@media (min-width: 768px) {
    .asta-footer .btn {
        width: auto;
        font-size: 1.35rem;
    }
}

.asta-footer .btn {
    padding: 14px 25px 15px;
    width: 100%;
    background-color: #043552 !important;
    color: #FFF;
    border: 1px solid #FFF;
}

.asta-footer .sfContentBlock {
    float: left;
    text-align: left;
    margin-bottom: 25px;
}

.asta-footer .row div.col-md-6 {
    float: left;
}

.asta-footer__links li:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: hsla(0,0%,100%,.7);
}

.asta-footer__links {
    text-align: left;
    padding-left: 0px;
}

.asta-footer h5 {
    color: #FFF;
}

.asta-footer a {
    color: #FFF;
}

.asta-footer__copyRights {
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
}

a.btn.btn--secondary.mt-5 {
    height: 40px;
    padding: 25px;
    color: #fff;
    background-color: #043552 !important;
    border: 1px solid #fff !important;
    width: 230px;
    padding-top: 11px !important;
}

.obo-panel.on {
    padding-left: 5px;
    padding-right: 5px;
}


@media (min-width: 1200px) {
    .asta-nav__imageCon {
        display: flex;
        width: 35%;
        height: 100vh;
        background-position: 50%;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
    }

        .asta-nav__imageCon:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: rgba(0,0,0,.6);
        }
}

.RadMenu {
    overflow-y: scroll;
}

.asta-nav__imageDesc {
    position: relative;
    text-align: center;
}

.asta-nav__imageLogo {
    max-width: 190px;
    margin: auto;
}

    .asta-nav__imageLogo img {
        width: 100%;
    }

.asta-nav__imageBtns {
    padding-top: 45px;
}

    .asta-nav__imageBtns .btn {
        min-width: 116px;
        margin: 0 5px;
        font-weight: 600;
        font-size: 1.3rem;
        transition: none;
        padding: 12px 12px 13px;
        background-color: transparent !important;
        color: #FFF !important;
        border-color: #FFF !important;
    }


ul.rmRootGroup li.rmItem {
    margin-bottom: 25px;
}

.rmSlide li.rmItem {
    margin-bottom: 0px !important;
}

.asta-nav__imageCon .UtilityAuthentication a {
    min-width: 116px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: none;
    padding: 14px 12px 15px;
    letter-spacing: .15rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: acumin-pro-condensed,sans-serif;
    color: #FFF !important;
    padding: 10px 0px 10px 0px !important;
    display: inline-block;
    text-decoration: none;
}

html:not(.t-safari) .PrimaryButton {
    background: unset !important;
    font-size: 1.5rem !important;
}

@media (max-width: 767px) {
    .ste-toggle {
        display: block !important;
    }
}

.RadWindow {
    z-index: 99999 !important;
}

.RadTabStrip .rtsLI {
    border: 1px solid #fff;
}

    .RadTabStrip .rtsLI a {
        text-decoration: none;
    }

.RadTabStrip .rtsLink {
    border: unset;
}

.dropdown-menu {
    z-index: 99999 !important;
}

.primary-navigation-area .UtilityAccountArea .account-toggle .nav-text {
    color: #fff;
}

.RadMenu .UtilityAccountArea .account-toggle .nav-text {
    color: #043552 !important;
}

.RadMenu .UtilityAccountArea .account-toggle .caret {
    color: #043552 !important;
}

.primary-navigation-area .UtilityAccountArea {
    float: unset;
}

    .primary-navigation-area .UtilityAccountArea .obo-toggle-wrapper {
        display: none;
    }

    .primary-navigation-area .UtilityAccountArea .caret {
        color: #fff;
    }

@media (max-width: 991px) {
    .account-toggle .caret {
        display: inline-block !important;
    }
}

.primary-navigation-area .sign-in-link {
    color: #fff;
    min-width: 116px;
    margin: 0 5px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: none;
    padding: 10px 0px 12px 0px;
    letter-spacing: .15rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: acumin-pro-condensed,sans-serif;
}

.header-top-container.heroactive {
    background: transparent;
}

    .header-top-container.heroactive .asta-header__menuToggle {
        border-color: #fff;
    }

        .header-top-container.heroactive .asta-header__menuToggle span:before {
            background-color: #fff;
        }

        .header-top-container.heroactive .asta-header__menuToggle span:after {
            background-color: #fff;
        }

    .header-top-container.heroactive #masterLogoArea {
        display: none;
    }

    .header-top-container.heroactive .header-search .search-field {
        border: 1px solid #fff;
        background: transparent !important;
        color: #fff;
    }

    .header-top-container.heroactive .UtilityAccountArea .account-toggle .nav-text {
        color: #fff;
    }

    .header-top-container.heroactive .UtilityNavigation .account-menu > li > a, .header-top-container.heroactive .UtilityNavigation .account-menu > li > a:hover, .header-top-container.heroactive .UtilityNavigation .account-menu > li > a:visited, .header-top-container.heroactive .UtilityNavigation .account-menu > li > a:active {
        border: 1px solid #fff;
    }

.RadMenu .UtilityNavigation .account-menu > li > a, .RadMenu .UtilityNavigation .account-menu > li > a:hover, .RadMenu .UtilityNavigation .account-menu > li > a:visited, .RadMenu .UtilityNavigation .account-menu > li > a:active {
    border: 1px solid #043552 !important;
	width: 100%;
}

.header-top-container.heroactive .sign-in-link {
    color: #fff !important;
}

.header-top-container.heroactive .nav-auxiliary .nav-aux-button.nav-aux-cart .nav-text {
    background-position: 0 -50px;
}

.header-top-container.heroactive .obo-toggle {
    background-position: -805px -35px;
}

.header-top-container.heroactive .ste-toggle {
    background-position: -840px -35px;
}

.AstaLandingPage {
    position: relative;
    top: -110px;
    height: 100vw;
    width: 100vw;
    object-position: center;
    max-height: 650px;
	margin-bottom:-100px;
}

    .AstaLandingPage .AstaLogo {
        width: 20%;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 157px;
        top: 25px;
    }

        .AstaLandingPage .AstaLogo img {
            object-position: top;
            max-height: 650px;
            object-fit: cover;
            width: 100%;
        }

    .AstaLandingPage .SubHeading {
        color: #fff;
        font-family: acumin-pro-condensed,sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 2rem;
        letter-spacing: .85rem;
        padding-bottom: 10px;
    }

    .AstaLandingPage .Heading {
        text-transform: uppercase;
        letter-spacing: .4rem;
        font-size: 6.5rem;
        color: #fff !important;
        font-weight: 700;
    }

    .AstaLandingPage .Content {
        padding-right: 50px;
        color: #fff;
    }

.AstaLandingPageContainer {
    position: relative;
    top: 300px;
    left: 10%;
    transform: translateX(0%);
    width: 80%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 800px) {
    .AstaLandingPage .Heading {
        font-size: 3rem;
    }

    .AstaLandingPage .AstaLogo {
        display: none;
    }

    .AstaLandingPage .AstaLandingPageContainer {
        top: 175px;
    }
}
@media (max-width: 1200px) {
    .AstaLandingPage {
        left:-40px !important;
    }
}

.membership-category-select {
    padding-left: 20px;
}