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

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

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

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

@media screen and (max-width: 575px) { 
	body {
		font-size: 17px !important;
	}
}

hr {
	border-top: 1px solid #ccc !important;
	margin-top: 55px !important;
    margin-bottom: 55px !important;	
	opacity: 1;
}

@media screen and (max-width: 480px) {
	hr {
		margin-top: 35px !important;
		margin-bottom: 35px !important;	
	}
}

.sp-pagebuilder-page-edit {
	display: none !important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none !important; 
}

.com-finder p {
    margin-bottom: 1rem !important;
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0 !important;
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #4466FD;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.1;
}

body.view-article .h2:not([itemprop="headline"]), body.view-article .h3, body.view-article .h4, body.view-article .h5, body.view-article .h6, body.view-article h2:not([itemprop="headline"]), body.view-article h3, body.view-article h4, body.view-article h5, body.view-article h6 {
	margin-top: 2rem;
}

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

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

	.h3, h3, .article-details .article-header h3 {
		font-size: 38px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 30px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 14px;
	font-size: 1.1rem;
}

textarea {
	border-radius: 0 !important;
}

textarea:focus,
.form-control:focus,
.form-select:focus {
	border-color: rgba(82, 113, 253, 0.4) !important;
	box-shadow: 0 0 25px 5px rgba(82, 113, 253, 0.05) !important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto !important;
	border-radius: 0 !important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px !important;
	border-radius: 0 !important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(82, 113, 253, 0.4) !important;
    box-shadow: 0 0 25px 5px rgba(82, 113, 253, 0.05) !important;
}

