  /*** BODY ***/
  body {
    position: relative;
}
main {
    background: #fff;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: 600 !important;
}
#tsbAudio {
    display: none;
}
main .cycle-pager a {
    height: 10px;
    margin: 0 10px;

    width: 100px;
}
.hotspots {
    position: relative;
}
.hotspot-content.leftSide {
    left: revert !important;
    right: 40px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
@media only screen and (max-width: 1200) {
    .hotspot {
        display: none;
    }
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#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 a {
    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;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#collective-mind-video-wrapper"]::before {
    content: "Collective Mind";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#design-wrapper"]::before {
    content: "Design";
}
#navbar-circles a[href="#dlux-wrapper"]::before {
    content: "D/LUX";
}
#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks";
}
#navbar-circles a[href="#leftright-installations-wrapper"]::before {
    content: "Depth of Color";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualizer";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "Sustainability";
}



#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}


.cycle-pager {
    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: center;  
    position: absolute;
    z-index: 500;
    width: 50%;
    bottom: 10rem;
    right: 25%;
}
.cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.cycle-pager a.cycle-pager-active {
    opacity: 1 !important;
}


/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #000;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type:not(.hotspot-content p) {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}

/*** 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: 1060;
    left: -146px;
    width: 325px;
    -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;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
/* >> 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;
    }
}

/*** The topsection WRAPPER ***/
#collective-mind-video-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding: 0;
}
/* >> The topsection - Video Container */
#collective-mind-video-wrapper .video-container {
    height: max(750px, 100vh);
    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;
}
#collective-mind-video-wrapper .video-container video {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The topsection Video - Text Overlay */
#collective-mind-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    /* top: max(263px, 38vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#collective-mind-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#collective-mind-video-wrapper .text-overlay h2 {
    font-size: 79px;  
    letter-spacing: 15.8px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#collective-mind-video-wrapper h3 {
    font-size: 35px;
    font-weight: bold !important;
    letter-spacing: 3.85px;
    color: white;
}
#collective-mind-video-wrapper h3.below-title {
    margin-top: 2vh;
}
#collective-mind-video-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#collective-mind-video-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#collective-mind-video-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    position: absolute;
    color: white;
    text-align: center;
}
#collective-mind-video-wrapper .bottom-text p {
    font-size: 18px;
}
#collective-mind-video-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
#collective-mind-video-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin: auto;
}
#collective-mind-video-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> The topsection - Text Container */
#collective-mind-video-wrapper .container {
    min-height: 25vh;
}
#collective-mind-video-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;
}
#collective-mind-video-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#collective-mind-video-wrapper .container .button-wrapper {
    text-align: center;
}
#collective-mind-video-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#collective-mind-video-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#collective-mind-video-wrapper .mobileOnly {
    display: none;
}
#collective-mind-video-wrapper p {
    margin: 2rem;
}
#collective-mind-video-wrapper img.redListLogo {
    max-width: 150px;
    margin: 1rem;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #collective-mind-video-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #collective-mind-video-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #collective-mind-video-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #collective-mind-video-wrapper .container,
    #collective-mind-video-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #collective-mind-video-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #collective-mind-video-wrapper .container a.mlkn-button,
    #collective-mind-video-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #collective-mind-video-wrapper img.redListLogo {
        margin: 1vh;
    }
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #collective-mind-video-wrapper .text-overlay {
        width: 100%;
        padding: 10px;
    }
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #collective-mind-video-wrapper .mobileOnly {
        display: revert;
    }
    #collective-mind-video-wrapper .desktopOnly {
        display: none;
    }
    #collective-mind-video-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #collective-mind-video-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #collective-mind-video-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #collective-mind-video-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #collective-mind-video-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #collective-mind-video-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The topsection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #collective-mind-video-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #collective-mind-video-wrapper .container,
    #collective-mind-video-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #collective-mind-video-wrapper .container p {
        font-size: 25px;
    }
    #collective-mind-video-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The topsection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #collective-mind-video-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: white;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
    margin-top: 10rem;
    color: #616365;
  }
  #visualize-wrapper .row {
    min-height: fit-content;
    /* -- START IE 11 HACK */
    /* height: 1px; */
    /* -- END IE 11 HACK */
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  /* Content */

  #visualize-wrapper .row b:not(.hotspot b),
  #visualize-wrapper .row h2,
  #visualize-wrapper .row p:not(.hotspot p) {
    width: 100%;
    color: #616365;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visualize-wrapper h2 {
    text-transform: none;  
  }
  #visualize-wrapper img {
    width: 100%;
  }
  #visualize-wrapper .row b:not(.hotspot-content b) {
    font-size: 30px;  
  }
  #visualize-wrapper .row h2 {
    font-size: 40px;  
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#616365;
    text-transform: uppercase;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 6vh;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #616365;
    border: 1px solid #616365;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
  }
  #visualize-wrapper a.mlkn-button:hover {
    color: #616365;
    background: #fff;
    
}
  #visualize-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
  }
  /* HOTSPOTS */
  #visualize-wrapper .hotspots {
    position: relative;
  }
  #visualize-hotspot-1 {
    bottom: 28rem;
    left: 42vw;
  }
  #visualize-hotspot-2 {
    bottom: 10rem;
    right: 42vw;
  }

  /* Media Queries */
  @media (min-width: 2500px) {
    #visualize-wrapper #visualize-hotspot-1 {
        bottom: 40rem;
    }
    #visualize-wrapper #visualize-hotspot-2 {
        bottom: 15rem;
    }
  }
  @media only screen and (max-width: 1600px) {
    /* #visualize-hotspot-1 {
        bottom: 42vh;
    }
    #visualize-hotspot-2 {
        bottom: 28vh;
    } */
  }
  @media only screen and (max-width: 1500px) {
    #visualize-hotspot-1 {
        bottom: 23rem;
    }
  }
  @media only screen and (max-width: 1400px) {
    #visualize-hotspot-1 {
        bottom: 20rem;
    }
  }
  @media only screen and (max-width: 1200px) {
    #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    }
        #visualize-hotspot-1 {
            bottom: 30rem;
        }
    /* #visualize-hotspot-1 {
        bottom: 48vh;
    }
    #visualize-hotspot-2 {
        bottom: 32vh;
    } */
  }
  @media only screen and (max-width: 1099px) {
    #visualize-wrapper h1 {
      font-size: 40px;  
    }
    #visualize-wrapper a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #visualize-wrapper b {
      font-size: 20px;  
    }
    #visualize-wrapper h1 {
      font-size: 35px;  
    }
    #visualize-wrapper a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
  }
  @media only screen and (max-width: 850px) {

  }
  @media only screen and (max-width: 767px) {
    #visualize-wrapper .row h2 {
        font-size: 30px;
    }
  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  
