.unavailableCollections {
    display: none !important;
}

/*getting rid of nav bar*/
.primary-nav {
    background: black !important;;

}
.navbar .account-lang {
    display: none !important;;
}
.navbar-nav .d-flex {
    display: none !important;
}
.navbar-toggler {
    display: none !important;
}
#logo-fc-addition {
    position: absolute;
    bottom: 2vh;
    font-size: 17px;
    padding-left: 1vh;
}
.navbar .search-btn-tablet, .navbar.primary-navbar .navbar-nav {
    display: none;
}
.modalTilePic {
    height: var(--modalTileWidth) !important;
}
.modalTilePicLarge {
    height: var(--largeTileWidth) !important;
}
.tilePic {
    height: var(--tileWidth) !important;
}
.mobile-primary {
    display: none !important;
}

/* CONTAINERS AND ROWS */

.container-fluid.product-tier-section {
    max-width: 1550px;
    margin-top: 15px;
}
.container-fluid.product-tier-section .row {
    padding-bottom:25px;
}
.container-fluid.product-tier-section .row.nobottompad {
    padding-bottom: 0;
}
.tile {
    padding-bottom: 25px;
}
.gradient-wrapper {
    background-image: linear-gradient(white,#f1f1f1);
}
.nopads {
    padding: 0;
    background-color: #123763;
    /* height: 0px; */
}
.nopadsnomarg {
    padding: 0 !important;
    margin: 0 !important;
}
.section-anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
#regionTitle {
    position: relative;
    top: 1.5vh;
    left: 30px;
    font-size: 30px;
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (max-width: 1200px) { 
    .back-button {
        display: none;
    }
    .modalBtn {
        font-size: 80% !important;
    }
}

@media only screen and (max-width: 991px) {
   

       .leftpad25 {
        padding-left: 10px !important;
    }
    
 }
@media only screen and (max-width: 767.5px) { 
   #tierBar {
       display: none;
   }
   #bigButtonBar {
       text-align: center;
       margin-top: 0vh !important;
       /* margin-bottom: 6vh; */
   }
   .product-tier-section h2 {
       margin-top: 15px;
       font-size: 24px !important;
   }
  
}
   @media only screen and (max-width: 599px) and (orientation:portrait) { 

       

    
   }
   @media only screen and (max-width: 575px) {
    /* .container-fluid.product-tier-section .row > div:nth-of-type(5) {
        padding-bottom: 25px;
    } */
    .tileTitle {
        font-size: 14px;
    }
   }

#top-page-nav {
    display: none !important;
}
.product-tier-section h2 {
    font-size: 28px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: black;
}
/* END CONTAINERS AND ROWS */
/* NAV STUFF */
#page-header #top-nav #mobile-nav-btn {
    display: none !important;
}
#page-header #top-nav ul li {
    margin-right: 10px;
}
#page-header #top-nav ul li a.active {
    /* background: #d9d9d9; */
    background: white;
    color: #303030;
    padding: 5px 5px;
    font-weight: 600 !important;
}
#page-header #top-nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27px;
}
#top-nav .row div ul li:last-of-type>a {
    font-weight: 600 !important;
    font-size: 125% !important;
    margin-top: -6px !important;
}
#top-nav {
    overflow: hidden;
    position: relative !important;
    width: 100vw;
    height: 75px;
}

@media only screen and (max-width: 599px) and (orientation:portrait) { 
    #page-header #top-nav ul li {
        margin-right: -25px;
    }
    #page-header #top-nav ul {
        left: 35% !important;
    }
    #page-header #top-nav ul li:nth-of-type(6) {
        margin-left: 15px;
    }
    .modalTilePic {
        height: 33vw;
    }
    .modalTilePicLarge {
        height: 73vw ;
    }
    .tileTitle {
        font-size: 8px ;
        letter-spacing: 1px ;
    }
    .tileTitle.longName {
        font-size: 8px;
        letter-spacing: 0px;
    }
}
@media only screen and (min-width: 500px) {
    .modalTilePicLarge {
        height: 75vw;
        margin-bottom: 25px;
       }
       .modalTilePic {
           height: 34.5vw;
       }
}
 @media only screen and (min-width: 600px) {
    .modalTilePicLarge {
        height: 78.5vw;;
        /* margin-left: 0%; */
       }
       .modalTilePic {
           height: 36vw;
       }
 }
@media only screen and (min-width: 768px) {
    .modalTilePicLarge {
        height: 81vw;
        width: 100%;
        margin-bottom: 25px;
        margin-left: 0.5vw;
       }
       .modalTilePic {
           height: 38vw;
       }
}
@media only screen and (min-width: 992px) {
    #page-header #top-nav ul {
        right: -14%;
    }
    .modalTilePic {
        height: 10.5vw;
    }
    .modalTilePicLarge {
        height: 24vw;
    }
}
@media only screen and (min-width: 1100px) {
    #page-header #top-nav ul {
        right: -8%;
    }
    .modalTilePic {
        height: 10.75vw;
    }
    .modalTilePicLarge {
        height: 24.5vw;
    }
}
@media only screen and (min-width: 1200px) {
    #page-header #top-nav ul {
        right: -4%;
    }
    .modalTilePic {
        height: 11vw;
    }
    .modalTilePicLarge {
        height: 24.5vw;
    }
}
 @media only screen and (min-width: 1600px) {
    #page-header #top-nav ul {
        right: 13%;
    }
    .modalTilePic {
        height: 11.75vw;
    }
    .modalTilePicLarge {
        height: 25.5vw;
    }
 }
 @media only screen and (min-width: 1800px) {
    #page-header #top-nav ul {
        right: 17%;
    }
    .modalTilePicLarge {
        height: 26vw;
    }
 }
 @media only screen and (min-width: 1900px) {
    #page-header #top-nav ul {
        right: 19%;
    }
    .modalTilePic {
        height: 12vw;
    }
    .modalTilePicLarge {
        height: 25.5vw;
    }
}




/* END NAV STUFF */
/* BUTTONS */
div.back-button button{
    position: fixed;
    top: 90vh;
    border: 1px solid #fff;
    background: black;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    width: 150px;
    font-size: 115%;
    height: 6.5vh;
    margin: 0px 10px;
    cursor: pointer;
    letter-spacing: 3px;
    z-index: 99999;
}
#bigButtonBar {
    margin-top: 1vh;

    height: 65px;

}

#bigButtonBar button, .new-modal-header button {
    border: 1px solid #fff;
    
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    width: 80%;
    height: 50px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 9px;
}
#bigButtonBar button {
    font-size: 12px;
    background: #6E6E6E;
    letter-spacing: 1px;
    width: 100%;
    background: #6E6E6E;
}
.new-modal-header button {
    font-size: 110%;
    background: #091C32;
}
@media only screen and (max-width: 599px) and (orientation:portrait) { 
    #bigButtonBar {
        margin-bottom: revert;
        margin-top: revert;
    }
}
@media only screen and (max-width: 991px) {
    #bigButtonBar {
        margin-top: 1vh;
    }
    #bigButtonBar button {
        width: 100%;
        font-size: 12px;
        height: 45px;
        letter-spacing: 1px;
    }
       .new-modal-header button {
        width: 100%;
        font-size: 95%;
        height: 40px;
       }
       #tierBar a button {
        font-size: 10px;
        height: 30px;
        cursor: pointer;
        letter-spacing: 1px;
        margin-top: 20px;
        width: 100%;
       }
       div.back-button button {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    #bigButtonBar button {
        font-size: 16px;
    }
}
/* END BUTTONS */
/* MODAL */

#new-modal{
    width: 85vw;
    padding-bottom: 25px;
position: fixed;
top: 50%;
left: 150%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
z-index: 9999;
background: white;
transition: left 0.3s;
padding-right: 25px;
padding-top: 10px;
padding-left: 25px;
}

.new-modal-footer {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 3vw;
    margin-top: 1vh;;
}
.opaque-sheer {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.4);
display: none; /*do display block when shown*/
}

.modalTilePic {
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}
    
.modalTilePicLarge {
    background-size: cover;
    width: 100%;
    background-position: center;
}
.new-modal-title {
    width: 98%;
    background: black;
    font-size: xxx-large;
    padding: 10px 0px 10px 10px;
    margin: 10px 0px 20px 15px;
}
#modalX {
    float: right;
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
}
#collectionModalLabel {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.leftpad25 {
    padding-left: 40px;
}
.modalBtn {
    border: 1px solid #fff;
    background: #123763;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    width: 101%;
    font-size: 90%;
    min-height: 40px;
    cursor: pointer;
    letter-spacing: 2px;
    word-break: break-word;
}
#tierBar {
    height: 70px;
    text-align: center;
    z-index: 1;
    background-color: #123763;
    position: relative;
    /*position: fixed;*/
    width: 100%;
    border-bottom: 1px solid black;
    margin: 0;
}
#tierBar button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    /*width: 200px;*/
    width: 90%;
    font-size: 110%;
    height: 50px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 9px;
}

#tierBar button.active {
    background: #091C32;
}
.new-modal-header {
    background: #123763;
    width: 85vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
@media only screen and (max-width: 1200px) {
    #tierBar .row div .container-fluid div:last-of-type a button {
        /* width: 115%; */
    }
}

@media only screen and (max-width: 991px) {
    .new-modal-header button {
        width: 90% !important;
        font-size: 75% !important;
    }
    .new-modal-title { 
        width: 98% !important;
        margin: 10px 0px 15px 12px !important;
    }
    #new-modal {
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #regionTitle {
        top: 20px;
        left: 24px;
        font-size: 26px;
        position: relative;
    }
    .modalBtn:not(#brochureLink button) {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) { 
    #new-modal {
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
       }
       .new-modal-title {
        width: 98% !important;
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .new-modal-header {
        padding-top: 1vh;
        padding-left: 5vw;
    }

}
@media only screen and (max-width: 599px) and (orientation:portrait) { 
    .new-modal-title {
        width: 95% !important;
        margin: 10px 0px 15px 7px !important;
    }
    .new-modal-header {
        margin-left: -10px !important;
    }
    .new-modal-title h4 span, .modalBtn, .new-modal-header button {
        font-size: 12px !important;
        letter-spacing: 1px;
    }
    .new-modal-header h2, .new-modal-header button {
        margin-left: -4% !important;
    }
    .new-modal-header button {
        width: 96% !important;
        font-size: 10px !important;
    letter-spacing: 1px;
    height: 35px !important;
    }

  
}
/* END NEW MODAL */
[class*="none_"] { 
    background-color: red;
    color: white;
    font-size: 150%;
}
[class*="none_"]:before {
    content: "The link to the tile images is broken.";
}


/* div.next-button button {
    background: black !important;
} */

/* PRODUCT TILES */

.tiles {
    display: flex;
    flex-flow: row wrap;
    margin-left: 30px;
    
  }


