/* ZZCUSTOM THEM OVERRIDES NOT WORTH WORKING INTO THEME */
body {
    font-family: 'Lato', sans-serif ;
    font-weight: 400;
    color: #333;
}

/* Hide Sign In on Pages  */

body.hide-hp-login-ipart .hp-login-ipart {
	display:none;
}

/* /\/\/\/\/\/\/\/\/\ HEADER */

.header-container{
    max-width:1170px;
    margin:auto;
}

.navbar {
    min-height: auto;
}

header a {
    text-decoration: none;
}

/* Header Left - Logo  */
.hd-logo-container {
    margin: 2rem 0 1rem 0;
    text-align: center;
}

.hd-left-container.float-md-left {
    margin: 0;
}

/* header logo */
@media(min-width: 768px) {
    #masterHeaderImage {
        width:40vw;
        height: 10vw;
        max-width: 475px;
        max-height: 115px;
    }
}

/* Header Right - Aux Area  */
.hd-aux-area {
    margin: 1rem auto 2em auto;
    text-transform: uppercase;
    font-size: 80%;
    text-align: right;
}

.hd-aux-area a {
    color: var(--branding-color-dark-grey);
    line-height: 24px;
}

.hd-aux-area > div {
    display: inline-block;
}

a.UtilitySection.UtilityAuthenticationLink.auth-link {
    position: relative;
    top: 1px;
}

.hd-aux-area ul.NavigationUnorderedList li:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 1px;
    position: relative;
    top: 5px;
    border-left: 1px solid var(--branding-color-light-grey);
}

/* header social links */
ul.social {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0!important;
}

ul.social li {
    display: inline-block;
}

ul.social li a {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

ul.social li span {
    width: 1px;
    overflow: hidden;
    text-indent: -2000px;
    display: inline-block;
}

header ul.social {
    position: relative;
    top: 5px;
}

/* Header Bottom - Primary Nav */
@media(min-width: 768px) {
    .header-bottom-container {
        /* border-top:1px dashed #ccc; */ text-align:center;
    }

    .header-bottom-container > .header-container {
        display: inline-block;
        text-align: left;
    }
}

/* BUTTONS BELOW AUX AREA IN HEADER */
.hd-buttons-area {
    text-align: right;
}

/* BUTTONS BELOW AUX AREA IN HEADER */
/* Collapse whitespace above mobile */
@media(min-width: 769px) {
    .hd-buttons-area .mbl-btns-container {
        display:none;
    }
}

.hd-buttons-area .hd-buttons-container {
}

/* /\/\/\/\/\/\/\/\/\ Home Page Content */
/* ************ */
/* HP HERO  */
/* ************ */
.hp-hero-ipart {
    background-color: #fff;
}

.unslider-arrow, .unslider-arrow:hover {
    text-decoration: none!important;
}

.unslider-nav {
    text-align: center;
    position: relative;
    top: -25px;
    height: 0px;
}

.unslider-nav li {
    margin: 0 3px!important;
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid #fff!important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.unslider-nav li:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.unslider-nav li.unslider-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}

.unslider-arrow {
    text-decoration: none;
    position: absolute;
    bottom: 50%;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align:center;
}

.unslider-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: hsla(0, 0%, 100%, 0.5803921568627451);
    ;display: block;
    margin-bottom: 2em;
    text-shadow: 0 0 10px rgba(0,0,0,.4);
}

.unslider-arrow.prev:before {
    content: '\f0a8';
}

.unslider-arrow.next:before {
    content: '\f0a9';
}

.unslider-carousel>li:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .7),rgba(0, 0, 0, .01) 50%);
}

.hp-hero-slider .inner {
    max-width: 1170px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hp-hero-slider .caption {
    /* 	border:1px dotted white; */
    max-width: 1170px;
    margin: auto;
    color: #fff;
    padding: 2em;
    position: relative;
    left: 50px;
    margin-right: 400px;
}

.hp-hero-slider .caption h1 {
    margin-bottom: .25em;
}

.hp-hero-slider .caption h1 {
    color: #fff;
    font-size: 50px;
}

.hp-hero-slider .TextButton {
    color: #fff;
}

.hp-hero-slider img {
    width: 100%;
    z-index: 0;
    position: relative;
}

.hp-hero-slider.unslider-horizontal {
    max-height: 550px;
}

@media(min-width: 992px) {
    .not-authenticated .unslider-arrow.next {
        right:400px;
    }
}

/* ************ */
/* Login Form */
/* ************ */
.hp-hero-ipart {
    position: relative;
}

.HomePage .hp-hero-ipart:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/nsaa/Hp_Hero_Tiling_Mts.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

@media(min-width: 992px) {
    .HomePage #ste_container_ciHomePageLogin {
        padding:1em 2em 1em 1em;
        border: 5px solid var(--branding-color-dark-grey);
        border-radius: 10px;
        position: absolute;
        z-index: 10;
        top: 2.5vw;
        right: -10px;
    }
}