/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/2a935b853ef840a59256fbff87faab54.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
}
#creative-collective-wrapper a.mlkn-button:hover {
    color: #036;
    background: #fff;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

/* banner-below-video-wrapper */
#banner-below-video-wrapper {
    background: white;
    text-align: center;
}
#banner-below-video-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: center;
    margin: 7rem 0;
    max-width: 740px;
}
#banner-below-video-wrapper .row > div {
    display: flex;
    justify-content: center;
}




/* design wrapper */
#design-wrapper {
    background: white;
    padding: 0;
}
#design-wrapper .image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#design-wrapper .cycle-pager a {
    border: 1px solid #636466;
    background: #636466;
    opacity: 0.1;
}
#design-hotspot-1 {
    bottom: 20vh;
    left: 800px;
}
#design-hotspot-2 {
    bottom: 33vh;
    left: 1200px;
}
#design-wrapper img.leftImage {
    border-right: 20px solid white;
}
#design-wrapper img.middleImage {
    min-width: 1440px;
}
#design-wrapper img.rightImage {
    border-left: 20px solid white;
    position: sticky;
    right: 0;
    z-index: 80;
}
#design-wrapper .noDesktop {
    display: none;
}
@media (min-width: 2250px) {
    #design-wrapper #design-hotspot-1 {
        bottom: 20vh;
        left: 100rem;
    }
    #design-wrapper #design-hotspot-2 {
        bottom: 25vh;
        right: 100rem;
        left: revert;
    }
}
@media (max-width: 1200px) {
    #design-wrapper .desktopOnly {
        display: none;
    }
    #design-wrapper .image-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #design-wrapper .noDesktop {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #design-wrapper .noDesktop img {
        width: 50vw;
        margin-top: 20px;
    }
    #design-wrapper img.middleImage {
        min-width: revert;
    }
}



