* {box-sizing: border-box;}

html{
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #e9e9e4;
}

p{
    margin-block-start: 0em;
    margin-block-end: 0em;
    
}

@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";

@-webkit-keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}

@-o-keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein{
    from { opacity: 0; }
    to { opacity: 1; }
}

.navBar{
    display: none;
    float: left;
    width: 100vw;
    position: fixed;
    height: 60px;
    background-color: #fff;
    z-index: 6000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0%;
    transition: opacity 0.15s ease-out;
    
    

}


.navBar.scrolled{
    display: block;
    opacity: 100%;
    transition: opacity 0.15s ease-out;
    
    
}


.navBarMobile{
    display: none;
}

.mobileBreak{
        display: none;
    }



.captionBackground{
    background-color:rgba(222,223,224,0);
    padding: 12px;
    transition: .3s;
}

.captionBackground:hover{
    background-color:rgba(222,223,224,1);
}

.navContent{
    width: 100%;
    display: block;
    float: left;
   /* background-color: red; */
    margin: 0px 0px 0px 0px;
    position: relative;
/*    max-width: 1875px; */
}


.navTagline{
    float: left;
    display: inline-block;
    height: 60px;
    width: auto;
    padding: 14px 6.25% 0px 6.25%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 16pt;
    position: absolute;
    left: 0;
    color: #000;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.logoContainer{
    float: left;
    display: block;
    background-image: url(../img/updated_moduul_black_for_web.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: contain;
   position: absolute;
}


.logoContainer:hover{
    cursor: pointer;
}


a{
    text-decoration: none;
    text-decoration-color: none;
    color: #fff;
}



a.downloadButton{
    width: auto;
    float: left;
    display: inline-block;
    height: 60px;
    padding: 14px 6.25%  0px 6.25%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 16pt;
    position: relative;
    text-align: right;
    background-color:rgba(103, 162, 151, .2);
    color: #000;
    
    text-align: center;
    position: absolute;
    right: 0px;
    
    padding-right: calc(6.25% + 32px);
    
    
    background-image: url(../img/down_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 19px right 6.25vw;
    
    
    
    
}


a.downloadButton:hover{
    background-color:rgba(125, 177, 162, 1);
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
    
    background-image: url(../img/down_arrow.svg);
}




.topBackground{
    background-color: #777b83;
    width: 100vw;
    height: 100vh;
    float: left;
    z-index: 0;
    margin: 0 auto;
    padding: 0 auto;    
}

.heroBackground{
    background-color: #777b83;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    margin: 0 auto;
    padding: 0 auto;    
}



.heroRow{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 100%;
    
}




#leftSide{
    width: 50%;
    height: 90%;
    float: left;
    display: inline-block;
    z-index: 10;
    
    /* background-color: darkblue; */
}

img.logoLarge{ 
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    
    margin: 0 0 0 12.5%;
    width: 75%;
    height: auto;
    display: block;  
    z-index: 10;
}




h1.tagline{
    position: relative;
    top: 66%; /*61%*/
    transform: translateY(-50%);
    
    
    margin: 0 0 0 12.5%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 2.5vw;
    font-size: 2.75rem;
    color: #fff;
    letter-spacing: 1.25px;
    line-height: 2.5rem;
    z-index: 10;
}


span.subheading{

    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    font-size: .975rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.5px;
    z-index: 10;
}





.heroDesktop{
    display: flex;
}


img.heroLogo{     
    margin: 0 0 0 12.5%;
    height: auto;
    display: block;  
    z-index: 10;
}


.subheadingContainer{
    position: absolute;
    bottom: 15%;
    margin: 0 0 0 6.25%;
    width: 90%;
}

h1.taglineHero{
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
/*    font-size: 2.5vw; */
    font-size: 2.75rem;
    color: #fff;
    letter-spacing: 1.25px;
    line-height: 2.65rem;
    z-index: 10;
}



h2.subheadingHero{

    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    font-size: .975rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.5px;
    z-index: 10;
    line-height: 2rem;
}


#rightSide{
    width: 50%;
    height: 90%;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 5;
    
    /* background-color: darkolivegreen; */
}

img.skeleton{
    position: relative;
    top: 56%;
    transform: translateY(-50%);
    
    width: 66%;
    height: auto;
    margin: 0 auto;
    display: block;
    z-index: 5;
}

img.skeletonHero{
    
    width: 100%;
    height: auto;
/*    margin: 0 auto;*/
    display: block;
    z-index: 5;
    position: absolute;
        right: 12.5%;
}


.primaryContentContainer{
    width: 100%;
/*    max-width: 1875px; */
    position: relative;
    display: block;
    margin: 0 auto;
    height: auto;
    
    overflow: hidden;
    z-index: 0;
    
    
}

.sectionContentContainer{
    margin: 0 auto;
    max-width: 1875px;
    
    
    display: block;
    float: left;
    height: 100%;
    
}



.sectionContentContainer.designPageBackgroundWhite{
    max-width: 100vw;
    background-color: #fff;
    height: 100%;
    
}


.sectionContentContainerHeight{
    margin: 0 auto;
    max-width: 100vw;
    float: none;
    height: 100%;
    
}



.backgroundWhite{
    background-color: #fff;
}



.backgroundGrey{
        max-width: 100vw;
        background-color: rgba(222,223,224,1);
        height: 100%;
        float: left;
        display: block;
        width: 100%;
}




.imageContainerCaption{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    float: left;
    
}










.fullBleedCaption{
    width: 100vw;
    height: auto;
    position: relative;
    float: left;
    display: block;
/*    max-width: 1875px; */
 /* !!!!! */
}


.image01{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    position: relative;
/*    max-width: 1875px; */
    
}

.spacing01{
    margin-bottom: 60px;
    
}


.seventhImageSize{
    width: 100vw;
    height: auto;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    padding: 60px 6.25%;
    

}

.image02{
    width: 75%;
    height: auto;
    display: block;
    float: right;
    position: relative;
    margin-left: auto;
    right: 0;

}


.image02caption{
    display: block;
    float: right;
    right: 30px;
    bottom: 30px;
}

.image02caption-info{
    display: block;
    float: right;
    right: 30px;
    bottom: 30px;
}








.textFullBleedLeft{
    position: absolute;
    bottom: 30px;
    left: 6.25%;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-left: -12px;
}

.textFullBleedRight{
    position: absolute;
    bottom: 30px;
    right: 6.25%;
    display: block;
    float: left;
    margin-right: -12px;
    
}



.boxCaptionContainerLeft{
    position: absolute;
    bottom: 30px;
    left: 6.25%;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-left: 0px;
    
    background-color:rgba(222,223,224,1);
    padding: 16px;
    max-width: 87.5%;
    width: auto;

    display: none;
    z-index: 3000;
}

