/* 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: #137dae;
  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: 600;
	line-height: 1.2;
}

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: 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: 8px;
	padding: 18px;
	font-size: 18px;
	border: 1px solid rgba(1, 153, 214, 0.4)!important;
	box-sizing: border-box!important;
}

input {
	font-size: 18px!important;
}

.form-control:focus {
	border-color: rgba(1, 153, 214, 1)!important;
	box-shadow: 0 0 10px 3px rgba(1, 153, 214, 0.25)!important;
	outline: none!important;
}

.form-select:focus {
	border-color: rgba(1, 153, 214, 1)!important;
    box-shadow: 0 0 10px 3px rgba(1, 153, 214, 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, 153, 214, 0.4)!important;
	box-sizing: border-box!important;
}

textarea:focus {
	border-color: rgba(1, 153, 214, 1)!important;
	box-shadow: 0 0 10px 3px rgba(1, 153, 214, 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, 153, 214, 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, 153, 214, 1)!important;
    box-shadow: 0 0 10px 3px rgba(1, 153, 214, 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: #16315a!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 20px 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: #137dae!important;
}

.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #137dae!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: #333!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 20px 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;
	white-space: nowrap;
	color: #fff;
	background-color: #137dae;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	border: none;
	border-radius: 8px!important;
	padding: 20px 60px 20px 40px!important;
	transition: padding 0.3s ease;
}

.btn-blue-arrow::after {
    content: '\f061';
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-blue-arrow::before {
    content: '\f061';
    position: absolute;
    left: 38px;
    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: 20px 40px 20px 60px!important;
}

.btn-blue-arrow:hover::after {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
}

.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-white-arrow {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #16315a;
	background-color: #fff;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase;
	border: none;
	border-radius: 8px!important;
	padding: 20px 60px 20px 40px!important;
	transition: padding 0.3s ease;
}

.btn-white-arrow::after {
    content: '\f061';
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #16315a;
    transition: all 0.3s ease;
}

.btn-white-arrow::before {
    content: '\f061';
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #16315a;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-white-arrow:hover {
	color: #16315a;
	padding: 20px 40px 20px 60px!important;
}

.btn-white-arrow:hover::after {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
}

.btn-white-arrow:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-white-arrow:active {
	color: #16315a;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(22, 49, 90, 0.3);
}

.btn-white-arrow:focus {
	color: #16315a;
	outline: 3px solid #137dae!important;
	outline-offset: 2px!important;
}

.btn-white-arrow:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-light-blue-white {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #137dae!important;
    font-size: 17px!important;
    font-weight: 600!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none!important;
    border-radius: 8px!important;
    padding: 20px 40px!important;
    transition: all 0.3s ease!important;
}

.btn-light-blue-white:hover {
    color: #252525!important;
    background-color: #fff!important;
}

.btn-light-blue-white:active {
    color: #252525!important;
    background-color: #fff!important;
	box-shadow: inset 0 0 15px rgba(22, 49, 90, 0.8)!important;
}

.btn-light-blue-white:focus {
    outline: 3px solid #16315a!important;
    outline-offset: 2px!important;
}

.btn-light-blue-white:focus:not(:focus-visible) {
    outline: none!important;
}


.btn-dark-blue-white {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #16315a!important;
    font-size: 17px!important;
    font-weight: 600!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none!important;
    border-radius: 8px!important;
    padding: 20px 40px!important;
    transition: all 0.3s ease!important;
}

.btn-dark-blue-white:hover {
    color: #252525!important;
    background-color: #fff!important;
}

.btn-dark-blue-white:active {
    color: #252525!important;
    background-color: #fff!important;
	box-shadow: inset 0 0 15px rgba(22, 49, 90, 0.8)!important;
}

.btn-dark-blue-white:focus {
    outline: 3px solid #137dae!important;
    outline-offset: 2px!important;
}

.btn-dark-blue-white:focus:not(:focus-visible) {
    outline: none!important;
}


.btn-dark-blue-light-blue {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #16315a!important;
    font-size: 17px!important;
    font-weight: 600!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: none!important;
    border-radius: 8px!important;
    padding: 25px 40px!important;
    transition: all 0.3s ease!important;
}

.btn-dark-blue-light-blue:hover {
    color: #fff!important;
    background-color: #137dae!important;
}

.btn-dark-blue-light-blue:active {
    color: #fff!important;
    background-color: #137dae!important;
	box-shadow: inset 0 0 15px rgba(22, 49, 90, 0.8)!important;
}

.btn-dark-blue-light-blue:focus {
    outline: 3px solid #137dae!important;
    outline-offset: 2px!important;
}

.btn-dark-blue-light-blue: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::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #16315a;
    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: #143fad;
}

.btn-link-underline:active {
	font-weight: 700;
}

.btn-link-underline:focus {
	outline: 2px solid #137dae!important;
	outline-offset: 4px!important;
	border-radius: 2px!important;
}

.btn-link-underline:focus:not(:focus-visible) {
	outline: none!important;
}



/* Search */
#search-results a:hover {
	color: #137dae!important;
}

