/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

#wpadminbar {
	display: none;
}
html, body { overflow-x: hidden; max-width: 100%; }
.top-bar { width: 100%; left: 0; right: 0; box-sizing: border-box; }
.top-bar-left { min-width: 0; }

html {
  height: 100%;
  scroll-behavior: smooth;
}
:root{
  --topbar-h: 30px;        /* desktop top-bar height */
  --topbar-h-mobile: 30px; /* mobile stacked height */
}
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}


 

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #B1005D;
}
.single-post a {
	color: #B1005D;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
#primary ol {
	list-style-type: decimal;
}
#primary ul {
	list-style-type: disc;
}
#primary li {
	padding-bottom: 8px;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul {
  list-style-type: disc;
	margin-left: 30px;
}

.entry-content li {
  padding-bottom: 8px;
}


/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	background: #fff; 
	position: relative; 
}
#top-header-section { 
	width: 100%;
	padding-top: 8px;
	margin-top: 30px;
}
#main { 
	padding: 130px 0 0; 
}
.page-id-9 #main {
	padding: 120px 0 0
}
.single-post #main {
  padding: 0 0 80px;
}
article { 
 	padding: 0;
}


.homebanner-wrap{
  position: relative;
	margin-top: 130px;
}
.homebanner{
  position: relative;
  width: 100%;
  height: 75vh;      
  min-height: 650px;  
  overflow: hidden;
}
.homebanner-slide{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.homebanner-slide.active{
  opacity: 1;
}


.homebanner-textbg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;     
  justify-content: center; 

  color: #fff;
  padding: 0 15px;

  z-index: 6;
}

.homebanner-overlay-inner{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 30px;
  font-size: 34px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.homebanner-heading{
  font-size: clamp(28px, 6vw, 70px);
  color: #fff;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
}

.homebanner-anim .homebanner-textbg{
  transform: translateY(110%);
  opacity: 0;
  animation: innerBgUp 1800ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.homebanner-anim .homebanner-overlay-inner .homebanner-heading{
  transform: translateX(-60px);
  opacity: 0;
  animation: innerHeadingIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1200ms;
}
.homebanner-anim .homebanner-overlay-inner > :not(.homebanner-heading){
  transform: translateX(-40px);
  opacity: 0;
  animation: innerSubIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1850ms;
}
@media (prefers-reduced-motion: reduce){
  .homebanner-anim .homebanner-textbg,
  .homebanner-anim .homebanner-overlay-inner .homebanner-heading,
  .homebanner-anim .homebanner-overlay-inner > :not(.homebanner-heading){
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.innerbanner-wrap {
  position: relative;
}
.innerbanner {
  width: 100%;
  max-height: 650px;     
  position: relative;
  overflow: hidden;     
}

.innerbanner img {
  width: 100%;
  height: 650px;
  object-fit: cover;    
  display: block;
	object-position: bottom;
}
.innertextbg {
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	color: #fff;  
	padding: 0 15px;
	z-index: 500;
	background-color: rgb(0, 0, 0, 0.3);
	z-index: 200;
}
.innertext {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 30px;
  font-size: clamp(20px, 6vw, 30px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.innertext h1 {
	font-size: clamp(28px, 6vw, 70px);
	color: #fff;
	font-style: normal;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 700;
}

.innerbanner-anim .innertextbg {
  transform: translateY(110%);
  opacity: 0;
  animation: innerBgUp 1800ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}


.innerbanner-anim .innertext h1 {
  transform: translateX(-60px);
  opacity: 0;
   animation: innerHeadingIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1200ms;
}


.innerbanner-anim .innertext > :not(h1) {
  transform: translateX(-40px);
  opacity: 0;
  animation: innerSubIn 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1850ms;
}

@keyframes innerSubIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes innerBgUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes innerHeadingIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .innerbanner-anim .innertextbg,
  .innerbanner-anim .innertext h1,
  .innerbanner-anim .innertext > :not(h1) {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { }

nav[role="navigation"] ul { }

nav[role="navigation"] ul li { }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { } 
nav[role="navigation"] ul li:hover ul  { } 
nav[role="navigation"] ul li ul  { }

nav[role="navigation"] ul li ul li { }

nav[role="navigation"] ul li ul li ul  { }
nav[role="navigation"] ul li ul li:hover ul  { }
nav[role="navigation"] ul li ul li ul { }

nav[role="navigation"] ul li ul li ul li { } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 40px; 
	color: #000;
	font-weight: 500;
		font-family: "Roboto Condensed", sans-serif;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 { 
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px; 
	color: #000;
	font-weight: 600;
}
h3 { 
	font-size: 24px; 
	color: #000;
	font-weight: 500;
	font-family: "Roboto Condensed", sans-serif;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: bold;
} 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access { 
    z-index: 500; 
	    position: fixed;
    top: 32px;
    left: 0; right: 0;
    z-index: 9999;
	background-color: #fff;
	padding: 18px 15px 10px !important;
}




.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #4b4b4b; 
	padding: 0; 
	clear: both;
    width: 100%; 
}
.columns {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif; 
	font-weight: 400;
	padding: 0 20px;
}
.columns a {
	color: #fff;
}
.columns h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
}
.column1 { 
	flex: 0 0 20%;   
}
.column1 ul {
	margin: 0;
	padding: 0;
}
.column1 li {
	display: block;
	line-height: 1.5;
}
.column1 a {
	font-size: 12px;
}
.column2 { 
	flex: 0 0 30%; 
	padding-top: 50px; 
}
.column2 ul {
	margin: 0;
	padding: 0;
}
.column2 li {
	display: block;
	line-height: 1.5;
}
.column2 a {
	font-size: 12px;
	text-transform: uppercase;
}
.column3 { 
	flex: 0 0 20%; 
	font-size: 12px; 
}
.column3 ul {
	margin: 0;
	padding: 0;
}
.column3 li {
	display: block;
}
.column4 { 
	flex: 0 0 30%;  
}
.column4 img {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	margin: 20px 0 0; 
	background-color: #fff;
	  padding: 8px 15px;
}
.theme-credits{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;   
  box-sizing: border-box;
	font-size: 11px;
	color: #4B4B4B;
	margin: 0 auto;
}

.theme-credits-left {
  text-align: left;
}

.theme-credits-right {
  text-align: right;
}
.theme-credits-right a {
	color: #4B4B4B;
}
.theme-credits-right a:hover {
	color: #eae8e8;
}


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}


/* Top Section */



.top-bar{
  width: 100%;
  display: flex;
  align-items: stretch;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent; 
}



#mega-menu-wrap-primary.mega-menu-sticky,
#mega-menu-wrap-primary.mega-sticky,
#mega-menu-wrap-primary.sticky {
  z-index: 9998;
}




.top-bar-left{
  flex: 1 1 auto;
  min-width: 0; /* prevents overflow */
  background-color: #b1005d;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}




.top-bar-right{
  background-color: #302117;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;      /* <-- wee little padding */
  font-size: 14px;
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
.top-bar-right a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;           /* prevent inner padding from expanding it */
  white-space: nowrap;
}

.top-bar-left a:hover {
	color: #302117;
}
.top-bar-left li:nth-child(2)  {
	margin-right: 15px;
}

.top-bar-left ul { 
	margin: 0; padding: 0; 
}

.top-bar-left li{
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-right: 1px solid #fff;
}

.top-bar-left li:last-child{
  border-right: none;
}



.top-bar   {
	color: #fff;
}
.top-bar a {
	color: #fff;
}

.topschedule-nav{
  position: relative;
  z-index: 10002;   /* higher than other header layers */
  cursor: pointer;
  pointer-events: auto;
	text-align: center;
	color: #fff;
}


.top-bar-menu{
  display: flex;
  align-items: center;
  flex-wrap: wrap;         
  gap: 6px 0;              
  margin: 0;
  padding: 0;
  list-style: none;
}


.top-bar .topbar-socials li {
  display: inline-block;
  padding: 0 8px;
}
.top-bar .topbar-socials a {              
  color: #b1005d !important;     
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar #mega-menu-socials a {
  background: #302117 !important;
}




.topschedule {
  position: absolute;
  right: 0;
  bottom: -8%;
  width: 100%;
  z-index: 500;
  overflow: hidden; 
}
.topschedule img {
  width: 30%;
  height: auto;
  float: right;
  transform: translateX(140%);
  opacity: 0;
  animation: slideInRight 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.2s;
}

@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



/* Home Page */

.home1 {
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home1 h1 {
	font-size: 26px;
}
.home2-flex {
	max-width: 1430px;
	width: 100%;
	margin: 80px auto 100px;
	display: flex;
	gap: 30px;
	justify-content: center; 
	padding: 0 15px;
}
.home2-item {
	flex: 1 1 0;   /* 3 equal columns, gap handled automatically */
	text-align: center;
}
.home2-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.home2-item a {
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: clamp(20px, 2vw, 40px);
	font-family: "Roboto Condensed", sans-serif;
}
.home3 {
	width: 100%;
	background-color: #b1005d;
	position: relative;
	z-index: 1;
}

/* Centered container with flex layout */
.home3-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: stretch; 
}

/* Left side (image side) */
.home3-left {
	flex: 0 0 40%;
	padding: 0 !important;
}
.home3-left p {
	padding: 0 !important;
	margin: 0 !important;
}
.home3-left img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	display: block;
}

.home3-right {
  flex: 0 0 60%;
  color: #fff;
  padding: 60px 150px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}

.home3-overlay {
	width: 40%;
	background-color: #302117;
	color: #fff;
	padding: 20px 60px;
	position: relative;
	margin: 0 0 -48px auto;
	border-radius: 4px;
	z-index: 5;
}
.home3-overlay a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: clamp(24px, 3vw, 44px);
	display: block;
	line-height: 1.4;
	font-family: "Roboto Condensed", sans-serif;
}
.home4 {
	width: 100%;
	display: flex;
	align-items: stretch;
	position: relative;
}
.home4 h2 {
	color: #00b9c1;
}
.home4-inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.home4-left{
	flex: 4 0 60%;
	color: #000;
	padding: 60px 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home4-right{
	flex: 0 0 40%;
	position: relative;
	width: 100%;
  height: 100%;            
  display: block;
}
.home4-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home4 a {
	color: #b1005d;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
}

.home3-left-anim{
  opacity: 0;
  transform: translateX(-35%);
  will-change: transform, opacity;
}

.home4-left-anim{
  opacity: 0;
  transform: translateX(-35%);
  will-change: transform, opacity;
}

.home4-right-anim{
  opacity: 0;
  transform: translateX(35%);
  will-change: transform, opacity;
width: 100%;
  height: 100%;            /* IMPORTANT */
  display: block;
}
/* Keyframes */
@keyframes home4SlideInLeft {
  to { transform: translateX(0); opacity: 1; }
}
@keyframes home4SlideInRight {
  to { transform: translateX(0); opacity: 1; }
}

@keyframes home3SlideInLeft {
  to { transform: translateX(0); opacity: 1; }
}


.home4.home4-in .home4-left-anim{
  animation: home4SlideInLeft 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: .2s;
}



.home4.home4-in .home4-right-anim{
  animation: home4SlideInRight 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: .35s;
}
@media (prefers-reduced-motion: reduce){
  .home4-left-anim,
  .home4-right-anim{
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}


.home5 {
	width: 100%;
	background-color: #00b9c1;
}
.home5-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 60px 20px;
}
.home5-left {
	flex: 0 0 48%;
	color: #fff;
}
.home5-left-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}
.home5-left-inner p {
	margin: 0;
	font-style: italic;
}
.home5-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin-top: -42px;
}
.home5-text h2 {
  margin: 0 0 5px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #fff;
}
.home5-text {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 22px);
  line-height: 1.5;
  color: #323232;
  font-weight: 500;
}
.home5-right {
	flex: 0 0 68%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home5-btn {
	display: inline-block;
	padding: 10px 10px;
	width: 300px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: clamp(20px, 2vw, 34px);
	border-radius: 10px;
	box-shadow: -12px 12px 1px rgb(0, 146, 162);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
}
.home5-btn:hover {
	transform: translate(-2px, 2px);
	box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.35);
}
.home5 a {
	color: #fff;
}

