@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/*.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}*/
body {
	background-color: #ffffff;
	font-family: "Inter", sans-serif;
}
.header {
	background: rgb(255, 255, 255);
	
}

.header .nav-link {

	color: #000;
	font-weight: 400;
	font-size: 20px;
	transition: color 0.2s ease;

}
.header .nav-item{
		transition: all 0.2s ease;
		border-radius: 15px;

}
.header .nav-item:hover {
	background-color: var(--secondary) !important;

}
.header .nav-item:hover .nav-link{
	color: #fff;
}
.bgPrimary {
	background-color: var(--primary) !important;
}
.bgSecondary {
	background-color: var(--secondary) !important;
}
.bgTertiary {
	background-color: var(--tertiary) !important;
}
.bgQuaternary {
	background-color: var(--quaternary) !important;
}



.bgBlack {
	background-color: #2b2b2b !important;
}

.bgGrey {
	background-color: #789594 !important;
}

.primary {
	color: var(--primary) !important;
}

.secondary {
	color: var(--secondary) !important
}

.tertiary {
	color: var(--tertiary) !important;
}

.quaternary {
	color: var(--quaternary) !important;
}

.grey {
	color: #789594 !important;
}

.darkGrey {
	color: rgb(90, 90, 90);
}
.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
}


h2, h3, h4 {
	color: var(--primary);
	font-size: 48px;
}

h4 {
	font-weight: 300;
}
h3 {
	font-weight: 400;
}
h2 {
	font-weight: 700;
	
}
strong {
	font-weight: 600;
}
p {
	font-weight: 300;
}

p a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 500;
}

.fullWidth {
	width: 100vw !important;
	max-width: 100vw !important;
}

.widthControl {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	--bs-gutter-x: 0px;
	position:relative;
	overflow: visible;
}

.mw-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.text-section-title {
	color: var(--primary);
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 1rem;
}



#headerMenu  .navbar-toggler{
	margin-left: 20px;
}
.siteLogo {
	margin: auto;
}
.siteLogo img{
	max-width: 320px;
    width: 100%;
    height: auto;
}

.socialIcons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px; /* Adjust spacing between icons */
  width: 40px; /* Icon size */
  height: 40px; /* Icon size */
  background-color: #fff; /* Grey background */
  border-radius: 50%; /* Circular shape */
  color: white; /* Icon color */
  text-decoration: none; /* Remove underline from icons */
}

.socialIcons i {
  color: var(--primary); /* Adjust if you want a different icon color */
  font-size: 24px;
}
ul.navbar-nav {
		margin-left: 20px;
	}

.carousel-wrapper {
    padding-bottom: 20px;
}
#homeslider {
	width: 100vw;
	overflow: hidden;
	
}
.fancySeparator {
	position: relative;
	height: 363px;
}
.fancySeparator::before {
    content: '';
    background: url(https://media.pafc.app/uploads/hero_border_transparent_3810cd4fe5.webp) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 363px;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0; /* This creates the overhang effect 
	transform: translateY(0%);*/
}


#homeslider .carousel-caption h5 {
    font-size: 52px;
    font-weight: 700;
    line-height: 63px;
    text-align: left;
    display: block;
    height: 130px;
}