/* ************ */
/* WELCOME ROW */
/* ************ */
body.authenticated .welcome-row {
    display: none;
}
/* 
body.authenticated.admin .welcome-row {
    display: block;
} */

.welcome-row h2 {
    color: #fff;
    font-weight: 200;
    font-size: 41px;
    border: none;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.welcome-row ul {
    text-align: center;
}

.welcome-row em[class*="icon-"] {
    max-height: 75px;
    max-width: 75px;
    height: 7vw;
    width: 7vw;
}

.welcome-row p {
    font-size: 120%;
    margin-bottom: 2em;
}

/* ************ */
/* Static Feature Row */
/* ************ */

.HomePage .row.full-width-bg.bg-ski-area-pix-light.inserted {
        border-top:1px solid var(--branding-color-dark-blue);
}


.hp-ftr {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px #00000014;
    position: relative;
}

.hp-ftr .ftr-caption {
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 30%;
    background-color: rgba(0,0,0,.5);
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
}

.hp-ftr .ftr-caption h2 {
    border: none;
    margin-bottom: 0;
    font-weight: 200!important;
    font-size: 45px;
    color: #fff;
}

@media(max-width: 1024px) {
    .hp-ftr .ftr-caption {
        right:0;
    }

    .hp-ftr .ftr-caption h2 {
        font-size: 35px;
    }
}

@media(min-width: 992px) {
    .HomePage .bg-ski-area-pix-light .row.inserted {
        padding-bottom: 175px;
    }
}

.HomePage div.row.bg-ski-area-pix-light {
    position: relative;
    /* border: 1px solid red; */
}

@media(min-width: 1023px) {
    .HomePage div.row.bg-ski-area-pix-light {
        position: relative;
        margin-bottom: -60px
    }
}

/* ************ */
/* News and Events Row */
/* ************ */
@media(min-width: 1023px) {
    .row.full-width-bg.bg-split {
        background-image:url(images/nsaa/bg_noise_transparent.png), linear-gradient(95deg,#fff 50%,var(--branding-color-dark-grey) 50%);
        width: 110%;
        top: -5%;
        left: -5%;
        transform: rotate(-5deg);
        padding-bottom: 100px;
        margin-bottom: -87px;
    }

    .row.full-width-bg.bg-split > div {
        transform: rotate(5deg);
    }
}

/* NEWS & ANNOUNCEMENT COLUMN  */

.TaggedListPanel a.view-all {
    display: none;
}

.HomePage .TaggedListPanel a {
    text-decoration: none;
    color: unset;
}

.HomePage .TaggedListPanel .tl-news-item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--branding-color-light-grey);
}

.tl-news-item-season {
    display: none;
}

.tl-news-item.spring h3 {
    color: var(--branding-color-green);
}

.tl-news-item.summer h3 {
    color: var(--branding-color-yellow);
}

.tl-news-item.fall h3 {
    color: var(--branding-color-orange);
}

.tl-news-item.winter h3 {
    color: var(--branding-color-dark-blue);
}

.tl-news-item .title.link-group-a-converted-to-div {
    display: inline;
}

.tl-news-item .tl-news-topper {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 1rem;
}

.tl-news-item .icon-placeholder {
    float: left;
}

.tl-news-item .icon-placeholder em[class*="icon-"] {
    vertical-align: text-top;
    margin-right: .25em;
}

.tl-news-item h3 {
    margin-bottom: 0;
}

.tl-news-item h3 .title {
    margin-bottom: 0;
    text-transform: uppercase;
}

.tl-news-item-date {
    font-weight: 200;
    font-size: 14px;
}

/* EVENTS COLUMN */

.hp-events h2 {
    color:#fff!important;
}


.ftr-event, .ftr-event h2, .ftr-event h3, .ftr-event a {
    color: #fff;
    border: none;
    line-height: inherit;
    text-decoration: none;
}

