/* styles specific to 2023 revisions */

/* nav */
.wrapper-navbar,
.wrapper-nav {
    margin-top: 0;
    top: 0;
}
.container-navbar {
    width: 83%;
}
.nav-menu,
.nav-menu p,
.nav-menu p a {
    color: white;
    border-color: white;
}
.nav-menu {
    width: 190px;
    top: 33%;
    margin: 0 3.5% 0 0;
    padding: 0;
}
.wrapper-navbar .hamburger-menu {
    background-image: url("./images/hamburger-mobile.png");
}
.open-menu a,
.container-navbar {
    color: black;
}
.border-fr-purple {
    border-color: black;
}
.showMenu {
    padding-top: 100px;
}
.showMenu > div > p,
.showMenu .container-menu > span {
    display: none;
}
.showMenu .nav-menu {
    position: absolute;
    top: 10px;
    right: 3%;
}
.hamburger-menu-trigger a,
.hamburger-menu-trigger a:hover,
.hamburger-menu-trigger a:visited,
.hamburger-menu-trigger a:active {
    color: white;
}
#sticky-menu-fr a,
#sticky-menu-fr a:hover,
#sticky-menu-fr a:visited { 
    text-decoration: none;
    color: black;
}
/* container element widths */
#maxwidth-container {
    width: 100%;
    max-width: 1384px;
    margin: 0 auto;
    padding: 0;
}
.wrapper {
    max-width: none;
    margin: 0;
    padding: 0;
}
body > section,
body > div,
body > footer {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
body section > div,
body section > h2,
body section > hr.section-divider {
    width: 75%;
    max-width: none;
    margin: 0 auto 0 10%;
}
body section > hr.section-divider {
    height: 2.5vw;
    margin-top: 6em;
    margin-bottom: 5em;
}
.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
body > section div.wider {
    width: 116%;
    margin-left: -10%;
}
.col-20,
.col-25,
.col-33,
.col-50,
.col-66 {
    padding-left: 0;
    padding-right: 0;
}
.col-20 {
    width: 19%;
    padding-left: 0;
    padding-right: 1%;
}
.col-50 {
    padding-right: 3%;
}
.col-66 {
    width: 66.6%;
}

/* hero header */
#hero {
    width: 100%;
    height: auto; /* height of hero is dynamically determined by the image inside it */
    background-position: 0 0;
    padding: 0;
    margin-bottom: 6em;
}
#hero > img.hero-desktop {
    display: block;
    width: 100%;
    height: auto;
}
#hero > img.hero-mobile {
    display: none;
}
#hero .hero-content {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
}
#hero .hero-content img {
    width: 29.2%;
    height: auto;
    margin: 0 0 1vw 0;
}
#hero .hero-content h1 {
    color: white;
    font-size: 4.6vw;
    line-height: 1em;
    text-transform: uppercase
}
#hero .hero-content h2 {
    color: white;
    font-size: 2.3vw;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 1.3vw 0 0 0;
}
#hero .hero-content h3 {
    color: white;
    font-size: 1.3vw;
    line-height: 1.0em;
    text-transform: uppercase;
    margin: 1.3vw 0 0 0;
}
section > h2 {
    color: #ab1d60;
    max-width: 77%;
    font-size: 2.3rem;
    line-height: 1.2em;
    width: 100%;
}
section div h3 {
    color: #ab1d60;
    max-width: 75%;
    font-size: 1.2rem;
    line-height: 1.2em;
    width: 100%;
    margin-top: 30px;
}
section div h3.center {
    text-align: center !important;
    width: 100%;
    max-width: none;
}
hr.section-divider {
    height: 3.2vw;
    background-image: url('./images/2023/divider-line.png');
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: 0;
    padding: 0;
    margin: 2em auto;
}
hr.section-divider.spaced {
    margin: 6em auto;
}

