/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 45px 20px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 30px;
	}
}

#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 */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #016ba0;
  color: #fff; 
}

.error-code, .coming-soon-number {
    color: #D30000!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
}

body.view-article .h2:not([itemprop="headline"], .sppb-addon-title), body.view-article .h3:not(.sppb-addon-title), body.view-article .h4:not(.sppb-addon-title), body.view-article .h5:not(.sppb-addon-title), body.view-article .h6:not(.sppb-addon-title) {
	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: 52px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 44px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 36px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 32px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 28px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 24px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 8px;
	padding: 18px;
	font-size: 18px;
	border: 1px solid rgba(1, 107, 160, 0.4)!important;
	box-sizing: border-box!important;
}

input {
	font-size: 18px!important;
}

.form-control:focus {
	border-color: rgba(1, 107, 160, 1)!important;
	box-shadow: 0 0 10px 3px rgba(1, 107, 160, 0.25)!important;
	outline: none!important;
}

.form-select:focus {
	border-color: rgba(1, 107, 160, 1)!important;
    box-shadow: 0 0 10px 3px rgba(1, 107, 160, 0.25)!important;
	outline: none!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 8px!important;
}

textarea {
	border-radius: 8px!important;
	border: 1px solid rgba(1, 107, 160, 0.4)!important;
	box-sizing: border-box!important;
}

textarea:focus {
	border-color: rgba(1, 107, 160, 1)!important;
	box-shadow: 0 0 10px 3px rgba(1, 107, 160, 0.25)!important;
	outline: none!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: 18px!important;
	border-radius: 8px!important;
	border: 1px solid rgba(1, 107, 160, 0.4)!important;
	box-sizing: border-box!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, 
select:not(.form-select):not(.form-control):focus {
	border-color: rgba(1, 107, 160, 1)!important;
    box-shadow: 0 0 10px 3px rgba(1, 107, 160, 0.25)!important;
	outline: none!important;
}


.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #016ba0!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 18px 40px!important;
	transition: all 0.3s ease!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active {
	background-color: #00a84f!important;
}

.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #016ba0!important;
	outline: 3px solid #16315a!important;
	outline-offset: 2px!important;
}

.btn:focus:not(:focus-visible), 
.btn-primary:focus:not(:focus-visible), 
.sppb-btn-primary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #1f2328!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 18px 40px!important;
	transition: all 0.3s ease!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active {
	background-color: #606060!important;
}

.btn-secondary:focus, .sppb-btn-secondary:focus {
	background-color: #606060!important;
	outline: 3px solid #333!important;
	outline-offset: 2px!important;
}

.btn-secondary:focus:not(:focus-visible), 
.sppb-btn-secondary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-blue-arrow {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #016ba0;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	text-align: left!important;
	border: none;
	border-radius: 8px!important;
	padding: 18px 40px!important;
    transition: all 0.3s ease;
}

.btn-blue-arrow::before {
    content: '\f061';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-blue-arrow:hover {
	color: #fff;
	padding: 18px 33px 18px 47px!important;
}

.btn-blue-arrow:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-blue-arrow:active {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-blue-arrow:focus {
	color: #fff;
	outline: 3px solid #16315a!important;
	outline-offset: 2px!important;
}

.btn-blue-arrow:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-grey-arrow {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #1f2328;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	text-align: left!important;
	border: none;
	border-radius: 8px!important;
	padding: 18px 40px!important;
    transition: all 0.3s ease;
}

.btn-grey-arrow::before {
    content: '\f061';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-grey-arrow:hover {
	color: #fff;
	padding: 18px 33px 18px 47px!important;
}

.btn-grey-arrow:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-grey-arrow:active {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-grey-arrow:focus {
	color: #fff;
	outline: 3px solid #16315a!important;
	outline-offset: 2px!important;
}

.btn-grey-arrow:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-link-underline {
	position: relative;
	color: #252525;
	font-size: 18px!important;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-link-underline:hover {
    color: #016ba0;
}

.btn-link-underline::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.btn-link-underline:hover::after {
    width: 0;
    border-color: #016ba0;
}

.btn-link-underline:active {
	font-weight: 700;
}

.btn-link-underline:focus {
	outline: 2px solid #016ba0!important;
	outline-offset: 4px!important;
	border-radius: 2px!important;
}

.btn-link-underline:focus:not(:focus-visible) {
	outline: none!important;
}



/* Convert Forms */
#sp-main-body .cf-response p {
	margin-bottom: 0 !important;
}

#sp-main-body .cf-heading {
	font-family: 'Anton', sans-serif !important;
}

#sp-main-body .convertforms input, .convertforms textarea {
	font-size: 18px !important;
	color: #252525 !important;
}

#sp-main-body .convertforms input {
	height: 54px;
}

#sp-main-body input::placeholder,
#sp-main-body textarea::placeholder {
    color: #606060;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0 !important;
}