.logoshow {
	display: none;
}

.abouttop {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0 15px;
}
.about2 {
	width: 100%;
	background: #fff;
	position: relative;
	margin; 50px 0;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 8%) #fff;
	padding: 80px 15px;
	text-align: center;
	margin-top: 40px;
}
.about2 h2 {
	text-align: center;
	color: #4b4b4b;
	font-size: 65px;
	font-style: normal;
}
.about2-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	column-gap: 60px;
	row-gap: 135px; 
	align-content: center; 

}

.about2-item {
	flex: 0 1 calc(33.333% - 60px);
	display: flex;
	justify-content: center;
}
.about2-card {
	position: relative;
	width: 100%;
	max-width: 400px;
}
.about2-icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.about2-icon img {
	width: 110px;
	height: 110px;
	object-fit: contain;
	display: block;
}
.about2-box {
	background-color: #f6f6f6;
	padding: 80px 25px 25px;
	text-align: center;
	border-radius: 6px;
	color: #b2005e;
	font-style: italic;
	margin: 0;
	font-size: clamp(14px, 1.6vw, 18px);
	line-height: 1.5;
	color: #b2005e;
	font-weight: 500;
}
.about2-box h3 {
	margin: 0 0 4px;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	color: #4B4B4B;
	text-align: center;
	font-style: normal;
}
.aboutbtm {
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	width: 100%;
	position: relative;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 15%) #fff;
	padding: 95px 15px 75px;
	text-align: center;
	display: inline-block;
}
.about-inline-btn {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;

  display: inline;
  vertical-align: baseline;
  line-height: inherit;
}

.aboutbtm-line {
  display: inline;          /* keep the whole sentence inline */
}

.aboutbtm .about-inline-btn {
  all: unset;               /* nukes theme button defaults */
  display: inline !important;
  vertical-align: baseline !important;
  cursor: pointer;

  /* link look */
  color: #b2005e;
  text-decoration: underline;
}

.aboutbtm .about-inline-btn:hover {
  color: #0091a2;
}



.aboutbtm h3 {
	color: #0091a2;
	font-size: 55px;
	font-style: italic;
	margin-bottom: 6px;
}
.aboutbtm a {
	color: #b2005e;
}
.aboutbtm a:hover {
	color: #0091a2;
}	
/* Blog category dropdown */
select {
  appearance: none;
  background-position: right 30px center; 
  background-size: 26px; 
  padding-right: 50px; 
}

hr {
	margin: 50px auto;
	width: 80%;
	display: block;
}
.contact1 {
	width: 100%;
	margin: 20px 0;
}
.contact1 h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
}
.contact1-inner {
	max-width: 1430px;
	margin: 0 auto 80px;;
	display: flex;
	gap: 30px;
	padding: 0 15px;
}
.contact1-box {
	background-color: #efefef;
	flex: 1;
	padding: 25px 30px 40px;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: 6px;
	position: relative;
}
.contact1-box h2 {
	margin-top: 0;
	font-size: clamp(20px, 2.5vw, 32px);
	color: #000;
}
.contact1-box p {
	font-style: italic;
	margin: 0;
	font-size: 16px;
	padding-bottom: 25px;
}