#search-results a:hover span {
	text-decoration: none!important;
}

.com-finder__search label {
	font-weight: 600;
	margin-bottom: 10px;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

@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(12, 26, 48, 0.9)!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;
	transition: all 0.3s ease!important;
	border-radius: 0 8px 8px 0!important;
}

#mksearch-modal .jconfirm-buttons button {
    color: #fff!important;
	background-color: #16315a!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 20px 40px!important;
	border-radius: 8px!important;
	transition: all 0.3s ease!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #137dae!important;
}

#mksearch-modal .jconfirm-buttons button:focus {
	outline: 3px solid #fff!important;
	outline-offset: 2px!important;
}

#mksearch-modal .jconfirm-buttons button:focus:not(:focus-visible) {
	outline: none!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #137dae!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:active {
    color: #fff!important;
	background-color: #137dae!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus {
    outline: 3px solid #fff!important;
	outline-offset: 2px!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus:not(:focus-visible) {
	outline: none!important;
}

#mksearch-modal .mksearch-container .form-control {
    border: 1px solid rgba(255, 255, 255, 0.5)!important;
	box-sizing: border-box!important;
}

#mksearch-modal .mksearch-container .form-control:focus {
    border-color: #fff!important;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3)!important;
	outline: none!important;
}



/* Convert Forms */
#sp-main-body .cf-response p {
	margin-bottom: 0 !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: 42px !important;
	}

	.cf-control-input h2 {
		font-size: 36px !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: #16315a!important;
	font-size: 17px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 8px!important;
	padding: 20px 40px 20px 40px!important;
	transition: all 0.3s ease!important;
}

.cf-btn:hover {
	background-color: #137dae!important;
}

.cf-btn:active {
    color: #fff!important;
	background-color: #137dae!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.cf-btn:focus {
	outline: 3px solid #137dae!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, top and main menu */
#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
}

#sp-top-bar > .container,
#sp-logo-and-main-menu > .container {
	max-width: 1600px;
}

#sp-top-bar {
    position: relative;
	display: flex;
    align-items: center;
	height: 70px;
}

@media screen and (max-width: 767px) {
	#sp-top-bar {
		display: none!important;
	}
}

#sp-top1 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

@media screen and (max-width: 1199px) {
	#sp-top1 {
		padding: 0 13px 0 0;
	}
}

@media screen and (min-width: 1200px) {
	#sp-top1 {
		padding: 0 25px 0 0;
	}
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
	#sp-top1 .menu {
		margin-right: -7px;
	}
}

#sp-top1 .menu li {
	position: relative;
	padding: 0;
	padding: 0;
}

#sp-top1 .menu li a {
    display: flex;
    align-items: center;
    gap: 8px; 
	position: relative;
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	height: 70px;
}


#sp-top1 .menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: calc(100% - 30px);
    height: 4px;
    background: #fff;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

#sp-top1 .menu li a:hover::after {
    opacity: 1;
}

@media screen and (max-width: 1299px) {
	#sp-top1 .menu li a {
		font-size: 15px;
	}
}

#sp-top1 .menu li a.apply-today {
	color: #fff;
	background-color: #16315a;
	padding: 0 15px;
}

.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: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 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: 70px;
		padding: 15px 0;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.logo-image {
		height: auto!important;
		max-height: 50px; 
		width: auto!important;
	}

	.sp-megamenu-wrapper {
		padding-right: 2px;
	}	
}

.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;
}

.sp-megamenu-parent>li>a {
    position: relative;
}

.sp-megamenu-parent>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 5px;
    background-color: #16315a;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sp-megamenu-parent>li.force-open>a::before,
