/**
 * Site Custom Styles
 *
 * Global site styles: header, navigation, buttons, provider directory,
 * locations, forms, footer, responsive breakpoints, and more.
 * Migrated from Custom CSS & JS Pro – SiteCSS (post 10541).
 */

.nav-space a{
	color:#233948!important;
}


h1,h2,h3,h4,p,li, body {
	font-family:"Poppins";
}

p,li{
	font-size:20px;
	line-height:1.8;
}

:focus{
	outline:none!important;
}

b, strong{
	font-weight:600!important;
}

.archive .post a{
	color:#000;
	text-decoration:underline;
}

.archive .post a:hover{
	color:#000;
	text-decoration:none;
}

.btn-header-widget{
	text-align:right;
}

.scheduling-btn{
	border:1px solid #be6d34;
	background:#be6d34;
	font-size:18px;
	font-weight:500;
	padding: 10px 25px;
	border-radius:17px;
	margin: 10px 0px;
	color:#fff;
	min-width: 250px;
    display: inline-block;
    text-align: center;
	transition:.2s;
}

.scheduling-btn:hover{
	text-decoration:none;
	background:#fff;
	color:#000;
	border:1px solid #000;
}

.sticky .scheduling-btn{
	padding: 5px 25px;
	font-size:16px;
}


.patient-btn{
	border:1px solid #000;
	font-size:18px;
	font-weight:500;
	background:#fff;
	color:#000;
	padding: 10px 25px;
	border-radius:17px;
	margin: 10px 0px;
	min-width: 200px;
    display: inline-block;
    text-align: center;
		transition:.2s;
}

.sticky .patient-btn{
	padding: 5px 25px;
	font-size:16px;
}

.patient-btn:hover{
	border:1px solid #be6d34;
	text-decoration:none;
	background:#be6d34;
	color:#fff;
}

.bill-btn{
	border:1px solid #000;
	background:#fff;
	color:#000;
	font-size:18px;
	font-weight:500;
	padding: 10px 25px;
	border-radius:17px;
	margin: 10px 0px;
	min-width: 200px;
    display: inline-block;
    text-align: center;
		transition:.2s;

}
.bill-btn:hover{
	border:1px solid #be6d34;
	text-decoration:none;
	background:#be6d34;
	color:#fff;
}

.sticky .bill-btn{
	padding: 5px 25px;
	font-size:16px;
}

.site-header{
	position:relative;
	z-index:9999;
}

.logo img{
	margin-bottom:0px!important;
}

.sticky .logo p{
	margin-bottom:0px!important;
}

.sticky .btn-header-widget p{
	margin-bottom:0px!important;
}

.translate-widget{
margin-left:0px;
	padding-top:2px;
}

.gglobe{
	opacity: 1!important;
    border-radius: 0!important;
    height: 40px!important;
    width: 156px!important;
	background-repeat:no-repeat;
	    background-size: contain!important;
	background-image:url(/wp-content/uploads/2024/04/translate-lang-bg.png)!important;
}

.gglobe:hover {
    opacity: .8!important;
    transform: none!important;
}

.gsatelites{
	
}

.provider-order-widget{
	max-width:1700px;
	margin:0 auto;
	text-align:center;
		padding:15px;
}

.provider-order-widget .form-control{
	border-radius:16px;
}

.form-filter-widget{
	max-width:1200px;
	margin: 0 auto;
	padding-top:50px;
}

.single-provider .content-sidebar-wrap{
	max-width:100%!important;
	padding:0px!important;
	
}

.prov-bio{
	padding-bottom:50px;
	min-height:550px;
}

.prov-bio a{
	color:#000;
	text-decoration:underline;
}

.prov-bio a:hover{
	color:#000;
	text-decoration:none;
}

.provider-header{
    padding: 200px 15px 120px;
	    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2024/05/provider-header.png);
	background-position:center right;
	text-align:center;
}

.provider-header h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.single-provider .prov-img{
	float:left;
}
.single-provider .prov-img img{
	max-width:400px;
	min-width:400px;
	    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
	object-position:top;
	position:relative;
	
	margin:20px 80px 50px 0px;
	border-radius:40px;
}

.single-provider .provider-container{
	padding:80px 15px;
	max-width:1500px;
	margin: 0 auto 50px auto;
	
}
.badge-img{
	text-align: center;
	margin-right: 70px;
}
.badge-img img{
	max-width:185px!important;
	min-width:unset!important;
	    max-height: unset!important;
    min-height: unset!important;
    object-fit: cover;
	object-position:top;
	position:relative;
	margin: 0 auto!important;
}
.single-provider .provider-container h2{
	font-size: 55px;
    color: #000;
    padding-bottom: 20px;
    font-weight: 600;
}

.prov-appointment a{
	color:#000;
	text-decoration:underline;
}

.prov-appointment a:hover{
	color:#000;
	text-decoration:none;
}
.prov-podcasts{
	margin-bottom: 35px;
}
 /*======= Latest search icon on the right ======*/

.search-results .site-inner{
	max-width:1700px;
	margin: 0 auto;
	
}

.search-results .entry{
	padding-bottom:50px;
}

.search-results time.entry-time {
    word-spacing: 0px;
}

 .top-search{
   color:#000;
	 margin-left:0px;
 }

.social-header-widget{
    padding-top:5px;
	text-align:right;
}

.social-header-widget img{
	margin-bottom:0px!important;
}

.social-header-widget p{
	font-weight:500;
}

.social-header-widget a{
margin-right:12px;
	margin-left:12px;
	font-weight:500;
}

.social-header-widget a:hover{
	opacity:.7;
}

 .top-search input[type="search"] {
     width: 100px;
    border: 2px solid transparent;
    box-sizing: border-box;
    padding: 2px;
    margin-left: 0px;
	 margin-top:5px;
    background: transparent;
	color:#366583!important;
 }

.search-form ::placeholder{
	color:#366583!important;
	font-weight:500!important;
}

 .top-search form.search-form input[type="submit"]:focus { /* to avoid search going to next line on click*/
    background: url(/wp-content/uploads/2024/04/search.png)bottom center no-repeat;
    color:transparent!important;
    padding: .1em .5em;
    display: inline-block;
    width: 36px;
    height: 36px;

 }

 .top-search input[type="submit"]{
    background: url(/wp-content/uploads/2024/04/search.png)bottom center no-repeat;
    color:transparent !important;
    border-radius: 4px!important;
    width: 36px;
    height: 36px;
    border: none;
	 background-color:transparent!important;

 }



  .top-search   ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size: 18px!important;
	color:#366583!important;
	font-weight:500!important;
	  text-transform: uppercase!important;
	  letter-spacing: 1px!important;
	 
 }
 .top-search   ::-moz-placeholder{/* Firefox 19+ */
      font-size: 18px!important;
color:#366583!important;
	font-weight:500!important;
	 text-transform: uppercase!important;
	  letter-spacing: 1px!important;
 }
 .top-search   ::-ms-input-placeholder {/* IE 10+ */
      font-size: 18px!important;
	  text-transform: uppercase!important;
color:#366583!important;
	font-weight:500!important;
	 letter-spacing: 1px!important;
 }
 .top-search   ::-moz-placeholder  {/* Firefox 18- */
      font-size: 18px!important;
color:#366583!important;
	font-weight:500!important;
	 text-transform: uppercase!important;
	  letter-spacing: 1px!important;
 }

.header-wh-wid{
	max-width:1700px;
	margin: 0 auto;
	padding:5px 15px;
}


.sticky .header-wh-row{
	margin-bottom:0px;
}

.sticky .menu-header-wid {
    min-width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}

.header-wh-row{
	background:#fff;
	z-index:99;
	margin-bottom:30px;
	transition:.2s;
}

.top-header-row{
	background:#fff;
}

.header-phone-widget{
	padding-top:5px;
}

.header-phone-widget a{
	margin-right:10px;
	text-transform:uppercase;
	transition:.2s;
}

.header-phone-widget a:hover{
	text-transform:uppercase;
	text-decoration:none;
	color:#ff9b54;
}

.sticky .top-header-widget{
	padding:5px 15px;
	margin-bottom:0px;
}

.sticky .logo img{
	width:50%;
	margin-bottom:0px;
}

.sticky .top-header-widget p{
	margin-bottom:0px;
}

.sticky .menu-header-wid {
    padding: 10px 20px;
}

.top-header-widget{
	max-width:1700px;
	margin: 0 auto;
	padding:15px 15px 5px 15px;
	border-bottom:1px solid #cdd8e0;
	margin-bottom:20px;
	transition:.2s;
}

.top-header-widget p, .top-header-widget a{
	font-size:18px;
	color:#366583;
}

.menu-space{
	display:none;
}

.additional-menu{
	display:inline-flex;
}

.sub-menu a{
	font-weight:500;
	line-height:2;
	text-transform:none!important;
	font-size:16px!important;
}

.responsive-sub-menu.label span {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff!important;
    border-top: 5px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 0;
    margin-left: .2em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 0;
}



.menu-item-11251 .sub-menu li{
	margin-bottom:4px;
	line-height: 1.48!important;
}



.menu-item-12796 .sub-menu li{
	margin-bottom:4px;
}

.second-dropdown{
	margin-left:40px;
}

#menu-menu1{
	margin-bottom:0px!important;
}

.menu-header-wid{
	max-width:1700px;
	background:#233a48;
	padding:18px;
	border-radius:20px;
	margin:0 auto;
	transition:.2s;
}

.menu-item a{
	color:#fff;
	font-weight:500;
	text-decoration:none!important;
	padding:0px 15px;
	text-transform:uppercase;
	transition:.2s;
	font-size:16px;
}

