/*
Theme Name: Quality Data Service
Description: Theme for QDS
Author: DFS
Template: salient
Version: 1.0
*/

:root {
  --brand: #29af59; /*brand accent color*/
  --brand2: #f69c32; /*brand secondary accent color*/
  --brand3: #000000; /*brand tertiary accent color*/
  --logo: url('/wp-content/uploads/2023/06/logo-icon.png'); /*brand logo url*/
  --brandFont: 'Montserrat';
}
/*login styles*/
body.login {
  background: #fff;
}
body.login, body.login p, body.login a, body.login li, body.login h1, body.login h2, body.login h3, body.login h4, body.login h5, body.login h6, body.login label, body.login input, #wpadminbar a {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
body.login h1 a {
  background: var(--logo) no-repeat center bottom;
  background-size: contain;
  height: 100px;
  width: auto;
  max-width: 170px;
  margin-bottom: 20px;
  pointer-events: none;
}
.login form {
  border: none;
  box-shadow: 0 0 30px -5px rgba(0,0,0,.15);
  border-radius: 10px;
  position: relative !important;
  padding-top: 15px;
}
body.login input[type=password], body.login input[type=text] {
  height: 45px;
  border-radius: 5px;
}
body.login input[type=password]:focus, body.login input[type=text]:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 1px var(--brand);
  outline: 2px solid transparent;
}
body.login .button .dashicons {
  color: var(--brand);
}
body.login input#wp-submit {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none !important;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: opacity .2s;
}
body.login input#wp-submit:hover {
  opacity: .8;
}
body.login form input[type=checkbox], body.login form input[type=checkbox]:focus {
  height: 16px;
  width: 16px;
  border: 1px solid #676767;
  border-radius: 50px;
  -webkit-appearance: none;
  box-shadow: none;
}
body.login form input[type=checkbox]:checked {
  background: #676767;
  border: 2px solid #fff;
  box-shadow: 1px 0 0, -1px 0 0, 0 1px 0, 0 -1px 0;
}
body.login form input[type=checkbox]:before {
  display: none !important;
}
body.login form .input {
  margin-bottom: 10px;
}
body.login .forgetmenot {
  position: absolute;
  bottom: 10px;
}
body.login #backtoblog {
  display: none;
}
body.login #nav {
  margin: 15px 0;
  text-align: center;
}
body.login h1 a:focus {
  box-shadow: none;
  color: transparent;
}
body.login #login_error, .login .message, .login .success {
  position: absolute;
  top: 25px;
  width: 316px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: none;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-left: -4px;
  padding: 8px 5px;
}
/*END login styles*/

