#banner-slider .caption h5, 
div.acc-hero-banner .acc-hero-banner--content h5.acc-subtitle, 
h1.csu-slogan.course-name > span.smaller-banner,
div.logo-font.csu-sub-slogan {
    background: #FFF;
    font-family: "Basis Grotesque Regular" !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    max-width: max-content !important;
    max-width: moz-max-content !important;
    width: -moz-fit-content;
    padding: 0.50em 1em 0 10px !important;
    box-shadow: 0.50em 0 0 #FFF,-0.50em 0 0 #FFF;
    box-decoration-break: clone;
    line-height: 2.0 !important;
    margin-left: -7px;
    margin-bottom: 0;
    color:#222222;
    /*4px to add gap between top line and body of banner text */
}

#banner-slider .caption h3, 
div.acc-hero-banner .acc-hero-banner--content h3.acc-title,
h1.csu-slogan.course-name {
    font-family: "Basis Grotesque Regular" !important;
    font-size: 39px !important;
    background: #FFF;
    font-weight: 400 !important;
    text-shadow: none !important;
    max-width: max-content;
    display: block;
	padding: 0.02em 0em 0.19em 0 !important;
    box-shadow: 0.50em 0 0 #FFF,-0.50em 0 0 #FFF;
    box-decoration-break: clone;
    line-height: 1.2 !important;
    color:#222222;
    /*1.9 gives good gap between lines*/
}
.csu-slogan.course {
    margin-top: 160px;
}

#banner-slider.slider .indicators {

    bottom: 20px;
    z-index: 3;
    display: none;
}

#banner-slider.slider .slides li .caption {max-width: 1240px; }

@media (max-width: 992px) {
    #banner-slider .caption h3, 
    div.acc-hero-banner .acc-hero-banner--content h3.acc-title,
    h1.csu-slogan.course-name {
        font-size: 30px !important; 
    }
}

@media (max-width: 480px) {  
    #banner-slider .caption h5, 
    div.acc-hero-banner .acc-hero-banner--content h5.acc-subtitle, 
    h1.csu-slogan.course-name > span.smaller-banner,
    div.logo-font.csu-sub-slogan {
        line-height: 1.4 !important;
    }
    #banner-slider .slider-control {
        bottom: 40px;
    }
    .csu-slogan.course {
        margin-top: 60px;
    }
    .smaller-banner {
        display: inline;
    }
}

@media all and (min-width: 0) and (max-width: 960px) and (orientation: landscape) { 
    #banner-slider.slider .slides li .caption {
        top: 50px;
    }
}