.menu-item a:hover{
color:#ff9b54;
}

.menu-area a{ 
	color:#238ec2!important;
	text-transform:uppercase!important;
}

.map-content-row{
	background:#2c5f80;
}

.location-listing .name{
	display:block;
	color:#ff9b54;
	text-decoration:none!important;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
}

.location-listing{
	list-style-type: none;
	margin-top:20px;
		color:#fff;
	overflow: scroll;
    max-height: 665px;
	padding-right:15px;
}

.location-listing .address,.location-listing .phone{
	font-size:18px;
	display:block;
	color:#fff;
	text-decoration:none!important;
}

.location-listing a{
	color:#fff;
}

.location-listing a:hover{
	color:#fff;
	text-decoration:none!important;
}

.location-listing li{
margin: 40px 0;
}

.gm-style-iw-d h2{
	font-size:22px;
	color:#238ec2!important;
	margin-bottom:0px!important;
}

.gm-style-iw-d p{
	font-size:13px;
	line-height:1.2;
	margin-bottom:5px;
}

.provider-inner img{
	max-width:300px;
	min-width:300px;
	max-height:300px;
	    min-height: 300px;
	object-fit:cover;
	margin-bottom:15px!important;
	border-radius:40px;
	object-position:top;
}

.provider-list{
	padding-left:0px;
}

.provider-list-item{
	display:inline-flex;
	max-width: 300px;
	margin: 20px;
}

.pt-therapist .provider-list-item{
	display:block!important;
	max-width: 100%!important;
	margin: 0px!important;
}

	.pt-therapist .bottom-content-widget h3 {
    color: #000;
    padding: 30px 0 0px;
    font-weight: 600;
}

.provider-inner{
	text-align:center;
}

.provider-list img{
	max-width: 300px;
    min-width: 300px;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    margin-bottom: 15px !important;
    border-radius: 40px;
	object-position:top;
}

.provider-list .names {
    color: #ff9b54 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    padding-top: 25px !important;
}

.legacy-widget {
	
}

.provider-list .spec_title{
	display:block;
}

.provider-inner .names{
	color:#ff9b54!important;
	text-decoration:none;
	font-weight:500;
	font-size:20px;
	padding-top:25px!important;
}

.provider-inner .spec_title{
	color:#333333!important;
	text-decoration:none!important;
	font-size:16px;
	font-weight:400;
	display:block;
	font-family:"Poppins";
}
.provider-inner .spec_title:hover, .provider-inner .spec_title a:hover{
	text-decoration:none!important;
}

.physical-therapy-img {
	float:right;
}


.header-slider-widget .sow-slider-image-wrapper{
		height:950px;
}

.header-slider-widget .sow-slider-image{
	background-position:right!important;
}

.header-content-widget{
	margin-top:220px;
	max-width:1000px;
	padding:50px;
}
.header-content-widget h2{
	font-size:60px;
	font-weight:600;
	color:#fff;
	margin-bottom:40px;
}
.oacm-btn,
.location-btn{
	border:1px solid #be6d34;
	background:#be6d34;
	padding: 10px 25px;
	border-radius:17px;
	margin: 5px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	/*min-width: 200px;*/
    display: inline-block;
    text-align: center;
	transition:.2s;
}
.oacm-btn:hover,
.location-btn:hover{
	text-decoration:none;
	background:#fff;
	color:#000;
	border:1px solid #000;
}

/*.oacm-btn{
	border:1px solid #000;
	background:#fff;
	color:#000;
	font-size:16px;
	padding: 10px 25px;
	border-radius:17px;
	margin: 5px;
	font-weight:500;
 
    display: inline-block;
    text-align: center;
		transition:.2s;

}
.oacm-btn:hover{
	border:1px solid #be6d34;
	text-decoration:none;
	background:#be6d34;
	color:#fff;
}*/

.pt-btn{
	border:1px solid #000;
	background:#fff;
	color:#000;
	font-size:16px;
	font-weight:500;
	padding: 10px 25px;
	border-radius:17px;
	margin: 5px;
	/*min-width: 200px;*/
    display: inline-block;
    text-align: center;
		transition:.2s;

}


.pt-btn:hover{
	border:1px solid #be6d34;
	text-decoration:none;
	background:#be6d34;
	color:#fff;
}

.welcome-widget{
	max-width:1700px;
	margin: 0 auto;
	padding:150px 15px 100px;
}

.welcome-content h2{
	font-size:55px;
	font-weight:600;
	padding-bottom:10px;
}

.welcome-content p{
	line-height:2;
}

.welcome-content{
	padding: 20px 20px 0px 20px;
}

.welcome-content a{
	color:#000;
	text-decoration:underline;
}

.welcome-content a:hover{
	color:#000;
	text-decoration:none;
}


.btn-blue{
	background:#238ec2;
	color:#fff!important;
	padding:12px 50px;
	border-radius: 17px;
	font-weight:500;
	transition:.3s;
		text-decoration:none!important;
	font-size:18px;
}

.btn-blue:hover{
	text-decoration:none;
	background:#ff9b54;
}

.btn-space{
	margin-top:40px;
	font-size:16px;
}

.areas-we-treat-widget{
		max-width:1650px;
	margin: 0 auto;
	padding:100px 15px 0px;
}

.areas-we-treat-widget h2{
		font-size:55px;
	font-weight:600;
	padding-bottom:10px;
	
}

.areas-we-treat-widget p{
	line-height:2;
}

.areas-treating-row{
	background:#f8fbfd;
}

.para-space{
	max-width:1000px;
	margin:10px auto 30px;
	font-size:20px;
}

.shoulder-area{
 position:relative;
	left: 75%;
    bottom: 622px;
	max-width:280px;
}

.neck-area{
 position:relative;
	    left: 15%;
    bottom: 670px;
	max-width:250px;
}

.hand-area{
 position:relative;
	    left: 14%;
    bottom: 438px;
	max-width:250px;
}

.hip-area{
 position:relative;
	left: 75%;
    bottom: 480px;
	max-width:250px;
}

.foot-area{
 position:relative;
	left: 75%;
    bottom: 285px;
	max-width:250px;
}

.shoulder-area a, .neck-area a, .hand-area a, .hip-area a, .foot-area a{
	font-size:30px;
	color:#000;
	text-decoration:none!important;
	transition:.2s;
	text-shadow:0px 0px 8px rgba(255,255,255,1),0px 0px 12px rgba(255,255,255,1),0px 0px 15px rgba(255,255,255,1);
	font-weight:400;
}

.shoulder-area a:hover, .neck-area a:hover, .hand-area a:hover, .hip-area a:hover, .foot-area a:hover{
	color:#e58139;
}

.additional-services-widget{
}

.additional-services-content{
	padding:50px;
}

.serv-btn{
	    background: #e58139;
    color: #fff!important;
    padding: 12px 50px;
    border-radius: 17px;
    font-weight: 500;
    transition: .3s;
    font-size: 18px;
    text-transform: uppercase;
}

.serv-btn:hover {
    text-decoration: none;
    background: #238ec2;
}

.serv-li{
	list-style-type:none;
}

.serv-p{
	margin-left:-15px;
	margin-top:15px;
}

.additional-serv-intro{
	padding:60px 20px 0px 20px;
	max-width:1000px;
	margin: 0 auto;
}

.additional-services-widget{
	margin: 0 auto;
	padding:100px 0px 0px;
}

.additional-services-img{
	padding-top:50px;
	padding-right:0px!important;
}

.additional-services-widget h2{
		font-size:55px;
	font-weight:600;
	padding-bottom:60px;
	padding-right:40px;
	
}

.additional-services-widget p{
	line-height:2;
	font-size:20px;
}

.additional-serv-ul li{
	font-size:20px;
}

.additional-serv-ul a{
	color:#366583;
	text-decoration:none!important;
   transition:.2s;
}


.additional-serv-ul a:hover{
	color:#e58139;
	text-decoration:none!important;

}

.additional-serv-ul{
	column-count:2;
	font-size:20px;
	line-height:2;
	color:#366583;
	font-weight:500;
}

.additional-serv-ul ::marker{
	color:#e58139!important;
}

 .location-two-widget, .location-three-widget, .location-four-widget{
	
}

.location-fourth-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.location-one-widget, .location-two-widget, .location-third-widget, .location-fourth-widget{
	max-width:400px;
		margin:0 auto;
}

.location-fourth-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/Ful-clinic-img.png);
	min-height:545px;
	background-position:top;
	background-size:cover;
	border-radius:30px;
	transition:.2s;
		padding:20px;
}

.location-third-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.location-third-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/ELD-clinic-img.png);
	min-height:545px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.location-two-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.location-two-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2025/12/Columbia-Office_homepage.png);
	min-height:545px;
	background-position:top;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.location-one-widget{
/*	background:url(/wp-content/uploads/2024/03/catonsville-img.png);*/
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/catonsville-clinic-img2.png);
	min-height:545px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
	padding:20px;
}

.location-one-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.location-top-widget{
	max-width:1700px;
	margin: 0 auto;
	padding:100px 0px;
}

.location-header-widget a{
	color:#000;
	text-decoration:underline;
}

.location-header-widget a:hover{
	color:#000;
	text-decoration:none;
}

.location-header-widget{

}

.pt-location-wid h2{
	padding-top: 100px;
	padding-bottom:100px!important;
}

.location-header-widget h2{
	padding-bottom:100px;
	font-size:55px;
	font-weight:600;
}

.location-row{
	background:#f8fbfd;
	margin-top:50px;
}

.location-one-widget h3, .location-two-widget h3, .location-third-widget h3, .location-fourth-widget h3{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	
}

