/* ------------------------------ Hero Section ------------------------------ */
.home-hero-section .elementor-widget-icon-box {
    position: absolute;
	left: 50%;
	top: 190px;
	transform: translate(-50%, 0);
	z-index: 10;

}
.home-hero-section .elementor-container{
	height:569px ;
	min-height: calc(100vh - 290px) !important;
}
.home-hero-section .elementor-widget-icon-box svg {
    width: 78px;
    height: 78px;
    margin-top: 22px;
	cursor: pointer;
}
.home-hero-section .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center !important;
}
.home-hero-section .elementor-icon-box-wrapper h3 {
    font-family: "Bicyclette", Sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.home-hero-section .elementor-shape-bottom {
    z-index: 1;
}
.home-hero-video {
    z-index: 1;
}
.home-hero-video .elementor-custom-embed-image-overlay {
    height: 569px;
    width: auto;
}
.home-hero-video .elementor-custom-embed-image-overlay img {
	width: 100%;
	height: 100%;
    width: auto;
    max-width: none;
}
.dialog-type-lightbox{
	z-index:11111111 !important;
	background-color: #000 !important;
}
/* .home.elementor-page #page-slider-wrapper,
.home.elementor-page .tm-block:first-child {
	display: none !important;
} */
/* ---------------------------- End Hero Section ---------------------------- */

/* ------------------------- posts and event section ------------------------ */
.elementor-widget-posts.scu--posts:before {
    content: '';
    display: block;
    position: absolute;
    right: -51px;
    background-color: #C4C4C4;
    height: 100%;
    width: 2px;
}
.elementor-widget-posts.scu--posts .elementor-post__thumbnail__link {
    width: 130px !important;
    height: 130px;
    overflow: hidden;
	border-radius: 50%;
	
}
.elementor-widget-posts.scu--posts .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 0 !important;
    width: 100%;
    height: 100% !important;
}
.elementor-widget-posts.scu--posts .elementor-post__thumbnail__link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: static !important;
    transform: none !important;
    align-items: center;
}
.elementor-widget-posts.scu--posts .elementor-post {
    display: flex;
	align-items: center;
	
}
.elementor-widget-posts.scu--posts .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
}
.elementor-widget-posts.scu--posts .elementor-post-date {
    color: #94E1FF;
    font-family: "Bicyclette", Sans-serif;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
	text-transform: uppercase;
	font-weight: 700;
}
.elementor-widget-posts.scu--posts .elementor-post__meta-data{
	margin-bottom: 11px;
}
body.elementor-page .elementor-widget-posts.scu--posts .elementor-post__title {
    font-family: "Lato", Sans-serif;
	font-size: 24px;
	line-height:30px;
    color: #fff;
    font-weight: 700;
	letter-spacing:-0.01em;
	margin-bottom: 0 !important;
}
body.elementor-page .elementor-widget-posts.scu--posts .elementor-post__title a {
    color: #fff;
}
.elementor-widget-posts.scu--posts .elementor-post__title a:hover {
	text-decoration: underline;
	/* text-underline-position: under; */
}

.scu--events .scu--event {
    position: relative;
    padding-left: 109px;
}
.scu--events .elementor-widget-button{
	margin-top: 57px;
}
.scu--events .scu--event:not(:last-child) {
	margin-bottom: 45px;
}
.scu--events .scu--event .event-icon {
    width: 70px;
    height: 70px;
    display: block;
    background:url('../img/light-blue-calendar-icon.svg') no-repeat 0 0;
    left: 0;
    top: -3px;
    position: absolute;
}
.scu--events .scu--event .event-icon:hover {
	opacity: 0.8;
}
.scu--events .scu--event .event-date {
    color: #94E1FF;
    font-family: "Bicyclette", Sans-serif;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
	text-transform: uppercase;
	margin-bottom: 13px;
	font-weight: 700;
}
body.elementor-page .scu--events .scu--event h3 {
    font-family: "Lato", Sans-serif;
	font-size: 24px;
	line-height:30px;
    color: #fff;
    font-weight: 700;
	letter-spacing:-0.01em;
	margin-top: 0;
	margin-bottom: 12px;
}
body.elementor-page .scu--events .scu--event h3 a {
    color: #fff;
}
.scu--events .scu--event h3 a:hover {
	text-decoration: underline;
	/* text-underline-position: under; */
}
.event-list-wrapper-empty h3 {
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: 0;
	margin-bottom: 12px;
	margin-bottom: 0;
}
.scu--social-links{
    display: flex;
    justify-content: center;
}
.scu--social-links a:hover {
    opacity: 0.7 !important;
}

