/* 
Theme Name:		 Timely MD
Theme URI:		 https://timely.md
Description:	 Timely MD is a child theme of Astra built by Schaefer Advertising.
Author:			 Schaefer Advertising
Template:		 astra
Version:		 1.0.9
Text Domain:	 timely-md
*/
/*---------Typography----------*/

/*500-Medium, 600-Semibold, 700-Bold */

body {
	font-size:16px;
	line-height:1.75em;
}

 h1,h2,h3,h4,h5,h6{
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
	color:#04070D;
}

h1, .entry-content h1{
    font-size: 4rem !important;
    line-height: 1.1em !important;
    color: #FFF;
	font-weight:600;
	margin-bottom:25px !important;
/* 	text-shadow:2px 2px 3px rgba(0,0,0,0.8); */
}

h2, .entry-content h2 {
    font-size: 2.75rem !important;
    line-height: 1.2em;
	font-weight:500;
	margin-bottom:20px;
}
h3, .entry-content h3{
	font-size:2rem !important;
    line-height:1.2em;
	font-weight:500;
}

h3 a {
	color:#3a3a3a;
}

h3 a:hover {
	color:#1B63A2 !important;
}

.col-lt-blue h3, .col-dk-blue h3 {
    color: #ffffff !important;
}

h4, .entry-content h4{
	font-size:1.5rem !important;
	line-height:1.2em;
	font-weight:700;
}
h5, .entry-content h5{
	font-size:1.375rem !important;
	line-height:1.3em;
	font-weight:500;
}
h6, .entry-content h6{
	font-size:1rem !important;
	line-height:1em;
	font-family:"Inter",sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#204667;
}
.underline h2, .underline h3, .underline h4, .underline h5 {
    border-bottom:2px solid #3A3A3A;
    padding-bottom:20px;
    display:inline-block;
}

p, .uael-accordion-content span, .elementor-toggle .elementor-tab-content,.elementor-text-editor, .ae-element-post-content,.elementor li {
    font-family: "Inter", sans-serif;
    font-weight:500;
    color:#04070D;
}

p a, .elementor-text-editor a {
	text-decoration:underline; 
	color:#204667;
}

p a:hover, .elementor-text-editor a:hover {
	color:#204667;
	text-decoration:none;
}

p.ez-toc-title {
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
    font-size: 1.5em;
    margin-bottom: 10px;
	font-weight:700;
}

.splash p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
}

.newsBullet li {
	list-style-type:'\2014';
	padding-left:15px;
	font-size:1.1em;
}

.newsBullet li a {
	color:#256c90;
}

.newsBullet li em {
	color:#2f2f2f;
	font-style:italic;
	/* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
	font-size:1.1em;
}

.faq h4 {
	margin-bottom:0px;
}

@media(max-width:767px) {
	h1, .entry-content h1{
		font-size: 3.125em !important;
		line-height: 1.1em;
	}

	h2, .entry-content h2 {
		font-size: 2.125em !important;
		line-height: 1.2em;
	}
	h3, .entry-content h3{
		font-size:1.625em !important;
		line-height:1.2em;
	}
	h4, .entry-content h4{
		font-size:1.25em !important;
		line-height:1.2em;
	}
	h5, .entry-content h5{
		font-size:1.1em !important;
		line-height:1.3em;
	}
	h6, .entry-content h6{
		font-size:0.875em !important;
		line-height:1em;
	}

	p {
		font-size:14px;
	}

}

/* Bullets & Triangles */
.triangleBullet {
    border-bottom:1px solid #606060;
    margin:20px 0 20px 60px;
    padding-bottom:20px;
}
.triangleBullet::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #EAB552 transparent transparent transparent;
    top: 0px;
    left: -60px;
    position: absolute;
}

.bullet {
    margin:20px 0 -20px 60px !important;
}

.yellow::before {
    border-color: #f4bd51 transparent transparent transparent !important;
}

.triangle::before, .blueTriangle::before, .orangeTriangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    top: 0px;
    left: 0px;
    position: absolute;
}

.triangle, .blueTriangle, .orangeTriangle {
    padding-top:60px;
}

.triangle::before {
    border-color: #ffffff transparent transparent transparent;
}

.blueTriangle::before {
    border-color: #559DC0 transparent transparent transparent;
	
}

.orangeTriangle::before {
	border-color:#EAB552 transparent transparent transparent;
}


.wp-caption-text {
    font-style:italic;
    font-family:'Inter',sans-serif;
    line-height:1.5em;
    font-size:0.9em;
}

.dashed ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}
.dashed ul > li:before {
    display: inline-block;
    content: "\2014";
    width: 1.7em;
    margin-left: -1em;
    font-weight:bold;
}

.aep-filter-bar .active a {
	position:relative;
	margin-top:15px;
}

.elementor-element.elementor-widget-ae-post-blocks-adv {
    font-size: 1em;
}
.aep-filter-bar .filter-items {
	/* font-family:"Bitter",sans-serif !important; */
    font-family: "Inter", sans-serif !important;
	padding:5px 10px 0 0;
	font-weight:500;
}
.aep-filter-bar .filter-items a {
	font-size:1em;
}

.elementor-widget-ae-post-blocks-adv .aep-filter-bar .filter-items a {
	font-size:1em;
}

.elementor-widget-ae-post-blocks-adv .ae-pagination-wrapper a {
    font-size: 1.2em;
}

.elementor-widget-ae-post-blocks-adv .active a {
    margin-top: 0px;
}

/*---------Easy Table of Contents-------*/
#ez-toc-container {
    border: 1px solid #F4F2EF;
    border-radius: 3px;
    padding: 15px 15px 0;
}
/*----------Links----------*/
#yellowBtn, #reverseBtn, #primaryBtn, #blueBtn {
	/* font-family: "Bitter", sans-serif; */
    font-family: "Inter", sans-serif;
	font-weight:700;
	font-size:1.375em;
	border-radius:16px; 
	padding:15px 25px;
	min-width:215px;
	line-height:1.1em;
	display:inline-block;
	text-decoration:none !important;
}

