/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 30px 0 0 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 15px 0 15px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 15px 0 15px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0!important;
}

@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #d1460f;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.1;
}

body.view-article .h2:not([itemprop="headline"]), body.view-article .h3, body.view-article .h4, body.view-article .h5, body.view-article .h6, body.view-article h2:not([itemprop="headline"]), body.view-article h3, body.view-article h4, body.view-article h5, body.view-article h6 {
	margin-top: 1.75rem;
}


@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: 42px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 36px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 30px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 28px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 14px 14px;
}

.form-control:focus {
	border-color: rgba(209, 70, 15, 0.4);
	box-shadow: 0 0 25px 5px rgba(209, 70, 15, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(209, 70, 15, 0.4);
    box-shadow: 0 0 25px 5px rgba(209, 70, 15, 0.1)!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!important;
}

textarea {
	border-radius: 0!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px 14px!important;
	border-radius: 0!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(209, 70, 15, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #d1460f!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 15px 30px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #8fc424!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 10px!important;
	padding: 15px 30px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #fff!important;
	background-color: #606060!important;	
}

.btn-orange {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #d1460f!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 10px!important;
	padding: 15px 30px!important;
}

.btn-orange:hover {
	color: #fff!important;
	background-color: #8fc424!important;
}

.btn-orange:focus, .btn-orange:active {
	background-color: #8fc424!important;
	box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.6)!important;
}

.btn-green {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #8fc424!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 10px!important;
	padding: 15px 30px!important;
}

.btn-green:hover {
	color: #fff!important;
	background-color: #d1460f!important;
}

.btn-green:focus, .btn-green:active {
	background-color: #d1460f!important;
	box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.6)!important;
}

.btn-white {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #d1460f!important;
	background-color: #fff!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 10px!important;
	padding: 15px 30px!important;
}

.btn-white:hover {
	color: #fff!important;
	background-color: #8fc424!important;
}

.btn-white:focus, .btn-white:active {
	background-color: #8fc424!important;
	box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.6)!important;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.96)!important;
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

#mksearch-modal .btn-primary {
	border-radius: 0 !important;
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #d1460f!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 15px 30px!important;
	border-radius: 5px!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	background-color: #8fc424!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	background-color: #8fc424!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
	background-color: #8fc424!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* Logo, top and main menu */
#sp-top-bar,
#sp-logo-and-main-menu {
	position: relative;
	z-index: 9;
}

#sp-logo-and-main-menu > .container,
#sp-top-bar > .container {
	background-color: #fff;
	max-width: 1440px;
}

#sp-top-bar {
	background-color: transparent!important;
}

@media screen and (max-width: 1199px) {
	#sp-top-bar {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	#sp-top-bar {
		padding: 20px 20px 0 20px;
	}

	#sp-logo-and-main-menu  {
		padding: 0 20px;
	}

	#sp-top-bar > .container {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}

	#sp-top-bar.topbar-sticky > .container {
		box-shadow: 0 3px 0 #fff, 0 -1px 6px rgba(0,0,0, 0.25);
	}

	#sp-logo-and-main-menu > .container {
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	#sp-logo-and-main-menu.header-sticky > .container {
		box-shadow: 0 -4px 0 #fff, 0 1px 6px rgba(0,0,0, 0.25);
	}
	
	#sp-logo-and-main-menu > .container > .container-inner {
		padding: 0 30px;
	}
}

#sp-top-bar.topbar-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	z-index: 9;
}

#sp-logo-and-main-menu {
	margin-top: -2px;
}

#sp-logo-and-main-menu.header-sticky {
	position: fixed!important;
	width: 100%;
	z-index: 9;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-main-menu.header-sticky {
		top: 60px;
		box-shadow: 0 -4px 0 #fff, 0 1px 6px rgba(0,0,0, 0.25);
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu.header-sticky {
		top: 71px;
	}
}

#sp-logo, #sp-menu {
	position: relative;
	z-index: 9;
}

/*top right menu*/
#sp-top1 {
	height: 50px;
	display: flex;
	justify-content: end;
    align-items: end;
	padding: 0 60px 5px 60px;
}

@media screen and (max-width: 1199px) {
	#sp-top1 {
		height: 60px;
		align-items: center;
		padding: 0 20px;
	}
}

#sp-top1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#sp-top1 .menu li a {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}

#sp-top1 .menu li a span {
	color: #d1460f;
	font-size: 18px;
	transition: all 0.3s ease;
}

#sp-top1 .menu li a:hover,
#sp-top1 .menu li a:hover span {
	color: #8fc424!important;
}

#sp-top1 .menu li a::after {
	margin-right: 6px;
	font-weight: 200;
}

#sp-top1 .menu li a.only-icon {
	display: inline-block;
	font-size: 0px!important;
}

#sp-top1 .menu li a.only-icon:hover {
	color: #8fc424!important;
}

@media screen and (max-width: 350px) {
	#sp-top1 .menu li a span {
		padding-right: 0!important;
	}
	
	#sp-top1 .menu li:not(:last-child) a {
		margin-right: 18px;
	}
}