.location-one-widget h4, .location-two-widget h4, .location-third-widget h4, .location-fourth-widget h4{
	font-size:18px;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}

.location-one-widget a, .location-two-widget a, .location-third-widget a, .location-fourth-widget a{
	color:#fff;
	text-decoration:none!important;
}

.location-content{
	position:relative;
	margin-top:330px;
}

.loc-btn{
	text-transform:uppercase;
	font-size:16px!important;
	background:#238ec2;
	border:1px solid #238ec2;
	border-radius:17px;
	padding:8px 25px;
	font-weight:400;
	transition:.2s;
	line-height:3;
	letter-spacing:1px;
}

.loc-btn:hover{
	background:#fff;
	border:1px solid #238ec2;
	color:#238ec2!important;
}

.pop-loc-btn{
	text-transform:uppercase;
	font-size:13px!important;
	background:#238ec2;
	color:#fff;
	border:1px solid #238ec2;
	border-radius:17px;
	padding:8px 25px;
	font-weight:400;
	transition:.2s;
	line-height:3;
	letter-spacing:1px;
	text-decoration:none!important;
}

.pop-loc-btn:hover{
	background:#fff;
	border:1px solid #238ec2;
	color:#238ec2!important;
}

.more_link{
	margin-top:20px;
}


.pt-fourth-widget:hover{
    filter: brightness(120%);
	background-size:cover;
	background-position:top;
}

.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget{
	max-width:400px;
}

.pt-fourth-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/FUL-2.png);
	min-height:343px;
	max-height:443px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.pt-third-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.pt-third-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/ELD-2.png);
	min-height:343px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.pt-two-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.pt-two-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2025/12/Columbia-Office-_pt-homepage.jpg);
	min-height:343px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.pt-one-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/CAT.png);
	min-height:343px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
	padding:20px;
}

.pt-one-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;
}


.pt-header-widget h2{
	padding-top:70px;
	padding-bottom:60px;
	font-size:55px;
	font-weight:600;
}

.pt-one-widget h3, .pt-two-widget h3, .pt-third-widget h3, .pt-fourth-widget h3{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	
}

.pt-one-widget h4, .pt-two-widget h4, .pt-third-widget h4, .pt-fourth-widget h4{
	font-size:18px;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}

.pt-one-widget a, .pt-two-widget a, .pt-third-widget a, .pt-fourth-widget a{
	color:#fff;
	text-decoration:none!important;
}

.pt-one-widget .location-content, .pt-two-widget .location-content, .pt-third-widget .location-content, .pt-fourth-widget .location-content{
	position:relative;
	margin-top:130px;
}

.pt-second-row{
	margin-top:25px;
}


.pt-eight-widget:hover{
    filter: brightness(120%);
	background-size:cover;
	background-position:top;
}

.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget{
	max-width:400px;
}

.pt-eight-widget{
	/*background: url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/WEST_DSC_2907-img.png);*/
	background: url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/WEST-2.png);
	max-height:343px;
	min-height:355px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
    padding:20px;
}

.pt-seven-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.pt-seven-widget{
	background:url(/wp-content/uploads/2024/03/pt-office-7.png);
	max-height:343px;
	min-height:355px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.pt-six-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;

}

.pt-six-widget{
	background:url(/wp-content/uploads/2026/02/ellicott_city_img_location_hp.png);
	max-height:343px;
	min-height:355px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
		padding:20px;
}

.pt-five-widget{
	background:url(https://www.mdbonedocs.com/wp-content/uploads/2024/08/Clark.png);
	max-height:343px;
	min-height:355px;
	background-position:center;
	background-size:cover;
	border-radius:30px;
	margin:0px auto;
	transition:.2s;
	padding:20px;
}

.pt-five-widget:hover{
    filter: brightness(120%);
	background-position:top;
	background-size:cover;
}

.pt-five-widget h3, .pt-six-widget h3, .pt-seven-widget h3, .pt-eight-widget h3{
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	
}

.pt-five-widget h4, .pt-six-widget h4, .pt-seven-widget h4, .pt-eight-widget h4{
	font-size:18px;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}

.pt-five-widget a, .pt-six-widget a, .pt-seven-widget a, .pt-eight-widget a{
	color:#fff;
	text-decoration:none!important;
}

.pt-five-widget .location-content, .pt-six-widget .location-content, .pt-seven-widget .location-content, .pt-eight-widget .location-content{
	position:relative;
	margin-top:130px;
}

.testimonial-widget{
	max-width:1700px;
	margin: 0 auto;
	padding:80px 15px;
}

.testimonial-widget h2{
	padding-top:70px;
	font-size:55px;
	font-weight:600;
}

.testimonial-content{
	padding:15px 50px;
}

.testimonial-buttons{
	padding-top:30px;
}

.testimonial-buttons a{
	background:#238ec2;
	color:#fff;
	padding:14px 40px;
	font-weight:600;
	margin: 5px;
	border-radius: 15px;
	transition:.3s;
	font-size:24px;
	text-transform:uppercase;
}

.physical-therapy .location-top-widget{
	padding:50px 0px;
}

.pt-learn-widget p{
	font-size:28px;
	color:#fff;
	margin-bottom:0px;
	font-family:"Poppins";
	font-weight:600;
}

.pt-learn-widget a {
    border: 1px solid #e58139;
    background: #e58139;
    font-size: 18px!important;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 17px;
    margin: 0px 0px 0px 50px;
    color: #fff;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    transition: .2s;
}

.pt-learn-widget a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}


.pt-learn-row{
	padding:30px;
	background:#233948;
}


.testimonial-buttons a:hover{
	text-decoration:none;
	background:#e58139;
}

.testimonial-buttons .leave-review-btn{
	background:#e58139!important
}
.testimonial-buttons .leave-review-btn:hover{
	background:#238ec2!important
}

.testimonial-slider{
	margin-left:-50px;
}

.news-widget{
	padding:80px 50px;
	background:#2c5f80;
	color:#fff;
	min-height:615px;
		border-top-left-radius:40px;
	border-bottom-left-radius:40px;
	margin:5px 5px 5px 15px;
}

.newsletter-widget a,
.news-widget a{
	background:#e58139;
	color:#fff;
	padding:8px 75px;
	border-radius: 15px;
	font-weight:600;
	transition:.3s;
	font-size:24px;
	text-transform:uppercase;
	margin: 3px;
	display: inline-flex;
	width: 100%;
	max-width: 230px;
}
.newsletter-widget a{
	max-width: 355px;
}
.newsletter-widget a:hover,
.news-widget a:hover{
	text-decoration:none;
	background:#238ec2;
}

.newsletter-widget{
	padding:80px 50px;
	background:#2c5f80;
	color:#fff;
	min-height:450px;
	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
	margin:5px 15px 100px 5px;
}

.newsletter-widget {
	margin-bottom:100px!important;
}

.news-signup-widget p{
	font-size:18px;
	line-height:2;
}

.news-signup-widget h2{
	font-size:48px;
	font-weight:600;
	padding-bottom:30px;
}

.news-signup-widget{
	max-width:1700px;
	margin:50px auto 80px auto;
}

