  /*ROTATOR STYLES*/
.rotate-content div {
	display: none;
	height: inherit;
}
.rotate-content img {
		float: left;
		height: calc(25vw/2);
		margin-right: 1rem;
}
.rotate-content .rotate-div {
    	display: none;
    }
.rotate-content .rotate-div span.flex {
    display: flex;
    flex-direction: row;
}
.rotate-content .rotate-div span.flex span.col {
    display: block;
}
.rotate-content .rotate-div span.flex span.col-left {
    display: block;
    width: 20%;
    border: 0 red solid;
    padding: .5rem 1rem 0 0;
}
.rotate-content .rotate-div span.flex span.col-right {
    display: block;
    width: 80%;
    border: 0 white solid;
}
.rotate-content .rotate-div span.flex span.col img {
    width: 100%;
    height: auto;
    /*float: left;
    height: calc(25vw/2);
    margin-right: 1rem;*/
}
/*NO ROTATOR STYLES*/
.no-rotate-content img {
    height: calc(100vw/2);
    margin-right: 1rem;
}
.no-rotate-content .rotate-div span.flex {
    display: flex;
    flex-direction: row;
}
.no-rotate-content .rotate-div span.flex span.col {
    display: block;
}
.no-rotate-content .rotate-div span.flex span.col-left {
    display: block;
    width: 20%;
    border: 0 red solid;
    padding: .5rem 1rem 0 0;
}
.no-rotate-content .rotate-div span.flex span.col-right {
    display: block;
    width: 80%;
    border: 0 white solid;
}
.no-rotate-content .rotate-div span.flex span.col img {
    width: 100%;
    height: auto;
    /*float: left;
    height: calc(25vw/2);
    margin-right: 1rem;*/
}
/*NEW MAIN STYLES*/
.wave_highlevel {
    background-image: url(https://0utwqfl7.cdn.imgeng.in/_images/wave/SU-wave-2.png)!important;
    background-size: 100%;
    bottom: 0;
    height: 15%;
    /*max-height: 16rem;
    min-height: 5rem; */
    position: absolute;
    width: 100%;
    z-index: 1; 
    
}
@media screen and (min-width: 64em) {
   .wave_highlevel {
       height: 12%;
    }
    
}
.global-footer {
    margin-top: 0;
    background-color: #FFF;
}
/*STYLES TO LOCK HEADER AND REDUCE HEIGHT OF VIDEO*/
.homepage-masthead {
    margin-top: 0rem;
    padding-top: 0rem;
    z-index: 0;
    background-color: #fff;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-bottom: 0;
    
    /*max-height: calc(54vw);
    height: calc(52vw);
    max-height: 50rem;*/
}
@media screen and (min-width: 48em) {
    .homepage-masthead {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 64em) {
    .homepage-masthead {
        margin-bottom: 0;
        margin-top: 0rem;
        padding-top: 8rem;
        z-index: 0;
    }
}
@media screen and (min-width: 75em) {
    .homepage-masthead {
        margin-bottom: 0;
    }
}
.homepage-masthead__content-container {
    background-position-y: 0;
    background-size: cover;
    /*height: calc(45vw);
    height: calc(55vw);
    height: calc(50vw);
    max-height: calc(45vw);*/
}
.homepage-masthead__image .video-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #000, #000);
    opacity: 0.4;
}
.container {
    max-width: 100%;
    position: relative;
}
  .main {
    margin: auto;
    max-width: 118.75rem;
}
@media screen and (min-width: 64em) {
    header {
        position: fixed;
        z-index: 10;
    }
    .homepage-masthead__content-container {
        background-position-y: 0;
        background-size: cover;
        /*height: calc(45vw);
        max-height: 50rem;*/
    }
}
/*HOMEPAGE VIDEO CSS UPDATE 9/21/2022 TVS to fix safari issue*/
.academic-spotlight__heading {
    margin-top: 0;
}
@media screen and (min-width: 64em) {
    .academic-spotlight__heading {
        margin-top: 1rem;
    }
    }
.homepage-masthead__image .video-foreground video {
    display: initial;
    position: relative;
    width: 100%;
    z-index: 0;
}
.video-controls {
    position: absolute;
    right: 5%;
    bottom: 20%;
    z-index: 5;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 20;
}
i.play-pause-btn-vimeo {
    display: inline-block; 
}
i.play-pause-btn-vimeo:focus {  
    outline: #ffb220 dotted .125rem;
    border-radius: 50%;
    background-color: transparent;
    height: 2.5125rem;
    width: 2.5125rem;
}
i.play-pause-btn-vimeo svg {
    fill: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
    height: calc(20vw);
    width: calc(20vw);
    max-height: 5rem;
    max-width: 5rem;
}
i.play-pause-btn-vimeo svg:hover {
    fill: rgba(247, 245, 240, 0.9); 
    cursor: pointer;
}
/*NEW HOMEPAGE HEADLINE STYLE*/
.homepage-masthead__headline-wrapper {
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    top: 50%; 
}
.homepage-masthead__headline-wrapper 

@media screen and (min-width: 20em) { .homepage-masthead__headline-wrapper { top: 54%; } }
@media screen and (min-width: 30em) { .homepage-masthead__headline-wrapper { top: 64%; } }
@media screen and (min-width: 40em) { .homepage-masthead__headline-wrapper { top: 66%; } }
@media screen and (min-width: 48em) { .homepage-masthead__headline-wrapper { top: 68%; } }
@media screen and (min-width: 60em) { .homepage-masthead__headline-wrapper { top: 70%; } }
@media screen and (min-width: 64em) { .homepage-masthead__headline-wrapper { top: 70%; } }
@media screen and (min-width: 80em) { .homepage-masthead__headline-wrapper { top: 72%; } }

.homepage-masthead__headline-content {
    color: #FFFFFF;
    max-width: 70%;
    margin: auto;
}
@media screen and (max-width: 40em) {
    .homepage-masthead__headline-content {
        max-width: 90%;
    }
}
@media screen and (max-width: 25em) {
    .homepage-masthead__headline-content {
        max-width: 99%;
    }
}
.homepage-masthead__headline-content .headline1 {
    color: #FFFFFF;
    display: block;
    text-shadow: 0 0 12px rgb(0 0 0 / 75%);
    letter-spacing: 0;
    /*font-size: clamp(.75rem,4vw,3rem);*/
    font-size: clamp(1.025rem,calc(3vw*1.25),3.25rem);
    font-weight: 700;
    letter-spacing: .0025rem;
    line-height: 1.5;
    margin: 0 0 0 0;
    padding: 0;
}
@media screen and (min-width: 64em) { 
    .homepage-masthead__headline-content .headline1 {
        margin: 0 0 -.5rem 0;
    }

}
@media screen and (max-width: 20em) { 
    .homepage-masthead__headline-content .headline1 { 
        font-size:1rem 
    } 
    .homepage-masthead__headline-content {
        max-width: 95%;
    }
}
@media screen and (max-width: 17.5em) { .homepage-masthead__headline-content .headline1 { font-size:.75rem } }

.homepage-masthead__headline-content .headline2 {
    display: block;
    font-size: clamp(.75rem,2.125vw,1.625rem);
    font-weight: normal;
    line-height: 1.5;
    text-shadow: 0 0 6px rgb(0 0 0 / 75%);
    white-space: normal;
}
.homepage-masthead__headline-content .rotate-div .headline2 p {
    font-size: clamp(.75rem,2.125vw,1.625rem);
    font-weight: normal;
    line-height: 1.5;
    text-shadow: 0 0 6px rgb(0 0 0 / 75%);
    white-space: normal;
}

.homepage-masthead__headline-content .headline2 br { position: absolute;} 

@media screen and (min-width: 17.5em) { 
    .homepage-masthead__headline-content .headline2 { margin-bottom: 0; }  
}
@media screen and (min-width: 20em) { 
    .homepage-masthead__headline-content .headline2 { margin-bottom: 0;} 

}
@media screen and (min-width: 25em) { 
    .homepage-masthead__headline-content .headline2 { white-space: normal;} 
}
@media screen and (min-width: 30em) { 
    .homepage-masthead__headline-content .headline2 br { position: relative;} 
}




.homepage-masthead__headline-content .button {
    /*font-size: .75rem;*/
    font-size: clamp(.75rem,1.25vw,1rem);
    margin-top: .5rem;
    height: auto;
    padding: 0;
    width: 50%;
    position: relative;
    /*background-color: #fff;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .125rem solid #6a0000;
    /*color: #8a0000;
    font-size: 1rem;*/
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 0 rgb(0 0 0 / 0);
    transition-property: background-color,border-color,color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    padding: 0 1.5rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.625rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 15rem;
    /*width: 100%*/        
}
.homepage-masthead__headline-content .button-maroon:visited {
    border: .125rem solid #6a0000;
}
@media screen and (max-width: 48em) {
    .homepage-masthead__headline-content .button {
        height: 1.75rem;
        max-width: 35%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 40em) { .homepage-masthead__headline-content .button { font-size:.75rem; max-width: 40%; } }
@media screen and (max-width: 30em) { .homepage-masthead__headline-content .button { font-size:.625rem; max-width: 65%; } }
@media screen and (max-width: 20em) { .homepage-masthead__headline-content .button { font-size:.625rem; max-width: 100%; } }
@media screen and (max-width: 20em) { .homepage-masthead__headline-content .button { font-size:.5rem; max-width: 100%; } }


.homepage-masthead__headline-content .button:hover {
    border-color: #6a0000;
    /*color: white;
    background-color: #8a0000;*/
}
@media screen and (min-width: 64em) {
    .homepage-masthead__headline-wrapper {
        
        
    }
    .homepage-masthead__headline-content .button {
        /*font-size: 1rem;*/
        margin-top: 1rem;
        height: 3rem;
        padding: 0;
        max-width: 15rem;
    }
    /*.homepage-masthead__headline-content .headline1 {
        font-size: clamp(1.5rem,5.5vw,3rem);
    }*/


}
/*END NEW HOMEPAGE HEADLINE*/
  /*NEW APPLY/VISTI/INFO BUTTONS*/
  .buttons-apply-visit-info {
    margin-top: 0;
    margin-bottom: 4.5rem;
}
.buttons-apply-visit-info .global-footer__container {
    background-color: #f0eeea;
    padding: 3rem 0 1.5rem 0;
}
.global-footer__focus-links {
    background-color: #f0eeea;
    margin-top: 0;
}
.global-footer {margin-top: 0/*6rem*/; padding-top: 6rem}
.footer-top {display: none;}
/*END NEW APPLY/VISTI/INFO BUTTONS*/

/*NEW STATS STYLE*/
.academic-spotlight { box-shadow: none; }
.stats { box-shadow: none; padding: 0 0 0 0;}
.newstats .stats {margin: auto; z-index: 2; padding-bottom: 2rem }
.newstats .stats:after { 
    background-color: #f0eeea;
    content: "";
    bottom: -0.625rem;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
 }
.newstats .stats__list {
    background-color: #FFF;
    box-shadow: 0 1.25rem 0 -0.625rem #e2ded7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
    padding: 2rem 0 2rem 0;
}
/*.newstats .stats__list:before {
    background-color: #e2ded7;
    content: "";
    margin: 0 auto;
    bottom: 0;
    display: block;
    left: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}*/
.newstats .stats__list:after {
    background-color: #fff;
    content: "";
    margin: 0 auto;
    bottom: 0;
    display: block;
    left: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.newstats .stats__item {
    text-align: center;
    padding: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
/*
.newstats .stats__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 0 0 0;
}
@media screen and (min-width: 64.1em) {
    .newstats .stats__item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
*/
.newstats .stats__content {
    padding: 0 1.75rem;
    grid-template-columns: 10rem auto;
}
.newstats .new-stats__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    margin: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 0;
    width: 100%;
    max-width: 14rem;
    min-width: 12rem;
}
.newstats .new-stats__content span {		
    line-height: 1.5;
}
.newstats .stats__line1 {
    color: #8a0000;
    display: block;
    font-size: .75rem;
    font-weight: normal;
    grid-column: auto;		
    margin: 0 0 -1.125rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line2 {
    color: #8a0000;
    display: block;
    font-size: 3.25rem;		
    font-weight: bold;		
    grid-column: auto;		
    margin: 0 0 -.9rem 0;
    margin: 0 0 -.75rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line3 {
    color: #8a0000;
    display: block;
    text-align: center;
    grid-column: auto;		
    margin: 0 0 -.5rem 0;
    margin: 0 0 -.33rem 0;
    padding: 0;
    text-transform: capitalize;
}
.newstats .stats__line4 {
    color: #ffb220;
    display: block;
    font-size: 1.25rem;
    font-size: clamp(1rem,1.5vw,1.25rem);
    font-weight: bold;
    grid-column: auto;		
    letter-spacing: .125rem;	
    margin: 0 0 -.5rem 0;
    margin: 0 0 -.33rem 0;
    padding: 0;
    text-align: center;
}
.newstats .stats__line4 .circle-bullet {
    fill: #ffc420;
    height: .325rem;
    width: .325rem;
    margin: .25rem .275rem;
    padding: 0;
}
.newstats .stats__line5 {
    display: block;
    font-size: .8rem;
    grid-column: auto;		
    margin: 0;
    min-height: 3.5rem;
    padding: 0;
    text-align: center;
    
}
/*END NEW STATS STYLE*/
/*
.video-controls {
    position: absolute;
    left: 0;
    bottom: 0%;
    margin-top: 0;
    z-index: 50;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
}
.video-controls i.play-pause-btn-vimeo {height: 100%; width: 100%; z-index: 50;}
.video-controls i.play-pause-btn-vimeo svg { fill: white; }
.video-controls i.play-pause-btn-vimeo svg:hover { fill: white; fill-opacity: 50%; cursor: pointer;}
.video-controls i.play-pause-btn-vimeo svg.icon-video-pause-hp {height: 100%; width: 100%;}
.video-controls i.play-pause-btn-vimeo svg.icon-video-play-hp {height: 100%; width: 100%;}*/
/*.video-controls i.play-pause-btn-vimeo svg use { width: 100%; height: 100%}*/

/**/
/*
.homepage-masthead__headline {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

.homepage-masthead__headline span {
    font-size: clamp(2rem,4vw,3.5rem);
}

*/
.hideicon {
    display: none;
}
@media screen and (min-width: 30em) {
    /*480px | 30em 
}
@media screen and (min-width: 32em) {
    /*512px | 32em 
}
@media screen and (min-width: 33.75em) {
    /*540px | 33.75em 
}
@media screen and (min-width: 40em) {
    /*640px | 40em */

}
@media screen and (min-width: 42.5em) {
    /*680px | 42.5em */
    /*i.play-pause-btn-vimeo svg {
        color: rgba(255, 255, 255, 0.5);
        height: 5rem;
        width: 5rem;
        margin: 0;
        padding: 0;
    }*/
        /*i.play-pause-btn-vimeo:focus {  
        outline-width: .0625rem;
        outline-style: solid;
        outline-color: white;
        border-radius: .25rem;
        background-color: transparent;
        background-image: radial-gradient(transparent 50%, black 100%, transparent 50%);
        
    }*/
    /*.homepage-masthead__content-container {
        background-position-y: 0;
        background-size: cover;
        /*ADDED 6/10/2022 TVS
        height: calc(55vw); max-height: 950px;
    }*/
    /*.homepage-masthead__image .video-background::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #000, #000);
        opacity: 0.2;
    }*/   
    .homepage-masthead__image .video-background img {
        display: none;
    }
    .homepage-masthead__image {
        border: 0px solid blue;
        /*height: calc(100vw * 0.45);*/
        height: auto;
        margin: auto;
        position: relative;
        width: 100%;
        z-index: 0;
    }
    .homepage-masthead__image .video-foreground video {
        display: initial;
        position: relative;
        width: 100%;
    }
    .play-pause-btn-vimeo {
        padding: 0;
        margin: 0;
    }
    .play-pause-btn-vimeo svg {
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        padding: 0;
    }
    .video-foreground {
        position: relative;
        width: 100%;
        height: auto;
        z-index: -1;

    }
    .video-foreground video {
        width: 100%;
        height: auto;
    }
    /*.homepage-masthead__headline {
        width: 100%;
        text-align: center;
        margin: auto;
    }*/
    .homepage-masthead__caption {
        background-image: none;
    }
} 
@media screen and (min-width: 48em) {
    /*768px | 48em */
}
@media screen and (min-width: 50.75em) {
    /*812px | 50.75em */
}
@media screen and (min-width: 60em) {
    /*960px | 60em */
}

@media screen and (min-width: 64em) {
    /*1024 | 64em */
}

@media screen and (min-width: 105em) {
    /*1680px | 105em */
}
@media screen and (min-width: 120em) {
    /*1920px | 120em */
}
@media screen and (min-width: 128em) {
    /*2048px | 128em */
}
@media screen and (min-width: 140em) {
    /*2240px | 140em*/
}
@media screen and (min-width: 160em) {
    /*2560px | 160em */
}
/*REMOVE academic-spotlight TOP PADDING 10/28/2021*/
.academic-spotlight {
    padding-top: 0;
} 
/*/////////////////////////////////////////////////////////////
NEW FACULTY SPOTLIGHT SLIDER CSS 10/28/2021
///////////////////////////////////////////////////////////////*/
.faculty-spotlight .lSSlideWrapper {
    overflow: hidden;
}

.faculty-spotlight__heading {
    font-size: clamp(1.25rem, 3vw, 2.25rem);
}
.faculty-spotlight__content {
    padding: 0 0 3.5rem 0;
}
/*/////////////////////////////////////////////////////////////
3/9/2023 TVS fix home page accessibilyt text contrast issues
/////////////////////////////////////////////////////////////*/
.faculty-spotlight__content .cta-link {
    color: #2B5372;
}
.faculty-spotlight__content .cta-link svg {
    color: #2B5372;
}
.faculty-spotlight__content .cta-link:visited {
    color: #124465;
}
.faculty-spotlight__content .cta-link:active,.faculty-spotlight__content .cta-link:focus,.faculty-spotlight__content .cta-link:hover {
    color: #082b42; /*#144c71*/
    text-decoration: none
}
.faculty-spotlight__content .cta-link:active svg,.faculty-spotlight__content .cta-link:focus svg,.faculty-spotlight__content .cta-link:hover svg {
    color: #082b42; /*#144c71*/
}
/**/
.fx-callout--maroon .fx-callout__heading {
    color: #FFD257;/* #ffc420*/
}
.fx-callout--maroon .fx-callout__cta-link {
    color: #FFD257;/* #ffc420*/
}
.fx-callout--gold .fx-callout__heading, .fx-callout--white .fx-callout__heading {
    color: #7a0000; /*#8a0000*/
}
.fx-callout--gold .fx-callout__cta-link, .fx-callout--white .fx-callout__cta-link {
    color: #7a0000; /*#8a0000*/
}
/**/
.su-media__column .cta-link {
    color: #2B5372;
}
.su-media__column .cta-link svg {
    color: #2B5372;
}
.su-media__column .cta-link:visited {
    color: #124465;
}
.su-media__column .cta-link:active,.su-media__column .cta-link:focus,.su-media__column .cta-link:hover {
    color: #082b42; /*#144c71*/
    text-decoration: none
}
.su-media__column .cta-link:active svg,.su-media__column .cta-link:focus svg,.su-media__column .cta-link:hover svg {
    color: #082b42; /*#144c71*/
}
/*//////////////////////////////////////////*/
@media screen and (max-width: 64em) {
    .faculty-spotlight__content {
        min-height: 22rem;
    }
}
.faculty-spotlight__content div.textpos_right,
div.imgpos_right {
    width: 100%;
    float: none;
    margin-top: 0;
    padding: 0;
}
.faculty-spotlight__content div.textpos_right {
    padding: 0 .5rem;
}
.faculty-spotlight__content div.textpos_left,
div.imgpos_left {
    width: 100%;
    float: none;
    margin-top: 0;
    padding: 0;
}
.faculty-spotlight__content div.imgpos_right,
div.imgpos_left {
    margin-top: 2rem;
} 
.faculty-spotlight .quote .quote__long-quote {
    font-size: clamp(0.85rem, 1.5vw, 1.5rem);
    line-height: 1.5;
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0;
}
@media screen and (min-width: 48em) {
    .faculty-spotlight__slide, .faculty-spotlight__slider {
        min-height: initial;
    }
}
@media screen and (min-width: 40em) {
    /*640px | 40em */
    .faculty-spotlight .quote .quote__long-quote {
        margin: 0 0 2.5rem;
        padding: 1.25rem 0 0;
    }
        .faculty-spotlight__content {
        padding: 1rem 3rem 1rem 3rem;
    }
    .faculty-spotlight__content div.textpos_right {
        padding-left: 2rem;
        margin-top: 2rem;
        padding-right: 2rem;
    }
    .faculty-spotlight__content div.textpos_left {
        padding-right: 2rem;
    }
    .faculty-spotlight__content div.textpos_right,
    div.imgpos_right {
        width: 50%;
        float: right;
    }
    .faculty-spotlight__content div.textpos_left,
    div.imgpos_left {
        width: 50%;
        float: left;
    }
    .faculty-spotlight__content div.imgpos_right,
    div.imgpos_left {
        margin-top: 0;
    }
}
.faculty-spotlight .lSSlideOuter {
    position: relative;
} 
.lSAction {margin-top: 2rem;}
.lSAction > a {
    display: block;
    height: 1.5rem;
    top: 90%;
    width: 0.5rem; 
    /*background-image: url('/_files/css/img/controls.png');*/
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s; 
    /*border: 1px solid black;*/
}
.lSAction > a:hover {
    opacity: 0.75;
}
.lSAction > .lSPrev {
    background-image: url("/_images/wave/homepage/arrow-left.png");/*e2ded7.png*/
    background-position: 0 0;
    background-size: contain;
    left: 40%;
}
.lSAction > .lSNext {
    background-image: url("/_images/wave/homepage/arrow-right.png");/*e2ded7.png*/
    background-position: 0 0;
    background-size: contain;
    right: 40%;
}
.lSAction > a.disabled {
    pointer-events: none;
}
@media screen and (min-width: 40em) {
    /*640px | 40em */
    .lSAction > a {
        height: 5rem;
        top: 20%;
        width: 1.75rem;
    }
    .lSAction > .lSPrev {
        left: 0;
        background-image: url("/_images/wave/homepage/arrow-left.png");
    }
    .lSAction > .lSNext {
        right: 0;
        background-image: url("/_images/wave/homepage/arrow-right.png");
    }
}