.boxCaptionContainerLeft:hover{
    cursor: pointer;
}



.boxCaptionContainerRight{
    position: absolute;
    bottom: 30px;
    right: 6.25%;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-left: 0px;
    
    background-color:rgba(222,223,224,1);
    padding: 16px;
    max-width: 87.5%;
    width: auto;

    display: none;
    z-index: 3000;
}

.boxCaptionContainerRight:hover{
    cursor: pointer;
}


.captionNoBleed{
    margin-bottom: 0px;
    bottom: 60px;
}


.boxCaptionGroup{
    height: auto;
    margin-bottom: 1px;
    display: table;
}

.captionPart{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    width: 70px;
    
}

.captionName{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    float: left;
}



.textFullBleedLeftHidden{
    position: absolute;
    bottom: 30px;
    left: 6.25%;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-left: 0px;
    
    background-color:rgba(222,223,224,1);
    padding: 12px;

    display: none;
    
}

.textFullBleedLeftHidden:hover{
    cursor: pointer;
    
}

.infoIconRight{
    position: absolute;
    bottom: 60px;
    right: 6.25%;
    z-index: 6000;
    width: 25px;
    height: 25px;
}

.infoIconRight:hover{
    cursor: pointer;
}

.infoIconLeft{
    position: absolute;
    bottom: 60px;
    left: 6.25%;
    z-index: 6000;
    width: 25px;
    height: 25px;
}

.infoIconLeft:hover{
    cursor: pointer;
}

.i-icon{
   width: 100%;
    height: 100%;
}



.image02caption{
    display: block;
    float: right;
    right: 30px;
    bottom: 30px;
}

.image02caption-info{
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    display: block;
    float: right;
    background-color: rgba(222,223,224,1);
    padding: 16px;
    max-width: 87.5%;
    width: auto;
    display: none;
    z-index: 3000;
}




















.textSidebarLeft{
    position: absolute;
    display: inline-block;
    float: left;
    width: 20%;
    height: auto;
    bottom: 55px;
}

.textSidebarRight{
    position: absolute;
    display: inline-block;
    float: left;
    height: auto;
    bottom: 55px;
}


p.captionLeft{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    
}


p.captionRight{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    float: left;
}



.largeTitleAlternate1{
    background-color: #e9e9e4;
    width: 100%;
    height: 90vh;
    display: block;
    float: left;
    z-index: -1;
    position: relative;
    padding: 60px 6.25% 60px 6.25%;
}

.page03Content{
    width: 100%;
    /* height: 100%; */
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
}

img.page03logo{
    margin: 0px;
    max-width: 30%;
    min-width: 400px;
    display: block;
    float: left;
}


h2.page03Text{
    display: block;
    float: left;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 43pt;
    color: #464547;
    letter-spacing: .5px;
    margin: 0 auto;
    padding: 24px 0px;
    max-width: 1875px;
}


.twoThirdsImageSize{
    width: 100vw;
    height: auto;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    padding: 60px 0px;
    max-height: 100vh;
}

.twoThirdsImageSize.designPage{
    width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
    max-height: none;
    
    background-color: #fff;
    
    
    height: 92.5vh;
    min-height: 92.5vh;
}


.bootPaddingFix{
    padding: 60px 0px 60px 0px;

}

.designPageContent{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    float: left;
    
    
}

.designPageBackground{
    background-color: white;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    
    
}


.image03{
    width: 60%;
    height: auto;
    display: inline-block;
    float: right;
    right: 0%;
    
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    
    
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%); */
   /* margin-top: 60px;
    margin-bottom: 60px; */
}


img.image05Boot{
    width: 100%;
    
    
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%); */
   /* margin-top: 60px;
    margin-bottom: 60px; */
}


img.image09Boot{
    width: 100%;
}

.systemBackground{
    /*
    border-top: 1px solid #000; */
    background-color: rgba(228, 229, 230, .35);
}

.sideParagraph{
    display: inline-block;
    float: left;
    width: 28%;
    position: relative;
    left: 6.25%;
    
    top: 50%;
    transform: translateY(-50%);
    
    /*
    height: 100%;*/
    
}

h3.subHeading{
    font-size: 26pt;
    line-height: 34pt;
    position: relative;
    width: 70%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: .5px;
    float: left;
    display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 18px;
}

h3.subHeadingKeyTurn{
    font-size: 26pt;
    line-height: 34pt;
    position: relative;
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: .5px;
    float: left;
    display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 18px;
}

p.paragraphText{
    font-size: 16px;
    line-height: 22px;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    color: #000;
    letter-spacing: .5px;
    position: relative;
    float: left;
    display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 12px;
    
}


.image04{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    position: relative;
/*    max-width: 1875px; */
    
}

.image05{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    position: relative;
    /*
    max-width: 1875px; */
    
}

.image06{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    position: relative;
    /*
    max-width: 1875px; */
    
}


.largeTitleAlternate2{
    background-color: #e9e9e4;
    width: 100vw;
    display: block;
    float: left;
    z-index: -1;
    position: relative;
    padding: 60px 6.25%;
    max-width: 1875px;
}

.page09Content{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    margin: 30px 0px;
    
    /*
top: 50%;
transform: translateY(-50%);
*/    
}


h4.largeSubtitle{
    font-size: 82px;
    line-height: 92px;
    text-transform: uppercase;
    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    color: #000;
    letter-spacing: .5px;
    position: relative;
    float: left;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 32px;
    width: 100%;
}

.largeBulletedList{
    display: block;
    float: left;
}


.gridContainer{
    width: 32.5%;
    height: 250px;
    background-color: #dedfe0;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
    padding: 24px 14px 26px 14px;
}

p.boldCapsSubhead{
    font-size: 16px;
    line-height: 22px;
    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.5px;
    position: relative;
    float: left;
    margin-bottom: 6px;
    
}

span.boldCapsSubhead{
    font-size: 16px;
    line-height: 22px;
    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.5px;
    position: relative;
    float: left;
    
}


.image07{
    width: 100vw;
    height: auto;
    display: block;
    float: left;
    position: relative;
    /*
    max-width: 1875px;
    */
}



.seventhImageSize2{
    width: 100vw;
    height: auto;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    padding: 60px 6.25%;
}

    .seventhImageSize2White{
     width: 100vw;
    height: auto;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    padding: 60px 6.25%;
        
}


.spacing07{
    margin-bottom: 60px;
    
}

.spacing08Less{
    padding-bottom: 0px;
    
}


.image08{
    width: 78%;
    height: auto;
    display: block;
    float: left;
    position: relative;
}