/* banner-below-design-wrapper */
#banner-below-design-wrapper.noDesktop {
    display: none;
}
#banner-below-design-wrapper {
    background: white;
    text-align: center;
}
#banner-below-design-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: center;
    margin: 7rem 0;
    max-width: 740px;
}
#banner-below-design-wrapper .row > div {
    display: flex;
    justify-content: center;
}
@media (max-width: 1400px) {
    #banner-below-design-wrapper.noDesktop {
        display: block;
    }
}


#patterns-wrapper {
    padding: 0;
    background: white;
    margin-top: 15px;
}
#patterns-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: center;
    margin: 3rem 0;
}
#patterns-wrapper p:not(.title) {
    width: var(--rightSideWidth);
}
#patterns-wrapper p.title {
    font-size: 38px;
    letter-spacing: 1.25px;
    font-weight: 500;
}
#patterns-wrapper .slide {
    width: 100%;
}
#patterns-wrapper .ribbon {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
}
#patterns-wrapper .leftSide .ribbon:last-of-type {
    margin-left: 15px;
}
#patterns-wrapper .rightSide .ribbon:first-of-type {
    margin-right: 15px;
}
#patterns-wrapper .leftSide, #patterns-wrapper .rightSide {
    display: flex;
    flex-direction: row;
}
#patterns-wrapper .leftSide {
    justify-content: flex-end;
}
#patterns-wrapper .rightSide {
    justify-content: flex-start;
}
#patterns-wrapper .cycle-pager {
     right: 12rem;
     bottom: 5rem;
     position: absolute;
}
#patterns-wrapper .cycle-pager a {
    border: 1px solid #636466;
    background-color: #636466;
    opacity: 0.1;
    width: 100px;
}
#patterns-wrapper .cycle-pager a.cycle-pager-active
{
    opacity: 1;
}
#patterns-wrapper .noDesktop {
    display: none;
}
@media (max-width: 1400px) {
    #patterns-wrapper {
        margin-top: 0;
    }
    #patterns-wrapper .desktopOnly {
        display: none;
    }
    #patterns-wrapper .noDesktop {
        display: revert;
    }
    #patterns-wrapper .ribbon {
        height: auto;
        width: 340px;
    }
    #patterns-wrapper .leftSide, #patterns-wrapper .rightSide  {
        height: 705px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: left;
        transform: rotate(90deg);

    }
    #patterns-wrapper .cycle-pager {
        bottom: 2rem;
        right: 25%;
    }
    #patterns-wrapper .rightSide {
        margin-right: -50vw;
    }
}
@media (max-width: 991px) {
    #patterns-wrapper .rightSide {
        margin-right: -10vw;
    }
    #patterns-wrapper p.title {
        font-size: 3vw;
        margin: 1rem;
    }
    #patterns-wrapper .ribbon {
        width: calc(100vw * 0.3);
    }
    #patterns-wrapper .leftSide, #patterns-wrapper .rightSide {
        height: auto;
    }
    #patterns-wrapper .leftSide {
        margin-top: -7.5rem;
        margin-left: -10rem;
    } 
    #patterns-wrapper .rightSide {
        margin-top: -10rem;
        margin-left: 10rem;
    }
    #patterns-wrapper {
        margin-top: -2rem;
    }
}
@media (max-width: 767px) {
    #patterns-wrapper .rightSide {
        margin-left: 6rem;
    }
    #patterns-wrapper {
        margin-top: -1rem;
    }
}
@media (max-width: 500px) {
    #patterns-wrapper .rightSide {
        margin-left: 2rem;
    }
}