/* ----------------------- End posts and event section ---------------------- */
.comprehensive-img{
	filter: drop-shadow(0px 15px 44px rgba(0, 0, 0, 0.15));
}
.comprehensive-img .elementor-image{
  -webkit-mask: url("../img/comprehensive-shape.svg");
  -webkit-clip-path: url("../img/comprehensive-shape.svg");
  clip-path: url("../img/comprehensive-shape.svg#svgClip");
  box-shadow: 5px 0 15px rgba(0,0,0,1);
}
.clinic-img .elementor-image{
  -webkit-mask: url("../img/clinical-shape.svg");
  -webkit-clip-path: url("../img/clinical-shape.svg");
  clip-path: url("../img/clinical-shape.svg#svgClip");
}
.clinic-img {
	filter: drop-shadow(0px 15px 44px rgba(0, 0, 0, 0.15));
}

.shape-video-1 .elementor-widget-container,
.shape-video-2 .elementor-widget-container {
    background-color: #94E1FF;
}
.shape-video-1:after,
.shape-video-2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.shape-video-1 {
    filter:drop-shadow(0px 15px 44px rgba(0, 0, 0, 0.15));
}
.shape-video-1 .elementor-widget-container {
    /* -webkit-mask: url("../img/comprehensive-shape.svg") !important;
    -webkit-clip-path: url("../img/comprehensive-shape.svg") !important;
    clip-path: url("../img/comprehensive-shape.svg") !important;*/
}
.shape-video-1 .elementor-widget-container iframe {
    width: 120% !important;
    height: 120% !important;
    top: 50%;
    max-width: none;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shape-video-1 .elementor-wrapper {
    padding-bottom: 66.6% !important;
}
.shape-video-2 {
    filter:drop-shadow(0px 15px 44px rgba(0, 0, 0, 0.15));
}
.shape-video-2 .elementor-widget-container {
    /* -webkit-mask: url("../img/clinical-shape.svg") !important;
    -webkit-clip-path: url("../img/clinical-shape.svg") !important;
    clip-path: url("../img/clinical-shape.svg") !important; */
}
.shape-video-2 .elementor-widget-container iframe {
    width: 120% !important;
    height: 120% !important;
    top: 50%;
    max-width: none;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shape-video-2 .elementor-wrapper {
    padding-bottom: 66.6% !important;
}

/* ------------------------- academic page template ------------------------- */
.iconic-section .elementor-icon-box-wrapper div.elementor-icon-box-icon {
    width: 60px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    min-height: 60px;
    display: flex;
    align-items: center;
}
.iconic-section .elementor-icon-box-wrapper div.elementor-icon-box-icon svg {
    width: auto;
    height: auto;
}
.iconic-section .elementor-icon-box-content {
    padding-left: 0;
}
.iconic-section .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
    margin-bottom: 0;
}
.iconic-section .elementor-widget-icon-list {
    padding-left: 0;/*87px*/
    /* margin-top: 23px; */
}
.iconic-section .elementor-icon-list-item:not(:last-child) {
    margin-bottom: 24px;
}
.iconic-section .elementor-icon-list-item a {
    text-decoration: none;
    letter-spacing: -0.01em;
}
.iconic-section .elementor-icon-list-item a:hover {
	text-decoration: underline;
}
/* ----------------------- End academic page template ----------------------- */

/* -------------------- Sports Medicine for Chiropractic -------------------- */
.white-wrap-content h4.elementor-heading-title {
    font-family: "Bicyclette", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.white-wrap-content p:last-child{
	margin-bottom: 0;
}
.white-wrap-content ul {
	padding-left: 26px;
	margin-bottom: 0;
}
.white-wrap-content ul li {
    font-size: 16px;
}
.white-wrap-content h4{
	letter-spacing: 0.01em;
}
/* .white-wrap-content {
	word-spacing: 0.5px;
} */
/* ------------------ End Sports Medicine for Chiropractic ------------------ */
/* ------------------------------ Program Tabs ------------------------------ */
body.elementor-page .headings-only .elementor-widget-heading h3.elementor-heading-title{
	line-height: 1.25;
}
.headings-only h3.elementor-heading-title a{
	text-decoration: none;
}
.headings-only .elementor-heading-title a:hover{
	text-decoration: underline;
	text-underline-position: under;
}
.scu-tabs-outer-wrapper{
	margin-right: 0 !important;
}
.scu-tabs-outer-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.scu-tabs-outer-wrapper .elementor-button:after {
    width: 198px !important;
}
.scu-tabs-aside {
    width: 300px;
    position: sticky;
    top: 120px;
    padding-bottom: 80px;
    padding-top: 64px;
    float: left;
}
.scu-tabs-aside .scu-tabs {
	padding-left: 0;
	margin-bottom: 0;
}
.scu-tabs-aside .scu-tabs li {
    list-style: none;
    padding: 19.5px 30px 19.5px;
    background-color: transparent;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    font-family: "Bicyclette", Sans-serif;
    text-transform: uppercase;
    color:#376697;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.02em;
    font-weight: 400;
	margin-top: -1px;
	position: relative;
}
.scu-tabs-aside .scu-tabs li:after {
    content: '';
    display: block;
    border-bottom: 1px solid #4AC1F0;
	padding-top: 16px;
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	bottom: 0;
	left: 30px;
}
.scu-tabs-aside .scu-tabs li:hover {
    text-decoration: underline;
}
.scu-tabs-aside .scu-tabs li:last-child:after {
    border-color: transparent;
}
.scu-tabs-aside .scu-tabs li.active {
    background-color: #fff;
	font-weight: 700;
	padding: 18.5px 30px 18.5px;
	color: #194E80;
}
.scu-tabs-aside .scu-tabs li.active:after {
    border-color: #fff;
}
.scu-tabs-aside .elementor-widget-button {
    padding-top: 20px;
    padding-left: 30px;
}
.scu-tabs-aside .elementor-widget-button .blue-button {
    margin-top: 16px;
}
.scu-tabs-content-wrapper {
    width: calc(100% - 300px);
    float: left;
    background-color: #ffff;
    border-radius: 40px;
    overflow: hidden;
}
.scu-tabs-content-wrapper .elementor-widget-button {
    display: none;
}
.scu-tab-content {
    padding: 80px 100px 80px;
    min-height: 600px;
    display: none;
}
.overview-short{
	padding: 80px 100px 80px;
}
/* .faculty-short{
	background: url('../img/tab-shape-left-bottom-blue.svg') -100px calc(100% + 100px) no-repeat, url('../img/tab-shape-right-top-blue.svg') calc(100% + 100px) -100px no-repeat;
	transition: all .9s linear;
}
.faculty-short.active{
	background-position: 0 100%,  100% 0;
} */
/* .content_curriculum:not(.curriculum-short){
	background: url('../img/tab-shape-curriculum-right-bottom.svg') calc(100% + 100px)  calc(100% + 100px)  no-repeat, url('../img/tab-shape-curriculum-right-top.svg') calc(100% + 100px) -100px no-repeat;
	transition: all .9s linear;
}
.content_curriculum:not(.curriculum-short).active{
	background-position: 100% 100%,  100% 0;
} */
/* .content_accreditations_exams_licensure{
	background: url('../img/tab-green-right-bottom.svg') calc(100% + 100px)  calc(100% + 100px)  no-repeat, url('../img/tab-green-left-top.svg') -100px -100px no-repeat;
	transition: all .9s linear;
}
.content_accreditations_exams_licensure.active{
	background-position: 100% 100%, 0 0;
} */

/* .content_faculty:not(.faculty-short){
	background: url('../img/tab-faculty-top-left.svg') -100px -100px no-repeat, url('../img/tab-faculty-bottom-left.svg') -100px calc(100% + 300px)  no-repeat;
}
.content_faculty:not(.faculty-short).active{
	background-position:0 150px, -68px calc(100% + 230px);
} */
.content_faculty:not(.faculty-short){
	background: url('../img/tab-faculty-top-left.svg') -100px -100px no-repeat;
}
.content_faculty:not(.faculty-short).active{
	background-position:0 150px;
}
.content_deans_message:not(.faculty-short){
	background: url('../img/tab-faculty-top-left.svg') -100px -100px no-repeat;
}
.content_deans_message:not(.faculty-short).active{
	background-position:0 150px;
}

/* .content_testimonials{
	background: url('../img/testimonials-yellow-shape-2.svg') -100px  calc(100% + 100px)  no-repeat, url('../img/testimonials-yellow-shape-1.svg') calc(100% + 100px) -100px no-repeat;
}
.content_testimonials.active{
	background-position: 0 100%,  100% 50px;
} */
.content_testimonials{
	background:url('../img/testimonials-yellow-shape-1.svg') calc(100% + 100px) -100px no-repeat;
}
.content_testimonials.active{
	background-position:100% 26px;
}
/* .content_admissions_requirements{
	background: url('../img/admissions-light-blue-shape-2.svg') -100px calc(100% + 100px) no-repeat, url('../img/admissions-light-blue-shape-1.svg') calc(100% + 100px) -100px no-repeat;
	transition: all .9s linear;
}
.content_admissions_requirements.active{
	background-position: 0 100%,  100% 0;
} */

/* .content_tuition_fees{
	background: url('../img/tuition-green-shape-2.svg') -100px calc(100% + 100px) no-repeat, url('../img/tuition-green-shape-1.svg') calc(100% + 100px) -100px no-repeat;
	transition: all .9s linear;
} */

/* .content_specialized_options{
	background: url('../img/tab-green-right-bottom.svg') calc(100% + 100px)  calc(100% + 100px)  no-repeat, url('../img/tab-green-left-top.svg') -100px -100px no-repeat;
	transition: all .9s linear;
}
.content_specialized_options.active{
	background-position: 100% 100%, 0 0;
} */
.content_tuition_fees.active{
	background-position: 0 100%,  100% 0;
}
.content_tuition_fees .advisement,
.content_tuition_fees .advisement p{
	color: rgba(25, 78, 128, 0.7);
	font-size:12px;
	line-height: 15px !important;
}
.p-small{
	font-size:12px;
	line-height: 15px !important;
}
.text-center{
	text-align: center;
}
.scu-tab-content h2{
	margin-top: 0;
}
.scu-tab-content h2:not(:last-child){
	margin-top: 0;
	margin-bottom: 24px;
}
.scu-tab-content .scu-tab-title {
	display: none;
	cursor: pointer;
}
.scu-tab-content.active {
    display: block;
}
.scu-tab-content h1,
.scu-tab-content h2,
.scu-tab-content h3,
.scu-tab-content h4, 
.scu-tab-content h5,
.scu-tab-content h6,
.scu-tab-content p{
	margin-top: 0;
}
.scu-tab-content h1:not(:last-child),
.scu-tab-content h2:not(:last-child),
.scu-tab-content h3:not(:last-child),
.scu-tab-content h4:not(:last-child),
.scu-tab-content h5:not(:last-child),
.scu-tab-content h6:not(:last-child),
.scu-tab-content p:not(:last-child){
	margin-bottom: 24px;
}
.scu-tab-content .su-row:not(:last-child){
	margin-bottom: 24px;
}
.scu-tab-content .su-row:last-child{
	margin-bottom: 0;
}
.scu-tab-content .su-table:last-child{
	margin-bottom: 0;
}


/* staff slider */
/* .swiper-container.staff-slider{
	margin-right: -10px;
} */
.staff-slider .staff-member {
    position: relative;
	text-align: center;
	/* max-width: 240px; */
	margin-left: auto;
	margin-right: auto;
}
.staff-slider .member-image {
    padding-bottom: 100%;
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
	margin-bottom: 16px;
	transition: all .3s linear;
	width: 100%;
	max-width: 100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background:url('../img/testimonial-placeholder.jpg') no-repeat center center;
	background-size: cover;
}
.staff-slider .member-image:hover {
	opacity: 0.8;
}
.staff-slider .member-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff-slider .video-link {
    width: 67px;
    height: 67px;
    display: block;
	background:url('../img/play-button.svg') no-repeat 0 0;
	background-size: 100% 100%;
    left: 50%;
    position: absolute;
    transform: translatex(-50%);
    margin-top: -67px;
    transition: all 0.3s linear;
}
.staff-slider .video-link:hover {
    opacity: 0.8;
}
body.elementor-page .staff-slider h4:not(.scu-tab-title):not(:last-child),
.staff-slider h4 {
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    color: #194E80;
}
body.elementor-page .staff-slider h4:not(.scu-tab-title):not(:last-child) a,
.staff-slider h3 a{
	text-decoration: none;
}
body.elementor-page .staff-slider h4:not(.scu-tab-title):not(:last-child) a:hover,
.staff-slider h3 a:hover{
	text-decoration: underline;
}
.staff-slider .staff-title {
    font-size: 14px;
    line-height: 17px;
    color: #194E80;
    font-weight: 700;
	font-family: "Bicyclette", Sans-serif;
	margin: 9px 0 0 !important;
}
.staff-slider .staff-designation {
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
	color: #194E80;
	margin: 8px 13px 0;
}
.staff-slider .staff-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: #D1EBF5;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.3s ease-in;
    cursor: pointer;
	margin: 0 8px;
	outline: none !important;
	display: inline-block;
	vertical-align: middle;
	transform: none !important;
}
.staff-slider .staff-pagination {
    /* display: flex;
    align-items: center;
	justify-content: center; */
	display: block;
	white-space: nowrap;
    /* margin-top: 33px; */
}
.staff-slider .slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
}
.staff-slider .staff-pagination .swiper-pagination-bullet:hover,
.staff-slider .staff-pagination .swiper-pagination-bullet-active {
	background: #4AC1F0;
	outline: none !important;
}
.staff-slider .staff-button-prev {
    background: url("../img/testimonial-slider-left-arrow.svg");
    width: 27px;
    height: 26px;
    margin-right: 32px;
    cursor: pointer;
}
.staff-slider .staff-button-next {
    background: url("../img/testimonial-slider-right-arrow.svg");
    width: 27px;
    height: 26px;
    margin-left: 32px;
    cursor: pointer;
}
.content_faculty h2 {
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    margin: 0;
    color: #194E80;
    margin-bottom: 33px;
}
.faculty-short{
	padding-bottom: 77px;
}
.faculty-short h2{
	margin-bottom: 32px !important;
}