#yellowBtn, #reverseBtn {
    color: #04070D;
    background-color: #EAB552;
}

#blueBtn {
    color: #04070D;
    background-color: #204667;
}

#yellowBtn:hover,#reverseBtn:hover {
    background-color: #F5DCAE;
}

#primaryBtn {
    color:#fff;
    background:#204667;
}

#primaryBtn:hover {
    background:#1B63A2 !important;
    color:#fff !important;
}

.loginbtn #primaryBtn:after {
	content: "TimelyCare Login";
}

 
/*---------Header----------*/
.mainHeader {
	--transition: 0 !important;
}

.mainHeader #primaryBtn {
    font-size: 0.975em;
	padding: 15px;
	width: 100%;
	max-width: 215px;
	min-width: unset;
}

.mainHeader .loginbtn #primaryBtn {
	background-color: #5c98cc;
}
.mainHeader .loginbtn #primaryBtn:hover {
	background-color: #1B63A2 ;
}

.mainHeader .elementor-nav-menu a {
	color:#204667;
	background:rgba(213,235,244,0);
	padding:13px 5px;
	font-weight:700;
}

.mainHeader .elementor-nav-menu a:hover,.mainHeader .elementor-nav-menu li:hover, .mainHeader .elementor-nav-menu li:hover a {
	background:#D5EBF4 !important;
	border-radius:15px;
	color:#204667 !important;
	text-shadow:none;
}

.elementor-nav-menu .sub-arrow {
	color:#EAB552;
	padding: 10px 0 10px 5px;
}

.mainHeader .elementor-nav-menu--dropdown a.elementor-item-active {
	background:none !important;
}

.mainHeader .elementor-nav-menu li:hover a.has-submenu {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.mainHeader .elementor-nav-menu ul.sub-menu {
	background:#D5EBF4 !important;
	border:0 !important;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	padding:5px;
	transition:0.1s ease all !important;
	min-width:175px !important;
}

.mainHeader .elementor-nav-menu .sub-menu a {
	color:#204667 !important;
	border-radius:15px; 
	border:0 !important;
	padding:13px 20px;
	text-shadow:none;
	font-size:1.2em;
}

.mainHeader .elementor-nav-menu .sub-menu a:hover {
	background:#fff !important;
	padding:13px 20px;
}

.mainHeader .elementor-widget:not(:last-child) {
	margin-bottom:0;
}

@media (min-width:1026px) {

    header.elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1600px;
    }
}
 
@media (max-width: 1280px) and (min-width:1024px) {
	
	header > .elementor-container > .elementor-row > div:first-child {
        width: 20% !important;
    }
	header > .elementor-container > .elementor-row > div:nth-child(2) {
        width: 65% !important;
    }
    .elementor-location-header li.menu-item a {
        padding-left: 10px !important;
        padding-right: 10px !important;
		font-size:0.85em;
    }
	.mainHeader .elementor-nav-menu .sub-menu a {
		font-size:1em;
	}
	
	header .elementor-container {
        padding: 20px 0 0 0;
    }
    .elementor-location-header li.menu-item {
        margin-bottom: 5px;
    }
	.mainHeader img {
		max-width:160px;
	}
	.mainHeader #primaryBtn {
    	font-size: 0.75em;
    	padding: 12px;
		min-width:auto;
	}
}

@media(max-width: 1024px) {
    .elementor-location-header header.elementor-section-boxed li.menu-item ul.elementor-nav-menu--dropdown {
        background: #256c90 !important;
        width: 100% !important;
		border:0 !important;
		border-radius:0;
    }
	.mainHeader .elementor-nav-menu a:hover, .mainHeader .elementor-nav-menu li:hover, .mainHeader .elementor-nav-menu li:hover a {
		border-radius:0;
	}
	.mainHeader .elementor-nav-menu li:hover .sub-menu a {
		background:#fff !important;
	}
	.mainHeader .elementor-nav-menu .sub-menu a:hover {
		background:#D5EBF4 !important;
	}
    .mainHeader .elementor-nav-menu--dropdown {
        background: #F3F3F7 !important;
		border-radius:0 !important;
		padding:0 !important;
    }
    .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a.elementor-item {
		background:none !important;
    }
   
    .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item a.elementor-item:hover {
        background-color: none !important;
    }
	
	.footer_container .elementor-widget-container {
		padding:0 !important;
	}
	
	.loginbtn #primaryBtn:after {
		content: "Login";
	}
	.mainHeader #primaryBtn {
    	font-size: 0.9em;
    	padding: 12px 25px;
		min-width:auto;
	}
	.mainHeader .elementor-nav-menu a {
		padding: 18px 15px;
		font-size:1.3em;
		color: #204667 !important;
	}
	
	.mainHeader .elementor-nav-menu .sub-menu a {
		padding:13px 35px !important;
	}

	.mainHeader .elementor-nav-menu .sub-menu a:hover {
		padding:13px 35px !important;
	}

}

@media (max-width:768px) {
    .elementor-nav-menu--dropdown .sub-menu {background:#fff !important;}
	
    .mainHeader > .elementor-container .logo img {
        width:120px;
    }
    .mainHeader > .elementor-container #primaryBtn {
        font-size:0.8em !important;
        padding:8px 13px;
    }
	#primaryBtn, #yellowBtn {
		margin:0 auto !important;
	}
}