.btn, .btn-primary, .sppb-btn-primary {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #4466FD !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase;
    border: none !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
	color: #fff !important;
	background-color: #748eff !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

.btn:focus-visible, .btn-primary:focus-visible, .sppb-btn-primary:focus-visible {
    color: #fff !important;
	background-color: #748eff !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.btn:active, .btn-primary:active, .sppb-btn-primary:active {
    color: #fff !important;
	background-color: #748eff !important;
}

.btn-secondary, .sppb-btn-secondary {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #27304b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase;
    border: none !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
	color: #fff !important;
	background-color: #606060 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

.btn-secondary:focus-visible, .sppb-btn-secondary:focus-visible {
    color: #fff !important;
	background-color: #606060 !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.btn-secondary:active, .sppb-btn-secondary:active {
    color: #fff !important;
	background-color: #606060 !important;
}


.btn-blue-default {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #4466FD !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase;
    border: none !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.btn-blue-default:hover {
	color: #fff !important;
	background-color: #748eff !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

.btn-blue-default:focus-visible {
    color: #fff !important;
	background-color: #748eff !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.btn-blue-default:active {
    color: #fff !important;
	background-color: #4466FD !important;
}


.btn-blue-light {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #748eff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase;
    border: none !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.btn-blue-light:hover {
	color: #fff !important;
	background-color: #395dc9 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

.btn-blue-light:focus-visible {
    color: #fff !important;
	background-color: #395dc9 !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.btn-blue-light:active {
    color: #fff !important;
	background-color: #748eff !important;
}


.btn-blue-dark {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #395dc9 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase;
    border: none !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.btn-blue-dark:hover {
	color: #fff !important;
	background-color: #4466FD !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

.btn-blue-dark:focus-visible {
    color: #fff !important;
	background-color: #4466FD !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.btn-blue-dark:active {
    color: #fff !important;
	background-color: #395dc9 !important;
}

@media screen and (max-width: 480px) {
	.btn, .btn-primary, .sppb-btn-primary,
	.btn-secondary, .sppb-btn-secondary,
	.btn-blue-default,
	.btn-blue-light,
	.btn-blue-dark {
		font-size: 17px !important;	
		padding: 16px 35px !important;
	}	
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

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

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

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

#search-form button {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px !important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
	background-color: rgba(19, 23, 38, 0.94) !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;
	border-radius: 0;
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #4466FD !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	padding: 16px 40px !important;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #fff !important;
	background-color: #748eff !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff !important;
	background-color: #748eff !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: #748eff !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 */
#sp-main-body .cf-response p {
	margin-bottom: 0 !important;
}

#sp-main-body .convertforms input, .convertforms textarea {
	font-size: 17px !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 {
	font-family: 'Mitr', sans-serif;
	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: 50px !important;
	}

	.cf-control-input h2 {
		font-size: 46px !important;
	}
}

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

.cf-btn {
	font-family: 'Mitr', sans-serif;
    display: inline-block !important;
    white-space: nowrap !important;
    color: #fff !important;
    background-color: #4466FD !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	text-transform: uppercase !important;
    border: none !important;
	border-top-left-radius: 30px !important;
	border-top-right-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	border-bottom-right-radius: 0 !important;
    padding: 16px 45px !important;
	transition: background-color 0.3s ease, border-radius 0.3s ease !important;
}

.cf-btn:hover {
	color: #fff !important;
	background-color: #748eff !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 30px !important;
	opacity: 1 !important;
}

.cf-btn:focus-visible {
    color: #fff !important;
	background-color: #748eff !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.cf-btn:active {
    color: #fff !important;
	background-color: #4466FD !important;
}

@media screen and (max-width: 480px) {
	.cf-btn {
		font-size: 17px !important;	
		padding: 16px 35px !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-menu .row,
#sp-logo-and-main-menu .row {
	max-width: 1630px;
	margin: 0 auto;
	width: calc(100% - 30px); 
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 575px) {
	#sp-top-menu .row,
	#sp-logo-and-main-menu .row {
		max-width: 1630px;
		margin: 0 auto;
		width: 100%; 
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-top-menu .row,
	#sp-logo-and-main-menu .row {
		max-width: 1630px;
		margin: 0 auto;
		width: calc(100% - 10px); 
	}
}

/* sticky header */
#sp-logo-and-main-menu {
	background-color: #fff;
}

#sp-logo-and-main-menu.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
    animation: spFadeInDown 1.0s;
    will-change: transform;
}

#sp-logo-and-main-menu.header-sticky #sp-logo {
	display: flex;
	align-items: center;
}

#sp-logo-and-main-menu.header-sticky .logo-image {
	margin-top: 0;
}
/**/

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

@media screen and (max-width: 1199px) {
	#sp-logo {
		display: flex;
		align-items: center;
	}
}

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

#sp-logo-and-top-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
	padding: 20px 0;
}

@media screen and (max-width: 991px) {
	.logo-image {
		height: 70px !important;
	}
	
	#offcanvas-toggler {
		height: 100px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-image {
		height: 80px !important;
	}	

	#offcanvas-toggler {
		height: 100% !important;
	}
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-4,
	#sp-top1.col-lg-4 {
		width: 80%;
	}
	
	#sp-menu.col-lg-8,
	#sp-top2.col-lg-8 {
		width: 20%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo.col-lg-4,
	#sp-top1.col-lg-4 {
		width: 25%;
	}
	
	#sp-menu.col-lg-8,
	#sp-top2.col-lg-8 {
		width: 75%;
	}

	.logo-image {
		height: 104px !important;
		margin-top: -16px;
	}
}

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

	.logo-image {
		height: 90px !important;
		margin-top: -8px;
	}
}

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

#sp-top2 {
	position: relative;
	background-color: #4466FD;
	display: flex;
	align-items: center;
	justify-content: end;
}

#sp-top2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #4466FD; 
    z-index: -1;
}

#sp-top2 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

#sp-top2 .menu li {
	position: relative;
	padding: 10px 0 10px 12px;
}


#sp-top2 .menu li:not(:last-child)::after {
	content: "|";
	font-weight: 300;
	color: #fff; 
	padding-left: 15px;
}

#sp-top2 .menu li a {
	font-family: 'Mitr', sans-serif;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0; 
	display: inline-block;
	transition: all 0.3s ease;
}

#sp-top2 .menu li:last-child a {
    padding-right: 5px;
}

