/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


.dialog-prevent-scroll {
	max-height: 100vh;
	overflow: hidden !important;
}
@media all and (max-height: 767px) {
    .north-wrapper,
    .south-wrapper,
    .central-wrapper {
        height: calc(100vh - 32px) !important;
        overflow: scroll !important;
        top: 0 !important;
    }
    .north-wrapper .elementor-location-popup,
    .south-wrapper .elementor-location-popup,
    .central-wrapper .elementor-location-popup {
        padding-bottom: 6em !important;
    }
}

.jet-wrapper { display: inline-block; }

/* PLAID edits 11/25/25 */

.text-block blockquote {
    color: var(--charcoal, #1C1C1C);
    font-family: Archivo;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: -0.494px;
    padding: 40px 0;
    margin: 0;
    position: relative;
}
.text-block blockquote::before,
.text-block blockquote::after {
    position: absolute;
    left: 0;
    content: '';
    width: 370px;
    height: 2px;
    border-top: solid 2px rgba(69, 170, 221, 1);
}
.text-block blockquote::before {
    top: 20px;
}
.text-block blockquote::after {
    bottom: 20px;
}
.tabs .e-n-tabs-heading button[aria-selected="false"]:first-child {
    border-color: var( --e-global-color-e4fcbc5 ) !important;
    color: var( --e-global-color-e4fcbc5 ) !important;
}
.tabs .e-n-tabs-heading button:first-child:hover {
    border-color: var( --e-global-color-e4fcbc5 ) !important;
    background-color: var( --e-global-color-e4fcbc5 ) !important;
    color: #FFF !important;
}
.tabs .e-n-tabs-heading button[aria-selected="true"]:last-child,
.tabs .e-n-tabs-heading button:last-child:hover {
    border-color: var( --e-global-color-d645764 ) !important;
    background-color: var( --e-global-color-d645764 ) !important;
}
@media all and (min-width: 767px) {
    .tabs .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }
    .tabs .e-n-tabs-heading button {
        flex: 0 0 50% !important;
    }
}
.accordion details {
	border-bottom: solid 1px rgb(219, 219, 219);
}
.accordion details:first-child {
	border-top: solid 1px rgb(219, 219, 219);
}
.accordion summary,
.accordion summary * {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.accordion summary {
	padding: 24px 24px 24px 0 !important;
	display: flex !important;
	justify-content: space-between !important;
}
.accordion summary[aria-expanded="true"] {
    padding-bottom: 2px !important;
}
.accordion summary[aria-expanded="false"] + div {
    padding-bottom: 0 !important;
}
.learning-image::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.learning-image.employer {
    background-image: url("images/image components_blue.svg");
}



#connect {
    mask: url("images/connect-mask.svg") no-repeat center;
    -webkit-mask: url("images/connect-mask.svg") no-repeat center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}
@media all and (max-width: 767px) {
    #resources {
        mask: url("images/coming soon_mobile-mask.svg") no-repeat center;
        -webkit-mask: url("images/coming soon_mobile-mask.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}
@media all and (min-width: 767px) {
    #resources {
        mask: url("images/partners-mask.svg") no-repeat center;
        -webkit-mask: url("images/partners-mask.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}
#indiana-regions {
	align-items: center;
	display: flex;
	justify-content: center;
}
#indiana-regions svg {
	max-height: 620px;
}
#indiana-regions #state > a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#indiana-regions #state > a:hover {
    filter: drop-shadow(0 0 10px #45AADD);
}
@media all and (max-width: 767px) {
    #region {
        mask: url("images/region_mobile-mask.svg") no-repeat center;
        -webkit-mask: url("images/region_mobile-mask.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}
@media all and (min-width: 767px) {
    #region {
        mask: url("images/partners-mask.svg") no-repeat center;
        -webkit-mask: url("images/partners-mask.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}
.ctct-form-text {
	text-align: center;
	font-family: "Archivo", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
    color: rgb(111, 114, 117);
}



/* Newsletter signup */
#resources-form .ctct-form-defaults {
	background-color: transparent;
}
#resources-form #gdpr_text,
#resources-form #email_address_label_1 {
	display: none;
}
#resources-form #email_address_field_1 {
	width: 250px;
}
#resources-form .ctct-form-button {
	width: 125px !important;
}
#resources-form #ctct_form_1 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: auto;
}
@media all and (max-width: 767px) {
    #resources-form #ctct_form_1 {
        margin: 20px 0;
    }
}