/*installation-wrapper*/
#installation-wrapper {
    position: relative;
    padding: 0;
    margin-top: 10rem;
    width: 100%;
}

#installation-wrapper .slide {
    width: 100%;
}
#installation-wrapper .image-container {
    height: var(--installationHeight);
    background-size: cover;
    width: 100%;
}

#installation-slide-1 .image-container {
    background-image: url('/-/media/ad7363b0eb42452e9291d895489d370b.ashx');
}
#installation-slide-2 .image-container {
    background-image: url('/-/media/6ddac38797fc4041b686ba289929c01e.ashx');
}
#installation-slide-3 .image-container {
    background-image: url('/-/media/d4ed6676114a406f93cd55b2dac3083b.ashx');
}
#installation-wrapper .cycle-pager a {
    border: 1px solid #fff;
    background: #fff;
    opacity: 0.5;
}
#installation-hotspot-1 {
    bottom: 14vw;
    right: 35%;
}
#installation-hotspot-2 {
    bottom: 15vw;
    right: 40%;
}
#installation-hotspot-3 {
    bottom: 12vw;
    right: 37.5%;
}
#installation-hotspot-4 {
    bottom: 35%;
    right: 40%;
}
#installation-hotspot-5 {
    bottom: 40%;
    left: 40%;
}
#installation-hotspot-6 {
    bottom: 35%;
    right: 40%;
}
@media (max-width: 991px) {
    #installation-wrapper {
        margin-top: 5rem;
    }
}

/*dlux-wrapper*/
#dlux-wrapper {
    padding: 0;
    margin: 10rem 0;
}
#dlux-wrapper p.title {
    font-size: 90px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: -7px;
}
#dlux-wrapper p.subtitle {
    font-size: 18px;
    letter-spacing: 3.55px;
    text-transform: uppercase;
    margin-top: 3rem;
}
#dlux-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: left;
}
#dlux-wrapper p:not(.title):not(.subtitle):not(.hotspot-content p) {
    margin: 3rem 0;
}
#dlux-wrapper .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 325px;
    margin: 0 8rem;
}
#dlux-wrapper a.mlkn-button {
    width: 300px;
    background: #616365;
    border: 1px solid #616365;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
    margin-top: 3rem;
}
#dlux-wrapper a.mlkn-button:hover {
    color: #616365;
    background: #fff;
}
#dlux-wrapper .col-xl-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#dlux-hotspot-1 {
    bottom: 25vh;
    right: 33%;
}
#dlux-hotspot-2 {
    bottom: 15vh;
    right: 15%;
}
@media (min-width: 2250px) {
    #dlux-wrapper #dlux-hotspot-1 {
        right: 44%;
    }
    #dlux-wrapper #dlux-hotspot-2 {
        right: 30%;
    }
    
}
@media (max-width: 1600px) {
    #dlux-hotspot-1 {
        bottom: 15vh;
    }
    #dlux-hotspot-2 {
        bottom: 10vh;
    }
}
@media (max-width: 1400px) {
    #dlux-wrapper .text-container {
        margin: 0;
        margin-left: 5rem;
    }
    #dlux-wrapper p.title {
        font-size: 72px;
    }
}
@media (max-width: 1200px) {
    #dlux-wrapper a.mlkn-button {
        margin-top: 1rem;
        margin-bottom: 5rem;
    }
    #dlux-wrapper p:not(.title):not(.subtitle):not(.hotspot-content p) {
        margin: 2rem 0;
    }
    #dlux-wrapper .text-container {
        max-width: none;
        margin: 0;
    }
    #dlux-wrapper .text-container {
        align-items: center;
    }
    #dlux-wrapper .text-container p {
        text-align: center;
    }
    #dlux-hotspot-1 {
        bottom: 20vh;
    }
    #dlux-hotspot-2 {
        bottom: 15vh;
    }
}

