html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eee;
    font-family: 'Muli', sans-serif;
    overflow: hidden;
    position: relative;
}

.ieonlydiv {
    display: none;
}

.mobileBioName {
    opacity: 0;
    display: none;
}

#mobileMenuBtn {
    display: none;
    margin-left: -100px;
    opacity: 0;
}

.demoReelContainer {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 41;
    top: 50%;
    transform: translate(0,-50%);
}

.demoReelContainerBlend {
    mix-blend-mode: multiply;
}

.demoReelContainerBG {
    transform: skewX(-13deg);
    background-color: black;
    height: 100%;
    width: 93%;
    z-index: 3;
    margin-left: 115%;
    position: absolute;
    left: .5px;
    display: none;
}

.demoReelVideoMaskDiv {
    // height: 100vh;
    overflow: hidden;
    position: relative;
    transform: skewX(-13deg);
    width: 93%;
    margin-left: 115%;
    height: 100%;
}

.demoReelVideoMaskDivNoSkew {
    width: 100% !important;
    margin-left: 0px !important;
    transform: skewX(0deg);
}


.demoReelContainer .plyr__video-embed iframe {
    left: -11% !important;
    transform: skew(13deg);
    width: 111% !important;
    top: 1.5%;
    transition: all .7s ease-out;
}

.plyrvideoembediframeNoSkew {
    transform: skew(0deg) !important;
}



.demoReelPlyr .plyr {
    height: 100%;
    position: relative;
}

.playReelBtn {
    position: fixed;
    bottom: -1px;
    height: 200px;
    width: 253px;
    right: 0px;
    z-index: 200;
    cursor: pointer;
    display: none;
}

#playReelBtnLines {
    mix-blend-mode: multiply;
    position: absolute;
    width: 180px;
    bottom: -70px;
}

.playReelBtn svg {
    overflow: visible;
    width: 100%;
}

#demoReelLoadingBars {
    position: relative;
    width: 370px;
    margin: 0 auto;
    top: 50%;
    z-index: 40;
    opacity: 0;
}


.demoReelPlyr {
    position: relative;
}


    .demoReelPlyr .plyr--video .plyr__controls {
        width: 87%;
        background: none;
    }





#demoreelPlyrVideo {
}

.secBGSliceSVG {
    position: absolute;
}

.portSecBGSliceSVG {
    position: absolute;
    left: 0px;
}

.siteLoadingPleaseWaitHolder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    margin-left: -50px;
    margin-top: 50px;
}

#loadingselectorPg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

#mainNav {
    position: fixed;
    z-index: 4;
    padding: 0px;
    margin-top: 0;
    margin-left: 7%;
    top: -60px;
}


#portfolioNavBottom {
    position: fixed;
    z-index: 4;
    padding: 0px;
    margin-top: 0;
    margin-left: 12%;
    bottom: 22px;
    margin-left: 10%;
    bottom: 32px;
}

.portfolioNavDot {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #276886;
    position: relative;
    float: left;
    left: -9px;
    bottom: -23px;
    transform: matrix(0, 0, 0, 0, 0, 0);
}

.portfolioNav a {
    text-decoration: none;
    color: #686868;
    position: absolute;
    float: left;
    left: -32px;
    height: 0px;
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    top: 0px;
}

#portfolioNavBottom li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    padding: 0px;
    color: #686868;
    cursor: pointer;
    position: relative;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 22px;
    opacity: .5;
}

#portfolioNavBottom .active {
    opacity: 1;
}


#portfolioNavBottom li p {
    width: 118px;
    height: 17px;
    position: relative;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0px;
    margin-left: -31px;
    opacity: 0;
    top: 0px;
}

.navSec {
    top: -40px;
    opacity: 0;
}

#mainNav li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    padding: 0px;
    color: #686868;
    cursor: pointer;
    position: relative;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}


.mainNavHoverFill {
    height: 0px;
    width: 19px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: -7px;
}

#mainNav li p {
    top: 5px;
    left: -7px;
    width: 20px;
    position: relative;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mainNavLine a {
    text-decoration: none;
    color: #686868;
}

#siteNav .active a {
    color: #167499;
    top: -9px;
}

#siteNav .forceactive a {
    color: #167499;
}


a:visited {
    text-decoration: none;
}


#portfolioNavSlanted {
    position: fixed;
    z-index: 4;
    padding: 0px;
    margin-top: 0;
    margin-right: 7%;
    top: -60px;
}


    #portfolioNavSlanted li {
        list-style-type: none;
        float: left;
        font-size: 13px;
        padding: 0px;
        color: #686868;
        cursor: pointer;
        position: relative;
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

        #portfolioNavSlanted li p {
            top: 5px;
            left: -7px;
            width: 20px;
            position: relative;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }


#directorsNav {
    position: fixed;
    z-index: 4;
    top: 200px;
    display: none;
}

.directorsNavLine .navLineGraphic {
}

#directorsNav li {
    list-style-type: none;
    font-size: 13px;
    padding: 0px;
    color: #686868;
    cursor: pointer;
}

    #directorsNav li p {
        left: -7px;
        width: 20px;
        position: relative;
    }

    #directorsNav li a {
        text-decoration: none;
        color: #686868;
    }





.navLineGraphic {
    height: auto;
    position: relative;
    width: 9px;
    opacity: .8;
}


    .navLineGraphic img {
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        position: relative;
        height: 236px;
        width: 8px;
        top: -150px;
        opacity: 0;
    }


