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

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


@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-main-body > .container{
		padding: 20px 25px 0 25px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-main-body > .container{
		padding: 30px 35px 0 35px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-main-body > .container{
		padding: 30px 55px 0 55px;
	}
}

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


body:not(.com-fabrik) #sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ddd!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; 
}



/* Fonts */
a {
	font-weight: 600;
}

a:focus, a:active {
	font-weight: 600;
}

::selection {
  background-color: #056839;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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



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

.form-control:focus {
	border-color: rgba(5, 104, 57, 0.4);
}

.form-select:focus {
	border-color: rgba(5, 104, 57, 0.4);
    box-shadow: none;
}

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

textarea {
	border-radius: 0px!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 14px!important;
	border-radius: 0px!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(185, 29, 45, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	background-color: #056839;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	padding: 20px 30px;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
	background-color: #379a01;
	color: #fff;
}

.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block;
	white-space: nowrap;
	color: #333;
    background-color: #ccc;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	padding: 20px 30px;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #333;
	background-color: #ddd;	
}

.btn-white {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #333;
	background-color: #fff;
	font-size: 20px!important;
	font-weight: 800!important;
	text-transform: uppercase;
	border: none;
	border-radius: 20px!important;
	padding: 22px 60px!important;
}

.btn-white::before {
    content: '\f061';
    position: absolute;
    left: 38px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 22px;
    color: #333;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-white:hover {
	color: #333;
	padding: 22px 50px 22px 70px!important;
}

.btn-white:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-white:active, .btn-white:focus {
	font-weight: 800;
}

.btn-green {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #fff;
	background-color: #056839;
	font-size: 20px!important;
	font-weight: 800!important;
	text-transform: uppercase;
	border: none;
	border-radius: 20px!important;
	padding: 22px 60px!important;
}

.btn-green::before {
    content: '\f061';
    position: absolute;
    left: 38px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-green:hover {
	color: #fff;
	padding: 22px 50px 22px 70px!important;
}

.btn-green:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-green:active, .btn-green:focus {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-green-narrow {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #fff;
	background-color: #056839;
	font-size: 20px!important;
	font-weight: 800!important;
	text-transform: uppercase;
	border: none;
	border-radius: 20px!important;
	padding: 22px 40px!important;
}

.btn-green-narrow::before {
    content: '\f061';
    position: absolute;
    left: 22px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-green-narrow:hover {
	color: #fff;
	padding: 22px 30px 22px 50px!important;
}

.btn-green-narrow:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-green-narrow:active, .btn-green-narrow:focus {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
	.btn-green, .btn-white, .btn-green-narrow {
		font-size: 16px!important;
		border-radius: 15px!important;
		padding: 16px 25px!important;		
	}

	.btn-green::before, .btn-white::before, .btn-green-narrow::before { 
		content: ''!important;
	}	
	
	.btn-green:hover, .btn-white:hover, .btn-green-narrow:hover {
		padding: 16px 25px!important;		
	}
}



/* Login form */
.login {
	margin-bottom: 30px;
}

.login .form-control-feedback {
	display: none;
}	

.login .col-lg-4 {
	width: 500px;	
}

.login .input-group-text, .login .input-password-toggle {
	border-radius: 0px!important;
}



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

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

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

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

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

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

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.95)!important;
}

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

#mksearch-modal .mksearch-input {
	border-top-left-radius: 0.2em!important;
    border-bottom-left-radius: 0.2em!important;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #056839!important;
	font-size: 20px!important;
	font-weight: 800!important;
	text-transform: uppercase!important;
	border-radius: 20px!important;
	padding: 22px 50px!important;
}

@media screen and (max-width: 767px) {
	#mksearch-modal .jconfirm-buttons button {
		font-size: 16px!important;
		border-radius: 12px!important;
		padding: 20px 30px!important;		
	}
}

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

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	background-color: #068246!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: #068246!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 */
.convertforms input, .convertforms textarea {
	font-size: 18px!important;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px!important;
}

.cf-control-input h1, .cf-control-input h2, .cf-control-input h3, .cf-control-input h4, .cf-control-input h5, .cf-control-input h6 {
	margin-top: 0px!important;
	margin-bottom: 20px!important;
}

.cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(5, 104, 57, 0.4)!important;
}


@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 30px!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: 34px!important;
	}

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

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

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

.cf-btn {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #fff;
	background-color: #056839!important;
	font-size: 20px!important;
	font-weight: 800!important;
	text-transform: uppercase!important;
	border: none;
	border-radius: 20px!important;
	padding: 22px 60px!important;
	transition: all 0.3s ease!important;
	margin-top: 10px!important;
}

.cf-btn::before {
    content: '\f061';
    position: absolute;
    left: 38px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease!important;
}

.cf-btn:hover {
	opacity: 1!important;
	color: #fff;
	padding: 22px 50px 22px 70px!important;
}

.cf-btn:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.cf-btn:active, .cf-btn:focus {
	color: #fff;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
	.cf-btn {
		font-size: 16px!important;
		border-radius: 15px!important;
		padding: 16px 25px!important;		
	}

	.cf-btn::before { 
		content: ''!important;
	}	
	
	.cf-btn:hover {
		padding: 16px 25px!important;		
	}
}

