/*** BODY ***/
body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}

/*** 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="#stereovision-video-wrapper"]::before {
    content: "Stereovision";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#powerlines-wrapper"]::before {
    content: "Powerlines";
}
#navbar-circles a[href="#versatility-wrapper"]::before {
    content: "Versatility";
}
#navbar-circles a[href="#coordination-wrapper"]::before {
    content: "Coordination";
}
#navbar-circles a[href="#sustainability-wrapper"]::before {
    content: "Sustainability";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualize";
}
#navbar-circles a[href="#creative-collective-wrapper"]::before {
    content: "Collection Specs";
}
#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;
    }
}

/*** 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 {
    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: 5px 20px 9px;
    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;
    }
}

/*** COASTLINE WRAPPER ***/
#stereovision-video-wrapper {
    min-height: 90vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
/* >> Stereovision - Video Container */
#stereovision-video-wrapper .video-container {
    height: 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;
}
#stereovision-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
/* >> Stereovision Video - Text Overlay */
#stereovision-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 45vh;
    text-align: center;
    z-index: 10;
    max-width: 800px;
}
#stereovision-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#stereovision-video-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#stereovision-video-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#stereovision-video-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#stereovision-video-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#stereovision-video-wrapper .bottom-text p {
    font-size: 18px;
}
#stereovision-video-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> Stereovision - Text Container */
#stereovision-video-wrapper .container {
    min-height: 25vh;
}
#stereovision-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: 25vh;
    padding: 30px 15px;
}
#stereovision-video-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#stereovision-video-wrapper .container .button-wrapper {
    text-align: center;
}
#stereovision-video-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#stereovision-video-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#stereovision-video-wrapper .mobileOnly {
    display: none;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 991px) {
    #stereovision-video-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #stereovision-video-wrapper .container,
    #stereovision-video-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #stereovision-video-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #stereovision-video-wrapper .container a.mlkn-button,
    #stereovision-video-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #stereovision-video-wrapper .text-overlay {
        width: 100%;
    }
    #stereovision-video-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #stereovision-video-wrapper .mobileOnly {
        display: revert;
    }
    #stereovision-video-wrapper .desktopOnly {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #stereovision-video-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #stereovision-video-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #stereovision-video-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #stereovision-video-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #stereovision-video-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #stereovision-video-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
}
/* >> Stereovision - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #stereovision-video-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #stereovision-video-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #stereovision-video-wrapper .container,
    #stereovision-video-wrapper .container .content-wrapper {
        height: 25vh;
    }
    #stereovision-video-wrapper .container p {
        font-size: 25px;
    }
    #stereovision-video-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> Stereovision - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #stereovision-video-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}

/* >> Introduction >> */
#introduction-wrapper {
    position: relative;
    padding: 0;
    background: url(/-/media/418f20c8febf4fa1a5151754995fb0a4.ashx);
    color: white;
}
#introduction-wrapper {
    position: relative;
}
#introduction-wrapper .image-column {
    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: center;  
    align-items: end;
}
#introduction-wrapper .content-column {
    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;  
}
/* >> Introduction Wrapper - Video */
#introduction-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> Introduction Wrapper - All */
#offbeat-wrapper [class^="col"],
#phenom-wrapper [class^="col"],
#introduction-wrapper [class^="col"],
#introduction-wrapper {
    height: 100vh; 
}
#introduction-wrapper .image-column img {
    width: 100%;
    margin: 10vh 0;
}
#introduction-wrapper .content-column > div {
    margin: 0 4vw 0 7vw;
    text-align: left;
}
#introduction-wrapper .content-column img.logo {
    width: 100%;
}
#introduction-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#introduction-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#introduction-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    
    margin: 40px 0;
}
#introduction-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 700 !important;
}

