
.container-fluid a.mlkn-button {
    background: white !important;
    border: 1px solid #636466 !important;
    color: #636466 !important;
    font-size: 12px;
    font-weight: 600;
}
.container-fluid a.mlkn-button:hover {
    background: #636466 !important;
    color: white !important;
}


#introduction-wrapper, #patterns-wrapper, #gallery-wrapper, #colorline-wrapper,  #visualize-wrapper, #mpact-wrapper {
    margin-top: 10rem;
}
@media (max-width: 1400px) {
    #introduction-wrapper, #patterns-wrapper, #gallery-wrapper, #colorline-wrapper,  #visualize-wrapper, #mpact-wrapper  {
        margin-top: 7.5rem;
    }
}
@media (max-width: 991px) {
    #introduction-wrapper,  #gallery-wrapper, #colorline-wrapper,  #visualize-wrapper, #mpact-wrapper  {
        margin-top: 5rem;
    }
    #patterns-wrapper {
        margin-top: 15rem;
    }
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
#navbar-circles li a {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#tl-header-wrapper"]::before {
    content: "Tracing Landscapes";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#gallery-wrapper"]::before {
    content: "Gallery";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#design-wrapper"]::before {
    content: "Design";
}
#navbar-circles a[href="#dlux-wrapper"]::before {
    content: "D/LUX";
}
#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks";
}
#navbar-circles a[href="#leftright-installations-wrapper"]::before {
    content: "Depth of Color";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualizer";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "For HumanKIND";
}



#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}


.cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    z-index: 500;
    width: 50%;
    bottom: 10rem;
    right: 25%;
}
.cycle-pager a {
    width: 100px;
    height: 15px;
    background: transparent;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.cycle-pager a.cycle-pager-active {
    opacity: 1 !important;
}
@media (max-width: 767px) {
    .cycle-pager {
        width: 100%;
        right: 0;
    }
    .cycle-pager a {
        margin: 0 10px;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #000;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type:not(.hotspot-content p) {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none;
    }
}


/*** The topsection WRAPPER ***/
#tl-header-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding: 0;
}
/* >> The topsection - image Container */
#tl-header-wrapper .image-container {
    height: max(750px, 100vh);
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/-/media/9b80de6b186a436781e3769c7f9a85c0.ashx);
    background-size: cover;
    background-position: center;
}

/* >> The topsection image - Text Overlay */
#tl-header-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    /* top: max(263px, 38vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#tl-header-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#tl-header-wrapper .text-overlay h2 {
    font-size: 90px;  
    letter-spacing: 25px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#tl-header-wrapper h3 {
    font-size: 28px;
    font-weight: 400 !important;
    letter-spacing: 4px;
    color: white;
}
#tl-header-wrapper h3.below-title {
    margin-top: 2vh;
}
#tl-header-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#tl-header-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#tl-header-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    position: absolute;
    color: white;
    text-align: center;
}
#tl-header-wrapper .bottom-text p {
    font-size: 18px;
}
#tl-header-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
#tl-header-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin: auto;
}
#tl-header-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> The topsection - Text Container */
#tl-header-wrapper .container {
    min-height: 25vh;
}
#tl-header-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#tl-header-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#tl-header-wrapper .container .button-wrapper {
    text-align: center;
}
#tl-header-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#tl-header-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#tl-header-wrapper .mobileOnly {
    display: none;
}
#tl-header-wrapper p {
    margin: 2rem;
}
#tl-header-wrapper img.redListLogo {
    max-width: 150px;
    margin: 1rem;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #tl-header-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    #tl-header-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #tl-header-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #tl-header-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #tl-header-wrapper .container,
    #tl-header-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #tl-header-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #tl-header-wrapper .container a.mlkn-button,
    #tl-header-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #tl-header-wrapper img.redListLogo {
        margin: 1vh;
    }
    #tl-header-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #tl-header-wrapper .text-overlay {
        width: 100%;
        padding: 10px;
    }
    #tl-header-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #tl-header-wrapper .mobileOnly {
        display: revert;
    }
    #tl-header-wrapper .desktopOnly {
        display: none;
    }
    #tl-header-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #tl-header-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #tl-header-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #tl-header-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #tl-header-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #tl-header-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #tl-header-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #tl-header-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The topsection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #tl-header-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #tl-header-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #tl-header-wrapper .container,
    #tl-header-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #tl-header-wrapper .container p {
        font-size: 25px;
    }
    #tl-header-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The topsection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #tl-header-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}