/* banner-above-printworks-wrapper */
#banner-above-printworks-wrapper.noDesktop {
    display: none;
}
#banner-above-printworks-wrapper p {
    letter-spacing: 0px;
    font-size: 16px;
    color: #616365;
}
#banner-above-printworks-wrapper p.title {
    font-size: 38px;
    letter-spacing: 1.52px;
    font-weight: 500;
    margin-bottom: 3rem;
}
@media (max-width: 1200px) {
    #banner-above-printworks-wrapper.noDesktop {
        display: block;
        margin: -3rem 0 -5rem;
    }
    #banner-above-printworks-wrapper p {
        text-align: center;
    }
}

/*printworks*/
#printworks-wrapper {
    padding: 0;
    margin: 10rem 0;
    height: var(--installationHeight);
    background: url(/-/media/9d7a46f6962a4f379df717fa911f33ac.ashx);
    background-size: cover;
    background-repeat: no-repeat;
    color: #616365;

}
#printworks-wrapper p {
    letter-spacing: 0px;
    font-size: 16px;
}
#printworks-wrapper p.title {
    font-size: 38px;
    letter-spacing: 1.52px;
    font-weight: 500;
    margin-bottom: 3rem;
}
#printworks-wrapper .text-box {
    max-width: 400px;
    width: fit-content;
    position: relative;
    left: calc(70% - 200px);
    top: calc((50%) - 175px);
    padding: 7rem;
    background: white;
}
#printworks-hotspot-1 {
    left: 30%;
    bottom: -15vw;
}
@media (max-width: 1400px) {
    #printworks-wrapper {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    #printworks-wrapper .text-box { 
        display: none;
    }
    #printworks-hotspot-1 {
        bottom: revert;
        top: 33vw;
    }
}


/*leftright-installation*/
#leftright-installations-wrapper {
    padding: 0;
    /* height: var(--installationHeight); */
    max-height: 100vh;
}
#leftright-installations-wrapper .image-container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    max-height: 100vh;
}
#leftright-installation-slide-1 .image-container {
    background: url(/-/media/a297cc07293a43048dce8e1c44692d15.ashx);
    background-position: center;

}
#leftright-installation-slide-2 .image-container {
    background: url(/-/media/7cb7f2ad43ac4296be88100f64d2d5e4.ashx);
    background-position: center;

}
#leftright-installation-slide-3 .image-container {
    background: url(/-/media/9c5cbd66762145f69192a5689a6a7e1e.ashx);
    background-position: bottom;
}
#leftright-installations-wrapper p {
    max-width: 300px;
}
#leftright-installations-wrapper .col-xxl-4 img {
    max-height: 76.4vh; 
    width: calc(100% - 20px);
    object-fit: cover;
}
#leftright-installations-wrapper .text-container {
    display: flex;
    justify-content: flex-end;
    width: 85%;
    margin: 7rem 0;
}
#leftright-installations-wrapper .slide {
    width: 100%;
}
#leftright-installations-wrapper .cycle-pager {
    width: 67%;
    right: 0;
    bottom: 10rem;
}
#leftright-installations-wrapper .cycle-pager a {
    border: 1px solid #fff;
    background: #fff;
    opacity: 0.5;
}
#leftright-installations-hotspot-1 {
    left: 45%;
    bottom: 35vh;
}
#leftright-installations-hotspot-2 {
    right: 40%;
    bottom: 10vh;
}
#leftright-installations-hotspot-3 {
    right: 25%;
    bottom: 25vh;
}
#leftright-installations-hotspot-4 {
    left: 45%;
    bottom: 10vh;
}
#leftright-installations-hotspot-5 {
    left: 45%;
    bottom: 35vh;
}
#leftright-installations-hotspot-6 {
    right: 35%;
    bottom: 10vh;
}
#leftright-installations-hotspot-7 {
    left: 38%;
    bottom: 20vh;
}
#leftright-installations-hotspot-8 {
    left: 55%;
    bottom: 40vh;
}
#leftright-installations-hotspot-9 {
    left: 30%;
    bottom: 15vh;
}
#leftright-installations-hotspot-10 {
    left: 33%;
    bottom: 30vh;
}
#leftright-installations-hotspot-11 {
    right: 40%;
    bottom: 15vh;
}
@media (max-width: 1400px) {
    #leftright-installations-wrapper .image-container {
        height: 67vh;
    }
    #leftright-installations-wrapper {
        max-height: none;
        height: auto;
    }
    #leftright-installations-wrapper .col-xxl-4 img, #leftright-installations-wrapper .col-xxl-4 .hotspots {
        display: none;
    }
    #leftright-installations-wrapper .col-xxl-4 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    #leftright-installations-wrapper p {
        max-width: none;
    }
    #leftright-installations-wrapper .text-box {
        margin: 3rem 0;
        max-width: none;
    }
    #leftright-installations-wrapper .cycle-pager {
        width: 100%;
        bottom: 7rem;
    }
}



