/*** BODY ***/
body {
    position: relative;  
}
.embedded-video.container-fluid {
    margin-top: 0;
}
main {
    overflow-x: hidden;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 50px;
    top: 15vh;
    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="#counterculture-video-wrapper"]::before {
    content: "Counterculture";
}
#navbar-circles a[href="#offbeat-wrapper"]::before {
    content: "Offbeat";
}
#navbar-circles a[href="#phenom-wrapper"]::before {
    content: "Phenom";
}
#navbar-circles a[href="#freethinker-wrapper"]::before {
    content: "Freethinker";
}
#navbar-circles a[href="#foundation-wrapper"]::before {
    content: "Foundation";
}
#navbar-circles a[href="#visual-interest-wrapper"]::before {
    content: "Visual Interest";
}
#navbar-circles a[href="#finishing-accent-wrapper"]::before {
    content: "Finishing Accent";
}
#navbar-circles a[href="#subtle-progressions-wrapper"]::before {
    content: "Subtle Progressions";
}
#navbar-circles a[href="#self-coordination-wrapper"]::before {
    content: "Self-Coordination";
}
#navbar-circles a[href="#pattern-color-flow-wrapper"]::before {
    content: "Pattern & Color Flow";
}
#navbar-circles a[href="#complementary-pairings-wrapper"]::before {
    content: "Complementary Pairings";
}
#navbar-circles a[href="#wayfinding-wrapper"]::before {
    content: "Wayfinding";
}
#navbar-circles a[href="#social-zoning-wrapper"]::before {
    content: "Social Zoning";
}
#navbar-circles a[href="#installation-wrapper"]::before {
    content: "Installation";
}
#navbar-circles a[href="#textures-wrapper"]::before {
    content: "Textures";
}
#navbar-circles a[href="#MainContainer_C010_Col00"]::before {
    content: "Collection Video";
}
#navbar-circles a[href="#colorways-wrapper"]::before {
    content: "Colorways";
}
#navbar-circles a[href="#visualizer-wrapper"]::before {
    content: "Visualizer";
}
#navbar-circles a[href="#shop-now-wrapper"]::before {
    content: "Shop Now";
}
#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: 1800px) {

}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #navbar-circles {
        right: 5vw;
    }
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}

/*** COUNTERCULTURE VIDEO  ***/
#counterculture-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#counterculture-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Counterculture Video - Video */
#counterculture-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Counterculture Video - Text Overlay */
#counterculture-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25vh;
    text-align: center;
    z-index: 10;
}
#counterculture-video-wrapper .text-overlay img {
    width: 800px;
}
#counterculture-video-wrapper .text-overlay span {
    font-size: 20px;
    display: block;
    margin-top: 50px;
    letter-spacing: 10px;
}
#counterculture-video-wrapper .text-overlay span.expanded {
    margin-top: 0;
    margin-bottom: 50px;
}
/* >> Counterculture Video - Media Queries */
@media only screen and (max-width: 1200px) {
    #counterculture-video-wrapper .text-overlay img {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #counterculture-video-wrapper .text-overlay {
        top: 30vh;  
    }
}
@media only screen and (max-width: 767px) {
    #counterculture-video-wrapper .text-overlay {
        width: 100%;
    }
    #counterculture-video-wrapper .text-overlay img {
        width: 100%;
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
    #counterculture-video-wrapper .text-overlay span {
        letter-spacing: 5px;
    }
}
@media only screen and (max-width: 600px) {
    #counterculture-video-wrapper .text-overlay span {
        font-size: 17px;  
    }
}
/* >> Counterculture Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #counterculture-video-wrapper .text-overlay span {
        font-size: 30px;  
    }
    #counterculture-video-wrapper .text-overlay img {
        width: 1000px;
    }
    #navbar-circles {
        right: 20vw;
    }
}
/* >> Counterculture Video - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #counterculture-video-wrapper .text-overlay {
        top: 20vh;
    }
}
/* >> Counterculture Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #counterculture-video-wrapper .text-overlay {
        top: 20vh;
    }
}
/* >> Counterculture Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #counterculture-video-wrapper .text-overlay {
        top: 20vh;
    }
}

/*** COUNTERCULTURE PATTERN WRAPPERS ***/
#counterculture-pattern-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
#pattern-outer-wrapper {
    position: relative;
}
#pattern-outer-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;  
}
#pattern-outer-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;  
}
/* >> Counterculture Pattern Wrapper - Video */
#pattern-outer-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> Counterculture Pattern Wrapper - All */
#offbeat-wrapper [class^="col"],
#phenom-wrapper [class^="col"] {
    height: 100vh; 
}
#pattern-outer-wrapper .image-column img {
    width: 100%;
}
#pattern-outer-wrapper .content-column img.logo {
    width: 100%;
}
#pattern-outer-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#pattern-outer-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#pattern-outer-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
}
#pattern-outer-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;
}
/* >> Counterculture Pattern Wrapper - Offbeat */
#offbeat-wrapper .image-column img {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}
/* >> Counterculture Pattern Wrapper - Phenom */
#phenom-wrapper .image-column img {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
/* >> Counterculture Pattern Wrapper - Freethinker */
#freethinker-wrapper [class^="col"] {
    height: 80vh;
}
#freethinker-wrapper img {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
}
/* >> Counterculture Pattern Wrapper - Content */
#counterculture-pattern-wrapper > .row {
    height: 20vh;
}
#counterculture-pattern-wrapper > .row h1,
#counterculture-pattern-wrapper > .row p {
    text-align: center;
    width: 100%;
}
#counterculture-pattern-wrapper > .row h1 {
    font-size: 30px;
    margin-top: 50px;
    letter-spacing: 4px;
    font-weight: bold !important;
}
#counterculture-pattern-wrapper > .row p {
    font-size: 16px;
    margin-bottom: 50px;
}
/* >> Counterculture Pattern Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper {
        min-height: 100vh;
        height: 1px;
    }
    #pattern-outer-wrapper [class^="col"] {
        height: auto;
    }
    #pattern-outer-wrapper .content-column {
        margin: 50px 0;
    }
    #pattern-outer-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #pattern-outer-wrapper .content-column p {
        padding-left: 30px;
        padding-right: 30px;
    }
    #pattern-outer-wrapper .image-column img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 700px;
        margin: 0 auto;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #counterculture-pattern-wrapper > .row h1 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #pattern-outer-wrapper .image-column img {
        max-width: 500px;
        padding: 0 30px;
    }
    #counterculture-pattern-wrapper > .row h1,
    #counterculture-pattern-wrapper > .row p {
        padding-left: 30px;
        padding-right: 30px;
    }
    #counterculture-pattern-wrapper > .row h1 {
        font-size: 25px;
    }
    #counterculture-pattern-wrapper > .row {
        height: auto;
    }
}
@media only screen and (max-width: 500px) {
    #counterculture-pattern-wrapper > .row h1 {
        font-size: 20px;
    }
    #counterculture-pattern-wrapper > .row p {
        font-size: 16px;
    }
}
/* >> Counterculture Pattern Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #pattern-outer-wrapper .content-column p {
        font-size: 20px;
    }
    #pattern-outer-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #counterculture-pattern-wrapper > .row h1 {
        font-size: 45px;
    }
    #counterculture-pattern-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> Counterculture Pattern - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #pattern-outer-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #pattern-outer-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper {
        min-height: 103vh;
    }
}

/*** FOUNDATION ***/
#foundation-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Foundation - Slideshow */
#foundation-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#foundation-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background: #c9c9c9;
}
#foundation-slideshow-wrapper .slide img {
    height: 100vh;
    display: block;
    margin: 0 auto;
}
#foundation-slideshow-wrapper .slide-content {
    width: 375px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(69%) translateY(-50%);
    -ms-transform: translateX(69%) translateY(-50%);
    transform: translateX(69%) translateY(-50%);
}
#foundation-slideshow-wrapper .slide-content h1,
#foundation-slideshow-wrapper .slide-content p {
    text-align: left;
    color: #fff;
}
#foundation-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#foundation-slideshow-wrapper a.mlkn-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}
/* >> Foundation - Pager */
#foundation-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 145px;
    z-index: 500;
    width: 380px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#foundation-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#foundation-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/d0e65a0dd3f94b6691534d3696a40315.ashx');
}
#foundation-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/edbbd5b2e7d943a2a94acfbbda73c066.ashx');
}
#foundation-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/0a99f50b5b35404cb7035e22d6b3141a.ashx');
}
#foundation-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/1559be708e6f40128331c902ed327c81.ashx');
}
#foundation-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/5abbce82254b4e0bad9a706c34603921.ashx');
}
#foundation-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/0b4827e44d3941398611d29069a8c971.ashx');
}
/* >> Foundation - Media Queries */
@media only screen and (max-width: 1500px) {
    #foundation-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(33%) translateY(-50%);
        -ms-transform: translateX(33%) translateY(-50%);
        transform: translateX(33%) translateY(-50%);
    }
}
@media only screen and (max-width: 1200px) {
    #foundation-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@media only screen and (max-width: 991px) {
    #foundation-slideshow-wrapper .cycle-slideshow,
    #foundation-slideshow-wrapper .cycle-slideshow .slide {
        height: 1px;
        min-height: 100vh;
    }
    #foundation-slideshow-wrapper .slide img {
        height: 55vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
