/*** BODY ***/
body {
    position: relative;  
}
main {
    overflow-x: hidden;
}
footer {
    margin-top: -2px;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 50px;
    top: 33vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: 7px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
}
#navbar-circles li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*#navbar-circles li.active > a,
#navbar-circles li.active > a:focus,
#navbar-circles li.active > a:hover {
    background: #fff;
}*/
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles .nav-link {
    display: block !important;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}
/* >> Nav Circles - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #navbar-circles {
        top: 37vh;
    }
}

/*** M/PACT LINKS ***/
a.mpact-link,
button.mpact-btn {
    background: transparent;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 7px 0;
    border: 1px solid transparent;
    margin-top: 40px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border: 2px solid white;
    padding: 7px 20px;
    border-radius: 20px;
    white-space: nowrap;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    a.mpact-link,
button.mpact-btn {
    white-space: normal;
}
}
/*a.mpact-link:not(.asia)::after,
button.mpact-btn:not(.asia)::after {
    width: 100%;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    position: relative;
    top: 7px;
}
a.mpact-link::before,
button.mpact-btn::before {
    width: 100%;
    border-top: 1px solid transparent;
    content: "";
    display: block;
    position: relative;
    top: -9px;
}
a.mpact-link:hover::before,
button.mpact-btn:hover::before {
    border-top: 1px solid #fff;
}*/

