/*************
Base Variables
**************/
/*****
Colors
******/
/*****
Mixins
******/
.focus-outline {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
/************************
Reset some basic elements
*************************/
body,
header,
footer,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
figure,
img,
fieldset,
input,
select,
textarea,
hr {
    margin: 0px;
    padding: 0px;
}

header,
footer,
section {
    display: block;
}

header,
footer,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
figure,
img,
span,
fieldset,
input,
select,
textarea {
    box-sizing: border-box;
}

.PrimaryHeadingSet {
    font-family: "futura-pt-condensed";
}

.PrimaryHeadingSet__h1 {
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    color: #063845;
    margin-bottom: 14px;
}

.PrimaryHeadingSet__a {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    text-transform: normal;
    letter-spacing: normal;
    color: #7A7A7A;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 10px 0px;
    display: inline-block;
}

.SuccessMessage {
    color: #000;
    font-family: "futura-pt";
    padding: 18px 18px 25px;
    max-width: 440px;
    margin: 0 auto;
}

.SuccessMessage__p {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-transform: normal;
    letter-spacing: normal;
    color: #000;
}

    .SuccessMessage__p a {
        color: inherit;
    }

.ServerErrorMessages__p {
    font-family: "futura-pt";
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-transform: normal;
    letter-spacing: normal;
    color: #a73029;
}

    .ServerErrorMessages__p:last-child {
        margin-bottom: 12px;
    }

    .ServerErrorMessages__p a {
        color: inherit;
    }
/************
Common Styles
*************/
/*body {
  background: url("../images/backgrounds/black-hawk-helicopter.jpg") no-repeat 0px 0px transparent;
  background-attachment: fixed;
  background-size: cover;
}*/
.date-icon-set {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}

.modal,
.moaa-form,
.radio-field,
.select-field,
section.modal-frame {
    position: relative;
}

.field-row,
.field-group,
.heading-set,
.field-group,
.page-overlay,
.select-field,
.field-column-full,
.field-column-full-span,
.field-group-membership,
.registration-error-messages {
    width: 100%;
}

a,
p,
label,
input,
.helper-text,
.select-field {
    font-family: "futura-pt";
}

fieldset {
    border: none;
}

select,
input[type="radio"] {
    opacity: 0;
}

select,
#close-button-bar,
.radio-field:after,
input[type="radio"] {
    position: absolute;
}

.radio-field,
.radio-field:after,
input[type="radio"] {
    height: 15px;
    width: 15px;
}

    .radio-field,
    .error-message,
    .radio-field:after,
    input[type="radio"],
    .helper-link-one,
    .helper-link-two {
        display: block;
    }

.field-arrow-icon,
.field-column-full,
.field-column-full-span,
.field-column-bilateral,
.registration-error-messages {
    display: table-cell;
}
/************
Modal Styles
*************/
.page-overlay {
    z-index: 50;
}

section.modal-frame {
    z-index: 100;
}

.modal,
.moaa-form {
    z-index: 200;
}

.page-overlay {
    background-color: rgba(6, 56, 69, 0.75);
    min-height: 100%;
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

section.modal-frame {
    border: solid 2px #ffffff;
    max-width: 520px;
    width: 100%;
    margin: 0px auto;
    padding: 8px;
    top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-height: 780px) {
    .main-form section.modal-frame {
        top: 0;
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 540px) {
    section.modal-frame {
        max-width: none;
        padding: 0px;
        border: none;
    }
}

section.modal-frame .modal {
    border: solid 2px #acacac;
    background-color: #ffffff;
}

@media screen and (max-width: 540px) {
    section.modal-frame .modal {
        border: none;
    }
}

#close-button-bar {
    cursor: pointer;
    z-index: 250;
    right: 20px;
    top: 20px;
}

    #close-button-bar .close-button {
        background: url("../images/icons/close-button.png") no-repeat center center transparent;
        background-size: cover;
        display: block;
        height: 15px;
        width: 15px;
    }
/***********************
Helper Text/Links Styles
************************/
.helper-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    text-transform: normal;
    letter-spacing: normal;
    color: #7A7A7A;
    display: block;
}

    .helper-text a {
        text-decoration: none;
        color: #7A7A7A;
    }

.helper-link-one,
.helper-link-two {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    text-transform: normal;
    letter-spacing: normal;
    color: #7A7A7A;
    text-decoration: underline;
}

.helper-link-two {
    color: #063845;
    font-weight: bold;
    line-height: 14px;
    font-size: 12px;
}

