:root {
    --yellow: #FFCB06;
    --navy: #00274c;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
}

.btn,
.button,
button {
    border-width: 0;
    background-color: #C55311;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 0px;
}

.btn:hover,
.button:hover,
button:hover {
    color: white;
    background-color: #0370BB;
    transition: all .3s ease;
}

.side-button {
    margin-top: 112px;
}

@media (max-width: 991px) {
    .side-button {
        margin-top: 32px; 
    }
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 1.5rem;
    line-height: 1.66;
    max-width: 1200px;
    font-weight: 300;
    margin-top: 32px;
}

ul{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    margin-left: 0;
    padding-left: 17px;
    max-width: 900px;
}

li {
    margin-bottom: 16px;
}

strong {
    font-weight: 700;
}

h1 {

}

h2 {
    font-size: 8rem;
    line-height: 7rem;
    letter-spacing: -4px;
    font-weight: 800;
    text-transform: uppercase;
    color: #00274c;
    margin-top: 40px;
    margin-bottom: 40px;

}

.from-the-director {
    text-transform: none !important;
    letter-spacing: 0;
    font-size: 6rem;
}

@media (max-width: 767px) {
    .from-the-director {
        font-size: 5rem;
        line-height: 5rem; 
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 5rem;
        line-height: 4rem; 
    }
}


h3 {
    font-size: 2.5rem;
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    color: #00274c;
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 1024px;
}

h3 .material-symbols-outlined {
    font-size: 2rem;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 12px;
    border-radius: 100px;
    background-color: #00274c;
    color: white;
    display: block;
    width: fit-content;
}


.navy h3 .material-symbols-outlined {
    font-size: 2rem;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 12px;
    border-radius: 100px;
    background-color: white;
    color: #00274c;
    display: block;
    width: fit-content;
}


h4 {
    font-size: 1.75rem;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #00274c;
    margin-bottom: 32px;
}


.back-to-top {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 9999;
    bottom: 2rem;
    right: 2rem;
    opacity: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .75);
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    padding: 12px
}

.back-to-top:hover {
        color: rgba(0, 0, 0, .9);
        background-color: rgba(0, 0, 0, .6);
        text-decoration: none;
        transition: all ease-in-out 0.2s;
}

.back-to-top.show {
    opacity: 1;
    transition: all ease-in-out 0.2s;
}

.back-to-top .material-symbols-outlined {
    font-size: 2rem;
    color: white;
}

.table {
    margin-top: 60px;
    
}

th {
    background-color: #0370BB !important;
    color: white !important;
}

tr {
    border-width: 2px;
    border-color: rgba(0, 0, 0, .15);
}

td {
    background-color: white !important;
    color: black !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;

}

.quotemark {
    color: white;
    font-size: 8rem;
    font-weight: 800;
    font-family: "Roboto Serif", serif;
    margin-top: -32px;
    margin-bottom: -80px;
    display: block;
}

.quotemark-blue {
    color: #0370BB;
    font-size: 8rem;
    font-weight: 800;
    font-family: "Roboto Serif", serif;
    margin-top: -32px;
    margin-bottom: -80px;
    display: block;
}

.blockquote {
    color: white;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .blockquote {
        color: white;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 300;
    }
}

.blockquote-navy {
    color: #00274c;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    max-width: 1200px;
}

.blockquote-footer {
    margin-top: 24px;
    font-size: 1rem;
    color: #999;
}

.logo {
    width:124px;
}

.navbar {
    background-color: #00274c;
    color: white;
    padding-top: 24px;
    padding-bottom: 24px;
}

.navbar h1 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0;
}


.navbar p {
    font-size: .875rem;
    font-weight: 500;
    color: #FFCB06;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .navbar p {
        margin-top: 32px; 
    }
}


.banner {
    background: url('images/Snowmaking Instruction_Feb 2025.JPG') no-repeat center center;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: grey;
}



@media (max-width: 767px) {
    .banner .container {
        width: fit-content;
    }
}

.figcaption-banner {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #00274c;
    color: white;
}

.figcaption-banner .figcaption {
    margin-bottom: 0px;
}


