 @media screen and (max-width: 700px){
    .mobile-bold-type{
         font-size: 2rem !important;
    }
    .countdown-days .flip-clock__piece{
        margin: 0 3px;
    }
    
    .section-wrap .card-group .card-container a {
         width: auto;
     }
     
     .section-wrap .custom-content .custom-content__wrapper .custom-content__content h2 em{
         font-size: 2rem;
     }
     
     .section-wrap .custom-content .custom-content__wrapper .custom-content__content p em{
         font-size: 1rem;
     }

     .page-header .page-header--pillars .collection.collection--bold .collection__intro .slab-heading .heading-group h2{
         font-size: 2rem;
     }
 }
 #countdown-container {
     display: flex;
     justify-content: center;
}
 .flip-clock {
     text-align: center;
}
 .flip-clock *, .flip-clock *::before, .flip-clock *::after {
     box-sizing: border-box;
}
 .flip-clock__piece {
     display: inline-block;
     margin: 0 5px;
}
 .flip-clock__slot {
     font-size: 0vw;
}
 .flip-clock__card.card {
     display: block;
     position: relative;
     padding-bottom: 0.76em;
     font-size: 9rem;
     font-family: Oswald, sans-serif;
     line-height: 0.95;
}
 .card__top, .card__bottom, .card__back::before, .card__back::after {
     display: block;
     height: 0.76em;
     color: #500000;
     background: #fff;
     padding: 0.25em 0.25em;
     border-radius: 0.15em 0.15em 0 0;
     backface-visiblity: hidden;
     transform-style: preserve-3d;
     width: 1.3em;
     transform: translateZ(0);
}
 .card__bottom {
     color: #3c0000;
     position: absolute;
     top: 50%;
     left: 0;
     border-top: solid 2px #505050;
     background: #eaeaea;
     border-radius: 0 0 0.15em 0.15em;
     pointer-events: none;
     overflow: hidden;
}
 .card__bottom::after {
     display: block;
     margin-top: -0.76em;
}
 .card__back::before, .card__bottom::after {
     content: attr(data-value);
}
 .card__back {
     position: absolute;
     top: 0;
     height: 100%;
     left: 0%;
     pointer-events: none;
}
 .card__back::before {
     position: relative;
     z-index: -1;
     overflow: hidden;
}
 .flip .card__back::before {
     animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
     animation-fill-mode: both;
     transform-origin: center bottom;
}
 .flip .card__back .card__bottom {
     transform-origin: center top;
     animation-fill-mode: both;
     animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
 .clock-container {
     display: flex;
     flex-direction: column;
}
 .text-box .superhead {
     color: #f6f6f6;
     display: block;
     font-size: 2rem;
     color: #fff;
     font-weight: 800;
}
 .text-box {
     color: #ffffff;
     background: #500000;
     padding: 1rem 2rem;
     padding-right: 2rem;
     padding-left: 2rem;
     text-align: center;
     font-family: "Work Sans";
     font-size: 1.25rem;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     margin-bottom: 2rem;
     max-width: 480px;
     margin: 0 auto;
     margin-bottom: 1rem;
}
 @keyframes flipTop {
     0% {
         transform: rotateX(0deg);
         z-index: 2;
    }
     0%, 99% {
         opacity: 0.99;
    }
     100% {
         transform: rotateX(-90deg);
         opacity: 0;
    }
}
 @keyframes flipBottom {
     0%, 50% {
         z-index: -1;
         transform: rotateX(90deg);
         opacity: 0;
    }
     51% {
         opacity: 0.99;
    }
     100% {
         opacity: 0.99;
         transform: rotateX(0deg);
         z-index: 5;
    }
}
@media screen and (min-width: 1580px) {
    #countdown-container {
    margin-top: -2rem;
}
.section-wrap.countdown {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
}
 @media screen and (max-width: 1210px) {
     .card {
        font-size: 7rem;
     }
}
 @media screen and (max-width: 1050px) {
     .hero .hero__container {
         width: auto;
    }
     .flip-clock__card.card {
         font-size: 4.5rem;
    }
     #countdown-container {
         margin-top: 1rem;
    }
     .text-box {
         font-size: 1rem;
         margin-top:1rem;
    }
    .section-wrap.countdown .callout .callout__image {
	width: 100%;
}
.section-wrap.countdown  .callout .callout__image + .callout__content {
}
}
 @media screen and (max-width: 900px) {

section.section-wrap.countdown{
    padding: 1.5rem 1.5rem 0 1.5rem;
}

section.section-wrap.countdown .callout.callout--bold.callout--left .callout__container {
  flex-direction: column-reverse;
}
.section-wrap.countdown .callout .callout__image + .callout__content {
    width: 100%;
}
}

 @media screen and (max-width: 350px) {
     .flip-clock__card.card {
         font-size: 4rem;
    }
}

 .dropdown-trigger {
     display: flex;
     align-items: center;
     &::after {
         content: "";
         transition: 0.2s ease;
         display: inline-block;
         background-color: #fff;
         -webkit-mask-repeat: no-repeat;
         -webkit-mask-size: 1.2rem;
         mask-repeat: no-repeat;
         mask-position: center;
         -webkit-mask-position: center;
         -webkit-mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svg");
         mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angle-down.svg");
         margin-left: 0.3rem;
         background-color: #fff;
         mask-size: 1.2rem;
         width: 1.1rem;
         min-width: 1.5rem;
         height: .7rem;
    }
     &.active {
         &::after {
             background-color: #fff;
             -webkit-mask-image: url("https://aux.tamu.edu/icons/aux-prod-icons/angle-up.svg");
             mask-image: url(".https://aux.tamu.edu/icons/aux-prod-icons/angle-up.svg");
        }
    }
     &:hover, &:focus, &:active {
         &::after {
             background-color: #fff;
        }
    }
}
/* then and now photos */
@media screen and (max-width: 600px) {
.section-wrap .aux-img-slider-wrapper #img-slider__icon .icon-wrapper {
	 width: 30px;
	 height: 30px;
}
 .section-wrap .aux-img-slider-wrapper #img-slider__icon .icon-wrapper svg {
	 width: 1.5rem;
	 height: 1.5rem;
}
 
}
 .nav__container {
     font-family: "Work Sans", Arial, sans-serif;
     font-weight: normal;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 1.5rem;
     border-bottom: 2px solid #732f2f;
}
 .nav__container .nav__logo {
     width: 19.5rem;
}
 .nav__container .nav__links ul {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 2rem;
     list-style: none;
     margin-bottom: 0;
     margin-right: 1rem;
}
 .nav__container .nav__links ul li a {
     color: #fff;
     margin-bottom: 0;
}
 .nav__container .nav__links ul li a:hover, .nav__container .nav__links ul li a:focus {
     cursor: pointer;
     color: #eaeaea;
     text-decoration: underline;
}
 .aux-footer__container{
     .aux-footer__column{
         p{
             color: #fff;
        }
    }
}
 .aux-footer__sub{
     .compliance{
         width: 100%;
         display: flex;
         justify-content: center;
    }
}
 .section-wrap--maroon-img{
     background: url("https://cache.cloud.tamu.edu/web-assets/150/Aggies-in-Action-1917-1946.jpg");
     background-repeat: no-repeat;
     background-size: cover;
}
 .card-slab--feature-events{
     padding-bottom: 3rem;
}
 .slab-feature-event-wrapper{
     display: flex;
     gap: 1rem;
     width: 50%;
     color: white;
}
 .slab-feature-event-wrapper a{
     color: white;
}
 .slab-feature-event-wrapper a:hover{
     color: #d6d3c4;
}
 .calendar-widget__title.heading-group{
     margin-bottom: 1rem;
     text-transform: uppercase;
}
 .calendar-widget__title.heading-group::before{
     display: none;
}
 .calendar-widget__container{
     .featured-event{
         width: 33%;
    }
}
 .heading-group:has(+ .simple-event-wrapper){
     margin-bottom: 1rem;
     display: flex;
     width: 100%;
     align-items: center;
     gap: 1.5rem;
}
 .heading-group:has(+ .simple-event-wrapper) h2{
     width: auto;
     text-transform: uppercase;
}
 .heading-group:has(+ .simple-event-wrapper):after{
     background: #d1d1d1;
     content: "";
     height: 2px;
     flex: 1 0 20px;
}
 .simple-event-wrapper{
     display: flex;
     gap: 2rem;
     flex-wrap: wrap;
     .simple-event{
         width: 33%;
    }
}
 .page-header {
     display: flex;
     align-items: center;
     position: relative;
}
 .video-header.video-header--feature {
     aspect-ratio: 2.25/1;
     height: auto;
}
 .video-header {
     height: 100%;
     width: 100%;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .video-header .video-header__image {
     width: 100%;
     height: 100%;
     display: flex;
}
 .video-header .video-header__image img{
     width: 100%;
     display: flex;
     aspect-ratio: 16/9;
     object-fit: cover;
}
 .video-header.video-header__overlay {
     max-width: 1600px;
     position: absolute;
     width: 100%;
     justify-content: space-between;
     align-items: center;
     gap: 3rem;
     margin: 0 auto;
     padding: 0 3rem;
     display: flex;
}
 .video-header .video-header__content .heading-group h2{
     color: white;
}
 .video-header .video-header__content .heading-group h2 a{
     color: white;
     text-transform: capitalize;
}
 .video-header .video-header__content .heading-group h2 a:hover{
     color: #d6d3c4;
}
 .video-header .video-header__content .heading-group h2 a:hover:after{
     background-color: #d6d3c4;
}
 .video-header .video-header__content{
     position: absolute;
     background: #500000;
     color: white;
     padding: 3rem;
     width: 33%;
}
 .video-header .video-header__content.video-header__content--right{
     left: 60%;
}
 .video-header .video-header__content.video-header__content--left{
     right: 60%;
}
 .section-wrap {
     .aux-img-slider-wrapper {
         position: relative;
         width: 100%;
         overflow: hidden;
         touch-action: auto;
         display:flex;
         .section-intro {
           width: 25%;
           margin-bottom:0;
           display: flex;
           align-items: flex-end;
           @media screen and (max-width:1200px) { width:33.33%; }
           @media screen and (max-width:1000px) { width:100%; margin-bottom:1.5rem}
           .section-intro__container .section-intro__content {
                width:100%;
           }
         }
         .section-intro .divider-hash.gray-300.divider--mini {
             margin:0;
             margin-bottom:.5rem;
         }
         img {
             user-select: none;
             -webkit-user-select: none;
             -moz-user-select: none;
             -ms-user-select: none;
        }
         .img-slider__intro {
             display: flex;
             justify-content: space-around;
             padding: 1rem;
             h2 {
                 color: #fff;
            }
        }
        .section-intro + .img-slider__imgs {
            width:75%;
           @media screen and (max-width:1200px) { width:66.66%; }
           @media screen and (max-width:1000px) { width:100%; }
        }
         .img-slider__imgs {
             position: relative;
             width: 100%;
             aspect-ratio: 16 / 9;
             overflow: hidden;
             touch-action: pan-y;
             img:first-of-type {
                 width: 100%;
                 height: 100%;
                 pointer-events: none;
            }
             .img-slider__top-img {
                 position: absolute;
                 top: 0;
                 left: 0;
                 width: 100%;
                 height: 100%;
                 object-fit: cover;
                 clip-path: inset(0 50% 0 0);
                 pointer-events: none;
                 z-index: 2;
            }
        }
         #img-slider__icon {
             position: absolute;
             top: 50%;
             left: 50%;
             transform: translate(-50%, -50%);
             z-index: 10;
             pointer-events: none;
             .icon-wrapper {
                 pointer-events: auto;
                 width: 60px;
                 height: 60px;
                 background-color: #fff;
                 border-radius: 50%;
                 display: flex;
                 justify-content: center;
                 align-items: center;
                 cursor: grab;
                 box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
                 svg {
                     width: 2.5rem;
                     height: 2.5rem;
                     fill: #500000;
                }
            }
        }
    }
}
 .section-wrap .aux-img-slider-wrapper.aux-img-slider-wrapper_small #img-slider__icon .icon-wrapper {
     width: 30px;
     height: 30px;
}
 .section-wrap .aux-img-slider-wrapper.aux-img-slider-wrapper_small #img-slider__icon .icon-wrapper svg {
     width: 1.5rem;
     height: 1.5rem;
}
 @media (min-width: 320px) and (max-width: 768px) {
     .video-header{
         flex-direction: column;
    }
     .video-header p{
         margin-bottom: 3rem;
    }
     .video-header .video-header__content{
         position: static;
         width: auto;
    }
}
/* UPDATED CSS FOR ALTERNATING PANELS ON HOME PAGE -- IMAGE FEATURE */
 .image-feature {
     display: flex;
     position: relative;
     max-height: 800px;
     overflow: hidden;
     .image {
         width: 100%;
         aspect-ratio: 16/9;
         display: flex;
         img {
             object-fit: cover;
             width: 100%;
        }
    }
     .brand-divider {
         margin-top: 1rem;
         display: flex;
         align-items: center;
         gap: 0.75rem;
         flex-wrap: nowrap;
         display: none;
         visibility: hidden;
    }
     .brand-divider::before {
         width: 100px;
         height: 4px;
         background: #fff;
         content: "";
         border-top: dotted #fff 4px;
    }
     .brand-divider::after {
         width: 100%;
         content: "";
         border-top: dotted #fff 4px;
    }
     .content-container {
         position: absolute;
         height: 100%;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: flex-start;
    }
     .content {
         padding: 2rem;
         margin-left: 3rem;
         background: #f6f6f6;
        ;
         box-shadow: -10px 10px #500000;
         max-width: 500px;
         .heading-group.heading-group--bold {
             margin-bottom: 0.75rem;
             h2 {
                 font-style: italic;
                 text-transform: none;
                 line-height:1.1;
            }
        }
         p {
             margin-bottom: 0;
             color: #000000;
        }
    }
}
 .image-feature.image-feature--right {
     .content-container {
         justify-content: flex-end;
         .content {
             margin-right: 3rem;
             margin-left: 0;
        }
    }
}
 @media screen and (max-width: 900px) {
     .image-feature {
         display: flex;
         flex-direction: column;
         .brand-divider {
             display: flex;
             visibility: visible;
             margin-top: 2rem;
             max-width: 75%;
        }
         .content-container {
             position: relative;
             .content {
                 background-color: #500000;
                 width: 100%;
                 max-width: 100%;
                 margin-left: 0;
                 h2, p{
                     color: #fff;
                }
            }
        }
    }
     .image-feature.image-feature--right {
         .content-container {
             .content {
                 margin-right: 0;
            }
        }
    }
}
 @media screen and (max-width: 500px) {
     .image-feature {
         .brand-divider {
             margin-top: 1rem;
        }
         .content-container {
             margin: 0;
             padding: 0;
             .content {
                 padding: 1rem;
                 .heading-group.heading-group--bold {
                     margin-bottom: 0.5rem;
                     h2 {
                         font-size: 2.25rem;
                    }
                }
            }
        }
    }
}
/* UPDATED CSS FOR THE NAVIGATION - INCLUDING MOBILE */
 .nav__toggle {
     display: none;
     visibility: hidden;
}
 .toggle__icon::before {
     margin-bottom: 3px;
}
 .toggle__icon::after {
     margin-top: 3px;
}
 .toggle__icon::before, .toggle__icon::after, .toggle__icon span {
     content: "";
     display: block;
     height: 2px;
     width: 16px;
     background: #fff;
     transition: all 0.2s linear;
}
 .nav__toggle:focus-visible {
     outline: dotted #af8846 2px;
     outline-offset: 2px;
     background: #3c0000;
     color: #d6d3c4;
}
 .nav__toggle:focus-visible .toggle__icon span, .nav__toggle:focus-visible .toggle__icon::before, .nav__toggle:focus-visible .toggle__icon::after {
     background: #d6d3c4;
}
 .nav__toggle.active:focus-visible .toggle__icon span {
     background: transparent;
}
 @media screen and (max-width: 800px) {
     .nav__toggle {
         display: flex;
         z-index: 998;
         text-transform: uppercase;
         justify-content: center;
         align-items: center;
         gap: 0.5rem;
         visibility: visible;
         position: fixed;
         bottom: 0;
         width: 100%;
         background: #500000;
         color: #fff;
         font-family: "Work Sans", sans-serif;
         font-size: 1.1rem;
         font-weight: bold;
         padding: 1rem;
         border-top: solid #3c0000 3px;
    }
     .nav__toggle.active .toggle__icon::before {
         transform: rotate(45deg);
         height: 2px;
         margin-bottom: 7px;
    }
     .nav__toggle.active .toggle__icon::after {
         transform: rotate(-45deg);
         height: 2px;
         margin-top: -11px;
    }
     .nav__toggle.active span {
         background: transparent;
    }
}
 .celebration-nav {
     background: #500000;
     display: flex;
     width: 100%;
     align-items: center;
     position: relative;
     justify-content: space-between;
     flex-wrap: wrap;
     border-bottom: solid #3c0000 2px;
     padding: 1rem;
}
 @media screen and (max-width: 1000px) {
     .celebration-nav {
         align-items: center;
         flex-direction: column;
    }
}
 .celebration-nav .nav__logo {
     padding: 1rem;
}
 .celebration-nav .nav__logo a {
     display: flex;
}
 .celebration-nav .nav__logo a svg {
     width: 300px;
}
 .celebration-nav .nav__links {
     list-style-type: none;
     margin: 0;
     display: flex;
}
 @media screen and (max-width: 800px) {
     .celebration-nav .nav__links {
         display: none;
         visibility: hidden;
    }
}
 .celebration-nav .nav__links li {
     margin: 0;
}
 .celebration-nav .nav__links li a {
     display: block;
     padding: 0.5rem 1rem;
     font-family: "Work Sans", sans-serif;
     font-size: 1.25rem;
     text-decoration: none;
     color: #fff;
     font-weight: normal;
}
 .celebration-nav .nav__links li a:hover, .celebration-nav .nav__links li a:active, .celebration-nav .nav__links li a:focus {
     color: #d6d3c4;
     text-decoration: underline;
}
 .celebration-nav .nav__links .dropdown-menu li a {
}
 .celebration-nav .nav__links .dropdown-menu li a:hover, .celebration-nav .nav__links li a:active, .celebration-nav .nav__links li a:focus {
     text-decoration: underline;
}
 @media screen and (max-width: 800px) {
     .celebration-nav .nav__links.active {
         display: block;
         visibility: visible;
         position: fixed;
         background: #3c0000;
         width: 100%;
         bottom: 52px;
         z-index: 200;
    }
     .celebration-nav .nav__links.active li {
         border-bottom: dotted #732f2f 2px;
    }
     .celebration-nav .nav__links.active li a {
         padding: 1rem;
         font-size: 1.1rem;
    }
     .celebration-nav .nav__links.active li:last-child {
         border-bottom: none;
    }
}
 .nav__links li.dropdown {
     position: relative;
}
 .dropdown-menu {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background-color: #3c0000;
     list-style: none;
     padding: 0;
     margin: 0;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
     border: solid #500000 2px;
     z-index: 2;
     width: max-content;
}
 .dropdown-menu li {
     border-bottom: 2px dotted #500000;
}
 .dropdown-menu li a {
     padding: 12px 20px;
     display: block;
     color: #fff;
     text-decoration: none;
     white-space: nowrap;
}
 .dropdown-menu li a:hover {
     background-color: #500000;
     color: #d6d3c4;
}
 @media (min-width: 769px) {
     .dropdown:hover .dropdown-menu {
         display: block;
    }
}
 @media (max-width: 768px) {
     .dropdown-menu {
         position: static;
         box-shadow: none;
         background-color: rgba(255, 255, 255, 0.05);
         padding-left: 15px;
         border: none;
         width: 100%;
    }
     .dropdown.active .dropdown-menu {
         display: block;
    }
}