/* testimonials tab */
.content_testimonials {
	padding-top: 84px;
    padding-bottom: 80px;
}
.content_testimonials h2 {
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    margin: 0;
    color: #194E80;
    margin-bottom: -3px;
}
/* .content_testimonials .testimonial-half {
    width: 50%;
    padding-bottom: 22px;
}
.content_testimonials .testimonial-thumbnail {
    background-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    height: 420px;
}
.content_testimonials .testimonial-slide:nth-child(n) .testimonial-thumbnail {
    background-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	position: relative;
} */
.content_testimonials .testimonial-text {
    font-size: 16px;
    line-height: 24px;
}
.content_testimonials .testimonial-text p {
    font-size: 16px;
    line-height: 24px;
}
.content_testimonials .testimonial-half h5 {
    margin: 17px 0 0;
}
.content_testimonials .qoutes-icon {
    margin-bottom: 33px;
}
/* .content_testimonials .testimonial-image {
    width: 50%;
    padding-left: 15px;
    margin-bottom: 16px;
    align-self: center;
} */
.content_testimonials .slider-controls {
    margin-top: -13px;
}
.content_testimonials .testimonial-text{
	width: 100%;
}
p:empty {
    display: none;
}

/* overview tab adjustment */
body.elementor-page .scu-tab-content h1,
body.elementor-page .scu-tab-content h2,
body.elementor-page .scu-tab-content h3,
body.elementor-page .scu-tab-content h4,
body.elementor-page .scu-tab-content h5,
body.elementor-page .scu-tab-content h6{
	color: #194E80;
}
body.elementor-page .scu-tab-content,
body.elementor-page .scu-tab-content p {
	line-height:24px;
}
body.elementor-page .scu-tab-content a{
	font-weight: 700;
	text-decoration: none;
}
body.elementor-page .scu-tab-content table a{
	font-weight: 400;
}
body.elementor-page .scu-tab-content a:hover{
	text-decoration: underline;
}
body.elementor-page .scu-tab-content a.elementor-button{
	text-decoration: none;
}
body.elementor-page .scu-tab-content h2 {
    line-height: 50px;
}
/* body.elementor-page .content_overview p{
	line-height:24px;
} */
body.elementor-page .content_overview .practitioners-info h4:not(.scu-tab-title):not(:last-child){
    margin-bottom: 15px;
}
body.elementor-page .content_overview .practitioners-info p:not(:last-child) {
    margin-bottom: 33px;
}
body.elementor-page .content_overview .career-section h3:not(.scu-tab-title):not(:last-child) {
    font-family: "Bicyclette", Sans-serif;
    margin-bottom: 11px;
}
body.elementor-page .content_overview .advisement{
	padding-top: 2px;
}
body.elementor-page .content_overview .advisement, 
body.elementor-page .content_overview .advisement p {
    font-size: 12px;
    line-height: 18px;
    color: #194E80;
}
body.elementor-page .content_overview .advisement a{
	text-decoration: none;
	text-underline-position: under;
	font-weight: 400;
	color: #194E80;
}
body.elementor-page .advisement p:last-child{
	margin-bottom: 0;

}
body.elementor-page .content_overview .advisement a:hover{
	text-decoration: underline;
}
body.elementor-page .content_overview .advisement sup {
    font-size: 12px;
    top: 0;
}
.icon-box-wrapper {
    color: rgba(0,0,0,.8);
}
body.elementor-page .su-row.icon-box-wrapper {
    margin-bottom: 29px;
    font-size: 14px;
    text-transform: uppercase;
}
/* body.elementor-page .su-row.icon-box-wrapper h4 {
    margin-bottom: 13px;
} */
body.elementor-page .icon-box-wrapper h4:not(.scu-tab-title):not(:last-child) {
    margin-bottom: 14px !important;
}

