:root {
    color-scheme: light;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    overflow-x: hidden;
    color: #343434;
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

a {
    color: #c9333f;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

a:hover {
    color: #343434;
}

p {
    margin: 0 0 1rem;
    color: #454545;
}

h1,
h2,
h3 {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

h1 {
    margin: 0;
    color: #273d85;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    margin: 2.25rem 0 1rem;
    color: #273d85;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.25;
}

h3 {
    margin: 0 0 .35rem;
    color: #1f1f1f;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

sup {
    position: relative;
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.trademark {
    display: inline-block;
    margin-left: .04em;
    font-size: .72em;
    line-height: 1.6;
    vertical-align: text-top;
}

.site-wrap {
    min-height: 100vh;
    position: relative;
    background: #fff;
}

.menu-link {
    position: fixed;
    z-index: 89;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    color: #000;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.75;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-link:hover {
    color: #666;
}

.menu-link:focus-visible,
.submit-button:focus-visible,
.page-body a:focus-visible {
    outline: 2px solid #273d85;
    outline-offset: 3px;
}

.visual,
.page-content {
    width: 100%;
}

.visual {
    height: 400px;
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #e9ebf1;
}

.visual-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-home .visual-image {
    object-position: center center;
}

.visual-contact .visual-image {
    object-fit: cover;
    padding: 0;
    background: #fff;
}

.visual figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .55rem 1rem;
    color: #fff;
    background: rgba(0, 0, 0, .58);
    font-size: .78rem;
    line-height: 1.4;
}

.page-content {
    position: relative;
    padding: 1.75rem 7% 0;
}

.page-body {
    max-width: 760px;
    margin-bottom: 3rem;
}

.tagline {
    margin: 0 0 1rem;
    color: #f35133;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}

.intro {
    color: #2f2f2f;
    font-size: 1.02rem;
}

.career {
    margin-top: .5rem;
}

.career-entry {
    position: relative;
    margin: 0 0 1.35rem;
    padding: 0 0 .1rem 1.15rem;
    border-left: 2px solid #e0e4ef;
}

.career-entry::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: .38rem;
    left: -5px;
    border-radius: 50%;
    background: #f35133;
    content: "";
}

.career-entry p:last-child {
    margin-bottom: 0;
}

.site-footer {
    margin-top: 3rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e8e8e8;
    color: #4e4e4e;
}

.site-footer small {
    font-size: 80%;
}

.site-footer a,
.text-danger,
.site-footer .text-danger {
    color: #c9333f;
}

.site-footer a:hover,
.site-footer .text-danger:hover {
    color: #4e4e4e;
}

.form-alert {
    padding-bottom: 1em;
    color: #c9333f;
}

.website-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.form-field {
    width: 100%;
    padding-bottom: .55em;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .75rem;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    outline: 0;
    color: #343a40;
    background: #fff;
    font: inherit;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color .15s ease;
}

.form-control:focus {
    border-color: #273d85;
    outline: 0;
    box-shadow: none;
}

.form-control:focus-visible {
    border-color: #273d85;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    min-height: 118px;
    resize: vertical;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #c9333f;
    font-size: 80%;
}

.form-control.is-invalid,
.form-control.is-invalid:focus,
.form-control.is-invalid:focus-visible {
    border-color: #c9333f;
}

.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

.captcha-question {
    display: flex;
    min-height: 28px;
    align-items: center;
    gap: 3px;
    color: #4e4e4e;
}

.captcha-question img {
    width: 24px;
    height: 20px;
    vertical-align: middle;
}

.captcha-field {
    margin: .25rem 0 .5rem;
}

.visually-hidden {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.contact-success {
    padding: 1rem;
    border-left: 3px solid #273d85;
    background: #f4f6fb;
}

.contact-success p:last-child {
    margin-bottom: 0;
}

.contact-partial {
    border-left-color: #c9333f;
}

.submit-field {
    width: 100%;
    padding-bottom: 1.5em;
}

.submit-button {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: .75rem 1rem;
    border: 1px solid #273d85;
    border-radius: 0;
    color: #fff;
    background: #273d85;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
}

.submit-button:hover {
    border-color: #1d2d63;
    background: #1d2d63;
}

@media (min-width: 576px) {
    .visual {
        width: 46%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
    }

    .page-content {
        width: 54%;
        padding: 3.5vh 6% 0;
    }
}

@media (min-width: 1200px) {
    .page-content {
        padding-right: 7%;
        padding-left: 7%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