.show-for-sm {
    display: none !important;
}

@media screen and (max-width: 800px) {
    .show-for-sm  {
        display: block !important;
    }

    .celebration-nav .nav__links {
        display: none;
        visibility: hidden;
    }
    
    .celebration-nav .nav__links.active {
        display: block;
        visibility: visible;
    }
}
 @media (max-width: 450px) {

.celebration-nav .nav__logo a svg {
width: 250px;
}
}
/* UPDATED CSS FOR THE HOME VIDEO HERO */

.hero .hero__video + .hero__video-controls{
    z-index: 99;
}
 .hero.hero--celebration {
     position: relative;
     .hero__video {
         aspect-ratio: 16/9;
         max-height: 700px;
         height: auto;
    }
     .hero__container {
         max-width:100%;
         position: absolute;
         top: 0;
         margin: 0;
         padding: 0;
         display: flex;
         height: 100%;
         width: 100%;
         align-items: flex-end;
         background: rgba(0, 0, 0, 0.5);
         background: linear-gradient( 90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100% );
         .hero__content {
             background: none;
             width: 100%;
             padding-bottom: 4rem;
             .heading-group {
                 margin-bottom: 4rem;
                 width:66%;
                 
                 @media screen and (max-width:1200px) {
                     width:100%;
                }
                 h1 {
                     color: #fff;
                     font-size: 4rem;
                     line-height: 1.1;
                }
                 .superhead {
                     color: #d6d3c4;
                     font-weight: 800;
                     font-size: 1.75rem;
                     text-transform: capitalize;
                }
                .subhead{
                    text-transform: uppercase;
                    color: #d6d3c4;
                    font-size: 2.5rem;
                    font-weight: 800;
                }
            }
        }
         @media (max-width: 900px) {
             position: relative;
             background: #fff;
             .hero__content {
                 padding-bottom:0;
                 .brand-divider {
                     display:none;
                     visibility:hidden;
                }
                 .heading-group {
                     margin-bottom:0;
                     display: flex;
                      gap: .75rem;
                      flex-direction: column;
                     .superhead {
                         color:#732f2f;
                    }
                     h1 {
                         color:#500000;
                    }
                    .subhead{
                        color: #500000;
                        line-height: 1;
                    }
                }
            }
        }
         @media (max-width: 768px) {
             .hero__content {
                 .heading-group {
                     .superhead {
                         font-size:1.5rem;
                    }
                     h1 {
                         font-size:3rem;
                    }
                }
            }
        }
    }
     .brand-divider {
         margin: 1rem 0;
         display: flex;
         align-items: center;
         gap: 0.75rem;
         flex-wrap: nowrap;
    }
     .brand-divider::before {
         content: "";
         border-top: dotted #fff 4px;
         width: 100px;
         height: 6px;
         background: #fff;
    }
     .brand-divider::after {
         width: 100%;
         content: "";
         border-top: dotted #fff 4px;
    }
}
/* Order list of goals */
 ol.numbered-list {
     list-style: none;
     counter-reset: steps;
     list-style-position: outside;
     margin-left: 0px 
}
 ol.numbered-list li {
     margin-bottom: 2rem;
     padding-left: 1rem;
     padding-right: 1rem;
     counter-increment: steps;
     display: grid;
     grid-template-columns: 3rem auto;
     gap: 1rem;
     position: relative;
}
 ol.numbered-list li:not(:last-child):after {
     border-left: 2px solid #500000;
     content: '';
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 2.5rem;
     margin-bottom: -2rem;
     z-index: 1 
}
 ol.numbered-list li::before{
     content: counter(steps);
     margin-right: 1rem;
     background: #fff;
     color: #732f2f;
     width: 3rem;
     height: 3rem;
     border-radius: 50%;
     display: inline-grid;
     place-items: center;
     line-height: 1.5rem;
     font-size: 1.5rem;
     font-weight: 800;
     z-index: 2;
     border: 2px solid #500000;
}
 @media (max-width: 400px) {
     ol.numbered-list li::before{
         margin-right: .5rem;
         width: 2rem;
         height: 2rem;
         line-height: 1rem;
         font-size: 1rem;
    }
     ol.numbered-list li:not(:last-child):after {
         left: 2rem;
    }
     ol.numbered-list li {
         grid-template-columns: 2rem auto;
         gap: .5rem;
    }
}
 

 .utility-nav {
     font-family: "Work Sans";
     text-transform: uppercase;
     font-weight: 700;
     ul {
         display: flex;
         align-items: center;
         justify-content: flex-end;
         gap: 1rem;
         list-style: none;
         margin-bottom: 0;
         margin-right: 1rem;
         li {
             color: white;
             margin-bottom: 0;
        }
         li:hover {
             cursor: pointer;
             color: #eaeaea;
             text-decoration: underline;
        }
    }
}