.contact1-btn{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
	line-height: normal !important;           
  padding: 0 30px;
  background-color: #b2005e;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: -18px;
 width: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
button.contact1-btn{
  	appearance: none;
  	-webkit-appearance: none;
  	border: 0;
  	font: inherit;
  	cursor: pointer;
	line-height: normal !important;
  	background-color: #b2005e; 
	font-size: 14px; 
	  font-weight: bold; 
	position: absolute;
	bottom: -18px;
}
.contact1-btn:hover {
	background-color: #8e004c;
}
.contact1btm {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin: 50px 0 20px;
}

/* =========================
   Gravity Form Modal (RESET)
========================= */

.uo-scheduleModal{
  display: none;
}

.uo-scheduleModal.is-open{
  display: flex;
}

.uo-scheduleModal.uo-modal{
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.uo-scheduleModal .uo-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.uo-scheduleModal .uo-modal__content{
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.uo-scheduleModal .uo-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

body.uo-modal-open{
  overflow: hidden;
}

/* Only active form visible */
.uo-scheduleModal .uo-gf-form{
  position: absolute !important;
  left: -99999px !important;
  top: 0 !important;
  width: 100% !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

.uo-scheduleModal .uo-gf-form.is-active{
  position: relative !important;
  left: 0 !important;
  height: auto !important;
  visibility: visible !important;
  pointer-events: auto !important;
  overflow: visible !important;
}



.abouttop {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
}
.contact2 {
	width: 100%;
	background: #fff;
	position: relative;
	margin; 50px 0;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 8%) #fff;
	padding: 80px 15px;
	text-align: center;
	margin-top: 100px;
}
.contact2 h2 {
	text-align: center;
	color: #4b4b4b;
	font-size: 65px;
	font-style: normal;
}
.contact2-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	column-gap: 60px;
	row-gap: 135px; 
	align-content: center; 

}
.contact2-item {
	flex: 0 1 calc(33.333% - 60px);
	display: flex;
	justify-content: center;
	position: relative;
}
.contact2-card {
	position: relative;
	width: 100%;
	max-width: 400px;
}
.contact2-icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.contact2-icon img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	display: block;
}
.contact2-box {
	background-color: #f6f6f6;
	padding: 115px 25px 75px;
	text-align: center;
	border-radius: 6px;
	color: #b2005e;
	font-style: italic;
	margin: 0;
	font-size: clamp(14px, 1.6vw, 18px);
	line-height: 1.5;
	color: #b2005e;
	font-weight: 500;
}
.contact2-box h3 {
	margin: 0 0 4px;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	color: #b2005e;
	text-align: center;
	font-style: normal;
}
.contact2-btn {
  margin: 0 auto;
  display: inline-block;
  background-color: #01b9c1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: bold;
  transition: 0.2s ease;
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
}
.contact2-btn:hover {
	background-color: #8e004c;
	color: #fff;
}

.pagetop {
	max-width: 945px;
	width: 100%;
	margin: 25px auto 75px;
	padding: 0 15px;
}
.pagetop h1 {
	text-align: center;
}
.page-id-14 .pagetop {
	margin: 25px auto 4px;
}
.pagetoplink {
	max-width: 1100px;
	margin: 0 auto 75px;
	padding: 0 15px;
}
.pagetoplink a {
	float: right;
	color: #b1005d;
	font-weight: 700;
}
.services1 {
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.services1 h1 {
	font-size: 26px;
}
.services2-flex {
	max-width: 1370px;
	width: 100%;
	margin: 80px auto 100px;
	display: flex;
	gap: 50px;
	justify-content: center; 
	padding: 0 15px;
}
.services2-item {
	flex: 1 1 0;  
	text-align: center;
	color: #585858;
  	position: relative;
}

.services2-stretched{
  position: absolute;
  inset: 0;
  z-index: 5;
}
.services2-item h2 a,
.services2-item a:not(.services2-stretched){
  position: relative;
  z-index: 6;
}

.services2-item p {
	padding: 0 30px;
}
.services2-item img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

.services2-item h2 a {
	display: block;
	margin-top: 10px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 30px;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
}
.services2-item h3 {
	color: #00b9c1;
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
}
.services2-item-btn {
	color: #00b9c1;
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	display: block;
}

.services2-item:nth-child(2) a.nopad {
	padding-top: 0 !important;
}
.services3 {
	width: 100%;
	background-color: #b1005d;
	position: relative;
	z-index: 1;
	margin: 0 0 150px;
	border-top: solid 18px #eeeeee;
	border-bottom: solid 18px #eeeeee;
}
.services3-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: stretch; 
}
.services3-left {
	flex: 0 0 40%;
}

.services3-left img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* image fills the full height */
	display: block;
}
.services3-right {
  flex: 0 0 60%;
  color: #fff;
  padding: 35px 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
}
.services3-right-text {
  padding: 0 30px 0 125px;
	font-weight: 400;
}
.services3-overlay {
	width: 40%;
	background-color: #302117;
	color: #fff;
	padding: 20px 60px;
	position: relative;
	margin: 0 0 -48px auto;
	border-radius: 4px;
	z-index: 5;
}
.services3-right h2 {
	font-size: 50px;
	color: #fff;
}
.services3-right h2 a {
	font-size: 50px;
	color: #fff;
	float: none;
}
.services3-right h3 {
	font-size: 28px;
	color: #fff;
	font-style: italic;
	margin-bottom: 8px;
}
.services3 a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: 1.4;
	font-family: "Roboto Condensed", sans-serif;
	float: right;
	font-style: italic;
}

.ped1 {
	max-width: 1430px;
	width: 100%;
	margin: 80px auto;
	padding: 0 15px;
}
.ped1-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
.ped1-item {
	flex: 0 1 calc(33.333% - 80px);
	text-align: center;
	background: #f7f7f7;
	border-radius: 4px;
	position: relative;
	min-height: 510px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}
.ped1-text {
	width: 100%;
	padding: 0 20px;
}
.ped1-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}
.ped1-item h2 {
	font-size: 35px;
	margin: 0 0 10px;
}
.ped1-item.ped1-special {
	padding-bottom: 0;
}
.ped1-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #4dbbc5; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 20px;
	font-weight: 600;
	font-size: clamp(14px, 1.4vw, 18px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%, 0 50%);
	border-radius: 0;
}
.ped1-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #F7F7F7
}



.ortho-inner {
	max-width: 1400px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
.ortho-item {
	flex: 0 0 calc((100% - 160px) / 3);
	text-align: center;
	background: #f7f7f7;
	border-radius: 4px;
	position: relative;
	min-height: 330px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	line-height: 1.6;
  	font-size: 15px;
	text-align: center;
}



.ortho-item-content {
	padding: 0 30px;
}
.ortho-item h2 {
	margin: 0 0 8px;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
}
.ortho-item h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 400;
	color: #00b9c1;
	font-style: italic;
}
.ortho-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}
.ortho-item.ped1-special {
	padding-bottom: 0;
}
.ortho-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #4dbbc5; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 50px;
	font-weight: 600;
	font-size: clamp(14px, 1.4vw, 18px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%, 0 50%);
	border-radius: 0;
}
.ortho-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #F7F7F7
}


.shoes {
	width: 100%;
	margin: 80px 0;
}
.shoes-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}
.shoes-item {
	flex: 0 1 calc(50% - 80px);
	text-align: center;
	padding: 30px 30px 75px;
	background: #f7f7f7;
	border-radius: 4px;
	position: relative;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	margin: 0;
	color: #333333;
	text-align: center;
	font-size: 15px;
	margin: 0;
	line-height: 1.6;
}