/*** INTRODUCTION VIDEO  ***/
#introduction-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
#introduction-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Introduction Video - Video */
#introduction-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
#introduction-video-wrapper .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* >> Introduction Video - Text Overlay */
#introduction-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    max-width: 1050px;
    padding: 0 20px;
}
#introduction-video-wrapper .text-overlay img.logo-img {
    width: 350px;
    display: block;
    margin: 0 auto 7rem;
}
#introduction-video-wrapper .text-overlay h1.outline-header {
    position: absolute;
    left: -200%;
    top: -200%;
}
#introduction-video-wrapper .text-overlay h2,
#introduction-video-wrapper .text-overlay p {
    color: #fff;
    display: block;
    text-align: center;
}
#introduction-video-wrapper .text-overlay h2 {
    display: block;
    font-size: 43px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin: 0;
    text-transform: none;
}
#introduction-video-wrapper .text-overlay h3 {
    display: block;
    font-size: 25px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin: -35px 0 35px;
    text-transform: none;
    text-align: center;
}
#introduction-video-wrapper .text-overlay small {
    text-align: center;
    display: block;
    margin-top: 4rem;
}
#introduction-video-wrapper .text-overlay p {
    font-size: 18px;
    margin: 15px auto 0;
    width: 100%;
}
#introduction-video-wrapper .text-overlay a {
    display: block;
    width: 140px;
    margin: 50px auto 0;
    text-decoration: none;
}
#introduction-video-wrapper .text-overlay a.normalLink {
    display: inline;
    color: white;
    text-decoration: underline;
}
#introduction-video-wrapper .text-overlay a img {
    width: 75px;
    display: block;
    margin: 0 auto 15px;
}
#introduction-video-wrapper .text-overlay a span {
    display: block;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
}
#introduction-video-wrapper .text-overlay h2.asia {
    margin-bottom: 100px;
}
#introduction-video-wrapper .text-overlay img.asia {
    margin-bottom: 0;
}
/* >> Introduction Video - Media Queries */
@media only screen and (max-width: 1150px) {
    #introduction-video-wrapper .text-overlay h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    #introduction-video-wrapper .text-overlay h2 {
        font-size: 30px;
    }
    #introduction-video-wrapper .text-overlay p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    #introduction-video-wrapper .text-overlay img.logo-img {
        width: 250px;
    }
}
/* >> Introduction Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #introduction-video-wrapper .text-overlay img.logo-img {
        width: 450px;
    }
    #introduction-video-wrapper .text-overlay {
        max-width: 1200px;
    }
    #introduction-video-wrapper .text-overlay h2 {
        font-size: 60px;
    }
    #introduction-video-wrapper .text-overlay p {
        max-width: 1000px;
        font-size: 25px;
    }
}
/* >> Introduction Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #introduction-video-wrapper .text-overlay h2 {
        font-size: 20px;
    }
}
/* >> Introduction Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #introduction-video-wrapper .text-overlay img.logo-img {
        width: 200px;
    }
    #introduction-video-wrapper .text-overlay h2 {
        font-size: 20px;
    }
    #introduction-video-wrapper .text-overlay p {
        font-size: 15px;
    }
    #introduction-video-wrapper .text-overlay a {
        margin: 30px auto 0;
    }
    #introduction-video-wrapper .text-overlay a span {
        font-size: 14px;
    }
    #introduction-video-wrapper .video-container {
        height: 110vh;
    }
    #introduction-video-wrapper .video-container video {
        height: 110vh;
    }
}

/*** CLIMATE CHANGING VIDEO  ***/
#climate-changing-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
#climate-changing-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Climate Changing Video - Video */
#climate-changing-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
#climate-changing-video-wrapper .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* >> Climate Changing Video - Text Overlay */
#climate-changing-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10;
    width: 100%;
    max-width: 1050px;
}
#climate-changing-video-wrapper .text-overlay h2,
#climate-changing-video-wrapper .text-overlay p {
    color: #fff;
    display: inline-block;
    text-align: left;
}
#climate-changing-video-wrapper .text-overlay h2 {
    font-size: 55px;
    width: 350px;
    font-weight: 700 !important;
    text-transform: none;
}
#climate-changing-video-wrapper .text-overlay p {
    font-size: 22px;
    font-weight: 500 !important;
    letter-spacing: 2px;
    width: 100%;
    max-width: 600px;
    margin-left: 50px;
    position: relative;
    top: -5px;
}
#climate-changing-video-wrapper .text-overlay p.fr {
    max-width: 525px;
}
#climate-changing-video-wrapper .text-overlay h2.fr {
    width: 460px;
}
#climate-changing-video-wrapper .text-overlay h2.ch {
    width: 450px;
}
#climate-changing-video-wrapper .text-overlay h2.es {
    width: 440px;
}
#climate-changing-video-wrapper .text-overlay.ch {
    max-width: 1150px;
}
#climate-changing-video-wrapper .text-overlay p::before {
    display: block;
    content: "";
    width: 150px;
    border-top: 2px solid #fff;
    position: relative;
    top: -15px;
}
/* >> Climate Changing Video - Media Queries */
@media only screen and (max-width: 1180px) {
    #climate-changing-video-wrapper .text-overlay h2,
    #climate-changing-video-wrapper .text-overlay p {
        display: block;
    }
    #climate-changing-video-wrapper .text-overlay p {
        margin-left: 0;
        top: auto;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    #climate-changing-video-wrapper .text-overlay {
        padding: 0 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #climate-changing-video-wrapper .text-overlay h2,
    #climate-changing-video-wrapper .text-overlay p {
        text-align: center;
    }
    #climate-changing-video-wrapper .text-overlay h2 {
        font-size: 45px;
        width: 100%;
    }
    #climate-changing-video-wrapper .text-overlay p {
        margin: 30px auto 0;
    }
    #climate-changing-video-wrapper .text-overlay p::before {
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    #climate-changing-video-wrapper .text-overlay h2 {
        font-weight: 600 !important;
        font-size: 45px;
    }
    #climate-changing-video-wrapper .text-overlay p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px) {
    #climate-changing-video-wrapper .text-overlay h2 {
        font-size: 35px;
    }
    #climate-changing-video-wrapper .text-overlay h2.ch {
        width: auto;
    }
}
@media only screen and (max-width: 550px) {
    #climate-changing-video-wrapper .text-overlay p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    #climate-changing-video-wrapper .text-overlay h2 {
        font-size: 28px;
    }
}
/* >> Climate Changing Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #climate-changing-video-wrapper .text-overlay {
        max-width: 1300px; 
    }
    #climate-changing-video-wrapper .text-overlay h2 {
        font-size: 65px;
        width: 400px;
    }
    #climate-changing-video-wrapper .text-overlay p {
        font-size: 28px;
        max-width: 750px;
    }
}
/* >> Climate Changing Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #climate-changing-video-wrapper .text-overlay h2 {
        font-size: 24px;
    }
}

/*** PROTECT HUMANITY VIDEO  ***/
#protect-humanity-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
#protect-humanity-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Protect Humanity Video - Video */
#protect-humanity-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Protect Humanity Video - Text Overlay */
#protect-humanity-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
    z-index: 10;
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
}
#protect-humanity-video-wrapper .text-overlay.fr {
    max-width: 600px;
}
#protect-humanity-video-wrapper .text-overlay h2,
#protect-humanity-video-wrapper .text-overlay p {
    color: #fff;
    display: block;
    text-align: left;
}
#protect-humanity-video-wrapper .text-overlay h2 {
    display: block;
    font-size: 45px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin: 0 0 35px;
    text-transform: none;
}
#protect-humanity-video-wrapper .text-overlay p {
    font-size: 18px;
    margin: 0;
}
#protect-humanity-video-wrapper .text-overlay p sup {
    top: -0.2em;
}
/* >> Protect Humanity Video - Media Queries */
@media only screen and (max-width: 1600px) {
    #protect-humanity-video-wrapper .text-overlay {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@media only screen and (max-width: 1300px) {
    #protect-humanity-video-wrapper .text-overlay {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 600px;
    }
    #protect-humanity-video-wrapper .text-overlay h2,
    #protect-humanity-video-wrapper .text-overlay p {
        text-align: center;
    }
    #protect-humanity-video-wrapper .text-overlay a.mpact-link {
        margin: 40px auto 0;
        width: 265px;
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    #protect-humanity-video-wrapper .text-overlay {
        max-width: 750px;
    }
    #protect-humanity-video-wrapper .text-overlay h2 {
        font-size: 35px;
    }
    #protect-humanity-video-wrapper .text-overlay p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    #protect-humanity-video-wrapper .text-overlay h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }
    #protect-humanity-video-wrapper .text-overlay a.mpact-link {
        margin: 20px auto 0;
    }
}
/* >> Protect Humanity Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #protect-humanity-video-wrapper .text-overlay {
        max-width: 700px;
    }
    #protect-humanity-video-wrapper .text-overlay h2 {
        font-size: 65px;
    }
    #protect-humanity-video-wrapper .text-overlay p {
        font-size: 25px;
    }
}
/* >> Protect Humanity Video - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #protect-humanity-video-wrapper .text-overlay p {
        font-size: 15px;
    }
}
/* >> Protect Humanity Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #protect-humanity-video-wrapper .text-overlay p {
        font-size: 15px;
    }
}
/* >> Protect Humanity Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #protect-humanity-video-wrapper .text-overlay h2 {
        font-size: 25px;
    }
}


/*** Net Zero ***/
#net-zero-wrapper {
    height: fit-content;
    min-height: 100vh;
    background-image: url('/-/media/96F00A06087E4C68A99498D671FD4F85.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* top: -2px; */
}
#net-zero-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK -- */
    height: 1px;
    /* -- END IE 11 HACK -- */
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Net Zero - Content */
#net-zero-wrapper h1,
#net-zero-wrapper p,
#net-zero-wrapper h2,
#net-zero-wrapper h3,
#net-zero-wrapper strong {
    /* width: 100%; */
    color: #fff;
    text-align: left;
    display: block;
    line-height: 150%;
}
#net-zero-wrapper h1 {
    font-size: 80px;  
    letter-spacing: 5px;
    margin-bottom: 15px;
    font-weight: 600 !important;
}
#net-zero-wrapper h1 span {
    color: #f2cd51;
}
#net-zero-wrapper h2 {
    font-size: 55px;
    font-weight: 600 !important;
    text-transform: none;
}
#net-zero-wrapper h3 {
    font-size: 36px;
    font-weight: 400 !important;
    text-transform: none;
    margin-bottom: 3rem;
}
#net-zero-wrapper a {
    /* text-decoration: underline;
    color: white;
    font-size: 18px;
    font-weight: 600 !important;
    text-underline-position: under; */
}
#net-zero-wrapper p {
    font-size: 18px; 
    line-height: 150%; 
}
#net-zero-wrapper .buttons {
    text-align: left;
    margin-top: 40px;
}
#net-zero-wrapper a.mlkn-button {
    /* width: 300px;
    background: #212121;
    border: 1px solid #212121;
    text-align: center;
    color: #fff;
    font-weight: 700 !important; */
}
#net-zero-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
}
/* >> Net Zero - Media Queries */
@media only screen and (max-width: 1200px) {
    #net-zero-wrapper {
        background-position-x: 25%;
    }
}
@media only screen and (max-width: 991px) {
    #net-zero-wrapper h1 {
        font-size: 70px;  
    }
    #net-zero-wrapper h2 {
        font-size: 45px;
    }
    #net-zero-wrapper p {
        font-size: 16px;  
    }
    #net-zero-wrapper a {
        /* font-size: 14px; */
    }
    #net-zero-wrapper h3 {
        font-size: 30px;
    }
    #net-zero-wrapper a.mlkn-button {
        /* display: block;
        margin: 20px auto !important; */
    }
}
@media only screen and (max-width: 767px) {
    #net-zero-wrapper h1 {
        font-size: 60px;  
    }
    #net-zero-wrapper {
        background-position-x: 50%;
    }
}
@media only screen and (max-width: 600px) {
    #net-zero-wrapper h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 500px) {
    #net-zero-wrapper a.mlkn-button {
        /* width: auto; */
    }
    #net-zero-wrapper h2 {
        font-size: 28px;
    }
    #net-zero-wrapper h3 {
        font-size: 22px;
    }
}
/* >> Net Zero - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    /* #net-zero-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
        font-weight: 600 !important;
    } */
}
/* >> Net Zero - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #net-zero-wrapper h1 {
        font-size: 35px;
    }
}
/* >> Net Zero - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #net-zero-wrapper h1 {
        font-size: 27px;
    }
}


/*** HOLISTIC APPROACH ***/
#holistic-approach-wrapper {
    background-image: url('/-/media/CCAC42037CCA4E14916C8F181FBCC557.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
#holistic-approach-wrapper.au {
    background-image: url('/-/media/5fbc8fa61a4049eaba70a2cc7df17aaa.ashx');
}
#holistic-approach-wrapper.ap {
    background-image: url('/-/media/78a6d53c411c4c858efac56c79f1d993.ashx');
}
#holistic-approach-wrapper.eu {
    background-image: url('/-/media/F3656FE837874FBAB37F0B21A432FFEE.ashx');
}
#holistic-approach-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#holistic-approach-wrapper .text-overlay {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    position: relative;
    top: 20vh;
    left: 5vw;
}
/* >> Holistic Approach - Content */
#holistic-approach-wrapper h2,
#holistic-approach-wrapper h3 {
    color: #fff;
    text-align: left;
    display: block;
}
#holistic-approach-wrapper h2 {
    font-size: 28px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 400 !important;
}
#holistic-approach-wrapper h2 strong {
    font-weight: 600 !important;
}
#holistic-approach-wrapper h2 sup {
    top: -0.2em;
}
#holistic-approach-wrapper h3 {
    font-size: 42px;
    letter-spacing: 4px;
    margin: 20px 0 0;
    font-weight: 600 !important;
    text-transform: none;
}
/* >> Holistic Approach - Transparent Sheer */
#holistic-approach-wrapper .transparent-sheer {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 1000;
}
#holistic-approach-wrapper.slide-out-open .transparent-sheer {
    display: block;
}
/* >> Holistic Approach - Slide Out */
#holistic-approach-wrapper .slide-out {
    height: 100vh;
    width: 775px;
    position: absolute;
    top: 0;
    right: -800px;
    z-index: 1001;
    background: rgba(80,94,33,0.85);
    padding: 50px 85px;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
