:root {
    --primary: #135695;
    --secondary: #B3D675;
    --tertiary: #969696;
}

::-moz-selection {
    background-color: var(--primary);
    color: #fff;
}

::selection {
    background-color: var(--primary);
    color: #fff;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #000;
}

.ast-container,
.ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.VQB5-sec {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.VQB5-sec .word-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 600;
}

.VQB5-sec .word-box .letter {
    width: 90px;
    height: 80px;
    border: 5px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
    margin-right: 20px;
    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;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.VQB5-sec .word-box .word-connector {
    color: var(--primary);
}

.VQB5-sec .wp-block-column:nth-child(2) .word-box .letter {
    border-color: var(--secondary);
    color: var(--secondary);
}

.VQB5-sec .wp-block-column:nth-child(2) .word-box .word-connector {
    color: var(--secondary);
}

.VQB5-sec .wp-block-column:nth-child(3) .word-box .letter {
    border-color: var(--tertiary);
    color: var(--tertiary);
}

.VQB5-sec .wp-block-column:nth-child(3) .word-box .word-connector {
    color: var(--tertiary);
}

.blue-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
}

.blue-col.vqb5-card {
    flex-direction: column;
    position: relative;
    transition: 0.2s all ease;
    justify-content: center;
}

.blue-col.vqb5-card .wp-block-uagb-advanced-heading:has(h3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blue-col.vqb5-card:hover .wp-block-uagb-advanced-heading:has(h3) {
    display: none;
}

.blue-col.vqb5-card:hover .wp-block-uagb-advanced-heading:has(p) {
    opacity: 1;
}

.blue-col.vqb5-card .wp-block-uagb-advanced-heading:has(p) {
    margin-top: 0;
    opacity: 0;
    transition: 0.2s all ease;
    width: 100%;
}

.ast-article-single img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.entry-content .wp-block-image {
    margin-bottom: 0;
}

.why-img figure:has(img),
.why-img img {
    width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rss-btn a {
    background-color: #195594;
    border-radius: 5px;
}

.ready-regions ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .ready-regions ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    backdrop-filter: blur(1px);
    opacity: 0.4;
    z-index: 1;
} */

.ready-regions ul li {
    position: relative;
    padding: 4.5px 10px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    color: #fff;
    background: #233861;
    border: 1px solid #FFFFFF
}

.ready-regions ul li:last-child {
    padding-bottom: 11px;
}

.ready-regions ul li:first-child {
    padding-top: 11px;
}

/* .ready-regions ul li:nth-child(1) {
    background-color: #214C80;
}

.ready-regions ul li:nth-child(2) {
    background-color: #F7C442;
}

.ready-regions ul li:nth-child(3) {
    background-color: #2A6F8F;
}

.ready-regions ul li:nth-child(4) {
    background-color: #A8CA54;
}

.ready-regions ul li:nth-child(5) {
    background-color: #233861;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.ready-regions ul li:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #183765;
    z-index: -1;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border: 2px solid #135695;
}

.ready-regions ul li:nth-child(6) {
    background-color: #EF4939;
}

.ready-regions ul li:nth-child(7) {
    background-color: #8C8C8C;
}

.ready-regions ul li:nth-child(8) {
    background-color: #80CAD2;
}

.ready-regions ul li:nth-child(9) {
    background-color: #F26736;
} */

.ready-regions ul li:nth-child(5) {
    background: #2A6F8F;
}

.what-are-ready-regions {
    gap: 70px;
}

.region-col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 275px !important;
    flex: 0 1 275px !important;
    margin-top: 28px !important;
    position: relative;
}

.map-col {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 calc(275px - 100%) !important;
    flex: 1 1 calc(275px - 100%) !important;
    padding-right: 370px;
    position: relative;
}

.Regions-arrow {
    display: block !important;
    position: absolute;
    bottom: 40px;
    left: -110px;
}

.map-col .wp-block-uagb-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.data-box {
    position: relative;
}

.data-box .uagb-heading-text::before {
    content: '';
    position: absolute;
    left: -230px;
    top: 13px;
    width: 215px;
    height: 2px;
    background-color: #000;
}

.data-box .uagb-heading-text::after {
    content: '';
    position: absolute;
    left: -19px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}

.data-box li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.data-img img {
    z-index: 1;
}

.data-box .wp-block-list {
    padding-left: 30px;
    margin: 10px 0 0;
}

.foundational-support.data-box .uagb-heading-text::before {
    top: 12px;
    left: -248px;
}

.foundational-support.data-box .uagb-heading-text::after {
    top: 9px;
    left: -41px;
}

.data-box .uagb-heading-text {
    position: relative;
}

.targeted-support.data-box .uagb-heading-text {
    display: inline-block;
}

.targeted-support.data-box .uagb-heading-text::before {
    width: 265px;
}

.targeted-support.data-box .uagb-heading-text::before,
.targeted-support.data-box .uagb-heading-text::after {
    left: calc(100% + 14px);
}

.quality-box>div,
.quality-box .quality-con {
    width: 245px !important;
    height: 245px !important;
    border-radius: 50%;
    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;
    text-align: center;
    padding: 25px;
}

.quality-box {
    position: relative;
    overflow: hidden;
}

.quality-box:not(:last-child):before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/blue-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}

/* .quality-box:nth-child(2)>div {
    background-color: #B2D575;
}

.quality-box:last-child>div {
    background-color: #969696;
} */

.quality-box:last-child {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

.quality-box:nth-child(2):before {
    background-image: url(../images/lime-arrow.png);
}

.profiles-col {
    padding: 30px;
    background-color: #E5F2FF;
    border: 2px solid #135695;
    position: relative;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    /* min-height: 240px; */
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

.profiles-col:hover {
    background-color: #135695;
}

.profiles-col:hover .wp-block-uagb-advanced-heading:has(.uagb-heading-text) {
    display: none;
}

.profiles-col:hover .profiles-box {
    opacity: 1;
    pointer-events: unset;
}

.profiles-col .profiles-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    color: #fff;
}

.profiles-col .profiles-box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.profiles-col h4 {
    font-size: 28px !important;
}

.profiles-col .profiles-box h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.profiles-col .wp-block-uagb-advanced-heading:has(.uagb-heading-text) {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
    text-align: center;
    width: 100%;
}

.col-adjust .profiles-col {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
}

/* .col-adjust {
    justify-content: center;
} */

.a-link a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline !important;
}

.entry-content {
    font-size: 18px;
    line-height: 28px;
}

.a-link a:hover {
    color: var(--primary);
}

.rsse-list {
    margin: 0 !important;
    padding-left: 30px !important;
}

.rsse-list li,
.rsse-list li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.parti-sec .rsse-list li {
    margin-bottom: 5px;
}

.rsse-list li a {
    text-decoration: underline !important;
}

.rsse-list li a:hover {
    text-decoration: none !important;
}

.rsse-list li a:hover {
    color: var(--primary);
}

.blue-box p {
    padding: 10px 0;
    border-top: 1px solid #969696;
}

.blue-box .rsse-list {
    padding: 10px 0;
    border-top: 1px solid #969696;
}

.blue-box .rsse-list li {
    color: #135695;
}

.obs-box .rsse-list li {
    font-weight: 400;
}

.rsse-table table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    overflow: hidden;
    padding: 0;
    color: #135695;
    margin-bottom: 0;
}

.rsse-table table th,
.rsse-table table td {
    border-color: #135695;
    text-align: left;
}

.rsse-table table tbody tr:last-child td {
    padding-bottom: 30px;
}

.rsse-table table thead th {
    padding: 30px 30px 10px 30px;
    font-weight: 700;
    font-size: 24px;
    color: #135695;
}

.rsse-table table th,
.rsse-table table td {
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
}

.local-table table td {
    line-height: 23px;
}

.rsse-table table tbody tr td {
    border-top-color: #969696;
    border-right-width: 1px;
}

.rsse-table table thead tr th {
    border-right-width: 1px;
    border-top-width: 2px;
    border-left-width: 1px !important;
}

.rsse-table table tbody tr td:first-child {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    border-left-width: 2px;
}

.rsse-table table tbody tr td:first-child::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: -1px;
}

.rsse-table table tbody td {
    padding: 10px 30px;
}

.rsse-table table thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
    border-left-width: 2px !important;
}

.rsse-table table thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
    border-right-width: 2px;
}

.rsse-table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.rsse-table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.rsse-table table tr th,
.rsse-table table tr td {
    border-bottom-width: 0;
    border-right-width: 0;
}

.rsse-table table thead tr th:last-child,
.rsse-table table tbody tr td:last-child {
    border-right-width: 1px;
}

.rsse-table table tbody tr td:last-child {
    border-right-width: 2px;
}

.rsse-table table tbody tr:last-child td {
    border-bottom-width: 2px;
}

.green-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.green-col .green-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_question_text p,
.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p {
    /* .single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p span { */
    font-weight: 700 !important;
    font-size: 28px;
    color: var(--primary);
}