.shoes-item img {
	width: 100%;
	margin-bottom: 15px;
}
.shoes-item h2 {
	font-size: clamp(18px, 2vw, 30px);
	margin: 0 0 10px;
}
.shoes-item h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 400;
	color: #00b9c1;
	font-style: italic;
}
.shoes-item.ped1-special {
	padding-bottom: 100px;
}
.shoes-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #4dbbc5; 
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 50px;
	font-weight: 600;
	font-size: clamp(14px, 1.4vw, 18px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%, 0 50%);
	border-radius: 0;
}
.shoes-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #F7F7F7
}



.staff-gridbg {
	margin: 0 auto 50px;
	background: linear-gradient(to bottom, rgba(124,124,124,0.09), rgba(124,124,124,0) 3%) #fff;
	padding: 80px 15px;
}

.staff-grid {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	position: relative;
}

.staff-item {
	flex: 0 0 calc(50% - 80px);
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.staff-image {
	flex: 0 0 280px; 
}
.staff-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}
.staff-content {
	flex: 1;
}
.staff-name {
	margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  color: #B1005D;
}
.staff-section-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.staff-section-title {
  margin: 14px 0 0px;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 500;
  color: #424242;
}
.staff-role {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  font-style: italic;
}
.section-flex {
	width: 100%;
}
.section-inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px;
	display: flex;
	gap: 40px;
}
.section-left {
	flex: 0 0 40%;
}
.section-right {
	flex: 0 0 60%;
	color: #333333; /* right side text color */
}
.section-grey {
	background-color: #e9e9e9;
}
.section-white {
	background-color: #ffffff;
}
.section-grey .section-left h2 {
	color: #333333;
}
.section-white .section-left h2 {
	color: #00b9c1;
}
.section-left h2 {
	margin: 0 0 15px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
}
.section-right p {
	margin: 0 0 16px;
	line-height: 1.6;
	font-size: 16px;
}
.section-right a {
	font-weight: 800;
	font-style: italic;
}
.prosthetics {     
	width: 100%;
	margin: 60px auto;        
	display: flex;
	gap: 40px;                 
}
.prosthetics-item {
	flex: 1 1 0;
	background-color: #f6f6f6;  
}
.prosthetics-content {
	max-width: 500px;         
	margin-left: auto;        
	margin-right: auto;       
	padding: 40px 30px;
	color: #333333;
	text-align: center;
	font-size: 15px;
	margin: 0;
	line-height: 1.6;
	font-size: 15px;
}
.prosthetics-left .prosthetics-content {
	margin-left: auto;
	margin-right: 30px;
}
.prosthetics-right .prosthetics-content {
	margin-left: 30px;
	margin-right: auto;
}
.prosthetics-content img {
	max-width: 100%;
	height: 250px;
	display: block;
	margin: 0 auto 20px;
	object-fit: cover;
}
.prosthetics-content h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	color: #333333;
}

.prosthetics-content h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 400;
	color: #00b9c1;
	font-style: italic;
}
.prosthetics2 {
	width: 100%;
	background-color: #00b9c1;
	position: relative;
	z-index: 1;
	margin: 0 0 75px;
}
.prosthetics2-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
}
.prosthetics2-left {
	flex: 0 0 60%;
	color: #fff;
	padding: 35px 80px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 500;
}
.prosthetics2-left-text {
	padding: 0 0px 0 85px;
	font-weight: 400;
}
.prosthetics2-left h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}
.prosthetics2-left h3 {
	font-size: 28px;
	color: #fff;
	font-style: italic;
	margin-bottom: 8px;
}
.prosthetics2-left a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: 1.4;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	margin-top: 20px;
	float: left;
}
.prosthetics2-right {
	flex: 0 0 40%;
}
.prosthetics2-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.prosthetics3 {
	width: 100%;
	background-color: #b1005d;
	position: relative;
	z-index: 1;
	margin: 120px 0; 
	overflow: visible;
}
.prosthetics3-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.prosthetics3-left {
	flex: 0 0 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prosthetics3-left img {
  max-width: 65%;
  height: auto;
  display: block;
  margin: -56px 0;
}
.prosthetics3-right {
	flex: 0 0 75%;
	color: #fff;
	padding: 15px 40px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 500;
}
.prosthetics3-right h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
}

.prosthetics3-right h3 {
	font-size: 28px;
	font-style: italic;
	margin-bottom: 8px;
}

.prosthetics3-right a {
	color: #fff !important;
	text-decoration: underline;
	font-weight: 600;
}


.wound {
	width: 100%;
	background-color: #B1005D;
	position: relative;
	z-index: 1;
	margin: 0  !important;
}
.wound-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
		padding: 50px 15px;
}
.wound-left {
	flex: 0 0 50%;
	color: #fff;
	padding: 35px 80px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 500;
	padding: 0 0px 0 85px;
	font-weight: 400;
	font-size: 18px;
	border-right: solid 1px #fff;
}
.wound-left p {
	margin: 0;
}
.wound-left h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
}
.wound-right {
	flex: 0 0 50%;
	padding-left: 150px;
}
.wound-right a {
	color: #fff !important;
	font-weight: 600;
	font-size: 24px;
	display: block;
	line-height: 1;
	font-family: "Roboto Condensed", sans-serif;
	
}


.locations-map-detail .locations-small{
	font-size: 26px;
	font-style: italic;
}

.locations2-location .locations-small{
	font-size: 16px !important;
	font-style: italic;
}



.locations2 {
	width: 100%;
	padding: 60px 20px;
	margin-top: 75px;
}

.locations2-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.locations2-heading {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	margin-bottom: 30px;
	color: #333;
}
.locations2-table {
	display: flex;
	flex-direction: column;
}
.locations2-row {
	display: grid;
	grid-template-columns: 320px 1fr; 
	align-items: flex-start;
	column-gap: 50px;
	padding: 6px 0; 
	border-bottom: 1px solid #e5e5e5;
}

.locations2-row p {
	margin: 0 !important;
}
.locations2-location {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.locations2-address {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	position: relative;
	padding-left: 34px; 
}
.locations2-address::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 384 512' fill='%2300b9c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M168 0C75.1 0 0 75 0 167.9c0 87.9 140.5 318.7 153.2 338.1 3.2 4.8 8.6 7.9 14.4 7.9s11.2-3.1 14.4-7.9C211.5 486.6 352 255.8 352 167.9 352 75 276.9 0 184 0h-16zM96 168c0-44.2 35.8-80 80-80s80 35.8 80 80-35.8 80-80 80-80-35.8-80-80z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .9;
}
.locations-map {
	width: 100%;
	padding: 0 20px;
	background: #f3f3f3;
	position: relative;
	overflow: visible; 
	z-index: 2;
	margin: 50px 0;
}
.locations-map-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	position: relative;
}

.locations-map-left {
	flex: 0 0 45%;
}
.locations-map-right{
  flex: 1 1 55%;
  min-width: 0; 
}
.locations-map-image {
	position: relative;
	max-width: 1000px;
	margin: -140px auto;
	z-index: 3;
}
.locations-map-image img {
	width: 100%;
	height: auto;
	display: block;
}

