/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 20px 15px;
	}
	
	#sp-component {
		padding-top: 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 20px 15px;
	}

	#sp-component {
		padding-top: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-main-body {
		padding: 30px 25px;
	}

	#sp-component {
		padding-top: 20px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 0 0 60px 0;
	}
	
	#sp-component {
		padding-top: 30px;
	}
}

main#sp-component {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

#sp-main-body > .row {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

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: #3888a1;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #3888a1;
	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;
	font-size: 15px;
}

.form-control:focus {
	border-color: rgba(230, 78, 57, 0.4);
	box-shadow: 0 0 25px 5px rgba(230, 78, 57, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(230, 78, 57, 0.4);
    box-shadow: 0 0 25px 5px rgba(230, 78, 57, 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(230, 78, 57, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	font-family: Oswald;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #e64e39!important;
	font-size: 17px!important;
	font-weight: 500!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 3px!important;
	padding: 14px 20px!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: #3888a1!important;
}

.btn-secondary, .sppb-btn-secondary {
	font-family: Oswald;
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 17px!important;
	font-weight: 500!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 3px!important;
	padding: 14px 20px!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;	
}



/* Search */
.finder {
	background-color: #fff;
    padding: 30px;
}

@media screen and (max-width: 575px) {
	.finder {
		padding: 15px;
	}
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px;
	}
}

#sp-left .sp-module.sidebar-search {
	padding: 0;
}

#sp-left .sp-module.sidebar-search input {
	background-color: #e1e9ec;
	padding: 14px 55px 14px 14px;
}

#sp-left .form-search button {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	font-size: 0!important;
    color: #5e5e5e!important;
	background-color: transparent !important;
    border: none!important;
	z-index: 99;
}	

#sp-left .form-search button span {
	font-size: 18px;
}



/* Logo, top and main menu */
#sp-logo-and-main-menu {
	background-color: #3888a1;
}

#sp-logo-and-main-menu.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeInDown 0.6s;
	z-index: 99;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

#sp-logo, #sp-menu {
	z-index: 99;
}

#sp-logo {
	position: relative;
}

@media screen and (min-width: 992px) {
	#sp-logo-and-main-menu:not(.header-sticky) #sp-logo > .sp-column {
		height: 100%;
		position: absolute;
		top: 170px;
		left: 48%;
		transform: translateX(-50%);
	}
	
	#sp-logo {
		background-color: rgba(255, 255, 255, 0.1);
	}
}

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

@media screen and (max-width: 991px) {
	#sp-logo.col-lg-4 {
		width: 80%;
	}
	
	#sp-menu.col-lg-8 {
		width: 20%;
	}
	
	.logo-image {
		height: 88px!important;
		padding: 14px 0;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}


@media screen and (min-width: 992px) {
	.main-slider-overlay.col-lg-4,
	#sp-logo.col-lg-4,
	#sp-left.col-lg-4,
	#sp-position1 {
		width: 28%;
	}
	
	#sp-menu.col-lg-8,
	#sp-component.col-lg-8,
	#sp-title {
		width: 72%;
	}

	.logo-image {
		max-width: none!important;
	}
	
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 70px!important;
		padding: 5px 0;
	}
	
	#sp-component.col-lg-8 {
		padding-right: 0px;
		padding-left: 25px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1339px) {
	#sp-menu {
		padding-right: 50px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1339px) {
	#sp-component.col-lg-8,
	#sp-title {
		padding-right: 25px;
	}
}

@media screen and (min-width: 1340px) {
	#sp-title {
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {
	#sp-component.col-lg-8 {
		padding-right: 15px;
	}	
}

@media screen and (max-width: 575px) {
	.logo-image {
		height: 75px!important;
		padding: 10px 0px;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

.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;
    font-weight: 800;
}
/* PPC
.sp-megamenu-wrapper ul li:last-child a {
	margin: 0 0 0 15px;
}*/

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 16px!important;
	display: block!important;
    font-weight: 600 !important;
}

@media screen and (max-width: 1099px) {
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 7px;
    }
}

