  /*
Theme Name: MVCC
Theme URI: https://americaneagle.com/
Template: kadence
Author: Americaneagle.com
Author URI: https://americaneagle.com/
Description: Americaneagle.com custom theme
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mvcc
*/

/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
    display: none;
}

.main-navigation .menu-item .sub-menu {
    display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
    display: block;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 1rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--global-palette3);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus,
select:focus {
    border-color: #000000;
    outline: -webkit-focus-ring-color auto 1px !important;
}
/* Styling for floating label for gravity forms.
 * Add class of floating-label to desired form fields */
.floating-label {
    position: relative;
}

.floating-label label {
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    font-size: 1rem;
    transition: all ease 0.4s;
}

.floating-label:focus-within label,
.floating-label input:focus ~ label,
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label,
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label,
.floating-label.input-active label {
    top: 0;
    left: 16px;
    font-size: 0.875rem !important;
    color: var(--global-palette3);
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
    outline: inherit;
}

/* Search Bar */
.woocommerce-product-search {
    position: relative;
}
.woocommerce-product-search .screen-reader-text {
    cursor: text;
    font-size: 1rem;
    left: 1rem;
    margin: 0;
    opacity: 0;
    padding-right: 3.5em;
    position: absolute;
    top: 0.75rem;
    font-weight: 500;
    transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
    clip: unset;
    clip-path: unset;
    height: auto;
    width: auto;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px !important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type="search"]::placeholder,
.search-form input[type="search"]::placeholder {
    opacity: 1;
}

/* menu */
body:not(.hide-focus-outline)
    .header-navigation
    li.menu-item--has-toggle
    > a:focus
    .dropdown-nav-toggle {
    opacity: 1 !important;
}
body #search-drawer .drawer-inner form ::-webkit-input-placeholder {
    opacity: 1;
}
#search-drawer input:-webkit-autofill,
#search-drawer input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
    filter: brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
    outline: 2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus-visible,
body .n2-ss-slider a.n2-ow:focus-visible,
body .n2-ss-slider .n2-ow-all a:focus-visible {
    outline: 1px solid #fff !important;
    box-shadow: inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
    display: none;
}
body .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    visibility:visible;
}

/* Forms */
body select,
body select.orderby {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
body select,
body .select2-container--default .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    border-color: #4e5c74;
    color: var(--global-palette3);
}

/* Events Calendar */
.tribe-events .datepicker .day.focused,
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month.focused,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year.focused,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .year:hover {
    outline: 2px solid #000;
}
.tribe-events-c-search__input-group {
    position: relative;
}
.tribe-events-c-search__input-group label {
    opacity: 0;
    transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
    clip: unset;
    height: auto;
    width: auto;
    opacity: 1;
    margin: 0;
    top: -40px;
}
.tribe-events
    .datepicker
    .next
    .tribe-events-c-top-bar__datepicker-nav-icon-svg
    path,
.tribe-events
    .datepicker
    .prev
    .tribe-events-c-top-bar__datepicker-nav-icon-svg
    path,
#primary
    .tribe-events
    .tribe-common-c-btn-icon--caret-left
    .tribe-common-c-btn-icon__icon-svg
    path,
#primary
    .tribe-events
    .tribe-common-c-btn-icon--caret-right
    .tribe-common-c-btn-icon__icon-svg
    path,
.tribe-events
    .tribe-events-c-nav__next:disabled
    .tribe-events-c-nav__next-icon-svg
    path,
.tribe-events
    button.tribe-events-c-nav__next:disabled
    .tribe-events-c-nav__next-icon-svg
    path {
    fill: #707070;
}

/* WooCommerce */
select.orderby:focus-visible {
    outline: 2px solid #000;
}
.kadence-shop-top-row {
    position: relative;
}
.kadence-shop-top-row .skip-link {
    right: 0;
    left: auto;
}
span.required {
    color: red;
}
.form-description {
    font-size: 1rem;
}
.kadence-product-gallery-thumbnails.splide.splide--nav
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide:focus-visible,
.kb-splide .splide__arrows .splide__arrow:focus-visible {
    box-shadow: 0 0 0 3px #000 !important;
    outline: 2px solid #fff !important;
}
body .kb-advanced-slide-inner {
    overflow: visible;
}
/* used to display focus outline above, if needed adjust to not apply to general Kadence slider */
/*body .kb-splide .splide__list {
	padding:3px !important;
}
body .kb-splide.splide-initial .splide__list {
	gap:3px;
}*/
.gbtn.focused {
    outline: 2px solid #fff !important;
}
body .woocommerce form .form-row label {
    color: var(--global-palette3);
}
body .wp-element-button:disabled {
    opacity: 0.7;
}

/* End A11y Fixes */
.wp-block-kadence-advancedheading.advance-highlight-background-dark mark {
    background: linear-gradient(to bottom, rgba(0,48,44,0) 0%,rgba(0,48,44,0) 60%,var(--global-palette12) 60%,var(--global-palette12) 90%,rgba(0,48,44,0) 90%,rgba(0,48,44,0) 100%);
}
.wp-block-kadence-advancedheading.advance-highlight-background-default mark {
    background: linear-gradient(to bottom, rgba(0,48,44,0) 0%,rgba(0,48,44,0) 60%,var(--global-palette1) 60%,var(--global-palette1) 90%,rgba(0,48,44,0) 90%,rgba(0,48,44,0) 100%);
}
.wp-block-kadence-advancedheading.advance-highlight-background-darkBlue mark {
    background: linear-gradient(to bottom, rgba(0,48,44,0) 0%,rgba(0,48,44,0) 60%,var(--global-palette13) 60%,var(--global-palette13) 90%,rgba(0,48,44,0) 90%,rgba(0,48,44,0) 100%);
}
.wp-block-kadence-advancedheading.large-stat-font {
    font-size: clamp(3rem, -5.2rem + 12.8vw, 6rem);
}

:root body {
    --global-kb-font-size-sm: clamp(1rem, 0.9212rem + 0.3364vw, 1.25rem);
    --global-kb-font-size-md: clamp(1.125rem, 1.0067rem + 0.5046vw, 1.5rem);
    --global-kb-font-size-lg: clamp(2rem, 1.6846rem + 1.3457vw, 3rem);
    --global-kb-font-size-xl: clamp(2.25rem, 1.8163rem + 1.8503vw, 3.625rem);
    --global-kb-font-size-xxl: clamp(2.625rem, 1.9745rem + 2.7754vw, 4.6875rem);
    --global-kb-font-size-xxxl: clamp(2.625rem, 1.0875rem + 6.5601vw, 7.5rem);
}

/* Kadence Advanced Heading – block styles (matches assets/css/editor.css, fluid 375px→1604px) */
.is-style-text-120px,
.wp-block-kadence-advancedheading.is-style-text-120px {
	font-size: clamp(2.625rem, 1.1375rem + 6.3466vw, 7.5rem);
    line-height: 1.4;
}

.is-style-text-82px,
.wp-block-kadence-advancedheading.is-style-text-82px {
	font-size: clamp(2.625rem, 1.8622rem + 3.2547vw, 5.125rem);
    line-height: 1.1;
}

.is-style-text-75px,
.wp-block-kadence-advancedheading.is-style-text-75px {
	font-size: clamp(2.625rem, 1.9957rem + 2.6851vw, 4.6875rem);
    line-height: 1.05;
}

.is-style-text-58px,
.wp-block-kadence-advancedheading.is-style-text-58px {
	font-size: clamp(2.25rem, 1.8305rem + 1.7901vw, 3.625rem);
    line-height: 1.4;
}

.is-style-text-48px,
.wp-block-kadence-advancedheading.is-style-text-48px {
	font-size: clamp(2rem, 1.6949rem + 1.3019vw, 3rem);
    line-height: 1.2;
}