#introduction-wrapper {
    padding: 0;
    height: 100vh;
    width: 100vw;
}
#introduction-wrapper h2 {
    font-size: 48px;
    color: #636466;
    width: 50%;
}
#introduction-wrapper p {
    margin: 3rem 0;
}
#introduction-wrapper .row, #introduction-wrapper .row > div {
    height: 100%;
}
#introduction-wrapper .col-lg-9 > div {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    height: 100%;
}
#introduction-wrapper .col-lg-4 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}
#introduction-wrapper img {
    width: 100%;
}
#introduction-wrapper .mobileOnly {
    display: none;
}
#introduction-wrapper .textBox {
    padding: 0;
    max-width: 390px;
    position: absolute;
    /* margin-top: 20%; */
    margin-top: var(--patternsTextBoxMarginTop);
    right: var(--introTextBoxRightMargin);
    margin-left: 1rem;
}
@media (max-width: 991px) {
    #introduction-wrapper {
        height: auto;
    }
    #introduction-wrapper h2 {
        font-size: 36px;
        width: 100%;
    }
    #introduction-wrapper .textBox {
        padding: 25px;
        max-width: none;
        position: relative;
        margin-top: revert;
        right: revert;
    }
}
@media (max-width: 767px) {
    #introduction-wrapper .textBox {
        padding: 25px;
    }
    #introduction-wrapper .desktopOnly {
        display: none;
    }
    #introduction-wrapper .mobileOnly {
        display: block;
    }
}

#patterns-wrapper {
    padding: 0;
}
#patterns-wrapper > img {
    min-height: 50vh;
    object-fit: cover;
}
#patterns-wrapper .cards {
    height: 15vh;
}
#patterns-wrapper .patterns-card {
    position: absolute;
    margin-top: 4vh;
}
#patterns-wrapper .patterns-card  p {
    font-size: 36px;
    letter-spacing: 3.6px;
    color: #636466;
    font-weight: 400;
}
#patterns-wrapper .patterns-card.left {
    left: 10vw;
}
#patterns-wrapper .patterns-card.right {
    right: 10vw;
}
#patterns-wrapper .patterns-card img {
    position: relative;
    bottom: 200px;
}
@media (max-width: 1600px) {
    #patterns-wrapper .patterns-card.left {
        left: 7vw;
    }
    #patterns-wrapper .patterns-card.right {
        right: 7vw;
    }
    #patterns-wrapper .patterns-card img {
        width: 200px;
        bottom: 150px;
    }
    #patterns-wrapper .patterns-card p {
        font-size: 28px;
        letter-spacing: 2px;
    }
}
@media (max-width: 1200px) {
    #patterns-wrapper .patterns-card.right img {
        bottom: 30px;
    }
    #patterns-wrapper .patterns-card.right {
        margin-top: calc(var(--patternsRightBoxMarginBottom) * -1);
    }
}
@media (max-width: 991px) {
 
}
@media (max-width: 767px) {
    #patterns-wrapper .patterns-card img {
        width: 150px;
        bottom: 100px;
    }
    #patterns-wrapper .patterns-card p {
        font-size: 24px;
    }
    #patterns-wrapper .patterns-card.right {
        margin-top: calc(var(--patternsRightBoxMarginBottom767) * -1);
    }
}
@media (max-width: 500px) {
    #patterns-wrapper .patterns-card.right {
        margin-top: calc((var(--patternsRightBoxMarginBottom767) * -1) - 25px);
    }
}
#gallery-wrapper {
    padding: 0;
    height: 90vh;
    margin-bottom: 10vh;
}
#gallery-wrapper .cycle-pager {
    bottom: -5rem;
}
#gallery-wrapper .cycle-pager a {
    border: 1px solid #636466;
}
#gallery-wrapper .cycle-pager a.cycle-pager-active {
    background: #636466;
}
#gallery-wrapper .cycle-slideshow, #gallery-wrapper .cycle-slideshow .slide, #gallery-wrapper .cycle-slideshow .slide .row {
    height: 100%;
    width: 100%;
}
#gallery-wrapper .cycle-slideshow .slide div {
    background-size: cover;
    background-position: center;
}
#gallery-wrapper .left > div, #gallery-wrapper .right > div, #gallery-slide-3 .image > div {
    height: 100%;
}
#gallery-wrapper .left, #gallery-wrapper .right, #gallery-slide-3 .image {
    padding: 1rem;
}
#gallery-slide-1 .left > div {
    background: url(/-/media/41b7eebcbe394e55abf2f41504ca454c.ashx)
}
#gallery-slide-1 .right > div {
    background: url(/-/media/71b9b65be8bc45839179bb2bb8c1c352.ashx)
}
#gallery-slide-2 .left > div {
    background: url(/-/media/D44159015056443EB33DD034D0F6AA6C.ashx)
}
#gallery-slide-2 .right > div {
    background: url(/-/media/CDBA729484FB4594B08ADD5D1C975895.ashx)
}
#gallery-slide-3 .image > div {
    background: url(/-/media/913ec9534912471bb6cd48ee670367f9.ashx)
}
#gallery-hotspot-1 {
    left: 20%;
    bottom: 20%;
}
#gallery-hotspot-2 {
    right: 30%;
    bottom: 20%;
}
#gallery-hotspot-3 {
    left: 20%;
    bottom: 20%;
}
#gallery-hotspot-4 {
    right: 30%;
    bottom: 20%;
}
#gallery-hotspot-5 {
    left: 10%;
    bottom: 20%;
}
#gallery-hotspot-6 {
    left: 50%;
    bottom: 15%;
}
#gallery-hotspot-7 {
    right: 25%;
    bottom: 40%;
}
@media (max-width: 767px) {
    #gallery-wrapper .cycle-pager {
        bottom: -3rem;
    }
}