.locations-map-note {
  margin: 100px 0 20px;
  font-size: 18px;
  color: #b1005d;
  font-style: italic;
  font-weight: 700;
  max-width: 550px;
  width: 100%;
  text-align: right;
}
.locations-map-detail {
	padding: 16% 28px 16% 140px;
}
.locations-map-detail h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 4vw, 50px);
	font-weight: 700;
	color: #000;
}
.locations-map-detail p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
.map-label{
  position: absolute;
  transform: translate(-50%, -50%);
  background: #B1005D;     
  color: #fff;             
  border: none;
  padding: 4px 18px;       
  border-radius: 4px;    
  cursor: pointer;
  white-space: nowrap;
  font-size: clamp(10px, 1.4vw, 14px);
  pointer-events: auto;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.map-label:hover,
.map-label:focus,
.map-label.is-active{
  background-color: #00B9C1; 
  color: #fff;               
  transform: translate(-50%, -50%) scale(1.05);
  z-index: 3;
}


.locations-gradient-top {
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#ffffff 30%,
		#f3f3f3 100%
	);
	padding: 60px 0;
}

.locations-gradient-inner {
	width: 100%;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 8%) #fff;
  padding: 80px 0;
}
.locations-gradient-width {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.locations-gradient-width h2 {
	font-size: clamp(30px, 4vw, 50px);
}
.locations-gradient-bottom {
	background: linear-gradient(
		to bottom,
		#f3f3f3 0%,
		#f3f3f3 40%,
		#ffffff 100%
	);
	padding-bottom: 60px;
}

#map-location-phone-value, #map-location-fax-value {
	color: #B2005C;
	font-weight: 700;
	font-style: italic;
}
#map-location-phone-value a, #map-location-fax-value a {
	color: #B2005C;
	font-weight: 700;
	font-style: italic;
}
#map-location-phone, #map-location-fax {
	font-weight: 700;
	font-style: italic;
}
#map-location-phone {
	margin-top: 25px;
}

.map-location-directions a{
  color:#B2005C;
  text-decoration:none;
  font-weight:600;
	display: block;
	margin-top: 24px;
	font-style: italic;
	text-decoration: underline;
}

.map-location-directions a:hover{
  text-decoration:underline;
}

.map-location-directions{
  margin-top: 12px; 
}
.locations-map-detail.is-fading {
	animation: mapDetailFade 0.25s ease-out;
}

@keyframes mapDetailFade {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.locations2-row {
	transition: background-color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}


.locations2-row.is-active .locations2-location {
  color: #B1005D !important;
}

.remolding1 {
	width: 100%;
	display: flex;
	align-items: stretch;
	position: relative;
	margin: 50px 15px;
}
.remolding1 h2 {
	color: #00b9c1;
}
.remolding1-inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.remolding1-left {
	flex: 0 0 60%;
	color: #000;
	padding: 60px 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.remolding1-right {
	flex: 0 0 40%;
	position: relative;
}
.remolding1-right img {
	width: 100%;
	height: 100%;
}
.remolding1 a {
	color: #b1005d;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
}
.remolding1 .greentext {
	color: #00B9C1;
	font-size: 20px;
	font-style: italic;
	 display: inline-block;
}
.remolding1-right iframe{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px; /* mobile fallback */
  border: 0;
}



.remolding2{
  display:flex;
  align-items: stretch;
  width:100%;
  margin:50px 0;
}

.remolding2-left{
  flex: 0 0 40%;
}

.remolding2-left img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.remolding2-right{
  flex: 0 0 60%;
  background-color:#00b9c1;
  color:#fff;
  padding:60px 150px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-weight:500;
}

.remolding2-right h2{
  color:#fff;
  font-size:50px;
}
.remolding3-inner{
  display:flex;
  align-items:center;
  gap:40px;
}

.remolding3-left{
  flex: 0 0 40%;   /* adjust if you want */
}

.remolding3-right{
  flex: 0 0 60%;   /* adjust if you want */
}





.remolding3 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 80px 0;
}
.remolding3-inner {
  width: 1400px;
  background: #f4f4f5;
  display: flex;
  position: relative;
  padding: 60px;
	margin: 50px 0;
}
.remolding3-left {
  width: 45%;
  padding-right:65px;
}
.remolding3-right {
  width: 55%;
  position: relative;
}
.remolding3-right img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -150px;
  bottom: -150px;
  object-fit: cover;
}
.remolding3-left a {
	color: #B1005D;
	font-weight: 700;
}
.remolding4 {
	width: 100%;
	position: relative;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 8%) #fff;
	padding: 80px 15px;
	text-align: center;
	margin: 50px 0 20px;
	overflow: hidden;
}
.remolding4-inner {
	max-width: 1400px;
	width: 100%;
	margin: 180px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: stretch;
}
.remolding4-item {
	flex: 0 0 calc(25% - 22.5px);
	background: #f6f6f6;
	position: relative;
	padding: 70px 25px 40px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: visible;
	color: #AB015A;
	font-style: italic;
	font-weight: 700;
}
.remolding4-icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.remolding4-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.remolding4-shadow {
	position: absolute;
	top: 78px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 16px;
	background: rgba(0,0,0,0.12);
	border-radius: 50%;
	filter: blur(6px);
	z-index: 1;
}
.remolding4-title {
	margin: 50px 0 0;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	font-style: normal;
}
.remolding4-btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 80%;
	background: #01b3ba;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 14px 16px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
}
.remolding4-btn:hover {
	filter: brightness(0.95);
}
.remolding-qa {
	width: 100%;
	padding: 20px 0 30px;
}
.remolding-qa-inner {
	margin: 30px auto;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.remolding-qa-left {
  flex: 0 0 50%;
  background: #00b9c1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
}
.remolding-qa-left-content {
	max-width: 600px;
	width: 100%;
	padding: 0 15px;
}
.remolding-qa-left h2 {
	font-size: 50px;
	margin: 0;
	font-weight: 400;
	color: #fff;
	font-style: normal;
}
.remolding-qa-arrow {
	font-size: 18px;
	font-weight: 500;
}
.remolding-qa-right {
	flex: 0 0 50%;
	background: #f3f3f3;
	padding: 50px 50px;
	color: #383838;
	font-size: 14px;
	line-height: 1.6;
}
.remolding-qa-right-text {
	max-width: 600px;
	width: 100%;
}
.remolding-qa-right h2 {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: 600;
	color: #00b9c1;
}
.remolding-qa-questions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.remolding-qa-questions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.qa-item {
	padding: 0;
	margin: 0;
}

.qa-question::-webkit-details-marker {
	display: none;
}
.qa-question::marker {
	content: "";
}

.qa-question {
	list-style: none;
	cursor: pointer;
	color: #00b9c1;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 26px;
	background: none !important;
}

.qa-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 20px;
}

.qa-item[open] .qa-question::after {
	content: "–";
}

.qa-answer {
	margin: 8px 0 0;
	color: #383838;
	line-height: 1.6;
}

.remolding-qa-questions summary,
.remolding-qa-questions details {
	background: none !important;
}

.qa-question {
	color: #00b9c1;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.2s ease;
	font-size: 18px;
}
.qa-question:hover {
	text-decoration: underline;
}
.remolding-qa-questions details,
.remolding-qa-questions summary {
	display: block;
	position: relative;
	z-index: 2;
	pointer-events: auto !important;
}

.remolding-qa-questions {
	position: relative;
	z-index: 2;
}
.remolding-watch {
	width: 100%;
	padding: 0 15px 50px;
	text-align: center;
}
.remolding-watch h2 {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #4b4b4b;
}
.remolding-watch-inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: flex-start;
}
.remolding-watch-item {
	flex: 0 0 calc(33.333% - 20px);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
}
.remolding-watch-item img {
	width: 100%;
	height: auto;
	display: block;
}

.remolding-watch-item iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	display: block;
}


