.video--box {
  margin: 4rem 0;
}
.video--info {
  padding: 0 3rem;
}
@media screen and (min-width: 1201px) {
  .video--info {
    padding: 0;
  }
}
.video--info .field__label {
  font-family: Merriweather, Georgia, serif;
}
.video--teaser {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}
@media screen and (min-width: 1201px) {
  .video--teaser {
    padding: 2rem 0;
  }
}
.video--teaser .content {
  padding: 2rem;
}
@media screen and (min-width: 769px) {
  .video--teaser {
    flex-direction: row;
  }
  .video--teaser .content--with-image {
    width: 70%;
  }
}
.video--related .video--box {
  margin: 0 0 4rem;
}
.video--tags {
  margin: 2rem 0;
}
.video--tags .mss-btn--round {
  margin: 0.4rem 0;
  line-height: unset;
  min-width: auto;
  min-height: auto;
}
@media screen and (min-width: 769px) {
  .video--tags .mss-btn--round {
    margin: 0.4rem;
  }
}
.video--image {
  display: flex;
  align-items: center;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .video--image {
    width: 30%;
  }
}
.video h1 {
  font-family: Merriweather, Georgia, serif;
  color: #1b2b34;
}

.views-row:nth-child(even) .video--teaser {
  background-color: #f6f6f6;
}

.video-embed-field-lazy-play {
  background-color: #01579b;
  border: none;
  border-radius: 50%;
}

.videos-landing-view {
  display: flex;
}
@media screen and (max-width: 480px) {
  .videos-landing-view {
    display: unset;
  }
}
.videos-landing-view .views-content-wrap {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .videos-landing-view .views-content-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .videos-landing-view .views-content-wrap {
    display: block;
  }
}
.videos-landing-view .view-filter,
.videos-landing-view .view-filters {
  width: 25%;
  flex-direction: column;
  background-color: #f0f2f3;
}
@media screen and (max-width: 768px) {
  .videos-landing-view .view-filter,
  .videos-landing-view .view-filters {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .videos-landing-view .view-filter,
  .videos-landing-view .view-filters {
    margin-right: 1rem;
  }
}
.videos-landing-view .view-filter .js-form-item,
.videos-landing-view .view-filters .js-form-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 18px;
}
.videos-landing-view .view-filter .js-form-item .form-checkbox,
.videos-landing-view .view-filters .js-form-item .form-checkbox {
  margin-right: 5px;
}
.videos-landing-view .view-filter p:first-of-type,
.videos-landing-view .view-filters p:first-of-type {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.75rem;
  border-bottom: 0.2rem solid #cccccc;
  padding-bottom: 1rem;
}
.videos-landing-view .view-filter .fieldset-wrapper,
.videos-landing-view .view-filters .fieldset-wrapper {
  overflow: hidden;
  margin: 0;
}
.videos-landing-view .view-filter .fieldset-wrapper.open,
.videos-landing-view .view-filters .fieldset-wrapper.open {
  height: 100%;
}
.videos-landing-view .view-filter .fieldset-wrapper.closed,
.videos-landing-view .view-filters .fieldset-wrapper.closed {
  height: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .videos-landing-view .view-filter .fieldset-wrapper.closed,
  .videos-landing-view .view-filters .fieldset-wrapper.closed {
    height: 0;
  }
}
.videos-landing-view .view-filter fieldset,
.videos-landing-view .view-filters fieldset {
  width: 100%;
  border-bottom: 0.2rem solid #cccccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
}
.videos-landing-view .view-filter fieldset legend,
.videos-landing-view .view-filters fieldset legend {
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .videos-landing-view .view-filter fieldset legend,
  .videos-landing-view .view-filters fieldset legend {
    cursor: pointer;
  }
}
.videos-landing-view .view-filter fieldset legend .fieldset-legend,
.videos-landing-view .view-filters fieldset legend .fieldset-legend {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .videos-landing-view .view-filter fieldset legend .fieldset-legend,
  .videos-landing-view .view-filters fieldset legend .fieldset-legend {
    padding-right: 4.4rem;
  }
}
.videos-landing-view .view-filter fieldset legend .fieldset-legend .fas,
.videos-landing-view .view-filters fieldset legend .fieldset-legend .fas {
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
}
@media screen and (max-width: 480px) {
  .videos-landing-view .view-filter fieldset legend .fieldset-legend .fas,
  .videos-landing-view .view-filters fieldset legend .fieldset-legend .fas {
    display: unset;
  }
  .videos-landing-view .view-filter fieldset legend .fieldset-legend .fas.hidden,
  .videos-landing-view .view-filters fieldset legend .fieldset-legend .fas.hidden {
    display: none;
  }
}
.videos-landing-view .view-filter fieldset .form-type-checkbox,
.videos-landing-view .view-filters fieldset .form-type-checkbox {
  width: 100%;
  font-size: 14px;
}
.videos-landing-view .view-filter fieldset:last-of-type,
.videos-landing-view .view-filters fieldset:last-of-type {
  border-bottom: none;
}
.videos-landing-view .view-filter .form-actions [data-drupal-selector=edit-reset-video-landing],
.videos-landing-view .view-filters .form-actions [data-drupal-selector=edit-reset-video-landing] {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #01579b;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .videos-landing-view .view-filter .form-actions [data-drupal-selector=edit-reset-video-landing],
  .videos-landing-view .view-filters .form-actions [data-drupal-selector=edit-reset-video-landing] {
    float: right;
    padding-top: 10px;
    margin: 0 0 -27px 0;
  }
}
.videos-landing-view .view-filter .form-actions input[data-bef-auto-submit-click],
.videos-landing-view .view-filters .form-actions input[data-bef-auto-submit-click] {
  display: none;
}
.videos-landing-view .view-content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .videos-landing-view .view-content {
    width: 75%;
  }
}
.videos-landing-view .search__filter-container {
  margin-bottom: 10px;
}
.videos-landing-view .facets__checkmarks-section {
  padding: 30px 30px 0;
}
@media screen and (max-width: 1024px) {
  .videos-landing-view .facets__checkmarks-section {
    background: #f0f2f3;
  }
  .videos-landing-view .facets__checkmarks-section .show-facet-section {
    margin-left: -37px;
    width: 200%;
  }
}
@media screen and (max-width: 1024px) {
  .videos-landing-view .form--inline .form-actions {
    position: relative;
  }
  .videos-landing-view .form--inline .form-actions [data-drupal-selector=edit-reset] {
    float: right;
    bottom: -27px;
    right: 0;
    position: absolute;
  }
}