/*
# Custom CSS by Wayne Zamore
# Email: zamorew@dominica.gov.dm
*/
/*
# ROOT STYLES
*/
:root	{
	--wz-black: #000;
	--wz-black-transparent: #0003;
	--wz-black-transparent2: #000c;
	--wz-blue-light: #0dcaf0;
	--wz-white: #fff;
	--wz-orange: #fd7e14;
	--wz-orange-dark: #643a17;
	--wz-orange-light: #b35e17;
	--wz-green: #2ba84a;
	--wz-green-dark: #0D4F1B;
	--wz-green-darker: #0E4D1B;
	--wz-green-light: #3B9B3D;
	--wz-green-neon: #00ff3f;
	--wz-green-super-light: #ebfff0;
	--wz-gray: #ccc;
	--wz-gray7: #777;
	--wz-gray-dark: #333;
	--wz-gray-light: #f1f1f1;
	--wz-gray-lighter: #f9f9f9;
	--wz-purple: #6f42c1;
	--wz-purple-dark: #3c2368;
	--wz-red: #dc3545;
	--wz-yellow: #ffc107;
	--animate-delay: 0.5s;
}



/*
# GLOBAL
*/
body	{
	font-size: 1.1rem;
}
.wz_home #sp-main-body	{
	padding: 0;
}
.spinner-border	{
	font-size: 6px;
	width: 60px;
	height: 60px;
}
a:hover	{
	color: var(--wz-black);
}



/*
# OWL CAROUSEL
*/
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	margin: 0px 5px;
	background: var(--wz-black);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--wz-green);
}
.owl-nav {
	text-align: center;
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-size: 50px;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: -40px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	color: var(--wz-green);
	background: none;
}



/*
# CLASSES
*/
.btn-wz-purple,
.btn-wz-orange	{
	transition: ease-in .2s;
	color: var(--wz-white);
}
.btn-wz-purple:hover,
.btn-wz-orange:hover	{
	color: var(--wz-white);
}
.btn-wz-purple	{
	background-color: var(--wz-purple-dark);
	border: 1px solid var(--wz-purple-dark);
}
.btn-wz-purple:hover	{
	background-color: var(--wz-purple);
	border: 1px solid var(--wz-purple);
}
.btn-wz-orange	{
	background-color: var(--wz-orange-dark);
	border: 1px solid var(--wz-orange-dark);
}
.btn-wz-orange:hover	{
	background-color: var(--wz-orange);
	border: 1px solid var(--wz-orange-dark);
}
.top_imgs	{
  height: 32px;
}
.sp-module-title	{
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 20px;
}
.sp-module-title:after	{
	content: '';
	width: 50px;
	height: 1px;
	background: var(--wz-red);
	display: block;
	margin-top: 10px;
}
.wz_fade_in_top {
	-webkit-animation: fade-in-top 0.5s ease-in 0.5s both;
	animation: fade-in-top 0.5s ease-in 0.5s both;
}
.wz_fade_in_bottom {
	-webkit-animation: fade-in-bottom 0.5s ease-in 0.6s both;
	animation: fade-in-bottom 0.5s ease-in 0.6s both;
}
@-webkit-keyframes fade-in-top	{
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.wz-bg-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}
.wz-bg-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}
.wz-bg-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.wz_highlight	{
	background: #999;
	color: #fff;
	margin: 0px 1px;
	padding: 0px 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.wz_priority_training_areas	{
	position: relative;
	overflow: hidden;
}
.wz_priority_training_areas img,
.wz_priority_training_areas2 img,
.wz_priority_training_areas a .wz_priority_training_areas_title,
.wz_priority_training_areas .wz_priority_training_areas_title	{
	transition: ease-in .1s;
}
.wz_priority_training_areas a	{
	color: var(--wz-white);
}
.wz_priority_training_areas .wz_priority_training_areas_title	{
	position: absolute;
	text-align: center;
	bottom: 40px;
	padding: 25px;
	background: var(--wz-black-transparent2);
	width: 100%;
	height: 100px;
	font-size: 25px;
}
/*
.wz_priority_training_areas:hover .wz_priority_training_areas_title	{
	bottom: 0;
	height: 100%;
	padding: 20% 25px;
}
*/
.wz_priority_training_areas:hover img,
.wz_priority_training_areas2:hover img	{
	filter: sepia(100%);
}
.wz_pos_rel	{
	position: relative;
}
.wz_offcanvas_icon	{
	width: 32px;
}



/*
# MAIN MENU
.offcanvas-menu	{
	background: #fff url(../images/bwa_kwaib.jpg) no-repeat top;
}
*/



/*
# ICONS ON TOP OF PAGE
*/
#sp-coa	{
	padding: 5px 0;
	background: var(--wz-gray-lighter);
}
#sp-top1 a	{
	color: var(--wz-black);
}
#sp-top2 ul.gocd_top_links	{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#sp-top2 ul.gocd_top_links > li > a,
#sp-top2 ul.gocd_top_links > li	{
	font-size: small;
}
#sp-top2 ul.gocd_top_links > li	{
	display: inline-block;
	margin-right: 10px;
}
#sp-top2 ul.gocd_top_links > li:last-child	{
	margin-right: 0;
}
#sp-top2 ul.gocd_top_links > li > a	{
	display: flex;
	align-items: center;
	color: var(--wz-black);
	text-decoration: none;
}
#sp-top2 ul.gocd_top_links > li img	{
	width: 32px;
}