@media only screen and (max-width: 767px) {
    #foundation-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
    #foundation-slideshow-wrapper .slide-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    #foundation-slideshow-wrapper a.mlkn-button {
        width: 270px;
    }
}
/* >> Foundation - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #foundation-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #foundation-slideshow-wrapper .cycle-slideshow, #foundation-slideshow-wrapper .cycle-slideshow .slide {
        min-height: 110vh;
    }
}
/*** VISUAL INTEREST ***/
#visual-interest-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Visual Interest Pairings - Slideshow */
#visual-interest-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#visual-interest-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background: #c9c9c9;
}
#visual-interest-slideshow-wrapper .slide img {
    height: 100vh;
    display: block;
    margin: 0 auto;
}
#visual-interest-slideshow-wrapper .slide-content {
    width: 375px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-138%) translateY(-50%);
    -ms-transform: translateX(-138%) translateY(-50%);
    transform: translateX(-138%) translateY(-50%);
}
#visual-interest-slideshow-wrapper .slide-content h1,
#visual-interest-slideshow-wrapper .slide-content p {
    text-align: left;
    color: #fff;
}
#visual-interest-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#visual-interest-slideshow-wrapper a.mlkn-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}
/* >> Visual Interest - Pager */
#visual-interest-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 145px;
    z-index: 500;
    width: 380px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#visual-interest-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#visual-interest-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/2992ec008afc457a9cb1621b007df394.ashx');
}
#visual-interest-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/55de7289c8dc463ca042a62eb59e8604.ashx');
}
#visual-interest-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/bb517e1bbab04b888ddf8a636025fd73.ashx');
}
#visual-interest-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/c23b80dfd4364e25a004ed5f388237cf.ashx');
}
#visual-interest-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/e29aaa9a9b0742c394bdbcc8e6d70b16.ashx');
}
#visual-interest-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/8708da9974424fafbd860e013d9b7771.ashx');
}
/* >> Visual Interest - Media Queries */
@media only screen and (max-width: 1500px) {
    #visual-interest-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(33%) translateY(-50%);
        -ms-transform: translateX(33%) translateY(-50%);
        transform: translateX(33%) translateY(-50%);
    }
}
@media only screen and (max-width: 1200px) {
    #visual-interest-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@media only screen and (max-width: 991px) {
    #visual-interest-slideshow-wrapper .cycle-slideshow,
    #visual-interest-slideshow-wrapper .cycle-slideshow .slide {
        height: 1px;
        min-height: 100vh;
    }
    #visual-interest-slideshow-wrapper .slide img {
        height: 55vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
@media only screen and (max-width: 767px) {
    #visual-interest-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
    #visual-interest-slideshow-wrapper .slide-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    #visual-interest-slideshow-wrapper a.mlkn-button {
        width: 270px;
    }
}
/* >> Visual Interest - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #visual-interest-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
}

/*** FINISHING ACCENT ***/
#finishing-accent-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Finishing Accent - Slideshow */
#finishing-accent-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#finishing-accent-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background: #c9c9c9;
}
#finishing-accent-slideshow-wrapper .slide img {
    height: 100vh;
    display: block;
    margin: 0 auto;
}
#finishing-accent-slideshow-wrapper .slide-content {
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(79%) translateY(-130%);
    -ms-transform: translateX(79%) translateY(-130%);
    transform: translateX(79%) translateY(-130%);
}
#finishing-accent-slideshow-wrapper .slide-content h1,
#finishing-accent-slideshow-wrapper .slide-content p {
    text-align: left;
    color: #fff;
}
#finishing-accent-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#finishing-accent-slideshow-wrapper a.mlkn-button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}
/* >> Finishing Accent - Pager */
#finishing-accent-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 145px;
    z-index: 500;
    width: 380px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#finishing-accent-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#finishing-accent-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/14e89a3c219d416eab5957c9454f3fbf.ashx');
}
#finishing-accent-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/31ec9f73c0234532ac0e81ef8d145e3c.ashx');
}
#finishing-accent-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/692b10d8d6164a89acdc9d659a791b89.ashx');
}
#finishing-accent-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/5ee3a5d391dc44528a8cf892116e0f9e.ashx');
}
#finishing-accent-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/7d4e55d18a7c46ae98ff3430925f0ca9.ashx');
}
#finishing-accent-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/1f6c3adc9f5e4d769fd699adc3b2cd56.ashx');
}
/* >> Finishing Accent - Media Queries */
@media only screen and (max-width: 1500px) {
    #finishing-accent-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(33%) translateY(-50%);
        -ms-transform: translateX(33%) translateY(-50%);
        transform: translateX(33%) translateY(-50%);
    }
}
@media only screen and (max-width: 1200px) {
    #finishing-accent-slideshow-wrapper .slide-content {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@media only screen and (max-width: 991px) {
    #finishing-accent-slideshow-wrapper .cycle-slideshow,
    #finishing-accent-slideshow-wrapper .cycle-slideshow .slide {
        height: 1px;
        min-height: 100vh;
    }
    #finishing-accent-slideshow-wrapper .slide img {
        height: 55vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
@media only screen and (max-width: 767px) {
    #finishing-accent-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
    #finishing-accent-slideshow-wrapper .slide-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    #finishing-accent-slideshow-wrapper a.mlkn-button {
        width: 270px;
    }
}
/* >> Finishing Accent - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #finishing-accent-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #finishing-accent-slideshow-wrapper .cycle-slideshow, #finishing-accent-slideshow-wrapper .cycle-slideshow .slide {
        min-height: 116vh;   
    }
}

/*** SUBTLE PROGRESSIONS ***/
#subtle-progressions-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Subtle Progressions - Slideshow */
#subtle-progressions-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#subtle-progressions-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#subtle-progressions-slide-1 {
    background-image: url('/-/media/5d7b906c4e9b47479a15006324823eba.ashx');
}
#subtle-progressions-slide-2 {
    background-image: url('/-/media/eac68bb85eda4fb58cf56fcbc89cf700.ashx');
}
#subtle-progressions-slideshow-wrapper .slide-content {
    width: 840px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#subtle-progressions-slideshow-wrapper .slide-content h1,