.resources-row{
	background:url(/wp-content/uploads/2024/03/patient-resources-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.additional-services-row{
	margin-top:-150px;
	background:#fff;
	position:relative;
	z-index:2;
}

.pe-assessment-widget{
	max-width:1550px;
	margin: 0 auto;
	padding-bottom:100px;
}

.pe-assessment-widget p{
	line-height:2;
	font-size:18px;
}

.pe-widget{
	background:#f8fbfd;
	border-radius:40px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0px 20px;
}

.pe-widget h2{
	background:#e58139;
	color:#fff;
	padding:25px;
	font-size:36px;
	font-weight:600;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	max-width:400px;
	margin-top:25px;
}

.pe-para{
	padding:30px;
	
}

.assessment-widget{
    background:#238ec2;
	border-radius:40px;
	padding-top:15px;
	padding-bottom:61px;
	margin:0px 20px;
}

.assessment-widget h2{
	background:#fff;
	font-size:36px;
	color:#ff9b54;
	font-weight:600;
	padding:25px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	max-width:475px;
	margin-top:25px;
}

.assess-para{
	padding:30px;
	color:#fff;
	line-height:2;
	font-size:18px;
}

.assess-para p{
	color:#fff;
}

.assess-para p{
	color:#fff;
}

.assess-para a{
	color:#fff;
    text-decoration:none!important;

}

.resources-header-widget h2{
		font-size:56px;
	font-weight:600;
	padding-bottom:80px;
	padding-top:80px;
	color:#fff;
}

.pe-list, .assess-list{
	column-count:2;
}

.pe-list a{
	color:#000;
	text-decoration:none!important;
	font-weight:500;
	font-size:18px;
	line-height:3;
	font-family:"Poppins";
}

.assess-list p{
		color:#fff;
	text-decoration:none!important;
	font-weight:500;
	font-size:18px;
	line-height:3;
}

.pe-list p, .assess-list p{
	line-height:2;
}

.pe-list img, .assess-list img{
	margin-bottom:0px!important;
}

.self-para{
	margin-bottom:98px;
}

/* ================= Inner Page ================= */

.legacy-provider img{
	max-width: 300px;
    min-width: 300px;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    margin-bottom: 15px !important;
    border-radius: 40px;
    object-position: top;
}

.legacy-provider h3 {
    color: #ff9b54 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    padding-top: 25px !important;
}

.legacy-provider a{
	text-decoration:none!important;
}

.legacy-provider a p{
	color:#000!important;
}

.legacy-widget{
	max-width:800px;
	margin: 0 auto;
}

.news-top {
	
}

.news-btn, .blog-btn{
	    border: 1px solid #000;
    background: #fff;
    color: #000!important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 17px;
    margin: 10px 0px;
    min-width: 200px;
    display: inline-block;
	    text-decoration: none!important;
    text-align: center;
    transition: .2s;
}

.news-btn:hover, .blog-btn:hover{
	border: 1px solid #be6d34;
    text-decoration: none;
    background: #be6d34;
    color: #fff!important;
}

.vid-btn{
	    border: 1px solid #be6d34;
    background: #be6d34;
    font-size: 18px;
	    text-decoration: none!important;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 17px;
    margin: 10px 0px;
    color: #fff!important;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    transition: .2s;
}
.vid-btn:hover{
	text-decoration: none;
    background: #fff;
    color: #000!important;
    border: 1px solid #000;
}
.pt-top-wid{
	padding:0px 100px 100px 100px;
}

.physical-therapy .inner-content-widget {
    padding: 50px 15px;
}

.pt-top-wid{

}

.physical-therapy .pt-content-widget {
	padding: 100px 0px 20px 0px;
}

.pt-top-content{
	padding:20px 100px 10px 100px!important;
}

.inner-header-container{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;
}

.container-bg-image{
	background-size:cover!important;
}

.page-id-11669 .container-bg-image,
.page-id-10953 .container-bg-image,
.page-id-11684 .container-bg-image,
.page-id-11690 .container-bg-image,
.page-id-11893 .container-bg-image,
.page-id-10943 .container-bg-image,
.page-id-11763 .container-bg-image{
		background-position:center!important;
}
.inner-header-row{
	padding:200px 15px 120px;
}

.inner-header-widget h1{
	font-size:60px;
	font-weight:600;
	color:#fff;
}

.inner-content-widget{
	max-width:1700px;
	margin: 0 auto;
	padding: 100px 15px;
}

.inner-top-content{
	padding:60px 15px 15px 50px;
}

.inner-top-content a{
	color:#000;
	text-decoration:underline;
}
.inner-top-content a:hover{
	color:#000;
	text-decoration:none;
}

.inner-top-content h2{
	font-size:55px;
	color:#000;
	padding:40px 0 30px;
	font-weight:600;
}

.therapist-content-widget h3{
	color: #ff9b54!important;
	font-size:24px!important;
}

.therapist-content-widget img{
	border-radius:30px;
}

.bottom-content{
	padding-bottom:30px;
}

.bottom-content-widget{
	padding:75px 15px;
	max-width:1200px;
	margin: 0 auto;
}

.bottom-content-widget h2, .bottom-content h2{
	font-size:50px;
	color:#000;
	padding-bottom:30px;
	padding-top:40px;
	font-weight:600;
}

.bottom-content-widget h3{
		font-size:45px;
	color:#000;
	padding: 30px 0 20px;
	font-weight:600;
}

.bottom-content-widget a{
	color:#000;
	text-decoration:underline;
	font-family:"Poppins"
}

.bottom-content-widget a:hover{
	color:#000;
	text-decoration:none;
}
.page-id-10939 .provider-list img{
	max-width: 100%;
	min-width: unset;
	min-height: unset;
}
.bottom-content.right {
	text-align: right;
}
.bottom-content.left{
	text-align: left;
}
.blue-content-row{
	background:#f8fbfd;
}

.grid-ul{
	column-count:2;
}

.footer-inner-widget{
	padding:100px 20px 20px;
}
.footer-inner-row{
	max-width:1700px;
	margin: 0 auto;
}

.footer-contact-widget h3{
	color:#0e0e0e;
	font-size:22px!important;
	margin-bottom:35px;
	font-weight:400;
}

.footer-contact-widget h3 a{
	color:#0e0e0e;
	text-decoration:none!important;
	font-size:22px!important;
}

.footer-contact-widget a, .footer-contact-widget p{
	font-size:18px;
	text-decoration:none;
	color:#0e0e0e;
}
.footer-contact-widget p{
	opacity:.6;
}

.search-no-results .site-inner{
	max-width:1600px;
	margin: 0 auto;
}
.vd-page-header{
	background-position: center right!important;
}
.page-id-10957 .inner-header-container{
	background-position: center center!important;
}
 
/*====== Scroll to Top =======*/
#scroll-to-top-link {
   bottom: 1%;
   right: 1%;
   z-index:99;
   position: fixed;
}
#scroll-to-top-link .fa {
   color: #233a48;
}
.home .sow-slider-base .sow-slide-nav a em{
	display:none!important;
}
/*==== SEO====*/
 .seo {
     text-align: center;
     padding: 10px;
 }
.seo p {
    /*color:#fff;*/
  color:#0e0e0e;
    font-size: 12px !important;
    font-weight: 400;
	opacity:.8;
}

.seo a {
  color:#0e0e0e;
    font-size: 12px !important;
    font-weight: 400;
    text-decoration: underline;
    text-transform: inherit;
    opacity:.8;
}
.seo {
    display: none!important;
}
.home .seo {
    display: block!important;
}
@media only screen and (min-width: 240px) and (max-width: 1024px) {
    .seo,
    .home .seo {
        display: none !important;
        text-align: center;
    }

}

.bottom-content.therapy-list ul  li:nth-child(1){
	display:none!important;
}
/* ================= Accordion ================= */

.su-accordion{
}

.su-accordion .su-spoiler{
    background-color: #fff!important;
	box-shadow: none;
    color: #ffffff;
    cursor: pointer;
	font-weight:400!important;
	border-radius:15px;
	font-size:20px!important;
    position: relative;
    text-transform: none;
	font-family:"Poppins";
}

.su-spoiler-title{
	font-size:20px!important;
	color:#fff!important;
		font-weight:400!important;
	padding:18px 0px!important;
	background-color: #238ec2 !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    border-radius:15px;
}

.su-spoiler-content {
    color: #000;
    background: #fff;
}

.su-spoiler-content li {
    color: #000;
}

.su-spoiler-content a{
	color:#000;
	text-decoration:underline;
}

.su-spoiler-content a:hover{
	color:#000;
	text-decoration:none;
}

.su-spoiler-icon {
	background: #366583;
    padding: 20px;
    border-radius: 15px;
	
    position: relative!important;
    left: 97%!important;
    top: 0px!important;
    display: inline!important;
    width: 40px;
    height: 40px;
    line-height: 21px;
    text-align: center;
    font-size: 18px!important;
   /* font-family: ShortcodesUltimateIcons;*/
    font-weight: 700!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.su-spoiler-icon-plus .su-spoiler-icon:before,
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{
	 font-family: fontAwesome!important;
}
.su-accordion {
    margin-bottom: 0px!important;
}

.so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
    margin-bottom: 10px;
    padding-top: 140px;
    margin-top: -140px;
}

.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
	background:#fff!important;
}


.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    align-items: center;
    background-color: #238ec2!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    padding: 0px 00px 0px 30px!important;
	border-radius:15px;
	font-size:18px!important;
    position: relative;
    text-transform: none;
    flex-direction: row;
	font-family:"Poppins";
	margin-bottom:18px;
}

.sow-accordion-open-close-button{
	background:#366583;
	padding:22px;
	border-radius:15px;
}

.so-widget-sow-accordion .sow-accordion .sow-accordion-panel-open .sow-accordion-panel-header {
box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
    background-color: #616161;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.sow-accordion-panel-content a{
	color:#000;
	text-decoration:underline;
}

.sow-accordion-panel-content a:hover{
	color:#000;
	text-decoration:none;
}

/*==== Easy Accordion Style ===*/
.sp-easy-accordion iframe{
	margin-top: 20px;
}
.sp-easy-accordion .sp-ea-single.ea-expand{
	margin-bottom: 10px;
    padding-top: 190px;
    margin-top: -190px;
}
 .sp-easy-accordion .sp-ea-single .ea-header{
	box-shadow: 0px 0px 10px rgba(0,0,0,.3)!important;
	 border-radius: 15px!important;
}
 .sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon,
 .sp-easy-accordion .sp-ea-single .ea-header a{
	 border-radius: 15px!important; 
}
.sp-easy-accordion p{
	line-height: 1.8!important;
}
/* ================= Patient Education Library ================= */

.pe-library .inner-top-content{
    padding: 0px 15px 15px 50px;
}

.viewmedica-widget{
	max-width:1600px;
	margin: 0 auto;
	padding:20px
}



.ihs-pe-tab-content a{
  color:#002856;
}

/* Search Background */
.ihs-pe-search {
   background: #238ec2 url("https://www.mdbonedocs.com/wp-content/uploads/2026/04/background-patient-education.png") top center no-repeat!important;
   background-size: cover;
   padding: 50px 0;
   border-radius: 8px;
   color: #fff;
   max-width: 1200px;
   margin: 0 auto;
}
.ihs-pe-search p{
   color: #fff;
}

.ihs-pe-copyright a{
    color:#000;
  text-decoration:underline;
}

.ihs-pe-copyright a:hover{
    color:#000;
  text-decoration:none;
}

.ihs-pe-art-intro a{
  color:#000;
  text-decoration:underline;
}

.ihs-pe-art-intro a:hover{
  color:#000;
  text-decoration:none;
}

/* Article header with video/read article */
.nav-pills {
   margin-bottom: 20px;
}
.ihs-pe-article{
   padding: 10px;
   margin: 10px 0;
}
.ihs-pe-article .nav>li.active>a {
   color: white!important;
   background: #238ec2!important;
   border-radius: 0;
   text-decoration: none;
}
.ihs-pe-article .nav>li>a {
   color: #fff!important;
   background: rgba(0, 0, 0, .1)!important;
   font-weight: bold;
   border-radius: 0;
   text-decoration: none;
}

