/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

3License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0 0 16px 0;
}

:focus,
a {
	text-decoration: none;
	outline: none;
}

.item:focus {
	color: unset;
}

html {
	scroll-behavior: smooth;
}

.anchor-link {
	position: absolute;
	top: -100px;
	height: 100px;
	width: 100%;
}



::selection {
	background-color: #37A4D9;
	color: white;
}

a.button {
	border-radius: 5px;
	text-transform: uppercase;
	padding: 15px 30px;
	line-height: 1;
	font-size: 15px;
	font-weight: 700;
	background-color: #F79220;
}


a.button:hover,
a.button:focus,
a.button:active {
	color: white;
}

main.content ul {
	padding-left: 0;
}

main.content ul:last-of-type {
	margin-bottom: 0;
}

main.content li {
	position: relative;
	padding-left: 30px;
	list-style-type: none;
}

body:not(.contact):not(.post-type-archive-news):not(.post-type-archive-patient_cases):not(.blog) main.content :not(.archive-pagination) ul:not(.slick-dots):not(.social-links) li::before {
	content: '';
	font: normal 20px/1 'Font Awesome 6 Pro';
	content: "\f00c";
	color: #f79220;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
}

body.single-post .site-inner main.content .entry-content ul>li::before {
	top: 0 !important;
	transform: none !important;
}

.tax-team_categories .archive-pagination li::before,
.tag .archive-pagination li::before,
.blog .archive-pagination li::before {
	content: none;
}

.archive-pagination {
	flex-basis: 100%;
	max-width: calc(100%);
}



.entry-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.nav-primary,
.js .nav-primary {
	padding: 0;
	z-index: 9;
}

.nav-primary .genesis-nav-menu a {
	outline: none;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu li.menu-item:not(.button) a:hover {
	color: #f79220;
}

.nav-primary .genesis-nav-menu li.menu-item.menu-item-839:hover {
	cursor: default;
}

.wp-custom-logo .title-area {
	z-index: 999;
	position: relative;
}

.site-header {
	padding: 0;
}

.site-container .menu-toggle {
	padding: 28px 0;
	position: relative;
	z-index: 1000;
	text-align: right;
	margin: 0;
}

.site-container .menu-toggle::before {
	font-family: "font awesome 6 pro" !important;
	font-weight: 500;
	content: "\f0c9";
	font-size: 24px;
	width: 24px;
	height: 24px;
	--fa-secondary-opacity: 0.50;
	color: #094C79;
	margin: 0;
}

.site-container .menu-toggle.activated::before {
	content: '\f00d';
}

.site-container .sub-menu-toggle::before {
	content: '\f107';
	font-family: "font awesome 6 pro" !important;
	font-size: 20px;
	width: 20px;
	height: 20px;
	font-weight: 500;
}

.site-container .menu-toggle:focus,
.site-container .menu-toggle:hover,
.site-container .menu-toggle:visited,
.site-container .sub-menu-toggle:focus,
.site-container .sub-menu-toggle:hover,
.site-container .sub-menu-toggle:visited {
	outline: none;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #f79220;
}

.site-container .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	margin-bottom: 0;
}

.site-container .gform_wrapper.gravity-theme .gfield input,
.site-container .gform_wrapper.gravity-theme .gfield textarea,
.site-container .gform_wrapper.gravity-theme .gfield select {
	padding: 15px;
	font-size: 18px;
	margin: 0;
	line-height: 1;
	border-radius: 5px;
}

.site-container .gform_wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.site-container .gform_wrapper select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.site-container .gform_wrapper select:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	outline: 0;
}

.site-container .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}

body:not(.flexible-layout-page) .site-container {
	background-color: #f7f7f7;
}

.home .content-sidebar-wrap {
	z-index: 1;
	position: relative;
}

