/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ITC Avant Garde Gothic Pro Medium by ITC
 * URL: https://www.myfonts.com/collections/itc-foundry

 * Webfont: ITC Avant Garde Gothic Pro Book by ITC
 * URL: https://www.myfonts.com/collections/itc-foundry

 * Webfont: ITC Avant Garde Gothic Pro Bold by ITC
 * URL: https://www.myfonts.com/collections/itc-foundry

 * © 2026 MyFonts Inc. */
@font-face {
    font-family: "ITCAvantGardeGothicProMedium";
    src: url('/fonts/ITCAvantGardeGothicProMedium/font.woff2') format('woff2'), url('/fonts/ITCAvantGardeGothicProMedium/font.woff') format('woff');
}
@font-face {
    font-family: "ITCAvantGardeGothicProBook";
    src: url('/fonts/ITCAvantGardeGothicProBook/font.woff2') format('woff2'), url('/fonts/ITCAvantGardeGothicProBook/font.woff') format('woff');
}
@font-face {
    font-family: "ITCAvantGardeGothicProBold";
    src: url('/fonts/ITCAvantGardeGothicProBold/font.woff2') format('woff2'), url('/fonts/ITCAvantGardeGothicProBold/font.woff') format('woff');
}


html {
    font-size: 16px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html,
body {
    font-family: "ITCAvantGardeGothicProBook";
    font-weight: normal;
    font-style: normal;
    color: #002989;
    margin: 0;
    padding:0;
}

body {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    padding: 1rem 1rem 0 1rem;
}

.main-inner-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center !important;
    flex-grow: 1;
    background-image: url("/img/bg.jpg");
    background-size: auto 100%;
    background-repeat: repeat-x;
    text-align: center;
    padding: 3rem 1rem 5rem 1rem;
}

.main-content {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.main-content h1,
.main-content p {
    padding: 0 .75rem;
}


.logo {
    width: 50%;
    height: auto;
    border: 0;
    margin: 3rem auto;
}

.form {
    text-align: left;
}

.form .input-group {
    margin-bottom: 1rem;
}

.form .input-group.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
}

.form .input-group.error p {
    margin-block-start: 0.25rem;
    margin-block-end: 0.25em;
}

.form input,
.form select {
    background-color: transparent;
    border-width: thin;
    border-color: #002989 !important;
    border-top-color: #002989 !important;
    border-bottom-color: #002989 !important;
    border-left-color: #002989 !important;
    border-right-color: #002989 !important;
}

.form .dob-fields {
    margin-bottom: 0.75rem;
}

.form input.dob-fields,
.form select {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
}

.form .dob-fields::placeholder {
    color: #8296c5;
}

.form input[type="checkbox"] {

    margin-left: 0;

    /* Remove default browser styling */
    -webkit-appearance: none;
    appearance: none;

    /* Set custom dimensions and border */
    width: 20px;
    height: 20px;
    border: 2px solid #002989;
    border-radius: 4px;

    /* Make the background transparent */
    background-color: transparent;

    display: inline-grid;
    place-content: center;
    cursor: pointer;
}

/* Style the checkmark for the checked state */
.form input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #002989; /* Color of the checkmark */
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form label {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

.form .checkbox-label {
    font-size: 0.7rem;
    padding: 1rem 0;
}

.form #submit {
    display: block;
    width: 100%;
    background-color: #002989;
    border-color: #002989;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.25rem;
    cursor: pointer;
}

.form #submit:hover {
    background-color: #002989;
}

.form .form-legal {
    line-height: 1.5;
    font-size: 0.6rem;
    margin-bottom: 2rem;
}

.form .form-legal a,
.form .form-legal a:link,
.form .form-legal a:visited,
.form .form-legal a:hover,
.form .form-legal a:active  {
    color: #002989;
}

.form .form-legal a:hover,
.form .form-legal a:active  {
    color: #002989;
}

.text-center {
    text-align: center;
}

b,
strong,
h1 {
    font-family: "ITCAvantGardeGothicProBold";
}

h1 {
    font-size: 2rem;
}

.bigger {
    font-size: 1.3rem;
}

.form-ribbon {
    width: 520px;
    height: auto;
    position: absolute;
    left: -250px;
    top: -230px;
}

.thank-you-ribbon {
    width: auto;
    height: auto;
    max-width: 150%;
    max-height: 37%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100000;
}

@media (max-height: 668px) {
    .thank-you-ribbon {
        max-width: 150%;
        max-height: 20%;
    }
}

@media (min-width: 1024px) and (min-height: 925px) {
    .thank-you-ribbon {
        max-width: 150%;
        max-height: 60%;
    }
}

@media (max-width: 720px) and (min-height: 990px) {
    .thank-you-ribbon {
        max-width: 200%;
        max-height: 60%;
    }
}

footer {
    width: 100%;
    height: fit-content;
    flex-grow: 0;
    background-color: #002989;
    color: #fff;
    text-align: left;
    padding: 0 2rem;
    margin: 0;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #fff !important;
    text-decoration: none;
}

footer a:active {
    text-decoration: underline !important;
}

footer .full-width {
    width: 100%;
    height: auto;
    font-size: 0.7rem;
    margin: 0;
    padding-top: 1.5rem;
}

footer .small-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.6rem;
    padding: 1.5rem 0;
}

.content-left {
    text-align: left;
}

.content-right {
    text-align: right;
}