p{
	word-break: break-word;
}
body.elementor-page .content_curriculum h2:not(.scu-tab-title):not(:last-child){
	margin-bottom: 24px;
}

body.elementor-page .content_curriculum h3:not(.scu-tab-title):not(:last-child){
	margin-bottom: 26px;
	margin-top: 38px;
}

body.elementor-page .content_curriculum p + h4:not(.scu-tab-title):not(:last-child){
	margin-top: 32px;
}
body.elementor-page .content_curriculum h4:not(.scu-tab-title):not(:last-child){
	margin-bottom: 16px
}

body.elementor-page .content_curriculum p:not(.scu-tab-title):not(:last-child){
	margin-bottom: 24px;
}
body.elementor-page .content_curriculum .elementor-button-wrapper:not(:last-child){
	padding-bottom: 24px;
}
body.elementor-page .content_curriculum{
	padding-bottom: 80px;
}
.content_specialized_options{
	padding:80px 100px 80px;
}
body.elementor-page .content_specialized_options h3:not(.scu-tab-title):not(:last-child){
	margin-bottom: 29px;
}
.elementor-page:not(.elementor-editor-active) .tm-block .scu-tab--content-container ul:not([class]){
	margin-bottom: 36px !important;
}
body.elementor-page .content_specialized_options .elementor-button-wrapper{
	padding-top: 8px;
	padding-bottom: 11px;
}



