/* Locator Styles */
/* Colors */
/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
h4,
h4 a {
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.0em;
  color: #216197;
  padding-bottom: .2em;
  letter-spacing: .3px;
}
/* RJ */
h1 {
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-size: 3.0em;
  letter-spacing: .7px;
  padding-bottom: .5em;
  line-height: 1.7em;
}
h2 {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-size: 2em;
  padding-bottom: .7em;
}
h3 {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  padding-bottom: .7em;
  color: #5f5f5f;
}
h2.blueheading {
  color: #216197;
  font-weight: 900 !important;
  font-size: 2.4em;
  word-spacing: .04em;
  margin-bottom: -15px;
}
body {
  font-size: 18px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  color: #686767;
  line-height: 1.8em;
  background: #263244;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
p {
  font-size: 1.125em;
  font-family: "lato", sans-serif;
  padding-bottom: 1.2em;
  font-weight: 300;
  margin: 0;
  line-height: 1.8em;
}
a {
  color: #216197;
  font-family: "lato", sans-serif;
  font-weight: 500;
  transition: .3s all ease;
}
a:hover {
  text-decoration: none;
  color: #e26519;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lead {
  font-size: 1.375em;
  line-height: 1.8em;
  font-weight: 500;
}
.dark-text {
  color: #333333!important;
  text-shadow: none!important;
}
.light-text {
  color: #ffffff !important;
}
.wrap {
  max-width: 1520px;
  margin: 0 auto;
  background-color: #fff;
}
section {
  padding: 90px 0;
  background-color: #fff;
}
input.form-control {
  border-radius: 0;
  border: 0;
  padding: 25px 20px;
  margin-right: 10px;
}
.parallax {
  width: 100%;
  max-width: 1520px;
  height: 954px;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  background-size: cover!important;
}
.parallax-small {
  max-height: 420px;
  margin-top: 50px;
  background-size: cover!important;
}
.parallax-primary {
  max-height: 560px;
  margin-top: 60px;
  background-size: cover!important;
}
.parallax-detail {
  max-height: 640px;
  margin-top: 50px;
  background-size: cover!important;
}
.parallax-hero {
  max-height: 900px;
  background-size: cover!important;
}
.relative {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
}
.white-bg {
  background: #fff!important;
}
.fa-angle-right {
  padding-left: 5px;
}
.container-fluid {
  max-width: 1170px;
  /* Top Nav Width */
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.navbar {
  border: none;
  background-color: white;
  margin: 0 auto;
}
.navbar .navbar-toggle .icon-bar {
  background: #216197;
}
.navbar .navbar-nav li .active a {
  background-color: transparent;
  color: black;
}
.navbar .navbar-nav li .active a:hover {
  background-color: transparent;
  color: black;
}
.navbar .navbar-nav li .active a:focus {
  background-color: transparent;
}
.navbar .navbar-nav li a {
  font-size: .95em;
  font-weight: 600;
  line-height: 76px;
  color: #008dd9;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .navbar .navbar-nav li a {
    font-size: .8em;
  }
}
.navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: black;
}
.navbar .navbar-nav li a:focus {
  background-color: transparent;
}
.navbar .navbar-nav li .navbar-btn {
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 20px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar .navbar-nav li a.home-on {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav li {
    background-color: transparent;
  }
  .navbar .navbar-nav li a {
    color: white;
    line-height: 36px;
  }
  .navbar .navbar-nav li a:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #008dd9;
  }
}
.navbar .navbar-brand {
  padding: 20px 15px;
}
@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    width: 190px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-brand img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 10px 15px;
  }
}
.navbar.scroll {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px #eeeeee;
  -moz-box-shadow: 0px 1px 2px #eeeeee;
  box-shadow: 0px 1px 2px #eeeeee;
}
@media (max-width: 767px) {
  .navbar.scroll {
    background: transparent;
    color: white;
  }
}
.navbar.scroll .navbar-brand {
  padding: 10px 15px;
}
.navbar.scroll .navbar-brand img {
  width: 75%;
}
@media (max-width: 768px) {
  .navbar.scroll .navbar-brand {
    padding: 10px 15px;
  }
  .navbar.scroll .navbar-brand img {
    width: 130px;
  }
}
.navbar.scroll .navbar-nav li a {
  line-height: 30px;
}
.navbar.scroll .navbar-nav li .navbar-btn {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar {
    background-color: transparent;
  }
  .navbar-header {
    background-color: white;
  }
  /* DROP DOWN BACKGROUND  */
  #navbar.navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    color: white;
  }
}
/* BUTTONS -
Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.hero {
  height: 920px;
  background-size: cover!important;
  padding: 210px 0 0 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: transparent;
  font-size: 1em;
}
@media (max-width: 1200px) {
  .hero {
    font-size: .9em;
  }
}
@media (max-width: 992px) {
  .hero {
    font-size: .7em;
    padding: 170px 0 0 0;
    height: 720px;
  }
}
@media (max-width: 767px) {
  .hero {
    font-size: .6em;
    padding: 100px 0 0 20px;
    height: 50%;
  }
}
.hero.banner-about {
  height: 700px;
}
@media (max-width: 767px) {
  .hero.banner-about {
    font-size: .6em;
    padding: 160px 20px 0 20px;
    margin-top: -40px;
    height: 500px;
  }
}
.hero.banner-technology {
  margin-top: 0px;
  height: 720px !important;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .hero.banner-technology {
    font-size: .8em;
    padding: 160px 20px 0 20px;
    margin-top: -40px;
    height: 500px;
  }
}
.hero.banner-technology h1 {
  font-size: 2.3em;
  line-height: 1.1em;
  font-weight: 600;
  padding-bottom: .4em;
}
a.products-on {
  color: black !important;
}
@media (max-width: 767px) {
  a.products-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.banner-products {
  background: url('/img/banner-products.jpg') no-repeat center top;
}
.hero.banner-products {
  height: 620px;
}
@media (max-width: 767px) {
  .hero.banner-products {
    font-size: .6em;
    padding: 160px 20px 0 20px;
    margin-top: -40px;
    height: 500px;
  }
}
.hero.banner-contact {
  height: 420px;
}
@media (max-width: 767px) {
  .hero.banner-contact {
    font-size: .6em;
    padding: 160px 20px 0 20px;
    margin-top: -40px;
    height: 320px;
  }
}
.hero h1 {
  font-size: 3.0em;
  line-height: 1.1em;
  font-weight: 900;
  padding-bottom: .4em;
}
.hero .lead {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
}
.home-learnmore {
  background-image: url('/img/home-freetrial-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.home-learnmore h3 {
  color: white;
  font-weight: 700;
  font-size: 1.9em;
  padding-bottom: .7em;
}
.home-learnmore a.freetrial:hover img {
  border: 1px solid red;
  display: block;
  max-width: 266px;
  width: 130%;
  height: auto;
}
.home-ipad img {
  margin: 0 auto;
  z-index: -10;
}
.home-counter {
  background-color: #27a0cf;
  /* margin-top:-110px;   SET BLUE BAR offset to banner */
  top: 805px;
  padding: 30px 0;
  position: absolute;
  z-index: 1000 !important;
  width: 100%;
}
@media (max-width: 1200px) {
  .home-counter {
    padding: 0;
    top: 788px;
    /* SET BLUE BAR offset to banner */
  }
}
@media (max-width: 992px) {
  .home-counter {
    padding: 0;
    top: 620px;
    /* SET BLUE BAR offset to banner */
  }
}
@media (max-width: 767px) {
  .home-counter {
    position: relative;
    z-index: 100000 !important;
    top: auto;
    padding: 0;
    /* top:620px;   SET BLUE BAR offset to banner */
  }
}
.home-counter .container-fluid {
  max-width: 1400px;
}
.home-counter .counter-text {
  color: white;
  text-transform: uppercase;
  font-size: .97em;
  text-align: center;
  font-weight: 900;
  padding-top: 15px;
}
.home-counter .counter-text.left {
  text-align: right;
}
.home-counter .counter-text.right {
  text-align: left;
}
@media (max-width: 1200px) {
  .home-counter .counter-text.left,
  .home-counter .counter-text.right {
    text-align: center;
  }
}
.home-counter .counter-image img {
  margin-right: auto;
  margin-left: auto;
}
/* Home Page Products */
.home-products {
  text-align: left;
  position: relative;
  background: #e7eff0;
}
a.home-on {
  color: black !important;
}
@media (max-width: 767px) {
  a.home-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.banner-home {
  background: url('/img/home-bg.jpg') no-repeat center top;
}
.home-products .text-center {
  text-align: center;
}
.whitebox {
  background: white;
  background-clip: padding-box;
  border: 10px solid transparent;
  padding: 30px;
}
@media (max-width: 1202px) {
  .whitebox a {
    font-size: .9em;
  }
}
@media (max-width: 767px) {
  .whitebox {
    padding: 20px;
  }
  .whitebox a {
    font-size: 1em;
  }
}
.whitebox a img,
.whitebox img {
  display: block;
  margin: 0 auto 30px auto;
}
.whitebox a {
  display: block;
}
@media (min-width: 992px) {
  .eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.quotebox {
  position: relative;
}
.quote-max {
  max-width: 700px;
  color: white;
  padding: 5% 8%;
}
.quote-max .quote-content {
  padding: 9% 0;
}
@media (min-width: 1400px) {
  .quote-max .quote-content {
    padding: 11% 0;
  }
}
@media (max-width: 768px) {
  .quote-max .quote-content {
    padding: 6% 0;
  }
}
.quote-max h5 {
  text-transform: uppercase;
  line-height: 3em;
  font-size: .6em;
}
.quote-max p {
  font-family: "georgia", serif;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 1305px) {
  .quote-max p {
    font-size: .9em;
  }
}
@media (max-width: 991px) {
  .quote-max p {
    font-size: .8em;
  }
}
@media (max-width: 767px) {
  .quote-max p {
    font-size: 1.1em;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.success-stories {
  background: #e26519;
}
.success-stories .increasemax {
  max-width: 1600px;
  width: 100%;
}
.banner-industries {
  background: url('/img/banner-industries.jpg') no-repeat center top;
}
a.industries-on {
  color: black !important;
}
@media (max-width: 767px) {
  a.industries-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.home-industries {
  background-image: url('/img/home-map-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.industrybox div {
  text-align: center;
  line-height: 1.4em;
  font-size: .9em;
}
.industrybox div a,
.industrybox div a:hover {
  text-decoration: none;
  color: #686767;
}
.industrybox div h4 {
  display: block;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
}
.industrybox div img {
  margin: 20px auto;
}
/* ABOUT US PAGE ---*/
a.about-on {
  color: black !important;
}
@media (max-width: 767px) {
  a.about-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.banner-about {
  background: url("/img/banner-about.jpg") no-repeat center top;
}
.bluebar {
  background-color: #27a0cf;
  margin-top: -124px;
  /* SET BLUE BAR offset to banner */
  padding: 60px 0;
  color: white;
}
.bluebar .container-fluid {
  max-width: 1400px;
}
.bluebar h2 {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.4em;
}
.bluebar p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7em;
}
.leadership {
  text-align: left;
  position: relative;
  background: #e7eff0;
  color: #575757;
}
.leadership h2 {
  font-weight: 900;
  font-size: 1.9em;
  line-height: 1.2em;
  color: #575757;
}
.leadership p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}
.leadership .whitebox {
  font-weight: 400;
  font-size: .9em;
  line-height: 1.7em;
}
.leadership .whitebox h4 {
  color: #575757;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.1em;
  margin-top: 10px;
}
.leadership .whitebox h5 {
  color: #575757;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.solutions h2 {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #575757;
}
.solutions .box {
  margin-top: 30px;
  padding: 20px 80px;
}
@media (max-width: 992px) {
  .solutions .box {
    margin-top: 0px;
    padding: 10px 20px;
  }
}
.solutions .circle-description {
  font-weight: 700;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #575757;
  margin-top: 10px;
}
/* -- TECHNOLOGY PAGE---*/
.banner-technology {
  background: url('/img/banner-technology.jpg') no-repeat center top;
}
a.technology-on {
  color: black !important;
}
@media(max-width: 767px) {
  a.technology-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.technology-tablets {
  position: absolute;
  top: 170px;
  left: 6%;
  width: 600px;
  height: auto;
}
@media (max-width: 1200px) {
  .technology-tablets {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .technology-tablets {
    width: 500px;
    top: 270px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .technology-tablets {
    width: 500px;
    top: 320px;
  }
}
.lt-blue-bg,
.white-bg {
  background-color: #e7eff0;
  padding: 75px 0;
  color: white;
}
.lt-blue-bg .container-fluid,
.white-bg .container-fluid {
  max-width: 1400px;
}
.lt-blue-bg h2,
.white-bg h2 {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #175d8b;
}
.lt-blue-bg p,
.white-bg p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #565656;
}
.white-bg {
  background-color: #e7eff0;
}
.extra-padding {
  padding-top: 150px;
  padding-bottom: 110px;
  margin-top: -90px;
  /* SET Technology Top box offset to banner */
}
/* -- FOOTER ---*/
.footer {
  background-color: #33383d;
  color: white;
  padding: 50px 0;
  font-size: .91em;
  line-height: 1.8em;
}
.footer h3 a {
  color: white;
  font-weight: 900;
  font-size: 1.3em;
  padding-top: 20px;
  display: block;
}
.footer .copyright {
  text-align: center;
  color: white;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .footer .copyright {
    border-top: 1px solid #42484e;
  }
}
.footer .copyright a {
  color: white;
}
.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.text-center .img-responsive {
  margin: 0 auto;
}
.container.products {
  max-width: 1100px;
}
body.products-page h4 a {
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .producttext {
    text-align: center;
  }
}
.btn-primary {
  background-color: #27a0cf;
  border-color: #27a0cf;
  margin: 40px 0;
  font-weight: bold;
}
.contact-container {
  background: #e7eff0;
}
.contact-container.container-fluid {
  max-width: 1570px;
  /* contact form */
}
.contact-left {
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
}
.contact-right {
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
}
a.contact-on {
  color: black !important;
}
@media (max-width: 767px) {
  a.contact-on {
    background: rgba(255, 255, 255, 0.3);
    color: white !important;
  }
}
.banner-contact-background {
  background: url('/img/banner-about.jpg') no-repeat center top;
}
.contact-right-background {
  background: white;
}
label {
  font-size: 1em;
  font-weight: normal;
}
input {
  width: 90%;
}
textarea {
  width: 90%;
  height: 140px;
}
#submit_button {
  max-width: 200px;
}
.container.industries {
  max-width: 1100px;
  color: #686767;
  position: relative;
}
.industryicon {
  padding: 0 10%;
}
.industryicon h4 {
  margin-top: 20px;
  line-height: 1.5em;
}
.showmobile {
  display: none;
}
@media (max-width: 767px) {
  .noshowmobile {
    display: none;
  }
  .showmobile {
    display: block;
  }
}
