@media screen and (max-width: 1440px) {	
	.custom-breadcrumbs ul {
		margin: 0 20px;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-light-mint-bg > svg {
		width: 100%;
		height: 90% !important;
		left: 0;
	}

	.fl-builder-shape-light-mint-bg .right-sticker-wrapper {		
	    width: 100%;
	    left: unset;
	}

	.fl-builder-shape-light-mint-bg .left-sticker-wrapper {
		width: 100%;
		left: 20px;
	}
}

@media screen and (max-width: 1280px) {	
	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-2 > svg {
		height: 250px !important;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-1 > svg {
    height: 200px !important;
	}
}

@media screen and (max-width: 1110px) {	
	.ast-container .previous-page-navigation {
		left: 20px;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-2 > svg {
		height: 180px !important;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-1 > svg {
    height: 130px !important;
	}
}

@media screen and (max-width: 1025px) {	
	.ast-header-break-point .ast-primary-header-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.saved-rows-card-carousel .uabb-content-wrap .section .uabb-content .fl-builder-row-template .fl-module > .fl-module-content {
		margin-left: 0;
		margin-right: 0;
	}

	#ast-mobile-header .site-header-primary-section-right .ast-builder-layout-element {
		height: 100%;
	}

	#ast-mobile-header .ast-builder-grid-row {
		width: 100%;
	}

	/* Site Menu */
	#page {
		overflow: hidden;
	}

	body.prevent-scroll {
		overflow-y: hidden;
	}

	#ast-mobile-header > .ast-mobile-header-content {
		position: absolute;
		transition: 0.5s;
		opacity: 0;
		width: 100%;
		z-index: -1;
		height: 100vh;
		background: white;
		display: block;
		visibility: hidden;
	}

	.ast-mobile-header-content .ast-mm-custom-text-content {
		padding: 16px 20px 0;
		line-height: 23.8px;
		font-size: 14px;
	}

	#ast-mobile-header > .ast-mobile-header-content.mobile-menu-activated {
		opacity: 1;
		z-index: 1000;
		position: relative;
		visibility: visible;
	}

	.ast-mobile-header-content.fade-out {
		opacity: 0;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li a.menu-link {
		color: #003D7C;
		border-bottom: 1px solid #EAECF0;
		font-weight: bold;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li ul.sub-menu li .ast-icon {
		display: none;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-item,
	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-parent {
		background-color: #FAF6E2;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-item a.menu-link,
	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-parent a.menu-link,
	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-item button.ast-menu-toggle,
	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-parent button.ast-menu-toggle {
		color: #EF7C00;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-item ul.sub-menu {
		background: #fcf9f0;
	}

	#ast-mobile-header .main-navigation #ast-hf-mobile-menu li.current-menu-item ul.sub-menu li a.menu-link {
		background: #fcf9f0;
		color: #003D7C;
		border-bottom: none;
	}

	.fl-col-group > .fl-col:first-child:has(.fl-module-one-student-card) {
	    z-index: 2;
	    position: relative;
	}

	.fl-col-group > .fl-col:nth-child(2) .fl-module-one-student-card > .fl-module-content {
        	padding-top: 70px;
    		margin-top: -70px;
	}

	.fl-row-has-layers .fl-row-content-wrap {
	    padding-top: 200px;
	}

	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper {
	    top: 50px;
	    left: 0;
	}

	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper.dd-sticker-wrapper {
		top: 60px;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-1 > svg {
		height: 165px !important;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-2 > svg {
		height: 135px !important;
	}

	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper > .sticker-1,
	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper > .sticker-2 {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.img-carousel-navigation {
	    position: absolute;
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    bottom: -15px;
	}

	.fl-module-uabb-image-carousel .img-carousel-navigation button.slick-arrow,
	.fl-module-uabb-image-carousel .img-carousel-navigation button.slick-arrow:hover {
	   	transform: none;
		left: unset;
		position: relative;
		top: unset;
		right: unset;
	}

	.img-carousel-navigation ul.slick-dots {
   	    display: flex;
	    align-items: center;
	    padding: 0;
	    justify-content: center;
	    width: auto;
	}

	header.site-header > .ast-search-box.header-cover {
		display: none !important;
	}

	#primary.search-result-template .search-result-navigation {
		padding-bottom: 20px;
	}

	#primary.search-result-template .search-result-navigation > ul.page-numbers {
		margin: 0;
	}
}

@media (max-width: 921px) {
     h1,.entry-content h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,.entry-content h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}

	h3,.entry-content h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.fl-builder-shape-light-mint-bg .right-sticker-wrapper,
	.fl-builder-shape-light-mint-bg .left-sticker-wrapper  {
        top: 75px;
	}

	.fl-builder-shape-light-mint-bg .right-sticker-wrapper > svg.right-sticker,
	.fl-builder-shape-light-mint-bg .left-sticker-wrapper > svg.left-sticker {
		height: 150px !important;
	}

	.fl-builder-shape-light-mint-bg .left-sticker-wrapper {		
        left: 0;
	}

	.one-tabs .fl-module-content .uabb-tabs > .uabb-tabs-nav > ul {		
    		flex-direction: column;
	}

	.fl-module-one-posts-grid > .fl-module-content > .one-posts-grid-content {
		margin: 0;
	}

	ul#ast-hf-mobile-menu li.menu-item > a.menu-link {
		font-weight: 700;
		font-size: 16px;
		line-height: 160%;
		border-bottom: 1px solid #EAECF0;
		padding: 11px 0 11px 24px;
		background: none;
	}

	ul#ast-hf-mobile-menu li.menu-item:first-child > a.menu-link {
		border-top: 1px solid #EAECF0;
	}

	ul#ast-hf-mobile-menu li.menu-item.current-menu-item > a.menu-link,
	ul#ast-hf-mobile-menu li.menu-item.current-menu-parent > a.menu-link {
		color: #EF7C00;
		background: none;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > .ast-menu-toggle {
	    padding: 0 30px;
	    background: #F2F2F2;
	    right: 0;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > .ast-menu-toggle svg.ast-arrow-svg {
	    margin-left: 0;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > .ast-menu-toggle .ast-icon.icon-arrow > svg {
	    transition: 0.5s;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > .ast-menu-toggle.submenu-open .ast-icon.icon-arrow > svg {
	    transform: rotate(180deg);
	    fill: #EF7C00;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item > a.menu-link {
	    padding-left: 44px;
	    border: none;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-child > a.menu-link {
		border-bottom: 1px solid #EAECF0;
	}

	ul#ast-hf-mobile-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item > a.menu-link > .ast-icon.icon-arrow {
	    display: none;
	}

	.ast-header-break-point .site-above-footer-wrap[data-section="section-above-footer-builder"] {
		margin-bottom: 0;
		border: 1px solid #00366e;
	}

	.site-footer > .site-above-footer-wrap::before {
		width: 110%;
		left: -5%;
	}

	.fl-row.fl-row-has-layers:has(.fl-builder-shape-light-mint-bg) .fl-module.fl-module-rich-text {
  	max-width: 85%;
		margin: auto;
	}

	.fl-module-advanced-tabs.one-tabs .uabb-tabs-nav > ul {
		width: 100%;
	}

	.secondary-button-light-bg .fl-button-wrap.fl-button-width-auto {
		text-align: center;
	}
}

@media screen and (max-width: 481px) {
	.fl-builder-shape-light-mint-bg .right-sticker-wrapper,
	.fl-builder-shape-light-mint-bg .left-sticker-wrapper  {
        top: 40px;
	}

	#content.site-content {
		overflow: hidden;
	}

	.fl-row-has-layers .fl-builder-shape-layer.fl-builder-shape-arrow-on-hero-section-type-1 > svg {
		height: 100px !important;
        	left: -5px;
	}

	.fl-row-has-layers .fl-row-content-wrap {
	    padding-top: 180px;
	    padding-bottom: 60px;
	}

	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper svg.sticker-1,
	.fl-row-has-layers .fl-builder-shape-layer .sticker-wrapper svg.sticker-2 {
	    height: 130px !important;
	}

	.big-cta > .fl-module-content > .fl-button-wrap > a.fl-button {
		display: inline-flex;
		padding: 20px;
		flex-direction: column;
		gap: 20px;
		border-radius: 50px;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}

	.fl-module-button-group.jump-to-section .fl-button-group {
		text-align: center;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-rich-text {
		font-weight: 700;
		font-size: 16px;
		line-height: 160%;
		text-align: center;
		color: #181A18;
		padding: 11px 18px;
		background-color: #FEF4EA;
		border-radius: 32px;
		border: 1.5px solid #181A18;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;		
		width: calc(100% - 40px);
		margin: auto;
		position: relative;
		z-index: 101;
		transition: 0.4s;
	}

	.fl-module-button-group.jump-to-section .fl-button-group.show .fl-rich-text {
		background-color: #FFBC75;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons {
		width: calc(100% - 40px);
		left: 20px;	    
		display: none;
		position: absolute;
		z-index: 100;		
		background: #FFBC75;
		padding: 42px 0 12px 0;
		border-radius: 0 0 16px 16px;
		box-shadow: 0px 6px 32px 0px #00000059;
        	margin-top: -30px;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button {		
	    width: 100%;
	    padding: 9px 24px;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap {
		width: 100%;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button {
		border: none;
		padding: 0;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button:hover {
		background: none;
		box-shadow: none;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button span.circle-icon-mobile {
		width: 5px;
		height: 5px;
		display: block;
		border-radius: 50%;
		background: #EF7C00;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button .fl-button-text {
		font-weight: 700;
		font-size: 16px;
		line-height: 140%;
		color: #181A18;
	}

	.fl-module-button-group.jump-to-section .fl-button-group .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button > i.fl-button-icon {
	    	display: none;
	}

	.fl-row-has-layers .fl-row-content {
		z-index: unset;
	}

	.fl-builder-shape-light-mint-bg .left-sticker-wrapper > svg.left-sticker,
	.fl-builder-shape-light-mint-bg .right-sticker-wrapper > svg.right-sticker {
		height: 120px !important;
    		width: 160px;
	}

	.fl-builder-shape-light-mint-bg .light-mint-bg-mobile-wrapper {		
	    width: 100%;
	    left: 0;
	}

	.fl-builder-shape-light-mint-bg svg.light-mint-bg-mobile {
		opacity: 1;
		width: 100%;
	}

	.fl-builder-shape-light-mint-bg .light-mint-bg {		
	    opacity: 0;
	}

	.fl-row-has-layers .fl-row-content-wrap:has(.fl-builder-shape-light-mint-bg) .fl-row-content {
		z-index: 2;
	}

	.one-tabs .fl-module-content .uabb-tabs > .uabb-tabs-nav > ul li .uabb-tab-title {		
    		font-size: 16px;
	}

	.fl-module-button .fl-button-wrap > a.fl-button {
		width: 100%;
	}

	.site-logo-img img {
		max-height: 38px;
	}

	.fl-module-heading.each-word-per-line-mobile .fl-heading-text {
		word-spacing: 100vw;
	}

	.fl-row.fl-row-has-layers:hast(.fl-builder-shape-light-mint-bg) .fl-module.fl-module-rich-text {
	    	max-width: unset;
    		margin: unset;
	}

	.row-with-scroll-down-icon:after {
    top: calc(100vh - 190px);
	}
}