.is-style-text-40px,
.wp-block-kadence-advancedheading.is-style-text-40px {
	font-size: clamp(1.75rem, 1.5212rem + 0.9764vw, 2.5rem);
    line-height: 1.2;
}

.is-style-text-36px,
.wp-block-kadence-advancedheading.is-style-text-36px {
	font-size: clamp(1.75rem, 1.5974rem + 0.6509vw, 2.25rem);
    line-height: 1.2;
}

.is-style-text-28px,
.wp-block-kadence-advancedheading.is-style-text-28px {
	font-size: clamp(1.25rem, 1.0974rem + 0.6509vw, 1.75rem);
    line-height: 1.5;
}

.is-style-text-24px,
.wp-block-kadence-advancedheading.is-style-text-24px {
	font-size: clamp(1.25rem, 1.1737rem + 0.3255vw, 1.5rem);
    line-height: 1.4;
}

.is-style-text-20px,
.wp-block-kadence-advancedheading.is-style-text-20px {
	font-size: 1.25rem;
    line-height: 1.8;
}

.is-style-text-18px,
.wp-block-kadence-advancedheading.is-style-text-18px {
	font-size: 1.125rem;
    line-height: 1.8;
}

@media screen and (min-width: 1025px) {
    .is-style-text-120px,
    .wp-block-kadence-advancedheading.is-style-text-120px {
    	font-size: clamp(2.625rem, 1.1375rem + 6.3466vw, 7.5rem);
    }
    
    .is-style-text-82px,
    .wp-block-kadence-advancedheading.is-style-text-82px {
        font-size: clamp(3rem, -0.7619rem + 5.8722vw, 5.125rem);
    }
    
    .is-style-text-75px,
    .wp-block-kadence-advancedheading.is-style-text-75px {
        font-size: clamp(3rem, 0.0126rem + 4.6632vw, 4.6875rem);
    }
    
    .is-style-text-58px,
    .wp-block-kadence-advancedheading.is-style-text-58px {
    	font-size: clamp(2.75rem, 1.201rem + 2.418vw, 3.625rem);
    }
    
    .is-style-text-48px,
    .wp-block-kadence-advancedheading.is-style-text-48px {
    	font-size: clamp(2.25rem, 0.9223rem + 2.0725vw, 3rem);
    }
    
    .is-style-text-40px,
    .wp-block-kadence-advancedheading.is-style-text-40px {
    	font-size: clamp(2.125rem, 1.4611rem + 1.0363vw, 2.5rem);
    }
    
    .is-style-text-36px,
    .wp-block-kadence-advancedheading.is-style-text-36px {
    	font-size: clamp(1.875rem, 1.2111rem + 1.0363vw, 2.25rem);
    }
    
    .is-style-text-28px,
    .wp-block-kadence-advancedheading.is-style-text-28px {
    	font-size: clamp(1.5rem, 1.0574rem + 0.6908vw, 1.75rem);
    }
    
    .is-style-text-24px,
    .wp-block-kadence-advancedheading.is-style-text-24px {
        font-size: clamp(1.25rem, 0.8074rem + 0.6908vw, 1.5rem);
    }

    .is-style-text-20px,
    .wp-block-kadence-advancedheading.is-style-text-20px {
    	font-size: clamp(1rem, 0.5574rem + 0.6908vw, 1.25rem);
    }

    .is-style-text-18px,
    .wp-block-kadence-advancedheading.is-style-text-18px {
        font-size: clamp(1rem, 0.7787rem + 0.3454vw, 1.125rem);
    }
}

/* Kadence Accordion and Tabs - block styles (matches assets/css/editor.css, fluid 375px→1604px)*/

.is-style-title-28px .kt-blocks-accordion-header,
.is-style-title-28px .kt-tab-title {
	font-size: clamp(1.25rem, 1.0974rem + 0.6509vw, 1.75rem);
}

.is-style-title-24px .kt-blocks-accordion-header,
.is-style-title-24px .kt-tab-title {
	font-size: clamp(1.25rem, 1.1737rem + 0.3255vw, 1.5rem);
}

.is-style-title-20px .kt-blocks-accordion-header,
.is-style-title-20px .kt-tab-title {
	font-size: 1.25rem;
}

.is-style-title-18px .kt-blocks-accordion-header,
.is-style-title-18px .kt-tab-title {
	font-size: 1.125rem;
}

.is-style-title-16px .kt-blocks-accordion-header,
.is-style-title-16px .kt-tab-title {
	font-size: 1rem;
}

/* Kadence Countup - block styles (matches assets/css/editor.css, fluid 375px→1604px)  */
.is-style-countup-96px .kb-count-up-number {
	font-size: clamp(4rem, 3.3897rem + 2.6037vw, 6rem);
}

.is-style-countup-82px .kb-count-up-number {
	font-size: clamp(4rem, 3.6567rem + 1.4646vw, 5.125rem);
}

.is-style-countup-70px .kb-count-up-number {
	font-size: clamp(4rem, 3.8856rem + 0.4882vw, 4.375rem);
}

.is-style-countup-58px .kb-count-up-number {
	font-size: clamp(3rem, 2.8093rem + 0.8137vw, 3.625rem);
}

.is-style-countup-96px .kb-count-up-title,
.is-style-countup-82px .kb-count-up-title,
.is-style-countup-70px .kb-count-up-title,
.is-style-countup-58px .kb-count-up-title {
	font-size: clamp(1.125rem, 1.0869rem + 0.1627vw, 1.25rem);
}

