/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 25px 0 45px 0;
	}
}

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

@media screen and (min-width: 576px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-main-body {
		padding: 0 20px 45px 20px;
		margin-top: -60px;
	}
}

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

@media screen and (min-width: 992px) {
	body:not(.com-sppagebuilder) #sp-main-body {
		padding: 0 30px 80px 30px;
		margin-top: -80px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
		body:not(.com-sppagebuilder) #sp-component {
		background-color: #fff;
		padding: 20px 20px 0 20px;
	}
}


@media screen and (min-width: 992px) {
	body:not(.com-sppagebuilder) #sp-component {
		background-color: #fff;
		padding: 50px 50px 0 50px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #303030!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: #404040;
  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: 700;
	line-height: 1.2;
}

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: 26px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 25px;
	}

	.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: 18px;
	font-size: 1.1rem;
	border-color: rgba(27, 72, 131, 0.6)!important;
}

input::placeholder,
textarea::placeholder {
  color: #404040!important;
}

.form-control:focus {
	border-color: rgba(27, 72, 131, 0.6);
	box-shadow: 0 0 25px 5px rgba(27, 72, 131, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(27, 72, 131, 0.6);
    box-shadow: 0 0 25px 5px rgba(27, 72, 131, 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;
	border-color: rgba(27, 72, 131, 0.6)!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: 0!important;
	border-color: rgba(27, 72, 131, 0.8)!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(27, 72, 131, 0.8);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #1b488d!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 0!important;
	padding: 15px 35px!important;
	letter-spacing: 1.5px;
}

.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 {
	color: #fff!important;
	background-color: #303030!important;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #303030!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase;
	border: none!important;
	border-radius: 0!important;
	padding: 15px 35px!important;
	letter-spacing: 1.5px;
}

.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-white {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #252525!important;
    background-color: #fff!important;
    font-size: 18px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 15px 35px!important;
	letter-spacing: 1.5px;
}

.btn-white:hover {
    color: #fff!important;
    background-color: #1b488d!important;
}

.btn-white:focus-visible {
    color: #fff!important;
    background-color: #1b488d!important;
    box-shadow: inset 0 0 12px rgba(27, 72, 131, 0.8)!important;
}

.btn-white:active {
    color: #fff!important;
    background-color: #1b488d!important;
}


.btn-link-underline-white {
	position: relative;
	color: #fff;
	font-size: 18px!important;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
}

.btn-link-underline-white:hover {
	color: #fff;
}

.btn-link-underline-white::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: width 0.3s ease, border-color 0.3s ease;
}

.btn-link-underline-white:hover::after {
    width: 35%;
    border-color: #fff;
}



/* 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(20, 20, 20, 0.90)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	padding: 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .btn-primary i {
	font-size: 18px!important;
}

#mksearch-modal .jconfirm-buttons button {
    color: #fff!important;
	background-color: #1b488d!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	padding: 15px 35px!important;
	border-radius: 0!important;
	letter-spacing: 1.5px;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #252525!important;
	background-color: #ccc!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #252525!important;
	background-color: #ccc!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: #ccc!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;
}



/* Convert Forms */
/* hide footer contact form on contact form view */
body.itemid-127 #section-contact-form-bg,
body.itemid-127 #section-contact-us-today {
	display: none;
}
/**/
#sp-main-body .convertforms {
	background-color: transparent;
}

#sp-main-body .cf-control-group[data-type="heading"] {
    margin-bottom: 20px;
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
}

#sp-main-body .convertforms input, .convertforms textarea {
	color: #252525!important;
}

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

.cf-fields input, .cf-fields textarea {
	border-color: rgba(27, 72, 131, 0.6)!important;
}

.cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(27, 72, 131, 0.8)!important;
    box-shadow: 0 0 25px 5px rgba(27, 72, 131, 0.1)!important;
}

.cf-fields input:focus::placeholder,
.cf-fields textarea:focus::placeholder {
  color: #fff!important;
}

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 42px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 36px!important;
	}
}

#sp-main-body .cf-btn, #sp-footer-section .cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #1b488d!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 15px 35px!important;
	letter-spacing: 1.5px;
}

#sp-main-body .cf-btn:hover, #sp-footer-section .cf-btn:hover,
#sp-main-body .cf-btn:active, #sp-footer-section .cf-btn:active,
#sp-main-body .cf-btn:focus, #sp-footer-section .cf-btn:focus {
	color: #fff!important;
	background-color: #303030!important;
	opacity: 1!important;
}