#homeslider .carousel-caption {
    position: absolute !important;
    left: 3rem;
    display: flex !important;
    top: 80px;
    color: var(--primary);
}
@media (min-width: 0px) and (max-width: 523px) {
	.fancySeparator {
    	position: relative;
    	height: 96px;
    	margin-top: -48px;
    	margin-bottom: -125px;
	}
	#homeslider {
		max-height:400px;
	}
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 7%;
    transform: scale(0.7) !important;
	}
	#homeslider .carousel-caption h5 {
    	font-size: 32px;
    	font-weight: 700;
    	line-height: 43px;
	}

}
@media (min-width: 524px) and (max-width: 801px) {
	.fancySeparator {
    	position: relative;
    	height: 165px;
    	margin-top: -95px;
    	margin-bottom: -125px;
	}
	#homeslider {
		max-height:450px;
	}
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 7%;
    transform: scale(1.0) !important;
	}
	#homeslider .carousel-caption h5 {
    	font-size: 40px;
    	font-weight: 700;
    	line-height: 50px;
	}



}
@media (min-width: 802px) and (max-width: 1050px) {
	.fancySeparator {
    	position: relative;
    	height: 260px;
    	margin-top: -109px;
    	margin-bottom: -125px;
	}
	#homeslider {
		max-height:500px;
	}
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 60%;
    left: 7%;
    transform: scale(1.0) !important;
	}
		#homeslider .carousel-caption h5 {
    	font-size: 40px;
    	font-weight: 700;
    	line-height: 55px;
	}



}
@media (min-width: 1051px) and (max-width: 1600px) {
	.fancySeparator {
    	position: relative;
    	height: 363px;
    	margin-top: -125px;
    	margin-bottom: -135px;
	}
	#homeslider {
		max-height:550px;
	}
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 47%;
    left: 7%;
    transform: scale(1.0) !important;
	}
	#homeslider .carousel-caption h5 {
    	font-size: 45px;
    	font-weight: 700;
    	line-height: 58px;
	}



}
@media (min-width: 1601px) and (max-width: 2200px) {
	.fancySeparator {
    	position: relative;
    	height: 403px;
    	margin-top: -150px;
    	margin-bottom: -91px;
	}
	#homeslider {
		max-height:650px;
	}	
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 7%;
    transform: scale(1.0) !important;
	}


}
@media (min-width: 2201px)  {
	.fancySeparator {
    	position: relative;
    	height: 486px;
    	margin-top: -157px;
    	margin-bottom: -91px;
	}
	#homeslider {
		max-height:800px;
	}
	.sliderButtonWrapper {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 7%;
    transform: scale(1.0) !important;
	}


}


.primary-wrapper {
	overflow-x: hidden;
}

div.p {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	word-wrap: break-word;
}

hr {
	clear: both;
	border: 0 solid var(--secondary);
	border-bottom-width: 1px;
	width: 100%;
	margin: 10px 0;
	padding-bottom: 10px;
}

#mainSectionText {
	padding-left: 20px;
	padding-right: 20px;
}

#mainSectionText .text-section-wrapper {
	padding-left: 50px;
	padding-right: 50px;
}

#mainSectionText img {
	margin-left: auto;
	margin-right: auto;
}

.addressCard{
	position:relative;
	border-radius: 15px;
	max-width: 709px;
	max-height: 664px;
	width:100%;
	
}
.addressCard > img {
	border-radius: 15px;
	max-width: 709px;
	max-height: 664px;
	width:100%;
	height:auto;
	margin:auto;
}
.addressCard .card-body {
	background-color: rgba(255,255,255,0.8);
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    left: 8%;
    width: 84%;
    padding-left: 3rem;
    padding-right: 3rem;
	margin-bottom: 1rem;
	
}

.hoursBox {
	border-radius: 15px;
	background-color: var(--tertiary);
	padding-top: 1rem;
	max-width: 709px;
}
.hoursBox .text-section-wrapper {
	flex-direction: column;
    display: flex;
    justify-content: space-evenly;
}

.hoursBox p {
	color: var(--primary);
	display: block;
}
.hours-button-wrapper {
	max-height: 50px;
	margin-bottom: 1rem;
}
.hours-button {
	max-height: 32px;
    background-color: #fff;
    color: var(--primary);
    border-radius: 30px;
    line-height: 16px;
	min-width: 146px;
	margin-left:auto;
	margin-right:auto;
}
.hours-button span {
	margin-right: 0.5rem;
}
.hours-button:hover {
	background-color: var(--primary);
	color: #fff;
}
a.hours-button i {
	color: var(--primary);
}
a.hours-button:hover i {
	color: #fff;
}


.providerSlide .card {
	display: flex;
	padding-left:14px;
	padding-right: 14px;
	padding-top: 14px;
	max-width: 260px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid var(--bs-card-border-color) !important;
	border-radius: 15px !important;
}

.providerSlide .card img {
	width: 100% !important;
	height: auto !important;
	border-radius: 15px !important;
	
}

.providerSlide .card .card-title {
	color: var(--primary);
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	text-align: center;
}

.providerSlide .slider-nav {
    font-size: 32px;
    color: var(--primary);
}

.clinicianCard:first-child {
	margin-top: 2rem;
}
.clinicianCard:not(.noBottomBorder)::after {
    content: ' ';
    display: block;
    width: 95%;
    background-color: var(--secondary);
    height: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.clinicianCard.noBottomBorder {
	margin-bottom: 2rem;
}
.clinicianCard > .card-body {
	display:flex;
	flex-direction: row;
}
.clinicianCard > .card-body > .card-text {
	display: block;
	padding-left: 2rem;
}

.clinicianCard > .card-body > .card-text strong {
	color: var(--primary);
}
.clinicianCard li {
	font-weight: 300;
}
body .clinician-portrait-wrapper.card {
	border: 1px solid var(--bs-card-border-color) !important;
	border-radius: 15px !important;
	min-width: 300px;
    max-width: 300px;
}

}