.timeline-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.section-wrap-timeline {
	 background: #500000;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 transition: background-image 0.8s ease-in-out;
	 background-size: cover !important;
}
 #backToTop {
	 display: none;
	 position: fixed;
	 bottom: 1rem;
	 right: 1rem;
	 z-index: 999;
	 border: none;
	 outline: none;
	 background-color: #3c0000;
	 color: #fff;
	 fill: #fff;
	 cursor: pointer;
	 border-radius: 4px;
	 font-weight: bold;
	 transition: background-color 0.3s, opacity 0.3s;
	 width: 3rem;
	 height: 3rem;
	 border: 2px solid;
}
 .timeline-nav {
	 position: sticky;
	 top: 0;
	 z-index: 11;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease;
    will-change: transform;
}

 .timeline-nav .timeline__btns-wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
	 list-style: none;
	 margin-bottom: 0;
	 gap: 0.75rem;
	 -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
}
.timeline-nav {
    position: sticky;
    top: 0;
    z-index: 998;
    -webkit-transform: translateZ(0); 
    transform: translateZ(0);
    transition: transform 0.3s ease-in-out, background-color 0.3s ease;
        pointer-events: none; 
}

.timeline-nav .timeline__btns-wrapper,
.timeline-nav .heading-group {
    pointer-events: auto;
}

