#pnlHeroPins .hero-below {
  background-color: #0077c8;
}
#pnlHeroPins .hero-below:after {
  border-bottom-color: #0077c8;
}

.jumbotron {
  display: flex;
  padding: 0px !important;
  margin: 0 auto;
  margin-bottom: 0px !important;
  min-height: 345px !important;
  background-size: cover;
  overflow: hidden;
  background-color: transparent !important;
}

.jumbotron .img-responsive {
  /*height: 100% !important;*/
  max-height: 345px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.jumbotron #texthero {
  width: 400px;
  /*display: flex;
  flex-direction: column;
  z-index: 1;*/
}
.social-nav {
  display: flex;
  text-decoration: none;
  list-style: none;
  /* flex-direction: column; */
  padding: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
  font-size: 10px;

  text-transform: uppercase;
  margin: 10px 0;
}
.social-nav > li {
  margin-right: 10px;
}

    .social-nav > li > a {
        color: #0077C8;
        text-decoration: underline;
    }

/* jumbotron */
@media (min-width: 768px) {
  .carousel-image {
    width: 27% !important;
  }
  #heroBelowLine {
    margin-bottom: 30px;
  }

  body .divider-rule {
    background-color: #c6cccd;
    padding: 1px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mobile_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 500px;
  }
  .jumbotron {
    margin-left: 20px;
    height: 175px;
    min-height: 220px !important;
    margin-right: 15px;
  }
  .hero-carousel {
    height: 240px;
  }

  div#Hero_Module {
    background-color: transparent; /* add any color here */
  }
}

@media (min-width: 1199px) {
  .jumbotron {
    padding: 0px 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: 100%;
  }
}