.clinician-portrait-wrapper.card .card-body{
	display: flex;
	flex-direction: column-reverse;
}
.clinician-portrait-wrapper .card-title {
	color: var(--primary);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-top: 0.5rem;
}
.clinician-portrait-wrapper .card-img-top {
	border-radius: 15px !important;
	
}

.blueHeading {
	background-color: var(--primary);
	min-height: 160px;
	
	
}
.blueHeading .text-section-wrapper {
	display: flex;
}
.blueHeading h2 {
	color: #fff;
	display: block;
	margin: auto;
	font-weight: 400;
	font-size: 36px;
}

.whiteHeading {
	background-color: #fff;
	min-height: 100px;
}
.whiteHeading.transparentHeading{
	background-color: rgba(255,255,255,0);
}

.whiteHeading .text-section-wrapper {
	display: flex;
}

.whiteHeading  h2 {
	color: var(--primary);
	display: block;
	margin: auto;
	font-weight: 700;
	font-size: 36px;
}

.halfHeroText {
	background-color: #F5F5F5;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.halfHeroImage{
	background-color: #F5F5F5;
}

.circleTabs {
	margin-top: 3rem;
}
.circleTabs .nav-item {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.circleTabs .nav-item .nav-link {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    border-radius: 50%;
    width: 115px;
    height: 115px;
    text-align: center; /* Ensures multi-line text is centered */
	margin: auto;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	transition: all 0.3s ease;
}

.circleTabs .nav-item .nav-link.active {
 transition: all 0.3s ease;
 width: 130px;
 height: 130px;
 box-shadow: var(--bs-box-shadow)!important;
}

.circleTabs .nav-item:nth-child(odd) .nav-link {
    background-color: var(--primary); /* Even items */
}

.circleTabs .nav-item:nth-child(even) .nav-link {
    background-color: var(--secondary); /* Odd items */
}

.circleTabs .tab-content {
	margin-top: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.circleTabs .tab-content h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	display: block;
}
.circleTabs .tab-content h4, .infoPage .text-section-wrapper h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top:1.5rem;
	margin-bottom: 1rem;
	display: block;
}
.infoPage .text-section-wrapper strong {
	color: var(--primary);
}
#primaryContactForm{
	display: flex;
	padding-left: 20px;
    padding-right: 20px;
    background-color: var(--secondary) !important;
    color: #fff;
    padding: 20px;
	border-radius: 30px;
}
.formTitleWrapper{
	display:none !important;
}

#primaryContactForm .formTextArea {
    height: 38px; /* Adjust this value based on the desired height */
    overflow: auto; /* Optional: for enabling scrolling if the text exceeds the height */
}
#primaryContactForm .formInstructionsSection h2{
	margin-bottom: 0 !important;

}  

#primaryContactForm .formInstructionsSection p{
	margin-bottom: 1rem !important;
	margin-top: 1rem;
	font-weight: 500;
	font-size: 24px;

}  

#page-make-an-appointment #primaryContactForm .formInstructionsSection p{
	font-weight: 300;
	font-size: 20px;
}
#page-make-an-appointment #primaryContactForm {
	justify-content: center;
}

#page-make-an-appointment .mainContent {
	background: url(https://media.pafc.app/uploads/form_background_transparent_046d7cc826.webp) no-repeat;
	background-size: cover;
}

#primaryContactForm .formInputSection, #primaryContactForm .formTextAreaSection {
	
	padding-right:5px;
}
#primaryContactForm label{
	text-align: left;
	margin-bottom: 3px !important;
	margin-left: 10px;
}

#primaryContactForm button {
	background-color: var(--primary) !important;
	min-width: 200px;
	text-transform: uppercase;
	border-radius: 30px;
	margin-top: 1rem;

}
#primaryContactForm button:hover {
	background-color: var(--tertiary) !important;
	
	
}
#primaryContactForm button:hover .submitText{
	color: #000;

}
#primaryContactForm input {
	margin-top: 2px !important;
	border-radius: 30px;
}
#primaryContactForm textarea {
	margin-top: 2px !important;
	border-radius: 30px;
    
}