/*---------Block Elements----------*/
.full-width-img {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ae-bg-gallery-type-default {
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.splash{
	padding:16vh 0 12vh 0;
}

.splashShort {
	padding:20vh 0 16vh 0;
}

.timelycare-callouts {
	background-color: #d5ebf4;
}

.timelycare-callouts .loginbtn #primaryBtn {
	font-size: 1em;
	min-width: unset;
	width: 100%;
	max-width: 215px;
	border-radius: 10px;
}

.timelycare-callouts img {
	height: 47px;
    width: auto;
}

.timelycare-callouts h2, .timelycare-callouts p {
	color: #204667;
}

.callout {
    padding:6vh 0;
    background:#204667 !important;
	background-image:none !important;
	position:relative;
}

.callout h3 {
    color:#fff !Important;
}

.callout::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 40px 40px 0px;
    border-color: transparent transparent #fff transparent;
    top:-22px;
    left:13%;
    position:absolute; 
    z-index:99;
	transform:rotate(-45deg)
}
.callout-gray::before {
	    border-color: transparent transparent #F3F3F7 transparent !important;
}

.callout .triangle {padding-top:0;}

.callout .triangle:before {display:none;}

.factBox {
    padding:40px 30px;
    background:#F4F2EF;
    color:#256c90;
}

.factBox h4 {
    line-height:1.2em;
    color:#256c90;
}

.factBox sup {
    font-size:50%;
}

.quotebox {
	padding:10vh 0;
}

.elementor-posts .elementor-post__badge {
	background:#204667; 
}

.statBox {
	display: flex; /*FIX*/
    height: 100%;
    background:#F4F2EF;
    justify-content:center;
    align-items:center;
    min-height:180px;
}

.statBox p {
	margin:0;
}

.statBox strong {
	font-size:1.3em;
}

@media(max-width: 992px) {
	.timelycare-callouts .loginbtn #primaryBtn {
		padding: 6% 25px;
	}
	.timelycare-callouts img {
		height: auto;
	}
}

@media(max-width: 767px) {
	.timelycare-callouts .elementor-column:not(:first-of-type) {
		width: 33%;
	}
	
	.timelycare-callouts h4 {
		font-size: 1.55em !important;
	}
	
	.timelycare-callouts img {
		max-height: 51px;
		width: auto;
	}
	
	.timelycare-callouts .loginbtn #primaryBtn {
		padding: 15px 25px;
	}
}

@media(max-width: 420px) {
	.timelycare-callouts .elementor-column:not(:first-of-type) {
		width: 245px;
		margin: 10px auto;
	}
	
	.timelycare-callouts img {
		max-height: unset;
	}
	
	.timelycare-callouts .loginbtn #primaryBtn {
		max-width: unset;
	}
}


/*----------Landing Page-------- */

/*.m-t-2 {
	margin-top:20px;
}*/
.m-t-1 {
	margin-top: 1rem;
}
.p-g-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.p-t-4 {
	padding-top: 4rem;
}
.p-t-5 {
	padding-top: 5rem;
}
.p-t-15 {
    padding-top:18rem;
}
.p-b-5 {
	padding-bottom: 10rem;
}
.p-b-7 {
padding-bottom:7rem;
}

