.contactContainer {
    display: table;
    width: 100vw;
    height: 90vh;
    background: linear-gradient(90deg, #ecd577, #eb9797);
    text-align: center
}

.contactLeft {
    display: table-cell;
    box-sizing: border-box;
    width: 50vw;
    padding: 80px;
    border-right: 1px solid #000
}

.rightInner h4,
label h4 {
    padding: 1em 0 .2em
}

.mc-field-group label {
    padding-top: 0
}

.contactLeft form {
    box-sizing: border-box;
    width: 60vw;
    margin: 0 auto;
    text-align: left
}

.contactLeft form h2 {
    margin-left: -5px
}

form input {
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    width: 80%;
    max-width: 400px;
    border: 0;
    border-bottom: 1px solid #000;
    line-height: 1.3em;
    background: 0 0;
    transition-duration: .2s
}

form .growOnFocus:focus {
    background-color: rgba(238, 238, 238, .116);
    font-size: 1.5rem;
    box-shadow: none
}

.contactLeft form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.3em;
    min-width: 35vw;
    box-sizing: border-box;
    max-width: 35vw;
    height: 15vh;
    max-height: 30vh;
    border: 0;
    border-bottom: 1px solid #000;
    background: 0 0;
    transition-duration: .2s;
    transition: height 0s, background-color .2s, font-size .2s
}

.contactLeft form textarea:focus {
    background-color: rgba(255, 255, 255, .089);
    font-size: 1.2rem
}

form button {
    font-weight: 500 !important;
    margin-top: 1rem !important;
    font-size: 1.1rem
}

.buttonContainer {
    display: inline-block;
    text-align: right
}

.w35vw {
    min-width: 35vw;
    max-width: 35vw
}

.contactRight {
    display: block;
    box-sizing: border-box;
    padding-top: 0;
}

.rightInner {
    text-align: left;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    width: 60vw;
    margin: 0 auto
}

.rightInner a img:hover {
    opacity: 1
}

.rightInner p {
    display: inline;
    margin: 0
}

.innerLeft,
.innerRight {
    display: block;

    margin-top: 2rem;
}

.email {
    font-size: 1.5rem;
    padding-top: 1rem
}

.contactCopyEmail {
    margin-left: 0 !important
}

.contactPageButton {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background-color: #1a49b1;
    background: linear-gradient(270deg, #1740a6, #2c789b);
    border: 0;
    margin-top: 1rem;
    color: #fff;
    border-radius: 4px;
    padding: .5rem .8rem;
    opacity: .8;
    transition-duration: .2s;
    display: inline;
    line-height: 1.3;
    font-weight: 400;
    width: auto
}

.customPadding {
    padding: .5rem .2rem .5rem .8rem
}

.contactPageEmailButton {
    line-height: 28px !important;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    border-radius: 4px;
    padding: .2rem .4rem;
    opacity: .8;
    transition-duration: .2s;
    display: inline;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    box-sizing: border-box
}

.contactPageButton:hover {
    opacity: 1;
    cursor: pointer
}

.contactPageEmailButton:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #fff
}

.buttonIcon {
    width: 1rem;
    transform: translate(-3px, 4px);
    padding: 0 5px 0 3px;
    border-right: 1px solid;
    margin-right: 2px
}

.fa-clipboard {
    width: 1.3rem
}

h3 {
    margin: 0 0 0 -3px
}

@media screen and (min-width:66px) {

    .contactContainer,
    .contactLeft,
    .contactRight {
        display: block !important;
        width: auto !important
    }

    .contactContainer {
        padding: 1rem;
        padding-bottom: 4rem;
        height: 80vh !important
    }

    .contactContainer h2 {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .contactLeft,
    .contactRight,
    .rightInner {
        padding: 0 !important;
        border: 0 !important;
        margin-bottom: 70px
    }

    .contactLeft form textarea {
        max-width: 100vh !important;
        height: 30vh !important
    }

    .buttonsContainer a {
        display: inline;
        padding-bottom: 5px;
        width: 180px;
        margin: 0 auto
    }

    .buttonsContainer {
        margin-top: 10px
    }

    .buttonContainer {
        text-align: left;
        margin: 0 auto
    }

    #formBody {
        display: block;
        width: 90%
    }

    #mce-EMAIL {
        width: 160%
    }
}