#sp-top2 .menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: width 0.3s ease;
}

#sp-top2 .menu li a:hover::after {
    width: 100%;
}

@media screen and (max-width: 1199px) {
	#sp-top2  {
		display: none;
	}
}

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

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		width: 100%;
	}

}

.sp-megamenu-parent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
	width: 100%;
}

@media screen and (max-width: 1399px) {
	.sp-megamenu-parent {
		justify-content: end;
	}	
}

.sp-megamenu-parent .sp-menu-item {
    flex-shrink: 1;
	min-width: 0; 
}

.sp-megamenu-wrapper > ul > li > a {
    display: inline-flex;
    align-items: center;
    gap: 5px; 
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (min-width: 1450px) {
	.sp-megamenu-parent > li:last-child {
		margin-left: 10vw;
	}
}

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

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
	text-transform: uppercase;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 5px 0;
}

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

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

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

.sp-megamenu-parent .sp-menu-item {
    vertical-align: top;    
}

.sp-megamenu-parent .sp-menu-item .get-started {
	display: inline-block;
	height: 54px;
	line-height: 54px; 
	padding: 0 25px;
	margin: 0 15px;
	background-color: #4466FD; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	transition: background-color 0.3s ease, border-radius 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .get-started:hover {
	color: #fff; 
	background-color: #748eff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 30px;
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static !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;
}
/**/

body.offcanvas-active {
    position:relative !important;
    overflow: hidden;
}

.offcanvas-overlay {
	background: rgba(19, 23, 38, 0.94) !important;
}

.offcanvas-menu > .d-flex {
	background-color: #fff;
}

.offcanvas-menu .logo {
	width: 77%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 0 15px 0 7px;
	margin-top: 0;
	height: auto !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px!important
}

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

#offcanvas-toggler:hover {
	color: #4466FD !important;
}

@media screen and (min-width: 480px) {
	#offcanvas-toggler::after {
		content: "MENU";
		color: #252525;
		margin: 0 0 0 6px;
		display: block;
		font-size: 26px;
		font-weight: 600;
	}
}

.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: #4466FD;
}

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


body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525 !important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px !important;
}

#sp-menu .burger-icon {
	width: 30px;
    cursor: pointer;
}

.burger-icon > span {
    display: block;
    height: 3px;
	background-color: #252525 !important;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
    border-radius: 5px;
}

.offcanvas-active .burger-icon > span {
	margin: 3.9px -3px;
}

.close-offcanvas {
    top: 32px;
	right: 15px !important;
	z-index: 99;
}

@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.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 5px;
}

.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 {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .header-modules {
	padding: 0 !important;
	margin: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 24px;
    line-height: 24px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-family: 'Mitr', sans-serif;
	font-size: 22px;
	line-height: 1.4;
	padding: 8px 12px;
	color: #252525;
	font-weight: 600;
}

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 {
	color: #252525 !important;
	right: 0 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1 !important;
	padding: 12px 10px;
}

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

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

.offcanvas-menu .top-menu-offcanvas {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px !important;
}

.offcanvas-menu .top-menu-offcanvas a {
	font-family: 'Mitr', sans-serif;
	font-size: 20px !important;
	padding: 10px 10px !important;
    font-weight: 500;
}



/* 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: #d65353 !important;
    background: none !important;
	font-weight: 900;
	font-size: 76px;
	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: #C63F3F !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;
}



/* Scroll up button */
.sp-scroll-up {
    right: 25px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #98aaff;
    background-image: url('../../../images/tmpl/arrow-up.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px; 
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #748eff; 
    background-image: url('../../../images/tmpl/arrow-up.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.sp-scroll-up .fas {
    display: none;
}



/* Section - hero*/
#section-hero-inner {
	border-bottom-right-radius: 150px;
	filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 575px) {
	#section-hero-inner {
		height: 360px !important;
		min-height: 360px !important;
		border-bottom-right-radius: 80px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-hero-inner {
		height: 400px !important;
		min-height: 400px !important;
		border-bottom-right-radius: 120px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-hero-inner {
		height: 450px !important;
		min-height: 450px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-hero-inner {
		height: 550px !important;
		min-height: 550px !important;
	}
}

@media screen and (min-width: 1200px) {
	#section-hero-inner {
		height: calc(100vh - 230px) !important;
		min-height: 600px !important;
		max-height: 780px !important;
	}
}

#section-hero-inner > .sppb-container-inner,
#section-hero-inner > .sppb-container-inner > .sppb-row,
#sppb-addon-wrapper-0f17547a-50bd-4ef5-a7c9-028cc590e40c,
.hero-text-container {
	height: 100%;
}

#section-hero .hero-text .sppb-addon-title {
	font-size: clamp(1.75rem, 1.4327rem + 1.4103vw, 3.125rem) !important;
    line-height: 1.1 !important;
}

#section-hero .hero-text .sppb-addon-content {
    font-size: clamp(2.75rem, 2.2308rem + 2.3077vw, 5rem) !important;
    line-height: 1.1 !important;
}



/* Section - arkansas research trials */
#section-arkansas-research-trials {
	z-index: 0 !important;
}



