/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*! END normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Libre Franklin", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: maroon;
    font-weight:500;
}

h2 {
    font-size: clamp(1.5rem, 2.5rem, 1.875rem);
}
h3 {
    font-size: clamp(1.25rem, 2rem, 1.75rem);
}

/*HEADER*/
header {
    background-color: #8a0000;
    margin: auto;
    width: 100%;
    max-width: 118.75rem;
    text-align: center;
    padding: 1rem 0 .5rem 0;
    height: 3rem;
}

/*
header img {
    max-width: 5rem;
    margin: 0;
}
*/
header {
    min-height: 3rem;
}

header h1 {
    color: #f7c55a;
    font-size: clamp(1.125rem, 2vw, 1.625rem);
    font-weight: 300;
    margin: -.25rem 0 0 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

header h1 img {
    height: 1.5rem;
    width: auto;
    margin-bottom: -.25rem;
}

header h1 span {
    font-weight: bold;
}

header h1 a { 
    color: rgba(247, 197, 90, 1);
    text-decoration: none;
    transition: color 375ms ease-in-out;
    height: 44px;
    display: inline-block;
}

header h1 a:hover  { 
    color: rgba(247, 197, 90, .75);
    /*text-shadow: 1px 1px 5px #f7c55a;*/
}


.mobile-trigger {
    display: none;
}
@media screen and (max-width: 58.25em) {

}

@media screen and (max-width: 48em) {
    header {
        max-width: 100%;
        min-height: auto;
    }
}
@media screen and (max-width: 42em) {
    header h1 {
        text-align: left;
        padding-left: .5rem;
    }
    .mobile-trigger {
        position: absolute;
        display: block;
        right: .5rem;
        top: .5rem;
        background-color: transparent;
    }

    .mobile-trigger label {
        display: inline-block;
        color: white;
        background: transparent;
        font-style: normal;
        font-size: 1.5rem;
        padding: 0;
        transition: color 375ms ease-in-out;
    }

    .mobile-trigger label:hover {
        color: #f7c55a;
        cursor: pointer;
    }


}

/*TOP NAVIGATION*/
.drop-nav {
    background-color: #8a0000;
    text-align: center;
    width: 100%;
    max-width: 118.75rem;
    margin: auto;
    position: relative;
    z-index: 1000;
}

.drop-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drop-nav ul li {
    display: inline-block;
    color: white;
    font-size: clamp(1rem, 2vw, 1.5rem);
    text-transform: uppercase;
    margin: 2rem 6rem .75rem 6rem;
    /*6rem*/
    margin: 2rem 6% .75rem 6%;
    /*6rem*/
    font-weight: 500;
    text-decoration: none;
}

.drop-nav ul li span {
    display: inline-block;
    width: 100%;
}

.drop-nav ul li span:hover,
.drop-nav ul li:hover span {
    color: #f7c55a;
    cursor: pointer;
}

.drop-nav ul li div {
    display: none;
    list-style: unset;
    text-align: center;
    margin: 0 0 0 0;
    padding: .75rem 0 0 0;
    background-color: maroon;
    min-width: 200px;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
}

.drop-nav ul li:first-child div {
    margin-left: -3rem
}

.drop-nav ul li:nth-child(2) div {
    margin-left: -2.5rem
}

.drop-nav ul li:nth-child(3) div {
    margin-left: -1.75rem
}

.drop-nav ul li div span {
    display: block;
    color: #808080;
    background-color: white;
    margin: 0;
    padding: .25rem .5rem;
    text-transform: none;
    border-bottom: 1px #d5d5d5 solid;
    background-color: white;
}

.drop-nav ul li div span:last-child {
    border: 0;
}

.drop-nav ul li div span a {
    display: inline-block;
    width: 100%;
    color: #808080;
    text-decoration: none;
    background-color: white;
    font-size: clamp(.9375rem, 2vw, 1.125rem);
    letter-spacing: -.03125rem;
}

.drop-nav ul li div span:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8a0000;
}

.drop-nav ul li div span:hover a {
    color: #fff;
    text-decoration: none;
    background-color: #8a0000;
}

.drop-nav ul li div.isopen {
    display: block;
}
@media screen and (max-width: 48em) {
    .drop-nav {
        margin: -.125rem 0 0 0;
    }
}

@media screen and (max-width: 42em) {
    .drop-nav {
        display: none;
        margin: 0;
        padding: 0;
    }

    .drop-nav ul li {
        display: block;
        width: 100%;
        padding: 1rem;
        margin: 0;
        text-align: left;
    }

    .drop-nav ul li div {
        position: relative;
    }

    .drop-nav ul li:first-child div {
        margin: 0
    }

    .drop-nav ul li:nth-child(2) div {
        margin: 0
    }

    .drop-nav ul li:nth-child(3) div {
        margin: 0
    }
}
/*MAIN*/
main {
    width: 100%;
    max-width: 118.75rem;
    margin: auto;
}

/*MASTHEAD SECTION*/
.masthead {
    position: relative;
    max-width: 118.75rem;
    min-height: 50rem;
    height: auto;
    max-height: 42vw;
    overflow: hidden;
    margin: 0 auto -6vw auto;
    padding: 0;
}
.masthead .hundred-years-logo {
    height: 25vw;
    position: absolute;
    z-index: 250;
    padding: 0;
    top: 5vw;
    width: 100%;
    background-color: transparent;
    max-width: 118.75rem;
    text-align: center;
}
.masthead .hundred-years-logo:hover {
    cursor: pointer;
}