/* Popups */

.north-wrapper .intermediary-card,
.north-wrapper .intermediary-card .jet-listing-dynamic-link__link {
	border-color: #88EA9E !important;
}
.north-wrapper .intermediary-card .button:first-child .jet-listing-dynamic-link__link {
	background-color: #88EA9E !important;
}
.north-wrapper .intermediary-card .jet-listing-dynamic-link__link:hover {
	box-shadow: 0 0 5px 0 #88EA9E !important;
}
.central-wrapper .intermediary-card,
.central-wrapper .intermediary-card .jet-listing-dynamic-link__link {
	border-color: #45AADD !important;
}
.central-wrapper .intermediary-card .button:first-child .jet-listing-dynamic-link__link {
	background-color: #45AADD !important;
}
.central-wrapper .intermediary-card .jet-listing-dynamic-link__link:hover {
	box-shadow: 0 0 5px 0 #45AADD !important;
}
.south-wrapper .intermediary-card,
.south-wrapper .intermediary-card .jet-listing-dynamic-link__link {
	border-color: #C485FB !important;
}
.south-wrapper .intermediary-card .button:first-child .jet-listing-dynamic-link__link {
	background-color: #C485FB !important;
}
.south-wrapper .intermediary-card .jet-listing-dynamic-link__link:hover {
	box-shadow: 0 0 5px 0 #C485FB !important;
}



/* PLAID edits 4/5/25 */

@media all and (min-width: 767px) {
    .steering-committee a {
        top: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .steering-committee a:hover {
        top: -10px;
    }
}
@media all and (max-width: 767px) {
    .mobile-carousel svg path {
        fill: none !important;
    }
    .clip-image-hack::before {
        background-image: none !important;
    }
    .clip-image-hack {
        background-image: url("images/about-us-mobile.png") !important;
        background-position: bottom center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .footer_menu ul li:first-child a {
        margin-bottom: 6px !important;
    }
}


/* Rebuild Fancy Header */
.fancy-header > div {
    position: relative;
    z-index: 9;
}
.fancy-header::before,
.fancy-header::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: -50%;
	background-repeat: no-repeat !important;
	z-index: 0;
	background-position: left center !important;
	background: url("https://ascendindiana.com/wp-content/uploads/2024/12/Group-216-1.svg");
}
.fancy-header.blue::before,
.fancy-header.blue::after {
	background: url("https://ascendindiana.com/wp-content/uploads/2024/12/Group-216.svg");
}
.fancy-header::before {
}
.fancy-header:after{
    transform: rotate(180deg);
    right: -50%;
    left: auto;
}

@media all and (max-width: 767px) {
    .fancy-header::before,
    .fancy-header::after {
        background: url("https://ascendindiana.com/wp-content/uploads/2025/02/Group-633245-1.svg");
        width: 42px;
    }
    .fancy-header::before {
        left: -40px;
    }
    .fancy-header:after{
        right: -40px;
        left: auto;
    }
}



/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */



/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {  
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
} 

.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}



/*=========================
	OUR TEAM
=========================*/

.our-team .team-board-block .image-block img {
	border-style: solid;
	border-width: 0px 0px 10px 0px;
	border-color: var( --e-global-color-e4fcbc5 );
	border-radius: 10px 10px 10px 10px;
}