/* icon rows */
.wrapper-icon-text p.bold {
    margin-top: 0.5em;
}
.wrapper-icon-text p.detail {
    font-size: 0.88rem;
    line-height: 1.5em;
    font-weight: normal;
    color: black;
    margin-top: -0.25em;    
}

/* green pullout right box */
section > div > .pullout-right {
    background-color: #99cc33;
    width: 33%;
    max-width: 350px;
    padding: 2vw;
    float: right;
    display: block;
    margin: 0 0 3vw 3vw;
}
section > div > .pullout-right h4 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
}
section > div > .pullout-right p {
    font-size: 2.15vw;
    font-weight: bold;
    line-height: 1.7em;
    text-align: left;
    width: 95%;
}

.col-33 .wrapper-icon {
    width: 52%;
}
.col-25 .wrapper-icon {
    width: 60%;
}
.max-60 {
    max-width: 60%;
}
.wrapper-icon-text p {
    color: #ab1d60;
    max-width: 80%;
    font-size: 1.2rem;
    line-height: 1.2em;
    width: 100%;
    margin-top: 30px;
}
.wrapper-letter1-img-text {
    margin-top: 4em;
}
.clear {
    clear: both;
}

/* yellow inline highlight box */
section > div div.highlight-box {
    width: 90%;
    margin: -0.5em 0 2em 0;
    padding: 1.5em 2em 0.5em 2em;
    background-color: #fed32f;
}
section > div div.highlight-box p {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
    display: block;
}
section > div div.highlight-box .embed-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin: 2em 0;
    width: 100%;
}
section > div div.highlight-box iframe {    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* impact stats counters */
#impact-stats h5 {
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
}
#impact-stats h1 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: bold;
    color: black;
}

/* notable activities list */
h3.activities-list {
    width: 100%;
    max-width: none;
    margin: 3.5em 0 0 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.4em;
}
.fr h3.activities-list {
    margin-top: 2.25em;
}
ul.activities-list {
    list-style-type: disc;
    margin-left: -1.5em;
    text-indent: 0;
}
ul.activities-list li {
    font-size: 16px;
    margin-top: 0.65em;
    margin-bottom: 0.65em;
}

/* image banners with block text */
.banner-with-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 0 4em 0;
    padding: 0;
}
.banner-with-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.banner-with-image h2 {
    font-size: 4.7vw;
    line-height: 1.25em;
    color: white;
    text-transform: uppercase;
    width: 75%;
    padding: 0 0 0 10%;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    bottom: 17%;
}
.banner-with-image#recognition-lists h2 {
    bottom: 40%;
}

