  /*! 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: -3rem
}

.drop-nav ul li:nth-child(3) div {
    margin-left: -1.5rem
}

.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: #000
}

.drop-nav ul li div span:hover a {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.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 .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('/centennial/_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;
    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;
    }
}
/*SPONSORS*/
.sponsors {
    max-width: 118.75rem;
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 2rem 0;
}
.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;
}
@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;

    }

}

/*WHATS HAPPENING AT SU SECTION
.news-events {
    width: 100%;
    max-width: 118.75rem;
    margin: 0 auto 0 auto;
}

.news-events .head {
    background-color: white;
    color: #8a0000;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 600;
    text-align: center;

}

.news-events .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
}

.news-events .flex>div:first-child {
    flex-basis: 50%;
    min-height: 10rem;
    background-color: #E3DCD4;
    padding: 1rem 1rem 3rem 10rem;
}

.news-events .flex>div:nth-child(2) {
    flex-basis: 50%;
    min-height: 10rem;
    background-color: #E7E2DC;
    padding: 1rem 10rem 3rem 1rem;
}

.news-events .flex>div:first-child .head {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 500;
    text-align: center;
    background-color: #E3DCD4;
}

.news-events .flex>div:nth-child(2) .head {
    background-color: #E7E2DC;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 500;
    text-align: center;
}

/*NEWS COLUMN
.news-column .article {
    box-shadow: 0 1.25rem 0 -.625rem #e2ded7;
    position: relative;
    margin-bottom: .5rem;
}

.news-column .article__link {
    background-color: #fff;
    transition-property: background-color;
    transition-delay: 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none
}

.news-column .article__link:active,
.article__link:focus,
.article__link:hover {
    background-color: #2e262a;
    text-decoration: none
}

.news-column .article__link:active .article__heading,
.article__link:focus .article__heading,
.article__link:hover .article__heading {
    color: #fff;
    background-color: #2e262a
}

.news-column .article__link:active .article__timestamp,
.article__link:focus .article__timestamp,
.article__link:hover .article__timestamp {
    color: #b6b3b5;
    background-color: #2e262a
}

.news-column .article__content-container,
.article__image,
.article__image.image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news-column .article__image,
.article__image.image {
    background-color: #8a0000;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 6rem;
    -ms-flex-preferred-size: 6rem;
    flex-basis: 6rem;
    min-height: 6rem;
    width: 6rem;
    background-size: contain;
}

.news-column .article__content-container {
    padding: 1rem;
    -webkit-flex-basis: calc(100% - 6rem);
    -ms-flex-preferred-size: calc(100% - 6rem);
    flex-basis: calc(100% - 6rem)
}

.news-column .article__heading {
    background-color: #fff;
    color: #2e262a;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    transition-property: color, background-color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out
}

.news-column .article__heading:hover {
    background-color: #2e262a;
    color: #fff
}

.news-column .article__timestamp {
    background-color: #fff;
    color: #0c0c0c;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    transition-property: color, background-color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out
}

.news-column .article__heading {
    font-size: clamp(.85rem, 1.5vw, 1.125rem);
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 500;
}


.news-column .article__timestamp {
    font-size: .75rem;
    letter-spacing: .0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block
}

/*EVENTS COLUMN 
.events-column .event {
    border-top: 0;
}

.events-column .event:nth-child(n+2) {
    border-top: .125rem solid #E7E2DC;
}

.events-column .event__link {
    background-color: #fff;
    transition-property: background-color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms;
    transition-timing-function: ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}

.events-column .event__link:active,
.event__link:focus,
.event__link:hover {
    background-color: #2e262a;
    color: #fff;
    text-decoration: none
}

.events-column .event__link:active .event__heading,
.event__link:focus .event__heading,
.event__link:hover .event__heading {
    background-color: #2e262a;
    color: #fff;
}

.events-column .event__link:active .event__day,
.event__link:active .event__month,
.event__link:focus .event__day,
.event__link:focus .event__month,
.event__link:hover .event__day,
.event__link:hover .event__month {
    background-color: #2e262a;
    color: #ffd720
}

.events-column .event__link:active .event__time,
.event__link:focus .event__time,
.event__link:hover .event__time {
    background-color: #2e262a;
    color: #fff
}

.events-column .event__image,
.event__image.image {
    background-color: #8a0000;
    height: 11.25rem;
    width: 100%
}

.events-column .event__content-container {
    padding: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.events-column .event__date-post,
.event__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.event__date-post {
    border: .125rem solid #ffc420;
    text-align: center;
    -webkit-flex-basis: 4rem;
    -ms-flex-preferred-size: 4rem;
    flex-basis: 4rem;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 4rem;
    width: 4rem
}


.event__day,
.event__month {
    background-color: transparent;
    color: #8a0000;
    transition-property: background-color, color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out;
    display: inline-block
}

.event__day:hover,
.event__month:hover {
    background-color: #2e262a;
    color: #ffc420
}

.event__month {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase
}

.event__day {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 2.125rem;
    line-height: 1;
    margin-top: 0
}

.event__details {
    margin-left: 2rem;
    -webkit-flex-basis: calc(100% - (4rem / 2));
    -ms-flex-preferred-size: calc(100% - (4rem / 2));
    flex-basis: calc(100% - (4rem / 2));
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.event__heading,
.event__time {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif
}

.event__heading {
    background-color: transparent;
    color: #2e262a;
    font-size: clamp(.85rem, 1.5vw, 1.125rem);
    line-height: 1.5;
    transition-property: background-color, color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out;
    margin-bottom: .5rem;
    font-weight: 500;

}

.event__time {
    background-color: transparent;
    color: #0c0c0c;
    transition-property: background-color, color;
    transition-delay: 0.1s, 0.1s;
    transition-duration: 375ms, 375ms;
    transition-timing-function: ease-in-out, ease-in-out
}

.event__time:hover {
    background-color: #2e262a;
    color: #fff
}


.event__time {
    font-size: .75rem;
    line-height: 1.5
}

@media screen and (min-width: 64em) {
    /*.article__heading {
        line-height: 1.5
    }
    .news {
        font-size: .875rem;
        line-height: 1.5
    }
    .events-column .event__link {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .event__heading {
        line-height: 1.5;
        font-weight: 500;
    }
    .event__time {
        font-size: .875rem;
        line-height: 1.5
    }

    .news-column .article__image,
    .article__image.image {
        -webkit-flex-basis: 13.875rem;
        -ms-flex-preferred-size: 13.875rem;
        flex-basis: 13.875rem;
        min-height: 12.375rem;
        width: 13.875rem
    }
    .news-column .article__content-container {
        -webkit-flex-basis: calc(100% - 13.875rem);
        -ms-flex-preferred-size: calc(100% - 13.875rem);
        flex-basis: calc(100% - 13.875rem);
        padding: 3rem 2rem 2rem
    }

}

@media screen and (min-width: 48em) {
    .news-events .flex {
        display: block;
    }
    .news-events .flex .col1 {
        width: 100%;
    }
    .news-events .flex .col2 {
        width: 100%;
    }
   
    .events-column .event__image,
    .event__image.image {
        height: 23rem
    }
    .events-column .event__content-container {
        padding: 3.0625rem;
    }
    .event__date-post {
        border-width: .1875rem;
        -webkit-flex-basis: 6.5rem;
        -ms-flex-preferred-size: 6.5rem;
        flex-basis: 6.5rem;
        height: 6.5rem;
        width: 6.5rem
    }
    .event__month {
        font-size: 1rem;
        line-height: 1.5
    }
    .event__day {
        font-size: 3.5rem;
        line-height: 1;
        margin-top: 0
    }
    .event__details {
        -webkit-flex-basis: calc(100% - (6.5rem / 2));
        -ms-flex-preferred-size: calc(100% - (6.5rem / 2));
        flex-basis: calc(100% - (6.5rem / 2))
    }
 
}
@media screen and (max-width: 40em) {

}
*/
/*FOOTER*/
footer {
    background-color: #000000;
    background-image: url('/centennial/_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 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 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;
}