.toolbar {
  display: none;
}

.quicklinks-content {
  max-width: 780px;
}

.logo img {
  margin: auto;
  max-width: 80%;
}

.body .background-top {
  background: none;
}

.deephealth-resources p {
  font-family: opensans, sans-serif;
}
.deephealth-resources h2, .deephealth-resources h3 {
  color: #a10693 !important;
  text-align: center;
}
.deephealth-resources h2 {
  margin-bottom: 2rem;
  background: #a10693;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.deephealth-resources section {
  margin-bottom: 6rem;
}
.deephealth-resources .view-all {
  font-weight: 700;
  background-color: #ffffff;
  color: #a10693 !important;
  padding: 10px 15px;
  margin-bottom: 2rem;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
  transition: all ease 0.2s;
}
.deephealth-resources .view-all:link, .deephealth-resources .view-all:visited, .deephealth-resources .view-all:hover, .deephealth-resources .view-all:active {
  color: #a10693 !important;
  text-decoration: none !important;
}
.deephealth-resources .view-all:hover {
  background-color: #a10693;
  color: #ffffff !important;
}
.deephealth-resources .thumbnails,
.deephealth-resources .media-links,
.deephealth-resources .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.deephealth-resources .thumbnails > div,
.deephealth-resources .media-links > div,
.deephealth-resources .videos > div {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 1 50%;
}
@media only screen and (max-width: 640px) {
  .deephealth-resources .thumbnails > div,
  .deephealth-resources .media-links > div,
  .deephealth-resources .videos > div {
    flex: 0 0 100%;
  }
}
.deephealth-resources .thumbnails > div {
  text-align: center;
}
.deephealth-resources .thumbnails > div img {
  transition: transform 300ms ease;
}
.deephealth-resources .thumbnails > div:hover img {
  transform: scale(1.02);
}
.deephealth-resources .thumbnails h3 {
  font-size: 2rem;
}
.deephealth-resources .thumbnails p {
  margin-bottom: 0 !important;
}
.deephealth-resources .thumbnails a.document {
  display: inline-block;
  padding-right: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-dasharray%3D%220%22%20stroke-dashoffset%3D%220%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2210%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolyline%20points%3D%2240%2020%2020%2020%2020%2080%2080%2080%2080%2060%22%3E%3C%2Fpolyline%3E%3Cpolyline%20points%3D%2260%2010%2090%2010%2090%2040%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2289%22%20x2%3D%2250%22%20y1%3D%2211%22%20y2%3D%2250%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 0.3rem;
}
.deephealth-resources .thumbnails a.document:link, .deephealth-resources .thumbnails a.document:visited, .deephealth-resources .thumbnails a.document:hover, .deephealth-resources .thumbnails a.document:active {
  color: #656565 !important;
}
.deephealth-resources .thumbnails a.document img {
  margin-bottom: 0;
}
.deephealth-resources .media-links {
  font-size: 1.4em;
  line-height: normal;
}
.deephealth-resources .media-links:first-child {
  flex: 0 0 60%;
}
.deephealth-resources .media-links:last-child {
  flex: 0 0 40%;
}
.deephealth-resources .media-links h3 img {
  height: auto;
  margin: auto;
  width: 65%;
}
.deephealth-resources .media-links h3 {
  font-size: 2rem;
}
.deephealth-resources .media-links .media-link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #656565;
  font-size: 1em;
  transition: border-color 0.3s ease;
}
.deephealth-resources .media-links .media-link:hover {
  border-color: #a10693;
}
.deephealth-resources .media-links a.article,
.deephealth-resources .media-links a.resource {
  display: inline-block;
  padding-right: 0.625rem;
}
.deephealth-resources .media-links a.article {
  padding-left: 1.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23a10693%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2024%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%202h12l6%206v14a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: 0.625rem center;
}
.deephealth-resources .media-links a.article:link, .deephealth-resources .media-links a.article:visited, .deephealth-resources .media-links a.article:hover, .deephealth-resources .media-links a.article:active {
  color: #000000 !important;
  text-decoration: none;
}
.deephealth-resources .media-links a.resource {
  padding-left: 2.1875rem;
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3%203l18%209-18%209z%22%20fill%3D%22%23a10693%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  background-position: 0.625rem center;
}
.deephealth-resources .media-links a.resource:link, .deephealth-resources .media-links a.resource:visited, .deephealth-resources .media-links a.resource:hover, .deephealth-resources .media-links a.resource:active {
  color: #000000 !important;
  text-decoration: none;
}
.deephealth-resources .videos > div {
  margin-bottom: 4rem;
  transition: transform 300ms ease;
}
.deephealth-resources .videos > div:hover .vimeo {
  transform: scale(1.02);
}
.deephealth-resources .videos > div:first-child {
  flex: 1 1 100%;
}
.deephealth-resources .videos .vimeo {
  margin-bottom: 1rem;
}
.deephealth-resources .videos .vimeo iframe {
  border-radius: 10px;
}

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