.ftr-event {
    position: relative;
}

.ftr-event img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ftr-event:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-image: linear-gradient(66deg, var(--branding-color-dark-blue) 66%,transparent 66%);
    mix-blend-mode: multiply;
    opacity: .7;
}

.ftr-event .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 2rem;
}

.ftr-event h2 {
    font-size: 22px;
    font-weight: 900;
    margin-right: 40%;
    padding-left: 80px;
}

.ftr-event {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

/* default */
.ftr-event h2 {
    background-image: url('images/nsaa/icon_white_winter.svg');
    background-repeat: no-repeat;
    background-size: 70px 70px;
}

.ftr-event.winter h2 {
    background-image: url('images/nsaa/icon_white_winter.svg');
}

.ftr-event.winter:before {
    background-image: linear-gradient(66deg, var(--branding-color-dark-blue) 66%,transparent 66%);
}

.ftr-event.spring h2 {
    background-image: url('images/nsaa/icon_white_spring.svg');
}

.ftr-event.spring:before {
    background-image: linear-gradient(66deg, var(--branding-color-green) 66%,transparent 66%);
}

.ftr-event.summer h2 {
    background-image: url('images/nsaa/icon_white_summer.svg');
}

.ftr-event.summer:before {
    background-image: linear-gradient(66deg, var(--branding-color-yellow) 66%,transparent 66%);
}

.ftr-event.fall h2 {
    background-image: url('images/nsaa/icon_white_fall.svg');
}

.ftr-event.fall:before {
    background-image: linear-gradient(66deg, var(--branding-color-orange) 66%,transparent 66%);
}

.ftr-event h3 {
    font-size: 14px;
    font-weight: 700;
    margin-right: 30%;
}

.ftr-event p {
    font-size: 14px;
    margin-right: 26%;
}

/* WHEN Displayed in Side bar content */
.col-secondary .ftr-event {
    border: 1px solid var(--branding-color-light-grey);
    background: var(--branding-color-light-grey) url(images/nsaa/bg_dark_noise_transparent.png);
}

.col-secondary .ftr-event h2 {
    /* border:1px dotted white; */
    font-size: 16px;
    font-weight: 700;
    margin-right: 10%;
    padding-left: 0;
    padding-top: 96px;
    line-height: 19px;
    background-position: top left;
    text-shadow: 1px 1px 15px rgba(0,0,0,.95)
}

.col-secondary .ftr-event .caption {
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    left: 0;
    z-index: 4;
    padding: 2rem;
}

/* ************ */
/* Additional Feature Row */
/* ************ */
.HomePage .row.full-width-bg.fill-space {
    background-color: var(--branding-color-light-grey);
    z-index: 8;
    position: relative;
    color: #fff;
}

.HomePage .row.full-width-bg.fill-space.inserted {
    position: relative;
}

.HomePage .row.full-width-bg.fill-space.inserted:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}

.HomePage .row.full-width-bg.fill-space {
    text-align: center;
}

.HomePage .row.full-width-bg.fill-space h2 {
    font-size: 35px;
    border: none;
    display: inline-block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.HomePage .row.full-width-bg.fill-space h2 > em {
    float: left;
    position: relative;
    height: 90px;
    width: 90px;
    margin-right: 10px;
}

.HomePage .row.full-width-bg.fill-space h2 > sup {
    display: block;
    top : 0;
    vertical-align: bottom;
    line-height: 1em;
}

.group .row.inserted.fill-space {
    padding: 6em 0;
}

/* /\/\/\/\/\/\/\/\/\ Interior Content */
.HomePage .int-banner {
    display: none;
}

.int-banner {
    background-image: url('/images/nsaa/global-wrapper/bg_full_mts_dark.jpg');
    background-size: cover;
    background-position: 50% 50%;
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.int-banner h1 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}

.sub-nav-head {
    display: none;
}

/* /\/\/\/\/\/\/\/\/\ Footer */
.ft-container > div {
    border-top: 1px solid #fff;
    padding: 1em 0;
}

/* SPONSOR ROW */
#ft .ft-sponsor-logos {
    padding: 2em 10px;
    text-align: center;
}

#ft .ft-sponsor-logos h3 {
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#ft .ft-sponsor-logos ul li {
    margin: 0 3rem;
    mix-blend-mode: darken;
}