#sp-main-body .convertforms .cf-response span {
	font-size: 18px!important;
}

#sp-main-body .convertforms .cf-response p:last-child {
	margin-top: 10px!important;
	margin-bottom: 12px!important;
}



/* Logo, top and main menu */
#sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
}

@media screen and (min-width: 1200px) {
    #sp-logo-and-main-menu > .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    #sp-logo-and-main-menu > .container {
        padding: 0 60px;
    }
}

#sp-logo > .sp-column {
	height: 100%;
}

.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: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

#sp-logo, #sp-menu {
	position: relative;
	z-index: 9;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo .logo {
	position: relative;
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 60px!important;
	}

	#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		line-height: 110px;
	}
}

#sp-logo-and-main-menu .logo {
    display: flex;
    align-items: center;
	height: 100%;
}

@media screen and (max-width: 575px) {
	#sp-logo .logo-image {
		width: 80%!important;
		height: auto!important;
		max-height: 90px;
		padding: 20px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#sp-logo .logo-image {
		height: 100px!important;
		padding: 20px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-logo .logo-image {
		height: 110px!important;
		padding: 25px 0;
	}
}

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

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

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo.col-lg-4 {
		width: 28%;
	}
	
	#sp-menu.col-lg-8 {
		width: 72%;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
	#sp-logo.col-lg-4 {
		width: 30%;
	}
	
	#sp-menu.col-lg-8 {
		width: 70%;
	}
}

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

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

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

.sp-megamenu-parent>li.active:hover>a {
    color: #1b488d;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #1b488d;
}

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

.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: 6px 0;
}

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

#sp-menu .only-icon {
	font-size: 0px!important;
	line-height: 0!important;
}

#sp-menu .only-icon:hover span {
	color: #1b488d!important;
}

#sp-menu .only-icon span {
    font-size: 18px;
	color: #252525!important;
	padding-right: 0!important;
}



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

/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
    flex-shrink: 0!important;
    z-index: auto!important;
}

.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}

.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	height: 50px !important;
	padding: 10px 0 0 20px;
}

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

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #1b488d!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: #1b488d;
}

/* 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;
	}
}

@media screen and (max-width: 379px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 380px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

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-top: 17px;
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 30px !important;
}

.close-offcanvas > .burger-icon > span {
    margin: 3.5px -3px;
	height: 3px;
	border-radius: 5px;
}

.burger-icon > span {
	height: 3px;
    background-color: #1b488d!important;
    border-radius: 5px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.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: 22px;
    line-height: 22px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	padding: 8px 12px;
	display: flex;
	font-weight: 700;
	text-transform: uppercase;
}

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: 14px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

ul.menu-child li {
	padding: 0;
}



/* lite-youtube */
lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    font-size: 60px;
    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: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

lite-youtube > .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%); 
    width: 0;
    height: 0;
    border-left: 18px solid #252525;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 2;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	lite-youtube > .lty-playbtn::after {
		width: 60px;
		height: 60px;
	}
}

lite-youtube .lty-playbtn:hover::before {
    border-left-color: #C40000;
    transform: translate(-35%, -50%) scale(1.1);
}

.article-featured-video lite-youtube {
	position: relative;
}

@media screen and (min-width: 992px) {
	.article-featured-video lite-youtube {
		margin: -50px -50px 0 -50px;
		width: calc(100% + 100px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
	}
}



/* Section - 3 service boxes */
#section-three-boxes .three-boxes-col {
    transition: box-shadow 0.3s ease;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
}

#section-three-boxes .three-boxes-col:hover {
	box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.3);
}

#section-three-boxes .three-boxes-lower-div {
	position: relative;
}

#section-three-boxes .three-boxes-lower-div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 10px solid #fff;
}



/* Section - what we offer */
#section-what-we-offer .service-heading {
	position: relative;
}

#section-what-we-offer .service-heading button {
	text-transform: uppercase;
}

#section-what-we-offer button.sppb-panel-heading::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #252525;
	content: "\f067";
	font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}

#section-what-we-offer button.sppb-panel-heading:hover {
	background-color: #f7f7f7;
}

#section-what-we-offer button.sppb-panel-heading.active::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";    
	color: #fff;
    content: "\f068";
    font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}



