/*
Theme Name: Innovative PT
Theme URI: http://www.tbd.com
Author: Sussman Consultants
Author URI: http://www.sussmanconsultants.com
Description:
*/
/* ---------------------------------------------------------
	1. General reset
	2. Common site styles
	3. Styles for responsive breakpoints
	---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. General reset
	---------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
* {max-height: 100000em;}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
	margin:0;
	color: #000000;
	font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	background: #fff;
	/* min-width: 100%; */
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {display: block;}
img {
	max-width: 100%;
	border-style:none;
	vertical-align: top;
}
/* set styles for default page links */
a {
	text-decoration:underline;
	color:#fe5b35;
}
a:hover{text-decoration: none;}
/* set default styles in all browsers */
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
	content: '';
	content: none;
}
input[type="submit"]:hover{cursor:pointer;}
input[type="submit"]::-moz-focus-inner{
	border:0;
	padding:0;
}
input [type="email"],
input [type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	/* -webkit-appearance:none; */
	-webkit-border-radius:0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {margin: 0 0 1.2em;}
/* ---------------------------------------------------------
	2. Сommon site styles
	---------------------------------------------------------*/
/* main container styles */
#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* header styles */
#header{
	width: 100%;
	position: relative;
	z-index: 3;
	border-bottom: 10px solid #fff;
	box-shadow: 5px 0 11px rgba(0,0,0,0.45);
	background: #012d6b url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMmQ2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAxMmM2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAxMWQ0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #012d6b 0%, #012c68 32%, #011d45 81%, #01193b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012d6b), color-stop(32%,#012c68), color-stop(81%,#011d45), color-stop(100%,#01193b));
	background: -webkit-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: -o-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: -ms-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: linear-gradient(to bottom,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
}
.header-holder{
	width: 100%;
	max-width:990px;
	margin: 0 auto;
	position: relative;
	padding: 20px 35px 6px 45px;
}
.header-holder:after{
	content: "";
	display: block;
	clear: both;
}
/* page logo styles */
.logo{
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 195px;
	height: 201px;
	margin: 0 0 0 -97px;
}
.logo img{display:block;}

.logo-v3 {
	/*
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 195px;
	height: 201px;
	margin: 0 0 0 -97px;
	*/
		position: absolute;
    bottom: 30px;
    left: 50%;
    width: 190px;
    height: 84px;
    margin: 0 0 0 -96px;
}

.logo-v3 img{display:block;}

.header-frame{overflow: hidden;}
.header-block{
	font-size: 19px;
	line-height: 23px;
	font-weight: 800;
	text-transform: uppercase;
	color: #72f5fd;
	float: left;
	width: 350px;
	margin: 0 0 14px;
}
.header-block p{margin: 0 0 10px;}
.header-block .tel{
	font-size: 30px;
	line-height: 34px;
	display: block;
	margin: 0 0 2px;
}
.header-block .tel a{
	color: #72f5fd;
	text-decoration: none;
}
.header-block .tel a:hover{color: #ffd24f;}
.contact-list{
	float: right;
	padding: 6px 0 0;
	margin: 0;
	list-style:none;
}
.contact-list li{
	float: left;
	margin: 0 4px;
}
.contact-list a{
	width: 36px;
	height: 36px;
	display: block;
	/* text-indent: 9999px; */
	text-decoration: none;
	overflow: hidden;
	border-radius: 50%;
}
.contact-list a:hover{opacity: 0.8;}
.contact-list .tel{background-position: -4px 0;}
.contact-list .appointment{background-position: -51px 0;}
.contact-list .map{background-position: -99px 0px;}
/* main navigation of the page */
#nav{
	overflow: hidden;
	font-weight: 800;
	padding: 0 0 15px;
}
#nav ul{
	width: 330px;
	float: left;
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
}
#nav ul+ul{float: right;}
#nav li{
	display:inline-block;
	vertical-align:top;
}
#nav li+li{margin: 0 0 5px 58px;}
/* #nav ul+ul li+li{margin: 0 0 5px 20px;} */
#nav a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover,
#nav .active a{color: #ffd24f;}
/* main informative part styles */
#main{
	width: 100%;
	overflow: hidden;
}
/* gallery styles */
.gallery {
	width: 100%;
	position: relative;
	margin: 0 0 42px;
}
.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gallery .slideset {
	width: 100%;
	float: left;
}
.gallery .slide {
	width: 100%;
	float: left;
	display: none;
	position: absolute;
}

