@charset "utf-8";
/* CSS Document */

.page-template-foundational-requirements, .page-template-foundational-requirements header {
    background: #F0EDE8;
}

.page-template-foundational-requirements {
    padding-top: 190px;
}

h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 200;
    line-height: 70px; /* 100% */
    letter-spacing: -6px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    float: left;
    width: 100%;
    margin: 0;
}

h1 strong {
    color: #B64F25;
    font-weight: 200;
}

.foundational-intro .content {
    margin-top: 83px;
    max-width: 705px;
    font-weight: 400;
}

.foundational-intro .content ul {
    padding-left: 15px;
}

.foundational-intro .arrow-link {
    margin: 45px 0 0;
}

.page-template-foundational-requirements .arrow-link {font-weight: 400;font-size: 16px;}

.foundational-intro {
    margin-bottom: 61px;
}

.foundational-tabs.border-blue-style {
    padding-top: 19px;
    padding-bottom: 23px;
    margin-bottom: 102px;
}

.tab-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 120.833% */
    opacity: 0.4;
    cursor: pointer;
}

.tab-title.active, .tab-title:hover {
    opacity: 1;
}

.tab-content {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    display: none;
    max-width: 717px;
}

.tab-content.active {
    display: block;
}

.tab-content-container {
    padding-left: 85px;
    padding-top: 51px;
    padding-bottom: 55px;
    position: relative;
}

.tab-content-container:before {
    content: "";
    width: 1px;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
}

.tab-titles-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foundational-title {
    margin-bottom: 54px;
}

h2 {
    color: #B64F25;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px; /* 104.167% */
    letter-spacing: -6px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    margin: 0;
}

.foundational-steps {
    margin-bottom: 95px;
}

.foundational-steps .row {
    margin: 0 -29px;
}

.foundational-steps .row > div {
    padding: 0 29px;
}

.foundational-steps .row > div:after {
    content: "";
    visibility: visible;
    width: 1px;
    height: 100%;
    background: #000A2B;
    position: absolute;
    top: 0;
    right: 0;
}

.foundational-steps .row > div:last-of-type:after {
    visibility: hidden;
}

.foundational-steps .title {
    color: #000A2B;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px; /* 115.385% */
    letter-spacing: -3px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    margin: 0 0 36px;
}

.step-card {
    border-radius: 15px;
    background: #B64F25;
    height: calc(100% - 66px);
    padding: 51px 43px 51px 41px;
    min-height: 397px;
}

.step-card .title {
    color: #FFF;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
    letter-spacing: 0;
    margin: -6px 0 35px;
}

.step-card .content p {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.foundational-form.border-grey-style:before {
    background: #E8E1D7;
}

.step-card .content p a {
    box-shadow: none !important;
}

.step-card .content p a:hover {
    opacity: 0.7;
}

.foundational-form {
    margin-bottom: 15px;
    padding-top: 80px;
    min-height: 773px;
}

.foundational-form .title {
    color: #000A2B;
    font-family: 'Trend Slab One', ui-sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px; /* 104.167% */
    letter-spacing: -6px;
    text-transform: uppercase;
    margin: -6px 0 0;
}

.foundational-form .subtitle {
    color: #000A2B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 40px 0 0;
}

.foundational-form .content {margin-top: 107px;}

.foundational-form .content p {
    color: #000A2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.foundational-form .arrow-link {
    margin: 120px 0 0;
}

.foundational-form p {
    color: #000A2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin: 0 0 23px;
}

.frm_forms form .form-field {
    margin: 0;
    float: left;
    width: 100%;
}

.frm_forms form .form-field > label {
    margin: 0 0 34px;
}

input[type=radio] {
    appearance: none;
    position: relative;
    margin-right: 15px;
}

input[type=radio]:before {
    visibility: visible;
    position: relative;
    background: none;
    box-shadow: none !important;
    border: 1px solid #000A2B;
    transform: scale(1) !important;
    content: "";
    visibility: visible;
    height: 20px;
    width: 20px;
    float: left;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    border-color: #FF3D14;
}

input[type=radio]:checked:after {
    content: "";
    visibility: visible;
    background: #FF3D14;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    display: block;
    border-radius: 100px;
}

.frm_forms form .form-field > label.radio {
    color: #000A2B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 120.833% */
    display: flex;
    align-items: center;
}

.next, .submit {
    color: white;
    border-color: #B64F25;
}

.next:after, .submit:after {
    background: #B64F25;
}

.back {color: #B64F25;border-color: #B64F25;text-indent: 12px;}

.next:hover:after, .submit:hover:after {
    background: transparent;
}

.foundational-form .btn {
    float: right;
    margin-left: 18px;
    display: flex;
    width: 134px;
    height: 40px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    text-transform: none;
}

.step-3\.5, .step-1\.5 {
    display: none;
}

.frm_forms form .form-field > label.text, .frm_forms form .form-field > label.email {
    margin: 0 0 65px;
}

.frm_forms form .form-field > label.text input, .frm_forms form .form-field > label.email input {
    margin: 24px 0 0;
}

.frm_forms form .form-field.last {
    margin: 0 0 28px;
}

.step-2, .step-3, .step-4, .step-completion {
    display: none;
}

.step-completion {
    padding-top: 83px;
}

.back:hover img {
    filter: brightness(0) invert(1);
}

.next img {
    margin-left: 12px;
}