/* >> Introduction Wrapper - Content */
#introduction-wrapper > .row h1,
#introduction-wrapper > .row p {
    width: 100%;
}
#introduction-wrapper > .row h1 {
    font-size: 34px;
    margin-top: 50px;
    letter-spacing: 4px;
    font-weight: 700 !important;
}
#introduction-wrapper > .row p {
    font-size: 16px;
    
}
/* >> Introduction Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #introduction-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #introduction-wrapper [class^="col"] {
        height: auto;
    }
    #introduction-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #introduction-wrapper .content-column > div {
        margin: auto;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #introduction-wrapper > .row h1 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #introduction-wrapper > .row h1 {
        font-size: 25px;
    }
    #introduction-wrapper > .row {
        height: auto;
    }
}
@media only screen and (max-width: 500px) {
    #introduction-wrapper > .row h1 {
        font-size: 25px;
    }
    #introduction-wrapper > .row p {
        font-size: 16px;
    }
}
/* >> Introduction Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #introduction-wrapper .content-column p {
        font-size: 20px;
    }
    #introduction-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #introduction-wrapper > .row h1 {
        font-size: 45px;
    }
    #introduction-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> Introduction - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #introduction-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #introduction-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #introduction-wrapper {
        min-height: 103vh;
    }
}

/* >> Patterns >> */
#patterns-wrapper {
    position: relative;
    padding: 0;
    background: url(/-/media/aa7d69e68e0d45d5bb3d75cff7379ff8.ashx);
    color: white;
}
#patterns-wrapper {
    position: relative;
}
#patterns-wrapper .image-column {
    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;  
}
#patterns-wrapper .content-column {
    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;  
}
/* >> Patterns Wrapper - Video */
#patterns-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> Patterns Wrapper - All */
#offbeat-wrapper [class^="col"],
#phenom-wrapper [class^="col"],
#patterns-wrapper [class^="col"],
#patterns-wrapper {
    height: 100vh; 
}
#patterns-wrapper .image-column img {
    width: 85%;
}
#patterns-wrapper .content-column img.logo {
    width: 100%;
}
#patterns-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#patterns-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#patterns-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
}
#patterns-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700 !important;
}
#patterns-wrapper .image-column img {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