.image08{
    width: 78%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    margin-left: auto;
    right: 0;

}


.image08caption{
    display: block;
    float: left;
    left: 30px;
    bottom: 30px;
}

.image08caption-info{
    display: none;
    float: left;
    left: 30px;
    bottom: 30px;
    right: auto;
}




.image09{
    width: 66%;
    height: auto;
    display: block;
    float: left;
    position: relative;
}

.image09{
    width: 66%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    margin-left: auto;
    right: 0;

}


.image09caption{
    display: block;
    float: left;
    left: 30px;
    bottom: 30px;
}

.image09caption-info{
    display: none;
    float: left;
    left: 30px;
    bottom: 30px;
    right: auto;
}



.image10{
    width: 72%;
    height: auto;
    display: block;
    float: left;
    position: relative;
}


.image10{
    width: 72%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    margin-left: auto;
    right: 0;

}


.image10caption{
    display: block;
    float: left;
    left: 30px;
    bottom: 30px;
}

.image10caption-info{
    display: none;
    float: left;
    left: 30px;
    bottom: 30px;
    right: auto;
}



.spacing10{
    margin-bottom: 60px;
}


.text10Sidebar{
    margin-left: 2.5%;
    width: 22%;
    
}


.textFullBleedRightSeventh{
    position: absolute;
    bottom: 55px;
    left: 80%;
    /* right: 6.25%; */
    display: block;
    float: left;
}


.largeTitleAlternate3{
    background-color: #e9e9e4;
    width: 100vw;
    display: block;
    float: left;
    z-index: -1;
    position: relative;
    padding: 60px 6.25%;
    max-width: 1875px;
    
    
    height: 90vh;
}



.page13Content{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    margin: 30px 0px;
    
    top: 50%;
transform: translateY(-50%);
    
    /*
top: 50%;
transform: translateY(-50%);
*/    
}



.largeBulletItem{
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 45pt;
    color: #464547;
    letter-spacing: .5px;
    margin: 0 auto;
    max-width: 1875px;
    margin-bottom: .25em;
    max-width: 1875px;
}

.spacing11{
    margin-bottom: 60px;
    
}


.teamPage{
    width: 100vw;
    padding: 60px 0px;
    position: relative;
    float: left;
    display: block;
    max-width: 1875px;
    margin: 0 auto;
    margin-bottom: 60px;
    
    
}

.teamContentContainer{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 100%
}

.teamContentBlock{
    width: 49.75%;
    display: inline-block;
    float: left;
}

.teamBlockLeft{
    margin-right: .25%;
}

.teamBlockRight{
    margin-left: .25%;
    
    
}

.teamTitleContainer{
    height: 118px;
    padding: 5px;
    background-color: #dedfe0;
    margin-left: 12.5%;
    width: 250px;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 8px;

 
}

h2.teamTitleText{
    display: block;
    float: left;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 43pt;
    color: #000;
    letter-spacing: .5px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
}


img.leftTeamImage{
    width: 100%;
    margin-bottom: 18px;
}

img.rightTeamImage{
    width: 100%;
    margin-bottom: 18px;
}

.teamCaptionsLeft{
    margin-left: 25%;
}

.teamCaptionsRight{
    margin-left: 15%;
    margin-right: 10%;
}

.lightCapsSubhead{
    font-weight: 300;
}


/*
#image01{
    background-image: url(../img/image_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/




.introductionTextArea{
    background-color: #e9e9e4;
    width: 100vw;
    height: 100vh;
    float: left;
    z-index: -1;
}

h2.introText{
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 30pt;
    line-height: 43pt;
    color: #464547;
    letter-spacing: .5px;
    margin: 0 auto;
    padding: 6.25vw;
    max-width: 1875px;
}


.topBackgroundMobile{
    display: none;
}


.tabletCaption{
    display: none;
}


.ctaBottom{
    height: auto;
    min-height: 200px;
    position: relative;
    display: block;
    float: left;
    width: 50%;
    z-index: 5000;
    
    
    background-color:  rgba(210,211,212,1);
    height: 270px;
}


.ctaContentContainer{
    
    width: auto;
    height: auto;
    display: block;
    
    /*float: left;*/
    padding: 60px 6.25%;
    max-width: 1875px;
    
    position: relative;
top: 50%;
transform: translateY(-50%);
    
}

h2.ctaText{
    display: block;
    /* float: left; */
    
    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #464547;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0px 0px 12px 0px;
    text-align: center;

}

.downloadButtonContainer{
    display: block;
    position: relative;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
}


a.ctaDownloadButton{
    background-color:rgba(103, 162, 151, 1);
    text-align: center;
    display: block;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

    
    width: auto;
    max-width: 150px;
    
}

a.ctaDownloadButton:hover{
    background-color:rgba(130, 180, 170, 1);
    transition: 0.3s;
    
}


.ctaDownloadBackground{
    display: none;
}


.contactInfo{
    padding: 60px 6.25%;
    width: 50%;
    background-color: rgba(222,223,224,1);
    display: block;
    float: left;
    max-width: 1875px;
    margin: 0 auto;
    height: 100%;
    
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    z-index: 5000;
    
    height: 270px;
}

.contactInfo p{
    margin-bottom: 12px;
}

.contactInfo span{
    font-weight: 900;
    letter-spacing: 1px;
}

.contactInfo a{
    color: #000;
    font-weight: 100;
    
    
    
    background-color: rgba(103, 162, 151, 1);
    text-align: center;
    display: block;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    max-width: 165px;
    
}

.contactInfo a:hover{
    background-color:rgba(130, 180, 170, 1);
    transition: 0.3s;
    
    
}



.footerDesktop{
    display: block;
}

.footerMobile{
    display: none;
}





.turnKeyContainer{
    float: none;
    max-width: 1875px;
    margin: 0 auto;
}



.sideParagraphBoot{
    
}





p.turnKeyBox{
    height: auto;
    padding: 1.25rem;
    background-color: #e4e5e6;
    
    
    font-size: 16px;
    line-height: 22px;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    color: #000;
    letter-spacing: .5px;
    
    
}



.columnSixPadding{
    padding-left: 6.25% !important;
}












.hideDesktop{
    display: none !important;
}





a.downloadButton:hover{
    text-decoration: none;
    color: #fff !important;
}


a.ctaDownloadButton:hover{
    text-decoration: none;
    color: #fff !important;
    
}


/*

.sideParaSystem{
        top: auto;
        transform: none;
}


 /*




/*========== M E D I A   Q U E R I E S==========*/



