@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --padding-medium: 15px;
    --neg-padding-medium: -15px;
    --primary-color: #0D1C46;
    --secondary-color: #FF9900;
    --primary-title-font: 'League Spartan', sans-serif;
    --medium-text-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    ;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: var(--medium-text-font);
}

.container {
    max-width: 1140px;
    padding: 0 var(--padding-medium);
    margin: auto;
}

.row {
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row.row-center {
    justify-content: center;
}

.col {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px;
}

.col-6 {
    flex-basis: calc(50% - 20px);
    padding: 10px;
}

.col-4 {
    flex-basis: calc(33.33% - 20px);
    padding: 10px;
}

.col-12 {
    flex-basis: calc(100% - 20px);
    padding: 10px;
}

@media only screen and (max-width: 900px) {
    .row {
        display: block;
        width: 100%;
    }
    .col {
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

@media (min-width: 769px) {
    .hide-screen {
        display: none;
    }
}

.block {
    display: block;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    min-width: 100px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.95;
    text-decoration: none;
    transition: all 0.3s 0s;
}

.btn:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.btn-secondary,
a.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
    font-weight: bold;
}

.btn-primary,
a.btn-primary {
    background-color: var(--primary-color);
    color: #fff !important;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.cards {
    display: flex;
    align-items: center;
}

.cards .icon-text-card {
    background-color: var(--primary-color);
    margin: 15px;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 18px;
    display: flex;
    align-items: center;
    height: 60px;
    transition: all 0.45s;
    position: relative;
    top: 0;
}

.cards .icon-text-card:hover {
    box-shadow: 2px 2px 8px #000;
    top: -10px
}

.cards .card-icon {
    color: var(--secondary-color);
    font-size: 2em;
    margin-right: 10px;
}

.cards .card-text {
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
}

.cards .card-text span {
    white-space: nowrap;
}


/* END .main-header */

.section {
    padding: 80px 0;
}

.section.p-0 {
    padding: 0;
}

.py-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.py-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}

.section.pt-0 {
    padding-top: 0;
}

.section.pb-0 {
    padding-bottom: 0;
}

.main-container h1,
.main-container h2,
.main-container h3 {
    font-family: var(--primary-title-font);
    text-align: center;
}

.main-container h2 {
    font-size: 2em;
    color: var(--primary-color);
    margin-bottom: 1em;
}

.main-container h3 {
    font-size: 0.9em;
    color: var(--secondary-color);
    margin-bottom: -1em;
}

.bg-gray-light {
    background-color: #eeeeee;
}

a {
    text-decoration: none;
}

._hover_underline:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 900px) {
    .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.form-with-submit-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-with-submit-loader.loading::after {
    width: 40px;
    height: 40px;
    border: 5px solid #555;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loader-spin 0.75s linear infinite;
    display: inline-block;
    content: ""
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-with-submit-loader.loading .submit-btn,
.with-submit-loader.loading input[type="submit"] {
    display: none !important;
}

.img-w-sm {
    width: 500px;
}

.cms-form {}

.cms-form {}

.cms-form .form-group {
    padding-bottom: 16px;
}

.cms-form .form-field-group {
    display: flex;
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
}

.cms-form .form-field-group.inline-field-group {
    flex-direction: row;
}

.cms-form .form-field-group textarea {
    resize: vertical;
    min-height: 50px;
}

.cms-form .field-title {
    margin: 0;
    position: relative;
    top: 5px;
}

.form-field-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.cms-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
}

.group-title {
    font-weight: bold;
    font-size: 1.25em;
}

.form-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
    padding: 20px;
    grid-column: span 12;
    margin: 1em;
}

.submit-btn-wrapper {
    grid-column: span 12;
    text-align: center;
}


/* Default to full width on mobile */

.form-field-group {
    grid-column: span 12;
}


/* Define spans for larger screens */

@media (min-width: 768px) {
    .field-span-1 {
        grid-column: span 1;
    }
    .field-span-2 {
        grid-column: span 2;
    }
    .field-span-3 {
        grid-column: span 3;
    }
    .field-span-4 {
        grid-column: span 4;
    }
    .field-span-5 {
        grid-column: span 5;
    }
    .field-span-6 {
        grid-column: span 6;
    }
    .field-span-7 {
        grid-column: span 7;
    }
    .field-span-8 {
        grid-column: span 8;
    }
    .field-span-9 {
        grid-column: span 9;
    }
    .field-span-10 {
        grid-column: span 10;
    }
    .field-span-11 {
        grid-column: span 11;
    }
    .field-span-12 {
        grid-column: span 12;
    }
}