html {
    scroll-padding-top: 82px;
}

body {
    background-color: #fdfdfd;
    font-family: Source-Sans-Pro, sans-serif;
    overflow-x: hidden;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

h1 {
    font-family: "utopia-std", serif;
}

h2 {
    color: #0c2646;
}

#hero img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#hero>.col-12 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    z-index: 1;
}

#hero .hero-caption {
    background: #4298b5;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-style: italic;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    width: auto;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    #hero .hero-caption {
        font-size: 14px;
        margin: 0 12px;
        position: relative;
        right: 0;
        width: calc(100% - 24px);
    }
}

#logo {
    height: auto;
    width: 105px;
}

#mobile-menu {
    border-top: 1px solid #d3d3d3;
    left: -.9375rem;
    position: absolute;
    top: 67px;
    width: calc(100% + 1.875rem);
}

#mobile-menu .menu-link {
    border-bottom: 1px solid #d3d3d3;
    padding: .5rem 0;
}

#mobile-menu-toggle {
    cursor: pointer;
    left: 1rem;
    max-width: 23px;
    position: absolute;
    width: 100%;
}

.nav-open #mobile-menu-toggle span:nth-of-type(1) {
    margin-bottom: -3px !important;
    transform: rotate(45deg);
}


.nav-open #mobile-menu-toggle span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.nav-open #mobile-menu-toggle span:nth-of-type(3) {
    display: none !important;
}


#seventy-five {
    font-size: 10rem;
    letter-spacing: -1rem;
    line-height: .9375;
}

#the-next-75 a {
    text-decoration: none;
}

#the-next-75 a h3 {
    transition: color .1s linear;
}

#the-next-75 a:hover h3 {
    color: #9adbe8;
}

#the-next-75 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

#the-next-75 .col-12 {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    #the-next-75 .text-light {
        margin-top: 30px;
    }
}

#share-your-story {
    background: #efefef;
    border-top: .5rem solid #ff8200;
    margin-top: 30px;
    padding: 5px 30px;
}

#timeline::after {
    background-color: #4298b5;
    content: '';
    display: block;
    height: 1500px;
    left: calc((200vw - 100%) * -1);
    position: absolute;
    top: 311px;
    transform: rotate(24deg);
    width: 400vw;
    z-index: -1;
}

.accent-top {
    border-top: .5rem solid #ff8200;
}

.bar {
    border-radius: 1rem;
    height: 3px;
}

.bg-dark-navy {
    background-color: #00132b;
}

.bg-gray {
    background-color: #5a5a5a;
}

.bg-light-blue {
    background-color: rgba(154, 219, 232, 1);
}

.bg-navy {
    background-color: #0c2646;
}

.bg-orange {
    background-color: #ff8200;
}

.bg-teal {
    background-color: rgba(66, 152, 181, 1);
}

.btn {
    border-radius: 0;
    font-weight: bold;
    padding: .5rem 1.5rem;
}

.btn.bg-light-blue:hover {
    background-color: rgba(154, 219, 232, .85);
}

.btn.bg-teal:hover {
    background-color: rgba(66, 152, 181, .85);
}

.color-light-blue {
    color: #4298b5;
}

.color-lighter-blue {
    color: #9adbe8;
}

.connect-cta {
    align-items: baseline;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-height: 400px;
    padding: 2rem;
}

.connect-cta h3 {
    font-weight: bold;
}

.connect-cta .content {
    z-index: 1;
}

.connect-icon {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
}

.connect-icon h3 {
    font-weight: bold;
}

.connect-icon img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.connect-quote {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    height: auto;
    justify-content: center;
    min-height: 350px;
    padding: 2rem;
    text-align: center;
}

.connect-quote span {
    font-size: 1.125rem;
}

.connect-quote .quote {
    height: auto;
    margin: .5rem 0 2rem;
    max-width: 40px;
    width: 100%;
}

.connect-video {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 350px;
    width: 100%;
}

.five {
    bottom: -10px;
    position: relative;
    right: 5px;
}

.learn-more {
    color: #9adbe8;
    font-weight: bold;
    text-decoration: none;
}

.learn-more::after {
    content: '>>';
    font-family: none;
    font-size: .75rem;
    left: 4px;
    letter-spacing: -2px;
    position: relative;
}

.learn-more:hover {
    color: #9adbe8;
    text-decoration: underline;
}

.learn-more.navy {
    color: #0c2646;
}