.masthead .hundred-years-logo .centennial-logo {
    position: relative;
    width: 30vw;
    height: 25vw;
    fill: white;
    color: white;
}


.masthead .video-foreground {
    width: 100%;
    height: auto;
    margin-top: -5vw
}
.masthead .video-foreground video {
    width: 100%;
    height: auto;
}

.video-controls {
    position: absolute;
    right: 5%;
    top: 30vw;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    z-index: 200;
}
.video-controls i.play-pause-btn-vimeo {
    display: inline-block; 
}
.video-controls i.play-pause-btn-vimeo:focus {  
    outline: #ffb220 dotted .125rem;
    border-radius: 50%;
    background-color: transparent;
    height: 2.5125rem;
    width: 2.5125rem;
}
.video-controls i.play-pause-btn-vimeo svg {
    fill: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
    height: 10vw;
    width: 10vw;
    max-height: 5rem;
    max-width: 5rem;
}
.video-controls i.play-pause-btn-vimeo svg:hover {
    fill: rgba(247, 245, 240, 0.9); 
    cursor: pointer;
}
.video-controls .hideicon {
    display: none;
}

@media screen and (max-width: 93.75em) {
    .masthead {
        min-height: auto;   
    }
}
@media screen and (max-width: 80em) {

}
@media screen and (max-width: 60em) {

}
@media screen and (max-width: 48em) {

    .masthead {
        min-height: auto;
        max-height: 48vw;
    }
    .masthead .hundred-years-logo {
        top: 10vw;
    }
}
@media screen and (max-width: 42em) {
    .masthead {
        margin: 0 auto -3rem auto;
    }
    .masthead .hundred-years-logo {
        width: 25vw;
        height: auto;
        padding: 0;
        margin: 0 auto;
        left: 35%;
        background-color: transparent;

    }

}
/*BREADCRUMBS*/
.breadcrumbs {
    max-width: 118.75rem;
    width: 100%;
    padding: 0 10%;
    margin: 0 auto 1rem auto;
    position: relative;
    z-index: 200;
}
.breadcrumbs a svg.icon-home {
    fill: #8a0000;
    color: #8a0000;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0 0 -.25rem 0;
    padding: 0;
    display: inline-block;
}
.breadcrumbs span {
    display: inline-block;
    padding: 0 .25rem;
    font-size: 1.25rem;
}
.breadcrumbs a {
    color: maroon;
}
.breadcrumbs a:hover {
    color: black;
}
@media screen and (max-width: 42em) {
    .breadcrumbs {
        display: none;
    }
}
/*SALISBURY FOREVER*/
.salisbury-forever {
    max-width: 118.75rem;
    width: 100%;
    position: relative;
    z-index: 100;
    margin-bottom: 3rem;
}