.timeline-nav.is-stuck.nav-hidden {
    transform: translateY(-110%) translateZ(0);
    -webkit-transform: translateY(-110%) translateZ(0);
}

.nav-link {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; 
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 1001;
}

 .timeline-nav .timeline__btns-wrapper .timeline__btn {
	 margin-bottom: 0;
}
 .timeline-nav .timeline__btns-wrapper .timeline__btn a {
	 display: block;
	 border: 2px white solid;
	 padding: 0.75rem;
	 color: white;
	 margin-bottom: 0;
	 font-size: 1.25rem;
	 font-family: "Work Sans", Arial, sans-serif;
	 font-weight: 700;
	 text-decoration: none;
	 pointer-events: auto;
}

 .timeline__btn:hover a.nav-link, .timeline__btn:focus a.nav-link, .timeline__btn a.nav-link.is-active {
	 background: #fff 8;
	 color: #3c0000;
	 cursor: pointer;
}

.timeline-wrapper .timeline__intro {
	 margin: 2rem auto 1rem;
	 text-align: center;
}
.timeline-wrapper .timeline__intro .heading-group .superhead {
	 font-family: "Work Sans";
	 font-size: 2.5rem;
	 color: white;
	 font-weight: 300;
	 font-style: italic;
}
.timeline-wrapper .timeline__intro .heading-group h2 {
	 font-family: "Work Sans", Arial, sans-serif;
	 font-size: 3rem;
	 color: white;
	 font-style: italic;
}
.timeline-wrapper .timeline__intro .heading-group p {
	 width: 55%;
	 color: white;
	 margin: 0 auto 1rem auto;
}
.timeline-wrapper .timeline__line {
	 position: relative;
	 padding-top: 1rem;
}
 .timeline-wrapper .timeline__line .btn--load-more {
	 margin: 1rem auto 0;
}
 .timeline-wrapper .timeline__events .single-event::after {
	 content: "";
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 width: 2px;
	 background: white;
	 transform: translateX(-50%);
	 z-index: 0;
}
.timeline-wrapper .timeline__events .single-event:first-of-type {
	 margin-top: 0;
}
.timeline-wrapper .timeline__events .single-event {
	 position: relative;
	 width: 50%;
	 padding: 2rem 0;
}
.timeline-wrapper .timeline__events .single-event .single-event__year {
	 color: #fff;
	 font-size: 2rem;
	 font-weight: 800;
	 font-family: "Work Sans", Arial, sans-serif;
	 padding-left: 2rem;
}
.timeline-wrapper .timeline__events .single-event .single-event__content {
	 padding-left: 2rem;
	 color: #fff;
	 border-top: 2px solid white;
}
.timeline-wrapper .timeline__events .single-event .single-event__content audio {
    margin: 1rem 0;
}
 .timeline-wrapper .timeline__events .single-event .single-event__content p {
	 margin: 0;
	 padding: 1rem 0;
	 font-size: 1.125rem;
}
.timeline-wrapper .timeline__events .single-event .single-event__content a {
	 color: #fff;
}
.timeline-wrapper .timeline__events .single-event .single-event__content a:hover {
	 color: #fdfdfc;
}
.timeline-wrapper .timeline__events .single-event--right {
	 left: 50%;
}
.timeline-wrapper .timeline__events .single-event--right::before {
	 position: absolute;
	 content: "";
	 display: inline-block;
	 background-color: #fff;
	 border-radius: 50%;
	 aspect-ratio: 1;
	 height: 12px;
	 width: 12px;
	 left: -6px;
	 top: 4.75rem;
}
.timeline-wrapper .timeline__events .single-event--left .single-event__year {
	 padding-left: 0;
	 padding-right: 2rem;
}
 .timeline-wrapper .timeline__events .single-event--left .single-event__content {
	 padding-left: 0;
	 padding-right: 2rem;
}
.timeline-wrapper .timeline__events .single-event--left::after {
	 left: 100%;
}
.timeline-wrapper .timeline__events .single-event--left::before {
	 position: absolute;
	 content: "";
	 display: inline-block;
	 background-color: #fff;
	 border-radius: 50%;
	 aspect-ratio: 1;
	 height: 12px;
	 width: 12px;
	 top: 4.75rem;
	 left: calc(100% - 6px);
}
.timeline-wrapper .timeline__events .single-event--feature {
	 border: 2px white solid;
	 display: flex;
	 align-items: center;
	 width: 100%;
	 gap:1.5rem;
	 position:relative;
	 padding: 2rem;
}