/* Section - photo gallery */
@media screen and (max-width: 991px) {
	#section-gallery .slider-arrow {
		width: 45px!important;
		height: 45px!important;
		font-size: 18px!important;
	}
}

@media screen and (min-width: 1400px) {
    #section-gallery .slider-arrows {
        left: -110px!important;
        width: calc(100% + 220px)!important;
    }
}


	
/* Section - news & updates */
#section-news .row [class^="col-lg"] {
    margin-bottom: 30px; 
}

@media screen and (min-width: 992px) {
	#section-news .row [class^="col-lg"] {
		margin-bottom: 0; 
	}
}

#section-news .mod-articles-item,
#section-news .mod-articles-item-content {
	height: 100%;
}

#section-news .mod-articles-item {
    box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.2);
}

#section-news .mod-articles-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
}

#section-news .blog-article-image-container {
	padding-top: 56.25%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 56.25%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
	border-radius: 0;
}

#section-news .blog-article-item-inner {
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-title {
	line-height: 1.1!important;
}

#section-news .mod-articles-link {
	font-weight: 500;
	display: inline;
	color: #252525;
	font-size: 24px;
}

#section-news .mod-articles-link:hover {
	color: #1b488d!important;
}

#section-news .mod-articles-title {
	margin-bottom: 15px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #444!important;
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 40px 30px 50px 30px;	
	border-radius: 0;
    z-index: 9;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 22px;
	}

	#section-news .mod-articles-text-content {
		padding: 30px 20px 40px 20px;	
	}
}

#section-news .readmore {
	margin-top: auto;
}

#section-news .readmore a {
	position: relative;
	color: #252525!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}


#section-news .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #252525;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-news .readmore a:hover::after {
    width: 30%;
    border-color: #1b488d;
}

#section-news .readmore a:hover {
	color: #1b488d!important;
}



/* Footer */
/* hide contact form title in footer */
#section-contact-us-today .cf-control-group[data-type="heading"] {
    display: none!important;
}
/**/
#section-footer1 a {
	font-weight: 400!important;
}

#section-footer1 a:hover .sppb-addon-title {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/* socials */
#sp-footer1 .footer-socials ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 50px;
}

@media screen and (max-width: 575px) {
	#sp-footer1 .footer-socials ul {
		gap: 30px;
	}
}

#sp-footer1 .footer-socials ul li {
	display: inline-block;
}

#sp-footer1 .footer-socials ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#sp-footer1 .footer-socials ul a:hover span {
	transform: scale(1.1);
}

#sp-footer1 .footer-socials ul a span {
	font-size: 46px;
	color: #fff;
	padding-right: 0!important;
	transition: transform 0.3s ease;
}

/* footer menu */
#section-footer2 .horizontal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#section-footer2 .horizontal-menu ul li {
	display: flex;
	align-items: center; 
	padding: 0 20px 0 15px;
	position: relative;
	white-space: nowrap;
}

#section-footer2 .horizontal-menu ul li a {
	text-transform: uppercase;
}

#section-footer2 .horizontal-menu ul span,
#section-footer2 .horizontal-menu ul li a {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 400!important;
}

#section-footer2 .horizontal-menu ul li a:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	#section-footer2 .horizontal-menu {
		white-space: normal;
		text-align: center;
	}

	#section-footer2 .horizontal-menu ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer2 .horizontal-menu ul li {
		padding: 7px 20px;
	}
}

#section-footer2 .horizontal-menu li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    transition: width 0.3s ease;
}

#section-footer2 .horizontal-menu ul li a:hover::after {
    width: 30%;
    background-color: #fff;
}



/* Page header with bg */
body:not(.com-sppagebuilder) #sp-page-header {
    background-color: #eee;
	background-image: url('../../../images/tmpl/page-title-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	animation-duration: 600ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.3;
	min-height: clamp(140px, calc(140px + 180 * (100vw - 360px) / 1560), 320px);
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #1b488d;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 15px; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 15px 35px; 
		margin-bottom: 60px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 45px; 
		margin-bottom: 60px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 45px; 
		margin-bottom: 80px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		padding: 20px 45px; 
		margin-bottom: 80px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 76px;	
	}
}