.tileTitle {
    background-color: black;
    font-size: 10px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    padding: 11px 0 11px 0;
    text-align: center;
    min-height: 4.5rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tileTitle.longName {
    font-size: 10px;
    letter-spacing: 2px;
}
 .tilePic {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 .tileBtn {
    background-color: rgb(18,55,99);
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600 !important;
    width: 100%;
    border: 0;
    padding: 11px 0;
}

@media only screen and (max-width: 393px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3)
{ 

    .tilePic {
        height: 39.6vw;
    }
    .modalTilePicLarge {
        height: 75vw;
        margin-bottom: 25px;
       }
       .modalTilePic {
           height: 34.6vw;
       }
 }
 /*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)  {
    .modalTilePicLarge {
        margin-bottom: 20px;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)  {
    .modalTilePicLarge {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 390px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3)
{ 

    .tilePic {
        height: 39.5vw;
    }
    .modalTilePicLarge {
        height: 75vw;
        margin-bottom: 25px;
       }
       .modalTilePic {
           height: 34.5vw;
       }
 }

 @media only screen and (max-width: 400px) {
    .tilePic {
    height: 155px;
    }
    }
@media only screen and (min-width: 400px) {
    .tilePic {
        height: 39.5vw;
    }
}
 @media only screen and (min-width: 500px) {
    .tilePic {
        height: 40.5vw;
    }
}
 @media only screen and (min-width: 600px) {
     .tilePic {
        height: 41.5vw;
     }
 }
 @media only screen and (min-width: 768px) {
    .tilePic {
        height:  27.5vw;
    }  
 }
 @media only screen and (max-width: 844px) and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 3) {
    .tilePic {
        height: 38.5vw;
    }
    .modalTilePicLarge {
        height: 72.25vw;
        margin-bottom: 20px;
       }
       .modalTilePic {
        height: 32.25vw;
       }
 }
 @media only screen and (min-width: 844px) and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 3) {
    .tilePic {
        height: 39.5vw;
    }
    .modalTilePicLarge {
        height: 75vw;
        margin-bottom: 25px;
       }
       .modalTilePic {
           height: 34.5vw;
       }
 }
 @media only screen and (min-width: 992px) {
    .tilePic {
        height: 13.5vw;
    }  
 }
 @media only screen and (min-width: 1200px) {
    .tilePic {
        height: 13.5vw;
    }  
 }
 @media only screen and (min-width: 1600px) {
    .tilePic {
        height: 14vw;
    }  
 }
 @media only screen and (min-width: 1800px) {
.tilePic {
    height: 12.5vw;
}
 }
 @media only screen and (min-width: 1900px) {
    .tilePic {
        height: 12vw;
    }  
}
@media only screen and (min-width: 2100px) {
    .tilePic {
        height: 10.75vw;
    }
    div.back-button button {
        width: 200px;
        font-size: 24px;
    }
    #bigButtonBar button {
        font-size: 16px;
        width: 20vw;
        margin-left: 6vw;
    }
}
@media only screen and (min-width: 2500px)  {
    .container-fluid.product-tier-section {
        max-width: 85vw ;
    }
    /* .tileTitle, .tileTitle.longName {
    font-size: 16px;
    padding: 15px 0 15px 0;
    } */
    .tilePic {
        height: 15.25vw;
    }
    #bigButtonBar {
        margin-left: 10vw;
        margin-top: 7vh;
    }
    #bigButtonBar button {
        font-size: 20px;
        height: 75px;
        width: 75%;
    }
    .modalTilePicLarge {
        height: 54vh;
    }
    .modalTilePic {
        height: 26vh;
    }
    div.back-button button {
        top: 90vh;
        left: 0vw;
        width: 200px;
        font-size: 26px;
    }
    .product-tier-section h2 {
        font-size: 36px;
        margin-top: 10px;
    }
    #tierBar button {
        border: 2px solid #fff;
    }
    #tierBar button {
        font-size: 26px;
    }
}

/* 4k imac */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
}
@media only screen and (min-width: 1200px) { }
@media only screen and (max-width: 1200px) { 

.tileTitle {
    font-size: 9px;
    letter-spacing: 1px;
}
.tileTitle.longName {
    font-size: 9px;
    letter-spacing: 0px;
}
.tileBtn {
    font-size: 9px;
}
}
@media only screen and (max-width: 991px) { 
    /*.container-fluid.product-tier-section .row > div:nth-of-type(1),
    .container-fluid.product-tier-section .row > div:nth-of-type(2),
    .container-fluid.product-tier-section .row > div:nth-of-type(3) {
        padding-bottom:25px;
    }*/
    /* .container-fluid.product-tier-section .row:not(:first-child) > div:nth-of-type(1), 
    .container-fluid.product-tier-section .row:not(:first-child) > div:nth-of-type(2), 
    .container-fluid.product-tier-section .row:not(:first-child) > div:nth-of-type(3) {
        padding-bottom:25px;

    } */

}
@media only screen and (max-width: 768px) { 
    /* .container-fluid.product-tier-section .row > div:nth-of-type(4) {
        padding-bottom: 25px;
    } */

     
       .leftpad25 {
           padding-left: 8px !important;
       }
}

@media only screen and (max-width: 599px) and (orientation:portrait) {

  
 }
/* END PRODUCT TILES */




@media only screen and (min-width: 1200px) { 

}
@media only screen and (max-width: 1199px) { }
@media (min-width: 992px) {
    .modal-body .col-md-3 {
        width: 23%;
    }
}
@media (min-width: 991px) { }
@media only screen and (max-width: 768px) { }
@media only screen and (max-width: 599px) and (orientation:portrait) { }




/* .modal-dialog {
    width: 85vw;
    top: 10vh;
    -webkit-transform: none !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: inherit !important;
    -o-transition: inherit !important;
    transition: none !important;
} */
/* .modal-header {
    padding: 0;
    border: 0;
    margin-left: 1%;
} */
/* .modal-footer {
    background: white !important;
    padding: 20px !important;
} */
/* .tierSectionHR {
    border-top: 5px solid #f1f1f1 !important;
    margin: 0 !important;
} */
/* .modal-title {
    margin: 40px 0px 0px 40px;
    padding: 0px 0 0 18px;
    background-color: black;
    line-height: 2;
    text-align: left;
    font-weight: 600 !important;
    letter-spacing: 3px;
    font-size: 24px;
    width: 1500px;
    text-transform: uppercase !important;
} */
/* .modal-header button.close {
    background-color: white;
    width: 3vh;
    height: 3vh;
    margin: 1.5vh;
    opacity: 1;
} */
/* .modal-header span {
    color: black;
} */
/* .productModalPicSmall {

}
.productModalPicLarge {
    
} */
/*.modalBtn {
    border: 1px solid #fff;
    background: #123763;
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    width: 90%;
    font-size: 100%;
    height: 40px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-left: 50px;
    margin-top: -5px;
}*/


/*#product div.tile {
    background-color: white;
    width: 200px;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 75px;
}*/


 div.slide-three {
    /*background-color: #123763 !important;*/
    color: cyan !important;
    /*height: 300vh;*/
}
/*#product div.slide-three .section .row {
    margin-bottom: 5vh;
    margin-left: 200px;
}
#product div.slide-three .row  {
    width: 80vw !important;
    margin-left: 10vw !important;
}
#product div.slide-three .row .col-md-2 {
    margin-right: -12px;
}*/


  


#page-header #top-nav {
    background: black !important;
}


/* #tierCSection, #tierDSection, #lvtWalkoffSection {
    height: 50vh;
} */

#m-pact i {
    color: white !important;
}
.section-background {
    background-size: 100.3vw 100vh;
}
/*.section .row {
    margin-left: 0px !important;
}*/
.top-panel, .bottom-panel {
    /*background-size: 100vw 50vh !important;*/
    background-size: cover !important;
}
button.largeButton {
    width: 300px !important;
}
.top75 {
    width: 80vw !important;
    left: 10vw !important;
}
.activeBtn {
    background-color: white;
    color: black;
}
.activeBtn span {
    color: black !important;
}
#mapAm {
    display: none;
}
#mapEmeai {
    display: none;
}
#mapAsia {
    display: none;
}
#mapNone {
    /*display: none;*/
}

