
/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 10px 20px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 9999;
    left: -155px;
    width: 350px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 0 0 25px 25px;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
#interactive-brochure-anchor:hover {
    background: #C9BAA7;
    border-color: #C9BAA7;
    color: white;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* body and global */
h1 sup {
    top: -0.67em !important;
    font-size: 0.5em !important;
}
/*** The M/Guard WRAPPER ***/
#mguard-wrapper {
    /* min-height: 90vh; */
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
/* >> The M/Guard - Video Container */
#mguard-wrapper .image-container {
    height: max(750px, 100vh);
    background: url(/-/media/7683bce50d7c455eb96b5cbb48720f2e.ashx);
    background-size: cover;
    background-position: center;
    /*width: 100%;
    position: relative;
    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;*/
    
}
#mguard-wrapper .image-container > div {
    height: 100%;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
#mguard-wrapper .image-container img {
/* width: max(175px, 12vw); */
width: 95%;
}
#mguard-wrapper .image-container ul {
padding-left: 3rem;
}
#mguard-wrapper .image-container li {
    color: black;
    margin: 15px auto;
    list-style: none;
    line-height: 2rem;
    font-weight: 600;
    font-size: 18px;
}
#mguard-wrapper .image-container .borderRight {
    border-right: 4px solid black;
}
#mguard-wrapper .image-container .listHolder {
    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;
}
/* >> The M/Guard Video - Text Overlay */
#mguard-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 35vh;
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#mguard-wrapper  h1, #mguard-wrapper  h2 {
    font-size: 45px;  
    margin: 15px auto;
    font-weight: 600 !important;
    color: #000;
    text-align: center;
    letter-spacing: 5px;
}
#mguard-wrapper  hr {
    height: 4px;
    color: black;
    opacity: 1;
}
#mguard-wrapper h2 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: black;
}
#mguard-wrapper h2.below-title {
    margin-top: 2vh;
}
#mguard-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#mguard-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#mguard-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#mguard-wrapper .bottom-text p {
    font-size: 18px;
}
#mguard-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The M/Guard - Text Container */
#mguard-wrapper .container {
    min-height: 25vh;
}
#mguard-wrapper .container .content-wrapper {
    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;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#mguard-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#mguard-wrapper .container .button-wrapper {
    text-align: center;
}
#mguard-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    background: #fff;
    width: 310px;
}
#mguard-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#mguard-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #mguard-wrapper .text-overlay {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1200px) {
    #mguard-wrapper .image-container .borderRight {
        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: flex-end;
            -ms-flex-align: flex-end;
                align-items: flex-end;
    }
    #mguard-wrapper .image-container img {
        width: 250px;
        padding-right: 30px;
    }
    #mguard-wrapper  h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    #mguard-wrapper  h2 {
        font-size: 28px;
        letter-spacing: 0px;
    }
}
/* iPad Pro */
@media only screen and (width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #mguard-wrapper .image-container {
        max-height: 60vh;
    }
}
@media only screen and (max-width: 991px) {
    #mguard-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #mguard-wrapper .container,
    #mguard-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #mguard-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #mguard-wrapper .container a.mlkn-button,
    #mguard-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (min-width: 810px) and (max-width: 820px) and (-webkit-min-device-pixel-ratio: 2) {
    #mguard-wrapper .image-container {
        height: max(750px, 90vh);
        background-position: 33%;
    }
    #mguard-wrapper h2 {
        margin-bottom: 5vh;
    }
    #mguard-wrapper .image-container > div {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    #mguard-wrapper .image-container {
        /* height: max(1000px, calc(60vh * 1920 / 1080)); */
        height: max(900px, calc(60vh * 1920 / 1080));
        background: url(/-/media/65de28bc7f24456b8505a54a26c96c49.ashx);
        background-position: center;
    /* background-size: 125%; */
    background-size: 110%;
    background-repeat: no-repeat;