.ihs-pe-article .nav-justified, .nav-tabs.nav-justified {
   margin-bottom: 20px;
}
.ihs-pe-article-title-source .col-md-3 {
   width: 30%;
}
.ihs-pe-article-title-source .col-md-3 a{
   color: #fff!important;
   background: #238ec2;
   text-align: center;
   padding: 10px 5px;
   text-decoration: none;
}
.ihs-pe-article-title-source .col-md-3 a:hover{
   color: #238ec2!important;
   background: #fff!important;
}


/* General Styling */


.ihs-pe-article h2.section-title {
   color: #000;
   font-size: 30px!important;
   line-height: 30px!important;
}

h1.ihs-pe-article-title {
   width: 70%;
   font-size: 34px!important;
   line-height: 36px;
   margin: 5px 0 15px 0!important;
   font-weight: 500;
   word-break: keep-all;
   color: #363636;
}

h3.ihs-pe-search-title {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 30px;
   color: #fff!important;
}
h3.ihs-pe-search-did-you{
   text-align: center;
   color: #fff!important;
}

li.section-menu-item a {
   color: #555;
}

.ihs-pe-search .ihs-pe-search-did-you-content{
   color: #363636;
  font-size:18px;
}

/* Copyright Background */
.pe-navigation {
   padding: 10px;
   color: #000;
}
.pe-copyright {
   font-size: 13px;
   color: #000;
}

.pe-copyright a {
   color: #000;
   font-size: 13px;
   text-decoration: underline;
}
.pe-copyright p {

   color: #000;
   font-size: 13px;
}


/* General Styling */

.wp-caption-text{
   text-align: left!important;
   font-size: 14px!important;
}


.inline{
   float: none;
   display: inline-block;
   vertical-align: middle;
}

.ihs-pe-article h2.section-title {
   color: #238ec2;
   font-size: 24px!important;
   line-height: 24px!important;
}

.section a img{
   display: block;
}
h4.ihs-pe-search-sub-title {
   padding:10px 0 20px 0;
   color: #fff!important;
}
a.read-more-link,
a.ihs-pe-abc-item,
a.alpha-search-item{

   word-break: break-word;
   color: #363636;
}

.ihs-pe-search-results ul li .ihs-pe-abc-item {
   font-weight: bold;
   margin: 10px 0;
   display: block;
}
.ihs-pe-art-intro a.read-more-link {
   color:#555;
   font-weight: bold;
}
.ihs-pe-section-to-top {
   padding: 10px 0;
}
.ihs-pe-section-to-top a {
   text-decoration: none;
   color:#555;
   font-weight: bold;
   font-size: 14px;
}
.ihs-pe-section-to-top a:before {
   font-family: fontawesome;
   content: "\f062";
   color: #555;
   margin-right: .5em;
}
#ihs-pe-alpha-search a{
   color: #fff!important;
}
.ihs-pe-navigator-list{
   max-width: 1140px;
   margin: 0 auto;
}
.ihs-pe-navigator-list ul {
   padding: 0;
}

.ihs-pe-navigator-list ul li {
   list-style: none;
   padding: 10px;
}

.ihs-pe-navigator-list ul li p {
   display: none;
}

.ihs-pe-search-results ul li {
   padding: 40px 10px;
}

form.ihs-pe-navigator-form {
   background: rgba(137,141,145,.8);
   padding: 10px;
   border-radius:8px;
   margin-bottom: 20px;
}
form.ihs-pe-navigator-form br {
   display: none!important;
}
h1#ihs-pe-article-title,
.ihs-pe-article-title-source h1{
   color: #238ec2;
   font-weight: 700;
}

.top-header-widget a strong{
	 white-space: nowrap;
}
.webnar-pg .bottom-content-widget{
	max-width: 1680px;
}
.cr-vid{
	padding: 15px;
	    border: 1px solid #366583;
    border-radius: 130px;
    overflow: hidden;
}
.cr-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
	 border-radius: 130px;
	overflow: hidden;
}

.cr-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#holidayPopup.modal{
	z-index: 10000;
}
#holidayPopup h5.modal-title{
	text-transform: uppercase;
}
#holidayPopup .modal-content h2{
	font-size: 28px;
	margin-bottom: 30px;
}
#holidayPopup .modal-content h2 strong{
	color:#be6d34;
}
#holidayPopup .modal-content{
	text-align: center;
}
#holidayPopup .modal-dialog {
  transform: translateY(-100px);
  transition: transform 0.4s ease-out;
}

#holidayPopup.show .modal-dialog {
  transform: translateY(0);
}
@media only screen and (min-width: 576px){
	#holidayPopup .modal-dialog {
        max-width: 600px; 
		margin-top: 60px;
	}
}
@media only screen and (min-width: 781px){
 ul#ihs-pe-article-section-menu li a{
    color:#238ec2;
  }
  h1#ihs-pe-article-title, .ihs-pe-article-title-source h1{
    color:#238ec2;
    font-size: 48px;
    font-weight: 400;
  }
	ul.has-2-cols{
		column-count:2;
	}
	#mobile-intro{
		display:none!important;
	}
}
@media only screen and (min-width: 1025px) {
   form.ihs-pe-navigator-form {
      width: 65%;
   }
	 form.ihs-pe-navigator-form {
      width: 65%;
   }

}
.spacer-menu,
#menu-item-15605,
#menu-item-15513{
	visibility:hidden;
}
.second-dropdown a{
	font-size: 14px!important;
}
@media only screen and (min-width: 1200px) {
  
	.menu-item-12796 .sub-menu{
	width:600px!important;
	column-count:2;
	margin-left:-200px;
}
	.menu-item-11251 .sub-menu{
	width:800px!important;
	column-count:2;

}
li#menu-item-11250 .sub-menu{
	width:430px!important;
	}
	.webnar-pg .inner-header-row{
		min-height: 600px;
		padding: 276px 15px 120px;
	}
	
	.menu-item-11252 .sub-menu{ 
	    height: 330px;
        overflow-y: auto;
	}
	
}
@media screen and (min-width: 1400px) and (max-width: 1620px) {

	.top-header-widget p, .top-header-widget a{
		font-size: 15px;
	}
	.gglobe{
		width: 140px!important;
	} 
	.social-header-widget a{
		margin-left: 8px;
		margin-right: 8px;
	}
	.top-search{
		margin-left: -8px;
		margin-top: -4px;
	}
	.top-search form.search-form input[type="submit"]:focus,
	.top-search input[type="submit"]{
		width: 30px;
		height: 30px;
		background-size: contain;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1450px){
	.oacm-btn, .location-btn, .pt-btn{
		width: 100%;
		max-width: 280px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
	.top-header-widget p, .top-header-widget a{
		font-size: 14px;
	}
	.gglobe{
		width: 120px!important;
	} 
	.social-header-widget a{
		margin-left: 4px;
		margin-right: 4px;
	}
	.top-search{
		margin-left: -10px;
		margin-top: -4px;
	}
	.top-search form.search-form input[type="submit"]:focus,
	.top-search input[type="submit"]{
		width: 25px;
		height: 25px;
		background-size: contain;
	}
}
@media screen and (max-width:1199px){
   h1.ihs-pe-article-title{
      font-size: 30px!important;
   }
	#menu-menu1{
		height: 100vh;
		overflow: scroll;
	}
	li#menu-item-11251 .sub-menu{
		/*max-height: 400px;*/
		overflow: scroll;
	}
	.spacer-menu,
#menu-item-15605,
#menu-item-15513{
	display:none;
}
}
@media screen and (min-width:781px) and (max-width:1199.95px){
	.top-header-row .panel-grid.panel-no-style{
		flex-wrap: wrap!important;
		
	}
	.top-header-row .panel-grid.panel-no-style .panel-grid-cell{
		width: 100%!important;
		text-align: center;
	}
	.social-header-widget{
		text-align:center;
	}
	.translate-widget{
		max-width: 155px; 
		margin: 0 auto;
		margin-top: 5px; 
		margin-bottom: 5px;
	}
	.inner-top-content h2,
	.inner-top-content h2{
		font-size: 45px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1199px){
   .ihs-pe-article-title-source .col-md-3 a{
      font-size: 16px!important;
   }
}
@media only screen and (min-width:767px) and (max-width: 1024px){
   .ihs-pe-article-title-source .col-md-3 a{
      font-size: 12px;
   }
 
}

@media screen and (min-width: 780px) and (max-width: 992px){
	 
	.logo-row{
		flex-wrap: wrap!important;
	}
	.logo-row .panel-grid-cell{
		width: 100%!important;
	}
	.btn-header-widget{
		text-align:center;
	}
	.logo{
		max-width: 290px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 780px) {
	
	.sow-accordion-panel-content img{
		display:block!important;
		margin: 0 auto;
		max-width:350px;
		float:none!important;
	}
 
   h1.ihs-pe-article-title {
      font-size: 24px!important;
      line-height: 24px!important;
      margin: 5px 0 15px 0!important;
      font-weight: 500!important;
      width: 100%;
   }
   .ihs-pe-article h2.section-title {
      font-size: 21px!important;
      line-height: 21px!important;
   }
   .ihs-pe-article-title-source .col-md-3 {
      width: 100%;
   }
   .ihs-pe-article-title-source .col-md-3 a{
      display: block;
   }

   .ihs-pe-search {
      margin: 20px;
      background: #298ec2!important;
   }
  
  .page-id-2009 .header-row img 
{
  object-position:right !important;
}
	.additional-serv-intro.desktop{
		display:none!important;
	}
	.webnar-pg .inner-content-img,
	.webnar-pg .bottom-content-widget img{
		max-width: 450px;
		margin: 0 auto;
		
	}
}
@media only screen and (min-width: 1023px) and (max-width: 1024px) {
   .ihs-pe-article-title.col-md-9{
      width: 60%;
   }
   .ihs-pe-article-title-source .col-md-3 {
      width: 40%;
   }
}


@media only screen and (max-width: 500px){
   ul#ihs-pe-article-section-menu li{
      font-size: 18px;
   }

   .row.ihs-pe-article-title-source{
      display: block;
   }
	  .page-id-11684 .container-bg-image {
		background-position: 77% 0 !important;
	}
	.webnar-pg .inner-content-img, .webnar-pg .bottom-content-widget img{
		max-width: 100%!important;
	}
}

.ihs-pe-copyright,
.ihs-pe-article{
   max-width: 1600px;
   margin: 0 auto;
   padding-left: 10px;
   padding-right: 10px;
}
.ihs-pe-tab-content{
   padding-left: 10px;
   padding-right: 10px;
}
.ihs-pe-article .sections-menu.content-section{
   padding-top: 20px;
  margin-bottom: 80px;
}
.ihs-pe-article .nav>li>a,
.ihs-pe-article .nav>li.active>a{
   padding: 5px 10px;
}
.nav-justified > li{
   width: auto;
}
.ihs-pe-article .ihs-pe-article-title-source .ihs-pe-article-back-link{
   margin-top: 20px;
}

/* ================= Patient Education Library End ================= */

.search .content{
	padding:150px 25px 50px;
}

.search .content a, .blog .content a{
	color:#000;
	text-decoration:underline;
}

.search .content a:hover, .blog .content a:hover{
	color:#000;
	text-decoration:none;
}

.copyright-row{
	border-top: 1px solid #acacaa;
	border-bottom: 1px solid #acacaa;
}
.copyright-widget{
	max-width:1700px;
	margin: 0 auto;
	padding:15px;
	text-align:center;
}

.copyright{
opacity: .6;	
}

.privacy-footer-widget p, .privacy-footer-widget a, .copyright-widget p{
	font-size: 18px!important;
    text-decoration: none;
    color: #0e0e0e;
}

.privacy-footer-widget p{
	opacity:.6;
}

.privacy-footer-widget a{
	margin:0px 10px;
}

.privacy-footer-widget{
	padding-top:15px;
}

.footer-social-widget a{
	margin: 0px 10px;
}

.footer-social-widget img:hover{
	opacity:.6;
}

#more {
	display: none;
}

