/*
	Theme Name: Impact Base
	Version: 1.1
	Last Updated : 2/28/18
	Author: Impact Marketing
*/
/*------------------------------------*\
    Template Lines - DELETE
\*------------------------------------*/
header {
  padding: 0px 0px;
  background-color: #white;
}

.pageWrap {
  background-color: white;
  padding: 30px 0 0 0;
  display: block;
  float: left;
  width: 100%;
}

.pageContain {
  background-color: white;
}

.copyrightWrap {
  background-color: #111821;
  padding: 7px 0px;
  font-size: 12px;
}

footer {
  background-color: #ececec;
}

.footerContainer {
  min-height: 140px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
.header {}

/* logo */
.logo {}

.logo-img {}

/* nav */
.nav {}

/* sidebar */
.sidebar {}

/* footer */
.footer {}

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

body {
  max-width: 100vw;
  overflow-x: hidden;
  display: block;
  float: left;
  width: 100%;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*\
    THEME CSS
\*------------------------------------*/
h1 {
  font-size: 35px;
  margin: 5px 0px;
}

.menuWrap {
  display: block;
  float: left;
  width: 100%;
}

ul#menu-main-menu {
  list-style: none;
}

ul#menu-main-menu li {
  float: left;
  display: inline-block;
}

ul#menu-main-menu a {
  padding: 10px 10px;
  font-size: 16px;
  color: #111821;
  text-transform: uppercase;
  font-weight: bold;
  /* text-align: right; */
}

header {
  display: block;
  float: left;
  width: 100%;
}

p {
  font-size: 16px;
}

footer {
  float: left;
  width: 100%;
}

.CWRight {
  text-align: right;
}

ul#menu-main-menu {
  padding: 0px;
}

.barsWrap {
  display: block;
  height: auto;
  float: left;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

width: 100%;
}

p {
  font-size: 16px;
}

footer {
  float: left;
  width: 100%;
}

.CWRight {
  text-align: right;
}

ul#menu-main-menu {
  padding: 0px;
}

.barsWrap {
  display: block;
  height: auto;
  float: left;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

/*======= Team Module =======*/
.team-content {
  padding: 0 25px !important;
}

.team-content h1 {
  font-size: 2.2em;
  margin-top: 40px;
}

@media screen and (max-width:991px) {
  .team-content {
    padding: 30px 15px !important;
  }

  .team-content h1 {
    margin-top: 0;
  }
}

/*======= END TEAM MODULE =======*/
/*
      _____                            _
      \_   \_ __ ___  _ __   __ _  ___| |_
       / /\/ '_ ` _ \| '_ \ / _` |/ __| __|
   /\/ /_ | | | | | | |_) | (_| | (__| |_
  \____/ |_| |_| |_| .__/ \__,_|\___|\__|
                   |_|
*/
/* ==== GENERNAL ==== */
body, html {
  height: 100%;
}

html {
  height: auto;
}

body {
  font-size: 16px;
  color: #2d2d2d;
  background-color: #fff;
  font-family: 'arial', sans-serif;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

a {
  text-decoration: none !important;
  font-family: 'arial', sans-serif;
}

/* ==== Global ==== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'arial', sans-serif;
}

p, dl, ol, ul {
  font-family: 'arial', sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: ai
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  display: block;
  font-size: 1.12em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: .75em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

p {
  font-size: 1em;
}

.hidden {
  display: none !important;
}

/* ========== Header ========= */
div#top-header-outer-container {
  background: #111821;
  display: block;
  width: 100%;
  padding: 5px 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ul#menu-top-header-menu li {
  display: inline-block;
  padding: 0px 5px;
  font-size: 12px;
}

ul#menu-top-header-menu {
  margin-bottom: 0;
  padding-left: 0 !important;
}

ul#menu-top-header-menu {
  margin-bottom: 0;
}

ul#menu-top-header-menu li a {
  color: white;
}

div#header-social svg {
  color: white;
  margin-right: 0px;
  max-height: 12px;
}

div#header-social {
  text-align: right;
}