/* images popping out right and left */
section div.popped-wide-right,
section div.popped-wide-left {
    width: 90%;
    max-width: none;
    padding: 0 0 0 0;
    margin: 0 0 0 10%;
}
section div.popped-wide-left {
    margin: 0 10% 0 0;
    width: 90%;
}
section div.popped-wide-right p,
section div.popped-wide-left p {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
section div.popped-wide-right p.not-quite-full,
section div.popped-wide-left p.not-quite-full {
    max-width: 86%;
}
section div.popped-wide-left p.not-quite-full {
    max-width: none;
    padding-left: 10%;
}
section div.popped-wide-right img,
section div.popped-wide-left img {
    display: block;
    clear: none;
    float: right;
    min-width: auto;
    max-width: none;
    margin: 0 0 2vw 3vw;
    width: 44%;
    height: auto;
}
section div.popped-wide-left img {
    float: left;
    margin: 0 2vw 0 3vw;
}
section div.popped-wide-right figure {
    display: block;
    clear: none;
    float: right;
    min-width: auto;
    max-width: none;
    margin: 0 0 2vw 3vw;
    width: 44%;
    height: auto;
}
section div.popped-wide-left figure {
    display: block;
    clear: none;
    float: left;
    min-width: auto;
    max-width: none;
    margin: 0 2vw 0 3vw;
    width: 44%;
    height: auto;
}
section div.popped-wide-right figure img,
section div.popped-wide-left figure img,
section div.popped-wide-right figure figcaption,
section div.popped-wide-left figure figcaption {
    width: 100%;
    float: none;
    margin: 0
}
section div.popped-wide-left figure figcaption span {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13.5px;
}
section div.popped-wide-right figure figcaption span {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 13.5px;
}
section div.popped-wide-right figure figcaption span.before,
section div.popped-wide-left figure figcaption span.before {
    width: 51.5%;
}
section div.popped-wide-right figure figcaption span.after,
section div.popped-wide-left figure figcaption span.after {
    width: 48.5%;
}
/* blockquote */
section > blockquote {
    width: 73%;
    margin: 1em 0 1em 10%;
    color: #8a9b01;
    font-size: 2.8vw;
    font-weight: normal;
    line-height: 1.25em;
    padding: 0;
}
section > blockquote span {
    display: block;
    clear: both;
    float: none;
    margin: 0.25em 0 0 0;
    font-size: 1.4vw;
    font-style: none;
}

a,
a:visited,
a:active {
    color: #1177a7;
    text-decoration: none;
}
a:hover {
    color: #1177a7;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

/* ivco report and video */
.ivco-report-video {
    margin-top: 3em;
}
.ivco-report-video #ivco-cover {
    width: 75%;
    height: auto;
    text-decoration: none;
    margin: -1.40em 0 0.75em 0;
    padding: 0;
}
.ivco-report-video .embed-video-column {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    width: 87%;
    margin: 0 0 0 13%;
    height: auto;
}
.ivco-report-video p.below-video {
    margin-left: 13%;
    margin-top: 0.75em;
}
.ivco-report-video .embed-video-column iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

 /* bullet lists */
 ul.bullets {
    list-style-type: disc;
 }
 ul.bullets li {
    margin-left: -2%;
    margin-bottom: 0.5em;
    text-indent: 0;
 }

 /* join button */
 p.join-button {
    width: 100%;
    text-align: center;
 }
 p.join-button button {
    width: auto;
    background-color: #3ab2eb;
    padding: 1em 4em 1em 2.1em;
    border-radius: 2em;
    color: black;
    box-shadow: 0;
    border: 0;
    text-align: center;
    font-size: 1.3vw;
    font-weight: bold;
    margin: 4em auto;
    background-image: url('./images/2023/button-arrow.png');
    background-position: right 6% top 50%;
    background-repeat: no-repeat;
    background-size: 2% auto;
 }
 p.join-button button:hover {
    margin-top: 3.9em;
    margin-bottom: 4.1em;
 }
 p.heading-color {
    color: #ab1d60;
 }
 .embed-video-full {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    width: 100%;
    margin: 0;
    height: auto;
 }
 .embed-video-full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 .two-columns-with-gap > div {
    width: auto;
    padding: 0;
    margin: 0;
 }
 .two-columns-with-gap > div img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
 }
 .two-columns-with-gap > div:first-child {
    width: 96%;
    padding: 0 4% 0 0;
 }
 .two-columns-with-gap  > div:last-child {
    width: 96%;
    padding: 0 0 0 4%;
 }
 .two-columns-with-gap  > div:last-child > div {
    margin-bottom: 1em;
 }

/* my voice section by the numbers cols */
.wrapper-for-each.voice-numbers {
    margin: 1em auto 1.5em auto;
}
.wrapper-for-each.voice-numbers div.col-33 h1 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0.2em auto;
    padding: 0;
}
.wrapper-for-each.voice-numbers div.col-33 p {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 auto;
}