.p-r-4 {
    padding-right:1rem;
}
.banner-h-100vh {
	height: 100vh;
}
.p-el-absolute {
	position: absolute;
}
.sec-q-relative {
	position: relative;
}
.z-index-top {
	z-index:2;
}
.elementor-22803 .elementor-element.elementor-element-e32ff0d .elementor-heading-title {
	position:relative;
	z-index:2;
}
.heading-floating-image {
	position: relative;
	padding:37px;
}
.heading-floating-image:before {
    position: absolute;
    content: '';
    height: 300px;
    width: 535px;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url(/wp-content/uploads/2022/10/background-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .ae-element-post-title,
.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .ae-acf-content-wrapper,
.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks p.ae-acf-content-wrapper {
    color: #fff !important;
}
.elementor-element.elementor-element-ec383e5.ae-align-left.elementor-widget.elementor-widget-ae-acf {
	margin-bottom:3px;
}
.elementor-element.elementor-element-ec383e5.ae-align-left.elementor-widget.elementor-widget-ae-acf  .ae-acf-content-wrapper {
	/* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
	font-size:1.6rem;
}
.elementor-element.elementor-element-0876b86.testimonial-title.elementor-widget.elementor-widget-ae-post-title .ae-element-post-title {
	font-size:1rem;
}

.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .quote {
    border: solid 20px #5c98cc;
}
.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .quote::after {
    border-color: #5c98cc transparent transparent transparent;
    left: -20px;
}

.font-family-c {
	/* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
}
.fnt-size {
    font-size: 1.2rem;
}
.sc-m-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
}
.school-img-logo {
  width:100px;
  margin-right:1.3rem;
	margin-bottom:30px;
	max-height:60px;
}
.testi-badge-size img {
    width: 100px;
}
.school-img-logo:last-child {
  margin-right:0px; 
}
.mobile-banner-quote-bg,
.mobile-banner-quote-title {
	position: absolute;
}
.mobile-banner-quote-title {
	top: 31px;
    left: 34px;
	width:90%;
}
.elementor-element.elementor-element-c41579d.elementor-widget.elementor-widget-html img {
    width: 285px;
}
.testimonial-wrapper-sec .justify-content-ca .elementor-row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.site-landing-single-logo {
	margin-bottom:0px !important;
}
@media (max-width: 766px) {
	.elementor-22803 .elementor-element.elementor-element-34675a1:not(.elementor-motion-effects-element-type-background) {
		background-position: 0px -197px !important;
	}
}
@media (max-width: 698px) {
	.elementor-22803 .elementor-element.elementor-element-34675a1:not(.elementor-motion-effects-element-type-background) {
		background-position: 0px -133px !important;
	}	
}
@media (max-width: 468px) {
	.elementor-22803 .elementor-element.elementor-element-34675a1:not(.elementor-motion-effects-element-type-background) {
		background-position: -65px -25px !important;
	}	
}
@media (max-width: 768px) {
	.m-t-37 {
		margin-top:-60px;
		z-index:10;
	}
	.p-b-55 {
		padding-bottom: 55px;
	}
}
@media (min-width: 768px) {
	.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .elementor-22793 .elementor-element.elementor-element-2bbb341 {
		width: 38.053%;
	}
	.elementor-element.elementor-element-c41579d.elementor-widget.elementor-widget-html img {
	    width: 485px;
    	max-width: 350px;
	}
}
@media (min-width: 1025px) {
	.mobile-banner-display-none {
		display:none;
	}
}
@media (min-width: 1200px) {
	.float-el-left {
		margin-left:-100px;
	}
}

@media (max-width: 1024px) {
	.elementor-element-7e5549b.elementor-section-boxed .ae-post-layout-carousel.elementor-widget.elementor-widget-ae-post-blocks .elementor-widget-container {
		text-align: center;
	}
	.elementor-element.elementor-element-0876b86.testimonial-title.elementor-widget.elementor-widget-ae-post-title .ae-element-post-title {
		text-align:left !important;
	}
	.elementor-element.elementor-element-3949085.quote.elementor-widget.elementor-widget-ae-acf .ae-element-post-title {
		text-align: left !important;
	}
	.elementor-element.elementor-element-3949085.quote.elementor-widget.elementor-widget-ae-acf {
		border: solid 20px #5c98cc !important;
	}

	.elementor-22803 .elementor-element.elementor-element-0c44332 .ae-swiper-button-next i,
	.elementor-22803 .elementor-element.elementor-element-0c44332 .ae-swiper-button-prev.swiper-button-prev i {
		font-size: 35px;
	}
	.elementor-22803 .elementor-element.elementor-element-0c44332 .ae-swiper-button-next {
		right: -10px;
	}
	.elementor-22803 .elementor-element.elementor-element-0c44332 .ae-swiper-button-prev {
		left: -10px;	
	}
	.elementor-element.elementor-element-3949085.quote.elementor-widget.elementor-widget-ae-acf .ae-acf-content-wrapper {
		text-align: left;
	}
	.has_ae_slider.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-b1e486d.p-t-4.p-r-4.content-t.ae-bg-gallery-type-default {
	    padding: 0 !important;
	}
	.sc-m-wrapper {
	    margin-bottom: -40px;
	    margin-top: -25px;
	}
	.has_ae_slider.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-28aca06.ae-bg-gallery-type-default .elementor-widget-wrap {
		height:300px;
	}
	.has_ae_slider.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-49f5c34.ae-bg-gallery-type-default .elementor-widget-wrap {
		padding:0 !important;
	}
}

/*----------Testimonial-------- */

.quote::after {
	content: ""; /*FIX*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 0;
    border-color: #F4F2EF transparent transparent transparent;
    bottom:-50px;
    left:-10px;
    position:absolute;  
	
}

.quote {
	border: solid 10px #F4F2EF;
	padding:30px;
}
.covid_header {
    margin: 0 !important;
}
.box_headine {
	margin: 0 !important;
}
.box_headine .entry-content h2 {
	margin: 0 !important;
}

.introBox, .yellowBox {
    padding:5% 7% 4% 7%;
    position:relative;
    overflow:hidden;
    clip-path: polygon(0% 0%, 100% 0, 93% 0, 100% 15%, 100% 100%, 0 100%, 0 100%, 0% 15%);
	background:#1B63A2;
    color:#fff !important;
	font-weight:500;
	/* font-family:"Bitter",serif; */
    font-family: "Inter", sans-serif;
	min-height:200px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.introBox a, .yellowBox a {
	color:#fff; 
	text-decoration:underline !important;
}

.introBox a:hover, .yellowBox a:hover {
	color:#fff;
	text-decoration:none !important;
}

.introBox p, .yellowBox p,.yellowBox .elementor-text-editor,.introBox .elementor-text-editor {
    margin-bottom:0;
	color:#fff;
	/* font-family:"Bitter",serif; */
    font-family: "Inter", sans-serif;
	font-size:1.2rem;
	line-height:1.5;
}

.introBox strong {
	font-weight:700;
}

.titleBox {
    background:#1B63A2;
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
    padding:3% 5% 2% 5%;
}

.titleBox h2 {
    color:#fff;
    padding-bottom:30px;
    border-bottom:2px solid #fff;
}

.titleBox p {
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
    color:#fff;
    font-size:1.375em;
    line-height:1.875em;
    padding-bottom:0;
}

.titleYellowBox {
    background:#1B63A2;
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
    padding:3% 5% 2% 5%;
}

.titleYellowBox h2 {
    color:#fff;
    padding-bottom:30px;
}

.titleYellowBox p {
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
    color:#fff;
    font-size:1.2em;
    line-height:1.4em;
    padding-bottom:0;
}

.kepler p {
    /* font-family: "Bitter", sans-serif; */
    font-family: "Inter", sans-serif;
    font-size:1.125em;
}

.stepBlock {
    padding-bottom:20px;
}

.stepBlock h1 {
    border-bottom:0 !important;
    text-shadow:none !important;
    color:#F4BD51 !important; /*FIX*/
    font-weight:bold !important;
}

.elementor-post__excerpt p:after {
	content:'...';
}

/*---------Team----------*/

.teamBlock {
	background:#fff;
	border-radius:16px;
	padding:20px;
}

.teamBlock h3 {
	color:#204667;
}

.teamBlock h5 {
	margin-bottom:5px;
}
.teamBlock .elementor-widget {
	margin-bottom:0;
}

.teamBlock .ae-element-post-read-more a {
	padding:0;
	margin-top:20px;
}

.teamProfile {
	margin-bottom:30px !important;
}
.teamProfile img {
	position:relative;
	display:block;
}

body.embeded .formButtonWrap {padding-bottom:0;}

/*------Gravity Forms-----------*/
.gform_wrapper .gfield_select, .gform_wrapper input[type="text"], .gform_wrapper textarea {
	border:1px solid #9DA8C0;
	background:#fff !important;
	padding:12px 20px;
	border-radius:15px;
}

@media (max-width:640px) {
	.gform_wrapper .gfield_select {
		padding:0 5px;
		margin-top:12px;
	}
}
.gform_wrapper .gfield_select:focus, .gform_wrapper input[type="text"]:focus, .gform_wrapper textarea:focus {
	border:1px solid #9DA8C0;
}

.gform_wrapper input[type="submit"] {
	/* font-family: "Bitter", sans-serif; */
    font-family: "Inter", sans-serif;
	font-weight:700;
	font-size:1.375em;
	border-radius:16px; 
	padding:25px 45px;
	line-height:1.6875em;
	background:#204667;
	color:#fff;
}

.gform_wrapper input[type=submit]:hover {
	background:#1B63A2;
}

/* AUTOCOMPLETE FOR FORMS */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF  !important; overflow: auto;z-index:999;position:relative; }/*FIX*/
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/*--------Schools Form------*/
.fsl-list-input-main {
	width:100%;
    bottom: 0px;
}
.fsl-list-input {
    position:relative;
}
.fsl-list-input i.fas.fa-search {
    position: absolute;
    top: 7px;
    right: 0;
    color: #569DBF;
}
.fsl-list-input #fsl_input, .fsl-list-input #fsl_input:hover {
    background: transparent;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    color: #54585a;
    font-family:"Raleway",sans-serif;
	padding:4px;
	padding-left: 15px;
	font-weight:normal;
    margin-bottom:5px;
    border:0;
    border-bottom:2px solid #818a91;
}

.fsl-list-input #fsl_input::placeholder {
    color: #8f9293;
    font-weight: normal;
    font-size: 16px;
}

.fsl-list-input #fsl_input::-webkit-calendar-picker-indicator {
  display: none;
}

