﻿body {
    background-color: #ffffff;
}

.inputs div {
    display: flex;
}

.inputs input[type="text"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="password"], .inputs select, .inputs textarea {
    width: 100%;
    /*max-width: 600px;*/
}

input[type="checkbox"] {
    padding: 0px;
    margin-right: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.checkbox-top input[type="checkbox"] {
    margin-top: 3px;
}

.center-1 .buttons {
    text-align: right;
}

.button-1 {
    color: #fff;
    background-color: #6b380d;
    box-shadow: none;
    font-size: 16px;
    padding: 15px 43px;
    border-radius: 0;
    /*test*/
    background-image: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    /*position: relative;*/
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    white-space: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.button-1:hover {
    background-color: #1d64c5;
}

.fieldset .title {
    margin-bottom: 10px;
}

.fieldset .title p, p {
    font-size: 14px;
}

.padding-label label {
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.page-title {
    padding-left: 0px;
    padding-right: 0px;
}

hr {
    color: #bfc0c1;
    vertical-align: middle;
    line-height: 1;
    padding-top: 10px;
    border-width: 1px;
    border-top: 1px solid #bfc0c1;
}

.inputs label {
    white-space: normal;
    width: auto;
}

.inputs.checkbox label {
    display: flex;
    flex-direction: column;
    place-content: center;
    width: auto;
    margin-bottom: 0px;
}

.clr-red {
    /* Warning: Remember to update forms.css .waitlist class. */
    color: #b90000;
}

.fw-700 {
    font-weight: 700;
}

.contact-destination .inputs label {
    margin-bottom: 0px;
}

.master-column-wrapper {
    margin-top: 30px;
}

.master-wrapper-content {
    min-height: 80vh;
}



/*HERO*/
.hero-img {
    display: none;
}
.hero-comp {
    margin-bottom: 4px;
}
.master-wrapper-page {
    margin-top: 200px;
}

@media (min-width: 1001px) {
    .master-wrapper-page {
        margin-top: 0px;
    }
    .hero-comp {
        height: auto;
        position: relative;
        overflow: hidden;
        z-index: 0;
        position: relative;
        margin-bottom: 30px;
    }

    .hero-img {
        width: 100%;
        height: auto;
        z-index: 0;
        display: block;
    }

    .hero-text {
        position: absolute;
        z-index: 5;
        bottom: 0px;
        left: 0px;
    }

    .title-white {
        color: #fff;
        text-shadow: 0 0 3px #000000, 0 0 5px #000000;
        text-align: right;
        padding: 20PX 40PX;
    }
}

/*hero above*/