#nypct2HZtuM > div {
    height: 100vh !important;
   
}
.activeNav {
    background: #d9d9d9 !important;
    color: #303030 !important;
}
@media only screen and (min-width: 1200px) {
    #introBtn {
        font-size: 125%;
        height: 7vh;
        top: 50vh;
        width: 15vw;
        left: 42.5vw;
    }
    #introBG {
        background-image: url("/images/default-source/americas/portals/microsoft/01_video_bg.jpg?Status=Temp&sfvrsn=6b9db61a_2");
    }
    #m-pact .first-slide h1 {
        font-size: 500%;
        font-weight: 425 !important;
        color: white;
        letter-spacing: 8px;
        margin-bottom: 5vh;
    }
    #m-pact .first-slide h2 {
        color: white;
        font-size: 200%;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 130%;
        width: 50vw;
        margin-left: 25vw;
    }
    #m-pact .slide-two h1 {
        font-size: 550%;
        font-weight: 700 !important;
        color: white;
        letter-spacing: 8px;
        margin-bottom: 0;
    }
    #m-pact .slide-two h2 {
        color: white;
        font-size: 250%;
        font-weight: 450 !important;
        letter-spacing: 2px;
        line-height: 130%;
        text-transform: none;
        width: 100vw;
    }
    #m-pact .slide-two h3 {
        width: 60vw;
        margin-left: 20vw;
        font-size: 150%;
        line-height: 150%;
        font-weight: 450 !important;
        margin-top: 5vh;
    }
    #m-pact .slide-two h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    
    #innovation .first-slide .content {
        top: 50%;
    }
    #innovation .first-slide h1 {
      font-size: 500%;
      font-weight: 450 !important;
      letter-spacing: 10px;
    }
    #innovation .first-slide h2 {
      width: 45vw;
      margin-left: 27.5vw;
      font-size: 250%;
      letter-spacing: 1px;
      font-weight: 450 !important;
    }
    #innovation .first-slide .buttons button, #innovation .slide-two .top75 button, #innovation .slide-three .top75 button {
        margin-right: 1.5vw !important;
        margin-left: 1.5vw !important;
        background-color: unset;
        width: 20vw;
        letter-spacing: 2px;
        font-size: large;
        font-weight: 750 !important;
      }
      #innovation .slide-two .content {
        top: 55%;
      }
      #innovation .slide-two .content h2 {
        font-size: 175%;
        letter-spacing: 8px;
        font-weight: 600 !important;
      }
      #innovation div.slide-two h1, #innovation div.slide-three h1 {
        text-align: center;
        font-size: 476%;
        letter-spacing: 10px;
        font-weight: 500 !important;
        margin-top: -2vh;
    }
    #innovation .slide-two .content h3 {
        width: 65vw;
    margin-left: 17.5vw;
    font-size: 210%;
      }
      #innovation .slide-two .top75 button {
        margin-right: 1.5vw !important;
        margin-left: 1.5vw !important;
        background-color: unset;
        width: 20vw;
        letter-spacing: 2px;
        font-size: large;
        font-weight: 750 !important;
    }
    #innovation .slide-two .left2p5, #innovation .slide-three .left2p5  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
             -webkit-box-pack: justify;
                 -ms-flex-pack: justify;
                     justify-content: space-between;
    }
    #innovation .slide-three h2 {
        font-size: 200%;
        font-weight: 600 !important;
        letter-spacing: 5px;
    }
    #innovation .slide-three h3 {
        font-size: 200%;
        width: 85vw;
        margin-left: 7.5vw;
        line-height: 130%;
        letter-spacing: 2px;
    }
    #innovation .slide-three h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }

    /*div.back-button button, div.next-button button {
        border: 1px solid #fff;
        background: black;
        color: #fff;
        font-weight: 700 !important;
        text-transform: uppercase;
        width: 150px;
        font-size: 115%;
        height: 6.5vh;
        margin: 0px 10px;
        cursor: pointer;
        letter-spacing: 3px;
    }*/

    #printworks .first-slide h1, #printworks .slide-two h1 {
        font-size: 500%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #printworks .first-slide h2, #printworks .slide-two h2 {
        width: 70vw;
        margin-left: 15vw;
        font-size: 225%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #printworks .slide-two h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #team .first-slide .content {
        top: 50%;
    }
    #team .first-slide h1 {
        font-size: 500%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #team .first-slide h2 {
        width: 50vw;
        margin-left: 25vw;
        font-size: 225%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #team .slide-two .content {
        top: 12%
    }
    #team .slide-two .content h2 {
        font-size: 200%;
        letter-spacing: 2px;
        width: 100vw;
    }
    .teamPicture {
        height:25vh;
    }
    #infoCards {
        margin-top: 10vh;
    }
    #product .first-slide .content {
        top: 47%;
    }
    #product .first-slide h1 {
        font-size: 500%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #product .first-slide h2 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 225%;
        letter-spacing: 1px;
        font-weight: 400 !important;
        margin-top: -2vh;
    }
    #product .first-slide .largeButton {
        width: 400px !important;
        background-color: #00000075 !important;
    }
    #product .slide-two .content {
        top: 10%;
    }
    #product .slide-two .content h1 {
        font-size: 210%;
        letter-spacing: 2px;
    }
    .middleBtn {
        width: 50vw !important;
    left: 25vw !important;

    }
    .middleBtn button {
        width: 20vw !important;
        letter-spacing: 2px !important;
    }

    #mlkn-yt-nypct2HZtuM {
        z-index: 1;
        top: -27.3vh;
        width: 100vw !important;
    
    }
    #nypct2HZtuM {
        height: 100vh !important;
    }
    .mapImages {
        position: absolute;
        left: 0vw;
        width: 1433px;
        height: 727px;
        margin-top: 15vh;
        margin-left: 15em;
      }

}



@media only screen and (max-width: 1199px) {
    #introBtn {
        font-size: 125%;
        height: 6vh;
        top: 50vh;
        width: 20vw;
        left: 40vw;
    }
    #introBG {
        background-image: url("/images/default-source/americas/portals/microsoft/01_video_bg.jpg");
    }
    #m-pact .first-slide h1 {
        font-size: 400%;
    font-weight: 425 !important;
    color: white;
    letter-spacing: 7px;
    margin-bottom: 5vh;
    }
    #m-pact .first-slide h2 {
        color: white;
        font-size: 175%;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 130%;
        width: 60vw;
        margin-left: 20vw;
    }
    #m-pact .slide-two h2 {
        color: white;
        font-size: 250%;
        font-weight: 450 !important;
        letter-spacing: 2px;
        line-height: 130%;
        text-transform: none;
        width: 75vw;
        margin-left: 12.5vw;
    }
    #m-pact .slide-two h3 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 150%;
        line-height: 150%;
        font-weight: 450 !important;
        margin-top: 5vh;
    }
    #m-pact .slide-two h4 {
        font-size: 200%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    .playButtonSVG {
        margin-right: 0.75vw;
        width: 6vw;
    }
    #innovation .first-slide h1 {
        font-size: 400%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #innovation .first-slide h2 {
        width: 60vw;
        margin-left: 20vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 450 !important;
    }
    #innovation .first-slide .buttons button {
        margin-right: 1.5vw;
        margin-left: 1.5vw;
        background-color: unset;
        width: 35vw;
        letter-spacing: 2px;
        font-size: 100%;
        font-weight: 750 !important;
    }
    #innovation .first-slide .buttons button, #innovation .slide-two .top75 button, #innovation .slide-three .top75 button {
        margin-right: 1.5vw !important;
        margin-left: 1.5vw !important;
        background-color: unset;
        width: 25vw;
        letter-spacing: 2px;
        font-size: 80%;
        font-weight: 750 !important;
    }
    #innovation .slide-three h2 {
        font-size: 200%;
        font-weight: 600 !important;
        letter-spacing: 5px;
    }
    #innovation div.slide-two h1, #innovation div.slide-three h1 {
        text-align: center;
        font-size: 476%;
        letter-spacing: 10px;
        font-weight: 500 !important;
        margin-top: -2vh;
    }
    #innovation .slide-three h3, #innovation .slide-two h3 {
        font-size: 200%;
        width: 85vw;
        margin-left: 7.5vw;
        line-height: 130%;
        letter-spacing: 2px;
    }
    #innovation .slide-three h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #innovation .first-slide .buttons button, #innovation .slide-two .top75 button, #innovation .slide-three .top75 button {
        margin-right: 1.5vw !important;
        margin-left: 1.5vw !important;
        background-color: unset;
        width: 25vw;
        letter-spacing: 2px;
        font-size: 75%;
        font-weight: 750 !important;
    }
    /*div.back-button button, div.next-button button {
        border: 1px solid #fff;
        background: black;
        color: #fff;
        font-weight: 700 !important;
        text-transform: uppercase;
        width: 150px;
        font-size: 115%;
        height: 6.5vh;
        margin: 0px 10px;
        cursor: pointer;
        letter-spacing: 3px;
    }*/
    #printworks .first-slide h1 {
        font-size: 450%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #printworks .first-slide h2 {
        width: 54vw;
        margin-left: 23vw;
        font-size: 175%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #printworks .first-slide h1, #printworks .slide-two h1 {
        font-size: 500%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #printworks .first-slide h2, #printworks .slide-two h2 {
        width: 70vw;
        margin-left: 15vw;
        font-size: 225%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #printworks .slide-two h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #team .first-slide .content {
        top: 52%;
    }
    #team .first-slide h1 {
        font-size: 450%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #team .first-slide h2 {
        width: 75vw;
        margin-left: 12.5vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #team .infoCard ul {
        padding-left: 0vw;
    }
    #team .slide-two .content {
        top: 15%
    }
    #team .slide-two .content h2 {
        font-size: 200%;
        letter-spacing: 2px;
        width: 100vw;
    }
    .teamPicture {
        height: 20vh;
    }
    .infoCardName {
        font-size: large;
    }
    .infoCardTitle, .infoCardTel {
        font-size: 95%;
    }
    #infoCards {
        left: -1.5vw;
        margin-top: 10vh;
    }
    #product .first-slide .content {
        top: 47%;
    }
    #product .first-slide h1 {
        font-size: 450%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #product .first-slide h2 {
        width: 85vw;
        margin-left: 7.5vw;
        font-size: 175%;
        letter-spacing: 1px;
        font-weight: 400 !important;
        margin-top: -2vh;
    }
    #product .first-slide .largeButton {
        width: 400px !important;
        background-color: #00000075 !important;
    }
    #product .slide-two .content {
        top: 12%;
    }
    #product .slide-two .content h1 {
        font-size: 175%;
        letter-spacing: 2px;
    }
    .middleBtn {
        width: 50vw !important;
        left: 25vw !important;

    }
    .middleBtn button {
        width: 30vw !important;
        letter-spacing: 2px !important;
    }
    .radioContainer {
        width: 29vw !important;
    }
    .radioCheckmark {
        left: 26vw !important;
    }
    #mapRadioBtns {
        left: 5vw !important;
    }
    #mlkn-yt-nypct2HZtuM {
        z-index: 1;
        top: -30vh;
        width: 100vw !important;
        left: 1vh;
        height: 100vh !important;
    }
    #nypct2HZtuM {
        height: 100vh !important;
    }
    .mapImages {
        position: absolute;
        left: -12vw;
        width: 1000px;
        height: 507px;
        margin-top: 24vh;
        margin-left: 15em;
    }


}
@media only screen and (max-width: 991px) {
    #introBtn {
        font-size: 125%;
        height: 7vh;
        top: 70vh;
        width: 30vw;
        left: 35vw;
    }
    #introBG {
        background-image: url("/images/default-source/americas/portals/microsoft/01_video_bg_mobile.jpg?Status=Temp&sfvrsn=444a6c1f_2");
    }
    #m-pact .first-slide h1 {
        font-size: 300%;
        font-weight: 425 !important;
        color: white;
        letter-spacing: 7px;
        margin-bottom: 5vh;
    }
    #m-pact .first-slide h2 {
        color: white;
        font-size: 170%;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 130%;
        width: 90vw;
        margin-left: 5vw;
    }

    #m-pact .slide-two h2 {
        color: white;
        font-size: 250%;
        font-weight: 450 !important;
        letter-spacing: 2px;
        line-height: 130%;
        text-transform: none;
        width: 90vw;
        margin-left: 5vw;
    }
    #m-pact .slide-two h3 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 150%;
        line-height: 150%;
        font-weight: 450 !important;
        margin-top: 3vh;
    }
    .playButtonSVG {
        margin-right: 1vw;
        width: 8vw;
    }
    #m-pact .slide-two h4 {
        font-size: 250%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #innovation .first-slide h1 {
        font-size: 350%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #innovation .first-slide h2 {
        width: 70vw;
        margin-left: 15vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 450 !important;
    }
    #innovation .first-slide .buttons button {
        margin-right: 1.5vw;
        margin-left: 1.5vw;
        background-color: unset;
        width: 40vw;
        letter-spacing: 2px;
        font-size: 100%;
        font-weight: 750 !important;
    }
    #innovation .slide-three h2, #innovation .slide-two h2 {
        font-size: 150%;
        font-weight: 600 !important;
        letter-spacing: 5px;
    }
    #innovation div.slide-two h1, #innovation div.slide-three h1 {
        text-align: center;
        font-size: 350%;
        letter-spacing: 10px;
        font-weight: 500 !important;
        margin-top: -2vh;
    }
    #innovation .slide-three h3, #innovation .slide-two h3 {
        font-size: 150%;
        width: 85vw;
        margin-left: 7.5vw;
        line-height: 130%;
        letter-spacing: 2px;
    }
    #printworks .first-slide h1 {
        font-size: 400%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #printworks .first-slide h2 {
        width: 60vw;
        margin-left: 15vw;
        font-size: 165%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #printworks .first-slide h1 {
        font-size: 450%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #printworks .first-slide h2 {
        width: 54vw;
        margin-left: 23vw;
        font-size: 175%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #printworks .first-slide h1, #printworks .slide-two h1 {
        font-size: 400%;
    font-weight: 450 !important;
    letter-spacing: 10px;
    }
    #printworks .first-slide h2, #printworks .slide-two h2 {
        width: 80vw;
    margin-left: 10vw;
    font-size: 175%;
    letter-spacing: 1px;
    font-weight: 400 !important;
    }
    
    #printworks .slide-two h4 {
        font-size: 150%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #team .first-slide .content {
        top: 50%;
    }
    #team .first-slide h1 {
        font-size: 425%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #team .first-slide h2 {
        width: 90vw;
        margin-left: 5vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }
    #team .infoCard ul {
        padding-left: 0vw;
    }
    #team .slide-two .content {
        top: 20%
    }
    #team .slide-two .content h2 {
        font-size: 200%;
        letter-spacing: 2px;
        width: 100vw;
    }
    .teamPicture {
        height: 15vh;
    }
    .infoCardName {
        font-size: large;
    }
    .infoCardTitle, .infoCardTel {
        font-size: 95%;
    }
    #infoCards {
        left: -1.5vw;
        margin-top: 8vh;
    }
    #product .first-slide .content {
        top: 50%;
    }
    #product .first-slide h1 {
        font-size: 400%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #product .first-slide h2 {
        width: 70vw;
        margin-left: 15vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 400 !important;
        margin-top: 0vh;
    }
    #product .first-slide .largeButton {
        width: 400px !important;
        background-color: #00000075 !important;
    }
    #product .slide-two .content {
        top: 12%;
    }
    #product .slide-two .content h1 {
        font-size: 150%;
        letter-spacing: 2px;
    }
    .middleBtn {
        width: 50vw !important;
        left: 25vw !important;

    }
    .middleBtn button {
        width: 30vw !important;
        letter-spacing: 2px !important;
    }
    .radioContainer {
        width: 35vw !important;
        line-height: 200% !important;
    }
    .radioCheckmark {
        left: 31vw !important;
        top: 0vh !important;
    }
    #mapRadioBtns {
        left: 31vw !important;
        top: 62vh !important;
    }
    .mapImages {
        margin-left: 18vw !important;
    }
    .mapImages {
        position: absolute;
        left: -14vw;
        width: 900px;
        height: 456px;
        margin-top: 24vh;
        margin-left: 15em;
    }

}
@media only screen and (max-width: 768px) {
    #introBtn {
        font-size: 135%;
        height: 8vh;
        top: 70vh;
        width: 40vw;
        left: 30vw;
    }
    #introBG {
        background-image: url("/images/default-source/americas/portals/microsoft/01_video_bg_mobile.jpg?Status=Temp&sfvrsn=444a6c1f_2");
    }
    #m-pact .first-slide h1 {
        font-size: 250%;
        font-weight: 425 !important;
        color: white;
        letter-spacing: 7px;
        margin-bottom: 5vh;
    }
    #m-pact .first-slide h2 {
        color: white;
        font-size: 150%;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 130%;
        width: 90vw;
        margin-left: 5vw;
    }
    #m-pact .slide-two h1 {
        font-size: 500%;
        font-weight: 700 !important;
        color: white;
        letter-spacing: 8px;
        margin-bottom: 0;
    }
    #m-pact .slide-two h2 {
        color: white;
        font-size: 200%;
        font-weight: 450 !important;
        letter-spacing: 2px;
        line-height: 130%;
        text-transform: none;
        width: 90vw;
        margin-left: 5vw;
    }
    #m-pact .slide-two h3 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 120%;
        line-height: 150%;
        font-weight: 450 !important;
        margin-top: 3vh;
    }
    #m-pact .slide-two h4 {
        font-size: 200%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    .playButtonSVG {
        margin-right: 1vw;
        width: 8vw;
    }
    #innovation .first-slide .content {
        top: 49vh;
    }
    #innovation .first-slide h1 {
        font-size: 350%;
        font-weight: 450 !important;
        letter-spacing: 10px;
    }
    #innovation .first-slide h2 {
        width: 85vw;
        margin-left: 7.5vw;
        font-size: 200%;
        letter-spacing: 1px;
        font-weight: 450 !important;
    }
    #innovation .first-slide .buttons button {
        margin-right: 1.5vw;
        margin-left: 1.5vw;
        background-color: unset;
        width: 40vw;
        letter-spacing: 2px;
        font-size: 100%;
        font-weight: 750 !important;
    }

    #innovation .slide-three h2 {
        font-size: 125%;
        font-weight: 600 !important;
        letter-spacing: 5px;
    }