/* background-position-y: -300px; */
background-position-y: 70%;
    }
    #mguard-wrapper .text-overlay {
        width: 100%;
    }
    #mguard-wrapper  h1 {
        font-size: 35px;
        letter-spacing: 1px;
        /* white-space: nowrap; */

    }
    #mguard-wrapper  h2 {
        font-size: 25px;
        letter-spacing: 0px;
        white-space: nowrap;

    }

    #mguard-wrapper .mobileOnly {
        display: revert;
    }
    #mguard-wrapper .desktopOnly {
        display: none;
    }
    #mguard-wrapper h2 {
        font-size: 20px;
    }
    #mguard-wrapper .image-container .borderRight {
        border-right: none;
        border-bottom: 4px solid black;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #mguard-wrapper .image-container img {
        padding: 20px;
    }
    #mguard-wrapper .image-container ul {
        padding: 20px;
        margin-bottom: 3rem;
    }
    #mguard-wrapper .image-container > div {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
    #mguard-wrapper  h1 {
        font-size: 32px;
    }
    #mguard-wrapper  span {
        font-size: 20px;
    }
    #mguard-wrapper .image-container {
        /* background-position-y: -200px; */
        background-position-y: 80%;
        background-size: 125%;
    }
}
@media only screen and (max-width: 500px) {
    #mguard-wrapper .image-container {
        height: max(900px, calc(60vh * 1920 / 1080));
        background-position-y: bottom;
        background-size: 150%;
    }
    #mguard-wrapper h1 {
        font-size: 28px;
        letter-spacing: 0px;
        /* white-space: nowrap; */
    }
    #mguard-wrapper h2 {
        font-size: 23px;
        letter-spacing: 0px;
        margin-bottom: 0;
        white-space: nowrap;

    }
    #mguard-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #mguard-wrapper .image-container ul {
        margin-bottom: 1rem;
    }
}
/* >> The M/Guard - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mguard-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #mguard-wrapper  h1, #mguard-wrapper  h2 {
        font-size: 55px;
    }
    #mguard-wrapper .container,
    #mguard-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #mguard-wrapper .container p {
        font-size: 25px;
    }
    #mguard-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
@media only screen and (max-width: 375px) {
    #mguard-wrapper .image-container {
        background-size: 165%;
    }
}
/* >> The M/Guard - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mguard-wrapper h1 {
        font-size: 28px;
        letter-spacing: 0px;
    }
    #mguard-wrapper h2 {
        font-size: 20px;
        letter-spacing: 0px;
    }
      #mguard-wrapper .image-container {
        background-size: 185%;
    }
}


/*** BENEFITS WRAPPER ***/
#benefits-wrapper {
    height: auto;
    background: white;
    position: relative;
}
#benefits-wrapper p {
    color: #505050;
    padding: 5px;
    font-size: 18px;
}
#benefits-wrapper .text-content {
    padding: 30px;
}
@media only screen and (max-width: 500px) {
    #benefits-wrapper .text-content {
        padding: 25px 5px;
    }
}


/*buttons wrapper*/
#buttons-wrapper {
    background-color: black;
    padding: 5rem 0;
}
#buttons-wrapper .buttonContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#buttons-wrapper .buttonContainer a.mlkn-button, #buttons-wrapper .buttonContainer > div {

        width: 475px;
        max-width: 100%;
}
#buttons-wrapper .buttonContainer a.mlkn-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;

}

@media only screen and (max-width: 1400px) {
    #buttons-wrapper .buttonContainer {
        flex-direction: column;
    }
#buttons-wrapper .buttonContainer a.mlkn-button, #buttons-wrapper .buttonContainer > div {
    margin: 2rem;
}
#buttons-wrapper {
    padding: 3rem 0;
}
}



#standalone-podcast-wrapper {
    background: black;
    padding: 3rem;
}


/*** PRINTWORKS WRAPPER ***/
#printworks-wrapper {
    min-height: 90vh;
    position: relative;
    background: #00378C;
    padding-left: 0;
    padding-right: 0;
}
/* >> PrintWorks - Video Container */
#printworks-wrapper .image-container {
    height: max(563px, 75vh);
    background: url(/-/media/83df5b4c213848749974e89a9b05da3a.ashx);
    background-position: center;
    background-size: cover;
    /*width: 100%;
    position: relative;
    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;*/
}
#printworks-wrapper .image-container > div {
    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: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