/*** COLORLINE ***/
#colorline-wrapper {
    color: white;
    height: fit-content;
    display: flex;
    color: #616365;
}
#colorline-wrapper .container-fluid {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
/* >> Colorline - Top Content */
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .top-content h2 {
    text-transform: none;
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #616365;
}

#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #616365;
    color: white;
    border: 1px solid #616365;
    font-weight: 600 !important;
}
#colorline-wrapper a.mlkn-button:hover {
    background: white;
    color: #616365;
}
#colorline-wrapper .bottom-content {
    margin: 4vh 0 6vh;
}

/*
#colorline-slideshow-wrapper .cycle-pager a::before {
    color: 999999;
    text-transform: none;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
*/

#colorline-slideshow-controls label::before {
    color: #999999;
    text-transform: none;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-slideshow-controls label.active::before {
    color: white;
}
#colorline-slideshow-controls label:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-controls label:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: #616365;
}
#colorline-wrapper .cycle-pager a::before {
    color: #999999;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-wrapper .cycle-pager a.cycle-pager-active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: #616365;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}

/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 150px;
    left: -60px;
    display: inline-block;
}
#colorline-wrapper .color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    margin-top: 20px;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 122px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #616365;
}
div#colorline-slideshow-controls p span.active {
    font-weight: bold !important;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 4rem 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
    margin-top: 2rem;
}
#colorline-mobile img {
    max-width: 375px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}
/* >> Colorline - Media Queries */
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1450px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
  
    #colorline-wrapper .top-content {
        margin-top: 0;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline .color-tile {
        display: inline-block;
        width: 16%;
        padding: 7px;
    }
    #colorline-wrapper .slide {
        width: 84%;
        margin-left: 8%;
    }
}
@media only screen and (max-width: 767px) {

    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h2 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}