@media screen and (min-width: 351px) and (max-width: 575px) {
	#sp-top1 .menu li a span {
		padding-right: 0!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-top1 .menu li a span {
		font-size: 18px;
		padding-right: 0!important;
	}
	
	#sp-top1 .menu li a.only-icon span {
		font-size: 18px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-top1 ul li:not(:last-child)::after {
		content: "|";
		padding: 0 10px;
		color: #ddd;
	}
	
	#sp-top1 .menu li a.only-icon span {
		padding-right: 0!important;
	}
}

@media screen and (min-width: 351px) and (max-width: 767px) {
	#sp-top1 .menu li:not(:last-child) a {
		margin-right: 25px;
	}
}

@media screen and (max-width: 767px) {
	#sp-top1 .menu li a {
		font-size: 0px;
	}
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-main-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
}

#sp-logo-and-main-menu.header-sticky .logo-image {
	height: 140px;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 80%;
	}
	
	#sp-menu.col-lg-9 {
		width: 20%;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

#sp-logo > .sp-column {
	height: 100%;
	position: absolute;
    left: 20px;
    bottom: 24px;
}

@media screen and (max-width: 575px) {
	#sp-logo > .sp-column {
		left: 15px;
		bottom: 29px;
	}

	.logo-image {
		height: 90px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#sp-logo > .sp-column {
		left: 20px;
		bottom: 29px;
	}

	.logo-image {
		height: 120px!important;
	}
}

@media screen and (min-width: 1200px) {
	.logo-image {
		padding: 15px 0;
		height: 140px !important;
	}
}

.sp-megamenu-wrapper {
    display: flex;
	justify-content: end;
	align-items: center;
	height: 80px;
}

@media screen and (max-width: 575px) {
	.sp-megamenu-wrapper {
		height: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		height: 90px;
	}
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 10px;
		padding-bottom: 0;
	}	
	
	#sp-logo-and-main-menu.header-sticky .sp-megamenu-wrapper {
		padding-bottom: 2px;
	}
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: end; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    border-radius: 5px;
}

#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	padding-top: 18px;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 18px!important;
	display: block!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 15px !important;
	padding: 10px 10px 5px 10px;
	border-radius: 5px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
	background-color: #fff;
	border-radius: 5px;
}

.sp-megamenu-parent>li.active>a {
    background-color: #d1460f;
	font-weight: 700;
	border-radius: 5px;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 4px 20px 0 20px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 4px 20px 0 20px;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    padding-top: 0;
	padding-left: 15px;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 25px 25px 25px;
}

#offcanvas-toggler {
	width: 100%;
}

#offcanvas-toggler::after {
    content: "MENU";
    color: #d1460f;
    margin: 0px 0px 0px 3px;
	padding-bottom: 2px;
    display: block;
    font-weight: 600;
}

a#offcanvas-toggler:hover {
	color: #d1460f!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: #d1460f;
}

/* 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;
	}
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #d1460f!important;
}

.offcanvas-menu { 
	width: 340px!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -340px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

@media screen and (max-width: 575px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-bottom: 10px;
	}
}

.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;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 12px;
	display: flex;
	font-weight: 700;
}

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: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 15px 10px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px!important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0px 0px 0px 0px;
}

#offcanvas-toggler {
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}



/* Scroll up button */
.sp-scroll-up {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #d1460f;
    color: #fff;
    border-radius: 5px;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #8fc424;
}



/* Section - main slider */
#section-main-slider .mk-button1 {
	margin-right: 20px;
}

#section-main-slider .mk-button1,
#section-main-slider .mk-button2 {
	margin-bottom: 10px;
}

#section-main-slider .mk-slideshow-text {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 575px) {
	#section-main-slider .mk-slideshow-text br {
		display: none;
	}
}



/* Section - three boxes */
#section-three-boxes .three-boxes-column {
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;	
	position: relative;
}

@media screen and (max-width: 767px) {
	#section-three-boxes-container .sppb-row-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) {
	#section-three-boxes-container .sppb-row-container {
		padding-left: 7px;
		padding-right: 7px;
	}
}

#sp-bottom1 .sppb-row-container {
	padding-left: 15px;
	padding-right: 15px;
}

#section-three-boxes .three-boxes-column:hover .sppb-addon-title {
	color: #d1460f!important
}

#section-three-boxes .three-boxes-link .sppb-addon-title {
	font-size: 0!important;
	z-index: 99;
}

#section-three-boxes .sppb-addon-content p:last-child {
	margin-bottom: 0!important;
}



/* Section - office hours */
#section-office-hours > .sppb-row-container > .sppb-row {
	padding-left: 15px;
	padding-right: 15px;
}

#section-office-hours .office-hrs-col {
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0px;
}

#section-office-hours .office-hrs-col-last {
	padding: 7px 0px;
}

#section-office-hours a:hover h3 {
	color: #8fc424!important;
}