@media only screen and (min-width: 768px) and (max-width: 999px){
    
img.logoLarge{ 
    position: relative;
    top: 50.5%;
    transform: translateY(-50%);
    
    margin: 0 0 0 12.5%;
    width: 80%;
    height: auto;
    display: block;  
    z-index: 10;
}

h1.tagline{
    position: relative;
    top: 55%; /*64*/
    transform: translateY(-50%);
    
    
    margin: 0 0 0 12.5%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 2.75vw;
    color: #fff;
    letter-spacing: 1.25px;
    z-index: 10;
}
    
h1.available{
    
    margin: 0 auto;
    font-family: 'nunito sans', sans-serif;
    font-weight: 800;
    font-size: 2vw;
    color: #fff;
    letter-spacing: 5.25px;
    z-index: 10;
    text-transform: uppercase;
    width: 100vw;
    height: 10%;
    text-align: left;
    display: block;
    padding-left: 6.25%;
}    
        
    
    
img.skeleton{
    position: relative;
    top: 55.33%;
    transform: translateY(-50%);
    
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    z-index: 5;
}
    
    

    
.topBackgroundMobile{
    display: none;
}

.introductionTextAreaMobile{
    display: none;
}
    
h2.introText{
    margin-top: 50px;
    font-size: 28pt;
    margin-bottom: 100px;
}
    
    
    
    
    
    .infoIconLeft{
        bottom: 30px;
        
    }
    
    
    .infoIconRight{
        bottom: 30px;
        
        
    }
    
    .textFullBleedLeftHidden {
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    .boxCaptionContainerLeft{
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    .boxCaptionContainerRight{
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    
    
    
    
    
    
    
    
}





@media only screen and (min-width: 280px) and (max-width: 767px){
    
    .bootPaddingFix{
        padding: 30px 0px;
    }
    
    
.topBackgroundMobile{
    display: block;
    background-color: #777b83;
    width: 100vw;
    height: 100vh;
    float: left;
    z-index: 0;
    margin: 0 auto;
    padding: 0 auto;
}
    
    
#mobileContainer{
    position: relative;

    
    top: 44%;
    transform: translateY(-50%);
    
    /*
    top: 38.25%;
transform: translateY(-52.5%);
    */
    
    height: auto;
    position: relative;
    float: left;
    
    
}

    
#topSide{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 5;
    float: left;
    
   /* background-color: darkolivegreen; */
}

    
#bottomSide{
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10;
    
    /* background-color: darkblue; */
    
}
   
.skeletonMobile{    
    max-width: 77.5vw;
    max-height: auto;
    margin: 5vh auto;
    display: block;
    z-index: 5;
        
}
    
    
    .heroBackground{
        min-height: 700px;
    }
    
img.skeletonMobile{
    min-width: 30%;

    }
    


    
    
    
    img.heroLogo{
        margin: 50px 0 0 6.25%;
        width: 50%;
        min-width: 250px;
    }
    
img.skeletonHero{
    margin: 0 auto;
    position: relative;
    right: auto;
    max-width: 75%;
    min-width: 30%;
}


    h1.taglineHero{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    h2.subheadingHero{
        font-size: .85rem;
        line-height: 1.25rem;
        
    }
    
    
    .subheadingContainer{
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
    
    
    
    .heroContainer{
        position: absolute;
        top: 50%;
    transform: translateY(-50%);
    }
    
    
    
.logoLargeMobile{
    
    margin: 0 0 0 7.5%;
    width: 50%;
    height: auto;
    display: block;  
    z-index: 10;
    
}

img.logoLargeMobile{
    min-width: 250px;
}
    
    
.taglineMobile{
    margin: 0 0 0 7.5%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 17pt;
    color: #fff;
    letter-spacing: 1.25px;
    z-index: 10;
    margin-top: 2.25vh;
    
}
    
h1.availableMobile{
    margin: 0 auto;
    font-family: 'nunito sans', sans-serif;
    font-weight: 800;
    font-size: 12.5pt;
    color: #fff;
    letter-spacing: 5.25px;
    z-index: 10;
    text-transform: uppercase;
    width: 100vw;
    height: 10%;
    position: relative;
    margin-top: 82.5vh;
    
    text-align: left;
    display: block;
    padding-left: 7.25%;
} 
    

.introductionTextArea{
    height: auto;
    min-height: 100vh;
        
}
    
h2.introText{
    margin-top: 50px;
    font-size: 16pt;
    margin-bottom: 100px;
}
    
    
    
    
    
    .infoIconLeft{
        bottom: 30px;
        
    }
    
    
    .infoIconRight{
        bottom: 30px;
        
        
    }
    
    .textFullBleedLeftHidden {
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    
    .boxCaptionContainerLeft{
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    .boxCaptionContainerRight{
        bottom: 30px;
        margin-bottom: 0px;
    }
    
    
    
    
    
.topBackground{
    display: none;
}

    
img.logoLarge{ 
    display: none;
}

h1.tagline{
    display: none;
}
    
img.skeleton{
    display: none;
}
    
#leftSide{
    display: none;
}
    
#rightSide{
    display: none;
}
    
    
    
    
    

.captionNoBleed-info{
    bottom: 15px;
    } 
    
    
.captionNoBleed{
    margin-bottom: 0px;
    bottom: 15px;
}    
    
    
    
.image02caption{
    bottom: 15px;
    right: 15px;
}
    
    
.image02caption-info{
    bottom: 15px;
    right: 15px;     
}
    
    
.image08caption{
    bottom: 15px;
    left: 15px;
}

.image08caption-info{
    bottom: 15px;
    left: 15px;
}
    
    .image09caption{
    bottom: 15px;
    left: 15px;
}

.image09caption-info{
    bottom: 15px;
    left: 15px;
}
    
    .image10caption{
    bottom: 15px;
    left: 15px;
}

.image10caption-info{
    bottom: 15px;
    left: 15px;
}
    
    
    
    .seventhImageSize2{
        padding: 0px 6.25% 30px;
    }    
    
    
 .seventhImageSize2White{
    float: left;
     padding: 30px 6.25% 30px;
        
}

    #image07{
        margin-bottom: 30px;
    }
    
    /*
    
    #image10{
        margin-top: 30px;
    }
    
    */
    
    
    
    
.footerDesktop{
    display: none;
}

.footerMobile{
    display: block;
}

    
    .ctaBottom{
        width: 100%;
        height: auto;
        background-color: rgba(222,223,224,1);;
    }   
    
    .ctaContentContainer{
        position: relative;
        top: auto;
        transform: none;
        padding: 60px 6.25% 30px 6.25%;
        
    }
    
    h2.ctaText{
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }
    
    
    .downloadButtonContainer{
        margin: 0;
    }
    
    a.ctaDownloadButton{
        font-size: 20px;
        line-height: 25px;
    }
    
    
    .contactInfo{
        padding: 30px 6.25% 60px 6.25%;
        height: 280px;
        width: 100%;
        
    }
    
    .contactInfo p{
        font-size: 20px;
        line-height: 25px;
    }
    
    .contactInfo a{
        font-size: 20px;
        line-height: 25px;
        max-width: 180px
    }
    
    
    
        
    .hideDesktop{
        display: block !important;
    }
    
    .hideMobile{
        display: none !important;
    }
    
    
    
}




@media only screen and (max-height: 880px) and (min-width: 1000px){

.largeTitleAlternate1{
    background-color: #e9e9e4;
    width: 100vw;
    height: 100%;
    display: block;
    float: left;
    z-index: -1;
    position: relative;
    padding: 90px 6.25% 90px 6.25%;
  /*  margin-bottom: 90px;*/
}
    
    
        h2.page03Text{
        font-size: 24pt;
        line-height: 36pt;
    }
    
    
.page03Content{
    width: 100%;
    height: 100%;
    display: block;
    float: none;
    position: relative;
    top: auto;
    transform: none;
    
}

.twoThirdsImageSize.designPage{
    height: 100%;
}
    
    .sideParagraph{
        top: auto;
        transform: none;
    }
 
    .image03{
        position: absolute;
    }
    
    .largeTitleAlternate3{
        float: left;
        height: 100%
    }
    
    .page13Content{
        float: left;
        top: auto;
        transform: none;
    }
    
    .largeBulletItem{
        font-size: 24pt;
        line-height: 36pt;
        
    }

    
    
}
    

@media only screen and (min-width: 1000px) and (max-width: 1200px){
    
h1.tagline{
    position: relative;
    top: 66%; /*61%*/
    transform: translateY(-50%);
    
    
    margin: 0 0 0 12.5%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 2.5vw;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1.25px;
    z-index: 10;
}
    
    
span.subheading{

    font-family: 'nunito sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.5px;
    z-index: 10;
}    
    
    
    

}






@media only screen and (min-width: 768px) and (max-width: 1200px){
    
    
     h4.largeSubtitle{
        font-size: 72px;
        line-height: 80px;
    }
    .gridContainer{
        width: 49%;
        height: 250px;
    }
    

    
    
}
   
    



@media only screen and (min-width: 768px) and (max-width: 999px){
    
    .largeTitleAlternate1 {
        padding-top: 60px;
    background-color: #e9e9e4;
    width: 100%;
    height: 100%;
        
    }

    
    .page03Content{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    top: auto;
    transform: none;
}
    
    .navTagline{
        font-size: 13pt;
        margin-top: 0px;
        height: 60px;
        padding: 18px 6.25% 0px 6.25%;
    }
    
    a.downloadButton{
        font-size: 13pt;
        margin-top: 0px;
        height: 60px;
        text-align: center;
        padding: 18px 6.25% 0px 6.25%;
        
        
        padding-right: calc(6.25% + 30px);
        
    background-size: 18px;
    background-position: top 21px right 6.25vw;
        
    }
    

    
    img.page03logo{
        min-width: 300px;
    }
    
    h2.page03Text {
        font-size: 24pt;
        line-height: 36pt;
        
    }
    
    
    
    
    
.twoThirdsImageSize.designPage {
    height: 100%;
    padding: 60px 0px 60px 0px;
    min-height: auto;
    
    }
    
    
    
    
    
    
    
    
    
    .sideParagraph{
        width: 94.25%;
        left: 0px;
        padding: 0px 6.25% 30px 6.25%;
        top: auto;
        transform: none;
    }
    
    .image03{
        width: 100%;
        top: auto;
        transform: none;
    }
    
    .largeBulletItem{
        font-size: 24pt;
        line-height: 36pt;
        
    }

    
    .desktopCaption{
        display: none;
    }
    
    
    
    .tabletCaption{
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 24px;
}
    
    
    .text08Sidebar{
        margin-left: 0px;
    }
    
    .text09Sidebar{
        margin-left: 0px;
    }
    
    .text10Sidebar{
        margin-left: 0px;
    }
    
    
    
        
    .image02{
        width: 100%;
        margin-left: 0%;
    }
    
    .image08{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image09{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image10{
        width: 100%;
        margin-left: 0%;
        
    }
    
    
    .largeTitleAlternate3{
        height: 100%;
        padding: 30px 6.25%;
    }
    
    
    .teamCaptionsLeft{
        margin-left: 12.5%;
    }
    
    .teamCaptionsRight{
        margin-left: 24px;
        margin-right: 10%;
    }
    
        
}


@media only screen and (min-width: 768px) and (max-width: 999px){

 .page13Content {
    top: auto;
    transform: none;
    margin: 0px;
  }

}
    

@media only screen and (min-width: 480px) and (max-width: 767px){
    
    
    
    .navBar{
        display: none;}
    
    .navBar.scrolled{
        display: none;
    }
    
    
.navBarMobile{
    display: none;
    float: left;
    width: 100vw;
    position: fixed;
    height: 60px;
    background-color: #fff;
    z-index: 6000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0%;
    transition: opacity 0.15s ease-out;

}


.navBarMobile.scrolled {
    display: block;
    opacity: 100%;
    transition: opacity 0.15s ease-out;
    }

    
    
    h4.largeSubtitle{
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 18px;
    }
    
    .page09Content{
        width: 100%;
        margin-top: 0px;
    }
    
    .largeTitleAlternate2{
        width: 100%;
    }
    
    
    .gridContainer{
        width: 100%;
        margin-bottom: 5px;
        height: auto; /* 225px */
        margin-right: 0px;
    }
    
    .largeBulletItem{
        font-size: 22pt;
        line-height: 34pt;
    }
    
    .twoThirdsImageSize.designPage{
        padding: 30px 0px 45px 0px;
        height: 100%;
        min-height: auto;
        
    }

    
    
    
    
    
    .textFullBleedRight{
        bottom: 16px;
        
    }
    
    
    
     .largeTitleAlternate1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e9e9e4;
    width: 100%;
    height: 100%;
        
    }

    
    .page03Content{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    top: auto;
    transform: none;
}
    
    .navTagline{
        font-size: 16px;
        line-height: 21px;
        margin-top: 0px;
        width: auto;
        height: 60px;
        padding: 10px 6.25% 0px 6.25%;
    }
    
    .logoContainer{

    }
    
    a.downloadButton{
        font-size: 16px;
        line-height: 21px;
        margin-top: 0px;
        height: 60px;
        width: auto;
        
        text-align: right;
        padding: 20px 6.25% 0px 6.25%;
         
        padding-right: calc(6.25% + 28px);
        
    background-size: 18px;
    background-position: top 21px right 6.25vw;
        
    }
    
    
    
    img.page03logo{
        min-width: 300px;
    }
    
    h2.page03Text {
        font-size: 21px;
        line-height: 33px;
        
    }
    
    .sideParagraph{
        width: 100%;
        left: 0px;
        padding: 0px 6.25% 30px 6.25%;
        top: auto;
        transform: none;
    }
    
    .image03{
        width: 100%;
        top: auto;
        transform: none;
    }
    
    
    .largeBulletItem{
        font-size: 21px;
    line-height: 33px;
        
    }

    
    .desktopCaption{
        display: none;
    }
    
    
    
    .tabletCaption{
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 24px;
}
    
    
    .text08Sidebar{
        margin-left: 0px;
    }
    
    .text09Sidebar{
        margin-left: 0px;
    }
    
    .text10Sidebar{
        margin-left: 0px;
    }
    
    
    
        
    .image02{
        width: 100%;
        margin-left: 0%;
    }
    
    .image08{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image09{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image10{
        width: 100%;
        margin-left: 0%;
        
    }
    
    
    .largeTitleAlternate3{
        height: 100%;
        padding: 30px 6.25%;
    }
    
    .page13Content{
        top: auto;
        transform: none;
        margin: 0px;
    }
    
    
    .teamCaptionsLeft{
        margin-left: 12.5%;
    }
    
    .teamCaptionsRight{
        margin-left: 24px;
        margin-right: 10%;
    }
    
    
    
    .teamPage{
        padding: 30px 0px;
        height: 100%;
        max-height: none;
    }
    
    .teamContentContainer{
        top: auto;
        transform: none;
        height: 100%;
    }
    
    .teamContentBlock{
        width: 100%;
        display: block;
        margin-left: 0%;
    }
    
    .teamTitleContainer{
        margin-left: 6.25%;
    }
    
    .teamCaptionsLeft{
        margin-left: 6.25%;
        margin-right: 6.25%;
        
    }
    
    
    .teamCaptionsRight{
        margin-left: 6.25%;
        margin-right: 6.25%;
        
    }
    
    
    .teamCaptionsLeft p.paragraphText{
        margin-bottom: 60px;
    }
    
    .teamCaptionsRight p.paragraphText{
        margin-bottom: 60px;
    }
    
    .teamBlockLeft{
        margin-right: 0px;
    }
    
    .teamBlockLeft{
        margin: 0px;
    }
    
    
    
    
    
    
    .seventhImageSize{
        padding: 30px 6.25% 60px 6.25%;
    }
    
    
    
    .textFullBleedRight{
        position: relative;
        margin-right: 0px;
        right: auto;
        bottom: auto;
        padding: 0px;
        margin-left: 6.25%;
        margin-top: 16px;
        margin-bottom: 30px;
        
    }
    
    
    .textFullBleedLeft{
        position: relative;
        margin-right: 0px;
        right: auto;
        bottom: auto;
        padding: 0px;
        margin-left: 0px;
        margin-top: 16px;
        margin-bottom: 30px;
        
    }
    
    .captionBackground:hover{
        background-color:rgba(222,223,224,0);
    }
    
    
    
    
    .mobileBreak{
        display: inline;
    }
    
    
    
    

.contactInfo p{
    margin-bottom: 9px;
}
    
    
    
    
    
    
    
}



@media only screen and (min-width: 280px) and (max-width: 479px){
    
    
    
        .navBar{
        display: none;}
    
    .navBar.scrolled{
        display: none;
    }
    
    
.navBarMobile{
    display: none;
    float: left;
    width: 100vw;
    position: fixed;
    height: 60px;
    background-color: #fff;
    z-index: 6000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0%;
    transition: opacity 0.15s ease-out;

}


.navBarMobile.scrolled {
    display: block;
    opacity: 100%;
    transition: opacity 0.15s ease-out;
    }
    
    
    
    
    
    
    
    
    
    h4.largeSubtitle{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 18px;
    }
    
    
    h3.subHeading{
        width: 100%;
        margin-bottom: 12px;
    }
    
    .page09Content{
        width: 100%;
        margin-top: 0px;
    }
    
    .largeTitleAlternate2{
        width: 100%;
    }
    
    
    .gridContainer{
        width: 100%;
        margin-bottom: 5px;
        height: auto;
        margin-right: 0px;
        padding: 24px 14px 16px 14px;
    }
    
    .largeBulletItem{
        font-size: 22pt;
        line-height: 34pt;
    }
    
    .twoThirdsImageSize.designPage{
        padding: 30px 0px 30px 0px;
        height: 100%;
        min-height: auto;
        
    }

    
    .largeBulletedList{
        padding-inline-start: 6.25%;
    }
    
    
    
    .textFullBleedRight{
        bottom: 16px;
        
    }
    
    
    
     .largeTitleAlternate1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e9e9e4;
    width: 100%;
    height: 100%;
        
    }

    
    .page03Content{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    top: auto;
    transform: none;
}
    
    /*
    .navBar{
    display: block;
     
} */
    
    .navTagline{
        font-size: 16px;
        line-height: 21px;
        margin-top: 10px;
        height: 42px;
        width: 30%;
        display: none;
    }
    
    .logoContainer{
        width: 60%;
        background-position: left;
        margin-left: 6.25%;
    }
    
    a.downloadButton{
        font-size: 16px;
        line-height: 20px;
        margin-top: 0px;
        height: 60px;
        width: auto;
        
        padding: 20px 6.25% 0px 6.25%;
        text-align: right;
        padding-right: calc(6.25% + 28px);
        
    background-size: 16px;
    background-position: top 22px right 6.25vw;
        
    }
    

    
    img.page03logo{
        min-width: 240px;
    }
    
    h2.page03Text {
        font-size: 19px;
        line-height: 29px;
        padding: 16px 0px 0px 0px;
        
    }
    
    .sideParagraph{
        width: 94.25%;
        left: 0px;
        padding: 0px 6.25% 30px 6.25%;
        top: auto;
        transform: none;
    }
    
    .image03{
        width: 100%;
        top: auto;
        transform: none;
    }
    
    
    .largeBulletItem{
        font-size: 19px;
        line-height: 29px;
        
    }

    
    .desktopCaption{
        display: none;
    }
    
    
    
    .tabletCaption{
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 24px;
}
    
    
    .text08Sidebar{
        margin-left: 0px;
    }
    
    .text09Sidebar{
        margin-left: 0px;
    }
    
    .text10Sidebar{
        margin-left: 0px;
    }
    
    
    
        
    .image02{
        width: 100%;
        margin-left: 0%;
    }
    
    .image08{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image09{
        width: 100%;
        margin-left: 0%;
        
    }
    
     .image10{
        width: 100%;
        margin-left: 0%;
        
    }
    
    
    .largeTitleAlternate3{
        height: 100%;
        padding: 30px 6.25%;
    }
    
    .page13Content{
        top: auto;
        transform: none;
        margin: 0px;
    }
    
    
    .teamCaptionsLeft{
        margin-left: 12.5%;
    }
    
    .teamCaptionsRight{
        margin-left: 24px;
        margin-right: 10%;
    }
    
    
    
    .teamPage{
        padding: 30px 0px;
        height: 100%;
        max-height: none;
        margin-bottom: 0px;
    }
    
    .teamContentContainer{
        top: auto;
        transform: none;
        height: 100%;
    }
    
    .teamContentBlock{
        width: 100%;
        display: block;
    }
    
    .teamBlockRight{
        margin-left: 0%;
    }
    
    .teamTitleContainer{
        margin-left: 6.25%;
        width: 200px;
        height: 100px;
    }
    
    h2.teamTitleText{
        font-size: 32px;
        line-height: 29px;
        margin-bottom: 6px;
    }
    
    .teamCaptionsLeft{
        margin-left: 6.25%;
        margin-right: 6.25%;
        
    }
    
    
    .teamCaptionsRight{
        margin-left: 6.25%;
        margin-right: 6.25%;
        
    }
    
    
    .teamCaptionsLeft p.paragraphText{
        margin-bottom: 60px;
    }
    
    .teamCaptionsRight p.paragraphText{
        margin-bottom: 60px;
    }
    
    .teamBlockLeft{
        margin-right: 0px;
    }
    
    .teamBlockLeft{
        margin: 0px;
    }
    
    
    
    
    .seventhImageSize{
        padding: 30px 6.25% 30px 6.25%;
    }
    
    
    
    .textFullBleedRight{
        position: relative;
        margin-right: 0px;
        right: auto;
        bottom: auto;
        padding: 0px;
        margin-left: 6.25%;
        margin-top: 16px;
        margin-bottom: 30px;
        
    }
    
    
    .textFullBleedLeft{
        position: relative;
        margin-right: 0px;
        right: auto;
        bottom: auto;
        padding: 0px;
        margin-left: 0px;
        margin-top: 16px;
        margin-bottom: 30px;
        
    }
    
    
    .boxCaptionContainerLeft{
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    
    background-color:rgba(222,223,224,1);
    padding: 16px;
    max-width: 100%;

    display: none;
    width: 100%;
}
    
    .boxCaptionContainerRight{
    position: absolute;
    bottom: 0px;
    right: 0%;
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    
    background-color:rgba(222,223,224,1);
    padding: 16px;
    max-width: 100%;

    display: none;
    width: 100%;
}


.boxCaptionGroup{
    height: auto;
    margin-bottom: 5px;
    display: table;
}

.captionPart{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 12px;
    width: 70px;
    
}

.captionName{
    font-family: 'nunito sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
}
    
    
    
    
    .captionBackground:hover{
        background-color:rgba(222,223,224,0);
    }
    
    
    
.image08caption{
    bottom: 15px;
}

.image08caption-info{
    bottom: 0px;
    left: 0;
}
    
.image09caption{
    bottom: 15px;
}

.image09caption-info{
    bottom: 0px;
    left: 0;
}
    
.image10caption{
    bottom: 15px;
}

.image10caption-info{
    bottom: 0px;
    left: 0;
}
    
    
    
    /*
    
    #image10{
        margin-top: 30px;
    } */
    
    
    
    
    .mobileBreak{
        display: inline;
    }
    
    
    
    
  h2.ctaText{
        font-size: 17pt;
        line-height: 22pt;
    }
    
    
    a.ctaDownloadButton{
        width: 155px;
    }
    
    .ctaBottom{
        height: 33vh;
    }
    
    
    
    
    
    
.contactInfo{
    padding: 30px 6.25%;
    width: 100vw;
    background-color: #fff;
    display: block;
    float: left;
    max-width: 1875px;
    margin: 0 auto;
    height: 100%;
    
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    
}

.contactInfo p{
    margin-bottom: 9px;
}
    
    
    
   .footerDesktop{
    display: none;
}

.footerMobile{
    display: block;
}

    
    .ctaBottom{
        width: 100%;
        height: auto;
        background-color: rgba(222,223,224,1);
    }   
    
    .ctaContentContainer{
        position: relative;
        top: auto;
        transform: none;
        
    }
    
    h2.ctaText{
         font-size: 20px;
        line-height: 25px;
    }
    
    a.ctaDownloadButton{
         font-size: 18px;
        line-height: 24px;
    }
    
    .contactInfo{
        font-size: 18px;
        line-height: 24px;
        background-color: rgba(222,223,224,1);
        
        
    padding: 30px 6.25% 60px 6.25%;
    height: 250px;;
    width: 100%;
    } 
    
    
    
    
    
    
    
    
    
    
}
    


































@media only screen and (min-width: 1000px) and (max-width: 1280px){
    
    
    .sideParagraph{
        width: 40%
    }
    
    .image03{
        width: 50%;
    }
    
    
    
}





































    


@media only screen and (min-width: 601px) and (max-width: 767px){
.topBackgroundMobile{
    min-height: 850px;

    
}
    
.skeletonMobile{    
    max-width: 65vw;
    max-height: auto;
    margin: 5vh auto;
    display: block;
    z-index: 5;
        
}    
    
    
}



@media only screen and (min-width: 601px) and (max-width: 767px) and (max-height: 800px) {
  
h1.availableMobile{
    margin-top: 665px;
    }    
    
}


@media only screen and (min-width: 451px) and (max-width: 600px){
.topBackgroundMobile{
    min-height: 700px;

}
      
}

@media only screen and (min-width: 451px) and (max-width: 600px) and (max-height: 680px) {
  
h1.availableMobile{
    margin-top: 625px;
    }    
    
}


@media only screen and (min-width: 381px) and (max-width: 450px){
.topBackgroundMobile{
    min-height: 550px;

}
    
    
}



@media only screen and (min-width: 381px) and (max-width: 450px) and (max-height: 540px) {
  
h1.availableMobile{
    margin-top: 490px;
    }    
    
}



@media only screen and (min-width: 320px) and (max-width: 380px){
.topBackgroundMobile{
    min-height: 480px;

}
    
    
}


@media only screen and (min-width: 320px) and (max-width: 380px) and (max-height: 460px) {
  
h1.availableMobile{
    margin-top: 385px;
    }    
    
}










@media only screen and (min-width: 0px) and (max-width: 319px){
    
.topBackgroundMobile{
    display: block;
    background-color: #777b83;
    width: 100vw;
    height: 100vh;
    float: left;
    z-index: 0;
    margin: 0 auto;
    padding: 0 auto;
}
    
#topSide{
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 5;
    
   /* background-color: darkolivegreen; */
}
 
#bottomSide{
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    z-index: 10;
    
    /* background-color: darkblue; */
}

.skeletonMobile{    
    max-width: 85vw;
    max-height: auto;
    margin: 5vh auto;
    display: block;
    z-index: 5;  
}
    
img.skeletonMobile{
        min-width: 1%;
}
    
.logoLargeMobile{
    
    margin: 0 0 0 7.5%;
    width: 50%;
    height: auto;
    display: block;  
    z-index: 10;
}

img.logoLargeMobile{
    min-width: 10px;
}
    
.taglineMobile{
    margin: 0 0 0 7.5%;
    font-family: 'nunito sans', sans-serif;
    font-weight: 200;
    font-size: 5vw;
    color: #fff;
    letter-spacing: 1.25px;
    z-index: 10;
    margin-top: 1.5vh;
}
    
    h1.availableMobile{
    margin: 0 auto;
    font-family: 'nunito sans', sans-serif;
    font-weight: 800;
    font-size: 12.5pt;
    color: #fff;
    letter-spacing: 5.25px;
    z-index: 10;
    text-transform: uppercase;
    width: 100vw;
    height: 10%;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 82.5vh;
}
    
h2.introText{
    font-size: 7.5vw;  
}

.topBackground{
    display: none;
}
    
img.logoLarge{ 
    display: none;
}

h1.tagline{
    display: none;
}
    
img.skeleton{
    display: none;
}
    
#leftSide{
    display: none;
}
    
#rightSide{
    display: none;
}
    
}