/*
.navLineGraphic .boxShade {
position: relative;
float: left;
width: 100%;
height: -140px;
opacity: 0;
}

.navLineGraphic .BoxShade_Blue {
background-color: #167499;
}

.navLineGraphic .BoxShade_LightBlue {
background-color: #3385a0;
}

.navLineGraphic .BoxShade_LighterBlue {
background-color: #7a9ea4;
}

.navLineGraphic .BoxShade_Gray {
background-color: #c3c2c2;
}
*/
#logoPg {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

#introVid {
    position: absolute;
    width: 100% !important;
    height: 110%;
    object-fit: fill;
}

#preLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#preloaderLogoAnimation {
    height: 80px;
    margin: auto;
    width: 560px;
    position: relative;
    top: 45%;
    font-size: 30px;
    opacity: .8;
    left: 65px;
}

#preLoaderBGParts {
    position: absolute;
    top: 0px;
    float: left;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
}


#loadingPgBackground {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}


#logoSVG1 {
    z-index: 25;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
    // margin-top: -70px;
    mix-blend-mode: multiply;
}

#logoSVG2 {
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
}

#particles {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    left: -400px;
    top: -200px;
}

#mainlogo {
    margin: auto 0;
    position: relative;
    top: 30%;
    width: 428px;
    margin: 0 auto;
    opacity: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}

#experienceSelectionPg {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#expSelPgTransitionBoxes {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}


#expSelSVGBG {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.expSelBtn {
    color: white;
    height: 53px;
    padding-right: 30px;
    position: relative;
    text-align: end;
    top: 68%;
    width: 21%;
    cursor: pointer;
    z-index: 10;
}

    .expSelBtn svg {
        overflow: visible;
    }

#expSelBasic {
    float: left;
    left: 20%;
    text-align: end;
    padding-right: 30px;
}

    #expSelBasic svg {
        width: 76%;
    }

#expSelFull svg {
    width: 65%;
}

.expSelBtnBG {
    background-color: #fff;
    height: 100%;
    left: -20px;
    opacity: 0;
    position: absolute;
    width: 110%;
}

#expSelFull {
    float: right;
    right: 20%;
    text-align: justify;
    padding-left: 30px;
}


#expSelGraphicLines {
    bottom: 0px;
    height: 32%;
    position: absolute;
    width: 10px;
    margin: auto 0;
    left: 49%;
}


    #expSelGraphicLines .boxShade {
        position: absolute;
        float: left;
        width: 100%;
        height: -140px;
        opacity: 0;
        bottom: 0px;
    }

    #expSelGraphicLines .BoxShade_Blue {
        background-color: #167499;
    }

    #expSelGraphicLines .BoxShade_LightBlue {
        background-color: #3385a0;
    }

    #expSelGraphicLines .BoxShade_LighterBlue {
        background-color: #7a9ea4;
    }

    #expSelGraphicLines .BoxShade_Gray {
        background-color: #c3c2c2;
    }





.expSelPgBg {
    bottom: -100px;
    position: absolute;
    opacity: 0;
}

#treeLineContainer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.treeLine {
    bottom: -19%;
    position: absolute;
    overflow: visible;
}

#treelineImageSVG {
}

#logoSVG1 {
}

.\33 caa5911-4c51-471e-bd58-ec54eac2c829 {
    fill: #c3c2c2;
}

.\35 3ca2269-19e8-4d69-afa2-0c4930a77779 {
    fill: #18749a;
}

.\38 521298d-980a-469b-bdc2-52564707c9f7 {
    fill: #3685a0;
}

.\36 9b59542-db54-468a-8583-eee7379652d6 {
    fill: #7a9da3;
}

.e0be1b71-5431-4861-8ebd-7a280747773e {
    fill: #8c8c8c;
}

#logoFilms {
    top: -60px;
    opacity: 0;
    position: relative;
}

/*.logoL {
top:-60px;
opacity:0;
position:relative;
}

.logoBox3 {
position:relative;

}



*/


.FullPixelLogo {
    overflow: visible;
}

#logoLineAnimation {
    overflow: visible;
}


#logoPAnimation {
    overflow: visible;
    position: absolute;
    top: 234px;
    top: 160px;
    z-index: 21460;
}


#prelogoLineAnimation {
    overflow: visible;
}

#expLineAnimation {
    overflow: visible;
}

#loaderBarsAnimation {
    z-index: 5;
    opacity: 0;
    display: none;
}

#loaderBarsSVG {
    z-index: 5;
    top: 50%;
    position: relative;
    margin: 0px;
    float: left;
}

#fullpage {
    position: fixed;
    opacity: 0;
    z-index: 2;
}


.section {
    background-size: 100%;
    background-position: center;
    overflow: hidden;
}

.secSVGImage {
    position: absolute;
    float: left;
    width: 100%;
    overflow: visible;
}



#aboutPageSection {
}

#petersPageSection {
}

#mikesPageSection {
}

#servicesPageSection {
}


#ContactSection {
    background-image: url(../images/bgs/contactus.jpg);
}

/*
#divisionsbcSection {
    background-image: url(../images/bgs/oceanside2.jpg);
}

#columbusgoldSection {
    background-image: url(../images/bgs/columbusgold.jpg);
}

#doczillaSection {
    background-image: url(../images/bgs/doczilla.jpg);
}

#oakridgeSection {
    background-image: url(../images/bgs/oakridge.jpg);
}

#trombaSection {
    background-image: url(../images/bgs/tromba.jpg);
}

#coastcapitalSection {
    background-image: url(../images/bgs/coastcapital.jpg);
}

#fulleffectSection {
    background-image: url(../images/bgs/fulleffectvietnam.jpg);
}
    */

.petersCopy {
    margin-left: 290px;
    opacity: 0;
}

.sectionCopy {
    width: 500px;
    font-size: 13px;
    padding: 7px;
    top: 40px;
    position: relative;
    left: 280px;
    color: #e1e1e1;
    float: left;
    clear: both;
}

