/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --blue: #135695;
    --light-blue: #2BA8E0;
    --Poppins: 'Poppins';
    --black: #202020;
    --grey: #84818A;
    --light-black: #47464A;
    --white: #fff;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--Poppins);
}

.h2 {
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.form-wrapper {
    position: relative;
    max-width: 550px;
    width: 100%;
    padding: 47px 15px;
}

.form-wrapper .logo {
    width: 175px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.form-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 16px;
}

.form-inner {
    margin-top: 50px;
    padding: 32px;
    background: #FBFCFC;
    border-radius: 32px;
}

.create-acc-txt,
.signin-txt {
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--black);
}

.create-acc-txt a,
.signin-txt a {
    font-weight: 700;
    text-decoration: underline;
}

.create-acc-txt a:hover,
.signin-txt a:hover {
    text-decoration: none;
}

form {
    margin-bottom: 0;
}

form a {
    color: var(--blue);
    text-decoration: none;
}

form a:hover {
    text-decoration: underline;
}

.signup-forgot-pwd,
.send-login-pwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forgot-pwd {
    margin-bottom: 0;
}

.forgot-pwd a {
    text-decoration: none;
    color: var(--light-black);
}

.forgot-pwd a:hover {
    color: var(--light-blue);
}

.link-button-block .link-wrapper {
    margin-bottom: 0;
}

.link-button-block .link-wrapper a {
    text-decoration: underline;
    color: var(--light-black);
}

.link-button-block .link-wrapper a:hover {
    text-decoration: none;
    color: var(--light-black);
}

input[type=reset],
input[type=range]::-webkit-slider-thumb {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none !important;
}

.form-check-input:focus {
    border-color: var(--blue) !important;
}

form button[type='submit'],
form button[type='button'],
.site-btn {
    font-weight: 500;
    font-size: 14px;
    background: var(--blue);
    border-radius: 12px;
    padding: 14px 58px;
    line-height: 1.45;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: var(--white);
}

.site-btn {
    display: inline-block;
    vertical-align: top;
    color: var(--white);
}

.site-btn:hover {
    color: var(--white);
}

form button[type='submit']:hover,
form button[type='button']:hover,
.site-btn:hover {
    opacity: 0.85;
}

.recaptcha-txt {
    margin-bottom: 0;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #F2F2F3;
    font-size: 12px;
    color: var(--grey);
}

.bg-form .form-inner .recaptcha-txt {
    text-align: center;
    text-wrap: balance;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: var(--black);
    background: #FFFFFF;
    border: 1px solid #DCDBDD;
    border-radius: 5px;
    height: unset;
    padding: 13px 14px;
    font-family: 'Poppins';
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type=reset]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
    color: var(--black);
    border: 1px solid #DCDBDD;
}

.field-wrapper {
    position: relative;
    margin-bottom: 24px;
}

.field-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: var(--grey);
    position: absolute;
    top: 13px;
    left: 12px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding: 0 2px;
    background: #FFFFFF;
    pointer-events: none;
}

.field-wrapper:has(input:focus) .field-label,
.field-wrapper:has(select:focus) .field-label,
.field-wrapper:has(input.has-value) .field-label,
.field-wrapper:has(select.has-value) .field-label {
    font-size: 12px;
    line-height: 1.41;
    top: -8px;
}

form input[type="password"] {
    padding-right: 45px;
}

.pw-field .icon {
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
}

.pw-field .icon rect {
    opacity: 0;
    visibility: hidden;
}

.pw-field.pw-visible .icon rect {
    opacity: 1;
    visibility: visible;
}
/* Show only in English */
html[lang="en-US"] .image-es { display: none; }

/* Show only in Spanish */
html[lang="es"] .image-en { display: none; }
form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

form .row>.field-wrapper {
    width: calc(50% - 7.5px);
}

.form-check {
    padding-left: 36px;
    position: relative;
    margin-top: 24px;
}

.form-check-input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #999;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-check-input:checked {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check-input:focus {
    outline: none;
    border: 2px solid var(--light-blue);
}