.scu-tab-content {
	word-break: break-word;
}
.content_faculty{
	padding:85px 100px 80px;
}
.content_deans_message {
	padding:85px 100px 80px;
}
.scu-tab-content .dean-box-wrapper {
    position: relative;
	padding-left: 181px;
	padding-right: 12px;;
	/* margin-top: -4px; */
	padding-top: 3px;
	filter: drop-shadow(0px 15px 44px rgba(0, 0, 0, 0.15));
}
.dean-box-wrapper .su-column:first-child {
    position: absolute;
    left: -69px;
	top: 52px;
}
.dean-box-wrapper .su-column:not(:first-child) {
    width: 100%;
}
body.elementor-page .scu-tab-content .scrollable-section {
    height: 330px;
    overflow-y: auto;
	margin-bottom: 32px;
	padding-right: 50px;
	scrollbar-color: #4AC1F0 #D1EBF5;
	scrollbar-width: thin;
}
body .nicescroll-rails.nicescroll-rails-vr{
    background-color: #D1EBF5;
    border-radius: 50px;
    width: 8px !important;
}
.nicescroll-rails-vr .nicescroll-cursors{
    background-color: #4AC1F0 !important;
    width: 8px !important;
}
body .nicescroll-rails.nicescroll-rails-hr{
    background-color: #D1EBF5;
	border-radius: 50px;
	height: 8px !important;
}
.nicescroll-rails-hr .nicescroll-cursors{
	background-color: #4AC1F0 !important;
	height: 8px !important;
}
body.elementor-page .scu-tab-content .scrollable-section{
	scrollbar-color: #4AC1F0 #D1EBF5;
	scrollbar-width: thin;
}
body.elementor-page .scu-tab-content .scrollable-section,
body.elementor-page .scu-tab-content .scrollable-section p {
    font-size: 20px;
	line-height: 30px;
}
body.elementor-page .scu-tab-content .scrollable-section p:not(:last-child){
	margin-bottom: 28px;
}
body.elementor-page .scu-tab-content .dean-info {
    font-weight: 700;
}
body.elementor-page .scu-tab-content .dean-info h4:not(.elementor-heading-title):not(.scu-tab-title):not(.elementor-icon-box-title):not(:last-child) {
    margin-bottom: 13px;
}
.dean-img-wrapper{
	-webkit-mask: url('../img/dean-mask.png');
  	-webkit-clip-path: url('../img/dean-mask.png');
	  clip-path: url('../img/dean-mask.png');
	background-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
	width: 221px !important; 
	height: 261px !important;
	object-fit: cover;
}
.dean-img-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* body.elementor-page .content_faculty h3:not(.scu-tab-title):not(:last-child){
	margin-bottom: 27px;
} */
body.elementor-page .faculty-short h3:not(.scu-tab-title){
	margin-bottom: 35px !important;
}