.sp-megamenu-parent>li:hover>a::before {
    opacity: 1;
}

@media screen and (max-width: 1599px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 10px;
		font-size: 16px!important;
		letter-spacing: -0.5px;
	}
	
	.sp-megamenu-parent>li>a::before {
		left: 10px;
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 8px;
		font-size: 15px!important;
		letter-spacing: -0.5px;
	}
	
	.sp-megamenu-parent>li>a::before {
		left: 8px;
		width: calc(100% - 16px);
	}
}

.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: 15px!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: 700;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item .get-started {
	display: inline-block;
	height: 54px;
	line-height: 52px; 
	padding: 0 25px;
	margin-left: 15px;
	background-color: #a8cf34; 
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	transition: background-color 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .get-started:hover {
	color: #fff; 
	background-color: #16315a; 
}

/* Megamenu */
.sp-megamenu-parent>li.menu-justify {
    position: inherit;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
    right: 0;
	padding: 0;
}

.sp-megamenu-parent {
    position: static; 
}

.sp-dropdown-mega.sp-menu-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
}

.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-inner {
    width: calc(100vw - (100vw - 1560px) / 2);
}

.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-inner {
    box-shadow: none;
    padding: 0;
}

.sp-dropdown-mega .sp-group-title.sp-menu-heading,
.resources-menu .mod-menu__heading.nav-header {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #868686;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
	width: 100%;
}

.sp-dropdown-mega .sp-mega-group-child.sp-dropdown-items a,
.sp-dropdown-mega .resources-menu .mod-menu__sub.menu-child a {
	font-size: 17px!important;
	font-weight: 500!important;
	text-transform: initial;
}

@media screen and (max-width: 1599px) {
	.sp-dropdown-mega .sp-group-title.sp-menu-heading,
	.resources-menu .mod-menu__heading.nav-header {
		font-size: 15px;
	}
	
	.sp-dropdown-mega .sp-mega-group-child.sp-dropdown-items a,
	.sp-dropdown-mega .resources-menu .mod-menu__sub.menu-child a {
		font-size: 15px!important;
	}
}

.sp-dropdown-mega .resources-menu .mod-menu__sub.menu-child a {
	padding: 5px 0 0 0;
}

.sp-dropdown-mega .resources-menu .mod-menu__sub.menu-child a:hover {
	color: #137dae;
}

.sp-dropdown-mega .resources-menu ul {
	display: block!important;
}

.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full > .sp-dropdown-inner > .row > .col-sm-3:last-child {
	background-color: #f3f3f3;
	border-left: 1px solid #868686;
	flex: 1;
}

.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full > .sp-dropdown-inner > .row > .col-sm-3 {
	width: 21%;
}

.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-full .sp-mega-group {
	padding: 60px 20px;
}

.sp-menu-item.sp-has-child:hover .sp-dropdown {
    display: block !important;
}

.sp-menu-item.sp-has-child.keep-open .sp-dropdown {
    display: block !important;
}

.sp-menu-item.sp-has-child .sp-dropdown { 
    opacity: 0;
    transform: translateY(-60px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.sp-menu-item.sp-has-child.force-open .sp-dropdown { 
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0);
    pointer-events: auto;
}

.sp-menu-item.sp-has-child > a::after {
    content: '\25BC'; 
    margin-left: 5px;
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.sp-menu-item.sp-has-child.force-open > a::after {
    transform: rotate(180deg); 
}

body.menu-open {
    overflow: hidden !important;
}



/* 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;
	border-bottom: 1px solid #189ad6;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
	padding: 0 20px 25px 20px;
}
/**/

.offcanvas-overlay {
	background: rgba(12, 26, 48, 0.9)!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: 100%;
	height: auto!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;
}

@media screen and (min-width: 480px) {
	#offcanvas-toggler::after {
		content: "MENU";
		font-size: 26px;
		color: #252525;
		margin: 1px 0 0 3px;
		display: block;
		font-weight: 600;
	}
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!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: #252525!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: #252525;
}

.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: #137dae;
}