#innovation div.slide-two h1, #innovation div.slide-three h1 {
    text-align: center;
    font-size: 250%;
    letter-spacing: 10px;
    font-weight: 500 !important;
    margin-top: 0vh;
}
#innovation .slide-three h3 {
    font-size: 125%;
    width: 75vw;
    margin-left: 12.5vw;
    line-height: 130%;
    letter-spacing: 2px;
    
}
#innovation .slide-three .top75 {
    bottom: 10vh;
}
#innovation .first-slide .buttons button, #innovation .slide-two .top75 button, #innovation .slide-three .top75 button {

    background-color: unset;
    width: 30vw;
    letter-spacing: 2px;
    font-size: 95%;
    font-weight: 750 !important;
}
#innovation .first-slide .buttons button {
    margin-right: 3.5vw !important;
    margin-left: 3.5vw !important;
}
#innovation .slide-two .top75 button, #innovation .slide-three .top75 button {
    margin-right: 0vw !important;
    margin-left: 0vw !important;
}
#printworks .first-slide h1 {
    font-size: 325%;
    font-weight: 450 !important;
    letter-spacing: 10px;
}
#printworks .first-slide h2 {
    width: 75vw;
    margin-left: 15vw;
    font-size: 155%;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
#printworks .first-slide h1, #printworks .slide-two h1 {
    font-size: 400%;
font-weight: 450 !important;
letter-spacing: 10px;
}
#printworks .first-slide h2, #printworks .slide-two h2 {
    width: 80vw;
margin-left: 10vw;
font-size: 175%;
letter-spacing: 1px;
font-weight: 400 !important;
}

#printworks .slide-two h4 {
    font-size: 150%;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-top: 4vh;
}
#team .first-slide .content {
    top: 50%;
}
#team .first-slide h1 {
    font-size: 375%;
    font-weight: 450 !important;
    letter-spacing: 10px;
}
#team .first-slide h2 {
    width: 95vw;
    margin-left: 2.5vw;
    font-size: 175%;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