#sp-main-body .cf-control-input h1, #sp-main-body .cf-control-input h2, #sp-main-body .cf-control-input h3, #sp-main-body .cf-control-input h4, #sp-main-body .cf-control-input h5, #sp-main-body .cf-control-input h6 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}

@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 28px !important;
	}

	.cf-control-input h2 {
		font-size: 26px !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.cf-control-input h1 {
		font-size: 30px !important;
	}

	.cf-control-input h2 {
		font-size: 28px !important;
	}
}

@media screen and (min-width: 768px) {
	.cf-control-input h1 {
		font-size: 52px !important;
	}

	.cf-control-input h2 {
		font-size: 44px !important;
	}
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.cf-btn {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #016ba0!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 18px 40px!important;
	opacity: 1!important;
    transition: all 0.3s ease;
}

.cf-btn::before {
    content: '\f061';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.cf-btn:hover {
	color: #fff;
	padding: 18px 33px 18px 47px!important;
	opacity: 1!important;
}

.cf-btn:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.cf-btn:active {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.cf-btn:focus {
	color: #fff;
	outline: 3px solid #16315a!important;
	outline-offset: 2px!important;
}

.cf-btn:focus:not(:focus-visible) {
	outline: none!important;
}

.convertforms.cf-success.cf-success-hideform .cf-fields, .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none !important;
}

.convertforms .cf-response p {
    margin-bottom: 0 !important;
}



/* Logo and main menu */
#sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
	background-color: #1f2328;
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu > .container {
		max-width: 1920px;
		padding: 0 45px 0 30px;
	}
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 1.0s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: #1f2328;
	box-shadow: 0 2px 12px rgba(255, 255, 255, 0.175);
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

#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: 1199px) {
	#sp-logo.col-lg-3 {
		width: 80%;
	}
	
	#sp-menu.col-lg-9 {
		width: 20%;
	}
	
	.logo-image {
		height: 76px!important;
		padding: 15px 0;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (max-width: 575px) {
	.logo-image {
		width: 100%!important;
		height: auto!important;
		max-height: 90px;
		padding: 20px 0 15px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.logo-image {
		width: 100%!important;
		height: auto!important;
		max-height: 96px;
		padding: 20px 0 15px 0;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.logo-image {
		height: auto!important;
		max-height: 96px; 
		width: auto!important;
		padding-top: 10px;
	}
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	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 .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px!important;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 19px;
	display: block!important;
}

@media screen and (max-width: 1599px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 10px;
		font-size: 17px!important;
		letter-spacing: -0.5px;
	}
}

@media screen and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 7px;
		font-size: 16px!important;
		letter-spacing: -0.5px;
	}
}

.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;
}

@media screen and (max-width: 1599px) {
	.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: 17px!important;
	}
}

@media screen and (max-width: 1299px) {
	.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: 16px!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) {
    padding: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #00a84f;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item .phone-item {
	position: relative;
	padding: 0 10px 0 25px;
    margin: 0 0 0 12px;
}

.sp-megamenu-parent .sp-menu-item .phone-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}

.sp-megamenu-parent .sp-menu-item .developers {
	display: inline-block;
	height: 60px;
	line-height: 60px; 
	padding: 0 25px;
	margin-left: 15px;
	background-color: #fff; 
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .developers:hover {
	color: #fff; 
	background-color: #00a84f; 
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}

.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
	padding: 0px 20px 25px 20px;
}
/**/

.offcanvas-overlay {
	background: rgba(255, 255, 355, 0.6)!important;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    margin: 0;
}

.offcanvas-menu .logo  {
    width: 72%;
}

.offcanvas-menu .logo-image  {
    width: auto!important;
	height: 70px!important;
	padding: 5px 0 10px 13px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #122a57!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;
	}
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 12px!important;
	margin-top: 12px;
}

#sp-menu .burger-icon {
	width: 30px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.9px -3px;
}

.burger-icon > span {
	background-color: #fff!important;
	height: 3px;
	border-radius: 5px;
}

@media screen and (max-width: 399px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 400px) {
	.offcanvas-menu { 
		width: 400px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -400px;
	}
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0px;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.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: #fff;
}

.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: #00a84f;
}