.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: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .nav-header {
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.offcanvas-menu ul.menu-child li {
	padding: 7px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 17px;
	display: flex;
	font-weight: 700;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 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: 12px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas-menu .top-menu {
	position: relative;
	padding-top: 20px!important;
}

.offcanvas-menu .top-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    border-top: 1px solid #189ad6;
}

.offcanvas-menu .top-menu li {
	display: flex!important;
	position: relative;
	margin: 14px 0;
}

.offcanvas-menu .top-menu li a {
	display: inline-flex!important;
	align-items: flex-start;
	font-size: 19px!important;
	font-weight: 600!important;
	padding: 10px 10px!important;
	text-transform: initial!important;
}

.offcanvas-menu .top-menu li a.apply-today {
	padding: 20px 25px!important;
	margin: 15px 10px;
	background-color: #16315a; 
	color: #fff!important;
	text-transform: uppercase!important;
	border: 2px solid transparent;
	border-radius: 8px;
    justify-content: center;
	text-align: center;
	font-weight: 600;
	width: 100%;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.offcanvas-menu .top-menu li a.apply-today:hover {
	background-color: #137dae; 
}

.offcanvas-menu .top-menu li a.apply-today:focus {
	outline: 3px solid #137dae;
	outline-offset: 2px;
}

.offcanvas-menu .top-menu li a.apply-today:focus:not(:focus-visible) {
	outline: none;
}

.offcanvas-menu .top-menu li a.apply-today:focus-visible {
	outline: 3px solid #137dae;
	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;
    font-size: 60px;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #db4f36!important;
    background: none!important;
	font-weight: 900;
	font-size: 70px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	lite-youtube .lty-playbtn::after {
		font-size: 60px;
	}	
}

lite-youtube .lty-playbtn:hover::after {
    color: #db4f36!important; 
	transition: all 0.3s ease;
}

lite-youtube .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px;
	border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

lite-youtube .lty-playbtn:hover::before {
	background-color: #fff;
	transition: all 0.3s ease;
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!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 - 200px);
		min-height: 600px;
		max-height: 800px;
	}
}

#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(2.125rem, 1.5rem + 2.5vw, 4.5rem)!important;
	line-height: 1.1!important;
}

@media screen and (max-width: 575px) {
	#section-hero .hero-title-text .sppb-addon-title {
		line-height: 1.2!important;
	}
}

@media screen and (max-width: 767px) {
	#section-hero .hero-title-text .sppb-addon-title {
		text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
	}
	
	#section-hero .hero-logo {
		display: none!important;
	}
}



/* Section majors and training programs */
@media screen and (max-width: 1499px) {
	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 40%;
		flex-basis: 40%;		
	}

	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 60%;
		flex-basis: 60%;			
	}
}

@media screen and (max-width: 1249px) {
	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 30%;
		flex-basis: 30%;		
	}

	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 70%;
		flex-basis: 70%;			
	}
}

@media screen and (max-width: 767px) {
	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 100%;
		flex-basis: 100%;		
	}

	#section-majors-training-programs > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 100%;
		flex-basis: 100%;			
	}
}

#section-majors-training-programs .majors-trainings-menu ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

#section-majors-training-programs .majors-trainings-menu li {
	display: flex;
	width: calc(50% - 15px);
	margin-bottom: 0;
	position: relative;
}

#section-majors-training-programs .majors-trainings-menu ul li {
	position: relative;
	margin: 0;
}

#section-majors-training-programs .majors-trainings-menu ul li:first-child {
	margin: 0;
}

#section-majors-training-programs .majors-trainings-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 17px;
	color: #252525;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	padding: 4px 15px 4px 24px;
}

#section-majors-training-programs .majors-trainings-menu ul li a:hover {
	color: #137dae;
}

#section-majors-training-programs .majors-trainings-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 699px) {
	#section-majors-training-programs .majors-trainings-menu ul {
		flex-direction: column;
	}
	
	#section-majors-training-programs .majors-trainings-menu li {
		width: 100%;
	}
	
	#section-majors-training-programs .majors-trainings-menu ul li a {
		line-height: 1.6;
	}
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
	#section-majors-training-programs .majors-trainings-menu ul {
		flex-direction: column;
	}
	
	#section-majors-training-programs .majors-trainings-menu li {
		width: 100%;
	}
	
	#section-majors-training-programs .majors-trainings-menu ul li a {
		line-height: 1.6;
	}
}

#section-majors-training-programs .majors-trainings-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058"; 
    font-size: 15px;
    font-weight: 900; 
    color: #16315a;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(2px);
    opacity: 1;
    transition: opacity 0.6s ease;
}