br{
	margin-top:15px;
}

.prov-space{
	margin-top:20px;
	display:block;
}

.su-expand-content{
	font-size: 20px;
    line-height: 1.8;
	font-family: "Poppins";
}

.blog-section .entry-title, .post .entry-title, .blog .entry-title, .search .entry-title{
  display:contents!important;
}
.blog-section .entry-title{
  min-height:300px;
}
.blog-section{
  max-width: 1650px;
  margin: 0 auto;
  padding: 40px 0px;
}

/*.blog-section .featuredpost{
  display: inline-flex;
}*/
.blog-section .featuredpost article{
  max-width: 360px;
  margin-left: 26px;
  margin-right: 26px;
  position: relative;  
    margin-bottom: 20px;
      display: inline-grid;
  min-height:430px;

}

.blog-section .featuredpost img{
  min-height:215px;
   object-fit: cover;
}

.blog-section .aligncenter,.blog-section img.centered {
    display: block;
    margin: 0 auto 24px;
    max-height: 240px;
}
 
.blog-section .entry-header{
  padding-top: 0px;
  padding-left: 0px;
  position: relative;
	min-height:80px;
   
}
.blog-section .entry-content{
  padding: 0px 0px 50px 0px;
}

.blog-section .entry-content a{
  color:#000;
	text-decoration:none;
      display: block;
  font-weight:600;
	margin-top:30px;
}
.more-link:hover{
	text-decoration: none;
    background: #fff;
    color: #000!important;
    border: 1px solid #000;
}
.blog-section .entry-time{
	font-size:20px;
  font-weight:500;
 position: absolute;
    top: 200px;
    right: auto;
    background: none;
    color: #002856;
    margin-top: 30px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-spacing: 0px;
}

.blog-section .entry-time:before{
    content: "\f073";
    font-weight: 700;
    font-family: fontawesome;
    margin-right: 20px;
    font-size: 25px;
    display: block;
}

.blog-section .entry-author{
   position: absolute;
   top: 0;
   font-size: 18px;
   height: 90px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
}
.blog-section .entry-author:before{
  content:"\f007";
  font-weight: 700;
  font-family: FontAwesome!important;
  top: -10px;
  left: 0;
  display: inline-flex;
  margin-right: 15px;
  color:#fbb03b;
  font-size: 25px;
  position: relative;
}


.blog-section .featuredpost article h4{
  font-size: 22px;
  font-weight: 700;
  margin-top: 90px;
  padding: 0 50px 0 0;
  color:#002856;
}
.blog-section .featuredpost article h4 a{
  transition: .3s ease all;
  color:#000;
	text-decoration:none!important;
	padding: 0 0px 20px 0;
}
.blog-section .featuredpost article h4 a:hover{
  transition: .3s ease all;
   color:#ff9b54;
  text-decoration:none!important;
}
.blog-section .featuredpost article p{
   font-size: 18px;
	margin-top:15px;
}
.blog-section  .read-more-link a{
  font-size: 20px;
  display:flex;
  text-transform: uppercase;
  color:#fff;
  justify-content: center;
  background:#188880;
  padding: 19px 10px 14px;
  letter-spacing: 1.5px; 
  font-weight: 600;
  max-width: 260px;
  margin-top: 20px;
  transition: .3s ease all;
  
}
 
.blog-section  .read-more-link a:hover{
  background: #fbb03b;
}

.more-link{
	 /*   border: 1px solid #be6d34;
    background: #be6d34;*/
		  border: 1px solid #e58139;
    background: #e58139;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 17px;
    margin: 10px 0px;
    color: #fff!important;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    transition: .2s;
}
.oacm-news .more-link{
	max-width: 250px;
}
.blog-section .panel-grid-cell{
  flex-wrap: wrap;
}

.single-post .entry-content a{
	color:#333;
	text-decoration:underline;
}

.single-post .entry-content a:hover{
	color:#333;
	text-decoration:none;
}

.sow-slider-base {
	
}

.oacm-news .news-widget{
	
}

.oacm-newsletter-widget h2{
	font-size:48px;
	padding-bottom:30px;
}

.oacm-newsletter-widget .news-widget {
    min-height: 601px;
}

.oacm-news .news-widget a {
    background: none;
    color: #fff;
    padding: 0px;
    border-radius: 0px;
    font-weight: 400;
    transition: .3s;
    font-size: 18px;
    text-transform: none;
    margin: 0px;
}

.videos-row h2 {
    font-size: 55px;
    color: #000;
    padding-bottom: 30px;
    padding-top: 40px;
    font-weight: 600;
}

.video-widget{
	
}

.video-inner-widget{
	margin:10px;
}

.videos-row{
	max-width:1700px;
	margin:0 auto 60px auto;;
	padding:20px;
}

.view-btn{
    border: 1px solid #238ec2;
    background: #238ec2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 17px;
    margin: 10px 0px;
    color: #fff !important;
    min-width: 250px;
    text-align: center;
	display:inline-block;
	text-decoration:none!important;
    transition: .2s;

}

.view-p{
	float:right;
	margin-right:25px;
	margin-top:-100px;
}

.view-btn:hover{
	    border: 1px solid #e58139;
    background: #e58139;
}

@media (max-width:1700px){
	.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget{
	max-width:350px;
}
	.header-content-widget h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
	.header-content-widget {
    margin-top: 220px;
    max-width: 800px;
    padding: 50px;
}
}

@media (min-width:1700px){
.menu-header-wid {
    min-width: 1700px;
}
}

@media (max-width:1650px){
.videos-row h2{
	text-align:center;
}
	
.view-p{
	float:none;
	text-align:center;
	
	margin-right:0px;
	margin-top:10px;
	margin-bottom:20px;
}
}

@media (max-width:1600px){
.location-one-widget, .location-two-widget, .location-third-widget, .location-fourth-widget{
		margin:10px;
	min-height:465px;
}
	.location-content {
    margin-top: 200px;
}
.testimonial-widget	.sow-slider-base {
    padding: 0px 40px;
}
	.testimonial-img-wid{
		padding:50px;
	}
}

@media (max-width:1500px){
.header-content-widget {
    margin-top: 220px;
    max-width: 550px;
    padding: 50px;
}
	.menu-item-11251 .sub-menu{
		margin-left:0px!important;
	}
}

@media (max-width:1350px){
	.su-accordion {
    margin-bottom: 1.5em;
    max-width: 1000px;
    margin: 0 auto;
}
}

.menu-item-11251 .sub-menu{
		margin-left:-225px;
	}

@media (min-width:1200px){
	
.sub-menu{
	background:#233a48;
	width:400px!important;
	padding:30px 10px!important;
	margin-left:-50px;
}
	li#menu-item-11256 .sub-menu {
        width: 220px!important;
	}
	.mobile-header-widget{
		display:none!important;
		padding:40px 20px;
	}
.site-inner{
	padding-top:200px;
}
	
.pe-article-page .site-inner{
		padding-top:350px;
	}
	
	.site-header{
		position:fixed;
		width:100%;
	}
	.responsive-sub-menu{
		display:none!important;
	}
	.additional-services-content {
    padding: 50px 50px 50px 150px;
}
}

