body,
html {
  font-family: "avenir", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  min-width: 320px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.wrap {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
#main-navbar {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}
#main-navbar .container-fluid {
  padding: 0;
}
#main-navbar ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-navbar ul.nav ul, 
#main-navbar ul.nav ul li {
  list-style: none;
}
#main-navbar .links-list {
  margin-left: auto;
}
#main-navbar .link {
  float: right;
}
#main-navbar .link.last a {
  margin-right: 0px;
}
#main-navbar .no-hover-effect:hover,
#main-navbar .no-hover-effect:focus {
  background: #fff;
}
#main-navbar .btn {
  color: #606267;
  border: 1px solid #DFE3E7;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'proxima-nova-semibold';
  cursor: pointer;
  border-radius: 3px;
  padding: 7.5px 12.5px;
  margin: 6.5px 7.5px;
}
#main-navbar .btn:hover,
#main-navbar .btn:focus {
  cursor: pointer;
  color: #80ace9;
  background: #fff;
}
#main-navbar .btn.btn-primary {
  background: #80ace9;
  border: 1px solid #DFE3E7;
  color: #fff;
}
#main-navbar .btn.btn-primary:hover,
#main-navbar .btn.btn-primary:focus {
  cursor: pointer;
  opacity: 0.7;
}
.logo {
  width: 34px;
  height: 34px;
  margin: auto;
  vertical-align: middle;
  position: relative;
  background-size: cover;
  display: inline-block;
  background-image: url("/img/logo-blue-new.png");
  background-repeat: no-repeat;
}
.logo-text {
  font-family: 'avenir', sans-serif;
  line-height: 36px;
  font-size: 36px;
  margin-left: 7.5px;
  color: #80ace9;
  vertical-align: middle;
}
@media (max-width: 768px) { /* small screen */
  body main {
   padding-top: 60px;
  }
  #main-navbar {
    position: fixed;
    width: 100%;
    min-width: 320px;
    z-index: 2;
  }
  li a.home-link { 
    padding: 0; 
  }
  .logo {
    width: 30px;
    height: 30px;
  }
  .logo-text { 
    font-size: 25px;
    margin-left: 3px;
  }
  #main-navbar .btn {
    font-size: 11px;
  }
}