.form-check-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.41;
    color: var(--grey);
}

.signup .step-2 {
    margin-top: 40px;
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 18px top 50%;
    background-size: 17px;
    padding-right: 36px;
}

.signup button[type='button'],
.signup button[type='submit'] {
    width: 100%;
}

.backtosignup {
    margin-bottom: 0;
    margin-top: 24px;
    text-align: center;
}

.backtosignup a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    color: var(--light-blue);
}

.backtosignup a:hover {
    text-decoration: none !important;
}

label.error {
    color: #ff0000;
    font-weight: 400;
    font-size: 14px;
}

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

.cstm-loader .spinner-border {
    color: var(--white);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
    border: 3px solid currentcolor;
    border-right-color: transparent;
}

.cstm-loader {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-loader {
    position: relative;
}

.forgot-pw .form-title,
.set-new-pw .form-title {
    margin-bottom: 30px;
}

.wpProQuiz_user_content tr.categoryTr {
    display: none !important;
}

/* .edit-profile {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.edit-profile .button-loader {
    width: max-content;
    font-size: 0;
}

.edit-profile .profile_photo {
    margin-bottom: 15px;
}

.edit-profile .main-title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.6em;
} */

.step {
    display: none;
}

.step.active {
    display: block;
}

.edit-profile .img-field {
    text-align: center;
}

.edit-profile .img-field img {
    border: 5px solid #e2e7ed;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.error404 .ast-404-search {
    display: none;
}

.error404 .error-404 {
    background: transparent;
}

.error404 .content-area {
    text-align: center;
}

.error404 .content-area h2 {
    font-size: 170px !important;
    line-height: 1.1;
    color: #135695;
}

.error404 .page-header {
    margin-bottom: 0;
}

.error404 .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error404 .page-header .page-title {
    font-weight: 500;
}

.error404 .ast-404-layout-1 {
    padding: 2em;
}

.ast-error-message,
.ast-success-message {
    position: relative;
    padding-right: 30px !important;
}

.ast-error-message .btn-close,
.ast-success-message .btn-close {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    width: 16px;
    height: 16px;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
}

.ast-success-message .btn-close:hover,
.ast-error-message .btn-close:hover {
    opacity: 1;
}

/* .edit-profile .ast-success-message,
.edit-profile .ast-error-message {
    margin-top: 0 !important;
    margin-bottom: 1em;
} */

.page-id-157 .ribbon.completed {
    background: #7bb7a3 !important;
}

.page-id-157 .ribbon.completed::before {
    border-top-color: #508d79 !important;
    border-right-color: #508d79 !important;
}

.page-id-240 .ld-expand-button {
    -webkit-transition: 0.3s all ease !important;
    -o-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
}

.page-id-240 .ld-expand-button:focus {
    outline: none !important;
}

.page-id-240 .ld-expand-button:hover {
    background: #154071 !important;
    opacity: 1 !important;
}

.learndash-wrapper .ld-item-list-item .ld-status-icon {
    margin-top: 0 !important;
}

.learndash-wrapper .ld-item-details .ld-status {
    margin-bottom: 0;
}

html .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    line-height: 1.35;
}

html .ast-builder-menu-1 .menu-item .menu-link,
html .ast-builder-menu-1 .menu-item {
    transition: 0.2s all ease;
}

html .ast-builder-menu-1 .menu-item.current-menu-item>.menu-link {
    color: var(--light-blue);
    font-weight: bold;
}

html .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a:hover {
    text-decoration: underline;
}

html .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:focus {
    outline: none;
}

a.ld-profile-edit-link {
    text-transform: capitalize;
    text-decoration: underline;
}

a.ld-profile-edit-link:hover {
    text-decoration: none;
    color: var(--blue);
}

.ast-primary-header-bar {
    border: none;
    box-shadow: 0px 3px 5px 0px #E7E7E7;
}

.entry-header:has(a.ld-profile-edit-link) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pyramid-col2 {
    z-index: 1;
}