#subtle-progressions-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
}
#subtle-progressions-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 4px;
}
/* >> Subtle Progressions - Pager */
#subtle-progressions-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 210px;
    z-index: 500;
    width: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
}
#subtle-progressions-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#subtle-progressions-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/54f4464bef4d4602b5fc6d0ad426a192.ashx');
}
#subtle-progressions-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/24f9aa9f0dcc43db97afa45239e09667.ashx');
}
#subtle-progressions-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/64ea379973fb403a9a27c49be2bb6d36.ashx');
}
#subtle-progressions-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/a9eea60e51414c9d9f9a78b158781f26.ashx');
}
/* >> Subtle Progressions - Mobile Slideshows */
#mobile-slide-1-outer-wrapper,
#mobile-slide-2-outer-wrapper {
    display: none;
    position: relative;
    z-index: -1;
}
#mobile-slide-1-slideshow-wrapper .cycle-slideshow,
#mobile-slide-2-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 55vh;
}
#mobile-slide-1-slideshow-wrapper .slide,
#mobile-slide-2-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
#mobile-slide-1-1 {
    background-image: url('/-/media/9d27a10523e7452c831508c25a7a408a.ashx');
}
#mobile-slide-1-2 {
    background-image: url('/-/media/bdf80b9108894a3ebdae95534fc81d00.ashx');
}
#mobile-slide-1-3 {
    background-image: url('/-/media/88c92546f2764d4e98e7db61ca2475e2.ashx');
}
#mobile-slide-2-1 {
    background-image: url('/-/media/25d8cee9d2284e68bc4f366709960070.ashx');
}
#mobile-slide-2-2 {
    background-image: url('/-/media/a6b346e75b97427d9424c4e2109a85e9.ashx');
}
#mobile-slide-2-3 {
    background-image: url('/-/media/3d57a17eabf7471e8f4e6cce453680c6.ashx');
}
/* >> Subtle Progressions - Hotspots */
#subtle-progressions-wrapper .hotspot {
    position: absolute;
}
#subtle-hotspot-1-slide-1 {
    left: 26%;
    top: 18%;
}
#subtle-hotspot-2-slide-1 {
    right: 45%;
    top: 49%;
}
#subtle-hotspot-3-slide-1 {
    right: 23%;
    top: 68%;
}
#subtle-hotspot-1-slide-2 {
    left: 5%;
    top: 45%;
}
#subtle-hotspot-2-slide-2 {
    right: 45%;
    top: 49%;
}
#subtle-hotspot-3-slide-2 {
    right: 23%;
    top: 68%;
}
#subtle-mobile-hotspot-1-slide-1 {
    top: 20%;
    left: 55%;
}
#subtle-mobile-hotspot-2-slide-1 {
    top: 40%;
    left: 55%;
}
#subtle-mobile-hotspot-3-slide-1 {
    top: 40%;
    left: 55%;
}
#subtle-mobile-hotspot-1-slide-2 {
    top: 20%;
    left: 70%;
}
#subtle-mobile-hotspot-2-slide-2 {
    top: 40%;
    left: 55%;
}
#subtle-mobile-hotspot-3-slide-2 {
    top: 40%;
    left: 55%;
}
#subtle-progressions-wrapper .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;  
}
#subtle-progressions-wrapper .hotspot-content {
    background: #fff;
    width: 250px;
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
}
#subtle-progressions-wrapper .hotspot-content p {
    color: #000;
    margin: 0;
}
#subtle-progressions-wrapper .hotspot-anchor:hover {
    -webkit-animation: none;  
    -moz-animation: none;  
    -o-animation: none;  
    -ms-animation: none;  
    animation: none;    
}
#subtle-progressions-wrapper .hotspot-anchor:hover .hotspot-content {
    display: block;  
}
/* >> Complementary Pairings - 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;
    }
}
/* >> Subtle Progressions - Media Queries */
@media only screen and (max-width: 1150px) {
    #subtle-hotspot-1-slide-1 {
        left: 13%;
        top: 18%;
    }
    #subtle-hotspot-1-slide-2 {
        left: 15%;
        top: 30%;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        bottom: 45px;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #subtle-hotspot-3-slide-1 {
        right: 11%;
    }
}
@media only screen and (max-width: 767px) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        bottom: 15px;
    }
    #subtle-progressions-slideshow-wrapper .cycle-pager {
        bottom: 230px;
    }
    #subtle-progressions-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
    #subtle-hotspot-1-slide-1 {
        left: 3%;
    }
    #subtle-hotspot-3-slide-2 {
        right: 10%;
    }
}
@media only screen and (max-width: 600px) {
    #subtle-progressions-slide-1 {
        background-image: none;
        background-color: #3b1c1f;
    }
    #subtle-progressions-slide-2 {
        background-image: none;
        background-color: #272727;
    }
    #subtle-hotspot-1-slide-1,
    #subtle-hotspot-2-slide-1,
    #subtle-hotspot-3-slide-1,
    #subtle-hotspot-1-slide-2,
    #subtle-hotspot-2-slide-2,
    #subtle-hotspot-3-slide-2 {
        display: none;;
    }
    #mobile-slide-1-outer-wrapper,
    #mobile-slide-2-outer-wrapper {
        display: block;
    }
}
@media only screen and (max-width: 550px) {
    #subtle-progressions-slideshow-wrapper .slide-content h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 450px) {
    #subtle-progressions-slideshow-wrapper .slide-content h1 {
        font-size: 20px;
    }
}
/* >> Subtle Progressions - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        width: 1050px;
    }
    #subtle-progressions-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
    #subtle-progressions-slideshow-wrapper .slide-content p {
        font-size: 20px;
    }
    #subtle-progressions-slideshow-wrapper .cycle-pager {
        width: 500px;
        bottom: 265px;
    }
    #subtle-progressions-slideshow-wrapper .cycle-pager a {
        width: 150px;
        height: 150px;
    }
}
/*iphone 6+, 7+, 8+*/
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #subtle-progressions-slideshow-wrapper .slide-content {
        bottom: 10px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #subtle-progressions-slideshow-wrapper .cycle-pager {
        bottom: 240px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #subtle-progressions-slideshow-wrapper .cycle-slideshow {
        height: 108vh;
    }
    #subtle-progressions-slideshow-wrapper .cycle-pager {
        bottom: 260px;
    }
}
/* >> Subtle Progressions - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #subtle-progressions-slideshow-wrapper .cycle-pager {
        bottom: 280px;
    }
    #subtle-progressions-slideshow-wrapper .cycle-slideshow {
        height: 120vh;
    }
}

/*** SEAMLESS SELF COORDINATION ***/
#self-coordination-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Self Coordination - Slideshow */
#self-coordination-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    min-height: 100vh;
    height: 1px;
}
#self-coordination-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    min-height: inherit;
}
#self-coordination-slide-1 .background,
#self-coordination-slide-2 .background {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
}
#self-coordination-slide-1 .background {
    background: #fae7D8;
}
#self-coordination-slide-2 .background {
    background: #9da3a5;
}
#self-coordination-slideshow-wrapper img.base-image {
    position: relative;
    z-index: 2;
    display: block;
    height: 650px;
    margin: 0 auto;
}
#self-coordination-slideshow-wrapper .slashes {
    position: absolute;
    z-index: 3;
    height: 225px;
}
#self-coordination-slideshow-wrapper .white-slash {
    top: 30vh;
    left: 50%;
    -webkit-transform: translateX(-1127%);
    -ms-transform: translateX(-1127%);
    transform: translateX(-1127%);
}
#beige-slash,
#gray-slash {
    top: 42vh;
    left: 50%;
    -webkit-transform: translateX(890%);
    -ms-transform: translateX(890%);
    transform: translateX(890%);
}
#self-coordination-slideshow-wrapper .slide-content {
    width: 100%;
    position: absolute;
    bottom: 100px;
}
#self-coordination-slideshow-wrapper .slide-content h1,
#self-coordination-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #000;
}
#self-coordination-slideshow-wrapper .slide-content h1 {
    text-transform: uppercase;
    font-size: 35px;
    color: #555;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#self-coordination-slideshow-wrapper .slide-content p {
    width: 900px;
    margin: 0 auto;  
}
/* >> Self Coordination - Pager */
#self-coordination-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: space-between;  
    position: absolute;
    bottom: 50px;
    z-index: 500;
    width: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#self-coordination-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #ddd;
}
#self-coordination-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #777;  
}
/* >> Textures - Slideshow Controls */
#self-coordination-outer-wrapper {
    position: relative;  
}
#self-coordination-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 500;
}
#self-coordination-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #777;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #777;
}
#self-coordination-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#self-coordination-slideshow-controls button:focus {
    outline: none;
}
/* >> Self Coordination - Media Queries */
/* >> Self Coordination - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #self-coordination-slideshow-wrapper img.base-image {
      height: 880px;  
    }
    #self-coordination-slideshow-wrapper .white-slash {
        top: 36vh;
        -webkit-transform: translateX(-1475%);
        -ms-transform: translateX(-1475%);
        transform: translateX(-1475%);
    }
    #beige-slash,
    #gray-slash {
        top: 45vh;
        -webkit-transform: translateX(1185%);
        -ms-transform: translateX(1185%);
        transform: translateX(1185%);
    }
    #self-coordination-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
    #self-coordination-slideshow-wrapper .slide-content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1400px) {
    #self-coordination-slideshow-wrapper .slashes {
        display: none;
    }
}
@media only screen and (max-width: 1300px) {
    #self-coordination-slideshow-wrapper img.base-image {
        width: 100%;
        object-fit: cover;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 70vh;
    }
}
@media only screen and (max-width: 991px) {
    #self-coordination-wrapper {
        display: block;  
    }
    #self-coordination-slideshow-wrapper .cycle-pager {
        display: none;  
    }
    #self-coordination-slideshow-controls {
        display: block;  
    }
    #self-coordination-slideshow-wrapper .slide-content {
        bottom: 150px;  
    }
    #self-coordination-slideshow-wrapper .slide-content h1 {
        font-size: 35px;
    }
    #self-coordination-slideshow-wrapper .slide-content p {
        padding: 0 30px;
        width: 500px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #self-coordination-slideshow-wrapper .slide-content {
        bottom: 120px;
    }
    #self-coordination-slideshow-wrapper .slide-content h1 {
        font-size: 25px;
    }
    #self-coordination-slideshow-wrapper .slide-content p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 600px) {
    #self-coordination-slideshow-wrapper .slide-content h1 {
        font-size: 20px;
        margin-top: 60px;
    }
    #self-coordination-slideshow-wrapper .slide-content p {
        width: 100%;
    }
    #self-coordination-slideshow-wrapper .background {
        display: none;
    }
}
/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 125vh;
    }
}

/* >> Self Coordination - iPhone X */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #self-coordination-slideshow-wrapper img.base-image {
      height: 410px;
    } 
}
/* >> Self Coordination - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #self-coordination-slideshow-wrapper img.base-image {
      height: 365px;
    } 
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 105vh;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 137vh;
    }
}
/* >> Self Coordination - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #self-coordination-slideshow-wrapper img.base-image {
      height: 285px;
    }
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 110vh;
    }
}
/* >> Self Coordination - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #self-coordination-slideshow-wrapper img.base-image {
      height: 160px;
    }
    #self-coordination-slideshow-wrapper .cycle-slideshow {
        min-height: 108vh;
    }
}

/*** PATTERN COLOR FLOW ***/
#pattern-color-flow-wrapper {
    height: 100vh;
    background-image: url('/-/media/0b4f00c9f02b4a289c332f40466d5124.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
#pattern-color-flow-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;
}
#pattern-color-flow-wrapper [class^="col"] {
    position: relative;
    top: -100px;
}
/* >> Pattern Color Flow - Content */
#pattern-color-flow-wrapper h1,
#pattern-color-flow-wrapper p {
    width: 100%;
    max-width: 800px;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