.projectName {
    position: relative;
    float: left;
    clear: both;
    width: 410px;
    height: 39px;
    opacity: 0;
    color: #83807d;
    margin-left: 80px;
}

    .projectName h2 {
        font-size: 19px;
        text-align: left;
    }


.portfolioSectionCopy {
    left: 60px;
    color: #737374;
    width: 380px;
    font-size: 12px;
    position: relative;
    float: left;
}


.profileSectionCopy {
    left: 7%;
    color: #737374;
    width: 480px;
    font-size: 14px;
    position: relative;
    float: left;
    margin-left: 300px;
    opacity: 0;
}

.sectionLineHeader {
    position: absolute;
    top: 0px;
    margin-left: 18%;
    width: 23px;
}


.sectionLineGraphic {
    height: 200px;
    position: relative;
    width: 9px;
    opacity: .8;
}

    .sectionLineGraphic .boxShade {
        position: relative;
        float: left;
        width: 100%;
        height: -140px;
        opacity: 0;
    }

    .sectionLineGraphic .BoxShade_Blue {
        background-color: #167499;
    }

    .sectionLineGraphic .BoxShade_LightBlue {
        background-color: #3385a0;
    }

    .sectionLineGraphic .BoxShade_LighterBlue {
        background-color: #7a9ea4;
    }

    .sectionLineGraphic .BoxShade_Gray {
        background-color: #c3c2c2;
    }

.secHeader {
    position: relative;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -7px;
    font-size: 13px;
    color: #686868;
    margin: 0px;
}


.svgSecName {
    position: relative;
    width: 281px;
    left: 520px;
    padding-bottom: 30px;
    float: left;
    height: 170px;
    margin-top: 4%;
}

.portfolioSVGSecName {
    width: 420px;
    left: 70px;
    position: relative;
    float: left;
    margin-top: 14%;
}

.aboutSVGSecName {
    width: 420px;
    left: 7%;
    position: relative;
    float: left;
    margin-top: 14%;
}

.aboutSecName {
    left: 50%;
    margin-left: -280px;
    margin-top: 7%;
}




.aboutPixelCopy {
    left: 50%;
    margin-left: 0;
    top: -25px;
    opacity: 0;
    width: 561px;
}

.svgSecName svg {
    overflow: visible;
    position: absolute;
}


#portfolioNav {
    position: fixed;
    z-index: 4;
    padding: 0px;
    margin-top: 0;
    top: 46%;
    left: -250px;
    opacity: 0;
}


    #portfolioNav li {
        list-style-type: none;
        float: left;
        font-size: 13px;
        padding: 0px;
        color: #686868;
        cursor: pointer;
        position: relative;
        clear: both;
        height: 28px;
    }

        #portfolioNav li p {
            left: 5px;
            position: relative;
            float: left;
            top: -18px;
            height: 7px;
            opacity: 0;
        }

.portfolioNavLine a {
    text-decoration: none;
    color: #686868;
}



.portNavLineGraphic {
    height: 20px;
    position: relative;
    opacity: .8;
    width: auto;
    float: left;
}

    .portNavLineGraphic .boxShade {
        position: relative;
        float: left;
        width: 0px;
        opacity: 0;
        height: 6px;
    }

    .portNavLineGraphic .BoxShade_Blue {
        background-color: #167499;
    }

    .portNavLineGraphic .BoxShade_LightBlue {
        background-color: #3385a0;
    }

    .portNavLineGraphic .BoxShade_LighterBlue {
        background-color: #7a9ea4;
    }

    .portNavLineGraphic .BoxShade_Gray {
        background-color: #c3c2c2;
    }


.teammember {
    width: 340px;
    float: left;
    height: 154px;
    margin-top: 13px;
    cursor: pointer;
    margin: 0px;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

#teamlist {
    list-style-type: none;
    margin-left: 310px;
    margin-top: -150px;
    max-width: 1350px;
    position: relative;
    top: 50%;
}

.teamMemBio {
    font-size: 12px;
    padding: 5px;
    width: 291px;
    position: absolute;
    float: left;
    margin-left: 23px;
    opacity: 0;
    height: 0px;
    display: none;
}

.teamMemBioThreeColum {
    margin-top: -300px;
}

.teamClearboth {
    clear: both;
}

.teamportrait {
    width: 300px;
    height: 120px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

    .teamportrait img {
    }

.teamName {
    font-size: 15px;
    text-align: right;
    margin: 0 auto;
    width: 300px;
    position: relative;
    display: block;
    color: #686868;
}

.teamJobtitle {
    font-size: 11px;
    text-align: right;
    margin: 0 auto;
    width: 300px;
    position: relative;
    display: block;
    color: #686868;
}

.teammemberSingleColumn {
    position: absolute;
    display: none;
}

#mobileTeamArrowsNav {
    display: none;
}

#mobileTeamSwipePane {
    display: none;
}


#servicesArrowsNav {
    display: none;
}

.container {
    height: 480px;
    width: 1200px;
    margin: 25px 0 0 75px;
    display: -webkit-inline-flex; /* Safari */
    background: #000000;
}

.item {
    flex-grow: 1;
    background: #e1e1e1;
    opacity: 0.8;
    text-align: center;
    transition: all 0.65s ease-in-out;
    color: transparent;
}

.container:hover .item {
    opacity: 0.38;
}

.item:hover {
    flex-grow: 3;
    opacity: 0.95 !important;
}

.item-1 {
    background: url("../images/bgs/oceanside.jpg") no-repeat center center;
    background-size: cover;
}

.item-2 {
    background: url("../images/bgs/webintegration.jpg") no-repeat center center;
    background-size: cover;
}