.banner-title {
    background-color: rgba(0, 0, 0, .65);
    width: fit-content;
    text-align: left;
    padding: 48px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
  .navbar>.container {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    }

  .navbar h1 {
    margin-top: 24px;
    }
  .banner-title {
    background-color: rgba(0, 0, 0, .45);
    width:100%; 
    padding: 32px;
    }
  .banner {
    height: 300px;
    padding: 0 !important;
  }
  .banner h1 {
    font-size: 4rem !important;
    line-height: 4rem !important;

    }

}

.banner h1 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 5rem;
    letter-spacing: -1px;
    color: white;
    text-transform: uppercase;
    display: inline;
}

.yellow {
    background-color: #FFCB06;
}

.yellow h3 {
    color: #212529;
}

.yellow h4 {
    color: #212529;
}

.yellow a:not(.button) {
    color: black;
}

.gray {
    background-color: #ededed;
}

.navy {
    background-color: #00274c;
}

.navy li,
.navy h2,
.navy h3,
.navy h4,
.navy p {
    color: white;
}

.navy a:not(.button) {
    color: var(--yellow);
}






.wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}




.large-jump-link-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.large-jump-link-container a {
    text-decoration: none;
}

.large-jump-link {
    background-color: #00274c;
    padding: 24px;
    text-align: left;
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    min-height: 240px;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: none !important;
    color: white;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}


.large-jump-link:hover {
    background-color: #FFCB06;
    color: black;
    transition: all .3s ease;
}

.large-jump-link span {
    font-size: 2rem;
    display: block;
    margin-top: 24px;
}

.article-img {
    width: 100%;
    margin-bottom: 20px
}

.figcaption {
    font-family: "Roboto Serif", serif;
    font-style: italic;
    margin-bottom: 40px;
}

.figcaption-name {
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}

.figcaption-for-yellow-box {
    font-family: "Roboto Serif", serif;
    font-style: italic;
    margin-bottom: 40px;
    padding-right: 16px;
}

@media (max-width: 575px) {
  .figcaption-for-yellow-box {
    padding-left: 28px;
    padding-right: 28px;
    }
}

.nsf-logo {
    max-width: 200px;
}


.cars-bg {
    background: url('images/AdobeStock_199972983.jpeg') no-repeat center center;
}

.test_facility-bg {
    background: url('images/Digital-Twin-Image_for-website-1800x1224-edited-v2.jpg') no-repeat center center;
}


.supermileage-bg {
    background: url('images/Supermileage Testing at Mcity.jpg') no-repeat center center;
}

.parallax-banner {
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    display: flex;
    align-items: center;
    background-color: grey;
}

@media (max-width: 767px) {
  .parallax-banner {
    height: 300px; 
    }
}

.yellow-box {
    background-color: #FFCB06;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 80px;
    margin-bottom: 80px; 
}

@media (max-width: 767px) {
  .yellow-box {
    margin-top: 0 !important; 
    }
}

.yellow-box h4 {
    color: #212529;
}

.yellow-box-img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}



.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-top-112px {
    margin-top: 112px;
}

.margin-top-60px {
    margin-top: 60px;
}

.margin-top-40px {
    margin-top: 40px;
}

@media (max-width: 991px) {
  .justify-content-center {
    justify-content: left !important; 
    }
}


.icon-bg {
    background: url('images/icon-background.png') no-repeat center center;
    background-attachment: fixed;

}


.mcity-partners p {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
}

.back-btn {
    background-color: rgba(0, 0, 0, .4);
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 12px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;

}


.back-btn:hover {
    background-color: rgba(0, 0, 0, .8);
    transition: all ease-in-out 0.2s;
}

.back-btn span {

}

.back-btn .material-symbols-outlined {
    font-size: 14px;
    font-weight: 800;
    margin-right: 4px;
    vertical-align: text-top;
}

.by-the-numbers-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.by-the-numbers {
    background-color: #00274c;
    text-align: center;
    padding: 24px;
    color: white;
    display: block;
    width: 100%;
    margin-bottom: 28px;
    display: flex;
    height: 90%;

}

.by-the-numbers span {
    font-size: 6rem;
    font-weight: 800;
    color: #FFCB06;
}

.by-the-numbers p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-botton: 0;
}

.inline-link {
    color: #c55311;
}

.directors-letter-list li {
    font-size: 1.5rem !important;
    line-height: 1.66;
    font-weight: 300;
    padding-left: 16px;
}

.time {
    color: #999999;
}


/* Footer */
.site-footer {
    margin-top: 2rem;
}

.site-footer p {
    font-size: 16px;
}