.fsl-list-input #fsl_school_lists {
    display: none;
    background: #569DBF;
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
    width:100%;
    z-index:999;
}

.fsl-list-input #fsl_school_lists div {
	text-transform:capitalize;
    color: #FFF;
    font-weight:bold;
    cursor: pointer;
    padding: 10px 15px;
    text-align:left;
    font-family:'Raleway',sans-serif;
}

.fsl-list-input #fsl_school_lists div:hover, .fsl-list-input #fsl_school_lists div.active {
    background: #4789a9;
}

/* Careers Lever Import */
#lever-jobs-container h3.lever-department-title {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
#lever-jobs-container .lever-department {
	margin-bottom:0em;
}
#lever-jobs-container .lever-team-title {
	margin-bottom: 0.4em;
	padding-bottom:0.1em;
}
#lever-jobs-container li.lever-job {
	padding:0;
}
#lever-jobs-container a.lever-job-title {
	color:#204667;
	text-decoration:none;
	transition:0.3s ease all;
}

#lever-jobs-container a.lever-job-title:hover {
	color:#1B63A2;
}

/* CALL TO ACTION BLOCK */
.elementor-cta__description {
	font-family:"Inter",sans-serif !important;
	font-size:1em !important;
	font-weight:500 !important;
}

.elementor-cta__button {
	/* font-family: "Bitter", sans-serif !important; */
    font-family: "Inter", sans-serif !important;
	font-weight:700 !important;
	font-size:1.375em !important;
	border-radius:16px !important; 
	padding:15px 40px !important;
	line-height:1.1em !important;
	color: #04070D !important;
    background-color: #EAB552 !important;
}

.elementor-cta__button:hover {
    background-color: #F5DCAE !important;
}

/*mobile*/

.fsl-list-input-main.fsl-mobile {
	display:none;
}
.fsl-list-input-main.fsl-mobile {
    bottom: auto;
    left: auto;
    max-width: 100%;
    padding-top: 86px;
    z-index: 999;
}

.fsl-list-input-main.fsl-mobile .fsl-list-input {
    background: rgba(0, 111, 132, 0.5);
    border: 30px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;
}

.fsl-list-input-main.fsl-mobile .fsl-list-input #fsl_input { margin: 0; }

.fsl-list-input-main.fsl-mobile .fsl-list-input #fsl_school_lists {
    width: calc(100% + 60px);
    max-height: 100vh;
    margin-left: -30px;
	margin-top: 10px;
}

@media only screen and (max-width: 1120px) {
	.fsl-list-input-main.fsl-mobile {
		display:block;
	}
}

/*---------Footer----------*/
.footer_container h4 {
	color:#fff;
}

.footer_container a, .footer_container p a {
	color:#fff;
}

.footer_container a:hover {
	color:#EAB552 !important;
}

.references {
    font-size:0.9em;
    padding:0;
}

.references p {
    color:#256C90;
}

.footer_menu .elementor-widget-nav-menu {
    /* font-family: "Bitter", serif; */
    font-family: "Inter", sans-serif;
}

.footer_menu .elementor-widget-nav-menu li {
    font-weight:500;
}

.footer_menu .elementor-widget-nav-menu a.elementor-item {
    color:#fff;
    padding:5px 15px 5px 0;
}

.footer_copyright {
    padding-bottom: 0px; 
    font-size: 0.9em;
}

.footer_copyright p {
    color: #fff; 
}

.footer_copyright a:hover {
	color:#EAB552;
}
@media (max-width: 768px) {
.ft-badges-center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

/* ----------- 404 page ------------- */
section.custom-404 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -120px;
    margin-bottom: 0px;
    padding: 190px 0px 120px 0px;
    background-image: url(https://timely.md/wp-content/uploads/2020/06/student-stress-computer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-404 .elementor-background-overlay{
    background-color: #2F2F2F;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.custom-404 .elementor-widget-wrap {
    width: 50.176%;
}
.custom-404 h1 {
    width: 100%;
}
.error-404.not-found .page-header h1.page-title {
    display: none;
}



/* MEDIA QUERIES */

@media (max-width:1200px) /*SMALL SCREENS */ {
    .callout::after {
        border-width: 40px 40px 0 0;
        bottom:-38px;
    }
	

    .yellow_block h2 {
        font-size:2.8em;
    }
}
@media (max-width:768px) {

    .easy-notification-bar {
        font-size:0.9em;
        line-height:1.5em;
    }
    .splash {
        padding:5vh 0;
    }
    .introBox, .yellowBox {
        clip-path: polygon(0% 0%, 100% 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0 100%, 0% 15%)
        margin:0;
    }
    .callout {
        padding:6vh 0 4vh 0;
    }
    .callout:after {
        display:none;
    }

    .triangleBullet {
        margin:20px 0 20px 40px;
    }

    #primaryBtn, #reverseBtn {
/*         text-align:left; */
    }

    .triangleBullet::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #569DC1 transparent transparent transparent;
        top: 0px;
        left: -30px;
        position: absolute;
    }