/* Section - our areas of study */
#section-areas-of-study .study-areas-image img {
	border-top-right-radius: 100px;
}

@media screen (max-width: 575px) {
	#section-areas-of-study .study-areas-image img {
		border-top-right-radius: 60px;
	}
}

#section-areas-of-study .study-areas-image .sppb-addon-single-image-container,
#section-areas-of-study .study-areas-image img {
	width: 100%;	
}



/* 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 12px 5px rgba(0, 0, 0, 0.06);
}

#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 {
	position: relative;
	padding-top: 65%;
	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: 65%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
}

#section-news .blog-article-video-container lite-youtube {
    position: absolute;
    top: 50%; 
    left: 0;
    width: 100%;
    height: 140%; 
    transform: translateY(-50%); 
    background-size: cover  !important;
    background-position: center  !important;
    max-width: 100%  !important;
}

#section-news .article-date-overlay {
    position: absolute;
    top: -45px;
    left: 35px;
    background: #4466FD;
    color: #fff;
    padding: 20px 27px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    min-width: 60px;
}

#section-news .article-date-overlay .day {
	font-family: 'Mitr', sans-serif;
    font-size: 30px;
	line-height: 30px;
    display: block;
	font-weight: 500;
}

#section-news .article-date-overlay .month {
	font-family: 'Mitr', sans-serif;
	font-size: 16px;
    display: block;
    text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 575px) {
	#section-news .article-date-overlay {
		left: 20px;
		top: -35px;
		padding: 15px 20px;
	}
	
	#section-news .article-date-overlay .day {
		font-size: 22px;
		line-height: 20px;
	}	
	
	#section-news .article-date-overlay .month {
		font-size: 15px;
	}
}

#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: #27304b;
	font-size: 24px;
}

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

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

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

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

@media screen and (max-width: 575px) {
	#section-news .mod-articles-text-content {
		padding: 60px 20px 30px 20px;	
	}
}

#section-news .mod-articles-category-introtext {
	font-size: 17px;
	line-height: 1.8;
}	

#section-news .readmore {
	margin-top: auto;
    padding-top: 20px;
	text-align: right;
}

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

#section-news .readmore a::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #252525; 
    margin-right: 10px; 
    vertical-align: middle;
}

#section-news .readmore a:hover {
	color: #27304b !important;
}



/* Section - footer */
#sp-footer-section {
	background-color: #f1f4ff;
}

/* contacts */
#section-footer .menu-with-icons ul {
	list-style: none;
	padding-left: 0;
}

#section-footer .menu-with-icons ul li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
	#section-footer .menu-with-icons ul li {
		margin-bottom: 15px;
	}
}

#section-footer .menu-with-icons ul li a {
	font-family: 'Mitr', sans-serif;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 300 !important;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}


#section-footer .menu-with-icons ul li a.contact-us-address {
	max-width: 280px;
	word-break: break-word;
}