@media (max-width:1500px){
	.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget{
	max-width:300px;
		margin: 5px;
}
	.pt-one-widget h3,.pt-two-widget h3,.pt-third-widget h3,.pt-fourth-widget h3, .pt-five-widget h3, .pt-six-widget h3, .pt-seven-widget h3, .pt-eight-widget h3{
	font-size:20px;
	
}

.pt-one-widget h4, .pt-two-widget h4, .pt-third-widget h4, .pt-fourth-widget h4,.pt-five-widget h4, .pt-six-widget h4, .pt-seven-widget h4, .pt-eight-widget h4{
	font-size:16px;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}
	
	.pt-top-content, .pt-top-wid {
    padding: 20px 50px 10px 50px !important;
}
	.shoulder-area a, .neck-area a, .hand-area a, .hip-area a, .foot-area a {
    font-size: 22px;
}
	.shoulder-area {
    position: relative;
    left: 80%;
    bottom: 616px;
    max-width: 200px;
}
	.hip-area {
    position: relative;
    left: 80%;
    bottom: 436px;
    max-width: 140px;
}
	.foot-area {
    position: relative;
    left: 80%;
    bottom: 230px;
    max-width: 150px;
}
	
	.neck-area {
    position: relative;
    left: 9%;
    bottom: 650px;
    max-width: 150px;
}
	
	.hand-area {
    position: relative;
    left: 8%;
    bottom: 402px;
    max-width: 160px;
}
	
}

@media (min-width: 1501px) and (max-width:1660px) {
	.menu-item a{
		    padding: 0px 10px!important;
		font-size:15px;
	}
	.sub-menu a{
			font-size:16px!important;
	}
}
@media (min-width: 1201px) and (max-width:1612px) {
	.archive .content{
		padding-top:50px;
	}
}





@media (min-width: 1201px) and (max-width:1520px) {
	.menu-item a{
		padding: 0px 7px;
		font-size: 13px;
	}
	.sub-menu a{
			font-size:13px!important;
	}
	.menu-item-12796 .sub-menu{
		margin-left: -275px;
	}
		.additional-services-content {
    padding: 50px 50px 50px 100px;
}
}
@media (min-width: 1201px) and (max-width:1300px) {
	.header-content-widget{
		max-width: 500px;
	    margin-top: 120px;
	}
	.additional-services-content {
    padding: 50px 50px 50px 50px;
}
	.menu-item a{
		padding: 0px 7px;
		font-size: 12px;
	}
	.sub-menu a{
			font-size:13px!important;
	}
}

@media (min-width: 781px) and (max-width:1199px) {

	.inner-top-content{
		padding:0px 15px;
	}
}


