body {
    font-family: 'Open Sans' !important;
}

.hero-bg-sm {
    height: 200px;
    background-image: url('/static/img/hero.png');
    background-size: cover;
    background-position: center;
}

.hero-bg {
    height: 400px;
    background-image: url('/static/img/hero.png');
    background-size: cover;
    background-position: center;
}

.accordion-button {
    background-color: #A6C9E0 !important;
    font-size: 40px;
    font-weight: 500;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #152031;
    opacity: .5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #152031;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #152031;
}

.body-padding {
    padding-top: 5em;
    padding-bottom: 5em;
}

.text-padding {
    padding-top: 1em;
    font-size: 17px;
    font-weight: bold;
}

.copyright {
    font-variant-caps: petite-caps;
}

.lock-img .img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

#footer a {
    color: #3a646b;
    text-decoration: none;
}

#footer a:hover {
    color: #3a646b;
    text-decoration: underline;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100% !important;
    padding: .375rem 2.25rem .375rem .75rem !important;
    font-size: 1rem !important;
    min-height: 37.33px;
    font-weight: 400;
    line-height: 1.5 !important;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #25506f;
    --bs-btn-border-color: #25506f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #226da3;
    --bs-btn-hover-border-color: #226da3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #226da3;
    --bs-btn-active-border-color: #226da3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6984ac;
    --bs-btn-disabled-border-color: #6984ac;
}

.blue-bg {
    background-color: #25506f;
}

.white-font {
    color: #fff;
}

.select2-selection__arrow b {
    display: none !important;
}