#section-footer .menu-with-icons ul li a:hover {
	color: #b8c7fe;
}

#section-footer .menu-with-icons ul li a::before {
	content: "";
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 2px;
	background-size: contain;
	background-repeat: no-repeat;
}

#section-footer .menu-with-icons ul li a.contact-us-address::before {
	background-image: url('../../../images/tmpl/location.png'); 
	margin-top: -18px;
}

#section-footer .menu-with-icons ul li a.contact-us-phone::before {
	background-image: url('../../../images/tmpl/phone.png'); 
}

#section-footer .menu-with-icons ul li a.contact-us-email::before {
	background-image: url('../../../images/tmpl/email.png'); 
}

/* helpful links */
#section-footer .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer .vertical-menu ul li {
	position: relative;
	margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
	#section-footer .vertical-menu ul li {
		margin-bottom: 10px;
	}
}

#section-footer .vertical-menu.contact-menu ul li {
	margin: 12px 0;
}

#section-footer .vertical-menu ul li a {
	font-family: 'Mitr', sans-serif;
	position: relative;
	display: inline-flex;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
	#section-footer .vertical-menu ul li a {
		font-size: 16px;
	}
}

#section-footer .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f054"; 
    color: #fff;
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(2px);
}

#section-footer .vertical-menu li a span {
	color: #ed3b3b;
	flex-shrink: 0;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#section-footer .vertical-menu li a span {
		flex-shrink: 0;
		margin-top: 2px;
	}

	#section-footer .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer .vertical-menu ul li a:hover {
	color: #b8c7fe;
}

#section-footer .vertical-menu ul li a:hover span {
    text-decoration-color: #202020 !important;
}

/*footer2*/
#section-footer2 > .sppb-container-inner {
	margin-right: 105px !important;
}

@media screen and (max-width: 575px) {
	#section-footer2 > .sppb-container-inner {
		margin-right: 98px !important;
	}
}

#section-footer2-inner {
	border-top-right-radius: 60px;
}

#section-footer2-inner > .sppb-container-inner {
	max-width: 1170px;
	margin-left: auto;
    margin-right: auto;
	transform: translateX(52px);
}

@media screen and (max-width: 1459px) {
	#section-footer2-inner > .sppb-container-inner {
		margin-left: auto;
		margin-right: auto;
		transform: translateX(30px);
		padding-right: 70px;
	}	
	
}

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

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

#section-footer2 .footer-menu ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	color: #252525; 
}

#section-footer2 .footer-menu ul span,
#section-footer2 .footer-menu ul li a {
	font-family: 'Mitr', sans-serif;
	position: relative;
	font-size: 16px;
	color: #252525;
	font-weight: 500 !important;
}

@media screen and (max-width: 991px) {
	#section-footer2 .footer-menu ul {
		flex-direction: column;
	}

	#section-footer2 .footer-menu ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#section-footer2 .footer-menu ul li:not(:last-child)::after {
		content: none;
	}
}

#section-footer2 .footer-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: width 0.3s ease;
}

#section-footer2 .footer-menu ul li a:hover::after {
    width: 100%;
}

/* social menu */
#section-footer2 .social-menu ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 35px;
}

@media screen and (max-width: 575px) {
	#section-footer2 .social-menu ul {
		gap: 15px;
	}
}

#section-footer2 .social-menu ul li {
	display: inline-block;
}

#section-footer2 .social-menu ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#section-footer2 .social-menu ul a span {
    display: flex; 
	align-items: center;
    justify-content: center;
	font-size: 24px;
	color: #252525;
	padding-right: 0 !important;
    border: none;
	border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	#section-footer2 .social-menu ul a span {
		border: 1px solid #252525;
		font-size: 20px;
	}
}

#section-footer2 .social-menu ul a:hover span {
	color: #fff;
	background-color: #252525;
}



/* Page header with bg */
body:not(.com-sppagebuilder) #sp-page-header {
    background-image: url('../../../images/tmpl/page-header-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	animation-duration: 600ms;
    animation-name: fadeIn;
	margin-top: 50px;
	margin-bottom: 70px;
}

