/* Bootstrap imports */
/***** Hero banner *****/
#hero {
  position: relative;
  overflow: hidden;
  background-color: #edeced;
}
@media (min-width: 768px) {
  #hero {
    background-color: transparent;
  }
}
#hero .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #hero .banner {
    height: 390px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #hero .banner {
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner {
    height: 100%;
  }
}
#hero .banner .img-background {
  width: 100%;
  height: 200px;
  display: block;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 390px;
  }
}
@media (min-width: 992px) {
  #hero .banner .img-background {
    background-position-x: 70%;
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 590px;
  }
}
#hero .banner .caption {
  margin: 0;
  position: relative;
  left: 10%;
  width: 80%;
}
@media (min-width: 768px) {
  #hero .banner .caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption {
    width: 50%;
  }
}
#hero .banner .caption .title,
#hero .banner .caption .subtitle {
  color: #055293;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 992px) {
  #hero .banner .caption .title,
  #hero .banner .caption .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption .title,
  #hero .banner .caption .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
#hero .banner .caption .title {
  margin: 15px 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 768px) {
  #hero .banner .caption .title {
    margin: 0 0 15px;
    width: 65%;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption .title {
    font-size: 38px;
    line-height: 48px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption .title {
    font-size: 40px;
    line-height: 50px;
    width: 80%;
  }
}
#hero .banner .caption .subtitle ul {
  display: table;
  margin: 0;
  table-layout: fixed;
}
#hero .banner .caption .subtitle ul li {
  display: block;
}
#hero .banner .caption .subtitle ul li:nth-child(2) {
  margin-top: 15px;
}
#hero .banner .caption .subtitle ul li .btn_green {
  width: 100%;
}
#hero .banner .caption .subtitle ul li .btn_green a {
  width: 100%;
}
#hero .banner .caption .subtitle .btn_green {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  #hero .banner .caption .subtitle .btn_green {
    margin: 0;
  }
}
#hero .banner .caption .subtitle br {
  display: none;
}
@media (min-width: 768px) {
  #hero .banner .caption .subtitle br {
    display: block;
  }
}
#hero .banner .caption .subtitle::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  height: 5px;
  margin: 15px 0;
  width: 20%;
}
@media (min-width: 992px) {
  #hero .banner .caption .subtitle::before {
    margin: 30px 0;
  }
}