/* carousel */
.carousel-heading {
    padding-left: 10.5%;
    padding-top: 3vw;
}
.carousel {
    width: 100%;
    height: 39vw;
    clear: both;
    display: block;
    position: relative;
    padding: 3% 6% 6% 6%;
    margin-top: 3%;
    margin-bottom: 6%;
    max-width: 90%;
    background-color: #fef4ea;
    display: block;
    position: relative;
}
#carousel-2 {
    height: 63vw;
}
.carousel .carousel-left,
.carousel .carousel-right {
    width: 1.5%;
    height: auto;
    position: absolute;
    top: 47%;
    left: 3%;
    cursor: pointer;
    z-index: 999;
}
.carousel .carousel-right {
    left: auto;
    right: 1.5%;
}
.carousel .carousel-scroller {
    width: 83%;
    height: 90%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 3% 10.5%;
}
.carousel ul {
    width: 99999px;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 0 3%;
}
.carousel ul li {
    width: 90%;
    display: block;
    position: relative;
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
}
.carousel ul li img {
    display: block;
    clear: none;
    float: left;
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0 3% 0 0;
}
.carousel ul li > div {
    display: block;
    clear: none;
    float: left;
    width: 32%;
    height: auto;
    margin: 0;
    padding: 0;
}
.carousel ul li h4 {
    font-size: 1.4vw;
    line-height: 1.3em;
    font-weight: bold;
    color: #ab1d60;
}
.carousel ul li p {
    font-size: 1.05vw;
    line-height: 1.05em;
    font-weight: normal;
    color: black;
    margin: 0 0 1vw 0;
}
.carousel-dots {
    width: 102%;
    height: 10px;
    position: absolute;
    bottom: 3vw;
    left: 0;
    text-align: center;
}
.carousel-dots > p {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    background-color: #cacaca;
    margin: 0 3px !important;
    padding: 0;
    clear: none;
    display: inline-block;
}
.carousel-dots > p.current {
    background-color: black;
}
div.legacy-wrapper {
    display: flex;
    flex-direction: row;
}
p.legacy-intro {
    margin: 2.5em 0 0 2em;
    font-size: 1.2em;
    text-align: left;
}
#legacy-circle .col-25 {
    flex: 1;
}
#legacy-circle .col-75 {
    flex: 2;
}

/* footer image banners */
.footer-with-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 0 4em 0;
    padding: 0;
}
.footer-with-image > img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.footer-with-image > div {
    width: 75%;
    padding: 0 0 0 10%;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    top: 27%;
}
.footer-with-image h2 {
    font-size: 2.3rem;
    line-height: 1.2em;
    color: white;
    margin-bottom: 2vw;
}
.footer-with-image .col-20,
.footer-with-image .col-25 {
    text-align: center;
    padding-top: 0;
}
.footer-with-image p,
.footer-with-image p a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2em;
    color: white;
    text-decoration: none;
}
.footer-with-image .wrapper-for-each div:hover a,
.footer-with-image .wrapper-for-each div:hover p {
    color: white;
    text-decoration: underline;
}
.footer-with-image .wrapper-for-each img {
    width: 40%;
    height: auto;
    margin: 3vw auto 0.85em auto;
}
.footer-with-image .wrapper-for-each div:hover img {
    width: 43%;
    margin-bottom: 0.55em;
}
footer.footer-with-image .wrapper-for-each {
    margin-left: 4%;
}
footer.footer-with-image .wrapper-for-each img {
    width: 25%;
}
footer.footer-with-image .wrapper-for-each div:hover img {
    width: 27%;
    margin-bottom: 0.65em;
}
footer.footer-with-image {
    margin-top: -4em;
    margin-bottom: 0;
}
.mobile-hide {
    display: block;
}
.desktop-hide {
    display: none;
}
p.neg-margin-bottom {
    margin-bottom: -1vw;
}
img.donut {
    width: 70%;
}
.pullup {
    margin-top: -35px;
}

