/*BLUESTARCHIROPRACTIC STYLE SHEET*/
/*RESETS & SETUP BASICS*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.45em;
	color: #484848;
	background: #f8f8f8;
}
h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-variant: normal;
	color: #3f93bf;
}
h1, h2, h3 {
	font-size: 1.7rem;
	line-height: 1.8rem;
}
a {
	color: #3f93bf;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #7aafdb;
}
a:visited {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
.icon::before {
	/* removed font-based rules */

	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* MAIN MENU - WEBVIEW */
.navigation {
	background-color: #bcdbee;
	padding: 9px 20px 9px 35px;
}
.mainmenu ul {
}
.nav {
	display: inline;
}
.nav-item {
	display: inline;
}
.nav-item a {
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 4px 12px;
	border: 1px solid #fff;
	margin: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #8cc2e3;
}
.mod-list li a:hover, .mod-list li a:active {
	text-decoration: none;
	background-color: #61a2ca;
}
.navigation .nav-item:last-child {
}
.navigation .nav-item:first-child {
}
.mod-list li.active > a {
	text-decoration: none;
	background-color: #61a2ca;
}
/*CONTENT*/
.section-main .maincontent {
	background-color: #fff;
	padding: 40px;
}
/*VARIOUS CONTENT FORMATS*/	
.category-desc {
	padding: 20px 20px 8px 20px;
	border: 1px solid #bcdbee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	font-style: italic;
	font-size: 23px;
	line-height: 30px;
	color: #54a0d7;
	background-color: #f2f9fd;
}
.category-desc img {
	float: left;
	margin: 5px 20px 20px 0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
/*ABOUT*/
.bio-list {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin-left: 0;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	list-style: disc inside;
}
/*PATIENT INFORMATION*/
.patient-info-package {
	padding: 4px 8px;
	background-color: #edf6fd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #7aafdb;
	display: inline-block;
	margin: 15px 0 20px 0;
}
.patient-info-package .fa-solid {
	margin-right: 10px;
}
.patient-info-package:hover {
	background-color: #7aafdb;
	color: #fff;
	text-decoration: none;
}
.items-leading .blog-item {
	border-bottom: 1px solid #ccc;
}
.patient-lead .phone a {
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	padding: 4px 8px;
	margin: 0 10px;
	background-color: #edf6fd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #7aafdb;
	display: inline-block;
}
.patient-lead .phone a:hover {
	background-color: #7aafdb;
	color: #fff;
	text-decoration: none;
}
/*BOTTOM*/
.section-bottom {
}
/*TESTIMONIALS*/
.testimonials h3 {
	padding: 20px 30px 5px 30px;
	background-color: #edf6fd;
	margin: 0;
	text-align: center;
}
.newsflash {
	padding: 20px 20px 20px 30px;
	background-color: #edf6fd;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.15em;
}
.newsflash .mod-articlesnews__item {
	width: 31%;
	float: left;
	margin: 0 1%;
}
.newsflash .mod-articlesnews__item:last-child {clear:both;}
.testimonials .fa-solid {
	color: #b2d9ed; /*FA-Quote Icons*/
}
/*NEWSLETTER*/
.acy h3 {
	padding: 20px 30px 5px 30px;
	background-color: #e3f1fc;
	margin: 0;
	text-align: center;
}
.acy-signup {
	background-color: #e3f1fc;
	padding: 10px 30px 40px 30px;
}
.acym_introtext {
	font-size: 0.95em;
	margin-bottom: 25px;
}
.acyfield_text input {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-variant: normal;
	font-size: 14px;
	padding-left: 8px;
}
.acyfield_text {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.acy-signup em {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
	color: #4994d1;
}
.acym_form {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.acym_module_form .onefield {
	margin: 0 0 15px 0!important;
	flex: 1;
	max-width: 185px;
}
/*GOOGLE MAP*/

.google-map p {
	margin: 0;
	padding: 0;
}
/*FOOTER*/
.section-footer .mod-custom {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	padding-top: 20px;
}
.section-footer .moduletable a {
	font-weight: 700;
}
.section-footer .fa-regular, .section-footer .fa-solid {
	margin-right: 10px;
	font-size: 16px
}
.ft-right {
	text-align: right;
}
.section-footer .mod-custom a {
	text-decoration: none;
}
/*BOOTSTRAP OVERRIDES*/
.acy-signup .btn-primary {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-variant: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	padding: 5px 9px;
}
.item-content .btn-secondary {
 --bs-btn-color: #fff;
 --bs-btn-bg: #6c757d;
 --bs-btn-border-color: #6c757d;
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: #5c636a;
 --bs-btn-hover-border-color: #565e64;
 --bs-btn-focus-shadow-rgb: 130, 138, 145;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: #565e64;
 --bs-btn-active-border-color: #51585e;
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: #6c757d;
 --bs-btn-disabled-border-color: #6c757d;
}
.btn-primary {
	background-color: #98c4e9;
}
.btn-primary:hover {
	background-color: #7aafdb;
}



/****** MEDIA QUERIES ******/
/***************************/

@media (max-width: 575px) {
body {
	padding: 0;
}
.nav {
	display: block;
	padding-left: 0;
	margin-top: 10px;
	list-style: none;
}
.nav-item a {
	font-size: 17px;
	display: block;
	padding: 4px 12px;
	border: 1px solid #fff;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #98c4e9;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #ababab;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
}
.logo-mobile p {
	margin: 0;
	padding: 0;
}
.section-main .maincontent {
	padding: 20px;
}
.category-desc {
	font-size: 22px;
}
.bio-list {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
	margin-left: 0;
	padding: 10px 0 0 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.newsflash .mod-articlesnews__item {
	width: 100%;
	float: none;
	margin: 0 0 40px 0;
}
.ft-right, .ft-left {
	text-align: center;
}
.ft-left .mod-custom {
	margin-bottom: 0;
}
}
 @media (min-width: 576px) and (max-width: 767px) {
.navigation {
	background-color: #c9e1f4;
	padding: 9px 10px 9px 10px;
}
.nav-item a {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0em;
	padding: 4px 7px;
	margin: 2px;
}
.section-main .maincontent {
	padding: 15px;
}
.category-desc {
	font-size: 23px;
}
.newsflash .mod-articlesnews__item {
	width: 100%;
	float: none;
	margin: 0;
}
.ft-right, .ft-left {
	text-align: center;
}
.ft-left .mod-custom {
	margin-bottom: 0;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.navigation {
	background-color: #c9e1f4;
	padding: 9px 10px 9px 20px;
}
.nav-item a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0em;
	padding: 4px 8px;
	margin: 4px;
}
.section-main .maincontent {
	padding: 20px;
}
.category-desc {
	font-size: 23px;
	line-height: 30px;
}
}
 @media (min-width: 1200px) {
}
