.layout-content .banner-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.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 .radiologist-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.layout-content .radiologist-list > div {
  flex: 0 1 25%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 880px) {
  .layout-content .radiologist-list > div {
    flex: 0 1 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .layout-content .radiologist-list > div {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 480px) {
  .layout-content .radiologist-list > div {
    flex: 0 1 100%;
  }
}
.layout-content .info-box {
  background-image: none;
  background-color: #fcedeb;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.layout-content .teaser {
  margin-bottom: 1rem;
}
.layout-content .teaser h3 {
  font-weight: 700;
}
.layout-content .teaser > div:first-child img {
  border-radius: 0 !important;
}
.layout-content .quicktitle {
  color: #d16852;
}
.layout-content .btn-blue {
  text-shadow: 1px 1px 0 #056a8f;
  text-align: center;
  margin-bottom: 1.5em !important;
}
.layout-content .six {
  background-color: #842733 !important;
  border: 3px solid #d16852 !important;
}
.layout-content .seven {
  background-color: #914885 !important;
  border: 3px solid #d16852 !important;
}
.layout-content a.btn-blue:hover {
  background-color: #d16852 !important;
}
.layout-content button.btn-blue:hover {
  background-color: #d16852 !important;
}

/*# sourceMappingURL=cardiac-imaging-new-jersey.css.map */