@media (min-width: 1025px) {
    .kb-off-canvas-inner > .kb-row-layout-wrap > .kt-row-column-wrap {
        grid-template-columns: auto 465px;
    }
}
body .side-branding {
    position: fixed;
    right: 0;
    top: 0;
}
@media (min-width: 1025px) {
    html:not([data-scroll='0']) header .kb-button {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    html:not([data-scroll='0']) header .wp-block-kadence-off-canvas-trigger  {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .wp-block-kadence-header-row .kadence-header-row-inner {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(58, 58, 58, 0.00) 100%);
    }
    .wp-block-kadence-header-row-center .wp-block-kadence-header-section:last-child {
        position: fixed;
        right: 36px;
        top: 0;
    }
}
.wp-block-kadence-off-canvas-trigger::before {
    content: 'Start Here';
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--global-palette3);
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .wp-block-kadence-off-canvas-trigger::before {
        font-size: 0.75rem;
    }
    body .kb-off-canvas-inner > .kb-row-layout-wrap > .kt-row-column-wrap {
        overflow: auto;
    }
    .kb-header-container.item-is-stuck .wp-block-kadence-header-row-top {
        display: none;
    }
    header .kadence-header-row-inner > .wp-block-kadence-header-column > .kb-buttons-wrap {
        flex-wrap: nowrap;
        align-items: stretch;
    }
    header .kadence-header-row-inner > .wp-block-kadence-header-column > .kb-buttons-wrap .kb-button {
        word-break: keep-all;
    }
    header .wp-block-kadence-off-canvas-trigger {
        height: 100%;
        align-items: center;
    }
}
body .wp-block-kadence-off-canvas-trigger:focus {
    background: var(--global-palette9);
}
.kb-off-canvas-inner > .kb-row-layout-wrap > .kt-row-column-wrap {
    max-height: 100vh;
    overflow: hidden;
}
.kb-off-canvas-inner > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    overflow: auto;
}
ul.mega-menu-link-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 34px;
}
ul.mega-menu-link-list li {
    position: relative;
}
ul.mega-menu-link-list li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #007A70;
    position: absolute;
    top: 0;
    right: -17px;
}
ul.mega-menu-link-list li a {
    text-decoration: none;
}
ul.mega-menu-link-list li:hover,
ul.mega-menu-link-list li:focus-within {
    box-shadow: 0 4px 0 0 var(--global-palette1);
}
body .wp-block-search .wp-block-search__input {
    border: 0;
}
body .wp-block-search .wp-block-search__button {
    border-radius: 0 40px 40px 0 !important;
    padding-left: 14px;
    padding-right: 14px;
}
body .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
}
.wp-block-kadence-off-canvas .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-dropdown-toggle-btn {
    background-color: #ECECEC;
    border-radius: 4px;
}
.wp-block-kadence-off-canvas .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-link-wrap:hover .kb-nav-dropdown-toggle-btn,
.wp-block-kadence-off-canvas .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-dropdown-toggle-btn:focus {
    color: var(--global-palette12);
}
.wp-block-kadence-off-canvas .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-link-wrap:hover .kb-nav-link-content {
    padding-left: 24px;
}
.wp-block-kadence-column.overlay-link__hover-img-zoom .wp-block-kadence-image {
    overflow: hidden;
    border-radius: 8px;
}
.wp-block-kadence-column.overlay-link__hover-img-zoom:hover .wp-block-kadence-image,
.wp-block-kadence-column.overlay-link__hover-img-zoom:focus-within .wp-block-kadence-image {
    box-shadow: 0 0 0 1px var(--global-palette2);
}
.wp-block-kadence-column.overlay-link__hover-img-zoom .wp-block-kadence-image img {
    transition: all .1s linear;
}
.wp-block-kadence-column.overlay-link__hover-img-zoom:hover .wp-block-kadence-image img,
.wp-block-kadence-column.overlay-link__hover-img-zoom:focus-within .wp-block-kadence-image img {
    transform: scale(1.1);
    transition: all .1s linear;
}
.wp-block-kadence-off-canvas .kt-accordion-wrap > .kt-accordion-inner-wrap > .wp-block-kadence-pane > .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active {
    border-radius: 8px 8px 0 0;
}
.pagination-left-align .kb-splide .splide__pagination,
.pagination-left-align .kb-splide ul.splide__pagination.splide__pagination {
    bottom: 30px;
    justify-content: flex-start;
    padding-left: 64px;
}
@media (max-width: 1024px) {
    .pagination-left-align .kb-splide .splide__pagination,
    .pagination-left-align .kb-splide ul.splide__pagination.splide__pagination {
        padding-left: 20px;
    }
}
.kb-splide .splide__pagination__page {
    opacity: 1 !important;
}
.kb-splide .splide__pagination__page.is-active {
    width: 26px;
    border-radius: 40px;
}
.pagination-left-align .kb-splide[data-slider-dots=true] {
    margin-bottom: 0;
}
.force-fullwidth {
    width: 100% !important;
}
@media (min-width: 1025px) and (max-width: 1399px) {
    .kb-row-layout-wrap.small-desktop__grid-col-2 > .kt-row-column-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.wp-block-kadence-column.custom-hoverbox-homepage-cta .wp-block-kadence-image {
    overflow: hidden;
    border-radius: 400px;
}
.wp-block-kadence-column.custom-hoverbox-homepage-cta .wp-block-kadence-image img,
.wp-block-kadence-column.custom-hoverbox-homepage-cta .wp-block-kadence-icon {
    transition: all .1s linear;
}
.wp-block-kadence-column.custom-hoverbox-homepage-cta:hover .wp-block-kadence-image img,
.wp-block-kadence-column.custom-hoverbox-homepage-cta:focus-within .wp-block-kadence-image img {
    transform: scale(1.1);
    transition: all .1s linear;
}
.wp-block-kadence-column.custom-hoverbox-homepage-cta:hover .wp-block-kadence-icon,
.wp-block-kadence-column.custom-hoverbox-homepage-cta:focus-within .wp-block-kadence-icon {
    transform: rotate(-45deg);
    transition: all .1s linear;
    color: var(--global-palette9);
}
.wp-block-kadence-column.custom-hoverbox-homepage-cta:hover .custom-hoverbox-homepage-btn > .kt-inside-inner-col,
.wp-block-kadence-column.custom-hoverbox-homepage-cta:focus-within .custom-hoverbox-homepage-btn > .kt-inside-inner-col {
    background: var(--global-palette11);
}
.overlay-link__hover-img-zoom .wp-block-kadence-column.post-card__title-image-overlay {
    overflow: hidden;
    border-radius: 12px;
}
.overlay-link__hover-img-zoom .wp-block-kadence-column.post-card__title-image-overlay > .kt-inside-inner-col {
    transition: all .1s linear;
}
.overlay-link__hover-img-zoom:hover .wp-block-kadence-column.post-card__title-image-overlay > .kt-inside-inner-col,
.overlay-link__hover-img-zoom:focus-within .wp-block-kadence-column.post-card__title-image-overlay > .kt-inside-inner-col {
    background-size: auto 110%;
    transition: all .1s linear;
}
.testimonial-accordion .kt-blocks-accordion-icon-trigger {
    border: 1px solid var(--global-palette9);
    border-radius: 100px;
}
.testimonial-accordion button.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.testimonial-accordion button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger,
.testimonial-accordion button.kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
    background: var(--global-palette1);
    border-color: var(--global-palette1);
}
.testimonial-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,
.testimonial-accordion .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,
.testimonial-accordion .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after,
.testimonial-accordion .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    height: 2px;
    width: 14px;
    left: 5px;
    top: 11px;
}
.testimonial-accordion .kt-accodion-icon-style-basic button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:after,
.testimonial-accordion .kt-accodion-icon-style-basic button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:before,
.testimonial-accordion .kt-accodion-icon-style-basiccircle button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:after,
.testimonial-accordion .kt-accodion-icon-style-basiccircle button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:before {
    background: var(--global-palette3) !important;
}
@media (min-width: 1025px) {
    .kb-advanced-slider.slider__desktop-remove-margin .kb-blocks-advanced-slider-init {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wp-block-kadence-column.force-inline-mobile > .kt-inside-inner-col {
        justify-content: flex-start !important;
        flex-direction: row !important;
    }
    .wp-block-kadence-column.force-angle-bgrd-mobile > .kt-inside-inner-col,
    .wp-block-kadence-column.force-angle-overlay-mobile > .kt-inside-inner-col::before {
        background-image: url(/wp-content/uploads/Frame-4708.svg);
        background-position: 50% 100%;
    }
    .wp-block-kadence-column.force-flex-end-mobile > .kt-inside-inner-col {
        justify-content: flex-end !important;
    }
}
footer .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-link-content:hover,
footer .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .kb-nav-link-content:focus {
    text-decoration: underline;
}
ul.footer-links {
    margin: 0;
    list-style: none;
}

ul.footer-links li a {
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--global-palette3);
}
@media (min-width: 1025px) {
    ul.footer-links li {
    display: inline-block;
}
ul.footer-links li a::before {
    content: '/';
    margin: 0 8px 0 6px;
    color: var(--global-palette7);
}
}

.query-loop-wrapper:has(.kb-query-grid-wrap:empty) {
    display: none !important;
}