#pattern-color-flow-wrapper h1 {
    font-size: 35px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: bold !important;
    max-width: 600px;
}
#pattern-color-flow-wrapper a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    display: block;
    margin: 30px auto 0;
}
/* >> Pattern Color Flow - Media Queries */
@media only screen and (max-width: 767px) {
    #pattern-color-flow-wrapper h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 500px) {
    #pattern-color-flow-wrapper {
        background-image: url('/-/media/636bf3df83e040be9ba159f5711ccb48.ashx');
        background-position: center;
    }    
    #pattern-color-flow-wrapper h1 {
        font-size: 20px;
    }
}
/* >> Pattern Color Flow - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #pattern-color-flow-wrapper h1,
    #pattern-color-flow-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #pattern-color-flow-wrapper h1 {
        font-size: 45px;  
    }
    #pattern-color-flow-wrapper p {
        font-size: 20px;
    }
    #pattern-color-flow-wrapper a.mlkn-button {
        font-size: 20px;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #pattern-color-flow-wrapper [class^="col"] {
        top: -30px;
    }
}

/*** COMPLEMENTARY PAIRINGS ***/
#complementary-pairings-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Complementary Pairings - Slideshow */
#complementary-pairings-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#complementary-pairings-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#complementary-pairings-slide-1 {
    background-image: url('/-/media/242ac5f4df004e87a1b9f882ca48f551.ashx');
}
#complementary-pairings-slide-2 {
    background-image: url('/-/media/488e3572d4754b289e22261cd3fcf947.ashx');
}
#complementary-pairings-slide-3 {
    background-image: url('/-/media/bd9751b05cbe4cfaab51b2237015b7fc.ashx');
}
#complementary-pairings-slideshow-wrapper .slide-content {
    width: 975px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#complementary-pairings-slideshow-wrapper .slide-content h1,