/*=========================
	PARTNERS
=========================*/
@media all and (min-width: 767px) {
#partners {
        mask: url("images/partners-mask.svg") no-repeat center;
        -webkit-mask: url("images/partners-mask.svg") no-repeat center;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
    #partners > .e-con-inner::before {
        content: '';
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45aadd+0,45aadd+100&1+0,0+100 */
        background: linear-gradient(to bottom,  rgba(69,170,221,1) 0%,rgba(69,170,221,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 150%;
        height: 150px;
        left: -50%;
        position: absolute;
        top: 0px;
        opacity: .6;
    }
    #partners > .e-con-inner::after {
        content: '';
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45aadd+0,45aadd+100&0+0,1+100 */
        background: linear-gradient(to bottom,  rgba(69,170,221,0) 0%,rgba(69,170,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 150%;
        height: 150px;
        left: -50%;
        position: absolute;
        bottom: 0px;
        opacity: .6;
    }
}
#partners > .e-con-inner > div {
    z-index: 9;
}
#partners .heading::before {
	content: '';
	position: absolute;
	height: 130px;
	width: 645px;
	z-index: 9;
	left: 50%;
	top: -20px;
	background-size: contain;
	transform: translate(-50%);
	background-color: #FFF;
	border-radius: 30px;
	filter: blur(30px);
	opacity: .8;
}
#partners .heading > div {
    position: relative;
    z-index: 19;
}


#filters .jet-filter-items-dropdown__body {
	position: relative;
}
.pagination .jet-filters-pagination__item:not(.prev-next) .jet-filters-pagination__link {
	width: 44px;
	text-align: center;
	height: 44px;
}
.pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link,
.pagination .jet-filters-pagination__item .jet-filters-pagination__dots,
.pagination .jet-filters-pagination__item.prev-next:hover .jet-filters-pagination__link {
    background-color: transparent !important;
}
.pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link:hover i {
    color: var( --e-global-color-6b4cbee )
}


/*=========================
	SINGLE POST
=========================*/

.single-post-content .elementor-widget-container {
	gap: 0 !important;
}
.single-post-content p,
.single-post-content ol,
.single-post-content ul {
    margin-bottom: 20px !important;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5 {
    margin-bottom: 20px !important;
    margin-top: 40px !important;
    line-height: 1.2em !important;
}
.single-post-content blockquote {
	margin: 30px 0 !important;
    padding: 30px 0 !important;
}
.single-post-content blockquote p {
	margin: 0 !important;
}
.single-post-content blockquote p::before,
.single-post-content blockquote p::after {
    display: none;
}
.single-post-content blockquote::before,
.single-post-content blockquote::after {
	content: '';
	height: 2px;
	width: 368px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #45AADD;
}
.single-post-content blockquote::before {
    top: 0;
}
.single-post-content blockquote::after {
    bottom: 0;
}

/* ------ Buttons ------- */


/*=========================
	    RESPONSIVE
=========================*/

@media all and (max-width: 767px) {
    .numbers-wrapper {
        padding: 2em 2em;
        height: calc(100% - 4em);
    }    
    .numbers-wrapper > div {
        position: absolute !important;
    }
    .numbers-wrapper .e-con-inner {
        position: absolute !important;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
        height: 100%;
        max-width: 400px;
    }
    .numbers-wrapper > div:first-child {
        left: 30px !important;
        top: 158px !important;
    }
    .numbers-wrapper > div:nth-child(2) {
        left: auto !important;
        right: 17px !important;
        top: 150px !important;
    }
    .numbers-wrapper > div:nth-child(3) {
        left: auto !important;
        right: 17px !important;
        top: 290px !important;
    }
    .numbers-wrapper > div:nth-child(4) {
        left: auto !important;
        right: 50px !important;
        top: 404px !important;
    }
    .numbers-wrapper > div:nth-child(5) {
        left: 20px !important;
        top: 384px !important;
    }
}
@media all and (max-width: 400px) {
    #partners > .e-con-inner::before,
    #partners > .e-con-inner::after {
        width: calc(100% + 2em);
        left: -1em !important;
    }    
    .numbers-wrapper > div:first-child {
        left: 10vw !important;
        top: 29% !important;
    }
    .numbers-wrapper > div:nth-child(2) {
        left: auto !important;
        right: 6vw !important;
        top: 27.5% !important;
    }
    .numbers-wrapper > div:nth-child(3) {
        left: auto !important;
        right: 6vw !important;
        top: 48% !important;
    }
    .numbers-wrapper > div:nth-child(4) {
        left: auto !important;
        right: 14vw !important;
        top: 71% !important;
    }
    .numbers-wrapper > div:nth-child(5) {
        left: 7vw !important;
        top: 68% !important;
    }
}