.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p span {
    font-size: 18px !important;
    line-height: 28px;
    color: #313335;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_question_text p,
.single-sfwd-quiz .wpProQuiz_listItem[data-type="multiple"] .wpProQuiz_question_text p,
.single-sfwd-quiz .wpProQuiz_listItem[data-type="single"] .wpProQuiz_question_text p {
    margin-bottom: 30px;
}

.single-sfwd-quiz .wpProQuiz_matrixSortString {
    background-color: #0000001a !important;
    padding: 30px 30px 6px 30px !important;
    margin-top: 0 !important;
}

.single-sfwd-quiz.postid-990 .wpProQuiz_content .wpProQuiz_question_text p span body .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem:before {
    content: none;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_header {
    margin-top: 0;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList .wpProQuiz_sortStringItem.ui-sortable-handle {
    max-width: fit-content;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child {
    border-style: dashed;
    min-width: 200px;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td {
    min-width: 500px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table {
    border-style: dashed;
}

.single-sfwd-quiz .entry-content p {
    margin-bottom: 0;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
    padding: 0 !important;
    margin-bottom: 18px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
    overflow: auto;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput[type="checkbox"],
.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    /* appearance: none;
    -webkit-appearance: none; */
    border: 2px solid #00000040;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

/* .single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput[type="checkbox"]:checked::after {
    content: '✔' !important;
    color: white !important;
    position: absolute !important;
    top: 0 !important;
    left: 3px !important;
    font-size: 16px !important;
} */

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList:has(input) {
    background-color: #0000001a;
    padding: 30px !important;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList:has(input[type="radio"]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList:has(input[type="radio"]) .wpProQuiz_questionListItem {
    margin-right: 50px;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList:has(input[type="radio"]) {
    padding-bottom: 12px !important;
}

.sfwd-courses .entry-header .entry-title,
.sfwd-lessons .entry-header .entry-title,
.sfwd-quiz .entry-header .entry-title,
.sfwd-topic .entry-header .topic-title,
.sfwd-quiz .entry-header .topic-title {
    text-align: center;
    font-size: 47px;
    line-height: 1.25;
    letter-spacing: -1.4px;
    color: var(--primary);
}

.single-sfwd-quiz .sfwd-quiz .learndash-wrapper .learndash-shortcode-wrap {
    display: none;
}

.sfwd-topic .entry-header .entry-title {
    display: none;
}

.sfwd-topic .entry-header .topic-module,
.sfwd-quiz .entry-header .topic-module {
    margin: 10px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.sfwd-topic .entry-header .topic-name,
.sfwd-quiz .entry-header .topic-name {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* .sfwd-topic .entry-header .topic-name::before,
.sfwd-quiz .entry-header .topic-name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #313335;
    border-top: 0;
    border-left: 0;
} */

.page-wrapper {
    background-image: none;
}

.page-wrapper::before {
    content: none;
}

.page-wrapper .form-inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.region-col .wp-block-uagb-image {
    display: none;
}

.data-box:has(.target-support) {
    display: none;
}

.single-sfwd-quiz .wpProQuiz_question_text {
    /* margin-bottom: 10px !important; */
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="checkbox"] {
    margin-right: 20px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #00000040;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="checkbox"]:checked {
    border-color: var(--primary);
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #00529B;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="radio"] {
    margin-right: 20px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #00000040;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="radio"]:checked {
    border-color: var(--primary);
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    background-color: var(--primary);
    border-radius: 50%;
}

.class-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.class-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.class-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.class-box ul:last-child {
    margin-bottom: 0;
}

.class-box ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    position: relative;
    padding-left: 14px;
}

.class-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10.5px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.class-box .uagb-heading-text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.class-left-box {
    position: absolute;
    bottom: -70px;
    left: 0;
}

.class-right-box {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.h-100 {
    height: 100%;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] fieldset {
    border: none;
    padding: 0;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] ul li:not(:last-child) {
    margin-bottom: 20px;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] input[type="text"],
.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] input[type="number"] {
    height: 50px;
    width: 200px;
    border: 2px solid #969696 !important;
    border-radius: 4px !important;
    text-align: left !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 18px !important;
}

.single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] span {
    font-size: 18px;
    font-weight: 600 !important;
}

footer .site-footer-primary-section-2.site-footer-section-2 .menu-link {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
}

footer .site-footer-primary-section-2.site-footer-section-2 .menu-link:hover {
    text-decoration: none;
}

footer .ast-footer-copyright p,
footer .site-footer-below-section-2 .ast-builder-html-element p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

footer .site-footer-below-section-2 .ast-builder-html-element p {
    color: #ffffffb3;
}

footer .site-footer-below-section-2 .ast-builder-html-element a {
    color: #ffffffb3;
    transition: 0.2s all ease;
}

footer .site-footer-below-section-2 .ast-builder-html-element a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer .site-footer-below-section-2 .ast-builder-html-element {
    color: #fff;
    font-weight: 400;
}

footer .site-footer-below-section-2 .ast-builder-html-element img {
    max-width: 125px;
}

footer .site-footer-primary-section-1 .ast-builder-html-element {
    text-align: left !important;
}

footer .site-primary-footer-wrap {
    padding: 60px 15px;
}

footer .site-below-footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

footer .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: unset;
}

footer .site-footer-primary-section-2 .wp-block-heading {
    color: #FDFDFD;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
}

.foot-txt,
footer .site-primary-footer-inner-wrap .ast-footer-html-2 img {
    max-width: 550px;
}

.foot-txt {
    margin-top: 50px;
}

footer .site-footer-primary-section-1,
footer .site-footer-primary-section-2,
footer .site-footer-below-section-1,
footer .site-footer-below-section-2 {
    margin-bottom: 0 !important;
}

footer .site-footer-primary-section-1 {
    width: 60%;
}

footer .site-footer-primary-section-2 {
    width: 40%;
    justify-content: flex-end;
}

footer .site-primary-footer-inner-wrap {
    display: flex;
    gap: 30px !important;
}

.video-container {
    position: relative;
}

.video-thumbnail {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 50%);
    z-index: 1;
}

.video-container .play-btn {
    content: '';
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px !important;
    height: 100px;
    border: 8px solid #fff;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.video-container .play-btn:hover {
    border-color: var(--primary) !important;
}

.video-container .play-btn:hover::before {
    border-left-color: var(--primary) !important;
}

#learndash_post_4209 .ld-alert-certificate a.ld-button {
    display: block !important;

}

#ld-course-list-item-4209 .ld-certificate-link {
    display: block !important;
}

/* .video-container .play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 20px solid transparent;
    margin-left: 5px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
} */
.video-container .play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    --r: 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 35px;
    aspect-ratio: 1/cos(30deg);
    --_g: calc(tan(60deg)*var(--r)) bottom var(--r), #fff 98%, #0000 101%;
    -webkit-mask:
        conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2), #000 60deg, #0000 0) 0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
        radial-gradient(var(--r) at 50% calc(2*var(--r)), #000 98%, #0000 101%),
        radial-gradient(var(--r) at left var(--_g)),
        radial-gradient(var(--r) at right var(--_g));
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: linear-gradient(45deg, #fff, #fff);
    margin-left: 2px;
}

.video-container .play-btn:hover::before {
    --_g: calc(tan(60deg)*var(--r)) bottom var(--r), var(--primary) 98%, #0000 101%;
    background: linear-gradient(45deg, var(--primary), var(--primary));
}

.video-thumbnail .wp-block-uagb-image__figure {
    width: 100%;
    height: 100%;
}

.video-thumbnail .wp-block-uagb-image__figure img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.iframe-container {
    opacity: 0;
}

.video-container.play .video-thumbnail,
.video-container.play .play-btn {
    display: none;
}

.video-container.play .iframe-container {
    opacity: 1;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
    background: var(--primary);
}

.ld-course-list-items .ld_course_grid .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

body .ld-course-list-items .ld_course_grid .btn-primary:hover,
body .learndash-wrapper .ld-button:hover:not(.ld-button-transparent):not(.ld--ignore-inline-css),
body .learndash-wrapper .btn-join:hover:not(.ld--ignore-inline-css),
body .learndash-wrapper #btn-join:hover:not(.ld--ignore-inline-css),
body .learndash-wrapper .ld-expand-button:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover:not(.wpProQuiz_button_restartQuiz),
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,
body .learndash-wrapper .ld-focus-comments .form-submit #submit,
body .learndash-wrapper .ld-login-modal input[type='submit']:hover,
body .learndash-wrapper .ld-login-modal .ld-login-modal-register:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover,
body .learndash-wrapper .ld-button:focus:not(.ld-button-transparent):not(.ld--ignore-inline-css),
body .learndash-wrapper .btn-join:focus:not(.ld--ignore-inline-css),
body .learndash-wrapper #btn-join:focus:not(.ld--ignore-inline-css),
body .learndash-wrapper .ld-expand-button:focus,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):focus:not(.wpProQuiz_button_restartQuiz),
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
body .learndash-wrapper .ld-focus-comments .form-submit #submit,
body .learndash-wrapper .ld-login-modal input[type='submit']:focus,
body .learndash-wrapper .ld-login-modal .ld-login-modal-register:focus,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:focus,
body .learndash-wrapper .ld-button:hover:not([disabled]):not(.ld-button-transparent):not(.ld--ignore-inline-css),
.learndash-wrapper .ld-button:not([disabled]):not(.ld-button-reverse):not(.ld-button-transparent):not(.ld--ignore-inline-css),
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:hover,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled],
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled],
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover,
body .learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover,
body .learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover,
.custom-back-button a:hover,
html #wpProQuiz_overlay_close:hover {
    background-color: rgba(19, 86, 149, 90%) !important;
    border-color: rgba(19, 86, 149, 90%) !important;
    opacity: 1 !important;
    color: #fff !important;
    outline: none !important;
    outline-offset: 0 !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:focus,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:focus,
#wpProQuiz_overlay_close:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.custom-back-button a {
    text-decoration: none !important;
}

.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion]:hover,
.learndash-wrapper .ld-quiz-actions input[name=restartQuiz]:hover {
    background-color: #495255e6 !important;
}