@media only screen and (min-width: 0px) and (max-width: 1199px){    
    
    
.columnSixPadding{
    padding: 0 6.25% !important;
}
      
    }



@media only screen and (min-width: 768px) and (max-width: 1199px){

.topBackground{
min-height: 425px;    
}
    
    
    
}


@media only screen and (min-width: 1200px) and (max-width: 1599px){

.topBackground{
min-height: 660px;    
}
      
    
}



@media only screen and (min-width: 1600px) and (max-width: 1999px){

.topBackground{
min-height: 650px;    
}
    
    
    
}





@media only screen and (min-width: 2000px) and (max-width: 8000px){

.topBackground{
min-height: 1000px;    
}
    
    
    
}



@media only screen and (min-width: 1000px) and (max-width: 1200px){


p.captionLeft{
    font-size: 12px;
    line-height: 18px;
    
}


p.captionRight{
    font-size: 12px;
    line-height: 18px;
}
    
.text08Sidebar {
    margin-left: 2.5%;
    width: auto;
    bottom: -5px;
}



}







@media only screen and (min-width: 1000px) and (max-width: 9999px){



/*

.image02caption{
    bottom: 90px;
    left: 30.25%;
}

.image02caption-info{
    bottom: 60px;
    left: 28.1%;
}


.image08caption{
    bottom: 0px;
    right: 25.5%;
}

.image08caption-info{
    bottom: 30px;
    right: 27.5%;
}


.image09caption{
    bottom: 90px;
    right: 38.25%;
}

.image09caption-info{
    bottom: 60px;
    right: 36%;
}



.image10caption{
    bottom: 90px;
    right: 33.25%;
}

.image10caption-info{
    bottom: 60px;
    right: 30.75%;
} */

    
    
}