#team .infoCard ul {
    padding-left: 0vw;
}
#team .slide-two .content {
    top: 20%
}
#team .slide-two .content h2 {
    font-size: 175%;
    letter-spacing: 2px;
    width: 100vw;
}
.teamPicture {
    height: 13vh;
}
.infoCardName {
    font-size: medium;
}
.infoCardTitle, .infoCardTel {
    font-size: 75%;
}
#infoCards {
    left: -1.5vw;
    margin-top: 8vh;
}
.infoCardRegion {
    font-size: 75% !important;
}    
#product .first-slide .content {
    top: 52vh;
}
#product .first-slide h1 {
    font-size: 350%;
    font-weight: 450 !important;
    letter-spacing: 10px;
}
#product .first-slide h2 {
    width: 80vw;
    margin-left: 10vw;
    font-size: 200%;
    letter-spacing: 1px;
    font-weight: 400 !important;
    margin-top: 0vh;
}
#product .first-slide .largeButton {
    width: 400px !important;
    background-color: #00000075 !important;
}
#product .slide-two .content {
    top: 12%;
}
#product .slide-two .content h1 {
    font-size: 150%;
    letter-spacing: 0px;
}
.middleBtn {
    width: 50vw !important;
    left: 25vw !important;

}
.middleBtn button {
    width: 30vw !important;
    letter-spacing: 2px !important;
}
.radioContainer {
    width: 50vw !important;
}
.radioCheckmark {
    left: 46vw !important;
}
#mapRadioBtns {
    top: 61vh !important;
    left: 13vw !important;
}
.mapImages {
    margin-left: 18vw !important;
}
#mlkn-yt-nypct2HZtuM {
    z-index: 1;
    top: -32vh;
    width: 100vw !important;
    left: 1vh;
    height: 100vh !important;
}
#innovation .top75 {
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96vw !important;
    left: 2vw !important;
    top: 80vh !important;
}
.mapImages {
    position: absolute;
    left: -17.5vw;
    width: 750px;
    height: 381px;
    margin-top: 24vh;
    margin-left: 15em;
}
#printworks .first-slide .content {
    top: 49vh !important;
}

}
@media only screen and (max-width: 599px) and (orientation:portrait) {
    #introBG {
        background-size: 100vw 100vh !important
    }
    #top-nav .row {
        margin-left: 0px !important;
    }
    #m-pact .slide-two div.content {
        top: 45% !important;
    }
    #m-pact .slide-two h1 {
        font-size: 250%;
        font-weight: 700 !important;
        color: white;
        letter-spacing: 8px;
        margin-bottom: 0;
    }
    #m-pact .slide-two h2 {
        color: white;
        font-size: 140%;
        font-weight: 450 !important;
        letter-spacing: 2px;
        line-height: 130%;
        text-transform: none;
        width: 90vw;
        margin-left: 5vw;
    }
    #m-pact .slide-two h3 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 75%;
        line-height: 150%;
        font-weight: 450 !important;
        margin-top: 3vh;
    }
    #m-pact .slide-two h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    /*div.back-button button, div.next-button button {*/
        /* border: 1px solid #fff; 
        background: black;*/
        /* color: #fff; 
        font-weight: 700 !important;
        width: 100px  !important;*/
        /* padding: 10px 20px; 
        font-size: 85%  !important;
        height: 6.5vh !important;*/
        /* margin: 0 10px; */
        /* cursor: pointer; 
    }*/


    #introBtn {
        font-size: 75%;
        height: 9vh;
        top: 70vh;
        width: 60vw;
        left: 15vw;
    }
    
    #introBG {
        background-image: url("/images/default-source/americas/portals/microsoft/01_video_bg_mobile.jpg?Status=Temp&sfvrsn=444a6c1f_2");
    }
    button.largeButton {
        width: 250px !important;
    font-size: 90% !important;
    }
    #innovation .first-slide .content {
        top: 47%;
    }
    #innovation .first-slide h1 {
        font-size: 200%;
    font-weight: 450 !important;
    letter-spacing: 10px;
    }
    #innovation .first-slide h2 {
        width: 85vw;
        margin-left: 7.5vw;
        font-size: 125%;
        letter-spacing: 1px;
        font-weight: 450 !important
    }
    #innovation .first-slide .buttons button  {
        margin-right: 3.5vw !important;
        margin-left: 0.5vw !important;
        letter-spacing: 1px !important;
        font-weight: 750 !important;
        background-color: unset;
        width: 40vw !important;
        font-size: 50% !important;
        margin-top: 5vh !important;
    }
    #innovation .slide-two .top75 button, #innovation .slide-three .top75 button {
        width: 38vw !important;
        margin-left: 7vw;
        margin-top: 2vh;
        margin-right: 0vw !important;
        margin-left: 8vw !important;
        letter-spacing: 0px !important;
        font-weight: 750 !important;
        background-color: unset;
        font-size: 50% !important;
        margin-top: -15vh !important;
    }
    #innovation .slide-two .top75, #innovation .slide-three .top75 {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        left: 0vw !important;
    width: 93vw !important;
    margin-top: 4vh;
    }
    #innovation .slide-two .left2p5, #innovation .slide-three .left2p5 {
        left: 0vw !important;
    }


    #innovation .first-slide .content {
        top: 51%; 
    }
    #innovation .slide-three .content {
        top: 45vh;
        left: 1vw;
    }
    #innovation .first-slide .buttons {
        left: 1.5vw;
    }
    #team .first-slide .content {
        top: 52%;
        margin-left: -5vw;
    }
    #team .first-slide h1 {
        font-size: 200%;
        font-weight: 450 !important;
        letter-spacing: 3px;
    }
    #team .first-slide h2 {
        width: 95vw;
        margin-left: 2.5vw;
        font-size: 115%;
        letter-spacing: 1px;
        font-weight: 400 !important;
    }






    #printworks .first-slide .top-panel, #printworks .first-slide .bottom-panel {
        width: 200vw;
        background-size: 200vw 50vh !important;
        left: -50vw;
  }
  
    #team .content {
      left: 5vw !important;
    }
  #team .slide-two .content {
      font-size: 75%;
   top: 5% !important; 
  }
    #team .buttons {
          top: 86vh !important;
    }
  #team .slide-two .content h2 {
   width: 90vw !important;
      font-size: 100% !important;
      font-weight: 600 !important; 
      margin-top: 5vh;
  }
  #printworks .slide-two .buttons {
    top: 87vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
  }
  #printworks .first-slide .buttons {
        top: 80vh;
  }
  #printworks .largeButton {
    width: 200px !important;
    margin-top: 10vh;
    height: 40px !important;
    font-size: 75% !important;
    margin-top: 12vh !important;
  }
  
  #introduction {
    -webkit-box-pack: revert !important;
    -ms-flex-pack: revert !important;
        justify-content: revert !important;
  }
    #team .slide-two .content ul {
      margin-left: 3vw !important;
      margin-right: 3vw !important;
      line-height: 100%;
  }
    #infoCards {
        left: -6vw;
        margin-top: 3vh !important;
    }
  .infoCard {
      left: 10vw !important;
      width: 45vw !important;
      height: 36vh !important;
  }
  .infoCardRegion {
      font-size: 60% !important;
      margin-bottom: 0 !important;
  }
  .teamPicture {
      height: 15vh !important;
  }
  .infoCard li {
      margin-bottom: 6px !important;
  }
  .infoCardTitle {
      font-size: 75% !important;
  }
  .infoCardTel {
      font-size: 75% !important;
  }
  .infoCardIcons {
      margin-top: 2vh !important;
      padding-bottom: 1vh !important;
  }
  .infoCardIcons img:first-of-type {
      margin-right: 4vw !important;
  }
  .infoCardIcons img {
      width: 23px !important;
      padding-bottom: 3px !important;
  }
    .infoCardName {
          margin-top: 1vh !important;
          font-size: 100% !important;
    }
    
    /*#m-pact .bottom-panel {
      top: 0vh;
      width: 200vw;
      background-size: cover !important;
      left: -40%;
      height: 50vh;
    }
    #m-pact .top-panel {
      top: 0vh;
      width: 200vw;
      background-size: cover !important;
      left: -50%;
      height: 50vh;
    }*/
    #m-pact .slide-two .buttons {
     left: 0.5vw !important;
      top: 83vh !important; 
    }
    #innovation, #printworks, #team {
          top: -3.3vh;
    }
    #innovation .top-panel {
         top: 0vh;
      width: 300vw;
      background-size: cover !important;
      /*left: -130%;*/
      height: 50vh; 
    }
    #innovation .bottom-panel {
        top: 0vh;
        width: 101vw;
        background-size: 385vw 50vh !important;
        left: -1%;
        height: 50vh;
    }
    
    
    /*#innovation .fir50% !important;
      margin-bottom: st-slide h1 {
          font-size: 15vh;
    }
     #innovation .first-slide h2 {
          font-size: 100% !important;
    }*/
    #printworks div.slide-two.section-background {
        background-image: url(/images/default-source/americas/portals/microsoft/04_printworks-video_image_mobile.jpg?Status=Temp&sfvrsn=633cc054_2) !important;
        background-size: auto 100vh !important;
    }
    #printworks .first-slide h1 {
          font-size: 175% !important;
      margin-bottom: 5vh;
    }
     #printworks .first-slide h2 {
          font-size: 100% !important;
          width: 75vw;
          margin-left: 12.5vw;
          font-size: 155%;
          letter-spacing: 1px;
          font-weight: 500 !important;
    }
    #printworks .slide-two .content {
        top: 42vh;
    }
    #printworks .slide-two .content h1 {
        font-size: 250%;
        margin-left: 2vw;
        margin-top: 15vh;
        letter-spacing: 4px;
    }
    #printworks .slide-two .content h2 {
        width: 80vw;
        margin-left: 10vw;
        font-size: 125%;
    }
    #printworks .slide-two .content h4 {
        font-size: 125%;
        font-weight: 700 !important;
        letter-spacing: 2px;
        margin-top: 4vh;
    }
    #innovation .slide-two .content h1, #innovation .slide-three .content h1 {
      font-size: 135%;
      font-weight: 600 !important;
  }
     #innovation .slide-two .content h2, #innovation .slide-three .content h2 {
      font-size: 75%;
  }
    #innovation .slide-three.section-background {
         background-size: cover;
      width: 300vw;
      margin-left: -120vw; 
    }
    #innovation div.buttons button {
     width: auto !important;
      height: auto !important;
      font-size: 75%;
      padding: 5px 20px;
    }
    /*#innovation .content, #innovation .buttons, #team .content, #team .buttons {
     left: 2vw; 
    }*/
    #team .largeButton {
        width: 70vw !important;
        font-size: 75% !important;
        font-weight: 600 !important;
        height: 40px !important;
    }
    #m-pact .first-slide h1 {
        font-size: 200% !important;
        font-weight: 425 !important;
        color: white;
        letter-spacing: 7px;
        margin-top: -2vh;
        margin-bottom: 0vh;
    }
    #m-pact .first-slide h2 {
        color: white;
        font-size: 90%;
        font-weight: 400 !important;
        letter-spacing: 2px;
        line-height: 130%;
        width: 90vw;
        margin-left: 5vw;
    }
    #m-pact button.largeButton {
        width: 200px !important;
        font-size: 75% !important;
        margin-bottom: 4px !important;
        height: 40px !important;
        padding-left: 3vw !important;
    }
    /*#m-pact h2 {
     font-size: 100% !important; 
    }
    #m-pact .largeButton {
     width: 100% !important; 
      font-size: 69% !important;
    }*/
    #m-pact div.slide-two.section-background {
      background-size: cover;
      margin-left: -125%;
      width: 300vw;
    }
    #m-pact div.slide-two .content {
     left: 0vw; 
     top: 45% !important;
    }
    #m-pact .slide-two h1 {
      
    }
    
    .mediaMargins3 {
      margin-top: 3vh;
      margin-bottom: 3vh;
      line-height: 100%;
      text-align: center;
    }
    #m-pact .mediaMargins3 span {
      font-size: 70%;
    }
    .mediaMarginsTop5 {
      margin-top: 5vh;
    }
    .mediaMarginsTop4p5 {
     margin-top: 4.5vh !important; 
    }
    .playButtonSVG {
          margin-right: 2vw !important;
      width: 8vw !important;
      margin-bottom: 5px;
      font-size: medium;
      letter-spacing: 2px;
  }
    .top75 {
     top: 75vh !important; 
      left: -5vw !important;
    }
    .left2p5 {
      left: 2.5vw;
      top: 88vh !important;
      margin-top: -3px !important;
      width: 100vw;
    }
    /*#innovation .slide-three .content h1 {
        font-size: 200%;
        font-weight: 600 !important;
    }*/
    #innovation .slide-three h3, #innovation .slide-two h3 {
        font-size: 100%;
        width: 90vw;
        margin-left: 5vw;
        line-height: 130%;
        letter-spacing: 2px;
    }
    #team .first-slide div.top-panel, #team .first-slide div.bottom-panel {
        width: 300vw;
        background-size: 300vw 50vh !important;
        left: -100vw;
    }
    #product {
        margin-top: -3.3vh;
    }
    #product .first-slide .content {
        top: 53%;
    }
    #product .first-slide h1 {
        font-size: 250%;
        font-weight: 450 !important;
        letter-spacing: 0px;
    }
    #product .first-slide h2 {
        width: 95vw;
        margin-left: 2.5vw;
        font-size: 150%;
        letter-spacing: 1px;
        font-weight: 400 !important;
        margin-top: 2vh;
    }
    #product .first-slide .largeButton {
        width: 90vw !important;
        background-color: #00000075 !important;
    }
    #product .slide-two .content {
        top: 17%;
    }
    #product .slide-two .content h1 {
        font-size: 125%;
        letter-spacing: 0px;
        width: 75vw;
        margin-left: 13.5vw;
    }
    .middleBtn {
        width: 65vw !important;
        left: 20vw !important;
        top: 65vh;
    }
    .middleBtn button {
        width: 100vw !important;
        letter-spacing: 2px !important;
    }
    .radioContainer {
        width: 75vw !important;
        line-height: 150% !important;
        text-align: left !important;
    }
    .radioCheckmark {
        left: 0vw !important;
    }
    #mapRadioBtns {
        top: 25vh !important;
    left: 25vw !important;
    }
    .mapImages {
        margin-left: 18vw !important;
    }