.remolding-submit {
	width: 100%;
	padding: 60px 0 0;
	margin-bottom: -4px;
}
.remolding-submit-inner {
	display: flex;
	align-items: stretch;
}
.remolding-submit-left {
	flex: 0 0 60%;
	background: linear-gradient(to bottom, rgba(124,124,124,0.08), rgba(124,124,124,0) 8%) #fff;
	padding: 80px 50px 55px;
}
.remolding-submit-left-width {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.remolding-submit-left h2 {
	margin: 0 0 18px;
	font-size: 50px;
	font-weight: 400;
}
.remolding-submit-text {
	padding-left: 45px;
	margin: 0 0 16px;
	color: #383838;
	font-size: 16px;
	line-height: 1.7;
}
.remolding-submit-highlight {
	color: #00b9c1;
	font-style: italic;
	font-weight: 600;
	margin: 0;
}
.remolding-submit-right {
	flex: 0 0 40%;
	background: #00b9c1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.remolding-submit-btn {
  background: #fff;
  color: #00b9c1;
  text-decoration: none;
  font-weight: 500;
  padding: 0 25px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
	font-family: "Roboto Condensed", sans-serif;
}
.remolding-submit-btn:hover {
	filter: brightness(0.95);
	color: #00b9c1;
}

.servicespage {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.services-btm {
	width: 100%;
	position: relative;
	padding: 150px 15px;
	text-align: center;
	margin: 40px 0;
  background: linear-gradient( to bottom, #f3f3f3 0%, #f3f3f3 40%, #ffffff 100% );
}
.services-btm-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: stretch;
}
.services-btm-item {
	flex: 0 0 calc(25% - 22.5px);
	background: #eae8e8;
	position: relative;
	padding: 100px 25px 60px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: visible;
}
.services-btm-icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.services-btm-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.services-btm-title {
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #B2005E;
	text-transform: uppercase;
}
.services-btm-text {
	font-size: 16px;
	line-height: 1.5;
	color: #B2005E;
	margin: 0;
	font-style: italic;
}
.services-btm-btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 80%;
	background: #01b3ba;
	color: #fff;
	font-weight: 700;
	padding: 14px 16px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	text-align: center;
}
.services-btm-btn:hover {
	filter: brightness(0.95);
}

.services-btm-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
}
.services-btm-modal.is-open {
	display: block;
}
.services-btm-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
}
.services-btm-modal-dialog {
	position: relative;
	width: min(760px, calc(100% - 30px));
	background: #fff;
	border-radius: 10px;
	padding: 28px 24px 24px;
	max-height: 80vh;
	overflow: auto;
	text-align: left;
	min-height: 400px;
	min-height: 400px;
	display: block;
  margin: clamp(110px, 10vh, 160px) auto 0; 
  max-height: calc(100vh - clamp(110px, 10vh, 160px) - 30px);
  overflow: auto;
}
.services-btm-modal-body {
	margin-top: auto;
	margin-bottom: auto;
}
.services-btm-modal-close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	font-size: 30px;
	color: #009aa2;
	padding: 0;
	line-height: 1;
}
.services-btm-modal-close,
.services-btm-modal-close:hover,
.services-btm-modal-close:focus,
.services-btm-modal-close:active {
	background: none !important;
	box-shadow: none !important;
}

.services-btm-modal-title {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: 700;
	color: #00b9c1;
}
.services-btm-modal-body {
	color: #383838;
	font-size: 16px;
	line-height: 1.65;
}

#scheduleModal { display:none; }
#scheduleModal.is-open { display:flex; }


.first-visit {
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 15px;
}

.first-visit-title {
	font-size: 32px;
	margin: 0 0 12px;
}

.first-visit-item {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	margin: 0;
}

.first-visit-question::-webkit-details-marker {
	display: none;
}
.first-visit-question::marker {
	content: "";
}

.first-visit-question {
	list-style: none;
	cursor: pointer;
	color: #00b9c1;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	position: relative;
	padding-right: 26px;
}

.first-visit-question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 22px;
}

.first-visit-item[open] .first-visit-question::after {
	content: "–";
}

.first-visit-answer {
	margin: 8px 0 0;
	color: #383838;
	line-height: 1.6;
}

.first-visit-answer ul {
	margin: 6px 0 0;
	padding-left: 20px;
}

.first-visit summary,
.first-visit details {
	background: none !important;
}

.first-visit p,
.first-visit ul,
.first-visit li {
	margin-top: 0;
}
.services-btm-modal .services-btm-title,
.services-btm-modal-title {
	display: none;
}
.patient-forms a {
	color: #00b9c1;
	font-size: 18px;
	font-weight: 700;
	padding: 50px 15px;
}
.resources {
	padding-bottom: 50px;
}
.resources h3 {
	color: #B1005D;
	font-size: 28px;
}
.resources h4 {
	margin-bottom: 2px;
}
.resources a {
	color: #B1005D;
	text-decoration: underline;
	font-weight: 500;
}

.gform_required_legend {
	display: none !important;
}
.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
}
#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_4 {
	background-color: #B1005D;
	border: none;
	padding: 15px 40px;
	color: #fff;
	display: block;
	margin: 0 auto;
}


.blog-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
	margin-bottom: 100px;
}
.blog-grid-item {
  border: 1px solid #e1e1e1;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.blog-grid-image img {
  width:100%;
  height:auto;
  display:block;
}
.blog-grid-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid-title {
  margin: 0 0 6px;
  font-size: 1.1rem;
}
.blog-grid-title a {
	color: #B1005D;
}
.blog-grid-date{
  font-size:.85rem;
  margin-bottom:10px;
}
.blog-grid-readmore{
  margin-top: 14px;
  font-weight: 600;
  text-decoration: none;
	color: #B1005D;
}
.blog-grid-excerpt{
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow: hidden;
	 line-height: 1.5;
  margin-bottom: auto;
}
.blog-banner {
	margin-bottom: 80px;
}
.blog-banner img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
}
.single-post #primary h2 {
	color: #00B9C1;
}
.single-post #primary h3 {
	color: #00B9C1;
}
.single-post #primary img {
	max-width: 450px;
	width: 100%;
	height: auto;
}
.video-flex {
  display: flex;
  gap: 30px;
  max-width: 1250px;
  margin: 50px auto;
}

.video-item {
  flex: 0 0 calc(33.333% - 20px);
  aspect-ratio: 16 / 9;
}

.video-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-grid-topbar {
  max-width: 1250px; 
  margin: 0 auto 40px;
  padding: 0;   
  display: flex;
  justify-content: flex-end;
}

.blog-grid-filter select#cat{
  background: #00B9C1;
  border: 1px solid #00B9C1;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 12px;
	text-align: center;
}

.blog-grid-filter select#cat:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,185,193,.3);
}
.uo-modal__close{
  width: 44px;
  height: 44px;
	pointer-events: auto;
	color: #000 !important;
}
.uo-modal__close:hover{
  opacity: .65;
}



body.uo-modal-open #ui-datepicker-div {
  z-index: 1000001 !important; /* higher than .uo-modal (999999) */
}




/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1150px) {

}

@media (max-width:1100px){
.blog-grid {
	grid-template-columns:repeat(3,1fr);
}
}


