/* General */
.sp-pagebuilder-page-edit {
	display: none!important;
}

.com-finder p {
    margin-bottom: 1rem!important;
}

@media screen and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 0px 40px 0px;;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 0px 60px 0px;;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeInUp;
}

hr {
	border-top: 1px solid #252525!important;
	margin-top: 40px !important;
    margin-bottom: 40px !important;	
}

ul li {
    padding: 5px 0 5px;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}



/* Fonts */
a {
	font-weight: 600;
	color: #f28b1f;
}

a:focus, a:active {
	font-weight: 600;
	color: #005ca8;
}

a:hover {
    color: #005ca8;
}

::selection {
  background-color: #005ca8;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem;
	font-weight: 700;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 28px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 36px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 32px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 28px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 26px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Forms */
.form-control, .form-select {
    padding: .75rem 1rem;
    border-radius: 0px;
	height: auto!important;
}

.rsform label, .rsform-block label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.rsform strong.formRequired, .rsform-block strong.formRequired {
    color: #ff000c;
}

.jconfirm-buttons button {
	color: #fff!important;
    background-color: #005ca8!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	border-radius: 0px!important;
	padding: 15px 25px!important;
}

.jconfirm-buttons button:hover {
	color: #ffffff!important;
	background-color: #f28b1f!important;
}

.btn-primary, .sppb-btn-primary {
    border-color: #005ca8!important;
    background-color: #005ca8!important;
	border-radius: 0px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
    border-color: #f28b1f!important;
    background-color: #f28b1f!important;
}

.fsearch-container button {
    min-width: 50px;
}



/* Buttons */
.btn-blue, .sp-module .btn, .article-details .btn, .article-list .article .readmore a, .rsform-submit-button {
	display: inline-block;
	color: #fff;
	background-color: #005ca8;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	padding: 15px 30px;
}

.btn-blue:hover, .sp-module .btn:hover, .article-details .btn:hover, .article-list .article .readmore a:hover, .rsform-submit-button:hover {
	color: #fff;
	background-color: #f28b1f;
}

.btn-orange-module {
	display: inline-block;
	color: #fff;
	background-color: #f28b1f;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 15px 30px;
}

.btn-orange-module:hover {
	color: #f28b1f;
	background-color: #fff;
}

.btn-blue-module {
	display: inline-block;
	color: #fff;
	background-color: #005ca8;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 15px 30px;
}

.btn-blue-module:hover {
	color: #f28b1f;
	background-color: #fff;
}



/* Logo, top and main menu */
@media screen and (max-width: 1199px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
		background-color: rgba(255, 255, 255, 0.97);
		box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
	}
}

#sp-logo, #sp-menu {
	z-index: 9;
}

@media screen and (max-width: 767px) {
	#sp-top1 {
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#sp-top1 .modulesocials ul li:not(:last-child) {
		display: none!important;
	}	
	
	#sp-top-bar ul li a {
		font-size: 16px;
		margin-top: 5px;
	}
	
	#sp-top1 .sp-module {
		margin-left: 0px;
	}
}

@media screen and (min-width: 768px) {
	#sp-top1 {
		padding: 0px 5px 0px 5px;
		display: flex;
		align-items: center;
		justify-content: end;
	}
}

#sp-top1 .menu li a {
    display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 14px 4px 14px;
}

#sp-top1 .menu > li > a span {
	padding-right: 0px!important;
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	display: flex;
    align-items: center;
}

@media screen and (min-width: 1300px) {
	#sp-top1 .menu {
		margin-right: -7px;
	}
}

#sp-top1 .menu li:last-child {
	margin-right: 0;
}

#sp-top1 .menu li a:hover {
	color: #f28b1f;
}

#sp-top1 .menu li a::before {
	margin-right: 6px;
	font-weight: 200;
}

#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 9;
}

#sp-top-bar .top-menu-icon {
    font-size: 0px;
}

.top-afmc-link {
	margin-top:-3px;
}

#sp-top-bar ul li span {
    font-size: 18px;
    margin-top: 3px;
}

#sp-logo {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu .logo-image  {
		padding: 10px 0px 10px 0px;
	}
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 85%;
	}
	
	#sp-menu.col-lg-9 {
		width: 15%;
	}
	
	.logo-image {
		height: 70px!important;
		padding: 10px 0px 10px 0px;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (max-width: 399px) {
	.logo-image {
		height: 65px!important;
		padding: 10px 0px 10px 0px;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
	white-space: nowrap;
}

.sp-megamenu-parent>li>a {
    text-transform: uppercase;
	padding: 0 12px;
}

@media screen and (max-width: 1399px) {
	.sp-megamenu-parent>li>a {
		font-size: 15px!important;
	}
	
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
	}
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 16px!important;
	text-transform: uppercase;
	display: block !important;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}



/* Scroll up button */
.sp-scroll-up {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #f28b1f;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #005ca8;
}



/* Section - clinical services */
#section-clinical-services ul {
	list-style-type: none; 
	padding-left: 0;
	margin-left: 0;
}

#section-clinical-services ul li {
	position: relative;
	padding-left: 20px; 
	margin-bottom: 0px; 
}