@media (max-width: 1024px) {
    .wp-block-kadence-header.header-tablet-transparent .kb-header-container.wp-block-kadence-header-tablet.item-at-start {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(58, 58, 58, 0.00) 100%);
    }
}
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single {
    margin-top: 5px;
}
body .kb-splide .splide__arrow {
    height: 2em;
    border-radius: 100px;
    opacity: 1 !important;
}
body .kb-splide .splide__arrow svg {
    display: none;
}
body .kb-splide .splide__arrow::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.273438 6.8291C-0.0937493 7.19629 -0.0937494 7.79004 0.273438 8.15332L6.83594 14.7197C7.20312 15.0869 7.79687 15.0869 8.16016 14.7197C8.52344 14.3525 8.52734 13.7588 8.16016 13.3955L3.19922 8.43457L19.0625 8.43457C19.582 8.43457 20 8.0166 20 7.49707C20 6.97754 19.582 6.55957 19.0625 6.55957L3.19922 6.55957L8.16016 1.59863C8.52734 1.23145 8.52735 0.637695 8.16016 0.274414C7.79297 -0.0888673 7.19922 -0.0927736 6.83594 0.274414L0.273438 6.8291Z' fill='%23121212'/%3E%3C/svg%3E");
    background-color: currentColor;
}
body .kb-splide .splide__arrow.splide__arrow--next::after {
    transform: rotate(180deg);
}
.pagination-inside-center .kb-splide .splide__pagination,
.pagination-inside-center .kb-splide ul.splide__pagination.splide__pagination {
    bottom: 40px;
}
.pagination-inside-center .kb-splide[data-slider-dots=true] {
    margin-bottom: 0;
}
.arrows-inside-center .kb-splide .splide__arrow--prev {
    left: calc(50% - 100px);
    bottom: -16px;
    top: auto;
}
.arrows-inside-center .kb-splide .splide__arrow--next {
    right: calc(50% - 100px);
    bottom: -16px;
    top: auto;
}
@media (max-width: 1024px) {
    .slider-hide-arrows-mobile .splide__arrows {
        display: none;
    }
}
@media (min-width: 1025px) {
    .custom-accordion-01 button.kt-blocks-accordion-header.kt-accordion-panel-active {
        padding: 36px 48px !important;
        font-size: 2.25rem !important;
    }
}
.custom-accordion-01 .kt-blocks-accordion-icon-trigger {
    border: 1px solid var(--global-palette1);
    border-radius: 100px;
    background: var(--global-palette1);
}
.custom-accordion-01 button.kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger,
.custom-accordion-01 button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger {
    background: var(--global-palette1);
    border-color: var(--global-palette1);
}
.custom-accordion-01 button.kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger {
    background: transparent;
    border-color: var(--global-palette11);
}
.custom-accordion-01 .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,
.custom-accordion-01 .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before,
.custom-accordion-01 .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after,
.custom-accordion-01 .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
    height: 2px;
    width: 14px;
    left: 5px;
    top: 11px;
}
.custom-accordion-01 .kt-accodion-icon-style-basic button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:after,
.custom-accordion-01 .kt-accodion-icon-style-basic button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:before,
.custom-accordion-01 .kt-accodion-icon-style-basiccircle button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:after,
.custom-accordion-01 .kt-accodion-icon-style-basiccircle button.kt-blocks-accordion-header:focus .kt-blocks-accordion-icon-trigger:before {
    background: var(--global-palette3) !important;
}
.custom-accordion-01 .wp-block-kadence-pane:has(.kt-accordion-panel-active) {
    background-image: url(/wp-content/uploads/White-Texture-for-Cards-1.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--global-palette9);
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
.custom-accordion-01 .wp-block-kadence-pane:has(.kt-accordion-panel-active):not(:first-child) {
    margin-top: 16px;
}
.custom-accordion-02 button.kt-blocks-accordion-header.kt-accordion-panel-active {
    font-size: 1.5rem !important;
}
@media (min-width: 1025px) {
    .custom-accordion-row > .kt-row-column-wrap,
    .custom-accordion-row .kt-inside-inner-col {
        position: static;
    }
    .custom-accordion-background-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .custom-accordion-02 button.kt-blocks-accordion-header.kt-accordion-panel-active {
        padding-left: 24px !important;
    }
    .custom-accordion-02 .wp-block-kadence-pane:has(.kt-accordion-panel-active) {
        border-left: 4px solid var(--global-palette1);
        margin-bottom: 8px;
    }
    .custom-accordion-02 .wp-block-kadence-pane:has(.kt-accordion-panel-active):not(:first-child) {
        margin-top: 8px;
    }
}
.accordion-button-border-radius > .kt-accordion-wrap > .kt-accordion-inner-wrap > .wp-block-kadence-pane > .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-custom-hover-icon .kt-blocks-accordion-header {
    position: relative;
}
.accordion-custom-hover-icon .kt-blocks-accordion-header .kt-blocks-accordion-title-wrap::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 100%;
    border-radius: 600px 26px 26px 600px;
    opacity: 0;
    transition: all ease-in-out .2s;
    background: var(--global-palette1);
    position: absolute;
    top: 0;
    right: 0;
}
.accordion-custom-hover-icon .kt-blocks-accordion-header:hover .kt-blocks-accordion-title-wrap::before {
    opacity: 1;
    transition: all ease-in-out .2s;
}
.accordion-custom-hover-icon .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-title-wrap::before {
    background: var(--global-palette11);
}
.accordion-custom-hover-icon .kt-accodion-icon-style-basic .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.accordion-custom-hover-icon .kt-accodion-icon-style-basic .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after {
    background: var(--global-palette3) !important;
}
.accordion-custom-hover-icon .kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-icon-trigger:before,
.accordion-custom-hover-icon .kt-accodion-icon-style-basic .kt-blocks-accordion-header.kt-accordion-panel-active:hover .kt-blocks-accordion-icon-trigger:after {
    background: var(--global-palette9) !important;
}
body .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after,
body .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before {
    height: 2px;
}
.pagination-bottom-boosted.pagination-left-align .kb-splide .splide__pagination,
.pagination-bottom-boosted.pagination-left-align .kb-splide ul.splide__pagination.splide__pagination {
    bottom: 96px;
}
.slider-arrows-extended .kb-splide .splide__arrow {
    width: 3em;
}
body .slider-arrows-extended .kb-splide .splide__arrow::after {
    mask-image: url("data:image/svg+xml,%3Csvg width='52' height='18' viewBox='0 0 52 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.27538 8.33106C0.908207 8.69838 0.908207 9.29234 1.27538 9.65575L7.83762 16.2245C8.2048 16.5918 8.79852 16.5918 9.16179 16.2245C9.52506 15.8572 9.52896 15.2632 9.16179 14.8998L4.20105 9.9371L50.0625 9.93711C50.5821 9.93711 51 9.51899 51 8.99927C51 8.47955 50.5821 8.06144 50.0625 8.06144L4.20105 8.06143L9.16179 3.09872C9.52896 2.7314 9.52896 2.13744 9.16179 1.77403C8.79462 1.41061 8.20089 1.40671 7.83762 1.77403L1.27538 8.33106Z' fill='white'/%3E%3C/svg%3E");
    width: 100%;
}
.slider-arrows-extended .kb-splide.kb-slider-arrow-position-bottom-left .splide__arrows {
    bottom: 88px;
    left: 160px;
}
@media (max-width: 1024px) {
    .slider-arrows-extended .kb-splide.kb-slider-arrow-position-bottom-left .splide__arrows {
        display: none;
    }
    .slider-arrows-extended .kb-splide .splide__pagination,
    .slider-arrows-extended .kb-splide ul.splide__pagination.splide__pagination {
        justify-content: center;
    }
    .pagination-bottom-boosted.pagination-left-align .kb-splide .splide__pagination,
    .pagination-bottom-boosted.pagination-left-align .kb-splide ul.splide__pagination.splide__pagination {
        bottom: 66px;
    }
}
main .wp-block-kadence-column.overlay-link__hover-img-zoom:hover .wp-block-kadence-image,
main .wp-block-kadence-column.overlay-link__hover-img-zoom:focus-within .wp-block-kadence-image {
    box-shadow: none;
}
.video-post-modal-wrap {
    width: 100%;
    position: relative;
}
.video-post-modal-wrap .wp-block-kadence-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* single Post template */

/*Hero background fix for MAC devices on 1025px*/

@media (min-width: 1025px) {
    .post-hero-content-left .kb-row-layout-wrap {
        background-image: unset !important;
    }
}