.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) {
    padding: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 500;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu .offcanvas-inner {
    padding: 35px 25px 25px 25px;
}

a#offcanvas-toggler:hover {
	color: #3888a1!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: #3888a1;
}

/* switch to mobile menu */
@media screen and (max-width: 991px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
}

#offcanvas-toggler {
	width: 100%;
}

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: #fff!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;
}

.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: 70px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #3888a1;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.sp-scroll-up {
		bottom: 18px;
	}
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #999;
}



/* Section - main slider */
#sp-section-slider {
	animation-duration: 1200ms;
    animation-name: fadeIn;
}

#sp-section-slider > .container {
	position: relative;
}

#sp-slider {
	padding-left: 0!important;
	padding-right: 0!important;
}

@media screen and (min-width: 992px) {
	.main-slider-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: rgba(56, 136, 161, 0.5);
		z-index: 9;
	}

	#sp-slider .mk-slideshow .item,
	#sp-slider .mk-slideshow .owl-dots {
		padding-left: 28%;
	}
}

#sp-slider .mk-slideshow-title {
	text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
}



/* Section - welcome */
#section-welcome .youtube-modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}



/* Section - featured news */
#section-featured-news > .sppb-row-container {
	padding-left: 0;
	padding-right: 0;
}

#section-featured-news .blog-article-item-inner {
	position: relative;
	background-color: #fff;
}

#section-featured-news .blog-article-info-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 40px 0 0 20px;	
}

@media screen and (max-width: 1199px) {
	#section-featured-news .article-image-col {
		width: 100%;
		margin-right: 0;
		position: relative;
	}
	
	#section-featured-news .blog-article-info-container {
		padding: 25px 0 0 20px;	
	}
}

@media screen and (min-width: 1200px) {
	#section-featured-news .article-image-col {
		flex: 0 0 55%;
		margin-bottom: 0;
		margin-right: 20px;
		position: relative;
	}
	
	#section-featured-news .blog-article-item-inner {
		display: flex;
		position: relative;
		background-color: #fff;
	}
}

#section-featured-news .image_intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	filter: brightness(95%);
}

#section-featured-news .article-image-col a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#section-featured-news .blog-article-item:not(:last-child) {
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#section-featured-news .blog-article-item:not(:last-child) {
		margin-bottom: 20px;
	}	
}

#section-featured-news .mod-articles-category-title {
	font-family: Oswald;
	font-size: 22px;
	font-weight: 500;
	color: #252525;
	margin-bottom: 10px;
    padding-right: 40px;
}

#section-featured-news .mod-articles-category-title:hover {
	color: #3888a1;
}

#section-featured-news .mod-articles-category-introtext {
    padding-right: 30px;
}

#section-featured-news .mod-articles-category-date {
	position: absolute;
    left: 0;
    top: 0;
	text-transform: uppercase;
    padding: 8px;
    color: #fff;
    background-color: #e64e39;
    font-size: 18px;
	line-height: 1.2;
    max-width: 70px;
    text-align: center;
}

#section-featured-news .article-readmore-link {
	margin-top: auto;
	align-self: flex-end;
	padding: 10px 30px;
	color: #252525;
	background-color: #e1dddd;
}

#section-featured-news .article-readmore-link:hover {
	background-color: #f1f1f1;
}

#section-featured-news .article-readmore-link::after {
	content: "\f061"; 
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; 
	display: inline-block;
}



/* Section - bottom and footer */
#section-bottom .bottom-quick-links ul {
	list-style: none;
	padding: 0;
}

#section-bottom .bottom-quick-links ul li {
	padding: 5px 0;
}

#section-bottom .bottom-quick-links ul li a {
	color: #fff;
}

#section-bottom .bottom-quick-links ul li a:hover {
	color: #e64e39;
}


#section-bottom .bottom-social-links ul {
	list-style: none;
	padding: 0;
}

#section-bottom .bottom-social-links ul li {
	padding: 5px 0;
}

#section-bottom .bottom-social-links ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

#section-bottom .bottom-social-links ul li a:hover {
	color: #e64e39;
}