.item-3 {
    background: url("../images/bgs/webintegration.jpg") no-repeat center center;
    background-size: cover;
}

.item-4 {
    background: url("../images/bgs/webintegration.jpg") no-repeat center center;
    background-size: cover;
}


#servicesContainer {
    width: 101%;
    height: 100%;
    position: relative;
    top: -1px;
}

.servicesSectionSVG {
    // width: 33.3333%;
    float: left;
    position: relative;
    overflow: visible;
    margin-right: -6%;
    height: 100%;
    left: 120px;
    cursor: pointer;
}

.servicesSectionSVGTitle {
    width: 200px;
    position: relative;
    display: block;
}

.servicesCopy {
    overflow: visible;
}


/*
.serviceContainer {
    width:33%;
    position:relative;
    
}
.servicesCopy {
    background-color: red;
    display: block;
    float: left;
    font-size: 12px;
    height: 200px;
    left: 0;
    opacity: 1;
    overflow: visible;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 150000;
}*/

.copySVGBG {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: -140px;
}

    .copySVGBG svg {
    }


#teamSecSVGName svg {
    left: 144px;
    margin-top: -160px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 185px;
}

.teamportrait svg {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 137px;
    mix-blend-mode: multiply;
}


#moreProjectsSVG svg {
    position: absolute;
    overflow: visible;
    width: 217px;
    left: 110px;
    top: 210px;
}

#moreProjectsSVG img {
    position: absolute;
    overflow: visible;
    width: 217px;
    left: 110px;
    top: 210px;
}



#logosList {
    list-style-type: none;
    margin-left: 350px;
    top: 129px;
    position: relative;
    width: 100%;
}

    #logosList li {
        float: left;
        height: 80px;
        position: relative;
        width: 14.930208%;
        width: 200px;
    }



.project {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    z-index: 1000;
    overflow: hidden;
}

.projectThumbSVGImage {
    position: absolute;
}

.projectThumb {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    transition: all 0.65s ease-in-out;
}

.projectThumbOverlay {
    height: 99.5px;
    position: absolute;
    right: 70px;
    top: 98.5px;
    overflow: visible;
    mix-blend-mode: multiply;
}

.project .viewProjSVGText {
    position: absolute;
    left: 51%;
    top: 46%;
    height: 110px;
    width: 200px;
}

.project .viewProjSVGTextMask {
    position: absolute;
    left: 51%;
    top: 46%;
    height: 110px;
    width: 200px;
}

.project .viewProjectPleaseWait {
    position: absolute;
    left: 51%;
    top: 43%;
    height: 110px;
    width: 150px;
}

.fp-slides {
    position: absolute !important;
    top: 0px !important;
    background-color: #eee;
}

.fp-tableCell {
    vertical-align: baseline !important;
    float: left !important;
}

.fp-slidesNav {
    z-index: 2001 !important;
    opacity: 0;
}

.fp-controlArrow {
    display: none !important;
    top: 110%;
    opacity: 0;
}

.closeButton {
    position: absolute;
    right: 20px;
    z-index: 2001;
    top: 10px;
    width: 37px;
    cursor: pointer;
    opacity: .7;
    display: none;
}

    .closeButton img {
        width: 100%;
        height: 100%;
    }

.projectSlides {
    z-index: 2001;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

.slideBGSVG {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
}

.slideSVG {
    left: 45px;
    position: relative;
    float: left;
    margin-right: -220px;
    height: 100%;
    overflow: visible;
}

.slideSVGCover {
    left: 45px;
    position: relative;
    float: left;
    margin-right: -220px;
    height: 100%;
    overflow: visible;
}

#slide1 .slideSVGCover {
    top: -110px;
    height: initial;
}


.mainSlideSVG {
    left: 6%;
}


.videoSlideSVG {
    float: left;
    margin-left: -6%;
    margin-left: -80px;
    left: 8%;
}

.storySVGSidePhoto {
    left: 39%;
    position: absolute;
    float: left;
    height: 101%;
    overflow: visible;
    z-index: -1;
}

/*
.videoPlayerProjectCropped {
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 4280;
    width: 100%;
    height: 101%;
    left: 180px;
    overflow: visible;
}*/

.playerSlideSVG {
    position: absolute;
    height: 101%;
    overflow: visible;
    right: 160px;
    display: none;
}



.slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

#slide1 {
    overflow: hidden !important;
    display: block !important;
}




.slideContentCopy {
    position: relative;
    right: 20px;
    clear: both;
}

    .slideContentCopy p {
        font-size: 10px;
        color: #83807d;
        position: relative;
        float: left;
        width: 200px;
    }

.svgSecNameInsideProject {
    float: left;
    height: 170px;
    left: 320px;
    margin-top: -60px;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    width: 330px;
    -webkit-transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .svgSecNameInsideProject svg {
        overflow: visible;
        position: absolute;
    }


.svgSecNameInsideProjectOff {
    left: -300px !important;
    opacity: 0 !important;
    z-index: 5;
}

.projectMetaData {
    position: absolute;
    width: 451px;
    height: 200px;
    left: 231px;
    top: 50%;
    margin-top: 30px;
    -webkit-transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1);
}

    .projectMetaData ul {
        list-style-type: none;
    }

.projectMetaDataOff {
    left: -300px !important;
    opacity: 0 !important;
    z-index: 5;
}

.metadataValue {
    position: relative;
    float: left;
    text-align: right;
    margin-right: 10px;
    color: #d3d1cf;
    width: 293px;
    left: 20px;
    opacity: 0;
}