.gallery .slide.last {
	position: relative;
}
.gallery .slide img{
	display: block;
	width: 100%;
	height: auto;
}
.gallery .slide.active{display: block;}
.gallery .text-block{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	max-width:990px;
	padding: 47px 35px 20px;
	margin: 0 auto;
	text-align: right;
}
.gallery .text-block:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	height: 100%;
}
.gallery .text-holder{
	width: 495px;
	display:inline-block;
	vertical-align:middle;

}
.patient-info .gallery .text-holder {margin-right:10px;}
.contact .gallery .text-holder {margin-left:15px;}
.gallery h1{
	font-size: 40px;
	line-height: 44px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.gallery p{
	margin: 0 0 18px;
	font-size: 16px !important;
	line-height: 21px !important;
	font-weight: 600 !important;
}
.gallery .button{
	background: #f7a119;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 auto;
	width: 213px;
	text-decoration: none;
}
.gallery .button:hover{background: #515151;}
.pagination{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}
.pagination ul{
	padding:0;
	margin:0;
	list-style:none;
}
.pagination li{
	display:inline-block;
	vertical-align:top;
	margin: 0 1px 0 0;
}
.pagination a{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: block;
	text-indent:-9999px;
	overflow:hidden;
}
.pagination a:hover,
.pagination .active a{background: #fff;}
.content-block{
	width: 100%;
	max-width:990px;
	margin: 38px auto 38px;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
}
.content-block p {
	color: #464646;
	font: 500 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:left;
}
.content-block .column{
	display: inline-block;
	vertical-align: top;
	margin: 0 17px;
}
.content-block .img-holder{
	position: relative;
	margin: 0 0 17px;
	border-radius: 50%;
	overflow: hidden;
}
.content-block .img-holder a:before{
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
}
.content-block .img-holder a:hover:before{background: rgba(0,0,0,0.5);}
.content-block .column .img-holder span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
}
.content-block .column .img-holder span:after{
	content: "";
	display:inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 10px 0 0 -5px;
	vertical-align: middle;
}
.content-block .column .img-holder span img{
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
}
.content-block .column .img-holder img{border-radius: 50%;}
.content-block .text-holder{
	display:inline-block;
	vertical-align:top;
	padding: 0 10px;
	width: 200px;
	overflow: hidden;
}
.content-block .style-green a{color: #9ecb6e;}
.content-block .style-orange a{color: #f7a11a;}
.content-block .style-blue a{color: #00aeef;}
.content-block .column a{text-decoration: none;}
.content-block .column .text-holder a:hover{color: #515151;}
/* video block styles */
.video-block{
	width: 100%;
	background: url(images/bg-video-block.jpg) no-repeat;
	background-size: cover;
}
.video-holder{
	width: 100%;
	max-width:990px;
	padding: 27px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.video-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.video-block .text-holder{
	position: relative;
	color: #515151;
	padding: 8px 5px 5px;
	font-size: 21px;
	line-height: 25px;
	width: 500px;
	display: inline-block;
	vertical-align: top;
	z-index: 2;
	margin: 0 0 23px;
}
.video-block .text-holder:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: rgba(255,255,255,0.3);
	z-index: -1;
}
.video-block .text-holder p{margin: 0 0 5px;}
.video-block .video{
	width: 502px;
	margin: 0 auto 32px;
	position: relative;
	padding: 0 28px 0 0;
}
.vid-frame {border: #515151 6px solid;height:272px;}
/* social networks styles */
.social-networks{
	position: absolute;
	top: 0;
	right: 0;
	background: #515151;
	width: 29px;
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.social-networks li{margin: 0 0 14px;}
.social-networks a{
	background: url(images/sprite.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
}
.social-networks .facebook{
	background-position: -1px -51px;
	width: 11px;
	height: 21px;
}
.social-networks .facebook:hover{background-position: -1px -79px;}
.social-networks .youtube{
	background-position: -21px -51px;
	width: 22px;
	height: 26px;
}
.social-networks .youtube:hover{background-position: -21px -85px;}
.social-networks .twitter{
	background-position: -51px -51px;
	width: 20px;
	height: 18px;
}
.social-networks .twitter:hover{background-position: -51px -83px;}
.video-block .button{
	background: #515151;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 800;
	padding: 9px 8px;
	width: 170px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0 0 2px;
	text-decoration: none;
}
.video-block .button:hover{background: #f7a11a;}
/* contact info styles */
.contact-info{
	width: 100%;
	text-align: center;
	padding: 0 0 12px;
	border-bottom: 4px solid #f7a11a;
}
.contact-info:after{
	content: "";
	display: block;
	clear: both;
}
.contact-info ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	color: #515151;
	position: relative;
}
.contact-info li{
	display:inline-block;
	vertical-align:top;
	margin: 0 30px;
	width: 210px;
	position: relative;
}
.contact-info ul:before,
.contact-info ul:after{
	content: "";
	position: absolute;
	top: -2px;
	left: 33%;
	bottom: 8px;
	width: 1px;
	background: #515151;
}
.contact-info ul:after{left: 67%;}
.contact-info ul .ico-holder{margin: 0 0 11px;}
.contact-info ul a{
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	color: #515151;
	text-decoration: none;
}
.contact-info ul a:hover{color: #ffd24f;}
/* footer styles */
#footer{
	width: 100%;
	overflow: hidden;
	background: #012d6b url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMmQ2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzAxMmM2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAxMWQ0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTE5M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #012d6b 0%, #012c68 32%, #011d45 81%, #01193b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012d6b), color-stop(32%,#012c68), color-stop(81%,#011d45), color-stop(100%,#01193b));
	background: -webkit-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: -o-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: -ms-linear-gradient(top,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
	background: linear-gradient(to bottom,  #012d6b 0%,#012c68 32%,#011d45 81%,#01193b 100%);
}
.footer-holder{
	width: 100%;
	max-width:990px;
	margin: 0 auto;
	padding: 30px 10px 12px;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}
.footer-nav{
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	overflow: hidden;
}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
}
.footer-nav li+li{margin: 0 0 0 20px;}
.footer-nav li+li:before{
	content: "";
	display:inline-block;
	vertical-align:top;
	width: 2px;
	height: 14px;
	background: #77cdd2;
	margin: 3px 22px 0 0;
}
.footer-nav a{
	color: #fff;
	text-decoration: none;
}
.footer-nav a:hover{color: #ffd24f;}
/* lightbox styles */
.popup-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,0.39);
}

.popup-style, #reqapp {
	width:410px;
	background:#fff;
}


.popup-style .heading{
	width: 100%;
	background: #b3d88c;
	text-align: center;
	padding: 11px 10px 5px;
	margin: 0 0 19px;
	overflow: hidden;
}
.popup-style .heading h2{
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 5px;
}
/* appointment form styles */
.appointment-form{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #515151;
	padding: 0 30px;
	text-align: center;
	overflow: hidden;
}
.appointment-form .text-holder{
	overflow: hidden;
	margin: 0 -10px;
	letter-spacing: -1px;
}
.appointment-form p{margin: 0 0 20px;}
.appointment-form .row{margin: 0 0 9px;}
.appointment-form .row:after{
	content: "";
	display: block;
	clear: both;
}
.appointment-form label{
	text-align: left;
	width: 110px;
	display:inline-block;
	vertical-align:middle;
	margin: 3px 5px 0 0;
}
.appointment-form input[type="text"],
.appointment-form input[type="tel"],
.appointment-form input[type="email"],
.appointment-form textarea{
	border: 2px solid #a8a8a8;
	border-radius: 2px;
	background: #fff;
	width: 181px;
	height: 24px;
	padding: 0 5px;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	color: #515151;
	-webkit-appearance: none;
	border-radius: 0;
}
.appointment-form textarea{
	width: 100% !important;
	max-width: 100% !important;
	height: 128px;
	min-height: 120px;
	padding: 5px 8px;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 11px;
}
.appointment-form input:-moz-placeholder,
.appointment-form textarea:-moz-placeholder{color:#515151;}
.appointment-form input::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder{color:#515151;}
.appointment-form input::-moz-placeholder,
.appointment-form textarea::-moz-placeholder{
	color:#515151;
	opacity:1;
}
.appointment-form input:-ms-input-placeholder,
.appointment-form textarea:-ms-input-placeholder{color:#515151;}
.appointment-form .select-holder{padding: 10px 0 5px;}
.appointment-form .date-holder{
	width: 150px;
	float: left;
	text-align: left;
}
.appointment-form .input-holder:after{
	content: "";
	display: block;
	clear: both;
}
.appointment-form .date-holder input[type="text"]{
	width: 120px;
	text-align: center;
	padding: 1px 5px 0;
}
.appointment-form .calendar{
	background: url(images/sprite.png) no-repeat -100px -51px;
	height: 26px;
	width: 26px;
	float: right;
	margin: -2px 0 0;
	display: block;
	text-indent:-9999px;
	overflow:hidden;
}
.appointment-form .calendar:hover{opacity: 0.8;}
.appointment-form .select-block{
	float: right;
	width: 120px;
	text-align: left;
}
.appointment-form select{
	width: 100%;
	border: 2px solid #a8a8a8;
	border-radius: 2px;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 5px 1px;
	text-align: center;
	background: #fff;
}
.text-block label{
	text-align: left;
	width: 100%;
	display: block;
	margin: 0 0 6px;
}
.appointment-form input[type="submit"]{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	background: #515151;
	padding: 3px 5px;
	border: none;
	text-transform: uppercase;
	width: 101px;
	height: 35px;
	display: block;
	margin: 0 auto 20px;
}
.appointment-form input[type="submit"]:hover{background: #f7a11a;}
/* ---------------------------------------------------------
	3. Styles for Responsive web design
	---------------------------------------------------------*/
@media only screen and (min-width:1025px){
	.tel a{
		cursor:default;
		pointer-events:none;
	}
}

.contact .gallery .slide .text-block {
	text-align:left !important;
	color:#053e8c !important;
	padding: 47px 0px 20px 30px !important;
}
.contact .gallery .slide .text-block a {
	color:#053e8c !important;
}

.conditions .gallery .slide .text-holder {
	margin-left:40px;
}
.conditions .gallery .slide .text-block {
	text-align:left !important;
	color:#053e8c !important;
	padding: 37px 0px 20px !important;
}
.conditions .gallery .slide .text-block a {
	color:#053e8c !important;
}
.about .gallery .slide .text-block {
	text-align:left !important;
	color:#053e8c !important;
	padding: 15px 0px 20px !important;
}
.about .gallery .slide .text-block a {
	color:#053e8c !important;
}
.about .gallery .slide .text-holder {
	margin-left:40px;
}
.services .gallery .slide .text-block {
	text-align:left !important;
	color:#053e8c !important;
	padding: 1px 0px 20px 30px !important;
}
.services .gallery .slide .text-block a {
	color:#053e8c !important;
}
.services .gallery .slide .text-holder {
	margin-left:12px;
}
.testimonials .gallery .slide .text-block {
	text-align:left !important;
	color:#053e8c !important;
	padding: 1px 0px 20px 30px !important;
}
.testimonials .gallery .slide .text-holder {
	margin-left:12px;
}

.contact-block {margin-bottom:55px;}
.contact-block .contact-info{
  overflow:hidden;
  text-align:center;
  margin:0 auto;
  font:700 20px/27px 'Open Sans', Arial, Helvetica, sans-serif;
}
.contact-block .contact-info p{ margin:0; }
.contact-block h2 {
	  font:800 33px/39px 'Open Sans', Arial, Helvetica, sans-serif;
	  color:#011c42;
	  text-align:left;
}
.contact-block .form-area, .main-contact form {
  float:right;
  margin:2px 19px 0 0;
  padding:0;
  font:700 17px/19px 'Open Sans', Arial, Helvetica, sans-serif;
  width:400px;
  text-align:center;
}
.contact-block textarea,
 .contact-block .main-contact form input[type="email"],
.contact-block .main-contact form input[type="text"],
.contact-block .main-contact form input[type="tel"],
.contact-block .main-contact form input[type="password"]
{
  background:#fff;
  width:100%;
  margin:12px 0 0 0px;
  padding:7px 24px;
  border:1px solid #cacaca;
  color:#2a2a2a;
}
.contact-block address {
	color:#2a2a2a;
	text-align:left;
	 font:700 14px/19px 'Open Sans', Arial, Helvetica, sans-serif;
	 margin-bottom:30px;
}
.time-block ul {list-style:none;margin:0 20px 0 0;padding:0;display:inline-block;vertical-align: top;}
.time-block ul li {margin-bottom:5px;}
.time-block ul li span {
	display:block;
	color:#62c7ce;
}
.time-block ul li span.orange {
	color:#f7a11a;
}
.contact-block .title {
	  font:700 21px/25px 'Open Sans', Arial, Helvetica, sans-serif;
	  margin-bottom:5px;
}
.contact-block .time-block {
	color:#2a2a2a;
	text-align:left;
	 font:700 14px/19px 'Open Sans', Arial, Helvetica, sans-serif;
}
.contact-block .main-contact form select{
  margin:0;
  border: 1px solid #cacaca;
  padding:7px 24px;
	line-height: 16px;
	background-image: url(images/icon-arrow-2x.png);
  background-repeat: no-repeat;
  background-size: 15px 9px;
  background-position: 96% 14px;
}
.contact-block select{
  width:362px;
  padding:0 0 0 21px;
}
.wpcf7-not-valid-tip {
	font-size:11px !important;color:red !important;display:block !important;
}
.screen-reader-response {display:none !important;}
.wpcf7-response-output {color:red;font-size:12px !important;margin-top:5px;}
.wpcf7-mail-sent-ok {color:green !important;font-size:13px !important;}
.contact-block textarea{
  height:105px !important;
  padding:14px 24px;
  overflow:auto;
}
/* placeholder input styles */
::-webkit-input-placeholder { /* WebKit browsers */
  color: #414042;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #414042;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #414042;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #414042;
}
.contact-block .main-contact form .send {
  color:#ffffff;
  text-transform:uppercase;
  font:800 21px/23px 'Open Sans', Arial, Helvetica, sans-serif;
  border:3px solid #f7a11a;
  text-decoration:none;
  padding:2px 16px 5px 19px;
  margin:8px 0 0;
  display:inline-block;
  vertical-align:top;
	background:#f7a11a;
}
.contact-block .progres-holder .description p { margin:0;}

.contact-block:after {
	content: "";
	display: block;
	clear: both;
}
.c-left {
	float:left;
	width:400px;
	margin-left:95px;
	border-right:#000 1px solid;
}
.c-right {
	margin-right:20px;
	float:right;
	width:400px;
}
.c-right h2, .c-left h2 {
	margin-bottom: 10px;
}
.conditions .content-block h2 {
	color:#011c42;
	font:800 33px/38px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.conditions .content-block .intro {
	color:#2a2a2a;
	font:700 21px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:50px;
}

.patient-info h2 {
	color:#011c42;
	font:800 33px/38px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.patient-info .intro {
	color:#2a2a2a;
	font:700 21px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
.patient-info .content-block .intro-sub {
	color:#62c7ce;
	font:800 33px/38px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:50px;
	text-transform:uppercase;
}
.conditions .content-block .column {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.conditions .content-block .img-holder {
	position: relative;
	margin: 0px 0px 10px;
	border-radius: 50%;
	overflow: hidden;
}
.conditions .content-block .img-holder .injury:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
}
.conditions .content-block .img-holder .injury:hover:before{background: rgba(0,0,0,0.5);}
.conditions .content-block .column .img-holder span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
}
.conditions .content-block .column .img-holder span:after{
	content: "";
	display:inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 10px 0 0 -5px;
	vertical-align: middle;
}
.conditions .content-block .column .img-holder span img{
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
}
.conditions .content-block .column .img-holder img{border-radius: 50%;}
.conditions .content-block .text-holder{
	display:inline-block;
	vertical-align:top;
	padding: 0 10px;
	margin-bottom:25px;
	font:700 15px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	width: 150px;
	overflow: hidden;
}
/* .conditions .content-block .column a{text-decoration: none;color:#011c42;} */
.conditions .content-block .column .injurt{text-decoration: none;color:#011c42;}
.conditions .content-block .column .text-holder a:hover{color: #011c42;}

.about .left {
	float:left;
	width:400px;
	margin-left:40px;
}
.about .right {
	float:right;
	width:450px;
	margin-right:40px;
}
.clear {clear:both;}
.about h3 {
	font:800 33px/38px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#b3d78b;
	margin:0px;
	padding:0;
	margin-bottom:10px;
}
.about #accordion h3 {
	font:700 14px/15px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:left;
	color:#464646;
	padding: 18px;
	margin: 10px 0;
}
.about .intro {
	color:#2a2a2a;
	font:700 21px/27px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:40px;
}

.about-block{
	width: 100%;
	background:#77cdd2;
}
.about-holder{
	width: 100%;
	max-width:990px;
	padding: 27px 0 10px 0;
	margin: 0 auto 0px;
	text-align: center;
}
.about-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.bubble1 {
	position:relative;
	top:95px;
	left: 40px;
	z-index:550;
}
.bubble2 {
	position:relative;
	top:40px;
	left: 5px;
	z-index:555;
}
.bubble3 {
	position:relative;
	top:5px;
	left: 13px;
	z-index:560;
}
.bubble4 {
	position:relative;
	top:5px;
	left: -15px;
	z-index:575;
}
.bubble5 {
	position:relative;
	top:140px;
	left: -45px;
	z-index:775;
}
.white {
	color: #ffffff !important;
}
.direct-access .intro {margin-bottom:20px;}
.mb-0 {margin-bottom:0 !important;}
.mb-30 {margin-bottom:30px !important;}
.mt-0 {margin-top:0 !important;}
.mt-40 {margin-top:40px !important;}
.pb-0 {padding-bottom: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.our-team.content-block .img-holder a:before {
	background:transparent;
	display:none;
}
.our-team.content-block .img-holder img {
	border: #a1dcdf 11px solid;
}
.our-team.content-block .text-holder a {
	color: #2a2a2a;
}
.our-team.content-block h2 {
	padding-top:0px;
	margin-top:0px;
    color: #2a2a2a;
    font-size: 33px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
	margin: 0 0 25px;
}
.about .bio-info {
	text-align:center;
}
.about .bio-info h4 {
	color:#2a2a2a;
	font:700 21px/27px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.about .bio-info p {
	padding-bottom:30px;
	color:#2a2a2a;
	font:600 14px/21px 'Open Sans', Arial, Helvetica, sans-serif;
}
.sub-block, .eval-bx {
	margin:0 40px 0 40px;
}
.imgright {float:right;margin-left:35px;}
.imgleft {float:left;margin-right:35px;}
.sub-block:after, .eval-bx:after, .services .list-col:after {
	content: "";
	display: block;
	clear: both;
}
.sub-block {
	text-align:left;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: #cccccc 1px solid;
}
.sub-block.last {border:none;}
.sub-block h2 {
	color:#011c42;
	margin:0px 0px 15px 0;
	padding:10px 0 0 0;
	font:800 33px/36px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.sub-block .intro {
	color:#2a2a2a;
	font:700 21px/27px 'Open Sans', Arial, Helvetica, sans-serif;
}
.sub-block p, .eval-bx p {
	padding:15px 0 15px 0;
	font:500 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#363636;
}
.evaluation-block{
	width: 100%;
	background:#62c7ce;
}
.evaluation-holder{
	width: 100%;
	max-width:990px;
	padding: 37px 0 37px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.evaluation-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.eval-bx .txt-frame {
	padding-top:30px;
	width:470px;
	text-align:left;
}
.white-holder{
	width: 100%;
	max-width:990px;
	padding: 37px 0 37px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.white-block h2{
	color: #b3d88c;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.white-block ul {
	list-style:none;
	margin:0 15px 0 15px;
	padding:0;
	float:left;
	color:#363636;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:left;
	width:400px;
}
.white-block .list-col{
	margin: 0 0px 0 80px;
}
.service-list ul {
	width:800px;
	margin:0 auto;
	text-align:center;
	margin-left:40px;
}
.service-list ul li {
	float:left;
	text-align:left;
	width:400px;
}
.service-list ul:after{
	content: "";
	display: block;
	clear: both;
}

.orange-block{
	width: 100%;
	background:#f8b95c;
}
.orange-holder{
	width: 100%;
	max-width:990px;
	padding: 37px 0 37px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.orange-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.services .t-options {
	text-align:left;
	margin:0px 45px 0px 45px;
}

.services .t-options ol {
    color: #f8b95c;
	font:700 31px/33px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFF;
}

.services .t-options ol li {
    padding: 5px 0 5px 0px;

}
.services .t-options h3 {
	color:#363636;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0px 5px 0;
}
.services .t-options p {
	font:500 14px/19px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#363636;
}
.testimonials h2 {
	margin-top:100px;
	color:#011c42;
	text-transform:uppercase;
	font:800 33px/39px 'Open Sans', Arial, Helvetica, sans-serif;
}
.grey-block{
	width: 100%;
	background:#efefee;
}
.grey-holder{
	width: 100%;
	padding: 37px 0 37px 0;
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
}
.t-video-wrap {
	max-width: 800px;
}

.testimonials .submissions h3 {
	color:#2a2a2a;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 35px 0 35px 0;
}
.testimonials .submissions .entry {text-align:left;padding-bottom:30px;margin-bottom:30px;border-bottom:#dddddd 2px solid;}
.testimonials .submissions .entry.odd {text-align:right;}
.testimonials .submissions .entry.last {border:none;}
.testimonials .submissions .entry p {
	font:500 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#777777;
}
.testimonials .submissions .entry span {
	color:#62c7ce;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
}
.green-block{
	width: 100%;
	background:#b3d88c;
}
.green-holder{
	width: 100%;
	max-width:990px;
	padding: 37px 0 37px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.green-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.green-block h3 {
	color:#555555;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.testimonials .button{
	background: #f7a119;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 213px;
	margin:0 auto;
	margin-top:30px;
	text-decoration: none;
}
.testimonials .button:hover{background: #515151;}

.blue-block{
	width: 100%;
	background:#62c7ce;
}
.blue-holder{
	width: 100%;
	max-width:990px;
	padding: 37px 0 37px 0;
	margin: 0 auto 22px;
	text-align: center;
}
.blue-block h2{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.blue-block h3 {
	color:#555555;
	font:700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.blue-block .button{
	background: #f7a119;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 213px;
	margin:0 auto;
	margin-top:30px;
	text-decoration: none;
}
.blue-block .button:hover{background: #515151;}

.patient-info .support-section {
	margin:0 70px 0 70px;
}
.patient-info .content-block .column {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 20px;
}
.patient-info .content-block .img-holder {
	position: relative;
	margin: 0px 0px 10px;
	border-radius: 50%;
	overflow: hidden;
}
.patient-info .content-block .img-holder a:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 20px;
	right: 20px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
}
.patient-info .content-block .img-holder a:hover:before{background: rgba(0,0,0,0.5);}
.patient-info .content-block .column .img-holder span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
}
.patient-info .content-block .column .img-holder span:after{
	content: "";
	display:inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 10px 0 0 -5px;
	vertical-align: middle;
}
.patient-info .content-block .column .img-holder span img{
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
}
.patient-info .content-block .column .img-holder img{border-radius: 50%;}
.patient-info .content-block .text-holder{
	display:inline-block;
	vertical-align:top;
	padding: 0 10px;
	margin-bottom:25px;
	font:700 15px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	/* width: 150px; */
	width:175px;
	overflow: hidden;
}
.patient-info .content-block .column a, .patient-info .content-block .column span{text-decoration: none;color:#011c42;}
.patient-info .content-block .column .text-holder a:hover{color: #011c42;}
.ptForm-block{
	width: 100%;
	max-width:990px;
	margin: 0 auto 38px;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	border-top: #363636 2px solid;
	border-bottom: #363636 2px solid;
	padding: 35px 0 35px 0;
}

.patient-info .button{
	background: #f7a119;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 213px;
	margin:0 auto;
	margin-top:30px;
	text-decoration: none;
}
.patient-info .button:hover{background: #515151;}
.insurance-block{
	width: 100%;
	max-width:990px;
	margin: 0 auto 38px;
	text-align: center;
	font-size: 20px;
	line-height: 22px;
}
.insurance-block p {
	color:#363636;
	font:500 14px/19px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
.insurance-block ul {
	list-style:none;
	width: 520px;
	margin: 0 auto 0px;
	text-align: center;
}
.insurance-block ul li {
	width:200px;
	float:left;
	margin:10px;
}

.insurance-block ul:after{
	content: "";
	display: block;
	clear: both;
}


.gallery .hm-ptinfo h1{
	font-size: 40px;
	line-height: 44px;
	font-weight: 800;
	color:#015d7c;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.gallery .hm-ptinfo p{margin: 0 0 18px;color:#015d7c;}
.gallery .hm-ptinfo .button{
	background: #0e9698;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 auto;
	width: 213px;
	text-decoration: none;
}
.gallery .hm-ptinfo .button:hover{background: #007c7e;}




.gallery .hm-conditions h1{
	font-size: 40px;
	line-height: 44px;
	font-weight: 800;
	color:#97cffe;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.gallery .hm-conditions p{margin: 0 0 18px;color:#97cffe;}
.gallery .hm-conditions .button{
	background: #1792f9;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 auto;
	width: 213px;
	text-decoration: none;
}
.gallery .hm-conditions .button:hover{background: #0083e9;}

.gallery .hm-services h1{
	font-size: 40px;
	line-height: 44px;
	font-weight: 800;
	color:#4164b4;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.gallery .hm-services p{margin: 0 0 18px;color:#4164b4;}
.gallery .hm-services .button{
	background: #254899;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 auto;
	width: 213px;
	text-decoration: none;
}
.gallery .hm-services .button:hover{background: #173f8f;}

.condition-holder{
	width: 910px;
	padding: 0px;
	margin: 0 auto 0px;
	text-align: center;
}
.condition-content {
	text-align:left;
	color: #363636;
	font: 400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	border-top: #363636 2px solid;
	margin-top:20px;
}
.condition-content h3 {
	text-align:center;
	color: #89d5da;
	font: 700 33px/36px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
}
.condition-content h4 {
	text-align:center;
	color: #89d5da;
	font: 600 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:5px;
}
.condition-content h5 {
	color:363636;
	font: 600 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}
.condition-content .sec-condition {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:#dddddd 2px solid;
}
.condition-content .sec-condition.last {border:none;}
.condition-content .sec-condition ul li, .condition-content .sec-condition ol li {margin-bottom:8px;}

.condition-pop h3 {color:#515151;margin-bottom:5px;}
.condition-pop p {color:#515151;font: 600 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;}
.condition-pop ul {list-style:none;padding-left:0px;margin-left:0px;}
.condition-pop ul li {margin-bottom:5px;}
.condition-pop ul li a {color:#00aeef;}
#fancybox-wrap {padding:0 !important;}
.pop-content {padding:20px;padding-top:0;}
.services .content-block ul {margin-top:0px;}
.services .content-block ul li {
	font:500 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#363636;
	}
.services-update .content-block ul li {
	font-size: 15px;
	line-height: 23px;
}
.services .content-block .hdr-bold {
	font:700 16px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:10px;
	color:#363636;
}

li.social-divide {
	border-right: 1px solid #72f5fd;
	height: 36px;
	padding-left: 10px;
	margin-right: 20px;

}
.imgright, .imgleft {
	max-width: 288px;
}

.services-button {
	color: #ffffff;
	text-transform: uppercase;
	font: 800 21px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	border: 3px solid #f7a11a;
	text-decoration: none;
	padding: 5px 16px 5px 19px;
	margin: 20px 0 0;
	display: inline-block;
	vertical-align: top;
	background: #f7a11a;
}

.services-button:hover {
	background-color: #515151;
	border-color: #515151;
}

.soc-header img {
	text-indent: 0;
}

.fb {
	width: 14px;
	margin-top: 4px;
}
.ig {
	width: 25px;
	margin-top: 5px;
}
.soc-header a {
	border-radius: 0;
	box-shadow: none;
	width: 25px;
}
ul.social-footer {
	list-style: none;
	padding-left: 0;
}
ul.social-footer a:hover {
	opacity: .8;
}
ul.social-footer li{
	display: inline-block;
	margin: 0 5px;
}

#services-dd {
	display: none;
	position: absolute;
	left:154px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #fed24f;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	font-size: 14px;
	font-weight: 500;
	color: #363636;
	padding: 10px 0;
	list-style: none;
	margin-top: 6px;
}
.about-dd {
	display: none;
	position: absolute;
	left:43px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #fed24f;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	font-size: 14px;
	font-weight: 500;
	color: #363636;
	padding: 10px 0;
	list-style: none;
	margin-top: 6px;
}

#services-nav #services-dd li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #363636;
	text-decoration: none;
	padding:6px 20px;
	background-color: #FFF;
	text-transform: capitalize;
}
.about-nav .about-dd li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #363636 !important;
	text-decoration: none;
	padding:6px 20px;
	background-color: #FFF;
	text-transform: capitalize !important;
}
#services-nav #services-dd li a:hover {
	color:#053e8c;
	background-color: #f5f6f8;
}
.about-nav .about-dd li a:hover {
	color:#053e8c !important;
	background-color: #f5f6f8 !important;
}
.dd-arrow {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
}

#services-nav:hover #services-dd {
	display: block;
}
.about-nav:hover .about-dd {
	display: block;
}

#nav #services-dd {
	width: auto;
	float: none;
	margin-top: 0;
	background-color: transparent;
	padding-top: 36px;
	overflow: inherit;
}
#nav .about-dd {
	width: auto;
	float: none;
	margin-top: 0;
	background-color: transparent;
	padding-top: 36px;
	overflow: inherit;
}

#nav #services-dd li {
	background-color: #FFF;
	margin: 0 auto;
	display: block;
}
#nav .about-dd li {
	background-color: #FFF;
	margin: 0 auto;
	display: block;
}

#services-nav {
	margin-bottom: 0;
}

.office-location-img {
	max-width: 334px;
	margin-bottom: 10px;
}

.ta-left {
	text-align: left;
}

.gform_body ul {
	list-style: none;
	padding-left: 0;
}
/* .gfield_label {
	display: none!important;
} */

.gform_button {
	color: #ffffff !important;
	text-transform: uppercase !important;
	font: 800 21px/23px 'Open Sans', Arial, Helvetica, sans-serif !important;
	border: 3px solid #f7a11a !important;
	text-decoration: none !important;
	padding: 4px 19px!important;
	margin: 8px 0 0 !important;
	display: inline-block !important;
	vertical-align: top !important;
	background: #f7a11a !important;
}
.gform_button:hover {
	background-color: #515151 !important;
	border-color: #515151 !important;
}

.gform_footer {
	text-align: left !important;
	padding-left: 19px;
}
.ginput_container select {
	height: 37px;
	background-color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.contact-block textarea, .contact-block .main-contact form input[type="email"], .contact-block .main-contact form input[type="text"], .contact-block .main-contact form input[type="tel"], .contact-block .main-contact form input[type="password"] {
	margin-top: 0 !important;
}
.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper .gform_footer {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.gform_wrapper textarea {
	padding: 6px 24px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 6px 24px !important;
}

body .gform_wrapper .top_label li:first-child div.ginput_container {
	margin-top: 0;
}

ul.gform_fields {
	margin-top: 0;
}

.home-hero {
    width: 100%;
    background-color: #000;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

#home-banner-video {
	width: 100%;
	opacity: .5;
	margin-bottom: -5px;
}

.banner-cta-container {
	position: absolute;
	top: 50%;
	left: 0;
	right:0;
	transform: translateY(-50%);
	text-align: center;
	color: #FFF;
}
.banner-cta-container h1 {
	color: #72f5fd;
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	margin: 0 auto 20px;
}

.h1-style {
	display: block;
	color: #72f5fd;
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	margin: 0 auto 20px;
}

.banner-cta-container p {
	max-width: 1000px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 28px;
	/* font-weight: 600; */
}
.button {
	color: #ffffff;
	text-transform: uppercase;
	font: 800 18px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	border: 3px solid #f7a11a;
	text-decoration: none;
	padding: 4px 16px 4px 19px;
	margin: 8px 0 0;
	display: inline-block;
	vertical-align: top;
	background: #f7a11a;
}
.button:hover {
	background-color: #9ecb6e;
	border-color: #9ecb6e;
}

.banner-cta-container .button {
	color: #ffffff;
	text-transform: uppercase;
	font: 800 18px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	border: 3px solid #f7a11a;
	text-decoration: none;
	padding: 4px 16px 4px 19px;
	margin: 8px 0 0;
	display: inline-block;
	vertical-align: top;
	background: #f7a11a;
}
.banner-cta-container .button:hover {
	background-color: #9ecb6e;
	border-color: #9ecb6e;
}

.banner-home {margin:0 0 32px;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit !important;
	border: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
}
.gform_wrapper div.validation_error {
	max-width: calc(100% - 16px)!important;
}

#gf-appointment {
	display: none;
	width: 100%;
	min-height: 500px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right:0 !important;
}

.pum-theme-395 .pum-container, .pum-theme-lightbox .pum-container {
	border:0!important;
	border-radius:0!important;
}

.pum-theme-395 .pum-title, .pum-theme-lightbox .pum-title {
	text-align: center !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 10px;
	background: #b3d88c;
}

.gform_wrapper span.gform_description {
	font-weight: 600 !important;
    display: block !important;
    text-align: center !important;
    width: 350px !important;
    margin: 20px auto !important;
}

.gform_wrapper #gform_fields_2 .gfield_label {
	display: inline-block !important;
	width: 170px !important;
	text-align: left !important;
}

#gform_2 .ginput_container_text, #gform_2 .ginput_container_phone, #gform_2 .ginput_container_email {
	display: inline-block !important;
	width: 230px !important;
}

.gform_wrapper ul#gform_fields_2 li.gfield {
	padding: 0 30px !important;
	text-align: center !important;
}

#field_2_8 {
	margin-bottom: 30px;
}

#input_2_7 {
	height: 150px !important;
}

#gform_submit_button_2 {
	margin-top: 20px !important;
}

#field_2_7 {
	margin-top: 20px !important;
}

#gform_wrapper_2 .gform_footer {
	text-align: center !important;
}

.gform_wrapper ul#gform_fields_2 #field_2_5, .gform_wrapper ul#gform_fields_2 #field_2_6, .gform_wrapper ul#gform_fields_2 #field_2_7 {
	text-align: left !important;
}

#gform_fields_2 input, #gform_fields_2 select, #gform_fields_2 textarea  {
	border: 1px solid #cacaca !important;
}
.our-team.content-block .column {margin:0 30px;}
#gform_fields_2 select{
  padding-left:24px;
	background-image: url(images/icon-arrow-2x.png);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: 92% 16px;
}

#gform_fields_2 .validation_message {
	display: none !important;
}
#gform_2 div.validation_error {
	max-width: 100% !important;
}

.egpr-layout-list .egpr-review-template1 li.egpr-sp-review {
	width: 47% !important;
	display: inline-block !important;
	margin: 1% !important;
	vertical-align: top;
}
.egpr-review-template1 li.egpr-sp-review {
	padding: 30px !important;
}

.egpr-rate-button {
	background: #002d6a !important;
    padding: 8px 10px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    display: block !important;
    width: 213px !important;
    margin: 0 auto !important;
    text-decoration: none !important;
		font-style: normal !important;
}
.egpr-rate-button:hover {
	background-color: #f7a118 !important;
}
.egpr-rateus-button-wrap {
	text-align: center !important;
}
.egpr-reviews-main-wrapper a {
	transition: none !important;
}

.sched-today {
	margin-top:1em;
}
.sched-today .lgtxt{
	font-size:24px;
	line-height: 25px;
	font-weight:700;
	color:#2a2a2a;
	margin-bottom:12px;
	text-align:center;
}
/* accordian on about */
#accordion {padding: 10px 0;}
.ui-state-focus:focus { outline:none !important }
#accordion .ui-accordion-content p:last-of-type {
	margin-bottom:0;
	padding-bottom:0;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	float:right;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* Interaction states
----------------------------------*/
.ui-state-default,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #cacaca;
	background: #fff;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
	outline:none !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	/*border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;*/
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	/*border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;*/
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon {
	background-image: url("images/ui-icons_f8a11b_256x240.png");
}


/* positioning */
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.hide-m {
	display:block !important;
}
.show-m {
	display:none !important;
}
.soc-fb a {
	width: 15px;
}
#mobile-nav {
	display: none;
}



/* SLICK */
/* .home-hero-content p {
	max-width: 600px;
	margin: 0 auto 26px;
} */
.slick-slide:focus {
	outline: none;
}
.virtual-banner {
	background-image: url('images/virtual-banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height:auto;
	min-height: 350px;
	display: flex;
	align-items: center;
}

.virtual-banner h1 {
	color: #FFF;
	text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  margin: 0 auto;
}

.virtual-list {
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 20px auto;
}

.virtual-list ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.virtual-list ul li {
	background-image: url('images/orange-check.png');
	background-size: 28px 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 28px;
	font: 500 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
}
.virtual-list ul li:last-child {
	margin-bottom: 0;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex .covid-copy {
	flex: 50%;
	padding-right: 40px;
	text-align: left;
}
.covid-copy p {
	line-height: 24px;
}

.covid-copy a{
	color:#F5A031;
	font-weight: bold;
	text-decoration: none;
}

.covid-copy a:hover {
	text-decoration: underline;
}

.flex .covid-form {
	flex: 40%;
}

#gform_3 {
	padding: 40px;
	background-color: #7BCDD1;
}

.gform_wrapper #gform_3 h3.gform_title {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.1;
}

.gform_wrapper #gform_3 ul.gform_fields li.gfield {
	padding-right: 0 !important;
	margin-top: 10px !important;
}

.gform_wrapper #gform_3 .top_label .gfield_label, .gform_wrapper #gform_3 legend.gfield_label {
  font: 600 14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}

.gform_wrapper #gform_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
}

.gform_wrapper #gform_3 ul.gform_fields li.gfield select {
    height: 43px;
    border: 0;
		font-size: 14px;
    padding: 0 24px;
}

.gform_wrapper #gform_3 textarea.large {
	height: 180px;
	border: 0
}

#input_3_1 {
	background-image: none !important;
}
.gform_wrapper #gform_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 14px;
	height: 43px;
}

.gform_wrapper #gform_3 .gform_footer {
	text-align: center !important;
}

.gform_wrapper #gform_3 .gform_footer input.button, .gform_wrapper #gform_3 .gform_footer input[type=submit], .gform_wrapper #gform_3 .gform_page_footer input.button, .gform_wrapper #gform_3 .gform_page_footer input[type=submit] {
	margin: 20px auto 0 !important;
}

.gform_wrapper #gform_3 .gform_footer {
	text-align: center !important;
}

body .gform_wrapper #gform_3 .top_label li:first-child div.ginput_container {
	margin-top: 8px;
}

.gform_wrapper #gform_3 div.validation_error, .gform_wrapper #gform_3 li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper #gform_3 .instruction {
	font-size: 14px;
}
.slick-next {
	right: 40px !important;
	display: block !important;
	height: 48px !important;
	width: 26px !important;
	background-image: url('images/arrow-next.png') !important;
	background-size: 26px 48px !important;
	background-repeat: no-repeat;
}
.slick-prev {
	left: 40px !important;
	display: block !important;
	height: 48px !important;
	width: 26px !important;
	background-image: url('images/arrow-prev.png') !important;
	background-size: 26px 48px !important;
	background-repeat: no-repeat;
}
.slick-prev, .slick-next {
	font-size: 1px !important;
	opacity: .5;
	z-index: 9999;
}
#scroll-height:hover .slick-prev, #scroll-height:hover .slick-next {
	opacity: 1;
}

.slick-next:before, .slick-prev:before {
	display: none !important;
}

ul.slick-dots li {
	background-image: url('images/carousel-circle.png') !important;
	background-size: 17px 34px !important;
	height: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul.slick-dots {
	bottom: -100px !important;
	height: 37px;
}
ul.slick-dots li.slick-active {
	background-position: 0 -17px;
}

.slick-dots li button:before {
	display: none !important;
}

.about .bio-info p {
	font: 600 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	max-width: 870px;
	margin: 0 auto;
}

#carouselh .jscarousal-horizontal-forward,
#carouselh .jscarousal-horizontal-back {
	margin-top: 25px;
	width: 36px;
	height: 37px;
}

#carouselh.jscarousal-horizontal {
	width: 650px;
	height:100px;
	margin: 0 auto;
}
#carouselh .jscarousal-contents-horizontal {
	width: 577px;
	height: 90px;
}
#carouselh .jscarousal-contents-horizontal img {
	width: 120px;
	height: 90px;
}
#carouselh .jscarousal-contents-horizontal > div {
	height: 90px;
}
#testimonial-player {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
#testimonial-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.featherlight .featherlight-content {
	width: 640px;
	height: 360px;
}