.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.menu-parent li.menu-parent .menu-toggler {
    right: 0!important; 
    top: auto!important; 
	margin-top: -14px;
	font-size: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .nav-header {
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.offcanvas-menu ul.menu-child li {
	padding: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 20px;
	display: flex;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 1.4;
}

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;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

/* developers btn*/
.offcanvas-menu li.item-278 {
	margin: 15px 10px!important;	
}

.offcanvas-menu li a.developers {
	padding: 20px 25px!important;
	background-color: #fff; 
	color: #252525!important;
	text-transform: uppercase!important;
	border: 2px solid transparent;
	border-radius: 5px;
    justify-content: center;
	text-align: center;
	font-weight: 600;
	width: 100%;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.offcanvas-menu li a.developers:hover {
	color: #fff!important; 
	background-color: #00a84f; 
}

.offcanvas-menu li a.developers:focus {
	color: #fff!important; 
	background-color: #00a84f; 
	outline: 3px solid #00a84f;
	outline-offset: 2px;
}

.offcanvas-menu li a.developers:focus:not(:focus-visible) {
	outline: none;
}

.offcanvas-menu li a.developers:focus-visible {
	color: #fff!important; 
	background-color: #00a84f; 
	outline: 3px solid #00a84f;
	outline-offset: 2px;
}



/* lite-youtube */
lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url('../../../images/tmpl/play-btn.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
	.article-details lite-youtube .lty-playbtn::after {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 575px) {
	lite-youtube .lty-playbtn::after {
		width: 60px;
        height: 60px;
	}	
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 100%!important;
}

lite-youtube {
	filter: saturate(0.8) brightness(0.95);
	transition: filter 0.5s ease;
}

lite-youtube:hover {
	filter: saturate(1) brightness(1);
	transition: filter 0.5s ease;
}



/* Section - hero */
@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 125px);
		min-height: 560px;
		max-height: 820px;
	}
}

#section-hero > .sppb-container-inner,
#section-hero > .sppb-container-inner > .sppb-row {
	height: 100%;
}

#section-hero .hero-title-text .sppb-addon-title {
	font-size: clamp(2rem, 1.2434rem + 3.0263vw, 4.875rem)!important;
	line-height: 1.3!important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}



/* Section - chaffee at a glance */
#section-chaffee-at-glance .why-chaffee-crossing-menu ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li {
	position: relative;
	margin: 0;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li:first-child {
	margin: 0;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	padding: 8px 15px 8px 24px;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a:hover {
	color: #016ba0;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 699px) {
	#section-chaffee-at-glance .why-chaffee-crossing-menu ul {
		flex-direction: column;
	}
	
	#section-chaffee-at-glance .why-chaffee-crossing-menu li {
		width: 100%;
	}
	
	#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a {
		line-height: 1.6;
	}
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
	#section-chaffee-at-glance .why-chaffee-crossing-menu ul {
		flex-direction: column;
	}
	
	#section-chaffee-at-glance .why-chaffee-crossing-menu li {
		width: 100%;
	}
	
	#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a {
		line-height: 1.6;
	}
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058"; 
    font-size: 15px;
    font-weight: 900; 
    color: #016ba0;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(1px);
    opacity: 1;
    transition: opacity 0.6s ease;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f138"; 
    font-size: 15px;
    font-weight: 900; 
    color: #016ba0;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(2px);
    opacity: 0;
    transition: opacity 0.6s ease;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a:hover::before {
    opacity: 0;
}

#section-chaffee-at-glance .why-chaffee-crossing-menu ul li a:hover::after {
    opacity: 1;
}



/* Section - why you will love chaffee crossing */
#section-why-you-love-chaffee-crossing .video-img img {
	border: 10px solid #fff;
	border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
	#section-why-you-love-chaffee-crossing .video-img img {
		border: 7px solid #fff;
		border-radius: 14px;
		box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
	}	
}

#section-why-you-love-chaffee-crossing .modal-play-btn {
    position: relative;
    display: inline-block;
	transform: translateY(-50%);
}

#section-why-you-love-chaffee-crossing .modal-play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    box-shadow: 0 0 0 15px rgba(27, 27, 27,.4), 
                0 0 0 30px rgba(27, 27, 27,.2), 
                0 0 0 45px rgba(27, 27, 27,.1);
    animation: rippleEffect 1.8s infinite;
}

#section-why-you-love-chaffee-crossing .modal-play-btn a {
    position: relative;
    z-index: 1;
    display: block;
}

#section-why-you-love-chaffee-crossing .modal-play-btn img {
	width: 20vw;
    max-width: 200px;
	border-radius: 50%;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: filter 0.3s ease;
    display: block;
}