#printworks-wrapper .image-container img {
    width: 100%;
    height: max(563px, 75vh);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
/* >> PrintWorks Video - Text Overlay */
#printworks-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23vh;
    text-align: center;
    z-index: 10;
    max-width: 800px;
}
#printworks-wrapper h1 {
    font-size: 35px;
    color: white; 
    font-weight: 200 !important;
    letter-spacing: 0px;
}
#printworks-wrapper .text-content h1 {
    max-width: 475px;
}
#printworks-wrapper .text-overlay > span.expanded {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 18px;
    font-weight: 500;
}
#printworks-wrapper .text-content {
    position: relative;
    margin-left: 3vw;
}
/* >> PrintWorks - Text Container */
#printworks-wrapper .content-wrapper {
    min-height: 25vh;
}
#printworks-wrapper  .content-wrapper {
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: max(225px, 25vh);
    padding: 30px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
#printworks-wrapper .content-wrapper p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#printworks-wrapper .content-wrapper .button-wrapper {
    text-align: center;
}
#printworks-wrapper a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    background: #fff;
    width: 225px;
    text-transform: none;
}
#printworks-wrapper .text-content a.mlkn-button {
    margin: 0;
    width: 310px;
}
#printworks-wrapper .text-content a.mlkn-button:nth-of-type(1) {
    margin: 3rem 0;
}
#printworks-wrapper .text-content > div {
    margin: 30px auto max(40px, 10vh);
    display: flex;
    flex-direction: column;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1200px) {
#printworks-wrapper  h1 {
    font-size: 30px;
}
}
@media only screen and (max-width: 991px) {
    #printworks-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #printworks-wrapper .content-wrapper,
    #printworks-wrapper .content-wrapper .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #printworks-wrapper .content-wrapper p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #printworks-wrapper .text-content  a.mlkn-button {
        display: block;
        margin: 30px auto;
    }
    #printworks-wrapper .content-wrapper  a.mlkn-button {
        display: block;
        margin: 15px auto 0;
    }
#printworks-wrapper .text-content h1 {
    text-align: center;
    max-width: revert;
}
#printworks-wrapper h1 {
    font-size: 27px;
}
#printworks-wrapper .text-content {
    margin-left: 0;
}
#printworks-wrapper .image-container > div {
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    height: 80%;
}
}
@media only screen and (max-width: 767px) {
    #printworks-wrapper .text-overlay {
        width: 100%;
    }
    #printworks-wrapper  h1 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 500px) {
    #printworks-wrapper .text-overlay > span.expanded {
        font-size: 15px;
    }
    #printworks-wrapper  h1 {
        font-size: 25px;
    }
    #printworks-wrapper .content-wrapper a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
}
/* >> PrintWorks - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #printworks-wrapper .image-container,
    #printworks-wrapper .image-container img {
        height: max(488px, 65vh);
    }
    #printworks-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #printworks-wrapper  h1 {
        font-size: 40px;
    }
    #printworks-wrapper .content-wrapper,
    #printworks-wrapper .content-wrapper .content-wrapper {
        height: max(188px, 25vh);
    }
    #printworks-wrapper .content-wrapper p {
        font-size: 25px;
    }
    #printworks-wrapper .content-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> PrintWorks - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #printworks-wrapper h1 {
        font-size: 25px;
    }
}



/*** SUSTAINABILITY OVERVIEW ***/
#sustainability-overview-wrapper {
    background: #343233;
    position: relative;
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
/* >> Sustainability Overview - Content */
#sustainability-overview-wrapper h2,
#sustainability-overview-wrapper p {
    color: #fff;
}
#sustainability-overview-wrapper h2 {
    text-transform: none;  
}
#sustainability-overview-wrapper .text-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;
    height: 100%;
}
/* >> Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* >> Sustainability Overview - Media Queries */

/* >> Sustainability Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-overview-wrapper h2 {
        font-size: 32px; 
    }
    #sustainability-overview-wrapper p {
        font-size: 20px;
    }
}