.content_testimonials svg clipPath {
    transform: scale(0.8);
}
.content_testimonials .testimonial-half {
	/* max-width: calc(100% - 370px); */
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
}
.content_testimonials .scu-tab--content-container > h3{
	margin-bottom: 0 !important;
}
.content_testimonials .testimonial-image {
	/* min-width: 370px; */
	min-width: 444px;
	margin-right: -37px;
	margin-left: -30px;
}
.content_testimonials  .testimonial-thumbnail{
	position: relative;
}
.content_testimonials .testimonial-slider .video-link {
	left: 50%;
	transform: translate(-50%, 0);
	top: calc(100% - 174px);
}
body.elementor-page .content_testimonials  .testimonial-half h5{
	margin: 18px 0 0;
}
.custom-table{
	padding-bottom: 10px;
	scrollbar-color: #4AC1F0 #D1EBF5;
	scrollbar-width: thin;
}

.scu-tab-content .custom-table.su-table-alternate h4 {
	font-weight: 400 !important;
	color:#194E80;
}
.scu-tab-content .custom-table.su-table-alternate table {
    border: 0 !important;
}
.scu-tab-content .custom-table.su-table-alternate table tr {
    border: 0 !important;
    background: transparent;
}
.scu-tab-content .custom-table.su-table-alternate table tr td {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 20px 10px 0 !important;
	vertical-align: top;
	color:#194E80;
}
.scu-tab-content .custom-table.su-table-alternate table tr:first-child td {
    font-weight: 700 !important;
}
.scu-tab-content .custom-table.su-table-alternate table tr.custom-table-footer {
    font-weight: 700;
}
.scu-tab-content .custom-table.su-table-alternate table tr:nth-child(even) td {
    background-color: transparent !important;
}
.scu-tab-content .su-table-responsive table{
	min-width: 770px !important;
}
.scu-tab-content .custom-table::-webkit-scrollbar-track {
	background-color: #D1EBF5;
	border-radius: 10px;
}
.scu-tab-content .custom-table::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 8px;              /* height of horizontal scrollbar ← You're missing this */
	width: 8px;
}