#primaryContactForm select {
	margin-top: 2px !important;
	border-radius: 30px;
    
}
#page-make-an-appointment #primaryContactForm .formInputSection,
#page-make-an-appointment #primaryContactForm .formTextAreaSection,
#page-make-an-appointment #primaryContactForm .formSelectSection{
	margin-bottom: 0.75rem;
}

.sliderButton{
	background-color: var(--secondary) !important;
	box-shadow: var(--bs-box-shadow)!important;
	border-radius: 30px;
	transition: background-color 0.3s ease;

}

.sliderButton:hover{
	background-color: var(--primary) !important;
	
}
#homeslider img {}

/*#homeslider .carousel-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 3;
}*/


 .carousel-control-next,
.carousel-control-prev{
	display:none !important;
}

.carousel-indicators {
	z-index: 5 !important;
	display: none !important;
}

.page-title-wrapper {
	flex-direction: column;
	margin-left: 12.5%;
	margin-right: 12.5%;
	width: 75vw;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.page-title {
	font-size: 20px;
	font-weight: 600;
}

.page-publish-date {
	font-size: 14px;
	padding-top: 5px;
}

.page .page-title-wrapper {
	display: none !important;
}

.article .page-title-wrapper {
	display: flex;
}


figure.image {
	display: flex;
}

.footer {
	background-color: var(--primary) !important;
	min-height: 150px;
}

.footer .text-section-wrapper p {
	color: #fff;
}

.listSection .list-group {
	width: 100%;
}

.quickLinks .list-group .list-group-item {
	background-color: #696969;
	display: flex;
	padding: 0;
	height: 44px;
	flex-direction: row;
	border: none;
	border-radius: 0px !important;
	flex-grow: 1;
	margin-right: 0px !important;
	margin-top: 5px;

}

.quickLinks .li-icon {
	background: linear-gradient(132deg, rgb(101, 164, 205) 0%, rgb(101, 164, 205) 47%, rgb(89, 144, 180) 62%, rgb(89, 144, 180) 100%);
	display: flex;
	width: 44px;
	margin-right: 5px;
}

.quickLinks .li-icon i {
	margin: auto;
}

.quickLinks .li-text {
	display: flex;
	margin: auto;
}

.quickLinks .list-group-item a {
	color: #ffffff;
	font-weight: bold;
}

#footerMap {}

#footerHours .text-section-wrapper {
	margin: auto;
}

.footer .list-group-item {
	background: none;
	border: none;
	color: #000;
	font-weight: 600;
}

.footer .list-group-item p {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer .list-group-item a {}

.card {
	border: none !important;
}

.testimonial-slider-wrapper .card .card-image img {

	border-radius: 50% !important;
	max-width: 181px;
	height: auto;
	border: 3px solid #ffffff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

}

#providerSlider,
#patientTestimonials {
	width: 75vw;
	margin-left: auto;
	margin-right: auto;
}
#patientTestimonials .card {
	background: none !important;
}
.border-top {
	border-top-color: #65a4cd !important;
	border-top-width: 4px !important;
}

.border-left {
	border-left-color: #65a4cd !important;
	border-left-width: 4px !important;
}

#providerSlider .carousel-inner,
#patientTestimonials .carousel-inner {
	width: 100%;
	padding-bottom: 18px;
	padding-top: 18px;
}

#providerSlider .carousel-item.active,
#patientTestimonials .carousel-item.active {
	display: flex;
	justify-content: center;

}

.patientTestimonials-container {
	
}

#patientTestimonials {
	max-width: 700px;
	width: 100%;
	margin-bottom: auto;
}

#patientTestimonials .card img {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.testimonial-title-wrapper {
	display: flex;
	justify-content: center;
}

.testimonial-title {
	display: flex;
	color: #000;
	text-align: center;
	flex-direction: column;
	margin: 0 0 2px;
	font-family: archivo-narrow-bold, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.testimonial-title .sub-title {
	display: flex;
	color: #fff;
	text-align: center;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px;
}

.testimonial-slider-wrapper .card-body {
	width: 100%;
	flex-direction: column;
	display: flex;
	justify-content: center;


}

.patientTestimonials-container .card,
.patientTestimonials-container .card-wrapper {
	width: 100% !important;
}

.patientTestimonials-container .card {
	
}

.testimonial-slider-wrapper #patientTestimonials .card-text {
	flex: 1 1 auto !important;
	display: flex;
	flex-direction: column;
	align-self: center;
	height: 100%;
	max-height: 120px;
	padding-left: 0px;
}