#holistic-approach-wrapper.slide-out-open .slide-out {
    right: 0;
}
#holistic-approach-wrapper .slide-out .action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#holistic-approach-wrapper .slide-out .action-bar button {
    background: transparent;
    border: none;
    font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#holistic-approach-wrapper .slide-out .action-bar button span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
#holistic-approach-wrapper .slide-out .action-bar button span:first-of-type {
    font-size: 14px;
    font-weight: 400 !important;
    margin-right: 3px;
    position: relative;
    top: -9px;
    letter-spacing: 1px;
}
#holistic-approach-wrapper .slide-out .action-bar button span:last-of-type {
    font-size: 40px;
    font-weight: 300 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#holistic-approach-wrapper .slide-out .slideshow-wrapper {
    margin-top: 20px;
    height: 67vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}
#holistic-approach-wrapper .slide-out .slide .slide-page {
    padding: 15px 0;
    color: #fff;
}
#holistic-approach-wrapper .slide-out .slide .slide-page::before {
    display: block;
    content: "";
    width: 35px;
    border-top: 1px solid #fff;
    position: relative;
    top: 12px;
    left: 45px;
}
#holistic-approach-wrapper .slide-out .slide .slide-content h2,
#holistic-approach-wrapper .slide-out .slide .slide-content p,
#holistic-approach-wrapper .slide-out .slide .slide-content ul li {
    color: #fff;
}
#holistic-approach-wrapper .slide-out .slide .slide-content h2 {
    font-size: 32px;
    font-weight: 500 !important;
    margin: 10px 0;
}
#holistic-approach-wrapper .slide-out .slide .slide-content p,
#holistic-approach-wrapper .slide-out .slide .slide-content ul li {
    font-size: 18px;
    margin: 1.5em 0;
    font-weight: 300 !important;
    /*line-height: 1.4825em;*/
    line-height: 1.32em;
}
#holistic-approach-wrapper .slide-out .slide .slide-content p strong,
#holistic-approach-wrapper .slide-out .slide .slide-content ul li strong {
    font-weight: 600 !important;
}
#holistic-approach-wrapper .slide-out .slide .slide-content ul {
    list-style-type: square;
    padding-left: 20px;
}
#holistic-approach-wrapper .slide-out .slide .slide-content a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
#holistic-approach-wrapper .slide-out .slide .slide-content a:first-of-type {
    margin-top: 40px;
}
#holistic-approach-wrapper .slide-out .slide .slide-content a span {
    margin-left: 5px;
    font-weight: 500 !important;
}
#holistic-approach-wrapper .slide-out .slide .slide-content p > a {
    color: #fff;
    text-decoration: underline;
    display: inline;
}
#holistic-approach-wrapper .slide-out .slideshow-controls {
    margin-top: 30px;
}
#holistic-approach-wrapper .slide-out .slideshow-controls button {
    border-radius: 0;
    border: none;
    background: rgba(57,67,24,0.85);;
    padding: 15px 21px;
    font-size: 25px;
    color: #fff;
}
#holistic-approach-wrapper .slide-out .slideshow-controls button:last-of-type {
    margin-left: 15px;  
}
#holistic-approach-wrapper .slide-out .slideshow-controls button:focus {
    outline: none;
}
/* >> Holistic Approach - Media Queries */
@media only screen and (max-width: 991px) {
    #holistic-approach-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #holistic-approach-wrapper .text-overlay {
        top: auto;
        left: auto;
    }
    #holistic-approach-wrapper h2, #holistic-approach-wrapper h3 {
        text-align: center;
    }
    #holistic-approach-wrapper .text-overlay button.mpact-btn {
        display: block;
        width: 165px;
        margin: 40px auto 0;
    }
    #holistic-approach-wrapper .slide-out {
        width: 100vw;
        right: -100vw;
        background: rgba(80,94,33,1);
    }
    #holistic-approach-wrapper .slide-out .slideshow-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    #holistic-approach-wrapper h3 {
        font-size: 35px;
    }
    #holistic-approach-wrapper .slide-out {
        padding: 50px 60px;
    }
}
@media only screen and (max-width: 600px) {
    #holistic-approach-wrapper h2 {
        letter-spacing: 2px;
        font-size: 24px;
    }
    #holistic-approach-wrapper h3 {
        letter-spacing: 2px;
        font-size: 27px;
    }
}
@media only screen and (max-width: 500px) {
    #holistic-approach-wrapper h2 {
        letter-spacing: 1px;
        font-size: 20px;
    }
    #holistic-approach-wrapper h3 {
        letter-spacing: 1px;
        font-size: 21px;
        margin: 20px 0 50px;
    }
    #holistic-approach-wrapper .text-overlay button.mpact-btn {
        margin: 20px auto 0;
    }
    #holistic-approach-wrapper .slide-out {
        padding: 50px 40px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content h2 {
        font-size: 27px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content p,
    #holistic-approach-wrapper .slide-out .slide .slide-content ul li {
        font-size: 16px;
    }
}
/* >> Holistic Approach - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #holistic-approach-wrapper .text-overlay {
        max-width: 1000px;
    }
    #holistic-approach-wrapper h2 {
        font-size: 40px;
    }
    #holistic-approach-wrapper h3 {
        font-size: 58px;
    }
    #holistic-approach-wrapper .text-overlay button.mpact-btn {
        font-size: 22px;
    }
    #holistic-approach-wrapper .slide-out {
        width: 1100px;
        right: -1125px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-page span {
        font-size: 20px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-page::before {
        top: 13px;
        left: 55px;
    }
    #holistic-approach-wrapper .slide-out .action-bar button span:first-of-type {
        font-size: 22px;
    }
    #holistic-approach-wrapper .slide-out .action-bar button span:last-of-type {
        font-size: 49px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content h2 {
        font-size: 50px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content p,
    #holistic-approach-wrapper .slide-out .slide .slide-content ul li {
        font-size: 25px;
        line-height: 1.4825em;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content a.panel-link {
        font-size: 22px;
    }
    #holistic-approach-wrapper .slide-out .slideshow-controls button {
        padding: 25px 31px;
    }
}
/* >> Holistic Approach - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #holistic-approach-wrapper .slide-out {
        padding: 30px 40px;
    }
}
/* >> Holistic Approach - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #holistic-approach-wrapper h2 {
        letter-spacing: 0;
        font-size: 18px;
    }
    #holistic-approach-wrapper h3 {
        letter-spacing: 0;
        font-size: 20px;
    }
    #holistic-approach-wrapper .slide-out {
        padding: 10px 20px;
    }
    #holistic-approach-wrapper .slide-out .slide .slide-content p,
    #holistic-approach-wrapper .slide-out .slide .slide-content ul li {
        font-size: 15px;
    }
}


/*** SIMPLY SUSTAINABLE***/
#simply-sustainable-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
#simply-sustainable-wrapper {
    background-image: url('/-/media/b2902db3f18348a1bdd91bcb83d7b464.ashx');
}
#simply-sustainable-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#simply-sustainable-wrapper .text-overlay {
    width: 100%;
    max-width: 575px;
    padding: 0 20px;
    position: relative;
    top: 0vh;
    left: 5vw;
}
#simply-sustainable-wrapper img {
    margin-top: 5vh;
    max-width: 350px;
}
#simply-sustainable-wrapper .text-overlay.fr {
    max-width: 530px;
}
/* >> SIMPLY SUSTAINABLE- Content */
#simply-sustainable-wrapper h1 {
    color: white;
    font-weight: 600 !important;
    margin-bottom: 5%; 
}
#simply-sustainable-wrapper h2,
#simply-sustainable-wrapper h3,
#simply-sustainable-wrapper p {
    color: #fff;
    text-align: left;
    display: block;
}
#simply-sustainable-wrapper h2 {
    font-size: 45px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 600 !important;
}
#simply-sustainable-wrapper h3 {
    font-size: 36px;
    letter-spacing: 0px;
    margin: 20px 0 0;
    font-weight: 700 !important;
    text-transform: none;
    margin-bottom: 2vh;
}
#simply-sustainable-wrapper p {
    font-size: 18px;
    margin: 0;
}
#simply-sustainable-wrapper p sup {
    top: -0.2em;
}
#simply-sustainable-wrapper a.mpact-link:nth-of-type(2) {
    margin-left: 2vw;
}