ul#menu-main-menu li {
  display: inline-block;
  padding: 43px 5px;
}

div#logo-header {
  margin: 12px 0px;
}

div#homepage {
  padding: 0px 10px;
}

/* ========= Footer ========= */
footer {
  background-image: url(https://locatesmarter.com/wp-content/uploads/2021/05/Locate-Smarter-Background-03.jpg);
  background-size: cover;
  color: white;
}

.link-footer a {
  color: white;
  font-weight: 600;
  font-size: 12px;
}

footer h3 {
  margin: 50px 0px 35px 0px;
}

.icon-footer svg {
  margin-bottom: 35px;
  float: left;
  margin-right: 25px;
}

.icon2-footer svg {
  margin-bottom: 25px;
  float: left;
  margin-right: 25px;
}

.icon2-footer {
  margin-top: 12px;
}

div#footer-social {
  display: inline;
}

div#footer-social svg {
  margin: 30px 30px 30px 1px;
  float: left;
  color: white;
}

.icon-footer svg {
  color: #ee7600;
}

.icon2-footer svg {
  color: #ee7600;
}

.icon-footer a {
  color: white;
}

footer p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 60px;
}

.col-md-6.CWRight a {
  color: white;
}
.SOC-logo {
    width: 70px;
    display: flex;
    margin: 9px 0px;
    float: right;
    margin-top: 3px;
}
/* ========== homepage ========= */
div#v-orange {
  background-position: top !important;
  margin-top: -45px;
  background-image: url(https://locatesmarter.com/wp-content/themes/impactbase/img/Locate-Smarter-Background-Orange.svg) !important;
}

::marker {
  color: white;
}

div#n2-ss-4 .n2-ss-slide {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%), 0 2px 4px 0 rgb(0 0 0 / 16%);
  max-height: 380px;
  top: 2px;
}

div#product {
  margin-bottom: 0px;
  font-size: 22px;
}

.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
  color: #fff;
  background-color: #ee7600;
  FONT-FAMILY: 'arial';
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-orange:focus, .vc_btn3.vc_btn3-color-orange:hover {
  color: #f7f7f7;
  background-color: #111821;
}

.text-box {
  padding: 5px 40px !important;
  height: 160px;
}

element.style {
  position: relative;
  left: -280.5px;
  box-sizing: border-box;
  width: 1701px;
  padding-left: 280.5px;
  padding-right: 280.5px;
}

div#n2-ss-4 .n2-ss-slider-pane-single--ready {
  animation-name: carousel-single-fade-in;
  animation-duration: 1s;
  opacity: 1;
  padding: 10px 0px;
}

.n2-ss-layer.n2-ow.product-text {
  min-height: 130px;
}

.award-box img {
  object-fit: cover;
}

iframe#hs-form-iframe-0 {
  max-width: 100% !important;
}