@media screen and (max-width: 399px) {
	.convertforms h1 {
		font-size: 28px!important;
		line-height: 34px!important;
	}

	.convertforms h2 {
		font-size: 26px!important;
		line-height: 32px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.convertforms h1 {
		font-size: 36px!important;
		line-height: 42px!important;
	}

	.convertforms h2 {
		font-size: 32px!important;
		line-height: 38px!important;
	}
}

@media screen and (min-width: 768px) {
	.convertforms h1 {
		font-size: 44px!important;
		line-height: 50px!important;
	}

	.convertforms h2 {
		font-size: 38px!important;
		line-height: 44px!important;
	}
}



/* Logo, top and main menu */
.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
}

#sp-top2 {
	height: 55px;
}

#sp-top2 > .sp-column {
	display: flex;
	justify-content: flex-end;
	margin-right: 0;
}

#sp-top2 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

#sp-top2 .menu li {
	display: inline-block;
}

#sp-top2 .menu li a {
	color: #fff;
	margin-right: 40px;
	text-decoration: none;
}

#sp-top2 .menu li:last-child a {
	margin-right: 0;
}

#sp-top2 > .sp-column {
    display: flex;
    justify-content: end;
    align-items: center;
	height: 100%;
}

#sp-top2 .top-contact-menu {
	display: flex;
    align-items: center;
	justify-content: end;
	background-color: #056839;
	padding: 0 35px 0 100px;
    height: 100%;
	white-space: nowrap;
}

@media screen and (max-width: 575px) {
	#sp-top2 .top-contact-menu {
		padding: 0 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-top2 .top-contact-menu {
		padding: 0 25px 0 100px;
	}
}

@media screen and (max-width: 991px) {
	#sp-top2 {
		height: 50px;
	}

	#sp-top2 .top-contact-menu {
		width: 100%;
	}
	
	#sp-top2 .menu li a {
		margin-right: 30px;
	}
}

#sp-top2 .top-contact-menu li {
	position: relative;
}

#sp-top2 .top-contact-menu li a {
	font-size: 16px;
	font-weight: 500;
}

#sp-top2 .trigger-mksearch {
    font-size: 0px!important;
}

#sp-top2 ul li .trigger-mksearch span {
    font-size: 15px;
}

#sp-top2 .top-contact-menu li a:hover {
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 575px) {
	#sp-top2 .top-contact-menu li a {
		font-size: 0px;
	}

	#sp-top2 .top-contact-menu li a span {
		font-size: 17px;
	}
}

@media screen and (min-width: 576px) {
	#sp-top2 .top-contact-menu li:not(:last-child)::after {
		position: absolute;
		content: '';
		border-left: 1px solid #fff;
		display: block;
		height: 16px;
		right: 20px;
		top: 53%;
		transform: translateY(-50%);
	}
}

#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-right: 35px;
}

@media screen and (max-width: 1199px) {
	#sp-menu {
		margin-top: 0px;
		padding-right: 10px;
	}	
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#sp-menu {
		padding-right: 17px;
	}	
}

#sp-top-menu > .container {
	padding-right: 30px;
}	

#sp-logo {
    position: relative;
}

@media screen and (max-width: 991px) {
	#sp-logo-and-main-menu > .row {
		height: 90px;
	}

	.logo-image, .logo-image-phone {
		height: 65px!important;
		padding: 0 0 0 18px;
	}
	
	#sp-logo-and-main-menu #sp-logo > .sp-column {
		align-items: center;
		display: flex;
		height: 100%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-menu > .sp-column {
		margin-right: 0px;
	}
	
	#sp-logo-and-main-menu:not(.header-sticky) #sp-logo > .sp-column {
		position: absolute;
		left: 35px;
		bottom: 25px;
		z-index: 99;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 35px;
    }
	
	#sp-logo-and-main-menu.header-sticky .logo-image, .logo-image-phone {
		height: 90px!important;
		width: auto;
	}
}

/*header column widths*/
@media screen and (max-width: 991px)  {
	#sp-logo.col-lg-3 {
		width: 70%;
	}

	#sp-menu.col-lg-9 {
		width: 30%;		
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-top1.col-lg-3, #sp-logo.col-lg-3 {
		width: 400px; 
	}

	#sp-top2.col-lg-9, #sp-menu.col-lg-9 {
		flex-grow: 1;
		width: auto;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
	#sp-top1.col-lg-3, #sp-logo.col-lg-3 {
		width: 300px; 
	}

	#sp-top2.col-lg-9, #sp-menu.col-lg-9 {
		flex-grow: 1;
		width: auto;
	}
}

@media screen and (min-width: 1500px) {
	#sp-logo.col-lg-3 {
		width: 500px;
	}

	#sp-menu.col-lg-9 {
		flex-grow: 1;
		width: auto;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1499px) {
	#sp-logo-and-main-menu:not(.header-sticky) #sp-logo > .sp-column {
		position: absolute;
		left: 50px;
		bottom: 60px;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
		position: relative;
		display: flex;
		align-items: center;
        height: 100%;
		padding-left: 35px;
	}

	.logo-image {
        height: 90px!important;
		width: auto;
    }
	
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 85px;
	}
}