/* ------------------
NAVIGATION
--------------------*/


.desktop-menu li a {
    font-family: "Avenir", Sans-serif;
    font-weight: 400;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.desktop-menu li a::before {
    position: relative;
    display: block;
    content: attr(title);
    font-weight: 700 !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    pointer-events: none;
}
.desktop-menu li a:hover {
    font-weight: 700 !important;
}
.desktop-menu li a::after {
    position: absolute;
    right: 0;   
}
.desktop-wrapper .menu-cta,
.jet-mobile-menu__container-inner .menu-cta {
    margin-bottom: 20px !important;
}
.desktop-wrapper .menu-cta .elementor-widget-container,
.jet-mobile-menu__container-inner .menu-cta .elementor-widget-container {
    margin-bottom: 0 !important;
}
.jet-custom-nav__mega-sub .desktop-wrapper {
	padding-top: calc(20vh + 64px);
}
.jet-mobile-menu__container-inner::before {
    width: 40vw;
    height: 30vw;
    left: 0;
    top: 0;
}
.jet-mobile-menu__container-inner::after {
    width: 50vw;
    height: 50vw;
    bottom: 0;
    right: 0;
    position: fixed;
    content: none;
}
.jet-mobile-menu__body {
    z-index: 99;
}
.popup-wrapper .dialog-message > div,
.popup-wrapper:not(.iam) .dialog-message > div,
.popup-wrapper.iam .jet-custom-nav__mega-sub > div,
.jet-mobile-menu__container > div {
    position: relative;
    z-index: 9;
}
.elementor-location-popup .desktop-wrapper,
.elementor-location-popup .popup-wrapper .jet-custom-nav__mega-sub > div {
    max-height: calc(100vh - 38vh) !important;
    overflow-y: auto !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.desktop-wrapper::-webkit-scrollbar {
    display: none;
}
.jet-mobile-menu__controls {
    z-index: 999;
    padding: 0px 0px 100px 0px !important;
}
.popup-wrapper .dialog-message.dialog-lightbox-message {
    width: 400px;
    overflow: visible;
}
.popup-wrapper .dialog-message.dialog-lightbox-message {
  position: relative; /* force a stacking context */
  z-index: 9999; /* ensure it's above the menu */
}

.popup-wrapper .jet-custom-nav__mega-sub,
.popup-wrapper .jet-custom-nav__sub {
  position: fixed;
  top: 0;
  left: 30vw;
  right: 0;
  z-index: 10; /* lower than the popup */
  margin: 0 !important;
}

.mobile-link.mobile-sub-level-link span {
    line-height: 25px;
    font-weight: 400 !important;
}

.breadcrumb-label {
    position: absolute;
    top: 120px;
    font-size: 28px;
    font-family: "Avenir", Sans serif;
    line-height: 38px;
    font-weight: 700;
    -webkit-animation: .5s ease 0s normal forwards 1 fadein;
    animation: .5s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}    
.desktop-wrapper .menu-cta .elementor-icon-box-wrapper,
.mobile-wrapper .menu-cta .elementor-icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-wrapper .menu-cta .elementor-icon-box-wrapper h3,
.mobile-wrapper .menu-cta .elementor-icon-box-wrapper h3,
.desktop-wrapper .menu-cta .elementor-icon-box-wrapper h3 {
    font-weight: 600 !important;
}
.desktop-wrapper .menu-cta .elementor-icon-box-icon,
.mobile-wrapper .menu-cta .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin,15px);
    margin-left: 0;
    margin-bottom: unset;
}
.desktop-wrapper .menu-cta .elementor-icon-box-icon svg,
.mobile-wrapper .menu-cta .elementor-icon-box-icon svg {
    margin-top: -15px;
}
.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle {
    position: absolute;
    left: -10px;
    z-index: 997;
    top: -40px !important;
}
@media all and (max-width:767px) {
    .mobile-menu {
        position: absolute !important;
        margin: 0 !important;
        width: 35px !important;
    }
    .mobile-menu .jet-mobile-menu__back {
        position: absolute;
        left: unset;
        right: 14px;
        padding: 24px;
        margin-top: 30px;
    }
    .mobile-menu .jet-mobile-menu__back i {
        font-size: 30px;
    }
    .jet-mobile-menu__before-template {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        z-index: 99;
    }
    .jet-menu-body-blocker {
        overflow: hidden;
        max-height: 80vh;
        -ms-scroll-chaining: none;
            overscroll-behavior: none;
    }
    .jet-mobile-menu__container-inner,
    .jet-mobile-menu-cover,
    .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container {
        height: 100vh !important;
        height: 100dvh;
        min-height: -webkit-fill-available;
        transform: translate3d(0,0,0);
    }

    .jet-mobile-menu__back svg {
        width: auto !important;
        height: 16px;
    }
    .desktop-wrapper > div {
        height: 66vh !important;
    }
}