/* ========== innerpage ========= */
div.sub-head {
  background-image: url(https://locatesmarter.com/wp-content/uploads/2021/05/Hero-bg.png);
  padding: 30px 0;
  background-size: cover;
  background-position-y: center;
}

h1.innerpage-title.container {
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  font-family: arial black;
}

.test-quote {
  display: inline-block;
  font-family: sans-serif;
  margin: 1em;
}

.test-quote blockquote {
  display: inline-block;
  margin: 0;
  position: relative;
}

.test-quote:before {
  content: "";
  font-size: 3.5em;
  left: 35px;
  line-height: .75em;
  position: absolute;
  transform-origin: top;
  width: 38px;
  height: 30px;
  background-image: url(https://locatesmarter.com/wp-content/uploads/2021/06/open-quote-large.png);
}

.test-quote * {
  padding: 0 1em;
}

.test-quote cite {
  color: #c60;
  display: block;
  font-style: normal;
  text-align: right;
  text-transform: uppercase;
}

.text-box-3 {
  padding: 20px;
}

button.hamburger.hamburger--stand {
  display: none;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea, .gform_wrapper .chosen-container {
  background-color: #eaeaea;
  border: none;
  border-bottom: 5px #c7c7c7 solid;
}

.gform_wrapper input.button {
  background: #ee7600;
  color: #fff;
  font-weight: bold;
  padding: 10px 18px;
  display: inline-block;
  margin: 10px 11px;
  font-size: 12px;
  position: relative;
  border-bottom: none;
}

.gform_wrapper input.button:hover {
  color: #f7f7f7;
  background-color: #111821;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.test-quote2 {
  display: inline-block;
  font-family: sans-serif;
  margin: 1em;
}

.test-quote2 blockquote {
  display: inline-block;
  margin: 0;
  position: relative;
}

.test-quote2:before {
  content: "";
  font-size: 3.5em;
  left: 35px;
  line-height: .75em;
  position: absolute;
  transform-origin: top;
  width: 38px;
  height: 30px;
  background-image: url(https://locatesmarter.com/wp-content/uploads/2021/06/open-quote-large.png);
}

.test-quote2 * {
  padding: 0 1em;
}

.careerSoc svg {
  color: #ee7600;
  font-size: 20pt;
  margin-right: 15px;
}

.checkmark {
  padding-left: 1.5rem;
}

.checkmark li {
  list-style-type: none;
  padding-left: 1rem;
}

.checkmark li:before {
  content: "✓";
  margin: 0 10px 0 -28px;
  color: white;
}

.text-box-3>.vc_column-inner {
  min-height: 315px;
  padding-top: 20px;
}

.text-box-3 h2 {
  ​​​​​​​​font-size: 17px;
  margin: 0px;
  padding: 0px;
  letter-spacing: -.25PX;
  MIN-HEIGHT: 60px;
}

.text-box-3>.vc_column-inner .wpb_wrapper {
  /* background: red; */
  min-height: 200px;
}

.text-box-4 {
  padding: 20px;
}

div#n2-ss-4 .n2-ss-slider-3 {
  padding: 0px 60px 60px 60px;
}

div#n2-ss-4 {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

iframe#hs-form-iframe-0 {
  max-width: 100%;
}

.vc_gitem-animated-block {
  display: none !important;
}

.vc_gitem-zone-mini h2 {
  color: #165778;
  font-size: 18px;
  font-family: 'arial', sans-serif;
}

.vc_custom_1419240516480 {
  background-color: #f3f3f3 !important;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
  color: #fff;
  background-color: #ed7923;
  box-shadow: 0 5px 0 #ff9b50;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
  color: #fff;
  background-color: #ed7923;
  box-shadow: 0 5px 0 #ff9b50;
}

*:focus {
  outline: none !important;
}

/* .test-quote:before {
  content: '"';
  display: block;
  font-size: 110px;
  position: absolute;
  margin-top: -31px;
  margin-left: -40px;
  font-family: arial, helvetica, sans-serif !important;
  color: #f2f2f2;
}

.test-quote2:before {
  content: '"';
  display: block;
  font-size: 110px;
  position: absolute;
  margin-top: -31px;
  margin-left: -40px;
  font-family: arial, helvetica, sans-serif !important;
  color: #f2f2f2;
} */
div#gform_confirmation_message_1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 900;
}

.page-id-5895 .sub-head {
	display: none;
}

.list-item {
  color: white;
}

.page-id-5933 .sub-head {
	display: none;
}

.footNote {
	font-size: 0.7em
}

.page-id-5981 .sub-head {
	display: none;
}

li.menu-button {
  width: auto !important;
  display: inline-block !important;
  float: none !important;
}

li.menu-button > a.mega-menu-link {
  display: inline-block !important;
  background-color: #105677 !important;
  color: #ffffff !important;
  padding: 10px 16px !important;
  border-radius: 3px !important;
  box-shadow: 1px 1px 0px 0px #2f2f2f !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;

  line-height: normal !important;
  height: auto !important;
  vertical-align: middle !important;
}

li.menu-button > a.mega-menu-link:hover {
  background-color: #ffffff !important;
  color: #105677 !important;
  border: 1px solid #105677 !important;
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}