@media screen and (min-width: 1500px) {
	#sp-logo-and-main-menu:not(.header-sticky) #sp-logo > .sp-column {
		position: absolute;
		left: 8.4vw;
		bottom: 22px;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
		position: relative;
		display: flex;
		align-items: center;
        height: 100%;
		padding-left: 150px;
	}
	
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 85px;
	}
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 12px;
	margin-left: 2px;
}

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


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

@media screen and (min-width: 1400px) and (max-width: 1700px) {
	.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-wrapper a {
	text-transform: uppercase;	
}

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

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

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
	line-height: 1.2;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	margin-right: 20px;
}



/* 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-menu .offcanvas-inner {
    padding: 0 25px 25px 25px;
	margin-top: -10px;
}

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

#offcanvas-toggler::after {
    content: 'MENU';
    color: #333;
	margin: 0 0 0 3px;
    display: block;
    font-weight: 600;
}

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

.offcanvas-menu .logo-image {
	width: 180px;
	height: auto!important;
	padding-left: 10px
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
}

#offcanvas-toggler {
	width: 100%;
}

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

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

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

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

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #333333!important;
}

.offcanvas-menu { 
	width: 340px!important;
}

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

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

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #252525!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #056839!important;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-size: 17px;
	padding: 14px 10px;
	font-weight: 700;
	font-family: Manrope;
	border-bottom: 1px dotted #e5e5e5;
	text-transform: uppercase;
	line-height: 1.3;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	border-bottom: 1px dotted #ddd;
}

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

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas-menu .sp-module li a {
	font-weight: 700;
}

.offcanvas-menu .offcanvas-contact-menu li a {
	color: #444!important;
	font-size: 15px!important;
}



/* Blog roll - regular */
.blogregular .article-list .article {
	display: flex;
	padding: 40px 0;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.blogregular .article-list .article {
		padding: 40px 0 30px 0;
	}

	.blogregular .article {
		margin-bottom: 0px;
	}
	
	.blogregular .article .article-header {
		margin-top: 20px;;
	}

	.blogregular .article-list .article {
		flex-wrap: wrap;
	}

	.blogregular .article-list .article > .article-body,
	.blogregular .article-list .article > a,
	.blogregular .article-list .article .article-featured-video {
		width: 100%;
		min-width: 100%;
	}
}

.blogregular .article-intro-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    overflow: hidden;
}

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

.blogregular .article .article-introtext {
	font-size: 22px; 
	font-weight: 300;
}

.blogregular .article-list {
	margin-top: -10px;
}

@media screen and (max-width: 575px) {
	.blogregular .article .article-introtext {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 992px) {
	.blogregular .article-list .article > a,
	.blogregular .article-list .article .blog-article-video-container {
		width: 40%;
		min-width: 40%;
	}
	
	.blogregular .article .blog-article-video-container,
	.blogregular .article img {
		padding-right: 40px;
	}
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0;
    border-radius: 0;
    border-bottom: none;
}

.blogregular .article .article-body {
	padding: 0;
}

.blogregular .article .article-featured-video,
.blogregular .article img {
	border-radius: 0px!important;
	width: 100%;
	filter: brightness(0.96);
}

.blogregular .article .article-header h2 {
	font-size: 34px!important;
	line-height: 1.3;
}

@media screen and (max-width: 575px) {
	.blogregular .article .article-header h2 {
		font-size: 24px!important;
	}
	
	.blogregular .article-list .article .article-header h2 {
		margin: 0 0 10px 0;
	}
}

.blogregular .article .readmore a {
    position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #056839;
	padding-right: 8px;
	text-transform: uppercase;
}	

.blogregular .article .readmore a:hover {
	color: #056839;
}

.blogregular .article .readmore a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #056839; 
}

.blogregular .article .readmore a::after {
    content: '';
    position: absolute;
    top: 50%;
	left: calc(100% + 2px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff; 
    transition: border-left-color 0.3s ease;
}

.blogregular .article .readmore a:hover::after {
    border-left-color: #056839; 
}

@media screen and (max-width: 767px) {
	.blogregular .article .readmore a {
		font-size: 18px;
	}	

	.blogregular .article .readmore a::before {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #056839; 
	}

	.blogregular .article .readmore a::after {
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #fff; 
	}
}

.blogregular .article-list .blog-article-video-container {
    position: relative;
    width: 100%; 
    aspect-ratio: 16 / 9; 
    margin: 0 auto; 
    overflow: hidden;
}

.blogregular .article .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blogregular .article lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

.blogregular .article lite-youtube > .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #fe0032!important;
    background-color: #fff;
	font-weight: 900;
	border-radius: 100%;
	font-size: 70px;
	padding: 2px 4px 3px 4px;
}

