:root {
	--accessBlue: #244F70;
	--accessLightBlue: #2FB2E4;
	--accessGrey: #707070;
	--slsBlue: #3976a8;
	--slsDarkBlue: #1c5a8d;
	--slsLightBlue: #e3eefa;
	--slsRed: #9d1b1b;
	--slsGrey: rgb(100 116 139);
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
h1 {
	color: var(--slsBlue);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: var(--slsBlue);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	font-weight: bold;
}
h3 {
	color: var(--slsGrey);
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: bold;
}
p {
	color: var(--slsGrey);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
}
a {
	color: var(--slsBlue);
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	color: var(--accessLightBlue);
}
.btn-default {
	color: #fff;
	background-color: var(--slsRed);
	border-radius: 18px;
	padding: 16px 35px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}
.btn-default:hover {
	color: #fff;
	background-color: #831919;
}
.btn-bio {
	color: #fff;
	background-color: var(--accessLightBlue);
	border-radius: 18px;
	padding: 8px 35px;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}
.btn-bio:hover {
	color: #fff;
	background-color: var(--slsBlue);
}
.text-blue {
	color: var(--slsBlue);
}
.text-light-blue {
	color: var(--slsLightBlue);
}
.text-grey {
	color: var(--slsGrey);
}
.bg-blue {
	background-color: var(--slsBlue);
}
.bg-light-blue {
	background-color: var(--slsLightBlue);
}
.bg-grey {
	background-color: var(--slsGrey);
}
.bg-blue-gray {
	background-color: var(--slsLightBlue);
}
.red-bar {
	background-color: var(--slsRed);
	height: 28px;
	width: 213px;
	margin-bottom: 50px;
}
@media (min-width: 1450px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
		width: 1400px;
	}
}
/*********************************************************/
/* TOPBAR                                                   */
/*********************************************************/
.topbar {
	background-color: var(--slsLightBlue);
}
.topbar .topbar-phone p {
	color: var(--slsBlue);
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin: .6rem 0;
}
.topbar .topbar-phone:hover {
	text-decoration: none;
}
/*********************************************************/
/* NAV                                                   */
/*********************************************************/
.dropdown-toggle::after {
	content: unset;
}
.dropdown-item {
	padding: 1rem;
}
#main-nav {
	background-color: white;
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
/*********************************************************/
/* HOMEPAGE                                              */
/*********************************************************/
#hero-wrapper {}
.hero {
	background-image: url('/assets/img/sls-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.hero-img-wrapper {
	overflow-x: clip;
	z-index: 999;
	display: flex;
	justify-content: flex-end;
}
.hero-img {
	margin-top: 75px;
	margin-bottom: -100px;
	width: 85%;
	height: auto;
}
.hero-text {
	padding-left: 275px;
}
.hero-text h1 {
	font-size: 70px;
	line-height: .9;
	color: white;
}
.who-is {
	margin-bottom: 100px;
	margin-top: 250px;
}
.who-is-img {
	width: 75%;
	height: auto;
}
.medical-funding {
	padding-left: 250px;
}
.medcare-box {
	background-color: #F5FAFD;
	border-radius: 60px;
	padding: 0 25px 25px 25px;
}
.medcare-box h5 {
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #244F70;
	text-transform: uppercase;
	line-height: 1;
}
.medcare-box img {
	margin-top: -43px;
}
.medical-care a:hover {
	text-decoration: none;
}
.demo-1 {
	margin-bottom: -80px;
	margin-top: 25px;
}
.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #707070;
	letter-spacing: 6px;
	white-space: nowrap;
	text-transform: uppercase;
}
/*********************************************************/
/* ABOUT                                                 */
/*********************************************************/
.about-dl {
	padding: 0 185px;
}
.about-dl p {
	color: #707070;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	z-index: 999;
	line-height: 1.3;
}
.about-dl img {
	margin-left: -100px;
	margin-bottom: -220px;
}
.about-team h6 {
	color: #244F70;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.bio-info {
	margin-top: -200px;
	margin-bottom: 125px;
}
.bio-info h2 {
	margin-top: 45px;
}
.bio-info h6 {
	margin-bottom: 110px;
	color: #798FA1;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.about p {
	font-size: 18px;
}
/*********************************************************/
/* SERVICES                                              */
/*********************************************************/
.services-nav .list-inline-item,
.imaging-nav .list-inline-item {
	padding: 30px 10px;
}
.services-nav .list-inline-item a,
.imaging-nav .list-inline-item a {
	color: #707070;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.services .img-left {
	margin-left: -75px;
	max-width: 100%;
}
.services .img-right {
	margin-right: -75px;
	max-width: 100%;
}
.img-provider-border {
	border: 1px solid #D4D4D4;
}
.services h6 {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #707070;
}
/*********************************************************/
/* PROVIDERS                                             */
/*********************************************************/
.providers img {
	border: 1px solid #707070;
	border-radius: 50%;
}
.providers-btn a {
	margin-top: -25px;
}
.providers .card {
	background-color: #FBFBFB;
}
.providers .card img {
	width: 139px;
	max-width: 100%;
}
.providers .card h3 {
	color: #244F70;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.providers .card h5 {
	color: #244F70;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.providers .card h6 {
	color: #707070;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.providers .card a {
	color: #2FB2E4;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.providers .card .border-right {
	border-color: #D1D1D1 !important;
}
.bio-provider .bio-image {
	border: solid 30px #fff;
}
.bio-provider {
	margin-top: -250px;
}
.bio-provider h2 {
	margin-top: 100px;
	font-size: 45px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.bio-provider h6 {
	margin-bottom: 100px;
	text-transform: uppercase;
	color: #798FA1;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.bio-provider li {
	line-height: 1.2;
	color: var(--slsGrey);
	padding-bottom: 5px;
}
.bio-provider .btn-default {
	max-width: 275px;
}
.ortho-title {
	height: 238px;
	padding-top: 70px;
}
.ortho-title h1 {
	line-height: 1;
	font-size: 45px;
}
.ortho-title h4 {
	text-transform: uppercase;
	color: #798FA1;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
/*********************************************************/
/* CONTACT                                               */
/*********************************************************/
.contact-title {
	background-image: url(/assets/img/contact-dl.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 430px;
	padding-top: 80px;
}
.contact-title h1 {
	font-size: 45px;
}
.contact-card {
	margin-top: -240px;
}
.contact-card h5 {
	text-transform: uppercase;
	color: #798FA1;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.contact-card p {
	color: #363636;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.contact-card hr {
	border-bottom: 6px solid var(--slsBlue);
}
.contact-card .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.75rem + 2px);
	padding: 0.375rem 1.5rem;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	background-color: #EFEFEF;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 18px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-card .form-control::placeholder {
	color: #363636 !important;
	font-size: 18px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold !important;
}
.contact-card textarea {
	height: unset !important;
	padding: 1.2rem 1.5rem !important;
}
#file_upload {
	background-color: #f6f6f6;
}
#file_upload .fa-cloud-upload-alt {
	color: #999 !important;
}
#file_upload p {
	color: #999 !important;
}
#file_upload h4 {
	color: #666 !important;
}
.ajax-file-upload {
	background: transparent !important;
	box-shadow: none !important;
	text-align: center;
	color: #000;
	font-size: 24px;
	overflow: unset !important;
	width: 100%;
}
.ajax-file-upload input {
	cursor: pointer !important;
	position: relative !important;
	color: #666 !important;
}
/*********************************************************/
/* PORTAL                                                */
/*********************************************************/
.portal {
	margin-top: -100px;
}
.portal-title {
	height: 318px;
	padding-top: 75px;
}
.portal-title h1 {
	font-size: 45px;
}
.portal-title h4 {
	text-transform: uppercase;
	color: #798FA1;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
/*********************************************************/
/* MAP                                                   */
/*********************************************************/
.locationName {
	padding: 5px 0;
	display: inline-block;
	color: #707070;
	text-transform: capitalize;
}
.locationName strong {
	color: #244F70;
}
a.locationLineItem {
	padding: 1.5rem 3rem;
	color: #000;
	text-decoration: none;
	background: #fff;
	transition: .3s ease-in-out;
	display: block;
	border-bottom: 1px solid #e7e7e7;
}
a.locationLineItem:hover {
	background: var(--slsLightBlue);
	color: #fff;
	text-decoration: none;
}
.listContainer h4 {
	font-size: 22px;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	background: var(--slsBlue);
	font-weight: bold;
	text-transform: uppercase;
}
.listContainer {
	background: #fff;
	height: 950px;
	overflow: scroll;
	border-left: 8px solid var(--slsBlue);
}
.no-padding {
	padding: 0;
}
.internalTop {
	padding: 8rem 0rem 2rem 0rem;
	text-align: center;
	background-image: url(/img/base/internal-top-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mapTopRow {
	position: relative;
	background: var(--slsDarkBlue);
	padding: 30px;
	height: 150px;
}
#bh-sl-user-location {
	color: #fff;
	margin: 0;
}
#bh-sl-submit {
	background: none;
	border: none;
	font-size: 58px;
	padding: 0;
}
#bh-sl-submit .fa {
	margin-top: 27px;
	color: #fff;
}
#bh-sl-address {
	font-size: 35px;
	padding: 0 10px;
	margin: 27px 20px 0 20px;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}