@media screen and (max-width: 540px) {
    .helper-link-two {
        margin: 5px 0px 4px;
    }
}
/**********
Form Styles
***********/
.moaa-form {
    /* IE10+ specific styles go here */
    /***********
  Error Styles
  ************/
}

    .moaa-form .text-row,
    .moaa-form .field-row {
        display: table;
    }

    .moaa-form .field-group {
        max-width: 440px;
        margin: 0px auto;
    }

        .moaa-form .field-group .field-row {
            margin-bottom: 5px;
        }

            .moaa-form .field-group .field-row .field-column-full,
            .moaa-form .field-group .field-row .field-column-bilateral,
            .moaa-form .field-group .field-row .registration-error-messages {
                vertical-align: top;
            }

            .moaa-form .field-group .field-row .field-column-bilateral {
                width: 50%;
            }

    .moaa-form .text-row {
        margin-bottom: 20px;
        margin-top: -3px;
    }

    .moaa-form .field-group-membership fieldset div.field-column-full {
        padding: 15px 28px 15px;
        vertical-align: middle;
    }

    .moaa-form .field-group-membership fieldset div.field-row:first-child {
        background-color: #7a4e18;
    }

    .moaa-form .field-group-membership fieldset div.field-row:nth-child(2) {
        background-color: #7f7f7f;
    }

    .moaa-form .field-group-membership fieldset div.field-row:last-child {
        background-color: #b79e27;
    }

    .moaa-form .field-group-membership fieldset label small {
        font-size: 13px;
        font-weight: normal;
        line-height: 15px;
        text-transform: normal;
        letter-spacing: normal;
        color: #ffffff;
        letter-spacing: .08em;
    }

    .moaa-form:last-child .select-field:first-child {
        margin-right: 5px;
    }

    .moaa-form .basic-form-part-one {
        padding: 18px 0px 25px;
    }

        .moaa-form .basic-form-part-one #form-heading {
            margin: 0px 0px -7px;
        }

    .moaa-form .detail-form {
        margin-top: 0px;
        display: none;
    }

        .moaa-form .detail-form > div:first-child {
            margin-top: 20px;
        }

        .moaa-form .detail-form .label-text {
            font-size: 12px;
            font-weight: normal;
            line-height: 15px;
            text-transform: capitalize;
            letter-spacing: normal;
            color: #7A7A7A;
            letter-spacing: .04em;
        }

        .moaa-form .detail-form .radio-field:first-child {
            margin-left: 8px;
        }

@media screen and (max-width: 540px) {
    .moaa-form .detail-form div.field-row:last-child input,
    .moaa-form .detail-form div.field-row:last-child .select-field {
        float: none;
    }

    .moaa-form .detail-form div.field-row:last-child .select-field {
        margin-bottom: 5px;
    }
}

.moaa-form .basic-form-part-two .primary-heading-set h1 {
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #063845;
    margin-bottom: 5px;
    margin-top: 20px;
}

.moaa-form .basic-form-part-two .text-row:last-child {
    margin-bottom: 38px;
}

.moaa-form .basic-form-part-two .helper-text {
    line-height: 13px;
}

.moaa-form .basic-form-part-one div.field-row:last-child,
.moaa-form .basic-form-part-two div.field-row:last-child {
    margin-bottom: 0px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .moaa-form .basic-form-part-one .primary-heading-set h1 {
        font-size: 17px;
        line-height: 37px;
    }

    .moaa-form .basic-form-part-two .primary-heading-set h1 {
        letter-spacing: .02em;
        line-height: 17px;
        font-size: 9px;
    }
}

.moaa-form .form-footer {
    padding-bottom: 13px;
}

    .moaa-form .form-footer div.field-row:first-child {
        margin-bottom: 18px;
    }

    .moaa-form .form-footer .helper-text {
        line-height: 15px;
        font-size: 13px;
        display: block;
    }

        .moaa-form .form-footer .helper-text a {
            text-decoration: underline;
        }

.moaa-form label,
.moaa-form input,
.moaa-form select,
.moaa-form .select-display {
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    text-transform: normal;
    letter-spacing: normal;
    color: #7A7A7A;
    border-radius: 0px;
    appearance: none;
}

.moaa-form input {
    max-width: 215px;
    width: 100%;
    height: 28px;
    padding: 0px 8px;
    border: solid 1px #acacac;
    max-height: 28px;
}

    .moaa-form input[name="password"],
    .moaa-form input[name="verify_password"] {
        padding-right: 25px;
    }

    .moaa-form input::placeholder,
    .moaa-form input::-moz-placeholder {
        color: #7A7A7A;
        opacity: .95;
    }

    .moaa-form input::-webkit-input-placeholder {
        color: #7A7A7A;
        opacity: .95;
    }

.moaa-form select,
.moaa-form .select-field {
    max-width: 215px;
    width: 100%;
    height: 27px;
    padding: 0px;
    border: solid 1px #acacac;
}

@media screen and (max-width: 540px) {
    .moaa-form select,
    .moaa-form .select-field {
        max-width: 100%;
        width: 100%;
        height: 27px;
        padding: 0px;
        border: solid 1px #acacac;
    }
}

.moaa-form .detail-form div.field-row:nth-child(2) .select-field .select-display {
    width: 90%;
}

.moaa-form select {
    left: 0px;
    top: 0px;
}

.moaa-form .select-field .select-display,
.moaa-form .select-field .field-arrow-icon {
    position: relative;
}