/* >> Patterns Wrapper - Content */
#patterns-wrapper > .row h1,
#patterns-wrapper > .row p {
    text-align: left;
}
#patterns-wrapper > .row > div > p {
    width: 80%;
}
#patterns-wrapper > .row h1 {
    font-size: 34px;
    letter-spacing: 4px;
    font-weight: 600 !important;
    color:white;
    z-index: 2000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 34px;
    text-decoration: none;
    position: relative;
    right: var(--sidewaysTextXOffset);
}
#patterns-wrapper > .row > div > p {
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
}
#patterns-wrapper > .row p.shiftedDown {
    margin-top: 13.5vh;
}
#patterns-wrapper > .row p.shiftedDown.mobileOnly {
    margin-top: 6.75vh;
}
#patterns-wrapper > .row span.bigDash {
    position: absolute;
    width: 50px;
    border-top: 2px solid white;
    bottom: var(--bigDashOffsetY);
}
#patterns-wrapper .col-xl-4:first-of-type h1 {
    bottom: var(--sidewaysTextYOffsetLeft);
}
#patterns-wrapper .col-xl-4:nth-of-type(2) h1 {
    bottom: var(--sidewaysTextYOffsetRight);
}
#patterns-wrapper img {
    width: 90%;
}
#patterns-wrapper .mobileOnly {
    display: none;
}
/* >> Patterns Wrapper - Hotspots */
#patterns-hotspot-1 {
    bottom: 15vh;
    left: 5vw;
}
#patterns-hotspot-2 {
    bottom: 15vh;
    left: 5vw;
}
#patterns-wrapper .hotspot {
    position: relative;
}
/* >> Patterns Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #patterns-wrapper {
        min-height: 100vh;
    height: auto;
    }
    #patterns-wrapper [class^="col"] {
        height: auto;
    }
    #patterns-wrapper .content-column {
        margin: 50px 0;
    }
    #patterns-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #patterns-wrapper .content-column p {
        padding-left: 30px;
        padding-right: 30px;
    }
    #patterns-wrapper .image-column img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 700px;
        margin: 0 auto;
    }
    #patterns-wrapper .mobileOnly {
        display: revert;
    }
    #patterns-wrapper .desktopOnly {
        display: none;
    }
    #patterns-wrapper img {
        width: 100%;
    }
    #patterns-hotspot-1 {
        bottom: 30%;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #patterns-wrapper > .row h1 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #patterns-wrapper .image-column img {
        max-width: 500px;
        padding: 0 30px;
    }
    #patterns-wrapper > .row h1,
    #patterns-wrapper > .row p {
        padding-left: 30px;
        padding-right: 30px;
    }
    #patterns-wrapper > .row h1 {
        font-size: 25px;
    }
    #patterns-wrapper > .row {
        height: auto;
    }
    #patterns-wrapper > .row > div > p:not(p.mobileOnly) {
        margin-top: 4vh;
    }
}
@media only screen and (max-width: 500px) {
    #patterns-wrapper > .row h1 {
        font-size: 20px;
    }
    #patterns-wrapper > .row p {
        font-size: 16px;
    }
}
/* >> Patterns Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #patterns-wrapper .content-column p {
        font-size: 20px;
    }
    #patterns-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #patterns-wrapper > .row h1 {
        font-size: 45px;
    }
    #patterns-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> Patterns - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #patterns-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #patterns-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #patterns-wrapper {
        min-height: 103vh;
    }
}

/*** Powerlines ***/
#powerlines-wrapper {
    height: auto;
}
#powerlines-wrapper .image-container {
    height: 100vh;
    background-image: url('/-/media/9b9d92cd3f8540119d85f326185412d1.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position: center;
}
#powerlines-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;
}
#powerlines-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}
/* >> Powerlines - Content */
#powerlines-wrapper .row h1,
#powerlines-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
#powerlines-wrapper .row h1 {
    font-size: 35px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 700 !important;
}
#powerlines-wrapper .row p {
    font-size: 18px;
}
#powerlines-wrapper .text-box {
    width: 475px;
    background: white;
    left: 7.5%;
    position: absolute;
    height: fit-content;
    bottom: 10%;
    color: white;
}
#powerlines-wrapper .text-box > div {
    padding: 2em;
}
#powerlines-wrapper .text-box h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #6598BD;
}
#powerlines-wrapper .text-box h1 {
    margin: 0.25em 0;
    color: #6598BD;
}
#powerlines-wrapper .text-box p {
    color: black;
}
#powerlines-wrapper .text-box.mobileOnly {
    display: none;
}
/* >> Powerlines - Hotspots */
#powerlines-hotspot-1 {
    top: 19%;
    left: 33%;
}
#powerlines-hotspot-2 {
    bottom: 53%;
    left: 20%;
}
#powerlines-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#powerlines-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
/* >> Powerlines - Mobile Content */
#powerlines-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#powerlines-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; 
}
#powerlines-mobile-content h1,
#powerlines-mobile-content p {
    color: #fff;
    text-align: center;
}
#powerlines-mobile-content h1 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#powerlines-mobile-content p {
    font-size: 16px;
}
/* >> Powerlines - Media Queries */
@media only screen and (max-width: 1400px) {
    #powerlines-hotspot-3 {
        bottom: 45%;
        left: 44%;
    }
    #powerlines-hotspot-4 {
        bottom: 3%;
    }
}
@media only screen and (max-width: 1199px) {
    #powerlines-wrapper .row h1,
    #powerlines-wrapper .row p {
        max-width: 800px;
    }
}
@media only screen and (max-width: 767px) {
    #powerlines-wrapper {
        height: auto;
        padding: 0;
    }
    #powerlines-wrapper .row {
        display: none;
    }
    #powerlines-mobile-content {
        display: block;
    }
    #powerlines-wrapper .text-box {
        width: 100%;
        left: 0;
        top: 0;
    }
    #powerlines-wrapper .text-box.mobileOnly {
        display: revert;
        position: relative;
    }
    #powerlines-wrapper .text-box.desktopOnly {
        display: none;
    }
}