.blogregular .article lite-youtube > .lty-playbtn::before {
    content: '';
    color: #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 100%;
    box-shadow: 0 0 0 15px rgba(255,255,255,.6),0 0 0 30px rgba(255,255,255,.4),0 0 0 45px rgba(255,255,255,.2);
    z-index: -1;
    animation: rippleEffect 2s infinite;
	height: 70px;
	width: 70px;
}

.blogregular .article lite-youtube {
	transition: filter 0.5s ease;
	max-width: 1200px!important;
}

.blogregular .article lite-youtube:hover {
	filter: brightness(1.15);
}



/* Blog roll - team */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogteam .col-lg-3 {
		width: 50%!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.blogteam .col-lg-3 {
		width: 33.33%!important;
	}
}

.blogteam .article-list .article {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 0;
	height: 100%;
}

.blogteam .article-list .col-lg-3 {
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.blogteam .article-list .article {
		padding: 40px 0 30px 0;
	}

	.blogteam .article {
		margin-bottom: 0px;
	}
	
	.blogteam .article .article-header {
		margin-top: 20px;;
	}

	.blogteam .article-list .article {
		flex-wrap: wrap;
	}

	.blogteam .article-list .article > .article-body,
	.blogteam .article-list .article > a,
	.blogteam .article-list .article .article-featured-video {
		width: 100%;
		min-width: 100%;
	}
}

.blogteam .article-intro-image {
    position: relative;
    width: 100%;
    padding-top: 150%; 
    overflow: hidden;
}

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

.blogteam .article-list {
	margin-top: -10px;
}

@media screen and (max-width: 575px) {
	.blogteam .article .article-introtext {
        font-size: 18px;
        line-height: 26px;
    }
}

.blogteam .article-list .article .article-intro-image, .blogteam .article-list .article .article-featured-video, .blogteam .article-list .article .article-featured-audio, .blogteam .article-list .article .article-feature-gallery {
    margin: 0 0 20px 0;
    border-radius: 0;
    border-bottom: none;
}

.blogteam .article .article-body {
	padding: 0;
}

.blogteam .article img {
	border-radius: 0px!important;
	width: 100%;
}

.blogteam .article .article-header h2 {
	font-size: 30px!important;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

.blogteam .blog-team-job-title {
	font-size: 22px;
	line-height: 1.4;
}

@media screen and (max-width: 575px) {
	.blogteam .article .article-header h2 {
		font-size: 24px!important;
	}
	
	.blogteam .blog-team-job-title {
		font-size: 18px;
	}
}

.blogteam .article .readmore {
	margin-top: 20px;
}

.blogteam .article .readmore a {
    position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #056839;
	padding-right: 8px;
	text-transform: uppercase;
}	

.blogteam .article .readmore a:hover {
	color: #056839;
}

.blogteam .article .readmore a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #056839; 
}

.blogteam .article .readmore a::after {
    content: '';
    position: absolute;
    top: 50%;
	left: calc(100% + 2px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff; 
    transition: border-left-color 0.3s ease;
}

.blogteam .article .readmore a:hover::after {
    border-left-color: #056839; 
}

@media screen and (max-width: 767px) {
	.blogteam .article .readmore a {
		font-size: 18px;
	}	

	.blogteam .article .readmore a::before {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #056839; 
	}

	.blogteam .article .readmore a::after {
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #fff; 
	}
}



/* Single article */
.article-header [itemprop="headline"] {
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
		font-size: 26px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 15px;
		font-size: 32px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
		font-size: 38px!important;
	}
}

.article-details li {
	margin: 6px 0px 6px 0px;
}

.article-details .article-full-image img {
    border-radius: 0px;
	filter: brightness(95%);
}

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

.blockquote {
	font-size: 26px;
	font-weight: 400;
	padding: 50px 50px 50px 100px;
	margin: 60px 40px 60px 40px;
	line-height: 1.5;
	font-style: italic;
	position: relative;
	border: 1px solid #056839;
}

.blockquote > span {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
    display: block;
	text-transform: uppercase;
	font-style: normal;
}

.blockquote::before {
	content: "";
    position: absolute;
    top: 52px;
    left: 60px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url(../../../images/quote-mark.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 20px;
		padding: 60px 30px 25px 30px;
		margin: 30px 0px 30px 0px;
	}
	
	.blockquote > span {
		font-size: 16px;
	}
	
	.blockquote::before {
		left: 45px;
		top: 20px;
		width: 30px;
		height: 30px;
	}
}

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



/* Article optional module */
@media screen and (max-width: 991px) {
	.optional-module-left-col {
		order: 2;
	}
	
	.optional-module-right-col {
		order: 1;
	}
}

@media screen and (min-width: 992px) {
	.optional-module-container {
		margin-left: calc(-50vw + 50%);
		width: 100vw;
	}
}