ul.mv-post-categories-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.mv-post-categories-list .mv-post-category-list-item:not(:first-of-type):before {
    content: ',';
    margin-right: 8px;
    color: var(--global-palette1);
    font-size: 1.875rem;
    line-height: 1em;
    font-family: 'DM Serif Display', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mv-post-categories-list .mv-post-category-list-item .mv-post-category-name {
    background: linear-gradient(0deg, #00302C 0%, #00302C 55%, transparent 55%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    color: var(--global-palette1);
    font-size: 1.875rem;
    line-height: 1em;
    font-family: 'DM Serif Display', sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul.mv-post-category-links-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.mv-post-category-links-list .mv-post-category-list-item .mv-post-category-link {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.mv-post-category-links-list .mv-post-category-list-item:not(:first-of-type):before {
    content: ',';
    margin-right: 8px;
}

.post-category-list .kb-dynamic-list-item .kb-dynamic-list-item-link:hover {
    color: var(--global-palette1) !important;
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single.kb-svg-icon-fe_arrowLeft {
    margin-top: 0;
}

body .single-post-related-articles {
    margin-top: 0;
    margin-bottom: 0;
}

body .single-post-related-articles h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--global-palette1);
    font-family: Poppins, sans-serif;
    font-size: clamp(1.5rem, 0.8825rem + 0.9639vw, 1.75rem);
    font-weight: 600;
    line-height: 1.5;
}

.single-post-related-articles .yarpp-thumbnails-horizontal {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    padding-top: 36px;
}

.single-post-related-articles .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 28px;
    height: auto;
    margin: 0;
    border: 0;
}

.single-post-related-articles .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 100%;
    margin: 0;
    font-size: clamp(1rem, 0.3825rem + 0.9639vw, 1.25rem);
    font-weight: 600;
    color: var(--global-palette11);
    max-height: fit-content;
}

.single-post-related-articles .yarpp-thumbnails-horizontal a.yarpp-thumbnail>img {
    height: 114px;
    width: 100%;
    max-width: 150px;
    border-radius: 8px;
    margin: 0;
    object-fit: cover;
}

.single-post-hero-section .post-hero-content-left {
    margin-left: 0;
}

.single-post-hero-section .post-hero-content-left .kt-inside-inner-col:before {
    margin-left: 0;
}


@media (min-width: 1656px) {
    .single-post-hero-section .post-hero-content-left {
        margin-left: calc((100vw - 1656px) / 2);
    }

    .single-post-hero-section .post-hero-content-left .kt-inside-inner-col:before {
        margin-left: calc((100vw - 1656px) / 2 * -1);
    }
}

@media (max-width: 1440px) {
    .related-posts-section .kt-inside-inner-col {
        padding-left: 32px;
    }
}

.related-posts-section .heateor_sss_horizontal_sharing .heateor_sss_svg,
.related-posts-section .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    background: transparent !important;
    width: 26px !important;
    height: 26px !important;
}

.related-posts-section .heateor_sss_horizontal_sharing .heateor_sss_svg:hover,
.related-posts-section .heateor_sss_standard_follow_icons_container .heateor_sss_svg:hover {
    background: transparent !important;
}

.related-posts-section .heateor_sss_horizontal_sharing svg path {
    fill: var(--global-palette11);
}

.related-posts-section .heateor_sss_horizontal_sharing svg:hover path {
    fill: var(--global-palette3);
}

.related-posts-section .heateor_sss_horizontal_sharing {
    display: flex;
    align-items: center;
}

.related-posts-section .heateor_sss_horizontal_sharing:before {
    content: 'Share: ';
    font-size: 1.25rem;
}

.related-posts-section .kt-inside-inner-col .yarpp.yarpp-related,
.related-posts-sharing-section {
    max-width: 560px;
}

