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

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

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 50px 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 */
h3.sppb-addon-title {
	margin-top: 0!important;
}

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

a {
	font-weight: 500;
}

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

::selection {
	color: #fff; 
	background-color: #141b22;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

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

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

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

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

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

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 46px;
	}

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

	.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:focus,
.form-control:focus,
.form-select:focus {
	border-color: rgba(233, 78, 27, 0.4)!important;
	box-shadow: 0 0 25px 5px rgba(233, 78, 27, 0.05)!important;
}

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

textarea {
	border-radius: 0!important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px!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(233, 78, 27, 0.4)!important;
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
    font-family: 'Montserrat';
	display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #e94e1b!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: 1px solid #e94e1b!important;
    border-radius: 0!important;
    padding: 14px 20px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
    background-color: #333!important;
	border-color: #333!important;
}

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

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

.btn-secondary, .sppb-btn-secondary {
    font-family: 'Montserrat';
	display: inline-block!important;
    white-space: nowrap!important;
    color: #252525!important;
    background-color: #fff!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: 1px solid #252525!important;
    border-radius: 0!important;
    padding: 14px 20px!important;
}

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

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

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


.btn-orange-white {
    font-family: 'Montserrat';
	display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #e94e1b!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: 1px solid #e94e1b!important;
    border-radius: 0!important;
    padding: 14px 20px!important;
}

.btn-orange-white:hover {
    color: #333!important;
	background-color: #fff!important;
	border-color: #fff!important;
}

.btn-orange-white:focus-visible {
    color: #333!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2)!important;
}

.btn-orange-white:active {
    color: #333!important;
    background-color: #fff!important;
}


.btn-grey-orange-arrow {
	position: relative;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 700;
	background: #252525;
	border: none;
	border-radius: 0;
	color: #fff;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 70px;
}

.btn-grey-orange-arrow:after {
	content: '\f054';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #e94e1b;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.btn-grey-orange-arrow:hover,
.btn-grey-orange-arrow:focus {
	color: #fff!important;
	background: #e94e1b!important;
}

.btn-grey-orange-arrow:hover:after,
.btn-grey-orange-arrow:focus:after {
	color: #fff!important;
	background: #000!important;
}


.btn-underline-link {
	font-family: 'Montserrat';
	display: inline-block;
	position: relative;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 700!important;
	text-decoration: none;
	padding: 0!important;
	line-height: 1.2; 
	transform: translateZ(0);
}

.btn-underline-link::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s ease;
}

.btn-underline-link:hover::before {
    width: 98%;
}


.btn-link {
	display: inline-block;
	position: relative;
	color: #e94e1b!important;
	font-size: 19px!important;
	font-weight: 400!important;
	text-decoration: none;
	padding: 0!important;
	transform: translateZ(0);
    transition: all 0.3s ease;
}

.btn-link::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(233, 78, 27, 0.5);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s ease;
}

.btn-link:hover::before {
    width: 98%;
}



/* Search */
#search-result-list .result-title a {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}

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



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

#sp-top1 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

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

@media screen and (min-width: 1200px) {
	#sp-top1 {
		padding: 0 60px 0 0;
	}
}

#sp-top1 ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 22px;
}

#sp-top1 ul li {
	display: inline-block;
}

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

#sp-top1 ul a span {
	font-size: 18px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	#sp-top1 ul {
		gap: 15px;
	}
	
	#sp-top1 ul a span {
		font-size: 16px;
	}
}

#sp-top1 ul a:hover span {
	color: #e94e1b;
}

#sp-top1 ul a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 17px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s;
}

#sp-top1 ul a:hover::after {
	background-color: #e94e1b;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

#sp-logo-and-main-menu {
	background-color: rgba(0, 0, 0, 0.47);
}

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

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

@media screen and (max-width: 1199px) {
	#sp-menu > .sp-column {
		display: flex;
		align-items: center;
		justify-content: end;
		padding-right: 15px;
	}
}

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