/* FT NAV ROW */
.ft-nav {
    background-color: var(--branding-color-dark-blue);
    padding: 1em 0;
    text-align: center;
    color: #fff;
}

.ft-nav a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.ft-nav li.NavigationListItem {
    border-right: 2px solid #fff;
    padding: 0 .5em;
    margin-left: 0;
}

.ft-nav li.NavigationListItem:last-child {
    border: none;
}

/* CONTACT ROW */
.footer-contact-ipart {
    max-width: 1170px;
    margin: auto;
    text-align: center;
}

#ft .ft-contact a {
    color: #fff;
    text-decoration: none;
}

#ft .ft-contact {
    padding: 2em 10px;
}

footer ul.social li {
    margin: 0;
}

footer ul.social li:nth-child(2) {
    margin: 0 10%;
}

footer ul.social a {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.footer-contact-ipart {
    margin: 2em auto;
}

.footer-contact-ipart > div > div.row:fist-child > div:last-child {
    font-size: 14px;
    font-weight: 300;
}

.footer-contact-ipart > div > div.row:first-child > div:last-child p em {
    font-size: 80%;
    margin: 0 5p`x;
}

.footer-contact-ipart > div > div.row:first-child > div:last-child ul li:nth-child(2) {
    margin: 0 1em;
}

/* copyright row */
footer .copyright {
    text-align: right;
    font-size: .7em;
    text-transform: uppercase;
    margin-top: 1em;
}

/* /\/\/\/\/\/\/\/\/\ Resoinsive */
/* EXACTLY 768px */
@media(width: 768px) {
    /* WHEN Displayed in Side bar content */
    .col-secondary .ftr-event {
        border:1px solid var(--branding-color-light-grey);
        background: var(--branding-color-light-grey) url(images/nsaa/bg_dark_noise_transparent.png);
    }

    .col-secondary .ftr-event h2 {
        /* border:1px dotted white; */
        font-size: 22px;
        line-height: 1.2em;
    }

    .col-secondary .ftr-event .caption {
        position: absolute;
        top: 0;
        margin-bottom: 0;
        left: 0;
    }
       .unslider-carousel>li:before {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .7),rgba(0, 0, 0, .01));
    }

}

@media(max-width: 767px) {
    .hd-buttons-area, .hd-aux-area {
        text-align:center ;
    }

    .hd-buttons-area > div {
        display: inline-block;
        text-align: center;
    }

    .hd-buttons-area .hd-buttons-container .TextButton {
        font-size: 12px;
    }

    .RadMenu_NSAA {
        border-top: 1px solid var(--branding-color-dark-blue);
        background: #fff url(images/nsaa/bg_light_noise_transparent.png);
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }

    /*  HP SLIDER */
    .unslider-wrap.unslider-carousel>li {
        background-color: var(--branding-color-dark-grey);
    }

    .hp-hero-slider .inner {
        position: relative;
    }

    .hp-hero-slider .caption {
        padding: 2em;
        position: relative;
        left: unset;
        margin: auto;
    }

    .hp-hero-slider .caption h1 {
        margin-bottom: .25em;
        font-size: 25px;
    }

    .unslider-arrow {
        bottom: unset;
        top: 62px
    }

    .unslider-carousel>li:before {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .7),rgba(0, 0, 0, .01));
    }

    /*  END HP SLIDER */
    .hp-alert-ipart .row .alert-btn {
        width: unset;
    }

    .hp-ftr {
        margin: 1em;
    }

    .bg-split div[class*="col-"]:first-child {
        margin: 0;
        margin-bottom: 4rem;
    }

    .HomePage .group .row.inserted {
        padding: 2em 15px
    }

    .ftr-event {
        border: 1px solid var(--branding-color-light-grey);
        background: var(--branding-color-light-grey) url(images/nsaa/bg_dark_noise_transparent.png);
    }

    .ftr-event h2 {
        /* border:1px dotted white; */
        font-size: 16px;
        font-weight: 700;
        margin-right: 10%;
        padding-left: 0;
        padding-top: 96px;
        line-height: 19px;
        background-position: top left;
        text-shadow: 1px 1px 15px rgba(0,0,0,.95)
    }

    .ftr-event .caption {
        position: relative;
        top: -110px;
        margin-bottom: -110px;
        left: 0;
        z-index: 4;
        padding: 2rem;
    }
}


/* 7/13 call With ASI */


h3 {
    font-size:24px;
    color: #071e62;
    text-transform:none;
    margin-bottom:14px;
}

h4 {font-size:1.1em;
margin-bottom:14px;
}


.col-primary ul {
    margin-bottom:1em;
}



/* Accordion Drop Zone */


.WebPartZone.accordion .ContentItemContainer .ui-accordion-header {
      color:inherit;
    border:2px solid transparent;
    border-bottom:2px solid #e4e4e4;
    transition:all .25s ease-in-out;
    line-height: 1.2em;
	padding:15px 0 15px;
    margin-bottom: 0;
}
.WebPartZone.accordion .ContentItemContainer .ui-accordion-header:hover {
    cursor:pointer;
}
.WebPartZone.accordion .ContentItemContainer .ui-accordion-header .fas {
    margin-right:5px;
    transition:all .25s ease-in-out;
}

.WebPartZone.accordion .ContentItemContainer .ui-state-hover,
.WebPartZone.accordion .ContentItemContainer .ui-state-active {
	height:unset!important;
	background:none;
	background-color:#f8f8f;
	border-bottom:2px solid #ccc;
}

.WebPartZone.accordion .ContentItemContainer .ui-state-active  .fas {
     transform: rotate(90deg);
}


.WebPartZone.accordion .ContentItemContainer .accordion-content {
	margin-top:2rem;
}


/* ==================================== */
/* Tagged Journal Article Cards */
/* ==================================== */
.TaggedListPanel:has(.journal-article-card) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 2rem;

    & .tl-item {
        border: 4px solid #fff;
        outline: 1px solid #ccc;
        border-radius: 10px;
        max-width: calc(33% - 1.5rem);
        min-width: 200px;
        position: relative;
        overflow: hidden;
        flex: 1 1 auto;
        padding: 1rem;
        text-align: center;
        transition: all 0.25s;

        & img {
            display: block;
            max-width: unset;
            width: calc(100% + 2rem);
            margin: -1rem;
            margin-bottom: 0;
            border-radius: 10px 10px 0 0;
            border-bottom: 2px solid #fff;
        }

        & h3 {
            font-size: 2rem;
            margin: 0 -1rem;
            padding: 2rem;
        }

        & .teaser-text {
            font-size: 1.3rem;
            position: absolute;
            top: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 2rem 1rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(10px);
            border-radius: calc(var(--border-radius) / 2);
            opacity: 0;
            transition: all 0.5s ease;
        }

        & .TextButton {
            font-size: 1.3rem;
        }

        &.multi-links {
            & .TextButton {
                font-size: 1.1rem;
            }
        }

        & a {
            text-decoration: none;
        }

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 15px rgba(0, 0, 0, .5);

            & .teaser-text {
                color: #fff;
                top: 0;
                bottom: 0;
                opacity: 1;
            }
        }

        @media(max-width:500px) {
            max-width: unset;
        }
    }

    &>div:last-child {
        /* Hide last div generated by ipart to avoid spacing issues */
        display: none;
    }
}


.TaggedListPanel.card-carousel:has(.journal-article-card) {
	display:block;
	& .slick-list {
		display:flex;
		padding:1rem 0;
	}
	& .slick-track {
		display:flex;
		
		&:before{
			display:none;
		}
		& .slick-slide.tl-item {
			display:flex;
			height:100%;
			margin-left:1rem;
			margin-right:1rem;
			max-width:unset;
			min-width:unset;

		}
	}
	& .slick-arrow{
		height:30px;
		width:30px;
		z-index:2;
			
		@media(max-width:1170px){
			background-color:white;
			border-radius:100%;
		}
	
	}
	& .slick-prev{
		@media(max-width:1170px){
		left:0;
		}
	}
	& .slick-next{
		@media(max-width:1170px){
		right:0;		
		}
	}
	& .slick-prev:before, 
	& .slick-next:before {
		color:#1a1a1a;
		font-size:30px;
	}
}



/* Fix Menu Toggles on Mobile */
@media(max-width:767px){
	.RadMenu_NSAA .rmSlide .rmExpandRight,
	.RadMenu_NSAA .rmSlide .rmGroup a.rmLink.rmExpandRight {
		background-image:none;
	}
	.RadMenu_NSAA .rmSlide{
		& .rmText.rmExpandRight {
			float:left!important;
		}
		.rmGroup.rmLevel2 {
			background-color:#333;
		}
	}
}