/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.layout-content .banner-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.layout-content .banner-links img {
  width: 100%;
}
.layout-content .banner-links > div {
  flex: 0 1 50%;
}
.layout-content .banner-links > div ul {
  padding: 0;
}
.layout-content .banner-links > div ul li a {
  display: block;
}
.layout-content .banner-links > div:first-child {
  padding-right: 10px;
}
.layout-content .banner-links > div:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .layout-content .banner-links > div {
    flex: 0 0 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.layout-content .info-box {
  background-image: none;
  background-color: #fff9f1;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.layout-content .teaser {
  margin-bottom: 1rem;
}
.layout-content .teaser h3 {
  font-weight: 700;
  color: #056a8f !important;
}
.layout-content .quicktitle {
  color: #ea912e;
}
.layout-content .quickfact {
  color: #056a8f;
}
.layout-content .btn-blue {
  text-shadow: 1px 1px 0 #056a8f;
  text-align: center;
  margin-bottom: 1.5em !important;
}
.layout-content .btn.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout-content .one {
  background-color: #056a8f !important;
  border: 3px solid #056a8f !important;
}
.layout-content .two {
  background-color: #0094bf !important;
  border: 3px solid #056a8f !important;
}
.layout-content .three {
  background-color: #64b9da !important;
  border: 3px solid #41839d !important;
}
.layout-content .four {
  background-color: #89cde7 !important;
  border: 3px solid #41839d !important;
}
.layout-content a.button.blue:hover {
  background-color: #035472 !important;
}
.layout-content .formheader {
  font-size: 1.4375rem;
  color: #056a8f !important;
}
.layout-content .intro {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px !important;
}
.layout-content .patternbox.gray {
  background-color: #e0f2f9 !important;
}

/*# sourceMappingURL=mens-health-eastern-shore.css.map */