.scu-tab-content .custom-table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4AC1F0;

}
body.elementor-page .scu-tab-content .scrollable-section::-webkit-scrollbar-track {
	background-color: #D1EBF5;
	border-radius: 10px;
}
body.elementor-page .scu-tab-content .scrollable-section::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
}

body.elementor-page .scu-tab-content .scrollable-section::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4AC1F0;
}

body.elementor-page .scu-tab-content  .su-row.top-info{
	color: rgba(0,0,0,.8);
	margin-bottom: 30px;
}
body.elementor-page .scu-tab-content  .su-row.top-info h4{
	margin-bottom: 12px !important;
}
/* ---------------------------- End Program Tabs ---------------------------- */
/* --------------------------- Miscellaneous Style -------------------------- */
.blob-right-center .elementor-background-overlay {
    background-position: left calc(100% + 76px);
}
.hide-me{
	display: none !important;
}
/* .blob-right-center .elementor-container{
	position: relative;
	z-index: 1;
} */
body:not(.elementor-editor-active) .blob-right-center .elementor-background-overlay:after {
    content: '';
	display: block;
	width: 723px;
	height: 634px;
	position: absolute;
	background: url('../img/blob-shape-3.svg') no-repeat 0 0;
	right: 0;
	bottom: 529px;
	background-size: cover;
}
.shapes-purple:after{
	-webkit-mask: url('../img/blob-left-purple.svg');
  	-webkit-clip-path: url('../img/blob-left-purple.svg');
	  clip-path: url('../img/blob-left-purple.svg#testimonila-after');
	  width: 454px;
	  height: 630px;
	  bottom: 12px;
}
.shapes-purple:before{
	bottom:226px;
}
.wave-above-light-blue .elementor-container{
	position: static !important;
}
.wave-above-light-blue .elementor-container:before {
	content: "";
	width: 100%;
	height: 80px;
	background: url('../img/student-shoes-top-shape.svg') center top no-repeat;
	top: -80px;
	left: 0;
	display: block;
	position: absolute;
}
.shapes-purple .testimonial-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(:hover){
	background-color: #fff;
}


