body#mercury .row .highlight_feature {
  position: relative;
  background-color: black;
}
body#mercury .row .highlight_feature .container {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  max-width: 1276px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 960px) {
  body#mercury .row .highlight_feature .container {
    width: calc(100% - 120px);
  }
}
body#mercury .row .highlight_feature .container .content {
  position: relative;
  top: 100px;
}
body#mercury .row .highlight_feature .container .content h4 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #31929b;
  text-transform: uppercase;
  font-size: 1.15em;
  margin: 0 0 0.5em;
}
body#mercury .row .highlight_feature .container .content h3 {
  color: white;
  font-family: "Rajdhani";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.75em;
  margin: 0 0 0.2em;
  line-height: 1em;
}
body#mercury .row .highlight_feature .container .content p, body#mercury .row .highlight_feature .container .content ul, body#mercury .row .highlight_feature .container .content ol, body#mercury .row .highlight_feature .container .content li, body#mercury .row .highlight_feature .container .content span, body#mercury .row .highlight_feature .container .content table, body#mercury .row .highlight_feature .container .content td {
  color: white;
}
body#mercury .row .highlight_feature .container .content p {
  font-size: 1.37em;
  margin: 0 0 1.5em;
  line-height: 1.35em;
}
body#mercury .row .highlight_feature .container .content table.icons {
  border-spacing: 0;
  border: 0px;
  margin: 0 0 1em;
}
body#mercury .row .highlight_feature .container .content table.icons tr {
  background-color: transparent;
}
body#mercury .row .highlight_feature .container .content table.icons tr td {
  border-top: 1px solid white;
  padding: 1.55em 0;
  border-right: 0;
}
body#mercury .row .highlight_feature .container .content table.icons tr td:first-child {
  width: 19%;
}
body#mercury .row .highlight_feature .container .content table.icons tr td:first-child img {
  height: auto;
  max-width: 100%;
}
body#mercury .row .highlight_feature .container .content table.icons tr td:last-child {
  width: 81%;
}
body#mercury .row .highlight_feature .container .content table.icons tr td p {
  font-size: 1.1em;
  margin: 0 0 0.5em;
  padding-left: 1em;
}
body#mercury .row .highlight_feature .container .content table.icons tr td p strong, body#mercury .row .highlight_feature .container .content table.icons tr td p b {
  font-size: 1.18em;
}
body#mercury .row .highlight_feature .container .content table.icons tr td p:last-child {
  margin-bottom: 0;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn {
  margin-right: 2em;
  font-size: 0.97em;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn:last-child {
  margin-right: 0;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn.white a {
  background-color: #20bab0;
  border-color: #4dC8C0;
  color: #001e60;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn.white a:hover, body#mercury .row .highlight_feature .container .content .btns_row p.btn.white a:focus {
  background-color: #4dC8C0;
  border-color: #4dC8C0;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn:not(.white) a {
  border-color: white;
  color: white;
}
body#mercury .row .highlight_feature .container .content .btns_row p.btn:not(.white) a:hover {
  color: #001e60;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  body#mercury .row .highlight_feature {
    display: flex;
    align-items: center;
  }
  body#mercury .row .highlight_feature:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    background-image: url(/packages/mercury/themes/mercury/img/hero_gradient.png?4adf0bedd0ab9b020d03208353617897);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
    opacity: 0.7;
  }
  body#mercury .row .highlight_feature .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: auto 110%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
  }
  body#mercury .row .highlight_feature .bg_img img {
    display: none;
  }
  body#mercury .row .highlight_feature .container {
    padding: 6em 0;
  }
  body#mercury .row .highlight_feature .container .content {
    width: 80%;
    max-width: 555px;
  }
  body#mercury .row .highlight_feature .container .content h4 {
    font-size: 1.35em;
  }
  body#mercury .row .highlight_feature .container .content h3 {
    font-size: 3.3em;
  }
  body#mercury .row .highlight_feature .container .content .btns_row {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  body#mercury .row .highlight_feature {
    min-height: 100vh;
  }
  body#mercury .row .highlight_feature .container {
    padding: 4.5em 0;
  }
  body#mercury .row .highlight_feature .container .content {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  body#mercury .row .highlight_feature .bg_img {
    background-image: none;
    height: 20em;
    position: relative;
  }
  body#mercury .row .highlight_feature .bg_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 6%, rgba(0, 0, 0, 0) 49%);
  }
  body#mercury .row .highlight_feature .bg_img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  body#mercury .row .highlight_feature .container .content {
    padding: 1em 0 2.5em;
  }
  body#mercury .row .highlight_feature .container .content .btns_row {
    font-size: 1.1em;
  }
}

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