.formLabel {
	font-size: 22px;
	line-height: 1 !important;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.formLabel span {
	font-size: 63px;
	color: #fff;
}
#bh-sl-map {
	height: 800px;
	width: 100%;
}
.locationDirections {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	display: inline-block;
	background: var(--slsRed);
	color: #fff;
	padding: 5px 15px;
}
/*********************************************************/
/* FOOTER                                                */
/*********************************************************/
.copyrightrow {
	background-color: var(--slsDarkBlue);
}
.copyrightrow h6 {
	color: #AEAEAE;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
#footer ul {
	list-style-type: none;
	padding: 0;
}
.btn-footer {
	background-color: transparent;
	color: #fff;
	border: 1px solid #99B5CB;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 11px;
	text-align: center;
	width: 265px;
}
.btn-footer:hover {
	background-color: #99B5CB;
	color: #fff;
	border: 1px solid #99B5CB;
}
#footer p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 3px 0;
}
#footer a:hover {
	color: #fff;
}
/*********************************************************/
/* MEDIA QUERYS                                          */
/*********************************************************/
@media (max-width: 1865px) {
	.hero-text {
		padding-left: 150px;
	}
	.hero-img {
		margin-top: 75px;
		margin-bottom: -130px;
	}
}
@media (max-width: 1565px) {
	.hero-text {
		padding-left: 50px;
	}
	.about-dl {
		padding: 0 110px;
	}
}
@media (max-width: 1365px) {
	.hero-text h1 {
		font-size: 60px;
	}
}
@media (max-width: 1400px) {
	.medical-funding {
		padding-left: 0px;
	}
}
@media (min-width: 1450px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (max-width: 1200px) {
	.hero-text h1 {
		font-size: 50px;
	}
	.hero-text h3 {
		font-size: 20px;
	}
	.hero-img {
		margin-top: 75px;
		margin-bottom: -80px;
	}
	.medical-care {
		margin-top: 175px;
	}
}
@media (max-width: 1024px) {
	.about-dl {
		padding: 0 40px;
	}
	.about-dl p {
		font-size: 20px;
	}
	.about-dl img {
		margin-left: -35px;
		margin-bottom: -189px;
		width: 55px;
	}
	.services .img-left {
		margin-left: 0px;
	}
	.services .img-right {
		margin-right: 0px;
	}
	.services-nav .list-inline-item a,
	.imaging-nav .list-inline-item a {
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	.btn-footer {
		width: 100%;
	}
	.hero-text h1 {
		font-size: 36px;
	}
	.hero-text h3 {
		font-size: 18px;
	}
	.hero-img {
		margin-top: 10px;
		margin-bottom: -60px;
	}
	.marquee {
		font-size: 16px;
	}
	.services-nav .list-inline-item,
	.imaging-nav .list-inline-item {
		padding: 30px 0px;
		margin-right: 1px !important;
	}
	.medical-care {
		margin-top: 75px;
	}
}
@media (max-width: 768px) {
	.lienqbtns img {
		width: 50%;
		margin-top: .3rem;
	}
	.lienqattorney {
		margin-bottom: .3rem;
	}
	.about-dl {
		padding: 0 75px;
	}
	.about-dl img {
		margin-left: -40px;
		margin-bottom: -180px;
		width: 55px;
	}
	.bio-provider h2 {
		margin-top: 10px;
	}
	.bio-provider h6 {
		margin-bottom: 10px;
	}
	.ortho-title h1 {
		font-size: 40px;
	}
	.marquee {
		margin-top: 60px;
	}
}
@media (max-width: 600px) {
	.lienqbtns img {
		width: 70%;
	}
	.services-nav .list-inline-item {
		padding: 10px 0px;
	}
	.ortho-title h1 {
		font-size: 32px;
	}
}