.ld-item-list-item .ld-item-details .ld-expand-button .ld-icon-arrow-down {
    margin-top: 2px !important;
}

.ld-item-list-item .ld-item-details .ld-expand-button.ld-expanded .ld-icon-arrow-down {
    margin-top: -4px !important;
}

.main-header-menu .sub-menu {
    width: 150px;
}

.page-wrapper .bg-image {
    width: 55%;
    position: fixed;
    height: 100dvh;
}

.page-wrapper .bg-form {
    width: 100%;
    padding-left: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-wrapper .bg-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.page-wrapper:has(.bg-image) {
    display: flex;
    min-height: 100%;
    background-color: var(--blue);
}

main:has(.bg-image) {
    height: 100dvh;
}

.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
    color: var(--primary);
    font-weight: bold;
}

/* .page-wrapper .form-inner {
    box-shadow: none !important;
} */

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 30px;
    margin-bottom: 36px;
}

.number-of-years-field>p,
.level-field>p {
    margin-bottom: 10px;
}

.number-of-years-field .row>.field-wrapper {
    width: calc(calc(100%/3) - 10px);
}

.level-field>p:has(input) {
    padding-left: 22px;
    position: relative;
}

.level-field .form-check-input {
    top: 10px;
}

.signup .step-2 .button-loader {
    margin-top: 30px;
}

.edit-profile .level-section p:has(.form-check-input) {
    padding-left: 22px;
    position: relative;
}

.edit-profile .level-section .form-check-input {
    top: 10px;
}

.edit-profile .experience-section .row>.field-wrapper {
    width: calc(33.33% - 10.5px);
}

.ld-course-list-items .ld_course_grid .thumbnail.course img{
	height: 150px;
    object-fit: cover;
    object-position: top;
}


@media (max-width: 1499px) {
    .error404 .content-area h2 {
        font-size: 140px !important;
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 1199px) {

    /* .page-id-157.ast-plain-container.ast-no-sidebar #primary,
    .page-id-240.ast-plain-container.ast-no-sidebar #primary { */
    /* .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 60px;
        margin-bottom: 60px;
    } */

    .page-wrapper .bg-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .page-wrapper .bg-image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(0 0 0 / 60%);
        width: 100%;
        height: 100%;
    }

    .page-wrapper .bg-form {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-wrapper .logo {
        width: 250px;
    }

    .form-inner {
        margin-top: 40px;
        padding: 25px;
        border-radius: 25px;
    }

    .form-title {
        font-size: 30px;
    }

    form .row {
        gap: 0;
    }

    form .row>.field-wrapper {
        width: 100%;
    }

    form button[type='submit'],
    form button[type='button'],
    .site-btn {
        padding: 14px 50px;
    }

    .signup-forgot-pwd,
    .send-login-pwd {
        display: block;
    }

    .link-button-block {
        display: block;
    }

    .forgot-pwd {
        margin-bottom: 24px;
    }

    .field-wrapper:has(input[name="notes"]) .field-label {
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .signup .step-2 {
        margin-top: 30px;
    }

    form select {
        background-size: 14px;
    }

    .form-check {
        padding-left: 30px;
    }

    .login-button-loader {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .link-button-block .link-wrapper {
        margin-bottom: 24px;
    }

    .link-button-block .button-loader {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .error404 .content-area h2 {
        font-size: 100px !important;
    }

    .number-of-years-field .row>.field-wrapper {
        width: 100%;
    }

    .number-of-years-field p,
    .number-of-years-field {
        margin-bottom: 10px;
    }

    .edit-profile .experience-section .row>.field-wrapper {
        width: 100%;
    }
}

@media (max-width: 640px) {
    html .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
        padding: 16px;
    }

    html .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
        margin-right: 0;
        margin-bottom: 10px;
    }

    html .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
        margin-bottom: 10px;
    }
}

/* @media (max-width: 360px) {
    .form-wrapper .logo {
        width: 220px;
    }
} */