.elementor-23 .elementor-element.elementor-element-b666ac1:not(.elementor-motion-effects-element-type-background) {
    padding-top: 0px;
}

    .footer_menu::before, .footer_copyright::before {
        display:none;
    }
    .footer_menu {
        margin:0 25px;
    }
}


.remove-nav header nav,.remove-nav header .elementor-menu-toggle,.remove-nav header .elementor-search-form__toggle{
    display: none;
}

@media only screen and (min-width: 1025px) {
    .remove-nav .elementor-sticky--effects .elementor-image {
        margin-top: -40px;
    }
}

/*UPDATED HEADER CODE */

.elementor-widget-wrap>.elementor-element.intro-box-push {
	width: 120%;
    margin-right: -20%;
}

.home-hero-wide {
	max-width: 1600px !important;
	margin:0 auto;
    padding: 2% 5% 0 5%;
}

.home-hero-wide img {
	object-position:0 0;
	object-fit:cover;
	width:auto;
	height:550px;
}

.home-hero-wide .whiteBox img {
	height:auto !important;
}

.home-hero {
	max-width:1600px !important;
	margin:0 auto;
	padding:5% 5%;
}

.home-hero-wide h1, .home-hero h1 {
	color:#204667;
	padding-right:50px;
}


/* CJ */



@media (max-width:1024px) {
	.home-hero-wide {
		padding:50px 3% 0 3% !important;
	}
	.home-hero-wide img {
		height:450px;
	}
	.home-hero {
		padding: 50px 2%;
	}
	.home-hero-wide h1,.home-hero h1 {
		padding-right:0;
	}
	.elementor-widget-wrap>.elementor-element.intro-box-push {
		width: 100%;
		margin-right: 0%;
	}
}

@media (max-width:767px) {
	.home-hero-wide img {
		height:350px;
	}
}


/* 
 * NEW TEMPLATE MODULES (10/2022) 
*/

/* checkmark module */

.list-checkmark ul {
	margin-left:10px;
	list-style-type:none;
}
.list-checkmark ul li {
    position:relative;
    padding-left:50px;
    font-size: 1.7rem;
    margin-bottom:10px;
    line-height: 1.5;
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
}

.list-checkmark ul li:before  {
    content:"";
    position:absolute;
    left:0px;
    top:10px;
    background:url('https://timely.md/wp-content/uploads/2022/10/check-circle-solid.png') no-repeat;
    width:20px;
    height:20px;
    background-size:contain;
}

/* Enlarge Intro Box Text */
.intro-large p {
    font-size:1.8rem;
}

.intro-large {
    padding:50px 5%;
}

/* Yellow Triangle for Titles */

.yellow-triangle {
    padding-top:60px;
	position:relative;
}

.yellow-triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    top: 0px;
    left: 0px;
    position: absolute;
	border-color:#EAB552 transparent transparent transparent;
}

/* Text Read More Button */
#btn-arrow {
font-family: "Inter", sans-serif;
    color: #204667 !important;   
	margin-top:0;
	font-size: 1.125rem !important;
	font-weight: 600;
	transition:0.3s ease all;
	text-decoration:none !important;
	background:none;
	display:inline-block !important;
	border-radius:0;
	text-align:left;
	padding: 0 15px 0 0;
}

#btn-arrow:hover {
	color:#1B63A2 !important;
	background:none;
}

#btn-arrow .elementor-button-text:after, .elementor-widget-dce-rawphp a#btn-arrow:after {
	content:">";
	font-weight:700;
	margin-left:5px;
	color:#EAB552;/*FIX*/
}

.introBox #btn-arrow {
	color:#fff !important;
	display:inline-block;
}

/* Turn phone links into standard text on desktop */

@media (min-width:768px) {
    .elementor-text-editor a[href^="tel:"] {
        text-decoration:none;
        color:#204667;
    }
	.footer_container .elementor-text-editor a[href^="tel:"] {
        text-decoration:none;
        color:#fff;
    }  
}

/* Testimonial Content */
.testimonial-grid .ae-acf-content-wrapper {
    color:#fff !important;
}

.testimonial-grid .ae-element-post-title {
    color:#fff !important;
}

/* Partner Carousel Module */

.partner-carousel img {
    max-width:120px;
}

/* Single Testimonial Module */

.testimonial-block {
    background:#D5EBF4;
    padding:100px 20px 80px 20px;
}

.testimonial-block .elementor-testimonial-wrapper {
    padding:0 5%;
}

.testimonial-block .elementor-testimonial-wrapper:before {
    position:absolute;
    content:"";
    top:-70px;
    left:-20px;
    background:url('https://timely.md/wp-content/uploads/2022/10/quote-watermark.svg'); no-repeat;
    background-size:contain;
    width:230px;
    height:200px;
}

.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-content {
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-weight:700;
    color: #204667;
    font-size:1.875rem;
    line-height:1.4;
}

@media (max-width:767px) {
	.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-content {
		font-size:1.5rem;
		line-height:1.5;
	}	
}

.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-name {
    font-size:2rem;
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-weight:500;
    color:#204667;
}

.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-job {
    font-weight:700;
    color:#204667;
    font-size:1.25rem;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	border-radius:50%;
	background:#fff;
	width:125px;
	height:125px;
	padding-right:0 !important;
	margin-right:15px !important;
	text-align:center;
}

.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-image img {
	object-fit:contain;
	width:70%;
	height:70%;
	border-radius:0;
	margin-top:-5px;
}

