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

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

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

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

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

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



/* Fonts */
a {
  font-weight: 600;
  color: #007bc2;
  text-decoration: underline;
}

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

a:hover {
  color: #66AFDA;
  text-decoration: none;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #007bc2;
}

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

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

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

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

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

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

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

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

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

	.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: 768px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 32px;
	}

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

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



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 12px 16px;
}

.form-control:focus {
	border-color: #66AFDA;
}

.form-select:focus {
    border-color: #66AFDA;
    box-shadow: none;
}

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

textarea {
	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, select:not(.form-select):not(.form-control):focus {
    border-radius: 0px;
	padding: 12px 16px;
	border-color: rgba(238, 50, 36, 0.4);
    box-shadow: none;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #218733!important;
	box-shadow: 5px 5px #0078bf!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 15px 30px 15px 30px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
	color: #fff!important;
	background-color: #4a9b58!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333333!important;
	box-shadow: 5px 5px #0078bf!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 15px 30px 15px 30px!important;
}

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

.btn-blue {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #0078bf!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 15px 30px 15px 30px!important;
}

.btn-blue:hover {
	color: #fff!important;
	background-color: #66AFDA!important;
}

.btn-blue:focus, .btn-blue:active {
	color: #fff!important;
	background-color: #66AFDA!important;
}

.btn-blue-top {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #0078bf!important;
	font-size: 18px!important;
	font-weight: 300!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 8px 20px 8px 20px!important;
	width: 170px;
	text-align: center;
}

.btn-blue-top:hover {
	color: #fff!important;
	background-color: #66AFDA!important;
}

.btn-blue-top:focus, .btn-blue-top:active {
	color: #fff!important;
	background-color: #66AFDA!important;
}

.top-right-first-btn {
	margin-bottom: 10px;
}

.sp-module.top-right-buttons-desktop {
    display: flex;
	align-items: center;
}

.sp-module.top-right-buttons-mobile {
	padding-left: 10px!important;
}

.btn-green-blue {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #218733!important;
	box-shadow: 5px 5px #0078bf!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 15px 30px 15px 30px!important;
}

.btn-green-blue:hover {
	color: #fff!important;
	background-color: #4a9b58!important;
}

.btn-green-blue:focus, .btn-green-blue:active {
	color: #fff!important;
	background-color: #4a9b58!important;
}



/* Logo and main menu */
#sp-logo-and-top-menu, #sp-main-menu {
	background-color: #fff;
}

#sp-logo {
	padding: 20px 5px 20px 5px;
}

@media screen and (max-width: 1099px) {
	#sp-logo-and-top-menu {
		display: flex;
		align-items: center;
		height: 100px;
		z-index: 9;
		position: relative;
	}

	.body-innerwrapper #sp-logo-and-top-menu {
		width: 88%;
	}
	
	.body-innerwrapper #sp-main-menu {
		width: 12%;
		top: 0;
		right: 0;
		height: 100px;
	}

	.body-innerwrapper #sp-logo > .sp-column,
	.body-innerwrapper #sp-logo > .logo	{
		display: flex;
		justify-content: space-between;
	}

	.body-innerwrapper #sp-logo .sp-module {
		order: 2;
	}
	
	.body-innerwrapper #sp-logo .logo {
		order: 1;
	}

	.body-innerwrapper #sp-main-menu.header-sticky {
		position: relative;
	}
	
	.body-innerwrapper #sp-main-menu:not(.header-sticky) {
		position: absolute;
	}
	
	#sp-main-menu {
		z-index: 9;
	}
	
	.logo-image,
	#mod-custom111 img {
        height: 95px!important;
		padding: 10px 10px 10px 10px;
    }
	
	#sp-main-menu > .container {
        display: flex;
		justify-content: end;
		align-items: center;
		height: 100%;
	}
	
	#sp-logo-and-top-menu, 
	#sp-main-menu {
		border-bottom: 1px solid #e7e7e7;
	}
	
	.header-sticky, .topbar-sticky {
		position: fixed!important;
		top: 0;
		z-index: 9;
		animation: spFadeInDown 0.6s;
	}
		
	.sp-module.top-right-buttons-desktop {
		display: none;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
	#sp-logo-and-top-menu,
	#sp-main-menu {
		padding-left: 15px;
		padding-right: 15px;
	}	
}

