/* 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: 60px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0!important;
}

.title-underlined .sppb-addon-title {
	position: relative;
	border-bottom: 1px solid #193D69;
	padding-bottom: 7px;
}

.title-underlined .sppb-addon-title::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #193D69;
	bottom: -4px;
}

a {
	font-weight: 500;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #55acee;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
}

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: 54px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 46px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 38px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 30px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 14px;
	font-size: 1.1rem;
}

.form-control:focus {
	border-color: rgba(25, 61, 105, 0.4);
	box-shadow: 0 0 25px 5px rgba(25, 61, 105, 0.05)!important;
}

.form-select:focus {
	border-color: rgba(25, 61, 105, 0.4);
    box-shadow: 0 0 25px 5px rgba(25, 61, 105, 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(25, 61, 105, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #193D69!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
    background-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 {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #404040!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background-color: #193D69!important;
}

.btn-secondary:focus-visible, .sppb-btn-secondary:focus-visible {
    background-color: #193D69!important;
    box-shadow: inset 0 0 12px rgba(249, 160, 27, 0.8)!important;
}

.btn-secondary:active, .sppb-btn-secondary:active {
    background-color: #193D69!important;
}


.btn-blue {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #193D69!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn-blue:hover {
    color: #fff!important;
	background-color: #333!important;
}

.btn-blue:focus-visible {
    color: #fff!important;
	background-color: #333!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-blue:active {
    color: #fff!important;
	background-color: #333!important;
}


.btn-white {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #193D69!important;
    background-color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn-white:hover {
    color: #fff!important;
	background-color: #333!important;
}

.btn-white:focus-visible {
    color: #fff!important;
	background-color: #333!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-white:active {
    color: #fff!important;
	background-color: #333!important;
}


.btn-link {
	position: relative;
	color: #193D69!important;
	font-size: 20px!important;
	font-weight: 600!important;
	text-decoration: none;
	padding: 0!important;
}

.btn-link:hover {
	color: #10144a!important;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(20, 20, 20, 0.90)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	padding: 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .btn-primary i {
	font-size: 18px!important;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #193D69!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 15px 40px!important;
	border-radius: 0!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #d1d1d1!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #d1d1d1!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: #d1d1d1!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;
}



/* RSForms */
#userForm h2 {
	position: relative;
	font-size: 30px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#userForm h2 {
		font-size: 26px!important;
	}
}

#userForm h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 360px;
	height: 1px;
	background-color: #193D69;
	bottom: 0;
	left: 0;
}

#userForm h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #193D69;
	bottom: -4px;
	left: 0;
}



/* Logo, top and main menu */
#sp-main-menu.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeIn 1.0s;
	z-index: 999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-logo.header-sticky {
		position: fixed!important;
		top: 0px;
		width: 100%;
		animation: spFadeIn 1.0s;
		z-index: 999;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	}
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo {
	background-color: #fff;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-top-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
	padding: 40px 0;
}

@media screen and (max-width: 991px) {
	#sp-menu > .sp-column {
		justify-content: center;
	}
	
	#sp-logo-and-top-menu .logo {
		justify-content: center;
		padding: 30px 0;
	}
}

@media screen and (max-width: 575px) {
	#sp-logo-and-top-menu .logo {
		padding: 15px 0;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top1.col-lg-5 {
		width: 100%;
		order: 1;
	}
	
	#sp-logo.col-lg-7 {
		width: 100%;
		order: 2;
	}
	
	.logo-image {
		height: auto!important;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-image {
		height: 60px!important;
	}	
}

#sp-top1 {
	display: flex;
	align-items: center;
	justify-content: end;
}

@media screen and (max-width: 767px) {
	#sp-top1 {
		justify-content: center;
	}
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

#sp-top1 .menu li {
	position: relative;
	padding: 0 15px;
}

#sp-top1 .menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: #aaa;
}

#sp-top1 .menu li:first-child {
	padding: 0 15px 0 5px;
}

#sp-top1 .menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#sp-top1 .menu li a {
	position: relative;
	font-family: 'Railway', sans-serif;
	color: #252525;
	font-size: 15px;
	font-weight: 600;
	padding: 0; 
	display: inline-block;
}

#sp-top1 .menu li a:hover {
	color: #55acee;
}