/*colorline-wrapper*/
#colorline-wrapper {
    position: relative;
    padding: 0 12.5%;
    margin-top: 10rem;
}

#colorline-wrapper .slide {
    width: 100%;
}

#colorline-wrapper .top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#colorline-wrapper .bottom-row {
    margin-top: 2.5rem;
}
#colorline-wrapper a.mlkn-button {
    background-color: #616365;
    font-size: 16px;
    letter-spacing: 1.44px;
    color: #FEFEFE;
}
#colorline-wrapper p {
    font-size: 16px;
    color: #616365;
    text-align: left;
}

#colorline-wrapper .p-box {
    min-width: 300px;
    width: 25%;
    margin-right: 3rem;
}
#colorline-wrapper .titles span {
    font-size: 38px;
    color: #616365;
    opacity: 0.2;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 1.52px;
    font-weight: 500;
}
#colorline-wrapper .titles span.active {
    opacity: 1;
}
#colorline-wrapper .titles {
    margin: auto 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#colorline-wrapper .color-tile:first-of-type  {
    padding-left: 0;
}
#colorline-wrapper .color-tile:last-of-type {
    padding-right: 0;
}
#colorline-wrapper .color-row {
    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: space-between;  
    margin-top: 20px;
}
#colorline-wrapper .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline-wrapper .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline-wrapper .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline-wrapper .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}
#colorline-wrapper .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 5rem;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      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: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 10rem;
}
#colorline-mobile img {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}
#colorline-mobile {
    display: none;
}
/* >> Colorline - Media Queries */
@media (max-width: 1700px) {
    #colorline-wrapper .color-tile p {
        letter-spacing: 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1500px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
    #colorline-wrapper {
        padding: 0 5%;
    }
}
@media (max-width: 1400px) {
    #colorline-wrapper .titles span {
        white-space: normal;
        width: 100%;
        font-size: 28px;
        text-align: center;
    }
    #colorline-wrapper .titles span.active {
        font-weight: 600;
        border-bottom: none;
    }
    #colorline-wrapper .titles span:first-of-type {
        text-align: left;
    }
    #colorline-wrapper .titles span:last-of-type {
        text-align: right;
    }
    #colorline-wrapper .color-tile p {
        letter-spacing: -1px;
        font-size: 12px;
    }

}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline-wrapper .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline-wrapper .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
    #colorline-wrapper {
        margin-top: 6rem;
    }
}
@media (max-width: 1100px) {
    #colorline-wrapper {
        padding: 0 5rem;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 16%;
        padding: 0px;
    }
    #colorline-wrapper .titles span {
        font-size: 22px;
    }
    #colorline-wrapper .color-tile p {
        font-size: 10px;
    }

}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline-wrapper .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
    #colorline-mobile {
        display: revert;
    }
    #colorline-wrapper .button-container a {
        display: flex;
        flex-direction: column;
    }
    #colorline-wrapper {
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline-wrapper .cycle-slideshow, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper p {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}