footer .site-primary-footer-inner-wrap {
    /* -ms-grid-columns: auto 200px 1fr !important;
    grid-template-columns: auto 1fr !important;
    -webkit-column-gap: 200px !important;
    -moz-column-gap: 200px !important;
    column-gap: 200px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.learndash-wrapper .ld-primary-background .ld-icon {
    margin-top: 3px;
}

body:has(.ld-modal-open) {
    overflow: hidden;
}

.learndash-wrapper-login-modal::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

a:focus {
    outline: none !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect:not(.ld-sortable__item) label,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete:not(.ld-sortable__item) label,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect:not(.ld-sortable__item) label {
    padding-right: 120px !important;
}


body.single-sfwd-quiz.postid-984 .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label {
    padding-right: 0 !important;
    display: unset !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link,
.learndash-wrapper .ld-expand-button:not(.ld-button-alternate),
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join,
.page-id-2463 a.wp-block-button__link,
.page-id-4536 a.wp-block-button__link,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2[disabled],
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button[disabled],
html #wpProQuiz_overlay_close {
    line-height: 1.5 !important;
    padding: 10px 33px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    border-radius: 5px !important;
    transition: 0.2s all ease;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected:focus-within {
    border-color: var(--primary) !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within {
    border-color: #e2e7ed !important;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--primary);
}

.wpProQuiz_certificate {
    margin-top: 10px;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
    background: var(--primary);
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
    height: 100%;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button:focus,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button:focus,
.learndash-wrapper .ld-expand-button:focus,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:has(.ld-icon-arrow-left) .ld-text {
    padding: 0 0 0 12px !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button:has(.ld-icon-arrow-right) .ld-text {
    padding: 0 12px 0 0 !important;
}

.single-sfwd-lessons .ld-content-actions .ld-content-action.ld-empty,
.ld-content-action.ld-empty {
    display: none !important;
}

.ld-content-actions,
.ld-content-actions .ld-content-action,
.ld-content-action .ld-course-step-back {
    padding-bottom: 0 !important;
}

.ld-content-actions .ld-content-action .sfwd-mark-incomplete {
    margin-bottom: 18px !important;
}

#ast-scroll-top {
    height: 40px;
    font-size: 15px;
    width: 42px;
    border-radius: 5px;
    color: #fff;
    line-height: 39px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: var(--primary);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#ast-scroll-top:hover,
#ast-scroll-top:focus {
    background-color: rgba(19, 86, 149, 90%);
}

#ast-scroll-top .ast-icon.icon-arrow {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

#ast-scroll-top:hover .ast-icon.icon-arrow {
    transform: translate(-50%, calc(-50% - 3px));
}

#ast-scroll-top .ast-icon.icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
    padding-right: 66px !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete:after,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after {
    right: 33px !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#ld-profile .ld-expand-button.ld-compact {
    padding: 0 !important;
}

.ld-item-details .ld-expand-button.ld-button-alternate:hover,
.ld-item-details .ld-expand-button.ld-button-alternate:focus {
    background-color: transparent !important;
}

.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
    margin-top: -6px;
}

form button[type='submit'],
form button[type='button'],
.site-btn {
    line-height: 1.5 !important;
    padding: 10px 33px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat' !important;
    border-radius: 5px !important;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    z-index: -10;
}

.VQB5-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.VQB5-contain .vqb5-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
}

.VQB5-contain .vqb5-heading:first-child .uagb-heading-text::first-letter {
    color: var(--primary);
}

.VQB5-contain .vqb5-heading:nth-child(2) .uagb-heading-text::first-letter {
    color: var(--secondary);
}

.VQB5-contain .vqb5-heading:last-child .uagb-heading-text::first-letter {
    color: var(--tertiary);
}

.VQB5-contain .vqb5-heading .uagb-heading-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
}

.VQB5-contain .vqb5-heading .uagb-heading-text .grey-txt {
    color: var(--tertiary);
}

.ready-region-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}

.ready-region-con .ready-head {
    padding: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
    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;
    width: auto !important;
    border: 1px solid #EA7222;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ready-2 .ready-region-con .ready-head {
    border-color: #959595;
}

.ready-2 .ready-region-con .ready-txt {
    background-color: #959595;
}

.ready-3 .ready-region-con .ready-head {
    border-color: #F7C442;
}

.ready-3 .ready-region-con .ready-txt {
    background-color: #F7C442;
}

.ready-4 .ready-region-con .ready-head {
    border-color: #2A6F8F;
}

.ready-4 .ready-region-con .ready-txt {
    background-color: #2A6F8F;
}

.ready-3 .ready-region-con .ready-txt .uagb-heading-text {
    color: #135695 !important;
}

.ready-region-con .ready-txt {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 calc(100% - 230px) !important;
    flex: 0 1 calc(100% - 230px) !important;
    width: auto !important;
    min-width: unset !important;
    max-width: unset;
    padding: 25px 45px;
    background-color: #EA7222;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ready-region-con .ready-txt .uagb-heading-text {
    color: #fff !important;
}

.quality-col1 {
    margin-right: 340px !important;
    margin-left: auto !important;
}

.give-col {
    margin-left: auto !important;
    margin-top: 110px !important;
}

.prepare-col {
    margin-top: 50px !important;
    margin-bottom: 110px !important;
}

.reco-col {
    margin-left: auto !important;
    margin-right: 95px !important;
    margin-top: 35px !important;
}

.support-col {
    margin-top: 0 !important;
    margin-left: 92px !important;
}

.blue-contain {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.why-back2 {
    display: none;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle,
html .ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .menu-item:hover>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
    color: var(--primary);
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-menu-toggle:focus {
    border: none;
    outline: none;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: var(--primary);
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: var(--primary);
}

.ast-header-break-point .ast-menu-toggle .ast-icon.icon-arrow svg {
    margin-left: 0;
    fill: var(--primary);
}

.custom-logo-link img {
    max-width: 130px;
}

.Classroom-rules-cc,
.Family-Tree-cc,
.Wall-stickers-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.learndash-wrapper .wpProQuiz_content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: var(--primary);
    margin: 50px 0 30px;
}

.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon {
    display: none;
}

.error404 .ast-404-layout-1 {
    padding-top: 0;
    margin: 0;
}

.learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionListItem>table tr td .wpProQuiz_maxtrixSortText {
    padding-left: 34px !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td {
    position: relative;
    vertical-align: middle !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion {
    padding-right: 85px !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status {
    right: 20px !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
    min-width: unset;
}

.next-quiz-step {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.next-quiz-step a {
    color: var(--primary);
}

.next-quiz-step a:hover {
    text-decoration: underline !important;
}

.postid-984 .wpProQuiz_cloze {
    position: relative;
}

.postid-984 .learndash-wrapper .ld-quiz-result-failed [data-type=cloze_answer] .wpProQuiz_cloze:before {
    top: 26px;
}

/* .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {} */

body .learndash-wrapper .ld-expand-button.ld-button-alternate:hover .ld-primary-background {
    background-color: rgba(19, 86, 149, 80%) !important;
}

body .learndash-wrapper .ld-expand-button.ld-button-alternate:hover .ld-text {
    color: rgba(19, 86, 149, 80%) !important;
}

.ld-alert.ld-alert-warning .ld-alert-messages p {
    margin-bottom: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-date {
    min-width: 210px;
    flex: 0 1;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-column-date {
    min-width: 210px;
}

:lang(es) a.ld-button.back-to-dashboard,
:lang(es) .next-course {
    width: auto !important;
    max-width: 100% !important;
}

:lang(es) .what-are-ready-regions {
    padding-bottom: 70px;
}


/* divyang css */
.image-overlay-box,
.image-overlay-box .uagb-ifb-content {
    position: relative;
}

.image-overlay-box .uagb-ifb-content {
    margin-bottom: 14px;
}

.image-overlay-box .uagb-ifb-title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-overlay-box .uagb-ifb-image-content {
    position: relative;
    border: 1px solid #135695;
    border-radius: 10px;
    overflow: hidden;
}

.image-overlay-box .uagb-ifb-image-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #135695;
    /* opacity: 0.3;
    z-index: 1; */
}

.image-overlay-box .uagb-ifb-image-content img {
    opacity: 0.3;
    height: 180px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
}

.safety-accessibility-cc p a {
    color: #000;
    text-decoration: underline !important;
}

.safety-accessibility-cc p a:hover {
    color: #135695;
}

.shaping-behaviors-row-cc .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages-box-row-cc .wp-block-column .wp-block-uagb-advanced-heading:first-child {
    border-bottom: 1px solid #89AACA;
}

.decide-box-row-cc>.wp-block-column {
    overflow: hidden;
}

.decide-box-row-cc .uagb-ifb-image-content img {
    width: 100%;
    height: 215px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.grouping-row-cc {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}

.grouping-row-cc .wp-block-list {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 245px;
    height: 245px;
    background: #B2D575;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grouping-row-cc .wp-block-list::before,
.grouping-row-cc .wp-block-list::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 5px;
    width: 100px;
    background: #B2D575;
}

.grouping-row-cc .wp-block-list::before {
    left: -100px;
}

.grouping-row-cc .wp-block-list::after {
    right: -100px;
}

.grouping-row-cc .list-wrapper-cc {
    width: 445px !important;
    position: relative;
    padding: 0 100px;
}

.grouping-row-cc .list-wrapper-cc::before,
.grouping-row-cc .list-wrapper-cc::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 22px;
    width: 18px;
    background-image: url('../images/green-arrow.svg');
    background-size: cover;
}

.grouping-row-cc .list-wrapper-cc::before {
    left: -5px;
}

.grouping-row-cc .list-wrapper-cc::after {
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.creative-art-center-cc .ph-bg {
    display: none;
}

.creative-art-center-cc .desk-bg {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.creative-art-center-cc .desk-bg img {
    width: 100%;
}

.creative-art-center-cc .list-wrapper-cc {
    max-width: 728px;
    margin-left: auto;
    margin-right: 78px;
    position: relative;
}

.creative-art-center-cc .list-wrapper-cc>.wp-block-group {
    border: 4px solid #B3D675;
    width: 100%;
    position: relative;
}

.creative-art-center-cc .list-wrapper-cc>.wp-block-group::after {
    content: '';
    position: absolute;
    height: 152px;
    width: 400px;
    bottom: -147px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('../images/Art-bottom.svg');
    background-size: cover;
}

.creative-art-center-cc .list-wrapper-cc>.wp-block-group::before {
    content: '';
    position: absolute;
    height: 72px;
    width: 218px;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('../images/Art-top.svg');
    background-size: cover;
}

.creative-art-center-box-row-cc>.wp-block-uagb-container {
    max-width: calc(25% - 23px) !important;
    min-height: 90px;
}

.building-block-center-cc .list-wrapper-cc .wp-block-list {
    padding: 10px;
    padding-left: 30px;
    border: 4px solid #B3D675;
    max-width: 502px;
    margin-left: auto !important;
    margin-right: 170px !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.building-block-center-cc .list-wrapper-cc {
    position: relative;
}

.building-block-center-cc .list-wrapper-cc:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 152px;
    height: 319px;
    background-image: url('../images/cupboard.svg');
    background-size: cover;
}

.building-block-center-cc .list-wrapper-cc::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 338px;
    height: 370px;
    background-image: url('../images/building-block-center-bg.svg');
    background-size: cover;
}

.building-block-center-cc::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0;
    left: 0;
    background-color: #B3D675;
    opacity: 0.12;
}

.building-block-center-img-cc {
    position: absolute !important;
    bottom: -90px;
    left: 84px;
    width: unset !important;
}

.building-block-center-img-cc img {
    height: 325px;
    width: auto;
}

/*  end*/

.single-sfwd-lessons .ld-content-actions .ld-content-action:has(.ld-course-step-back) {
    display: flex;
    flex: 1 0 100%;
}

.single-sfwd-lessons .ld-content-actions:has(.ld-icon-arrow-left) .ld-content-action {
    flex: 0 1 auto !important;
    display: block;
}

.single-sfwd-lessons .ld-content-actions .ld-content-action:has(.ld-course-step-back) form {
    flex-shrink: 0;
}

.width-img figure,
.width-img figure img {
    width: 100%;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion .ui-sortable-handle {
    margin: auto 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem {
    margin-top: auto;
    margin-bottom: auto;
}

/* .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion .ui-sortable-handle .dashicons-move {
    position: absolute;
    top: 24px;
    left: 0;
} */

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion {
    align-items: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a {
    align-items: flex-start !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a .ld-status-icon {
    margin-top: 1px !important;
    margin-right: 5px;
}

html .learndash-wrapper #ld-profile .ld-quiz-list .user_statistic:hover,
html .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover {
    color: var(--primary);
}

#wpProQuiz_loadUserData.wpProQuiz_blueBox {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a {
    color: var(--primary);
}

html .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
    text-align: center;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption {
    padding: 15px;
}

.ld-course-list-items .ld_course_grid .entry-title {
    margin-bottom: 12px !important;
    font-size: 22px;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption a {
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vqb5-stand {
    color: #1e293b !important;
    font-family: "DM Sans" !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 28px !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vqb5-stand span {
    color: var(--primary);
    font-style: italic;
}

.quality-contain {
    /* margin-bottom: 50px !important; */
}

.learndash-wrapper .ld-pagination .ld-pages {
    background-color: transparent !important;
}

.recaptcha-txt a {
    color: var(--primary);
    text-decoration: underline;
}

.recaptcha-txt a:hover {
    color: var(--primary);
    text-decoration: none;
}

.edit-profile .main-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
    font-size: 2rem;
}

.form-wrapper .logo-white {
    display: none;
}

.foot-contact li a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s all ease;
    font-size: 18px;
}

.foot-contact li a:hover {
    text-decoration: underline;
}

.foot-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #fff;
}

.foot-contact li img {
    margin-right: 12px;
    margin-top: 5px;
}

.foot-contact li:last-child {
    margin-bottom: 0;
}

.sfwd-topic .entry-header .custom-topic,
.sfwd-quiz .entry-header .custom-topic {
    margin: 0 !important;
    padding-right: 10px;
}

.sfwd-topic .entry-header .dash {
    margin: 0;
}

.sfwd-topic .entry-header .topic-name,
.sfwd-quiz .entry-header .topic-name {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
}

.sfwd-topic .entry-header:has(.custom-topic),
.sfwd-quiz .entry-header:has(.custom-topic) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sfwd-topic .entry-header {
    margin-bottom: 30px !important;
}

.flip-box {
    display: flex;
    align-items: center;
    justify-self: center;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.flip-box,
.flip-front,
.flip-back {
    transition: 0.5s all ease;
}

.flip-front {
    transform: none;
    width: 100%;
    text-align: center;
}

.flip-box:hover .flip-front {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}

.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    overflow: auto;
    background: var(--primary);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 30px;
    margin-top: 0;
    border-radius: 5px;
}

.flip-box:hover .flip-back {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.flip-box:hover .flip-back .uagb-heading-text {
    max-height: 100%;
    overflow: auto;
}

.labeling-img-row-cc {
    align-items: flex-start;
}

.labeling-img-row-cc>.wp-block-uagb-image {
    width: 100%;
}

.labeling-img-row-cc .wp-block-uagb-image__figure,
.labeling-img-row-cc .wp-block-uagb-image__figure img {
    width: 100%;
}

.labeling-img-row-cc .wp-block-uagb-image__figure img {
    height: auto !important;
}

form .field-label,
form .recaptcha-txt {
    color: var(--black);
}

.img-w-full-cc img,
.img-w-full-cc .wp-block-uagb-image__figure {
    width: 100% !important;
}

.Interacting-block-cc .main-title-cc {
    max-width: 230px;
    margin: 0 auto;
    position: relative;
}

.Interacting-block-cc .main-title-cc::before,
.Interacting-block-cc .main-title-cc::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 52px;
    height: 35px;
    background-image: url(../images/block-flag-1.svg);
    background-size: cover;
}

.Interacting-block-cc .main-title-cc::before {
    left: -39px;
    z-index: -1;
}

.Interacting-block-cc .main-title-cc::after {
    right: -39px;
    z-index: -1;
    background-image: url(../images/block-flag-2.svg);
}

.Interacting-block-cc {
    position: relative;
}

.Interacting-block-cc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
    background-size: cover;
    background-image: url(../images/Interacting-bottom-shape-2.svg);
    background-position: center;
}

html[lang="es"] .Interacting-block-cc .main-title-cc .uagb-heading-text {
    font-size: 25px;
}

.quote-cc {
    position: relative;
}

.quote-cc::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.quote-cc .uagb-blockquote__content {
    text-align: center;
}

.quote-cc .uagb-blockquote__author-wrap {
    justify-content: center;
}

.quote-cc .uagb-blockquote__author {
    text-align: center !important;
}

.quote-cc .uagb-blockquote {
    padding-left: 50px !important;
    position: relative;
}

.quote-cc .uagb-blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQBAMAAADkNkIoAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEe53RKqZIt1mVTPMu4inCm5kAAAAjElEQVQI12MAggUgwhFEeKgDCdHPQILzG5Bg79kAJOcbAAmJgyC+KkhRUAGQYPsIJFg+g/jyAUCCFcRnWJ8AJJg+gJj21/7fZqj/rK/JwJD/////Df5A4gGYGQBifmSwB5IN9UDiC8N6IKnABCR+MXAAyQRmsAKW//8/FTCe//8faL/v/2gGBrn/mgwACsFCFVZJXz4AAAAASUVORK5CYII=');
    width: 20px;
    height: 16px;
}

.quote-cc.infant .uagb-blockquote::before {
    display: none;
}

.quote-cc.infant .uagb-blockquote {
    padding-left: 0 !important;
}

.postid-945.ast-single-post.ast-page-builder-template .site-main>article,
.postid-947.ast-single-post.ast-page-builder-template .site-main>article,
.postid-949.ast-single-post.ast-page-builder-template .site-main>article {
    padding-left: 0;
    padding-right: 0;
}

.postid-945 .entry-content[data-ast-blocks-layout] .alignfull>.uagb-container-inner-blocks-wrap,
.postid-947 .entry-content[data-ast-blocks-layout] .alignfull>.uagb-container-inner-blocks-wrap,
.postid-949 .entry-content[data-ast-blocks-layout] .alignfull>.uagb-container-inner-blocks-wrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1210px;
}

.postid-945 .learndash-wrapper:has(>.ld-topic-status),
.postid-945 .learndash-wrapper:has(>.ld-table-list),
.postid-945 .learndash-wrapper:has(>.ld-content-actions),
.postid-945 .entry-header,
.postid-947 .learndash-wrapper:has(>.ld-topic-status),
.postid-947 .learndash-wrapper:has(>.ld-table-list),
.postid-947 .learndash-wrapper:has(>.ld-content-actions),
.postid-947 .entry-header,
.postid-949 .learndash-wrapper:has(>.ld-topic-status),
.postid-949 .learndash-wrapper:has(>.ld-table-list),
.postid-949 .learndash-wrapper:has(>.ld-content-actions),
.postid-949 .entry-header {
    max-width: 1210px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.postid-945 .entry-header .topic-name,
.postid-947 .entry-header .topic-name,
.postid-949 .entry-header .topic-name {
    margin-bottom: 20px;
}

.tabs-cc .uagb-tab {
    /* margin-right: 0 !important; */
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    border-color: #CEDFF0 !important;
}

.tabs-cc .uagb-tabs__active {
    background: #135695;
}

.tabs-cc .uagb-tabs__active .uagb-tabs-list {
    color: #fff !important;
    font-weight: 700 !important;
}

.tabs-cc .uagb-tabs-list {
    padding: 16px 35px !important;
}

.tabs-cc .uagb-tabs-list {
    width: 100%;
    color: #135695 !important;
}

.tabs-cc .uagb-tabs-list:not(.uagb-tabs__active .uagb-tabs-list):hover {
    color: #000 !important;
}

.tabs-cc .uagb-tabs__body-container img {
    max-height: 500px;
    width: auto !important;
    height: auto !important;
}

.tabs-cc .uagb-tabs__body-wrap {
    border-color: #CEDFF0 !important;
    border-radius: 0 5px 5px 5px !important;
}

.tabs-cc .uagb-tabs__body-wrap p,
.tabs-cc .uagb-tabs__body-wrap li {
    font-weight: 400 !important;
}

.my-animated-list {
    opacity: 0;
}

.toddler-quote-cc .uagb-blockquote {
    padding-left: 0 !important;
}

.quote-cc .toddler-quote-cc .uagb-blockquote::before {
    background-color: #fff;
    content: "";
    height: .5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 7.6rem;
}

.quote-cc .toddler-quote-cc .uagb-blockquote__content {
    text-align: left;
    padding-top: 3.5rem;
    margin-bottom: 0;
}

.toddler-quote-cc .uagb-blockquote__content {
    max-width: 50%;
}

.wp-block-file a {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
}

/*---- Accordion ----*/

.ta-accordion {
    border: 1px solid #CEDFF0;
    border-radius: 5px;
    overflow: hidden;
}

.ta-accordion-item {
    /* border: 1px solid #CEDFF0; */
    overflow: hidden;
    position: relative;
    background: #F2F8FF;
}

.ta-accordion-item:has(.ta-active) {
    background: transparent;
}

.ta-accordion-item:not(:last-child) {
    border-bottom: 1px solid #CEDFF0;
}

/* .ta-accordion-item::before {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #135695;
    z-index: 1;
}

.ta-accordion-item:has(.ta-active)::before {
    content: '';
} */

.ta-accordion-item:last-child {
    margin-bottom: 0;
}

.ta-accordion-header {
    width: 100%;
    background: transparent !important;
    border: none;
    padding: 40px;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #135695 !important;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0;
    padding-right: 40px !important;
}

.ta-accordion-header.ta-active {
    padding-bottom: 35px;
}

.ta-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 40px;
}

.ta-accordion-content>*:last-child {
    margin-bottom: 40px;
}

.ta-accordion-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #313335;
}

.ta-accordion-content ul {
    margin: 0 0 20px;
}

.ta-accordion-content li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #313335;
}