@media screen and (min-width: 1200px) {
	#sp-menu > .sp-column {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#sp-logo > .sp-column {
		position: absolute;
		top: 51px;
		left: 30px;
		height: 100%;
	}
}

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

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

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

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 50%;
	}
	
	#sp-menu.col-lg-6 {
		width: 50%;
	}

	#sp-top1.col-lg-3 {
		width: 0%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#sp-logo.col-lg-3 {
		width: 20%;
	}
	
	#sp-menu.col-lg-6 {
		width: 60%;
	}

	#sp-top1.col-lg-3 {
		width: 20%;
	}
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 15px;
	}	
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: end; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

ul.sp-megamenu-parent > li.sp-menu-item {
   position: relative;
}

.sp-megamenu-parent > li:not(:last-child).sp-menu-item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #fff;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 18px;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
	}
	
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 16px!important;
	}
}

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

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 17px!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;
}

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

.sp-megamenu-parent .sp-menu-item .only-icon {
	font-size: 0px!important;
	line-height: normal;
}

.sp-megamenu-parent .sp-menu-item .only-icon span {
    font-size: 18px;
}

.sp-megamenu-parent .sp-menu-item .enrollment-link {
    display: flex;
	align-items: center;
	position: relative;
	height: 54px;
	line-height: 54px; 
	padding: 0 25px;
	margin-left: 8px;
	background-color: #e7131d; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	overflow: hidden;
    transition: background-color 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .enrollment-link:hover {
	color: #000; 
	background-color: #e94e1b; 
}



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

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

.offcanvas-overlay {
    background: rgba(20, 20, 30, 0.92);
}

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

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

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

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

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

@media screen and (min-width: 320px) {
    #offcanvas-toggler::after {
        font-family: 'Montserrat';
		content: "MENU";
        color: #fff;
        margin: 0 0 0 3px;
        display: block;
        font-size: 24px;
        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: #e94e1b;
}

/* 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 {
    margin-right: 5px!important;
    cursor: pointer;
}

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

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

.close-offcanvas {
    top: 35px;
	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: 0;
}

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

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu-child > li a {
	font-family: 'Montserrat';
}

.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: 19px;
    line-height: 19px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-size: 18px;
	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%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px!important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

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

/*socials*/
.offcanvas-menu .offcanvas-socials ul {
	display: flex;
	flex-direction: row!important;
	list-style: none;
	padding: 0;
	margin: 0!important;
	gap: 14px;
}

.offcanvas-menu .offcanvas-socials ul li {
	display: inline-block;
}

.offcanvas-menu .offcanvas-socials ul a {
	position: relative;
	font-size: 0!important;
	text-decoration: none;
	display: inline-block!important;
}

.offcanvas-menu .offcanvas-socials ul a span {
	font-size: 18px;
	color: #252525;
	padding-right: 0!important;
}

.offcanvas-menu .offcanvas-socials ul a:hover span {
	color: #e94e1b;
}



/* News & events blog roll */
.blognews .article-list .article {
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.blognews .article-list .article .article-intro-image,
.blognews .article-list .article .article-intro-image img {
    border-radius: 0;
}

.blognews .article-list .article-header a {
    display: inline-block;
	background: url(../../../images/single-arrow-dark.png) left bottom no-repeat;
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    padding: 0 0 20px 0;
    margin: 0 0 5px 0 !important;
    position: relative;
    border-bottom: none !important;
}


.blognews .article-list .article .readmore a {
    font-family: 'Montserrat';
	display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #e94e1b!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 14px 20px!important;
}

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

.blognews .article-list .article .readmore a:focus-visible {
    background-color: #333!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.blognews .article-list .article .readmore a:active {
    background-color: #333!important;
}



/* Team blog roll */
.blogteam .article-list .article-link-wrapper {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.blogteam .article-list .article-content {
	padding: 20px 10px 15px 10px;
}

.blogteam .article-list .article {
	background-color: #000;
    padding: 0;
    border: none;
    border-radius: 0;
}

.blogteam .article-list .article:hover {
	background-color: #e94e1b;	
}

.blogteam .article-list .article .article-intro-image {
    margin: 0;
    border-radius: 0;
    border-bottom: none;
}

.blogteam .article-list .article .article-intro-image img {
    border-radius: 0;
	width: 100%;
}

.blogteam .article-list .article-header h2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.blogteam .article-list .article-header {
	font-weight: 700;
	color: #fff!important;
}

.blogteam .article-list ul.fields-container {
	list-style: none;
	padding: 0;
	margin: -18px 0 0 0;
	text-align: center;
}

.blogteam .article-list ul.fields-container li.position {
	font-family: 'Montserrat';
	font-size: 15px;
	color: #fff!important;
	text-transform: uppercase;
}

.blogteam .article-list ul.fields-container .field-label {
	display: none;
}



/* Single article */
@media screen and (min-width: 992px) {
    #sp-component.col-lg-8 {
        width: 72%!important;
    }
	
    #sp-right.col-lg-4 {
        width: 28%!important;
    }
}

@media screen and (min-width: 1200px) {
	body:not(.com-sppagebuilder) main#sp-component {
		margin-top: -165px;
		position: relative;
		background-color: #fff; 
		padding: 40px 35px;
	}
}

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

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

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