.salisbury-forever .su-wave {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto -12% auto;
    background-image: linear-gradient(180deg, transparent, transparent, #ffffff, #ffffff);

}

.salisbury-forever .su-wave img {
    width: 100%;
    height: auto;
}

.salisbury-forever div:nth-child(2) {
    background-color: white;
    color: #111111;
    margin-top: .5rem;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 0 15%;
}

.salisbury-forever h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.salisbury-forever p {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

@media screen and (max-width: 64em) {
    .salisbury-forever {
        max-width: 100%;
    }
    .salisbury-forever div:nth-child(2) {
        padding: 0 5%;
    
    }
    
}

@media screen and (max-width: 48em) {
    .salisbury-forever div:nth-child(2) {
        padding: 0 5%;
    
    }
}

@media screen and (max-width: 42em) {
    .salisbury-forever {
        margin-bottom: 1rem;
    }

    .salisbury-forever div:nth-child(2) {
        padding: 0 1rem;
        text-align: left;

    }
    .salisbury-forever .su-wave {
        
        margin-bottom: -10%;

    }
}

/*PRESIDENT QUOTE SECTION*/
.president-quote {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 118.75rem;
    background-color: #F0ECE9;
    background-image: url('../_images/lepre-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 3rem 20%;
    margin: 0 auto 3rem auto;

}

.president-quote div {
    font-size: 1rem;
    max-width: 118.75rem;
    margin: auto;
    padding: 0;
}

.president-quote div:first-child {
    font-style: italic;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    flex-basis: 65%;
    font-family: 'Baskerville Old Face', 'Times New Roman', Times, serif;
    text-align: right;
    color: #666;
    padding: 0 2rem 0 0;

}

.president-quote div:nth-child(2) {
    padding: 0 0 0 2rem;
    flex-basis: 35%;
    color: black;
}

.president-quote div:nth-child(2) img {
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0;
}

.president-quote div:nth-child(2) .phototext {
    font-size: 1rem;
}

.president-quote div:nth-child(2) .phototext span {
    display: block;
}

.president-quote div:nth-child(2) .phototext span:nth-child(2) {
    font-size: .75rem
}
@media screen and (max-width: 64em) {

    .president-quote {
        padding: 3rem 5%;
    }
    .president-quote div:first-child {
        padding: 0 1rem 0 0;
    }
    .president-quote div:nth-child(2) {
        padding: 0 0 0 1rem;
    }
}

@media screen and (max-width: 42em) {
    .president-quote {
        display: block;
        padding: 0 0 1rem 0;
        margin: 0;
    }

    .president-quote div:first-child {
        padding: 1rem;
        text-align: left;
    }

    .president-quote div:nth-child(2) {
        padding: 0;
        text-align: center;
    }

    .president-quote div:nth-child(2) img {
        width: 50vw;
        height: auto;
        margin: auto;
        min-width: 18rem;
        max-width: 30rem;
    }

    .president-quote div:nth-child(2) .phototext {
        padding: .5rem;

    }

}

/*SEA GULL FOR LIFE SECTION*/
.seagull-for-life {
    position: relative;
    margin: 3rem 0;
    background-color: #F0ECE9;
    padding: 2rem 0;
    width: 100%;
}

.seagull-for-life h2 {
    text-align: center;
}

.carousel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: transform 1s ease;
}

.carousel-container {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-slide {
    width: 100%;
    flex: 0 0 100%;
}
.carousel-slide h2 {
    margin: 0 auto;
    padding: 0;
}

.carousel-slide .flex {
    flex: 0 0 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.carousel-slide .flex div:first-child {
    flex-basis: 50%;
    padding: 5% 1.5rem;
}

.carousel-slide .flex div:nth-child(2) {
    flex-basis: 50%;
    margin: 0 0 0 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 50%;
}
.carousel-slide .flex div:nth-child(2) p {
    font-size: clamp(.9375rem, 1.5vw, 1.25rem);
    font-style: italic;
    line-height: 1.65;
    color: #666;
    margin: 0 auto;
    padding: 0;

}
.buttons {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 50%;
}

.prevbutton,
.nextbutton {
    display: block;
    width: 1.125rem;
    font-size: 5rem;
    overflow: hidden;
    color: #898586;
    transition: color 375ms ease-in-out;
}

.prevbutton:hover,
.nextbutton:hover {
    cursor: pointer;
    color: maroon;
}

.prevbutton {
    float: left;
}

.nextbutton {
    float: right;
}

@media screen and (max-width: 85.375em) {
    .carousel-container {
        width: 80%;
    }
    .buttons {
        width: 90%;
        left: 5%;
        bottom: 40%
    }

}
@media screen and (max-width: 75em) {
    .carousel-container {
        width: 75%;
    }
    .carousel-slide .flex div:nth-child(2) {
        margin-left: 0;
    } 
    .carousel-slide .flex div:nth-child(2) p {
        line-height: 1.5;
    }
    .buttons {
        width: 90%;
        left: 5%;
        bottom: 40%
    }
   
}
@media screen and (max-width: 64em) {
    .carousel-slide .flex div:nth-child(2) {
        margin-left: 0;
    }    
    .carousel-slide .flex div:nth-child(2) p {
        padding: 0;
    }
    .buttons {
        width: 90%;
        left: 5%;
        bottom: 40%;
    }    

}
@media screen and (max-width: 48em) {
    .carousel-container {
        width: 90%;
    }
    .carousel-slide .flex {
        display: block;
    }
    .carousel-slide .flex div:first-child {
        margin: 0;
        padding: 5% 15% 0 15%;
    }
    .carousel-slide .flex div:nth-child(2) {
        margin: 0;
        padding: 1rem 15% 0 15%;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        max-width: 100%;        
    }
    .carousel-slide .flex div:nth-child(2) p {
        font-size: 1rem;
    }
    .buttons {
        position: absolute;
        width: 90%;
        left: 5%;
        bottom: 30%;
        padding: 0 .5rem;
        margin: 0;
    }
    
}

@media screen and (max-width: 42em) {
    .seagull-for-life {
        margin: 0;
        padding: 1rem 1rem;
    }

    .carousel-container {
        width: 100%;
    }

    .carousel-slide .flex {
        display: block;
        width: 100%;
    }

    .carousel-slide .flex div {
        padding: .25rem .5rem;
    }
    .carousel-slide .flex div:first-child {
        padding: 0rem 5%;
    }
    
    .carousel-slide .flex div:nth-child(2) {
        margin-top: 2rem;
        padding: 0 3rem;
    }

    .carousel-slide .flex div:nth-child(2) p {
        padding: 0;
    }

    .buttons {
        bottom: 30%;
        width: 99%;
        left: 0;
    }

}

/*OUR STORIES SECTION*/
.stories-header {
    position: relative;
    z-index: 200;
}
.stories-header h1 {
    text-align: center;
    margin: 0 auto;
    padding: .5rem 0 0 0;
}
.stories-header .text-home {
    max-width: 87rem;
    margin: 0 auto;
    padding: .25rem 0;
    text-align: center;
    font-size: clamp(1.025rem, 1.75vw, 1.25rem);
}
@media screen and (max-width: 64em) {
    .stories-header .text-home {
        max-width: unset;
        margin: 0 auto;
        padding: .25rem 2rem .25rem 2rem;
        text-align: center;
    }
}

.stories {
    background-color: #F2EFEA;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2rem 0 1rem 0;
    width: 100%;
    max-width: 118.75rem;
    margin: auto;
}

.stories h1 {
    text-align: center;
    margin: 0 auto;
    padding: .5rem 0 0 0;
}
.stories h2 {
    text-align: center;
    margin: 0 auto;
    padding: .5rem 0 0 0;
}
.stories .text {
    max-width: 52rem;
    margin: 0 auto;
    padding: .25rem 5% 0 5%;
    text-align: center;
    font-size: clamp(.9375rem, 1.75vw, 1.125rem);
}

.stories .text .tagline {
    font-style: italic;
    padding: .25rem 0;
}

.stories .text a {
    font-weight: bold;
    color: black;
    text-decoration: none;
    transition: color 375ms ease-in-out;
    height: 44px;
    display: inline-block;
}

.stories .text a:after {
    content: ' \25BA';
    left: .25rem;
    position: relative;
    transition-property: left;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    border: 0;
    background-image: none;
    background-color: transparent;
    color: black;
}

    .stories .text a:hover {
        color: maroon;
    }
    .stories .text a:hover::after {
        left: .5rem;
    }
        
.stories .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 1rem 0;
    padding: 0 10%;
    background-color: transparent;
}

.stories .flex .col1 {
    background-color: #ffffff;
    flex-basis: 33%;
    margin: 1rem .5rem 1rem 0;
    box-shadow: 0 .25rem .25rem grey;
    padding: .5rem;
}

.stories .flex .col2 {
    background-color: #ffffff;
    flex-basis: 33%;
    margin: 1rem .5rem;
    box-shadow: 0 .25rem .25rem grey;
    padding: .5rem;
}

.stories .flex .col3 {
    background-color: #ffffff;
    flex-basis: 33%;
    margin: 1rem 0 1rem .5rem;
    box-shadow: 0 .25rem .25rem grey;
    padding: .5rem;
}

.stories .flex div .image {
    width: 100%;
}

.stories .flex div .text {
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.stories .flex div .text .mystory {
    font-size: clamp(1rem, 1.75vw, 1.25rem);
    color: #8a0000;
    padding: .125rem 0;
}

.stories .flex div .text .name {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 500;
    color: #8a0000;
    border-bottom: .0125rem #FCB829 solid;
}

.stories .flex div .text .descr {
    font-size: clamp(.9375rem, 1.5vw, 1.0125rem);
    min-height: 9rem;
}

.stories .flex div .text .readmore {
    margin: 1rem 0;
}

.stories .flex div .text .readmore a {
    border: .0125rem #8a0000 solid;
    background-color: white;
    color: #8a0000;
    font-size: clamp(.9375rem, 1.75vw, 1.0625rem);
    font-weight: 600;
    padding: .75rem 1.25rem 2.25rem 1.25rem;
    text-decoration: none;
    transition: color 375ms ease-in-out, background-color 375ms ease-in-out;
}

.stories .flex div .text .readmore a:after {
    content: '';
}

.stories .flex div .text .readmore a:hover {
    background-color: #8a0000;
    color: white;
}
@media screen and (max-width: 64em) {
    .stories .flex {
        padding: 0 1%;
    }
}
@media screen and (max-width: 48em) {
    .stories .text {
        padding: .25rem 2%;
    }
    .stories .flex {
        padding: 0 2%;
    }
    .stories .flex div .text {
        width: 100%;
        text-align: left;
        padding: .5rem;
    }
    .stories .flex div .text .descr {
        min-height: 10rem;
    }
    .stories .flex div .text .descr p {
        padding: 0;
        margin: .25rem 0;
    }
}
@media screen and (max-width: 42em) {
    .stories .text {
        padding: 0 .5rem;
    }

    .stories .flex {
        display: block;
        margin: 0;
        padding: 0;
    }

    .stories .flex .col1,
    .stories .flex .col2,
    .stories .flex .col3 {
        width: 100%;
        margin: 0;
        padding: 1rem 0;
    }

    .stories .flex div .text .descr {
        font-size: clamp(.875rem, 1.75vw, 1.125rem);
        min-height: unset;
    }

}

/*EXPLORE OUR HISTORY*/
.explore {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 118.75rem;
}

.explore .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto;
    padding: 0;
    background-color: transparent;
    width: 100%;
    max-width: 85rem;
    max-height: 30rem;
    border: 0 solid red;
}

.explore .flex div {
    flex-basis: 50%;
}

.explore .flex div:first-child {
    padding: 4rem 0;
    background-color: #E1DDD4;
}

.explore .flex div:first-child h2 {
    font-size: clamp(1.5rem, 2.25rem, 1.875rem);
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.explore .flex div:first-child p {
    text-align: center;
    max-width: 76%;
    margin: 1rem auto;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.explore .flex div:first-child a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: color 375ms ease-in-out;
}

.explore .flex div:first-child a:after {
    content: ' \25BA';
    left: .25rem;
    position: relative;
    transition-property: left;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;}

.explore .flex div:first-child a:hover {
    color: maroon;
}
.explore .flex div:first-child a:hover::after {
    left: .5rem;
}
        
.explore .flex div:nth-child(2) {
    text-align: right;
    padding: 0;
    background-color: #E1DDD4;
}

.explore .flex div:nth-child(2) img {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 64em) {
    .explore {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .explore .flex {
        width: 100%;
        max-width: 100%;
        max-height: unset;
    }
    .explore .flex div:first-child {
        padding: 2.5rem 0;
    }
    .explore .flex div:first-child p {
        max-width: 82%;
    }
    .explore .flex div:nth-child(2) {
        text-align: right;
        padding: 0;
        background-color: #E1DDD4;
    }
    
    .explore .flex div:nth-child(2) img {
        height: 100%;
        width: 100%;
    }
        

}
@media screen and (max-width: 48rem) {
    .explore .flex {
        display: block;
        max-height: unset;
    }
    .explore .flex div:first-child {
        padding: 1rem 0;
    }
    .explore .flex div:first-child p {
        max-width: 75%;
    }
    .explore .flex div:nth-child(2) img {
        height: auto;
        width: 100%;
    }

}

@media screen and (max-width: 42em) {
    .explore .flex {
        display: block;
        margin: 0;
        padding: 0;
        max-height: unset;
    }

    .explore .flex div:first-child {
        padding: 1rem;
    }

    .explore .flex div:first-child p {
        max-width: 100%;
        padding: 0 1rem;
        margin: .5rem 0;
    }

    .explore .flex div:first-child h2 {
        max-width: 100%;
    }

    .explore .flex div:nth-child(2) {
        padding: 0;
        max-width: 100%;
    }

    .explore .flex div:nth-child(2) img {
        height: auto;
        width: 100%;
    }


}

/*QUAD BLOCK*/
.two-column {
    margin: 0;
    padding: 0;
}

.two-column .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem auto;
    padding: 0 20%;
    background-color: transparent;
}

.two-column .flex .col1 {
    background-color: #eeeeee;
    flex-basis: 50%;
    margin: 1rem;
    padding: 0 0 3rem 0;
    text-align: center;
}

.two-column .flex .col2 {
    background-color: #eeeeee;
    flex-basis: 50%;
    margin: 1rem;
    padding: 0 0 3rem 0;
    text-align: center;
}

.two-column .flex .col1 h2,
.two-column .flex .col2 h2 {
    padding: 0 2rem;
    margin: .5rem auto .5rem auto;
    font-weight: 500;
}

.two-column .flex .col1 p,
.two-column .flex .col2 p {
    padding: 0 2rem; 
    margin: 0 auto .5rem auto;
}

.two-column .flex .col1 p a,
.two-column .flex .col2 p a {
    color: maroon;
    transition: color 375ms ease-in-out;

}
.two-column .flex .col1 p a:hover,
.two-column .flex .col2 p a:hover {
    color: black;
}

.two-column .flex .col1 img,
.two-column .flex .col2 img {
    padding: 0;
    margin: 0;
}

.two-column .flex .col1 .black-arrow,
.two-column .flex .col2 .black-arrow {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 375ms ease-in-out;
    position: relative;
}

.two-column .flex .col1 .black-arrow:after,
.two-column .flex .col2 .black-arrow:after {
    content: ' \25BA';
    font-size: 1rem;
    left: .25rem;
    position: relative;
    transition-property: left;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    will-change: transform;

}

.two-column .flex .col1 .black-arrow:hover,
.two-column .flex .col2 .black-arrow:hover {
    color: maroon;
}
.two-column .flex .col1 .black-arrow:hover::after,
.two-column .flex .col2 .black-arrow:hover::after {
    left: .5rem;
}


.triangle {
    border-left: .5rem solid black;
    border-right: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    border-top: .375rem solid transparent;
    display: inline-block;
    margin-left: .25rem;
}

@media screen and (max-width: 64em) {
    .two-column .flex {
        padding: 0 2%;
    }
    .two-column .flex .col1 p, .two-column .flex .col2 p {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 42em) {
    .two-column {
        margin-top: 3rem;
    }
    .two-column .flex {
        display: block;
        margin: 0;
        padding: 0;

    }

    .two-column .flex .col1,
    .two-column .flex .col2 {
        width: 100%;
        margin: auto;
    }
}

/*BIG NEWS*/
.bignews {
    width: 100%;
    margin: 3rem 0;
    max-width: 118.75rem;                
}
.bignews .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin: auto;
}
.bignews .flex .left, .bignews .flex .right {
    flex-basis: 50%;
    padding: 0;
    display: block;
}

.bignews .flex .left {
    background-color: white;
    position: relative;
    display: block;
}
.bignews .flex .left .left-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bignews .flex .left .left-content h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.bignews .flex .left .left-content p {
    color: black;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    line-height: 1.65;
    padding-top: 0;
    margin-top: 0;
}
.bignews .flex .left .left-content .links {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bignews .flex .left .left-content .links .black-arrow {
    color: black;
    display: inline-block;
    margin-right: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 375ms ease-in-out;
    position: relative;
}

.bignews .flex .left .left-content .links .black-arrow:after {
    content: ' \25BA';
    font-size: 1rem;
    left: .25rem;
    position: relative;
    transition-property: left;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    will-change: transform;

}

.bignews .flex .left .left-content .links .black-arrow:hover {
    color: maroon;
}
.bignews .flex .left .left-content .links .black-arrow:hover::after {
    left: .5rem;
}


.bignews .flex .right {background-color: white;}

@media screen and (max-width:64em) {
    .bignews .flex {
        width: 90%;
    }
}
@media screen and (max-width:48em) {
    .bignews {margin-top: 1rem;}
    .bignews .flex {
        display: block;
        width: 100%;
        margin: auto;
        padding: 1rem;
    }
    .bignews .flex .left .left-content {
        margin: 0;
        position: relative;
        top: initial;
        -ms-transform: initial;
        transform: initial;
    }
        
}


.media-player {
    position: relative;
}

.media-player__video {
    padding: 0;
    padding: 1rem;
}

.media-player__video-container {
    overflow: hidden;
    position: relative;
    max-height: 100%
}

.media-player__video-container.media-player__video-container--ready .play-button {
    display: block;
    z-index: 8;
}

.media-player__video-container.media-player__video-container--playing .media-player__video-poster,
.media-player__video-container.media-player__video-container--playing .play-button {
    display: none;
}

.media-player__video-container.media-player__video-container--playing .media-player__iframe-wrapper {
    position: relative;
}

.media-player__video-container.media-player__video-container--playing .media-player__iframe-wrapper,
.media-player__video-container.media-player__video-container--playing iframe {
    opacity: 1;
}

.media-player__video-container.media-player__video-container--playing iframe {
    pointer-events: all;
}

.media-player__video-poster {
    width: 100%
}

.media-player iframe,
.media-player__iframe-wrapper {
    opacity: 0;
    width: 100%;
    z-index: 6;
}

.media-player iframe {
    pointer-events: none;
}

.media-player__iframe-wrapper {
    padding-bottom: 56.25%;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.media-player__iframe-wrapper iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.md-no-js .media-player__iframe-wrapper {
    display: none;
}
.play-button {
    background-color: rgba(0, 0, 0, .4);
    border: .1875rem solid rgba(255, 255, 255, .7);
    border-radius: 3.4375rem;
    transition-property: background-color, border-color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    display: block;
    height: 3.4375rem;
    position: relative;
    width: 3.4375rem;
}

.play-button:active,
.play-button:focus,
.play-button:hover {
    background-color: #8a0000;
    border-color: #ffd720;
    text-decoration: none;
}

.play-button:active svg,
.play-button:focus svg,
.play-button:hover svg {
    color: #fff;
}

.play-button.play-button--overlay {
    bottom: 0;
    left: calc(50% - (3.4375rem / 2));
    position: absolute;
    right: 0;
    top: calc(50% - (3.4375rem / 2));
    z-index: 10;
}

@media screen and (min-width:48em) {
    .play-button {
        border-radius: 7.375rem;
        border-width: .3125rem;
        height: 7.375rem;
        width: 7.375rem;
    }

    .play-button.play-button--overlay {
        left: calc(50% - (7.375rem / 2));
        top: calc(50% - (7.375rem / 2));
    }

    .play-button.play-button--small {
        border-radius: 8.75rem;
        border-width: .25rem;
        height: 4.5rem;
        width: 4.5rem;
    }

    .play-button.play-button--small.play-button--overlay {
        left: calc(50% - (4.5rem / 2));
        top: calc(50% - (4.5rem / 2));
    }

    .play-button.play-button--small svg {
        height: 3.25rem;
        left: calc(50% - ((3.25rem / 2) - .25rem));
        top: calc(50% - (3.25rem / 2));
        width: 3.25rem;
    }

    .play-button.play-button--large {
        border-radius: 8.75rem;
        border-width: .375rem;
        height: 8.75rem;
        width: 8.75rem;
    }

    .play-button.play-button--large.play-button--overlay {
        left: calc(50% - (8.75rem / 2));
        top: calc(50% - (8.75rem / 2));
    }

    .play-button.play-button--large svg {
        height: 3.75rem;
        left: calc(50% - ((3.75rem / 2) - 0.25rem));
        top: calc(50% - (3.75rem / 2));
        width: 3.75rem;
    }
}

.play-button svg {
    color: rgba(255, 255, 255, .7);
    pointer-events: none;
    transition-property: color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    bottom: 0;
    height: 1.5rem;
    left: calc(50% - ((1.5rem / 2) - 0.125rem));
    position: absolute;
    right: 0;
    top: calc(50% - (1.5rem / 2));
    width: 1.5rem;
}

@media screen and (min-width:48em) {
    .play-button svg {
        height: 3.25rem;
        left: calc(50% - ((3.25rem / 2) - 0.25rem));
        top: calc(50% - (3.25rem / 2));
        width: 3.25rem;
    }
}

/*SPONSORS*/
.sponsors {
    max-width: 118.75rem;
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 3rem 0 2rem 0;
}
.sponsors h2 {
    text-align: center;
}
.sponsors .presenting-sponsor {
    margin: auto;
    width: 25%;
}
.sponsors .presenting-sponsor h2 {
    text-align: center;
}
.sponsors .presenting-sponsor img {
    margin: auto;
}
.sponsors img {
    margin: auto;
}
.sponsors .centennial-sponsors {width: 100%;}
.sponsors .centennial-sponsors h3 {text-align: center;}

.sponsors .centennial-sponsors .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto;
    width: 50%;
}
.sponsors .centennial-sponsors .flex div {
    flex-basis: 33.3%;
    padding: .5rem 1rem;
}
.sponsors .centennial-sponsors .flex div a img, .presenting-sponsor a img {
    transition-property: transform, filter;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}

.sponsors .centennial-sponsors .flex div a:hover img, .presenting-sponsor a:hover img {
    transform: scale(1.05);
    filter: brightness(110%);
}
@media screen and (max-width: 64em) {
    .sponsors .presenting-sponsor {
        width: 50%;
    }    
}
@media screen and (max-width: 42em) {
    .sponsors .presenting-sponsor {
        width: 75%;
    }
    .sponsors .centennial-sponsors .flex {
        display: block; 
        Width: 50%;
    }
    
}
@media screen and (max-width: 40em) {
    .sponsors .presenting-sponsor {
        width: 90%;
    }
    .sponsors .centennial-sponsors .flex {
        display: block; 
        Width: 60%;
    }
    
}

/*CELEBRATE WITH US*/
.newsevents {
    width: 100%;
    max-width: 118.75rem;
    margin: 0 0 3rem 0;
    padding: 0;
}
.newsevents h2 {
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0 

}

.newsevents p {
    text-align: center;
    margin: 0;
    padding: 0 27.5% 2rem 27.5%;
}

.newsevents .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
    max-width: 118.75rem;
}

.newsevents .flex .col1 {
    background-color: #E1DDD4;
    flex-basis: 50%;
    margin: 0;
    padding: 2rem 3rem 3rem 20%;
    text-align: center;
}

.newsevents .flex .col2 {
    background-color: #E7E2DE;
    flex-basis: 50%;
    margin: 0;
    padding: 2rem 20% 3rem 3rem;
    text-align: center;
}

.newsevents .flex .col1 h2,
.newsevents .flex .col2 h2 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
}

.newsevents .flex .col1 .newsdiv {
    text-align: left;
    color: maroon;
    padding: .5rem 0;
}

.newsevents .flex .col1 .newsdiv {
    border-bottom: 1px solid maroon;
}
.newsevents .flex .col1 .newsdiv:last-of-type {
    border-bottom: 0 solid maroon;
}

.newsevents .flex .col1 .newsdiv div a {
    color: maroon;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition-property: color,border-color;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
}
.newsevents .flex .col1 .newsdiv div a:hover {
    color: black;
    border-color: #696969;
}
.newsevents .flex .col2 a {
    text-decoration: none;
}
.newsevents .flex .col2 a:hover {
    color: black;
}

.newsevents .flex .col2 .eventdiv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.newsevents .flex .col2 .eventdiv .date {
    flex-basis: 18%;
    color: maroon;
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: bold;
    padding: 0 .25rem 0 0;
    text-align: left;
    line-height: 1.5;
}

.newsevents .flex .col2 .eventdiv .text {
    flex-basis: 82%;
    display: block;
    color: maroon;
    text-align: left;
    padding: .5rem 0 0 0;
    margin: 0;
}
.newsevents .flex .col2 a .eventdiv .date {
    transition: color 375ms ease-in-out;
}
.newsevents .flex .col2 a:hover .eventdiv .date {
    color: black;
}

.newsevents .flex .col2 a .eventdiv .text .event span, .newsevents .flex .col2 a .eventdiv .text .time span {
    border-bottom: 1px solid transparent;
    transition: color,border-color 375ms ease-in-out ;
}

.newsevents .flex .col2 a:hover .eventdiv .text .event span, .newsevents .flex .col2 a:hover .eventdiv .text .time span {
    color: black;
    border-color: #696969;
}

@media screen and (max-width: 64em) {
    .newsevents p {
        padding: 0 20% 2rem 20%;
    }
    .newsevents .flex .col1 {
        padding: 2rem 3rem 3rem 5%;
    }
    
    .newsevents .flex .col2 {
        padding: 2rem 5% 3rem 3rem;
    }
    
}
@media screen and (max-width: 48em) {
    .newsevents p {
        padding: 0 10% 2rem 10%;
    }

    .newsevents .flex {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .newsevents .flex .col1 {
        padding: 1rem 1rem 0 1rem;
        margin: 0;
    }
    
    .newsevents .flex .col2 {
        padding: 0 1rem 1rem 1rem;
        margin: 0;
    }
    .newsevents .flex .col2 .eventdiv .date {
        flex-basis: 10%;
        padding: .5rem .5rem 0 0;

    }

}

/*FOOTER*/
footer {
    background-color: #000000;
    background-image: url('../_images/footer-bkg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    max-width: 118.75rem;
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    position: relative;
}

footer .hundred-years-logo {
    width: 25vw;
    position: relative;
    z-index: 250;
    padding: 0;
    top: 2vw;
    width: 100%;
    background-color: transparent;
    max-width: 118.75rem;
    text-align: center;
}
footer .hundred-years-logo:hover {
    cursor: pointer;
}

footer .hundred-years-logo svg.centennial-logo {
    position: relative;
    width: 30vw;
    height: 25vw;
    fill: white;
    color: white;
}

footer .hundred-years-logo-footer {
    padding: 0;
    margin: 0;
    height: auto;
    text-align: center;
    width: 100%;
}
footer .su-logo {
    position: relative;
    top: 15vw;
}
footer .su-logo:hover {
    cursor: pointer;
}
footer .su-logo svg {
    position: relative;
    z-index: 250;
    padding: 0;
}
.footer-social {
    margin-top: 5rem;
    padding: 20rem 0 0 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    width: 100%;

}

.footer-social a.social-media__link {
    color: white;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: 1rem .25rem;
    transition-property: color;
    transition-delay: .1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    text-align: center;

}

.footer-social a.social-media__link svg {
    color: #fff;
    transition-property: color, fill, border-color;
    transition-delay: .01s;
    transition-duration: 275ms;
    transition-timing-function: ease-in-out;
    height: calc(3vw);
    width: calc(3vw);
    max-height: 3rem;
    max-width: 3rem;
    position: relative;
    z-index: 100;
    fill: #FFFFFF !important;
    border: 1px solid white;
    border-radius: 50%;
    padding: .25rem;
    /*left: calc(50% -(1.125rem / 2));
    position: absolute;
    top: calc(50% -(1.125rem / 2));*/
}

.footer-social a.social-media__link:visited svg {
    color: #fff;
}

.footer-social a.social-media__link:hover svg {
    color: #f7c55a;
    fill: #f7c55a !important;
    border-color: #f7c55a;
}

.footer-address {
    background-color: #000000;
    padding: 0 0 5rem 0;
}

.footer-links {
    background-color: #000000;
    display: none;
}

@media screen and (max-width: 56em) {
    footer .hundred-years-logo-footer {
        padding: 0;
        margin: 1rem auto 0 auto;
        height: auto;
        width: 50%;
    }

    .footer-social {
        padding: 2rem 0 0 0;

    }

    .footer-social a.social-media__link {
        margin: 0;
        width: auto;
        height: auto;
        padding: 0;
        max-height: 2.5rem;
        max-width: 2.5rem;

    }

    .footer-social a.social-media__link svg {
        height: 2rem;
        width: 2rem;

    }

    .footer-social a.social-media__link:hover svg {
        width: auto;
        height: auto;
    }
}

.icon {
    fill: white;
    margin-right: 2rem;
    display: inline-block;
}

.footer-address {
    color: white;
    font-size: clamp(.875rem, 2vw, 1.5rem);
    text-align: center;
}

.footer-links {
    color: rgba(255, 255, 255, .75);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.footer-links a {
    color: rgba(255, 255, 255, .75);
    display: inline-block;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin: 0 1rem;
    text-decoration: none;
}

.footer-links a:visited,
.footer-links a:active {
    color: rgba(255, 255, 255, .75);
}

.footer-links a:hover,
.footer-links a:focus {
    color: #f7c55a;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    background-color: white;
}

/*ALUMNI SPOTLIGHTS*/
.alumni-spotlights {
    max-width: 75rem; margin: auto;
    padding: 2rem 0;
}
.stories-header .text-home {
    text-align: left; 
    padding-left: 7rem;
    padding-right: 7rem;
}
.quote_section {
    margin-bottom: 2rem;
    display: flex;
}
.quote_section div:first-child {
    flex-basis: 65%;
}
.quote_section div:nth-child(2) {
    flex-basis: 35%;
    padding: 0 1rem 0 0;
}

.right-callout {
    padding: .5rem 2rem 1rem 2rem;
    box-shadow: .06125rem .06125rem .25rem .125rem rgba(0, 0, 0, 0.25);
    text-align: left;
    height: auto;
}

.right-callout h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.right-callout p, .right-callout .button, .right-callout h2 {
    line-height: 1.5;
}
.right-callout p {
    margin-right: .25rem;
}
.right-callout .button {
    margin-bottom: 0;
    background-color: #8a0000;
    color: white;
    display: block;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid maroon;
    transition-property: color, background-color;
    transition-delay: .01s;
    transition-duration: 275ms;
    transition-timing-function: ease-in-out;
}                        
.right-callout .button:hover {
    color: #8a0000;
    background-color: white;
}

.spotlights {
    max-width: 75rem; margin: auto;
    padding: 2rem 0;
}


.spotlights .spotlight {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.spotlight:nth-child(odd) .spotlightflex {
    display: flex;
    flex-direction: row-reverse;
    line-height: 1.6;
}
.spotlight:nth-child(even) .spotlightflex {
    display: flex;
    flex-direction: row;
    line-height: 1.6;
}


@media print, screen and (max-width: 42em) {
    .quote_section {
        margin-bottom: 2rem;
        display: block;
    }
    .alumni-spotlights {
        padding-left: 0;
        padding-right: 0;        
    }
    .stories-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .stories-header .text-home {
        padding-left: 0;
        padding-right: 0;
    }
    .right-callout {
        width: 90%;
        margin: auto;
        padding: .5rem 1rem;  
    }
    
    .spotlights .spotlight:nth-child(odd) .spotlightflex,
        .spotlights .spotlight:nth-child(even) .spotlightflex {
            flex-direction: column-reverse;
    }
    .spotlights .spotlight .spotlightflex div:first-of-type {
        flex-basis: 100%;
        padding: 0;
    }
    .spotlights .spotlight .spotlightflex div:last-of-type {
        flex-basis: 100%;
        padding: 0;
    }
    .spotlights .spotlight .spotlightflex div:first-of-type {
        flex-basis: 100%;
        padding: 0;
    }
    .spotlights .spotlight .spotlightflex div:last-of-type {
        flex-basis: 100%;    
        padding: 0;
    }
}
.spotlights .spotlight .spotlightflex div h2, .spotlights .spotlightflex div h2 {
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.spotlights .spotlight .spotlightflex div p, .spotlights .spotlightflex div p {
    line-height: 1.75;
    font-size: 1.125rem;
}

.spotlights .spotlight .spotlightflex div:first-of-type {
    flex-basis: 30%;
    padding: 0 1rem;
}
.spotlights .spotlight .spotlightflex div:last-of-type {
    flex-basis: 70%;
    padding: 0 2rem;
}
.spotlights .spotlight .spotlightflex div:first-of-type {
    flex-basis: 70%;
    padding: 0 2rem;
}
.spotlights .spotlight .spotlightflex div:last-of-type {
    flex-basis: 30%;    
    padding: 0 1rem;
}

.spotlight .spotlight-hr {
    width: 50%;
    border-bottom: 1px black solid;
    margin: 3rem auto 2rem auto;
}
.spotlight {
    transition: opacity 0.5s;
}
.spotlight.fadein{
    opacity: 0;
}
.spotlight.active{
    opacity: 1;
}