@media (max-width: 1570px) {
    .related-posts-sharing-section .kt-inside-inner-col {
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) and (max-width: 1150px) {
    .single-post-hero-section>.kt-row-column-wrap {
        grid-template-columns: minmax(0, calc(70% - ((var(--global-kb-gap-none, 0rem) * 1)/2)))minmax(0, calc(30% - ((var(--global-kb-gap-none, 0rem) * 1)/2)));
    }
}

@media (max-width: 1024px) {
    .single-post-related-articles .yarpp-thumbnails-horizontal {
        row-gap: 24px;
        padding-top: 24px;
    }

    .related-posts-section>.kt-inside-inner-col {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .single-post-related-articles .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
        column-gap: 16px;
    }

    .related-posts-sharing-section .kt-inside-inner-col {
        padding-left: 0;
        padding-right: 0;
    }

    .single-post-hero-section .post-hero-content-left .kt-inside-inner-col:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .mv-post-categories-list .mv-post-category-list-item .mv-post-category-name {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .single-post-related-articles .yarpp-thumbnails-horizontal a.yarpp-thumbnail>img {
        height: 80px;
        max-width: 90px;
    }

    .related-posts-sharing-section .kt-inside-inner-col figure {
        width: 100%;
    }

    .post-hero-content-right {
        margin-top: -130px;
    }
}

@media (max-width: 400px) {

    .post-hero-content-right {
        margin-top: -80px;
    }
}

/* END of Single Post template */

/* START of Program details page template */

body.single-program .entry-content-wrap {
    padding: 0;
}

.full-height-card,
.full-height-card .kt-inside-inner-col {
    height: 100%;
}

.program-slider-w-modal .splide__arrows {
    bottom: 100px;
    left: 0;
    right: 0;
    justify-content: space-between;
}

.program-slider-w-modal .splide__arrows .splide__arrow {
    width: 45px;
    height: 90px;
    border-radius: 0 150px 150px 0;
}

.program-slider-w-modal .splide__arrows .splide__arrow.splide__arrow--next {
    width: 45px;
    height: 90px;
    border-radius: 150px 0px 0px 150px;
}

.program-slider-w-modal .splide__arrows .splide__arrow.splide__arrow--prev:after {
    margin-right: 4px;
}

.program-slider-w-modal .splide__arrows .splide__arrow.splide__arrow--next:after {
    margin-left: 4px;
}

@media (max-width: 767px) {
    .program-slider-w-modal .kb-splide.kb-slider-group-arrows .splide__arrows {
        display: none;
    }
}

.request-info-program-form-section .gform_wrapper.gravity-theme {
    color: var(--global-palette3);
}

.request-info-program-form-section .gform_wrapper.gravity-theme .gfield_required_asterisk {
    color: var(--global-palette2);
}

.request-info-program-form-section .gform_wrapper.gravity-theme .gform_required_legend {
    text-align: right;
}

.request-info-program-form-section .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
}

.request-info-program-form-section .gform_wrapper.gravity-theme input:not([type="submit"]) {
    border-color: #CACACA;
}

.request-info-program-form-section .gform_wrapper.gravity-theme input[type="submit"] {
    width: 100%;
}

.request-info-program-form-section .request-form-section-title {
    font-size: clamp(1.5rem, -0.3524rem + 2.8916vw, 2.25rem) !important;
}

@media (max-width: 767px) {

    body .request-info-program-form-section .kt-inside-inner-col {
        background-size: 100% 66px;
    }
}

h3.programs-loop-card-title {
    font-size: clamp(1.75rem, 0.5151rem + 1.9277vw, 2.25rem);
}

.program-query-btn {
    height: 100%;
}

.program-query-btn>.kb-button {
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    height: 100%;
}

.program-query-btn>.kb-button:hover .kt-btn-inner-text {
    text-decoration: underline;
    text-underline-offset: .1em;
}

.programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3) .program-query-btn .kb-button,
.programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3)~.kb-query-item .program-query-btn .kb-button {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}

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

    .programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3) .program-query-btn .kb-button,
    .programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3)~.kb-query-item .program-query-btn .kb-button {
        padding-bottom: inherit;
        margin-bottom: inherit;
        border-bottom-width: 1px;
    }

    .programs-query-loop-wrap .kb-query-item:nth-child(2n + 1):nth-last-child(-n + 2) .program-query-btn .kb-button,
    .programs-query-loop-wrap .kb-query-item:nth-child(2n + 1):nth-last-child(-n + 2)~.kb-query-item .program-query-btn .kb-button {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {

    .programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3) .program-query-btn .kb-button,
    .programs-query-loop-wrap .kb-query-item:nth-child(3n + 1):nth-last-child(-n + 3)~.kb-query-item .program-query-btn .kb-button {
        padding-bottom: 20px;
        margin-bottom: inherit;
        border-bottom-width: 1px;
    }

    .programs-query-loop-wrap .kb-query-item:last-child .program-query-btn .kb-button {
        padding-bottom: 0 !important;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .program-query-btn .kb-button.icon-reveal .kb-svg-icon-wrap {
        opacity: 1;
        width: 20px;
    }
}

.horizontal-tabs .kt-tabs-title-list .kt-title-item {
    flex: 1;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:first-of-type .kt-tab-title {
    border-left-width: 2px;
    border-top-right-radius: 0;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:not(:first-of-type) .kt-tab-title {
    border-radius: 0;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:last-of-type .kt-tab-title {
    border-top-right-radius: 12px;
    border-right-width: 2px;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:not(.kt-tab-title-active) .kt-tab-title {
    border-top-width: 2px;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .kt-tab-title {
    border-bottom: 0;
    border-top-width: 8px;
}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list {
    justify-content: space-between;
    background-image: url('/wp-content/uploads/Tabs.png');
    background-size: cover;
    border-radius: 12px 12px 0 0;

}

.horizontal-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
    min-height: 88px;
}

@media (max-width: 1025px) {
    .horizontal-tabs .kt-tabs-wrap .kt-tabs-content-wrap {
        background-image: url('/wp-content/uploads/Vertical-Tab-BG-1.png');
        background-size: cover;
        border-radius: 12px;
    }

    .horizontal-tabs .kt-tab-inner-content {
        border-radius: 0 !important;
    }

    body .horizontal-tabs .kt-tabs-wrap .kt-title-item:not(:first-of-type) .kt-tab-title {
        border-radius: 0;
    }

    body .horizontal-tabs .kt-tabs-wrap .kt-title-item:not(.kt-tab-title-active) .kt-tab-title {
        border-top-width: 2px;
    }

    .horizontal-tabs .kt-title-item:nth-last-child(2):not(.kt-tab-title-active) .kt-tab-title {
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }

    body .horizontal-tabs .kt-title-item .kt-tab-title:after {
        display: block;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9L12 17L20 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    body .horizontal-tabs .kt-title-item.kt-tab-title-active .kt-tab-title:after,
    body .horizontal-tabs .kt-title-item .kt-tab-title:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9L12 17L20 9' stroke='%2300564F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transform: rotate(180deg);
    }

    body .horizontal-tabs .kt-title-item:not(.kt-tab-title-active) .kt-tab-title:focus:after {
        transform: rotate(0deg);
    }

    .horizontal-tabs .kt-title-item .kt-tab-title {
        justify-content: space-between;
    }

    .horizontal-tabs .wp-block-kadence-tab:last-of-type {
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list {
    border: 2px solid var(--global-palette1);
    border-right-width: 0;
    border-top-width: 0;
    justify-content: flex-start;
    background-image: url('/wp-content/uploads/Vertical-Tab-BG-1.png');
    background-size: cover;
    border-radius: 12px 0 0 12px;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
    min-height: 88px;

}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:first-of-type .kt-tab-title {
    border-bottom-left-radius: 0;
    border-top-width: 2px;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:not(:first-of-type) .kt-tab-title {
    border-radius: 0;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:last-of-type .kt-tab-title {
    border-bottom-left-radius: 0;
    border-bottom-width: 0;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:last-of-type.kt-tab-title-active .kt-tab-title {
    border-bottom-left-radius: 12px;
    border-bottom-width: 0;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:not(.kt-tab-title-active) .kt-tab-title {
    border-left-width: 0;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .kt-tab-title {
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 8px;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:first-of-type.kt-tab-title-active .kt-tab-title {
    border-top-width: 2px;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-content-wrap {
    display: flex;
}

.vertical-tabs .kt-tabs-wrap .kt-tabs-content-wrap .wp-block-kadence-tab {
    height: 100%;
}

@media (max-width: 1025px) {
    .vertical-tabs .kt-tabs-wrap .kt-tabs-content-wrap {
        flex-direction: column;
    }

    .vertical-tabs .kt-tabs-wrap .kt-tabs-content-wrap {
        background-image: url('/wp-content/uploads/Vertical-Tab-BG-1.png');
        background-size: cover;
        border-radius: 12px;
    }

    .vertical-tabs .kt-tab-inner-content {
        border-radius: 0 !important;
    }

    body .vertical-tabs .kt-tabs-wrap .kt-title-item:not(:first-of-type) .kt-tab-title {
        border-radius: 0;
    }

    body .vertical-tabs .kt-tabs-wrap .kt-title-item:not(.kt-tab-title-active) .kt-tab-title {
        border-top-width: 2px;
    }

    .vertical-tabs .kt-title-item:nth-last-child(2):not(.kt-tab-title-active) .kt-tab-title {
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }

    body .vertical-tabs .kt-title-item .kt-tab-title:after {
        display: block;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9L12 17L20 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    body .vertical-tabs .kt-title-item.kt-tab-title-active .kt-tab-title:after,
    body .vertical-tabs .kt-title-item .kt-tab-title:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9L12 17L20 9' stroke='%2300564F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transform: rotate(180deg);
    }

    body .vertical-tabs .kt-title-item:not(.kt-tab-title-active) .kt-tab-title:focus:after {
        transform: rotate(0deg);
    }

    .vertical-tabs .kt-title-item .kt-tab-title {
        justify-content: space-between;
    }

    .vertical-tabs .wp-block-kadence-tab:last-of-type {
        border-bottom-right-radius: 12px !important;
        border-bottom-left-radius: 12px !important;
    }
}

.programs-table {
    border-radius: 12px;
}

.custom-icon-btn-hover:hover .kt-inside-inner-col {
    background-color: var(--global-palette2);
}

.custom-icon-btn-hover * {
    transition: .2s linear;
}

.custom-icon-btn-hover:hover .wp-block-kadence-icon {
    transform: rotate(-45deg);
}

.custom-icon-btn-hover:hover .wp-block-kadence-icon svg {
    fill: #ffffff;
}


.here-to-help-title {
    font-size: clamp(2.5rem, 1.975rem + 2.625vw, 5.125rem) !important;
}

@media (max-width: 600px) {
    .sm-full-width-btns a.kb-button {
        width: 100%;
    }
}

/* END of Program details page template */

/* START OF News and Resources */

.media-contact-icon-list a {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
}

@media (min-width: 1025px) and (max-width: 1600px) {
    .latest-news-row .latest-news-slider {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .news-media-contact-row .kt-row-column-wrap {
        grid-template-columns: 1fr !important;
    }
}

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

    body .news-archive-hero-slider-query-row>.kt-row-column-wrap {
        grid-template-columns: minmax(0, calc(75% - ((var(--global-kb-gap-none, 0rem) * 1)/2)))minmax(0, calc(25% - ((var(--global-kb-gap-none, 0rem) * 1)/2)));
    }
}

@media (min-width: 1025px) {
    .latest-news-slider .splide__arrows {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: space-between;
    }

    .latest-news-slider .splide__arrow--prev {
        margin-left: -2.2rem;
    }

    .latest-news-slider .splide__arrow--next {
        margin-right: -2.2rem;
    }
}

@media (max-width: 1024px) {
    .latest-news-slider .splide__arrows {
        display: none !important;
    }
}

/* END OF News and Resources */

/* START OF Program filters*/

body .facetwp-facet {
    margin-bottom: 0;
}

.facetwp-facet-program_search,
.facetwp-facet-program_search .facetwp-input-wrap,
.facetwp-facet-program_search input {
    width: 100%;
}

.facetwp-facet-program_search input {
    border-radius: 8px;
    padding: 14px;
    border: 2px solid var(--global-palette1);
}

.facetwp-facet-program_search .facetwp-input-wrap .facetwp-icon {
    opacity: 1;
    width: 55px;
    background-color: var(--global-palette1);
    border-radius: 8px;
}

.facetwp-facet-program_search .facetwp-input-wrap .facetwp-icon:before {
    width: 55px;
    background-position: center;
}

.facet-button-expand-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.75rem, 0.4637rem + 0.4469vw, 1rem);
    background-color: transparent;
    border: 2px solid var(--global-palette1);
    border-radius: 8px;
    width: 100%;
    font-size: clamp(1rem, 0.8568rem + 0.2235vw, 1.125rem);
    min-height: 57px;
}

.facet-button-expand-filters-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.facet-expandable-wrapper .facetwp-type-checkboxes {
    display: none;
}

.facet-expandable-wrapper.is-expanded .facet-button-expand-filters {
    background-color: var(--global-palette11);
    color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-width: 0;
}

.facet-expandable-wrapper.is-expanded .facetwp-type-checkboxes {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    z-index: 2;
    min-height: 70px;
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid var(--global-palette1);
    border-top-width: 0;
    border-radius: 0 0 8px 8px;
}

.facet-expandable-wrapper.is-expanded .facetwp-type-checkboxes .facetwp-checkbox {
    color: #3E3E3E;
}

.facet-expandable-wrapper.is-expanded .facetwp-type-checkboxes fieldset {
    padding: 0;
    margin: 0;
    border: none;;
}

.facet-expandable-wrapper.is-expanded .facetwp-type-checkboxes .facetwp-checkbox {
    background-image: none;
    padding-left: .5rem;
}

.facetwp-selection-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
}

body .facetwp-selections {
    width: fit-content;
    display: inline-block;
}

.facetwp-facet-reset {
    display: inline-block;
    margin-bottom: 1rem;
}

body .facetwp-selections .facetwp-selection-value {
    position: relative;
    padding: 8px 34px 8px 12px;
    border-radius: 8px;
    border: 2px solid #c60;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.16px;
    background-image: unset;
    margin-bottom: 10px;
}

body .facetwp-selections .facetwp-selection-value:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M8.5791 0.75L0.749621 8.57948' stroke='%23CC6600' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.58691 8.58008L0.757434 0.750597' stroke='%23CC6600' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

body .facetwp-selections > ul {
    display: flex;
    flex-direction: column;
    margin: 0;
}

/* END OF Program filters*/

/* START OF Program accordions */
.listing-accordion {
    padding: 0;
}

.listings-container {
    position: relative;
}

.accordion-expanded {
    background-color: #ffffff;
    padding: 2.5rem 2.75rem;
    margin-top: 1rem;
    border-radius: 12px;
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.05);
    transform: all ease-in-out .2s;
}

.accordion-expanded .listing-accordion-header {
    background: transparent;
    border-color: transparent;
}

.accordion-expanded .listing-accordion-icon-trigger {
    background-color: transparent;
}

.listing-accordion-pane-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    border-bottom: 1px dashed #ababab;
}
.listing-accordion-header:hover,
.listing-accordion-header:focus {
    background-color: transparent!important;
}
.listing-accordion-title-wrap h3 {
    color: var(--global-palette11);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.listing-header-top .listing-type-labels span {
    color: var(--global-palette1);
    margin-left: 12px;
    margin-right: 12px;
}

.listing-header-top h2 {
    font-size: 1.75rem;
}

.listing-accordion-pane-header-wrap .listing-accordion-header {
    display: flex;
    column-gap: 15px;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.listing-accordion-pane-header-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 20px;
}
@media (min-width: 1025px) {
    .listing-accordion-pane-header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.listing-accordion-header h3 {
    color: var(--global-palette11);
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}

.listing-accordion-header:hover h3 {
    text-decoration: underline;
}

.listing-accordion-pane-header-wrap .listing-accordion-title-info * {
    font-size: 1rem;
    font-weight: 500;
}

.listing-accordion-pane-header-wrap .listing-accordion-title-info .degree-type,
.listing-accordion-pane-header-wrap .listing-accordion-title-info .department-type {
    color: var(--global-palette3);
}

.listing-accordion-pane-header-wrap .listing-accordion-title-info a {
    color: var(--global-palette2);
}

.listing-accordion-pane-header-wrap .listing-accordion-title-info a:not(:first-of-type) {
    margin-left: 4px;
}

.letter-anchor {
    position: absolute;
    color: #E0E0E0;
    font-family: "DM Serif Display";
    font-size: clamp(10.625rem, 9.375rem + 6.25vw, 16.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    z-index: -1;
    top: -74px;
    left: -104px;
}

.listing-accordion-title-info {
    display: inline;
}
@media (min-width: 1025px) {
    .listing-accordion-title-info {
        display: flex;
    }

    .listing-accordion-title-info .listing-accordion-categories-wrap {
        text-align: end;
    }
}

body .listing-accordion-pane-content-inner-top {
    display: grid!important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr)!important;
    column-gap: 2rem;
    align-items: flex-start;
}

.listing-accordion-pane-content-inner-right {
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url('/wp-content/uploads/Single-angle-separator.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.listing-accordion-pane-content-inner-right h5 {
    margin-bottom: 1.25rem;
}

.listing-accordion-icon-trigger {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--global-palette1);
}

.listing-accordion-icon-trigger::before {
    content: '' !important;
}

.listing-header {
    margin-bottom: 48px;
}

.listing-header-bottom {
    margin-top: 28px;
}

.listing-header-bottom-letters li {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0 4px;
    width: 42px;
    height: 42px;
    align-content: center;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .25s ease-in-out;
}

.listing-header-bottom-letters li:hover {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.10);
}

.listing-header-bottom-letters li a {
    color: var(--global-palette11);
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
}

.listing-header-bottom-letters li:hover a {
    font-size: 1.5rem;
}

.degree-type {
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .degree-type {
        white-space: nowrap;
    }
}

.degree-type::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--global-palette1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-expanded .listing-accordion-title {
    font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.accordion-expanded .listing-accordion-title-info {
    display: none !important;
}

.listing-accordion-icon-trigger {
    position: relative;
    aspect-ratio: 1/1;
}

.listing-accordion-icon-trigger::before {
    background-image: url(/wp-content/themes/mvcc/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='9' width='2' height='20' rx='1' fill='%23121212'/%3E%3Crect x='20' y='9' width='2' height='20' rx='1' transform='rotate(90 20 9)' fill='%23121212'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.accordion-expanded .listing-accordion-icon-trigger {
    border: 1px solid var(--global-palette11);
}

.accordion-expanded .listing-accordion-icon-trigger::before {
    
    background-image: url(/wp-content/themes/mvcc/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='20' height='2' viewBox='0 0 20 2' fill='none'%3E%3Crect x='20' width='2' height='20' rx='1' transform='rotate(90 20 0)' fill='%2300564F'/%3E%3C/svg%3E");
}

.snapshot-title {
    font-weight: 700;
}

.snapshot-info  {
    margin-bottom: 20px;
}

.program-details-link {
    display: inline-block;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    border-radius: 12px;
    background-color: var(--global-palette11);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 15px 15px 15px;
    margin-top: 12px;
    border: 1px solid currentColor;
    border-color: var(--global-palette11);
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    transition: all ease-in-out .2s;
}

.program-details-link:focus {
    color: #ffffff;
}

.program-details-link:hover .compare-modal-card-button-arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Cpath d='M19.8164 7.93945C20.0586 7.69727 20.0586 7.29883 19.8164 7.05664L12.9414 0.18164C12.6992 -0.0605474 12.3008 -0.0605474 12.0586 0.18164C11.8164 0.423828 11.8164 0.822264 12.0586 1.06445L17.8672 6.87305L0.625 6.87305C0.28125 6.87305 -3.42776e-07 7.1543 -3.2775e-07 7.49805C-3.12724e-07 7.8418 0.28125 8.12305 0.625 8.12305L17.8672 8.12305L12.0586 13.9316C11.8164 14.1738 11.8164 14.5723 12.0586 14.8145C12.3008 15.0566 12.6992 15.0566 12.9414 14.8145L19.8164 7.93945Z' fill='%23121212'/%3E%3C/svg%3E");
}

.program-details-link:hover {
    background-color: var(--global-palette1);
    color: var(--global-palette11);
    border-color: var(--global-palette1);
}

.listing-accordion-compare {
    text-align: right;
}

.listing-accordion-compare label {
    font-size: 1rem;
    color: var(--global-palette11);
    text-transform: uppercase;
}

.accordion-expanded .listing-accordion-title-info {
    display: none !important;
}

.listing-accordion-header.is-expanded {
    flex-direction: row;
}

@media (max-width: 1024px) {
    body .listing-accordion-header .listing-accordion-title-wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

    .listing-accordion-title-info {
        text-align: left;
    }

    body .listing-header-bottom-letters {
        flex-wrap: wrap;
        justify-content: center;
        gap: .2rem;
    }
}

@media (max-width: 767px) {
    body .listing-accordion-pane-content-inner-top {
        grid-template-columns: 1fr!important;
        
    }

    .listing-accordion-pane-content-inner-right {
        margin-top: 2rem;
    }

    .listing-accordion-icon-trigger {

        margin-left: 1rem;
    }

    body .listing-accordion-header.is-expanded .listing-accordion-icon-trigger {
        align-self: flex-start;
    }
}

@media (max-width: 600px) {

    .accordion-expanded {
        padding: 1.25rem;
    }

    .listing-accordion-header.is-expanded .listing-accordion-icon-trigger {
        align-self: flex-end;
    }

    .listing-accordion-icon-trigger {
        margin-left: 0;
    }

    .degree-type {
        display: block;
        margin-left: 0;
        padding-left: 0;
    }
    
    .degree-type::before {
        display: none;
    }

    .listing-header-top {
        text-align: center;
    }
}

/* END of Program Accordions */

/*Event List view image size fix*/

.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 275px;
    padding-right: 0 !important;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
    flex-grow: 1;
}

/* explore program query loop fixes */

.fix-height-image-overlay {
    max-height: fit-content;
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .explore-program-query-loop .kb-query-grid-wrap {
        grid-template-columns: repeat(4, 1fr)!important;
    }
}

/* Homepage hero video fix */

@media (min-width: 1593px) and (max-width: 1750px) {
    .ae_home-hero-slider .kb-blocks-bg-video-container .kb-bg-video-iframe {
        padding-bottom: 62%;
        min-height: 100%;
        aspect-ratio: 16 / 9;
  }
}
/* program table mobile fixes */
@media (max-width: 767px) {
    .kb-table-container.programs-table tbody .wp-block-kadence-advancedheading.kt-adv-heading-has-icon {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .kb-table-container.programs-table tbody tr.kb-table-row td.kb-table-data {
        padding: 12px;
    }
}

/* Styling fixes */

@media (min-width: 1025px) {
    body:not(.home) .entry-content {
        padding-right: 36px;
    }
}

.vertical-tabs .content-width-fix .wp-block-kadence-tab.kt-tab-inner-content {
    display: block;
}

@media (min-width: 1593px) and (max-width: 1750px) {
    .ae_home-hero-slider .kb-blocks-bg-video-container .kb-bg-video-iframe {
        padding-bottom: 62%;
        min-height: 100%;
        aspect-ratio: 16 / 9;
    }
}

.vertical-tabs.content-width-fix .wp-block-kadence-tab.kt-tab-inner-content {
    width: 100%;
}

.ae_align-ic-middle .kb-svg-icon-wrap {
    vertical-align: middle;
}
/*Counter bars for large numbers e.g. tuition comparisons*/
.meter {
  height: 40px;
  position: relative;
  margin: 15px 0;
}
.meter span, .meter .kt-inside-inner-col {
  height: 100%;
}
.progress {
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media only screen and (max-width:586px) {
    span:has(.pg-green.pg-moraine) {
        width: 21% !important;
    }
}
/*End counter bars for large numbers*/

p:empty {
    display: none;
}

@media (min-width: 1025px) {
    body:not(.home) .entry-content {
        padding-right: 36px;
    }
}

.horizontal-tabs .kt-tabs-title-list .kt-title-item {
    flex: 1;
}

@media (min-width: 1593px) and (max-width: 1750px) {
    .ae_home-hero-slider .kb-blocks-bg-video-container .kb-bg-video-iframe {
        padding-bottom: 62%;
        min-height: 100%;
        aspect-ratio: 16 / 9;
    }
}

.vertical-tabs.content-width-fix .wp-block-kadence-tab.kt-tab-inner-content {
    width: 100%;
}

.ae_align-ic-middle .kb-svg-icon-wrap {
    vertical-align: middle;
}

/*Events Archive*/

.post-type-archive-tribe_events .tribe-events-calendar-list__event-details,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-details {
    align-content: center;
    padding-left: 0!important;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-details > *,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-details > *{
    max-width: 900px;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-content{
    padding: 32px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.05);
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-featured-image{
    
    border-radius: 8px;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-datetime-wrapper  *,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-content .tribe-events-calendar-day__event-datetime-wrapper  * {
    color: var(--global-palette-highlight);
    font-weight: 600;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-series-archive__link .tribe-common-c-svgicon,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-content .tribe-events-calendar-series-archive__link .tribe-common-c-svgicon {
    display: none;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-series-archive__link:before,
.post-type-archive-tribe_events .tribe-events-calendar-day__event-content .tribe-events-calendar-series-archive__link:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 10px;
    background-image: url(/wp-content/uploads/Separator-v4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-day__type-separator:after,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: transparent;
    height: 16px;
    background-image: url(/wp-content/uploads/Separator-v1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text {
    font-size: 1.5rem;
    font-weight: 700;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime {
    
    background-color: var(--global-palette11);
    justify-content: center;
    border-radius: 16px;
    
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 1rem;
    color: #ffffff!important;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 2rem;
    color: #ffffff!important;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    top: 0;
}

.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event * {
    font-size: 0.875rem;
}

.post-type-archive-tribe_events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: var(--global-palette11)!important;
}

.post-type-archive-tribe_events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner .tribe-events-calendar-month__multiday-event-bar-title {
    color: #ffffff!important;
}

@media (min-width: 1025px) and (max-width: 1700px) {
    .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
        padding-right: 40px;
    }
}

@media (max-width: 808px) {
    .tribe-events .tribe-events-calendar-day__event {
        padding-right: 54px;
    }
    
    .post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event {
        max-width: 100%;
    }
    
    .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
        height: calc(100% - 72px);
        right: 22px;
        top: 72px;
    }
}

/*Modal height fix*/

.ae_modal-max-width .kt-modal-container {
    max-height: 90%;
}

/* News Query Card - images to 16:9 */
.news-query-card .kb-image-is-ratio-size {
    width: 100%;
    overflow: hidden;
}

.news-query-card .kb-is-ratio-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: block;
    overflow: hidden;
}

.news-query-card .kb-is-ratio-image img.kb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}