.moaa-form .select-field .select-display {
    max-width: calc(100% - 22px);
    width: calc(100% - 22px);
    height: 26px;
    padding: 0px 0px 0px 8px;
    border: none;
    display: block;
    line-height: 26px;
    max-height: 26px;
    overflow: hidden;
}

.moaa-form .select-field .field-arrow-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: url("../images/icons/select-field-arrow.png") no-repeat left center transparent;
}

.moaa-form input[type="submit"] {
    max-width: 62px;
    width: 100%;
    height: 27px;
    padding: 0px 8px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #a73029;
    font-family: "futura-pt-condensed";
}

.join-form--submit-button {
    max-width: 80px;
    width: 100%;
    height: 27px;
    padding: 0px 8px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #a73029;
    font-family: "futura-pt-condensed";
}

.moaa-form input[type="radio"] {
    left: -1px;
    top: -8px;
}

.moaa-form .label-text,
.moaa-form .radio-field {
    float: left;
}

.moaa-form .label-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #ffffff;
    font-family: "futura-pt-condensed";
    letter-spacing: .04em;
}

.moaa-form .radio-field {
    background: url("") no-repeat center center transparent;
    border-radius: 50px;
    border: solid 2px #ffffff;
    margin-right: 7px;
}

.moaa-form .detail-form .radio-field {
    border: solid 2px #7A7A7A;
}

    .moaa-form .detail-form .radio-field:after {
        font-size: 22px;
        color: #7A7A7A;
        left: -0.24em;
        top: -0.078em;
    }

@media screen and (max-width: 540px) {
    .moaa-form .detail-form .field-row:first-child .field-column-full .select-field,
    .moaa-form .detail-form .field-row:first-child .field-column-full select[name="country"] {
        max-width: none;
    }
}

.moaa-form .detail-form .field-row:first-child .field-column-full .select-field .select-display {
    width: 93%;
    overflow: hidden;
}

.moaa-form .selected-radio {
    background-image: url("../images/icons/radio-field-dot-white.png");
}

.moaa-form .detail-form .selected-radio {
    background-image: url("../images/icons/radio-field-dot-gray.png");
}

.moaa-form .date-icon-set .icon:first-child {
    margin-right: 8px;
}

.moaa-form .date-icon-set .icon img.calendar-icon {
    height: 24px;
    width: 23px;
}

.moaa-form .date-icon-set .icon img.question-icon {
    height: 16px;
    width: 16px;
}

.moaa-form .notice {
    max-width: none;
    width: 90%;
    height: auto;
    padding: 55px 8px;
    border: none;
}

.moaa-form .error input,
.moaa-form .select-field.error {
    border: solid 1px #a73029;
}

    .moaa-form .error input,
    .moaa-form .registration-error,
    .moaa-form .match-error-message a,
    .moaa-form .registration-error a,
    .moaa-form .select-field.error .select-display {
        color: #a73029;
    }

.moaa-form .error input,
.moaa-form .select-field.error {
    background: url('../images/icons/error-icon.png') no-repeat right 8px center transparent;
    color: #a73029;
}

    .moaa-form .select-field.error .field-arrow-icon {
        background-image: url('');
    }

    .moaa-form .error input::placeholder,
    .moaa-form .error input::-moz-placeholder {
        color: #a73029;
        opacity: 1;
    }

    .moaa-form .error input::-webkit-input-placeholder {
        color: #a73029;
        opacity: 1;
    }

.moaa-form .error-message,
.moaa-form .match-error-message {
    font-family: "futura-pt";
    clear: both;
}

.moaa-form .registration-success {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-transform: normal;
    letter-spacing: normal;
    color: #1c7b17;
}

@media screen and (max-width: 540px) {
    .registered-fields,
    .moaa-form .detail-form,
    .moaa-form .form-footer,
    .moaa-form .basic-form-part-one,
    .moaa-form .basic-form-part-two,
    .moaa-form .field-group-membership fieldset div.field-column-full {
        padding-right: 20px;
        padding-left: 20px;
    }

        .moaa-form .basic-form-part-one .field-column-full,
        .moaa-form .basic-form-part-two .field-column-full,
        .moaa-form .basic-form-part-one .field-column-bilateral,
        .moaa-form .basic-form-part-two .field-column-bilateral {
            display: block;
        }

    .moaa-form .field-group .field-row .field-column-bilateral {
        width: 100%;
    }

    .moaa-form input,
    .moaa-form .field-group {
        max-width: none;
    }

    .moaa-form .mobile-spacer {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 415px) {
    .moaa-form .field-group-membership .label-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    .moaa-form .field-group-membership .label-text {
        font-size: 13px;
    }
}

.server-error-messages {
    margin-bottom: 12px;
}

.close-modal,
.moaa-form .registration-messages .registration-error {
    display: none;
}

.close-modal {
    opacity: 0;
}

.close-modal {
    overflow: hidden;
    height: 0px;
}

.confirm-registered-form p.helper-text {
    margin-bottom: 25px;
}
