@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

form {
  margin: 0;
}

p {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #2ab9b8;
}

a:hover {
  color: #2ab9b8;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

b,
strong {
  font-weight: 600;
}

big,
.bigger {
  font-size: 1.12em;
}

.small {
  font-size: 13px;
}

.small_info {
  font-size: 0.9em;
  display: block;
  margin-top: 5px;
}

.blue {
  color: #2ab9b8 !important;
}

.lblue {
  color: #9edaff !important;
}

.red {
  color: #ff0000 !important;
}

.white {
  color: #ffffff !important;
}

.marginT0 {
  margin-top: 0px !important;
}

.paddingL20 {
  padding-left: 20px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

strong {
  font-size: 1.015em;
  font-weight: 400;
}

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

.clearfix {
  display: inline-block;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

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

img {
  max-width: 100%;
}

/* Mozilla based browsers */
::-moz-selection {
  background-color: rgba(219, 10, 91, 0.9);
  color: #fff;
}

/* Works in Safari */
::selection {
  background-color: rgba(219, 10, 91, 0.9);
  color: #fff;
}

/* Works in Opera */
::-o-selection {
  background-color: rgba(219, 10, 91, 0.9);
  color: #fff;
}

::-ms-selection {
  background-color: rgba(219, 10, 91, 0.9);
  color: #fff;
}

/* Works in Internet Explorer */
::-webkit-selection {
  background-color: rgba(219, 10, 91, 0.9);
  color: #fff;
}

a:focus {
  outline: 0px;
}

h2.hide-heading {
  display: none;
}

.pink {
  color: rgba(219, 10, 91, 1);
  font-weight: bold;
}

.container_wrap {
  box-shadow: 0 5px 10px #999;
  position: relative;
  z-index: 1;
}

.no_style {
  list-style: none;
  padding: 0 0 0 10px;
}

.no_style li {
  padding-bottom: 10px;
}

.no_style.inline {
  margin: 10px 0;
  padding: 0;
}

.no_style.inline li {
  display: inline;
  margin-left: 20px;
}

.no_style.inline li:first-child {
  margin-left: 0;
}

/*navigation*/
.menu_wrap {
  position: absolute;
  height: 35px;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 11px;
}

.navbar {
  margin: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  z-index: 1;
  min-height: 35px;
  border-radius: 0;
}

.navbar-nav {
  margin-top: 5px;
}

.navbar-nav > li > a {
  margin: 0 5px;
  padding: 3px 5px;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -10px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #2ab9b8;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2ab9b8;
  color: #fff !important;
  border-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.menu_wrap .dropdown-menu {
  min-width: 135px;
}

.menu_wrap .navbar-nav .open .mega-dropdown-menu.dropdown-menu {
  background-color: #2ab9b8;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.176);
  border: 0 none;
  margin-right: 5px;
  min-width: 380px;
  padding: 20px 40px;
}

.menu_wrap .navbar-nav > li > .mega-dropdown-menu {
  border-radius: 0px;
  border-top-right-radius: 0;
}

.menu_wrap .hover_dropdown .dropdown-menu {
  background-color: #2ab9b8;
  border-radius: 0;
  border: 0;
  margin-right: 5px;
  margin-left: 5px;
  left: auto;
  right: 0;
  padding: 5px 0 10px 0;
}

.menu_wrap .dropdown-menu > li > a {
  padding: 0 10px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.35;
}

.menu_wrap .dropdown-menu > li > a:hover,
.menu_wrap .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}

#overlay_bg {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.navbar-open #overlay_bg {
  display: block;
}
.navbar-toggle {
  margin: 4px 6px 0 0;
  padding: 5px;
}

.navbar-default .navbar-toggle {
  border-color: #2ab9b8;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2ab9b8;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  background-color: #2ab9b8;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse {
  padding: 0;
  border: 0;
}

.navbar-brand {
  padding: 0 !important;
  float: none;
  line-height: 1em;
  margin-left: 0 !important;
  margin-right: 0;
}

.head_logo_large.home_logo {
  xwidth: 175px;
}

.navbar .navbar-brand .home_logo {
  padding-top: 4px;
  padding-left: 10px;
}

/*for multilevel navigation REF: https://codepen.io/sitan7211/pen/qmxmzB*/
.menu_wrap .dropdown-submenu {
  position: relative;
}

.menu_wrap .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  min-width: 255px;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
}

.menu_wrap .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.menu_wrap .dropdown-submenu > a:after {
  float: right;
  width: 0;
  height: 0;
  content: " ";
  display: block;
  margin-top: 5px;
  border-color: transparent;
  margin-right: -10px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}

.menu_wrap .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.menu_wrap .dropdown-submenu.pull-left {
  float: none;
}

.menu_wrap .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.banner_wrap {
  width: 100%;
  height: 395px;
  overflow: hidden;
  position: relative;
  margin-top: -35px;
  background-color: #000;
}

.banner_wrap .banner_img {
  bottom: 0;
  position: absolute;
}

.banner_wrap .banner_style_geosmart {
  color: #fff;
  width: 52%;
  right: 5%;
  bottom: 11%;
  position: absolute;
}

ul.sub-menu {
  bottom: 0;
  margin: 0;
  display: block;
  padding: 5px 20px;
  position: absolute;
  list-style: none;
  line-height: 1em;
  font-weight: 200;
}

ul.sub-menu li {
  display: inline-block;
  margin-right: 10px;
}

ul.sub-menu li .fa {
  margin-left: 5px;
}

ul.sub-menu li a {
  color: #ffffff;
}

.scrollToTopWrap {
  width: 100%;
  bottom: 110px;
  z-index: 0;
  display: none;
  position: fixed;
}

.scrollToTopItem {
  border: 0 transparent;
  font-size: 12px;
  margin-top: 5px;
  background: transparent;
  text-decoration: none;
}

.scrollToTopItem:hover {
  text-decoration: none;
}

.scrollToTopProduct {
  display: block;
}

ul.sub-menu.dark {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

ul.sub-menu li .fa.border {
  width: 0;
  border: 0;
  height: 15px;
  border-left: 2px solid #2ab9b8;
  margin-left: 10px;
  vertical-align: middle;
}

.white_bg {
  background-color: #fff;
}

.bottom_gap {
  padding-top: 25px;
  padding-bottom: 90px;
}

.text-center {
  display: block;
  text-align: center;
}

.benefits-section,
.showcase-section {
  margin: 0 auto;
  text-align: left;
}

.page-title {
  margin: 0;
  padding: 10px 0 0;
}

h1.heading,
.benefits-section h1.heading {
  margin: 20px 0 30px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

h2.heading,
.benefits-section h2.heading {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 300;
  margin-bottom: 13px;
  letter-spacing: 0px;
}

.benefits-section-blurb,
.showcase-section-blurb,
.benefits-section-readmore {
  color: #636466;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.25em;
}

.benefits-section ul,
.benefits-section ol {
  font-size: 0.9em;
}

.showmore a,
a.style_link,
.benefits-section-blurb .readmore,
.benefits-section-blurb .readmore a {
  color: #2ab9b8;
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.benefits-section-blurb .bottomtext {
  color: #333;
  margin: 40px auto 20px;
  padding: 15px;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  line-height: 1.25em;
}

.no_style_full {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.no_style_full li {
  padding: 0;
  line-height: 1.75em;
}

.lineht-sm li {
  line-height: 1.25em !important ;
}

.no_style_full li a {
  margin: 0;
  padding: 0;
}

.inline-btn-wrap {
  position: relative;
}

.inline-btn-wrap .form-control {
  padding-right: 45px;
}

.inline-btn-wrap .inline-btn {
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  padding: 0 10px;
  position: absolute;
  background: transparent;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

.inline-btn-wrap .inline-loading {
  top: 10px;
  right: -15px;
  height: 40%;
  position: absolute;
}

#address-search-loader {
  visibility: hidden;
}

.btn {
  font-weight: 300;
}

.btn-primary {
  color: #636466;
  font-size: 13px;
  background-color: #ffffff;
}

.btn-style1 {
  padding: 5px 8px;
  white-space: normal;
  border-radius: 40px;
}

.btn-style1 strong {
  font-size: 22px;
  font-weight: 300;
}

.white_theme #cboxLoadedContent {
  background-color: #fff;
}

.cboxPhoto {
  cursor: default !important ;
}

#cboxLoadingOverlay {
  background: transparent none repeat scroll 0 0 !important ;
}

#cboxContent {
  padding-top: 30px;
}

#colorbox,
#cboxContent,
#cboxWrapper {
  overflow: visible !important ;
}

#cboxContent,
#cboxWrapper,
#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxBottomRight,
#cboxMiddleRight,
#cboxBottomCenter {
  background: #000 !important ;
}