@media screen and (max-width: 575px) {
	#sp-top1 .menu li a {
		font-size: 0; 
	}
	
	#sp-top1 .menu li a.email-link::after {
		content: "EMAIL";
		font-size: 1rem; 
	}

	#sp-top1 .menu li a.phone-link::after {
		content: "CALL US";
		font-size: 1rem; 
	}

	#sp-top1 .menu li a span {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top1  {
		background-color: #f2f2f2;
		height: 50px;
	}
}

#sp-main-menu {
	background-color: #193D69;
}

@media screen and (min-width: 992px) {
	#sp-main-menu > .container {
		padding-right: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		justify-content: end;
		width: auto!important;
	}
}

@media screen and (max-width: 991px) {
	.sp-megamenu-wrapper {
		justify-content: center;
		width: auto!important;
		padding: 0;
	}
}

.sp-megamenu-wrapper {
	width: 100%;
}

.sp-megamenu-wrapper > ul {
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

.sp-megamenu-wrapper ul li.submenu-open > a,
.sp-megamenu-wrapper ul li a:hover {
	background-color: #fff;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 18px!important;
	display: block!important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 22px;
}

.sp-megamenu-parent .sp-dropdown li > a:hover {
	color: #193D69;
	background-color: #fff;
}

.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: 7px;
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown ul.sp-mega-group li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    padding: 5px 7px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    margin-bottom: 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
    color: #193D69;
	background-color: #fff;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #193D69;
}

.sp-megamenu-parent .sp-menu-item {
    vertical-align: top;    
}

.sp-megamenu-wrapper ul li a.only-icon {
	font-size: 0!important;
}

.sp-megamenu-wrapper ul li a.only-icon span {
	font-size: 19px!important;
	vertical-align: middle;
	padding: 0 8px;
}



/* Offcanvas menu */
/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}
 
.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}
 
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-overlay {
    background: rgba(20, 20, 20, 0.92);
}

.offcanvas-menu .offcanvas-inner {
    padding: 35px 25px 25px 25px!important
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #193D69!important;
}

#offcanvas-toggler::after {
	content: "MENU";
	color: #193D69;
	margin: 0 0 0 3px;
	display: block;
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 575px) {
	#offcanvas-toggler::after {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	#offcanvas-toggler::after {
		color: #fff;
	}
}

.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: #193D69;
}

/* 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;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		position: absolute;
        right: 30px;
        top: -105px;
	}
	
	#sp-main-menu.header-sticky .sp-megamenu-wrapper {
        top: 35px;
	}	
}

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: 20px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 25px;
    cursor: pointer;
}

.burger-icon > span {
    display: block;
    height: 2px;
	background-color: #193D69!important;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
	.burger-icon > span {
		background-color: #fff!important;
	}	
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px -3px;
}

.close-offcanvas {
    top: 38px;
	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-left: 0;
	margin-right: 0;
}

.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>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	line-height: 1.4;
	padding: 8px 12px;
	color: #252525;
	font-weight: 700;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	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;
}

.offcanvas-menu .contact-menu-offcanvas {
	border-top: 1px solid #ddd;
    padding-top: 15px!important;
}

.offcanvas-menu .contact-menu-offcanvas a {
	font-size: 18px !important;
	text-transform: initial!important;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #193D69;
}



/* Section - main slider */
#section-main-slider .mk-slideshow-title,
#section-main-slider .mk-slideshow-subtitle {
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}


#section-main-slider .mk-slideshow-subtitle {
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

#section-main-slider .mk-slideshow-subtitle::after {
	content: '';
	position: absolute;
	display: block;
	width: 30%;
	height: 4px;
	background-color: #fff;
	bottom: -4px;
}


#section-main-slider .owl-prev span,
#section-main-slider .owl-next span {
    display: none;
}

#section-main-slider .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f177";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-main-slider .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f178";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}



/* Section - meet our team */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-meet-our-team .mod-articles-items .col-md-4 {
		width: 50%;
	}
}

#section-meet-our-team .mod-articles-item .card-body {
	border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    border-top: 12px solid #a1a1a1;
    color: #193d69;
    padding: 20px;
    text-align: center;
	transition: border 0.3s ease;
}

#section-meet-our-team .mod-articles-item:hover .card-body,
#section-meet-our-team .mod-articles-item:focus .card-body {
	border-bottom: 1px solid #193d69;
	border-left: 1px solid #193d69;
	border-right: 1px solid #193d69;
	border-top: 12px solid #193d69;
}