.metadataTitle {
    color: #878787;
    right: 20px;
    opacity: 0;
    position: relative;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 0px !important;
    width: 30px !important;
    margin: 0px !important;
    background-color: #b8b4b2 !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    border-radius: 0px !important;
    height: 4px !important;
    margin: 0px !important;
    background-color: #266786 !important;
}


#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    height: 4px !important;
    opacity: .6 !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin-left: 12px !important;
}


.playVideoButtonSVG {
    float: left;
    height: 85px;
    left: 800px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    opacity: 0;
    margin-left: 70px;
    width: 200px;
}

.playVideoButtonArrowSVG {
    float: left;
    height: 85px;
    left: 975px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    opacity: 0;
    overflow: visible;
    margin-left: 70px;
    width: 200px;
}

.playButtonOver {
    cursor: pointer;
    float: left;
    height: 95px;
    left: 920px;
    margin-top: -55px;
    position: absolute;
    top: 50%;
    width: 220px;
    margin-left: 70px;
}

.projectThumbMouseOverBox {
    position: absolute;
    height: 101px;
    width: 260px;
    float: right;
    left: 46%;
    top: 41%;
    z-index: 2;
    cursor: pointer;
}



.projectVideoCont {
    display: flex;
    margin: 0 auto 0 50%;
    opacity: 0;
    position: absolute;
    width: 100%;
    display: none;
    top: 5%;
}

.projectVideoMaskDiv {
    height: 100vh;
    overflow: hidden;
    position: relative;
    transform: skewX(-11deg);
    width: 80%;
}


    .projectVideoMaskDiv .plyr {
        top: 50%;
        margin-top: -32%;
    }

.plyr__video-embed iframe {
    left: -5%;
    transform: skew(10deg);
    width: 112%;
}

.mobilePlyr .plyr__video-embed iframe {
    height: 111%;
}

.plyr--fullscreen-active {
    top: 0px !important;
    margin: 0px !important;
}


.moreProjThumbs {
    margin-left: 390px;
    position: relative;
    top: 219px;
    max-width: 1210px;
}

.featureclientlogo {
    opacity: 0;
}

.otherProj {
    width: 350px;
    height: 70px;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
    opacity: 0;
}

.otherProjImg {
    overflow: hidden;
    height: 70px;
    position: relative;
}

    .otherProjImg svg {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        left: 17px;
    }

.otherProj img {
    width: 100%;
    position: relative;
}

.otherProj .BWFilter {
    filter: grayscale(100%);
    transition: all 0.65s ease-in-out;
}

.bwFilterOFF {
    opacity: 0 !important;
    transition: all 0.35s ease-in-out;
}


.otherProjName {
    position: absolute;
    right: 1px;
    font-size: 11px;
    color: #686868;
}


#teamSecSVGCornerLines svg {
    width: 500px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.otherProjImg .otherProjThumbSVGText {
    height: 110px;
    left: 183px;
    position: absolute;
    top: 3px;
    width: 160px;
    overflow: visible;
}


.plyr__play-large {
    display: none !important;
}
/*
    .plyr__play-large svg {
        overflow: visible;
        margin-top: -50px;
        margin-left: -40px;
    }

*/

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
    border: 0 none;
    border-radius: 0;
    transform: skewX(-17deg);
}

plyr__progress--played {
    border: 0 none;
    border-radius: 0;
}


#instaWrap {
    width: 342px;
}

.wrap {
    width: 5000px;
    height: 100%;
    padding-top: 30px;
}


#instafeed span {
    font-weight: 400;
    left: 5px;
    top: -5px;
    position: relative;
    margin-right: 10px;
}

.igPic {
    float: left;
    color: #b8b4b2;
    position: relative;
    width: 400px;
    font-size: 12px;
    -webkit-backface-visibility: hidden;
    height: 112px;
    overflow: visible;
    cursor: pointer;
}

.instagramPicMask img {
    left: -10px;
    position: relative;
    top: -170px;
    transform: skewX(11deg);
    width: 109%;
}

.instagramPicMask .BWFilter {
    z-index: 2;
    transform: skewX(11deg) !important;
    left: -10px !important;
}


#igNav {
    cursor: pointer;
    overflow: hidden;
    height: 100px;
    position: relative;
    top: 6px;
    left: -27px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.igreadmore {
    margin-left: -15px;
}

.igprev {
    height: 20px;
    padding-top: 10px !important;
}

.prev {
    height: 20px;
    padding-top: 10px !important;
}

.igCaption {
    margin-bottom: 8px;
    line-height: 13px;
    overflow: hidden;
    padding-top: 11px;
    color: #bebab9;
    width: 87%;
    margin-left: -10px;
}

.btn {
    border-image: none;
    cursor: pointer;
    display: inline-block;
    line-height: 23px;
    margin-bottom: 0;
    padding: 4px 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border: 0px;
    background-color: rgba(221, 221, 221, 0.7);
    top: 0px;
    transform: skewX(-11deg);
    margin-left: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.disabled, .btn[disabled] {
        background-image: none;
        cursor: default;
        opacity: 0.4;
    }

    .btn svg {
        width: 51px;
        transform: skewX(11deg);
    }

.instagramPicMask {
    height: 100px;
    overflow: hidden;
    position: relative;
    transform: skewX(-11deg);
    margin-bottom: 8px;
    width: 400px;
    outline: 1px solid transparent;
}

.igreadmore a {
    text-decoration: none;
    color: #266786;
    font-weight: bold;
    font-size: 14px;
}

.instagramFeedBlocker {
    background-color: #eee;
    height: 302px;
    left: -47px;
    margin-bottom: 8px;
    overflow: hidden;
    position: absolute;
    transform: skewX(-11deg);
    width: 371px;
    z-index: 2;
}

.socialSectionSVGName svg {
    float: left;
    bottom: 38%;
    width: 100px;
    z-index: 4;
    left: -140px;
    position: absolute;
    top: 50px;
    overflow: visible;
}

.socialSectionSVGName img {
    float: left;
    bottom: 38%;
    width: 100px;
    z-index: 4;
    left: -140px;
    position: absolute;
    top: 50px;
    overflow: visible;
}


#newsNav {
    float: left;
    clear: both;
    position: relative;
    margin-top: 10px;
    position: relative;
    z-index: 5;
    left: -24px;
}

#socialSectionWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#blogSection { /*frame*/
    width: 100vw;
    height: 250px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#igSection {
    height: 200px;
    width: 100vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.boxList {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



    .boxList li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: left;
        color: #b8b4b2;
        cursor: pointer !important;
        font-size: 12px;
        height: 312px;
        overflow: visible;
        width: 400px;
    }


#instafeed {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    #instafeed li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        float: left;
        height: 112px;
        overflow: visible;
        width: 400px;
        cursor: pointer;
    }

.igPic img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.blogwrap {
    width: 5000px;
    top: 10%;
    position: relative;
    height: 360px;
    left: 372px;
    display: none;
}

.igwrap {
    width: 5000px;
    padding-top: 30px;
    position: absolute;
    left: 372px;
    height: 300px;
    bottom: 1%;
    opacity: 0;
}





.fixedHeader {
    position: absolute;
    top: 16px;
    width: 400px;
    overflow: hidden;
}

.storyheader {
    color: #31b7fd;
    float: left;
    font-weight: 600;
    line-height: 13px;
    padding: 0 10px;
    position: relative;
    top: 5px;
    width: 280px;
    left: 22px;
}

    .storyheader a {
        text-decoration: none;
        color: #83807d;
    }

    .storyheader p {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px;
        font-size: 14px;
    }



.storyDate {
    background-color: #37859f;
    color: white;
    float: left;
    height: 16px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    width: 65px;
    transform: skewX(-11deg);
    font-size: 11px;
    font-weight: bold;
    top: 9px;
    left: 28px;
}

    .storyDate span {
        display: block;
        line-height: 9px;
        text-transform: uppercase;
        transform: skewX(11deg);
    }

.newsPreview {
    float: left;
    position: absolute;
    top: 54px;
    width: 384px;
}


.commentsButton {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 100%;
}

    .commentsButton a {
        text-decoration: none;
    }

.commentsButtonBG {
    width: 100%;
    background-color: #fff;
    color: #222;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 40px;
    padding-top: 1px;
    opacity: 0;
    top: -50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.newsThumb {
    width: 400px;
    transform: skewX(-11deg);
    overflow: hidden;
    height: 100px;
    transition: all 0.65s ease-in-out;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    position: relative;
}

    .newsThumb img {
        width: 100%;
        height: auto;
        left: -10px;
        position: relative;
        top: -29px;
        transform: skewX(11deg);
        width: 112%;
    }

.newsThumbBW {
    filter: grayscale(100%);
    transition: all 0.65s ease-in-out;
}


.newsThumb .BWFilter {
    z-index: 2;
    transform: skewX(11deg) !important;
    left: -10px !important;
}





.newsSnippet {
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    color: #bebab9;
    width: 91%;
    margin-left: -10px;
    z-index: -1;
}

    .newsSnippet a {
        color: #0086ee;
    }

.readMoreBtn {
    position: relative;
    float: left;
    cursor: pointer;
    top: -7px;
    margin-left: -18px;
}

    .readMoreBtn p {
        font-size: 14px;
        color: #266786;
        font-weight: 600;
    }

    .readMoreBtn a {
        text-decoration: none;
    }


#blogBlocker {
    top: 0px;
    height: 460px;
    width: 421px;
    left: -445px;
}

#igBlocker {
    left: -513px;
    top: 0px;
    width: 500px;
}

#ourBlogSVG svg {
    top: 22%;
    width: 88px;
}

#ourBlogSVG img {
    float: left;
    bottom: 38%;
    width: 100px;
    z-index: 4;
    left: -140px;
    position: absolute;
    top: 50px;
    overflow: visible;
}

.lSSlideOuter {
    overflow: visible !important;
}

.lSSlideWrapper {
    overflow: visible !important;
}

.lightSlider {
    overflow: visible !important;
}

.lastStoryBox {
    width: 1142px !important;
}



.copySVGBG svg {
    mix-blend-mode: multiply;
}

#blogSectionPosIdentifier {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    top: 54px;
    left: 9px;
    opacity: 0;
}


#igSectionPosIdentifier {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    top: 30px;
    left: 9px;
    opacity: 0;
}

.readMoreOverBG {
    left: 0 !important;
    position: absolute !important;
    top: 0px !important;
    mix-blend-mode: multiply;
    margin-left: -450px;
}

#readmoreblogText {
    color: white;
    float: right;
    position: absolute;
    float: left;
    top: 30px;
    right: -111px;
    transform: skewX(11deg);
    opacity: 0;
}

.readmoreBoxPlusSVG {
    clear: both;
    float: left;
    overflow: visible;
    position: relative;
    width: 12px;
}

.storyPlusSVG {
    clear: both;
    float: left;
    left: 0px;
    overflow: visible;
    position: relative;
    top: 17px;
    width: 12px;
}

.readMoreBlogBtn p {
    left: -5px;
    opacity: 0;
    position: relative;
}

.IGPlusSVG {
    clear: both;
    float: left;
    overflow: visible;
    position: relative;
    width: 12px;
}



.readMoreIGBtn p {
    top: -2px;
    left: -5px;
    opacity: 0;
    position: relative;
}