#colorbox #cboxTitle {
  color: #fff;
  bottom: 0;
  font-size: 16px;
  text-align: left;
  background-color: #000;
}

#colorbox #cboxHeading {
  top: -15px;
  width: 100%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  text-align: center;
  line-height: 1em;
}

#colorbox #cboxCurrent {
  left: auto;
  right: 0;
  color: #fff;
  bottom: -18px;
}

#colorbox #cboxClose {
  top: -40px;
  right: -45px;
  width: 50px;
  bottom: auto;
  height: 50px;
  opacity: 0.5;
  background: url("img/close_white.png") no-repeat 0 0;
}

#colorbox #cboxClose:hover {
  opacity: 1;
  background-position: 0 0;
}

#colorbox #cboxNext {
  top: 47%;
  left: auto;
  width: 75px;
  right: -100px;
  color: #fff;
  height: 50px;
  opacity: 0.5;
  font-size: 16px;
  background: rgba(0, 0, 0, 0) url("img/next.png") no-repeat scroll right 5px;
  text-align: left;
  text-indent: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: lowercase;
}

#colorbox #cboxNext:hover {
  opacity: 1;
  background-position: right 5px;
}

#colorbox #cboxPrevious {
  top: 47%;
  left: -135px;
  color: #fff;
  width: 110px;
  height: 50px;
  opacity: 0.5;
  font-size: 16px;
  text-align: right;
  background: rgba(0, 0, 0, 0) url("img/prev.png") no-repeat scroll left 5px;
  text-indent: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: lowercase;
}