@media screen and (max-width: 767px) {
	#section-office-hours .services-col1,
	#section-office-hours .services-col2,
	#section-office-hours .services-col3 {
		border-bottom: 1px solid #e5e5e5;
	}
}

@media screen and (min-width: 768px) {
	#section-office-hours .services-col1 {
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}

	#section-office-hours .services-col2 {
		border-bottom: 1px solid #e5e5e5;
	}

	#section-office-hours .services-col3 {
		border-right: 1px solid #e5e5e5;
	}
}



/* Section - news & events */
#section-news .blog-article-item-inner {
	height: 100%;
	box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.4);
}

#section-news .image_intro {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 56%;
	background-position: center, center;
    background-size: cover;
}

#section-news .article-image-col {
    margin-bottom: 20px;
}

#section-news .mod-articles-category-title {
	font-family: 'Josefin Sans';
	font-weight: 700;
	color: #393d72;
	display: inline-block;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
}

#section-news .mod-articles-category-title:hover {
    color: #d1460f;
}

#section-news .mod-articles-category-category a {
    display: inline-block;
	font-size: 14px;
    margin-bottom: 6px;
	text-transform: uppercase;
}

#section-news .blog-article-info-container {
	display: flex;
    flex-direction: column;
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 575px) {
	#section-news .blog-article-info-container {
		padding: 0px 15px 15px 15px;
	}
}

#section-news .article-readmore-link {
	font-size: 14px;
	color: #d1460f!important;
	font-weight: 700;
	text-decoration: underline;
}

#section-news .article-readmore-link:hover {
	color: #8fc424!important;
}

@media screen and (max-width: 991px) {
	#section-news .blog-article-row .col-lg-4:not(:last-child) {
		margin-bottom: 40px;
	}
}



/* Section - footer */
body:not(.com-sppagebuilder) #section-footer .sppb-shape-container.sppb-top-shape > svg path, 
body:not(.com-sppagebuilder) #section-footer .sppb-shape-container.sppb-top-shape > svg polygon {
    fill: rgb(255, 255, 255);
}

#sp-footer1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#sp-footer1 ul li {
	display: flex;
	align-items: center; 
	padding: 0 20px 0 10px;
	position: relative;
	white-space: nowrap;
}

#sp-footer1 ul li a {
	font-family: 'Josefin Sans';
	font-size: 20px;
	color: #fff;
}

#sp-footer1 ul li a:hover {
	color: #8fc424;
}

#sp-footer1 ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	color: #fff; 
}

@media screen and (max-width: 991px) {
	#sp-footer1 ul {
		flex-direction: column;
		align-items: center;
	}

	#sp-footer1 ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#sp-footer1 ul li:not(:last-child)::after {
		content: none;
	}
}



/* Page header with bg */
body:not(.com-sppagebuilder) #sp-page-header {
	background: url(../../../images/page-header-bg.jpg) 0 0 no-repeat;
	background-position: bottom center;
    background-size: cover;
	background-color: #eee;
	position: relative;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 400!important;
    letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 50px 15px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 70px 15px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 90px 20px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 110px 30px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 60px;	
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -230px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 340px 30px 100px 30px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 64px;	
	}
}

@media screen and (min-width: 1600px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -240px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 360px 30px 110px 30px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 70px;	
	}
}



/* Blog roll */
.blog .article-list .col-lg-6:not(:last-child) {
	margin-bottom: 30px;
}

.blog .article {
    border: none;
	height: 100%;
	padding: 0;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0;
    border-radius: 0;
}

.blog .article .article-body {
	padding: 30px 0 0 0;
}

.blog .article .article-header h2 {
	font-weight: 800!important;
	color: #252525;
	display: inline-block;
    font-size: 30px;
    line-height: 38px;
	text-transform: uppercase;
}

.blog .article .article-header h2 a {
	font-weight: 800!important;
}

@media screen and (max-width: 575px) {
	.blog .article .article-header h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

.blog .article .article-header h2:hover a {
    color: #d1460f;
}

.blog .article-list .article .article-intro-image img, .blog .article-list .article .article-featured-video img, .blog .article-list .article .article-featured-audio img, .blog .article-list .article .article-feature-gallery img {
    border-radius: 0;
}

.blog .article .readmore a {
	color: #d1460f!important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}

.blog .article .readmore a:hover {
	color: #8fc424!important;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-header [itemprop="headline"] {
	text-transform: uppercase;
}

.article-details a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

.article-details .article-full-image,
.article-details .article-featured-video {
    margin-bottom: 40px;
}

.article-details .article-intro-image {
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .article-details .article-header h1 {
        font-size: 24px!important;
    }
}

.article-details .article-full-image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.article-details .article-full-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0px;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.article-details  ul li {
	padding: 7px 0;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #333;
    background-color: #333;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #333;
    background-color:  #333;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #d1460f;
	border-color: #d1460f;
}

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 5px!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 46px;
	text-align: center;
	margin: 4px;
	border-radius: 12px;
}

.pagination li:first-child {
	margin-left: 0px;
}