.article-details .article-header h1 {
	background: url('../../../images/double-arrow-dark.png') center bottom no-repeat;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
}

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

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

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 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;
	aspect-ratio: 16 / 9;
}

blockquote {
	font-style: italic;
	padding: 40px 40px 30px 40px;
	margin: 40px 0;
	background-color: #f7f7f7;
	border-left: 4px solid #e94e1b;
}

@media screen and (max-width: 575px) {
	blockquote {
		padding: 20px 20px 10px 20px;
		margin: 20px 0;
	}
}

.article-details ul.fields-container {
	list-style: none;
	padding: 0;
	margin: -20px 0 20px 0;
	text-align: center;
}

@media screen and (max-width: 575px) {
	.article-details ul.fields-container {
		margin: -10px 0 20px 0;
	}
}


.article-details ul.fields-container li.position {
	font-family: 'Montserrat';
	font-size: 20px;
	text-transform: uppercase;
}

.article-details ul.fields-container .field-label {
	display: none;
}



/* Sidebars */
@media screen and (min-width: 1200px) {
	#sp-right {
		padding-left: 30px;
		z-index: 0;
	}
}

@media screen and (max-width: 991px) {
	#sp-main-body #sp-right {
		order: 2;
		margin-top: 30px;
		margin-bottom: 0;
	}

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

#sp-right .sp-module {
	padding: 0 0 30px 0;
	border: none;
}

#sp-right .sp-module:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

#sp-right .sp-module-title {
    background: url('../../../images/single-arrow-dark.png') left bottom no-repeat;
    font-size: 18px!important;
	font-weight: 700;
    padding: 0 0 20px 0;
	margin: 0 0 20px 0!important;
    position: relative;
    text-transform: uppercase;
	border-bottom: none!important;
}

#sp-right .sp-module ul {
	list-style: disc!important;
	list-style-position: outside!important;
	padding-left: 20px!important;
}

#sp-right .sp-module li {
	display: list-item!important;
	border-bottom: none!important;
	color: #ccc;  
}

#sp-right .sp-module li a {
	font-weight: 400!important;
}

#sp-right .sp-module li.current a {
	color: #e94e1b!important;
}

/*search module*/
#sp-right .sp-module.search-module {
    border: none;
	padding: 0;
}

#sp-right .sp-module.search-module input {
	border: 1px solid #e5e5e5;
	border-right: 1px solid transparent!important;
	border-radius: 0!important;
 }
 
 #sp-right .sp-module.search-module input:focus {
	border-right: 1px solid rgba(233, 78, 27, 0.4)!important;
 }