@media screen and (max-width: 575px) {
	.logo-image,
	#mod-custom111 img {
        height: 85px!important;
		padding: 8px 0px 8px 8px;
    }

	#mod-custom111 img {
		padding-right: 25px;
    }
}

@media screen and (max-width: 320px) {
	#mod-custom111 {
        display:none!important;
    }
}

@media screen and (min-width: 1100px) {
	#sp-logo-and-top-menu {
		display: flex;
		align-items: start;
	}
	
	#sp-logo-and-top-menu > .container {
		border-bottom: 1px solid #999;
	}

	.body-innerwrapper #sp-logo > .sp-column,
	.body-innerwrapper #sp-logo > .logo	{
		display: flex;
		justify-content: space-between;
	}

	.body-innerwrapper #sp-logo .sp-module {
		order: 2;
	}
	
	.body-innerwrapper #sp-logo .logo	{
		order: 1;
	}

	#sp-main-menu.header-sticky {
		border-top: 4px solid #0078bf;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}

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

	#sp-menu {
		padding-left: 3px;
		padding-right: 3px;
	}

	#sp-menu .sp-megamenu-wrapper > ul {
		white-space: nowrap;
		flex-wrap: nowrap;
	}

	#sp-menu .sp-megamenu-wrapper ul li a {
		white-space: normal;
		text-transform: uppercase;
	}
	
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
		line-height: 1.4;
	}
	
	.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
		left: -15px!important;
	}

	#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent>li>a::before {
		display: block!important;
		position: absolute;
		content: '';
		border-bottom: 3px solid #0078bf;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 0px;
		transition: width .6s ease;
		padding-left: 0; 
		padding-right: 0; 
	}

	#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent>li>a:hover::before {
		width: 100%;
		padding-left: 0; 
		padding-right: 0; 
	}
	
	.sp-megamenu-wrapper > ul.sp-megamenu-parent {
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

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

	.sp-megamenu-wrapper > ul.sp-megamenu-parent > li.sp-menu-item:first-child {
		margin-left: 0;
	}


	.sp-megamenu-wrapper > ul.sp-megamenu-parent > li.sp-menu-item:first-child a {
		padding-left: 0;
	}

	.sp-megamenu-wrapper > ul.sp-megamenu-parent > li.sp-menu-item:last-child {
		margin-right: 0;
	}
		
	.sp-dropdown {
		border-bottom: 4px solid #0078bf;
	}

	.sp-dropdown ul > li.sp-menu-item {
		display: block; 
		text-align: left;
	}

	.sp-megamenu-wrapper > ul.sp-megamenu-parent > li.sp-menu-item > a {
		display: block;
		white-space: nowrap;
	}
	
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
		color: #0078bf;
	}

	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0px!important;
	}
	
	.sp-megamenu-parent>li {
		margin: 0px 12px 0x 12px;
	}
	
	.sp-megamenu-parent>li:first-child {
		margin: 0px 12px 0x 0px;
	}

	.sp-megamenu-parent>li:last-child {
		margin: 0px 0px 0x 12px;
	}

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

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

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

	.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
		padding: 20px 20px 20px 15px;
	}

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

}
	


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

.offcanvas-menu {
    overflow-y: auto;
	color: #333;
  	border-top: 4px solid #0078bf;
}

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

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

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

	.sp-megamenu-wrapper {
		float: none!important;
	}
	
	#sp-menu {
		width: auto!important;
	}	
	
	#sp-logo > .sp-column {
		margin-left: 0px;
	}
}

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