#section-majors-training-programs .majors-trainings-menu ul li a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f138"; 
    font-size: 15px;
    font-weight: 900; 
    color: #16315a;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(2px);
    opacity: 0;
    transition: opacity 0.6s ease;
}

#section-majors-training-programs .majors-trainings-menu ul li a:hover::before {
    opacity: 0;
}

#section-majors-training-programs .majors-trainings-menu ul li a:hover::after {
    opacity: 1;
}



/* Section - quick links */
#section-quick-links .quick-link-column .sppb-column-addons > .sppb-addon-wrapper:first-child:hover
  ~ .sppb-addon-wrapper > .sppb-div-addon {
    background-color: #e5f5fb;
	transition: background-color 0.5s ease;
}

#section-quick-links .quick-links-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
}

#section-quick-links .quick-links-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}



/* Section - student support */
#section-student-support .student-img img {
	border: 7px solid #189ad6;
	border-radius: 40px;
}


	
/* 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;
}

#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-radius: 10px;
	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-radius: 10px;
}

#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: #137dae;
	margin-bottom: .5rem;
}

#section-news .mod-articles-link {
	font-weight: 700;
	display: inline-block;
	color: #252525;
	font-size: 20px;
	line-height: 1.3;
}

#section-news .mod-articles-link:hover {
	color: #16315a!important;
	line-height: 1.3;
}

#section-news .mod-articles-title {
	margin-bottom: 5px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #444!important;
}

@media screen and (max-width: 991px) {
	#section-news .mod-articles-link {
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	#section-news .blog-article-item-inner {
		padding: 0;
	}

	#section-news .blog-article-info-container {
		padding: 20px 15px 30px 15px;
	}	
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 25px 30px 20px 30px;	
    margin: -25px 20px 0 20px;
    border: 1px solid #0199D6;
	border-radius: 10px;
    z-index: 9;
}


@media screen and (max-width: 399px) {
	#section-news .mod-articles-text-content {
        padding: 20px 25px 15px 25px;
        margin: -25px 15px 0 15px;
	}
}

#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: auto;
}

#section-news .readmore a {
	display: inline-block;
	position: relative;
	color: #137dae !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px 0 0!important;
	transform: translateZ(0);
	transition: padding 0.3s ease;
}

#section-news .readmore a::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	display: inline-block;
}

#section-news .readmore a:before {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: all 0.3s ease;
	display: inline-block;
	border: none!important;
}

#section-news .readmore a:hover {
	padding: 0 0 0 20px!important;
}

#section-news .readmore a:hover::after {
	opacity: 0;
	transform: translateY(-50%) translateX(10px);
}

#section-news .readmore a:hover:before {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	border: none!important;
}



/* Footer */
@media screen and (max-width: 767px) {
	#section-footer1 {
		background-image: none!important;
		background-color: #137dae!important;
	}
	
	#section-footer1 .footer1-left-col .sppb-column-overlay {
		background: rgba(24, 154, 214, 0.7)!important;
	}
}

#section-footer2 .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer2 .vertical-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-footer2 .vertical-menu ul li {
	position: relative;
	margin: 18px 0;
}

#section-footer2 .vertical-menu.contact-menu ul li {
	margin: 16px 0;
	max-width: 230px;
}

#section-footer2 .vertical-menu ul li a {
	position: relative;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

#section-footer2 .vertical-menu ul li a::before {
	content: "";
	flex-shrink: 0;
	margin-top: 4px;
	width: 16px;
	height: auto;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#section-footer2 .vertical-menu ul li a::before {
		margin-top: 2px;
	}
}

#section-footer2 .vertical-menu ul li a.address-item::before {
	background-image: url('../../../images/tmpl/icon-pin.png'); 
}

#section-footer2 .vertical-menu ul li a.phone-item::before {
	background-image: url('../../../images/tmpl/icon-phone.png'); 
}

#section-footer2 .vertical-menu ul li a.map-item::before {
	background-image: url('../../../images/tmpl/icon-map.png'); 
}

@media screen and (max-width: 991px) {
	#section-footer2 .vertical-menu ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#section-footer2 .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer2 .vertical-menu ul li a:hover {
    color: #5bceff;
}

/* socials */
#section-footer2 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer2 .footer-socials ul li {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
}