#sp-right .sp-module.search-module button {
	font-size: 0!important;
	color: #252525!important;
	background: none!important;
	border: none!important;
	height: 100%!important;
	line-height: 70px!important;
	padding: 0!important;
	position: absolute!important;
	right: 0!important;
	top: 0!important;
	width: 60px!important;
	border-right: 1px solid #e5e5e5!important;
	margin-right: -1px;
	z-index: 9;
}

#sp-right .sp-module.search-module button:focus, #sp-right .sp-module.search-module button:active {
	color: #252525!important;
}

#sp-right .sp-module.search-module button span {
	font-size: 19px;
}



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

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -80px;
	}
}

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

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
	border: 2px solid #ffffff;
    display: inline-block;
    padding: 10px 20px;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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



/* Section - main slider */
#section-main-slider .mk-slideshow-title {
	border: none;
    padding: 10px 15px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.8);
}	

#section-main-slider .mk-slideshow-subtitle {
    word-spacing: 45px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 991px) {
	#section-main-slider .mk-slideshow-subtitle {
		word-spacing: 30px;
	}
}

@media screen and (max-width: 767px) {
	#section-main-slider .mk-slideshow-subtitle {
		max-width: 320px;
		margin-left: auto;
        margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
    #section-main-slider .owl-nav {
        bottom: calc(55% - 55px)!important;
    }
}

#section-main-slider .owl-prev span,
#section-main-slider .owl-next span {
    display: none;
}

#section-main-slider .owl-nav .owl-prev,
#section-main-slider .owl-nav .owl-next {
    width: 54px; 
    height: 77px; 
    position: relative;
    transition: background 0.3s ease;
}

#section-main-slider .owl-nav .owl-prev::before,
#section-main-slider .owl-nav .owl-next::before,
#section-main-slider .owl-nav .owl-prev::after,
#section-main-slider .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 54px 77px!important;
}

@media screen and (max-width: 1199px) {
	#section-main-slider .owl-nav .owl-prev,
	#section-main-slider .owl-nav .owl-next {
		width: 34px; 
		height: 48px; 
	}

	#section-main-slider .owl-nav .owl-prev::before,
	#section-main-slider .owl-nav .owl-next::before,
	#section-main-slider .owl-nav .owl-prev::after,
	#section-main-slider .owl-nav .owl-next::after {
		background-size: 34px 48px!important;
	}
}

#section-main-slider .owl-nav .owl-prev::before {
    background-image: url('../../../images/nav-prev.png') !important;
}

#section-main-slider .owl-nav .owl-next::before {
    background-image: url('../../../images/nav-next.png') !important;
}

#section-main-slider .owl-nav .owl-prev:hover::before,
#section-main-slider .owl-nav .owl-next:hover::before {
    filter: brightness(0) saturate(100%) invert(37%) sepia(57%) saturate(2524%) hue-rotate(351deg) brightness(94%) contrast(95%);
    transition: filter 0.1s ease;
}



/* Section - our team */
#section-our-team .mk-content-carousel .item:hover .mk-content {
	background-color: #e94e1b;
}

#section-our-team .mk-content-carousel .mk-image a {
	width: 100%;
}

#section-our-team .mk-slide-title,
#section-our-team .mk-slide-subtitle {
	font-family: 'Montserrat';
}

#section-our-team .owl-nav {
    z-index: -1;
}

#section-our-team .owl-dots {
    margin-top: 30px;
	margin-bottom: 0;
}

#section-our-team .owl-prev span,
#section-our-team .owl-next span {
    display: none;
}

#section-our-team .owl-nav .owl-prev,
#section-our-team .owl-nav .owl-next {
    width: 54px; 
    height: 77px; 
    position: relative;
    transition: background 0.3s ease;
}

#section-our-team .owl-nav .owl-prev::before,
#section-our-team .owl-nav .owl-next::before,
#section-our-team .owl-nav .owl-prev::after,
#section-our-team .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 54px 77px!important;
}