@media screen and (min-width: 575px) and (max-width: 1099px) {
	#sp-menu > .sp-column {
		margin-right: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

#offcanvas-toggler {
	width: 100%;
	color: #0078bf;
	margin-left: 0px!important;
}

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

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

.close-offcanvas {
	top: 36px;
}

.close-offcanvas .burger-icon {
	margin-right: 18px!important;
}

#offcanvas-toggler .burger-icon {
    margin-right: 5px!important;
}

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

body.ltr .offcanvas-menu .logo {
	padding: 0px 0px 10px 15px;
}

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

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

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

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

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

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>a, .offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>span {
    font-size: 16px;
}

.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,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
	color: #333;
	text-transform: uppercase;
}

.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: #0078bf;
	font-weight: 600!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a, .offcanvas-menu .offcanvas-inner ul.menu > li > ul li span {
	font-size: 16px;
	padding: 8px 12px 8px 12px;
	display: flex;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
}

.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.menu-parent li.menu-parent .menu-toggler {
	right: 0px!important;
}

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

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	line-height: 1.3;
}

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

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

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

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px;
	border-radius: 0px;
	flex: 1;
	border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.offcanvas-menu .awesomplete input {
	border-top-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
}

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

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

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

@media screen and (max-width: 400px) {
	#offcanvas-toggler {
		font-size: 20px;
	}
	
	.burger-icon>span {
		margin: 4px 0px;
	}
	
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 1px;
	}
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #0078bf;
	font-weight: 900;
    display: inline-block;
    font-size: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    color: #0078bf;
	font-weight: 900;
    display: inline-block;
    font-size: 20px;
}



/* Individual article */
.blockquote {
	font-size: 20px;
	font-weight: 500;
	padding: 30px 40px 30px 50px;
	margin: 0px 20px 0px 20px;
	line-height: 1.6;
	position: relative;
}

.blockquote > span {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin-top: 10px;
    display: block;
	text-transform: initial;
}

.blockquote::before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 32px;
    color: #0078bf;
    position: absolute;
    left: 2px;
    top: 23px;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 18px;
		padding: 20px 10px 20px 45px;
		margin: 0px;
	}
	
	.blockquote::before {
		font-size: 28px;
		left: 5px;
		top: 14px;
	}
	
	.article-details .article-full-image {
		margin-bottom: 1rem;
	}
}



/* Page header banners */
#sp-title .sp-column {
    height: 100%;
	display: flex;
	align-items: center;
}

#sp-page-header #sp-title .sp-module-title {
	position: relative;
	z-index: 1;
	color: #fff;
    font-weight: 700;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
	text-align: center;
	padding: 40px 0px 40px 0px;
	margin-bottom: 7px;
}

body:not(.com_sppagebuilder) #sp-title {
    position: relative; 
    overflow: hidden;
	animation-duration: 800ms;
    animation-name: fadeIn;
}

#sp-title .mod-custom {
    background-size: cover; 
    background-position: center center; 
    height: 100%;
    width: 100%; 
    position: relative;
}

#sp-title .sp-module-title {
    position: absolute; 
	margin: 0px!important;

}

#sp-title .sp-module-content {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 399px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 30px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 140px;
	}

	#sp-title .sp-module-content {
		height: 140px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 32px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 170px;
	}

	#sp-title .sp-module-content {
		height: 170px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 38px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 230px;
	}

	#sp-title .sp-module-content {
		height: 230px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 40px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 280px;
	}

	#sp-title .sp-module-content {
		height: 280px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 46px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 320px;
	}
	
	#sp-title .sp-module-content {
		height: 320px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 50px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 340px;
	}
	
	#sp-title .sp-module-content {
		height: 340px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 56px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 360px;
	}
	
	#sp-title .sp-module-content {
		height: 360px;
	}
}