.patientTestimonials-container .card-text p {
	display: block;
	margin: auto;
}

.testimonial-slider-wrapper .card-wrapper {
	display: flex;
	justify-content: center;
}

.testimonial-slider-wrapper .card {

	display: flex;
	justify-content: center;
	width: 75%;

}

.testimonial-slider-wrapper .card-text {
	padding-left: 10px;
	flex: 1 1 auto !important;
	display: flex;
	flex-direction: column;
	align-self: center;

}

.card.readmore .card-text {
	overflow: hidden;
	transition: height 700ms;
	overflow: hidden;
}

.card.person img {
	height: 350px;
	object-fit: cover;
	object-position: top;
}

.mainContent.index .card.person img {

	height: 350px;
	object-fit: cover;
	object-position: center;
}

.card.person.readmore .card-title {
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}

.card.person.readmore {
	padding-top: 15px;
}

.btn-primary {

	border: 0 !important;
}

.footer .card {}

.footerText {
	font-size: 20px;
}
.map-wrapper {
   
    width: 100%;
}
.biographyPage .map-wrapper > div[id^="map"] , .biographyPage .map-wrapper {
	height: 333px !important;
	max-height:333px;
	margin-bottom: auto;
}
.locationPageMap .map-title-wrapper{
	display:none !important;
}
.mainContent,
#SiteFooter,
#SiteHeader {
	justify-content: center;
	display: flex;
	width: 100vw;
	--bs-gutter-x: 0;

}

#SiteHeader .headerCustomBlock a {
	text-decoration: none !important;
}

#SiteHeader .navbar {
	width: 100%;
}

#SiteHeader {
	margin-bottom: 1rem;
    margin-top: 1rem;
}

.nav-link {
	font-weight: 500;
	font-size: 1.2rem;
	
}

.nav-item {
	color: #fff;
}
.navbar-nav .dropdown-menu ul, .navbar-nav .dropdown-menu {

	background-color: var(--secondary) !important;
	width: 100%;
	border-radius: 15px;
}
.navbar-nav .dropdown-menu li a{
	color: #fff !important;
}
.navbar-nav .dropdown-menu li a:hover {
	background-color: var(--primary) !important;
	color: #fff !important;
}
.navbar-toggler {
	border: 1px #8c8c8c solid !important;
}
/*.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/
 .navbar-toggler-icon {
	 background-image: var(--bs-navbar-toggler-icon-bg) !important;
}
.headerIcon {
	font-size: 2.5rem;
	color: #2a3f5f;
}

.footerIcon a {
	font-size: 1.5rem;
	color: #000 !important;
}

.card-collection>.row {
	justify-content: center;
}

#homeCardRow1 .card {
	border: #fff 1px solid !important;
}

#homeCardRow1 .card i {
	font-size: 50px;
	/* Initial font size */
	padding: 23px;
	/* Padding to keep the icon centered */
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	/* White border */
	border-radius: 100%;
	/* Circular border */
	width: 106px;
	/* Width of the icon container */
	height: 106px;
	/* Height of the icon container */
	box-shadow: var(--bs-box-shadow) !important;
	/* Box shadow */
	transition: all 0.3s ease;
	/* Transition effect for all properties */
	display: flex;
	/* Enables flexible box layout */
	justify-content: center;
	/* Center items horizontally */
	align-items: center;
	/* Center items vertically */
}

#homeCardRow1 .card:hover i {
	font-size: 57px;
	/* Increased font size */
	border-width: 4px;
	/* Increased border width */
	/* Adjust padding to keep the icon centered as the border-width changes */
	padding: calc(23px - 2px);
	/* Subtract the extra border width from the padding */
}

/*
#homeCards1.card-collection > .row {
	width: 75%!important;
    padding: 25px 15px;
    background: rgba(0,0,0,0.5);
}
#homeCards1.card-collection > .row .card-columns{
	
    padding-top: 10px;
  
}
#homeCards1.card-collection > .row .card-body {
	align-self: stretch!important;
}
#homeCards1.card-collection > .row .card-text {
    flex-grow: 1!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#homeCards1.card-collection > .row .card-body .btn {
	margin-top:auto;
}
*/
.card-collection .card-title {
	font-size: 1.5rem;
}


.modal-header {
	border: none;
	text-align: center;
}

.modal-title {
	text-align: center;

}