#section-meet-our-team .mod-articles-item .card-img-top img {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#section-meet-our-team .mod-articles-item .mod-articles-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#section-meet-our-team .mod-articles-item .mod-articles-title::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #193D69;
	margin: 10px auto 0 auto; 
}

#section-meet-our-team .mod-articles-item .readmore-email {
	margin-top: 25px;
}

#section-meet-our-team .mod-articles-item .readmore-email a:hover {
	color: #193D69;
	text-decoration: underline;
}



/* Section - our practice areas */
#section-practice-areas .practice-areas-menu ul {
	list-style: none;
	padding: 0 0 0 10px;
}

#section-practice-areas .practice-areas-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-practice-areas .practice-areas-menu ul li {
	position: relative;
	margin: 15px 0;
}

#section-practice-areas .practice-areas-menu ul li a {
	position: relative; 
}

#section-practice-areas .practice-areas-menu ul li:first-child {
	margin: 0 0 15px 0;
}

#section-practice-areas .practice-areas-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	#section-practice-areas .practice-areas-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-practice-areas .practice-areas-menu ul li a:hover::after {
	content: '';
	position: absolute;
	left: 16px; 
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #193D69;
}

#section-practice-areas .practice-areas-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f054"; 
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(2px);
	position: relative;
	z-index: 1;
}



/* Section - contact us */
#section-contact-us-container .btn-white:hover {
	background-color: #d1d1d1!important;
}



/* Section - our latest blogs */
#section-news .mod-articles-item {
	border: 1px solid #ddd;
	text-align: center;
	padding: 30px 20px 25px 20px;
	height: 100%;
}

#section-news .mod-articles-title {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

#section-news .mod-articles-title a {
	font-weight: 700;
}

#section-news .mod-articles-item .readmore a {
	font-weight: 700;
	text-transform: uppercase;
}



/* Section - sponsor carousel */
#section-affiliations .sppb-carousel-extended-item {
	display: flex;
	align-items: center;	
    justify-content: center;
	padding: 0 15px;
}

#section-affiliations .sppb-carousel-extended-item img {
	width: auto;
	height: auto;
    max-height: 140px;
}

@media screen and (min-width: 576px) {
	#section-affiliations .sppb-carousel-extended-item img {
		width: 100%;
		height: auto; 
	}
}

#section-affiliations .sppb-carousel-extended-dots {
	padding-top: 20px;	
}

#section-affiliations .nav-control.prev-control {
    margin-left: -50px;
}

#section-affiliations .nav-control.next-control {
    margin-right: -50px;
}



/* Section - footer 1 */
#section-footer1 .sppb-addon-header a:hover .sppb-addon-title {
	text-decoration: underline;
}

#section-footer1 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer1 .footer-socials ul li {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0;
}

#section-footer1 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
	text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer1 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
	font-size: 16px;
    margin: 0;
    padding: 0!important;
    width: 35px;
    height: 35px;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer1 .footer-socials ul li a:hover span {
    color: #fff!important;
    background-color: #55acee;
    border-color: #55acee;
}



/* Section - footer 2 */
#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-size: 14px;
	color: #fff;
	font-weight: 400!important;
}

#section-footer2 ul li a:hover {
	text-decoration: underline;
}

#section-footer2 ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: 0;
	color: #fff; 
}

@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;
	}
}

#section-footer2 li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: rgba(249, 160, 27, 0.5);
    transition: width 0.3s ease;
}

#section-footer2 ul li a:hover::after {
    width: 100%;
}



/* Blog roll */
.blognews .page-header h1 {
	position: relative;
	font-size: 30px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blognews .page-header h1::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 360px;
	height: 1px;
	background-color: #193D69;
	bottom: 0;
	left: 0;
}

.blognews .page-header h1::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #193D69;
	bottom: -4px;
	left: 0;
}

.blognews  .article-list .article {
    border: 1px solid #ddd;
    border-radius: 0;
}

.blognews .article-list .article-header h2 {
	font-size: 22px!important;
	text-transform: uppercase;
}

.blognews .article-list .article-header h2 a {
	font-weight: 700;
}

