/*  this resource is hosted in SFMC > CloudPages > Resources
    with a public URL of https://cloud.communications.gulfstream.com/sfmc_forms.css 
*/

body {
    margin: 0;
    background: #ffffff;
    color: #4f4f4f;
    font-weight: 100 !important;
}

body>* {
    font-family: 'Gulfstream Horizon', Arial, sans-serif;
}

.hidden {
    display: none !important;
}

#form_header {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 780px;
}

#form_header h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 100;
}

#form_header p {
    font-size: 24px;
    line-height: 1.2;
}

.req {
    color: #AF0000;
}



.wrap {
    max-width: 578px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 14px
}

.field {
    display: flex;
    flex-direction: column;
    margin-top: 16px !important;
}

label,
.label {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 300;
}

label:has(input[type='checkbox']),
label:has(input[type='radio']) {
    font-weight: 100;
}

label:has(+ [required])::before,
.label.required::before {
    content: "* ";
    color: #AF0000;
}

.uk-input,
.uk-select {
    height: 50px !important;
}

input,
select,
textarea {
    border: 1px solid #545454 !important;
    border-radius: 0;
    padding: 12px;
    font-size: 19px;
    line-height: 1.6;
    background: #fff;
    color: #545454 !important;
    font-family: 'Gulfstream Horizon', Arial, sans-serif;
    font-weight: 100;
    max-width: 100%;
}

input:not([type='checkbox']),
input:not([type='radio']),
textarea {
    width: calc(100% - 24px);
}

input[type='checkbox'],
input[type='radio'] {
    appearance: auto;
    accent-color: #c88242 !important;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    border-radius: 0;
    padding: 10px;
}

input[type='radio'] {
    border-radius: 50%;
}

select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D'20'%20height%3D'12'%20viewBox%3D'0%200%2020%2012'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M1.5%201L10%2010L18.5%201'%20stroke%3D'%23898D8D'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.4 !important;
    padding: 10px !important;
}

.radio-group {
    display: flex;
}

.error {
    background-color: rgba(200, 130, 69, 0.2) !important;
    border: 1px solid rgba(200, 130, 69, 1) !important;
}

.form-error-msg {
    margin-top: 40px;
}

.success {
    background: #f2fbf5;
    border: 1px solid #c8eed2;
    color: #156f3a;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 14px
}

.button-wrapper {
    margin: 32px 0;
}

.btn {
    background: #000;
    color: #fff;
    border: 1px solid #041c2c;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    width: fit-content;
}

.btn.light {
    background-color: #ffffff;
    color: #041c2c;
    border-color: #041c2c;
}

.btn:hover {
    background-color: rgba(4, 28, 44, 0.7);
    border-color: rgba(4, 28, 44, 0.7);
    transition: .3s background linear;
}

.btn.light:hover {
    background-color: #cccccc;
    border-color: #cccccc;
}

.pointer {
    cursor: pointer;
}

.full {
    grid-column: 1/-1
}

h1 {
    font-size: 24px;
    margin: 0 0 6px
}

p.desc {
    font-size: 14px;
    color: #555;
    margin: 0 0 18px;
    line-height: 1.5
}

small.hint {
    font-size: 12px;
    color: #666;
    margin-top: 6px
}

.disclaimer {
    margin-top: 40px;
}

.disclaimer,
.disclaimer p {
    font-size: 16px;
    line-height: 1.6;
}

.disclaimer h2 {
    margin-top: 32px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.6;
}

.muted {
    color: #041c2c;
}


/* mobile responsive */
@media(max-width:700px) {
    .grid {
        grid-template-columns: 100%
    }

    .disclaimer {
        width: 288px;
    }

    .disclaimer.full {
        width: 100%;
    }
}

/* simple honeypot hide */
.hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* custom styles for Aircraft Sales */

#aircraftSales.wrap {
    max-width: 1200px;
    padding: 0 145px;
    display: flex;
}

#aircraftSales .field:first-child {
    margin-top: 0 !important;
}

#rvpPanel {
    width: 100%;
    max-width: 576px;
}

#rvpHeader {
    font-weight: 400;
    font-family: 'Gulfstream Horizon Display', 'Gill Sans', Futura, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    width: fit-content;
}

#rvpHeaderLine {
    height: 1px;
    background-color: #898d8d;
    margin: 10px 0 0;
}

#rvpContainer {
    margin-top: 44px;
}

.manager {
    border: 0;
    border-radius: 0;
    padding: 16px;
    margin: 0 0 36px 0;
    font-size: 20px;
    line-height: 1.5;
    color: #4f4f4f;
    background-color: #ffffff;
}

.manager .name {
    font-weight: 700;
    font-size: 22px;
}

.manager a {
    color: #4f4f4f !important;
}

.manager a:hover {
    color: #929292;
}

.avatar {
    width: 165px;
    height: 165px;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 0 24px;
}

.avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


#aircraftSales #frm {
    width: 100%;
    max-width: 578px;
    margin-left: 47px;

}

@media(max-width:599px) {
    #aircraftSales.wrap {
        padding: 0 !important;
        flex-wrap: wrap !important;
    }

    #frm {
        margin-left: 0 !important;
        width: 99% !important;
    }

    input[type='checkbox'],
    input[type='radio'] {
        padding: 8px;
    }
}