#section-our-team .owl-nav .owl-prev::before {
    background-image: url('../../../images/nav-prev.png') !important;
}

#section-our-team .owl-nav .owl-next::before {
    background-image: url('../../../images/nav-next.png') !important;
}

#section-our-team .owl-nav .owl-prev:hover::before,
#section-our-team .owl-nav .owl-next:hover::before {
    filter: brightness(0) saturate(100%) invert(37%) sepia(57%) saturate(2524%) hue-rotate(351deg) brightness(94%) contrast(95%);
    transition: filter 0.1s ease;
}



/* Section - recent news */
#section-recent-news ul {
	list-style: none;
	padding: 0;
	margin: 0; 
}

#section-recent-news li {
	padding: 0;
	margin: 0; 
}

#section-recent-news li:first-child {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

#section-recent-news .mod-articles-title a {
	font-size: 18px;
	font-weight: 500;
	color: #252525;
	text-transform: uppercase;
}

#section-recent-news .mod-articles-title a:hover {
	color: #e94e1b;
}

#section-recent-news .readmore a {
    font-family: 'Montserrat';
	display: inline-block!important;
    white-space: nowrap!important;
    color: #e94e1b!important;
    background-color: transparent!important;
    font-size: 12px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: 1px solid #e94e1b!important;
    border-radius: 0!important;
    padding: 14px 20px!important;
}

#section-recent-news .readmore a:hover {
    color: #fff!important;
	background-color: #e94e1b!important;
}

#section-recent-news .readmore a:focus-visible {
    background-color: #e94e1b!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

#section-recent-news .readmore a:active {
    background-color: #e94e1b!important;
}



/* Section - affiliates and partners */
#section-partners .partners-gallery .sppb-gallery {
	margin-left: -10px;
    margin-right: -10px;
}

#section-partners .partners-gallery .sppb-gallery li {
    border: 1px solid #e5e5e5;
    margin: 10px; 
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	width: calc(33.33% - 20px); 
}

@media screen and (max-width: 575px) {
	#section-partners .partners-gallery .sppb-gallery li {
		width: calc(100% - 20px); 
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-partners .partners-gallery .sppb-gallery li {
		width: calc(50% - 20px); 
	}
}



/* Section - get in touch */
#section-get-in-touch #userForm .rsform-block-send .formControls {
	text-align: center;
}



/* Section - footer */
#section-footer1 .address-addon .sppb-addon-content {
	font-family: 'Montserrat';
}

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

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

#section-footer2 ul span,
#section-footer2 ul li a {
	position: relative;
	font-family: 'Montserrat';
	font-size: 14px;
	color: #999;
	font-weight: 400!important;
	text-transform: uppercase;
}

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

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

@media screen and (max-width: 991px) {
	#section-footer2 ul {
		flex-direction: column;
		align-items: center;
	}

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

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



/* Scroll up button */
.sp-scroll-up {
	right: 15px;
	bottom: 15px;
	width: 28px;
	height: auto;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	background-color: rgba(37, 37, 37, 0.4);
	border-radius: 0;
	opacity: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

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

.sp-scroll-up::before {
	content: '';
	display: block;
	width: 28px;
	height: 154px;
	background-image: url('../../../images/to-top.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: inherit;
}

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



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	margin-top: 10px;
	font-family: 'Montserrat';
}

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

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #333;
    background-color: #333;
	font-weight: 600;
}

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

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

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 5px!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 46px;
	text-align: center;
	margin: 4px;
	border-radius: 12px;
}

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



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus {
    background-color: #fff;
}

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

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

[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button],
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    margin-bottom: 10px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::before {
	color: #252525;
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::before {
	color: #252525;
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
	position: absolute!important;
    font-weight: 900; 
	right: 15px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border-radius: 0px;
    padding: 15px 20px 15px 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] {
    border-radius: 0px;
}

[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;
	text-transform: uppercase;
	font-weight: 600;	
}