/*
# LOGO
*/
.logo-image {
	height: 70px;
}



/*
# BREADCRUMBS
*/
#sp-breadcrumb,
#sp-breadcrumb .breadcrumb	{
	background-color: var(--wz-black);
}
#sp-breadcrumb .breadcrumb	{
	margin-bottom: 0;
	font-size: small;
	color: var(--wz-gray-light);
}
#sp-breadcrumb .breadcrumb li > a	{
	color: var(--wz-green-neon);
}
.breadcrumb-item.active {
	color: var(--wz-gray-light);
}



/*
# MAIN BODY
*/
#sp-main-body {
	padding: 50px 0;
}
#sp-main-body .article-header h1	{
	margin-bottom: 20px;
}
#sp-main-body .article-header h1::after	{
	content: '';
	width: 50px;
	height: 1px;
	background: var(--wz-red);
	display: block;
	margin-top: 20px;
}
#sp-component a	{
	text-decoration: underline;
}
#sp-component a:hover	{
	text-decoration: none;
}
#sp-component a[target="_blank"]	{
	display: inline-flex;
	align-items: center;
}
#sp-component a[target="_blank"]::after {
	background: url(../images/ext.png) no-repeat;
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1rem;
	margin-top: 5px;
	margin-left: 5px;
}



/*
# HERO IMG
*/
#sp-hero	{
/*
	padding: 300px 0;
	background: #fff url(../images/home_slide_trail.jpg) no-repeat top right;
	background-size: cover;
*/
}
#sp-hero .wz_hero	{
	position: relative;
	width: fit-content;
	padding: 50px;
	background: rgba(0,0,0,.3);
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius: var(--bs-card-inner-border-radius);
	border-radius: var(--bs-card-inner-border-radius);
	color: var(--wz-white);
}
#sp-hero .wz_hero::before,
#sp-hero .wz_hero::after	{
	content: '';
	width: 150px;
	height: 150px;
	display: block;
	position: absolute;
}
/*
#sp-hero .wz_hero::before	{
	border-left: 3px solid var(--wz-orange);
	border-top: 3px solid var(--wz-orange);
	top: 10px;
	left: 10px;
}
#sp-hero .wz_hero::after	{
	border-right: 3px solid var(--wz-orange);
	border-bottom: 3px solid var(--wz-orange);
	bottom: 10px;
	right: 10px;
}
*/
#sp-hero .wz_hero_normal {
	font-family: san-serif;
}
#sp-hero .wz_hero_title	{
	font-size: 75px;
	font-family: 'Carter One', system-ui;
}
#sp-hero .wz_hero_slogan	{
	position: inherit;
	font-weight: 600;
	top: -50px;
}
#sp-hero .wz_hero_txt	{
	position: inherit;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
}
#sp-hero .carousel-item img	{
	background-size: cover;
}
#sp-hero .carousel-caption	{
	top: 40%;
}
#sp-hero .carousel-caption h5 > a	{
	font-size: 50px;
	font-weight: bold;
	padding: 20px;
	line-height: 93px;
	background: var(--wz-white);
	color: var(--wz-black);
}