@media only screen and (max-width: 500px) { 
    #powerlines-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> Powerlines - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #powerlines-wrapper .row p {
        font-size: 22px;
    }
}
/* >> Powerlines - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #powerlines-mobile-content p {
        font-size: 15px;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #powerlines-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> Powerlines - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #powerlines-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}

/*** Versatility ***/
#versatility-wrapper {
    position: relative;
    padding: 0;
    background: url(/-/media/31741266088a4caeb41b27848c0c2459.ashx);
}
/* >> Versatility - Slideshow */
#versatility-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#versatility-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 90% !important;
}
#versatility-slide-1 {
    background-image: url('/-/media/78df7a7e490e4ca898ad1cfe6eba4001.ashx');
}
#versatility-slide-2 {
    background-image: url('/-/media/36f2875feef145d6859f072c0b6f99f3.ashx');
}
#versatility-slide-3 {
    background-image: url('/-/media/6fe193be0ba34ab193e406020617895b.ashx');
}
#versatility-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#versatility-wrapper h1,
#versatility-wrapper p:not(.hotspot-content p) {
    text-align: left;
    color: #fff;
}
#versatility-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#versatility-wrapper h1 {
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
}
#versatility-wrapper .content-column {
    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;
}
#versatility-wrapper .content-column p {
    margin: 40px 0;
}
#versatility-wrapper .content-column > div {
    margin: 0 4vw 0 2vw;
    text-align: left;
}
/* >> Versatility - Hotspots */
#versatility-wrapper .hotspot-content p {
    color: black;
}
#versatility-hotspot-1 {
    top: 48%;
    right: 40%;
}
#versatility-hotspot-2 {
    bottom: 44%;
    left: 40%;
}
#versatility-hotspot-3 {
    bottom: 20%;
    right: 31%;
}
#versatility-hotspot-4 {
    bottom: 27%;
    right: 13%;
}
#versatility-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
#versatility-hotspot-5 {
    bottom: 20%;
    left: 35%;
}
#versatility-hotspot-6 {
    bottom: 30%;
    right: 25%;
}
#versatility-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> Versatility - Pager */
#versatility-slideshow-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: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: 10vh;
    z-index: 500;
    width: 100%;
}
#versatility-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
    margin: 0 2vw;
}
#versatility-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Versatility - Slideshow Controls */
#versatility-outer-wrapper {
    position: relative;  
}
#versatility-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45vh;
    width: 100%;
    z-index: 500;
}
#versatility-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#versatility-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#versatility-slideshow-controls button:focus {
    outline: none;
}
#versatility-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 700 !important;
    margin-bottom: 5vh;
}
/* >> Versatility - Mobile Content */
#versatility-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#versatility-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; 
}
#versatility-mobile-content h1,
#versatility-mobile-content p {
    color: #fff;
    text-align: left;
}
#versatility-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#versatility-mobile-content p {
    font-size: 16px;
}
/* >> Versatility - Media Queries */
@media only screen and (max-width: 1450px) {
    #versatility-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #versatility-hotspot-1 .hotspot-content, #versatility-hotspot-3 .hotspot-content {
        left: revert;
        right: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0;
    }
    #versatility-hotspot-4 {
        right: 20%;
    }
}
@media only screen and (max-width: 1100px) {
    #versatility-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #versatility-slideshow-wrapper .cycle-slideshow,
    #versatility-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #versatility-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #versatility-wrapper h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #versatility-wrapper p {
        font-size: 16px;
    }
    /* #versatility-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #versatility-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #versatility-slideshow-wrapper .hotspot {
        display: none;
    }
    #versatility-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #versatility-slideshow-wrapper .cycle-slideshow,
    #versatility-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #versatility-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #versatility-slideshow-wrapper .slide-content {
        display: none;
    }
    #versatility-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #versatility-mobile-content h1 {
        font-size: 25px;
    }
    #versatility-mobile-content p {
        font-size: 15px;
    }
    #versatility-wrapper h1 {
        font-size: 25px;
    }
    #versatility-slideshow-controls {
        bottom: 55vh;
    }
}
/* >> Versatility - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #versatility-wrapper h1 {
        font-size: 55px;
    }    
    #versatility-wrapper p {
        font-size: 25px;
    }
}
/* >> Versatility - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #versatility-slideshow-controls {
        bottom: 55vh;
    }
}




/* >> Versatility - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #versatility-mobile-content h1 {
        font-size: 28px;
    }
    #versatility-slideshow-controls {
        bottom: 60vh;
    }
}
/* >> Versatility - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #versatility-slideshow-controls {
        bottom: 55vh;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #versatility-slideshow-controls {
        bottom: 70vh;
    }
}

/*** Coordination ***/
#coordination-wrapper {
    height: 100vh;
    background-image: url('/-/media/3a1178f08c3f4d79a3fb921919437eb4.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position-x: 75%;
}
#coordination-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;
}
#coordination-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}