/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: #fff;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
    position: relative;
    padding: 0;
  }
  #visualize-wrapper .row {
    min-height: fit-content;
    /* -- START IE 11 HACK */
    /* height: 1px; */
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #visualize-wrapper .cycle-pager {
    bottom: 50px;
  }
  #visualize-wrapper .cycle-pager a.cycle-pager-active {
    background: white;
  }
  /* Content */

  #visualize-wrapper .row b:not(.hotspot-content b),
  #visualize-wrapper .row h2,
  #visualize-wrapper .row p:not(.hotspot-content p) {
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visualize-wrapper h2 {
    text-transform: none;  
  }
  #visualize-wrapper img {
    width: 100%;
    min-height: 50vh;
    object-fit: cover;
  }
  #visualize-wrapper .row b:not(.hotspot-content b) {
    font-size: 30px;  
    color: #000;
  }
  #visualize-wrapper .row p:not(.hotspot-content p) {
    color: #616365;
  }
  #visualize-wrapper .row h2 {
    font-size: 48px;  
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#616365;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 0;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #616365;
    border: 1px solid #616365;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
  }
  #visualize-wrapper a.mlkn-button:not(.noHover):hover {
    border: 1px solid #616365;
    background: #fff;
    color: #616365;
  }
  #visualize-wrapper a.mlkn-button.noHover {
    opacity: .7;
  }
  #visualize-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
  }
  /*hotspots*/
  #visualize-hotspot-1 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-2 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-3 {
    left: 20%;
    bottom: 20%;
  }
  #visualize-hotspot-4 {
    bottom: 15%;
    left: 50%;
  }
  #visualize-hotspot-5 {
    bottom: 40%;
    right: 25%;
  }
  /* Media Queries */
  @media only screen and (max-width: 1600px) {

    #visualize-wrapper .row h2 {
        font-size: 36px;
    }
  }
  @media only screen and (max-width: 1200px) {
    /* #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    } */
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @media only screen and (max-width: 1099px) {
    #visualize-wrapper h1 {
      font-size: 40px;  
    }
    #visualize-wrapper a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #visualize-wrapper b {
      font-size: 20px;  
    }
    #visualize-wrapper h1 {
      font-size: 35px;  
    }
    #visualize-wrapper a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
    #visualize-wrapper .cycle-pager {
        bottom: 25px;
    }
  }
  @media only screen and (max-width: 850px) {

  }
  @media only screen and (max-width: 767px) {
    #visualize-wrapper .row h2 {
        font-size: 30px;
    }
    #visualize-wrapper .buttons {
        margin: 2vh 0 0;
    }
    #visualize-wrapper {
        margin-top: 0;
    }
  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  
  #mpact-wrapper {
    padding: 0;
    height: 100vh;
    width: 100vw;
    background: url(/-/media/10756729bd854790ac1660ca2714f7a2.ashx);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
}
#mpact-wrapper .leftBox, #mpact-wrapper .rightBox {
    position: absolute;
}
#mpact-wrapper .leftBox {
top: 15rem;
left: 15rem;
} 
#mpact-wrapper .rightBox {
bottom: 15rem;
right: 25rem;
max-width: min(525px, 80%);
text-align: right;
}
#mpact-wrapper img {
    width: 350px;
    margin-right: -18px;
}
#mpact-wrapper p {
    margin: 3rem auto;
}

#mpact-wrapper .rightBox p {
    font-size: 20px;
}
#mpact-wrapper .leftBox p {
    font-size: 68px;
    line-height: normal;
    margin-top: 0;
}
#mpact-wrapper .leftBox p.title {
    font-size: 22px;
    margin-bottom: 0;
}
#mpact-wrapper a.mlkn-button {
    font-weight: 800;
    width: 300px;
    color: black !important;
    border-color: white !important;
}
#mpact-wrapper a.mlkn-button:hover {
    background: black !important;
    color: white !important;
    border-color: black !important;
}
@media (max-width: 1200px) {
    #mpact-wrapper .leftBox {
        top: 10rem;
        left: 10rem;
    }
    #mpact-wrapper .rightBox {
        bottom: 10rem;
        /* right: 10rem; */
    }
    #mpact-wrapper img {
        width: 300px;
    }
    #mpact-wrapper .leftBox p {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    #mpact-wrapper .rightBox {
        bottom: 10rem;
        right: 10rem;
    } 
}
@media (max-width: 767px) {
    #mpact-wrapper {
        height: 75vh;
    }
    #mpact-wrapper .leftBox {
        top: 5rem;
        left: 5rem;
    }
    #mpact-wrapper .rightBox {
        right: 5rem;
        bottom: 5rem;
    }
    #mpact-wrapper .leftBox p.title {
        font-size: 20px;
    }
    #mpact-wrapper .leftBox p {
        font-size: 28px;
    }
    #mpact-wrapper .rightBox p {
        font-size: 16px;
    }
    #mpact-wrapper img {
        width: 250px;
        margin-right: -16px;
    }
}


/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/2a935b853ef840a59256fbff87faab54.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036 !important;
    border: 1px solid #036 !important;
    text-align: center;
    margin-top: 135px;
    width: 300px;
}
#creative-collective-wrapper a.mlkn-button:hover {
    background: white !important;
    color: #036 !important;
}
/* >> 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;
    }
}

