body {
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    height: auto;
    width: 100vw;
    overflow-x: hidden;
    color: #333;
}

.heroBackgroundImage {
    /* background-image: url('../assets/2x/Asset 18@2x.png'); */
    background-size: cover;
    background-position: bottom;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: black;
}

section.hero {
    height: 600px;
    padding: 1px;
}

.heroLeft {
}

.heroLeft h2 {
    margin: 0px;
}

h2 {
    font-size: 37px;
    line-height: 44px;
    letter-spacing: 3px;
}

.whiteTxt, p.whiteTxt {
    color: white;
}

.heroRight p {
    font-size: 13px;
    padding: 0px 13px;
}

.heroRight {
    width: 230px;
}

.btn {
    display: flex;
    align-items: center;
    width: 230px;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    transition: all .5s;
}

.btn.borderBtn {
    border: 2px solid;
}

.whiteBtn {
    border-color: white;
}

.centerText {
    text-align: center;
}

section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.widthMid {
    width: 630px;
    max-width: 85%;
    margin: auto;
}

.widthFull {
    width: 800px;
    max-width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

.lightGray, p {
    color: #808080;
}

.darkSpacer {
    width: 30px;
    height: 2px;
    background: #333;
    border-radius: 5px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 70px;
}

.thirds img {
    height: 65px;
    margin-bottom: 35px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.thirds>div {
    width: 232px;
    margin-bottom: 50px;
}

.subTitle {
    font-size: 19px;
    font-weight: 600;
}

section.hero .widthFull {
    height: 100%;
    align-items: center;
}

.tanBackground {
    background-color: #f1ece6;
}

div#TVText img {
    width: 148px;
}

div#TVBanner:before {content: '';width: 100%;height: 58px;background: #3d3f4b;display: block;opacity: .31;}

div#TVText {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
    background: #f1ece6;
    text-align: center;
    margin-top: -30px;
}

div#TVBanner {
    position: relative;
    margin-bottom: 100px;
    margin-top: 40px;
}

.flex.thirdsCol {
    flex-direction: column;
}

.fancyBtn {
    font-size: 20px;
    border: 1px solid #999;
    color: #828282;
    font-weight: 300;
    padding: 10px 35px;
    display: inline-block;
    cursor: pointer;
    margin-top: 50px;
    transition: all .5s;
    z-index: 1;
    position: relative;
}

#TVCol {
    width: 295px;
}


.darkBackground {
    background-color: #3d3f4b;
}

.base img {
    width: calc(132.2%);
    margin-left: -13%;
}

.top img {
    width: calc(131% * .72);
    margin-top: -10vw;
    margin-left: -22%;
}

.second img {
    width: calc(131% * .8);
    margin-left: -15%;
    margin-top: -8vw;
}

div#StackedImages>div {
    position: absolute;
    transition: all 1.5s;
}

section#FFSection {
    padding-bottom: 55vw;
    margin-bottom: 34vw;
}

.base:before {content: '';position: absolute;top: 0;left: 50%;height: 58%;width: 50vw;background: #3d3f4b;z-index: -1;}

div#StackedImages {
    position: absolute;
    bottom: 41.25vw;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: auto;
}

.widthSmall {
    width: 470px;
    max-width: 80%;
    margin: auto;
}

div#FormFunctionHeader {
    font-size: 50px;
    font-weight: 300;
    color: #ffffffe0;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    margin-top: 60px;
}

div#FormFunctionHeader>div:first-of-type:after {content: '';height: 1px;background: #ffffff40;width: 100%;display: block;}

div#FormFunctionHeader>div:last-of-type:before {
    content: '';
    height: 1px;
    background: #ffffff40;
    width: 100%;
    display: block;
}

div#FormFunctionHeader>div:first-of-type {
    margin-right: 18px;
}

div#FormFunctionHeader>div:last-of-type {
    margin-top: 32px;
}

div#Specialties>div>div:first-of-type {
    min-width: 150px;
    margin-right: 30px;
}

div#Specialties>div {
    margin-bottom: 120px;
}

div#Specialties {
    position: relative;
    left: -100px;
    width: 575px;
    max-width: 90%;
    margin-top: 80px;
}

