body#mercury .row.first #hero {
  background-color: #b0b0b0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0em;
  overflow: hidden;
}
body#mercury .row.first #hero .container {
  padding: 6.5em 0;
}
body#mercury .row.first #hero h1 {
  color: white;
  margin-bottom: 0;
}
body#mercury .row.first #hero p {
  color: white;
  margin-bottom: 0;
}
body#mercury .row.first #hero p.btn a {
  color: white;
  border-color: white;
}
body#mercury .row.first #hero p.btn a:hover {
  color: black;
  background-color: white;
}
body#mercury .row.first #hero.type2 {
  background-color: transparent !important;
  padding-top: 4.65em;
}
body#mercury .row.first #hero.type2 .container {
  padding: 0;
}
body#mercury .row.first #hero.type2 .holder {
  max-width: 900px;
  width: 100%;
  padding-bottom: 3.5em;
}
body#mercury .row.first #hero.type2 h1 {
  color: #001F63;
  margin: 0;
}
body#mercury .row.first #hero.type2 p {
  color: black;
  font-size: 1.4em;
  margin: 0.85em 0 0;
  line-height: 1.25em;
}
body#mercury .row.first #hero.type2 p.btn a {
  color: #001F63;
  border-color: #001F63;
}
body#mercury .row.first #hero.type2 p.btn a:hover {
  background-color: #001F63;
  color: white;
}
body#mercury .row.first #hero.type2 .img {
  width: 100%;
}
body#mercury .row.first #hero.type2 .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
body#mercury .row.first #hero.type3 .container {
  padding: 9em 0;
}
body#mercury .row.first #hero.type3 h1 {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
body#mercury .row.first #hero.type3 p a {
  color: white;
  text-decoration: none;
  font-size: 1.3em;
  display: block;
  margin-top: 1em;
}
body#mercury .row.first #hero.type3 p a:hover {
  text-decoration: underline;
}
body#mercury .row.first #hero.type3 .video_holder video {
  display: none;
}
body#mercury .row.first #hero.notfound .content {
  display: flex;
  flex-direction: column;
}
body#mercury .row.first #hero.notfound h1 {
  font-size: 12.5em;
  line-height: 1em;
}
body#mercury .row.first #hero.notfound p {
  font-size: 1.94em;
  font-weight: 400;
  line-height: 1.5em;
}
body#mercury .row.first #hero.notfound p span {
  font-weight: 600;
  font-size: 1.72em;
}
@media only screen and (min-width: 960px) {
  body#mercury .row.first #hero.type1 {
    height: 268px;
  }
  body#mercury .row.first #hero.type1 .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
  body#mercury .row.first #hero.type3 {
    height: 100vh;
    overflow: hidden;
  }
  body#mercury .row.first #hero.type3 .video_holder video {
    display: block;
    object-fit: cover;
    width: 100vw;
    height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-transition: height 0.5s ease-out 0s;
    -webkit-transition: height 0.5s ease-out 0s;
    -o-transition-property: height 0.5s ease-out 0s;
    -ms-transition-property: height 0.5s ease-out 0s;
    transition: height 0.5s ease-out 0s;
  }
  body#mercury .row.first #hero.type3 img.extraimg {
    display: none;
  }
  body#mercury .row.first #hero.type3 .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 6.5em 0;
  }
  body#mercury .row.first #hero.type3 p a {
    margin-top: 2.5em;
  }
  body#mercury .row.first #hero.type2 {
    padding-top: 2em;
  }
  body#mercury .row.first #hero.notfound {
    height: 393px;
  }
  body#mercury .row.first #hero.notfound h1 {
    margin-right: 39px;
  }
  body#mercury .row.first #hero.notfound .content {
    flex-direction: row;
    align-items: center;
  }
}

/*# sourceMappingURL=view.css.map */