body:not(.com-sppagebuilder) #sp-page-header > .row {
	padding-left: 60px;
    padding-right: 60px;
}

body:not(.com-sppagebuilder) #sp-page-header #sp-title {
	background-color: #4466FD;
    margin-top: -50px;
    margin-bottom: -50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 100px;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: start;
	justify-content: end;
	flex-direction: column;
	position: relative;
	line-height: 1.3;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

#sp-page-header .article-breadcrumbs-trail {
	font-size: 15px;
	color: #fff;
	background-color: #27304b;
	border-radius: 5px;
	padding: 20px 120px 20px 30px;
	margin-top: 40px;
	margin-bottom: -27px;
}

#sp-page-header .article-breadcrumbs-trail a {
	color: #fff;
	font-weight: 400 !important;
}

#sp-page-header .article-breadcrumbs-trail a:hover,
#sp-page-header .article-breadcrumbs-trail a:focus,
#sp-page-header .article-breadcrumbs-trail a:active {
	color: #bac7fe;
}

@media screen and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-trail {
		display:none;
	}
}

.article-breadcrumbs-trail .fa-chevron-right {
    font-size: 15px;
    color: #bac7fe;
	padding: 0 10px;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 120px;
		padding: 20px 0 30px 0; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 32px;	
	}
	
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	body:not(.com-sppagebuilder) #sp-page-header #sp-title {
		background-color: #4466FD;
		margin-top: -20px;
		margin-bottom: -20px;
		border-bottom-right-radius: 40px;
		padding-left: 5px;
	}
	
	body:not(.com-sppagebuilder) #sp-page-header > .row {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 140px;
		padding: 20px 0 30px 0; 
	}

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

	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	body:not(.com-sppagebuilder) #sp-page-header #sp-title {
		background-color: #4466FD;
		margin-top: -30px;
		margin-bottom: -30px;
		border-bottom-right-radius: 60px;
	}
	
	body:not(.com-sppagebuilder) #sp-page-header > .row {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
		padding: 30px 0 0 0; 
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 48px;	
	}
	
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	body:not(.com-sppagebuilder) #sp-page-header #sp-title {
		background-color: #4466FD;
		margin-top: -40px;
		margin-bottom: -40px;
		border-bottom-right-radius: 80px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 220px;
		padding: 30px 0 0 0; 
	}

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

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 270px;
		padding: 60px 0 0 0; 
	}

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