#section-footer2 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer2 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #16315a;
	font-size: 20px;
    margin: 0;
    padding: 0!important;
    border: 1px solid rgba(255, 255, 255, 0.5);
	width: 43px;
    height: 43px;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer2 .footer-socials ul li a:hover span {
    color: #16315a!important;
    background-color: #fff;
}
/**/

/*footer quick links menu*/
#section-footer-quick-links {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#section-footer-quick-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

@media screen and (max-width: 1199px) {
	#section-footer-quick-links ul {
		justify-content: center; 
	}
}

#section-footer-quick-links ul li {
	display: flex;
	align-items: center; 
	padding: 0 14px 0 9px;
	position: relative;
	white-space: nowrap;
}

#section-footer-quick-links ul span,
#section-footer-quick-links ul li a {
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500!important;
}

#section-footer-quick-links ul li a:hover {
	color: #5bceff;
}

#section-footer-quick-links ul li:not(:last-child)::after {
	content: "|";
	font-size: 14px;
	position: absolute;
	right: 0;
	color: #fff; 
}

@media screen and (max-width: 575px) {
	#section-footer-quick-links ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer-quick-links ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#section-footer-quick-links ul li:not(:last-child)::after {
		content: none;
	}
	
	#section-footer-quick-links ul span,
	#section-footer-quick-links ul li a {
		font-size: 17px;
	}
}

/*footer copyright menu*/
#section-footer3 {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#section-footer3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#section-footer3 ul li {
	display: flex;
	align-items: center; 
	padding: 0 14px 0 9px;
	position: relative;
	white-space: nowrap;
}

#section-footer3 ul span,
#section-footer3 ul li a {
	position: relative;
	font-size: 16px;
	color: #252525;
	font-weight: 600!important;
}

#section-footer3 ul li a:hover {
	color: #137dae;
}

#section-footer3 ul li:not(:last-child)::after {
	content: "|";
	font-size: 14px;
	position: absolute;
	right: 0;
	color: #252525; 
}

@media screen and (max-width: 991px) {
	#section-footer3 ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer3 ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#section-footer3 ul li:not(:last-child)::after {
		content: none;
	}
}



/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
	background-color: #16315a;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: start;
    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: 700;
	margin-bottom: 10px;
}

#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: 150px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
		margin-bottom: 5px;
	}
	
	#sp-page-header .menu-breadcrumbs {
		font-size: 14px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header {
		padding: 0 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 34px;	
		margin-bottom: 5px;
	}	

	#sp-page-header .menu-breadcrumbs {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 230px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 260px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 260px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 60px;	
	}
}



/* 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: 0;
    border-radius: 10px;
	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-radius: 10px;
	transition: filter 0.5s ease;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
    border:none;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
	padding: 25px 30px 20px 30px;
    margin: -25px 20px 0 20px;
    border: 1px solid #0199D6;
    border-radius: 10px;
	height: 100%;
	z-index: 9;
}

@media screen and (max-width: 399px) {
	.blognews .article-list .article-body {
        padding: 20px 25px 15px 25px;
        margin: -25px 15px 0 15px;
	}
}

.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 .blog-articles-date {
	font-size: 14px;
	font-weight: 500;
	color: #137dae;
	margin-bottom: .5rem;
}

.blognews .article-list .article-header h2 {
	font-size: 20px!important;
	line-height: 1.3;
	margin-bottom: 5px!important;
}

@media screen and (max-width: 991px) {
	.blognews .article-list .article-header h2 {
		font-size: 18px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 700!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #16315a!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: 1;
}

.blognews .article-list .readmore {
	margin-top: auto;
}

.blognews .article-list .readmore a {
	display: inline-block;
	position: relative;
	color: #137dae !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px 0 0!important;
	transform: translateZ(0);
	transition: padding 0.3s ease;
}

.blognews .article-list .readmore a::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	display: inline-block;
}

.blognews .article-list .readmore a:before {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: all 0.3s ease;
	display: inline-block;
	border: none!important;
}

.blognews .article-list .readmore a:hover {
	padding: 0 0 0 20px!important;
}

.blognews .article-list .readmore a:hover::after {
	opacity: 0;
	transform: translateY(-50%) translateX(10px);
}

.blognews .article-list .readmore a:hover:before {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	border: none!important;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

@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;
	}

	.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: 0;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

.article-details .article-info {
	display: none;
}

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: #137dae;
}

@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;
	}
}



/* Article quick links */
.custom-link-buttons-wrapper {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #f4f9fc;
	padding: 75px 30px;
	margin-top: 75px;
	margin-bottom: 0;
}

