/*** BODY ***/
body {
    position: relative;  
}
sup {
    top: -1.35em !important;
    font-size: 35%;
}
main {
    background: black;
}
.centerFlex {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .centerFlex {
        display: revert;
        text-align: center;
    }
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}



/*** Powerlines INSTALLS ***/
#powerlines-wrapper {
    position: relative;
    /* top: -2px; */
    padding: 0;
    background: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* >> Powerlines Installs - Slideshow */
#powerlines-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#powerlines-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#powerlines-slide-1 {
    background-image: url('/-/media/35fee01d5fe74c1892bdab36f82aeaee.ashx');
    /*background-position-x: 75%;*/
}
#powerlines-slide-2 {
    background-image: url('/-/media/c5240131b40f4403bb461d30f7726059.ashx');
    /*background-position-x: 25%;*/
}
#powerlines-slide-3 {
    background-image: url('/-/media/b5d01a7d14854ec4a22742c0e84b12c7.ashx');
}
/* #powerlines-slide-3 a.mlkn-button {
    color: #00378c !important;
    border-color: #00378c !important;
} */
#powerlines-slideshow-wrapper .slide-content {
    /*width: 900px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    position: relative;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 900px;
}
#powerlines-slideshow-wrapper .slide-content div {
    text-align: center;
}
#powerlines-slideshow-wrapper .slide-image-caption {
    letter-spacing: 0.75px;
    color: white;
    position: absolute;
    right: 2vw;
    bottom: 2vh;
}
#powerlines-slideshow-wrapper .slide-content h1,
#powerlines-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
#powerlines-slideshow-wrapper .slide-content p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#powerlines-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: 600 !important;
    letter-spacing: 3px;
    font-size: 70px;
    letter-spacing: 15px;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#powerlines-slideshow-wrapper .slide-content h3 {
    text-transform: none;
    font-weight: 600 !important;
    letter-spacing: 3px;
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
    text-align: center;
}
/* >> Powerlines Installs - Pager */
#powerlines-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%);
}
#powerlines-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 5px;
    background: #aaa;
}
#powerlines-wrapper a.mlkn-button {
    text-align: center;
    color: black;
    background: white;
    border-color: white;
    font-weight: 800 !important;
    width: 300px;
    margin: 10px 25px;
    font-size: 18px;
}
#powerlines-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Powerlines Installs - Slideshow Controls */
#powerlines-outer-wrapper {
    position: relative;  
}
#powerlines-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 29vh;
    width: 100%;
    z-index: 500;
}
#powerlines-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#powerlines-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#powerlines-slideshow-controls button:focus {
    outline: none;
}
/* >> Powerlines Installs - Mobile Content */
#powerlines-mobile-content {
    background: #000;
    display: none;
    position: relative;
    /* top: -2px; */
}
#powerlines-mobile-content [class^="col"] {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#powerlines-mobile-content h1,
#powerlines-mobile-content p {
    color: #fff;
    text-align: center;
}
#powerlines-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#powerlines-mobile-content p {
    font-size: 16px;
}
/* >> Powerlines Installs - Media Queries */
@media only screen and (max-width: 1450px) {
    #powerlines-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1100px) {
    #powerlines-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    .extraMarginTop {
        margin-top: 3vh !important;
    }
    #powerlines-slideshow-wrapper .cycle-slideshow,
    #powerlines-slideshow-wrapper .slide {
        /*height: auto;
        min-height: 100vh;*/
    }
    #powerlines-slideshow-wrapper .slide-content {
        /*height: 42vh;
        width: 100%;
        padding: 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 15%;*/
    }
    #powerlines-slideshow-wrapper .slide-content h1 {
        font-size: 50px;
    }    
    #powerlines-slideshow-wrapper .slide-content p {
        font-size: 16px;
    }
    #powerlines-slideshow-wrapper .slide-content a.mlkn-button {
        /*border: 2px solid #333;*/
    }
    #powerlines-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #powerlines-slideshow-wrapper .hotspot {
        display: none;
    }
    #powerlines-slideshow-controls {
        display: block;
        bottom: 3vh;
    }
}
@media only screen and (max-width: 767px) {
    #powerlines-slideshow-wrapper .cycle-slideshow,
    #powerlines-slideshow-wrapper .slide {
        min-height: 50vh;
        /* max-height: 75vh; */
    }
    #powerlines-slideshow-wrapper .cycle-slideshow {
        /*height: 50vh;*/
    }
    #powerlines-slideshow-controls {
        bottom: 40px;
        margin: 20px 0 0;
    }
    #powerlines-slideshow-wrapper .slide-image-caption {
        width: 100vw;
        text-align: center;
        bottom: 2vh;
        right: revert;
        white-space: nowrap;
    }
    #powerlines-slideshow-wrapper .slide-content {
        /* bottom: 10%; */
        width: auto;
        /*font-size: 30px;
        height: auto;*/
    }
    #color-wrapper h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #powerlines-mobile-content p {
        font-size: 15px;
    }
    #powerlines-slideshow-wrapper .slide-content h1 {
        font-size: 36px; 
        letter-spacing: 8px;
        margin-top: 10px;
    }
    #powerlines-slideshow-wrapper .slide-content h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }
}
/* >> Powerlines Installs - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #powerlines-slideshow-wrapper .slide-content h1 {
        font-size: 55px;
    }    
    
    #powerlines-slideshow-wrapper .slide-content p {
        font-size: 25px;
    }
}
/* >> Powerlines Installs - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #powerlines-mobile-content h1 {
        font-size: 28px;
    }
}

/* BOTTOM CARDS */
#bottom-cards-wrapper {
    margin-top: 3vh;
    margin-bottom: 5vh;
}
#bottom-cards-wrapper .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}