/* News 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: 65%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #070707;
}

.blognews .article-list lite-youtube {
    position: absolute;
    top: 50%; 
    left: 0;
    width: 100%;
    height: 140%; 
    transform: translateY(-50%); 
	transition: filter 0.5s ease;
    background-size: cover !important;
    background-position: center !important;
    max-width: 100% !important;
}

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

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

@media screen and (max-width: 575px) {
	.blognews .article-list .article-body {
		padding: 60px 20px 30px 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-date-overlay {
    position: absolute;
    top: -35px;
    left: 35px;
    background: #4466FD;
    color: #fff;
    padding: 20px 27px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    min-width: 60px;
}

.blognews .article-date-overlay .day {
	font-family: 'Mitr', sans-serif;
    font-size: 30px;
	line-height: 30px;
    display: block;
	font-weight: 500;
}

.blognews .article-date-overlay .month {
	font-family: 'Mitr', sans-serif;
	font-size: 16px;
    display: block;
    text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 575px) {
	.blognews .article-date-overlay {
		left: 20px;
		top: -35px;
		padding: 15px 20px;
	}
	
	.blognews .article-date-overlay .day {
		font-size: 22px;
		line-height: 20px;
	}	
	
	.blognews .article-date-overlay .month {
		font-size: 15px;
	}
}

.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: #4466FD !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;
    justify-content: space-between;
    flex-direction: column;
	padding-top: 15px;
	height: 100%;
	font-size: 17px;
    line-height: 1.6;
}

.blognews .article-list .readmore {
	margin-top: auto;
    padding-top: 20px;
	text-align: right;
}

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

.blognews .article-list .readmore a::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #252525; 
    margin-right: 10px; 
    vertical-align: middle;
}

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



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

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

@media screen and (max-width: 575px) {
	.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: 55%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden; 
}

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

.article-details .article-full-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;    
	object-fit: cover;  
    object-position: center;  
    border-radius: 0;
	filter: brightness(95%);
}

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

blockquote, .blockquote {
	position: relative;
	font-family: 'Mitr', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	background-color: #27304b;
	padding: 80px 60px 80px 160px; 
	margin: 60px auto;
	max-width: 860px;
	line-height: 1.5 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

blockquote::before, .blockquote::before {
    content: "";
    position: absolute;
    top: 85px;
    left: 30px;
    width: 100px;
    height: 78px;
    background-image: url('../../../images/tmpl/quote-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
}

blockquote > span, .blockquote > span {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 25px;
    display: block;
	text-transform: initial;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 50px 0;
	}
}

@media screen and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 20px;
        padding: 60px 40px 70px 150px;
		margin: 40px auto;
	}
	
	blockquote::before, .blockquote::before {
		top: 75px;
		left: 30px;
		width: 90px;
		height: 70px;
	}
	
	blockquote > span, .blockquote > span {
		font-size: 22px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 18px;
		padding: 120px 30px 60px 30px; 
		margin: 30px auto;
	}
	
	blockquote::before, .blockquote::before {
		top: 35px;
		left: 30px;
		width: 70px;
		height: 54px;
	}
	
	blockquote > span, .blockquote > span {
		font-size: 20px;
		margin-top: 15px;
	}
}



/* News single article */
.article-details.news .article-full-image,
.article-details.news .article-featured-video {
    margin-bottom: 0 !important;
}

.article-details.news .article-featured-video lite-youtube {
	position: relative !important;
}

.article-details.news .article-header {
	padding-top: 80px;
}

@media screen and (max-width: 575px) {
	.article-details.news .article-header {
		padding-top: 40px;
	}	
}

.article-details.news .article-content {
	position: relative;
}

.article-featured-video:has(.lyt-activated) ~ .article-content .article-date-overlay {
    display: none;
}

.article-details.news .article-date-overlay {
    position: absolute;
    top: -40px;
    left: 35px;
    background: #4466FD;
    color: #fff;
    padding: 20px 27px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    min-width: 60px;
}

.article-details.news .article-date-overlay .day {
	font-family: 'Mitr', sans-serif;
    font-size: 30px;
	line-height: 30px;
    display: block;
	font-weight: 500;
}

.article-details.news .article-date-overlay .month {
	font-family: 'Mitr', sans-serif;
	font-size: 16px;
    display: block;
    text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 575px) {
	.article-details.news .article-date-overlay {
		left: 20px;
		top: -35px;
		padding: 15px 20px;
	}
	
	.article-details.news .article-date-overlay .day {
		font-size: 22px;
		line-height: 20px;
	}	
	
	.article-details.news .article-date-overlay .month {
		font-size: 15px;
	}
}



/*ul li*/
.article-details ul {
	padding: 0 0 0 40px;
	margin: 0;
}

@media screen and (max-width: 480px) {
	.article-details ul {
		padding: 0 0 0 22px;
	}
}

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

.article-details ul li > ul  {
	padding: 0 0 0 10px;
}

.article-details ul li > ul li {
	padding: 0 0 0 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}



/* 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: #4466FD;
    background-color: #4466FD;
	font-weight: 600;
}

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

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

.pagination li a, .pagination li>span {
	padding: 10px;
	background-color: #f7f7f7;
	font-weight: 600;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
}

.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][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=button] {
    padding: 1.25rem 1.5rem;
	min-height: 70px;
}

[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-size: 20px;
    color: #395dc9;
}

@media screen and (max-width: 480px) {
	[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-size: 18px;
	}
}

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

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