/* >> SIMPLY SUSTAINABLE- Media Queries */
@media only screen and (max-width: 991px) {
    #simply-sustainable-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #simply-sustainable-wrapper .text-overlay {
        max-width: 750px;
        top: auto;
        left: auto;
    }
    #simply-sustainable-wrapper h2,
    #simply-sustainable-wrapper h3,
    #simply-sustainable-wrapper p {
        text-align: center;
    }
    #simply-sustainable-wrapper .text-overlay a.mpact-link {
        display: block;
        margin: 40px auto 0;
        width: 325px;
    }
}
@media only screen and (max-width: 767px) {
    #simply-sustainable-wrapper h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 600px) {
    #simply-sustainable-wrapper h2 {
        font-size: 35px;
    }
    #simply-sustainable-wrapper h3 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 500px) {
    #simply-sustainable-wrapper h2 {
        font-size: 27px;
    }
    #simply-sustainable-wrapper p {
        font-size: 15px;
    }
    #simply-sustainable-wrapper .text-overlay a.mpact-link {
        margin: 20px auto 0;
    }
    #simply-sustainable-wrapper h3 {
        font-size: 23px;
    }
    #simply-sustainable-wrapper img {
        max-width: 300px;
    }
}
/* >> SIMPLY SUSTAINABLE- iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #simply-sustainable-wrapper .text-overlay {
        max-width: 700px;
    }
    #simply-sustainable-wrapper h2 {
        font-size: 65px;
    }
    #simply-sustainable-wrapper h3 {
        font-size: 40px;
    }
    #simply-sustainable-wrapper p {
        font-size: 25px;
    }
    #simply-sustainable-wrapper .text-overlay a.mpact-link {
        font-size: 22px;
    }
}
/* >> SIMPLY SUSTAINABLE- iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #simply-sustainable-wrapper h2 {
        letter-spacing: 2px;
    }
    #simply-sustainable-wrapper h3 {
        letter-spacing: 2px;
        margin-top: 5px;
    }
    #simply-sustainable-wrapper .text-overlay a.mpact-link {
        width: 280px;
        font-size: 12.4px;
        padding: 7px 25px;
    }
}

/*** D/LUX SERIES ***/
#d-lux-series-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
#d-lux-series-wrapper.us {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5),  rgba(0, 0, 0, .25), transparent), url('/-/media/11f2f95fcbcf44cea26755224e8e5db6.ashx')
    /*background-image: url('/-/media/11f2f95fcbcf44cea26755224e8e5db6.ashx');*/
}
#d-lux-series-wrapper.eu {
    background-image: url('/-/media/5c110f543a264fcfbb41a5b11b6bad7f.ashx');
}
#d-lux-series-wrapper.asia {
    background-image: url('/-/media/0a536564e602422aa39cd352ead2b78c.ashx');
}
#d-lux-series-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#d-lux-series-wrapper .text-overlay {
    width: 100%;
    max-width: 510px;
    padding: 0 20px;
    position: relative;
    top: 10vh;
    left: 5vw;
}
#d-lux-series-wrapper .text-overlay.fr {
    max-width: 530px;
}
/* >> D/LUX Series - Content */
#d-lux-series-wrapper h1 {
    color: white;
    font-weight: 600 !important;
    margin-bottom: 5%; 
}
#d-lux-series-wrapper h2,
#d-lux-series-wrapper h3,
#d-lux-series-wrapper p {
    color: #fff;
    text-align: left;
    display: block;
}
#d-lux-series-wrapper h2 {
    font-size: 45px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 600 !important;
}
#d-lux-series-wrapper h3 {
    font-size: 25px;
    letter-spacing: 4px;
    margin: 0 0 30px;
}
#d-lux-series-wrapper p {
    font-size: 18px;
    margin: 0;
}
#d-lux-series-wrapper p sup {
    top: -0.2em;
}
/* >> D/LUX Series - Media Queries */
@media only screen and (max-width: 991px) {
    #d-lux-series-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #d-lux-series-wrapper .text-overlay {
        max-width: 750px;
        top: auto;
        left: auto;
    }
    #d-lux-series-wrapper h2,
    #d-lux-series-wrapper h3,
    #d-lux-series-wrapper p {
        text-align: center;
    }
    #d-lux-series-wrapper .text-overlay a.mpact-link {
        display: block;
        margin: 40px auto 0;
        width: 325px;
        white-space: nowrap;
    }
    #d-lux-series-wrapper.us {
        background-image: linear-gradient(to bottom, transparent,  rgba(0, 0, 0, .5), transparent), url('/-/media/11f2f95fcbcf44cea26755224e8e5db6.ashx')
    }
}
@media only screen and (max-width: 600px) {
    #d-lux-series-wrapper h2 {
        font-size: 35px;
    }
    #d-lux-series-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #d-lux-series-wrapper h2 {
        font-size: 27px;
    }
    #d-lux-series-wrapper p {
        font-size: 15px;
    }
    #d-lux-series-wrapper .text-overlay a.mpact-link {
        margin: 20px auto 0;
        letter-spacing: 1px;
    }
}
/* >> D/LUX Series - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #d-lux-series-wrapper .text-overlay {
        max-width: 700px;
    }
    #d-lux-series-wrapper h2 {
        font-size: 65px;
    }
    #d-lux-series-wrapper h3 {
        font-size: 40px;
    }
    #d-lux-series-wrapper p {
        font-size: 25px;
    }
    #d-lux-series-wrapper .text-overlay a.mpact-link {
        font-size: 22px;
    }
}
/* >> D/LUX Series - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #d-lux-series-wrapper h2 {
        letter-spacing: 2px;
    }
    #d-lux-series-wrapper h3 {
        letter-spacing: 2px;
        margin-top: 5px;
    }
    #d-lux-series-wrapper .text-overlay a.mpact-link {
        width: 280px;
        font-size: 12.4px;
        padding: 7px 25px;
    }
}

/*** MILLIKEN LEGACY ***/
#milliken-legacy-wrapper {
    background-image: url('/-/media/33db65d763ce4f7e81e0780c036ea341.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
#milliken-legacy-wrapper.au {
    background-image: url('/-/media/8b0d83cbc14042da82848fb552f2d88e.ashx');
}
#milliken-legacy-wrapper.ap {
    background-image: url('/-/media/1135d8cef2f4454695a512b585fd5788.ashx');
}
#milliken-legacy-wrapper.eu {
    background-image: url('/-/media/970360AC8657424D8E1BDE67F94203FA.ashx');
}
#milliken-legacy-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#milliken-legacy-wrapper .text-overlay {
    width: 100%;
    max-width: 1050px;
    padding: 0 20px;
}
#milliken-legacy-wrapper .text-overlay.fr {
    max-width: 950px;
}
#milliken-legacy-wrapper .text-overlay.ch {
    max-width: 900px;
}
/* >> Milliken Legacy - Content */
#milliken-legacy-wrapper h2,
#milliken-legacy-wrapper p {
    color: #fff;
    text-align: center;
    display: block;
}
#milliken-legacy-wrapper h2 {
    font-size: 42px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 600 !important;
    text-transform: none;
}
#milliken-legacy-wrapper h2 strong {
    font-weight: 600 !important;
}
#milliken-legacy-wrapper p {
    font-size: 18px;
    width: 660px;
    margin: 20px auto 0;
}
#milliken-legacy-wrapper a {
    color: white;
}
#milliken-legacy-wrapper p.fr {
    width: 760px;
}
#milliken-legacy-wrapper p.de {
    width: 790px;
}
#milliken-legacy-wrapper p.ch {
    width: 675px;
}
#milliken-legacy-wrapper button.mpact-btn {
    display: block;
    width: 220px;
    margin: 40px auto 0;
}
#milliken-legacy-wrapper button.mpact-btn.asia {
    width: 250px;
}
#milliken-legacy-wrapper button.mpact-btn.fr {
    width: 310px;
}
#milliken-legacy-wrapper button.mpact-btn.de {
    width: 420px;
}
#milliken-legacy-wrapper.legacy-popover-open .content-wrapper h2,
#milliken-legacy-wrapper.legacy-popover-open .content-wrapper p,
#milliken-legacy-wrapper.legacy-popover-open .content-wrapper button.mpact-btn {
    display: none;
}
/* >> Milliken Legacy - Opaque Sheer */
#milliken-legacy-wrapper .opaque-sheer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display: none;
}
#milliken-legacy-wrapper.legacy-popover-open .opaque-sheer {
    display: block;
}
/*
 * >> Milliken Legacy - Legacy Popover
 *
 *  Longer name than preferred but "Popover" had a 
 *  collision with bootstrap. Â¯\_(ãƒ„)_/Â¯
 */