@media screen and (max-width: 1050px) {
    section div.popped-wide-right p.not-quite-full,
    section div.popped-wide-left p.not-quite-full {
        max-width: none;
    }
    #maxwidth-container > section.footer-with-image,
    #maxwidth-container > footer.footer-with-image {
        height: 82vw;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #maxwidth-container > footer.footer-with-image {
        height: 120vw;
    }
    #maxwidth-container > section.footer-with-image > img,
    #maxwidth-container > footer.footer-with-image > img {
        width: auto;
        height: 100%;
        margin-left: -50%;
    }
    #maxwidth-container > section.footer-with-image > div,
    #maxwidth-container > footer.footer-with-image > div {
        width: 92%;
        margin: 0 auto 0 4%;
        padding: 0;
        top: 18%;
    }
    #maxwidth-container > section.footer-with-image h2,
    #maxwidth-container > footer.footer-with-image h2 {
        font-size: 5vw;
    }
    #maxwidth-container > section.footer-with-image p,
    #maxwidth-container > footer.footer-with-image p {
        font-size: 3.5vw;
        line-height: 1.5em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #maxwidth-container > section.footer-with-image .wrapper-for-each-mobile,
    #maxwidth-container > footer.footer-with-image .wrapper-for-each-mobile {
        display: block
    }
    #maxwidth-container > section.footer-with-image .col-20,
    #maxwidth-container > footer.footer-with-image .col-20 {
    width: 33%;
    float: left;
    margin: 0;
    padding: 0;
    height: 27vw;
    }
    #maxwidth-container > section.footer-with-image .col-20 p,
    #maxwidth-container > footer.footer-with-image .col-20 p {
        padding-top: 0;
        line-height: 1.0em;
        font-size: 2.8vw;
    }
    #maxwidth-container > footer.footer-with-image .footer-instagram {
        margin-left: 17%;
    }
    .mobile-hide {
        display: none !important;
    }    
}

