h5, h5.sppb-addon-title {
	text-transform: uppercase;
}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>a:hover, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>a:active, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a:hover, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item.active {
	color: #003f5f;
}
:root {
	--sppb-bg-body-primary: #ffffff;
	/* Or any desired color */
}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {
	border-radius: 0px;
	padding-bottom: 1rem;
}
.sp-megamenu-parent .sp-dropdown {
	background: #ffffff;
}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>span {
	font-size: 16px;
	padding: 3px 25px;
}
#sp-bottom>.container, #sp-footer>.container {
	max-width: 1320px;
}
#sp-bottom .sp-module .sp-module-title {
	font-size: 16px;
	color: #003f5f;
	margin-bottom: 10px;
}
.view-search #search-form .input-group .awesomplete>input {
	border: 2px solid #000000;
}
.hidy {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	position: relative;
	bottom: 56px;
	right: 0px;
}
/* Error page styling */

html.error-page .error-code, html.error-page .error-message, body .error-wrapper .sppb-btn.sppb-btn-link:hover, body .error-wrapper .sppb-btn.sppb-btn-link:focus, body .error-wrapper .btn.sppb-btn-link:hover, body .error-wrapper .btn.sppb-btn-link:focus, html.error-page .error-wrapper a.sppb-btn-link {
	color: #000!important;
	font-family: 'DM Sans', sans-serif;
}
html.error-page body {
	background-color: #fff!important;
	font-family: 'Lato', sans-serif;
}
html.error-page .error-message {
	font-family: 'Lato', sans-serif;
	!important;
}
html.error-page .error-logo {
	transform: scale(0.5);
}
html.error-page .error-wrapper {
	gap: 70px!important;
	margin-left: 25px!important;
}
html.error-page .error-code {
	font-size: 100px!important;
	color: #003f5f!important;
	font-family: 'Lato', sans-serif;
}
html.error-page .btn.btn-secondary {
	border-color: #003f5f!important;
	background-color: #003f5f!important;
	font-family: 'Lato', sans-serif;
}
html.error-page .btn.btn-secondary:hover {
	border-color: #c1d82f!important;
	background-color: #c1d82f!important;
	font-family: 'Lato', sans-serif;
}
/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	.sp-page-builder .page-content #section-id-TRIRER7uSb50svy_L2XM9, .sp-page-builder .page-content #section-id-az065JbFrD14zVY3rDlFk {
		background-size: unset !important;
		background-attachment: scroll !important;
		background-position: top !important;
	}
}
/* Extra small devices (phones, 600px and down) */

@media screen and (min-width:320px) and (max-width:932px) {
	#sp-logo .logo-image-phone {
		height: 45px;
	}
	#sp-header.header-sticky .logo-sticky {
		display: none!important;
	}
	#sp-main-body h1 {
		font-size: 50px;
	}
	
#section-id-DbLEIwQiZJjV949JYoUpI #sppb-addon-wrapper-LOv_EQGBKDvcII_2Vsl9h {
    margin-top: 0px;
	}
	
	#sppb-addon-wrapper-1774939814848 {
     margin-right: auto!important;
     margin-left: auto!important;
     max-width: 100vw;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
	...
}
/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 768px) and (max-width:1024px) {
	..
}
/* Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width: 900px) and (max-width:1440px) {
	...
}
/* Extra large devices (large laptops and desktops, 1200px and up) */



@media screen and (min-width: 1024px) and (max-width:1366px) {
#sp-header.header-sticky .logo-sticky,
#sp-header .logo-image {
    display: block !important;
    max-height: 65px;
}

}


@media only screen and (min-width: 1200px) {
	...
}
/* Codes for Bootstrap hidden elements on devices
Hidden XS
hidden-sm
hidden-md
B-lg
 */