#colorbox #cboxPrevious:hover {
  opacity: 1;
  background-position: left 5px;
}

#search-segment-details {
  color: #fff;
  margin-top: 10px;
}

#search-segment-details .small-title {
  margin: 5px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

#search-segment-details a {
  color: #ffffff;
  margin: 5px 0;
  padding: 3px 6px;
  display: inline-block;
  line-height: 1.5em;
  border-radius: 3px;
  text-decoration: none;
  background-color: #e0005a;
}

#find_your_segment {
  margin: 20px 0;
}

#find_your_segment .form-wrap {
  padding: 0 20px 20px;
  background-color: #efefef;
}

#find_your_segment .lbl-title {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 300;
  margin-bottom: 13px;
  letter-spacing: 0px;
}

.footer {
  float: left;
  color: #a9a9a9;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #101010;
}

.copyright p {
  color: #a9a9a9;
  margin: 23px 15px 30px;
  font-size: 13px;
}

.footer-social p {
  color: #a9a9a9;
  margin: 23px 15px 30px;
  font-size: 13px;
  text-align: right;
}

.footer-social p a {
  color: #a9a9a9;
}

.footer-social p a:hover {
  text-decoration: underline;
}

.graph_items .graph_item {
  position: absolute;
}

.graph_items .graph_item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.graph_items .graph_item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.graph_geosmart .graph_items .graph_item:hover img {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.graph_items .graph_item:hover {
  z-index: 100 !important ;
}

.graph_geosmart {
  width: 940px;
  height: 575px;
  position: relative;
  margin-left: -50px;
}

.graph_geosmart_bg {
  top: 0;
  left: 0;
  position: absolute;
}

.xs-dropdown-menu,
.xs-dropdown-submenu {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}

@media (max-width: 1199px) {
  .banner_wrap {
    height: 365px;
  }
}

@media (max-width: 991px) {
  .banner_wrap {
    height: 290px;
  }
}

@media (max-width: 767px) {
  .copyright p,
  .footer-social p {
    margin: 15px 0;
    text-align: center;
  }

  .menu_wrap .nav.navbar-nav {
    margin: 10px 0 0 10px;
  }

  .banner_wrap {
    height: 200px;
  }

  .banner_wrap .banner_style_geosmart {
    bottom: 18%;
    position: absolute;
  }
}

@media (max-width: 604px) {
  .banner_wrap {
    height: 175px;
  }

  .banner_wrap .banner_style_geosmart {
    bottom: 22%;
    position: absolute;
  }
}

@media (max-width: 532px) {
  .banner_wrap {
    height: 150px;
  }
}

#google-map {
  width: 100%;
  height: 85%;
}

@media (max-width: 767px) {
  #search-segment-details .small-title,
  #search-segment-details .col-xs-12 {
    text-align: center;
  }

  #google-map {
    height: 70%;
  }

  #search-segment-details .container > .row:nth-child(2) {
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  #google-map {
    height: 65%;
  }

  #colorbox #cboxHeading,
  #search-segment-details .small-title {
    font-size: 14px;
    font-weight: normal;
  }

  #colorbox #cboxHeading {
    top: -5px;
  }

  #colorbox #cboxTitle {
    font-size: 14px;
  }

  #colorbox #cboxNext {
    width: 50px;
    right: -70px;
    text-indent: -999px;
  }

  #colorbox #cboxPrevious {
    left: -70px;
    width: 50px;
    text-indent: 999px;
  }
}

@media (max-width: 464px) {
  .banner_wrap {
    height: 125px;
  }

  .banner_wrap .banner_style_geosmart {
    bottom: 25%;
    position: absolute;
  }
}

@media (max-width: 404px) {
  .banner_wrap {
    height: 100px;
  }
}

@media (max-width: 317px) {
  .banner_wrap {
    height: 75px;
  }
}