#complementary-pairings-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
}
#complementary-pairings-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 4px;
}
/* >> Complementary Pairings - Hotspots */
#complementary-pairings-wrapper .hotspot {
    position: absolute;
}
#hotspot-1-slide-1 {
    left: 4%;
    top: 60%;
}
#hotspot-2-slide-1 {
    right: 43%;
    top: 39%;
}
#hotspot-3-slide-1 {
    right: 45%;
    top: 54%;
}
#hotspot-4-slide-1 {
    right: 16%;
    top: 64%;
}
#hotspot-1-slide-2,
#hotspot-1-slide-3 {
    right: 45%;
    top: 41%;
}
#hotspot-2-slide-2,
#hotspot-2-slide-3 {
    right: 43%;
    top: 55%;
}
#hotspot-3-slide-2,
#hotspot-3-slide-3 {
    right: 18%;
    top: 70%;
}
#complementary-pairings-wrapper .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;  
}
#complementary-pairings-wrapper .hotspot-content {
    background: #fff;
    width: 250px;
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
}
#complementary-pairings-wrapper .hotspot-content p {
    color: #000;
    margin: 0;
}
#complementary-pairings-wrapper .hotspot-anchor:hover {
    -webkit-animation: none;  
    -moz-animation: none;  
    -o-animation: none;  
    -ms-animation: none;  
    animation: none;    
}
#complementary-pairings-wrapper .hotspot-anchor:hover .hotspot-content {
    display: block;  
}
/* >> Complementary Pairings - 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;
    }
}
/* >> Complementary Pairings - Pager */
#complementary-pairings-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 210px;
    z-index: 500;
    width: 380px;
    left: 40%;
}
#complementary-pairings-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/0070821e6130488ea4c59b6f35be685e.ashx');
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/896dcf6edf1b4e25bcb6efe5d86b1727.ashx');
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/622cf31bfc8e445fb494388843c3d3ae.ashx');
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/87fdd8280a2a4d3eba9fd435ffc80d4e.ashx');
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/d92321b0811146e0a7ed1426ff91095e.ashx');
}
#complementary-pairings-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/2dac580b4b6546e5ad4d70a7d7a2e5a3.ashx');
}
/* >> Complementary Pairings - Media Queries */
@media only screen and (max-width: 1600px) {
    #hotspot-2-slide-1 {
        top: 44%;
    }
    #hotspot-3-slide-1 {
        right: 38%;
    }
    #hotspot-1-slide-2,
    #hotspot-1-slide-3 {
        top: 45%;
    }
    #hotspot-2-slide-2,
    #hotspot-2-slide-3 {
        right: 40%;
        top: 58%;
    }
    #hotspot-3-slide-2,
    #hotspot-3-slide-3 {
        right: 15%;
    }
}
@media only screen and (max-width: 1300px) {
    #hotspot-4-slide-1 {
        right: 12%;
        top: 73%;
    }
    #hotspot-3-slide-2,
    #hotspot-3-slide-3 {
        right: 11%;
        top: 78%;
    }
}
@media only screen and (max-width: 991px) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #complementary-pairings-slideshow-wrapper .cycle-pager {
        left: 30%;
    }
    #complementary-pairings-wrapper .hotspot {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 40px;
    }
    #complementary-pairings-slideshow-wrapper .cycle-pager {
        left: 0;
        width: 100%;
        bottom: 230px;
    }
    #complementary-pairings-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 550px) {
    #complementary-pairings-slideshow-wrapper .slide-content h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 450px) {
    #complementary-pairings-slideshow-wrapper .slide-content h1 {
        font-size: 20px;
    }
}
/* >> Complementary Pairings - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        width: 1050px;
    }
    #complementary-pairings-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
    }
    #complementary-pairings-slideshow-wrapper .slide-content p {
        font-size: 20px;
    }
    #complementary-pairings-slideshow-wrapper .cycle-pager {
        width: 500px;
        bottom: 265px;
    }
    #complementary-pairings-slideshow-wrapper .cycle-pager a {
        width: 150px;
        height: 150px;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 40px;
    }
}
/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #complementary-pairings-slideshow-wrapper .cycle-pager {
        bottom: 250px;
    }
}
/*iphone 6+, 7+, 8+*/
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 25px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 20px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 15px;
    }
}
/* >> Complementary Pairings - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #complementary-pairings-slideshow-wrapper .cycle-pager {
        bottom: 250px;
    }
    #complementary-pairings-slideshow-wrapper .slide-content {
        bottom: 5px;
    }
}

/*** WAYFINDING ***/
#wayfinding-wrapper {
    background: #dededf;  
    height: 100vh;
    position: relative;
    padding: 0;
    background: #dededf;
    /*top: -2px;*/
}
/* >> Wayfinding - Text */
#wayfinding-wrapper [class^="col"] {
    margin-top: 50px;  
}
#wayfinding-wrapper h1,
#wayfinding-wrapper p {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;  
}
#wayfinding-wrapper h1 {
    font-size: 40px;
    font-weight: bold !important;
    letter-spacing: 4px;  
}
#wayfinding-wrapper p {
    font-size: 20px;  
}
/* >> Wayfinding - Images */
#wayfinding-wrapper .base-img {
    position: absolute;
    width: 1041px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 715px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;    
}
#wayfinding-wrapper .overlay-img {
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 2;
}
#deco-tile {
    left: 50%;
    -webkit-transform: translateX(-310%) translateY(180%);
    -ms-transform: translateX(-310%) translateY(180%);
    transform: translateX(-310%) translateY(180%);
}
#atypical-tile {
    left: 50%;
    -webkit-transform: translateX(210%) translateY(60%);
    -ms-transform: translateX(210%) translateY(60%);
    transform: translateX(210%) translateY(60%);
}
#flipside-tile {
    left: 50%;
    -webkit-transform: translateX(210%) translateY(195%);
    -ms-transform: translateX(210%) translateY(195%);
    transform: translateX(210%) translateY(195%);
}
/* >> Wayfinding - Animation Overrides */
#wayfinding-wrapper > div[data-aos="fade-right"] {
    transform: translate3d(200px, 0, 0);
}
#wayfinding-wrapper > div[data-aos="fade-left"] {
    transform: translate3d(-200px, 0, 0);
}
#wayfinding-wrapper > div[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0)
}
/* >> Wayfinding - Media Queries */
@media only screen and (max-width: 1600px) {
    #wayfinding-wrapper .base-img {
      width: 900px;
      height: 665px;
    }
    #wayfinding-wrapper .overlay-img {
        height: 150px;
        width: 150px;
    }
    #deco-tile {
        -webkit-transform: translateX(-345%);
        -ms-transform: translateX(-345%);
        transform: translateX(-345%);
    }
    #atypical-tile {
        -webkit-transform: translateX(245%);
        -ms-transform: translateX(245%);
        transform: translateX(245%);
    }
    #flipside-tile {
        -webkit-transform: translateX(245%);
        -ms-transform: translateX(245%);
        transform: translateX(245%);
    }
}
@media only screen and (max-width: 1400px) {
    #wayfinding-wrapper .base-img {
      width: 800px;  
    }
    #deco-tile {
        -webkit-transform: translateX(-305%);
        -ms-transform: translateX(-305%);
        transform: translateX(-305%);
    }
    #atypical-tile,
    #flipside-tile {
        -webkit-transform: translateX(210%);
        -ms-transform: translateX(210%);
        transform: translateX(210%);
    }
}
@media only screen and (max-width: 1200px) {
    #wayfinding-wrapper .base-img {
      width: 700px;  
    }
    #wayfinding-wrapper .overlay-img {
        display: none;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #wayfinding-wrapper {
        height: 70vh;
    }
}
@media only screen and (max-width: 767px) {
    #wayfinding-wrapper .base-img {
      width: 500px;  
    }
    #wayfinding-wrapper .description {
      margin-top: 65px;  
    }  
    #wayfinding-wrapper h1 {
      font-size: 30px;  
    }
    #wayfinding-wrapper p {
      font-size: 16px;  
      padding-left: 15px;
      padding-right: 15px;
    }
}
@media only screen and (max-width: 550px) {
    #wayfinding-wrapper .description {
      margin-top: 50px;  
    }  
    #wayfinding-wrapper .base-img {
      width: 100%;
    }
}
/* >> Wayfinding - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #wayfinding-wrapper .base-img {
      height: 1000px;  
    }
    #wayfinding-wrapper h1 {
        font-size: 45px;
    }
    #wayfinding-wrapper p {
        font-size: 20px;
    }
    #deco-tile {
        -webkit-transform: translateX(-310%) translateY(260%);
        -ms-transform: translateX(-310%) translateY(260%);
        transform: translateX(-310%) translateY(260%);
    }
    #atypical-tile {
        -webkit-transform: translateX(210%) translateY(100%);
        -ms-transform: translateX(210%) translateY(100%);
        transform: translateX(210%) translateY(100%);
    }
    #flipside-tile {
        -webkit-transform: translateX(210%) translateY(280%);
        -ms-transform: translateX(210%) translateY(280%);
        transform: translateX(210%) translateY(280%);
    }    
}
/* >> Wayfinding - iPhone X */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #wayfinding-wrapper .base-img {
      height: 460px;
    } 
}
/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #wayfinding-wrapper {
        height: 115vh;
    }
}
/* >> Wayfinding - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #wayfinding-wrapper .base-img {
      height: 410px;
    } 
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #wayfinding-wrapper {
        height: 130vh;
    }
}
/* >> Wayfinding - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #wayfinding-wrapper .base-img {
      height: 320px;
    }
}
/* >> Wayfinding - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #wayfinding-wrapper .base-img {
      height: 210px;
    }
    #wayfinding-wrapper {
        height: 110vh;
    }
}

/*** SOCIAL ZONING ***/
#social-zoning-wrapper {
    position: relative;
    padding: 0;
    background: #dededf;
    /*top: -2px;*/
}
#social-zoning-wrapper [class^="col"] {
    height: 100vh;
    padding: 0;
}
/* >> Social Zoning - Images */
#social-zoning-wrapper .base-img {
    height: 100vh;
    width: 1041px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#social-zoning-wrapper .slashes {
    height: 200px;
    position: absolute;
}
#social-left-slashes {
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-2120%);
    -ms-transform: translateX(-2120%);
    transform: translateX(-2120%);
}
#social-right-slashes {
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(2025%);
    -ms-transform: translateX(2025%);
    transform: translateX(2025%);
}
#social-zoning-wrapper .overlay-img {
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 2;
}
#atypical-tile-1 {
    left: 50%;
    -webkit-transform: translateX(-310%) translateY(280%);
    -ms-transform: translateX(-310%) translateY(280%);
    transform: translateX(-310%) translateY(280%);
}
#atypical-tile-2 {
    left: 50%;
    -webkit-transform: translateX(210%) translateY(35%);
    -ms-transform: translateX(210%) translateY(35%);
    transform: translateX(210%) translateY(35%);
}
/* >> Social Zoning - Heading */
#social-zoning-wrapper h1 {
    color: #fff;
    font-weight: bold !important;
    position: absolute;
    right: 28%;
    bottom: 30px;
    z-index: 2;
    letter-spacing: 4px;
}
/* >> Social Zoning - Animation Overrides */
#social-zoning-wrapper div[data-aos="fade-right"] {
    transform: translate3d(200px, 0, 0);
}
#social-zoning-wrapper div[data-aos="fade-left"] {
    transform: translate3d(-200px, 0, 0);
}
#social-zoning-wrapper div[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0)
}
/* >> Social Zoning - Media Queries */
@media only screen and (max-width: 1600px) {
    #social-zoning-wrapper .base-img {
        width: 900px;
    }
    #social-zoning-wrapper .overlay-img {
        height: 150px;
        width: 150px;
    }
    #social-left-slashes {
        -webkit-transform: translateX(-1855%);
        -ms-transform: translateX(-1855%);
        transform: translateX(-1855%);
    }
    #social-right-slashes {
        -webkit-transform: translateX(1760%);
        -ms-transform: translateX(1760%);
        transform: translateX(1760%);
    }
    #atypical-tile-1 {
        -webkit-transform: translateX(-345%);
        -ms-transform: translateX(-345%);
        transform: translateX(-345%);
    }
    #atypical-tile-2 {
        -webkit-transform: translateX(245%);
        -ms-transform: translateX(245%);
        transform: translateX(245%);
    }
}
@media only screen and (max-width: 1400px) {
    #social-zoning-wrapper .base-img {
        width: 800px;  
    }
    #social-left-slashes {
        -webkit-transform: translateX(-1670%);
        -ms-transform: translateX(-1670%);
        transform: translateX(-1670%);
    }
    #social-right-slashes {
        -webkit-transform: translateX(1565%);
        -ms-transform: translateX(1565%);
        transform: translateX(1565%);
    }    
    #atypical-tile-1 {
        -webkit-transform: translateX(-305%);
        -ms-transform: translateX(-305%);
        transform: translateX(-305%);
    }
    #atypical-tile-2 {
        -webkit-transform: translateX(210%);
        -ms-transform: translateX(210%);
        transform: translateX(210%);
    }    
}
@media only screen and (max-width: 1300px) {
    #social-zoning-wrapper .slashes {
        display: none;
    }    
    #social-zoning-wrapper .overlay-img {
        display: none;
    }
    #social-zoning-wrapper h1 {
        width: 100%;
        text-align: center;
        right: auto;
    }
}
@media only screen and (max-width: 1200px) {
    #social-zoning-wrapper .base-img {
      width: 700px;  
    }
}
@media only screen and (max-width: 767px) {
    #social-zoning-wrapper .base-img {
      width: 500px;  
    }
    #social-zoning-wrapper h1,
    #social-zoning-wrapper h1 strong {
      font-size: 30px;   
    }
}
@media only screen and (max-width: 550px) {
    #social-zoning-wrapper .base-img {
      width: 100%;
    }
}
/* >> Social Zoning - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #atypical-tile-1 {
        -webkit-transform: translateX(-310%) translateY(335%);
        -ms-transform: translateX(-310%) translateY(335%);
        transform: translateX(-310%) translateY(335%);
    }
    #atypical-tile-2 {
        -webkit-transform: translateX(210%) translateY(85%);
        -ms-transform: translateX(210%) translateY(85%);
        transform: translateX(210%) translateY(85%);
    }
    #social-zoning-wrapper h1 {
        right: 33%;
        font-size: 45px;
    }
}

/*** INSTALLATION ***/
#installation-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Installation - Slideshow */
#installation-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#installation-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#installation-slideshow-wrapper .slide h1 {
    position: absolute;
    font-weight: bold !important;
    color: #444;
    letter-spacing: 6px;
}
#installation-slideshow-wrapper .slide h1.left-side {
    -webkit-transform: rotate(270deg) translateY(-1710%);
    -ms-transform: rotate(270deg) translateY(-1710%);
    transform: rotate(270deg) translateY(-1710%);
    top: 420px;
    left: 48%;
}
#installation-slideshow-wrapper .slide h1.right-side {
    -webkit-transform: rotate(90deg) translateY(-470%);
    -ms-transform: rotate(90deg) translateY(-470%);
    transform: rotate(90deg) translateY(-470%);
    top: 300px;
    left: 49%;
}
#installation-slideshow-wrapper .slide img {
    display: block;
    height: 740px;
    margin: 0 auto;
}
#installation-slideshow-wrapper .slide-content {
    width: 800px;
    margin: 100px auto 0;
}
#installation-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #000;  
}
/* >> Installation - Pager */
#installation-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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; 
    position: absolute;
    bottom: 155px;
    z-index: 500;
    width: 380px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#installation-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 93px;
    background-size: cover !important;
}
#installation-slideshow-wrapper .cycle-pager a:first-of-type {
    background-color: transparent;
    background-image: url('/-/media/1cf86fffa60c4191ab74fc333bc65b35.ashx');
    background-repeat: no-repeat;
}
#installation-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-color: transparent;
    background-image: url('/-/media/2bab0f7304334126928b48461126b00a.ashx');
    background-repeat: no-repeat;
}
#installation-slideshow-wrapper .cycle-pager a:last-of-type {
    background-color: transparent;
    background-image: url('/-/media/b00cdf229ce443678af64f2e62591589.ashx');
    background-repeat: no-repeat;
}
#installation-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/deab20a60036442e959438a9d1dbc9c9.ashx');
}
#installation-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/cacedf2f8b6148d3bca41976f7e75f4c.ashx');
}
#installation-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/3a988a3e69d7408c9aae84bd44df8715.ashx');
}
/* >> Installation - Slideshow Controls */
#installation-outer-wrapper {
    position: relative;  
}
#installation-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 500;
}
#installation-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #eee;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #eee;
}
#installation-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#installation-slideshow-controls button:focus {
    outline: none;
}
/* >> Installation - Media Queries */
@media only screen and (max-width: 1500px) {
    #installation-slideshow-wrapper .slide img {
      height: 700px;  
    }
    #installation-slideshow-wrapper .slide h1 {
        font-size: 30px;
    }
    #installation-slideshow-wrapper .slide h1.left-side {
        -webkit-transform: rotate(270deg) translateY(-1906%);
        -ms-transform: rotate(270deg) translateY(-1906%);
        transform: rotate(270deg) translateY(-1906%);
    }
    #installation-slideshow-wrapper .slide h1.right-side {
        -webkit-transform: rotate(90deg) translateY(-607%);
        -ms-transform: rotate(90deg) translateY(-607%);
        transform: rotate(90deg) translateY(-607%);
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 175px;
    }
}
@media only screen and (max-width: 1300px) {
    #installation-slideshow-wrapper .slide h1 {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    #installation-slideshow-wrapper .slide img {
        height: 650px;  
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 225px;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 90vh;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 85vh;
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 300px;
    }
}
@media only screen and (max-width: 991px) {
    #installation-slideshow-wrapper .slide img {
        height: 600px;  
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 275px;
    }
    #installation-slideshow-wrapper .slide-content {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    #installation-slideshow-wrapper .slide img {
        height: 500px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom right;
        object-position: bottom right;
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 375px;
    }
    #installation-slideshow-wrapper .slide-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #installation-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 65px;
    }
    #installation-slideshow-wrapper .cycle-pager {
        width: 270px;
        bottom: 390px;
    }
}
/* >> Installation - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #installation-slideshow-wrapper .slide img {
        height: 1015px;
    }
    #installation-slideshow-wrapper .cycle-pager {
        width: 500px;
        bottom: 160px;
    }
    #installation-slideshow-wrapper .cycle-pager a {
        width: 152px;
        height: 140px;
    }
    #installation-slideshow-wrapper .slide-content {
        width: 1045px;
    }
    #installation-slideshow-wrapper .slide-content p {
        font-size: 20px; 
    }
    #installation-slideshow-wrapper .slide h1.right-side {
        top: 280px;
        -webkit-transform: rotate(90deg) translateY(-874%);
        -ms-transform: rotate(90deg) translateY(-874%);
        transform: rotate(90deg) translateY(-874%);
    }
    #installation-slideshow-wrapper .slide h1.left-side {
        top: 625px;
        -webkit-transform: rotate(270deg) translateY(-2117%);
        -ms-transform: rotate(270deg) translateY(-2117%);
        transform: rotate(270deg) translateY(-2117%);
    }
}
/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 102vh;
    }
}

/* >> Installation - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 250px;
    }
    #installation-slideshow-wrapper .slide-content {
        margin: 40px auto 0;
    }
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 105vh;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 116vh;
    }
}
/* >> Installation - iPhone X */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 220px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 102vh;
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 295px;
    }
}
/* >> Installation - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #installation-slideshow-wrapper .slide img {
        height: 400px;
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 195px;
    }
    #installation-slideshow-wrapper .slide-content {
        margin: 45px auto 0;
    }
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 110vh;
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 300px;
    }
}
/* >> Installation - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #installation-slideshow-wrapper .slide img {
      height: 300px;  
    }
    #installation-slideshow-wrapper .cycle-pager {
        bottom: 340px;
    }
    #installation-slideshow-wrapper .slide-content {
        margin: 60px auto 0;
        font-size: 14px;
    }
    #installation-slideshow-wrapper .cycle-slideshow {
        height: 120vh;
    }
}

/*** TEXTURES ***/
#textures-wrapper {
    position: relative;
    /*top: -2px;*/
    padding: 0;
}
/* >> Textures - Slideshow */
#textures-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#textures-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#textures-slide-1 {
    background-image: url('/-/media/89d528fd130e453aa483e0d4e4b095b5.ashx');
}
#textures-slide-2 {
    background-image: url('/-/media/ac0800a0f5444200a824cc2d8352d672.ashx');
}
#textures-slide-3 {
    background-image: url('/-/media/58f54eef4e6a45269d42cb4cde7931bd.ashx');
}
#textures-slideshow-wrapper .slide-content {
    width: 100%;
    position: absolute;
    bottom: 100px;
}
#textures-slideshow-wrapper .slide-content h1,
#textures-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
}
#textures-slideshow-wrapper .slide-content h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#textures-slideshow-wrapper .slide-content p {
    font-size: 20px;
    width: 900px;
    margin: 0 auto;  
}
/* >> Textures - Pager */
#textures-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: space-between;  
    position: absolute;
    bottom: 50px;
    z-index: 500;
    width: 260px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#textures-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#textures-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Textures - Slideshow Controls */