.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-details {
	padding-left:20px;
}

@media (max-width:767px) {
    .testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-image {
        display:block;
		margin-bottom:20px;
    }
	.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-image img {
		margin-top:10px;
	}
	.testimonial-block .elementor-testimonial-wrapper .elementor-testimonial-details {
	padding-left:0;
}
}

/* Numbered Accordion Module */
.accordion-number .elementor-accordion .elementor-accordion-item {
    border:0;
    border-bottom:1px solid #1B63A2;
    padding:10px 0;
}

.accordion-number .elementor-accordion .elementor-accordion-item:first-child {
    border-top:1px solid #1B63A2;
}

.accordion-number .elementor-accordion .elementor-tab-content {
    border-top:none;
}

.accordion-number .elementor-accordion .elementor-accordion-icon i {
    color:#EAB552;
    font-size:1.4rem;
}

.accordion-number .elementor-accordion .elementor-accordion-title {
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-weight:700;
    font-size:1.5rem;
}

.accordion-number .elementor-accordion .elementor-accordion-title em {
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:2rem;
    margin-right:20px;
    color:#1B63A2;
}

/* Icon Box Becomes Circle */
.icon-circle {
    background:#F3F3F7;
    border-radius:50%;
    aspect-ratio: 1 / 1;
}

.icon-circle .elementor-text-editor {
    padding:0 35px;
}

@media (max-width: 767px){
	.icon-circle {
		max-width: 400px;
		margin: 0 auto;
	}
}


/* Testimonial Dark Background Quote Box */
.testimonial-slider .quote-dark:after {
	content: ""; /*FIX*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 0;
    border-color: #5C98CC transparent transparent transparent;
    bottom:-50px;
    left:-10px;
    position:absolute;  
	
}

.testimonial-slider .quote-dark {
	border: solid 10px #5C98CC;
	padding:30px;
}

.testimonial-slider .person-name .ae-element-post-title {
    /* font-family:'Bitter',sans-serif; */
    font-family: "Inter", sans-serif;
    font-size:1.8rem !important;
    font-weight:500 !important;
}

.testimonial-slider .person-title .ae-acf-content-wrapper {
    font-family:'Inter',sans-serif !important;
    font-size:1.1rem !important;
    font-weight:600 !important;
    margin-bottom:10px;
}

.testimonial-slider .person-image {
	width:120px;
    background:#fff;
	border-radius:50%;
	padding:10px;
	display:flex;
	align-items:center;
	text-align:center;
	aspect-ratio: 1 / 1; 
}

.testimonial-slider .person-image img {
    width:80%;
}

@media (max-width:767px) {
	.testimonial-slider .person-image {
		margin:0 auto;
	}
}

.testimonial-slider .ae-swiper-button-prev i, .testimonial-slider .ae-swiper-button-next i {
	color:#fff !important;
}

.swiper-pagination-bullet {
	width:12px !important;
	height:12px !important;
}

.swiper-pagination-bullet-active {
	background:#31B0CD !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:25px !important;
}

/*Blue Quote Box */

.blueQuote {
    background-color: #D5EBF4;
}

/* Blog and News/Media - DELETE THIS */
.filter-dropdown select, .filter-dropdown input {
	border-radius:15px !important;
	border:1px solid #9DA8C0 !important;
	color:#204667 !important;
}

/* Blog, Resources, Events and News/Media Filters and Pagination */

.searchandfilter ul {
    margin-left:0;
}

.searchandfilter ul {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
}

.searchandfilter ul li {
    display:inline;
    padding-bottom:0;
	margin:0 20px;
}

.searchandfilter ul li li {
	margin:0;
}

.searchandfilter .sf-field-search {
	flex-grow:2;
}

.searchandfilter .sf-field-search label, .searchandfilter .sf-field-search input[type=text] {
	width:100%;
}

.searchandfilter .sf-datepicker {
    margin:0 5px;
}

.searchandfilter input[type=email], .searchandfilter input[type=number], .searchandfilter input[type=reset], .searchandfilter input[type=search], .searchandfilter input[type=tel], .searchandfilter input[type=text], .searchandfilter input[type=url], .searchandfilter select, .searchandfilter textarea {
    border-radius:15px;
	border:1px solid #9DA8C0;
	color:#204667;
	background:#fff;
}

.searchandfilter input::placeholder {
    color:#204667;
}

.searchandfilter .search-filter-reset {
    text-decoration:underline;
    color:#204667;
    font-size:1rem;
}

.searchandfilter .search-filter-reset:hover {
    text-decoration:none;
}

.searchandfilter select {
    text-indent: 0px;
    line-height: 15px;
}

@media (max-width:767px) {
    .searchandfilter input[type=text], .searchandfilter select {
        width:100%;
		margin:0 0 5px 0;
    }
	
	.searchandfilter select { 
	    -webkit-appearance: initial; 
	}
	
	.searchandfilter ul li {
		margin:0;
	}
	
	.searchandfilter ul li, .searchandfilter ul li li, .searchandfilter label {
		width:100%;
	}
	
	.searchandfilter .sf-field-reset {
		text-align:center;
	}
}

.dce-pagination-top {
    justify-content:flex-end !important;
}

.dce-pagination-top .progression {
    font-style:italic;
}

.dce-pagination .progression:before {
    content:"Page";
    margin-right:5px;
}

.dce-pagination-top .current,.dce-pagination-top .inactive {
    display:none;
}


/* Event Type Category Modifications */

.event-group, .resource-group {
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
    font-size:0.95rem;
    padding:5px 0;
	position:absolute; 
	width:100%;
	top:0;
}

.resource-group {
	margin-bottom:10px;
}

article.resources .ae_data {
	height:100%;
}


article.resources #btn-arrow {padding-right:0;}

/* Added to all cards section that has the colored bar */
.post-cards .light {
    color:#FFFFFF;
}

.post-cards .dark {
    color:#04070D;
}