@media (max-width:1200px){
	
	.header-wh-row {
    margin-bottom: 10px!important;
}
	.sticky .top-header-widget p {
    margin-bottom: 1rem!important;
}
	
	.scheduling-btn, .patient-btn, .bill-btn{
		font-size: 18px!important;
    font-weight: 500;
    padding: 10px 25px!important;
	}

	
		.sticky	.scheduling-btn {
}
	
	.sticky .logo img {
    width: auto;
    margin-bottom: 0px;
}
	
			.sticky .bill-btn, .sticky .patient-btn {
}
	
	.sticky .logo p{
		margin-bottom: 1rem!important;
	}
	
	.search .content{
	padding:50px 15px;
}
	
	.additional-services-content{
		padding:0px;
	}
	
	.welcome-widget, .areas-we-treat-widget, .location-top-widget{
		padding: 60px 15px;
	}
	
	.welcome-widget .panel-grid{
		display:block;
		text-align:center;
	}
	
.welcome-widget	.panel-grid-cell {
		width:100%!important;
	}
	
	.additional-services-widget{
		padding: 60px 15px 0;
	}
	
	.responsive-menu.slide {
    position: fixed;
    top: 0px;
    z-index: 10;
    left: 0px!important;
    width: 100%;
    background: #233a48;
		padding:5px 5px 5px 15px;
}
	.responsive-menu span {
    background-color: #fff;
    border-radius: 3px;
    content: "";
    display: block;
    height: 4px;
    width: 25px;
    margin: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	.top-header-widget {
    padding: 55px 15px 5px 15px!important;
		margin-bottom:20px!important;
}
	
	.responsive-menu.slide:checked.top-left~.menu, .responsive-menu.slide:checked.top-left~div .menu {
    left: 0;
    width: 100%;
    background: #233a48;
    position:fixed;
}
	
	.desktop-header-row{
		display:none!important;
	}
	
	.mobile-header-widget{
		padding:0px 0px 30px;
	}
		.menu-header-wid {
    background: none;
    padding: 0px!important;
}
	.mobile-header-widget{
		text-align:center;
	}
	
	.mobile-header-widget h2{
		font-size: 50px;
    font-weight: 600;
		color:#000;
		padding:30px 15px;
	}
	
	.welcome-widget {
    padding: 50px 15px 10px;
}
	.welcome-content h2 {
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 10px;
}
	.inner-header-row, .provider-header {
    padding: 50px 20px;
}
	.webnar-pg .inner-header-row{
		padding: 102px 20px;
	}
	.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget {
    max-width: 250px;
}
	.pt-one-widget .location-content, .pt-two-widget .location-content, .pt-third-widget .location-content, .pt-fourth-widget .location-content {
    position: relative;
    margin-top: 50px;
}
	.pt-five-widget .location-content, .pt-six-widget .location-content, .pt-seven-widget .location-content, .pt-eight-widget .location-content {
    position: relative;
    margin-top: 50px;
}
	.serv-btn {
    padding: 12px 30px;
}
	.testimonial-buttons{
		text-align:center;
	}
	.testimonial-buttons a{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	li#menu-item-11253{
		min-height: 44px;
	}
}

@media (max-width:1025px){
	.pt-top-content, .pt-top-wid {
    padding: 20px !important;
}
	.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget {
    max-width: 200px;
}
	.loc-btn {
    padding: 8px 5px;
}
	.ihs-pe-search .col-md-6{
	margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
	
	.ihs-pe-search{
		display:block!important;
	}
	.shoulder-area {
    left: 65%;
}
}

@media (max-width:991px){
	
	.prov-img{
		text-align:center;
	}
	.single-provider .prov-img,
	.single-provider .prov-img img {
    float: none;
    margin: 0 auto;
}
	.serv-btn {
    padding: 8px 12px;
    font-size: 16px;
}
	body.content-sidebar .site-inner .content-sidebar-wrap{
		padding:15px!important;
	}
	
	.hdr-links .btns{
		top: 10px!important;
	}
	.badge-img{
		margin-right: auto;
		margin: 10px;
	}
}

@media (min-width:780px){
	.provider-container{
		min-height:700px;
	}
	.mobile-img{
		display:none!important;
	}
}

@media (max-width:780px){
	.videos-row h2{
		font-size:34px;
	}
		.oacm-news .news-widget a {

    display: contents!important;
    }
	.news-widget {
    padding: 80px 20px;
		text-align:center;
		min-height:400px!important;
    }
	
	.pt-learn-widget a {
		display:block;
		margin-left:0px}
	
		.sticky	.scheduling-btn {
    padding: 10px 25px;
		font-size:20px;
    border-radius: 20px;
    margin: 10px auto;
    color: #fff;
    min-width: 250px;
		max-width: 350px;
    display: block;
    text-align: center;
    transition: .2s;
}
	
	.sticky .logo img {
    width: auto;
    margin-bottom: 0px;
}
	
	.form-filter-widget .row{
		display:block;
		margin: 15px auto;
	}
	
	.form-control {
		margin: 15px auto;
	}
	
			.sticky .bill-btn, .sticky .patient-btn {
    border: 1px solid #000;
    background: #fff;
    color: #000;
			font-size:18px!important;
    padding: 10px 25px;
    border-radius: 20px;
    margin: 10px;
    min-width: 350px;
    display: inline-block;
    text-align: center;
		max-width: 350px;
    transition: .2s;
}
	
	.sticky .logo p{
		margin-bottom: 1rem;
	}
	
	
	.physical-therapy .pt-content-widget{
		padding:  50px 0px;
	}
	
	.bottom-content-widget{
		padding: 50px 15px;
	} 
	
	.location-header-widget h2, .inner-top-content h2{
	font-size: 34px;
	}
	
	.pe-widget h2, .assessment-widget h2{
		font-size:36px!important;
	}
	
.resources-header-widget h2, .home h2{
		font-size:40px;
	}
	
	.pe-assessment-widget{
		padding-bottom:60px;
	}
	
		.testimonial-img-wid{
		padding:20px;
	}
	
		.location-content {
    margin-top: 240px;
}
	
	.location-one-widget, .location-two-widget, .location-third-widget, .location-fourth-widget{
		margin:0 auto;
}
	
	.additional-services-img{
		padding-top:0px;
	}
	
	.additional-serv-ul{
	column-count:1;
}
	
	.serv-btn {
    background: #e58139;
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 17px;
    font-weight: 500;
    transition: .3s;
    font-size: 18px;
    text-transform: uppercase;
}
	
	.areas-we-treat-widget .mobile-img{
		max-width:350px;
		margin:0 auto;
	}
	
	.desktop-img{
		display:none!important;
	}
	
	.mobile-header-widget h2{
		font-size: 40px;
	}
	
	.provider-header h1{
		font-size:40px;
	}
	
	.single-provider .provider-container h2{
		font-size:34px;
	}
	
	.pt-location-wid h2{
	padding-top: 50px;
	padding-bottom:50px!important;
}
	
	.scheduling-btn {
    padding: 10px 25px;
    border-radius: 20px;
    margin: 10px auto;
    color: #fff;
		font-size:20px;
    min-width: 250px;
		max-width: 350px;
    display: block;
    text-align: center;
    transition: .2s;
}
	
	.scheduling-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
	
	.bill-btn, .patient-btn {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 20px;
    margin: 10px;
    min-width: 350px;
    display: inline-block;
    text-align: center;
		max-width: 350px;
    transition: .2s;
}
	
	.bill-btn:hover, .patient-btn:hover {
    border: 1px solid #be6d34;
    text-decoration: none;
    background: #be6d34;
    color: #fff;
}
	

	
	.inner-header-widget h1 {
    font-size: 40px;
}
	
	.bottom-content-widget h2, .bottom-content h2{
		font-size:34px;
	}
	
	.bottom-content-widget h3, .bottom-content h3{
		font-size:28px;
	}
	
	.bottom-content-widget img{
		float:none!important;
		max-width:250px;
		margin:0 auto;
		display: block;
	}
	
	.pt-therapist .bottom-content{
		padding-bottom:0px;
	}
	
	.pt-therapist .panel-grid-cell{
		margin-bottom:0px;
	}
	
	
	
		.pt-one-widget .location-content, .pt-two-widget .location-content, .pt-third-widget .location-content, .pt-fourth-widget .location-content {
    position: relative;
    margin-top: 150px;
}
	.pt-five-widget .location-content, .pt-six-widget .location-content, .pt-seven-widget .location-content, .pt-eight-widget .location-content {
    position: relative;
    margin-top: 150px;
}
	
		.loc-btn {
    padding: 8px 25px;
}
	
	.news-widget a {
    
    text-align: center;
    margin: 3px auto;
		max-width: 245px;
}
	
	.areas-we-treat-widget{
		text-align:center;
	}
	.additional-services-row {
    margin-top: 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
	.hand-area ,.neck-area,.shoulder-area,.hip-area,.foot-area{
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
}
	.single-provider .prov-img img{
	max-width:300px;
	min-width:300px;
		max-height:350px;
		min-height:350px;
	position:relative;
		margin:0 auto!important;
	float:none!important;
	padding:20px;
}
	.resources-header-widget h2 {
    font-size: 45px;
    padding-bottom: 20px;
    padding-top: 60px;
}
	.assessment-widget, .pe-widget {
    margin: 20px!important;
}
	.inner-top-content {
    padding: 0px;
}
	.inner-content-widget {
    max-width: 1700px;
    margin: 0 auto;
    padding: 50px 15px;
}
	
	.footer-inner-widget{
		text-align:center;
	}
	
	.welcome-content {
    padding: 10px;
    text-align: center;
}
	.neck-area {
    position: inherit;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
}
	
	.welcome-content h2 {
    font-size: 40px;
    font-weight: 600;
}
	
		.pt-one-widget, .pt-two-widget, .pt-third-widget, .pt-fourth-widget, .pt-five-widget, .pt-six-widget, .pt-seven-widget, .pt-eight-widget{
	    max-width:400px;
       margin: 0 auto;
}
	.pe-list, .assess-list{
	column-count:1;
}
	.grid-ul{
	column-count:1;
}
	.header-phone-widget a {
    margin-right:0px;
    text-transform: uppercase;
    transition: .2s;
    display: block;
    text-align: center;
}
	.header-phone-widget {
		margin-top:50px;
	}
	.top-search {
    color: #366583;
    margin-left: 0px;
    text-align: center;
}
	.gglobe{
		    display: inline-flex!important;
	}
	
	.top-header-widget .panel-grid-cell, .header-wh-wid .panel-grid-cell{
		margin-bottom:0px!important;
	}
	.translate-widget {
    margin-left: 0px;
    max-width: 185px;
    margin: 15px auto;
}
	.logo {
		text-align:center;
		transition:.2s;
}
	.social-header-widget {
    padding-top: 5px;
    text-align: center;
}
	.btn-header-widget {
    text-align: center;
}
	.sticky .header-wh-row {
    margin-bottom: 30px;
}
	.archive .alignleft{
	float:none!important;
}
	.location-header-widget h2{
		padding-bottom:50px;
	}
	.header-phone-widget{
		margin-top: 0px;
	}
	.bill-btn, .patient-btn,
	.scheduling-btn{
		max-width: 300px;
		min-width: 300px;
	}
	.testimonial-widget h2{
		padding-top: 0px;
	}
	.testimonial-content{
		padding: 15px 0px 0px 50px;
	}
	 .sow-slider-base .sow-slide-nav.sow-slide-nav-prev,
	 .sow-slider-base .sow-slide-nav.sow-slide-nav-next,
	 .sow-slider-base .sow-slider-pagination li a{
		display:none!important;
	}
	.newsletter-widget,
	.news-widget{
		margin: 5px 15px;
	}
	.pt-learn-widget p{
		font-size:22px;
	}
	.additional-services-widget h2{
		padding-bottom: 15px;
	}
	.view-p{
	float:none;
	margin-right:25px;
	margin-top:0px;
}
	.newsletter-widget {
    padding: 80px 20px;
		text-align:center;
	}
	.pe-library .inner-top-content {
    padding: 0px;
}
}

@media (max-width:550px){

}

@media screen and (min-width: 780px) and (max-width: 992px) {
    .logo {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}


.sticky .logo img
{
	width:100%;
}

.logo-row.panel-row-style {
    align-items: center !important;
}

.green{
	color:#0F5C1A;
}
.red{
	color:#ED5C57;
}
.office-hrs{
	padding: 40px 20px;
}
.office-hrs h2{
	font-size: 55px;
    font-weight: 600;
    padding-bottom: 10px;
}
.office-hrs .table-dark
{
	background-color:#238ec2;
}
.office-hrs table{
	text-align: center;
}
@media (max-width: 780px){
	.office-hrs table{
		font-size: 13px;
	}
}
@media (min-width: 1200px) and (max-width:1400px){
    .scheduling-btn, .patient-btn, .bill-btn {
        font-size: 14px !important;
    }
}


@media (min-width:993px) and (max-width:1199px)
{
	.logo-row.panel-row-style {
    align-items: center !important;
    display: block !important;
    width: 100% !important;
}
	
	.logo-row .panel-grid-cell
	{
		width:100% !important;
	}
	
	.logo img 
	{
		display: block;
    margin: auto;
	}
	.btn-header-widget {
    text-align: center;
}
	
}

.page-id-11000 .pt-one-widget, 
.page-id-11000 .pt-two-widget, 
.page-id-11000 .pt-third-widget, 
.page-id-11000 .pt-fourth-widget, 
.page-id-11000 .pt-five-widget, 
.page-id-11000 .pt-six-widget, 
.page-id-11000 .pt-seven-widget, 
.page-id-11000 .pt-eight-widget {
    max-width: 400px;
    max-height: 355px !important;
}


.home .pt-one-widget, 
.home.pt-two-widget, 
.home .pt-third-widget, 
.home .pt-fourth-widget, 
.home .pt-five-widget, 
.home .pt-six-widget, 
.home .pt-seven-widget, 
.home .pt-eight-widget {
    max-width: 400px;
    max-height: 370px !important;
}

@media (min-width:781px) and (max-width:1200px)
{
	.page-id-11000 .pt-one-widget, 
.page-id-11000 .pt-two-widget, 
.page-id-11000 .pt-third-widget, 
.page-id-11000 .pt-fourth-widget, 
.page-id-11000 .pt-five-widget, 
.page-id-11000 .pt-six-widget, 
.page-id-11000 .pt-seven-widget, 
.page-id-11000 .pt-eight-widget {
    max-width: 400px;
    max-height: 370px !important;
	min-height:400px;
}
	
.home .pt-one-widget, 
.home .pt-two-widget, 
.home .pt-third-widget, 
.home .pt-fourth-widget, 
.home .pt-five-widget, 
.home .pt-six-widget, 
.home .pt-seven-widget, 
.home .pt-eight-widget {
    max-width: 400px;
    min-height: 370px !important;
}
	
}

@media (max-width:780px)
{
	@media (max-width: 780px) {
    .bottom-content-widget img.top-doctor-img {
       max-width: -webkit-fill-available;
    }
}
}
@media (max-width:1500px)
{
	/*.home .pt-two-widget 
	{
		        max-width: -webkit-fill-available;
	}*/
}

.top-search input[type=search] 
{
    border: 2px solid #366583;
    padding: 5px 2px 2px;
}


@media (min-width:1681px)
{
	.inner-header-container 
	{
		margin-top:15px;
	}
}


@media (min-width:1200px) and (max-width:1680px)
{
	.webnar-pg .inner-header-row {
        min-height: unset;
    }
	.inner-header-container 
	{
		margin-top:40px;
	}
}


@media (max-width: 1200px) {
    .webnar-pg .inner-header-row {
        min-height: 300px;
		
    }
	.inner-header-container 
	{
		margin-top:0px;
	}
}

@media (max-width: 865px) {
    .webnar-pg .inner-header-row {
        min-height: 230px;
    }
}

@media (max-width: 630px) {
.page-id-11684 .container-bg-image
	{
		background-position: -230px center !important;
	}
}

@media (max-width: 470px) {
	
	.webnar-pg .inner-header-row {
        min-height: 170px;
    }
}


@media (max-width: 405px) {
    .webnar-pg .inner-header-row {
        padding: 85px 20px;
    }
}

@media (max-width: 600px) {
	.oacm-news .alignright{
	    display:block;
		margin-left: auto;
		margin-right: auto;
	    width: 100%;
		margin-top:10px;
	}
}
.hustle-ui .hustle-icon-close:before{
	content:"X"!important;
}