@media screen and (max-width: 888px) {
    .container-navbar {
        width: 100%;
    }
    .nav-menu {
        width: auto;
        margin-right: 1%;
    }
    #maxwidth-container {
        width: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 0;
    }
    body section > div,
    body section > hr.section-divider,
    body section > h2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #maxwidth-container > section {
        width: 92%;
        max-width: none;
        min-width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }
    #maxwidth-container > section.banner-with-image,
    #maxwidth-container > section#hero {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .banner-with-image h2 {
        bottom: 25%;
        font-size: 5vw;
    }
    .banner-with-image h2 br {
        display: none;
    }
    #hero {
        margin-bottom: 3em;
    }
    #hero > img.hero-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
    #hero > img.hero-desktop {
        display: none;
    }
    #hero .hero-content {
        position: absolute;
        top: 47%;
        left: 3.5%;
        width: 100%;
    }
    #hero .hero-content img {
        width: 36%;
    }
    #hero .hero-content h1 {
        font-size: 9.8vw;
        margin-top: 2vw;
    }
    #hero .hero-content h2 {
        font-size: 4.6vw;
    }
    #hero .hero-content h3 {
        font-size: 2.6vw;
        margin-top: 2.2vw;
    }    
    hr.section-divider {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .mobile-hide {
        display: none !important;
    }
    .desktop-hide {
        display: block !important;
    }
    .text-justify p {
        text-align: left;
    }
    .carousel {
        width: 98% !important;
    }
    .carousel .carousel-left,
    .carousel .carousel-right {
        width: 2%;
        top: 25%;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    .carousel {
        width: 100% !important;
        max-width: none;
        height: 292vw;
    }
    .carousel .carousel-left {
        left: 3%;
    }
    .carousel .carousel-right {
        right: 3%;
    }
    #carousel-2 {
        height: 357vw;
    }
    .fr #carousel-2 {
        height: 395vw;
    }
    .carousel .carousel-scroller {
        width: 82% !important;
        margin-left: 10% !important;
    }
    .carousel ul li img {
        width: 100%;
        margin: 0;
        clear: both;
        float: none;        
    }
    .carousel ul li > div {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
            width: 81%;
    }
    .carousel ul li h4 {
        font-size: 4.2vw;
        padding: 0;
        margin-left: 0;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .carousel ul li p {
        font-size: 4.0vw;
        line-height: 1.4em;
        width: 80% !important;
        margin: 0 0 2vw 0 !important;
        padding: 0 !important;
        text-align: left;
        white-space: normal;
    }
    .carousel-dots {
        bottom: 7vw;
    }
    .carousel-heading {
        font-size: 4.2vw;
        padding-top: 6vw;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section > div div.highlight-box,
    section > div > .pullout-right {
        width: 100%;
        max-width: none;
        clear: both;
        float: none;
        margin: 2em auto;
        padding: 2em 2em;
    }
    section > div > .pullout-right h4 {
        font-size: 1.1em;
        line-height: 2em;
    }
    section > div > .pullout-right p {
        font-size: 1.3em;
    }
    section > div > .pullout-right p br {
        display: none;
    }
    .col-20,
    .col-25,
    .col-33,
    .col-50,
    .col-66,
    .col-75 {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-20 .wrapper-icon,
    .col-25 .wrapper-icon,
    .col-33 .wrapper-icon,
    .col-50 .wrapper-icon,
    .col-66 .wrapper-icon,
    .col-75 .wrapper-icon {
        width: 60%;
    }
    section > h2,
    .max-60 {
        max-width: none;
    }
    .wrapper-icon-text p {
        max-width: none;
        width: 80%;
        text-align: center;
        margin-top: -1em !important;
    }
    h3.activities-list {
        margin-top: 0;
    }
    section div.popped-wide-right,
    section div.popped-wide-left {
        width: 100%;
        margin: 0;
    }
    section div.popped-wide-right img, 
    section div.popped-wide-left img {
        display: block;
        clear: both;
        float: none;
        min-width: auto;
        max-width: none;
        margin: 2em 0;
        width: 100%;
            width: 66%;
        height: auto;
    }
    section > blockquote {
        width: 94%;
        margin: 1em 0 1em 3%;
        font-size: 5.8vw;
        padding: 0;
    }
    section > blockquote span {
        font-size: 3.8vw;
        line-height: 1.2em;
        width: 90%;
        margin-left: 5%;
        text-align: right;
        margin-top: 1em;
    }
    .ivco-report-video {
        margin-top: 0;
    }
    .ivco-report-video .col-33,
    .ivco-report-video .col-66 {
        width: 100%;
        margin-left: 0;
    }
    .ivco-report-video #ivco-cover,
    .ivco-report-video .embed-video-column {
        width: 100%;
        margin: 1em 0 0 0;
    }
    .ivco-report-video p.below-video {
        margin-left: 0;
    }
    p.join-button button {
        width: 100%;
        font-size: 4.3vw;
        text-align: center;
        margin: 0.25em 0;
        padding-left: 8%;
        padding-right: 8%;
        background-image: none;
    }
    p.join-button button:hover {
        margin-top: 0.23em;
        margin-bottom: 0.27em;
    }
    .two-columns-with-gap > div:first-child,
    .two-columns-with-gap > div:last-child,
    section div.popped-wide-left p.not-quite-full {
        width: 100%;
        padding: 0;
    }
    .government-funders.col-50 {
        width: 100%;
        padding-right: 0;
    }
    p.legacy-intro {
        margin: 0 0 -2.5em 0;
    }
    div.legacy-wrapper {
        display: flex;
        flex-direction: column;
    }
    p.legacy-intro {
        margin: 2.5em 0 0 2em;
        font-size: 1.2em;
        text-align: left;
    }
    #legacy-circle .col-25 {
        flex: 1;
        text-align: center;
    }
    #legacy-circle .col-25 img {
        width: 65%;
        padding: 0;
        margin: 0;
    }
    #legacy-circle .col-75 {
        flex: 1;
        padding-top: 0;
        padding-left: 0;
        padding-right: 3%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1440px) {
    section > div > .pullout-right {
        padding-left: 25px;
        padding-right: 25px;
    }
    section > div > .pullout-right p {
        font-size: 31px !important;
    }
}