.egpr-review-template1 .egpr-right-info-section {
    padding-left: 20px !important;
}

a, button {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.about-block {
	padding: 50px 0;
}
.about-holder {
	padding: 0 0;
}
.staff-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.staff-member {
	text-align: center;
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}
.staff-member h4 {
	font: 700 21px/27px 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 10px;
}
.staff-member p {
	font-weight: 600;
	margin-bottom: 8px;
	height: 40px;
}
.staff-member a {
	color: #ffffff;
	text-decoration: none;
}
.staff-member a:hover {
	text-decoration: underline;
}
.bio-modal {
	display: none;
	background-color: #ffffff;
	padding:35px !important;
}
.bio-flex {
	display: flex;
}
.bio-image {
	width: 33%;
	min-width: 33%;
}
.bio-image img {
	width: 100%;
}
.bio-body {
	padding-left: 30px;
}
.bio-body h4 {
	font: 700 21px/27px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 1rem;
}
.bio-body p {
	font-weight: 400;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	font-size: 14px !important;
	line-height: 1.3 !important;
}

.gform_legacy_markup_wrapper div.validation_error {
	padding: 16px 20px !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0 !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0px!important;
    padding-bottom: 6px !important;
    padding-top: 0px !important;
}
.gfield_description.instruction.validation_message {
	display: none !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0 !important;
}


/* Services pages updates */
.services-update p, .services-update li {
	font-size: 15px;
	line-height: 23px;
}
.injury-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 740px;
	max-width: 100%;
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin: 0 auto;
}
.injury-list li {
	width: 50%;
	padding-left:26px;
	margin: 4px 0;
	background-image: url('images/checkmark-blue.png');
	background-repeat: no-repeat;
	background-size: 14px 10px;
	background-position: 0 7px;
}
.services-selection {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.service-link {
	width: calc(25% - 30px);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-decoration: none;
	margin: 15px;
}
.service-link p {
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	padding: 0 !important;
	margin: 10px auto 0;
	text-align: center;
}
.services-selection .service-link:nth-child(3n + 1) .service-border {
	border: 9px solid #b3d88c
}
.services-selection .service-link:nth-child(3n + 2) .service-border {
	border: 9px solid #f8b95c
}
.services-selection .service-link:nth-child(3n + 3) .service-border {
	border: 9px solid #62c7ce
}
.service-border {
	border-radius: 100px; 
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.white-border {
	border: 3px solid #ffffff;
	border-radius: 100px; 
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.service-border img {
	width: 161px;
	height: 161px;
	max-width: 100%;
}
.service-link:hover .white-border {
	border: 1px solid #ffffff;
} 
.service-img-wrap {
	height: 185px;
}
.injury-wrap {
	border: 1px solid #ccc;
	padding: 50px;
	margin: 80px auto;
}
.injury-wrap h2 {
	text-align: center;
	font-size: 30px;
	color: #b3d78c;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}
.services-update .sub-block {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.services-intro p {
	text-align: center;
}
.services-sub-banner img {
	width: 100%;
	display: block;
}
.services-sub h1 {
	color: #011c42;
	font-weight: 800;
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-top: 0;
}
.two-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two-col > div {
	width: calc(50% - 20px);
}
.two-col > div.col-8 {
	width: calc(66.666% - 20px);
}
.two-col > div.col-4 {
	width: calc(33.333% - 20px);
}
.services-sub .content-block {
	margin-top: 0;
	margin-bottom: 0;
	padding: 70px 20px;
}
.orange-bg {
	background-color: #f8c67c;
}
.orange-teal {
	background-color: #77cdd2;
}
.services-sub .sub-block > h2 {
	color: #011c42;
	font-size: 30px;
	text-align: center;
	padding-top: 0;
}
.list-column {
	margin-top: 25px;
}
.list-column .list-block:not(:last-child) {
	margin-bottom: 25px;
}
.list-block {
	position: relative;
	padding-left: 46px;
}
.list-number {
	position: absolute;
	top: -4px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background-color: #ff9d00;
	font-size: 21px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.list-block h3 {
	text-align: left;
	font-size: 20px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 8px;
}
.list-block p {
	padding: 0;
	margin-bottom: 0;
}
.injury-wrap h3 {
	color: #363636;
	font-size: 20px;
	text-align: center;
	margin-top: 0;
}
.mt-0 {margin-top: 0;}
.mb-0 {margin-bottom: 0;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px !important;}
.check-list li {
	width: 100%;
}
.bg-white-blue {
	background-image: linear-gradient(#ffffff, #d0eef0);
}
.bg-white {
	background-color: #ffffff;
}
.bg-blue {
	background-color: #77cdd2;
}
.bg-light-orange {
	background-color: #fce7c9 !important;
}
.help-columns {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.help-column {
	width: calc(33.333% - 10px);
}
.help-column-block {
	margin-bottom: 10px;
}
.help-column-block h3 {
	text-align: left;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.help-column ul {
	padding-left: 0;
    list-style: none;
    text-align: left;
    margin: 0 auto;
}
.help-column p {
	margin-bottom: 0;
}
.help-column ul li {
	padding-left: 26px;
    margin: 4px 0;
    background-image: url(images/checkmark-blue.png);
    background-repeat: no-repeat;
    background-size: 14px 10px;
    background-position: 0 7px;
}
.wrap {
	flex-wrap: wrap;
}
.wrap-reverse {
	flex-wrap: wrap-reverse;
}
.mb-16 {
	margin-bottom: 16px;
}
.services-sub-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 26.333%;
	min-height: 240px;
}
.centered-subtitle {
	color: #363636;
	margin-top: 0;
	text-align: center;
}
.note-block {
	display: flex;
	margin-top: 50px;
	background-color: #d0eef0;
	padding: 50px;
}
.note-block p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.note-image {
	min-width: 115px;
	width: 115px;
	margin-right: 30px;
}
.note-block h4 {
	color: #363636;
	font-size: 20px;
	text-align: left;
}
.sub-intro h4 {
	font-size: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
.intro-note-block {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin-top: 20px;
}
.center p {
	text-align: center !important;
}
.ta-center {
	text-align: center !important;
}
.ta-left {
	text-align: left !important;
}
.p-mb-0 p {
	margin-bottom: 0;
}
.p-pt-0 p:first-of-type {
	padding-top: 0;
}
.p-pb-0-mb-0 p {
	padding-bottom: 0;
	margin-bottom: 0;
}
#accordion.new-accordion h3 {
	font: 700 15px / 16px 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    color: #464646;
    padding: 18px;
    margin: 10px 0;
}
#accordion.new-accordion .ui-icon {
	margin-top: 0;
}
#accordion.new-accordion .ui-accordion-content {
	padding-top: 1px;
}
#accordion .ui-accordion-content ul {
	margin-top: 10px;
	width: 100%;
}
#accordion.new-accordion p {
	margin-bottom: 0;
}
#accordion.new-accordion .answer p:not(:first-of-type) {
	padding-top: 0;
}
.benefits-icons {
	padding: 50px;
	background-color: #ffffff;
}
.benefits-icons h2 {
	color: #b3d78c;
	text-align: center;
}
.benefits-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.benefit-icon-wrap {
	width: 25%;
	text-align: center;
	margin-top: 20px;
}

.benefit-icon-wrap img {
	display: block;
	width: 80px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.benefit-icon-wrap p {
	width: 100%;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
}
.method-block {
	background-color: #ffffff;
	padding: 50px;
	text-align: center;
	margin: 8px;
}
.method-block img {
	width: 151px;
	max-width: 100%;
}
.method-block h3 {
	margin:20px auto 0;
	color: #363636;
}
.method-block p {
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.two-col-16-gap > div {
	width: calc(50% - 16px);
}
.negative-shift-padding {
	width: 100%;
	padding-bottom: 29.3%;
}
.pt-25p {
	padding-top: 29.3%;
}
.negative-image-shift {
	margin-top: -58.6%;
}
.pf-therapists {
	display: flex;
	flex-wrap: wrap;
}
.pf-therapist {
	width: calc(33.333% - 20px);
	margin: 10px;
	text-align: center;
}
.pf-therapist img {
	width: 189px;
	max-width: 100%;
	margin: 0 auto;
}
.pf-therapist p {
	padding: 0;
	margin-bottom: 10px;
}
.pf-therapist h3 {
	margin: 20px auto 4px;
}
.bio-link {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.bio-link:hover {
	text-decoration: underline;
}
.check-list a {
	color: #363636;
}
.grey {
	color: #363636;
}
.orange-bg h2, .orange-bg h3 {
	color: #363636 !important;
}
.injury-wrap h2 {
	color: #b3d78c !important;
}
.phones-header a {
	color: #72f5fd;
	text-decoration: none;
}
.phones-header a:hover {
	text-decoration: underline;
}
.positions-wrap {
	border: 1px solid #fff;
	padding: 30px;
	margin: 50px auto 0;
}
.positions-wrap .positions-title {
	width: fit-content;
	padding: 0 10px;
	margin: -46px auto 20px;
	background-color: #77CDD2;
	color:#2a2a2a;
	font-size: 21px;
	line-height: 27px;
}
.phones .featherlight-content {
	width: 382px !important;
	margin: 0 auto;
	padding: 0 !important;
	overflow: visible !important;
	background-color: transparent !important;
}
.phones .featherlight-content button.featherlight-close {
	position: absolute;
	height: 26px;
	width: 26px;
	left: auto;
	right: -13px !important;
	bottom: auto;
	top: -13px !important;
	padding: 0px;
	color: #ffffff;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	border: 2px solid #ffffff;
	border-radius: 26px;
	box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
	background-color: rgba(0, 0, 0, 1.00);
}
.phones-modal {
	padding: 0 !important;
}
.lb-phones {
	display: flex;
	padding: 30px;
}
.lb-phones ul {
	list-style: none;
	margin: 0;
	padding-bottom: 0 !important;
	font-size: 16px;
}
ul.phones-locations {
	padding: 0 29px 0 0;
	border-right: 1px solid #000000;
	font-weight: bold;
}
ul.phones-numbers {
	padding: 0 0 0 30px;
	font-weight: 400 !important;
}
ul.phones-numbers a {
	color: #000;
	text-decoration: none;
}
ul.phones-numbers a:hover {
	text-decoration: underline;
}
.lb-phones-heading {
	text-align: center !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 10px;
	background: #b3d88c;
	font-family: Open Sans;
	font-weight: 800;
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
}
.lb-phones ul li {
	margin: 4px 0;
}
.header-holder {
	/* padding-top: 50px; */
}
.header-frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.header-block {
	margin-bottom: 0;
}
.header-btn {
	width: 36px;
	height: 36px;
}
.contact-list a {
	background: none;
}

@media (max-width: 991px) {
	.service-link {
		width: calc(33.333% - 30px);
	}
	.header-frame {
		display: block;
		padding: 0;
	}
	.phones-header {
		display: block;
		margin-bottom: 10px;
	}
	ul#mobile-nav {
		top: 236px;
	}
}
@media (max-width: 767px) {
	.m-mb-30 {
		margin-bottom: 30px;
	}
	.two-col > div, .two-col > div.col-8, .two-col > div.col-4 {
		width: 100%;
	}
	.help-column {
		width: 100%;
	}
	.service-link {
		width: 100%;
	}
	.service-border img {
		width: 130px;
		height: 130px;
	}
	.service-img-wrap {
		height: 154px;
	}
	.injury-wrap {
		padding: 30px;
	}
	.mtb-40 {
		margin: 40px auto;
	}
	.injury-list li {
		width: 100%;
	}
	.services .content-block ul.injury-list {
		padding-left: 0
	}
	.services-sub .sub-block > h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.two-col > div p:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.centered-subtitle {
		font-size: 18px;
	}
	.services-sub h1 {
		margin-bottom: 0;
	}
	.injury-wrap h3 {
		font-size: 18px;
	}
	.pf-therapist {
		width: 100%;
		margin: 10px auto;
	}
}



@media (max-width: 991px) {
	.staff-member {
		width: 50%;
	}
	.bio-flex {
		display: block;
	}
	.bio-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.bio-image {
		width: 100%;
		text-align: center;
	}
	.bio-image img {
		max-width: 100%;
		margin: 0 auto;
	}
	.staff-member p {
		height: auto;
	}
	body {
		min-width: 320px;
	}
	.content-block, .footer-holder, .header-holder, .contact-info ul {
		width: 90%;
		margin: 0 5%;
	}
	.footer-nav li {
		width: 49%;
	}

	.footer-nav{
		margin-bottom: 0;
	}
	.footer-nav li+li {
		margin: 0 auto 10px;
	}
	.footer-nav li+li:before {
		display: none;
	}

	#nav {
		padding: 0 0 10px;
	}
	.hide-m {
		display:none !important;
	}
	.show-m {
		display:block !important;
	}
	.contact-info li {
		margin: 0 auto;
	}

	.contact-info ul:before, .contact-info ul:after {
		display: none;
	}

	.content-block, .footer-holder, .header-holder, .contact-info ul {
		width: 100%;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-holder {
		padding: 30px 20px;
		font-size: 11px;
		line-height: 15px;
	}

	ul.social-footer {
		margin-top: 0;
	}

	.footer-holder p {
		margin-bottom: 0;
	}

	.footer-nav li {
		width: 49%;
	}

	.logo {
    position: relative;
    bottom: unset;
    left: unset;
    width: 120px;
    height: auto;
    margin: 0 auto;
	}

	.logo img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	
		.logo-v3 {
    position: relative;
    bottom: unset;
    left: unset;
    width: 190px;
    height: auto;
    margin: 0 auto;
	}

	.logo-v3 img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.header-block {
    font-size: 14px;
    line-height: 18px;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}

	.header-block .tel {
    font-size: 22px;
    line-height: 24px;
    margin: 0 auto;
	}
	.contact-list {
		float: none;
	}
	#nav ul+ul {
		float: none;
		width: 100%;
	}
	#nav li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	ul#mobile-nav {
		position: absolute;
		top:260px;
		left: 0;
		background-color: #01193b;
		padding: 10px 10px;
		border-bottom: 10px solid #fed24f;
	}
	#nav ul+ul li+li {
		margin:0 0 5px 0;
	}
	#nav #services-dd {
		position: relative;
		left: unset;
		border-bottom: 0;
		padding-top: 5px;
	}
	#nav .about-dd {
		position: relative;
		left: unset;
		border-bottom: 0;
		padding-top: 5px;
	}
	#nav #services-dd li:first-child {
		display: none;
	}
	#nav .about-dd li:first-child {
		display: none;
	}
	.hamburger {
		background-image: url(images/hamburger.png);
		background-size: 26px 43px;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.contact-list li.hamburger {
		width: 26px;
		height:22px;
		display: inline-block !important;
		margin: 8px auto 0 40px;
	}

	li.social-divide {
    padding-left: 0;
    margin-right: 7px;
	}
	.with-cheese {
		background-position: 0 -21px;
	}
	.content-block .column {
		margin: 0 17px 20px;
	}

	.banner-cta-container h1, .gallery h1 {
    font-size: 26px;
    line-height: 30px;
		margin-bottom: 12px;
	}
	.banner-cta-container p {
    font-size: 15px;
    line-height: 20px;
	}
	.banner-cta-container .button {
    font: 800 15px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    border: 3px solid #f7a11a;
    padding: 4px 10px 4px 10px;
		max-width: 240px;
	}

	.banner-cta-container {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    padding: 20px;
	}

	ul.slick-dots {
    bottom: -45px !important;
	}

	.slick-arrow {
		display:none !important;
	}
	.gallery .slide img {
    width: auto;
    max-height: 300px;
    height: auto;
	}

	.gallery .text-block, .gallery .text-holder {
		width:100%;
	}
	.about .gallery .slide .text-holder, .contact .gallery .slide .text-holder {
		margin: 0 auto;
	}

	.about .gallery .slide .text-block, .contact .gallery .slide .text-block {
		padding: 0px 20px !important;
	}

	.gallery p:last-child {
		margin-bottom: 0 !important;
	}

	.about h3 {
    font: 800 22px/26px 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
	}

	.about .intro, .conditions .content-block .intro {
    font: 700 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
	}

	.about .left {
    float: none;
    width: 100%;
    margin: 0 auto;
	}
	.about .right {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
	}
	.about .right img{
		max-width: 100%;
	}

	.about-block h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 25px;
	}

	.about-block {
    padding: 0 20px;
	}
	.bubble1, .bubble2, .bubble3, .bubble4, .bubble5 {
		display: none;
	}

	.about .bio-info h4 {
    font: 700 20px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	}
	.ui-accordion .ui-accordion-content {
    padding: 1em .5em;
	}

	.about #accordion h3 {
    font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 12px;
	}

	.sched-today {
		margin-top: 0;
	}

	.sched-today .lgtxt {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
	}

	.about .bio-info p {
		text-align: left;
	}

	.gform_wrapper span.gform_description {
    width: 100% !important;
		padding: 0 20px;
	}
	.pum-theme-395 .pum-container, .pum-theme-lightbox .pum-container {
    max-width: 100%;
    width: 100% !important;
    top: unset !important;
    left: unset !important;
    opacity: 1;
    display: block;
    margin: 0 auto !important;
	}

	.pum-theme-395 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		top: 4px !important;
		right: 4px !important;
	}

	.gform_wrapper ul#gform_fields_2 li.gfield {
    padding: 0 20px !important;
    text-align: center !important;
	}

	.gform_wrapper #gform_fields_2 .gfield_label {
    width: 100% !important;
	}

	#gform_2 .ginput_container_text, #gform_2 .ginput_container_phone, #gform_2 .ginput_container_email, #input_2_5 {
		width: 100% !important;
		margin-bottom: 10px;
	}

	#field_2_4 {
    margin-bottom: 0;
	}

	.services .gallery .slide .text-block, .conditions .gallery .slide .text-block, .testimonials .gallery .slide .text-block {
		padding: 20px !important;
	}

	.services .gallery .slide .text-holder, .conditions .gallery .slide .text-holder, .testimonials .gallery .slide .text-holder {
    margin-left: auto;
	}


	.sub-block, .eval-bx {
		margin: 0 auto;
		text-align: center;
		font: 500 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.imgright, .imgleft {
		max-width: 230px;
    float: none;
    margin: 0 auto;
	}

	.sub-block h2, .conditions .content-block h2 {
    	font: 800 28px/32px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.sub-block .intro {
    font: 700 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.services .content-block .injury-wrap ul {
		text-align: left;
		padding-left: 30px;
	}

	.services .content-block .hdr-bold {
		text-align: left;
	}

	.sub-block {
		padding-bottom: 30px;
		border-bottom: 0;
	}
	.orange-block {
		padding: 0 20px;
	}
	.orange-block h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
	}

	.service-list ul li {
    float: none;
    width: 100%;
	}

	.white-holder {
		padding: 30px 20px;
		margin-bottom: 0;
	}

	.white-block .list-col {
		margin: 0 auto;
	}

	.white-block ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    float: none;
    display: block;
    font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    width: 100%;
	}

	.white-block h2, .evaluation-block h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
	}

	.evaluation-holder {
		padding: 30px 20px;
		margin-bottom: 0;
	}

	.eval-bx .txt-frame {
		width: 100%;
		padding-top: 20px;
	}

	.eval-bx p{
		padding: 0;
		margin-bottom: 0;
	}

	#rpt p:last-child {
		padding: 0;
		margin: 0;
	}
	.extra-img-row ul li {
		display: block;
		float: none !important;
		width: 100% !important;
		text-align: center;
	}

	.extra-img-row ul li img {
		width: 100%;
		max-width: 90%;
		display: block;
		margin: 0 auto 20px;
	}

	.services-button {
    font: 800 20px/24px 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 20px auto 0;
    display: block;
    text-align: center;
	}

	.services .t-options {
    margin: 0px 0 0px 35px;
	}

	.services .t-options h3 {
    font: 700 20px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.flex {
		display: block;
	}

	.flex .covid-copy {
		padding-right: 0;
	}

	.covid-form {
		padding: 30px 0;
	}

	.covid-copy h3, .gform_wrapper #gform_3 h3.gform_title {
		font-size: 20px;
		line-height: 24px;
	}

	.covid-copy h3 {
		margin-top: 30px;
	}

	.virtual-list {
		padding: 20px;
	}

	.flex .covid-copy, .flex .covid-form {
		flex: 100%;
	}

	#gform_3 {
		padding: 20px;
	}

	.virtual-banner {
		min-height: 300px;
	}

	.virtual-banner h1 {
    font-size: 26px;
    line-height: 30px;
		padding: 0 20px;
	}

	.pat-info-banner {
		display: none;
	}

	.patient-info h2 {
		padding-top: 30px;
		font-size: 26px;
		line-height: 30px;
	}

	.patient-info .ptForm-block h2, .patient-info .blue-holder h2, .green-holder h2  {
		padding-top: 0;
		font-size: 22px;
		line-height: 26px;
	}

	.ptForm-block, .blue-holder, .green-holder {
		padding: 35px 20px;
	}

	.patient-info .support-section {
		margin: 0 auto;
	}

	.patient-info .intro, .blue-block h3, .green-holder h3 {
    font: 700 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.patient-info .content-block .intro-sub {
    font: 800 22px/26px 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
	}

	.grey-holder {
		width: 100%;
		padding: 0;
	}

	.egpr-layout-list .egpr-review-template1 li.egpr-sp-review {
    width: 100% !important;
    display: block !important;
    margin:0 auto 20px !important;
    vertical-align: top;
	}

	.egpr-layout-list .egpr-review-template1 li.egpr-sp-review {
		text-align: center;
	}
	.egpr-review-template1 .egpr-left-info-section {
		max-width: unset !important;
		margin: 0 auto;
	}

	.testimonials .content-block h2 {
    padding: 35px 0;
    margin: 0 auto;
    font: 800 26px/30px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.c-left, .c-right {
    float: none;
    width: 100%;
    margin: 0 auto;
    border-right: 0;
	}

	.office-location-img {
    max-width: 100%;
	}

	.contact-block h2 {
    font: 800 22px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	}

	.contact-block {
    margin-bottom: 35px;
	}

	#carouselh.jscarousal-horizontal {
		width: 100%;
	}

	.featherlight .featherlight-content {
		max-width: 320px;
		height: 180px;
	}

	#home-banner-video {
		opacity: 1;
	}

	.direct-access {
		padding: 35px 20px;
	}

	.conditions .content-block .img-holder .injury:hover:before{background: rgba(0,0,0,0.4);}

	/* .featherlight .featherlight-close-icon {
		display: none;
	} */

	#carouselh .jscarousal-horizontal-forward, #carouselh .jscarousal-horizontal-back {
		position: absolute;
		float: none;
		margin-top: 0;
	}
	#carouselh .jscarousal-horizontal-back {
		top: 32%;
		left: 10px;
	}


	#carouselh .jscarousal-horizontal-forward {
		top: 32%;
		right: 10px;
	}

	#carouselh.jscarousal-horizontal {
		height: auto;
	}

	.carousel-mobile {
		padding: 20px;
	}

	.jscarousal-contents-horizontal .visible div:first-of-type {
		margin-left: 8px;
	}
	ul.contact-list {
		display: block;
		width: 272px;
		margin: 0 auto;
	}

	.contact-block .main-contact form select {
		height: 48px;
		background-position: 95% 19px;
	}

	.contact-block .form-area, .main-contact form  {
		float: none;
	}

	.main-contact {
		margin-bottom: 35px;
	}

	#carouselh .jscarousal-contents-horizontal {
    width: 284px;
    margin: 0 auto;
		float: none;
	}
	.egpr-review-section {
		padding-top: 35px !important;
	}
	.egpr-rateus-button-wrap {
		margin-top: 0 !important;
		padding-bottom: 35px !important;
	}
	.patient-info .intro, .blue-block h3 {
		padding: 0 20px;
	}
	.gallery:not(.patient-info) img {
		display: none;
	}
	.services .gallery .slide .text-block, .conditions .gallery .slide .text-block, .testimonials .gallery .slide .text-block {
		padding: 0 20px !important;
	}
	.gallery .text-block {
		transform: none !important;
	}
	.gallery .text-block:after {
		display: none;
	}
	.gallery p br {
		display: none;
	}
	.gallery:not(.patient-info) .slide {
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: linear-gradient(to right, #d0eef0 , #ffffff);
	}
	.gallery:not(.patient-info) .slide .text-block {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}
	.h1-style, .services-sub h1 {
		font-size: 32px;
		line-height:1.2;
	}
	.about-holder {
		padding: 30px 0;
	}

}