/* 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-6 {
		width: 50%; 
	}
}

.blognews .article-list .article .article-intro-image, .blognews .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #070707;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 0;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
	padding: 40px 30px 45px 30px;	
    height: 100%;
    border-radius: 0;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-body {
		padding: 30px 20px 35px 20px;	
	}
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.blognews .blog-article-image-container {
	position: relative;
}	

.blognews .article-list .article-header h2 {
	font-size: 24px!important;
	line-height: 1.2;
	margin-bottom: 0!important;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-header h2 {
		font-size: 22px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #27304b;
	font-weight: 500!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #1b488d!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #444!important;
}

.blognews .article-list .article-introtext {
	display: flex;
    flex-direction: column;
    flex: 1;
	padding-top: 15px;
}

.blognews .article-list .readmore {
	margin-top: auto;
}

.blognews .article-list .readmore a {
	position: relative;
	color: #252525!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}


.blognews .article-list .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #252525;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.blognews .article-list .readmore a:hover::after {
    width: 30%;
    border-color: #1b488d;
}

.blognews .article-list .readmore a:hover {
	color: #1b488d!important;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details .article-full-image,
.article-details .article-featured-video {
	margin-bottom: 50px!important;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px!important;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details .article-full-image {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}


@media screen and (min-width: 992px) {
	.article-details .article-featured-video ~ [itemprop="articleBody"],
	.article-details .article-featured-video ~ .article-header,
	.article-details .article-full-image ~ [itemprop="articleBody"],
	.article-details .article-full-image ~ .article-header {
		margin-left: -50px;
		margin-right: -50px;
	}

	.article-details .article-full-image {
		margin: -50px -50px 0 -50px;
		width: calc(100% + 100px);
	}
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    border-radius: 0;
	filter: brightness(95%);
	transform: translateY(-50%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}


.article-details [itemprop="articleBody"] p {
	line-height: 1.6;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .wf-columns .wf-column > h1,
.article-details .wf-columns .wf-column > h2,
.article-details .wf-columns .wf-column > h3,
.article-details .wf-columns .wf-column > h4,
.article-details .wf-columns .wf-column > h5,
.article-details .wf-columns .wf-column > h6 {
	margin-top: 0!important;
}

blockquote, .blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin: 40px 30px;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #1b488d;
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 20px;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 30px 0;
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #1b488d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Team article */
@media screen and (min-width: 992px) {
   body.itemid-126 .article-details img {
     filter: grayscale(100%);
     transition: filter 0.5s ease;
   }

   body.itemid-126 .article-details img:hover {
     filter: grayscale(0%);
   }
}



/* Droppics - default theme */
.droppicsgallerydefault .wimg.droppicslightbox {
	display: flex;
	width: 25%!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement {
	width: 100%!important;
    aspect-ratio: 3 / 2!important;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 399px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 100%!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 50%!important;
	}
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement img {
	border-radius: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
    margin-left: 0px!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover; 
	transition: 0.8s ease;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	font-size: 38px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 0;
}

.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: #1b488d;
    background-color: #1b488d;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #1b488d;
    background-color:  #1b488d;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #303030;
	border-color: #303030;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 0!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;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready] {
    margin-top: -16px;
}

[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] {
    font-family: 'Quicksand', sans-serif;
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
	font-size: 18px;
	padding: 20px 20px 10px 20px;
	margin-top: -30px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button] {
    margin-bottom: 1em;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    border: 1px solid rgba(27, 72, 141, 0.3);
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border: 1px solid rgba(27, 72, 141, 0.3);
    border-radius: 0;
	padding: 25px 20px;
    background-color: #fff;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:hover {
    background-color: #1b488d;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:not([data-rlta-state=closed]), [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:not([data-rlta-state=closed]):hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]), [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]):hover {
    border-color: #eee;
	border-bottom-color: transparent!important;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover {
    background-color: #f7f7f7;
	padding: 25px 20px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus {
    background-color: #fff;
	padding: 25px 20px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    color: #fff;
    background-color: #1b488d;
    border-radius: 0;
    border: 1px solid #eee;
	padding: 25px 20px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
    border-radius: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    margin-bottom: .75em;
}

[data-rlta-element=container][data-rlta-state=ready]:last-child, [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child, [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child {
    margin-bottom: 16px;
}
[data-rlta-element=container]>[data-rlta-element=panel]>[data-rlta-element=panel-content]>p:last-child {
    margin-bottom: 16px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f068';
    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: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}



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

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