.videos {
  padding: 2.5rem 0;
}
@media (min-width: 1280px) {
  .videos {
    padding: 5rem 0;
  }
}
.videos .fa-play-circle {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .videos .block__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.videos .block__header .view-all {
  margin-bottom: 2.25rem;
}
.videos .block__header .view-all .button {
  margin: 0;
}
@media (min-width: 768px) {
  .videos .block__header-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .videos .block__header-content {
    display: block;
    padding-left: 4rem;
  }
}
.videos .block__title {
  margin-top: 0;
  color: #2E008B;
}
.videos .block__title-description {
  flex: 1;
}
@media (min-width: 768px) {
  .videos .block__title-description {
    padding-right: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .videos .block__title-description {
    padding-right: 0;
  }
}
.videos .block__description {
  margin-bottom: 1.5rem;
}
.videos .block__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.videos__feature {
  display: none;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 1280px) {
  .videos__feature {
    margin-bottom: 0;
  }
}
.videos__feature figure {
  display: flex;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.videos__feature figure:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(0deg, rgba(19, 2, 53, 0.55), rgba(19, 2, 53, 0.55));
}
.videos__feature img {
  transition: all 300ms cubic-bezier(0.62, 0.01, 0.37, 0.99);
  transition-property: transform;
}
@media (min-width: 768px) {
  .videos__feature {
    display: block;
  }
}
.videos__feature:hover img, .videos__feature:focus img {
  transform: scale(1.2);
}
.videos__feature .fa-play-circle {
  font-size: 4.125rem;
}
.videos__item {
  text-decoration: none;
}
.videos__item figure {
  position: relative;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 80%;
}
.videos__item figure:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(0deg, rgba(19, 2, 53, 0.55), rgba(19, 2, 53, 0.55));
}
.videos__item-img {
  width: 100%;
  max-width: none;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: all 300ms cubic-bezier(0.62, 0.01, 0.37, 0.99);
  transition-property: transform;
}
.videos__item-title {
  font-family: "Gotham Bold", sans-serif;
  color: #000000;
  line-height: 1.3;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.videos__item-description {
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}
.videos__item:hover .videos__item-img, .videos__item:focus .videos__item-img {
  transform: scale(1.2);
}
.videos .tns-outer {
  position: relative;
}
@media (min-width: 1280px) {
  .videos .tns-outer {
    padding-top: 6.25rem !important;
  }
}
.videos .tns-controls {
  padding-top: 1.5rem;
}
@media (min-width: 1280px) {
  .videos .tns-controls {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
.videos__menu {
  position: relative;
  width: 100%;
  padding: 1.875rem 0;
}
@media (max-width: 1279px) {
  .videos__menu {
    background: white;
  }
}
@media (min-width: 1280px) {
  .videos__menu {
    width: 25%;
    max-width: 20rem;
  }
}
.videos__menu .desktop-only {
  display: none;
}
@media (min-width: 1280px) {
  .videos__menu .desktop-only {
    display: inline-block;
  }
}
.videos__menu .mobile-only {
  display: inline-block;
}
@media (min-width: 1280px) {
  .videos__menu .mobile-only {
    display: none;
  }
}
.videos__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  background: white;
  border-radius: 0 0 0.25rem 0.25rem;
  border: 1px solid #000000;
  z-index: 10;
  width: 100%;
}
@media (min-width: 1280px) {
  .videos__menu ul {
    display: block;
    border-radius: 0;
  }
}
.videos__menu ul li {
  display: block;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1279px) {
  .videos__menu ul li {
    border-bottom: none;
  }
}
.videos__menu ul li:last-child {
  border: none;
}
.videos__menu ul.active {
  display: block;
  top: 4.1875rem;
}
.videos__menu ul a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1.875rem;
  font-size: 0.875rem;
  font-family: "Gotham Bold", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.videos__menu ul a:hover, .videos__menu ul a:focus {
  opacity: 0.6;
}
.videos__menu .dropdown {
  width: 100%;
  display: block;
  padding-right: 2.5rem;
  text-align: left;
  max-width: none;
  cursor: pointer;
  font-size: 0.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 1280px) {
  .videos__menu .dropdown {
    cursor: default;
    border-radius: 0;
    background: #2E008B;
    border: 1px solid #2E008B;
    color: white;
    font-family: "Gotham Bold", sans-serif;
  }
}
@media (min-width: 1280px) {
  .videos__menu .dropdown:focus, .videos__menu .dropdown:active, .videos__menu .dropdown:hover {
    outline: none !important;
    border: none;
  }
}

@media (min-width: 1280px) {
  .page-template-videos .entry-content > section {
    display: flex;
    flex-wrap: nowrap;
  }
}
.page-template-videos .block__wrapper .videos__menu {
  padding-top: 1.875rem;
  transition: top 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 1280px) {
  .page-template-videos .block__wrapper .videos__menu {
    padding-top: 3rem;
    width: 20rem;
  }
}
.page-template-videos .block__wrapper .videos__menu.stuck {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 70px;
  left: 0;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 1280px) {
  .page-template-videos .block__wrapper .videos__menu.stuck {
    top: 143px;
    padding-right: 0;
    padding-left: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .page-template-videos .block__wrapper .sticky-wrapper.active + .videos {
    margin-left: 20rem;
  }
}
.page-template-videos .videos {
  padding-top: 1.875rem;
}
@media (min-width: 1280px) {
  .page-template-videos .videos {
    width: 75%;
    padding-left: 2.5rem;
    padding-top: 3rem;
  }
}
.page-template-videos .videos h2 {
  color: #2E008B;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .page-template-videos .videos h2 {
    font-size: 1.375rem;
  }
}
.page-template-videos .videos h2:first-child {
  margin-top: 0;
  border-top: none;
  padding: 0;
}
.page-template-videos .videos__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media (min-width: 480px) {
  .page-template-videos .videos__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 640px) {
  .page-template-videos .videos__items {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .page-template-videos .videos__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*# sourceMappingURL=videos.css.map */