/*
# LINKS BELOW HERO IMAGE
*/
#sp-imp {
	margin-top: 0;
	background: var(--wz-gray-lighter);
	box-shadow: 0px 0px 5px inset rgba(0,0,0,.1);
}
#sp-top3 .wz_col p	{
	margin-bottom: 0;
}
#sp-top3 .wz_top3	{
	margin-top: -100px;
}
#sp-top3 .wz_top3_item .card	{
	border: none;
	box-shadow: 0px 5px 10px rgba(6, 22, 58, 0.1);
	transition: ease-in .2s;
}
#sp-top3 .wz_top3_item .card:hover	{
	border: none;
	box-shadow: none;
	margin-top: -3px;
}
#sp-top3 .wz_top3 .card .the_icon	{
	font-size: 100px;
	background: var(--wz-white);
	border-radius: 50%;
	padding: 30px 20px;
	display: block;
	transition: ease-in .2s;
}
#sp-top3 .wz_top3 .wz_top3_item {
	padding: 30px 15px;
}
#sp-top3 .wz_top3 .wz_citizen,
#sp-top3 .wz_top3 .wz_citizen a	{
	color: var(--wz-green);
}
#sp-top3 .wz_top3 .wz_business,
#sp-top3 .wz_top3 .wz_business a	{
	color: var(--wz-purple-dark);
}
#sp-top3 .wz_top3 .wz_visitor,
#sp-top3 .wz_top3 .wz_visitor a	{
	color: var(--wz-orange);
}
#sp-top3 .wz_top3 .wz_forms,
#sp-top3 .wz_top3 .wz_forms a	{
	color: var(--wz-yellow);
}
#sp-top3 .wz_top3 .wz_actsro,
#sp-top3 .wz_top3 .wz_actsro a	{
	color: var(--wz-gray-dark);
}
#sp-top3 .wz_top3 .wz_apps,
#sp-top3 .wz_top3 .wz_apps a	{
	color: var(--wz-orange-dark);
}
#sp-top3 .wz_top3 .wz_citizen:hover,
#sp-top3 .wz_top3 .wz_citizen a:hover,
#sp-top3 .wz_top3 .wz_business:hover,
#sp-top3 .wz_top3 .wz_business a:hover,
#sp-top3 .wz_top3 .wz_visitor:hover,
#sp-top3 .wz_top3 .wz_visitor a:hover,
#sp-top3 .wz_top3 .wz_forms:hover,
#sp-top3 .wz_top3 .wz_forms a:hover,
#sp-top3 .wz_top3 .wz_actsro:hover,
#sp-top3 .wz_top3 .wz_actsro a:hover,
#sp-top3 .wz_top3 .wz_apps:hover,
#sp-top3 .wz_top3 .wz_apps a:hover	{
	color: var(--wz-black);
}
#sp-top3 .wz_top3_slogan	{
	text-align: center;
	padding-bottom: 20px;
}
#wzTabContent .wz_tab_pane	{
	border: 1px solid #e0e0e0;
	border-top: none;
	-webkit-border-bottom-right-radius: var(--bs-card-inner-border-radius);
	-webkit-border-bottom-left-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius-bottomright: var(--bs-card-inner-border-radius);
	-moz-border-radius-bottomleft: var(--bs-card-inner-border-radius);
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
	padding: 10px;
	background: var(--wz-white);
}
#wzTab .nav-link	{
	color: var(--wz-black);
}
#wzTab .nav-link:hover	{
	background-color: var(--wz-gray-light);
}
#wzTab .nav-link.active:hover	{
	background-color: var(--wz-white);
}
#wzTab .nav-link.active	{
	color: var(--wz-green);
}



/*
# SP RIGHT
*/
#sp-right .sp-module ul > li > a.active	{
	color: var(--wz-green);
}
#sp-right .sp-module-title::after	{
	content: '';
	width: 0;
	height: 0;
	background: var(--wz-red);
	display: block;
	margin-top: 0;
}
#sp-right .sp-module ul > li.active > a	{
	color: var(--wz-green);
}



/*
# ESERVICES
*/
.wz_home_eservices	{
	width: fit-content;
}



/*
# WEATHER
*/
.wz_weather_curr_temp	{
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
}
.wz_weather_source	{
	font-size: small;
}



/*
# NOTICES/VACANCIES/SCHOLARSHIPS
*/
#sp-announcements	{
	padding: 50px 0;
	background: var(--wz-gray-lighter) url(../images/white_curved_lines.jpg) no-repeat top center;
	background-size: cover;
}
#sp-announcements .sp-module ul > li > a.wz_tab_link {
	color: var(--wz-green);
	text-decoration: underline;
	transition: ease-in .2s;
}
#sp-announcements .sp-module ul > li > a.wz_tab_link:hover	{
	color: var(--wz-black);
	text-decoration: none;
	margin-left: 1px;
}
#sp-announcements .sp-module ul > li .wz_tab_date	{
	font-size: 15px;
	font-style: italic;
}
#wzTab li.nav-item	{
	margin-right: 1px;
}