.timeline-wrapper .timeline__events .single-event--feature.single-event--final {
    flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}
.timeline-wrapper .timeline__events .single-event--feature.single-event--final .single-event__feature-content .single-event__year{
    font-size: 6rem;
}

.timeline-wrapper .timeline__events .single-event--feature.single-event--final .single-event__media .logo a svg{
    width: 300px;
}

.timeline-wrapper .timeline__events .single-event--feature .single-event__media {
	 display: flex;
	 max-width: 50%;
     color: #d1d1d1;
     font-style: italic;
     flex-direction: column;
    gap: 2rem;
}
}
.timeline-wrapper .timeline__events .single-event--feature .single-event__media img {
	 width: 100%;
}
.timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__year {
	 padding: 0;
	 font-size: 2.25rem;
	 font-style: italic;
	 line-height: 1.2;
}
 .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__content {
	 flex: 1;
	 border-top: none;
	 padding: 0;
}
 .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__content p {
	 font-size: 2rem;
	 padding: 0;
}
.timeline-wrapper .timeline__events .single-event--feature::after {
	 display: none;
}
.timeline-wrapper .timeline__events .single-event--feature::before {
	 align-self: flex-start;
	 display: inline-block;
	 position: absolute;
	 border-radius: 0;
	 aspect-ratio: auto;
	 top: -1.25rem;
	 left: calc(50% - 16px);
	 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='32' viewBox='0 0 32 32' width='32'%3E%3Cpath d='M31.9699 12.8529V12.843C31.99 12.7788 31.995 12.7147 32 12.6505C32 12.6357 32 12.6209 32 12.6061C32 12.5419 31.99 12.4728 31.9648 12.4086C31.9447 12.3395 31.9096 12.2802 31.8694 12.2259C31.8594 12.2161 31.8543 12.2013 31.8443 12.1914C31.8041 12.1371 31.7589 12.0877 31.7037 12.0482C31.6484 12.0087 31.5932 11.9791 31.5279 11.9544C31.5178 11.9544 31.5027 11.9445 31.4927 11.9396C31.4274 11.9199 31.3621 11.9051 31.2918 11.9001C31.2918 11.9001 31.2868 11.9001 31.2817 11.9001L20.5129 11.3916L16.6957 1.48379C16.6957 1.48379 16.6957 1.48379 16.6957 1.47392C16.6705 1.40974 16.6354 1.35544 16.5952 1.30114C16.5851 1.29126 16.5751 1.28139 16.5701 1.26658C16.5299 1.21721 16.4847 1.17772 16.4345 1.13823C16.4345 1.13823 16.4294 1.13329 16.4244 1.12835C16.3692 1.0938 16.3089 1.06418 16.2436 1.04443C16.2285 1.03949 16.2135 1.03456 16.1984 1.02962C16.1331 1.00987 16.0678 1 15.9975 1C15.9272 1 15.8569 1.01481 15.7966 1.02962C15.7815 1.02962 15.7664 1.03949 15.7514 1.04443C15.6861 1.06418 15.6258 1.0938 15.5706 1.12835C15.5706 1.12835 15.5655 1.13329 15.5605 1.13823C15.5103 1.17278 15.4651 1.21721 15.4249 1.26658C15.4148 1.27645 15.4048 1.28633 15.3998 1.30114C15.3596 1.35544 15.3244 1.40974 15.2993 1.47392C15.2993 1.47392 15.2993 1.47392 15.2993 1.48379L11.482 11.3916L0.713232 11.9001C0.713232 11.9001 0.708209 11.9001 0.703186 11.9001C0.63789 11.9001 0.567572 11.9199 0.507299 11.9396C0.49223 11.9396 0.482185 11.9495 0.467117 11.9544C0.406844 11.9791 0.351593 12.0087 0.301366 12.0433C0.301366 12.0433 0.296343 12.0433 0.29132 12.0482C0.241092 12.0877 0.195888 12.1371 0.150683 12.1864C0.140637 12.1963 0.130592 12.2111 0.125569 12.221C0.0904097 12.2753 0.0552504 12.3345 0.0351593 12.4037C0.0150683 12.4678 0.00502276 12.5369 0 12.6011C0 12.6159 0 12.6307 0 12.6455C0 12.7097 0.0100455 12.7788 0.0301365 12.8381V12.848C0.0502276 12.9072 0.0753414 12.9615 0.110501 13.0158C0.120546 13.0257 0.125569 13.0405 0.135614 13.0504C0.175797 13.1047 0.221001 13.154 0.271229 13.1985C0.271229 13.1985 0.271229 13.1985 0.276252 13.2034L8.68435 19.8333L5.84649 30.0571C5.84649 30.0571 5.84649 30.062 5.84649 30.067C5.83142 30.1311 5.82138 30.1953 5.82138 30.2644C5.82138 30.2792 5.82138 30.2941 5.82138 30.3089C5.82138 30.3681 5.83645 30.4323 5.85654 30.4915C5.85654 30.4915 5.85654 30.5014 5.85654 30.5063C5.87663 30.5656 5.91179 30.6248 5.95197 30.6791C5.96202 30.689 5.96704 30.7038 5.97708 30.7137C6.01727 30.768 6.06749 30.8173 6.12274 30.8568C6.18804 30.9013 6.25836 30.9358 6.32868 30.9605C6.36384 30.9704 6.40402 30.9753 6.43918 30.9803C6.47936 30.9852 6.51452 30.9951 6.5547 31C6.5547 31 6.55972 31 6.56475 31C6.63004 31 6.69534 30.9901 6.75561 30.9753C6.77068 30.9753 6.78575 30.9654 6.80082 30.9605C6.85104 30.9457 6.90127 30.921 6.9515 30.8914C6.96154 30.8865 6.97159 30.8865 6.98164 30.8766L15.9975 25.0662L25.0133 30.8766C25.0133 30.8766 25.0334 30.8865 25.0435 30.8914C25.0887 30.9161 25.1289 30.9358 25.1791 30.9506C25.1992 30.9556 25.2143 30.9654 25.2343 30.9704C25.2996 30.9852 25.3649 31 25.4302 31C25.5056 31 25.5859 30.9901 25.6613 30.9654C25.7366 30.9408 25.8069 30.9062 25.8722 30.8618C25.9275 30.8223 25.9777 30.7729 26.0179 30.7186C26.0279 30.7087 26.038 30.6939 26.043 30.6841C26.0832 30.6298 26.1133 30.5705 26.1384 30.5113C26.1384 30.5113 26.1384 30.5014 26.1384 30.4965C26.1585 30.4372 26.1686 30.378 26.1736 30.3187C26.1736 30.3039 26.1736 30.2891 26.1736 30.2743C26.1736 30.2101 26.1686 30.141 26.1485 30.0768C26.1485 30.0768 26.1485 30.0719 26.1485 30.067L23.3106 19.8432L31.7187 13.2133C31.7187 13.2133 31.7187 13.2133 31.7237 13.2083C31.779 13.1639 31.8192 13.1145 31.8594 13.0602C31.8694 13.0504 31.8744 13.0355 31.8845 13.0257C31.9196 12.9714 31.9447 12.9171 31.9648 12.8578L31.9699 12.8529ZM11.6327 12.8578L14.0235 16.0913L4.88715 13.1738L11.6327 12.8578ZM16.7509 5.78361L19.1417 11.989L16.7509 15.2225V5.78361ZM15.2441 15.2225L12.8532 11.989L15.2441 5.78361V15.2225ZM15.2441 23.7826L9.59849 27.4209L15.2441 19.7839V23.7826ZM16.7509 19.7839L22.3965 27.4209L16.7509 23.7826V19.7839ZM20.3623 12.8628L27.1078 13.1787L17.9714 16.0963L20.3623 12.8628ZM4.42505 14.5906L13.5615 17.5081L9.69393 18.7423L4.43007 14.5906H4.42505ZM10.156 20.1542L14.0235 18.92L8.37796 26.557L10.156 20.1542ZM23.617 26.557L17.9714 18.92L21.839 20.1542L23.617 26.557ZM22.3061 18.7472L18.4385 17.5131L27.5749 14.5955L22.3111 18.7472H22.3061Z' fill='white'/%3E%3C/svg%3E");
}
.timeline-wrapper .timeline__events .single-event--empty {
	 padding: 4rem 0;
	 margin: 0 auto;
	 left: 25%;
}
 .timeline-wrapper .timeline__events .single-event--empty::before, .timeline-wrapper .timeline__events .single-event--empty .single-event__year, .timeline-wrapper .timeline__events .single-event--empty .single-event__content {
	 display: none;
}
 @media screen and (max-width: 500px) {
	 .timeline-wrapper .timeline__events .single-event--feature {
		 position: relative;
		 right: 1px;
	}
}