/* >> Coordination - Content */
#coordination-wrapper .row h1,
#coordination-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#coordination-wrapper .row h1 {
    font-size: 34px;  
    letter-spacing: 4px;
    font-weight: 700 !important;
}
#coordination-wrapper .row p {
    font-size: 16px;
}
#coordination-wrapper .content-column {
    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;
}
#coordination-wrapper .content-column > div {
    margin: 0 6vw 0 7vw;
    text-align: left;   
}
/* >> Coordination - Hotspots */
#coordination-hotspot-1 {
    top: 23%;
    left: 13%;
}
#coordination-hotspot-2 {
    top: 35%;
    left: 9%;
}
#coordination-hotspot-3 {
    bottom: 35%;
    left: 38%;
}
#coordination-hotspot-4 {
    bottom: 7%;
    right: 18%;
}
#coordination-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> Coordination - Mobile Content */
#coordination-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#coordination-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; 
}
#coordination-mobile-content h1,
#coordination-mobile-content p {
    color: #fff;
    text-align: center;
}
#coordination-mobile-content h1 {
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#coordination-mobile-content p {
    font-size: 16px;
}
/* >> Coordination - Media Queries */
@media only screen and (max-width: 1400px) {
    #coordination-hotspot-2 {
        top: 31%;
    }
    #coordination-hotspot-1 {
        top: 21%;
        left: 5%;
    }
}
@media only screen and (max-width: 1199px) {
    #coordination-wrapper .row h1,
    #coordination-wrapper .row p {
        max-width: 800px;
    }
    #coordination-hotspot-1 {
        display: none;
    }
    #coordination-hotspot-2 {
        top: revert;
        left: revert;
        bottom: 25%;
        right: 20%;
    }
    #coordination-hotspot-2 .hotspot-content {
        left: revert;
        right: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0;
    }
}
@media only screen and (max-width: 991px) {
    #coordination-wrapper .row h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #coordination-wrapper {
        height: 80vh;
        background-size: 200%;
    }
    #coordination-wrapper .row {
        min-height: 80vh;
    }
    #coordination-wrapper .row .content-column {
        background: black;
        padding: 30px 0;
        top: 0;
    }
    #coordination-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) { 
    #coordination-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #coordination-wrapper .row h1 {
        font-size: 25px;
    }
}
/* >> Coordination - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #coordination-wrapper .row p {
        font-size: 22px;
    }
}
/* >> Coordination - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #coordination-mobile-content p {
        font-size: 15px;
    }
}
/* >> Floorscapes - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #coordination-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> Coordination - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #coordination-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}
/* SUSTAINABILITY */
#sustainability-wrapper {
    position: relative;
    padding: 0;
    background: url(/-/media/cd3b2d2cc0f5499e901754a45fec5963.ashx);
    color: white;
    background-position: bottom;
}
#sustainability-wrapper {
    position: relative;
}
#sustainability-wrapper .image-column {
    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: center;  
}
#sustainability-wrapper .content-column {
    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;  
}
/* >> SUSTAINABILITY Wrapper - Video */
#sustainability-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> SUSTAINABILITY Wrapper - All */
#sustainability-wrapper [class^="col"],
#sustainability-wrapper {
    min-height: 100vh; 
}
#sustainability-wrapper .image-column img {
    width: 100%;
    margin: 5vh 0;
}
#sustainability-wrapper .content-column img.logo {
    width: 100%;
}
#sustainability-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#sustainability-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#sustainability-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    
}
#sustainability-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    margin-left: 0;
    font-weight: 800;
}
#sustainability-wrapper .image-column {
    background: url(/-/media/5e583f5ab49d489592391d8ed85567df.ashx);
    background-size: 100% 80%;
    background-position-y: center;
    background-repeat: no-repeat;
}
#sustainability-wrapper .image-column h1 {
font-size: 90px;
font-weight: 800 !important;
letter-spacing: 3px;
}
#sustainability-wrapper .image-column h1 sup {
    top: -2em;
    font-size: 23px;
}
#sustainability-wrapper .image-column h2 {
font-size: 26px;
font-weight: 600 !important;
letter-spacing: 2.5px;
}
#sustainability-wrapper .image-column > 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