/*
# SP-SERVICES
*/
#sp-services	{
	position: relative;
}
#sp-position2,
#sp-position3,
#sp-position4	{
	padding: 50px 15px;
}
#sp-position4	{
	position: relative;
	background: var(--wz-gray-lighter);
}
/*
#wz_upcoming	{
	background: var(--wz-white);
	padding: 25px;
	border: 1px solid var(--wz-gray-light);
	border-radius: 5px;
	box-shadow: 0px 0px 10px -10px var(--wz-gray-dark);
}
*/
.wz_ministries_box	{
	border-bottom: 1px solid var(--wz-gray-light);
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.wz_ministries_box:last-child	{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.wz_ministries_box .wz_ministries_box_title a	{
	display: block;
	text-decoration: underline;
}
.wz_ministries_box .wz_ministries_box_title a:hover	{
	text-decoration: none;
}
.wz_ministries_box_icon	{
	border-radius: 20%;
	width: 5px;
	height: 5px;
	background: var(--wz-green);
	position: relative;
	top: 9px;
	margin-right: 10px;
}
.wz_ministries_box_title,
.wz_ministries_box_info a	{
	font-size: 18px;
}
.wz_ministries_box_info a	{
	text-decoration: underline;
}
.wz_ministries_box_info a:hover	{
	text-decoration: none;
	color: var(--wz-black);
}



/*
# SP-BOTTOM
*/
#sp-bottom	{
	padding: 50px 0 10px;
	background: var(--wz-black);
}



/*
# SEARCH IN HEADER
*/
#sp-search .sp-column	{
	height: 100px;
}



/*
# MOST RECENT
*/
#sp-most-recent	{
	padding: 50px 0;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	position: relative;
}
#sp-most-recent .card .wz_card_img_container img	{
	transition: ease-in .2s;
}
#sp-most-recent .card:hover .wz_card_img_container img	{
	transform: scale(105%);
}
#sp-most-recent .wz_card_img_container	{
	height: 234px;
	overflow: hidden;
}
#sp-most-recent .card-title	{
	font-size: 1.2rem;
}
#sp-most-recent .card-title a	{
	color: var(--wz-black);
	text-decoration: underline;
}
#sp-most-recent .card-title a:hover	{
	text-decoration: none;
}
#sp-most-recent .wz_img_fluid	{
	max-width: 100% !important;
	width: 100%;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
	border-bottom: 1px solid var(--wz-gray);
}
#sp-most-recent .most_recent_date	{
	position: absolute;
	top: 20px;
	margin-bottom: 0;
	width: fit-content;
	-webkit-border-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius: var(--bs-card-inner-border-radius);
	border-radius: var(--bs-card-inner-border-radius);
}
#sp-most-recent .most_recent_date .wzd,
#sp-most-recent .most_recent_date .wzmy	{
	padding: 10px;
}
#sp-most-recent .most_recent_date .wzmy	{
	background: var(--wz-white);
}
#sp-most-recent .most_recent_date .wzd	{
	background: var(--wz-red);
	color: var(--wz-white);
}
#sp-most-recent .most_recent_feed_from {
	font-size: 16px;
	font-style: italic;
	color: var(--wz-gray7);
}



/*
# CONTACT US PAGE
*/
#mod-custom136 p,
#mod-custom136 iframe	{
	margin-bottom: 0;
}



/*
# BOTTOM
*/
#sp-bottom a	{
	text-decoration: underline;
	color: var(--wz-white);
}
#sp-bottom a:hover	{
	text-decoration: none;
}
#sp-bottom span.bx	{
	font-size: 20px;
}



/*
# FOOTER
*/
#sp-footer a	{
	text-decoration: underline;
	color: var(--wz-white);
}
#sp-footer a:hover	{
	text-decoration: none;
}
#sp-footer span.bx	{
	font-size: 20px;
}