.middleBtn button {
    font-size: 75% !important;
    height: 7vh !important;
    width: 50vw !important;
}
/*#mapAm {
    position: absolute;
    left: 0vw;
    width: 150% !important;
    height: 75vh;
    margin-top: 15vh;
    margin-left: 15em;
}
#mapEmeai {
    position: absolute;
    left: -70vw !important;
    width: 150% !important;
    height: 75vh;
    margin-top: 15vh;
    margin-left: 15em;
}
#mapAsia {
        position: absolute;
        left: -85vw !important;
        width: 150% !important;
        height: 75vh !important;
        margin-top: 0vh !important;
        margin-left: 15em;
    
}
#mapNone {
    position: absolute;
    left: -40vw !important;
    width: 150% !important;
    height: 75vh !important;
    margin-top: 15vh;
    margin-left: 15em;
}*/
.mapImages {
    display: none !important;
}

#product div.slide-two.section-background {
    background-size: cover !important;
}


  }
  

  #printworks .slide-two .buttons, #team .slide-two .buttons, #product .slide-two .buttons {
    display: flex;
    justify-content: space-between;
}
.middleBtn {
    justify-content: center !important;
}
.middleBtn button {
    background: rgba(0,125,150,0.3) !important;
}











  span {
   color: white; 
  }
  #m-pact .slide-two .content {
      text-align: center;
    }
    #m-pact .slide-two .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
         -webkit-box-pack: justify;
             -ms-flex-pack: justify;
                 justify-content: space-between;
    }
    #innovation .slide-two .left2p5, #innovation .slide-three .left2p5  {
        display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
  body {
    color: white;
  }
  h1, h2 {
   text-transform: none !important; 
  }
  .content {
      text-align: center;
  }
  /*
  and (orientation: landscape)
  */
 
  #m-pact h1, #m-pact h2 {
                 text-shadow: 2px 10px 20px #00000050;
          }
  #m-pact .first-slide span:not(.superTM) {
              color: white;
              font-size: 150%;
              font-weight: 400;
              letter-spacing: 1px;
                          line-height: 115%;
                          top: 3vh;
                          position: absolute;
                          text-align: center;
        left: 25%;
          }
        /*  #m-pact .first-slide h1 {
            font-size: 500%;
            font-weight: 425 !important;
            color: white;
            letter-spacing: 8px;
            margin-bottom: 5vh;
  }*/
 /* #m-pact .first-slide h1 {
    font-size: 500%;
    font-weight: 425 !important;
    color: white;
    letter-spacing: 8px;
    margin-bottom: 5vh;
}*/
/*#m-pact .first-slide h2 {
    color: white;
    font-size: 200%;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 130%;
    width: 50vw;
    margin-left: 25vw;
}

#m-pact .slide-two h1 {
    font-size: 550%;
    font-weight: 700 !important;
    color: white;
    letter-spacing: 8px;
    margin-bottom: 0;
}
#m-pact .slide-two h2 {
    color: white;
    font-size: 250%;
    font-weight: 450 !important;
    letter-spacing: 2px;
    line-height: 130%;
    text-transform: none;
    width: 100vw;
}
#m-pact .slide-two h3 {
    width: 60vw;
    margin-left: 20vw;
    font-size: 150%;
    line-height: 150%;
    font-weight: 450 !important;
    margin-top: 5vh;
}
#m-pact .slide-two h4 {
    font-size: 125%;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-top: 4vh;
}
*/
          body {
              font-family: Arial, sans-serif;
              margin: 0;
              padding: 0;
              overflow-x: hidden;
          }
          .buttons .row {
              width: 100vw;
              text-align: center;
          }
         
         
          html {
               scroll-behavior: smooth;
          }
          #m-pact div.slide-two.section-background {
               background-image: url('/images/default-source/americas/portals/microsoft/02_sustainable_mpact.jpg'); 
          }
          #innovation div.slide-two.section-background {
    background-image: url('/images/default-source/americas/portals/microsoft/03_wellbac_image.jpg');
  }
  #innovation  div.slide-three.section-background {
    background-image: url('/images/default-source/americas/portals/microsoft/03_flexform_sound_image.jpg');
  }
  #team div.slide-two.section-background {
    background-image: url('/images/default-source/americas/portals/microsoft/05-team_sales_rep_bg_image.jpg');
  }
  #product div.slide-two.section-background {
    background-image: url('/images/default-source/americas/portals/microsoft/06_bg_image.jpg?Status=Temp&sfvrsn=7bca1992_4');
    background-size: cover !important;
}
          div.section {
              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: 100vh;*/
              position: relative;
          }
          div.first-slide {
              position: absolute;
              /*z-index: 10000;*/
              height: 100vh;
              width: 100vw;
              overflow: hidden;
          }
          div.first-slide.layer-down {
              z-index: -1;
          }
          #m-pact div.top-panel {
              background-size: cover;
          }
          #m-pact div.bottom-panel {
              background-size: cover;
          }
          div.top-panel,
          div.bottom-panel {
              width: 100vw;
              height: 50vh;
              position: relative;
              background-repeat: no-repeat;
              background-color: #fff;
              background-size: 100vw 50vh;
              -webkit-transition: 1s;
              -o-transition: 1s;
              transition: 1s;
          }
          div.first-slide.garage-effect div.top-panel {
              -webkit-transform: translateY(-50vh);
              -ms-transform: translateY(-50vh);
              transform: translateY(-50vh);
          }
          div.first-slide.garage-effect div.bottom-panel {
              -webkit-transform: translateY(50vh);
              -ms-transform: translateY(50vh);
              transform: translateY(50vh);	
          }
          #m-pact div.top-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/02_sustainable_top.jpg');
          }
          #m-pact div.bottom-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/02_sustainable_bottom.jpg');
          }
          #innovation div.top-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/03-innovation_top.jpg');
          }
          #innovation div.bottom-panel {
              
              background-image: url('/images/default-source/americas/portals/microsoft/03-innovation_bottom.jpg');
          }
          #printworks div.top-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/04_printworks-top.jpg');
          }
          #printworks div.bottom-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/04-printworks_bottom.jpg');
          }
  #team div.top-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/05_teams_image_top.jpg');
          }
          #team div.bottom-panel {
              background-image: url('/images/default-source/americas/portals/microsoft/05_teams_image_bottom.jpg');
          }
  #printworks  div.slide-two.section-background {
              
              background-image: url('/images/default-source/americas/portals/microsoft/04_printworks-video_image.jpg');
          }
          #product div.top-panel {
            background-image: url('/images/default-source/americas/portals/microsoft/06_products-top_image.jpg?Status=Temp&sfvrsn=87dae9ae_2');
          }
          #product div.bottom-panel {
            background-image: url('/images/default-source/americas/portals/microsoft/06_products-bottom_image.jpg?Status=Temp&sfvrsn=2c6c3b07_2');
        }
  
          div.content {
              position: absolute;
              width: 100vw;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);	
          }
          div.content h1 {
              font-size: 40px;
              color: white;
              text-align: center;
              font-weight: 500;
              margin-top: 5px;
              text-transform: initial !important;
          }
          div.content h2 {
              color: white;
              text-align: center;
          }
          div.buttons {
              height: 100px;
              position: relative;
              /*bottom: 0vh;*/
              top: -5vh;
              width: 100vw;
              display: -webkit-box;
              display: -ms-flexbox;
          
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: start;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: start;
          }
 
          #m-pact .first-slide .buttons button {
            background-color: #00000075;
          }
          /*#innovation .first-slide .buttons button {
            margin-right: 1.5vw;
            margin-left: 1.5vw;
            background-color: unset;
            width: 20vw;
            letter-spacing: 2px;
            font-size: large;
            font-weight: 750 !important;
          }
          #innovation .first-slide .content {
              top: 50%;
          }
          #innovation .first-slide h1 {
            font-size: 500%;
            font-weight: 450 !important;
            letter-spacing: 10px;
          }
          #innovation .first-slide h2 {
            width: 45vw;
            margin-left: 27.5vw;
            font-size: 250%;
            letter-spacing: 1px;
            font-weight: 450 !important;
          }*/
          div.slide-two,
          div.slide-three {
              /*display: none;*/
              width: 100vw;
              height: 100vh;
              -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;
          }
          div.slide-two.show-panel,
          div.slide-three.show-panel {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
          }
          div.slide-two h1,
          div.slide-three h1 {
              text-align: center;
              font-size: 60px;
          }
        
     /*     div.back-button button, div.next-button button {
              border: 1px solid #fff;
              background: transparent;
              color: #fff;
              font-weight: 600 !important;
              text-transform: uppercase;
              width: 200px;
  
              font-size: 150%;
              height: 6.5vh;
              margin: 0 10px;
              cursor: pointer;
          } */
          div.empty-section {
              height: 100vh;
              width: 100vw;
          }
          .next-button svg, .back-button svg {
            margin-left: 0.1vw;
            margin-right: 0.1vw;
          }
  

  /* Custom CSS Here */
  h1, h2, h3, h4, h5 {
      color: white;
      text-transform: none !important;
  }
  #mlkn-yt-nypct2HZtuM {
      position:absolute; 
       display: none;
     }

     /*div {
      padding-left: 0px !important; 
     }*/
     
     #mpactDiv {
         padding-top:100vh;
      }
     #innovationBG {
         width: 100%;
         height: 100vh;
         position: relative;
         align-self: auto;
         top: 0vh;
     }
      #mpactOverlay {
         margin-top: -100vh;
      }
      #innovationOverlay {
         top: -100vh;
         position: relative;
      }
      #mapDiv {
       /*  position: relative;
         top: 199vh;*/
         position: absolute;
         top: 506vh;
         width: 100vw;
     }
      
      #globalLbl {
            color: white;
          left: 25vw;
          width: 50vw;
          position: absolute;
          top: 235vh;
        font-size: 350%;
          font-weight: 400;
          letter-spacing: 2px;
      }
      #globalBtn {
         position: absolute;
       color: white;
       top: 90vh;
         background: rgba(0,0,0,.5);
         float: left;
         width: 8vw;
         height: 6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top: 1.5vh;
         font-size: large;
         width: 25vw;
         margin-left: 37.5vw;
     }
     
     #globalBtn label {
         position: relative !important;
     }
      #regionLbl {
        color: white;
          left: 25vw;
          width: 50vw;
          position: absolute;
          top: 245vh;
            font-size: 175%;
          font-weight: 450;
          line-height: 115%;
            white-space: normal;
          letter-spacing: 1px;
      }
      #globalTop {
        height: 50vh;
        width: 100vw;
            margin-top: 193vh;
      }
      #globalBottom {
       height:50vh;
        width:100vw;
        position: absolute;
          top: 243vh;
        left:0vw;
      }
      #printWorksOverlay {
            position: relative;
            margin-top: -100vh;
      }
      #globalOverlay {
            position: relative;
            margin-top: -200vh;
        text-align:center;
      }
      #printWorksDiv {
          position: relative;
          top: 100vh;
      }
      #wellbacBtn label, #flexformBtn label {
        position: relative !important;
        font-size:large !important;
      }
      #wellbacBtn.activeBtn label, #flexformBtn.activeBtn label {
        color:black!important;
      }
      #mpactContents {
         position: relative;
         margin-top: -100vh;
      }
      #innovationDiv {
          position: relative !important;
          top: 100vh !important;
      }
      #mpactCloseVideoBtn {
         width: 15vw !important;
         margin-left: 75vw !important;
         margin-top: 85vh !important;
         height: 7vh !important;
         display: none;
         position: absolute;
         margin-top: 90vh;
         background: rgba(0,0,0,.5);
         float: left;
         width: 8vw;
         border-width: medium;
         border-style: solid;
         text-align: center;
         padding-top: 2vh;
         font-size: large;
         width: 25vw;
         margin-left: 60vw;
      }
      #mpactCloseVideoBtn label {
          width: 10vw !important;
          margin-left: -5vw !important;
      }
      #mpactMiddleBtnLbl {
          width: 25vw;
          position: relative !important; 
      }
      #mpactMiddleBtn {
          width: 25vw;
          margin-left: 37.5vw;
          height: 7vh !important;
          position: absolute;
          top: 90vh;
          color: white;
          background: rgba(0,0,0,.5);
          float: left;
          width: 8vw;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top: 1.5vh;
          font-size: large;
          width: 25vw;
          margin-left: 37.5vw;
      }
      #innovationsDiv {
        padding-top: 200vh;
      }
      
      
      #pageHeader {
          height: 12vh;
          width: auto;
          background-color:black;
          letter-spacing: 2px;
          margin-left: -1em;
          margin-top: -1.5em;
          display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      }
      .playButtonSVG {
          margin-right: 0.5vw;
          width: 4vw; 
      }
      .superTM {
          font-weight: 100 !important;
          font-size: 50% !important;
          vertical-align: super !important;
      }
      
      #navDivUl {
        right: 15vw !important;
      }
      #navDiv ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          margin-left:20vw;
      }
        
      #navDiv li {
          display: inline;
          font-weight:bold;
          margin-left:2vw;
          color:white;
          /*background-color: black;*/
      }
      
      #navDiv li.active {
          background: white;
          padding: 2px 4px 2px 4px;
          color: black;
      }
      
      #navDiv {
          margin-top: 3em;
          margin-left: 5em;
      }
      #introBG {
          width: 100%;
          height: 100vh;
          position: absolute;
          align-self: auto;
          /*background-size: 100vw 100vh;*/
          background-size: cover;
      }
      
      #introBtn {
        position: absolute;
        color: black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        letter-spacing: 1.5px;
        font-weight: 800;
    }
      
      #mpactBG {
         width: 101vw;
         height: 100vh;
         position: relative;
         align-self: auto;
         top: 0vh;
      }
      
      #mpactTop {
          width: 100%;
          top: -100vh;
          height: 51vh;
          position: absolute;
          align-self: auto;
      }
      
      #mpactBottom {
          width: 100%;
          height: 50vh;
          position: absolute;
          align-self: auto;
          top: -50vh;
      }
      
      
      #mpactDiv label {
          position:absolute;
          color:white;
          text-shadow: 1px 1px #000000;
      }
      
      #mpactTitleLbl {
         top: 32vh;
         width: 100vw;
         text-align: center;
         font-size: 550%;
         font-weight: 700;
         letter-spacing: 5px;
         text-shadow: none !important;
      }
      
      
      #mpactSubtitleLbl {
         font-size: 250%;
         font-weight: 500;
         letter-spacing: 1px;
         text-shadow: none !important;
         top: 43vh;
         width: 100vw;
         text-align: center;
      }
      #mpactLoveUsSomeTreesLbl {
         top: 51vh;
         width: 61vw;
         left: 15vw;
         text-align: center;
         font-weight: 500;
         line-height: 130%;
         letter-spacing: 1px;
         font-size: 160%;
         text-shadow: none !important;
      }
      
      /*#mpactWatchVideoLbl {
         top: 75vh;
         left: 40vw;
         width: 20vw;
         text-align: center;
         font-size: medium;
         letter-spacing: 2px;
         text-shadow: none !important;
      }*/
      
      #sustainableLbl {
          position: absolute;
          color: white;
          margin-top: -56vh;
          width: 100vw;
          text-align: center;
          font-size: 350%;
          letter-spacing: 8px;
          font-weight: 500;
      }
      
      #treasureLbl {
          margin-top: -48vh;
          width: 45vw;
          left:27.5vw;
          text-align: center;
          font-size: 170%;
          letter-spacing: 1px;
          word-spacing: 1px;
          line-height: 150%;
          font-weight: 500;
          color: white;
          position:absolute;
      }
      
      #treasureLbl i {
          color:white !important;
      }
      
      #pageFooter {
          position: absolute;
          color: white;
          bottom: 0vh;
          width: 100vw;
          top:105vh;
      }
      
      #mpactBackBtn {
         background: rgba(0,0,0,.5);
         float:left; 
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         font-size:large;
         padding-top:1.5vh;
         margin-left:1vw;
         letter-spacing:2px;
         padding-right: 3.5vw;
         top:90vh;
         color:white;
         position: absolute;
         left: 1vw;
     }
     
     #mpactNextBtn {
         background: rgba(0,0,0,.5);
         float:right;
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top:1.5vh;
         font-size:large;
         margin-right:2.5vw; 
         position: absolute;
         letter-spacing:2px;
         top:90vh;
         left: 90.5vw;
         color:white;
         padding-right: 3.5vw;
     }
     #printWorksBackBtn {
         background: rgba(0,0,0,.5);
         float:left; 
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         font-size:large;
         padding-top:1.5vh;
         margin-left:1vw;
         letter-spacing:2px;
         padding-right: 3.5vw;
         top:90vh;
         color:white;
         position: absolute;
         left: 1vw;
         display: none;
     }
     
     #printWorksNextBtn {
         background: rgba(0,0,0,.5);
         float:right;
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top:1.5vh;
         font-size:large;
         margin-right:2.5vw; 
         position: absolute;
         letter-spacing:2px;
         top:90vh;
         left: 90.5vw;
         color:white;
         padding-right: 3.5vw;
         display: none;
     }
     #printWorksNextBtn label, #printWorksBackBtn label {
         font-size:100% !important;
     }
     
     #globalBackBtn {
         background: rgba(0,0,0,.5);
         float:left; 
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         font-size:large;
         padding-top:1.5vh;
         margin-left:1vw;
         letter-spacing:2px;
         padding-right: 3.5vw;
         top:90vh;
         color:white;
         position: absolute;
         left: 1vw;
         display: none;
     }
     
     #mapBackBtn {
         background: rgba(0,0,0,.5);
         float:left; 
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         font-size:large;
         padding-top:1.5vh;
         margin-left:1vw;
         letter-spacing:2px;
         padding-right: 3.5vw;
         top:90vh;
         color:white;
         position: absolute;
         left: 1vw;
         display: none;
     }
     
     #mapBackBtn label, #globalBackBtn label, #globalNextBtn label {
         position: absolute;
         color: white;
         text-align: center;
     }
     
     #globalNextBtn {
         background: rgba(0,0,0,.5);
         float:right;
         width:8vw;
         height:6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top:1.5vh;
         font-size:large;
         margin-right:2.5vw; 
         position: absolute;
         letter-spacing:2px;
         top:90vh;
         left: 90.5vw;
         color:white;
         padding-right: 3.5vw;
         display: none;
     }
     
      #backBtn {
          background: rgba(0,0,0,.5);
          float:left; 
          width:8vw;
          height:6vh;
          border-width: normal;
          border-style: solid;
          text-align: center;
          font-size:large;
          padding-top:1.5vh;
          margin-left:1vw;
      }
      
      #nextBtn {
          background: rgba(0,0,0,.5);
          float:right;
          width:8vw;
          height:6vh;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top:1.5vh;
          font-size:large;
          margin-right:1.5vw;
      }
      
      .fa-caret-left {
          margin-right:0.5vw;
      }
      
      .fa-caret-right {
          margin-left:0.5vw;
      }
      
      
      #mapMiddleBtn {
          background: rgba(0,0,0,.5);
          float: left;
          width: 8vw;
          height: 6vh;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top: 1.5vh;
          font-size: large;
          width: 25vw;
          margin-left: 37.5vw;
      }
      /*#viewProductsBtn {
         background: rgba(0,0,0,.5);
         float: left;
         width: 8vw;
         height: 6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top: 1.5vh;
         font-size: large;
         width: 25vw;
         margin-left: 37.5vw;
         position: relative;
         top: 91vh;
         color: white;
         display:none;
      }*/
      #viewMapBtn {
         background: rgba(0,0,0,.5);
         float: left;
         width: 8vw;
         height: 6vh;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top: 1.5vh;
         font-size: large;
         width: 25vw;
         margin-left: 37.5vw;
         position: relative;
         top: 91vh;
         color: white;
      }
      
      #printWorksBtn {
          position: absolute;
          top: 90vh;
          background: rgba(0,0,0,.5);
          float: left;
          width: 8vw;
          height: 6vh;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top: 1.5vh;
          font-size: large;
          width: 25vw;
          margin-left: 37.5vw;
          color: white;
      }
      
      #printWorksBtn label {
          position: relative !important;
      }
      
      #innovatorsBtns {
          width: 100vw;
          position: absolute;
          top: 90vh;
      }
      
      #wellbacBtn {
          background: rgba(0,0,0,.5);
          width: 25vw;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top: 1.0vh;
          font-size: large;
          height: 6vh;
          float:left;
          margin-left:20vw;
         color:white;
     
      }
      #innovatorsNextBtn {
         background: rgba(0,0,0,.5);
         width:8vw;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top: 1.0vh;
         font-size: large;
         height: 6vh;
         float:left;
         margin-left:10vw;
         color:white;
         display: none;
     }
     #innovatorsNextBtn label {
         margin-left: -1.5vw !important;
         font-size: 100% !important;
         padding-top: 0.5vh !important;
     }
     #innovatorsBackBtn label {
         margin-left: -2vw !important;
         font-size: 100% !important;
         padding-top: 0.5vh !important;
     }
     #innovatorsBackBtn {
         background: rgba(0,0,0,.5);
         width:8vw;
         border-width: normal;
         border-style: solid;
         text-align: center;
         padding-top: 1.0vh;
         font-size: large;
         height: 6vh;
         float:left;
         margin-left:2vw;
         color:white;
         display: none;
     }
      
      #flexformBtn {
          background: rgba(0,0,0,.5);
          width: 25vw;
          border-width: normal;
          border-style: solid;
          text-align: center;
          padding-top: 1.0vh;
          font-size: large;
          height: 6vh;
          float:left;
          margin-left:10vw;
         color:white;
     
      }
      
      
      #innovationTop {
          width: 100%;
          height: 50vh;
          position: absolute;
          align-self: auto;
      }
      
      #innovationBottom {
          width: 100%;
          height: 50vh;
          position: absolute;
          align-self: auto;
          margin-top:50vh;
      }
      #innovationDiv label {
          position:absolute;
          color:white;
          font-weight: 600;
          letter-spacing: 2px;
          font-size: x-large;
      }
      #printWorksDiv label {
          position:absolute;
          color:white;
          font-weight: 600;
          letter-spacing: 2px;
          font-size: x-large;
      }
      #innovatorsLbl {
         top: 43vh;
         position: relative;
          width: 100vw;
          text-align: center !important;
          letter-spacing: 5px !important;
          font-weight: 500 !important;
          font-size: 400% !important;
      }
      
      #wellbacImg {
          width: 100vw;
          height: 100vh;
      
          align-self: auto;
      }
      #flexformImg {
          width: 100vw;
          height: 100vh;
          
          align-self: auto;
      }
      
      
      #introPlayer {
          width: 100vw;
          height: 100vh;
          position: absolute;
          display: none;
      }
      #mpactPlayer {
         width: 100vw;
         height: 100vh;
         display: none;
         position: absolute;
         top: 111vh;
     
      }
      
      .teamInfo{
          height: 20em;
          width: 10em;
          float:left;
      }
      ul {
          color:white;
          opacity: 1;
      }
      
      #teamDiv ul {
          margin-left:-2vw;
      }
      
      li {
          list-style-type: none;
          opacity: 1;
      }
      
      
   
      
      #mapBG {
          left: 0vw;
          width: 100vw;
          height: 100vh;
          position: absolute;
          align-self: auto;
      }
      #mapRadioBtns {
          opacity: 1;
          text-align: right;
          position: absolute;
          top:60vh;
          width:fit-content;
          color:white;
          font-weight:bolder;
          font-size:x-large;
      }
      
      #mapTitle {
          position:absolute;
          color:white !important;
          width: 75vw;
          margin-left: 12.5vw;
          text-align:center;
          top: 5vh;
      }
      #mapTitle, #mapRadioBtns {
          font-family: 'HCo Whitney', 'Trebuchet MS', Arial, Helvetica, sans-serif !important
      }
      
      #teamDiv {
         top: 407vh;
         position: absolute;
          width: 100vw;
          max-width: 100%;
          height: 100vh;
          max-height:100%;
          overflow: hidden;
          overflow-x: auto;
          white-space: nowrap;
      }
      .infoCard {
    line-height: 125% !important;
          width: 20vw;
          margin-left:2vw;
          height: fit-content;
    padding-bottom: 1vh;
          display: inline-block;
          background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
      }
      .infoCard:hover {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(24,56,116,1));
      }
      #teamBG {
          width: 100%;
          height: 100%;
          position: absolute;
          align-self: auto;
      }
      
      #infoCards{
          position:absolute;
          width:100vw;
          text-align:center;
      }
      .infoCardRegion {
          font-size: medium;
          white-space: normal;
      }
      
      .infoCard li {
          margin-bottom:1vh;
      }
      
      .infoCardIcons {
          margin-top: 3vh;
      }
      
      .infoCardIcons img {
          width: 30px;
          padding-bottom: 3px;
      }
      .infoCardIcons img:first-of-type {
          margin-right: 1vw;
          margin-left: 0vw;
      }
      .infoCardIcons svg {
          color: white !important; 
      }
      
      .infoCardIcons i:first-of-type {
          margin-right:3vw;
      }
      
      .infoCardIcons i {
          font-size: xx-large;
      }
      #teamTitle {
          position:relative;
          color:white;
          text-align:center;
          padding-top:4vh;
      }
      #mapTop {
          width: 100%;
          height: 50vh;
          position: absolute;
          align-self: auto;
      }
      
      #mapBottom {
          width: 100%;
          height: 51vh;
          position: absolute;
          align-self: auto;
          margin-top:50vh;
      }
      
      #mapOverlay label {
          position: absolute;
          color:white;
          
          
          text-align: center;
      }
      #savvyLbl {
          top: 40vh;
          font-weight:300;
         font-size: 500%;
         letter-spacing: 5px;
         text-align:center;
         width:100vw;
      }
      
      #foryouLbl {
         top: 53vh;
         width: 100vw;
         text-align: center;
         font-size: 200%;
         letter-spacing: 2px;
         font-weight: 400;
      }
      
      #mapTitleText {
        color: white;
      }
      
      
      #printWorksDiv label {
          position: absolute;
          color:white;
          text-align: center;
      }
      
      #artistsLbl {
          position: absolute;
          top: 40vh;
          left: 0vw;
          color: white;
          width: 100vw;
          text-align: center;
          font-size: 375% !important;
          font-weight: 500 !important;
          letter-spacing: 8px !important;
      }
      
      #createLbl {
          position: absolute;
          color: white;
          top: 55vh;
          width: 100vw;
          text-align: center;
          font-weight: 500 !important;
          font-size: x-large !important;
          width: 40vw;
          left: 30vw;
          line-height: 150% !important;
      }
      #printWorksTop {
          width: 100vw;
          height: 50vh;
          position: relative;
          align-self: auto;
      }
      
      #printWorksBottom {
          width: 100vw;
          height: 50vh;
          position: relative;
          align-self: auto;
      }
      #printWorksLbl {
          top: 45vh;
          width: 60vw;
          left:20vw;
          text-align: center;
          font-weight: 500 !important;
          font-size: 375% !important;
          letter-spacing: 8px !important;
      }
      #printWorksInfoLbl {
          top: 55vh;
          width: 70vw;
          left:15vw;
          text-align: center;
          font-weight: 400 !important;
          font-size: 175% !important;
          line-height: 150% !important;
          letter-spacing: 1px !important;
      }
      
      #printWorksWatchLbl {
          top: 70vh;
          width: 60vw;
          left:20vw;
          text-align: center;
          font-weight: 600 !important;
          font-size: 100% !important;
          letter-spacing: 1px !important;
      }
      
      #quietestLbl {
          top: 52vh;
          width: 40vw;
          left:30vw;
          text-align: center;
          letter-spacing: 5px;
          font-weight: 500;
          font-size: 175%;
          letter-spacing: 1px;
          line-height: 150%;
      }
      
      #wellbacOverlay {
         width: 100vw; text-align:center;
         position: relative;
      }
      
      #flexformOverlay {
          width: 100vw; text-align:center;
          position: relative;
      }
      #wellbacAcousticLbl {
          top: 30vh;
          width: 50vw;
          left: 25vw;
          font-size:xx-large;
      }
      #wellbacCushionLbl {
          top: 37vh;
          width: 90vw;
          left: 5vw;
          font-size: 375% !important;
          font-weight: 500 !important;
          letter-spacing: 8px !important;
      }
      #wellbacInfoLbl {
          top: 47vh;
          width: 65vw;
          left: 17.5vw;
          font-size:x-large;
          font-weight: 500;
          line-height: 125%;
      }
      #innovationContents {
         text-align: center;
      }
      #innovationContentsSuperTitle {
         top: 30vh;
         width: 50vw;
         left: 25vw;
     font-size:xx-large;
         letter-spacing: 4px !important;
      }
      #flexformAcousticLbl {
          top: 30vh;
          width: 50vw;
          left: 25vw;
      font-size:xx-large;
          letter-spacing: 4px !important;
      }
      #innovationContentsTitle {
         top: 37vh;
          width: 75vw;
          left: 12.5vw;
          font-size: 375% !important;
          font-weight: 500 !important;
          letter-spacing: 8px !important; 
      }
      #flexformSoundLbl {
          top: 37vh;
          width: 75vw;
          left: 12.5vw;
          font-size: 375% !important;
          font-weight: 500 !important;
          letter-spacing: 8px !important;
      }
      #innovationContentsInfo {
         top: 47vh;
         width: 90vw;
         left: 5vw;
         font-size:x-large;
         font-weight: 500 !important;;
         letter-spacing: 2px !important;
         line-height: 125% !important;
      }
      #flexformInfoLbl {
          top: 47vh;
          width: 90vw;
          left: 5vw;
          font-size:x-large;
          font-weight: 500 !important;;
          letter-spacing: 2px !important;
          line-height: 125% !important;
      }
      #flexformVideoLbl {
          top: 60vh;
          width: 50vw;
          left: 25vw;
          font-size:medium !important;
      }
      
      #printWorksBG {
        width: 100vw;
        height: 100vh;
      }
      
      #teamTitle {
        top: 3vh;
      }
      
      .activeBtn {
        color: black !important;
        background:white !important;
      }
      
      #teamTitleText {
          font-weight: 500;
          font-size: 150%;
          letter-spacing: 2px;
      }
      
      
      
      
      .infoCardTitle {
          font-weight: 600;
          letter-spacing: 1px;
      }
      
      .infoCardTel {
          letter-spacing: 1px;
      }
     
      /* The container */
     .radioContainer {
         font-size: 60% !important;
         line-height: 250%;
         font-weight: 600;
         text-align: right;
         width:25vw;
           display: block;
           position: relative;
           padding-left: 35px;
           padding-right:50px;
           margin-bottom: 12px;
           cursor: pointer;
           font-size: 22px;
           -webkit-user-select: none;
           -moz-user-select: none;
           -ms-user-select: none;
           user-select: none;
           color:white;
         }
         
         /* Hide the browser's default radio button */
         .radioContainer input {
           position: absolute;
           opacity: 0;
           cursor: pointer;
         }
         
         /* Create a custom radio button */
         .radioCheckmark {
             position: absolute;
             top: 0.5vh;
             left: 23vw;
             height: 25px;
             width: 25px;
             border-style: solid;
             border-radius: 50%;
             border-width: thin;
         }
         
         /* On mouse-over, add a grey background color */
         .radioContainer:hover input ~ .radioCheckmark {
           background-color: #ccc;
         }
         
         /* When the radio button is checked, add a blue background */
         .radioContainer input:checked ~ .radioCheckmark {
           background-color: #FFFFFF;
         }
         
         /* Create the indicator (the dot/circle - hidden when not checked) */
         .radioCheckmark:after {
           content: "";
           position: absolute;
           display: none;
         }
         
         /* Show the indicator (dot/circle) when checked */
         .radioContainer input:checked ~ .radioCheckmark:after {
           display: block;
         }
         
         /* Style the indicator (dot/circle) */
         .radioContainer .radioCheckmark:after {
              top: 9px;
             left: 9px;
             width: 8px;
             height: 8px;
             border-radius: 50%;
             background: white;
         }
         .gwsMsg {
            text-align: center;
            align-items: center;
            padding: 0.5rem 2rem;
            display: none;
         }
         .gwsMsg p {
            color: #6E6E6E;
         }

         .gwsMsg .mobileOnly {
            display: none;
         }
         @media (max-width: 767px) {
            .gwsMsg .mobileOnly {
                display: inherit;
             }
    
         }
     