#textures-outer-wrapper {
    position: relative;  
}
#textures-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 500;
}
#textures-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #eee;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #eee;
}
#textures-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#textures-slideshow-controls button:focus {
    outline: none;
}
/* >> Textures - Media Queries */
@media only screen and (max-width: 991px) {
    #textures-wrapper {
        display: block;  
    }
    #textures-slideshow-wrapper .cycle-pager {
        display: none;  
    }
    #textures-slideshow-controls {
        display: block;  
    }
    #textures-slideshow-wrapper .slide-content {
        bottom: 150px;  
    }
    #textures-slideshow-wrapper .slide-content h1 {
        font-size: 35px;
    }
    #textures-slideshow-wrapper .slide-content p {
        padding: 0 30px;
        width: 500px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #textures-slideshow-wrapper .slide-content h1 {
        font-size: 30px;
    }    
}
@media only screen and (max-width: 600px) {
    #textures-slideshow-wrapper .slide-content p {
        width: 100%;
    }
}
/* >> Textures - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #textures-slideshow-wrapper .slide-content p {
        font-size: 20px;
    }
}

/*** COLORWAYS ***/
#colorways-wrapper .container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
}
/* >> Colorways - Top Content */
#colorways-wrapper .top-content h1,
#colorways-wrapper .top-content h2,
#colorways-wrapper .top-content p {
    text-align: center;  
}
#colorways-wrapper .top-content h1 {
    text-transform: none;
    font-size: 35px;
    font-weight: bold !important;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #555;
}
#colorways-wrapper .top-content h2 {
    margin: 12px 0;
}
#colorways-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
/* >> Colorways - Slideshow */
#colorways-wrapper .bottom-content {
    margin-top: 50px;  
}
#colorways-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorways-slideshow-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorways-slideshow-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorways-slideshow-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;
}
#colorways-slideshow-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;
}
#colorways-slideshow-wrapper .color-tile {
    display: inline-block;
    width: 12.5%;
    padding: 7px;
}
#colorways-slideshow-wrapper .color-tile img {
    height: 122px;
    width: 122px;
}
#colorways-slideshow-wrapper .color-tile p {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorways-slideshow-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}
/* >> Colorways - Pager */
#colorways-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: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      width: 260px;
      margin: 50px auto 0;
}
#colorways-slideshow-wrapper .cycle-pager a {
    width: 71px;
    height: 3px;
    background: #b1b1b1;
}
#colorways-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #777;  
}
/* >> Colorways - Slideshow Controls */
#colorways-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
}
#colorways-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorways-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorways-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorways - Mobile Content */
#colorways-wrapper .mobile-content {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
#colorways-wrapper .mobile-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
/* >> Colorways - Media Queries */
@media only screen and (max-width: 1200px) {
    #colorways-slideshow-wrapper .color-tile img {
        height: 100px;
        width: 100px;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #colorways-wrapper .container {
        min-height: 65vh;
    }
}
@media only screen and (max-width: 991px) {
    #colorways-slideshow-wrapper .slide h2.side-text {
        left: -180px;  
    }
    #colorways-slideshow-wrapper .cycle-pager {
        display: none;  
    }
    #colorways-slideshow-controls {
        display: block;  
    }
    #colorways-slideshow-wrapper .color-tile {
        display: inline-block;
        width: 20%;
        padding: 7px;
    }
    #colorways-wrapper .top-content h1 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    #colorways-wrapper .bottom-content {
        display: none;
    }
    #colorways-wrapper .mobile-content {
        display: block;
    }
    #colorways-wrapper .top-content h1 {
        font-size: 25px;
    }
    #colorways-wrapper .top-content h2 {
        font-size: 18px;
    }
    #colorways-wrapper .top-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    #colorways-wrapper a.mlkn-button {
        width: auto;
    }
}
/* >> Colorways - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorways-wrapper .top-content h1 {
        font-size: 45px;
    }
    #colorways-wrapper .top-content p {
        font-size: 20px;
    }
    #colorways-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

/*** VISUALIZER ***/
#visualizer-wrapper {
    height: 100vh;
    background-image: url('/-/media/d3bb14dd728e4ce8966e1c6301a91004.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#visualizer-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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Visualizer - Content */
#visualizer-wrapper b,
#visualizer-wrapper h1,
#visualizer-wrapper p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
#visualizer-wrapper h1 {
    text-transform: none;  
}
#visualizer-wrapper b {
    font-size: 30px;  
}
#visualizer-wrapper h1 {
    font-size: 50px;  
    margin: 20px 0;
    letter-spacing: 4px;
}
#visualizer-wrapper .buttons {
    text-align: center;  
    margin-top: 40px;
}
#visualizer-wrapper a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
}
#visualizer-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
}  
/* >> Visualizer - Media Queries */
@media only screen and (max-width: 1099px) {
    #visualizer-wrapper h1 {
        font-size: 40px;  
    }
    #visualizer-wrapper a.mlkn-button {
        width: 260px;  
    }
}
@media only screen and (max-width: 991px) {
    #visualizer-wrapper b {
        font-size: 20px;  
    }
    #visualizer-wrapper h1 {
        font-size: 35px;  
    }
    #visualizer-wrapper a.mlkn-button {
        display: block;
        margin: 20px auto !important;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    #visualizer-wrapper h1 {
        font-size: 28px;  
    }
}
@media only screen and (max-width: 500px) {
    #visualizer-wrapper {
        background-image: url('/-/media/f8fd3362932f4121902255ecfb1afb31.ashx');
        background-position: center;
    }
    #visualizer-wrapper a.mlkn-button {
        width: auto;
    }
}
/* >> Visualizer - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #visualizer-wrapper p {
        font-size: 20px;
    }
    #visualizer-wrapper a.mlkn-button {
        font-size: 20px;
    }
}
/* >> Visualizer - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #visualizer-wrapper h1 {
        font-size: 20px;  
    }
    #visual-interest-slideshow-wrapper .cycle-slideshow, #visual-interest-slideshow-wrapper .cycle-slideshow .slide {
        height: 107vh;
    }
}


/*** SHOP NOW ***/
#shop-now-wrapper {
    height: 100vh;
    background-image: url('/-/media/4bd4c44ce8b04e52b2ae4811f7268a15.ashx');
    background-repeat: no-repeat;
    background-size: cover;
}
#shop-now-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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Shop Now - Image */
#shop-now-wrapper img {
    display: block;
    width: 700px;
    margin: 0 auto 50px;
}
/* >> Shop Now - Content */
#shop-now-wrapper h1,
#shop-now-wrapper p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
#shop-now-wrapper h1 {
    font-size: 80px;  
    letter-spacing: 5px;
    margin-bottom: 15px;
}
#shop-now-wrapper p {
    font-size: 30px;  
}
#shop-now-wrapper .buttons {
    text-align: center;
    margin-top: 40px;
}
#shop-now-wrapper a.mlkn-button {
    width: 300px;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
}
#shop-now-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
}
#shop-now-wrapper .buttons + a.mlkn-button {
    display: block;
    width: 300px;
    margin: 30px auto 0;
}
/* >> Shop Now - Media Queries */
@media only screen and (max-width: 1500px) {
    #shop-now-wrapper h1 {
        font-size: 60px;  
    }
}
@media only screen and (max-width: 1300px) {
    #shop-now-wrapper h1 {
        font-size: 45px;  
    }
}
@media only screen and (max-width: 991px) {
    #shop-now-wrapper .row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;  
    }
    #shop-now-wrapper [class^="col"] {
        margin-bottom: 150px;  
    }
    #shop-now-wrapper img {
        width: 500px;
        margin-bottom: 30px;
    }
    #shop-now-wrapper h1 {
        font-size: 40px;  
    }
    #shop-now-wrapper p {
        font-size: 20px;  
    }
    #shop-now-wrapper a.mlkn-button {
        display: block;
        margin: 20px auto !important;
    }
}
@media only screen and (max-width: 767px) {
    #shop-now-wrapper img {
        width: 100%;
        max-width: 500px;
    }
    #shop-now-wrapper h1 {
        font-size: 25px;  
    }
}
@media only screen and (max-width: 500px) {
    #shop-now-wrapper {
        background-image: url('/-/media/73e715ed7a85457495477f4298baa338.ashx');
        background-position: center;
    }
    #shop-now-wrapper h1 {
        font-size: 18px;  
    }
    #shop-now-wrapper a.mlkn-button {
        width: auto;
    }
    #shop-now-wrapper .buttons + a.mlkn-button {
        width: 100%;
    }
}
/* >> Shop Now - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #shop-now-wrapper a.mlkn-button {
        font-size: 18px;
    }
}

/*** 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;
    /*top: -2px;*/
}
/* >> 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;
    }
}

/*** SUSTAINABILITY OVERVIEW ***/
#sustainability-overview-wrapper {
    background: #343233;
    position: relative;
    /*top: -2px;*/
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
/* >> Sustainability Overview - Content */
#sustainability-overview-wrapper h2,
#sustainability-overview-wrapper p {
    color: #fff;
}
#sustainability-overview-wrapper h2 {
    text-transform: none;  
}
/* >> Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* >> Sustainability Overview - Media Queries */
@media only screen and (max-with: 500px) {
    #creative-collective-wrapper a.mlkn-button {
        width: auto;
    }    
}
/* >> Sustainability Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-overview-wrapper h2 {
        font-size: 32px; 
    }
    #sustainability-overview-wrapper p {
        font-size: 20px;
    }
}

/*** COLLECTION SPECS ***/
#collection-specs-wrapper {
    position: relative;
    /*top: -2px;*/
    background: #e0dedf;
    margin-bottom: -2px;
}
#collection-specs-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#collection-specs-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
/* >> Collection Specs - Image */
#collection-specs-wrapper img {
    width: 100%;  
}
/* >> Collection Specs - Media Queries */
@media only screen and (max-width: 991px) {
    #collection-specs-wrapper .row > div:last-of-type {
        margin-top: 20px;  
    }
}
/* >> Collection Specs - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #collection-specs-wrapper h2 {
        font-size: 32px; 
    }
    #collection-specs-wrapper p {
        font-size: 20px;
    }
}