#milliken-legacy-wrapper .legacy-popover {
    display: block;
    width: 650px;
    height: 72vh;
    background: transparent;
    position: absolute;
    top: 50%;
    left: -100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 40px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 1001;
}
#milliken-legacy-wrapper.legacy-popover-open .legacy-popover {
    left: 50%;
}
#milliken-legacy-wrapper .legacy-popover .action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#milliken-legacy-wrapper .legacy-popover .action-bar button {
    background: transparent;
    border: none;
    font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#milliken-legacy-wrapper .legacy-popover .action-bar button span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
#milliken-legacy-wrapper .legacy-popover .action-bar button span:first-of-type {
    font-size: 14px;
    font-weight: 400 !important;
    margin-right: 3px;
    position: relative;
    top: -9px;
    letter-spacing: 1px;
}
#milliken-legacy-wrapper .legacy-popover .action-bar button span:last-of-type {
    font-size: 40px;
    font-weight: 300 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
    height: 65vh;
    width: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}
#milliken-legacy-wrapper .legacy-popover .slideshow-wrapper .slide {
    width: 570px;
}
#milliken-legacy-wrapper .legacy-popover .slide img {
    width: 545px;
}
#milliken-legacy-wrapper .legacy-popover .slide-content {
    width: inherit;
}
#milliken-legacy-wrapper .legacy-popover .slide-content p {
    width: inherit;
    max-width: 550px;
    padding: 10px;
    margin: 0;
    text-align: left;
}
#milliken-legacy-wrapper .legacy-popover .slide-content p a,
#milliken-legacy-wrapepr .legacy-popover .slide-content p a strong {
    color: #fff;
    text-decoration: none;
}
#milliken-legacy-wrapper .legacy-popover .slide-content p a:hover {
    text-decoration: underline;
}
#milliken-legacy-wrapper .legacy-popover .slideshow-controls {
    position: absolute;
    top: 250px;
    width: 100%;
    margin-left: -40px;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#milliken-legacy-wrapper .legacy-popover .slideshow-controls button {
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 15px 12px;
    font-size: 25px;
    color: #fff;
}
#milliken-legacy-wrapper .legacy-popover .slideshow-controls button:last-of-type {
    margin-left: 15px;  
}
#milliken-legacy-wrapper .legacy-popover .slideshow-controls button:focus {
    outline: none;
}
/* >> Milliken Legacy - Media Queries */
@media only screen and (max-width: 767px) {
    #milliken-legacy-wrapper h2 {
        font-size: 32px;
    }
    #milliken-legacy-wrapper p {
        font-size: 16px;
        width: 100%;
    }
    #milliken-legacy-wrapper p.ch {
        width: auto;
    }
}
@media only screen and (max-width: 650px) {
    #milliken-legacy-wrapper .legacy-popover,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper .slide,
    #milliken-legacy-wrapper .legacy-popover .slide img {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    #milliken-legacy-wrapper h2 {
        letter-spacing: 2px;
        font-size: 28px;
    }
    #milliken-legacy-wrapper .legacy-popover,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
        height: 55vh;
    }
}
@media only screen and (max-width: 500px) {
    #milliken-legacy-wrapper h2 {
        font-size: 20px;
    }
    #milliken-legacy-wrapper p {
        font-size: 15px;
    }
    #milliken-legacy-wrapper button.mpact-btn {
        margin: 20px auto 0;
    }
    #milliken-legacy-wrapper .legacy-popover,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
        height: 68vh;
    }
}
/* >> Milliken Legacy - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #milliken-legacy-wrapper .text-overlay {
        max-width: 1000px;
    }
    #milliken-legacy-wrapper h2 {
        font-size: 60px;
    }
    #milliken-legacy-wrapper p {
        font-size: 25px;
        width: 900px;
    }
    #milliken-legacy-wrapper button.mpact-btn {
        font-size: 22px;
        width: 240px;
    }
    #milliken-legacy-wrapper .legacy-popover {
        width: 750px;
    }
    #milliken-legacy-wrapper .legacy-popover .action-bar button span:first-of-type {
        font-size: 22px;
    }
    #milliken-legacy-wrapper .legacy-popover .action-bar button span:last-of-type {
        font-size: 49px;
    }
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
        width: 670px;
    }
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper .slide,
    #milliken-legacy-wrapper .legacy-popover .slide img {
        width: 650px;
    }
    #milliken-legacy-wrapper .legacy-popover .slide-content p {
        max-width: 650px;
    }
}
/* >> Milliken Legacy - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #milliken-legacy-wrapper h2 {
        font-size: 22px;
    }
}
/* >> iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #milliken-legacy-wrapper .legacy-popover,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
        height: 76vh;
    }
}
/* >> Milliken Legacy - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #milliken-legacy-wrapper h2 {
        font-size: 16px;
    }
    #milliken-legacy-wrapper p {
        font-size: 14px;
    }
    #milliken-legacy-wrapper .legacy-popover,
    #milliken-legacy-wrapper .legacy-popover .slideshow-wrapper {
        height: 88vh;
    }
}

/*** CORPORATE COMMITMENT ***/
#corporate-commitment-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
#corporate-commitment-wrapper.us {
    background-image: url('/-/media/83148699e56545fd88b1b1af41d7af5f.ashx');
}
#corporate-commitment-wrapper.eu {
    background-image: url('/-/media/c938f153376e4259b9d2bfa598c90bbe.ashx');
}
#corporate-commitment-wrapper.asia {
    background-image: url('/-/media/fdf00ad14e054df8a1ba3dc8c2e86cf0.ashx');
}
#corporate-commitment-wrapper.au {
    background-image: url('/-/media/5f61c5608e4b4f61a795b20da0d3ecbb.ashx');
}
#corporate-commitment-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#corporate-commitment-wrapper .text-overlay {
    width: 100%;
    max-width: 630px;
    padding: 0 20px;
    position: relative;
    top: 10vh;
    left: 5vw;
}
#corporate-commitment-wrapper .text-overlay.ch {
    max-width: 650px;
}
#corporate-commitment-wrapper h2.ch {
    width: 650px;
}
/* >> Corporate Commitment - Content */
#corporate-commitment-wrapper h2,
#corporate-commitment-wrapper p {
    color: #fff;
    text-align: left;
    display: block;
}
#corporate-commitment-wrapper h2 {
    font-size: 45px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 600 !important;
    text-transform: none;
    width: 580px;
}
#corporate-commitment-wrapper p {
    font-size: 18px;
    margin: 30px 0 0;
}
/* >> Corporate Commitment - Transparent Sheer */
#corporate-commitment-wrapper .transparent-sheer {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 1000;
}
#corporate-commitment-wrapper.slide-out-open .transparent-sheer {
    display: block;
}
/* >> Corporate Commitment - Slide Out */
#corporate-commitment-wrapper .slide-out {
    height: 100vh;
    width: 775px;
    position: absolute;
    top: 0;
    right: -800px;
    z-index: 1001;
    background: rgba(60,102,147,0.85);
    padding: 50px 85px;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