/*
# MINISTRIES PAGE
*/
.wz_min_txt,
.wz_min_txt img,
.wz_min_txt_inner,
.wz_articles .wz_articles_img img,
.article .article-intro-image img	{
	transition: ease-in .2s;
}
.wz_min_txt	{
	position: relative;
	text-align: center;
}
.wz_min_txt img	{
	margin: 0 auto;
	filter: saturate(120%);
}
.wz_min_txt_inner	{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-weight: 500;
	background: rgba(0,0,0,.4);
	border-top: 1px solid var(--wz-black);
	width: 100%;
	height: 50%;
	overflow: hidden;
	color: var(--wz-white);
	-webkit-border-bottom-right-radius: var(--bs-card-inner-border-radius);
	-webkit-border-bottom-left-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius-bottomright: var(--bs-card-inner-border-radius);
	-moz-border-radius-bottomleft: var(--bs-card-inner-border-radius);
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.wz_min_txt_inner a.wz_min_txt_link	{
	color: var(--wz-black);
	padding: 10px 0;
}
.wz_min_txt:hover .wz_min_txt_inner	{
	height: 100%;
	background: rgba(0,0,0,.9);
	-webkit-border-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius: var(--bs-card-inner-border-radius);
	border-radius: var(--bs-card-inner-border-radius);
}
.wz_min_txt:hover img	{
	filter: grayscale(100%);
}
.wz_min_links	{
	font-size: small;
	color: var(--wz-black);
	text-decoration: underline;
}
.wz_articles_img	{
	overflow: hidden;
	-webkit-border-top-left-radius: var(--bs-card-inner-border-radius);
	-webkit-border-top-right-radius: var(--bs-card-inner-border-radius);
	-moz-border-radius-topleft: var(--bs-card-inner-border-radius);
	-moz-border-radius-topright: var(--bs-card-inner-border-radius);
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.wz_articles:hover .wz_articles_img img,
.article:hover .article-intro-image img	{
	transform: scale(1.05) rotate(1deg);
}
.wz_articles:hover .wz_min_links	{
	text-decoration: none;
}



/*
# PHOCA MODS
*/
.ph-subheader	{
	display: none;
}



/*
# BOOTSTRAP MODS
*/
.card	{
	border-color: var(--wz-gray-light);
}



/*
# NATIONAL AWARDS REGISTER ACCORDION
*/
.accordion-style-four .accordion .card	{
	margin-top: 8px;
	border-radius: 0;
	border: 0;
}
.accordion-style-four .accordion .card .card-header	{
	padding: 0;
	background: none;
}
.accordion-style-four .accordion .card .card-header a	{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	color: var(--wz-black);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin: -1px;
	border-radius: 0;
	padding: 13px 16px;
	z-index: 5;
	border: 0;
	background: var(--wz-gray-light);
	text-decoration: none !important;
}
.accordion-style-four .accordion .card .card-header a::before {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	right: 16px;
	top: 14px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-style-four .accordion .card .card-header a.collapsed {
	color: var(--wz-green);
	border-color: var(--wz-gray);
	background: var(--wz-gray-light);
}
.accordion-style-four .accordion .card .card-header a.collapsed::before {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.accordion-style-four .accordion .card .card-body {
	padding: 16px;
}
.accordion-style-four .accordion .card .card-body .text {
	color: var(--dark-3);
}



/*
# @MEDIA
*/
@media (max-width: 991px) {
	#sp-header,
	#sp-header .logo,
	#offcanvas-toggler	{
		height: 100px;
	}
	.logo-image-phone	{
		height: 70px;
	}
}
@media (min-width: 5px) {
	.owl-dots	{
		display: none;
	}
	.owl-nav	{
		display: block;
	}
	.owl-prev	{
		left: 0;
	}
	.owl-next	{
		right: 0;
	}
	#sp-top2 ul.gocd_top_links,
	#sp-top1 img	{
		text-align: center;
		margin: 0 auto;
	}
	#sp-top1 img	{
		margin-bottom: 10px;
	}
}
@media (min-width: 576px) {
	.owl-dots	{
		display: none;
	}
	.owl-nav	{
		display: block;
	}
	.owl-prev	{
		left: 100px;
	}
	.owl-next	{
		right: 100px;
	}
	#sp-position4::after	{
		content: '';
		width: 10000px;
		height: 100%;
		position: absolute;
		left: -500px;
		background: var(--wz-gray-lighter);
		top: 0;
		z-index: -1;
	}
	#sp-top2 ul.gocd_top_links,
	#sp-top1 img	{
		text-align: center;
		margin: 0 auto;
	}
	#sp-top1 img	{
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.owl-dots	{
		display: block;
	}
	.owl-nav	{
		display: none;
	}
	#mod-finder-searchword125	{
		width: 370px;
	}
	#sp-position4 .sp-module	{
		padding-left: 20px;
	}
	#sp-position4::after	{
		content: '';
		width: 10000px;
		height: 100%;
		position: absolute;
		left: 0;
		background: var(--wz-gray-lighter);
		top: 0;
		z-index: -1;
	}
	#sp-top2 ul.gocd_top_links	{
		text-align: end;
	}
	#sp-top1 img	{
		margin: 0;
	}
}
@media (min-width: 1200px) {
	#sp-services .card-body {
		min-height: 243px;
	}
	#mod-finder-searchword125	{
		width: 450px;
	}
}
@media (min-width: 1400px) {
	#mod-finder-searchword125	{
		width: 550px;
	}
}