#section-why-you-love-chaffee-crossing .modal-play-btn img:hover {
    filter: brightness(1.05);
}

@keyframes rippleEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5); 
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media screen and (min-width: 1300px) {
	.mfp-iframe-holder .mfp-content {
		max-width: 1200px!important;
	}	
}



/* Section - be a part of our continuing growth and success */
#section-part-of-growth .stats-col {
	position: relative;
}

#section-part-of-growth .stats-col::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 85%;
	background-color: #ddd;
}


	
/* Section - news & updates */
#section-news .mod-articles-grid {
    display: grid;
    grid-gap: var(--grid-layout-gap);
    grid-template-columns: repeat(3, 1fr);
}

@container (600px <= width < 1200px) {
    #section-news .mod-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #section-news .mod-articles-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc(50% - var(--grid-layout-gap) / 2);
    }
}

@container (width < 600px) {
    #section-news .mod-articles-grid {
        grid-template-columns: 1fr;
    }
}

#section-news .mod-articles-item,
#section-news .mod-articles-item-content {
	height: 100%;
}

#section-news .mod-articles-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#section-news .blog-article-image-container {
	padding-top: 65%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	filter: saturate(0.8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: filter 0.5s ease;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 65%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#section-news .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

#section-news .blog-article-item-inner {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-date {
	font-size: 14px;
	font-weight: 500;
	color: #016ba0;
	margin-bottom: .5rem;
}

#section-news .mod-articles-link {
	font-weight: 400;
	display: inline-block;
	color: #252525;
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 0.6px;
}

#section-news .mod-articles-link:hover {
	color: #016ba0!important;
	line-height: 1.4;
}

#section-news .mod-articles-title {
	margin-bottom: 5px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #016ba0!important;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 22px;
	}
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 20px 30px 30px 30px;	
	border-radius: 10px;
    z-index: 9;
}

@media screen and (max-width: 399px) {
	#section-news .mod-articles-text-content {
        padding: 10px 20px 20px 20px;
	}
}

#section-news .mod-article-intro-text {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 16px;
	padding-top: 12px;
}

#section-news .mod-article-intro-text p {
	margin-bottom: 0!important;
}

#section-news .readmore {
	margin-top: 10px;
}

#section-news .readmore a {
	display: inline-block;
	position: relative;
	color: #252525 !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
}

#section-news .readmore a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

#section-news .readmore a:hover {
	color: #016ba0 !important;
}

#section-news .readmore a:hover::after {
	width: 0;
}



/* Section - ready to learn more */
#section-learn-more {
    position: relative;
}

#section-learn-more::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: -2vw;
    width: 104vw;
    height: 7vw; 
    background-color: #FEF7E5; 
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(100%);
    z-index: 99;
}



/* Footer */
#section-footer1 {
    z-index: 0;
    position: relative;
}
/* vertical simple menu + icons indent + chevron */
#section-footer1 .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer1 .vertical-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-footer1 .vertical-menu ul li {
	position: relative;
	margin: 20px 0;
}

#section-footer1 .vertical-menu ul li:first-child {
	margin: 0 0 20px 0;
}

#section-footer1 .vertical-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu ul li a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}

#section-footer1 .vertical-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer1 .vertical-menu ul li a:hover {
	color: #00a84f;
}

#section-footer1 .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f061"; 
    color: #fff;
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(3px);
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu.chevron-menu ul li a::before {
		transform: translateY(-1px);
	}
}

/* socials */
#section-footer1 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer1 .footer-socials ul li {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0;
}

#section-footer1 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer1 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
	font-size: 22px;
    margin: 0;
    padding: 0!important;
    border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 56px;
    height: 56px;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer1 .footer-socials ul li a:hover span {
    color: #fff!important;
    background-color: #016ba0;
    border-color: #016ba0;
}
/**/

/*footer copyright menu*/
#section-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#section-copyright ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

@media screen and (max-width: 1199px) {
	#section-copyright ul {
		justify-content: center; 
	}
}

#section-copyright ul li {
	display: flex;
	align-items: center; 
	padding: 0 14px 0 9px;
	position: relative;
	white-space: nowrap;
}

#section-copyright ul span,
#section-copyright ul li a {
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 400!important;
}

#section-copyright ul li a:hover {
	color: #5bceff;
}

#section-copyright ul li:not(:last-child)::after {
	content: "|";
	font-size: 14px;
	position: absolute;
	right: 0;
	color: #fff; 
}

