ul,
ol {
    list-style: none;
    margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
}

.btn-primary,
.career .card-btn {
    background: #1f295d;
}

.header {
    background-color: #1f295d;
}

.navbar-brand img {
    object-fit: cover;
}
@media only screen and (min-width: 992px) {
    .navbar-nav {
        margin-right: -6px;
    }
}
.navbar-nav li {
    margin: 0 6px;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    color: #fff;
    font-size: 14px;
    transition: all 0.2s;
}
.nav-link:hover {
    text-decoration: underline;
    color: #fff;
}
@media only screen and (min-width: 992px) {
    .nav-link {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1200px) {
    .nav-link {
        font-size: 14px;
    }
}

.form-label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
    color: #000;
    padding: 15px 18px;
    height: 57px;
    font-family: "Hanken Grotesk", sans-serif;
    border-color: rgba(0, 0, 0, 0.5);
}
.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
    border-color: #1f295d;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.42);
}

.career {
    padding: 80px 0;
    background-color: #fff;
}
@media only screen and (min-width: 768px) {
    .career {
        font-size: 18px;
    }
}
.career-title {
    font-size: 48px;
}
.career-tab {
    margin-bottom: 50px;
    margin-top: 44px;
}
.career-tab .nav-link {
    padding: 5px 10px;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.2s;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .career-tab .nav-link {
        padding: 8px 16px;
        font-size: 16px;
    }
}
.career-tab .nav-link.active {
    border: 1px solid #000;
}
.career .tabpanel {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.career .tabpanel.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.career .card {
    margin-bottom: 32px;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .career .card {
        padding: 20px 12px;
    }
}
.career .card-header {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    order: -1;
}
.career .card h3 {
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .career .card h3 {
        font-size: 24px;
    }
}
.career .card-title {
    margin-bottom: 24px;
}
.career .card-body {
    display: none;
    height: 0;
    line-height: 2;
    font-family: "Hanken Grotesk", sans-serif;
}
.career .card-body ul {
    list-style: disc;
    padding-left: 24px;
}
.career .card-body h6,
.career .card-body span {
    color: #1f295d;
    font-weight: 500;
}
.career .card-body h6 + p,
.career .card-body h6 + ul {
    margin-top: 24px;
}
.career .card-body ul + h6,
.career .card-body p + h6,
.career .card-body ul + p {
    margin-top: 36px;
}
.career .card.show .card-body {
    display: block;
    height: auto;
}
.career .card-btn {
    padding: 6px 16px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease-out;
    margin-top: 20px;
    display: none;
}
@media only screen and (min-width: 768px) {
    .career .card-btn {
        display: block;
        position: absolute;
        top: 32px;
        right: 32px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .career .card-btn {
        padding: 10.5px 22px;
        font-size: 14px;
    }
}
.career .card-btn:focus {
    outline: 0;
}
.career .card .collapse.show ~ .card-header .card-btn {
    opacity: 0;
    visibility: hidden;
}
.career .card .btn-apply {
    display: inline-block;
    padding: 10.5px 32px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #1f295d;
    color: #fff;
    margin-top: 36px;
    text-decoration: none;
}
.career .position-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    background-color: #f4f4f4;
    font-weight: 500;
    margin-left: 16px;
}
@media only screen and (min-width: 768px) {
    .career .position-badge {
        font-size: 14px;
    }
}

.checkbox input {
    position: absolute;
    opacity: 0;
}
.checkbox svg {
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox .checkPath {
    stroke-dasharray: 18.3918132782;
    stroke-dashoffset: -18.3918132782;
    transition: all 0.3s ease;
}
.checkbox input:checked ~ label .checkPath {
    stroke-dashoffset: 0;
}
.checkbox label {
    position: relative;
    display: block;
    color: #487bbc;
    padding-left: 36px;
}

.application {
    padding: 80px 0;
}
@media only screen and (min-width: 992px) {
    .application {
        padding: 113px 0;
    }
}
.application-sectionTitle {
    margin-bottom: 36px;
}
@media only screen and (min-width: 992px) {
    .application-sectionTitle {
        font-size: 48px;
    }
}
.application-form {
    max-width: 815px;
    margin: 0 auto;
}
.application-form textarea {
    resize: none;
}
.application-form .form-group {
    margin-bottom: 26px;
}
.application-form .form-group-file {
    position: relative;
}
.application-form .form-group-file input {
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: -1;
}
.application-form .form-group-file label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    height: 52px;
    white-space: nowrap;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    border-color: #1f295d;
    max-width: 100%; /* allow it to be responsive */
    overflow: hidden;
}

.application-form .form-group-file .resume-filename {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: white;
}
.application-form .form-group-file label:hover,
.application-form .form-group-file label:active,
.application-form .form-group-file label:focus {
    background-color: #1f295d !important;
}
.application-form .form-group-file span {
    color: black;
}
.application-form .btn-submit {
    color: #1f295d;
    border-color: #1f295d;
    padding: 8px 32px;
    height: 52px;
    white-space: nowrap;
    border-radius: 6px;
    font-weight: 700;
}
.application-form .btn-submit:hover,
.application-form .btn-submit:active,
.application-form .btn-submit:focus {
    background: #1f295d !important;
    color: #fff !important;
    outline: 0;
    box-shadow: none !important;
}

@media only screen and (min-width: 768px) {
    .application-success {
        font-size: 18px;
        line-height: 30px;
    }
}
.application-success .thumbs-up-gif {
    margin-bottom: 40px;
}
.application-success .back-to-home {
    color: #1f295d;
    font-weight: 500;
    text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