@media screen and (min-width: 1601px)  {
	#sp-page-header #sp-title .sp-module-title {
		font-size: 60px;
	}

	body:not(.com_sppagebuilder ) #sp-title {
		height: 400px;
	}
	
	#sp-title .sp-module-content {
		height: 400px;
	}
}



/* Section - welcome */
#section-welcome .bottom-col {
	border-bottom: 1px solid #d7d7d7;
}



/* Section - testimonials */
#section-testimonials .bottom-col {
	border-bottom: 1px solid #d7d7d7;
}

#section-testimonials .sppb-addon-single-image-container,
#section-testimonials .testimonials-right-col img {
	width: 100%;
}

#section-testimonials .video-play-btn {
	position: absolute;
    bottom: 30px;
    left: 40px;
}

@media screen and (max-width: 767px) {
	#section-testimonials .video-play-btn {
		bottom: 20px;
		left: 25px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-testimonials .video-play-btn {
		top: 20px;
		left: 20px;
	}
}



/* Section - our partners */
#section-partners .bottom-col {
	border-bottom: 1px solid #d7d7d7;
}



/* Section - impact report */
#section-impact-report .bottom-col {
	border-bottom: 1px solid #d7d7d7;
}

#section-impact-report .sppb-addon-single-image-container,
#section-impact-report .impact-report-right-col img {
	width: 100%;
}



/* Section - bottom and footer */
#section-bottom .bottom-middle-col ul {
	list-style-type: none; 
	padding-left: 0;
	margin-left: 0;
}

#section-bottom .bottom-middle-col ul li {
	position: relative;
	padding: 4px 0px 4px 0px; 
	margin-bottom: 0px; 
}

#section-bottom a {
    color: #007bc2;
	font-weight: 400;
}

#section-bottom a:hover {
	color: #66AFDA;
}

#section-bottom .bottom-socials-menu .menu li a {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #252525;
    border-radius: 5px;
}

#section-bottom .bottom-socials-menu .menu li a.item-linkedin {
    color: #0976b4;
}

#section-bottom .bottom-socials-menu .menu li a.item-facebook {
    color: #3b5998;
}

#section-bottom .bottom-socials-menu .menu li a.item-youtube {
    color: #e52d27;
}

#section-bottom .bottom-socials-menu .bottom-contact-menu .menu li a {
	text-transform: uppercase;
}

#section-bottom .bottom-socials-menu .menu > li:not(:last-child) {
	padding-right: 15px!important;
}

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

#section-bottom .bottom-socials-menu .menu li:last-child {
	margin-right: 0;
}

#section-bottom .bottom-socials-menu .menu li a:hover {
	color: #fff;
	background-color: #0976b4;
}

#section-bottom  .bottom-socials-menu a {
    font-size: 0px;
}

#section-bottom .bottom-socials-menu ul li span {
    font-size: 18px;
	padding-right: 0px!important;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

#section-footer  .bottom-col {
    border-top: 1px solid #fff;
}



/* Scroll up button */
.sp-scroll-up {
	right: 25px;
	bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(33, 135, 51, 0.5);
	box-shadow: 4px 4px rgba(0, 120, 191, 0.5);
	border-radius: 0px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: rgba(33, 135, 51, 1);
	box-shadow: 4px 4px rgba(0, 120, 191, 1);
}



/* Pagination */
@media screen and (max-width: 1099px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

.pagination-wrapper .pagination-counter {
    display: none!important;
}

.pagination-wrapper {
    display: flex;
	justify-content: center !important;
	margin-top: 25px;
}

.pagination-wrapper ul.pagination {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	ul.pagination {
		margin-bottom: 0px!important;
	}
	
	.pagination-wrapper {
		margin-top: 5px;
	}
}

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

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

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

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

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

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

.pagination li.page-item {
	width: 45px;
	text-align: center;
	margin: 3px;
	border-radius: 0px;
}	