.blognews .article-list .readmore a {
	color: #193D69;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}



/* Team blog */
.blogteam .page-header h1 {
	position: relative;
	font-size: 30px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blogteam .page-header h1::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 360px;
	height: 1px;
	background-color: #193D69;
	bottom: 0;
	left: 0;
}

.blogteam .page-header h1::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #193D69;
	bottom: -4px;
	left: 0;
}

.blogteam .article-list .article {
    border: none;
	border-radius: 0;
	padding: 0;
}

.article-list .article .article-intro-image {
    margin: 0 auto;
	border: none;
	max-width: 90%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogteam .article-list .col-lg-6 {
		width: 50%;
	}
}

.blogteam .article-content {
	border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    border-top: 12px solid #a1a1a1;
    color: #193d69;
    padding: 20px;
    text-align: center;
	transition: border 0.3s ease;
}

.blogteam .article-content:hover,
.blogteam .article-content:focus {
	border-bottom: 1px solid #193d69;
	border-left: 1px solid #193d69;
	border-right: 1px solid #193d69;
	border-top: 12px solid #193d69;
}

.blogteam .article-list .article-header h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.blogteam .article-list .article-header h2::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #193D69;
	margin: 10px auto 0 auto; 
}

.blogteam .article-list .readmore-email a:hover {
	color: #193D69;
	text-decoration: underline;
}



/* Single article */
@media screen and (min-width: 992px) {
	body.view-article #sp-left {
		width: 28%!important
	}
	
	body.view-article #sp-component {
		width: 72%!important
	}
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details .article-header {
	position: relative;
	margin-bottom: 30px;
}

.article-details .article-header h1 {
	font-size: 30px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
	.article-details .article-header h1 {
		font-size: 26px!important;
	}
}

.article-details .article-header::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 360px;
	height: 1px;
	background-color: #193D69;
	bottom: 0;
	left: 0;
}

.article-details .article-header::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #193D69;
	bottom: -4px;
	left: 0;
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.6;
}

.article-details ul li {
	padding: 5px 0;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.article-details .article-full-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.article-details iframe[src*="youtube"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}



/* Team member article */
@media screen and (max-width: 991px) {
	.article-details.team-member .article-content {
		padding-top: 20px;
	}
}

.article-details.team-member .team-member-article-content {
	padding-top: 20px;
}

.article-details.team-member .article-intro-image img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	
.article-details.team-member .custom-fields-contact {
    border-top: 12px solid #a1a1a1;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #193d69;
    padding: 20px;
    text-align: center;
    transition: border-color 0.3s ease;
}

.article-details.team-member .custom-fields-contact:hover,
.article-details.team-member .custom-fields-contact:focus {
    border-color: #193d69;
    border-top-color: #193d69; 
}

.article-details.team-member .custom-fields-contact a:hover {
	color: #193D69;
	text-decoration: underline;
}



/* Sidebars */
#sp-left .sp-module {
    border: 1px solid #ddd;
	border-radius: 0;
	padding: 0;
	margin-top: 30px;
}

#sp-left .sp-module .sp-module-title {
	color: #fff;
	background-color: #193D69;
	padding: 20px 30px;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

#sp-left .sp-module .sp-module-content {
	padding: 20px 25px 25px 25px;
}

#sp-left .sp-module .sp-module-content ul li {
	padding: 6px 0;
}

#sp-left .sp-module .sp-module-content ul li a {
	color: #193D69;
	line-height: 1.5;
}

#sp-left .sp-module .sp-module-content ul li.active a,
#sp-left .sp-module .sp-module-content ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	#sp-main-body #sp-left {
		order: 2;
		margin-top: 30px;
		margin-bottom: 0;
	}

	body:not(.com-sppagebuilder) #sp-main-body #sp-component {
		order: 1;
	}

	#sp-left .sp-module {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#sp-left .sp-module .sp-module-content {
		padding: 15px 20px 20px 20px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-left .sp-column {
		padding-right: 20px;
	}
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 20px;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 10px!important;
	color: #252525 !important;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (max-width: 575px) {
	.pagination-wrapper .pagination-counter {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #193D69;
    background-color: #193D69;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #193D69;
    background-color:  #193D69;
}

.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: 10px;
	border-radius: 0!important;
	background-color: #fff;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #fff;
}

.pagination li.page-item {
	width: 45px!important;
	text-align: center;
	margin: 4px;
	border-radius: 0;
}

.pagination li:first-child {
	margin-left: 0;
}