@charset "UTF-8";
/*
Theme Name: Crisp Regional
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@font-face {
	font-family: 'Avenir Book';
	src: url('assets/fonts/avenir-book.otf') format('opentype');
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Heavy';
	src: url('assets/fonts/avenir-heavy.otf') format('opentype');
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN Bold';
	src: url('assets/fonts/d-din-bold.otf') format('opentype');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: 'D-DIN';
	src: url('assets/fonts/d-din-regular.otf') format('opentype');
	font-style: normal;
}
/*---/.Fonts---*/
/*---general styles---*/
body {
	background: #ffffff;
	font-size: 19px;
	font-family: 'Avenir Book', sans-serif;
	font-weight: 400;
	color: #3d3f40;
}
body.fixed {
	overflow: hidden;
}
* {
	outline: none;
	background-repeat: no-repeat;
}
i {
	font-style: italic;
}
ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
a, a:hover {
	text-decoration: none;
}
a:hover {
	color: #ad9728;
}
p, .blog-inside-content div{
	display: block;
	line-height: 1.6;
	margin-bottom: 1.5em;
	margin-top: 0;
	font-weight: 100;
}
img {
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height:auto;
}
img.aligncenter {
	position: relative;
	margin: 0 auto;
}
b, strong {
	font-weight: 700;
}
input[type="submit"] {
	cursor: pointer;
}
.mobile {
	display: none !important;
}
.capitalize {
	text-transform: uppercase;
}
.uncapitalize {
	text-transform: unset;
}
.center {
	position: relative;
	margin: 0 auto;
}
.center-text {
	text-align: center;
}
#all-content-wrapper {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 2px;
}
.flex-column {
	flex-direction: column;
}
.flex.flex-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex.flex-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-align-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-align-top {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.flex-top {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex.flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.no-link {
	pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 0;
}
h1, h2, h4, p.big-title {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, p.big-title {
	font-family: "D-DIN Bold", sans-serif;
	font-weight: 400;
}
h1, p.big-title {
	font-size: 64px;
}
h2 {
	font-size: 48px;
	margin-bottom: 20px;
	color: #209bcc;
}
h4 {
	font-size: 32px;
	margin-bottom: 10px;
}
section {
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.half {
	width: 50%;
}
section {
	position: relative;
}
.blue {
	background-color: #209bcc;
	color: #fff;
}
.dark-blue {
	background-color: #0a5e80;
	color: #fff;
}
.orange {
	background-color: #cc7b21;
	color: #fff;
}
.orange h2, .orange h4, .blue h2, .blue h4 {
	color: #fff;
}
.light-blue {
	background-color: #f0f7fa;
	color: #3d3f40;
}
.light-blue p {
	color: #3d3f40;
}
a.btn i {
	margin-left: 25px;
}
a.btn, .btn a, .homepage-hero-slider-item-btns a, input.btn {
	background: rgb(204, 153, 33);
	background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 123, 33, 1) 100%);
	font-family: "D-DIN Bold", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px 30px;
	min-width: 210px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
a.btn:hover, .btn a:hover, .gradient:hover, .homepage-hero-slider-item-btns a:hover {
	background: rgb(204, 153, 33);
	background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 153, 33, 1) 100%);
}
.gradient {
	background: rgb(204, 153, 33);
	background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 123, 33, 1) 100%);
}
a.more {
	font-family: 'D-DIN Bold', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #209bcc;
	display: inline-block;
}
a.more:after {
	display: inline-block;
	content: '';
	height: 10px;
	width: 100%;
	background-color: #cc7b21;
	left: 20px;
	position: relative;
}
a.more:hover {
	color: #209bcc;
}
a.more:hover:after {
	background-color: #cc9921;
}
.orange a.more {
	color: #fff;
}
.orange a.more:after {
	background-color: #fff;
}
.orange a.more:hover:after {
	background-color: #cc9921;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #0a5e80;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
	display:inline-block;
}
.search-item {
	margin-bottom:1.5em;
}
.search-item a {
	margin-bottom:0;
}
.search-item a > h3 {
	color: #209bcc;
	margin-bottom:0;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #209bcc;
}
#mobile-menu-toggle, #mobile-menu, #overlay, .mobile-header-right {
	display: none;
}
.default-page {
	padding:50px 0;
}
iframe {
	max-width:100% ;
}
.search-hero {
	background-image: url(assets/img/pic/foundation_hero_bg.jpg);
}