.quick-links-heading.text-center {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
	.quick-links-heading.text-center {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.custom-link-buttons-wrapper {
		padding: 45px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.quick-links-heading.text-center {
		font-size: 32px;
		margin-bottom: 40px;
	}
	
	.custom-link-buttons-wrapper {
		padding: 55px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
		.quick-links-heading.text-center {
		font-size: 34px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.quick-links-heading.text-center {
		font-size: 36px;
	}
}

.custom-link-button {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px 20px 20px 30px;
	background: #fff;
	border: 1px solid #0199D6;
	border-radius: 10px;
	color: #252525;
	transition: all 0.3s ease;
	height: 100%;
	min-height: 60px;
}

.custom-link-button:hover {
	background-color: #e5f5fb;
}

.custom-link-button .link-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-link-button .link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
}

.custom-link-button .link-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.custom-link-button .link-text {
	flex: 1;
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
}



/* Bottom links section */
#sp-bottom-section > .container {
	max-width: 1500px;
}	

@media screen and (max-width: 1499px) {
	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 40%;
		flex-basis: 40%;		
	}

	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 60%;
		flex-basis: 60%;			
	}
}

@media screen and (max-width: 1249px) {
	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 30%;
		flex-basis: 30%;		
	}

	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 70%;
		flex-basis: 70%;			
	}
}

@media screen and (max-width: 767px) {
	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:first-child {
		max-width: 100%;
		flex-basis: 100%;		
	}

	#section-bottom-links > .sppb-row-container > .sppb-row > .sppb-row-column:last-child {
		max-width: 100%;
		flex-basis: 100%;			
	}
}

#section-bottom-links .bottom-links-menu ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

#section-bottom-links .bottom-links-menu li {
	display: flex;
	width: calc(50% - 15px);
	margin-bottom: 0;
	position: relative;
}

#section-bottom-links .bottom-links-menu ul li {
	position: relative;
	margin: 0;
}

#section-bottom-links .bottom-links-menu ul li:first-child {
	margin: 0;
}

#section-bottom-links .bottom-links-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 17px;
	color: #252525;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	padding: 4px 15px 4px 24px;
}

#section-bottom-links .bottom-links-menu ul li a:hover {
	color: #137dae;
}

#section-bottom-links .bottom-links-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 699px) {
	#section-bottom-links .bottom-links-menu ul {
		flex-direction: column;
	}
	
	#section-bottom-links .bottom-links-menu li {
		width: 100%;
	}
	
	#section-bottom-links .bottom-links-menu ul li a {
		line-height: 1.6;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-bottom-links .bottom-links-menu ul {
		flex-direction: column;
	}
	
	#section-bottom-links .bottom-links-menu li {
		width: 100%;
	}
	
	#section-bottom-links .bottom-links-menu ul li a {
		line-height: 1.6;
	}
}

#section-bottom-links .bottom-links-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058"; 
    font-size: 15px;
    font-weight: 900; 
    color: #16315a;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(2px);
    opacity: 1;
    transition: opacity 0.6s ease;
}

#section-bottom-links .bottom-links-menu ul li a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f138"; 
    font-size: 15px;
    font-weight: 900; 
    color: #16315a;
    position: absolute;
    left: 0;
    display: inline-block;
    transform: translateY(2px);
    opacity: 0;
    transition: opacity 0.6s ease;
}

#section-bottom-links .bottom-links-menu ul li a:hover::before {
    opacity: 0;
}

#section-bottom-links .bottom-links-menu ul li a:hover::after {
    opacity: 1;
}



/* 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: #16315a;
    background-color: #16315a;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #16315a;
    background-color:  #16315a;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #137dae;
	border-color: #137dae;
}

.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;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    color: #16315a;
}

[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] {
    padding: 0 5px;
	font-size: 17px;
}

[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: none;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border: none;
    border-radius: 10px;
    padding: 20px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    background-color: #137dae;
}

[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: #a8cf34;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover {
    background-color: #137dae;
	padding: 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] {
    background-color: #a8cf34;
    border-radius: 10px;
	border: none;
	padding: 20px;
}

[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][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-weight: 600;
	padding-right: 30px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}



/* 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: #137dae;
}