#section-clinical-services ul li::before {
	content: "\25A0"; 
	position: absolute;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
	font-size: 24px;
	color: #f28b1f; 
}

#section-clinical-services .clinical-services-text-right {
	max-width: 600px;
}



/* Bottom section */
#sp-bottom-section .bottom-title {
	position: relative;
}

#sp-bottom-section .bottom-title::after {
    background: #005ca8;
    bottom: -3px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

#sp-bottom-section .bottom-left-col .menu li a {
    color: #fff;
	display: inline-block;
	text-decoration: none;
}

#sp-bottom-section .bottom-left-col .bottom-contact-menu .menu li a {
	text-transform: uppercase;
}

#sp-bottom-section .bottom-left-col .bottom-socials-menu .menu > li > a span {
	padding-right: 25px!important;
}

#sp-bottom-section .bottom-left-col .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	display: flex;
    align-items: center;
}

#sp-bottom-section .bottom-left-col .menu li:last-child {
	margin-right: 0;
}

#sp-bottom-section .bottom-left-col .menu li a:hover {
	color: #f28b1f;
}

#sp-bottom-section .bottom-left-col .menu li a::before {
	margin-right: 6px;
	font-weight: 200;
}

#sp-bottom-section  .bottom-left-col .top-menu-icon {
    font-size: 0px;
}

#sp-bottom-section .bottom-left-col ul li span {
    font-size: 18px;
    margin-top: 3px;
}

#sp-bottom-section .trigger-fsearch {
	display: none!important;
}

/*middle menu*/
#sp-bottom-section .bottom-middle-col ul {
	list-style-type: none; 
	padding-left: 0;
	margin-left: 0;
}

#sp-bottom-section .bottom-middle-col ul li {
	position: relative;
	padding-left: 0px; 
	margin-bottom: 0px; 
}

#sp-bottom-section .bottom-middle-col ul li::before {
	content: "\f054"; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /
	position: absolute;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff; 
	margin-right: 8px;
}

#sp-bottom-section .bottom-middle-col ul li a{
    color: #fff;
}

#sp-bottom-section .bottom-middle-col ul li a:hover {
	color: #f28b1f;
}



/* Footer section */
#section-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center; 
}

#section-footer ul li {
	margin: 0;
	display: flex;
	align-items: center;
}

#section-footer ul li + li::before {
	content: "|";
	padding: 0 2px;
	color: #fff;
}

#section-footer ul li a, #section-footer ul li span {
	padding: 0px 10px 0px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

#section-footer ul li a:hover {
	color: #f28b1f;
}



/* Offcanvas menu */
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}

a#offcanvas-toggler:hover {
	color: #BA191E!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
		height: 100%!important;
	}
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #333333!important;
}

.burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4px 0;
}

.burger-icon > span {
	background-color: #f28b1f!important;
	height: 3px;
	width: 30px;
}

.offcanvas-menu { 
	width: 320px!important;
    border-top: 10px solid #f28b1f;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -320px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 5px;
}

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #252525!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #f28b1f!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 15px 12px 15px 12px;
	display: flex;
	font-weight: 700;
	border-bottom: 1px dotted #e5e5e5;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 14px 10px 14px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	border-bottom: 1px dotted #ddd;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px;
	border-radius: 0px;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0px 0px 0px 0px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
	justify-content: end;
}

.offcanvas-inner .menu li .trigger-fsearch span {
	display: none;
}



/* Page header banners */
#sp-title .sp-column {
    height: 100%;
	display: flex;
	align-items: center;
}

#sp-page-header #sp-title .sp-module-title {
	position: relative;
	z-index: 1;
	color: #005ca8;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 1px #ffffff;
    text-transform: capitalize;
	padding: 40px 0px 40px 0px;
	margin-bottom: 7px;
}

body:not(.com_sppagebuilder ) #sp-title {
    position: relative;
}

#sp-page-header .sp-module-content > div {
	height: 100%;
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	background-size: cover;
}

@media screen and (max-width: 399px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 30px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 140px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 32px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 150px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 38px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 200px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 44px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 250px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 50px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 280px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 56px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 320px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 68px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 360px;
	}
}

@media screen and (min-width: 1601px)  {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 80px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 400px;
	}
}



/* Individual article */
.article-header h1::after {
	background: #005ca8;
    bottom: -5px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.article-header h1 {
	margin-bottom: 30px;
}



/* Sidebars */
@media screen and (max-width: 991px) {
	#sp-main-body #sp-left {
		order: 2;
		margin-top: 30px;
	}

	#sp-main-body #sp-component {
		order: 1;
	}
}

#sp-left .module-orange {
	color: #fff;
	background-color: #f28b1f;
}

#sp-left .module-blue {
	color: #fff;
	background-color: #005ca8;
}

#sp-left .sp-module-title {
	color: #fff;
	text-transform: uppercase;
	border-bottom: none!important;
	margin: 0px!important;
}

#sp-left .sp-module {
    border: 1px solid #ddd;
}



/* Accordions */
[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::before {
	color: #c70752;
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::before {
	color: #015289;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border-radius: 0px;
    padding: 1.75rem 1.25rem;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    border-radius: 0px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
	text-transform: uppercase;
	font-weight: 600;	
}