/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
}
#mpact-wrapper .image-container {
    height: max(400px, 33vh);
    background-image: url('/-/media/859E4B2A70E2403DA6DC21FFBDCCF7C3.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-y: center;
    background-position-x: 25%;
}
#mpact-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* >> mpact - Content */
#mpact-wrapper .row h1,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* #mpact-wrapper .row p {
    font-size: 18px;
} */
#mpact-wrapper .text-box {
    width: 650px;
    right: 7vw;
    position: absolute;
    bottom: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box h3 {
    font-size: 50px;
    font-weight: 700 !important;
    letter-spacing: 5px;
    color: white;
}
#mpact-wrapper sup {
    font-size: 14px;
    top: -1.8em;
}
#mpact-wrapper h5 sup {
    top: -1em;
}
#mpact-wrapper .text-box h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 16px;
}
#mpact-wrapper .text-box h1 {
    color: white;
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 60px;
    text-transform: none;
    margin-bottom: 10px;
}
#mpact-wrapper .text-box h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}
#mpact-wrapper .text-box p {
    color: white;
    margin: 3vh auto;
}
#mpact-wrapper .mobileOnly {
    display: none;
    background: #474647;
}
/* >> mpact - Hotspots */
#mpact-hotspot-1 {
    bottom: 5vh;
    left: 33%;
}
#mpact-hotspot-2 {
    bottom: 53%;
    left: 20%;
}
#mpact-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#mpact-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
#mpact-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin-bottom: 5vh;
}
#mpact-wrapper .mobileOnly {
    display: none;
}
/* >> mpact - Mobile Content */
#mpact-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#mpact-mobile-content [class^="col"] {
    min-height: 30vh;
    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;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#mpact-mobile-content h1,
#mpact-mobile-content p {
    color: #fff;
    text-align: left;
}
#mpact-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#mpact-mobile-content p {
    font-size: 16px;
}
/* >> mpact - Media Queries */
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    #mpact-wrapper .row h1,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-wrapper .text-box {
        left: 16.6%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-box {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #mpact-wrapper {
        height: auto;
        padding: 0;
        margin-top: 5rem;
    }
    #mpact-wrapper .row {
        display: none;
    }
    #mpact-mobile-content {
        display: block;
    }
    #mpact-wrapper .text-box {
        width: 100%;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
  
    #mpact-wrapper .text-box h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box h3 {
        font-size: 30px;
    }
    #mpact-wrapper .text-box h2 {
        font-size: 12px;
    }
    #mpact-wrapper .text-box h5 {
        font-size: 26px;
    }

    #mpact-wrapper .mobileOnly img {
        margin-top: 3vh;
    }
    #mpact-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #mpact-wrapper .text-box h6 {
        font-size: 36px;
    }
    #mpact-wrapper .text-box > div {
        margin-top: 50px;
    }
    #mpact-wrapper sup {
        top: -0.8em;
    }
}

@media only screen and (max-width: 500px) { 
    #mpact-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> mpact - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mpact-wrapper .row p {
        font-size: 22px;
    }
}
/* >> mpact - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #mpact-mobile-content p {
        font-size: 15px;
    }
}
/* >> mpact - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> mpact - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}


/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/2a935b853ef840a59256fbff87faab54.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