/* >> SUSTAINABILITY Wrapper - Content */
#sustainability-wrapper > .row  .content-column h1,
#sustainability-wrapper > .row .content-column p {
    text-align: left;
    width: 100%;
}
#sustainability-wrapper > .row .content-column h1 {
    font-size: 34px;
    
    letter-spacing: 1px;
    font-weight: 700 !important;
    margin-bottom: 3vh;
}
#sustainability-wrapper > .row p {
    font-size: 16px;
    
}
#sustainability-wrapper .content-column > div {
    padding-left: 2vw;
}
#sustainability-wrapper > .row p:nth-child(odd) {
    margin-bottom: 3vh;
}
#sustainability-wrapper > .row p:nth-child(even) {
    margin-bottom: 0;
}
/* >> SUSTAINABILITY Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #sustainability-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #sustainability-wrapper [class^="col"] {
        height: auto;
    }
    #sustainability-wrapper .content-column {
        /* margin: 50px 0; */
        min-height: auto;
    }
    #sustainability-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #sustainability-wrapper .image-column img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 700px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #sustainability-wrapper .image-column img {
        max-width: 500px;
        padding: 0 30px;
    }
    #sustainability-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #sustainability-wrapper > .row {
        height: auto;
    }
    #sustainability-wrapper .image-column h1 {
        font-size: 50px;
    }
    #sustainability-wrapper .image-column h1 sup {
        font-size: 18px;
        top: -1.2em;
    }
    #sustainability-wrapper .image-column h2 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    #sustainability-wrapper [class^="col"], #sustainability-wrapper {
        min-height: 50vh;
    }
    #sustainability-wrapper .image-column {
        background-size: 100% 75%;
    }
}
@media only screen and (max-width: 500px) {
    #sustainability-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #sustainability-wrapper > .row .content-column p {
        font-size: 16px;
    }
}
/* >> SUSTAINABILITY Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-wrapper .content-column p {
        font-size: 20px;
    }
    #sustainability-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #sustainability-wrapper > .row .content-column h1 {
        font-size: 45px;
    }
}
/* >> SUSTAINABILITY - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #sustainability-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #sustainability-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #sustainability-wrapper {
        min-height: 103vh;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    background: black;  
    color: white;
    height: 100vh;
    display: flex;
}
#colorline-wrapper .container-fluid {
    
    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;  
}
/* >> Colorline - Top Content */
#colorline-wrapper .top-content h1,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .top-content h1 {
    text-transform: none;
    font-size: 34px;
    font-weight: 700 !important;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: white;
}
#colorline-wrapper .top-content h2 {
    margin: 12px 0;
}
#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: white;
    color: black;
    border: 1px solid white;
    font-weight: 700 !important;
}
#colorline-wrapper .top-content {
    margin-top: 5vh;
}
#colorline-wrapper .bottom-content {
    margin: 4vh 0 6vh;
}