body .desktop-menu .sub-menu li span:hover { font-weight: 500; }

/* Scroll Overflow for Longer Sub-menus */

@media all and (min-width: 767px){
    .inner-menu-overflow {
      overflow-y: auto;
      position: relative;
      /*padding-right: 35px;  Space between content and scrollbar */
      scrollbar-color: transparent transparent; /* Firefox default hidden */
      transition: scrollbar-color 0.3s ease;
    }

    /* WebKit scrollbar (default = invisible) */
    .inner-menu-overflow::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 5px;
      background-color: transparent;
    }

    .inner-menu-overflow::-webkit-scrollbar-thumb {
      background-color: transparent;
      border-radius: 10px;
    }

    /* On hover: visible scrollbar */
    .inner-menu-overflow:hover {
      scrollbar-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.03); /* Firefox */
    }

    .inner-menu-overflow:hover::-webkit-scrollbar {
      background-color: rgba(0, 0, 0, 0.03); /* Track color */
    }

    .inner-menu-overflow:hover::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.05); /* Thumb color */
      border-radius: 10px;
      box-shadow: 15px 0 0 0 rgba(0, 0, 0, 0.05); /* Simulated 10px offset */
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); /* Gloss */
    }
}

/* Text Hover - Menus */

.elementor .elementor-widget-icon-box.sub-menu .elementor-icon-box-content:hover .elementor-icon-box-title a, .elementor .elementor-widget-icon-box.sub-menu .elementor-icon-box-content:hover .elementor-icon-box-title, .sub-menu .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text:hover, .sub-menu .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a:hover {
 font-weight: 700;
}


/* Style Breadcrumbs */

.jet-mobile-menu__breadcrumb .breadcrumb-label {
    font-size: 20px;
    top: 115px;
    left: 60px;
    font-family: "Archivo";
    color: #1c1c1c;
    font-weight: bold;
}

.jet-mobile-menu__breadcrumb .breadcrumb-label {
    position: absolute;
}

.jet-mobile-menu__breadcrumb .breadcrumb-label:after {
  content: "";
  display: block;
  width: 198px;
  height: 24px;
  background-image: url('/wp-content/uploads/2025/11/underline-graphic.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

.jet-mobile-menu__breadcrumb:not(:last-of-type) {
    display: none;
}

body .elementor .jet-mobile-menu__item:first-of-type {
    padding: 0px 40px 15px 40px !important;
}

.jet-mobile-menu__list .first-item-mobile-sub {
    margin-top: 90px;
}

/* Footer form styling */

.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
    border-radius: 10px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    padding: 14px;
}

body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    border-radius: 10px;
    height: 50px;
}

/* Footer form styling (mobile) */

@media screen and (max-width: 769px){

    body div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header, div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
        display: none;
    }

    div.ctct-form-embed form.ctct-form-custom {
        flex-direction: column;
        gap: 13px;
    }

    div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        width: 100%;
    }

}

/* 12.8.25 - Fix menu active/hover/focus states */  

/* Keep underline visible when popup is active */
.elementor-nav-menu a.popup-active:after,
.elementor-nav-menu a.popup-active .elementor-item:after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
}

.elementor-nav-menu a:not(.popup-active):after {
    transform: scaleX(0) !important;
    opacity: 0 !important;
}

/* Optional: make active item non-clickable while popup is open */
.elementor-nav-menu a.popup-active {
    pointer-events: none;
}