html, body{
    background-color: #ffffff !important;
}
[data-content-type='row'][data-appearance='contained']{
    max-width: unset;
}
.contact-main{
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1264px;
    padding: 0 32px;
    font-size: 18px;
}
.contact-banner-content{
    width: 500px;
    font-size: 16px;
    background: rgba(256, 256, 256, 0.7);
    padding: 10px 30px 30px 30px;
    margin-left: 13%;
}
.contact-banner-content h3 {
    border-left: 3px solid #FF4610;
    padding-left: 8px;
    font-size: 30px;
    font-weight: 900;
}
.content.row{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    justify-content: space-between;
}
.go-contact.message{
    width: 60%;
}
.go-contact.partner{
    width: 35%;
}
.partnership{
    overflow: hidden;
    padding: 0 30px;
    height: 465px;
}
.partnership{
    background: url('../images/contact-partnership.png') no-repeat center;
}
.message h3, .partnership h3 {
    font-size: 30px;
    border-left: 3px solid #FF4610;
    padding-left: 8px;
}
.partnership .desc{
    padding-top: 50px;
}

.fieldset{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
    font-size: 16px;
}
.fieldset .name, .fieldset .email{
    width: 45%;
}
.fieldset .comment{
    width: 100%;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label{
    font-weight: normal;
}
input[type="text"], input[type="email"]{
    height: 40px;
}
.action.primary, .action-primary{
    background: #ff4610 !important;
    border: 1px solid #ff4610 !important;
    padding: 11px 20px !important;
}

.contact .message{
    margin: 0 0 10px;
    padding: 12px 0 12px 28px;
    font-size: 15px;
    /*background: #e5efe5;*/
    color: #006400;
    position: relative;
    display: none;
}
.contact .message:before{
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    position: absolute;
    text-align: center;
}

@media only screen and (max-width: 767px){
    .message h3, .partnership h3, .contact-banner-content h3{
        font-size: 24px;
    }
    .contact-banner-content h3{
        margin-top: 50px;
    }
    .contact-main{
        padding: 0 16px;
        font-size: 16px;
    }
    .go-contact.message, .go-contact.partner{
        width: 100%;
    }
    .go-contact-bg{
        height: auto !important;
        padding-top: 200px !important;
        background-size: auto 200px !important;
        background-position: top center !important;
        min-height: unset !important;
    }
    .contact-banner-content{
        position: static;
        width: auto;
        padding: 0 16px;
        margin: 0;
        height: auto;
    }
}
@media only screen and (max-width: 475px){
    .go-contact.partner{
        flex-wrap: wrap;
    }
    .partnership{
        width: 100%;
        padding: 0;
    }
}
