
.header {
	background: rgb(255, 255, 255);
	
}

.header .nav-link {

	color: #212529;

}

.header .nav-item:hover {
	background-color: #b1caaa !important;
}
#floatingBanner {
	
}
.greenDivider {
	background-color: #b1caaa;
	height: 10px;
}
.whiteDivider {
	background-color: #fff;
	height: 10px;
}
.w-1200{
	max-width: 1200px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w-600{
	max-width: 600px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w-400{
	max-width: 400px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#homeGroup2 .imageSection {
	padding:0px !important;
}
#homeGroup3 .imageSection img{
	max-width: 241px !important;
	height:auto;
}
.buttonLinks a, a.buttonLink {
	
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	min-width:280px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #b1caaa;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    background-color: #fff;
    border-color: #b1caaa;
}
#SiteHeader .buttonLinksInvert a, a.buttonLinkInvert {
	    max-width: 200px !important;
    min-width: 100px !important;
}
.buttonLinks a:hover, a.buttonLink:hover {
    color: #fff;
    background-color: #577c51;
    border-color: #577c51;
}
.buttonLinksInvert a, a.buttonLinkInvert {
	
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
	min-width:280px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #b1caaa;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #b1caaa;
    border-color: ##84ae7d;
}

.buttonLinksInvert a:hover, a.buttonLinkInvert:hover {
	
    color: #212529;
    background-color: #fff;
    
	border: 2px solid #b1caaa;
}
.buttonLinks.liCentered li.list-group-item {
	background-color: transparent;
    border: none!important;
	margin-left: auto;
    margin-right: auto !important;
}
.bgCyan {
	background-color: #74b6f7 !important;
}

.bgOrange {
	background-color: #f7ad45 !important
}

.bgYellow {
	background-color: #fcde33 !important;
}

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

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

.cyan {
	color: #74b6f7 !important;
}

.orange {
	color: #f7ad45 !important
}

.yellow {
	color: #fcde33 !important;
}

.green {
	color: #75db76 !important;
}

.grey {
	color: #789594 !important;
}

.darkGrey {
	color: rgb(90, 90, 90);
}
.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
}
.cyanGradient {
	background-image: linear-gradient(to left, #d2e8ff, #c6e1ff, #fafafa);
}
.cyanTransparentBackground {
	background-color: rgba(116, 182, 247, 1);
}
.border-bottom-cyan {
	border-bottom: solid 4px #74b6f7 !important;
}
hr.borderOrange {

	border: 0 solid #f7ad45 !important;
	border-bottom-width: 2px !important;

}

body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
}
.headerCustomBlock{
	width: 100% !important;
}
#headerMenu  .navbar-toggler{
	margin-bottom: 20px;
}
.siteLogo {
	margin: auto;
}
.siteLogo img{
    width: 100%;
    height: auto;
}

.social-icon {
  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: #74b6f7; /* Grey background */
  border-radius: 50%; /* Circular shape */
  color: white; /* Icon color */
  text-decoration: none; /* Remove underline from icons */
}

.social-icon i {
  color: white; /* Adjust if you want a different icon color */
}
ul.navbar-nav {
		margin-left: 20px;
	}

.carousel-wrapper{
	padding-bottom: 20px;
}
.floating-number{
	position: absolute;
    top: 12px;
    right: 20px;
    justify-content: end;
    width: 200px;
    height: 40px;
}
.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 #5990b4;
	border-bottom-width: 1px;
	width: 100%;
	margin: 10px 0;
	padding-bottom: 10px;
}

.articleFeedContent {
	flex-direction: row;
	flex-wrap: wrap!important;
	justify-content: center;

}

.articleFeedContent .col {
	min-width: 400px;
	padding-bottom: 20px;
}

.articlesPageTitle {
	margin-left: 12.5%;
	margin-right: 12.5%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	width: 75vw;
}
.articlebutton {
	background-color: #f7ad45 !important;
    
    min-width: 170px;
	margin: auto;
}
.page-image-wrapper{
	justify-content: center;
    margin-top: 15px;
}
.page-image-wrapper img{
	min-height: 300px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.article-preview-card .card-header {
	font-size: 20px !important;
    font-weight: 600 !important;
    background-color: #fff !important;
}

.card.article-preview-card {
	margin: 20px;
	height: 100%;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card.article-preview-card  .card-body{
	display:flex;
	flex-direction:column;
}

#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;
}

#homeslider {
	width: 100vw;
}
#primaryContactForm{
	display: flex;
	padding-left: 20px;
    padding-right: 20px;
    background-color: #74b6f7 !important;
    color: #fff;
    padding: 20px;
}
.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: 5px !important;

}  

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

#primaryContactForm button {
	background-color: #4696e8 !important;
	min-width: 200px;
	text-transform: uppercase;

}
#primaryContactForm button:hover {
	background-color: #2b2b2b !important;
	
}
#primaryContactForm input {
	margin-top: 2px !important;
}
#primaryContactForm textarea {
	margin-top: 2px !important;
    
}
.sliderButtonWrapper{
	position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50%;
	transform: translate(-50%,-50%)!important;
}

.sliderButton{
	background-color: #74b6f7 !important;
	box-shadow: var(--bs-box-shadow)!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);
	/* Semi-transparent white */
	z-index: 3;
	/* Ensure it's above the image */
}

#homeslider .carousel-caption {
	position: absolute !important;
	left: 19%;
	display: flex !important;
	top: 29%;
}

 .carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
	z-index: 5 !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 {

	min-height: 150px;
}

.footer #footerName,
.footer #footerLinks {}

.listSection {}

.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: 16px;
}
.footerText img, .curlyborder  {
	width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.curlyborderInvert {
	transform: rotate(180deg);
}
.footerText p {
	display: block;
    margin-bottom: 13px;
    margin-top: 13px;
}
.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%;
}

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

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

	background-color: #b1caaa !important;
}
.navbar-nav .dropdown-menu li a{
	color: #212529 !important;
}
.navbar-nav .dropdown-menu li a:hover {
	background-color: #577c51 !important;
	color: #fff !important;
}
.navbar-toggler {
	border: 1px #8c8c8c solid !important;
}
.headerIcon {
	font-size: 2.5rem;
	color: #2a3f5f;
}

.footerIcon a  {
	font-size: 1.5rem;
	color: #fff !important;
}
.accordion-button:not(.collapsed) {
    color: #212529 !important;
    background-color: #b1caaa !important;
}
.accordion-button{
	color: #212529 !important;
}
.accordion-button:focus {
   box-shadow: none !important;
    border: none !important;
}
#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;

}

.modal-body {
	display: flex;
	justify-content: center;
}
.modal-body figure.image{

}
.modal-body figure img {
	width: 100%;
	height:auto;
}
.modal.hideTitle .modal-title {
	display:none;
}
.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) {


}
.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;
	}
	.callusbutton {
		max-width: 125px !important;
	}
	.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;
	}
}