#corporate-commitment-wrapper.slide-out-open .slide-out {
    right: 0;
}
#corporate-commitment-wrapper .slide-out .action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#corporate-commitment-wrapper .slide-out .action-bar button {
    background: transparent;
    border: none;
    font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#corporate-commitment-wrapper .slide-out .action-bar button span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
#corporate-commitment-wrapper .slide-out .action-bar button span:first-of-type {
    font-size: 14px;
    font-weight: 400 !important;
    margin-right: 3px;
    position: relative;
    top: -9px;
    letter-spacing: 1px;
}
#corporate-commitment-wrapper .slide-out .action-bar button span:last-of-type {
    font-size: 40px;
    font-weight: 300 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#corporate-commitment-wrapper .slide-out .slideshow-wrapper {
    margin-top: 20px;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}
#corporate-commitment-wrapper .slide-out .slide .slide-page {
    padding: 0 0 30px;
    color: #fff;
}
#corporate-commitment-wrapper .slide-out .slide .slide-page::before {
    display: block;
    content: "";
    width: 35px;
    border-top: 1px solid #fff;
    position: relative;
    top: 12px;
    left: 45px;
}
#corporate-commitment-wrapper .slide-out .slide .slide-content h2,
#corporate-commitment-wrapper .slide-out .slide .slide-content h3,
#corporate-commitment-wrapper .slide-out .slide .slide-content p {
    color: #fff;
    text-align: left;
}
#corporate-commitment-wrapper .slide-out .slide .slide-content a {
    color: white;
    display: block;
    text-decoration: none;
}
#corporate-commitment-wrapper .slide-out .slide .slide-content h2 {
    font-size: 50px;
    font-weight: 400 !important;
    margin: 10px 0;
}
#corporate-commitment-wrapper .slide-out .slide .slide-content h3 {
    font-size: 22px;
}
#corporate-commitment-wrapper .slide-out .slide .slide-content p {
    font-size: 20px;
    margin: 1.5em 0;
    font-weight: 300 !important;
}
#corporate-commitment-wrapper .slide-out .slideshow-controls {
    margin-top: 30px;
}
#corporate-commitment-wrapper .slide-out .slideshow-controls button {
    border-radius: 0;
    border: none;
    background: rgba(45,74,103,0.85);
    padding: 15px 21px;
    font-size: 25px;
    color: #fff;
}
#corporate-commitment-wrapper .slide-out .slideshow-controls button:last-of-type {
    margin-left: 15px;  
}
#corporate-commitment-wrapper .slide-out .slideshow-controls button:focus {
    outline: none;
}
#corporate-commitment-wrapper .slide-out .sustainable-icons {
    margin-top: 50px;
}
#corporate-commitment-wrapper .slide-out .sustainable-icons img {
    width: 550px;
}
/* >> Corporate Commitment - Media Queries */
@media only screen and (max-width: 991px) {
    #corporate-commitment-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #corporate-commitment-wrapper .text-overlay {
        max-width: 750px;
        top: auto;
        left: auto;
    }
    #corporate-commitment-wrapper h2 {
        margin: 0 auto;
    }
    #corporate-commitment-wrapper h2,
    #corporate-commitment-wrapper p {
        text-align: center;
    }
    #corporate-commitment-wrapper .text-overlay button.mpact-btn {
        display: block;
        margin: 40px auto 0;
        width: 255px;
    }
    #corporate-commitment-wrapper .slide-out {
        width: 100vw;
        right: -100vw;
        background: rgba(60,102,147,1);
    }
    #corporate-commitment-wrapper .slide-out .slideshow-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    #corporate-commitment-wrapper .slide-out {
        padding: 50px 60px;
    }
    #corporate-commitment-wrapper h2.ch {
        width: auto;
    }
}
@media only screen and (max-width: 600px) {
    #corporate-commitment-wrapper h2 {
        margin: 0;
        width: 100%;
        font-size: 40px;
        letter-spacing: 2px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h2 {
        font-size: 30px;
    }
    #corporate-commitment-wrapper .slide-out .sustainable-icons img {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    #corporate-commitment-wrapper h2 {
        font-size: 29px;
    }
    #corporate-commitment-wrapper p {
        font-size: 16px;
    }
    #corporate-commitment-wrapper .text-overlay button.mpact-btn {
        margin: 20px auto 0;
    }
    #corporate-commitment-wrapper .slide-out {
        padding: 50px 40px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h3 {
        font-size: 17px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h2 {
        font-size: 22px;
        font-weight: 500 !important;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content p {
        font-size: 16px;
    }
}
/* >> Corporate Commitment - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #corporate-commitment-wrapper .text-overlay {
        max-width: 800px;
    }
    #corporate-commitment-wrapper h2 {
        font-size: 65px;
        width: 750px;
    }
    #corporate-commitment-wrapper p {
        font-size: 25px;
    }
    #corporate-commitment-wrapper .text-overlay button.mpact-btn {
        font-size: 22px;
    }
    #corporate-commitment-wrapper .slide-out {
        width: 1100px;
        right: -1125px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-page span {
        font-size: 20px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-page::before {
        top: 13px;
        left: 55px;
    }
    #corporate-commitment-wrapper .slide-out .action-bar button span:first-of-type {
        font-size: 22px;
    }
    #corporate-commitment-wrapper .slide-out .action-bar button span:last-of-type {
        font-size: 49px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h3 {
        font-size: 30px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h2 {
        font-size: 55px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content p {
        font-size: 25px;
        line-height: 1.4825em;
    }
    #corporate-commitment-wrapper .slide-out .slideshow-controls button {
        padding: 25px 31px;
    }
}
/* >> Corporate Commitment - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #corporate-commitment-wrapper h2 {
        font-size: 33px;
    }
}
/* >> Corporate Commitment - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #corporate-commitment-wrapper .slide-out {
        padding: 30px 40px;
    }
}
/* >> Corporate Commitment - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #corporate-commitment-wrapper h2 {
        font-size: 23px;
    }
    #corporate-commitment-wrapper p {
        font-size: 15px;
    }
    #corporate-commitment-wrapper .slide-out {
        padding: 10px 20px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content h2 {
        font-size: 21px;
    }
    #corporate-commitment-wrapper .slide-out .slide .slide-content p {
        font-size: 15px;
    }
}

/*** PATHWAY TO CARBON NEUTRAL ***/
#pathway-carbon-neutral-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
#pathway-carbon-neutral-wrapper.us {
    background-image: url('/-/media/eacf985862444378b2ad023ca430aabb.ashx');
}
#pathway-carbon-neutral-wrapper.eu {
    background-image: url('/-/media/bfd6201787894dacb713e03934d344c3.ashx');
}
#pathway-carbon-neutral-wrapper.asia {
    background-image: url('/-/media/c06c67178c704db2a8d079c21c6532ee.ashx');
}
#pathway-carbon-neutral-wrapper.au {
    background-image: url('/-/media/1914068f7a174f2fb8be801c2a0d9866.ashx');
}
#pathway-carbon-neutral-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}
#pathway-carbon-neutral-wrapper .text-overlay {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    position: relative;
    top: 20vh;
    right: 10vw;
}
#pathway-carbon-neutral-wrapper .text-overlay.ch {
    max-width: 630px;
}
/* >> Pathway to Carbon Neutral - Content */
#pathway-carbon-neutral-wrapper h2,
#pathway-carbon-neutral-wrapper p {
    color: #fff;
    text-align: left;
    display: block;
}
#pathway-carbon-neutral-wrapper h2 {
    font-size: 45px;  
    margin: 0;
    letter-spacing: 4px;
    font-weight: 600 !important;
    text-transform: none;
}
#pathway-carbon-neutral-wrapper p {
    font-size: 18px;
    margin: 30px 0 0;
}
/* >> Pathway to Carbon Neutral - Transparent Sheer */
#pathway-carbon-neutral-wrapper .transparent-sheer {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 1000;
}
#pathway-carbon-neutral-wrapper.slide-out-open .transparent-sheer {
    display: block;
}
/* >> Pathway to Carbon Neutral - Slide Out */
#pathway-carbon-neutral-wrapper .slide-out {
    height: 100vh;
    width: 650px;
    position: absolute;
    top: 0;
    left: -675px;
    z-index: 1001;
    background: rgba(67,55,39,0.85);
    padding: 50px 85px;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