#bottom-cards-wrapper .bluebox {
    background: #66AAC8;
}
#bottom-cards-wrapper .greenbox {
    background: #B8BD41;
}
#bottom-cards-wrapper .bluebox, #bottom-cards-wrapper .greenbox {
    padding: 10px 25px;
    color: white;
}
#bottom-cards-wrapper h2 {
    font-size: 30px;
    font-weight: 600 !important;
    padding: 10px 25px 0px;
}
#bottom-cards-wrapper a.mlkn-button {
    text-align: center;
    color: black;
    background: white;
    border-color: black;
    font-weight: 600 !important;
    width: 300px;
    margin: 10px 25px;
}
#bottom-cards-wrapper ul {
    margin: 15px 0px;
}
#bottom-cards-wrapper li {
    margin: 5px;
}

#color-wrapper {
    height: auto;
    background: black;
    position: relative;
    /* top: -2px; */
}
#color-wrapper h2, #color-wrapper p {
    color: white;
}
#color-wrapper h2 {
    font-size: 36px;
    margin-top: 5vh;
}
#color-wrapper p {
    margin-top: 3vh; 
}
#color-wrapper  a.mlkn-button {
    text-align: center;
    color: white;
    background: black;
    border-color: white;
    font-weight: 600 !important;
    width: 300px;
    margin: 10px 25px;
}
#color-wrapper .video-container-mobile {
    display: none;
}
#color-wrapper .video-container video {
    margin: 5%;
}
#color-wrapper .video-container video, #color-wrapper .video-container-mobile video {
    width: 100%;
    /*margin: 5%;*/
}
#color-wrapper h2, #color-wrapper p {
    margin-left: 25px;
}
@media only screen and (max-width: 991px) {
    #color-wrapper .video-container video, #color-wrapper .video-container-mobile video {
        margin: 0%;
    }
}
@media only screen and (max-width: 767px) {
    #color-wrapper .video-container video, #color-wrapper .video-container-mobile video {
        margin: 0%;
    }
    #color-wrapper h2, #color-wrapper p {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 500px) {
    #color-wrapper .video-container {
        display: none;
    }
    #color-wrapper .video-container-mobile {
        display: revert;
    }
    #color-wrapper h2 {
        font-size: 26px;
    }
    #color-wrapper a.mlkn-button {
        width: 250px;
    }
}

#mpact-wrapper {
    height: auto;
    background: #303030;
    position: relative;
    /* top: -2px; */
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#mpact-wrapper img {
    width: 100%;
}
#mpact-wrapper h2, #mpact-wrapper h4, #mpact-wrapper p {
    color: white;
}
#mpact-wrapper h2 {
    font-size: 58px;
    font-weight: 800 !important;
    margin: 5vh 25px 0;
}
#mpact-wrapper h4 {
    font-size: 16px;
    font-weight: 800 !important;
    margin: 0 25px;
}
#mpact-wrapper p {
    margin: 3vh 25px;
}
#mpact-wrapper  a.mlkn-button {
    text-align: center;
    color: white;
    background: #303030;
    border-color: white;
    font-weight: 600 !important;
    width: 300px;
    margin: 10px 25px;
}
@media only screen and (max-width: 500px) {
    #mpact-wrapper  a.mlkn-button {
        width: 250px;
    }
    #mpact-wrapper h2 {
        font-size: 54px;
        margin-left: 40px;
        font-weight: 800 !important;
    }
    #mpact-wrapper h4 {
        font-size: 15px;
        font-weight: 800 !important;
    }
}