/*
Marple unique variables.
Set bootstrap variables to override default build.
*/
/* Marple UMS specfic vars*/
.hero {
  background-color: #548a95;
  color: #fff;
  text-align: center; }
  .hero .wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .hero .wrapper {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 15px;
        padding-right: 15px; } }
  .hero h1 {
    font-size: 45px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 30px;
        line-height: 1.3; } }
    .hero h1 .product-name {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 30px;
      padding-top: 25px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .hero h1 .product-name {
          font-size: 18px; } }
  .hero .hero-icon > i {
    display: inline-block;
    font-size: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px !important;
    padding: 0; }
  .hero .tagline {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 36px; }
    @media (max-width: 768px) {
      .hero .tagline {
        margin-top: 10px;
        font-size: 20px; } }
  .hero a, .hero a:hover, .hero a:active, .hero a:visited {
    color: #fff;
    text-decoration: underline; }

.hero > img {
  width: 100%;
  margin-top: -25px; }
  @media (max-width: 768px) {
    .hero > img {
      margin-top: -12px; } }