div#WiresImg {
    position: absolute;
    top: 0px;
    bottom: 30px;
    right: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a {
    text-decoration: none;
}









#ContactForm .btn {
    width: 325px;
    margin-top: 50px;
    border: 2px solid #b2b2b2;
    color: #b2b2b2;
    font-size: 15px;
}

#ContactForm input,#ContactForm textarea {
    width: 325px;
    border: none;
    border-bottom: 1px solid #696c7547;
    font-size: 16px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    font-family: 'Nunito', sans-serif;
}

#ContactForm {
    color: #b2b2b2;
    margin-top: -70px;
}

#ContactForm input+div,#ContactForm textarea+div {
    font-size: 13px;
}

textarea {
    height: 110px;
    resize: none;
}

div#ContactWrapper .flex {
    align-items: center;
}

div#ContactBackground {
    background-image: url('../assets/2x/Asset 41@2x.png');
    height: 300px;
    background-size: cover;
    padding-top: 50px;
    margin-top: -100px;
}

div#ContactBackground h3 {
    font-size: 27px;
    font-weight: 400;
}

div#ContactWrapper:before {content: '';position: absolute;top: -124px;left: -10%;height: 400px;width: 120%;background: white;transform: rotate(-7deg);z-index: -1;}

div#ContactWrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

div#ContactWrapper img {
    margin-left: 80px;
}


.whiteBtn:hover {
    background: #ffffff14;
}

.btn:hover {
    box-shadow: 2px 3px 11px 0px #0000002e;
}

.fancyBtn:hover {
    box-shadow: 2px 3px 11px 0px #0000002e;
}

.second {
    transform: translateY(132px) scale(1.1) translateX(22px);
}

.top {
    transform: translateY(248px) scale(1.2) translateX(60px);
}

.spread .second,.spread .top {
    transform: translateY(0px) scale(1) translateX(0px);
}





div#FormComplete {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ad;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#FormComplete .content {
    /* background: white; */
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    color: white;
}

.closeBtn {
    margin-top: 8px;
    font-size: 20px;
}





#TVCol>div {
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s;
    display: flex;
}

#TVCol>div.animateIn {
    transform: translateX(0px);
    opacity: 1;
}
.heroBackgroundImage video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    opacity: .4;
}

#TVCol>div .icon {
    min-width: 70px;
}


div#Specialties a {
    color: #333;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

div#Specialties a img {
    margin-left: 15px;
    transition: all .5s;
}

div#Specialties a:hover img {
    margin-left: 20px;
}





@media all and (min-width: 1000px) {
    section#FFSection {
        margin-bottom: 290px;
        padding-bottom: 500px;
    }

    div#StackedImages {
        bottom: 412px;
    }
}


@media all and (max-width: 800px){
    .flex.widthFull {
        justify-content: space-around;
        /* justify-content: center; */
    }

    .heroLeft {
        text-align: center;
    }

    h2 {
        font-size: 30px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    section.hero .widthFull {
        padding-top: 20%;
        box-sizing: border-box;
    }

    .centerText.widthMid.lightGray {}

    .thirds>div:last-of-type {
        margin-bottom: 0px;
    }

    div#FormFunctionHeader {
        width: 600px;
        zoom: .6;
        margin-left: auto;
        margin-right: auto;
    }

    div#Specialties {
        left: 0px;
    }

    div#Specialties>div {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-bottom: 80px;
    }

    div#WiresImg {
        display: none;
    }

    div#Specialties>div>div>img {
        margin-bottom: 30px;
    }

    div#Specialties a {justify-content: center;}

    div#Specialties>div:last-of-type {
        margin-bottom: 0px;
    }

    div#ContactBackground h3 {
        font-size: 22px;
    }

    div#ContactBackground {
        height: 250px;
    }

    div#ContactWrapper img {
        display: none;
    }

    #TVCol>div {
        margin-bottom: 50px;
        transform: translateX(0px);
    }

    .heroLeft h2 {
        max-width: 100%;
    }

    div#ContactWrapper>.flex>div {
        display: none;
    }
}





.footerColumns>div {
    opacity: 0;
    pointer-events: none;
}

.mainMenu {
    display: none;
}

#MobileCloseMenuBtn {
    display: none;
}