#section-bottom .bottom-social-links a span { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 15px;
	color: #3888a1;
	background-color: #fff;
    padding: 0 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

#section-footer a {
	font-weight: 400!important;
}



/* Page header */
@media screen and (min-width: 992px) {
	#sp-title .title-overlay.col-lg-4 {
		width: 28%;
	}
		
	#sp-title .title-overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: rgba(56, 136, 161, 0.5);
		z-index: 9;
	}
}

#sp-title {
	position: relative;
	padding-left: 25px;
}

@media screen and (max-width: 991px) {
	#sp-title {
		padding-left: 0;
		padding-right: 0;
	}
}

#sp-position1 {
	background-color: #b9cad1;
}

#sp-title .breadcrumb {
	display: flex;
    justify-content: end;
    padding: 0.5rem 1rem;
    background-color: #f5f5f5;
    border-radius: 0;
	margin: 0;
}

@media screen and (max-width: 575px) {
	#sp-title .breadcrumb {
		font-size: 12px;
	}
}

#sp-title .mod-custom {
    display: flex;
    justify-content: end;
    padding: 1rem 1rem;
	color: #5e5e5e;
	background-color: #e5e5e5;
	font-family: Oswald;
	font-size: 30px;
	text-transform: uppercase;
}

#sp-title .mod-custom p {
	margin: 0!important;
}



/* Blog roll - staff */
.blogstaff .article {
    border: none;
	border-radius: 0;
	background-color: #fff;
}

.blogstaff .article-list .article .article-intro-image img, .blogstaff .article-list .article .article-featured-video img, .blogstaff .article-list .article .article-featured-audio img, .blogstaff .article-list .article .article-feature-gallery img,
.blogstaff .article-list .article .article-intro-image, .blogstaff .article-list .article .article-featured-video, .blogstaff .article-list .article .article-featured-audio, .blogstaff .article-list .article .article-feature-gallery {
    border-radius: 0;
}

@media screen and (min-width: 576px) {
	.blogstaff .article .article-body {
		padding: 5px 5px 40px 5px;
	}
}

.blogstaff .article .article-header h2 {
	font-weight: 600;
	color: #252525;
	display: inline-block;
    font-size: 30px;
    line-height: 38px;
}

@media screen and (max-width: 575px) {
	.blogstaff .article .article-header h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.blogstaff .article .article-header h2:hover a {
    color: #3888a1;
}

.blogstaff .article .readmore a {
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 10px 20px;
	color: #252525;
	background-color: #e1dddd;
}

.blogstaff .article .readmore a:hover {
	background-color: #f1f1f1;
}

.blogstaff .article .readmore a::after {
	content: "\f061"; 
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; 
	display: inline-block;
}



/* Blog roll - parent resources */
.blogparentresources .article {
    border: none;
	border-radius: 0;
	background-color: #fff;
}

.blogparentresources .article-list .article .article-intro-image img, .blogparentresources .article-list .article .article-featured-video img, .blogparentresources .article-list .article .article-featured-audio img, .blogparentresources .article-list .article .article-feature-gallery img,
.blogparentresources .article-list .article .article-intro-image, .blogparentresources .article-list .article .article-featured-video, .blogparentresources .article-list .article .article-featured-audio, .blogparentresources .article-list .article .article-feature-gallery {
    border-radius: 0;
	display: flex;
    justify-content: center;
}

.blogparentresources .article .article-intro-image {
	border-bottom: none;
}

.blogparentresources .article .article-intro-image img {
	filter: brightness(95%);
}

@media screen and (min-width: 576px) {
	.blogparentresources .article .article-body {
		padding: 5px 5px 40px 5px;
	}
}

.blogparentresources .article .article-header h2 {
	font-weight: 600;
	color: #252525;
	display: inline-block;
    font-size: 30px;
    line-height: 38px;
}

@media screen and (max-width: 575px) {
	.blogparentresources .article .article-header h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.blogparentresources .article .article-introtext {
		margin-bottom: 40px;
	}
}

.blogparentresources .article .article-header h2:hover a {
    color: #3888a1;
}

.blogparentresources .article .readmore a {
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 10px 20px;
	color: #252525;
	background-color: #e1dddd;
}

.blogparentresources .article .readmore a:hover {
	background-color: #f1f1f1;
}

.blogparentresources .article .readmore a::after {
	content: "\f061"; 
	font-family: 'Font Awesome 6 Free';
	font-weight: 900; 
	display: inline-block;
}

.blogparentresources ul.list-group {
	border-radius: 0;
}



/* Single article */
.article-details {
	padding: 25px;
	background-color: #fff;
}

@media screen and (max-width: 575px) {
	.article-details {
		padding: 15px;
	}
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

@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: 0;
}

.article-details .article-intro-image {
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .article-details .article-header h1 {
        font-size: 28px!important;
    }
}

.article-details .article-full-image {
	margin-bottom: 20px;
}

.article-details .article-full-image img {
    border-radius: 0px;
	width: 100%;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.article-details .article-ratings-social-share {
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
    margin-top: 30px;
	margin-bottom: 0;
}

.article-details .article-social-share .social-share-icon ul li a {
	color: #fff;
	background-color: #3888a1;
}

.article-details .article-social-share .social-share-icon span {
	color: #fff;
}

.article-details .article-social-share .social-share-icon ul li a:hover {
	color: #fff;
    background-color: #e64e39;
}

body:not(.itemid-781) .article-details .article-ratings-social-share {
	display: none!important;
}



/* Sidebars */
#sp-left {
	background-color: #b9cad1;
	padding: 30px 25px 0 25px;
}

body:not(.com-sppagebuilder) #sp-left {
	padding: 160px 25px 0 25px;
}