body, a, h1, h2, h3, h4, h5, h6, input {
	/*-moz-osx-font-smoothing: auto;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
p, label {
	-moz-osx-font-smoothing: grayscale;
}
header#top nav > ul > li > a {
	-moz-osx-font-smoothing: grayscale;
}
a.nectar-button, input.button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.bold, strong, b {
	font-family: inherit !important;
	font-weight: 700 !important;
}
a {
  cursor: pointer;
}
a[href^="tel"]{
  color: inherit  !important;
  text-decoration: none !important;
}
.mobileEle, .hideEle {
	display: none !important;
}
.hideNavLink, .hideNavLink a {
	visibility: hidden;
	opacity: 0;
	padding:  0 !important;
	margin: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	text-indent: -999999px;
}
.accessTxt, .accessLabel {
  position: absolute;
	font-size: 0;
	opacity: 0;
	pointer-events: none;
}
.page-title {
	display: none;
}
ul li {
	padding-bottom: 10px;
}
.off-canvas-menu-container ul.menu li {
	padding-bottom: inherit;
}
.container.main-content {
    min-height: 65vh;
}
body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
}
.navBtn a {
    font-weight: 700 !important;
	transition: opacity .2s !important;
}
.navBtn a:before {
	transition: opacity .2s !important;
}
.navBtn a:hover:before {
    opacity: .7;
}
.navBtnOutline a {
    margin-left: 0 !important;
}
#header-outer .sf-menu>li>a>.sf-sub-indicator {
    position: absolute;
    right: -5px;
    left: auto;
}
.hmHero > .row_col_wrap_12 {
    height: 100vh;
}
.hmHero .nectar-split-heading {
	margin-bottom: 10px !important;
}
.footerRow h2 {
    font-size: 16px !important;
	line-height: 1.4em;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
}
.footerRow p a, .footerRow li a {
	color: #fff !important;
	transition: color .2s !important;
	background-image: none !important;
}
.footerRow p a:hover, .footerRow li a:hover {
	color: var(--brand2) !important;
}
.footerRow .nectar_icon i, .contactAddressCol .nectar_icon i {
	transition: color .2s !important;
}
.footerRow .nectar_icon:hover i, .contactAddressCol .nectar_icon:hover i {
	color: var(--brand2) !important;
}
.footerRow ul {
	margin-left: 0;
}
.footerRow li {
	list-style-type: none !important;
	padding-bottom: 5px;
}
.footerRow p {
	padding-bottom: 0;
}
.adressCol .nectar-responsive-text {
	float: right !important;
}
.copyRow p {
    font-size: 12px;
    line-height: 1.3em;
}
.hm3BoxRow h2 {
    font-size: 20px !important;
    line-height: 1.3em !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hm3BoxRow p {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1.4em;
}
.hmServRow .nectar-fancy-box .inner {
    max-width: 275px;
}
.hmServRow .nectar-fancy-box .box-bg:after {
	background: #000;
	opacity: .55;
}
.hmServRow .nectar-fancy-box:hover .box-bg:after {
	background: var(--brand);
	opacity: .95;
}
.hmServRow .nectar-fancy-box {
    padding: 10%;
	background: #000 !important;
}
.hmServRow .nectar-fancy-box h4 {
	font-size: 16px !important;
	line-height: 1.3em !important;
}
.hmServRow .nectar-fancy-box:not(:hover) h4 {
	text-shadow: 0 0 2px rgba(0,0,0,.6), 0 0 15px rgba(0,0,0,.55), 0 0 20px rgba(0,0,0,.45), 0 0 30px rgba(0,0,0,.4);
}
.hmMileRow .nectar-milestone {
    margin-bottom: -15px !important;
}
.nectar_single_testimonial[data-style="bold"] p {
	font-family: var(--brandFont);
    font-size: 20px !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
    text-transform: none !important;
	font-style: italic;
}
.nectar_single_testimonial p .open-quote {
	font-style: normal;
	font-family: var(--brandFont);
    font-weight: 500;
    font-size: 160px !important;
    line-height: .5em !important;
}
.nectar_single_testimonial .title, .testimonial_slider blockquote .title {
    opacity: 1 !important;
}
.nectar_single_testimonial .wrap > span {
	font-weight: 500 !important;
}
.nectar_single_testimonial .image-icon {
    height: 80px;
    width: 80px;
}
.nectar-milestone .number h2 {
    margin-bottom: 0px !important;
}
.aboutMileRow .subject {
    font-size: 20px !important;
    font-weight: 700;
}
#team h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: none;
    font-family: var(--brandFont);
}
.leaflet-top {
    top: auto !important;
    bottom: 15px !important;
}
.leaflet-marker-pane, .leaflet-marker-pane img {
    pointer-events: none !important;
}
.legalTxtRow h1 {
    font-size: 42px;
    line-height: 1.2em;
}
.legalTxtRow h2 {
    font-size: 22px;
    line-height: 1.2em;
}
.icnPointRow .iwt-icon img, .camaRow .iwt-icon img {
    width: 50px !important;
}
.icnPointRow .iwithtext .iwt-text, .camaRow .iwithtext .iwt-text {
    padding-left: 70px;
}
.icnPointRow .iwithtext h3 {
    font-size: 24px !important;
    line-height: 1.2em !important;
}
.camaRow .iwt-text {
	font-size: 18px;
	line-height: 1.2em;
}
.camaRow .iwt-text ul {
    margin-bottom: 0;
	padding-top: 5px;
}
.camaRow .iwt-text ul li {
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.3em;
}
.qualityLinkCol > .vc_column-inner {
    height: 100%;
}
.qualityLinkCol > .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.qualityLinkCol > .vc_column-inner .nectar-button {
    padding: 0;
    width: 100% !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 310px;
}
.inHero > .row_col_wrap_12 {
    min-height: 275px;
    align-items: center;
}
.icnPointRow .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap {
    border-color: var(--brand) !important;
}
.icnPointRow .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap h3 {
    color: var(--brand) !important;
	font-size: 22px;
	line-height: 1.2em;
	max-width: 255px;
}
.colorQuoteRow .nectar_single_testimonial[data-style="bold"] p {
    font-size: 34px !important;
    line-height: 1.2em !important;
    padding-bottom: 0;
}
.colorQuoteRow .nectar_single_testimonial[data-style="bold"] p strong {
    font-size: 44px;
}
.colorQuoteRow .nectar_single_testimonial[data-style=bold] p span {
    margin-bottom: -45px;
}
body .fontIcnPointRow.blueFontIcn .iwt-icon [class^="icon-"].icon-default-style.extra-color-3 {
	color: #009ad0 !important;
}
.whiteOutline {
    filter: drop-shadow(1px 1px 0 rgba(255,255,255,1)) drop-shadow(-1px 1px 0 rgba(255,255,255,1))drop-shadow(1px -1px 0 rgba(255,255,255,1))drop-shadow(-1px -1px 0 rgba(255,255,255,1));
}
.margin0bottom, .margin0bottom h2 {
	margin-bottom: 0 !important;
}
.partnerRow .nectar-flickity.nectar-carousel.vertical-alignment-middle .flickity-slider .cell .inner-wrap-outer > .inner-wrap {
    box-shadow: 0 0 20px -6px rgba(0,0,0,.2);
}
.partnerRow .nectar-flickity {
    max-width: 1240px;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    align-items: flex-end;
}
.wpforms-container .wpforms-field-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
    word-break: auto-phrase;
    word-wrap: normal;
}
.wpforms-field-layout-columns.wpforms-field-layout-preset-67-33 {
    display: block !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-67 {
    width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-67 {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
.subHeadTxt {
    padding: 0 !important;
    flex: 0 0 100%;
    width: 100% !important;
    margin-bottom: -10px;
}
.subHeadTxt h4 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.2em !important;
    font-weight: 600 !important;
}
.wpforms-layout-column.wpforms-layout-column-67 .wpforms-field {
    width: 18%;
	overflow: hidden;
}
.wpforms-submit-container button {
    width: 100%;
    margin-top: 10px;
}
.footerRow form {
    position: relative;
    max-width: 400px;
}
.footerRow .wpforms-field-container {
    width: 100%;
}
.footerRow .wpforms-submit-container {
    width: 140px;
    position: absolute !important;
    top: 0;
    right: 0;
}
.footerRow .wpforms-field-container .wpforms-field {
    padding: 0;
}
.footerRow .wpforms-submit-container button {
    margin-top: 0;
}
.wpforms-field-checkbox li {
	list-style-type: none;
}
.testimonial_slider[data-style*=multiple_visible] blockquote p {
    font-size: 16px;
    line-height: 1.7em;
}


#menu-gis-towns {
	max-width: 280px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #000;
}
#menu-gis-towns li {
	list-style-type: none;
	padding: 0 !important;
}
#menu-gis-towns > li {
    position: relative;
	padding-bottom: 0 !important;
}
#menu-gis-towns > li:after {
    content: '\f107';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    color: #fff;
}
#menu-gis-towns li a {
    display: block;
	color: #fff !important;
    padding: 20px !important;
    text-decoration: none;
}
#menu-gis-towns > li > a:hover {
    background-color: #111;
}
#menu-gis-towns .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
	width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
    z-index: 1000;
}

#menu-gis-towns .sub-menu li a {
    display: block;
    color: white;
    padding: 15px 30px !important;
    text-decoration: none;
}
#menu-gis-towns .sub-menu li a:hover {
    background-color: #575757;
}

#menu-gis-towns > li:hover .sub-menu {
    display: block;
}

.gisSignup .wpforms-field-container {
    width: calc(100% - 150px);
	float: left;
}
.gisSignup .wpforms-field {
	padding: 0 !important;
}
.gisSignup .wpforms-submit-container {
    width: 150px;
	float: left;
	clear: none;
}
.gisSignup .wpforms-submit-container .wpforms-submit {
	margin-top: 0 !important;
}
.gisSignup .wpforms-recaptcha-container {
    position: absolute;
}

/***********************************RESPONSIVE CSS****************************************/
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
	#top nav > ul > li > a {
    	font-size: .97vw;
	}
}
@media only screen and (max-width: 999px) {
	.deskEle {
		display: none !important;
	}
	.mobileEle {
		display: block !important;
	}
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
		background: #000;
	}
	.adressCol .nectar-responsive-text {
		float: none !important;
	}

}
@media only screen and (max-width: 690px) {
	.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    	max-width: 100%;
    	padding: 0 20px;
	}
	.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    	width: 100%;
    	margin: 0 !important;
	}
}
@media only screen and (max-width: 480px) {
	.wpforms-layout-column.wpforms-layout-column-67 .wpforms-field {
    	width: 48%;
	}
}
