#customPageTitle {
    display: none
}

.customPageCenteredContent {
    width: 100%!important;
    min-width: 0
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--black)
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: var(--base)
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: var(--base)
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: var(--base)
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: var(--base)
}

.titleCustom {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 27px
}

textarea {
    resize: none;
    height: 170px;
    border: 1px solid var(--base);
    border-radius: 0;
    padding-left: 15px;
    color: var(--base);
    padding-top: 15px;
    margin-top: 20px;
    font-size: 14px
}

textarea::placeholder {
    color: var(-base)7d
}

input {
    width: calc(100% - 15px);
    color: var(--base);
    margin-top: 20px;
    border: 1px solid var(--base);
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    border-radius: 0
}

input::placeholder {
    color: var(-base)
}

.contactText {
    color: var(--grey);
    line-height: 20px;
}

.contactContainer {
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center
}

.contactContainer img {
    width: calc(100% - 50rem)
}

.contactFormContainer {
    position: absolute;
    right: 0;
    width: 65rem;
    z-index: 1;
    background: #fff
}

.contactDiv {
    width: 76%;
    position: relative;
    float: left;
    margin-left: 12%;
    margin-top: 3.5rem;
    max-width: 38rem;
    margin-bottom: 0
}

.title {
    width: 76%;
    position: relative;
    float: left;
    margin-top: 5rem;
    margin-left: 12%;
    text-transform: uppercase;
    font-size: 3rem
}

.contactInput {
    border: 1px solid var(--grey);
    border-radius: 0;
    color: var(--base);
    padding: 0;
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1rem;
    height: 4rem;
    font-weight: 300;
    margin-bottom: 2rem
}

.contactInput.contactTextarea {
    height: 13rem;
    padding-top: 1rem
}

.sendContact {
    background-color: var(--blue);
    border-radius: 0;
    font-weight: 600;
    height: 5rem;
    line-height: 5rem;
    width: 100%;
    border: 1px solid var(--blue);
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5rem;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 15px
}

.contactBanner {
    width: 100%;
    margin-top: 0px;
}

.boxContainer {
    display: flex;
    height: 100%
}

.left {
    width: 53%;
    height: 83rem;
}

.right {
    width: 29%;
    padding-top: 8vh;
    padding-left: 9%;
    padding-right: 9%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.formContainer {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 769px) and (max-width:1105px) {
    #content {
        min-width:unset
    }
}

@media screen and (max-width: 1100px) {
    .contactFormContainer {
        position:relative;
        width: 90%;
        margin: auto
    }

    .boxContainer {
        flex-direction: column
    }

    .left {
        width: 100%
    }

    .right {
        width: 90%;
        padding: 0;
        margin: auto;
        margin-top: 50px
    }

    .title {
        width: 90%;
        margin-left: 0%;
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 3rem
    }

    .contactContainer img {
        width: 100%;
        height: auto
    }

    .contactContainer {
        flex-direction: column;
        width: 100%
    }

    .contactDiv {
        width: 96%;
        margin-left: 1%;
        margin-top: 0rem
    }
}