@media only screen and (min-width:0px) and (max-width: 1020px) {
.remolding1 {
	margin: 40px 15px;
}
.remolding1-left {
	padding: 50px 60px;
}
.remolding1-right img {
	object-fit: cover;
	display: block;
}
.remolding2-right {
	padding: 50px 60px 30px;
}
.remolding2-right h2 {
	font-size: 40px;
}
.ortho-inner{
    gap: 40px;
    padding: 0 18px; /* keeps cards off the edges */
  }

  .ortho-item{
    flex: 0 0 calc((100% - 40px) / 2);
    min-height: 300px;
  }
}
@media only screen and (min-width:0px) and (max-width: 900px) {
.about2-item {
		flex: 0 1 100%;
}
.prosthetics {
	flex-direction: column;
	gap: 0;
}
.prosthetics-content {
	padding: 30px 20px;
}
.prosthetics2-inner {
	flex-direction: column;
}
.prosthetics2-left, .prosthetics2-right {
	flex: 0 0 100%;
	padding: 30px 20px;
}
.prosthetics2-left-text {
	padding: 0;
}
.prosthetics2-left a {
	margin-top: 15px;
	float: none;
}
.wound-inner {
	flex-direction: column;
	text-align: center;
}
.wound-left, .wound-right {
	flex: 0 0 100%;
	padding: 30px 20px;
	border: none;
}
.locations-map-inner {
		flex-direction: column;
		gap: 30px;
}
.locations-map-left, .locations-map-right {
		flex: 0 0 100%;
}
.locations-map-inner {
		flex-direction: column;
		gap: 30px;
}

.locations-map-left, .locations-map-right{
    width: 100%;
    flex: 0 0 auto;     
    min-width: 0;
}
.locations-map-image {
    margin: 0 auto;     
    max-width: 700px;   
}
.locations-map-left {
		text-align: center;
}

.locations-map-detail {
	max-width: 400px;
	margin: 0 auto;
	padding: 24px 18px;
}
.locations2-table { 
	gap: 18px; 
}
.locations2-location { 
	font-size: 17px; 
}
.locations2-row { 
	grid-template-columns: 1fr; padding: 10px 0; 
}
.locations2-address { 
	padding-left: 28px; 
}
.remolding3 {
    justify-content: center;
    padding: 40px 20px 0;
}
.remolding4-inner {
	gap: 22px;
}
.video-flex {
    flex-direction: column;
  }
.prosthetics3-inner{
    flex-wrap: wrap;
    align-items: stretch;/* keeps it off the edges */
}
  .prosthetics3-left,
  .prosthetics3-right{
    flex: 0 0 100%;
}

  .prosthetics3-left{
    order: 1;
    padding: 18px 0 10px;
  }

  .prosthetics3-left img{
    max-width: 220px;        
    width: 60%;
    margin: 0;                
  }

  .prosthetics3-right{
    order: 2;
    padding: 10px 14px 18px;  
  }
}

@media only screen and (min-width:0px) and (max-width: 850px) {
.home3-inner {
	flex-direction: column;      
}
.home3-left, .home3-right {
		flex: 0 0 100%;              
}
.home3-left img {
	height: auto;                
}
.home3-right {
	padding: 30px 20px 20px;     
	text-align: center;           
}
.home3-right, .home3-right h2 {
		max-width: 32rem;             
		margin-left: auto;
		margin-right: auto;
}
.services3-inner {
	flex-direction: column;      
}
.services3-left, .services3-right {
		flex: 0 0 100%;              
}
.services3-left img {
	height: auto;                
}
.services3-right {
	padding: 30px 20px 20px;                
}
.services3-right, .services3-right h2 {
		max-width: 32rem;             
		margin-left: auto;
		margin-right: auto;
}
.services3-right-text {
  padding: 0 30px 0 50px;
}
.services-btm-item {
    margin-bottom: 140px;
}
.services-btm-item:last-child {
    margin-bottom: 140px;
}
.services2-flex {
  margin: 80px auto 20px;
}
.services-btm {
  padding: 80px 15px 0px;
}
.contact2-item {
  flex: 0 1 calc(50% - 60px);
}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.topschedule img {
	width: 70%;
}
.remolding3-inner {
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    padding: 40px 30px;
}
.remolding3-left, .remolding3-right {
    width: 100%;
}
.remolding3-left {
    padding-right: 0;
    margin-bottom: 30px;
}
.remolding3-right {
    position: relative;
}
.remolding3-right img {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.remolding-submit {
  width: 100%;
  padding: 0;
  margin-bottom: -4px;
}
.remolding-submit-inner {
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    padding: 40px 30px;
}
.remolding-submit-left, .remolding-submit-right {
    width: 100%;
}
.remolding-submit-left {
    padding: 50px 15px;
    margin: 0 50px 30px 0;
 }
.remolding-submit-right {
    position: relative;
}
.remolding-submit-inner {
	padding: 40px 0 0;
}
.remolding-submit-left h2 {
  font-size: 35px;
}
.remolding-watch {
  padding: 0 15px 0px;
}
.shoes-item {
  flex: 0 1 calc(100% - 0px);
}
.blog-grid {
	grid-template-columns:repeat(2,1fr);
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.top-bar {
	flex-direction: column;
}
.top-bar-right {
	width: 100%;
	text-align: center;
	justify-content: center;
}
.home2-flex {
	flex-direction: column;
	gap: 20px;
}
.home2-item {
	flex: 100%;
	text-align: center;
}
.home3-overlay {
  width: 80%;
  background-color: #302117;
  color: #fff;
  padding: 20px 60px;
  position: relative;
  margin: 0 0 -35px auto;
  border-radius: 4px;
  z-index: 5;
}
.home4 {
	flex-direction: column;
}
.home4-left, .home4-right {
	flex: 0 0 100%;   
	height: auto !important;
    min-height: 0 !important;
}
.home4-left {
	padding: 30px 20px;  
	text-align: center;  
}
.home4-right img{
    height: auto !important;
    max-width: 100%;
    display: block;
  }
  .home4-inner{
    flex-direction: column;
  }


.home5-inner {
	flex-direction: column;
	gap: 20px;
}
.home5-left, .home5-right {
	flex: 0 0 100%;
}
.home5-left-inner {
	justify-content: center;
}
.home5-text h2, .home5-text p {
	text-align: left;
}
.home5-icon {
  	margin-top: 0px;
}
.columns {
	flex-direction: column;
}
.column1, .column2, .column3 {
		flex: 0 0 100%;
}
.contact1-inner {
		flex-direction: column;
	margin-bottom: 50px;
}
.services2-flex {
	flex-direction: column;
	gap: 20px;
}
.services2-item {
	flex: 100%;
	text-align: center;
}
.services3-overlay {
  width: 80%;
  background-color: #302117;
  color: #fff;
  padding: 20px 60px;
  position: relative;
  margin: 0 0 -35px auto;
  border-radius: 4px;
  z-index: 5;
}

.staff-item {
		flex: 0 0 100%;
		flex-direction: column;
}
.staff-image {
		flex: 0 0 auto;
		max-width: 220px;
}
.staff-image img {
		margin-bottom: 10px;
}
.section-inner {
		flex-direction: column;
}
.section-left, .section-right {
		flex: 0 0 100%;
}

.section-left {
		margin-bottom: 15px;
}
.lower-inner {
		flex-direction: column;
}
.lower-left, .lower-right {
		flex: 0 0 100%;
}
.lower-left {
	margin-bottom: 15px;
	text-align: center; 
}
.locations2-table {
	gap: 18px;
}
.locations2-location {
	font-size: 17px;
}
.locations2-row {
		grid-template-columns: 1fr;
		padding: 10px 0;
}
.locations2-address {
		padding-left: 28px;
}
.remolding1 {
	margin: 0 0 30px;
	flex-direction: column;
}
.remolding1-inner {
	flex-direction: column;
}
.remolding1-left,
.remolding1-right {
	flex: 0 0 100%;
	width: 100%;
}
.remolding1-left {
	padding: 0  0 25px;
}

  .remolding1-right{
	padding: 0 15px;
    min-height:260px;
  }

  .remolding1-right iframe{
    width:100%;
    height:260px;
    display:block;
  }
.about2-inner {
    row-gap: 80px;
}
.qa-question {
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
}

.column2 {
  flex: 0 0 30%;
  padding-top: 0;
}

.remolding1 .greentext {
	font-size: 16px;
}
.remolding2,
  .remolding3-inner{
    flex-direction:column;

  }

  .remolding2-left,
  .remolding2-right,
  .remolding3-left,
  .remolding3-right{
    flex: 1 1 100%;
    width:100%;
  }

  .remolding2-right,
  .remolding3-right{
    order:-1;
  }
  .remolding2-right{
    padding:30px 20px;
  }

  .remolding2-right h2{
    font-size:34px;
  }

.remolding4-item {
	flex: 0 0 calc(50% - 11px);
}
.remolding-qa-inner {
	flex-direction: column;
}
.remolding-qa-left, .remolding-qa-right {
	flex: 0 0 100%;
}
.remolding-qa-left {
	justify-content: center;
	padding: 50px 0;
	display: inline-block;
}
.remolding-qa-left-content {
	text-align: center;
}
.remolding-qa-right {
	padding: 40px 30px 50px;
}
.remolding-qa-inner {
  gap: 0;
	padding: 0;
}
.services-btm-inner {
	gap: 22px;
}
.services-btm-item {
	flex: 0 0 calc(50% - 11px);
}
.services-btm {
	padding: 150px 15px 0;
}
.remolding-watch-item {
  flex: 0 1 calc(50% - 40px);
}
.ped1-item {
  flex: 0 1 calc(50% - 40px);
}
.remolding4-item {
  margin-bottom: 135px;
}
 .remolding4 {
    padding: 35px 15px 0;
}
.remolding-watch-inner {
  display: block;
}
.theme-credits{
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.theme-credits-left, .theme-credits-right{
    text-align: center;
}
.top-bar {
    flex-wrap: wrap;
}
  .top-bar-right {
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 14px;     
    white-space: normal;    
}
  .top-bar-right a {
    width: 100%;
    justify-content: center;
}
.top-bar-left {
    order: 2;
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    padding: 8px 12px;
    font-size: 13px;
	display: none;
}
#top-header-section {
	margin: 12px 0 0;
	padding: 0;
}
 .top-bar{
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 40px;
    z-index: 10000;
  }

 #access{
    position: fixed;
    top: 40px;
    left: 0; right: 0;
    z-index: 9999;
    margin: 0 !important;
	padding: 10px 0 10px 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15)
}
.top-bar-menu {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
}
.top-bar-left li {
    padding: 6px 10px;
    border-right: none;    
}
.top-bar .topbar-socials{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
 }
.top-bar .topbar-socials li{
    padding: 0;
  }
.homebanner {
    height: 350px;
	min-height: 300px;
}
.homebanner video {
	height: 350px;
}
.innerbanner {
    height: 200px;
	padding-top: 35px;
}
.innerbanner img {
    height: 200px;
}
.homebanner-overlay{
    align-items: flex-end;
}

.homebanner-textbg{
    padding: 10px 14px 18px;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.72) 0%,
      rgba(0,0,0,0.35) 60%,
      rgba(0,0,0,0.00) 100%
    );
  }

  .homebanner-overlay-inner,
  .innertext{
    margin-left: 0;         
    max-width: 100%;
  }