.post-cards h6 {
    margin-bottom:5px;
}

/* Tabbed Content Module (Dark) */

.tabs-dark .elementor-tabs-wrapper {
    background:#144773;
    color:#fff;
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-size:1.1rem;
    padding:30px 20px;
    width:30% !important;
}

.tabs-dark .elementor-tabs-content-wrapper {
    background:#144773;
    padding: 0;
    border:1px #144773;
    clip-path: polygon(0% 0%, 100% 0, 92% 0, 100% 12%, 100% 100%, 0 100%, 0 100%, 0% 12%);
}

.tabs-dark .elementor-active {
    border:0;
}

.tabs-dark .elementor-tab-title {
    position:relative;
    background:none;
    transition:0.3s ease all;
    border-radius:20px;
    border-radius:20px;
    border:0;
    color:#fff;
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-weight:700;
}

.tabs-dark .elementor-tab-title a {
    outline:none !important;
}

.tabs-dark .elementor-tab-title:before {
    border:transparent;
}

.tabs-dark .elementor-tabs-wrapper .elementor-active {
    background-color:#417AAA;
    border-radius:20px;
    position:relative;
}

.tabs-dark .elementor-tab-title:after,.tabs-dark .elementor-tabs-wrapper .elementor-active:after {
    content:"";
    position:absolute;
    background:url('https://timely.md/wp-content/uploads/2022/10/chevron-arrow.svg') no-repeat;
    background-size:contain;
    width:16px !important;
    height:10px !important;
    right:15px !important;
    top:22px !important;
    z-index:999;
    outline:none !important;
}

.tabs-dark .elementor-tabs-wrapper .elementor-active:after {
    border:1px solid #417AAA;
    width:18px !important;
    height:12px !important;
}

.tabs-dark .elementor-tab-content h3, .tabs-dark .elementor-tab-content p {
    color:#fff;
}

.tabs-dark .elementor-tab-content img {
    float:right;
    display:inline;
}

.university-slider {
    background:#fff;
    padding:20px 3%;
    border-radius:30px;
}

@media (max-width:767px) {
    .tabs-dark .elementor-tabs-content-wrapper {
        clip-path: none;
    }
}

/* Tabbed Content Module (Light) */
.tabs-light .elementor-tabs-wrapper {
    background:none;
    /* font-family:'Bitter',serif; */
    font-family: "Inter", sans-serif;
    font-size:1.1rem;
    padding:0px;
    width:60% !important;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:repeat(8,65px);
}

.tabs-light .elementor-tabs-content-wrapper {
    background:none;
    padding:0 20px 30px 20px;
    border:transparent;
    text-align:center;
    margin-top:-270px;
}

.tabs-light .elementor-tabs-content-wrapper img {
    max-width:250px;
}

.tabs-light .elementor-active {
    border:0;
}

.tabs-light .elementor-tab-title {
    position:relative;
    padding:16px 20px;
    background:none;
    transition:0.3s ease all;
    border-radius:20px;
}

.tabs-light .elementor-tab-title a {
    outline: none !important;
}

.tabs-light .elementor-tab-title img {
    width:35px;
    margin:-2px 10px 0 0;
}

.tabs-light .elementor-tab-title:before {
    border:transparent;
}


.tabs-light .elementor-tabs-wrapper .elementor-active {
    background-color:#fff;
    border-radius:20px;
    position:relative;
}

.tabs-light .elementor-tab-title:after {
    content:"";
    position:absolute;
    background:url('https://timely.md/wp-content/uploads/2022/10/chevron-arrow.svg') no-repeat;
    background-size:contain;
    width:18px !important;
    height:15px !important;
    right:15px !important;
    top:24px !important;
    z-index:999;
}

.tabs-light .elementor-tabs-wrapper .elementor-active:after {
    border:1px solid #417AAA;
    width:18px !important;
    height:15px !important;
    right:16px !important;
    top:25px !important;
}


.tabs-light .elementor-tabs-wrapper .elementor-active:after {
    border:transparent;

}

@media (max-width:1024px) {
    .tabs-light .elementor-tab-title img {
        width:25px;
        margin:-2px 5px 0 0;
    }
    .tabs-light .elementor-tab-title {
    font-size:1rem;
    padding:10px 20px;
    }
    .tabs-light .elementor-tab-title img {
        display:block;
        margin-bottom:3px;
    }
    .tabs-light .elementor-tab-title:after {
    right:5px !important;
    }

    .tabs-light .elementor-tabs-wrapper .elementor-active:after {
    right:6px !important;
    }
}

@media (max-width:767px) {
    .tabs-light .elementor-tabs-wrapper {
        display:none;
    }
    .tabs-light .elementor-tabs-content-wrapper {
    margin-top:0;
    padding:0;
    }
    .elementor-widget-tabs .elementor-tab-mobile-title {
        border:0;
        text-align:left;
        /* font-family:'Bitter',serif; */
        font-family: "Inter", sans-serif;
        font-weight:700;
    }
    .elementor-widget-tabs .elementor-tab-mobile-title img {
        display:inline-block;
    }
}

/*NITROPACK FIXES*/
.swiper-pagination {
    width: 100% !important;
    bottom: 25px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
}

/*FAQS SECTION*/
.faqs-accordion *{
	border: none !important;
	font-family: "Inter";
}

.faqs-accordion .elementor-tab-content  p {
	display: none;
}

.faqs-accordion .elementor-accordion-title {
	color: #204667 !important;
}
.faqs-accordion .elementor-accordion-title:focus{
	outline: none !important;
}

.faqs-accordion .elementor-accordion-icon {
	color: #006F84 !important;
}
.faqs-toggle .elementor-toggle-title{
	color: #006F84 !important;
}
.faqs-toggle .elementor-toggle-title:focus{
	outline: none !important;
}
.faqs-toggle .elementor-toggle-icon {
	visibility: hidden !important;
}

.faqs-toggle .elementor-tab-content > p{
	display: block;
	padding-left: 30px;
}