/********** IMPORTANT **********************/
/* THIS WEBSITE MUST USE REM FOR ALL SIZING */
/* EVERY SIZE IN PIXLES MUSE BE EVIDED BY 10 */
/* E.G: */
/* padding: 15px ->padding 1.5rem */
/* font-size: 42px ->font-size: 4.2rem */
/********************************************/
/**/
/**/
/****************************************/
/****************************************/
/** Recruitment, Consulting and Staffing Association **/
/* * * Author: CAUSEIS PTY LTD * * Version: 1 - * * * Document contains changes to Layout * * */
/****************************************/
/****************************************/
/****************************************/
/*** Desktop Nav ***/
/****************************************/
@media (min-width: 1025px) {
    header#hd {
        background: #ffffff;
        box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
        z-index: 100;
        width: 100%;
    }

    header#hd>.header-top-container {
        background: #f7f7f7;
        padding: 0;
    }

    header#hd>.header-top-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
    }

    header#hd>.header-top-container>div>div>div {
        display: flex;
        flex-wrap: wrap;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(1) {
        /* width: 100%;
         */
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(2) {
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary {
        display: flex;
        height: 100%;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2).UtilityAuthentication {
        background: #2cace3;
        display: flex;
        margin: 0;
        padding: 0 2rem;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2).UtilityAuthentication>a {
        /* font-size: 0;
         */
        color: #fff;
        text-decoration: none;
        align-self: center;
        display: flex;
    }

    img#login {
        width: 1.5rem;
        margin-right: 1rem;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2).UtilityAuthentication>a:before {
        /* content: 'Login or Create Account';
         font-size: 1.6rem;
         color: #fff;
         text-decoration: none;
         */
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type>a {
        margin-left: auto;
        color: #1b2a35;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li {
        margin: 0;
        display: flex;
        background: #0000;
        line-height: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a {
        padding: 2rem 1.5rem;
        display: flex;
        color: #bfc3c6;
        text-decoration: none;
        line-height: 1;
        background: #0000;
        transition: background 0.2s ease-in-out;
        align-items: center;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a:hover {
        background: #efefef;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li[class*="-icon"]>a>span {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain;
        padding: 0.8rem 0.8rem !important;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.facebook-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/facebook-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.twitter-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/twitter-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.linkedin-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/linkedin-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.instagram-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/instagram-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.youtube-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/youtube-grey.svg);
    }

    header#hd>.header-bottom-container {
        background: #fff;
    }

    header#hd>.header-bottom-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
    }

    header#hd>.header-bottom-container div[id*='ste_container_ciLogoContent'] {
        display: none !important;
    }

    header#hd>.header-bottom-container>div>div>div {
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1), header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1)>div, header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1)>div>div {
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup {
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmFirst.rmItem {
        flex-grow: 1;
        padding: 2rem 0 2rem 2rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmFirst>a.rmLink {
        background: transparent !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmFirst>a.rmLink>span {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 18rem;
        margin: auto 0;
        padding: 0;
        /* transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
         */
        max-width: 18rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink {
        text-transform: none;
        color: #1b2a35;
        font-size: 1.7rem;
        letter-spacing: 0;
        background: #0000;
        display: flex;
        padding: 0;
        align-items: center;
        height: calc(100% - 6px);
        border-bottom: 3px solid #0000;
        transition: 0.2s border-color ease-in-out;
        font-weight: 500;
        text-decoration: none !important;
        padding-top: 0.3rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst):hover>a.rmLink {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink>span {
        padding: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink>span.rmToggle {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3) {
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide {
        align-items: center;
        width: auto !important;
        min-width: 14rem;
        max-width: 27rem;
        left: 0.5rem !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide {
        min-height: 0vh;
        max-height: 0rem;
        display: block !important;
        overflow: hidden !important;
        padding: 0 2rem;
        transition: max-height 0.4s ease-in-out, min-height 0.4s ease-in-out !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink.rmExpanded + .rmSlide {
        min-height: 100vh;
        max-height: 50rem;
        transition: max-height 0.8s ease-in-out, min-height 0.8s ease-in-out !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup {
        margin: auto !important;
        background: #ffffff;
        float: none;
        box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 21%);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup {
        padding: 2rem 0 !important;
        -webkit-animation: shadow 0.3s 0.5s normal forwards;
        -moz-animation: ease-in-out shadow 0.3s 0.5s normal forwards;
        -o-animation: ease-in-out shadow 0.3s 0.5s normal forwards;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem {
        display: flex;
        margin-bottom: 0;
        flex-direction: column;
        padding: 0.5rem 2.5rem;
        max-width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink {
        color: #1b2a35;
        text-decoration: none;
        width: auto !important;
        display: flex;
        padding: 0;
        font-weight: 400;
        transition: all .1s ease-in-out;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem:hover>a.rmLink, header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink.rmExpanded {
        color: #2cace3
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span {
        text-align: left;
        text-transform: none;
        width: auto !important;
        display: block;
        margin: auto 0;
        white-space: break-spaces;
        font-size: 1.6rem;
        min-width: 20rem;
        letter-spacing: 0px;
        padding: 0;
        float: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span {
        min-width: 19rem;
        max-width: 31rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span.rmToggle {
        font-size: 0;
        min-width: 0;
        float: left;
        margin-left: 0rem;
        right: 35px;
        position: relative;
        padding: 1rem 2rem;
        z-index: 10000;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span.rmToggle>span.rmIcon {
        content: '';
        transform: rotateX( 0deg );
        transition: all 0.2s ease-in;
        float: left;
        padding: 0.6rem;
        background-size: 100%;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/back-to-top-dark.svg);
        width: 0;
        height: 0;
        background-repeat: no-repeat;
        margin: 0;
        position: relative;
        left: 0;
        top: 0;
        display: block;
        transform: rotateX(180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2)>div:nth-of-type(1) ul.rmRootGroup>li.rmItem:not(.rmFirst)>a.rmLink +.rmSlide>ul.rmGroup>li.rmItem>a.rmLink.rmExpanded>span.rmToggle>span.rmIcon {
        transform: rotateX(0deg);
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink +.rmSlide {
        width: auto !important;
        /* display: block !important;
         */
        background: #fff;
        opacity: 1;
        overflow: hidden !important;
        height: 100%;
        position: static;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink +.rmSlide {
        max-height: 0rem;
        display: block !important;
        overflow: hidden !important;
        transition: max-height 0.4s ease-in-out, min-height 0.4s ease-in-out !important;
        height: 100% !important;
        left: 0 !important;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink.rmExpanded + .rmSlide {
        max-height: 50rem;
        transition: max-height 0.8s ease-in-out, min-height 0.8s ease-in-out !important;
    }

    ul.rmRootGroup.rmToggleHandles.rmHorizontal .rmTwoLevels.rmItem .rmLink + div.rmSlide>ul>li>a + div {
        width: auto !important;
        display: block !important;
        max-height: 0;
    }

    ul.rmRootGroup.rmToggleHandles.rmHorizontal .rmTwoLevels.rmItem .rmLink + div.rmSlide>ul>li.clicked>a + div {
        max-height: 70rem;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup {
        width: 100% !important;
        padding: 0 !important;
        min-width: 0 !Important;
        background: #fff;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup:first-of-type {
        margin-top: 0;
        padding-top: 1rem !important;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem {
        padding: 0.2rem 1.5rem;
        min-width: 16rem !important;
        max-width: 25rem;
        margin: auto;
        width: auto;
        display: flex;
        flex-direction: column;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink {
        color: #26282e;
        min-width: 20rem !important;
        max-width: 28rem;
        padding: 0;
        margin: auto;
        width: auto !important;
        display: flex;
        text-decoration: none !important;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink:hover {
        color: #2cace3;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span {
        min-width: 19rem;
        max-width: 31rem;
    }

    div#ste_container_ciPrimaryNavigation ul.rmRootGroup.rmToggleHandles.rmHorizontal>li.rmItem:not(.rmFirst)>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink + .rmSlide>ul.rmGroup>li.rmItem>a.rmLink>span {
        text-align: left;
        text-transform: none;
        width: auto !important;
        display: block;
        margin: auto 0;
        white-space: break-spaces;
        font-size: 1.4rem;
        min-width: 20rem;
        letter-spacing: 0px;
        padding: 0;
        float: none;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1)>div:nth-of-type(1) {
        height: 100%;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1)>div:nth-of-type(1)>ul {
        display: flex;
        height: 100%;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1)>div:nth-of-type(1)>ul>li {
        padding: 0 calc(100vw / 75);
        margin: 00;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.home.icon {
        display: none;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon {
        padding-left: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/cart.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: .9rem .9rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/search.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: .9rem .9rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2) {
        position: absolute;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2)>span {
        left: -0.4rem;
        top: -1.7rem;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2)>span>.cartCenter {
        background: #fff;
        box-shadow: none;
        color: #000;
        font-weight: 600;
        font-size: 85%;
    }

    div#ste_container_ciHeaderSignIn {
        display: flex;
        background: #2cace3;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel {
        display: flex;
        margin: auto;
        height: 100%;
        padding-left: 1rem;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(1) {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) {
        display: flex;
        height: 100% !important;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2)>div {
        display: block;
        margin: auto;
        padding-right: 1rem;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn {
        display: flex;
        max-width: 100%;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1) {
        display: flex;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) {
        display: flex;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3)>div[id*='RememberMeDiv'] {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField {
        margin-right: 1rem;
        width: 10rem;
        padding: 0;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField label {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField>div>input[type="text"] {
        border-radius: 0;
        height: 3rem;
        padding: 1rem;
        font-size: 1.2rem;
        background: #f5f6f8;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        border: none;
        width: 5re;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField>div>input[type="password"] {
        border-radius: 0;
        height: 3rem;
        padding: 1rem;
        font-size: 1.2rem;
        background: #f5f6f8;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        border: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(2) {
        padding: 0 !Important;
        display: flex;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(2)>input {
        margin: 0;
        background: #ffffff url(/images/_adminrcsa/theme/accordion-blue.svg) no-repeat;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 41%;
        padding: 0.0rem;
        border: none;
        height: 3rem;
        width: 3rem;
        border-radius: 0;
        transition: 0.2s ease-in-out box-shadow;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(3) {
        display: none;
    }
}
@media (min-width: 768px){

header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1)>div:not(:nth-of-type(1)) {
    display: none;
}
    
}
/****************************************/
/*** Ipad ***/
/****************************************/
@media (width: 768px) {
}

@media (max-width: 1024px) and (min-width: 769px) {
    header#hd {
        background: #ffffff;
        box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
        z-index: 100;
        width: 100%;
    }

    header#hd>.header-top-container {
        background: #f7f7f7;
        padding: 0;
    }

    header#hd>.header-top-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
    }

    header#hd>.header-top-container>div>div>div {
        display: flex;
        flex-wrap: wrap;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(1) {
        width: 100%;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(2) {
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary {
        display: flex;
        height: 100%;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2) {
        background: #2cace3;
        display: flex;
        margin: 0;
        padding: 0 2rem;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2)>a {
        /* font-size: 0;
         */
        text-decoration: none;
        align-self: center;
        color: #fff;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2)>a:before {
        /* content: 'Login or Create Account';
         font-size: 1.6rem;
         color: #fff;
         text-decoration: none;
         */
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type>a {
        margin-left: auto;
        color: #1b2a35;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li {
        margin: 0;
        display: flex;
        background: #0000;
        line-height: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a {
        padding: 2rem 1.5rem;
        display: flex;
        color: #bfc3c6;
        text-decoration: none;
        line-height: 1;
        background: #0000;
        transition: background 0.2s ease-in-out;
        align-items: center;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a:hover {
        background: #efefef;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li[class*="-icon"]>a>span {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain;
        padding: 0.8rem 0.8rem !important;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.facebook-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/facebook-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.twitter-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/twitter-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.linkedin-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/linkedin-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.instagram-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/instagram-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.youtube-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/youtube-grey.svg);
    }

    div#ste_container_ciHeaderSignIn {
        display: flex;
        background: #2cace3;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel {
        display: flex;
        margin: auto;
        height: 100%;
        padding-left: 1rem;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(1) {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) {
        display: flex;
        height: 100% !important;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2)>div {
        display: block;
        margin: auto;
        padding-right: 1rem;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn {
        display: flex;
        max-width: 100%;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1) {
        display: flex;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) {
        display: flex;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3)>div[id*='RememberMeDiv'] {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField {
        margin-right: 1rem;
        width: 10rem;
        padding: 0;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField label {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField>div>input[type="text"] {
        border-radius: 0;
        height: 3rem;
        padding: 1rem;
        font-size: 1.2rem;
        background: #f5f6f8;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        border: none;
        width: 5re;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(1)>div>div:nth-of-type(3) .PanelField>div>input[type="password"] {
        border-radius: 0;
        height: 3rem;
        padding: 1rem;
        font-size: 1.2rem;
        background: #f5f6f8;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
        border: none;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(2) {
        padding: 0 !Important;
        display: flex;
        align-items: center;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(2)>input {
        margin: 0;
        background: #ffffff url(/images/_adminrcsa/theme/accordion-blue.svg) no-repeat;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 41%;
        padding: 0.0rem;
        border: none;
        height: 3rem;
        width: 3rem;
        border-radius: 0;
        transition: 0.2s ease-in-out box-shadow;
    }

    div#ste_container_ciHeaderSignIn .panel>div:nth-of-type(2) .SignIn>div:nth-of-type(3) {
        display: none;
    }

    header#hd>.header-bottom-container {
        background: #fff;
    }

    header#hd>.header-bottom-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div {
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) a#masterHeaderImage {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        display: flex;
        border: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) {
        order: 2;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3) {
        order: 1;
        width: 100%;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div:nth-of-type(1) {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home {
        flex-grow: 1;
        display: flex;
        padding: 2.5rem 0 2.5rem 2.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home a {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home>a>span.nav-text {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        padding: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li:not(.home) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/cart.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/search.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(2), header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(3) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        padding: 0.3rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        height: 100%;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        /* margin-left: 1rem;
         */
        transform: rotatez( 0deg);
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
        background: #0000 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button .icon-bar {
        margin-top: 0.7rem !important;
        height: 0.2rem !important;
        width: 2.4rem;
        background-color: #1b2a35;
        border-radius: 0.1rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(2) {
        margin-top: 0 !important;
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(2) {
        transform: rotatez( 45deg);
        transform-origin: 7% 0%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(3) {
        opacity: 1;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s opacity;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(3) {
        opacity: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(4) {
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(4) {
        transform: rotatez( -45deg);
        transform-origin: -5% 0%
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse {
        max-width: 100%;
        margin: 0;
        background-color: #fff;
        height: 100% !important;
        display: block !important;
        overflow: hidden !important;
        max-height: 0.0rem;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        height: 100% !important;
        /* box-shadow: inset 0rem 0.4rem 3rem -1.4rem rgb(0 0 0 / 11%);
         */
        border-top: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse.in {
        max-height: 250rem;
        transition: max-height 1.5s ease;
        height: 100% !important;
        margin-top: 0.0rem !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem.rmFirst {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem {
        border-bottom: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink {
        color: #1b2a35 !important;
        text-transform: none;
        letter-spacing: -0.02em;
        background: transparent;
        font-size: 1.7rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        float: right;
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 2rem 1.5rem 1.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide {
        opacity: 0;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        transition-delay: 0.0s !important;
        display: block !important;
        max-height: 0rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded + .rmSlide {
        margin-left: 0;
        position: initial;
        border-bottom: 0.1rem solid #e0e0e0;
        border-top: 0.1rem solid #e0e0e0;
        margin-top: 0;
        max-height: 100rem;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        opacity: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul {
        top: 0 !important;
        padding-bottom: 0 !Important;
        padding-top: 0.5rem;
        background: transparent;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li {
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a {
        width: 100% !important;
        color: #1b2a35;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a>span.rmText {
        padding: 1.1rem 1.5rem 1.1rem 0rem !important;
        float: left;
        text-transform: none;
        display: block;
        white-space: break-spaces;
        font-size: 1.5rem;
        /* min-width: 20rem;
         */
        letter-spacing: 0.0rem;
        padding: 0;
        /* float: left;
         */
        margin-left: 4.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmToggle {
        display: inline-block;
        float: right;
        height: 100%;
        position: static;
        width: auto;
        overflow: visible;
        margin: 0;
        left: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        /* float: right;
         */
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 1.3rem 1.5rem 1rem;
        top: 0;
        left: calc(100% - 4.6rem);
        display: block;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide {
        margin-left: 1.5rem;
        margin-top: -0.3rem;
        height: auto !important;
        width: 100% !important;
        left: 0 !important;
        position: static;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul {
        flex-flow: column;
        width: 100%;
        background: #fff;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li {
        width: 100%;
        padding: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a {
        width: 100% !important;
        color: #1b2a35 !important;
        text-decoration: none !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a:hover {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a span.rmText {
        padding: 0.8rem 1.5rem 0.8rem 0rem !important;
        margin-left: 5rem;
        font-size: 1.3rem;
        letter-spacing: 0.02em;
    }
}

/* vertical iPad styling */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:is([class*='icon']) {
        display: none;
    }

    header#hd {
        background: #ffffff;
        box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
        z-index: 100;
        width: 100%;
    }

    header#hd>.header-top-container {
        background: #f7f7f7;
        padding: 0;
    }

    header#hd>.header-top-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
    }

    header#hd>.header-top-container>div>div>div {
        display: flex;
        flex-wrap: wrap;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(1) {
        width: 100%;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(2) {
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary {
        display: flex;
        height: 100%;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2) {
        background: #2cace3;
        display: flex;
        margin: 0;
        padding: 0 2rem;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2)>a {
        color: #fff;
        text-decoration: none;
        align-self: center;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2)>a:before {
        /* content: 'Login or Create Account';
         font-size: 1.6rem;
         color: #fff;
         text-decoration: none;
         */
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type>a {
        margin-left: auto;
        color: #1b2a35;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li {
        margin: 0;
        display: flex;
        background: #0000;
        line-height: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a {
        padding: 2rem 1.5rem;
        display: flex;
        color: #bfc3c6;
        text-decoration: none;
        line-height: 1;
        background: #0000;
        transition: background 0.2s ease-in-out;
        align-items: center;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a:hover {
        background: #efefef;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li[class*="-icon"]>a>span {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain;
        padding: 0.8rem 0.8rem !important;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.facebook-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/facebook-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.twitter-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/twitter-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.linkedin-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/linkedin-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.instagram-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/instagram-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.youtube-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/youtube-grey.svg);
    }

    /* come back here */
    div#ste_container_ciHeaderSignIn {
        display: none
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2).collapse.in {
        max-height: 50rem;
        transition: max-height 1.5s ease;
        height: 100% !important;
        margin-top: 0.0rem !important;
        background: #2cace3;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(1) {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) {
        padding: 4rem 2rem;
        height: 100% !important;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn {
        max-width: 100%;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn:before {
        content: 'Login';
        margin: auto 2rem auto 0;
        color: #fff;
        font-size: 2.4rem;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div>div {
        margin: auto;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn .PanelField input {
        border-radius: 0;
        height: 4rem;
        padding: 1rem;
        font-size: 1.4rem;
        background: #ffffff;
        border: none;
        border-bottom: 0.1rem solid #1b2a35;
        color: #fff;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn .PanelField input:hover {
        box-shadow: 0rem 0rem 0 0.1rem #1b2a35 !important;
        border-bottom: 0.1rem solid #0000;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn div[id*='RememberMeDiv'] {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div:nth-of-type(2) {
        margin: auto;
        height: 0;
        float: right;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div:nth-of-type(2) input {
        margin: 0;
        background: #ffffff url(/images/_adminrcsa/theme/accordion-blue.svg) no-repeat;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 61%;
        padding: 0.0rem;
        border: none;
        height: 3rem;
        width: 3rem;
        border-radius: 0;
        transition: 0.2s ease-in-out box-shadow;
    }

    span[id*="ContactSignInCommon_forgotPasswordUser"]>div>a {
        float: left;
        color: #fff;
    }

    header#hd>.header-bottom-container {
        background: #fff;
    }

    header#hd>.header-bottom-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div {
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) a#masterHeaderImage {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        display: flex;
        border: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) {
        order: 2;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3) {
        order: 1;
        width: 100%;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div:nth-of-type(1) {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home {
        flex-grow: 1;
        display: flex;
        padding: 2.5rem 0 2.5rem 2.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home a {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home>a>span.nav-text {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        padding: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li:not(.home) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/cart.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/search.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(2), header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(3) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        padding: 0.3rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        height: 100%;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        /* margin-left: 1rem;
         */
        transform: rotatez( 0deg);
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
        background: #0000 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button .icon-bar {
        margin-top: 0.7rem !important;
        height: 0.2rem !important;
        width: 2.4rem;
        background-color: #1b2a35;
        border-radius: 0.1rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(2) {
        margin-top: 0 !important;
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(2) {
        transform: rotatez( 45deg);
        transform-origin: 7% 0%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(3) {
        opacity: 1;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s opacity;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(3) {
        opacity: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(4) {
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(4) {
        transform: rotatez( -45deg);
        transform-origin: -5% 0%
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse {
        max-width: 100%;
        margin: 0;
        background-color: #fff;
        height: 100% !important;
        display: block !important;
        overflow: hidden !important;
        max-height: 0.0rem;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        height: 100% !important;
        /* box-shadow: inset 0rem 0.4rem 3rem -1.4rem rgb(0 0 0 / 11%);
         */
        border-top: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse.in {
        max-height: 250rem;
        transition: max-height 1.5s ease;
        height: 100% !important;
        margin-top: 0.0rem !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem.rmFirst {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem {
        border-bottom: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink {
        color: #1b2a35 !important;
        text-transform: none;
        letter-spacing: -0.02em;
        background: transparent;
        font-size: 1.8rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        float: right;
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 2rem 1.5rem 1.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide {
        opacity: 0;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        transition-delay: 0.0s !important;
        display: block !important;
        max-height: 0rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded + .rmSlide {
        margin-left: 0;
        position: initial;
        border-bottom: 0.1rem solid #e0e0e0;
        border-top: 0.1rem solid #e0e0e0;
        margin-top: 0;
        max-height: 100rem;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        opacity: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul {
        top: 0 !important;
        padding-bottom: 0 !Important;
        padding-top: 0.5rem;
        background: transparent;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li {
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a {
        width: 100% !important;
        color: #1b2a35;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a>span.rmText {
        padding: 1.1rem 1.5rem 1.1rem 0rem !important;
        float: left;
        text-transform: none;
        display: block;
        white-space: break-spaces;
        font-size: 1.6rem;
        /* min-width: 20rem;
         */
        letter-spacing: 0.0rem;
        padding: 0;
        /* float: left;
         */
        margin-left: 4.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmToggle {
        display: inline-block;
        float: right;
        height: 100%;
        position: static;
        width: auto;
        overflow: visible;
        margin: 0;
        left: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        /* float: right;
         */
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 1.3rem 1.5rem 1rem;
        top: 0;
        left: calc(100% - 4.6rem);
        display: block;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide {
        margin-left: 1.5rem;
        margin-top: -0.3rem;
        height: auto !important;
        width: 100% !important;
        left: 0 !important;
        position: static;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul {
        flex-flow: column;
        width: 100%;
        background: #fff;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li {
        width: 100%;
        padding: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a {
        width: 100% !important;
        color: #1b2a35 !important;
        text-decoration: none !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a:hover {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a span.rmText {
        padding: 0.8rem 1.5rem 0.8rem 0rem !important;
        margin-left: 5rem;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
    }
}

/****************************************/
/*** Mobile Nav ***/
/****************************************/
@media (max-width: 767px) {
    header#hd {
        background: #ffffff;
        box-shadow: 0px 0px 2rem 0px rgb(0 0 0 / 11%);
        z-index: 100;
    }

    header#hd>.header-top-container {
        background: #2cace3;
        padding: 0;
    }

    header#hd>.header-top-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
    }

    header#hd>.header-top-container>div>div>div {
        display: flex;
        flex-wrap: wrap;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(1) {
        width: 100%;
    }

    header#hd>.header-top-container>div>div>div>div:nth-of-type(2) {
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary {
        display: flex;
        height: 100%;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2) {
        display: flex;
        margin: 0;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2) a.UtilityAuthenticationLink {
        color: #fff;
        text-decoration: none;
        padding: 1.5rem;
        font-size: 1.3rem;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(2) a.UtilityAuthenticationLink:before {
        /* content: 'Login or Create Account';
         font-size: 1.3rem;
         letter-spacing: 0.02em;
         */
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1) {
        display: flex;
        /* flex-grow: 1;
         */
        order: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:not(:last-of-type) {
        display: none;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type {
        display: flex;
        /* flex-grow: 1;
         */
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li:last-of-type>a {
        /* margin-left: auto;
         */
        color: #ffffff;
        font-size: 1.3rem;
        letter-spacing: 0.02em;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li {
        margin: 0;
        display: flex;
        background: #0000;
        line-height: 1;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a {
        padding: 1.5rem;
        display: flex;
        color: #bfc3c6;
        text-decoration: none;
        line-height: 1;
        background: #0000;
        transition: background 0.2s ease-in-out;
        align-items: center;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li>a:hover {
        background: #efefef;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li[class*="-icon"]>a>span {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: contain;
        padding: 0.8rem 0.8rem !important;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.facebook-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/facebook-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.twitter-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/twitter-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.linkedin-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/linkedin-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.instagram-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/instagram-grey.svg);
    }

    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul>li.youtube-icon>a>span {
        background-image: url(/images/_adminrcsa/theme/youtube-grey.svg);
    }

    div#ste_container_ciHeaderSignIn {
        width: 100%;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2).collapse.in {
        max-height: 50rem;
        transition: max-height 1.5s ease;
        height: 100% !important;
        margin-top: 0.0rem !important;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(1) {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) {
        padding: 4rem 2rem;
        height: 100% !important;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn {
        max-width: 100%;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn:before {
        content: 'Login';
        margin: auto 2rem auto 0;
        color: #fff;
        font-size: 2.4rem;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div>div {
        margin: auto;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn .PanelField input {
        border-radius: 0;
        height: 4rem;
        padding: 1rem;
        font-size: 1.4rem;
        background: #ffffff;
        border: none;
        border-bottom: 0.1rem solid #1b2a35;
        color: #fff;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: 0.2s ease-in-out box-shadow, 0.2s ease-in-out border;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn .PanelField input:hover {
        box-shadow: 0rem 0rem 0 0.1rem #1b2a35 !important;
        border-bottom: 0.1rem solid #0000;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn div[id*='RememberMeDiv'] {
        display: none;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div:nth-of-type(2) {
        margin: auto;
        height: 0;
        float: right;
    }

    div#ste_container_ciHeaderSignIn .header-signin .header-signin>div>div:nth-of-type(2) .SignIn>div:nth-of-type(2) input {
        margin: 0;
        background: #ffffff url(/images/_adminrcsa/theme/accordion-blue.svg) no-repeat;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 61%;
        padding: 0.0rem;
        border: none;
        height: 3rem;
        width: 3rem;
        border-radius: 0;
        transition: 0.2s ease-in-out box-shadow;
    }

    div#ste_container_ciHeaderSignIn  span[id*="ContactSignInCommon_forgotPasswordUser"]>div>a {
        float: left;
        color: #fff;
    }

    header#hd>.header-bottom-container {
        background: #fff;
    }

    header#hd>.header-bottom-container>div {
        max-width: 129.2rem;
        margin: auto;
        padding: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div {
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(1) a#masterHeaderImage {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        display: flex;
        border: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) {
        order: 2;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3) {
        order: 1;
        width: 100%;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div:nth-of-type(1) {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1) {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul {
        display: flex;
        flex-grow: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home {
        flex-grow: 1;
        display: flex;
        padding: 2.5rem 0 2.5rem 2.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home a {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        display: flex;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(1)>ul li.home>a>span.nav-text {
        background-image: url(/images/_adminrcsa/theme/rcsa_logo.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        font-size: 0 !important;
        height: 6rem;
        width: 20rem;
        margin: auto 0;
        padding: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li:not(.home) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/cart.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2) {
        position: absolute;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2)>span {
        left: -0.1rem;
        top: -1.7rem;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.nav-aux-cart>a>span:nth-of-type(2)>span>.cartCenter {
        background: #fff;
        padding: 0 .4rem;
        box-shadow: none;
        color: #000;
        font-weight: 600;
        font-size: 85%;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a {
        padding: 0.8rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        display: flex;
        height: 100%;
        align-items: center;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon:hover>a {
        border-color: #2cace3;
    }

    header#hd>.header-bottom-container div#ste_container_ciUtilityNavigation>div:nth-of-type(1) ul.NavigationUnorderedList li.search.icon>a>span:first-of-type {
        background-image: url(/images/_adminrcsa/theme/search.svg);
        background-repeat: no-repeat;
        background-position: initial !important;
        background-size: contain;
        padding: 1.2rem 1.2rem !important;
        top: -0.4rem;
        position: relative;
        font-size: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(2), header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(3) {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) {
        padding: 0 calc(100vw / 75);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        padding: 0.3rem 0.5rem 0rem 0.5rem;
        margin: 0;
        background: #0000;
        height: 100%;
        border: none;
        border-bottom: 3px solid #0000;
        transition: border-color 0.2s ease-in-out;
        border-radius: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button {
        /* margin-left: 1rem;
         */
        transform: rotatez( 0deg);
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
        background: #0000 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button .icon-bar {
        margin-top: 0.7rem !important;
        height: 0.2rem !important;
        width: 2.4rem;
        background-color: #1b2a35;
        border-radius: 0.1rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(2) {
        margin-top: 0 !important;
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(2) {
        transform: rotatez( 45deg);
        transform-origin: 7% 0%;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(3) {
        opacity: 1;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s opacity;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(3) {
        opacity: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button>.icon-bar:nth-child(4) {
        transform: rotatez( 0deg);
        transform-origin: -0% 0%;
        transition: cubic-bezier(0.32, 0.96, 0.58, 1) 0.4s transform;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(3)>div>div:nth-of-type(4) button:not(.collapsed)>.icon-bar:nth-child(4) {
        transform: rotatez( -45deg);
        transform-origin: -5% 0%
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse {
        max-width: 100%;
        margin: 0;
        background-color: #fff;
        height: 100% !important;
        display: block !important;
        overflow: hidden !important;
        max-height: 0.0rem;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        height: 100% !important;
        /* box-shadow: inset 0rem 0.4rem 3rem -1.4rem rgb(0 0 0 / 11%);
         */
        border-top: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse.in {
        max-height: 250rem;
        transition: max-height 1.5s ease;
        height: 100% !important;
        margin-top: 0.0rem !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem.rmFirst {
        display: none;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem {
        border-bottom: 0.1rem solid #f7f7f7;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink {
        color: #1b2a35 !important;
        text-transform: none;
        letter-spacing: -0.02em;
        background: transparent;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }
.navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink span.rmToggle {
    position: relative;
    z-index: -10;
}
    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        float: right;
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 2rem 1.5rem 1.5rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide {
        opacity: 0;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        transition-delay: 0.0s !important;
        display: block !important;
        max-height: 0rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink.rmExpanded + .rmSlide {
        margin-left: 0;
        position: initial;
        border-bottom: 0.1rem solid #f7f7f7;
        /* border-top: 0.1rem solid #e0e0e0;
         */
        margin-top: 0;
        max-height: 100rem;
        transition: opacity 0.1s ease-in-out, max-height 1s ease-in-out !important;
        opacity: 1;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul {
        top: 0 !important;
        padding-bottom: 0 !Important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        background: transparent;
        margin-left: 2.25rem;
        padding-left: 2.25rem;
        border-left: 0.1rem #f7f7f7 solid;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li {
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a {
        width: 100% !important;
        color: #1b2a35;
        font-size: 1.6rem;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a>span.rmText {
        padding: 1.1rem 1.5rem 1.1rem 0rem !important;
        float: left;
        text-transform: none;
        display: block;
        white-space: break-spaces;
        font-size: 1.6rem;
        /* min-width: 20rem;
         */
        letter-spacing: 0.0rem;
        padding: 0;
        /* float: left;
         */
        margin-left: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmToggle {
        display: inline-block;
        float: right;
        height: 100%;
        position: static;
        width: auto;
        overflow: visible;
        margin: 0;
        left: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a span.rmIcon {
        transform: rotateX( 0deg);
        transition: all 0.2s ease-in;
        /* float: right;
         */
        padding: 0.7rem;
        background-size: contain;
        background-position: center !important;
        background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
        margin: 1.3rem 1.5rem 1rem;
        top: 0;
        left: calc(100% - 4.6rem);
        display: block;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a.rmLink.rmExpanded span.rmIcon {
        transform: rotateX( 180deg);
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide {
        margin-left: 1.5rem;
        margin-top: -0.3rem;
        height: auto !important;
        width: 100% !important;
        left: 0 !important;
        position: static;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul {
        flex-flow: column;
        width: 100%;
        background: #fff;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li {
        width: 100%;
        padding: 0;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a {
        width: 100% !important;
        color: #1b2a35 !important;
        text-decoration: none !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a:hover {
        color: #2cace3 !important;
    }

    header#hd>.header-bottom-container>div>div>div>div:nth-of-type(2) .navbar-collapse ul.rmRootGroup>li.rmItem>a.rmLink + .rmSlide>ul>li>a + .rmSlide>ul li a span.rmText {
        padding: 0.3rem 1.5rem 0.3rem 0rem !important;
        margin-left: 0;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
    }
}


 footer#ft {
    display: block !important;
    }
    img#login {
    width: 1.5rem;
    margin-right: 1rem;
    }
    header#hd > .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-of-type(1) > ul > li:last-of-type > a {
    display: flex;
    background: none;
    padding: 0;
    }
    header#hd > .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-of-type(1) > ul > li:last-of-type > a > img {
   
    width: 2.5rem !important;
    margin-right: 1rem;
    object-fit: cover;
    border-radius: 50%;
    background: #d1d1d1;
    padding: 0.1rem;
    height: 2.5rem !important;
    }
    header#hd > .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-of-type(1) > ul > li:last-of-type > a > span.nav-text {
    margin: auto;
    background: none;
    padding: 0 1rem 0 0;
    }
    header#hd > .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-of-type(1) > ul > li:last-of-type > a > img + img {
    display: none;
    }
    header#hd > .header-top-container .UtilityNavigation.nav-auxiliary > div:nth-of-type(2).UtilityAuthentication > a > img:not(:first-child) {
    display: none !important;
    }

/****************************************/
/*** MasterContentArea - Col-primary ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
    .iMIS-WebPart>.ContentItemContainer {
        margin-bottom: 0;
    }

    .container,.header-container,.SliderPage1 {
        max-width: 129.2rem;
    }

    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0
    }

    div#masterContentArea .col-primary>div>div>div>div.row>div {
        max-width: 129.2rem;
        margin: auto;
    }

    div#masterContentArea .col-primary>div>div>div>div.row:first-child h1:first-of-type {
        margin-bottom: 0;
    }

    .col-primary>div>div>div>div.row .iMIS-WebPart>div {
        padding-top: 5rem;
    }

    .col-primary>div>div>div>div.row .iMIS-WebPart + .iMIS-WebPart>div {
        padding: 0;
    }

    .col-primary>div>div>div>div.row .iMIS-WebPart:last-of-type>div {
        padding-bottom: 5rem;
    }

    div#masterContentArea .col-primary>div>div>div>div.row:first-child>.col-sm-12 .iMIS-WebPart:nth-child(2):last-child>div {
        padding-bottom: 0;
        padding-top: 5rem;
    }
}

div#masterContentArea .col-primary>div>div>div>div.row.grey-row {
    background: #f7f7f7;
}

div#masterContentArea .col-primary>div>div>div>div.row.blue-row {
    background: #2cace3;
}

div#masterContentArea .col-primary>div>div>div>div.row.dark-row {
    background: #1b2a35;
}

div#masterContentArea .col-primary>div>div>div>div.row.image-row {
    min-height: 30rem;
    max-height: 30rem;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#masterContentArea .col-primary>div>div>div>div.row.image-row div[id*="Panel"] img {
    display: none;
}

div.row[class*='-row']:not(.grey-row, .call-to-action-row, .image-row) div[id*="_Panel_"]>* {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: initial;
}

div#masterContentArea .col-primary>div>div>div>div.row {
    margin: 0;
}

.row.reorder>div {
    display: flex;
}

.row.reorder>div>div {
    margin: auto;
}

@media (max-width: 768px) {
    .row.reorder>div {
        display: block;
    }
}

/***** MOBILE ****/
@media (max-width: 767px) {
    div#masterContentArea {
        max-width: 100%;
        padding: 0;
        margin-top: 0 !important;
    }

    div#masterContentArea .col-primary>div>div>div>div.row {
        margin: 0;
        padding: 3rem 0;
    }

    div[id*="PageHeading"] ~ div#masterContentArea {
    }

    div[id*="PageHeading"] ~ div#masterContentArea .col-primary>div>div>div>div.row:first-of-type {
        padding: 0;
    }

    div[id*="PageHeading"] ~ div#masterContentArea .col-primary>div>div>div>div.row:first-of-type div#ste_container_ciPageHeading {
        display: none;
    }
}

/****************************************/
/*** Footer ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
    footer#ft>.footer-content {
        display: none;
    }

    footer#ft>div {
        background: #1b2a35;
        padding: 0;
    }

    footer#ft>.footer-nav-copyright .container {
        max-width: 100%;
        padding: 0;
    }

    footer#ft div#ste_container_ciFooterCopyright {
        display: none;
    }

    footer#ft>.footer-nav-copyright .footer-copyright {
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(1) {
        display: none;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row {
        margin: 0;
        max-width: 100%;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row>div {
        max-width: 129.2rem;
        margin: auto
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) {
        background: #f7f7f7;
        padding: 5rem 0;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2)>div {
        display: flex;
        align-items: center;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) .col-sm-4:nth-of-type(1) img {
        height: 10rem !important;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) p {
        text-align: right;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) a {
        color: #1b2a35;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) a:hover {
        color: #2cace3;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) {
        padding: 5rem 0;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3)>div {
        display: flex;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) .col-sm-4>div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) .col-sm-4:nth-of-type(3) div#ste_container_Logo {
        text-align: right;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) .col-sm-4:nth-of-type(3) img {
        height: 7.5rem !important;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) h4 {
        color: #2cace3;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) ul {
        list-style: none;
        padding: 0;
        columns: 2;
        margin: 0;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) a {
        text-decoration: none;
        color: #fff;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) a:hover {
        text-decoration: underline;
        color: #2cace3;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) p {
        color: #fff;
        line-height: 1.3;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) .col-sm-4:nth-of-type(3) p {
        text-align: right;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) div#ste_container_Socials p {
        display: inline-block;
        margin-right: 1.4rem;
        margin-bottom: 1.4rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) div#ste_container_Socials img {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }
}

/***** MOBILE ****/
@media (max-width: 767px) {
    footer#ft>.footer-content {
        display: none;
    }

    footer#ft>div {
        background: #1b2a35;
        padding: 0;
    }

    footer#ft>.footer-nav-copyright .container {
        max-width: 100%;
        padding: 0;
    }

    footer#ft div#ste_container_ciFooterCopyright {
        display: none;
    }

    footer#ft>.footer-nav-copyright .footer-copyright {
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(1) {
        display: none;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row {
        margin: 0;
        max-width: 100%;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row>div {
        max-width: 129.2rem;
        margin: auto
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) {
        background: #f7f7f7;
        padding: 5rem 0;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2)>div>div:not(:last-of-type) {
        padding-bottom: 2rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) a {
        color: #1b2a35;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(2) a:hover {
        color: #2cace3;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) {
        padding: 5rem 0;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3)>div>div:not(:last-of-type) {
        padding-bottom: 2rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) .col-sm-4:nth-of-type(3) img {
        /* height: 100 !important;
         */
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) h4 {
        color: #2cace3;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) ul {
        list-style: none;
        padding: 0;
        columns: 2;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) a {
        text-decoration: none;
        color: #fff;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) a:hover {
        text-decoration: underline;
        color: #2cace3;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) p {
        color: #fff;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) div#ste_container_Socials p {
        display: inline-block;
        margin-right: 1.4rem;
        margin-bottom: 1.4rem;
    }

    footer#ft>.footer-nav-copyright .footer-copyright .row:nth-of-type(3) div#ste_container_Socials img {
        height: 2.2rem !important;
        width: 2.2rem !important;
    }
}

/****************************************/
/*** Social - sharing ***/
/****************************************/
/***** DESKTOP ******/
@media (min-width: 768px) {
}

/***** MOBILE ****/
@media (max-width: 767px) {
}

/****************************************/
/*** accordion ***/
/****************************************/
.accordion {
    max-height: 0.0rem;
    display: block;
    overflow: hidden;
    /* border-top: 0.2rem solid #ffffff;
     */
    /* margin-top: -0.1rem;
     */
    opacity: 0;
    border: 0.1rem solid transparent;
    max-width: 133.6rem;
}

.accordion.show {
    max-height: 2000rem;
    background: #ffffff;
    /* padding: 2rem;
     */
    /* border-bottom: 0.1rem solid #fff;
     */
    /* margin-bottom: 0.1rem;
     */
    /* border: 0.1rem solid #eaeaea;
     */
}

h4.accordionheading:after {
    content: '';
    margin: auto 0 auto 0;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 2.1rem;
    color: #000000;
    background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 1.2rem 0.7rem;
    transform: rotateX(0deg);
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    top: 1.2rem;
}

h4.accordionheading.active:after {
    content: '';
    background-image: url(/images/_adminrcsa/theme/accordion-dark.svg);
    transform: rotateX(180deg);
}

h4.accordionheading {
    /* margin-top: -1.4rem;
     */
    padding: 1.2rem 6.2rem 1.2rem 1.8rem;
    margin-bottom: 0 !important;
    cursor: pointer;
    max-width: 133.6rem;
    position: relative;
    font-weight: 300;
    font-size: 2rem;
    background: transparent;
    /* top: 1.4rem;
     */
    border-bottom: 0.1rem solid #fff !important;
    font-weight: 400;
    /* font-size: 2.4rem;
     */
    color: #2cace3;
    letter-spacing: -0.04em;
    /* border-top: 0.1rem solid #e6e6e6 !important;
     */
    background: #f7f7f7;
}

h4.accordionheading.active {
    /* background: #f7f7f7;
     */
    margin-bottom: 0.0rem;
    padding: 1.2rem 6.2rem 1.2rem 1.8rem;
    /* border-top: 0.1rem solid #e6e6e6 !important;
     */
}

.row>h4.accordionheading {
    margin-top: 0;
}

@media (max-width: 767px) {
    h4.accordionheading {
    }
}

.accordion h4.accordionheading:after {
    content: none;
}

.accordion.show>* {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}

.accordion ul, .accordion ol {
    padding-left: 4rem !important;
}

.sub-accordion {
    max-height: 0.0rem;
    display: block;
    padding-bottom: 2rem;
    opacity: 0
}

.sub-accordion.show {
    max-height: 200rem;
    background: #fff;
    padding-bottom: 2rem;
    border-bottom: 0.0rem solid #182232;
    margin-bottom: 2rem;
    opacity: 1;
    border: none;
}

.accordion.show h4.sub-accordionheading:after {
    content: "";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: url(/images/_adminrcsa/theme/accordion-blue.svg);
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.3rem;
    height: 1.4rem;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 4.7rem;
    opacity: 1;
    z-index: 0;
    margin-top: .5rem;
}

.accordion h4.sub-accordionheading:after {
    opacity: 0
}

.accordion.show h4.sub-accordionheading.active:after {
    transform: rotateX(180deg);
    width: 2rem;
    background-image: url(/images/_adminrcsa/theme/accordion-dark.svg);
}

.accordion h4.sub-accordionheading {
    margin-top: -1.5rem;
    padding: 1rem;
    /* font-weight: 500;
     */
    /* color: #182232;
     */
    cursor: pointer;
    background: #f7f7f7;
    margin-top: 0rem;
    font-size: 1.6rem;
    /* font-weight: 600;
     */
    opacity: 0;
    /* border: 0.1rem solid #e6e6e6 !important;
     */
    font-weight: 500;
    /* font-size: 2.4rem;
     */
    color: #2cace3;
    letter-spacing: -0.04em;
}

.accordion.show h4.sub-accordionheading.active {
    /* background: #efedf1;
     */
    margin-bottom: 0.0rem;
    border-bottom: none !important;
}

@media (max-width: 767px) {
    h4.sub-accordionheading {
    }
}

.sub-accordion h4.sub-accordionheading:after {
    content: none
}

.accordion {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
    transition-delay: 0.1s;
}

.accordion.show {
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
    transition-delay: 0.1s;
    opacity: 1;
}

.accordion>* {
    margin: 0 2rem
}

.accordion>*:first-child:not(.sub-accordion) {
    padding-top: 0.0rem;
    margin-top: 2rem
}

.accordion>*:last-child:not(.sub-accordion) {
    padding-bottom: 2rem
}

.sub-accordion {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1), margin-bottom 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.5s cubic-bezier(0, 1, 0, 1);
    transition-delay: 0.1s;
    /* border: 0.1rem solid #e6e6e6 !important;
     */
    border-top: none !important;
}

.sub-accordion.show {
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, margin-bottom 1s ease-in-out;
    transition-delay: 0.1s
}

.sub-accordion>* {
    margin: 0 2rem
}

.sub-accordion>*:first-child:not(.sub-accordion) {
    padding-top: 2rem
}

.sub-accordion>*:last-child:not(.sub-accordion) {
    padding-bottom: 2rem
}

.sub-accordion.show>*:last-child:not(.sub-accordion) {
    padding-bottom: 0
}

.accordion * {
    line-height: 2.5rem !important;
}

.accordion.show h4.sub-accordionheading {
    opacity: 1
}

/************************************************/
/************ Page load animations *************/
/************************************************/
/************************/
@-webkit-keyframes fade-in-top {
    0% {
    }

    100% {
    }
}

@-webkit-keyframes fade-in {
    0% {
    }

    100% {
    }
}

html.html-main>body#MainBody {
    opacity: 0;
    transition: ease 0.4s all;
}

html.html-main>body#MainBody.animateIn {
    opacity: 1;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    background: white;
}

html.html-main>body#MainBody header#hd {
    opacity: 0;
    transition: ease 0.4s all;
}

html.html-main>body#MainBody.animateIn header#hd {
    opacity: 1;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
}




   /*********** forgot password username page *************/
    @media (max-width: 767px) {
    form#aspnetForm[action^="./ContactSignInDialog.aspx"] div#masterContentArea {
    max-width: 120rem;
    margin: auto;
    padding: 8rem 2rem;
    }
    }
    @media (min-width: 768px) {
    form#aspnetForm[action^="./ContactSignInDialog.aspx"] div#masterContentArea {
    margin-top: 140px !important;
    max-width: 120rem;
    margin: auto;
    padding: 8rem 2rem;
    }
    }
    .summary-display-item.col + .summary-display-item.col {
    display: none;
    }
    :root {
    --primary-color: #2cace3;
    }
    header#hd .header-top-container {
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }
    @media (min-width: 769px) and  (max-width: 886px) {
    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul > li:not(:last-child):not(:nth-last-child(2)) {
    display: none;
    }
    header#hd>.header-top-container .UtilityNavigation.nav-auxiliary>div:nth-of-type(1)>ul > li:is(:last-child) {
    padding: 2rem 1rem 2rem 2rem;
    }
    }

  label.Required {
    padding-left: 7px;
    margin-left: 0;
    }