@media only screen and (min-width: 1876px) and (max-width: 9999px){
    
    
.sectionContentContainer {
    margin: 0 auto;
    max-width: 1875px;
    display: block;
    float: none;
    height: 100%;
}
    
    
    .designPageContent{
        max-width: 1875px;
        margin: 0 auto;
        float: none;
    }
    
    
    .twoThirdsImageSize.designPage {
     max-width: none;   
        
    }
    
    
    
    
    .backgroundWhite{
        max-width: 100vw;
        background-color: #fff;
        height: 100%;
        float: none;
        display: block;
    }
    
    .backgroundGrey{
        max-width: 100vw;
        background-color: #fff;
        height: 100%;
        float: none;
        display: block;
    }
    
    
    
    
    
    .image02Content{
        max-width: 1875px;
        float: none;
        margin: 0 auto;
    }
    
    
    
    .seventhImageSize{
        width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    display: block;
    max-width: none;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
    max-height: none;
    background-color: #fff;
    height: auto;
    min-height: 80vh;
        
    }
    
    .seventhImageSize2White{
        width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    display: block;
    max-width: none;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
    max-height: none;
    background-color: #fff;
    height: auto;
    min-height: 80vh;
        
    }
    
    .image02Content{
        max-width: 1875px;
        float: none;
        margin: 0 auto;
    }
    
    .imageContainerCaption{
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        float: left;
    }
    
    .gridContainer{
        width: 32.925%
    }
    
    .image02{
        right: 6.25%;
    }
    
    .image02caption{
        right: calc(6.25% + 30px);
    }
    
    .image02caption-info{
        right: calc(6.25% + 30px);
    }
    

    
    .image09Content{
        max-width: 1875px;
        float: none;
        margin: 0 auto;       
    }
    
    .image09{
        left: 6.25%;
    }
    
    .image09caption{
        left: calc(6.25% + 30px);
    }
    
    .image09caption-info{
        left: calc(6.25% + 30px);
    }
    
    
    
 .image10Content{
        max-width: 1875px;
        float: none;
        margin: 0 auto;       
    }
    
    .image10{
        left: 6.25%;
    }
    
    .image10caption{
        left: calc(6.25% + 30px);
    }
    
    .image10caption-info{
        left: calc(6.25% + 30px);
    }
    
    
    .contactInfoWhiteBackground{
    width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    display: block;
    max-width: none;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    max-height: none;
    background-color: rgba(222,223,224,1);
    height: auto;
        
    }
    
    
    .contactInfoContainer{
        max-width: 1875px;
        float: none;
        margin: 0 auto;
    }
    
    .contactInfo{
        float: left;
        padding: 60px 6.25%;
    
}
    
    
    
    .ctaDownloadBackground{
        display: block;
        width: 40%;
        position: absolute;
        z-index: 10;
        right: 0;
        background-color: rgba(210,211,212,1);
        height: 270px;
    }
    
    
    
    
       .footerDesktop{
    display: block;
}

.footerMobile{
    display: none;
}
    
    
    
    
    
}


@media only screen and (min-width: 1876px) and (max-width: 9999px) and (max-height: 880px){
    
    .image03 {
        width: 60%;
        height: auto;
        display: inline-block;
        float: right;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        
}
 
    
    
    
}