.ta-accordion-content img {
    max-height: 380px;
    width: auto;
    max-width: 100%;
}

.ta-accordion-content>* {
    margin-bottom: 20px;
}

.ta-accordion-item .ta-arrow {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.ta-accordion-item .ta-arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    background: #135695;
    width: 100%;
    height: 3px;
}

.ta-accordion-item .ta-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1.5px);
    background: #135695;
    width: 3px;
    height: 100%;
}

.ta-accordion-item .ta-active .ta-arrow::after {
    display: none;
}

.pre-k-accordian-cc .ta-accordion-item::before {
    display: none;
}

.VQB5-Timeline-row-cc .title-cc .uagb-heading-text {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
}

.VQB5-Timeline-row-cc .title-cc .uagb-heading-text span {
    border: 1px solid #135695;
    font-size: 22px;
    line-height: 28px;
    color: #135695;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[lang="es"] .VQB5-Timeline-row-cc .title-cc .uagb-heading-text {
    font-size: 22px;
    line-height: 1.39;
}

.VQB5-Timeline-row-cc .para-cc .uagb-heading-text {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.VQB5-Timeline-row-cc .para-cc {
    padding: 17px 20px 17px 56px;
    clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}

.dark-accordian-cc .ta-accordion-header,
.dark-accordian-cc .ta-accordion-item:has(.ta-active) {
    background: #fff !important;
}

p a:hover {
    text-decoration: underline !important;
}

.domain-img-cc img {
    max-height: 600px !important;
    height: auto !important;
    width: auto !important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details:empty {
    display: none;
}

.ld-quiz__cloze-results--correct-answer {
    display: none;
}

.wpProQuiz_questionListItem .ui-draggable-dragging {
    z-index: 9;
}

.link-newline-cc a {
    display: inline-block;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList span.input-clear-x {
    transition: 0.2s all ease;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList span.input-clear-x:hover {
    color: #000;
}

.wp-image-4441 {
    max-width: 348px;
}

.wp-image-4355 {
    max-width: 390px;
}

.wp-image-4334 {
    max-width: 337px;
}

.domain-row .class-col>.wp-block-uagb-advanced-heading:first-child .uagb-heading-text {
    display: flex;
    align-items: flex-end;
}

[class*="learndash-shortcode-wrap-ld_navigation"]>.ld-content-actions {
    flex-wrap: wrap;
}

.plan-img-cc img {
    height: auto !important;
}

.observations-boxes-row-cc .wp-block-uagb-advanced-heading.uagb-block-34b538fc .uagb-heading-text {
    font-size: 25px;
}

.infant-video-five-row-cc .title-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-h-auto-cc img {
    height: auto !important;
}

html body .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] ul.wpProQuiz_sortStringList {
    min-height: unset !important;
    margin: 0 !important;
}

.single-sfwd-quiz .wpProQuiz_matrixSortString {
    padding-bottom: 21px !important;
}

@media(max-width:991px) {
    .ta-accordion {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .ready-color {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #ea7222;
        position: absolute;
        top: 0;
        left: 0;
        width: 230px !important;
        z-index: -1;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transition: transform 0.5s ease;
    }

    .ready-region-con .ready-head .uagb-heading-text {
        color: #fff !important;
        transition: 0.2s all ease;
    }

    .ready-region-con {
        position: relative;
    }

    .ready-3 .ready-region-con .ready-txt .uagb-heading-text,
    .ready-region-con .ready-txt .uagb-heading-text {
        color: #313335 !important;
        transition: 0.2s all ease;
    }

    .wp-block-column:hover .ready-color {
        width: calc(100% - 230px) !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transform: translateX(230px);
    }

    .wp-block-column:hover .ready-head .uagb-heading-text {
        color: #969696 !important;
    }

    .wp-block-column:hover .ready-txt .uagb-heading-text {
        color: #fff !important;
    }

    .ready-3 .ready-head .uagb-heading-text {
        color: #135695 !important;
    }

    .ready-3 .wp-block-column:hover .ready-txt .uagb-heading-text {
        color: #135695 !important;
    }

    .ready-region-con .ready-txt {
        background-color: transparent;
        border: 1px solid #ea7222;
    }

    .ready-2 .ready-region-con .ready-txt {
        border-color: #959595;
        background-color: transparent;
    }

    .ready-2 .ready-color {
        background-color: #959595;
    }

    .ready-3 .ready-region-con .ready-txt {
        border-color: #f7c442;
        background-color: transparent;
    }

    .ready-3 .ready-color {
        background-color: #f7c442;
    }

    .ready-4 .ready-region-con .ready-txt {
        border-color: #2A6F8F;
        background-color: transparent;
    }

    .ready-4 .ready-color {
        background-color: #2A6F8F;
    }
}

@media (min-width: 1200px) {
    .group-img1 {
        padding-left: 80px;
    }

    .group-img2 {
        padding-right: 80px;
    }

    .grouping-row-cc {
        -webkit-box-pack: space-between !important;
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }

    .grouping-row-cc .wp-block-list::before {
        left: -104px;
    }

    .grouping-row-cc .wp-block-list::after {
        right: -104px;
    }

    .grouping-row-cc .wp-block-list::before,
    .grouping-row-cc .wp-block-list::after {
        width: 145px;
    }

    .grouping-row-cc .list-wrapper-cc::before {
        left: -8px;
    }

    .grouping-row-cc .list-wrapper-cc::after {
        right: -8px;
    }
}

@media (max-width: 1600px) {

    .foot-txt,
    footer .site-primary-footer-inner-wrap .ast-footer-html-2 img {
        max-width: 450px;
    }

    footer .site-footer-primary-section-2 .wp-block-heading {
        margin-bottom: 15px !important;
    }

    .br-none br {
        display: none;
    }
}

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

@media (max-width: 1200px) {

    .ast-separate-container .entry-content>.alignfull,
    .ast-separate-container .entry-content[data-ast-blocks-layout]>.alignwide,
    .ast-plain-container .entry-content[data-ast-blocks-layout]>.alignwide,
    .ast-plain-container .entry-content .alignfull {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {

    html[lang="es"] .profiles-col h4 {
        font-size: 25px !important;
    }

    html[lang="es"] .Interacting-block-cc .main-title-cc .uagb-heading-text {
        font-size: 22px;
    }

    .wp-block-uagb-container.uagb-block-caefa660 {
        margin-bottom: 50px !important;
    }

    .what-are-ready-regions {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .region-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
        flex: 0 1 100% !important;
    }

    .region-col ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
        flex: 0 0 275px;
    }

    .map-col {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        padding-right: 0;
    }

    .map-col .wp-block-uagb-image,
    .map-col p br {
        display: none;
    }

    .region-col .wp-block-uagb-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* padding-left: 30px; */
        margin-top: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        order: -1;
        /* display: none; */
        padding-right: 70px;
    }

    .Regions-arrow {
        left: unset;
        right: 280px;
        width: max-content !important;
        padding-right: 0 !important;
    }

    .what-are-ready-regions {
        gap: 30px;
    }

    .pyramid-col2 {
        -ms-flex-preferred-size: 300px !important;
        flex-basis: 300px !important;
    }

    .pyramid-col1 .wp-block-uagb-container {
        margin-top: 90px !important;
    }

    .data-box .uagb-heading-text::before {
        left: -150px;
        width: 135px;
    }

    .foundational-support.data-box .uagb-heading-text::before {
        left: -168px;
    }

    .foundational-support.wp-block-uagb-container {
        margin-top: 20px !important;
    }

    .quality-box>div:not(:lang(es)),
    .quality-box .quality-con:not(:lang(es)) {
        width: 220px !important;
        height: 220px !important;
    }

    .wp-block-columns:has(.quality-box) {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .profiles-col {
        background-color: #135695;
    }

    .profiles-col .wp-block-uagb-advanced-heading:has(.uagb-heading-text) {
        display: none;
    }

    .profiles-col .profiles-box {
        opacity: 1;
        pointer-events: unset;
    }

    .video-container .play-btn {
        border-width: 8px;
        width: 85px !important;
        height: 85px;
    }

    .video-container .play-btn::before {
        width: 30px;
    }

    .why-back {
        background: none !important;
        display: none;
    }

    .why-back2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .col-adjust {
        margin-top: 30px;
    }

    .col-adjust .profiles-col {
        -ms-flex-preferred-size: calc(33.33% - 20px) !important;
        flex-basis: calc(33.33% - 20px) !important;
    }

    .blue-contain {
        -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
        align-items: normal !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .profiles-col {
        /* min-height: auto; */
        height: auto;
    }

    :lang(es) .what-are-ready-regions {
        padding-bottom: 0;
    }

    .creative-art-center-cc .list-wrapper-cc {
        max-width: 620px;
        padding-bottom: 185px !important;
    }

    .creative-art-center-cc .desk-bg img {
        width: 940px;
        margin: 0 auto;
    }

    .building-block-center-cc .list-wrapper-cc::before {
        height: 328px;
        width: 300px;
    }

    .building-block-center-img-cc img {
        height: 320px;
    }

    .building-block-center-img-cc {
        bottom: -130px;
        left: 10px;
    }

    .building-block-center-cc {
        padding-bottom: 150px;
    }

    .building-block-center-cc .list-wrapper-cc .wp-block-list {
        background-color: #fff;
    }

    .blue-col.vqb5-card .wp-block-uagb-advanced-heading:has(h3) {
        display: none;
    }

    .blue-col.vqb5-card .wp-block-uagb-advanced-heading:has(p) {
        opacity: 1;
    }

    .hover-note {
        display: none;
    }

    .form-wrapper .logo-white {
        display: block;
    }

    .form-wrapper .logo-color {
        display: none;
    }

    .foot-contact li a {
        font-size: 16px;
    }

    .foot-txt {
        margin-top: 30px;
    }

    .foot-contact li:not(:last-child) {
        margin-bottom: 10px;
    }

    footer .site-primary-footer-wrap {
        padding: 40px 15px;
    }

    .region-col {
        margin-top: 0 !important;
    }

    .Interacting-block-cc::after {
        bottom: -5px;
    }

    .Interacting-block-cc .main-title-cc .uagb-heading-text {
        font-size: 25px;
    }

    .Interacting-block-cc .main-title-cc {
        max-width: 200px;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap {
        flex-wrap: wrap !important;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap>div {
        width: 50% !important;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap>div:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 1169px) {
    .building-block-center-img-cc img {
        height: 250px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    footer .site-primary-footer-wrap {
        padding: 40px 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1549px) {

    .profiles-col h4 {
        font-size: 24px !important;
    }

    .why-back {
        background-position: center !important;
        background-size: 700px !important;
    }

    .video-container {
        /* width: 85% !important; */
        margin: 0 auto;
    }

    .profiles-col {
        min-height: auto;
        padding: 25px;
    }

    .profiles-col .profiles-box p {
        font-size: 16px;
        line-height: 28px;
    }

    /* .give-col {
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }

    .prepare-col {
        margin-top: 80px !important;
        margin-bottom: 10px !important;
    }

    .reco-col {
        margin-right: 145px !important;
        margin-top: 20px !important;
    }

    .support-col {
        margin-top: 65px !important;
    } */

    .quality-col1 {
        margin-right: 300px !important;
    }

    .give-col {
        margin-top: 80px !important;
    }

    .prepare-col {
        margin-top: 40px !important;
        margin-bottom: 80px !important;
    }

    .reco-col {
        margin-top: 20px !important;
    }

}

@media (min-width: 768px) and (max-width: 976px) {

    .blue-boxes.wp-block-columns {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .blue-boxes.wp-block-columns .blue-col.wp-block-column {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 calc(50% - 15px) !important;
        flex: 0 1 calc(50% - 15px) !important;
    }

    .why-vqb-section.wp-block-columns.why-img .wp-block-column {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }

    .wp-block-columns:has(.quality-box) {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quality-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .blue-contain {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .profiles-col {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 30px;
    }

    .col-adjust .profiles-col {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    :lang(es) .grouping-row-cc .list-wrapper-cc .wp-block-list {
        width: 220px !important;
        height: 220px !important;
    }

    :lang(es) .grouping-row-cc .wp-block-list::before {
        left: -62px;
    }

    :lang(es) .grouping-row-cc .wp-block-list::after {
        right: -62px;
    }

    :lang(es) .grouping-row-cc .wp-block-list::before,
    :lang(es) .grouping-row-cc .wp-block-list::after {
        width: 62px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-bottom: 0;
    }
}

@media (min-width: 769px) and (max-width: 921px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-bottom: 50px;
    }
}

@media (min-width: 922px) and (max-width: 1199px) {
    :lang(es) .site-header .main-header-bar-wrap .site-branding {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    :lang(es) .ast-site-title-wrap:has(.site-title) {
        margin-top: 15px;
    }
}

@media (min-width: 782px) and (max-width: 976px) {
    .wp-block-columns:has(.blue-box) {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .blue-box {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .class-row,
    .domain-row {
        gap: 24px !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .class-row .wp-block-column,
    .domain-row .wp-block-column {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 12px) !important;
        flex: 0 0 calc(50% - 12px) !important;
        margin: 0 auto;
    }

    html:not([lang="es"]) .quality-box:not(:last-child)::before {
        right: 10px;
    }

    :lang(es) .quality-box:not(:last-child) {
        padding-bottom: 120px;
    }

    :lang(es) .quality-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    :lang(es) .quality-box:not(:first-child),
    :lang(es) .quality-box:last-child {
        margin-top: 25px !important;
    }

    :lang(es) .quality-box,
    :lang(es) .quality-box:last-child {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    }

    :lang(es) .quality-box:not(:last-child):before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        width: 100%;
        height: 20px;
        top: -108px;
    }

    :lang(es) .quality-box {
        flex-basis: 100% !important;
    }
}

@media (min-width: 782px) and (max-width: 840px) {
    :lang(es) .quality-box:not(:last-child):before {
        top: -42px;
    }
}

@media (min-width:977px) and (max-width: 1350px) {
    .ast-scroll-to-top-right {
        bottom: 80px;
    }
}

@media (min-width:413px) and (max-width: 575px) {
    .ast-scroll-to-top-right {
        bottom: 85px;
    }
}

@media (min-width:0px) and (max-width: 412px) {
    .ast-scroll-to-top-right {
        bottom: 105px;
    }
}

@media (max-width: 1023px) {
    .tabs-cc .uagb-tab {
        width: 100%;
    }
}

@media (max-width: 976px) {

    html .single-sfwd-quiz .wpProQuiz_matrixSortString {
        padding: 20px 20px 11px 20px !important;
    }

    html[lang="es"] .VQB5-Timeline-row-cc .para-cc .uagb-heading-text {
        font-size: 18px;
        line-height: 28px;
    }

    [class*="learndash-shortcode-wrap-ld_navigation"]>.ld-content-actions {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    [class*="learndash-shortcode-wrap-ld_navigation"] .ld-content-action {
        margin-bottom: 0 !important;
    }

    .quote-cc .toddler-quote-cc .uagb-blockquote__content {
        max-width: 100%;
    }

    .wp-block-uagb-container.uagb-block-caefa660 {
        margin-bottom: 30px !important;
    }

    .blue-boxes {
        gap: 20px !important;
    }

    .data-box:has(.target-support) {
        display: block;
    }

    .pyramid-col1,
    .pyramid-col2 {
        display: none;
    }

    .data-box .uagb-heading-text::before,
    .data-box .uagb-heading-text::after {
        content: none;
    }

    .foundational-support.wp-block-uagb-container {
        padding-left: 0 !important;
        margin-top: 24px !important;
    }

    .rsse-table table tbody tr td:first-child {
        min-width: 200px;
    }

    .rsse-table table tbody tr td {
        min-width: 350px;
    }

    .local-sec .rsse-table {
        overflow-x: auto;
    }

    .local-sec .rsse-table table {
        table-layout: auto;
    }

    .blue-box {
        padding: 20px !important;
    }

    .rsse-table table thead th {
        padding: 20px 20px 10px 20px;
    }

    .rsse-table table tbody td {
        padding: 10px 20px;
    }

    .rsse-table table tbody tr td:first-child::before {
        width: 20px;
    }

    .single-sfwd-quiz .wpProQuiz_matrixSortString {
        padding: 20px 20px 0px 20px !important;
    }

    .class-left-box,
    .class-right-box {
        position: static;
        width: 100% !important;
        max-width: 100% !important;
    }

    .class-right-box .wp-block-uagb-advanced-heading {
        text-align: left !important;
    }

    .video-container .play-btn {
        width: 80px !important;
        height: 80px;
    }

    .video-container .play-btn::before {
        width: 28px;
        --r: 3px;
    }

    .foot-txt,
    footer .site-primary-footer-inner-wrap .ast-footer-html-2 img {
        max-width: 400px;
    }

    footer .site-footer-primary-section-2 .wp-block-heading {
        margin-bottom: 12px !important;
    }

    footer .site-below-footer-inner-wrap {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
        row-gap: 5px !important;
    }

    footer .site-footer-below-section-2 .ast-builder-html-element {
        text-align: center !important;
    }

    footer .ast-footer-copyright {
        text-align: center;
    }

    .ready-region-con .ready-head {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
        flex: 0 1 200px;
    }

    .ready-region-con .ready-txt {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 calc(100% - 200px) !important;
        flex: 0 1 calc(100% - 200px) !important;
    }

    .ready-region-con .ready-txt {
        padding: 15px 30px
    }

    .wp-block-columns:has(.quality-box) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .green-back {
        background-color: #B3D675 !important;
    }

    .blue-back {
        background-color: #135695 !important;
    }

    .Classroom-rules-cc,
    .Family-Tree-cc,
    .Wall-stickers-cc {
        gap: 25px;
    }

    body .image-overlay-box .uagb-ifb-image-content img {
        height: 140px !important;
    }

    .image-overlay-box {
        font-size: 0;
    }

    html .structure-and-design-row-cc {
        gap: 30px;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    html .structure-and-design-row-cc>.wp-block-column {
        width: 100%;
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
        flex-grow: unset !important;
    }

    .shaping-behaviors-row-cc {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .shaping-behaviors-row-cc>.wp-block-column {
        width: calc(50% - 10px);
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
        flex-grow: unset !important;
    }

    .shaping-behaviors-row-cc.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    }

    .advantages-box-row-cc {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .advantages-box-row-cc>.wp-block-column {
        width: 100%;
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
        flex-grow: unset !important;
    }

    html .decide-box-row-cc {
        gap: 20px;
    }

    .grouping-row-cc .list-wrapper-cc .wp-block-list {
        width: 200px !important;
        height: 200px !important;
        padding: 10px;
    }

    .grouping-row-cc .list-wrapper-cc {
        width: 350px !important;
        position: relative;
        padding: 0 80px;
    }

    .grouping-row-cc .wp-block-list::before,
    .grouping-row-cc .wp-block-list::after {
        width: 70px;
    }

    .grouping-row-cc .wp-block-list::before {
        left: -70px;
    }

    .grouping-row-cc .wp-block-list::after {
        right: -70px;
    }

    .structure-and-design-row-cc .wp-block-image img {
        width: 100%;
    }

    .creative-art-center-cc .list-wrapper-cc {
        margin-right: auto;
        margin-left: auto;
    }

    .creative-art-center-cc .ph-bg {
        display: block;
    }

    .creative-art-center-cc .desk-bg {
        display: none;
    }

    .creative-art-center-cc .ph-bg {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }

    .creative-art-center-cc .ph-bg img {
        width: 720px;
    }

    .creative-art-center-cc .list-wrapper-cc {
        padding-bottom: 175px !important;
    }

    .creative-art-center-box-row-cc>.wp-block-uagb-container {
        max-width: calc(calc(100% / 3) - 14px) !important;
        min-height: 90px;
    }

    .creative-art-center-box-row-cc {
        gap: 20px !important;
    }

    .building-block-center-cc .list-wrapper-cc::before {
        height: 218px;
        width: 200px;
    }

    .building-block-center-cc .list-wrapper-cc:after {
        width: 100px;
        height: 210px;
    }

    .building-block-center-img-cc img {
        height: 180px;
    }

    .building-block-center-img-cc {
        bottom: -90px;
    }

    .building-block-center-cc .list-wrapper-cc .wp-block-list {
        margin: 0 auto !important;
    }

    .building-block-center-cc {
        padding-bottom: 180px !important;
    }

    .building-block-center-cc .list-wrapper-cc::before,
    .building-block-center-cc .list-wrapper-cc:after {
        bottom: -70px;
    }

    .building-block-center-img-cc {
        bottom: -160px;
    }

    .Classroom-rules-cc,
    .Family-Tree-cc {
        margin-bottom: 40px !important;
    }

    .quality-contain {
        /* margin-bottom: 40px !important; */
    }

    .ready-color {
        width: 200px !important;
    }

    .wp-block-column:hover .ready-color {
        width: calc(100% - 200px) !important;
        transform: translateX(200px);
    }

    footer .site-footer-primary-section-1 {
        width: 55%;
    }

    footer .site-footer-primary-section-2 {
        width: 45%;
    }

    .Regions-arrow {
        width: 70px !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.Interacting-block-cc {
        flex-basis: calc(50% - 12px) !important;
        flex-grow: unset;
    }

    .wp-block-columns.Interacting-blocks-row-cc {
        flex-wrap: wrap !important;
    }

    .Interacting-block-cc .main-title-cc {
        margin-bottom: 20px;
    }

    .Interacting-block-cc::after {
        bottom: -3px;
    }

    .Advantages-row-cc .wp-block-column.flip-box {
        flex-basis: calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.img-text-block-cc {
        flex-basis: 50% !important;
    }

    .ta-accordion-header {
        padding: 30px;
    }

    .ta-accordion-header {
        font-size: 20px;
        line-height: 24px;
    }

    .ta-accordion-header.ta-active {
        padding-bottom: 30px;
    }

    /* .ta-accordion-content p,
    .ta-accordion-content li {
        font-size: 20px;
        line-height: 24px;
    } */

    .ta-accordion-content {
        padding: 0 30px;
    }

    .ta-accordion-content>*:last-child {
        margin-bottom: 30px;
    }

    .domain-img-cc img {
        max-height: 500px !important;
    }
}

@media (max-width: 960px) {

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #sfwd-mark-complete,
    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete {
        width: auto !important;
    }

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back {
        padding-top: 0 !important;
    }
}

@media (max-width: 921px) {

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
        font-weight: bold;
    }

    #ast-hf-mobile-menu {
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    }
}

@media (max-width: 781px) {
    .VQB5-sec .word-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .regions-cols .wp-block-column {
        padding: 0 0 20px 0 !important;
        border: 0;
    }

    .regions-cols:last-child .wp-block-column:last-child {
        padding-bottom: 0 !important;
    }

    .regions-cols {
        border: 0;
    }

    .quality-box:not(:last-child) {
        padding-bottom: 120px;
    }

    .quality-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quality-box:not(:first-child),
    .quality-box:last-child {
        margin-top: 25px !important;
    }

    .quality-box,
    .quality-box:last-child {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
    }

    .quality-box:not(:last-child):before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        width: 100%;
        height: 20px;
        top: -35px;
    }

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action {
        padding-left: 10px !important;
        padding-right: 10px !important;
        flex: 0 1 auto !important;
    }

    .ld-content-actions .ld-content-action .ld-button {
        padding-left: 30px;
        padding-right: 30px;
    }

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
        padding-right: 55px !important;
        padding-left: 30px !important;
    }

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after {
        right: 23px !important;
    }

    .decide-box-row-cc .uagb-ifb-image-content img {
        height: 400px !important;
    }

    .wdrrd-cc .wp-block-columns,
    .measuring-quality-row-cc {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 768px) {

    .page-template-edit-profile.ast-plain-container.ast-no-sidebar #primary {
        margin-bottom: 50px;
    }

    .learndash-wrapper .ld-alert .ld-button {
        margin: 0 auto !important;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,
    .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column {
        text-align: left !important;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-certificate {
        margin-top: 20px;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-table-list-column-certificate .ld-certificate-link {
        position: relative;
        top: 2.5px;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns {
        display: flex !important;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column {
        display: none;
    }
}

@media (max-width: 767px) {

    .domain-row .class-col>.wp-block-uagb-advanced-heading:first-child .uagb-heading-text {
        height: auto !important;
    }

    html[lang="es"] .Interacting-block-cc .main-title-cc .uagb-heading-text {
        font-size: 20px;
    }

    html[lang="es"] .VQB5-Timeline-row-cc .title-cc .uagb-heading-text {
        font-size: 18px;
    }

    html[lang="es"] .VQB5-Timeline-row-cc .para-cc .uagb-heading-text {
        font-size: 16px;
        line-height: 25px;
    }

    .tabs-cc .uagb-tabs__body-container img {
        max-height: 350px;
    }

    .wp-block-columns.is-not-stacked-on-mobile.ElS-img-col-cc {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .wp-block-columns.is-not-stacked-on-mobile.ElS-img-col-cc>.wp-block-column {
        flex-grow: unset;
        flex-basis: unset;
    }

    .wp-block-columns.is-not-stacked-on-mobile.ElS-img-col-cc>.wp-block-column>.wp-block-uagb-image {
        margin-left: 0;
        margin-right: 0;
    }

    .region-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .region-col ul {
        margin: 0 auto 0;
    }

    .region-col .wp-block-uagb-image {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .Regions-arrow {
        display: none !important;
        /* width: 50px !important;
        bottom: 320px;
        right: -20px;
        height: max-content;
        margin: 0;
        transform: rotate(-30deg); */
    }

    .what-are-ready-regions {
        gap: 25px;
    }

    .data-box li {
        font-size: 16px;
        line-height: 24px;
    }

    .profiles-col .profiles-box p {
        font-size: 16px;
        line-height: 28px;
    }

    .quality-box,
    .quality-box:last-child {
        margin-top: 0 !important;
    }

    .profiles-col h4,
    .profiles-col .profiles-box h4 {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    .single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_question_text p,
    .single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p,
    .single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p span {
        font-size: 22px;
        line-height: 28px;
    }

    .quality-box>div:not(:lang(es)),
    .quality-box .quality-con:not(:lang(es)) {
        width: 200px !important;
        height: 200px !important;
    }

    .sfwd-courses .entry-header .entry-title,
    .sfwd-lessons .entry-header .entry-title,
    .sfwd-quiz .entry-header .entry-title,
    .sfwd-topic .entry-header .topic-title,
    .sfwd-quiz .entry-header .topic-title {
        font-size: 35px;
    }

    .sfwd-topic .entry-header .topic-module,
    .sfwd-quiz .entry-header .topic-module {
        margin: 10px 0;
        font-size: 20px;
        line-height: 26px;
    }

    .sfwd-quiz .entry-header .topic-name,
    .sfwd-topic .entry-header .topic-name {
        font-size: 20px;
    }

    .rsse-list li,
    .rsse-list li a {
        font-size: 16px;
        line-height: 24px;
    }

    .single-sfwd-quiz .wpProQuiz_listItem[data-type="matrix_sort_answer"] .wpProQuiz_question_text p {
        margin-bottom: 15px;
    }

    .video-container .play-btn {
        width: 65px !important;
        height: 65px;
        border-width: 6px;
    }

    .video-container .play-btn::before {
        width: 24px;
        --r: 2px;
    }

    footer .site-primary-footer-inner-wrap {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
        row-gap: 30px !important;
        flex-direction: column;
    }

    footer .site-footer-primary-section-2 .wp-block-heading {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    footer .ast-footer-copyright p,
    footer .site-footer-below-section-2 .ast-builder-html-element p {
        font-size: 14px;
    }

    /* footer .site-primary-footer-wrap {
        padding: 50px 15px !important;
    } */

    .foot-txt,
    footer .site-primary-footer-inner-wrap .ast-footer-html-2 img {
        max-width: 100%;
    }

    .a-link a,
    .entry-content a {
        font-size: 16px;
        line-height: 24px;
    }

    .VQB5-contain .vqb5-heading .uagb-heading-text {
        font-size: 22px;
    }

    .ready-region-con .ready-head,
    .ready-region-con .ready-txt {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
        flex: 0 1 100% !important;
        padding: 20px;
        text-align: center;
    }

    .quality-box,
    .quality-box:not(:first-child),
    .quality-box:last-child {
        margin-top: 0px !important;
    }

    .quality-box:not(:last-child) {
        padding-bottom: 85px;
    }

    .quality-box:not(:last-child):before {
        top: auto;
        bottom: 80px;
        right: 50%;
        -webkit-transform: translateY(-50%) translateX(50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(50%) rotate(90deg);
        transform: translateY(-50%) translateX(50%) rotate(90deg);
        width: 200px;
        height: 20px;
    }

    .site-title a {
        font-size: 20px;
    }

    .ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ast-site-title-wrap:has(.site-title) {
        margin-top: 15px;
    }

    .logo-link .logo {
        max-width: 175px;
    }

    .Classroom-rules-cc,
    .Family-Tree-cc,
    .Wall-stickers-cc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .learndash-wrapper .wpProQuiz_content h2 {
        font-size: 25px;
        margin: 50px 0 20px;
    }

    .Classroom-rules-cc .class-rules-con,
    .Family-Tree-cc .family-tree-con,
    .Wall-stickers-cc .Wall-stickers-con {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .ready-region-con .ready-head {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .ready-region-con .ready-txt {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }

    :lang(es) .grouping-row-cc .list-wrapper-cc .wp-block-list {
        width: 220px !important;
        height: 220px !important;
        padding: 10px;
    }

    .fs-16-mb {
        font-size: 16px !important;
        line-height: 24px !important;
        /* line-height: 28px !important; */
    }

    .shaping-behaviors-cc .uagb-container-inner-blocks-wrap {
        row-gap: 20px !important;
    }

    .grouping-row-cc .list-wrapper-cc {
        width: 100% !important;
        padding: 50px 0;
    }

    .grouping-row-cc .wp-block-list::before,
    .grouping-row-cc .wp-block-list::after {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 5px;
        height: 50px;
    }

    .grouping-row-cc .wp-block-list::before {
        top: -50px;
    }

    .grouping-row-cc .wp-block-list::after {
        right: unset;
        bottom: -50px;
        top: unset !important;
    }

    .grouping-row-cc .list-wrapper-cc::before,
    .grouping-row-cc .list-wrapper-cc::after {
        top: 0;
    }

    .grouping-row-cc .list-wrapper-cc::before {
        left: calc(50% - 8px);
        -webkit-transform: rotate(90deg) translate(-50%, 0);
        -ms-transform: rotate(90deg) translate(-50%, 0);
        transform: rotate(90deg) translate(-50%, 0);
    }

    .grouping-row-cc .list-wrapper-cc::after {
        right: calc(50% - 17px);
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        top: unset;
        bottom: -5px;
    }

    html .grouping-row-cc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shaping-behaviors-row-cc>.wp-block-column {
        width: 100%;
    }

    .creative-art-center-cc .list-wrapper-cc>.wp-block-group::after {
        height: 76px;
        width: 200px;
        bottom: -75px;
    }

    .creative-art-center-cc .list-wrapper-cc>.wp-block-group::before {
        height: 50px;
        width: 150px;
        top: -48px;
    }

    .creative-art-center-cc .list-wrapper-cc {
        padding-top: 45px !important;
        padding-bottom: 82px !important;
    }

    .creative-art-center-cc .ph-bg img {
        width: 290px;
    }

    .creative-art-center-box-row-cc>.wp-block-uagb-container {
        max-width: 100% !important;
        min-height: unset;
    }

    .building-block-center-cc .list-wrapper-cc:after,
    .building-block-center-cc .list-wrapper-cc::before {
        display: none;
    }

    .building-block-center-img-cc {
        bottom: -170px;
    }

    .building-block-center-cc {
        padding-bottom: 180px !important;
    }

    .building-block-center-cc::after {
        height: 80px;
    }

    .login #login-form .link-button-block,
    .forgot-pw #forgot_form .link-button-block {
        display: flex;
    }

    .login #login-form .link-button-block #forgot_pwd {
        margin-bottom: 0;
    }

    .forgot-pw #forgot_form .link-button-block .link-wrapper {
        margin-bottom: 0;
    }

    .decide-box-row-cc .uagb-ifb-image-content img {
        height: 300px !important;
    }

    .local-table table td {
        line-height: 22px;
    }

    .vqb5-stand {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .quality-contain {
        /* margin-bottom: 40px !important; */
    }

    .ready-color {
        display: none;
    }

    .logo-link .logo {
        max-width: 175px;
    }

    footer .site-footer-primary-section-1,
    footer .site-footer-primary-section-2 {
        width: 100%;
    }

    .foot-txt {
        margin-top: 20px;
    }

    .wdrrd-cc .wp-block-columns {
        flex-wrap: wrap !important;
        margin-bottom: 20px !important;
    }

    .measuring-quality-row-cc,
    .Advantages-row-cc {
        flex-wrap: wrap !important;
    }

    .flip-box {
        min-height: 160px;
    }

    .flip-back {
        padding: 20px;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.Interacting-block-cc {
        flex-basis: 100% !important;
        padding-bottom: 35px !important;
    }

    .Interacting-block-cc::after {
        display: none;
    }

    .Interacting-block-cc {
        border-top: 2px solid #135695;
        border-bottom: 2px solid #135695;
    }

    .Interacting-blocks-row-cc {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .labeling-img-row-cc {
        flex-direction: column;
    }

    .Advantages-row-cc .wp-block-column.flip-box {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .quote-cc .uagb-blockquote {
        padding-left: 20px !important;
    }

    .toddler-quote-cc .uagb-blockquote {
        padding-left: 0 !important;
    }

    .quote-cc .toddler-quote-cc .uagb-blockquote__content {
        padding-top: 2.5rem;
    }

    .quote-cc .toddler-quote-cc .uagb-blockquote::before {
        height: .4rem;
        width: 5rem;
    }

    .wp-block-file {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .wp-block-file a {
        margin-left: 0 !important;
    }

    .ta-accordion-header {
        padding: 20px;
    }

    .ta-accordion-item .ta-arrow {
        right: 20px;
    }

    .ta-accordion-content p,
    .ta-accordion-content li,
    .ta-accordion-header {
        font-size: 16px;
        line-height: 24px;
    }

    .ta-accordion-content {
        padding: 0 20px;
    }

    .ta-accordion-header.ta-active {
        padding-bottom: 20px;
    }

    .toddler-quote-cc .uagb-blockquote__content {
        max-width: 100%;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap>div {
        width: 100% !important;
        max-width: 450px !important;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap>div:not(:first-child) {
        margin-top: 20px;
    }

    .VQB5-Timeline-row-cc>.uagb-container-inner-blocks-wrap {
        justify-content: flex-start !important;
    }

    .VQB5-Timeline-row-cc .title-cc .uagb-heading-text span {
        font-size: 20px;
        line-height: 24px;
        width: 42px;
        height: 42px;
    }

    .VQB5-Timeline-row-cc .para-cc .uagb-heading-text {
        font-size: 18px;
        line-height: 26px;
    }

    .tabs-cc .uagb-tabs-list {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .tabs-cc .uagb-tabs-list {
        padding: 12px 30px !important;
    }
}


@media (max-width: 661px) {
    .postid-984.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_question_text p {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {

    [class*="learndash-shortcode-wrap-ld_navigation"]>.ld-content-actions {
        align-items: center !important;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        margin-top: 10px !important;
    }

    .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:first-child,
    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(3) {
        width: auto !important;
        margin: 0 auto;
    }

    .learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button {
        max-width: 100% !important;
        width: auto;
    }

    .course-list-btn {
        flex-direction: column;
        align-items: center;
    }

    .course-list-btn .ld-button {
        margin: 0 0 18px 0 !important;
    }

    .course-list-btn .ld-button:last-child {
        margin: 0 !important;
    }

    .ld-quiz-actions:has(.wpProQuiz_button_restartQuiz) {
        flex-direction: column !important;
    }

    .next-quiz-step {
        flex-direction: column;
    }

    .next-quiz-step a:last-child {
        padding-top: 10px;
    }

    html .learndash-wrapper #ld-profile .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
        margin-right: 5px;
    }

    #wpProQuiz_overlay_close {
        text-align: center !important;
    }

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

    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action .ld-course-step-back {
        margin-top: 15px !important;
    }

    .ta-accordion-content>*:last-child {
        margin-bottom: 20px;
    }

    .domain-img-cc img {
        max-height: 400px !important;
    }
}

@media (max-width: 575px) {
    .single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_cloze {
        display: block !important;
    }

    .single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_cloze input[type="text"],
    .single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] .wpProQuiz_cloze input[type="number"] {
        width: 100%;
        text-align: center !important;
    }

    .single-sfwd-quiz .wpProQuiz_listItem[data-type="cloze_answer"] ul li {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .decide-box-row-cc .uagb-ifb-image-content img {
        height: 250px !important;
    }

    .rsse-table table th,
    .rsse-table table td {
        font-size: 15px;
    }

    .postid-984 .wpProQuiz_questionListItem select {
        margin-bottom: 10px;
    }
}

@media (max-width: 544px) {
    html .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 399px) {

    .sfwd-topic .entry-header:has(.custom-topic),
    .sfwd-quiz .entry-header:has(.custom-topic) {
        flex-direction: column;
    }

    .sfwd-topic .entry-header .dash,
    .sfwd-quiz .entry-header .dash {
        display: none;
    }

    .sfwd-topic .entry-header .custom-topic,
    .sfwd-quiz .entry-header .custom-topic {
        padding-right: 0;
        margin-bottom: 10px !important;
    }

    .sfwd-topic .entry-header .topic-name,
    .sfwd-quiz .entry-header .topic-name {
        padding-left: 0;
    }

    .VQB5-Timeline-row-cc .para-cc {
        padding: 14px 20px;
        clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    }
}

@media (max-width: 336px) {
    .ld-tooltip--initialized.ld-tooltip--position-right [role=tooltip] {
        right: -126px !important;
    }

    .learndash-wrapper .ld-status.ld-tooltip [role=tooltip] {
        max-width: 180px;
    }

    .login #login-form .link-button-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .login #login-form .link-button-block #forgot_pwd {
        margin-bottom: 15px;
    }

    .VQB5-Timeline-row-cc .para-cc .uagb-heading-text {
        font-size: 17px;
    }
}

/* img-text-block section */

@media (min-width:782px) {
    .img-text-block-cc {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .img-text-block-cc>.wp-block-uagb-container {
        flex-grow: 1;
        display: flex;
        justify-content: flex-start;
    }

    .single.img-text-blocks-row-cc {
        max-width: 750px;
        margin: 0 auto;
    }

    .single .img-text-block-cc img {
        width: 100% !important;
    }
}

@media (max-width:781px) {
    .img-text-block-cc img {
        width: 100% !important;
        height: 300px !important;
    }
}

@media (max-width:767px) {
    .img-text-block-cc img {
        height: 250px !important;
    }

    .region-col {
        overflow-x: hidden;
    }
}

@media (max-width:360px) {
    .Regions-arrow {
        width: 30px !important;
        bottom: 345px;
        right: -5px;
    }

    html[lang="es"] .VQB5-Timeline-row-cc .title-cc .uagb-heading-text span {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }

    html[lang="es"] .VQB5-Timeline-row-cc .title-cc .uagb-heading-text {
        font-size: 17px;
    }
}