@media screen and (max-width: 575px) {
	#section-copyright ul {
		flex-direction: column;
		align-items: center;
	}

	#section-copyright ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#section-copyright ul li:not(:last-child)::after {
		content: none;
	}
	
	#section-copyright ul span,
	#section-copyright ul li a {
		font-size: 17px;
	}
}



/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
    position: relative;
    background-image: url('../../../images/tmpl/page-header-background.webp');
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    animation-duration: 600ms;
    animation-name: fadeIn;
}

body:not(.com-sppagebuilder) #sp-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

body:not(.com-sppagebuilder) #sp-page-header .container {
    position: relative;
    z-index: 1;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.3;
    flex-direction: column;
	padding: 20px 0;  
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	letter-spacing: 2px;
	animation-duration: 1000ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-trail,
#sp-page-header .article-breadcrumbs-trail a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-trail,
	#sp-page-header .article-breadcrumbs-trail a {
		font-size: 15px;
		line-height: 28px;
	}
}

#sp-page-header .article-breadcrumbs-trail a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

#sp-page-header .article-breadcrumbs-trail a:hover {
	color: #5bceff;
}

#sp-page-header .article-breadcrumbs-trail .breadcrumbs-separator {
	padding: 0 5px;
}

@media screen and (max-width: 575px) {
	#sp-page-header {
		padding: 0 5px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
		margin-top: 60px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header {
		padding: 0 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 220px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
		margin-top: 70px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 300px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 54px;	
		margin-top: 80px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 360px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 70px;	
		margin-top: 95px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 400px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 80px;
		margin-top: 110px;
	}
}



/* News & updates blog roll */
.blognews .article-list .row [class^="col-lg"] {
    margin-bottom: 40px; 
}

@media screen and (max-width: 991px) {
	.blognews .article-list .row [class^="col-lg"] {
		margin-bottom: 30px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blognews .article-list .row .col-lg-4 {
		width: 50%; 
	}
}

.blognews .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 65%; 
	overflow: hidden;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	background-color: #eee;
	transition: filter 0.5s ease;
}

.blognews .blog-article-image-container {
	padding-top: 65%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	filter: saturate(0.8);
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	transition: filter 0.5s ease;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: 1px solid #ccc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
	padding: 15px 30px 30px 30px;
    border-radius: 10px;
	height: 100%;
	z-index: 9;
}

@media screen and (max-width: 399px) {
	.blognews .article-list .article-body {
        padding: 10px 20px 20px 20px;
	}
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	filter: saturate(0.8) brightness(1);
	transition: filter 0.5s ease;
}

.blognews .article-list .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-header h2 {
	font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.6px;
	margin-bottom: 5px!important;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-header h2 {
		font-size: 24px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 400!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #016ba0!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #016ba0!important;
}

.blognews .article-list .article-introtext {
	display: flex;
    flex: 1;
}

.blognews .article-list .readmore {
	margin-top: 10px;
}

.blognews .article-list .readmore a {
	display: inline-block;
	position: relative;
	color: #252525 !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
}

.blognews .article-list .readmore a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.blognews .article-list .readmore a:hover {
	color: #016ba0 !important;
}

.blognews .article-list .readmore a:hover::after {
	width: 0;
}



/* Single article */
[itemprop="articleBody"] h1, [itemprop="articleBody"] h2, [itemprop="articleBody"] h3, [itemprop="articleBody"] h4, [itemprop="articleBody"] h5, [itemprop="articleBody"] h6 {
	margin-top: 2rem;
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
		margin-top: 50px;
	}
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.8;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.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: 10px;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
    border-radius: 10px;
}
	
.article-details .article-info {
	display: none;
}

.article-details .article-featured-video {
	position: relative;
}

.article-details .article-featured-video {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0 0 2rem 0;
    border-radius: 10px;
    background-color: #070707;
}

blockquote, .blockquote {
	color: #fff;
	background-color: #1f2328;
	font-size: 18px;
	font-weight: 400;
	padding: 30px 30px 30px 50px;
	margin: 40px 140px 40px 0;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 30px;
    width: 3px;
    height: 50px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 30px 0;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 20px 0 30px 0;
}

@media screen and (max-width: 575px) {
	.article-details ul {
		padding: 0 0 0 10px;
	}
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #016ba0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 10px;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 10px!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 .pagination-counter {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #016ba0;
    background-color: #016ba0;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #016ba0;
    background-color:  #016ba0;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #1f2328;
	border-color: #1f2328;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	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: 45px!important;
	text-align: center;
	margin: 4px;
	border-radius: 12px;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 5px;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    color: #fff;
	background-color: #016ba0;
}