.readMorePlus {
    float: left;
    left: 252px;
    position: relative;
    top: 170px;
    width: 322px;
}

    .readMorePlus p {
        left: 10px;
        opacity: 0;
        position: relative;
        top: -15px;
        font-size: 13px;
        color: #266786;
    }


    .readMorePlus a {
        text-decoration: none;
    }

.readmoreBoxPlusSVG {
    position: relative;
    left: 110px;
}

.readMorePlusIG {
    float: left;
    left: 262px;
    position: relative;
    top: 10px;
    width: 182px;
}

    .readMorePlusIG p {
        left: 10px;
        opacity: 0;
        position: relative;
        top: -15px;
        font-size: 13px;
        color: #266786;
    }

    .readMorePlusIG a {
        text-decoration: none;
    }

.slideToReadMore {
    position: absolute;
    width: 206px;
    bottom: 21px;
    height: 88px;
    margin: 0 auto;
    left: 50%;
    margin-left: -92px;
}

    .slideToReadMore svg {
        left: 0;
        overflow: visible;
        position: absolute;
        top: 0;
        -webkit-filter: drop-shadow( -1px -1px 5px #000 );
        filter: drop-shadow( -1px -1px 5px #000 );
    }

#columbusProjectViv {
}


.layout2_BottomImage {
    position: absolute;
    height: 50%;
    overflow: hidden;
    bottom: 0px;
    width: 86%;
    transform: skewX(-11deg);
    left: -60px;
    z-index: -1;
}

    .layout2_BottomImage img {
        transform: skewX(11deg);
        top: -150px;
        width: 120%;
        position: relative;
    }


.websiteImage {
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    width: 50%;
    left: -60px;
    z-index: -1;
}

    .websiteImage img {
        position: relative;
    }


.slideContent {
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -410px;
    z-index: 2;
}

.slideContentTitle {
    clear: both;
    float: left;
    position: relative;
}

.h3_contentTitle {
    clear: both;
    color: #b8b4b2;
    float: left;
    font-size: 33px;
    height: 0;
    margin-left: 90px;
    margin-top: -15px;
}

.h1_contentTitle {
    font-size: 68px;
    color: #83807d;
    font-weight: 800;
    position: relative;
    float: left;
}

.contentTitle {
    clear: both;
    float: left;
    position: relative;
}

.contentCopy {
    float: left;
    position: relative;
    width: 410px;
    color: #8a8a8a;
}


.oceansideTextDot {
    color: #16749b;
    font-size: 103px;
    height: 28px;
    margin-top: 0;
    position: relative;
    font-family: aerial;
    width: 28px;
    float: left;
}




.slideBWImage {
    filter: grayscale(100%);
}


.learnMoreSVGBtn {
    position: relative;
    float: left;
    top: 40px;
    width: 130px;
    left: 250px;
    clear: both;
    cursor: pointer;
}

    .learnMoreSVGBtn svg {
        width: 100%;
        overflow: visible;
    }


#viewotherProjectContainer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1;
    z-index: 1001;
}

.otherProjBGImage {
    position: absolute;
    height: 100%;
}


.otherProjsViewProjSVG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
}

.otherProjectVideoCont {
    display: flex;
    display: none;
    margin: 0 auto 0 50%;
    // opacity: 0;
    position: absolute;
    width: 100%;
    // display: none;
}

.otherProjectVideoMaskDiv {
    height: 100vh;
    overflow: hidden;
    position: relative;
    transform: skewX(-13deg);
    width: 50%;
    margin-left: -25%;
}


.otherProjPlyr {
    top: 16%;
    position: relative;
}

.otherProjectVideoCont .plyr__video-embed iframe {
    left: -10%;
    transform: skew(13deg);
    width: 119%;
}

.otherProjPlyrMobile .plyr__video-embed iframe {
    height: 115%;
    left: -8%;
}

.otherProjOpenVideoTitle {
    font-size: 20px;
    top: 14%;
    position: relative;
    color: #e1e1e1;
    height: 13px;
    transform: skew(13deg);
}

.otherProjOpenVideoDesc {
    font-size: 12px;
    top: 18%;
    position: relative;
    color: #e1e1e1;
    transform: skew(13deg);
    left: 6px;
    width: 97%;
    opacity: .9;
    z-index: -1;
}

.otherProjCloseButton {
    position: absolute;
    top: 17%;
    width: 37px;
    cursor: pointer;
    opacity: .7;
    left: 29%;
    display: block;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

.otherProjCloseButtonScale {
    transform: scale(.7);
    transition: all .4s ease-out;
}

.otherProjCloseButtonScaleHover {
    transform: scale(.9);
}

.otherProjCloseButtonScaleOff {
    transform: scale(0);
}

.otherProjCloseButton img {
    width: 100%;
    height: 100%;
}

.otherProjDesc {
    display: none;
}

.otherProjectLoadingBars {
    opacity: 0;
    position: absolute;
    background-image: url(../images/boxes/black60.png);
    z-index: 4;
    top: 0px;
    height: 100%;
    width: 100%;
}

    .otherProjectLoadingBars svg {
        top: 62px !important;
    }

.otherProjLoadingPleaseWaitHolder {
    width: 100px;
    position: relative;
    top: -52px;
    z-index: 10;
    margin: 0 auto;
}

.projectLoadingBars {
    opacity: 0;
    position: absolute;
    z-index: 4;
    height: 30px;
    width: 600px;
    left: 50%;
    top: 50%;
    display: none;
    margin-left: -200px;
    margin-top: 30px;
}

.slideStoryPhotoMarried {
    left: 66%;
}

.projectSecondaryImage {
    position: relative;
    float: right;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -2;
    overflow: hidden;
    right: -67%;
    width: 100%;
    height: 100%;
}

    .projectSecondaryImage img {
        width: 100%;
        height: 100%;
        -webkit-transform: skew(15deg);
        transform: skew(15deg);
        position: relative;
    }


.nextProjArrows {
    position: absolute;
    top: 50%;
    left: 50%;
}

.projNavBtn {
    position: absolute;
    overflow: visible;
    width: 50px;
    top: 40px;
    cursor: pointer;
}

#prevProjActiveBtn {
    opacity: 0;
}