@media screen and (max-width: 575px) {
	.optional-module-container .optional-module-right-col-content {
		margin: 0 5px 30px 5px;
	}
	
	.optional-module-container .optional-module-left-col {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.optional-module-container .optional-module-right-col-content {
		margin: 0 20px 40px 20px;
	}

	.optional-module-container .optional-module-left-col {
		padding-bottom: 40px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.optional-module-container .optional-module-right-col-content {
		margin: 0 20px 50px 20px;
	}
	
	.optional-module-container .optional-module-left-col {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.optional-module-container {
		padding-right: 40px;
	}	
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	.optional-module-container {
		padding-right: 60px;
	}
}

@media screen and (min-width: 1600px)  {
	.optional-module-container {
		padding-right: 8vw;
	}	
}

.optional-module-left-col {
	display: flex;
	padding-left: 0;
	padding-right: 50px;
	padding-top: 120px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.optional-module-left-col {
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	.optional-module-left-col {
		display: flex;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}

.optional-module-image-container {
	background-size: cover;
	background-position: center; 
    background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 550px;
}

.optional-module-right-col-content {
	background-color: #2c2d2d;
	padding: 80px 80px 90px 80px;
}

.optional-module-title {
	color: #fff;
	font-family: Rubik;
    font-weight: 500;
	font-size: clamp(2.125rem, 1.579rem + 2.4961vw, 3.125rem);
    line-height: 1.2;
	margin-bottom: 30px;
}

.optional-module-intro {
	color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
	margin-bottom: 60px;
}

.optional-module-container .btn-green-narrow {
	margin-top: 50px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	.optional-module-right-col-content {
		padding: 30px 30px 40px 30px;
	}

	.optional-module-intro {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.optional-module-intro {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.optional-module-right-col-content {
		padding: 50px 50px 60px 50px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.optional-module-intro {
		margin-bottom: 40px;
	}
	
	.optional-module-container .btn-green-narrow {
		margin-top: 40px;
	}
}


.optional-module-link a {
	position: relative;
	display: inline-block;
	font-size: clamp(1.25rem, 1.0828rem + 0.7643vw, 2rem);
	font-weight: 700;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .optional-module-link a {
        padding: 8px 0;
        line-height: 1.2;
    }
}

.optional-module-link a::before {
	content: '\f061';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
}

.optional-module-link a:focus, .optional-module-link a:active {
	font-weight: 700;
	color: #fff;
}

.optional-module-link a:hover {
	color: #fff;
	padding-left: 40px;
}

.optional-module-link a:hover::before {
	content: '\f061';
	opacity: 1;
	left: 5px;
}



/* Locations article layout */
.location-cols-container {
	border-bottom: 1px solid #06894A;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.location-address-col {
		padding-top: 30px;
	}
	
	.location-staff-col {
		margin-top: 40px;
	}
	
	.location-manager-col {
		border-bottom: 1px solid #06894A;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 992px) {
	.location-manager-col .col-lg-7 {
		position: relative;
	}

	.location-manager-col .col-lg-7::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 120px;
		border-right: 1px solid #06894A;
	}

	.location-staff-col {
		padding-left: 50px;
	}
}

.location-address-col h1:first-child,
.location-address-col h2:first-child,
.location-address-col h3:first-child,
.location-address-col h4:first-child,
.location-address-col h5:first-child,
.location-address-col h6:first-child {
	margin-top: 0;
}

.location-manager-col .col-lg-7 h1:first-child,
.location-manager-col .col-lg-7 h2:first-child,
.location-manager-col .col-lg-7 h3:first-child,
.location-manager-col .col-lg-7 h4:first-child,
.location-manager-col .col-lg-7 h5:first-child,
.location-manager-col .col-lg-7 h6:first-child {
	margin-top: 0;
}

.location-staff-col h1:first-child,
.location-staff-col h2:first-child,
.location-staff-col h3:first-child,
.location-staff-col h4:first-child,
.location-staff-col h5:first-child,
.location-staff-col h6:first-child {
	margin-top: 0;
}

.location-address-box {
	color: #fff;
	background-color: #056839;
	padding: 30px 40px;
}

@media screen and (max-width: 575px) {
	.location-address-box {
		padding: 20px 25px;
	}
}

.location-address-box a {
	position: relative;
	color: #fff;
	font-weight: 400;
}

.location-address-box a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5); 
	transition: background-color 0.3s ease;
}

.location-address-box a:hover::after {
	background-color: #fff; 
}

@media screen and (max-width: 767px) {
	.location-manager-col .col-lg-7 {
		padding-top: 30px;
	}
	
    .location-manager-col {
        padding-bottom: 30px;
    }
}

.manager-image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.manager-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; 
}



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

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

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

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

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

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

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

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



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    color: #056839;
	font-size: 15px;
    line-height: 1.5;
}

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

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



/* Page heading with bg */
body:not(.com-sppagebuilder) #sp-page-header .article-breadcrumbs-container {
	background: url(../../../images/page-header-bg.jpg) 0 0 no-repeat;
	background-position: bottom center;
    background-size: cover;
	background-color: #eee;
	position: relative;
}

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

#sp-page-header .article-breadcrumbs-active-item {
	background-color: rgba(0 ,0, 0, 0.7);
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: flex-start;
	color: #fff;
	font-family: Rubik;
	font-weight: 700!important;
    letter-spacing: 1px;
	margin-bottom: 0;
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 26px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		padding: 30px 20px;
		width: 100%;
		margin-bottom: -20px;
	}
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}	
	
	#sp-page-header .article-breadcrumbs-active-item {
		padding: 35px 25px;
		min-width: 80%;
		max-width: 80%;
		margin-left: 20px;
		margin-bottom: -30px;
	}
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 38px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		padding: 40px 30px;
		min-width: 80%;
		max-width: 80%;
		margin-left: 40px;
		margin-bottom: -30px;
	}
}

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

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 44px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		padding: 45px 35px;
		min-width: 80%;
		max-width: 80%;
		margin-left: 60px;
		margin-bottom: -30px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 320px;
	}

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

	#sp-page-header .article-breadcrumbs-active-item {
		padding: 65px 45px;
		min-width: 80%;
		max-width: 80%;
		margin-left: 60px;
		margin-bottom: -30px;
	}
}

