.et_pb_pagebuilder_layout.single-resource #page-container .et_pb_row .et_pb_row {
  width: 100%;
}
.et_pb_pagebuilder_layout.single-resource #page-container .et_pb_with_background .et_pb_row {
  width: 80%;
}
@media (max-width: 980px) {
  .single-resource .et_pb_row {
    padding: 0;
  }
  .single-resource h1 + .et_pb_section {
    padding-top: 40px;
  }
}
.et_pb_fullwidth_header.with-search .header-content {
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}
.et_pb_fullwidth_header.with-search .header-content h1 {
  flex: 1 0 auto;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search input[name=s] {
  background: white;
  width: 23em;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search input[type=submit] {
  background-color: #673695;
  color: white;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.et_pb_fullwidth_header.with-search .header-content .et_pb_search :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
@media (max-width: 980px) {
  .et_pb_fullwidth_header.with-search .header-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .et_pb_fullwidth_header.with-search .et_pb_search {
    width: 100%;
  }
  .et_pb_fullwidth_header.with-search .et_pb_search input[name=s] {
    width: 100% !important;
  }
}
.resource-card h4 {
  line-height: 1.6;
}
.resource-card .et_pb_blurb_content {
  display: flex;
  max-width: none;
}
.resource-card .et_pb_main_blurb_image {
  flex: 1 0 auto;
  max-width: 143px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.related-resources .resource-card .et_pb_main_blurb_image {
  max-width: 100px;
}
.related-policy .resource-card h4 {
  font-size: 18px !important;
  font-weight: bold;
}
.related-policy .resource-card .et_pb_main_blurb_image {
  width: 100px;
}
.related-policy .resource-card .et_pb_blurb_container {
  padding-left: 0;
}
.featured-resources .resource-card {
  margin-bottom: 4em !important;
}
.featured-resources .resource-card .et_pb_blurb_content {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.featured-resources .resource-card .et_pb_main_blurb_image {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 480px) {
  .featured-resources .resource-card .et_pb_blurb_content {
    display: block;
  }
  .featured-resources .resource-card .et_pb_main_blurb_image {
    float: none;
    max-width: none;
    margin: 0 0 10px;
  }
}
.resource-topics {
  margin-top: 2em;
}
.resource-topics .et_pb_button {
  margin: 0 5px;
}
.resource-types {
  margin: 1em 0 20px;
}
.resource-types strong {
  display: inline-block;
  width: 57px;
}
