.card img {
  margin-top: 1.5rem;
}

.hero__wrap > h3:nth-child(3) > strong > span {
  background-color: #6297cd;
  padding: 0 4px;
} 

.countdown {
  font-size: 1.8rem !important;
}

.countdown {
  // please delete bottom: 10px;
  // please delete font-size: 1.3rem;
  // please delete font-weight: 700;
  // please delete background: #062956;
  // please delete box-shadow: 0 2px 6px #0000026;
  // please delete z-index: 9999;
  // then we dont need the important for font and background;
  font-size: 1.5rem !important;
  font-weight: inherit !important;
  color: #fff !important;
  text-align: center;
  padding: 0 1.2rem;
  position: absolute;
  left: 50%;
  top: 36rem;
  transform: translateX(-50%);
  max-height: 11rem;
  background: rgba(108,51,68,0.7) !important;
}
.countdown table th {
  background: transparent;
  text-align: center;
  font-size: 3rem;
}
.countdown table th,
.countdown table td {
  padding: 0 1rem;
  line-height: 1;
}
// remove black border-bottom from mask element people teaser with bio
.accordion {
  border-bottom-width: 3px !important;
}
div.persona__description h3 {
  font-weight: bold;
}
.div.accordion__text p {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .hero {
    height: 30rem !important;
    background-position: 30% !important;
  }
  .countdown {
    background: rgb(108,51,68) !important;
    position: inherit;
    transform: translate(-0%);
    padding: 0.3rem 1.2rem !important;
  }
}
@media (max-width: 480px) {
  .countdown table {
    font-size: 0.7rem !important;
  }
  .countdown table th {
    font-size: 2rem;
  }
  html body div.content section.section.section--paddingTop.section--paddingBottom.bg-tamunioDarkBlue div.row div.column.small-12.medium-12 h2.align-center {
    font-size: 1.2rem;
  }
}

.hbspt-form .hs-fieldtype-select>label, .hbspt-form .hs-fieldtype-number>label {
  position: relative;
  left: 1em;
  line-height: 1em;
  font-weight: 700;
}

.hbspt-form .hs-fieldtype-select .input, .hbspt-form .hs-fieldtype-number .input {
  padding: .875em 1em;
  line-height: 1em;
  background-color: #f4f6f9;
  border-radius: 40px;
}

.form-columns-1 .hs-input {
  border: none;
}