h1 {
  font-family: 'avenir-bold', sans-serif;
  color: #364962;
  text-align: center;
  font-size: 32px;
  line-height: 44px;
}
h2 {
  font-family: 'avenir', sans-serif;
  color: #85898c;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}
hr {
  border-top: 1px solid #efefef;
  //max-width: 75%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.hero-problem-header,
.hero-solution-header {
  font-family: 'proxima-nova', sans-serif;
  text-align: left;
  letter-spacing: .25px;
  font-size: 36px;
  line-height: 48px;
}
.hero-solution-header {
  width: 100%;
}
.hero-problem-img,
.hero-solution-img {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-problem-img {
  background-image: url("/img/landing-page/warfare.jpg");
  margin-bottom: 0px;
  background-position: 10% center;
  height: 280px;
}
.hero-solution-img {
  background-image: url("/img/landing-page/concierge.png");
  background-position: center;
}
.hero-cta-button {
  font-family: 'proximanova-bold', sans-serif;
  background: #80ace9;
  border: 1px solid #DFE3E7;
  color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: .25px;
}
.hero-cta-button:hover {
  text-decoration: none;
  color: #fff;
}

.hero-problem-subHeader,
.hero-solution-subHeader {
  font-family: 'avenir-bold', sans-serif;
  font-size: 19px;
  line-height: 28px;
  color: #85898c;
  margin: auto;
  text-align: left;
  width: 100%;
  margin: 0;
}

.hero-problem, .hero-solution {
  margin-top: 40px;
}

.hero-large {
  padding-top: 40px;
}

.hero-solution-subHeader {
  max-width: 440px;
}

.mainOverview {
  padding: 35px 75px;
  padding-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #efefef;
}
.mainOverview-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainOverview-inner-header {
  font-size: 34px;
  line-height: 44px;
  font-family: 'proximanova-bold', sans-serif;
  margin-bottom: 15px;
  color: #364962;

}
.mainOverview-inner-subHeader {
  font-family: 'avenir-bold', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #637280;
  text-align: center;
  max-width: 660px;
}
.mainOverview-inner-imageContainer {
  overflow: hidden;
  margin: auto;
  margin-top: 35px
}

.mainOverview-inner-imageContainer-image {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.productOverview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
}
.productOverview--left .productOverview-text {
  width: 40%;
  margin-left: 5%;
  margin-right: 10%;
}
.productOverview--right .productOverview-text {
  width: 40%;
  margin-right: 5%;
  margin-left: 10%;
}

.productOverview--left .productOverview-image {
  width: 50%;
}
.productOverview--right .productOverview-image {
  width: 45%;
}

.productOverview-image-image {
  max-width: 100%;
}
.productOverview-text-header {
  text-align: left;
  font-size: 30px;
  font-family: 'proximanova-bold', sans-serif;
  color: #364962;
}
.productOverview-text-subHeader {
  font-size: 18px;
  line-height: 28px;
}
.testimonials {
  background: #fafafb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.testimonials-header h2 {
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'proxima-nova-semibold', sans-serif;
  color: #aaa;
}
.testimonials-row {
  max-width: 100%;
  height: 100px;
  background-size: contain;
  background-image: url('/img/landing-page/logos.png');
  background-repeat: no-repeat;
  background-position: center;
}
.cta {
  margin-top: 50px;
  padding: 35px 75px;
  background: #fafafb;
  border-top: 1px solid #eee;
}
.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-inner-header {
  font-size: 30px;
  font-family: 'avenir-bold', sans-serif;
  color: #364962;
}
.cta-inner-p {
  font-family: 'avenir-bold', sans-serif;
  color: #85898c;
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  max-width: 600px;
  text-align: center;
}
.cta-inner-button {
  font-family: 'proximanova-bold', sans-serif;
  background: #80ace9;
  border: 1px solid #DFE3E7;
  color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: .25px;
}

.footer {
  padding-top: 6.875rem;
  padding-bottom: 4.875rem;
  min-height: 135px;
  text-align: left;
  border-top: 1px solid #eee;
}
.footer-header {
  color: white;
  font-family: 'proxima-nova', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #80ace9;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.95rem;
}
.footer-list-item {
  margin-bottom: 1.125rem;
}
.footer-list-item a {
  color: #85898c;
  font-family: 'avenir-bold', sans-serif;
  text-decoration: none;
  font-size: 15px;
}
.footer-list-item a:hover {
  text-decoration: none;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) { /* medium screen */
  .hero-solution-img { width: 100%; }

  .hero-problem-img,
  .hero-solution-img {
    background-position: center;
    background-size: contain;
  }

  .hero-solution-header, .hero-solution-subHeader {
    text-align: left;
    float: none;
  }

  .hero-problem, .hero-solution {
    margin-top: 10px;
  }

  .hero-solution  {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-large {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .productOverview {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }

  .productOverview--right {
    flex-direction: column-reverse;
  }

  .productOverview--left .productOverview-text,
  .productOverview--right .productOverview-text {
    width: 100%;
  }

  .productOverview--left .productOverview-image,
  .productOverview--right .productOverview-image {
    text-align: center;
    padding-top: 20px;
    width: 90%;
    max-width: 400px;
  }

  .cta {
    padding: 20px;
  }

}
@media (max-width: 767px) {  /* small screen */

  .hero-problem {
    margin-top: 0px;
  }
  
  .hero-solution-header,
  .hero-problem-header {
    font-size: 33px;
    margin-left: 5%;
    width: 95%;
  }

  .hero-problem-subHeader,
  .hero-solution-subHeader {
    font-size: 15px;
    padding: 0 5%;
  }

  .hero-solution-img,
  .hero-problem-img {
    margin: 10px auto;
    max-width: 85%;
    max-height: 200px;  
    width: 100%;
    float: none;
    background-position: center;
  }

  .hero-solution-img {
    margin-top: 0px;
  }


  .hero-solution .hero-large {
    margin-right: 0;
  }

  .mainOverview {
    padding: 5px 5px 0;
  }

  .footer .links {
    margin-top: 50px;
  }

}