@media (max-width: 767px) {
	.staff-member {
		width: 100%;
	}
	.gallery:not(.patient-info) .slide {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#gform_fields_2 select {
		height: 46px;
	}
	.services .content-block .injury-wrap ul {
		padding-left: 0;
	}
	.services-sub .content-block {
		padding: 40px 20px;
	}
	.note-block {
		margin-top: 40px;
		flex-wrap: wrap;
		padding: 30px;
	}
	.intro-note-block {
		margin-top: 20px;
	}
	.m-mw-286 {
		max-width: 286px;
	}
	.m-mw-80p {
		max-width: 80%;
	}
	.m-mt-40 {
		margin-top: 40px;
	}
	.benefits-icons {
		padding: 30px;
	}
	.benefit-icon-wrap {
		width: 50%;
		text-align: center;
		margin-top: 20px;
	}
	.note-image {
		margin-bottom: 20px;
	}
	.method-block {
		margin: 10px 0;
	}
	.m-banner-left {
		background-position: center left;
	}
	.m-fs-30 {
		font-size: 30px !important;
	}
}

@media (max-width: 380px) {
	#carouselh .jscarousal-horizontal-back {
		top: 98px;
		left: 10px;
	}

	#carouselh .jscarousal-horizontal-forward {
		top: 98px;
		right: 10px;
	}

	#carouselh.jscarousal-horizontal {
		height: 130px;
	}
}