.menu-link {
    color: #0c2646;
    font-size: 1.125rem;
    text-decoration: none;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {

    padding-top: 56.25%;

}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.modal-body {
    background-color: #000;
    padding: 0;
}

.modal-body .connect-cta {
    min-height: 600px;
}

.modal-content {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.modal-content iframe {
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.modal-dialog {
    margin: 0 auto;
    max-width: none;
}

.modal-header {
    border-bottom: 0;
    padding: .5rem;
}

.play-button {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
    z-index: 1;
}

.play-button .arrow {
    border-bottom: 12px solid transparent;
    border-left: 24px solid #fff;
    border-top: 12px solid transparent;
    height: 0;
    margin: 0 0 0 .5rem;
    width: 0;
}

.play-button:hover .video {
    text-decoration: underline;
}

.play-button .video {
    color: #fff;
    font-weight: bold;
}

.seven {
    bottom: 10px;
    position: relative;
    right: -5px;
}

.slick-active button {
    background-color: #0c2646 !important;
    border-color: #0c2646 !important;
}

.slick-archive img {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    height: auto;
    width: 100%;
}

.slick-archive-nav {
    padding: 0 2rem;
}

.slick-archive-nav img {
    cursor: pointer;
    height: auto;
    max-width: 300px;
    width: 100%;
}

.slick-archive-nav .slick-next {
    bottom: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-archive-nav .slick-prev {
    bottom: initial;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-archive-nav .slick-slide {
    margin: 0 .5rem;
}

.slick-dots {
    bottom: -.5rem;
    display: flex !important;
    justify-content: center;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.slick-dots button {
    background-color: #fff;
    border-color: #d3d3d3;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    margin-right: 5px;
    padding: 0;
    text-indent: -99999px;
    width: 20px;
}

.slick-next,
.slick-prev {
    background-color: transparent;
    border: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    text-indent: -99999px;
    width: 20px;
    z-index: 1;
}

.slick-next::after,
.slick-prev::after {
    background-image: url(../svg/arrow.svg);
    background-position: center;
    background-size: cover;
    content: '';
    height: 1.5rem;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 1.25rem;
}

.slick-prev {
    left: 20px;
    right: initial;
}

.slick-prev::after {
    transform: rotate(180deg);
    right: 5px;
}

.slick-slide {
    overflow: hidden;
}

.slick-timeline img {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.tint {
    position: relative;
}

.tint::after {
    background: rgba(0, 0, 0, .3);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.tint.dark::after {
    background: rgba(0, 0, 0, .5);
}

.tweet {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    font-size: .875em;
    margin-bottom: 1.5rem;
    min-height: 200px;
}

.tweet.image {
    min-height: 400px;
}

.tweet img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    max-width: 100%;
}

.underline::after {
    background-color: #9adbe8;
    bottom: 0;
    content: '';
    display: block;
    height: .75rem;
    left: -5px;
    position: absolute;
    width: calc(100% + 10px);
    z-index: -1;
}

.year {
    color: #0c2646;
    font-size: 6.875rem;
    line-height: 1;
}

@media (min-width:768px) {
    #hero {
        min-height: 600px;
    }

    #hero img {
        top: -.5rem;
    }

    #the-next-75 img.smaller {
        max-width: 75%;
    }

    #the-next-75 .col-12 {
        text-align: left;
    }

    #timeline p {
        font-size: 1.125rem;
    }

    #timeline::after {
        left: calc((200vw - 100%) / -2);
        top: 231px;
        width: 200vw;
    }

    #timeline .slick-track {
        /* align-items: center; */
        display: flex;
    }

    .color-light-blue {
        font-size: 1.25rem;
    }

    .connect-cta p {
        font-size: 1.125rem;
    }

    .play-button {
        flex-direction: column;
    }

    .play-button .arrow {
        border-bottom: 30px solid transparent;
        border-left: 60px solid #fff;
        border-top: 30px solid transparent;
        margin: 0 auto .5rem;
    }

    .underline::after {
        bottom: .5rem;
    }
}

@media (min-width:992px) {
    html {
        scroll-padding-top: 126px;
    }

    #archive::after {
        background-color: #0c2646;
        border-radius: 50%;
        bottom: 0;
        content: '';
        height: 1.5rem;
        left: 6.75%;
        position: absolute;
        width: 1.5rem;
        z-index: 6;
    }

    #change-the-world {
        max-width: 60%;
    }

    #logo {
        width: 160px;
    }

    #mobile-menu {
        align-items: center;
        border-top: 0;
        left: initial;
        position: relative;
        top: 8px;
        width: auto;
    }

    #mobile-menu .menu-link {
        border-bottom: 0;
        margin-right: 1rem;
        padding: .5rem;
    }

    #the-next-75::after {
        background-color: #4298b5;
        content: '';
        display: block;
        height: 200px;
        left: -10%;
        position: absolute;
        top: 50px;
        transform: rotate(24deg);
        width: 66%;
        z-index: -1;
    }

    #timeline::after {
        top: 284px;
    }

    #timeline .slick-prev {
        left: -3.5rem;
    }

    .connect-quote {
        font-size: 1.25rem;
    }

    .connect-quote span {
        font-size: .875rem;
    }

    .menu-link:last-of-type {
        margin: 0;
    }

    .modal-dialog {
        max-width: 75%;
    }

    .rope::before {
        background-color: #000;
        content: '';
        height: 100%;
        left: 8%;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 5;
    }

    .rope-knot::before {
        background-color: #4298b5;
        border-radius: 50%;
        content: '';
        height: 1.5rem;
        left: 6.75%;
        position: absolute;
        top: 75px;
        width: 1.5rem;
        z-index: 6;
    }

    .rope-knot.gold::before {
        background-color: #ff8200;
        top: 55px;
    }

    .rope-knot.blue::before {
        background-color: #0c2646;
        top: 60px;
    }
}

@media (min-width:1200px) {
    #archive::after {
        left: 7%;
    }

    #timeline::after {
        top: 324px;
    }

    #timeline .slick-prev {
        left: -5rem;
    }

    .rope-knot::before {
        left: 7%;
    }
}

@media (min-width:1400px) {
    #timeline::after {
        top: 365px;
    }

    #timeline .slick-prev {
        left: -5.5rem;
    }
}