#nextProjActiveBtn {
    opacity: 0;
}

.prevArrows {
    opacity: 0;
    position: relative;
    left: 20px;
}


.nextArrows {
    opacity: 0;
    position: relative;
    left: 100px;
}


.demoReelCloseBtn {
    position: absolute;
    top: 1%;
    width: 37px;
    cursor: pointer;
    opacity: .7;
    right: -5%;
    display: block;
    transform: scale(.2);
    transition: all 1.3s ease-in-out;
    z-index: 1270;
    height: 34px;
    opacity: 0;
}

.demoReelCloseBtnOn {
    opacity: 1;
    right: 2%;
}

.projectVideoCloseBtn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    opacity: .7;
    width: 100%;
    display: block;
    margin-left: 13%;
}

    .projectVideoCloseBtn img {
        width: 33px;
        right: 10px;
        position: absolute;
        float: right;
    }


.player .video-wrapper {
    background: #eeeeee !important;
}

.projectThumbfullMobile {
    height: 100% !important;
    margin-left: 0px !important;
    left: 0px !important;
    width: 100% !important;
}

.projectThumbSVGImageMobileFull {
    left: 0px !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.projectThumbForceLeft {
    left: 0px !important;
}


.forceStraightPlyrFrame {
    left: 0px !important;
    width: 100% !important;
    transform: initial !important;
}

.fullPageMovingForMenu {
    transition: none !important;
}

#mobileMenuNav {
    position: absolute;
    background-color: white;
    height: 101%;
    top: -20px;
    transform: skewX(-19deg);
    margin-left: -200px;
    width: 88%;
    left: -100%;
    z-index: 3;
    display: none;
    overflow: hidden;
}

    #mobileMenuNav li {
        list-style-type: none;
        height: 33px;
        position: relative;
        float: left;
        transform: skewX(19deg);
        top: 80px;
        clear: both;
        opacity: 0;
        left: 30px;
    }

.mobileNavLine a {
    text-decoration: none;
    color: #686868;
}

.mobileNavLineGraphic {
    position: relative;
    opacity: .8;
    float: left;
    width: 340px;
    margin-left: -460px;
}


    .mobileNavLineGraphic img {
        outline: 1px solid transparent;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        position: relative;
        height: 7px;
    }


.mobilePortfolioNav {
    display: none;
    margin-left: 184px;
    height: 45px !important;
    margin-top: -20px;
}


.mobileNavSec {
    position: relative;
    float: left;
    top: -22px;
    font-size: 20px;
    left: 7px;
    color: #686868;
    cursor: pointer;
}

.mobilePortfolioNav .portfolioNavDot {
    transform: none;
    width: 6px;
    height: 6px;
    float: right;
    right: -12px;
    left: initial;
    bottom: -21px;
}

.mobilePortfolioNavSec {
    font-size: 14px;
    color: #686868;
    cursor: pointer;
    text-align: right !important;
    width: 131px;
}

#mobileMenuClose {
    position: absolute;
    float: right;
    width: 24px;
    z-index: 4;
    right: 100%;
    top: 11px;
    cursor: pointer;
    opacity: 0;
}

.mobileDRBtn {
    position: absolute;
    float: left;
    width: 264px;
    z-index: 3;
    cursor: pointer;
    left: 0px;
    bottom: -36px;
    left: 30px;
    opacity: 0;
    transform: skewX(19deg);
}

    .mobileDRBtn img {
        width: 100%;
    }

.mobileDRContainer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 41;
    background-color: black;
}

.mobileDRPlyr .plyr__video-embed iframe {
    left: 0px !important;
    transform: none !important;
    width: 100% !important;
}


.mobileDRCloseBtn {
    position: absolute;
    top: 1%;
    width: 37px;
    cursor: pointer;
    opacity: .7;
    right: 2%;
    display: block;
    z-index: 1270;
    height: 34px;
    display: none;
}

    .mobileDRCloseBtn img {
        width: 100%;
    }

.mobileDRCloseBottomBtn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    color: #7a9da3;
    z-index: -1;
}


#contactFormSuccessBG {
    position: absolute;
    background-color: black;
    width: 0%;
    height: 100%;
    top: 0px;
    mix-blend-mode: multiply;
    opacity: .6;
    mix-blend-mode: hard-light;
    left: 0px;
}


#contactFormThanks {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    width: 150px;
    -webkit-transform: skew(16deg);
    transform: skew(16deg);
    margin-top: -60px;
    opacity: 0;
}


#contactInfo a {
    text-decoration: none;
    color: inherit;
    z-index: 2;
    cursor: pointer;
    height: 20px;
    position: relative;
}

#hearFromUsSoon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    width: 190px;
    -webkit-transform: skew(16deg);
    transform: skew(16deg);
    margin-top: -23px;
    float: left;
    opacity: 0;
}

.contactSuccess {
    display: none;
}


#betterinchrome {
    position: absolute;
    z-index: 2;
    width: 240px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -10px;
}

    #betterinchrome img {
        width: 70px;
        opacity: 0;
    }

    #betterinchrome p {
        font-weight: 500;
        color: #84807e;
        font-size: 18px;
        opacity: 0;
    }


.metaData a {
    text-decoration:none;
    color: inherit;
}