@media screen and (max-width: 991px) { 
	body:not(.com-sppagebuilder) #sp-left {
		padding: 30px 25px 0 25px;
	}
}

@media screen and (max-width: 575px) {
    body:not(.com-sppagebuilder) #sp-left {
        padding: 20px 15px 0 15px;
    }
}

#sp-left .sp-module {
    margin-top: 30px;
}

#sp-left .sp-module:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#sp-left .sp-module:last-child {
		margin-bottom: 20px;
	}
}

#sp-left .sp-module {
	background-color: #e1e9ec;
    border: none;
	border-radius: 0;
    padding: 30px;
}

@media screen and (max-width: 575px) {
	#sp-left .sp-module {
		background-color: #e1e9ec;
		border: none;
		border-radius: 0;
		padding: 20px;
	}
}

@media screen and (max-width: 991px) {
	#sp-left {
		padding: 30px 15px 15px 15px;
	}

	#sp-main-body #sp-left {
		order: 2;
		margin-top: 30px;
		margin-bottom: 0;
	}

	body:not(.com-sppagebuilder) #sp-main-body #sp-component {
		order: 1;
		padding: 0;
	}

	#sp-left .sp-module {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

#sp-left .sp-module .sp-module-title {
    margin: 0 0 20px 0;
    padding-bottom: 0;
    font-size: 26px;
	color: #3888a1;
	text-transform: uppercase;
    border-bottom: none;
}

#sp-left .sp-module ul>li {
    border-bottom: none;
	padding: 5px 0;
}

#sp-left .sp-module ul>li>a {
	color: #3888a1;
	line-height: 1.3;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#sp-left .sp-module.socialize-sidebar a {
	display: flex;
    align-items: center;
	font-family: Oswald;
	font-size: 18px;
	color: #3888a1;
	text-transform: uppercase;
}

#sp-left .sp-module ul>li>a:hover {
	color: #252525;
}

#sp-left .sp-module.socialize-sidebar a span { 
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 15px;
	color: #fff;
	background-color: #3888a1;
    padding: 0 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	margin-top: 25px;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 0!important;
	color: #252525 !important;
}

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

@media screen and (max-width: 575px) {
	.pagination-wrapper {
		justify-content: center !important;
	}
	
	.pagination-wrapper .pagination-counter {
		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: #3888a1;
	border-color: #3888a1;
}

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



/* Accordions */
[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] {
    color: #3888a1;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}