.homebanner-heading {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .homebanner-text{
    font-size: 30px;
  }
  .innertextbg{
    padding: 10px 14px 14px;
  }
.about2 h2 {
    font-size: 44px;
}
.locations-map {
	padding: 0 20px 80px;
	margin: 50px 0 0;
}
.locations-map-inner{
    flex-direction: column;
    gap: 18px;
  }
  .locations-map-right{ 
	order: 1; width: 100%; 
}
  .locations-map-left { 
	order: 2; width: 100%; 
	margin-top: 70px;
}
  .locations-map-image img{
    width: 100%;
    height: auto;
    display: block;
  }

  .locations-map-detail{
    padding: 14px 14px 16px;
    border-radius: 8px;
    background: #fff;
  }

  #map-location-address{
    word-break: break-word;
}
.locations-gradient-inner {
    padding: 20px 0 0;
}
.locations-map-note {
  margin: 30px 0 20px;
	text-align: center;
}
:root{
    --topbar-h: 40px;   /* your fixed top bar height */
    --nav-h: 70px;      /* adjust to your mobile mega menu bar height */
  }
  .top-bar{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10000;
    height: var(--topbar-h);
  }

  #access{
    position: fixed;
    top: 42px;
    left: 0; right: 0;
    z-index: 9999;
	background-color: #fff;
	padding: 18px 15px 10px !important;
  }

.innertext {
	font-size: 18px;
	padding: 40px 15px 2px;
}
.page-id-9 #main {
  padding: 150px 0 0;
}
.page-id-8 #main {
  padding: 120px 0 0;
}
#main {
	padding: 150px 0 0;
}
.homebanner-wrap {
    position: relative;
    top: 20px;
    margin-bottom: 0;
}
.innerbanner-wrap {
     top: 112px;
}
.innertext h1 {
	margin-bottom: 8px;
}
.innerbanner-anim .innertext > :not(h1) {
    line-height: 1.2;
}
.remolding1 .greentext {
     padding: 0 30px 0 0;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.map-label:hover, .map-label.is-active {
  padding: 3px 10px;
}
.map-label {
  font-size: 11px;
  pointer-events: auto;
	padding: 3px 8px;
}

.topschedule {
	display: none !important;
}
.contact1-box {
    margin-bottom: 50px;
}

}
@media only screen and (min-width: 0px) and (max-width: 650px) {
.ortho-inner{
    gap: 22px;
    padding: 0 14px;
    margin-bottom: 50px;
  }

  .ortho-item{
    flex: 0 0 100%;
    min-height: 0;      
  }
.locations2 {
	display: none;
}
.services3 {
    margin: 0 0 15px;
}
.about2 {
	padding: 80px 15px 0;
}
.column4 img {
	display: block;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.home5-left-inner {
  gap: 6px;
}
.locations-map-image {
		margin-top: -30px;
		margin-bottom: -40px;
}
.remolding4-item {
	flex: 0 0 100%;
}
.services-btm-item {
	flex: 0 0 100%;
}

.ped1-item {
  flex: 0 1 calc(1000% - 0px);
}
.remolding-watch-item {
  margin-bottom: 50px;
}
.remolding4-inner {
  margin: 100px auto 0;
}
.remolding4-item:nth-child(4) {
  margin-bottom: 35px !important;
}
.contact2-item {
  flex: 0 1 calc(100% - 0px);
}
.video-flex {
    gap: 20px;
}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
.remolding3-inner {
    padding: 10px 20px;
  }

  .remolding3-left h2 {
    font-size: 1.6rem;
  }
.remolding1-left {
	padding: 0 18px 0;
}
.remolding1-right iframe{
    height: 260px;
  }
.remolding2-left img {
	height: 260px;
}
.remolding2-right {
	padding: 28px 18px 24px;
}
.remolding2-right h2 {
	font-size: 28px;
}
.blog-grid {
	grid-template-columns:1fr;
}
.prosthetics-left .prosthetics-content {
    margin-left: auto;
    margin-right: auto;
}
.prosthetics-right .prosthetics-content {
    margin-left: auto;
    margin-right: auto;
}
.prosthetics3 {
	margin: 75px 0 0;
}
.prosthetics3-left img{
    width: 70%;
    max-width: 200px;
}
 .prosthetics3-right {
    padding: 10px 50px 16px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