@media screen and (min-width: 1600px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 400px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 80px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		padding: 70px 50px;
		min-width: 82%;
		max-width: 82%;
		margin-left: 60px;
		margin-bottom: -30px;
	}
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.4);
	border-radius: 0px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: rgba(0,0,0,0.8);
}



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

@media screen and (max-width: 991px) {
	.pagination-wrapper {
		margin-top: 40px;
	}
}

.pagination li.page-item span,
.pagination li.page-item a {
	font-size: 0px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	padding: 0;
}

.pagination li.page-item:not(:nth-last-child(3)) span,
.pagination li.page-item:not(:nth-last-child(3)) a {
	margin-right: 20px;
}

ul.pagination li:nth-child(-n+2),
ul.pagination li:nth-last-child(-n+2) {
  display: none;
}



/* Section - all */
@media screen and (max-width: 991px) {
	.large-section-heading .sppb-addon-title {
		font-size: clamp(2.125rem, 1.579rem + 2.4961vw, 3.125rem)!important;
		line-height: 1.2!important;
	}	
}

@media screen and (min-width: 992px) {
	.large-section-heading .sppb-addon-title {
		font-size: clamp(2.5rem, 0.4999rem + 3.2293vw, 4.375rem)!important;
		line-height: 1.2!important;
	}	
}



/* Section - main slider */
@media screen and (max-width: 575px) {
	#section-hero-image .hero-section-right-col {
		height: 350px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-hero-image .hero-section-right-col {
		height: 400px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-hero-image .hero-section-right-col {
		height: 550px;
	}
}

@media screen and (min-width: 992px) {
	#section-hero-image .hero-section-right-col {
		min-height: calc(100vh - 215px);
	}
}

@media screen and (min-width: 1200px) {
	#section-hero-image .hero-welcome-heading .sppb-addon-content {
		font-size: 3.6vw!important;
		line-height: 1.3!important;
	}	

	#section-hero-image .hero-section-right-col {
		background-position: 50% 60%!important;
	}
}

#section-hero-image > .sppb-container-inner,
#section-hero-image > .sppb-container-inner > .sppb-row {
	height: 100%;
}

#section-hero-image .hero-left-col {
	z-index: 99;
}

#section-hero-image .hero-left-col,
#section-hero-image .hero-left-col > .sppb-column-addons {
	height: 100%;
}



/* Section - serving our clients */
#serving-our-clients .youtube-modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#serving-our-clients .serving-clients-right-col {
		padding-right: 60px!important;
	}
	
	#serving-our-clients #sppb-addon-8a6c6e4e-c69f-466a-af29-8468387f8305 {
		padding-right: 0px!important;
	}
}



/* Section - how we serve */
#section-how-we-serve ul {
	list-style: none;
	padding: 0;
}

#section-how-we-serve ul li {
	position: relative;
	margin: 5px 0;
}

#section-how-we-serve ul li a {
	display: inline-block;
	font-size: clamp(1.25rem, 1.0828rem + 0.7643vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	#section-how-we-serve ul li a {
		padding: 6px 0;
		line-height: 1.2;
	}
}

#section-how-we-serve ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
}

#section-how-we-serve ul li a:hover {
	padding-left: 40px;
}

#section-how-we-serve ul li a:hover::before {
	content: '\f061';
	opacity: 1;
	left: 5px;
}

#section-how-we-serve .how-we-serve-image .sppb-addon-single-image-container,
#section-how-we-serve .how-we-serve-image .sppb-addon-single-image-container img {
	width: 100%;
}

#section-how-we-serve .locations-to-serve-box {
	position: absolute;
	bottom: -40px;
	left: 50%;
    transform: translateX(-50%);
	z-index: 99;
}

@media screen and (max-width: 575px) {
	#section-how-we-serve .locations-to-serve-box {
		min-width: 280px;
	}
}

@media screen and (min-width: 576px) {
	#section-how-we-serve .locations-to-serve-box {
		min-width: 340px;
	}
}



/* Section - birch tree at a glance */
#section-birch-tree-glance .glance-icon-container {
   transition: all 0.3s ease;
}

#section-birch-tree-glance .glance-icon-container:hover {
	background-color: #068246;
}