/* Alignments */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1rem;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.alignleft {
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1rem;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.alignright {
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*Header*/
header {
	position: relative;
	z-index: 9 !important;
}
.wide-container {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.header-top-nav nav ul {
	display: flex;
}
.header-top-nav a {
	color: #fff;
}
.header-top-nav a:hover, .header-top-phone:hover {
	color: #cee8f2;
}
.header-top-nav nav ul li a {
	color: #fff;
	font-family: "D-DIN", sans-serif;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
}
.header-top-nav nav ul li:first-child a {
	padding-left: 0;
}
.header-top-social {
	display: flex;
}
.header-top-social a {
	color: #fff;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background-color: #cc7b21;
	font-size: 16px;
	text-align: center;
}
.header-top-social li:not(:last-child) a {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-social a:hover {
	background-color: #0a5e80;
}
.header-top-phone {
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-family: "D-DIN", sans-serif;
	font-size: 17px;
	padding-left: 32px;
	padding-right: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	pointer-events:none;
}
.header-top-phone i {
	font-size: 17px;
	margin-right: 15px;
}
.header-nav nav > ul {
	display: flex;
}
.header-main {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #fff;
}
.header-nav {
	width: 70%;
}
.header-nav nav > ul {
	display: flex;
	justify-content: space-between;
}
.header-nav nav > ul > li > a {
	color: #209bcc;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'D-DIN Bold', sans-serif;
	text-align: center;
}
.header-top-search ul {
	display: flex;
	align-content: stretch;
	height: 50px;
	background-color: #0a5e80;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-search ul li {
	display: block;
	padding: 0;
}
.header-top-search ul li label, .header-top-search ul li input {
	height: 100% !important;
}
.sf-field-search input {
	background-color: transparent;
	border: none;
	padding-left: 20px;
	font-size: 16px;
}
.sf-field-submit input {
	width: 50px;
	background-color: transparent;
	border: none;
	background-image: url(assets/img/icons/search.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,  .ubermenu-responsive-toggle {
	padding: 0 !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
	right: unset !important;
	color: #cc7b21 !important;
	padding-left: 5px;
}
.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop > .ubermenu-target {
	text-transform: uppercase;
}
.ubermenu-responsive-default.ubermenu {
	position: initial;
}
.ubermenu-submenu {
	background-color: #f0f7fa !important;
	padding: 45px 0 60px 0 !important;
	overflow: visible !important;
	top: 100% !important;
}
.ubermenu .ubermenu-submenu ul li a.ubermenu-target, .ubermenu-submenu ul li a {
	color: #3d3f40 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	padding-bottom: 15px !important;
	padding-right: 30px !important;
	display: block;
}
.ubermenu .ubermenu-submenu ul li a.ubermenu-target:hover, .ubermenu-submenu ul li a:hover, .ubermenu-submenu-type-flyout a:hover {
	color: #cc7b21 !important;
}
.ubermenu-row {
	max-width: 1370px !important;
	margin: 0 auto !important;
}
.header-main .wide-container {
	position: initial;
}
.ubermenu .ubermenu-target.ubermenu-widgettitle {
	font-size: 22px;
	text-transform: uppercase !important;
	color: #209bcc;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #209bcc !important;
}
.ubermenu-submenu-type-flyout {
	padding: 20px !important;
}
.ubermenu-submenu-type-flyout a {
	color: #3d3f40 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	padding-bottom: 15px !important;
	padding-right: 30px !important;
	display: block !important;
}
#menu-services-menu {
	columns:4;
}
#menu-services-menu li{
	display:inline-block;
	width:100%;
}
/*Homepage hero*/
.homepage-hero {
	padding-top: 125px;
	padding-bottom: 170px;
	color: #fff;
	background-position: right top;
}
.homepage-hero p {
	margin-bottom: 50px;
}
.homepage-hero p.big-title {
	margin-bottom: 25px;
	line-height: 1.2;
}
.homepage-hero-slider-item-content {
	width: 51%;
}
.homepage-hero-slider-item-btns {
	display: flex;
	flex-wrap: wrap;
}
.homepage-hero-slider-item-btns a {
	display: flex;
	justify-content: space-between;
}
.homepage-hero-slider-item-btns li {
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wpfront-message.wpfront-div {
	display: block !important;
	padding: 10px 0px !important;
}

.wpfront-message.wpfront-div a.link {
	font-size: 16px;
    letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
#wpfront-notification-bar div.wpfront-close {
	font-size: 15px !important;
}
#wpfront-notification-bar div.wpfront-close:hover {
	background: none !important;
	border: none !important;
}

/* What's New */
.crisp-new {
	padding: 100px 0px;
}
.crisp-new .container-crisp-new {
	max-width: 1710px;
}
.crisp-new .box-area {
	margin-top: 50px;
}
.crisp-new .col-lg-4 {
	margin-bottom: 30px;
}

.crisp-new .box {
	background: #fff;
	height: 100%;
}

.crisp-new .box .image img {
	width: 100%;
	height: auto;
}

.crisp-new .box h5 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #209bcc;
}

.crisp-new .box h5 a {
	color: #209bcc;
}
.crisp-new .box .text {
	padding: 25px 110px 25px 35px;
	position: relative;
}
.crisp-new .box .text span.arrow-gradient {
	position: absolute;
    top: 70px;
    right: 35px;
}

/*Telehealth*/
.healthelife {
	padding-top: 120px;
	padding-bottom: 85px;
}

.healthelife .app-img {
	position: relative;
}

.healthelife .app-img img {
	position: relative;
	margin-left: -60px;
	z-index: 1;
}

.healthelife .app-img:after {
	content: '';
	display: block;
	background-image: url(assets/img/bg/crisp_before_b.png);
	width: 254px;
	height: 194px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
}

/*Telehealth*/
.telehealth {
	padding-top: 120px;
	padding-bottom: 85px;
}
.telehealth .half {
	position: relative;
}
.telehealth .half img {
	z-index: 2;
	position: relative;
}
.telehealth .half:last-child:after {
	content: '';
	display: block;
	background-image: url(assets/img/bg/crisp_before_w.png);
	width: 254px;
	height: 194px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -155px;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
}
/*Homepage about*/
.homepage-about {
	position: relative;
}
.homepage-about-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 0;
}
.homepage-about .half {
	margin-left: 50%;
	padding-top: 120px;
	padding-bottom: 150px;
	position: relative;
	padding-left: 115px;
}
.homepage-about .half p {
	font-size: 19px;
	line-height: 1.6;
	margin-bottom: 65px;
}
.video-link {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	display: flex;
	border: 10px solid #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}
.video-link:after {
	content: '';
	display: block;
	background-image: url(assets/img/icons/play.png);
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
/*homepage for patients*/
.homepage-for-patients {
	padding: 65px 0;
}
.homepage-for-patients .half p {
	margin-bottom: 45px;
}
.homepage-for-patients-links li {
	width: 50%;
	align-items: center;
	background-color: #d48f42;
	height: 240px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.homepage-for-patients-links li:not(:last-child) {
	border-right: 1px solid #cc7b21;
}
.homepage-for-patients-links li span {
	display: flex;
	border: 5px solid #fff;
	border-radius: 50%;
	margin-bottom: 16px;
	height: 110px;
	width: 110px;
}
.homepage-for-patients-links li span i {
	height: 100px;
	width: 100px;
	color: #cc7b21;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	font-size: 32px;
	border: 10px solid #cc7b21;
}
.homepage-for-patients-links li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.homepage-for-patients-links li a h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.homepage-for-patients-links li:hover {
	background-color: #d99c59;
}
section p:last-child {
	margin-bottom: 0 !important;
}
/*Homepage services*/
.homepage-services {
	position: relative;
}
.homepage-services .half:first-child {
	padding-right: 105px;
	padding-top: 105px;
	padding-bottom: 125px;
	position: relative;
}
.homepage-services .half:after {
	content: '';
	display: block;
	background-image: url(assets/img/bg/crisp_before_b.png);
	width: 254px;
	height: 194px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.homepage-services .half h2 {
	margin-bottom: 45px;
}
.homepage-services-list {
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.homepage-services-list li {
	width: 50%;
}
.homepage-services-list li a {
	background-color: #209bcc;
	display: block;
	height: 160px;
	position: relative;
	overflow: hidden;
	padding-top: 95px;
	padding-left: 25px;
	padding-right: 55px;
}
.homepage-services-list li a h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.homepage-services-list li a:hover {
	background-color: #25afe6;
}
.homepage-services-list span {
	position: absolute;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -48px;
	left: -23px;
}
.homepage-services-list span img {
	position: relative;
	z-index: 2;
}
.homepage-services-list span:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 0;
	position: absolute;
}
.homepage-service-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: 0;
	background-repeat: no-repeat;
}
/*Homepage latest news*/
.homepage-latest-news {
	padding-top: 115px;
	padding-bottom: 120px;
}
.homepage-latest-news-heading {
	max-width: 1680px;
	width: 100%;
}
.homepage-latest-news-heading h2 {
	margin-bottom: 0;
}
.homepage-latest-news-heading a.more {
	position: absolute;
	right: 0;
	top: 25px;
}
.homepage-latest-news-slider {
	max-width: 1710px;
	width: 100%;
	padding-top: 58px;
}
.homepage-latest-news-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.homepage-latest-news-slider-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.homepage-latest-news-slider-item > div {
	position: relative;
	z-index: 1;
}
.homepage-latest-news-slider-item:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.homepage-latest-news-slider-item-heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding: 15px 40px;
}
.homepage-latest-news-slider-item-heading p {
	margin-bottom: 0;
	font-family: D-DIN, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.homepage-latest-news-slider-item-heading i {
	font-size: 16px;
}
.homepage-latest-news-slider-item-title {
	padding: 0 40px 35px 40px;
	position: relative;
}
.homepage-latest-news-slider-item-title h3 {
	font-size: 24px;
	font-family: D-DIN Bold, sans-serif;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 0;
	padding-right: 70px;
}
a.arrow-gradient {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
span.arrow-gradient {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.homepage-latest-news-slider-item a.arrow-gradient {
	right: 40px;
	top: 0;
	position: absolute;
}
/*Sign up*/
.sign-up h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.sign-up p {
	font-size: 19px;
}
.sign-up .container {
	position: relative;
	padding-top: 82px;
	padding-bottom: 87px;
	padding-right: 300px;
}
.sign-up .container:after {
	content: '';
	display: block;
	width: 291px;
	height: 263px;
	position: absolute;
	background-image: url(assets/img/pic/sign_up_img.png);
	bottom: 0;
	right: 0;
	max-height: 100%;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.sign-up-form form span {
	display: block;
	margin-right: 10px;
}
.sign-up-form form .flex {
	align-items: flex-start;
}
form .btn {
	border: none;
	width: 210px;
}
.sign-up-form form span.wpcf7-form-control-wrap {
	width: calc(50% - 105px);
}
form span input {
	width: 100%;
	height: 60px;
	border: none;
	background-color: #0a5e80;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
}
input {
	color: #fff;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
input[type="submit"] {
	font-size: 18px;
	position: relative;
	height: 60px !important;
}
::-webkit-input-placeholder { /* Chrome */
	color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
}
/*Footer*/
.footer-main {
	padding-top: 82px;
	padding-bottom: 70px;
}
footer h4 {
	color: #209bcc;
	font-size: 18px;
	margin-bottom: 17px;
}
footer a, footer p {
	font-size: 13px;
	text-transform: uppercase;
	color: #3d3f40;
}
footer a:hover {
	color: #cc9921;
}
.footer-address p {
	line-height: 2.6;
	margin-bottom: 0;
}
.footer-main-nav {
	width: 285px;
}
.footer-main-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-main-nav ul li {
	width: 50%;
	margin-bottom: 8px;
}
.footer-logo {
	width: 25.7%;
}
.footer-logo img {
	max-width: 187px;
}
.footer-main-nav {
	width: 33.80%;
}
.footer-address {
	width: 19%;
}
.footer-banner {
	width: 21.5%;
}
.footer-additional-links {
	padding-top: 35px;
	padding-bottom: 30px;
}
.footer-additional-links ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-additional-links ul li {
	border-right: 1px solid #cc7b21;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	line-height: 1;
}
.footer-additional-links ul li a {
	line-height: 1;
	font-size: 12.5px;
}
.footer-additional-links ul li:first-child {
	padding-left: 0;
}
.footer-additional-links ul li:last-child {
	padding-right: 0;
	border-right: none;
}
.footer-bottom {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-bottom p {
	margin-bottom: 0;
	font-family: "D-DIN Bold", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.footer-bottom ul {
	display: flex;
}
.footer-bottom li:not(:last-child) {
	margin-right: 10px;
}
.footer-bottom li a {
	background: rgb(204, 153, 33);
	background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 123, 33, 1) 100%);
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
}
.footer-bottom li a:hover {
	background: rgb(204, 153, 33);
	background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 153, 33, 1) 100%);
}
/*Default hero*/
.default-hero {
	height: 400px;
	color: #fff;
	display: flex;
	align-items: center;
	background-image: url(assets/img/bg/default_hero_bg.jpg);
}

.default-hero h1 {
	padding-right: 40%;
	margin-bottom: 0;
}
.default-hero .thank-you-page h1 {
	padding-right: 0;
	margin-bottom: 20px;
}
.default-hero .searchandfilter ul {
	  display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.25);
    max-width: 370px;
    margin-top: 35px;
}
.default-hero .searchandfilter ul  .sf-field-search, .default-hero .searchandfilter ul .sf-field-submit {
	padding:0;
	height: 50px !important;
}
.default-hero .searchandfilter ul  .sf-field-search {
	width: calc(100% - 55px);
}
.default-hero .searchandfilter ul .sf-field-submit {
	width: 55px;
}
.default-hero .searchandfilter ul .sf-field-submit input {
	padding: 0;
}
.default-hero .searchandfilter ul input{
height: 50px !important;
}
/*Staff page*/
.administrative-staff .staff-list-content-item p {
	text-transform: none !important;
	font-size: 14px !important;
}
.administrative-staff .staff-list-content-item-text {
	padding-bottom: 10px;
}
.staff-list-content-item-text a {
	color:#fff;
}
.staff-list {
	padding-top: 98px;
	padding-bottom: 100px;
}
.staff-list h2 {
	text-align: center;
	margin-bottom: 47px;
}
.staff-list-content {
	justify-content: center;
}
.staff-list-content .col-lg-3 {
	margin-bottom: 30px;
}
.staff-list-content-item {
	height: 100%;
}
.staff-list-content-item-thumb {
	display: block;
	height: 270px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.staff-list-content-item-text {
	padding: 25px 10px 23px 10px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.staff-list-content-item-text p, .staff-list-content-item-text h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.staff-list-content-item-text h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.staff-list-content-item-text p {
	font-size: 14px;
	margin-bottom: 0;
}
/*Plain text*/
.plain-text {
	padding-top: 60px;
	padding-bottom: 83px;
}
.plain-text {
	font-size: 20px;
}
.plain-text p {
	font-size: 20px;
	margin-bottom: 45px;
}
.plain-text a.btn {
	min-width: 240px;
}
.plain-text p:last-child {
	margin-bottom: 0;
}
.plain-text.large-spaced {
	padding-top: 110px;
	padding-bottom: 120px;
}
.plain-text.large-spaced p:last-child {
	margin-bottom: 30px;
}
.plain-text h3 {
	font-size: 32px;
	text-transform: uppercase;
}
ul.two-columns {
	column-count: 2;
}
ul.two-columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
.default-styles ul {
	margin-bottom:1em;
}
.default-styles li, .accordion-item-a li {
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
	line-height:1.6;
}
.default-styles li:before, .accordion-item-a ul li:before {
	content: '•';
	display: inline-block;
	color: #cc7b21;
	position: absolute;
	left: 13px;
}
.default-styles a {
	color: #cc7b21;
}
.default-styles h4 {
	font-size: 19px;
	color: #1e91bf;
}
.light-blue .accordion-item-a {
	background-color: #fff;
}
/*Documents */
.documents {
	padding-top: 115px;
	padding-bottom: 150px;
}
.documents h2 {
	padding-right: 50%;
	margin-bottom: 25px;
}
.documents-content-text p:last-child, .documents-content-link li:last-child, .documents-content-link li p {
	margin-bottom: 0;
}
.documents-content-text p {
	font-size: 19px;
	line-height: 1.6;
}
.documents-content-text {
	width: 53%;
}
.documents-content-links {
	width: 47%;
	padding-left: 80px;
}
.documents-content-links li {
	margin-bottom: 10px;
}
.documents-content-links li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.documents-content-links li span {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #cc7b21;
}
.documents-content-links li p {
	width: calc(100% - 80px);
	margin-bottom: 0;
	font-size: 17px;
	font-family: "D-DIN Bold", sans-serif;
	text-transform: uppercase;
	padding: 13px 30px;
	background-color: #f0f7fa;
	border-radius: 30px;
	color: #209bcc;
}
.documents-content-links li a:hover span {
	background-color: #cc9921;
}
.documents-content-links li a:hover p {
	color: #ce9f2f;
}
.half-image .half {
	padding-top: 115px;
	padding-bottom: 150px;
	font-size: 19px;
	line-height: 1.6;
}
.half-image .half h2 {
	margin-bottom: 20px;
	line-height: 1.3;
}
.half-image .half p {
	font-size: 19px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.half-image {
	position: relative;
}
.half-image-img {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 50%;
	top: 0;
}
.image-left .half-image-img {
	left: 0;
}
.image-right .half-image-img {
	right: 0;
}
.half-image.image-left .half {
	margin-left: 50%;
	padding-left: 100px;
}
.half-image.image-right .half {
	padding-right: 100px;
}
.application-form {
	padding-top: 70px;
	padding-bottom: 55px;
}
.application-form h2 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 32px;
}
.application-form p {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 47px;
}
.application-form a {
	color: #fff;
}
.application-form h4 {
	font-family: "Avenir Heavy";
	text-transform: none;
	font-size: 21px;
}
.application-form .half:last-child {
	padding-left: 50px;
	border-left: 1px solid #548fa6;
	padding-top: 15px;
	padding-bottom: 10px;
}
.application-form .half:last-child p {
	margin-bottom: 0;
	line-height: 1.8;
	margin-bottom: 5px;
}
.default-styles p {
	font-size: 19px;
}
.under-application-note {
	padding: 25px;
}
.under-application-note p {
	margin-bottom: 0;
}
/*Services*/
.services-list {
	padding-top: 125px;
	padding-bottom: 72px;
}
.services-list-item {
	color: #3d3f40;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding-bottom: 75px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	height: 100%;
}
.services-list-item span {
	width: 132px;
	height: 132px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
	margin-top: -52px;
	margin-bottom: 10px;
}
.services-list-item span img {
	position: relative;
	padding-top: 30px;
}
.services-list-item span:before {
	content: '';
	width: 120px;
	height: 120px;
	background-color: #fff;
	border: 5px solid #209bcc;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
}
.services-list-item a h3 {
	color: #209bcc;
	margin-bottom: 30px;
}
.services-list-item p {
	line-height: 1.5;
}
.services-list-item a:hover h3 {
	color: #cc7b21;
}
.services-list .arrow-gradient {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.services-list .col-lg-4 {
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}
/*Physicians*/
.physicians-list {
	padding-top: 110px;
	padding-bottom: 70px;
}
.physicians-list .col-lg-3 {
	padding-bottom: 70px;
}
.physicians-list .col-lg-3:nth-child(25) {
	display: none;
}
.physicians-list-item-thumb {
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 35px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.physicians-list-item-thumb:before {
	display: block;
	content: '';
	width: 210px;
	height: 210px;
	z-index: 0;
	border: 5px solid #fff;
	border-radius: 50%;
	position: absolute;
}
.physicians-list-item {
	padding-top: 35px;
	padding-bottom: 50px;
	position: relative;
}
.physicians-list-item h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.physicians-list-item li, .physicians-list-item ul {
	font-size: 14px;
	color: #f0f7fa;
	margin-bottom: 0;
	display: inline-block;
}
.physicians-list-item a.arrow-gradient {
	position: absolute;
	bottom: -30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.physicians-inside-hero-thumb {
	height: 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
.physicians-inside-hero-thumb:before {
	display: block;
	content: '';
	width: 240px;
	height: 240px;
	z-index: 0;
	border: 8px solid #fff;
	border-radius: 50%;
	position: absolute;
}
.physicians-inside-hero-title {
	padding-right: 50px;
	width: calc(100% - 240px);
}
.physicians-inside-hero-title h1 {
	padding-right: 0;
	margin-bottom: 10px;
}
.physicians-inside-hero-title li, .physicians-inside-hero-title li ul {
	font-size: 21px;
}
.physicians-inside-bio-block {
	padding-top: 55px;
	padding-bottom: 55px;
}
.physicians-inside-bio-block:nth-child(even) {
	background-color: #f0f7fa;
}
.physicians-inside-bio-block h4 {
	width: 235px;
	margin-bottom: 0;
	color: #209bcc;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #209bcc;
}
.physicians-inside-bio-block .physicians-inside-bio-block-text {
	width: calc(100% - 235px);
	padding-left: 45px;
	padding-right: 15px;
}
.physicians-inside-bio-block .physicians-inside-bio-block-text li:last-child, .physicians-inside-bio-block .physicians-inside-bio-block-text p:last-child {
	margin-bottom: 0;
}
.physicians-inside-bio-block p, .physicians-inside-address-text p {
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
}
.physicians-inside-bio-block p:before, .physicians-inside-address-text p:before {
	content: '•';
	display: inline-block;
	color: #cc7b21;
	position: absolute;
	left: 13px;
}
.physicians-inside-address-map iframe {
	height: 360px !important;
	width: 100% !important;
}
.physicians-inside-address {
	background-image: url(assets/img/bg/physicians_inside_address_bg.jpg);
	padding-top: 80px;
	padding-bottom: 80px;
}
.physicians-inside-address h4 {
	color: #209bcc;
	font-size: 32px;
	margin-bottom: 25px;
}
.physicians-inside-address-text {
	width: 300px;
	padding-right: 15px;
	color: #fff;
}
.physicians-inside-address-text a {
	color: #cc7b21;
}
.physicians-inside-address-map {
	width: calc(100% - 300px);
	min-height: 360px;
}
.physicians-inside-address-map iframe {
	width: 100%;
	height: 100%;
}
/*Blog*/
.blog-list {
	padding-top: 95px;
	padding-bottom: 125px;
}
.blog-list-item {
	padding-bottom: 60px;
}
.blog-loadmore-wrapper {
	border-top: 1px solid #cc7b21;
	padding-top: 60px;
}
.blog-list-item-thumb {
	width: 47%;
	height: 100%;
	min-height: 360px;
	background-position: center;
	background-size: cover;
}
.blog-list-item-text {
	width: 53%;
	padding-left: 50px;
}
.blog-list-item-text-date {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cc7b21;
	margin-bottom: 20px;
}
.blog-list-item-text-date p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.blog-list-item-text-date i {
	line-height: 1;
	color: #209bcc;
}
.blog-list-item-text a h3 {
	color: #209bcc;
	font-size: 24px;
}
.blog-list-item-text a:hover h3 {
	color: #cc7b21;
}
.blog-list #true_loadmore {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 210px;
}
.excerpt {
	margin-bottom: 2em;
}
/*Facilities*/
.facilities-list {
	padding-top: 110px;
	padding-bottom: 70px;
}
.facilities-list-item {
	position: relative;
	margin-bottom: 70px;
}
.facilities-list-item-thumb {
	display: block;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.facilities-list-item-text {
	padding: 25px 10px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 130px;
}
.facilities-list-item-text h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.facilities-list-item-text h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.facilities-list-item a.arrow-gradient {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
.facilities-single-main {
	padding-top: 90px;
	padding-bottom: 105px;
}
.facilities-single-main h2, .facilities-single-facts h2 {
	font-size: 32px;
}
.facilities-single-main h4 {
	font-size: 24px;
}
.facilities-single-address-wrapper {
	padding: 30px 40px;
}
.facilities-single-address-wrapper a {
	color:#fff;
}
.facilities-single-address-wrapper h4 {
	border-bottom: 1px solid #58b4d9;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.facilities-single-facts {
	padding-top: 95px;
	padding-bottom: 105px;
}
.facilities-single-address, .facilities-single-phone {
	align-content: flex-start;
}
.facilities-single-address {
	margin-bottom: 25px;
}
.facilities-single-address i, .facilities-single-phone i {
	margin-right: 25px;
}
.facilities-single-map iframe {
	width: 100% !important;
	height: 290px !important;
}
.facilities-additional-template-contacts {
	padding-top: 50px;
	padding-bottom: 50px;
}
.facilities-additional-template-contacts h4, .facilities-additional-template-contacts i {
	color: #209bcc;
}
.facilities-additional-template-contacts .facilities-single-address-wrapper {
	padding-left: 0;
}

/*Awards*/
@media (max-width: 1170px) {
	.items-awards .item-awards-image {margin-bottom: 30px; max-width: 50%;}
}
/*Awards End*/

/*Contact us*/
.contact-us-content {
	padding-top: 110px;
	padding-bottom: 120px;
}
.contact-us-content h2 {
	color: #fff;
}
.contact-us-content h4 {
	text-transform: unset;
	color: #209bcc;
	font-size: 24px;
	margin-bottom: 25px;
}
.contact-us-content b, .contact-us-content strong {
	font-family: "Avenir Heavy", sans-serif;
}
.contact-us-content a {
	color: #cc7b21;
	font-weight: 700;
}
.contact-us-address {
	padding-left: 55px;
	position: relative;
}
.contact-us-address:before {
	content: '\f3c5';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #209bcc;
	position: absolute;
	left: 20px;
	top: 0;
}
.contact-us-content .half:first-child {
	padding-right: 60px;
}
.contact-us-form {
	padding: 52px;
	border-radius: 4px;
}
.contact-us-form span {
	margin-bottom: 10px;
	display: block;
}
.contact-us-form textarea {
	width: 100%;
	height: 150px;
	border: none;
	background-color: #0a5e80;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	resize: none;
}
.contact-us-map {
	height: 420px;
	position: relative;
}
.contact-us-map:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background-color: rgba(10, 94, 128, 1);
	mix-blend-mode: hard-light;
	top: 0;
	left: 0;
}
.contact-us-map iframe {
	width: 100% !important;
	height: 100% !important;
}
/*Service inside*/
.service-inside-content {
	padding-top: 100px;
	padding-bottom: 110px;
	font-size: 18px;
}
.service-heading {
	width: calc(100 - 325px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.service-heading h1 {
	width: 100%;
	padding-right: 50px;
}
.service-address {
	padding: 35px;
	color: #fff;
	width: 325px;
}
.service-address i {
	font-size: 48px;
	margin-bottom: 15px;
}
.service-address h4 {
	text-transform: uppercase;
	font-size: 18px;
}
.service-address p {
	font-size: 18px;
	margin-bottom: 0;
}
.accordion-item {
	margin-bottom: 10px;
}
.accordion-item-q {
	text-transform: uppercase;
	font-family: "D-DIN Bold", sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 20px 65px 20px 40px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.accordion-item-a a {
	color: #209bcc;
}
.accordion-item-q:after {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	color: #fff;
	position: absolute;
	right: 38px;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.accordion-item-q.opened:after {
	content: '\f068';
}
.accordion-item-a {
	padding: 20px 50px 20px 40px;
	display: none;
	background-color: #f0f7fa;
	text-align: left;
	color: #3d3f40;
}
.accordion-item-a p {
	color: #3d3f40;
}
.accordion-item-a p:last-child {
	margin-bottom: 0;
}
.service-inside-team {
	padding-top: 85px;
	padding-bottom: 80px;
	text-align: center;
}
.service-inside-team .col-lg-3 {
	padding-bottom: 70px;
}
.service-inside-team h2 {
	margin-bottom: 35px;
}
.service-inside-team .row {
	justify-content: center;
}
.service-inside-team-item {
	height: 100%;
	text-align: center;
	background-color: #fff;
	padding: 40px 10px 50px 10px;
	position: relative;
}
.service-inside-team-item-thumb {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 10px solid #209bcc;
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
    background-position:top center;
    background-size: cover;
}
.service-inside-team-item a h3 {
	color: #209bcc;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.service-inside-team-item ul {
	display: flex;
    justify-content: center;
}
.service-inside-team-item li, .service-inside-team-item ul {
	margin-bottom: 0;
	color: #3d3f40;
	font-size: 14px;
}
.service-inside-team-item a.arrow-gradient {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
/*About page*/
.missions {
	padding-top: 80px;
	padding-bottom: 100px;
}
.missions-list .row {
	justify-content: center;
}
.missions-list-item {
	height: 400px;
}
.missions-list .col-lg-4 {
	padding-bottom: 30px;
}
.missions-list-item-face {
	padding: 80px 60px;
}
.missions-list-item span {
	width: 135px;
	height: 135px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 26px;
	backface-visibility:hidden;
}
.missions-list-item span:before {
	border: 10px solid #209bcc;
	width: 125px;
	height: 125px;
	content: '';
	display: block;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
}
.missions-list-item span img {
	position: relative;
	z-index: 1;
}
.missions-list-item h3 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.missions-list-item-back {
	overflow: hidden;
	padding: 33px;
	text-align: left;
}
.missions-list-item-back span {
	position: absolute;
	top: -38px;
	right: -30px;
}
.missions-list-item-back h3 {
	padding-right: 85px;
	color: #209bcc;
	min-height: 66px;
}
.missions-list-item-back p {
	font-size: 17px;
}
.about-president {
	padding-top: 110px;
	padding-bottom: 120px;
}
.about-president-photo {
	width: 38%;
	position: relative;
}
.about-president-text {
	width: 62%;
	padding-left: 35px;
}
.about-president-photo span {
	height: 618px;
	width: calc(100% - 20px);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.about-president-photo-text {
	width: calc(100% - 20px);
	margin-left: 20px;
	background-color: #cc7b21;
	display: block;
	margin-top: 150px;
	padding-top: 500px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	color: #fff !important;
}
.about-president-photo-text p {
	margin-bottom: 0;
	font-style: italic;
	font-size: 16px;
	color: #fff !important;
}
.about-president-photo-text h4 {
	font-size: 24px;
	text-transform: none;
}
.about-president-text p {
	color: #3d3f40;
	margin-bottom: 15px;
}
.flip-box {
	background-color: transparent;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
/* Style the back side */
.flip-box-back {
	transform: rotateY(180deg);
	z-index:2;
}
.about-history {
	padding-bottom: 120px;
	padding-top: 100px;
}
.about-history h4 {
	font-size: 18px;
	color: #cc7b21;
	margin-bottom: 30px;
}
.about-history-slider .slick-track {
	display: flex;
}
.about-history-slider .slick-track {
	display: flex;
}
.about-history-slider .slick-slide {
	height:auto;
}
.about-history-slider .slick-slide div {
	height:100%;
}
.about-history-slider-item {
	position: relative;
}
.about-history-slider-item-text h3 {
	text-transform: uppercase;
	font-size: 32px;
	color: #209bcc;
	margin-bottom: 10px;
}
.about-history-heading {
	margin-bottom: 2em;
}
.about-history-slider-item-text {
	color: #3d3f40;
	padding: 45px 370px 25px 55px;
	width: calc(100% - 100px);
}
.about-history-slider-item span {
	width: 392px;
	height: 177px;
	position: absolute;
	display: block;
	top: 46px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.about-history-slider {
	padding-top: 25px;
}
.narrow-container {
	width: 100%;
	max-width: 920px;
}
.faq {
	padding-top: 100px;
	padding-bottom: 120px;
}
.faq-heading {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
}
.faq-heading h2 {
	margin-bottom: 35px;
}
.physicians-list-heading {
	margin-bottom: 2em;
}
.foundation-board.physicians-list .col-lg-3 {
	padding-bottom: 30px;
}
.foundation-board.physicians-list .col-lg-3 p {
	text-transform: uppercase;
	font-size: 14px;
}
.default-styles .bordered {
	padding: 24px 75px;
	border: 1px solid #cc7b21;
	margin-bottom: 35px;
}
.default-styles .bordered ul li {
	padding-left: 0;
}
.default-styles .bordered ul li:before {
	display: none;
}
.visitors-bottom {

	position: relative;
	color: #fff;
}
.visitors-bottom .col-lg-6 {
	padding-top: 100px;
	padding-bottom: 120px;
	position:relative;
}
.visitors-bottom li {
	margin-bottom: 8px;
}
.visitors-bottom-left-img, .visitors-bottom-right-img {
	height: 100%;
	width: 50vw;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
	z-index:0;
}
.visitors-bottom-left-img:after, .visitors-bottom-right-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	mix-blend-mode: darken;
}
.visitors-bottom-content {
	position:relative;
	z-index:1;
}

.visitors-bottom .col-lg-6:first-child .visitors-bottom-content {
	padding-right:16.6666%;
}
.visitors-bottom .col-lg-6:last-child .visitors-bottom-content {
	padding-left:16.6666%;
}
.visitors-bottom-left-img {
	right: 0;
}
.visitors-bottom-right-img {
	left: 0;
}
.missions-heading {
	min-height: 40px;
	margin-bottom: 2em;
}
.heart-program-docs-links {
	width: 100%;
}
.heart-program-docs-links li {
	margin-bottom: 10px;
}
.heart-program-docs-links li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.heart-program-docs-links li a i {
	font-size: 24px;
}
.heart-program-docs-links li span {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #cc7b21;
}
.heart-program-docs-links li p {
	margin-bottom: 0;
	font-size: 17px;
	font-family: "D-DIN Bold", sans-serif;
	text-transform: uppercase;
	padding: 13px 30px;
	background-color: #f0f7fa;
	border-radius: 30px;
	color: #209bcc;
	margin-left: 10px;
}
.heart-program-docs-links li a:hover span {
	background-color: #cc9921;
}
.heart-program-docs-links li a:hover p {
	color: #ce9f2f;
}
.heart-program-docs {
	padding: 30px 35px 35px 35px;
	margin-top: 30px;
}
.heart-program-docs h4 {
	font-size: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 50px;
	margin-bottom: 30px;
}
.heart-program-hero {
	padding-top: 140px;
	padding-bottom: 60px;
}
.heart-program-hero h1 {
	font-size: 54px;
	color: #fff;
	text-transform: none;
	padding-top: 15px;
	margin-bottom: 0;
}
.heart-program-hero-video-wrapper {
	position: relative;
}
.heart-program-hero-video {
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 56.25%;
	z-index: 3;
}
.heart-program-hero-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.heart-program-hero .col-lg-7, .heart-program-content .col-lg-7 {
	padding-right: 80px;
}
.heart-program-content {
	padding-top: 145px;
	padding-bottom: 140px;
}
.blog-inside-hero {
	padding-top: 70px;
	padding-bottom: 125px;
	background-image: url(assets/img/bg/blog_inside_hero_bg.jpg);
}
.blog-inside-hero h1 {
	font-size: 54px;
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
}
.facilities-inside-hero h1 {
	padding-right: 10%;
}
.facilities-inside-hero {
	color: #fff;
	padding-top: 110px;
	padding-bottom: 100px;
}
.facilities-inside-hero-thumb {
	top: -40px;
}
.blog-inside-hero-date {
	font-family: "D-DIN Bold", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	position: relative;
	line-height: 50px;
	margin-bottom: 32px;
}
.blog-inside-hero-date:after {
	display: inline-block;
	content: '';
	height: 10px;
	width: 76px;
	background-color: #cc7b21;
	left: 20px;
	position: absolute;
	bottom: 0;
}
.blog-inside-hero-thumb {
    width: calc(100% - 30px);
    height: 420px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 15px;
}
.writtenby {
	max-width: 540px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #209bcc;
	border-bottom: 1px solid #cc7b21;
	margin-bottom: 65px;
}
.writtenby p {
	font-family: "D-DIN Bold", sans-serif;
	margin-bottom: 0;
}
.writtenby a {
	color: #209bcc;
}
.blog-inside-content h2, .blog-inside-content h3, .blog-inside-content h4, .blog-inside-content h5 {
	color: #209bcc;
	text-transform: uppercase;
}
.blog-inside-content {
	padding-bottom: 80px;
	padding-top:60px;
}
.lp-open-positions .accordion-item {
	margin-bottom: 20px;
}
.lp-open-positions .accordion-item .accordion-item-q.opened {
	background: #209bcc;
	border-bottom: 1px solid #065291;
}
.lp-open-positions .accordion-item .accordion-item-a {
	background-color: #f0f7fa;
}
.lp-open-positions {
	padding-top: 90px;
	padding-bottom: 120px;
}
.lp-open-positions-load-more {
	padding-top: 55px;
}
.lp-contact {
	padding-top: 110px;
	padding-bottom: 130px;
	color: #fff;
}
.lp-contact h2 {
	color: #fff;
}
.lp-hero {
	padding-top: 41.6%;
	color: #fff;
	position:relative;
}
.lp-hero h1 {
	margin-bottom: 20px;
}
.lp-hero p {
	font-size: 32px;
}
.lp-hero .container {
	position:absolute;
	top:50%;
	left:0;
	right:0;
}
.lp-features .flex h2 {
	width: 33%;
	padding-right: 15px;
}
.lp-features .flex .lp-features-list {
	width: 67%;
}
.lp-features {
	padding-top: 70px;
	padding-bottom: 70px;
}
.lp-features-list-item {
	text-align: center;
	padding: 45px 20px;
	background-color: #41aad4;
	width: 25%;
}
.lp-features-list-item:not(:last-child) {
	border-right: 1px solid #209bcc;
}
.lp-features span {
	height: 105px;
	width: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}
.lp-features span:before {
	content: '';
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	z-index: 0;
}
.lp-features span img {
	position: relative;
	z-index: 1;
}
.lp-features-list-item h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
}
/*Resources*/
.resources-documents:nth-child(odd) {
	background-color: #f0f7fa;
}
.resources-documents:nth-child(odd) .documents-content-links p {
	background-color: #fff;
}
.resources-three-cols-item {
	padding: 70px 75px 90px 75px;
	width: 33.3333%;
}
.resources-three-cols-item h3 {
	font-size: 32px;
	text-transform: uppercase;
}
.resources-three-cols-item p {
	font-size: 20px;
}
.resources-transparency {
	padding-top: 115px;
	padding-bottom: 130px;
}
.resources-transparency-text ul {
	margin-bottom: 1.5em;
}
.resources-transparency .documents-content-links {
	padding-left: 0;
	padding-top: 45px;
	width: 55%;
}
.undercut {
	display:none;
}
#undercut-toggle {
	margin-top:20px;
}
.recaptcha-footer {
	font-size:10px;
	text-align:center;
	padding:10px;
}
.recaptcha-footer a {
	color:#000;
	text-transform:none !important;
	font-size:10px!important;
}
.grecaptcha-badge { 
    display:none !important;
}
.covid-banner {
	color:#fff!important;
	padding:25px 15px;
	background: rgb(204, 153, 33);
    background: linear-gradient(90deg, rgba(204, 153, 33, 1) 0%, rgba(204, 123, 33, 1) 100%);
    font-family: "D-DIN Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;  
    text-align: center;
	display:block;
	
}

.cfb-layout-2 .flipbox-back-layout h4 {font-family: 'Avenir Heavy' !important;}

body.page-template-tpl-landing header,
body.page-template-tpl-landing footer {display: none;}
body.page-template-tpl-landing p {font-weight: inherit !important;}
body.page-template-tpl-landing h1 {margin-bottom: 20px;}
body.page-template-tpl-landing .elementor-widget-video {max-width: 500px; margin: 0 auto;}
body.page-template-tpl-landing .elementor-18477 .elementor-element.elementor-element-6eb434c > .elementor-widget-container {display: inline-block; padding: 10px;}
body.page-template-tpl-landing .elementor-button-link {min-width: 190px;}

.wpcf7#wpcf7-f18492-p18486-o1 label {display: block;}
.wpcf7#wpcf7-f18492-p18486-o1 span.wpcf7-form-control-wrap {display: block;}
.wpcf7#wpcf7-f18492-p18486-o1 input[type="radio"] {height: auto;}
.wpcf7#wpcf7-f18492-p18486-o1 label {margin-bottom: 5px;}
.wpcf7#wpcf7-f18492-p18486-o1 .wpcf7-form-control.wpcf7-radio {margin-top: 15px;}
.wpcf7#wpcf7-f18492-p18486-o1 .wpcf7-form-control.wpcf7-radio span {display: inline-block;}
.wpcf7#wpcf7-f18492-p18486-o1 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {margin-left: 0px;}
.wpcf7#wpcf7-f18492-p18486-o1 input[type="text"],
.wpcf7#wpcf7-f18492-p18486-o1 input[type="email"],
.wpcf7#wpcf7-f18492-p18486-o1 input[type="tel"],
.wpcf7#wpcf7-f18492-p18486-o1 input[type="date"],
.wpcf7#wpcf7-f18492-p18486-o1 select {height: 45px;}
.wpcf7#wpcf7-f18492-p18486-o1 p {margin-top: 15px; margin-bottom: 10px;}

#tpbr_topbar a.link {color: #ffffff; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;}

/*Responsive*/
@media (max-width: 1300px) {
	.homepage-hero, .default-hero {
		background-position: right 40% top 0;
	}
	.default-hero {
		background-position: right 30% top 0;
	}
	.lp-hero .container {
		top:40%;
	}
	.lp-hero p {
    	margin-bottom: 20px;
	}
}
@media (max-width: 966px) {
	.lp-hero .container {
		position:relative;
		top:unset;
	}
	.mobile-header-right {
		display: block;
	}
	.header-nav, .header-top {
		display: none;
	}
	.header-mobile-phone {
		display: inline-block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		color: #fff;
		background-color: #cc7b21;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
		vertical-align: middle;
		line-height: 40px;
		text-align: center;
	}
	#mobile-menu-toggle {
		display: inline-block;
		width: 40px;
		vertical-align: middle;
		z-index: 999;
		position: relative;
	}
	#mobile-menu-toggle span {
		height: 2px;
		display: block;
		background-color: #209bcc;
	}
	#mobile-menu-toggle span:not(:last-child) {
		margin-bottom: 13px;
	}
	#mobile-menu-toggle.opened span {
		background-color: #fff;
	}
	.header-main {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.header-logo {
		width: 166px;
	}
	#mobile-menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		overflow-y: scroll;
		height: 100vh;
	}
	.mobile-menu-nav > nav > ul > li.menu-item-has-children > a > span {
		font-size: 18px;
		position: absolute;
		margin-left: 10px;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 53px;
		right: 10px;
		z-index: 2;
	}
	.mobile-menu-nav > nav > ul > li.menu-item-has-children > a > span:after {
		content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: block;
		color: #cc7b21;
	}
	.mobile-menu-nav > nav > ul > li.menu-item-has-children > a > span.opened:after {
		content: '\f077';
	}
	.mobile-menu-top {
		padding: 80px 30px 25px 30px;
	}
	.mobile-menu-top {
		width: 100%;
	}
	.header-top-search {
		width: calc(100% - 150px);
	}
	.header-top-search .sf-field-search {
		width: calc(100% - 50px);
	}
	.mobile-menu-top nav ul {
		padding-top: 30px;
	}
	.mobile-menu-top nav ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.mobile-menu-top nav ul li a {
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
	}
	.mobile-menu-nav {
		padding: 40px 0 15px 0;
		background-color: #fff;
	}
	.mobile-menu-nav > nav > ul > li {
		position: relative;
	}
	.mobile-menu-nav > nav > ul > li > a {
		color: #209bcc;
		font-size: 24px;
		text-transform: uppercase;
		font-family: "D-DIN Bold", sans-serif;
		padding: 13px 30px 13px 30px;
		display: block;
		position: relative;
	}
	.mobile-menu-nav > nav > ul > li > a:hover {
		color: #cc7b21;
	}
	.mobile-menu-nav > nav > ul > li > ul.sub-menu {
		padding-top: 30px;
		padding-bottom: 10px;
		background-color: #f0f7fa;
		display: none;
	}
	.mobile-menu-nav > nav > ul > li > ul.sub-menu > li {
		margin-bottom: 25px;
	}
	.mobile-menu-nav > nav > ul > li > ul.sub-menu > li > a {
		text-transform: uppercase;
		padding-right: 30px;
		padding-left: 30px;
		font-size: 15px;
		color: #3d3f40;
		display: block;
	}
	#mobile-menu-toggle.opened span:first-child {
		-webkit-transform: rotate(45deg) translateY(10px) translateX(11px) translateZ(0);
		transform: rotate(45deg) translateY(10px) translateX(11px) translateZ(0);
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#mobile-menu-toggle.opened span:nth-child(2) {
		-webkit-transform: rotate(-45deg) translateY(0) translateX(0) translateZ(0);
		transform: rotate(-45deg) translateY(0) translateX(0) translateZ(0);
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#mobile-menu-toggle.opened span:last-child {
		display: none;
	}
	#overlay.opened {
		display: block;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.85);
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
	}
	header .wide-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.footer-main {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.footer-main-nav {
		display: none;
	}
	.footer-main .flex, .footer-bottom .flex {
		flex-wrap: wrap;
	}
	.footer-bottom .flex {
		justify-content: center;
		text-align: center;
	}
	.footer-logo {
		width: 100%;
		margin-bottom: 45px;
		text-align: center;
	}
	.footer-bottom .flex ul, .footer-bottom .flex p {
		width: 100%;
	}
	.footer-address, .footer-banner {
		width: 50%;
	}
	.footer-banner {
		text-align: center;
	}
	.footer-bottom ul {
		justify-content: center;
		padding-top: 20px;
	}
	footer .container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.homepage-hero {
		padding: 0;
	}
	.homepage-hero .container {
		background: #0a5e80;
		padding: 30px;
	}
	.homepage-hero-mobile-thumb {
		height: 370px;
		background-repeat: no-repeat;
		background-position: right top;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.homepage-hero-slider-item-content {
		width: 100%;
	}
	.homepage-hero p {
		font-size: 17px;
	}
	h1, p.big-title, .homepage-hero p.big-title {
		font-size: 36px;
	}
	body {
		font-size: 17px;
	}
	h2 {
		font-size: 32px;
	}
	h4 {
		font-size: 24px;
	}
	.flex {
		flex-wrap: wrap;
	}
	.half {
		width: 100%;
	}
	.half:first-child {
		margin-bottom: 30px;
	}
	.healthelife {
		padding-top: 45px;
		padding-bottom: 65px;
		text-align: center;
	}
	.healthelife .app-img img {
		margin-left: auto;
	}
	.crisp-new {
		padding: 45px 0px;
	}
	.telehealth {
		padding-top: 45px;
		padding-bottom: 65px;
		text-align: center;
	}
	p {
		margin-bottom: 1em;
	}
	.telehealth .half p {
		margin-bottom: 20px;
	}
	.telehealth .half:last-child:after {
		top: unset;
		transform: unset;
		right: unset;
		z-index: 0;
		background-repeat: no-repeat;
		background-position: center;
		bottom: -60px;
		left: 50%;
	}
	.homepage-about-bg {
		position: relative;
		width: 100%;
		height: 310px;
	}
	.homepage-about .half {
		margin-left: 0;
		padding-top: 60px;
		padding-bottom: 50px;
		position: relative;
		padding-left: 30px;
	}
	.video-link {
		height: 120px;
		width: 120px;
		border-radius: 50%;
		display: flex;
		border: 10px solid #fff;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 50%;
		top: -60px;
		transform: translateY(0);
		transform: translateX(-50%);
	}
	.homepage-about .half p {
		margin-bottom: 20px;
	}
	.homepage-for-patients {
		padding: 50px 0 70px 0;
		text-align: center;
	}
	.homepage-for-patients .half p {
		margin-bottom: 20px;
	}
	.homepage-services .half:first-child {
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 55px;
		padding-bottom: 60px;
		position: relative;
		text-align: center;
	}
	.homepage-services .half:first-child h2 {
		text-align: center;
	}
	.homepage-service-bg {
		position: relative;
		width: 100%;
		height: 450px;
		background-position: top center;
	}
	.homepage-services .container {
		padding-left: 0;
		padding-right: 0;
	}
	.homepage-services a.more {
		margin: 0 auto;
	}
	.homepage-services-list li {
		text-align: left;
	}
	.homepage-latest-news {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.homepage-latest-news-heading a.more {
		top: 0;
		right: 30px;
	}
	.homepage-latest-news-slider {
		padding-top: 30px;
	}
	.sign-up .container {
		position: relative;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sign-up .container:after {
		display: none;
	}
	.sign-up-form form span.wpcf7-form-control-wrap {
		width: calc(50% - 1px);
		margin-right: 0;
		margin-bottom: 10px;
	}
	.sign-up-form form span.wpcf7-form-control-wrap:first-child {
		margin-right: 1px;
	}
	input[type="submit"] {
		width: 100%;
	}
	.default-styles p {
		font-size: 17px;
		margin-bottom: 1em;
	}
	.about-president-photo {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-president-text {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-history-slider-item-text {
		color: #3d3f40;
		padding: 30px;
		width: 100%;
	}
	.about-history-slider-item span {
		display: none;
	}
	.missions-list-item h3 {
		font-size: 18px;
	}
	.half-image-img {
		position: relative;
		height: 450px;
		width: 100%;
	}
	.half-image.image-left .half {
		margin-left: 0;
		padding-left: 0;
	}
	.documents-content-text {
		margin-bottom: 30px;
	}
	.documents-content-text, .documents-content-links {
		width: 100%;
		padding: 0;
	}
	.plain-text {
		font-size: 17px;
	}
	.application-form .half:last-child {
		border-left: 0;
		padding-left: 0;
	}
	.service-heading h1 {
		margin-bottom: 30px;
	}
	.physicians-inside-address-text,
	.physicians-inside-address-map {
		width: 100%;
	}
	.physicians-inside-address-text {
		margin-bottom: 30px;
	}
	.resources-three-cols-item {
		padding: 50px;
		width: 100%;
	}
	.resources-transparency .documents-content-links {
		width: 100%;
	}
	.missions-heading {
		min-height: 0;
	}

	.heart-program-hero-video {
		position: relative;
	}
	.heart-program-hero .col-lg-7, .heart-program-content .col-lg-7 {
		padding-right: 15px;
	}
	.blog-list-item-thumb, .blog-list-item-text {
		width: 100%;
		padding: 0;
	}
	.lp-features .flex h2, .lp-features .flex .lp-features-list {
		width: 100%;
	}
	.lp-features .flex h2 {
		padding-right: 0;
		text-align: center;
	}
	.lp-hero {
		padding-top: 0;
		padding-bottom: 0;
	}
	.lp-hero, .lp-hero .container {
		background: #0a5e80 !important;
	}
	.lp-hero .container {
		padding: 30px;
	}
	.lp-hero-mobile-thumb {
		padding-top: 41.6%;
		-webkit-background-size: 100% auto;
		background-size: 100% auto ;
		background-position: top center;
	}
	.plain-text, .missions, .about-president, .about-history, .faq,
	.staff-list, .half-image .half, .physicians-list, .documents, .services-list,
	.service-inside-content, .service-inside-team, .physicians-inside-address, .facilities-list,
	.facilities-single-main, .facilities-single-facts, .resources-transparency, .plain-text.large-spaced,
	.contact-us-content, .heart-program-content, .blog-list, .lp-open-positions, .lp-contact {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.col-md-12:first-child {
		margin-bottom: 30px;
	}
	.lp-hero p {
		font-size: 24px;
	}



}
@media (max-width: 769px) {
	.documents h2 {
    	padding-right: 0;
	}
	.blog-inside-hero h1 {
		    font-size: 36px;
	}
	.heart-program-hero {
		padding-top:60px;
	}
	.heart-program-hero h1 {
		font-size: 34px;
	}
	.visitors-bottom-left-img, .visitors-bottom-right-img {
		width: 100%;	
	}
	.visitors-bottom .container {
		padding-left:0;
		padding-right:0;
	}
	.visitors-bottom .visitors-bottom-content {
		padding-left:30px !important;
		padding-right:30px !important;	
	}
	.visitors-bottom .col-lg-6 {
    	padding-top: 50px;
    	padding-bottom: 50px;
    	position: relative;
	}
	.default-hero {
		height: auto;
		min-height: 300px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.staff-list-content-item-thumb {
		height: 370px;
	}
	.physicians-inside-bio-block h4, .physicians-inside-bio-block .physicians-inside-bio-block-text {
		width: 100%;
		border: none;
		padding: 0;
	}
	.physicians-inside-bio-block h4 {
		margin-bottom: 30px;
	}
	.physicians-inside-bio-block {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.blog-inside-hero-thumb {
		display: none;
	}
	.default-styles .bordered {
		padding: 24px;
	}
	.lp-features-list-item {
		text-align: center;
		padding: 45px 20px;
		background-color: #41aad4;
		width: 50%;
		border-bottom: 1px solid #209bcc;
	}
}
@media (max-width: 600px) {

	.default-hero.about {
		background-position: right 30% top 0!important;
	}
	.contact-us-content .half:first-child {
		padding-right:0;
	}
	.default-hero h1 {
		padding-right:0;
	}
	.plain-text p br{
		display:none;
	}
	.homepage-hero-mobile-thumb {
		    background-position: right 15% top 0;
	}
	.homepage-hero-slider-item-btns li, .homepage-hero-slider-item-btns li a{
		    width: 100%;
		margin-right:0;
	}
	.lp-features-list-item {
		width: 100%;
		border-right: none;
	}
	.default-hero {
		background-position: right 40% top 0;
	}
	.contact-us-form {
		padding: 20px;
		border-radius: 4px;
	}
	.homepage-services-list li a {
		padding-left: 15px;
	}
	.homepage-latest-news-heading a.more {
		font-size:14px;
	}
	.homepage-services .half:first-child {
		padding-bottom:30px;
	}
	.half-image.image-right .half {
		padding-right:0;
	}
	.physicians-inside-hero-title {
    	padding-right: 0;
    	width: 100%;
    	padding-bottom: 40px;
	}
	.facilities-inside-hero h1 {
   	 	padding-right: 0;
	}
}

/* Pink Styles
#wpfront-notification-bar, #wpfront-notification-bar-editor {background: #f1619c !important;}
.orange {background-color: #f1619c !important;}

.header-top-social a,
a.more:after {background-color: #e93888 !important;}

.header-top-social a:hover,
a.more:hover:after {background-color: #ef6aa6 !important;}

a.more:hover,
.header-nav nav > ul > li:hover > a,
.header-nav nav > ul > li.ubermenu-current-menu-item > a,
.ubermenu .ubermenu-submenu ul li a.ubermenu-target:hover, 
.ubermenu-submenu ul li a:hover, 
.ubermenu-submenu-type-flyout a:hover,
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator,
.mobile-menu-nav > nav > ul > li > a:hover,
.mobile-menu-nav > nav > ul > li.menu-item-has-children > a > span:after,
footer a:hover {color: #f1619c !important;}

.gradient,
.footer-bottom li a,
.header-mobile-phone,
a.btn, .btn a, .homepage-hero-slider-item-btns a, input.btn {background: #e93888; background: linear-gradient(90deg, rgba(241, 97, 156, 1) 0%, rgba(233, 56, 136, 1) 100%);}

.footer-bottom li a:hover,
.header-mobile-phone:hover,
a.btn:hover, .btn a:hover, .gradient:hover, .homepage-hero-slider-item-btns a:hover {background: rgb(241, 97, 156); background: linear-gradient(90deg, rgba(241, 97, 156, 1) 0%, rgba(241, 97, 156) 100%);}

.homepage-for-patients-links li {background-color: #f379ab;}
.homepage-for-patients-links li:hover {background-color: #e93888;}
.homepage-for-patients-links li span i {color: #f379ab; border: 10px solid #f379ab;}
.homepage-for-patients-links li:not(:last-child) {border-right: 1px solid #f1619c;}

.homepage-for-patients a.more:after {background-color: #fff !important;}
.homepage-for-patients a.more:hover {color: #ffe5f0 !important;}

.homepage-hero p,
.homepage-hero-slider-item-btns {display: none;}

.homepage-hero {padding-top: 240px; padding-bottom: 300px;}
.homepage-hero h1 {font-size: 44px; font-weight: 400; padding-left: 17%; font-family: 'D-DIN';}
.homepage-hero h1 span {display: block; font-size: 64px; font-family: "D-DIN Bold", sans-serif;}
.homepage-hero-slider-item-content {width: 100%;}

#wpfront-notification-bar div.wpfront-close {top: 10px !important; border: 1px solid #f1619c !important; background-color: #f1619c !important;}

.footer-additional-links ul li {border-right: 1px solid #f1619c;}

@media (max-width: 1370px) {
	.homepage-hero h1 {padding-left: 0;}
}

@media (max-width: 966px) {
	.homepage-hero-mobile-thumb {background-size: cover;}
	.homepage-hero {padding: 0;}
	.homepage-hero h1 {font-size: 32px;}
	.homepage-hero h1 span {font-size: 46px;}
}

@media (max-width: 966px) {
	.homepage-hero-mobile-thumb {background-position: right 0% top 0;}
}
Pink Styles End */