p>a:hover {
	color: white;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header>.wrap {
	max-width: unset;
	padding: 0 20px;
	position: relative;
}

.site-header>.wrap::after {
	content: '';
	background-image: url(/wp-content/uploads/2021/12/shaddow_wave.png);
	background-position-x: -250px;
	background-position-y: -15px;
	background-repeat: no-repeat;
	position: absolute;
	height: 175px;
	top: -6px;
	left: 0;
	background-size: contain;
	z-index: 1;
}

.site-header {
	background-color: white;
	z-index: 2;
}

.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button a {
	padding: 0;
}

.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button {
	background-color: transparent;
}

.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.menu-item-776:hover {
	cursor: default;
}

/* Announcement Banner
---------------------------------------------------------------------------- */

.announcement {
	z-index: 94;
	position: relative;
	padding: 10px 0;
}

.announcement a {
	color: white;
}

.announcement a:hover {
	color: #094C79;
}

.announcement p {
	margin-bottom: 0;
}

/* 404 Error Page
---------------------------------------------------------------------------- */
body.error404 .site-inner {
	min-height: 83vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.error404.admin-bar .site-inner {
	min-height: calc(83vh - 32px);
}

body.error404 .site-inner h1.page-title {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

body.error404 .site-inner .page-content h3 {
	text-transform: uppercase;
	font-size: 36px;
}

body.error404 .site-inner .page-content p {
	font-size: 22px;
}

/* Blog Archive
---------------------------------------------------------------------------- */
.tag .site-inner .archive-title,
.blog .site-inner .archive-title {
	text-align: left;
	margin: 0;
	line-height: 1;
}

.tag .archive-pagination li a:focus,
.tag .archive-pagination li a:hover,
.tag .archive-pagination li.active a,
.blog .archive-pagination li a:focus,
.blog .archive-pagination li a:hover,
.blog .archive-pagination li.active a {
	background-color: #094c79;
	color: #fff;
}

.tag .site-inner .entry,
.blog .site-inner .flexcol,
.single-post .site-inner .entry,
.sidebar .widget,
body:not(.flexible-layout-page):not(.post-type-archive) .entry,
.flexible-layout-blog-section .flexcol {
	box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
}

.tag .site-inner .entry,
.blog .site-inner .flexcol,
.flexible-layout-blog-section .flexcol {
	position: relative;
	border-radius: 5px;
	background-color: white;
	margin-bottom: 30px;
}

.tag .site-inner .entry .blog-post-footer,
.blog .site-inner .flexcol .blog-post-footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}

.tag .site-inner .entry .entry-content {
	padding: 20px 30px 114px;
}

.blog .site-inner .flexcol .blog-post-content {
	padding-bottom: 45px;
}

.tag .site-inner .entry .post-link,
.blog .site-inner .flexcol .post-link,
.flexible-layout-blog-section .flexcol .post-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.tag .site-inner .entry .post-image,
.blog .site-inner .flexcol .post-image,
.flexible-layout-blog-section .flexcol .post-image {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.tag .site-inner .entry .post-inage img,
.blog .site-inner .flexcol .image-wrap img,
.flexible-layout-blog-section .flexcol .post-image img {
	border-radius: 5px 5px 0 0;
	transition: 0.5s ease all;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
.blog .site-inner .flexcol:hover .post-image img,
.flexible-layout-blog-section .flexcol:hover .post-image img {
	transform: scale(1.1);
}*/
.blog .site-inner .flexcol .content-wrap,
.flexible-layout-blog-section .flexcol .post-content {
	padding: 20px 30px 70px;
}

.tag .site-inner .entry .entry-content .tags,
.blog .site-inner .flexcol .content-wrap .tags {
	padding-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

.tag .site-inner .entry .entry-content .tags a,
.blog .site-inner .flexcol .content-wrap .tags a {
	color: #363636;
	transition: .5s ease all;
}

.tag .site-inner .entry .entry-content .tags .tag:hover a,
.blog .site-inner .flexcol .content-wrap .tags .tag:hover a {
	color: #37A4D9;
}

.single-patient_cases .site-inner .entry .entry-content .post-date,
.tag .site-inner .entry .entry-content .post-date,
.blog .site-inner .flexcol .content-wrap .post-date,
.single-post .site-inner .entry .entry-content .post-date,
.flexible-layout-blog-section .flexcol .post-date {
	color: #F79220;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.single-patient_cases .site-inner .entry .entry-content .post-title,
.single-post .site-inner .entry .entry-content .post-title,
.flexible-layout-blog-section .flexcol .post-title {
	font-size: 22px;
	text-transform: capitalize;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #094C79;
}

.tag .site-inner .entry .entry-content h3.post-title,
.blog .site-inner .flexcol .content-wrap h3.post-title {
	color: #333;
	transition: .5s ease all;
	font-size: 20px;
	font-weight: 600;
}

.tag .site-inner .entry .entry-content .post-excerpt,
.blog .site-inner .flexcol .content-wrap .post-excerpt,
.flexible-layout-blog-section .flexcol .post-excerpt {
	font-size: 16px;
}

.tag .entry .read-time,
.tag .entry .read-more,
.blog .flexcol .read-time,
.blog .flexcol .read-more {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 0 0 5px 5px;
}

.tag .entry .read-more .blog .flexcol .read-more {
	text-align: right;
}

.tag .entry .read-more i,
.blog .flexcol .read-more i {
	margin-left: 5px;
}

.tag .entry .read-more,
.tag .entry .read-more i,
.blog .flexcol .read-more,
.blog .flexcol .read-more i {
	color: white;
	transition: .5s ease all;
}

.tag .entry .read-more:hover,
.tag .entry .read-more:hover i,
.blog .flexcol .read-more:hover,
.blog .flexcol .read-more:hover i {
	color: white;
}

.contact .jsmt-page-header .image-section {
	height: 20vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0 0 0 / 15%);
}

.blog .jsmt-page-header .image-section {
	min-height: 30vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0 0 0 / 15%);
}

/* JSMT Page Header newsletter signup
-----------------------------------------------*/
.blog .jsmt-page-header h3 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 20px 0;
	margin-bottom: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body {
	flex: 2;
	display: block;
	max-width: none;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer {
	flex: 1;
	max-width: none;
	margin-top: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type="submit"] {
	width: 100%;
	margin: 0;
	line-height: 1 !important;
	border-radius: 0 5px 5px 0;
	padding: 19px 10px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #094c79;
	transition: 0.5s ease all;
	font-size: 16px;
	min-height: 100%;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type="submit"]:hover {
	color: #fff;
	background: #37A4D9;
}

.blog .jsmt-page-header .gform_wrapper.gravity-theme .gfield input {
	padding: 15px;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
	padding-right: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.flexible-layout-page:not(.home) .flexible-layout-background-image-section.section-1 .background-image.height-default h2.section-title,
.contact .jsmt-page-header .image-section h2.page-title,
.blog .jsmt-page-header .image-section h2.page-title {
	color: white;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0 0 0 / 35%);
}

/* JSMT Page Header newsletter signup
-----------------------------------------------*/
.blog .jsmt-page-header h3 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 20px 0;
	margin-bottom: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body {
	flex: 2;
	display: block;
	max-width: none;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer {
	flex: 1;
	max-width: none;
	margin-top: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type="submit"] {
	width: 100%;
	margin: 0;
	line-height: 1 !important;
	border-radius: 0 5px 5px 0;
	padding: 19px 10px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #094c79;
	transition: 0.5s ease all;
	font-size: 16px;
	min-height: 100%;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type="submit"]:hover {
	color: #fff;
	background: #37A4D9;
}

.blog .jsmt-page-header .gform_wrapper.gravity-theme .gfield input {
	padding: 15px;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
	padding-right: 0;
}

.blog .jsmt-page-header .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.blog .site-container .header-content-wrap {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	font-size: 24px;
	padding: 40px 0;
	position: relative;
}

.blog .site-container .header-content-wrap::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #37A4D9;
	width: 5%;
	height: 3px;
}

.blog .site-inner .filter-section select {
	margin-bottom: 10px;
	outline: none;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

.blog .site-inner .load-more-wrap {
	text-align: center;
	display: block;
	width: 100%;
}

.load-more-wrap {
	text-align: center;
	margin-top: 15px;
}

.blog .site-inner .archive-description .widget,
.blog .site-inner .archive-description {
	margin-bottom: 0;
}

.blog .site-inner .archive-description .widget select {
	margin-bottom: 25px;
}

.tax-news_categories .site-inner .archive-description a.news-link i {
	margin-right: 5px;
}

.tax-news_categories .site-inner .archive-description a.news-link {
	transition: .5s ease all;
	font-size: 20px;
}

.tax-news_categories .site-inner .archive-description a.news-link:hover {
	color: #094C79;
}

.tax-news_categories .site-inner .archive-description .archive-title {
	margin-bottom: 35px;

}

/* Single Pages
---------------------------------------------------------------------------- */
.page .entry-content h2,
.single .entry-content h2,
.page .entry-title,
.single .entry-title {
	color: #094C79;
}

.page:not(.flexible-layout-page) h3:not(.entry-title),
.single h3:not(.entry-title) {
	color: #F79220;
}

.single .site-inner .content {
	margin-bottom: 30px;
}

.single-news .site-inner .entry-header {
	margin-bottom: 30px;
}

.single-news .site-inner .entry-content h3.post-title {
	color: #094C79;
}

.single-news .site-inner .entry-content .post-date {
	font-weight: 600;
	color: #F79220;
}

/* Single Post
---------------------------------------------------------------------------- */
.single-post .site-container,
.post-type-archive-clients .site-container,
.post-type-archive-testimonials .site-container,
.tax-client_testimonials .site-container {
	background-color: #f7f7f7;
}

.single-post .site-inner .entry,
body:not(.flexible-layout-page):not(.post-type-archive):not(.blog):not(.tag):not(.single-careers):not(.tax-team_categories):not(.tax-news_categories) .entry {
	border-radius: 5px;
	background-color: white;
	margin: 0;
	overflow: hidden;
}

.single-post .site-inner .entry .post-image img {
	border-radius: 5px 5px 0 0;
}

.single-patient_cases .site-inner .entry .entry-content,
.single-post .site-inner .entry .entry-content {
	padding: 20px;
}

body:not(.flexible-layout-page):not(.post-type-archive):not(.single-post):not(.blog):not(.tag):not(.single-technology):not(.single-careers):not(.tax-team_categories):not(.tax-news_categories):not(.single-patient_cases) .entry {
	padding: 20px;
}

.single-post .entry-content ul li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 30px;
}

.single-post .entry-content li::before {
	display: none;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5 {
	font-family: 'Montserrat', sans-serif;
}

.single-post .entry-content h1 {
	color: #274095;
	font-weight: 600;
}

.single-post .entry-content h4 {
	color: #274095;
	font-size: 28px;
	font-weight: 500;
	margin-top: 0;
}

.single-post .entry-content h5 {
	font-size: 25px;
	font-weight: 500;
}

.single-post .entry-content a:hover {
	color: #0270e0;
}

.single .content-sidebar-wrap .entry-content ol {
	padding-left: 0;
}

/* Archives
---------------------------------------------------------------------------- */
.post-type-archive-news .site-inner h2.category-name,
.single-careers .site-inner .entry-header h1.entry-title,
.post-type-archive-patient_cases .site-inner .patient-cases h2.section-title,
.post-type-archive-resources .site-inner .featured-section h2.category-name,
.post-type-archive-resources .site-inner .resources h2.section-title,
.site-container .medical-research-publications h2.section-title,
.post-type-archive-team .site-inner .team-section h2.category-name,
h1.archive-title {
	font-size: 36px;
	font-weight: 400;
	color: #094C79;
	position: relative;
	padding-left: 20px;
	border-left: 3px solid #F79220;
}

/*
h1.archive-title::before{
    border-left: 2px solid #F79220;
}*/

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

.post-type-archive-team .site-inner {
	max-width: 100%;
}

.post-type-archive-team .site-inner .team-section .team-member {
	position: relative;
}

.post-type-archive-team .site-inner .team-section .team-member a.social-link {
	position: absolute;
	top: 20px;
	right: 20px;
}

.post-type-archive-team .site-inner .team-section .team-member a.social-link i {
	font-size: 30px;
	transition: .5s ease all;
	height: 27px;
	background-color: white;
	border-radius: 5px;
}

.post-type-archive-team .site-inner .team-section .team-member a.social-link:hover i {
	color: #094C79;
}

.tax-team_categories .site-inner .flexcol h3.team-member-name,
.post-type-archive-team .site-inner .team-section .team-member h3.team-member-name a,
.post-type-archive-team .site-inner .team-section .team-member h3.team-member-name {
	color: #094C79;
	font-size: 28px;
	margin-bottom: 0px;
	font-weight: 700;
	transition: .5s ease all;
}

.post-type-archive-team .site-inner .team-section .team-member h3.team-member-name a:hover {
	color: #F79220;
}

.tax-team_categories .site-inner .flexcol h5.team-member-position,
.post-type-archive-team .site-inner .team-section .team-member h5.team-member-position {
	color: #F79220;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
}

.post-type-archive-team .site-inner .team-section .team-member .accordion-wrapper {
	box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
	background-color: white;
	border-radius: 5px;
}

.tax-team_categories .site-inner .entry,
.post-type-archive-team .site-inner .team-section .team-member {
	margin-bottom: 30px;
	border-radius: 5px;
}

.post-type-archive-team .site-inner .team-section .team-member.leadership {
	background-color: white;
	box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
	padding: 20px;
}

.post-type-archive-team .site-inner .team-section .team-member .title-wrap.ui-accordion-header {
	padding: 20px;
	position: relative;
}

.post-type-archive-team .site-inner .team-section .team-member .title-wrap.ui-accordion-header .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s ease all;
}

.post-type-archive-team .site-inner .team-section .team-member .title-wrap.ui-accordion-header .icon i {
	font-weight: 700;
	color: #094c79;
}

.post-type-archive-team .site-inner .team-section .team-member .title-wrap.ui-accordion-header.ui-state-active .icon {
	transform: translateY(-50%) rotate(180deg);
}

.post-type-archive-team .site-inner .team-section .team-member .title-wrap.ui-accordion-header:hover {
	cursor: pointer;
}

.post-type-archive-team .site-inner .team-section .team-member .content-wrap.ui-accordion-content {
	padding: 0 20px 20px 20px;
}

.tax-team_categories .site-inner .entry {
	padding: 0;
}

.tax-team_categories .site-inner .flexbox,
.post-type-archive-team .site-inner .team-section .team-member .flexbox {
	align-items: center;
}

.tax-team_categories .site-inner.flexcol .image-wrap,
.post-type-archive-team .site-inner .team-section .flexcol .image-wrap {
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.post-type-archive-team .site-inner .team-section {
	position: relative;
}

/* Archive News
---------------------------------------------------------------------- */
.tax-news_categories .site-inner .entry,
.post-type-archive-medical_research .site-inner .medical-research-section .flexbox,
.post-type-archive-news .site-inner .tabs-wrap {
	margin-bottom: 30px;
	align-items: center;
}

.tax-news_categories .site-inner .entry .entry-content .image-wrap,
.post-type-archive-medical_research .site-inner .medical-research-section .flexcol .image-wrap,
.flexible-layout-news-section .wrap .flexcol .image-wrap,
.post-type-archive-news .site-inner .content .tabs-wrap .image-wrap {
	text-align: center;
	min-height: 180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flexible-layout-news-section .wrap .flexcol .image-wrap,
.post-type-archive-news .site-inner .content .tabs-wrap .image-wrap {
	padding: 20px 10px;
}

.tax-news_categories .site-inner .entry .entry-content .flexcol:first-of-type,
.post-type-archive-medical_research .site-inner .medical-research-section .flexbox .flexcol:first-of-type,
.post-type-archive-news .site-inner .news-section .flexbox .flexcol:first-of-type {
	margin-bottom: 20px;
}

/*
.post-type-archive-news .site-inner .news-section .content-wrap{
    min-height: 236px;
    display: flex;
    flex-flow: column wrap;
}*/

/*
.post-type-archive-news .site-inner .news-section .flexbox .flexcol:last-of-type{
    padding-left: 30px;
    flex: 2;
}*/
.post-type-archive-medical_research .site-inner .medical-research-section .flexcol .content-wrap h3.research-title {
	color: #274095;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}

.tax-news_categories .site-inner .entry .flexcol .content-wrap h3.news-date,
.flexible-layout-news-section .wrap .flexcol .content-wrap h3.news-date,
.post-type-archive-news .site-inner .tabs-wrap .content-wrap h3.news-date {
	margin-bottom: 20px;
	font-weight: 600;
	color: #274095;
	font-size: 18px;
}

.post-type-archive-news .site-inner .content .content-wrap,
.tax-news_categories .site-inner .entry .entry-content {
	position: relative;
}

.tax-news_categories .site-inner .entry .flexcol .content-wrap .news-content,
.post-type-archive-medical_research .site-inner .medical-research-section .flexcol .content-wrap .research-content,
.flexible-layout-news-section .wrap .flexcol .content-wrap .news-content,
.post-type-archive-news .site-inner .tabs-wrap .content-wrap .news-content {
	margin-bottom: 20px;
	min-height: 88px;
	font-size: 16px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-wrap: balance;
}

.tax-news_categories .site-inner .entry .entry-content a.button,
.post-type-archive-medical_research .site-inner .medical-research-section .flexcol a.button,
.flexible-layout-news-section .wrap .flexcol a.button,
.post-type-archive-news .site-inner .tabs-wrap a.button {
	border-radius: 0;
	padding: 15px 30px;
	text-transform: none;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 600;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tax-news_categories .site-inner .entry,
.post-type-archive-medical_research .site-inner .medical-research-section .flexbox,
.flexible-layout-news-section .wrap .flexcol,
.post-type-archive-news .site-inner .content .tabs-wrap {
	box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
	background-color: white;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.post-type-archive-medical_research .site-inner .medical-research-section .flexcol .content-wrap {
	padding: 0 20px 55px;
	text-align: left;
}

.tax-news_categories .site-inner .entry .entry-content .content-wrap,
.flexible-layout-news-section .wrap .flexcol .content-wrap,
.post-type-archive-news .site-inner .content .tabs-wrap .content-wrap {
	padding: 0 20px 55px;
	text-align: center;
}

.post-type-archive-medical_research .site-inner .medical-research-section .flexcol .image-wrap .flexible-layout-news-section .wrap .flexcol .image-wrap {
	padding: 0 20px;
}

.tax-news_categories .site-inner .entry,
.post-type-archive-news .site-inner .content .tabs-wrap {
	transition: .5s ease all;
}

.tax-news_categories .site-inner .entry-content>a:not(.button),
.post-type-archive-news .site-inner .content .tabs-wrap>a:not(.button) {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 99999;
}

.tax-news_categories .site-inner .entry a.button:hover,
.post-type-archive-news .site-inner .content a.button:hover {
	background-color: #dc7808;
}

.post-type-archive-news .site-inner .news-section-wrap {
	margin-bottom: 60px;
}

.post-type-archive-patient_cases .site-inner .content ul.ui-tabs-nav,
.blog .site-inner .content ul.ui-tabs-nav,
.post-type-archive-news .site-inner .content ul.ui-tabs-nav {
	list-style-type: none;
}

.post-type-archive-patient_cases .site-inner .content .ui-tabs-panel,
.blog .site-inner .content .ui-tabs-panel,
.post-type-archive-news .site-inner .content .ui-tabs-panel {
	text-align: center;
}

.blog .site-inner .content ul.ui-tabs-nav>li:first-of-type {
	padding-left: 0;
}

.post-type-archive-patient_cases .site-inner .content ul.ui-tabs-nav>li,
.post-type-archive-news .site-inner .content ul.ui-tabs-nav>li,
.blog .site-inner .content ul.ui-tabs-nav>li {
	display: inline-block;
	text-align: left;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.post-type-archive-patient_cases .site-inner .content ul.ui-tabs-nav,
.post-type-archive-news .site-inner .content ul.ui-tabs-nav,
.blog .site-inner .content ul.ui-tabs-nav {
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}

.post-type-archive-patient_cases .site-inner .content ul.ui-tabs-nav>li.ui-state-active a,
.post-type-archive-news .site-inner .content ul.ui-tabs-nav>li.ui-state-active a,
.blog .site-inner .content ul.ui-tabs-nav>li.ui-state-active a {
	background-color: orange;
	color: white;
	border-radius: 5px;
}

.post-type-archive-patient_cases .site-inner .content ul.ui-tabs-nav>li>a,
.post-type-archive-news .site-inner .content ul.ui-tabs-nav>li>a,
.blog .site-inner .content ul.ui-tabs-nav>li a {
	display: block;
	padding: 20px;
}

/* Post Type Archive Careers
---------------------------------------------------------------- */
/*.post-type-archive-resources .site-inner .resources .flexcol,*/
.post-type-archive-technology .site-inner .tech-section .flexcol,
.post-type-archive-careers .site-inner .careers-section .flexcol {
	box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
	border-radius: 5px;
	background-color: white;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	transition: .5s ease all;
}

.post-type-archive-careers .site-inner .careers-section .flexcol .content-wrap .icon {
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

.post-type-archive-careers .site-inner .careers-section .flexcol .content-wrap .icon i {
	font-size: 40px;
	color: white;
}

.post-type-archive-technology .site-inner .tech-section .flexcol:hover h3.post-title {
	color: #F79220;
}

.post-type-archive-careers .site-inner .careers-section .flexcol:hover {
	background-color: #dc7808;
}

.post-type-archive-technology .site-inner .tech-section .flexcol>a,
.post-type-archive-careers .site-inner .careers-section .flexcol>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.post-type-archive-technology .site-inner .tech-section .flexcol h3.post-title,
.post-type-archive-careers .site-inner .careers-section .flexcol h3.post-title {
	margin-bottom: 0;
	padding-top: 20px;
	text-align: center;
	font-weight: 700;
	transition: .5s ease all;
	color: white;
	position: relative;
}

.post-type-archive-careers .site-inner .careers-section .flexcol h3.post-title::after {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
	height: 20px;
	width: 20px;
	font-size: 20px;
	color: white;
	margin-left: 5px;
	transition: .5s ease all;
}

.post-type-archive-careers .site-inner .careers-section .flexcol {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #f79220;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.post-type-archive-careers .site-container .before-footer-section {
	background-color: #f79220;
}

.post-type-archive-careers .site-container .before-footer-section h2.section-title {
	margin-bottom: 0;
}

/* Post Type Archive Resources
---------------------------------------------------------------- */
.post-type-archive-resources .site-inner .resources .flexcol {
	position: relative;
}

/*
.post-type-archive-resources .site-inner .resources .flexcol > a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}*/
.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways {
	max-width: unset;
}

.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap .title-wrap {
	min-height: unset;
}

.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .image-wrap,
.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap {
	flex: 1;
}

.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	position: relative;
	padding-bottom: 48px;
}

.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap a.button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.post-type-archive-resources .site-inner .resources .flexcol h5.resource-date {
	color: orange;
	font-weight: 600;
}

.post-type-archive-resources .site-inner .resources .flexcol .content-wrap {
	padding: 20px;
}

.post-type-archive-resources .site-inner .resources .flexcol:not(.sideways) .image-wrap {
	border-radius: 5px 5px 0 0;
}

.post-type-archive-resources .site-inner .resources .flexcol .content-wrap {
	padding: 0px;
	position: relative;
}

.post-type-archive-resources .site-inner .resources .flexcol h3.post-title {
	margin-bottom: 5px;
	font-weight: 700;
	color: #094C79;
	padding-top: 20px;
	font-size: 22px;
}

.post-type-archive-resources .site-inner .resources .flexcol h3.post-title,
.post-type-archive-resources .site-inner .resources .flexcol h5.resource-date,
.post-type-archive-resources .site-inner .resources .flexcol .resource-content {
	padding-left: 15px;
	padding-right: 15px;
}

.post-type-archive-resources .site-inner .resources .flexcol h5.resource-date {
	margin-bottom: 0;
	font-size: 22px;
}

.post-type-archive-resources .site-inner .resources .flexcol .title-wrap {
	margin-bottom: 15px;
}

.post-type-archive-resources .site-inner .featured-section .resources {
	padding-top: 0;
}

.post-type-archive-resources .site-inner .resources {
	padding: 60px 0;
}

.post-type-archive-resources .site-inner .featured-section .flexcol.default .content-wrap .resource-content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	min-height: 67px
}

.post-type-archive-resources .site-inner .resources.regular .flexcol.default .content-wrap .resource-content {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 111px;
	font-size: 16px;
}

.post-type-archive-resources .site-inner .flexcol.default .image-wrap {
	border-radius: 5px;
	overflow: hidden;
}

.medical-research-publications .wrap .flexcol a.button,
.post-type-archive-resources .site-inner .resources .flexcol a.button {
	font-weight: 700;
	color: #094c79;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.medical-research-publications .wrap .flexcol a.button,
.post-type-archive-resources .site-inner .resources .flexcol a.button {
	border-radius: 0;
	color: white;
}

.medical-research-publications .wrap .flexcol a i,
.post-type-archive-resources .site-inner .resources .flexcol a i {
	font-size: 18px;
}

.medical-research-publications .wrap .flexcol .description,
.post-type-archive-resources .site-inner .resources .flexcol .description {
	font-size: 16px;
}

.post-type-archive-resources .site-inner .resources .content-wrap a.button {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}

.post-type-archive-resources .site-inner .resources .flexcol {
	box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* PATIENT CASES SLIDER
------------------------------------------------------------------------------------------------------ */

.post-type-archive-patient_cases .site-inner .patient-cases {
	padding: 60px 0;
}

.post-type-archive-patient_cases .site-inner .patient-cases .title-wrap .section-content {
	margin-bottom: 30px;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item {
	margin: 0 30px;
	transition: .5s ease all;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item.slick-center .content-wrap,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item.slick-center .content-wrap {
	transform: scale(1.1);
	transition: .5s ease all;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap {
	box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
	background-color: white;
	border-radius: 0 0 5px 5px;
	transform: scale(1);
	transition: .5s ease all;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .content-title-wrap {
	min-height: 93px;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .content-title-wrap,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .content-title-wrap {
	padding: 20px;
	margin-bottom: 0px;
	color: white;
	background-color: #094C79;
	border-radius: 5px 5px 0 0;
	text-align: center;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap h2.case-title,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h2.case-title {
	margin-bottom: 0;
	font-weight: 600;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap h4.case-number,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h4.case-number {
	margin-bottom: 0;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .case-content {
	padding: 20px;
	min-height: 283px;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .case-content {
	font-size: 16px;
	padding: 20px;
	min-height: 213px;
}

.single-patient_cases .site-inner .content strong,
.post-type-archive-patient_cases .site-inner .content .tabs-wrap .case-content p strong,
.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .case-content p strong,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .case-content p strong {
	color: #f79220;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .case-content>p:last-child,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .case-content>p:last-child {
	margin-bottom: 0;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-track,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-track {
	padding: 40px 0;
}

.post-type-archive-patient_cases .site-inner .patient-cases .wrap .button-section {
	text-align: center;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap a.button,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap a.button {
	width: 100%;
	border-radius: 0 0 5px 5px;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-next,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-next,
.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-prev,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-prev {
	position: relative;
	bottom: -120px;
	left: 50%;
	height: 50px;
	width: 70px;
	background-color: #eee;
	opacity: 1;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transform: translateX(-50%);
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-prev,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-prev {
	border-radius: 30px 0 0 30px;
	bottom: -15px;
	left: calc(50% - 35px);
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-next,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-next {
	border-radius: 0 30px 30px 0;
	bottom: 25px;
	left: calc(50% + 35px);
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider span.jsmt-shortcode ul.social-links>li {
	padding-left: 0;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider span.jsmt-shortcode ul.social-links>li i {
	color: white;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider span.jsmt-shortcode ul.social-links>li:not(:last-of-type) {
	margin-right: 15px;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider span.jsmt-shortcode ul.social-links {
	margin-top: 0;
}

.case-slider .slick-next:before,
.case-slider .slick-prev:before {
	color: #094C79;
	font-family: 'Font Awesome 6 Pro';
}

.case-slider .slick-next:before {
	content: '\f105';
	opacity: 1;
}

.case-slider .slick-prev:before {
	content: '\f104';
	opacity: 1;
}

.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-next:hover,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-next:hover,
.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-prev:hover,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-prev:hover {
	background-color: #f79220;
}

.case-slider .slick-next:hover:before,
.case-slider .slick-prev:hover:before {
	color: white;
}

.case-slider button.slick-prev {
	margin-right: 1px;
}

.case-slider button.slick-next {
	margin-left: 1px;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider {
	margin-bottom: 0;
}

.post-type-archive-patient_cases .before-footer-section .image-section {
	border-radius: 5px;
}

.post-type-archive-patient_cases .before-footer-section .wrap {
	max-width: 1320px;
	padding: 0 30px;
}

.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap {
	color: white;
}

.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap h4.widget-title {
	text-align: left;
	font-size: 24px;
	margin-bottom: 16px;
}

.post-type-archive-patient_cases .before-footer-section .wrap .button-section a.button {
	text-align: center;
	display: block;
}

/* POST TYPE ARCHIVE PATIENT CASES
---------------------------------------------------------------------------------------------------------------------------------------------- */

.post-type-archive-patient_cases .site-inner h1.archive-title {
	margin-bottom: 30px;
}

.post-type-archive-patient_cases .site-inner .content .tabs-wrap {
	box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
	border-radius: 5px;
	background-color: white;
	margin: 0 0 30px;
	text-align: left;
}

.post-type-archive-patient_cases .site-inner .case-slider .item .content-wrap h4.case-number,
.post-type-archive-patient_cases .site-inner .content .tabs-wrap h4.case-number,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h4.case-number {
	color: #f79220;
	font-weight: 700;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h4.case-number,
.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h2.case-title {
	margin-bottom: 0px;
}

.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h2.case-title,
.post-type-archive-patient_cases .site-inner .content .tabs-wrap h2.case-title {
	font-weight: 700;
	font-size: 24px;
}

.post-type-archive-patient_cases .site-inner .content .tabs-wrap h2.case-title,
.post-type-archive-patient_cases .site-inner .content .tabs-wrap h4.case-number {
	margin-bottom: 0;
}

.post-type-archive-patient_cases .site-inner .content .tabs-wrap .content-title-wrap {
	padding: 20px;
	background-color: #094c79;
	color: white;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
	position: relative;
}

.post-type-archive-patient_cases .site-inner .content .tabs-wrap .case-content {
	padding: 0 20px 20px;
}

.post-type-archive-patient_cases .site-inner .content .tabs-wrap .case-content>p:last-child {
	margin-bottom: 0;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li:not(:last-of-type) {
	padding-right: 20px;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li {
	padding-left: 0;
	display: inline-block;
}

.post-type-archive-patient_cases .site-inner span.jsmt-shortcode ul.social-links>li {
	font-size: 40px;
	width: 40px;
	height: 40px;
	padding-left: 0;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li i {
	transition: .5s ease all;
	border: 2px solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.post-type-archive-patient_cases .site-inner span.jsmt-shortcode ul.social-links {
	margin-top: 0;
}

.post-type-archive-patient_cases .site-inner span.jsmt-shortcode ul.social-links>li:not(:last-of-type) {
	margin-right: 10px;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li i::before {
	font-size: 30px;
	width: 26px;
	height: 30px;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li a {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.post-type-archive-patient_cases .site-inner .archive-description ul.social-links>li i:hover {
	color: white;
	background-color: #f79220;
}

/* Single Careers
---------------------------------------------------------------------------- */
.single .entry-content h2 {
	color: #F79220;
	font-weight: 700;
}


body.single-careers .site-inner .entry {
	box-shadow: unset;
}

body.single-careers .site-inner .entry-content {
	padding: 30px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
	background-color: white;
	border-radius: 5px;
}

.single-careers .entry {
	margin-bottom: 0;
}

.single-careers .sidebar .widget {
	background-color: #F79220;
}

.single-careers h1.entry-title {
	color: #094C79;
}

.single-careers .sidebar .widget h2.gform-title {
	color: white;
	font-weight: 700;
}

input[type="submit"].disabled,
input[type="submit"].button-disabled,
input[type="submit"]:disabled {
	background-color: rgba(9 76 121 / 70%);
}

.single-careers .site-container .gform_wrapper input[type="file"] {
	background-color: transparent;
	border: none;
	color: white;
}

.single-careers .site-container .gform_wrapper .ginput_container_fileupload input#file-upload-button {
	background-color: red;
}

/* Single technology
---------------------------------------------------------------------------- */


.single-technology .site-inner .entry .entry-content {
	padding: 20px;
}

.single-technology .entry-content h3,
.single-technology .entry-content h4 {
	color: #094C79;
	font-weight: 600;
}

.single-technology .entry-content .post-date {
	color: #F79220;
	font-weight: 600;
}


/* Single team
---------------------------------------------------------------------------- */

.single-team .entry-content .flexbox {
	align-items: center;
}

.single-team .sidebar .widget.team-members ul>li a {
	color: #094C79;
}

.single-team .sidebar .widget.team-members ul>li a:hover {
	color: #f79220;
}

.single-team .entry-content .flexcol:first-of-type {
	flex: 1;
}

.single-team .entry-content .flexcol:last-of-type {
	flex: 3;
}

.single-team .entry-content .flexcol .title-wrap {
	text-align: center;
}

.single-team .entry-content .flexcol .title-wrap h5.team-member-position {
	color: #F79220;
	font-weight: 700;
	font-size: 22px;
}

.single-team .entry-content .flexcol .title-wrap h3.team-member-name {
	color: #094C79;
	font-size: 28px;
	margin-bottom: 0px;
	font-weight: 700;
}

.post-type-archive-team .site-inner .accordion .accordion-wrapper h3.team-member-name,
.post-type-archive-team .site-inner .accordion .accordion-wrapper h5.team-member-position {
	padding-right: 20px;
}

/* Medical Research Publications
------------------------------------------------------------------ */

.medical-research-publications {
	padding: 40px 0;
	position: relative;
}

.medical-research-publications span#med-research {
	position: absolute;
	top: -120px;
	height: 120px;
	width: 100%;
	z-index: -1;
}

.medical-research-publications .wrap .flexcol {
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.medical-research-publications .wrap .flexcol>a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.medical-research-publications .wrap .flexcol .content-wrap {
	padding: 20px 20px 68px 20px;
}

.medical-research-publications .wrap .flexcol .content-wrap a.button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
}

.post-type-archive-resources .site-inner .flexcol a.button:hover,
.medical-research-publications .wrap .flexcol .content-wrap a.button:hover {
	color: white;
	background-color: #dc7808
}

.medical-research-publications .flexcol .image-wrap {
	border-bottom: 1px solid #ddd;
	min-height: 231.75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-type-archive-patient_cases .site-inner .patient-cases .wrap {
	padding: 0;
	position: relative;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 40px;
	border-radius: 5px;
	background-color: white;
	padding: 20px;
}

.sidebar .widget-title {
	font-size: 24px;
	border-left: 4px solid #094c79;
	padding: 8px 15px;
	line-height: 1;
	color: #333;
}

.sidebar .widget.blog-posts ul>li::before {
	content: '\f105';
	font-family: "font awesome 6 pro";
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 0px;
	font-weight: 400;
	transition: 0.5s ease all;
	margin-right: 7px;
}

.sidebar .widget ul>li {
	line-height: 1;
	position: relative;
	padding-left: 15px;
	font-weight: 600;
}

.contact .sidebar .widget ul>li {
	padding-left: 0;
}

.sidebar .widget ul>li:not(:last-of-type) {
	margin-bottom: 15px;
}

.sidebar .widget ul>li a {
	color: #333;
}

.sidebar span.jsmt-shortcode {
	font-size: 20px;
}

.sidebar .widget ul>li:hover a,
.sidebar .widget ul>li:hover:before {
	color: #F79220;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	border-top: none;
	background-color: #094C79;
	color: #fff;
	clear: both;
	padding: 30px 0;
	font-size: 16px;
}

.footer-widget-area {
	padding: 0;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #F79220;
}

.footer-widgets .widget-title {
	font-size: 22px;
}



.site-footer .genesis-footer ul>li {
	margin-bottom: 0;
}

.site-footer .genesis-footer ul:not(.social-links)>li:not(:last-of-type) {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid;
}

.footer-widgets .widget ul>li>span:not(.jsmt-shortcode) {
	margin-right: 5px;
}

.site-footer .genesis-footer ul>li,
.site-footer .genesis-footer .widget ul>li i,
.site-footer .genesis-footer .widget ul>li span.jsmt-shortcode a {
	color: white;
	font-weight: 600;
	transition: .5s ease all;
	cursor: pointer;
}

.site-footer .genesis-footer ul:not(.social-links)>li:not(:last-of-type):hover,
.site-footer .genesis-footer .widget ul:not(.social-links)>li:not(:last-of-type):hover i,
.site-footer .genesis-footer .widget ul>li:hover span.jsmt-shortcode a {
	color: #F79220;
}


/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #094C79;
	color: white;
	padding: 50px 0;
	border: none;
	font-size: 16px;
	line-height: 1;
	background-image: url(/wp-content/uploads/2021/10/mobile_footer_bg.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: auto;
	border-top: 30px solid #f79220;
}

.site-footer .wrap {
	max-width: 100%;
	max-width: 1570px;
	padding: 0 20px;
}

.site-footer .wrap>.genesis-footer {
	flex: 9;
}

.site-footer .wrap>p {
	order: 2;
	text-align: right;
	padding: 0 15px;
	flex: 2;
}

.genesis-footer .widget {
	margin-bottom: 0;
}

/* JSMT Shortcode
---------------------------------------------------------------------------- */
span.jsmt-shortcode i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

span.jsmt-shortcode i::before {
	font-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
}

span.jsmt-shortcode ul.social-links>li {
	margin: 0;
	display: inline-block;
}

span.jsmt-shortcode ul.social-links>li:not(:last-of-type) {
	margin: 0;
}

span.jsmt-shortcode ul.social-links>li i {
	border: 1px solid;
	border-radius: 50%;
}

span.jsmt-shortcode ul.social-links>li i {
	border: 2px solid;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: 0.5s ease all;
}

span.jsmt-shortcode ul.social-links>li i:hover {
	background-color: #dc7808;
	color: white;
}

span.jsmt-shortcode ul.social-links>li i::before {
	font-size: 16px;
	height: 16px;
	width: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* Flexible Layouts
---------------------------------------------------------------------------------------------------- */

.background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.flexible-layout-page .flexible-layout h2.section-title {
	font-size: 28px;
	font-weight: 600;
	color: #F79220;
}

.flexible-layout-page .flexible-layout-timeline-section h2.section-title,
.flexible-layout-page.home .flexible-layout-repeater-section.section-9 h2.section-title,
.flexible-layout-page .flexible-layout.flexible-layout-icon-section h2.section-title {
	color: #094C79;
}

.flexible-layout-page .flexible-layout-cta-section h2.section-title {
	color: white;
}


/* Flexible Layout text section
---------------------------------------------------------------------------------------------------- */
.home.flexible-layout-page .flexible-layout-text-section h2.section-title {
	margin-bottom: 5px;
}

.home.flexible-layout-page .flexible-layout-text-section .section-content {
	color: #4c4c4c;
	text-align: center;
}

.flexible-layout-page.page-id-133 .flexible-layout-text-section.section-2 .text-centered {
	max-width: unset;
}

.flexible-layout-page.page-id-133 .flexible-layout-text-section.section-2 .section-content {
	text-align: left;
	font-size: 18px;
}

.flexible-layout-page.page-id-133 .flexible-layout-text-section.section-2 {
	padding-bottom: 0px;
}

/* Flexible Layout CTA Section
-------------------------------------------------------------------------------- */

.flexible-layout-page .flexible-layout-cta-section .flexcol:last-of-type a.button {
	width: fit-content;
}

.flexible-layout-page .flexible-layout.flexible-layout-cta-section {
	padding: 80px 0;
}

/* Flexible Layout Counter Section
-------------------------------------------------------------------------------- */



.flexible-layout-repeater-section .wrap .main-content {
	padding: 0 20px;
}

.flexible-layout-repeater-section>.wrap {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.flexible-layout-repeater-section h2.section-title {
	text-align: center;
}

.flexible-layout-repeater-section .background-image .wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 00px;
}

.home .flexible-layout-repeater-section.section-4 {
	text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
}

.home .flexible-layout-repeater-section.section-4 h2.section-title {
	margin-bottom: 30px;
}

.home .flexible-layout-repeater-section.section-4 .counter-name {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}





/* Flexible Layout News Section
-------------------------------------------------------------------------------- */

.flexible-layout-news-section .wrap h2.section-title {
	text-align: center;
}

.flexible-layout-news-section .button-section {
	text-align: center;
}

.flexible-layout-news-section .button-section a.button {
	min-width: 150px;
	background-color: #094C79;
	transition: .5s ease all;
	margin: 0 auto;
}

.flexible-layout-news-section .button-section a.button:hover {
	background-color: #37A4D9;
}

.flexible-layout-news-section .button-section {
	text-align: center;
	margin-top: 20px;
}

.flexible-layout-news-section .wrap .flexcol a,
.flexible-layout-news-section .wrap .flexcol a i {
	line-height: 1.4;
}

/* Flexible Layout icon Section
-------------------------------------------------------------------------------- */

.flexible-layout-icon-section .wrap .flexcol .icon.circle {
	border-radius: 50%;
	width: 50%;
	margin: 0 auto 20px;
	position: relative;
	padding-bottom: 50%;
}

.flexible-layout-icon-section .wrap .flexcol .icon.circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 5px;
}

.flexible-layout-icon-section .wrap .flexcol .icon.no-circle {
	margin-bottom: 15px;
	min-height: 143px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flexible-layout-icon-section .wrap .flexcol h3.icon-title {
	font-weight: 600;
	line-height: 1.4;
	font-size: 22px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	min-height: 90px;
}

.flexible-layout-page .flexible-layout-icon-section .flexcol {
	padding: 0;
	position: relative;
}

.flexible-layout-page .flexible-layout-icon-section .flexcol>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.flexible-layout-page .flexible-layout-icon-section .flexcol>a:hover~.icon-title {
	color: #37A4D9;
}

.flexible-layout-page .flexible-layout-icon-section .flexcol>a~.icon-title {
	transition: .5s ease all;
}

/* Flexible Layout Background Image Section
-------------------------------------------------------------------------------- */
.flexible-layout-background-image-section.section-1 .wrap h2.section-title {
	font-size: 36px;
	color: white;
}

.flexible-layout-background-image-section.section-1 .background-image .background-content .section-content {
	font-weight: 400;
	font-size: 26px;
	font-family: 'Montserrat';
}

.flexible-layout-page:not(.home) .flexible-layout-background-image-section.section-1 .background-content {
	background-color: rgba(0 0 0 / 15%);
	padding: 100px 0;
	min-height: 20vh;
}

.flexible-layout-background-image-section:not(.section-1) .wrap .section-content,
.flexible-layout-background-image-section:not(.section-1) .wrap {
	width: 100%;
}

.flexible-layout-background-image-section .wrap .background-image.height-default .section-content {
	max-width: none;
}

.flexible-layout-background-image-section .wrap .background-image.height-default .background-content {
	text-align: left;
}

.home .flexible-layout-background-image-section.section-4 .wrap .background-image.height-default h2.section-title {
	color: #f79220;
}

.flexible-layout-background-image-section .background-image.height-default .background-content .section-content {
	font-size: 32px;
	font-weight: 400;
}

.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	text-align: left;
	margin: 0 auto 0 0;
	max-width: 100%;
	padding: 20px;
	background-color: rgb(55 164 217 / 100%);
	/*background-color: rgb(21 85 124 / 90%);*/
	height: 75vh;
	min-height: 600px;
}

.admin-bar.flexible-layout-page .flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap {
	height: calc(100vh - 112px);
}

.flexible-layout-page .flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap {
	height: calc(100vh - 85px);
}

.flexible-layout-page.home.admin-bar .flexible-layout-background-image-section video {
	height: calc(100vh - 112px);
}

.flexible-layout-page.home .flexible-layout-background-image-section video {
	height: calc(100vh - 85px);
	object-fit: cover;
	width: 100vw;
	top: 0;
	left: 0;
	object-position: center 85%;
}

.admin-bar.flexible-layout-page .flexible-layout-background-image-section .background-image.full-height,
.admin-bar.flexible-layout-page .flexible-layout-background-image-section .background-image.full-height .background-content {
	height: calc(100vh - 112px);
	background-color: unset;
	min-height: unset;
	min-height: 600px;
}

.admin-bar.flexible-layout-page .flexible-layout-background-image-section .background-image.full-height .background-content .content-wrap {
	min-height: 600px;
}

.flexible-layout-page .flexible-layout-background-image-section .background-image.full-height,
.flexible-layout-page .flexible-layout-background-image-section .background-image.full-height .background-content {
	height: calc(100vh - 85px);
	background-color: unset;
	min-height: unset;
	min-height: 600px;
}

.flexible-layout-page .flexible-layout-background-image-section.section-1 .background-image.full-height .background-content {
	padding: 0;
}

.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content>.wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}



.home .flexible-layout.section-4.flexible-layout-background-image-section .background-image:not(.full-height) .background-content .section-content,
.home .flexible-layout.section-4.flexible-layout-background-image-section .background-image:not(.full-height) .background-content h2.section-title {
	margin-bottom: 20px;
	line-height: 1;
}

.home .flexible-layout.section-4.flexible-layout-background-image-section .background-image:not(.full-height) .background-content .section-content {
	font-size: 24px;
}

.flexible-layout-background-image-section .background-image.height-default h2.section-title {
	color: white;
	text-align: center;
	margin-bottom: 0;
	text-shadow: 0 2px 5px rgba(0 0 0 / 35%);
}

.flexible-layout-background-image-section .background-image.height-default .background-content {
	background-color: unset;
}

.flexible-layout-page .flexible-layout-background-image-section .background-image.height-default .background-content {
	padding: 20px 0;
}

.home.flexible-layout-page .flexible-layout-background-image-section .background-image.height-default .background-content {
	background-color: #f79220;
}

/* Flexible Layout Testimonial Section
-------------------------------------------------------------------------------- */
.flexible-layout-page .flexible-layout-testimonial-section {
	padding: 0;
}

.flexible-layout-testimonial-section>.wrap {
	padding: 0;
}

.flexible-layout-testimonial-section .background-image .wrap {
	padding: 80px 20px;
}

.flexible-layout-testimonial-section h2.section-title {
	text-align: center;
}

.flexible-layout-testimonial-section .slick-slider {
	margin-bottom: 0;
}

.flexible-layout-testimonial-section .testimonial-slider .slick-track {
	display: flex;
	align-items: center;
}

.flexible-layout-testimonial-section .item h3.testimonial-title {
	color: #f79220;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 20px;
}

.flexible-layout-testimonial-section .item h3.testimonial-title,
.flexible-layout-testimonial-section .item h5.testimonial-position {
	font-style: italic;
}

.flexible-layout-testimonial-section .item h5.testimonial-position {
	margin-bottom: 0;
	color: #4c4c4c;
	font-size: 16px;
}

.flexible-layout-testimonial-section .item .content-wrap div:not([class]) {
	max-width: 960px;
	margin: 0 auto 20px;
}

.flexible-layout-testimonial-section .item .icon {
	flex: .25;
	text-align: center;
}

.flexible-layout-testimonial-section .item .icon i {
	font-size: 60px;
	width: 60px;
	height: 60px;
	color: #f79220;
}

.flexible-layout-testimonial-section .item .content-wrap {
	font-size: 18px;
}


.flexible-layout-testimonial-section .slick-prev::before {
	content: '\f053';
}

.flexible-layout-testimonial-section .slick-next::before {
	content: '\f054';
}

.flexible-layout-testimonial-section .slick-prev {
	left: 50%;
	top: unset;
	bottom: 0;
	transform: translateX(-150%);
}

.flexible-layout-testimonial-section .slick-next {
	right: 50%;
	top: unset;
	bottom: 0;
	transform: translateX(150%);
}

.flexible-layout-testimonial-section .slick-prev::before,
.flexible-layout-testimonial-section .slick-next::before {
	font-family: 'Font Awesome 6 Pro';
	font-size: 30px;
	font-weight: 600;
	color: #094c79;
}

.flexible-layout.flexible-layout-testimonial-section ul.slick-dots {
	bottom: -20px;
}

.flexible-layout.flexible-layout-testimonial-section .wrap .item .testimonial-wrap {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flexible-layout-testimonial-section .testimonial-nav {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flexible-layout-testimonial-section .testimonial-nav .item .dot i {
	color: #b4b4b4;
	font-size: 10px;
}

.flexible-layout-testimonial-section .testimonial-nav .item .dot {
	text-align: center;
}

.flexible-layout-testimonial-section .testimonial-nav .item.slick-center .dot i {
	color: #333;
}

.flexible-layout-testimonial-section .testimonial-nav .item .dot:hover {
	cursor: pointer;
}

.flexible-layout-testimonial-section .testimonial-nav .slick-list {
	overflow: hidden;
}

/* Flexible Layout Team Section
------------------------------------------------------------------------------------------ */
.flexible-layout-team-section .wrap h2.section-title {
	text-align: center;
}

.flexible-layout-team-section .wrap .flexcol {
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.flexible-layout-team-section .wrap .flexcol h3.cat-title {
	font-weight: 600;
	transition: .5s ease all;
}

.flexible-layout-team-section .wrap .flexcol a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.flexible-layout-team-section .wrap .flexcol .team-cat-wrap {
	width: 100%;
	height: 100%;
}

.flexible-layout-team-section .wrap .flexcol .team-cat-wrap .icon {
	border-radius: 50%;
	margin: 0px auto 10px;
	position: relative;
	padding-bottom: 40%;
	width: 40%;
	transition: .5s ease all;
}

.flexible-layout-team-section .wrap .flexcol:first-of-type .team-cat-wrap .icon {
	background-color: #f79220;
}

.flexible-layout-team-section .wrap .flexcol:first-of-type .team-cat-wrap h3.cat-title {
	color: #f79220;
}

.flexible-layout-team-section .wrap .flexcol:nth-of-type(2) .team-cat-wrap .icon {
	background-color: #888;
}

.flexible-layout-team-section .wrap .flexcol:nth-of-type(2) .team-cat-wrap h3.cat-title {
	color: #888;
}

.flexible-layout-page:not(.home) .flexible-layout-team-section .wrap .flexcol:nth-of-type(2) .team-cat-wrap h3.cat-title {
	width: 200px;
	margin: 0 auto;
}

.flexible-layout-team-section .wrap .flexcol:nth-of-type(3) .team-cat-wrap .icon {
	background-color: #37a4d9;
}

.flexible-layout-team-section .wrap .flexcol:nth-of-type(3) .team-cat-wrap h3.cat-title {
	color: #37a4d9;
}

.flexible-layout-team-section .wrap .flexcol:hover .team-cat-wrap h3.cat-title {
	color: #dc7808;
}

.flexible-layout-team-section .wrap .flexcol:hover .team-cat-wrap .icon {
	background-color: #dc7808;
}



.flexible-layout-team-section .wrap .flexcol i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	color: white;
	width: 65px;
	font-size: 50px;
	height: 50px;
}

.flexible-layout-team-section .wrap .flexcol h3.cat-title {
	margin-bottom: 0;
}

/* Flexible Layout Video Text Section
---------------------------------------------------------------- */
.flexible-layout-video-text-section .video-wrapper.vertical span.play-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 80px;
}

.flexible-layout-video-text-section .video-wrapper.vertical {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.flexible-layout.flexible-layout-video-text-section,
.flexible-layout.flexible-layout-video-text-section>.wrap {
	padding: 20px 0;
}

.flexible-layout,
.flexible-layout.flexible-layout-image-text-section .image-text-default {
	padding: 40px 0;
}

.flexible-layout.flexible-layout-image-text-section h4 {
	font-weight: 600;
}

.flexible-layout-image-text-section .flexcol.image-align-right,
.flexible-layout-image-text-section .flexcol.image-align-left {
	position: relative;
}

.flexible-layout-page .flexible-layout-image-text-section .flexcol .image-wrap {
	position: relative;
	border-radius: 5px;
}

.flexible-layout-page .flexible-layout-image-text-section .flexcol .image-wrap img {
	border-radius: 5px;
}

.flexible-layout,
.flexible-layout.flexible-layout-image-text-section .image-text-full-width {
	padding: 80px 0;
}

.flexible-layout-image-text-section .flexcol .content-wrap li {
	margin-bottom: 20px;
}

.flexible-layout-image-text-section .flexcol .content-wrap li>a {
	color: #333;
	transition: .5s ease all;
}

.flexible-layout-image-text-section .flexcol .content-wrap li>a:hover {
	padding-left: 5px;
	color: #F79220;
}

.home.flexible-layout-page .flexible-layout-image-text-section.section-2 h2.section-title {
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left: 3px solid #f79220;
}

.home.flexible-layout-page .flexible-layout-image-text-section.section-2 .section-content h4 {
	padding-left: 20px;
	border-left: 3px solid #f79220;
}

.flexible-layout.flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap {
	box-shadow: none;
}

.flexible-layout.flexible-layout-image-text-section .image-text-full-width .flexcol:last-of-type .content-wrap {
	padding: 0;
}

.flexible-layout-image-text-section .image-text-full-width .section-content {
	line-height: 1.625;
}


.page-id-384.flexible-layout-page .flexible-layout-image-text-section.section-4>.wrap {
	max-width: 1480px;
	padding: 0 20px;
}

.page-id-384.flexible-layout-page .flexible-layout-image-text-section.section-4>.wrap .image-text-default .flexcol.image-align-right::before {
	background-color: transparent;
}

.page-id-384.flexible-layout-page .flexible-layout-image-text-section.section-4>.wrap .image-text-default .flexcol.image-align-right .image-wrap {
	box-shadow: none;
	position: relative;
}

/* Medical Research Publicaitons
---------------------------------------------------------------- */

.flexible-layout-page .flexible-layout-medical-research-section .wrap h2.section-title {
	color: #094C79;
}

.flexible-layout-page .flexible-layout-medical-research-section .flexcol .content-wrap a.read-more {
	margin-top: 10px;
}

.flexible-layout-page .flexible-layout-medical-research-section .flexcol .content-wrap a.read-more,
.flexible-layout-page .flexible-layout-medical-research-section .flexcol .content-wrap i {
	display: inline-block;
	vertical-align: middle;
}

.flexible-layout-page .flexible-layout-medical-research-section .wrap .flexcol .description {
	font-size: 16px;
}

.medical-research-publications .wrap .button-section {
	text-align: center;
	width: fit-content;
	margin: 20px auto 0;

}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.fadeup-effect {
	opacity: 0;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}




/* Gforms
---------------------------------------------------------------------------------------------------- */

.site-container .gform_wrapper.gravity-theme .gfield_label {
	text-transform: uppercase;
	margin: 0;
}

.site-container .gform_wrapper.gravity-theme .gfield input,
.site-container .gform_wrapper.gravity-theme .gfield select,
.site-container .gform_wrapper.gravity-theme .gfield textarea {
	padding: 10px;
	margin: 0;
	line-height: 1;
}

.site-container .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}

.site-container .gform_wrapper.gravity-theme .gform_footer,
.site-container .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0;
	vertical-align: top !important;
	margin-top: 16px;
}

.site-container .gf_alert {
	font-size: 14px;
	color: red;
	font-weight: 800;
	line-height: 1.4;
}

.footer-widgets .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 40px;
}

.footer-widgets .gform_wrapper .gform_validation_errors>h2 {
	text-transform: none;
}

.single-careers .gform_wrapper a,
.single-careers .gform_wrapper {
	color: white;
}

.gform_wrapper a:hover {
	color: #094C79;
}

/*Checkbox Styling*/
.gfield_checkbox .gchoice {
	position: relative;
	padding-left: 40px;
}

.gfield_checkbox .gchoice label:after {
	content: "";
	background: #f79220;
	border: 1px solid white;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 3px;
	z-index: 0;
	transform: translateY(-50%);
}

.contact .gfield_checkbox .gchoice label:after {
	background: transparent;
	border: 1px solid #333;
}

.gfield_checkbox .gchoice label:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 15px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	left: 11px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

.contact .gfield_checkbox .gchoice label:before {
	border: solid #094C79;
	border-width: 0 3px 3px 0;
}

.contact .site-inner .gform_wrapper .gform_footer {
	margin-top: 16px;
}

input[type=checkbox] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

input[type=checkbox]+label {
	cursor: pointer;
}

input[type=checkbox]:checked+label:before {
	opacity: 1;
	top: calc(50% - 1px);
	transform: translateY(-50%) rotate(45deg);
}

.single-careers .site-inner .gform_wrapper .gform_footer input[type="submit"],
.contact .gform_wrapper input[type="submit"],
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #094C79;
	color: white;
}

.single-careers .site-inner .gform_wrapper .gform_footer input[type="submit"]:hover,
.contact .gform_wrapper input[type="submit"]:hover {
	background-color: #37A4D9;
}

.contact .site-inner .entry-content ul>li::before {
	content: unset;
}

.contact .site-inner .entry-content ul>li {
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	min-height: 50px;
	padding: 30px 0;
	flex: 1;
	font-weight: 600;
	font-size: 18px;
	color: #094c79;
}

.contact .site-inner .entry-content ul>li span.jsmt-shortcode {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.contact .site-inner .entry-content ul>li span:first-of-type {
	order: 2;
}

.contact .site-inner .entry-content ul>li span.jsmt-shortcode i {
	display: block;
	width: fit-content;
	margin: 0 auto;
	border-radius: 50%;
	color: white;
	background-color: #dc7808;
	border: 8px solid #f79220;
	margin-bottom: 10px;
	transition: .5s ease all;
}

.contact .site-inner .entry-content ul>li span.jsmt-shortcode i::before {
	margin: 0 auto;
	font-size: 36px;
	width: 70px;
	height: 70px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact .site-inner .entry-content ul>li span.jsmt-shortcode:hover i {
	border: 8px solid #dc7808;
}

.contact .site-inner .entry-content ul>li span.jsmt-shortcode:hover a {
	color: #f79220;
}

/* Timeline
------------------------------------------------- */
.flexible-layout-timeline-section .wrap h2.section-title {
	text-align: center;
}

/* The actual timeline (the vertical ruler) */
.timeline-section {
	position: relative;
	margin: 60px auto 0;
	display: inline-block;
}

/* The actual timeline (the vertical ruler) */
.timeline-section::before {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #094C79;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.container {
	position: relative;
	padding: 10px 40px;
	background-color: inherit;
	width: 50%;
}

.container.left {
	padding-left: 0;
	float: left;
}

.container.right {
	padding-right: 0;
	float: right;
}

/* The circles on the timeline */
.container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #FF9F55;
	top: 32px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left 
.left {
    left: 0;
}

/* Place the container to the right 
.right {
    left: 50%;
}*/

/* Add arrows to the left container (pointing right) */
.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
	left: -12px;
}

/* The actual content */
.timeline-section .content-wrap {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}

.timeline-section .content-wrap h3.time-title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: #F79220;
	line-height: 1;
	margin-bottom: 5px;
}

.medical-research-publications .wrap .flexcol h3.post-title,
.timeline-section .content-wrap h5.subtitle {
	color: #094C79;
	font-weight: 700;
	font-size: 20px;
	transition: .5s ease all;
}

/* Before Footer Section
------------------------------------------------- */
.before-footer-section .wrap {
	position: relative;
	max-width: 100%;
	padding: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 5%;
}

.post-type-archive-patient_cases .before-footer-section .image-section {
	padding: 30px 0;
	background-color: #F79220;
}

.before-footer-section .image-section {
	padding: 65px 0 35px;
	background-color: #F79220;
}

.before-footer-section .widget,
.before-footer-section h4.widget-title {
	margin-bottom: 0;
}


.before-footer-section .wrap h4.widget-title {
	font-size: 40px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 35%);
	font-weight: 700;
	text-align: center;
	color: white;
	margin-bottom: 20px;
}

.post-type-archive-patient_cases .before-footer-section .wrap h4.widget-title {
	text-shadow: 0 2px 5px rgb(0 0 0 / 25%);
}

.post-type-archive-patient_cases .before-footer-section .wrap .section-content {
	font-weight: 600;
}

.before-footer-section .widget .widget-wrap .textwidget {
	text-align: center;
}

.before-footer-section a.button {
	background-color: #094c79;
	transition: .5s ease all;
}

.before-footer-section a.button:hover {
	background-color: #37A4D9;
}

/* Announcement banner
------------------------------------------------------------- */
.announcement {
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 1.2;
	padding: 10px 0;
	transition: .5s ease all;
	z-index: 9;
}

.announcement a {
	text-decoration: underline;
}

.announcement.closed,
.announcement.submitted {
	display: none;
}

.announcement .wrap {
	max-width: 100%;
	padding: 0 5%;
	margin: 0 auto;
}

.announcement .wrap #announcement-close {
	position: absolute;
	right: 15px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3 ease;
}

.flexible-layout-repeater-section .wrap .flexcol .fadeup-effect {
	padding: 20px 20px;
	margin: 20px 0;
	text-align: center;
}

/* Moving Bars
------------------------------------------------------------------------ */
.bars-section .flexcol {
	text-align: center;
}

.flexible-layout-bar-section h2.section-title {
	text-align: center;
	margin-bottom: 40px;
}

.flexible-layout-bar-section .section-content {
	margin-bottom: 40px;
}

.flexible-layout-bar-section .section-content ul {
	text-align: center;
}

.flexible-layout-bar-section .section-content ul>li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 20px;
}

.flexible-layout-bar-section .section-content ul>li::before {
	content: '' !important;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.flexible-layout-bar-section .section-content ul>li:first-of-type:before {
	background-color: #f79220;
}

.flexible-layout-bar-section .section-content ul>li:last-of-type:before {
	background-color: #094C79;
}

.fadeup-effect.fadeInUp .bar {
	min-width: 60px;
	min-height: 200px;
	font-size: 16px;
	color: white;
	position: relative;
	display: inline-block;
	margin: 5px;
	background-color: #eee;
}

.fadeup-effect.fadeInUp .bar-name {
	position: relative;
	padding: 20px;
	font-weight: 600;
	font-size: 22px;
	margin-top: -7px;
}

/*
.fadeup-effect.fadeInUp .bar-name::before{
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #094C79;
}*/
.fadeup-effect.fadeInUp .bar-width {
	height: 100%;
	transition: 0.7s;
	display: block;
	width: 100%;
	-webkit-animation: bar-before 1 2s;
	animation: bar-before 1 2s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.fadeup-effect.fadeInUp .bar-percent {
	color: #333;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
}

.post-type-archive-medical_research .medical-research-publications>.wrap {
	padding: 0;
}

@-webkit-keyframes bar-before {
	0% {
		height: 0px;
	}

	100% {
		height: 100%;
	}
}

@keyframes bar-before {
	0% {
		height: 0px;
	}

	100% {
		height: 100%;
	}
}

.flexible-layout-bar-section .fadeup-effect.fadeInUp .flexcol .square {
	width: 100%;
	position: relative;
	display: block;
	background-color: white;
	overflow: hidden;
	border-radius: 50%;
}

.flexible-layout-bar-section .fadeup-effect.fadeInUp .flexcol .square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	border-radius: 50%;
	border: 5px solid #094C79;
}

.flexible-layout-bar-section .fadeup-effect.fadeInUp .flexcol .square-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Popup
-------------------------------------------------------- */
.cookie-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	z-index: -1;
	transition: 0.5s ease all;
}

.cookie-popup.loaded {
	opacity: 1;
	z-index: 99999;
}

.cookie-popup.closed {
	opacity: 0;
	z-index: -1;
}

.cookie-popup.submitted {
	display: none;
}

.cookie-popup .wrap {
	background-color: white;
	border-radius: 10px;
	position: relative;
	padding: 50px;
	max-width: 900px;
	margin: 0 auto;
}

.cookie-popup .widget-title {
	font-size: 36px;
}

.cookie-popup div#close {
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
}

.cookie-popup div#close i {
	font-size: 26px;
	line-height: 1;
	width: 26px;
	height: 26px;
	background-color: #333;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: white;
}

.cookie-popup div#close i::before {
	font-size: 18px;
	line-height: 1;
}

.cookie-popup .widget:last-of-type {
	margin: 0;
}

.cookie-popup .widget .textwidget a.button {
	margin-top: 0px;
	width: 100%;
}

.cookie-popup .widget:first-of-type .textwidget {
	max-width: 800px;
	margin: 0 auto;
}

.cookie-popup .widget:first-of-type .textwidget img {
	margin-bottom: 20px;
}

.cookie-popup .widget-wrap h4.widget-title {
	position: relative;
	color: #595958;
	font-weight: 500;
}

.error404 h1.page-title {
	color: #094c79;
}

.cookie-popup .widget {
	margin-bottom: 20px;
}

.cookie-popup:not(.loaded) .wrap {
	display: none;
}


/* BEFORE HEADER
-------------------------------------------------- */
.before-header {
background-color: #f79222;
    color: white;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}

.before-header .widget {
	margin: 0;
	text-align: center;
}

.before-header .textwidget a:hover {
	color: #094c79;
}

.before-header .textwidget a {
	color: white;
	font-weight: 700;
}

.entry-content p>a:hover {
    color: #094C79;
}

.grecaptcha-badge {
	z-index: 9;
}

@media only screen and (min-width: 660px) {
	.bars-section .flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bars-section .flexcol {
		flex-basis: 50%;
		max-width: 100%;
	}

	.cookie-popup .widget-wrap .textwidget iframe {
		width: 620px;
		height: 348px;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item.slick-slide:not(.slick-center),
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item.slick-slide:not(.slick-center) {
		opacity: 0.5;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item.slick-center .content-wrap,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item.slick-center .content-wrap {
		transform: scale(1.1);
		transition: .5s ease all;
	}
}

@media only screen and (min-width: 960px) {
	.entry-title {
		font-size: 40px;
	}

	.announcement .wrap #announcement-close {
		right: 25px;
	}

	.single-patient_cases .sidebar,
	.single-post .sidebar {
		width: calc(35% - 30px);
	}

	.cookie-popup .widget:first-of-type .textwidget img {
		margin-bottom: 40px;
	}

	/*
    .home .site-header{
        background-color: transparent;
        position: fixed;
        width: 100%;
        box-shadow: unset;
        transition: .5s ease all;
    }*/
	.site-header {
		background-color: #094C79;
		box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	}

	body:not(.home) .site-header {

		background-color: #094C79;
		box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	}

	.site-footer {
		background-image: url(/wp-content/uploads/2021/10/footer_bg.png);
	}

	.site-header>.wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.site-header>.wrap::after {
		width: 800px;
	}

	.tax-news_categories .site-inner .archive-description,
	.blog .site-inner .archive-description,
	.tag .site-inner .archive-description {
		flex-basis: 100%;
		max-width: 100%;
	}

	.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button {
		background-color: #f79222;
	}

	.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button:hover {
		background-color: #dc7808;
	}

	.tax-news_categories .site-inner .archive-description {
		margin-bottom: 20px;
	}

	.site-header>.wrap .nav-primary {
		flex: 1;
		text-align: right;
	}

	.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item {
		text-align: left;
	}

	.single-careers .sidebar {
		font-size: 18px;
		width: 40%;
	}

	.wp-custom-logo .title-area a.custom-logo-link {
		transform: translateY(10px);
	}

	.nav-primary .genesis-nav-menu li.button a {
		color: white;
	}

	.nav-primary .genesis-nav-menu a {
		color: white;
	}

	.site-footer .wrap .genesis-footer,
	.site-footer .wrap>p {
		display: inline-block;
		vertical-align: middle;
	}

	.site-footer .wrap .genesis-footer {
		width: 70%;
	}

	.site-footer .wrap>p {
		max-width: 260px;
		width: 30%;
	}

	.site-footer .genesis-footer ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.site-footer .genesis-footer .widget ul.social-links>li:first-of-type {
		padding-right: 10px;
	}

	.blog .site-inner .cat-section,
	div#response,
	.flexbox,
	.tag .site-inner .content,
	.blog .site-inner .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	div#response {
		width: 100%;
	}

	.flexcol {
		flex: 1;
	}

	.full-width-content .content {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 280px;
	}

	.nav-primary .genesis-nav-menu a {
		padding: 35px 15px;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		padding: 15px;
		color: #333;
	}

	.tag .site-inner .archive-title,
	.blog .site-inner .archive-title {
		font-size: 50px;
	}

	.tag .site-inner .entry,
	.blog .site-inner .flexcol,
	.flexible-layout-blog-section .flexcol {
		flex-basis: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin: 10px;
	}

	.flexible-layout-page:not(.home) .flexible-layout-background-image-section.section-1 .background-image.height-default h2.section-title,
	.contact .jsmt-page-header .image-section h2.page-title,
	.blog .jsmt-page-header .image-section h2.page-title {
		font-size: 50px;
		margin-bottom: 0;
	}

	.single-patient_cases .site-inner .entry .entry-content .post-title,
	.single-post .site-inner .entry .entry-content .post-title {
		font-size: 26px;
	}

	body.single-careers .content {
		width: 100%;
		margin-bottom: 60px;
	}

	.single-careers .sidebar {
		width: 100%;
	}

	.footer-widgets .wrap {
		max-width: 1280px;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.footer-widgets .footer-widget-area {
		flex: 1;
	}

	.footer-widgets .footer-widget-area:not(:first-of-type) {
		padding-left: 60px;
	}


	.before-footer-section .widget {
		max-width: 1280px;
		margin: 0 auto;
	}

	.before-footer-section .widget .widget-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.post-type-archive-patient_cases .site-inner .content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.post-type-archive-patient_cases .site-inner .content .archive-description {
		flex-basis: 65%;
		padding-right: 30px;
	}

	.post-type-archive-patient_cases .site-inner .content .before-footer-section {
		flex-basis: 35%;
		border-radius: 5px;
		padding-left: 30px;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap {
		align-items: center;
	}

	.before-footer-section .widget .widget-wrap h4.widget-title {
		flex: 3;
		margin-bottom: 0;
		text-align: left;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap .button-section,
	.before-footer-section .widget .widget-wrap .textwidget {
		flex: 1;
		text-align: right;
	}


	.post-type-archive-patient_cases .site-inner .content .tabs-wrap .content-title-wrap span.jsmt-shortcode {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.cookie-popup .wrap .textwidget>ul>li {
		display: inline-block;
		width: calc(50% - 33px);
		text-align: center;
		margin: 0 15px;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap .button-section a.button {
		padding: 15px 30px;
		font-size: 17px;
	}

	.post-type-archive-patient_cases .before-footer-section {
		margin-top: 84px;
	}

	/* Timeline 
    ----------------------------------------------------------- */
	.timeline-section .container:nth-of-type(2) {
		margin-top: 150px;
	}

	/* Contact Page
    ---------------------------------------------------------------------- */

	.contact .site-inner .entry-content ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: end;
	}

	.contact .site-inner .entry-content ul>li {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 0 15px;
	}

	.contact .site-inner .entry-content ul>li span.jsmt-shortcode a {
		font-weight: 600;
		font-size: 22px;
	}

	/* Flexible Layouts
    ------------------------------------------------------------------------------------------ */

	.flexible-layout h2.section-title {
		font-size: 40px;
	}

	.flexible-layout-video-text-section .flexbox,
	.flexible-layout-repeater-section .wrap .flexbox {
		align-items: center;
	}

	.cookie-popup .widget-wrap h4.widget-title {
		font-size: 28px;
	}

	.site-container .medical-research-publications h2.section-title,
	.flexible-layout-page .flexible-layout h2.section-title {
		font-size: 40px;
		font-weight: 400;
	}

	.flexible-layout-page.home .flexible-layout-repeater-section.section-4 h2.section-title {
		font-size: 32px;
	}

	/*Flexible Layout icon Section
    ---------------------------------------------------------------- */


	.home .flexible-layout-icon-section.section-2 .wrap .flexcol .icon {
		position: relative;
	}

	/*
    .home .flexible-layout-icon-section .wrap .flexcol .icon.no-circle img{
        padding: 20px 20px 0;
    }
    .flexible-layout-icon-section .wrap .flexcol .icon.circle img{
        padding-bottom: 20px;
    }*/
	.flexible-layout-icon-section .wrap .flexcol.col-4 {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 15px;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-4:first-of-type {
		margin-left: 0;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-4:last-of-type {
		margin-right: 0;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-3 {
		flex-basis: calc(33.3% - 30px);
		max-width: calc(33.3% - 30px);
		margin: 15px;
	}



	/*
    .flexible-layout-team-section .wrap .flexcol .team-cat-wrap .icon::before{
        z-index: -1;
        content: '';
        background-image: url(/wp-content/uploads/2021/10/doted_line.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        position: absolute;
        width: 130%;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: -100%;
    }*/
	.flexible-layout-team-section .wrap .flexcol {
		margin-bottom: 0;
	}

	/* Flexible Layout background image section
    ---------------------------------------------------------------- */

	.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap h2.section-title {
		position: relative;
	}

	.flexible-layout-background-image-section:not(.section-1) .wrap .background-content .flexcol:first-of-type {
		flex: 2;
		order: 2;
	}

	.flexible-layout-background-image-section:not(.section-1) .wrap .background-content .flexcol:last-of-type {
		flex: 1;
	}

	.flexible-layout-background-image-section .wrap .flexbox {
		align-items: center;
	}

	.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap {
		max-width: 660px;
	}

	.flexible-layout-background-image-section .background-image .background-content .section-button a.button {
		margin: inherit 0;
	}

	.flexible-layout-background-image-section.section-1 .wrap h2.section-title {
		font-size: 50px;
		color: white;
	}

	.flexible-layout-background-image-section:not(.section-1) .wrap h2.section-title {
		font-size: 40px;
	}

	/*
    .flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap h2.section-title::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        background-color: white;
    }*/
	.cookie-popup .widget-wrap h4.widget-title::after {
		background-color: #f79220
	}

	/* Flexible Layout Testimonial section
    ---------------------------------------------------------------- */

	.flexible-layout-testimonial-section>.wrap {
		max-width: 100%;
		padding: 0;
	}

	.flexible-layout-testimonial-section .background-image {
		background-attachment: fixed;
	}

	.flexible-layout-testimonial-section .testimonial-slider {
		padding-bottom: 30px;
	}

	.flexible-layout-testimonial-section .item .flexcol:first-of-type {
		border-bottom: none;
		margin-bottom: 0;
	}

	.flexible-layout-testimonial-section .item,
	.flexible-layout-testimonial-section .item .flexcol:first-of-type {
		padding-right: 30px;
	}

	.flexible-layout-testimonial-section .item,
	.flexible-layout-testimonial-section .item .flexcol:last-of-type {
		padding-left: 30px;
	}

	.flexible-layout-testimonial-section .item .flexcol:first-of-type .icon i {
		font-size: 80px;
		width: 80px;
		height: 80px;
	}

	.flexible-layout-testimonial-section .item .flexcol:first-of-type .content-wrap {
		font-size: 24px;
	}

	.flexible-layout-testimonial-section .item .testimonial-wrap .content-wrap {
		font-size: 18px;
		flex: 3;
		order: 2;
		position: relative;
		padding-left: 20px;
		margin-left: 20px;
	}

	.flexible-layout-testimonial-section .item .testimonial-wrap .content-wrap:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 5px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: orange;
	}

	.flexible-layout-testimonial-section .item .testimonial-wrap .image-wrap {
		flex: 1;
		position: relative;
	}

	/* Flexible Layout Video Text Section
    ---------------------------------------------------------------- */
	.flexible-layout-video-text-section>.wrap,
	.flexible-layout-image-text-section>.wrap .image-text-full-width>.wrap {
		max-width: none;
	}

	.flexible-layout,
	.flexible-layout.flexible-layout-video-text-section .video-text-default,
	.background-image .background-content {
		padding: 80px 0;
	}

	.flexible-layout-video-text-section .video-text-default .flexcol.flex-1 {
		margin-right: 30px;
	}

	.flexible-layout-video-text-section .image-text-default .flexcol.flex-2 {
		margin-left: 30px;
	}

	.flexible-layout-video-text-section .flexcol.flex-1 {
		order: 1;
		margin-right: 30px;
	}

	.flexible-layout-video-text-section .flexcol.flex-2 {
		order: 2;
		margin-left: 30px;
	}

	.flexible-layout-video-text-section .flexcol .section-image.video-section {
		position: relative;
	}

	/* Flexible Layout Image Text Section
    ---------------------------------------------------------------- */

	.flexible-layout-image-text-section .flexcol.image-align-right {
		order: 2;
	}

	.flexible-layout-image-text-section .flexcol.text-align-right,
	.flexible-layout-image-text-section .flexcol.image-align-right {
		margin-left: 30px;
	}

	.flexible-layout-image-text-section .flexcol.text-align-left,
	.flexible-layout-image-text-section .flexcol.image-align-left {
		margin-right: 30px;
	}

	/*.flexible-layout-image-text-section .image-text-default .flexcol.image-align-right,
    .flexible-layout-image-text-section .image-text-default .flexcol.image-align-left  {
        min-height: 343px;
        position: relative;
    }

    .flexible-layout-image-text-section .image-text-default .flexcol .image-wrap {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    }
    .flexible-layout-image-text-section .flexcol .image-wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 1;
        position: relative;
    }*/
	.flexible-layout-video-text-section .flexcol.flex-1 .section-image.video-section::before,
	.flexible-layout-image-text-section .image-text-default .flexcol.image-align-left::before {
		content: '';
		position: absolute;
		left: -15px;
		top: -15px;
		width: 100%;
		height: 100%;
		background-color: #f79220;
		border-radius: 5px;
		z-index: -1;
	}

	.flexible-layout-video-text-section .flexcol.flex-2 .section-image.video-section::before,
	.flexible-layout-image-text-section .image-text-default .flexcol.image-align-right::before {
		content: '';
		position: absolute;
		right: -15px;
		top: -15px;
		width: 100%;
		height: 100%;
		background-color: #f79220;
		border-radius: 5px;
		z-index: -1;
	}

	.flexible-layout-page .flexible-layout-image-text-section .flexcol .image-wrap {
		box-shadow: 0 2px 10px rgba(0 0 0 / 15%);
	}

	.home.flexible-layout-page .flexible-layout-image-text-section.section-2 .flexcol:last-of-type {
		flex: 2;
	}

	.home.flexible-layout-page .flexible-layout-image-text-section.section-2 .flexcol .image-wrap {
		position: unset;
	}

	/* Flexible Layout News Section
    ---------------------------------------------------------------- */
	.flexible-layout-team-section .wrap .flexcol,
	.flexible-layout-news-section .flexcol {
		flex-basis: calc(33.3% - 10.7px);
		max-width: calc(33.3% - 10.7px);
		margin: 0 8px;
	}

	.flexible-layout-team-section .wrap .flexcol:nth-of-type(3n+1),
	.flexible-layout-news-section .flexcol:first-of-type {
		margin-left: 0;
	}

	.flexible-layout-team-section .wrap .flexcol:nth-of-type(3n),
	.flexible-layout-news-section .flexcol:last-of-type {
		margin-right: 0;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox,
	.flexible-layout-news-section .wrap .flexcol,
	.post-type-archive-news .site-inner .news-section .flexbox {
		margin-bottom: 0;
	}

	.flexible-layout-page .flexible-layout-image-text-section>.wrap .image-text-full-width>.wrap {
		max-width: 1480px;
		padding: 0 20px;
	}




	.medical-research-publications .flexcol h3.post-title {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.medical-research-publications .wrap .flexcol {
		flex-basis: calc(50% - 12px);
		max-width: calc(50% - 12px);
		margin: 0 8px 16px;
	}

	/* Flexible Layout bar Section
    ---------------------------------------------------------------- */


	.bars-section .flexcol {
		flex-basis: calc(33% - 30px);
		max-width: calc(33% - 30px);
		margin: 15px;
	}


	/* Post Type Archives
    ---------------------------------------------------------------------------------------------------------------------------- */
	.post-type-archive-news .site-inner h2.category-name,
	.single-careers .site-inner .entry-header h1.entry-title,
	.post-type-archive-resources .site-inner .featured-section h2.category-name,
	.post-type-archive-patient_cases .site-inner .patient-cases h2.section-title,
	.post-type-archive-resources .site-inner .resources h2.section-title,
	.post-type-archive-team .site-inner .team-section h2.category-name,
	h1.archive-title {
		font-size: 45px;
	}

	.medical-research-publications .wrap .flexcol h3.post-title {
		min-height: 96px;
	}

	/* Post Type Archive Team
    ---------------------------------------------------------------- */
	.post-type-archive-team .site-inner .team-section:not(:first-of-type) .team-member {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.post-type-archive-team .site-inner .team-section:first-of-type .team-member .flexcol:last-of-type {
		flex: 3;
		padding-left: 30px;
	}

	.post-type-archive-team .site-inner .team-section .team-member:nth-of-type(odd) {
		margin-left: 0;
	}

	.post-type-archive-team .site-inner .team-section .team-member:nth-of-type(even) {
		margin-right: 0;
	}


	.tax-team_categories .site-inner.flexcol .image-wrap,
	.post-type-archive-team .site-inner .team-section .flexcol .image-wrap {
		margin-bottom: 0;
	}

	.post-type-archive-team .site-inner .team-section .team-member .flexcol:first-of-type {
		min-height: 300px;
		position: relative;
	}

	.post-type-archive-team .site-inner .team-section .team-member .flexcol:first-of-type .image-wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	.post-type-archive-team .site-inner .team-section .team-member .flexcol:first-of-type .image-wrap img {
		position: relative;
		object-fit: cover;
		object-position: center center;
		z-index: 1;
		width: 100%;
		height: 100%;
	}

	/* Post Type Archive News
    ---------------------------------------------------------------- */
	.tax-news_categories .site-inner .content,
	.post-type-archive-team .site-inner .team-section:not(:first-of-type) .team-content,
	.post-type-archive-medical_research .site-inner .medical-research-section,
	.post-type-archive-news .site-inner .content .news-section {
		display: flex;
		flex-wrap: wrap;
	}

	.tax-news_categories .site-inner .content .entry,
	.flexible-layout-news-section .wrap .flexcol,
	.post-type-archive-news .site-inner .content .tabs-wrap {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.tax-news_categories .site-inner .content .entry .entry-content,
	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox,
	.post-type-archive-news .site-inner .news-section .flexbox {
		display: block;
	}

	.post-type-archive-patient_cases .site-inner .content .cat-section,
	.post-type-archive-news .site-inner .content .cat-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	/*
    .post-type-archive-patient_cases .site-inner .content .cat-section{
        justify-content: end;
    }*/
	.post-type-archive-patient_cases .site-inner .content .tabs-wrap .content-title-wrap {
		min-height: 121px;
	}

	/* Post Type Archive Careers
    ---------------------------------------------------------------- */
	.post-type-archive-technology .site-inner .tech-section .flexcol,
	.post-type-archive-careers .site-inner .careers-section .flexcol {
		flex-basis: calc(25% - 30px);
		max-width: calc(25% - 30px);
		margin: 0 15px 30px;
	}

	.post-type-archive-technology .site-inner .tech-section .flexcol:nth-of-type(4n+1),
	.post-type-archive-careers .site-inner .careers-section .flexcol:nth-of-type(4n+1) {
		margin-left: 0;
	}

	.post-type-archive-technology .site-inner .tech-section .flexcol:nth-of-type(4n),
	.post-type-archive-careers .site-inner .careers-section .flexcol:nth-of-type(4n) {
		margin-right: 0;
	}

	.post-type-archive-careers .site-inner .careers-section .flexcol h3.post-title {
		min-height: 76px;
		display: block;
	}

	.post-type-archive-resources .site-inner .resources .load-more-wrap {
		text-align: center;
	}

	/* Post Type Archive Resources
    ---------------------------------------------------------------------------------------------------------------------------- */
	.post-type-archive-resources .site-inner .resources .flexcol {
		flex-basis: calc(50% - 30px);
		max-width: calc(50% - 30px);
		margin: 15px;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol {
		flex-basis: calc(50% - 16px);
		max-width: calc(50% - 16px);
		margin: 15px;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol:nth-of-type(even) {
		margin-right: 0;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol:nth-of-type(odd) {
		margin-left: 0;
	}

	.post-type-archive-resources .site-inner .resources .content-wrap a.button {
		margin-top: 20px;
	}

	.post-type-archive-resources .site-inner .resources .flexcol .resource-content {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.post-type-archive-resources .site-inner .resources .flexcol .title-wrap {
		min-height: 105px;
		margin-bottom: 20px;
	}

	.post-type-archive-resources .site-inner .featured-section .flexcol .title-wrap {
		min-height: 105px;
		margin-bottom: 15px;
	}



	/* Post Type Archive Paitent Cases
    ---------------------------------------------------------------------------------------------------------------------------- */

	.post-type-archive-patient_cases .site-inner .content .tabs-wrap {
		flex-basis: calc(33.3333% - 20px);
		max-width: calc(33.3333% - 20px);
		margin: 15px;
	}

	.post-type-archive-patient_cases .site-inner .content .tabs-wrap:nth-of-type(3n) {
		margin-right: 0;
	}

	.post-type-archive-patient_cases .site-inner .content .tabs-wrap:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	/* Singles
    -------------------------*/

	.single:not(.single-careers) .site-inner .content {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 1280px) and (min-width: 960px) {

	.tag .site-inner .entry:nth-of-type(odd),
	.blog .site-inner .flexcol:nth-of-type(odd),
	.flexible-layout-blog-section .flexcol:nth-of-type(odd) {
		margin-left: 0;
	}

	.tag .site-inner .entry:nth-of-type(even),
	.blog .site-inner .flexcol:nth-of-type(even),
	.flexible-layout-blog-section .flexcol:nth-of-type(even) {
		margin-right: 0;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox:nth-of-type(odd) .flexible-layout-news-section .wrap .flexcol:nth-of-type(odd),
	.post-type-archive-news .site-inner .tabs-wrap:nth-of-type(odd) {
		margin-left: 0;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox:nth-of-type(even),
	.flexible-layout-news-section .wrap .flexcol:nth-of-type(even),
	.post-type-archive-news .site-inner .tabs-wrap:nth-of-type(even) {
		margin-right: 0;
	}

	.flexible-layout-repeater-section .wrap .flexbox {
		display: block;
	}

	.medical-research-publications .wrap .flexcol:nth-of-type(even) {
		margin-right: 0;
	}

	.medical-research-publications .wrap .flexcol:nth-of-type(odd) {
		margin-left: 0;
	}

	body.admin-bar .announcement:not(.submitted):not(.closed)~.site-container .site-header:not(.solid) {
		top: 96px;
	}

	body .announcement:not(.submitted):not(.closed)~.site-container .site-header:not(.solid) {
		top: 58px;
	}

	.post-type-archive-resources .site-inner .resources .flexcol:nth-of-type(odd) {
		margin-left: 0;
	}

	.post-type-archive-resources .site-inner .resources .flexcol:nth-of-type(even) {
		margin-right: 0;
	}



}

@media only screen and (max-width: 1340px) and (min-width: 960px) {

	.medical-research-publications .wrap,
	.post-type-archive .site-container .site-inner {
		padding: 80px 5%;
	}

	.post-type-archive-resources .site-container .site-inner {
		padding: 80px 5% 0;
		max-width: 100%;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap {
		padding: 0 5%;
	}

}

@media only screen and (max-width: 1440px) {
	.wp-custom-logo .site-container .site-header .title-area {
		max-width: 200px;
	}
}

@media only screen and (min-width: 1440px) {
	.site-header>.wrap::after {
		height: 150px;
		width: 800px;
		background-position-x: -200px;
		background-position-y: -8px;
	}

	.home .site-header>.wrap::after {
		height: 175px;
		width: 800px;
		background-position-x: -250px;
		background-position-y: -15px;
	}

	.home.wp-custom-logo .title-area a.custom-logo-link {
		max-width: 200px;
	}

	.wp-custom-logo .title-area a.custom-logo-link {
		transform: translateY(10px);
	}
}

@media only screen and (min-width: 1340px) {

	.post-type-archive-team .site-inner .team-section-wrap,
	.medical-research-publications .wrap,
	.site-inner,
	.wrap {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.announcement .wrap {
		max-width: 100%;
		padding: 0 5%;
	}

	.post-type-archive-resources .site-inner {
		max-width: 1280px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.medical-research-publications .wrap {
		max-width: 1320px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.post-type-archive-team .site-inner .team-section {
		padding: 100px 0;
	}

	.site-inner {
		padding: 60px 0;
	}

	.page-id-101 .site-container .site-inner {
		padding: 140px 0;
	}

	.single .site-inner,
	.post-type-archive:not(.post-type-archive-team):not(.post-type-archive-resources) .site-inner {
		padding: 100px 0;
	}

	.blog .site-inner {
		padding: 40px 0;
	}

	.post-type-archive-resources .site-container .site-inner {
		padding: 100px 0 0px;
	}

	.post-type-archive-team .site-inner {
		padding: 0;
	}

	.post-type-archive-resources .site-inner .resources .flexcol .title-wrap {
		min-height: 126px;
		margin-bottom: 20px;
	}

	.post-type-archive-resources .site-inner .featured-section .flexcol .title-wrap {
		min-height: 75px;
		margin-bottom: 15px;
	}

	.post-type-archive-patient_cases .site-inner .content .archive-description {
		flex-basis: 70%;
		padding-right: 30px;
	}

	.post-type-archive-patient_cases .site-inner .content .before-footer-section {
		flex-basis: 30%;
		border-radius: 5px;
		padding-left: 30px;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap h4.widget-title {
		font-size: 23px;
	}

	/*.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap .section-content{
        font-size: 22px;
    }*/
}



@media only screen and (max-width: 1340px) {
	.site-inner {
		padding: 60px 5%;
	}


	.wrap {
		padding: 0 5%;
	}

	.nav-primary>.wrap {
		padding: 0;
	}

	.fadeup-effect.fadeInUp .bar {
		min-height: 150px;
	}

}

@media only screen and (min-width: 1280px) {

	.tax-news_categories .site-inner .content .entry,
	.tag .site-inner .entry,
	.flexible-layout-news-section .wrap .flexcol,
	.post-type-archive-news .site-inner .content .tabs-wrap,
	.blog .site-inner .flexcol,
	.flexible-layout-blog-section .flexcol {
		flex-basis: calc(33.3% - 20px);
		max-width: calc(33.3% - 20px);
		margin: 15px;
	}

	.tax-news_categories .site-inner .entry:nth-of-type(3n+1),
	.tag .site-inner .entry:nth-of-type(3n+1),
	.flexible-layout-news-section .wrap .flexcol:nth-of-type(3n+1),
	.post-type-archive-news .site-inner .content .tabs-wrap:nth-of-type(3n+1),
	.blog .site-inner .flexcol:nth-of-type(3n+1),
	.flexible-layout-blog-section .flexcol:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.tax-news_categories .site-inner .entry:nth-of-type(3n),
	.tag .site-inner .entry:nth-of-type(3n),
	.flexible-layout-news-section .wrap .flexcol:nth-of-type(3n),
	.post-type-archive-news .site-inner .content .tabs-wrap:nth-of-type(3n),
	.blog .site-inner .flexcol:nth-of-type(3n),
	.flexible-layout-blog-section .flexcol:nth-of-type(3n) {
		margin-right: 0;
	}

	.flexible-layout-page.home .flexible-layout-background-image-section.section-1 .wrap h2.section-title {
		font-size: 68px;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-3 {
		flex-basis: calc(33.3% - 40px);
		max-width: calc(33.3% - 40px);
		margin: 15px 20px;
	}

	.contact .site-inner .entry-content ul>li {
		flex-basis: calc(33.3% - 30px);
		max-width: calc(33.3% - 30px);
		margin: 0 15px;
	}

	.flexible-layout-repeater-section .flexcol {
		border-right: 2px solid white;
	}

	.flexible-layout-repeater-section .flexcol:first-of-type {
		border-left: 2px solid white;
	}

	.flexible-layout.flexible-layout-repeater-section .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	body.admin-bar .announcement:not(.submitted):not(.closed)~.site-container .site-header:not(.solid) {
		top: 64px;
	}

	body .announcement:not(.submitted):not(.closed)~.site-container .site-header:not(.solid) {
		top: 32px;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap .title-wrap h3.post-title {
		font-size: 30px;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap .resource-content {
		font-size: 20px;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox,
	.medical-research-publications .wrap .flexcol {
		flex-basis: calc(33.33% - 11px);
		max-width: calc(33.33% - 11px);
		margin: 0 8px 16px;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox:nth-of-type(3n + 1),
	.medical-research-publications .wrap .flexcol:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	.post-type-archive-medical_research .site-inner .medical-research-section .flexbox:nth-of-type(3n),
	.medical-research-publications .wrap .flexcol:nth-of-type(3n) {
		margin-right: 0;
	}

	.medical-research-publications .wrap .flexcol .content-wrap {
		min-height: 294px;
		position: relative;
	}

	.post-type-archive-resources .site-inner .resources .flexcol {
		flex-basis: calc(33.3% - 12px);
		max-width: calc(33.3% - 12px);
		margin: 15px 8px;

	}

	.post-type-archive-resources .site-inner .resources .flexcol:nth-of-type(3n) {
		margin-right: 0;
	}

	.post-type-archive-resources .site-inner .resources .flexcol:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	.post-type-archive-resources .site-inner .resources .flexcol .content-wrap {
		padding-bottom: 48px;
		min-height: 314px;
	}





}



@media only screen and (max-width: 1280px) {
	.flexible-layout-repeater-section .wrap .flexcol .content-wrap {
		padding: 0;
	}

	.flexible-layout-repeater-section .wrap .flexcol:not(:last-of-type) .content-wrap .fadeup-effect {
		align-items: center;
	}

	.flexible-layout-repeater-section.section-9 .wrap .flexcol .content-wrap .fadeup-effect .counter {
		margin-right: 10px;
	}

	.flexible-layout-repeater-section .wrap .flexcol .counter-name {
		font-size: 30px;
	}

	.site-footer .wrap>p {
		font-size: 14px;
	}

	.site-footer .wrap>.genesis-footer {
		flex: 3;
	}

	.site-footer .wrap>.genesis-footer ul>li {
		font-size: 14px;
	}

	span.jsmt-shortcode ul.social-links>li i {
		width: 34px;
		height: 34px;
	}

	span.jsmt-shortcode ul.social-links>li i::before {
		font-size: 14px;
		height: 14px;
		width: 14px;
	}

	.announcement .wrap {
		max-width: 1200px;
	}

	.post-type-archive-resources .site-inner .resources .flexcol .resource-content,
	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap .title-wrap h3.post-title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 1024px) {
	.flexible-layout-icon-section .wrap .flexcol.col-4 {
		flex-basis: calc(25% - 23px);
		max-width: calc(25% - 23px);
		margin: 15px;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-4:first-of-type {
		margin-left: 0;
	}

	.flexible-layout-icon-section .wrap .flexcol.col-4:last-of-type {
		margin-right: 0;
	}

	/*
    .home .flexible-layout-icon-section.section-2 .wrap .flexcol .icon::before {
        z-index: -1;
        content: '';
        background-image: url(/wp-content/uploads/2021/10/doted_line.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        position: absolute;
        width: 130%;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: -100%;
    }*/


	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways {
		display: flex;
		flex-wrap: wrap;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .image-wrap,
	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap {
		flex: 1;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		position: relative;
		padding-bottom: 48px;
	}

	.post-type-archive-resources .site-inner .featured-section-wrap .resources .flexcol.sideways .content-wrap a.button {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 1024px) {
	ul.social-links {
		margin-top: 20px;
	}

	.post-type-archive-resources .site-inner .resources.regular .flexcol .resource-content {
		padding-bottom: 15px;
	}
}

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

	.wp-custom-logo .site-header .title-area {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.post-type-archive-patient_cases .site-inner .content .tabs-wrap h2.case-title,
	.post-type-archive-patient_cases .site-inner .content .tabs-wrap h4.case-number {
		margin-bottom: 5px;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap h4.widget-title,
	.post-type-archive-patient_cases .before-footer-section .wrap .content-wrap {
		text-align: center;
	}

	.post-type-archive-patient_cases .before-footer-section .wrap .button-section {
		text-align: center;
	}

	.post-type-archive-patient_cases .before-footer-section {
		margin-bottom: 40px;
	}

	/* JSMT Page Header Newsletter
    ----------------------------------------------*/
	.blog .jsmt-page-header .gform_wrapper.gravity-theme .gfield input {
		padding: 8px;
	}

	.blog .jsmt-page-header .image-section h2.page-title {
		margin-bottom: 0;
		font-size: 32px;
	}

	.footer-widgets {
		padding: 40px 0;
	}

	.flexible-layout-testimonial-section .item .flexcol:last-of-type {
		text-align: center;
		display: flex;
		flex-flow: column wrap;
	}

	.flexible-layout-testimonial-section .item .flexcol:last-of-type .image-wrap {
		order: 2;
	}

	.flexible-layout-testimonial-section .item .flexcol .image-wrap img {
		margin: 0 auto;
	}

	.flexible-layout-testimonial-section .item.slick-slide {
		padding: 0 20px;
	}

	.flexible-layout-testimonial-section .item .flexcol {
		padding: 20px 0;
	}

	/* Place the timelime to the left */
	.timeline-section::before {
		left: 0px;
	}

	/* Full-width containers */
	.timeline-section .container {
		width: 100%;
		padding-left: 30px;
		padding-right: 0px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.container::before {
		left: 21px;
		top: 35px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.left::after,
	.right::after {
		left: -12px;
	}

	/* Make all right containers behave like the left ones */
	.right {
		left: 0%;
	}

	.cookie-popup .wrap {
		max-width: 90%;
		margin: 0 auto;
	}

	.cookie-popup .wrap .textwidget {
		font-size: 14px;
	}

	.cookie-popup .wrap h4.widget-title {
		font-size: 26px;
		margin-bottom: 15px;
		padding-left: 0;
	}

	.cookie-popup .wrap .textwidget a.button {
		margin-top: 0;
	}

	.cookie-popup .wrap .textwidget br {
		display: none;
	}

	.flexible-layout-repeater-section .wrap .flexcol:not(:first-of-type) {
		padding-left: 0px;
	}

	.flexible-layout-video-text-section .video-text-default .content-wrap,
	.flexible-layout-image-text-section .image-text-default .content-wrap {
		margin-top: 20px;
	}

	.flexible-layout-page.home .flexible-layout-background-image-section .background-image.full-height,
	.flexible-layout-page.home .flexible-layout-background-image-section .background-image.full-height .background-content .content-wrap {
		height: calc(100vh - 70px);
		justify-content: center;
		border-radius: 0;
	}

	.flexible-layout-page.home .flexible-layout-background-image-section .background-image.full-height .background-content {
		align-items: unset;
	}

	.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap .section-content,
	.flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap h2.section-title {
		text-align: center;
	}

	.flexible-layout-page .flexible-layout-icon-section .flexcol {
		margin-bottom: 30px;
	}

	.flexible-layout-testimonial-section .item .flexcol:first-of-type {
		padding-bottom: 40px;
	}

	.admin-bar.flexible-layout-page .flexible-layout-background-image-section.section-1 .background-image.full-height .background-content .content-wrap {
		height: calc(100vh - 70px);
	}

	.flexible-layout-background-image-section .background-image .background-content .section-button {
		text-align: center;
	}

	.site-footer .wrap>p {
		display: block;
		width: 100%;
		text-align: center;
		order: 2;
	}

	.site-footer .wrap {
		display: flex;
		flex-flow: column;
	}

	.site-footer .genesis-footer ul:not(.social-links)>li:not(:last-of-type) {
		border: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.site-footer .genesis-footer {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 2px solid white;
	}

	.nav-primary .genesis-nav-menu {
		padding-top: 20px;
	}

	.post-type-archive-team .site-inner .team-section h2.category-name {
		margin: 60px 0 30px;
	}

	.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button {
		padding: 0;
		text-align: left;
	}

	.site-header>.wrap .nav-primary .genesis-nav-menu .menu-item.button>a {
		padding: 12px 0;
	}

	/*.flexible-layout.flexible-layout-testimonial-section .wrap .item .testimonial-wrap{
        justify-content: center;
        text-align: center;
    }*/
	.flexible-layout-testimonial-section .item .content-wrap {
		margin-bottom: 20px;
	}

	.blog .site-inner .content ul.ui-tabs-nav {
		overflow-x: scroll;
		display: flex;
		align-items: center;
	}

	.blog .site-inner .content ul.ui-tabs-nav>li {
		min-width: 150px;
		text-align: center;
	}

	.flexible-layout.flexible-layout-testimonial-section .wrap .item .testimonial-wrap {
		justify-content: center;
		text-align: center;
	}

	.post-type-archive-patient_cases .site-inner .content .tabs-wrap {
		margin: 0 0 20px;
	}

	.flexible-layout-testimonial-section .slick-prev,
	.flexible-layout-testimonial-section .slick-next {
		bottom: -40px;
	}



}

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

	/* JSMT Page Header Newsletter
    ----------------------------------------------*/
	.blog .jsmt-page-header .image-section h2.page-title {
		font-size: 24px;
	}

	body {
		font-size: 16px;
	}

	.cookie-popup .wrap {
		padding: 40px 5%;
		margin: 0 5%;
	}

	.cookie-popup .wrap h4.widget-title {
		font-size: 20px;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item {
		margin: 0;
		transition: .5s ease all;
		padding: 10px;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .case-content,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .case-content {
		padding: 20px;
		min-height: unset;
	}

	/*.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-list.draggable,
    .post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-list.draggable{
        box-sizing: initial;
        padding: 25px 0;
    }*/
	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .slick-list.draggable .slick-track,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .slick-list.draggable .slick-track {
		padding: 0px 0;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap .content-title-wrap,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap .content-title-wrap {
		min-height: unset;
	}

	.post-type-archive-patient_cases .site-inner .patient-cases {
		padding: 60px 0px;
	}

	.post-type-archive-patient_cases .site-container .site-inner .cases-section,
	.post-type-archive-patient_cases .site-inner .patient-cases .title-wrap {
		padding: 0 10px;
	}


	.post-type-archive-resources .site-container .medical-research-publications .wrap {
		padding: 0 20px;
	}

	.post-type-archive-resources .site-inner .resources .flexcol h3.post-title,
	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap h2.case-title,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h2.case-title,
	.post-type-archive-patient_cases .site-inner .content .tabs-wrap h2.case-title {
		font-size: 20px;
	}

	.post-type-archive-patient_cases .site-inner .cases-section .case-slider .item .content-wrap h4.case-number,
	.post-type-archive-patient_cases .site-inner .patient-cases .case-slider .item .content-wrap h4.case-number,
	.post-type-archive-patient_cases .site-inner .content .tabs-wrap h4.case-number {
		font-size: 16px;
	}







}