@media (min-width: 768px) {
	#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_8 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#field_2_1 > .ginput_container, #field_2_2 > .ginput_container, #field_2_3 > .ginput_container, #field_2_4 > .ginput_container, #field_2_8 > .ginput_container {
		width: 230px;
	}
	#gform_wrapper_2 .gform_heading {
		padding: 0 30px !important;
	}
}

/* ===================================================================
   Grand Opening Event Tile Styles (Preview Mode)
   =================================================================== */

.event-tile-container {
	width: 100%;
	background-color: #f0f7ff;
}

.event-tile-wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.event-tile {
	background: #f0f7ff;
	overflow: hidden;
	display: grid;
	grid-template-columns: 50% 50%;
	min-height: 450px;
}

/* Left Side - Image Section */
.event-image {
	position: relative;
	background: linear-gradient(135deg, #003d82 0%, #0052a3 100%);
	overflow: hidden;
}

.event-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('images/new-location.jpg');
	background-size: cover;
	background-position: center;
	opacity: 0.3;
}

.image-overlay {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
	text-align: center;
	color: white;
}

.image-overlay h3 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top:0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.image-overlay .tagline {
	font-size: 1.3rem;
	font-weight: 300;
	line-height:1.4;
	font-style: italic;
	opacity: 0.95;
	margin-bottom:0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Right Side - Content Section */
.event-content {
	padding:60px;
	display: flex;
	/*
	flex-direction: column;
	justify-content: center; */
}
.event-content h2 {
	color: #003d82;
	margin-top:0;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.2;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-date {
	color: #f7a11a;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-time {
	color: #f7a11a;
	font-size: 1rem;
	margin-bottom: 25px;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-details {
	color: #333;
	line-height: 1.7;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-details p {
	margin-bottom: 12px;
	font-size:15px;
}

.event-details strong {
	color: #003d82;
	font-weight: 700;
}

.highlight-text {
	background-color: #fbfdff;
	padding: 15px;
	border-radius: 6px;
	margin: 20px 0;
	font-size: 0.95rem;
	color: #555;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.contact-info {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 6px;
	margin-top: 20px;
}

.contact-info p {
	margin-bottom: 8px;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.contact-info strong {
	color: #003d82;
	font-weight: 600;
}

.contact-info a {
	color: #00aeef;
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}

.homepage .contact-info {
	border-radius: 0px;
}
/* Responsive Design for Event Tile */
@media (max-width: 968px) {
	.event-tile {
		grid-template-columns: 1fr;
	}

	.event-image {
		min-height: 300px;
	}

	.event-content {
		padding: 35px 30px;
	}

	.event-content h2 {
		font-size: 1.6rem;
	}

}

@media (max-width: 640px) {
	.event-content {
		padding: 25px 20px;
	}

	.event-content h2 {
		font-size: 1.4rem;
	}

	.event-date {
		font-size: 1.1rem;
	}

	.image-overlay h3 {
		font-size: 1.2rem;
	}

}

.event-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	animation: fadeIn 0.3s ease;
}

.event-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-modal-content {
	background-color: white;
	padding: 30px;
	border-radius: 8px;
	max-width: 700px;
	font-weight:normal;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	position: relative;
	animation: slideUp 0.3s ease;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.event-modal-content .modal-inner {
	border: 12px solid #8BC34A;
	padding: 40px 30px;
	text-align: center;
}

.event-modal-content .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 32px;
	font-weight: 300;
	color: #999;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s;
	background: none;
	border: none;
	z-index: 10;
}

.event-modal-content .close-button:hover {
	color: #333;
}

.event-modal-content .tagline {
	color: #333;
	font-size: 0.95rem;
	font-style: italic;
	margin-bottom: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .event-title {
	color: #00AEEF;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}

.event-modal-content .event-datetime {
	margin-bottom: 20px;
}

.event-modal-content .event-date {
	color: #F7A11A;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .event-time {
	color: #F7A11A;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .all-invited {
	color: #333;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .divider {
	width: 100px;
	height: 3px;
	background-color: #8BC34A;
	margin: 20px auto;
}

.event-modal-content .venue-info {
	margin-bottom: 20px;
}

.event-modal-content .venue-name {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .venue-address {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .venue-website {
	color: #333;
	font-size: 0.9rem;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .light-fare {
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .description {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.6;
	font-weight:normal;
	margin-bottom: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.event-modal-content .touring-info {
	color: #333;
	font-size: 0.9rem;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Responsive adjustments for modal */
@media (max-width: 768px) {
	.event-modal-content {
		padding: 20px;
		width: 95%;
	}
	
	.event-modal-content .modal-inner {
		padding: 30px 20px;
		border-width: 8px;
	}
	
	.event-modal-content .event-title {
		font-size: 1.8rem;
	}
	
	.event-modal-content .event-date,
	.event-modal-content .event-time {
		font-size: 1.1rem;
	}
}

/* Animations for modal */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