/*
#colorline-slideshow-wrapper .cycle-pager a::before {
    color: 999999;
    text-transform: none;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
*/
#colorline-slideshow-controls span {
    font-weight: 600 !important;
}
#colorline-slideshow-controls label::before {
    color: #999999;
    text-transform: none;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-slideshow-controls label.active::before {
    color: white;
}
#colorline-slideshow-controls label:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-controls label:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: white;
}
#colorline-wrapper .cycle-pager a::before {
    color: #999999;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: white;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}

/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 150px;
    left: -60px;
    display: inline-block;
}
#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: center;  
    margin-top: 20px;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #999999;
}
div#colorline-slideshow-controls p span.active {
    color: white;
}
#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 - 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: 20px 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;
}
#colorline-mobile img {
    max-width: 375px;
    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 - Media Queries */
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1450px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
}
@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 .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline .color-tile {
        display: inline-block;
        width: 16%;
        padding: 7px;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    #colorline-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper .top-content h1 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}
/* >> Colorline - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-wrapper .top-content h1 {
        font-size: 45px;
    }
    #colorline-wrapper .top-content p {
        font-size: 22px;
    }
    #colorline-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
    }
}
/* >> Colorline - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #colorline-wrapper .top-content h2 {
        font-size: 18px;
    }
}
/* >> Colorline - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-wrapper .top-content h2 {
        font-size: 16px;
    }
}
/* >> Colorline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-wrapper .top-content h2 {
        font-size: 13px;
    }
    #colorline-wrapper .top-content p {
        font-size: 15px;
    }
}
/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: black;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
  }
  #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,
  #visualize-wrapper .row h1,
  #visualize-wrapper .row p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visualize-wrapper h1 {
    text-transform: none;  
  }
  #visualize-wrapper img {
    width: 100%;
  }
  #visualize-wrapper .row b {
    font-size: 30px;  
  }
  #visualize-wrapper .row h1 {
    font-size: 34px;  
    font-weight: 700 !important;
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 6vh;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    font-weight: 700 !important;
  }
  #visualize-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
  }
  /* HOTSPOTS */
  #visualize-wrapper .hotspots {
    position: relative;
  }
  #visualize-hotspot-1 {
    bottom: 55vh;
    left: 36vw;
  }
  #visualize-hotspot-2 {
    bottom: 43vh;
    right: 29vw;
  }
  #visualize-hotspot-2 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
  }
  #visualize-hotspot-3 {
    bottom: 34vh;
    left: 5vw;
  }
  /* Media Queries */
  @media only screen and (max-width: 1200px) {
    #visualize-hotspot-1 {
        bottom: 65vh;
    }
    #visualize-hotspot-2 {
        bottom: 35vh;
    }
    #visualize-hotspot-3 {
        bottom: 32vh;
    }
    #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    }
  }
  @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) {
    #visualize-hotspot-1 {
        bottom: 45vh;
    }
    #visualize-hotspot-2 {
        bottom: 50vh;
        right: 15vw;
    }
    #visualize-hotspot-3 {
        bottom: 38vh;
    }
  }
  @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 - 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;
    }
}