.banner-no-image .elementor-background-overlay{
    background: url('../img/banner-top-img.svg') 100% 0 no-repeat, url('../img/banner-bottom-img.svg') 0 100% no-repeat;
}
.banner-with-image .elementor-background-overlay{
    background: url('../img/banner-top-img.svg') calc(100% + 309px) -26px no-repeat, url('../img/banner-bottom-img.svg') -97px calc(100% + 24px) no-repeat;
}
.icon-box-wrapper .su-column-inner {
    position: relative;
    padding-left: 70px;
}
.icon-box-wrapper .icon-box {
    position: absolute;
    left: 0;
}
span.info{
	display: inline-block;
}
html body .request-form .gform_wrapper form ul.gform_fields li.gfield{
	clear: none;
	float: left;
}
.request-form-wrapper h5{
	margin-bottom: 30px !important;
}
.no-events-heading{
	color: #fff;
}



.page-id-5077 .tm-middle {
    display: none;
}
.page-id-5077 .tm-block-secondary .tm-bottom-a {
    margin-bottom: 0;
}
.page-id-5077 .cta-headline {
    margin-bottom: 0 !important;
}
.page-id-5077 .uk-text-center {
    margin-bottom: 0 !important;
}
.page-id-5077 .cta-headline {
	min-height: calc(100vh - 698px);
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* ------------------------- End Miscellaneous Style ------------------------ */