#pathway-carbon-neutral-wrapper.slide-out-open .slide-out {
    left: 0;
}
#pathway-carbon-neutral-wrapper .slide-out .action-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#pathway-carbon-neutral-wrapper .slide-out .action-bar button {
    background: transparent;
    border: none;
    font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#pathway-carbon-neutral-wrapper .slide-out .action-bar button span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
#pathway-carbon-neutral-wrapper .slide-out .action-bar button span:first-of-type {
    font-size: 14px;
    font-weight: 400 !important;
    margin-right: 3px;
    position: relative;
    top: -9px;
    letter-spacing: 1px;
}
#pathway-carbon-neutral-wrapper .slide-out .action-bar button span:last-of-type {
    font-size: 40px;
    font-weight: 300 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#pathway-carbon-neutral-wrapper .slide-out .slideshow-wrapper {
    margin-top: 20px;
    height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-page {
    padding: 0 0 30px;
    color: #fff;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-page::before {
    display: block;
    content: "";
    width: 35px;
    border-top: 1px solid #fff;
    position: relative;
    top: 12px;
    left: 45px;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content img {
    display: block;
    width: 100%;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p {
    color: #fff;
    font-size: 18px;
    margin: 1.5em 0;
    font-weight: 300 !important;
    text-align: left;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p strong {
    font-weight: 600 !important;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p sup {
    top: -0.2em;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content a span {
    margin-left: 5px;
    font-weight: 500 !important;
}
#pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p.qualifier {
    font-size: 16px;
    margin-top: 20px;
}
#pathway-carbon-neutral-wrapper .slide-out .slideshow-controls {
    margin-top: 30px;
}
#pathway-carbon-neutral-wrapper .slide-out .slideshow-controls button {
    border-radius: 0;
    border: none;
    background: rgba(48,39,29,0.85);;
    padding: 15px 21px;
    font-size: 25px;
    color: #fff;
}
#pathway-carbon-neutral-wrapper .slide-out .slideshow-controls button:last-of-type {
    margin-left: 15px;  
}
#pathway-carbon-neutral-wrapper .slide-out .slideshow-controls button:focus {
    outline: none;
}
/* >> Pathway to Carbon Neutral - Media Queries */
@media only screen and (max-width: 991px) {
    #pathway-carbon-neutral-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #pathway-carbon-neutral-wrapper .text-overlay {
        max-width: 650px;
        top: auto;
        right: auto;
    }
    #pathway-carbon-neutral-wrapper h2 {
        margin: 0 auto;
    }
    #pathway-carbon-neutral-wrapper h2,
    #pathway-carbon-neutral-wrapper p {
        text-align: center;
    }
    #pathway-carbon-neutral-wrapper .text-overlay button.mpact-btn {
        display: block;
        margin: 40px auto 0;
        width: 165px;
    }
    #pathway-carbon-neutral-wrapper .slide-out {
        width: 100vw;
        left: -100vw;
        background: rgba(67,55,39,1);
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content img {
        max-width: 550px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slideshow-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    #pathway-carbon-neutral-wrapper .slide-out {
        padding: 50px 60px;
    }
}
@media only screen and (max-width: 600px) {
    #pathway-carbon-neutral-wrapper h2 {
        font-size: 40px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 500px) {
    #pathway-carbon-neutral-wrapper h2 {
        font-size: 29px;
    }
    #pathway-carbon-neutral-wrapper p {
        font-size: 15px;
    }
    #pathway-carbon-neutral-wrapper .text-overlay button.mpact-btn {
        margin: 20px auto 0;
    }
    #pathway-carbon-neutral-wrapper .slide-out {
        padding: 50px 40px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p {
        font-size: 16px;
    }
}
/* >> Pathway to Carbon Neutral - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #pathway-carbon-neutral-wrapper .text-overlay {
        max-width: 800px;
    }
    #pathway-carbon-neutral-wrapper h2 {
        font-size: 65px;
    }
    #pathway-carbon-neutral-wrapper p {
        font-size: 25px;
    }
    #pathway-carbon-neutral-wrapper .text-overlay button.mpact-btn {
        font-size: 22px;
    }
    #pathway-carbon-neutral-wrapper .slide-out {
        width: 1100px;
        left: -1125px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-page span {
        font-size: 20px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-page::before {
        top: 13px;
        left: 55px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .action-bar button span:first-of-type {
        font-size: 22px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .action-bar button span:last-of-type {
        font-size: 49px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content img {
        max-width: 700px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p {
        font-size: 25px;
        line-height: 1.4825em;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content a.panel-link {
        font-size: 22px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p.qualifier {
        font-size: 20px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slideshow-controls button {
        padding: 25px 31px;
    }
}
/* >> Pathway to Carbon Neutral - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #pathway-carbon-neutral-wrapper p {
        font-size: 16px;
    }
    #pathway-carbon-neutral-wrapper .slide-out {
        padding: 30px 40px;
    }
}
/* >> iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #pathway-carbon-neutral-wrapper .slide-out {
        padding: 20px 30px;
    }
}
/* >> iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #pathway-carbon-neutral-wrapper h2 {
        font-size: 24px;
    }
    #pathway-carbon-neutral-wrapper .slide-out {
        padding: 5px 20px;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slideshow-wrapper {
        height: 68vh;
    }
    #pathway-carbon-neutral-wrapper .slide-out .slide .slide-content p {
        font-size: 15px;
    }
}