@media screen and (max-width: 769px) {
  .timeline-nav .timeline__btns-wrapper {
    gap: 0.15rem;
  }
  .timeline-nav.is-stuck .heading-group h1 {
    font-size: 2rem;
  }
	 section .timeline-nav .timeline__btns-wrapper {
		 flex-wrap: wrap;
	}
	 section .timeline-nav .timeline__btns-wrapper .timeline__btn {
		 padding: 0.5rem;
	}
	 section .timeline-nav .timeline__btns-wrapper .timeline__btn a {
		 font-size: 1rem;
	}
	 section .timeline-wrapper .heading-group h1 {
		 font-size: 2.5rem;
	}
	 section .timeline-wrapper .timeline__intro .heading-group p {
		 width: 100%;
	}
	 section .timeline-wrapper .timeline__events .single-event {
		 width: 100%;
		 padding: 2rem 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--right {
		 left: 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--left::after {
		 left: 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--left::before {
		 left: -6px;
	}
	
	section .timeline-wrapper .timeline__events .single-event--left::before, section .timeline-wrapper .timeline__events .single-event--right::before {
	    top: 4rem;
	}
	
	 section .timeline-wrapper .timeline__events .single-event--left .single-event__year {
		 padding-left: 2rem;
		 padding-right: 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--left .single-event__content {
		 padding-left: 2rem;
		 padding-right: 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature {
		 flex-direction: column;
		 align-items: flex-start;
		 gap: 0;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__media {
		 width: 100%;
		 max-width: 100%;
		 padding: 0 2rem 1rem;
		 margin: 0;
		 flex-grow: 1;
		 flex-basis: 50%;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content {
		 flex-grow: 2;
		 flex-basis: 50%;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__year {
		 padding-left: 2rem;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__content {
		 padding-left: 2rem;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__content p {
		 padding-right: 1rem;
		 font-size: 1.5rem;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__content audio {
		 width: 100%;
		 padding-right: 1rem;
	}
	 section .timeline-wrapper .timeline__events .single-event--feature::before {
	     display: none;
		 bottom: 0;
		 left: 0;
		 transform: translateX(-16px) translateY(450%);
	}
	 section .timeline-wrapper .timeline__events .single-event--feature::after {
		 display: inline-block;
	}
	 section .timeline-wrapper .timeline__events .single-event--empty {
		 left: 0;
	}
	
	section .timeline-wrapper .timeline__events .single-event--feature.single-event--final{
	    gap: 1.5rem;
	}
	
	section .timeline-wrapper .timeline__events .single-event--feature.single-event--final::before, section .timeline-wrapper .timeline__events .single-event--feature.single-event--final::after {
	    display: none;
	}
	
	section .timeline-wrapper .timeline__events .single-event--feature.single-event--final .single-event__feature-content .single-event__year{
	    padding-left: 0;
	}
	
	section .timeline-wrapper .timeline__events .single-event--feature.single-event--final .single-event__feature-content .single-event__content {
	    padding: 0 2rem;
	}
	
	section .timeline-wrapper .timeline__events .single-event--feature.single-event--final .single-event__feature-content .single-event__content p {
	    padding-right: 0;
	}
}
 .timeline-nav {
	 position: sticky;
	 top: 0;
	 z-index: 100;
	 transition: all 0.3s ease;
}
 .timeline-nav .timeline__btns-wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
	 list-style: none;
	 margin-bottom: 0;
	 margin-left: 0;
	 gap: 0.75rem;
	 padding: 1rem 0;
}
 .timeline-nav .timeline__btn {
	 margin-bottom: 0;
}
 .timeline-nav .timeline__btn a {
	 display: block;
	 border: 2px white solid;
	 padding: 0.75rem;
	 color: white;
	 margin-bottom: 0;
	 font-size: 1.25rem;
	 font-family: "Work Sans", Arial, sans-serif;
	 font-weight: 700;
	 text-decoration: none;
}
 .timeline-nav.is-stuck {
	 background-color: #500000;
	 width: 100%;
	 padding: 10px 20px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 max-width: 100%;
	 border-bottom: solid #3c0000 2px;
	 box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.timeline-nav.is-stuck.nav-hidden {
   transform: translateY(-100%);
}
 .timeline-nav .heading-group h1 {
	 color: #fff;
	 text-align: center;
	   padding-top: 3rem;
}
 .timeline-nav.is-stuck .heading-group h1, .timeline-nav.is-stuck h1 {
	 font-size: 2rem;
	 margin-bottom: 0;
	 color: white;
	 padding-top: 0px;
}
 #era-1862-1916, #era-1917-1946, #era-1947-1968, #era-1969-1995, #era-1996-present {
	 scroll-margin-top: 110px;
}
 .timeline__btn:hover a.nav-link, .timeline__btn:focus a.nav-link, .timeline__btn a.nav-link.is-active {
	 background: rgba(255, 248, 248, 0.5);
	 color: #3c0000;
	 cursor: pointer;
}
ul.timeline__btns-wrapper {
	 margin-left: 0;
}
 
 @media screen and (max-width: 769px) {
	 .timeline-nav .timeline__btns-wrapper {
		 gap: 0.15rem;
	}
	 .timeline-nav.is-stuck {
		 flex-direction: column;
		 padding: 20px;
		 
	}
	 .timeline-nav .timeline__btn a {
		 font-size: 1rem;
		 padding: 0.5rem;
	}
	.timeline-nav .timeline__btns-wrapper {
    gap: 0.15rem;
  }
  .timeline-nav.is-stuck .heading-group h1 {
    font-size: 2rem;
  }
  section .timeline-nav .timeline__btns-wrapper .timeline__btn {
    padding: .25rem;
  }
  section .timeline-nav .timeline__btns-wrapper .timeline__btn a {
    font-size: .85rem;
  }
/*   #era-1862-1916, #era-1917-1946, #era-1947-1968, #era-1969-1995, #era-1996-present {*/
/*	 scroll-margin-top: 180px;*/
/*}*/
}
 
 @media screen and (max-width: 750px) {
    section .timeline-nav .timeline__btns-wrapper {
      -webkit-overflow-scrolling: touch;
    }
}
 
@media screen and (max-width: 750px) {
    section .timeline-nav.is-stuck .timeline__btns-wrapper {
      flex-wrap: nowrap;
      display: flex;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      gap: 10px;
      width: 100%;
    }
    .timeline-nav.is-stuck .timeline__btns-wrapper {
      flex-wrap: nowrap;
      padding: .5rem 0;
        width: 110%;
padding-left: 10px;
align-items: start;
justify-content: left;
    }
    section .timeline-nav .timeline__btns-wrapper .timeline__btn {
      flex: 0 0 auto;
    }
  }

@media screen and (max-width: 450px) {
.timeline-wrapper .timeline__intro .heading-group .superhead, .timeline-wrapper .timeline__events .single-event .single-event__year {
    font-size: 1.5rem;
}
.timeline-wrapper .timeline__intro .heading-group h2, .timeline-wrapper .timeline__events .single-event--feature .single-event__feature-content .single-event__year {
    font-size: 1.75rem;
}
.timeline-nav .heading-group h1 {
padding-top: 1rem;
font-size: 2rem;
}


}

/* MILESTONES COMPONENT */
 .milestones-wrapper {
     display: flex;
     gap: 2rem;
}
 .milestones-wrapper .milestones__intro {
     width: 25%;
}
 .milestones-wrapper .milestones__intro h2 {
     font-family: "Work Sans", Arial, sans-serif;
     font-weight: 700;
}
 .milestones-wrapper .milestones__intro .brand-divider {
     margin: 1rem 0;
     display: flex;
     align-items: center;
     gap: 0.75rem;
     flex-wrap: nowrap;
}
 .milestones-wrapper .milestones__intro .brand-divider::before {
     content: "";
     border-top: dotted #500000 4px;
     width: 100px;
     height: 6px;
     background: #500000;
}
 .milestones-wrapper .milestones__intro .brand-divider:after {
     content: "";
     width: 100%;
     border-top: dotted #500000 4px;
}
 .milestones-wrapper .milestones__factoids {
     flex: 1;
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 1fr 1fr 1fr;
     gap: 1rem 3rem;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers {
     display: flex;
     align-items: center;
     gap: 1rem;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-value {
     display: flex;
     flex-direction: column;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-value span {
     display: block;
     font-family: "Work Sans", Arial, sans-serif;
     font-size: 2.6rem;
     font-weight: 900;
     color: #500000;
     line-height: 1;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-value:first-of-type:after {
     content: "Then";
     font-family: "Work Sans", Arial, sans-serif;
     color: #626262;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-value:last-of-type:after {
     content: "Now";
     font-family: "Work Sans", Arial, sans-serif;
     color: #626262;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-line {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 3px;
     background-color: #d6d3c4;
     margin: 0 1rem;
     width: 100%;
}
 .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-line::before, .milestones-wrapper .milestones__factoids .single-factoid .single-factoid__numbers .factoid-line:after {
     content: "";
     display: inline-block;
     background-color: #d6d3c4;
     border-radius: 50%;
     aspect-ratio: 1 / 1;
     height: 12px;
     width: 12px;
}

 .milestones-wrapper .milestones__factoids .single-factoid .superhead a {
     text-decoration: none;
 }

 .milestones-wrapper .milestones__factoids .single-factoid .superhead a:after {
     display: none;
 }

 @media screen and (max-width: 1100px) {
    .section-wrap .milestones-wrapper .milestones__intro {
         width: 100%;
    } 
 }
 @media screen and (max-width: 750px) {
     .section-wrap .milestones-wrapper .milestones__factoids {
         grid-template-columns: 1fr;
         grid-template-rows: 1fr;
    }
     .section-wrap .milestones-wrapper .milestones__factoids .factoid-line {
         min-width: 10%;
    }
    
    .section-wrap .milestones-wrapper .milestones__factoids .single-factoid__numbers .factoid-value span{
        font-size: 2rem;
    }
 }
/* then and now photos */
@media screen and (max-width: 600px) {
.section-wrap .aux-img-slider-wrapper #img-slider__icon .icon-wrapper {
	 width: 30px;
	 height: 30px;
}
 .section-wrap .aux-img-slider-wrapper #img-slider__icon .icon-wrapper svg {
	 width: 1.5rem;
	 height: 1.5rem;
}

/* ABOUT MOBILE STYLES */
.custom-content .custom-content__wrapper  .custom-content__content h2.pb-6{
    font-size: 1.75rem;
}

.page-header.page-header--primary-brand .page-header__container .page-header__content .heading-group.heading-group--display h1{
    font-size: 2rem;
}


    .video-embed{
           padding-right: 2rem;
    }
}
 
.custom-content .custom-content__sidebar .sidebar-item .testimonial-card .testimonial__image img{
  width: 75%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

/* BACK TO TOP BUTTON */

button.floting-action {
  transition: opacity 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  opacity: 0;

  border: 2px solid #fff;
  padding: 12px;
  background: rgba(80,0,0, 0.85);
  border-radius: 12px;
  cursor: pointer;

  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  color: $white;
  text-transform: uppercase;

  display: flex;
  gap: 0.58rem;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 120px;

  svg {
    fill: #fff;
    height: 30px;
    width: 50px;
    transform: scale(0.6);
  }

  &:hover,
  &:focus {
    background: rgba(80,0,0, 1);
  }
}

.sb-action {
  height: 30000px;
}

.hero.hero--celebration .hero__container .hero__content .heading-group p{
    color: #fff;
}

.work-sans-italic{
    font-family: "Work Sans", Arial, Sans-Serif !important;
    font-style: italic !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

.card .card__image img{
    aspect-ratio: auto;
}

.card-group .card-container a{
    flex: 0 0 auto;
  width: 33.33333333%;
}

.card-group .card-container a .card{
    width: 100%;
}

.inline-card-group .card-container .card {
  margin-bottom: 3.5rem;
  border-bottom: dotted 2px #d1d1d1;
  padding-bottom: 1rem;
}
p + .video-embed {
    margin-top:1rem;
}
.video-embed{
    margin: auto 0;
    width: 100%;
}

.video-embed iframe{
    padding: 0;
}

.page-header .page-header--pillars .collection.collection--bold{
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.heading-group span.digital-swag-link{
    font-weight: 600;
    font-size: 1.6rem;
    font-family: "Work Sans", Arial, sans-serif;
}

.captioned-media img{
    padding: 0;
}