#section-birch-tree-glance .glance-icon-container img {
	transform: scale(0.85);
	transition: transform 0.3s ease;
}

#section-birch-tree-glance .glance-icon-container:hover img {
	transform: scale(0.9);
}

#section-birch-tree-glance .glance-box-heading:hover div {
	color: #068246;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#section-birch-tree-glance .birch-tree-glance-right-col {
		padding-right: 60px!important;
	}
	
	#section-birch-tree-glance #sppb-addon-1d655dac-bd83-4302-afdf-08b1334a0a75 {
		padding-right: 0px!important;
	}
}

@media screen and (max-width: 575px) {
	#section-birch-tree-glance .glance-box {
		background-color: #f1f1f1;
		border-radius: 15px;
	}
}
	


/* Section - support communities */
#section-support-communities .support-communities-image .sppb-addon-single-image-container,
#section-support-communities .support-communities-image .sppb-addon-single-image-container img {
	height: 100%;
}

@media screen and (max-width: 470px) {
	#section-support-communities .large-section-heading .sppb-addon-title {
		max-width: 220px;
	}
}

#section-support-communities .support-community-left-col,
#section-support-communities .support-community-left-col > .sppb-column-addons {
	height: 100%;
}

#section-news-events .blog-article-item.row,
#section-news-events .blog-article-image.col-lg-5,
#section-news-events .blog-article-content.col-lg-7 {
	padding-right: 0;
}

#section-news-events .blog-article-row > .blog-article-item:not(:last-child) {
	margin-bottom: 40px;
}

#section-news-events .blog-article-image-container {
	padding-top: 60%;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	transition: filter 0.5s ease;
}

#section-news-events .blog-article-image-container:hover {
	filter: brightness(1.2);
}

#section-news-events .blog-article-item-inner {
	height: 100%;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	padding: 15px;
	border-radius: 6px;
}

@media screen and (max-width: 992px) {
	#section-news-events .blog-article-item-inner {
		padding: 0;
	}

	#section-news-events .blog-article-info-container {
		padding: 10px 0 20px 0;
	}	
}

@media screen and (min-width: 991px) and (max-width: 1699px) {
	#section-news-events .blog-article-info-container {
		padding: 0 0 0 10px;
		margin-top: -5px;
	}
}

@media screen and (min-width: 1700px) {
	#section-news-events .blog-article-info-container {
		padding: 0 0 0 30px;
	}
}

#section-news-events .mod-articles-category-title {
	font-weight: 700;
	color: #252525;
	display: inline-block;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
}

#section-news-events .mod-articles-category-introtext {
	font-size: 22px;
    font-weight: 300;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#section-news-events .mod-articles-category-title {
		font-size: 24px;
		line-height: 32px;
	    margin-bottom: 15px;
	}

	#section-news-events .mod-articles-category-introtext {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}

#section-news-events .mod-articles-category-title:hover {
    color: #056839;
}

#section-news-events .mod-articles-category-title:focus, #section-news-events .mod-articles-category-title:active {
	color: #056839!important;
}	

#section-news-events .mod-articles-readmore-title {
	margin-bottom: 5px;
}

#section-news-events .mod-articles-readmore-title a {
    position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #056839;
	padding-right: 8px;
	text-transform: uppercase;
}	

#section-news-events .mod-articles-readmore-title a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #056839; 
}

#section-news-events .mod-articles-readmore-title a::after {
    content: '';
    position: absolute;
    top: 50%;
	left: calc(100% + 2px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff; 
    transition: border-left-color 0.3s ease;
}

#section-news-events .mod-articles-readmore-title a:hover::after {
    border-left-color: #056839; 
}


@media screen and (max-width: 767px) {
	#section-news-events .mod-articles-readmore-title a {
		font-size: 18px;
	}	

	#section-news-events .mod-articles-readmore-title a::before {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 12px solid #056839; 
	}
	
	#section-news-events .mod-articles-readmore-title a::after {
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 6px solid #fff; 
	}
}

#section-news-events .blog-article-video-container {
    position: relative;
    padding-top: 60%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden; 
}

#section-news-events .blog-article-video-container lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

#section-news-events .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-news-events lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

#section-news-events lite-youtube > .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #fe0032!important;
    background-color: #fff;
	font-weight: 900;
	border-radius: 100%;
	font-size: 70px;
	padding: 2px 4px 3px 4px;
}

#section-news-events lite-youtube > .lty-playbtn::before {
    content: '';
    color: #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 100%;
    box-shadow: 0 0 0 15px rgba(255,255,255,.6),0 0 0 30px rgba(255,255,255,.4),0 0 0 45px rgba(255,255,255,.2);
    z-index: -1;
    animation: rippleEffect 2s infinite;
	height: 70px;
	width: 70px;
}

@keyframes rippleEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5); 
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

#section-news-events lite-youtube {
	transition: filter 0.5s ease;
}

#section-news-events lite-youtube:hover {
	filter: brightness(1.2);
}

@media screen and (max-width: 991px) {
	#section-news-events .blog-article-item.col-lg-4 {
		margin-bottom: 20px;
	}
}