.footer .map-title-wrapper {
	width: 100%;
	
	height: 100%;
}

.map-title,
.hours-title {
	color: #696969;
	margin: 0 0 2px;
	font-size: 24px;
	line-height: 28px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.hours-title {
	padding: 10px;
	
	margin-bottom: 0px;
}

.footer .map-wrapper {
	
	padding: 10px;
	width: 100%;
}

.map-subtitle{
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.map-wrapper > div[id^="map"] {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



.hours__wrapper {
	width: 100%;
	
	height: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.hours__name {
	color: #fff;

	margin: 0;
	padding: 5px 19px 4px;
	font-family: lato-bold, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.hours__table {
	border-bottom: 4px solid #696969;
	flex-grow: 1;
	box-shadow: 2px 8px 9px rgba(0, 0, 0, .2);
	max-height: 363px;
}

.table__day {
	color: #fff;
	text-align: center;
	background: #74b6f7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

	align-items: center;
	width: 33.3%;
	margin: 0;
	padding: 6px 5px;
	font-family: lato-bold, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.table__hours {
	text-align: center;
	color: #696969;
	background-color: #fff;
	width: 66.6%;
	font-size: 15px;
	line-height: 30px;
}

.table__header-day {
	text-align: center;
}

.table__header-hours {
	text-align: center;
}

.fixed-widget {
  position: fixed;
  width: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; /* Ensure it's above other content */
}

.fixed-widget a {
  color: #27625f; /* Default icon color, change as needed */
  font-size: 24px; /* Icon size, adjust as needed */
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 50px; /* Width of the boxes */
  height: 50px; /* Height of the boxes */
  background-color: rgba(255,255,255,0.85); /* Light background, change as needed */
  border-radius: 50%; /* Circular boxes */
  box-shadow: 0 2px 5px rgba(0,0,0,.2); /* Optional: Adds a shadow for depth */
  text-align: center; /* Center the icon horizontally */
}

.fixed-widget a:not(:last-child) {
  margin-bottom: 10px; /* Spacing between icons */
}

/* Hover effect for icons */
.fixed-widget a:hover {
  color: #fff; /* Change icon color on hover */
  background-color: #27625f; /* Change background color on hover */
  text-decoration: none;
}

/* Ensuring icons are centered within the circle */
.fixed-widget i {
  display: inline-flex; /* Use inline-flex to align the icon itself */
  justify-content: center;
  align-items: center;
  width: 100%; /* Make the icon's width fill the anchor element */
}



@media (min-width: 0px) and (max-width: 767px) {
	#homeslider .carousel-caption h5 {
		/*font-weight: 600;
		font-style: italic;
		border-radius: 11px;
		font-size: 16px;
		height: 40px;
		width: 100%;
		z-index: 10;
		position: relative;
		background-color: rgba(255, 255, 255, 0.4);
		left: -67%;
		top: -38%;
		text-align: right;
		padding-right: 30px;
		padding-top: 12px;
		*/
	}

	.articleFeedContent .col {
		    max-width: 75vw;
	}

	

}
#visittypewrapper {
	margin-bottom: auto;
}
.biographyPage{
	max-width: 1200px;
	margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	padding: 20px;

}

.biographyPage .imageSection img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/* bootstrap md breakpoint */

@media (min-width: 768px) {
	
	#primaryContactForm{
	display: flex;
   
}
	.articleFeedContent .col {
		    max-width: 50vw;
	}

	.map-wrapper > div[id^="map"] {
 	 max-height: 300px;
	}

}
/* up to lg breakpoint */
@media (max-width: 991px) {

.clinicianCard .card-body {
	flex-direction: column !important;
}

.clinicianCard .card-body .clinician-portrait-wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

}
.hoursTableFix table {
	width: 75%;
	margin-left:auto;
	margin-right: auto;
}
.dosageTableFix table {
	width: 95%;
	margin-left:auto;
	margin-right: auto;
}

/* bootstrap lg breakpoint */

@media (min-width: 992px) {
	.listSection .list-group .list-group-item {
		margin-right: 10px !important;
		margin-top: 0px;
		margin-right: 10px;
	}

	.quickLinks .list-group-item:last-child {
		margin-right: 0px !important;
	}

	#homeCards1.card-collection>.row .card-columns {

		padding-top: 10px;

	}

	.articleFeedContent .col {
		    max-width: 33.33vw;
			
	}

	ul.navbar-nav {
		margin-left: 0px;
	}
}