/* Section - testimonials */ 
@media screen and (min-width: 768px) {
	#section-testimonials .large-section-heading {
		max-width: 500px;
	}
}

#section-testimonials .mk-content-carousel .owl-item::before {
    content: "";
    position: relative;
    top: 65px; 
    left: 120px;
    transform: translateX(-50%);
    width: 130px;
    height: 130px; 
    background: url('../../../images/logo-testimonials.png') no-repeat center center;
    border-radius: 50%; 
    border: 2px solid #606060;
}

#section-testimonials .mk-content-carousel .item .mk-slide-title {
	position: relative;
}

#section-testimonials .mk-content-carousel .item .mk-slide-title::before {
    content: "";
    position: absolute;
    top: 0; 
    left: -40px;
    transform: translateX(-50%);
    width: 50px; 
    height: 50px;
    background: url('../../../images/quote-mark.png') no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 575px) {
	#section-testimonials .mk-content-carousel .mk-content {
		padding-top: 125px;
		padding-right: 30px;
		padding-bottom: 40px;
		padding-left: 30px;

	}

	#section-testimonials .mk-content-carousel .owl-item::before {
		top: 50px; 
		left: 90px;
		width: 100px;
		height: 100px; 
	}

	#section-testimonials .mk-content-carousel .item .mk-slide-title::before {
		top: -45px; 
		left: 20px;
		width: 40px; 
		height: 40px;
	}
	
	#section-testimonials .mk-content-carousel .owl-dots {
		padding-top: 40px;
	}
}

@media screen and (min-width: 1500px) {
	#section-testimonials .testimonials-right-col {
		align-items: flex-end !important;
	}
}



/* Footer */
#sp-footer1 {
	font-size: 17px;
}

#sp-footer1 a {
	font-weight: 400!important;
}

#sp-footer1 .footer-social-menu {
	text-align: center;
}

#sp-footer1 .footer-social-menu ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

#sp-footer1 .footer-social-menu ul li {
	display: inline-block;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
    height: 50px;
}

#sp-footer1 .footer-social-menu ul li:hover {
	background-color: #056839!important;
}

@media screen and (min-width: 431px) {
	#sp-footer1 .footer-social-menu ul li {
		margin: 0 10px;
	}
}

#sp-footer1 .footer-social-menu ul li a {
    color: #333;
	text-decoration: none;
	font-weight: 400;
    font-size: 0px;
}

#sp-footer1 .footer-social-menu ul li a:hover {
    color: #fff!important;
}

@media screen and (max-width: 430px) {
	#sp-footer1 .footer-social-menu {
		max-width: 240px;
	}
	
	#sp-footer1 .footer-social-menu li {
		margin: 0 15px;
	}
}

#sp-footer1 .footer-social-menu ul li span {
	display: flex;
	align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 22px;
    margin: 0;
	padding: 0!important;
}

#sp-footer1 .footer-quick-links ul {
	list-style: none;
	padding: 0;
}

#sp-footer1 .footer-quick-links ul li {
	padding: 1px 0;
}

#sp-footer1 .footer-quick-links ul li a {
	text-transform: uppercase;
}

/* locations dropdown and modal */
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.5)!important;
	opacity: 1!important;
}

#locations-modal .jconfirm-box {
	padding: 25px 25px 5px 25px;
}	

#locations-modal .jconfirm-title-c {
	display: flex;
	padding-right: 40px;
	border-bottom: 1px solid #ddd;
}

#locations-modal .jconfirm-title {
	font-family: Rubik;
	font-size: 28px;
	color: #333;
	line-height: 1.1;
}

#locations-modal .jconfirm-icon-c i {
	font-size: 30px;
	color: #333;
}

#locations-modal .jconfirm-closeIcon {
    top: 18px!important;
    right: 25px!important;
}

#locations-modal .jconfirm-closeIcon i {
	font-size: 34px;
}

#locations-modal .jconfirm-content {
	padding-top: 20px;
}

#locations-modal .jconfirm-content-pane {
	margin-bottom: 0!important;
}

#sp-footer1 .custom-dropdown-container {
    width: calc(100% - 20px); 
	position: relative;
}

#sp-footer1 .form-select:focus,  #sp-footer1 .form-select:active {
	border-color: rgba(255, 255, 255, 0.6);
}

#sp-footer1 #article-dropdown option {
    color: #333; 
    white-space: normal; 
    word-wrap: break-word; 
}

#sp-footer1 .form-select {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    color: rgba(255, 255, 255, 0.6);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    margin: 10px 0;
    width: calc(100% - 20px); 
    position: relative;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.6)"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px 22px;
}

@media screen and (max-width: 399px) {
	#sp-footer1 .custom-dropdown-container {
		width: calc(100vw - 40px); 
	}

	#sp-footer1 .form-select {
		width: calc(100vw - 40px); 
	}
}

@media screen and (min-width: 1199px) {
	#sp-footer1 .custom-dropdown-container {
		width: 100%; 
	}

	#sp-footer1 .form-select {
		width: 100%; 
	}
}