.post-type-archive-shows #site {
  background-image: none; }

.post-type-archive-shows .page-header {
  padding-bottom: 0; }
  .post-type-archive-shows .page-header p {
    margin-bottom: 15px; }

.post-type-archive-shows .featured-shows-heading {
  color: #ef543f;
  margin-bottom: 40px; }

.post-type-archive-shows .featured-show {
  display: flex; }
  @media (max-width: 999px) {
    .post-type-archive-shows .featured-show {
      flex-direction: column;
      margin-bottom: 20px; } }
  .post-type-archive-shows .featured-show:nth-of-type(even) {
    flex-direction: row-reverse; }
    @media (max-width: 999px) {
      .post-type-archive-shows .featured-show:nth-of-type(even) {
        flex-direction: column; } }
    .post-type-archive-shows .featured-show:nth-of-type(even) .featured-image-container .trailer-button {
      right: 25px; }
  .post-type-archive-shows .featured-show:nth-of-type(odd) .featured-image-container .trailer-button {
    left: 25px; }
  .post-type-archive-shows .featured-show .featured-image-container,
  .post-type-archive-shows .featured-show .featured-show-content {
    width: 50%; }
    @media (max-width: 999px) {
      .post-type-archive-shows .featured-show .featured-image-container,
      .post-type-archive-shows .featured-show .featured-show-content {
        width: 100%; } }
  .post-type-archive-shows .featured-show .featured-image-container {
    line-height: 0;
    position: relative; }
    .post-type-archive-shows .featured-show .featured-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .post-type-archive-shows .featured-show .featured-image-container .trailer-button {
      position: absolute;
      bottom: -25px;
      height: 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 3px 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border: solid 1px #ef543f;
      z-index: 10; }
      .post-type-archive-shows .featured-show .featured-image-container .trailer-button .play-icon::after {
        background-image: url("/wp-content/uploads/2021/09/play-icon-orange.png");
        background-size: cover;
        background-repeat: no-repeat;
        content: '';
        display: inline-block;
        height: 30px;
        position: relative;
        top: 3px;
        transition: .2s ease-in-out filter;
        width: 30px;
        margin: 8px 0; }
      .post-type-archive-shows .featured-show .featured-image-container .trailer-button span {
        color: #ef543f;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5; }
  .post-type-archive-shows .featured-show .featured-show-content {
    background-color: #f5f5f5;
    padding: 40px 80px; }
    @media (max-width: 1439px) {
      .post-type-archive-shows .featured-show .featured-show-content {
        padding: 30px 50px; } }
    @media (max-width: 999px) {
      .post-type-archive-shows .featured-show .featured-show-content {
        padding: 30px; } }
    .post-type-archive-shows .featured-show .featured-show-content .entry-title {
      text-transform: none; }

.post-type-archive-shows .show-roster-wrapper {
  margin-bottom: 50px; }

.post-type-archive-shows .show-roster-heading {
  color: #ef543f;
  margin-bottom: 40px; }

.post-type-archive-shows .show-roster {
  display: grid;
  column-gap: 20px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 999px) {
    .post-type-archive-shows .show-roster {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 550px) {
    .post-type-archive-shows .show-roster {
      grid-template-columns: 1fr; } }

.post-type-archive-shows .single-show-content h2 {
  text-transform: none; }
  .post-type-archive-shows .single-show-content h2 a {
    color: #333;
    transition: .2s color; }
    .post-type-archive-shows .single-show-content h2 a:hover {
      color: #ef543f; }

.post-type-archive-shows .single-show-image-container a {
  display: block;
  transition: .2s opacity; }
  .post-type-archive-shows .single-show-image-container a:hover {
    opacity: .8; }

.post-type-archive-shows .featured-show-learn-more {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  transition: .2s ease-in-out color; }
  .post-type-archive-shows .featured-show-learn-more:hover {
    color: #ef543f; }
    .post-type-archive-shows .featured-show-learn-more:hover .arrow-icon::after {
      filter: invert(47%) sepia(69%) saturate(4963%) hue-rotate(341deg) brightness(107%) contrast(87%); }
  .post-type-archive-shows .featured-show-learn-more .arrow-icon::after {
    background-image: url("/wp-content/uploads/2021/09/arrow.png");
    background-size: cover;
    content: '';
    display: inline-block;
    height: 20px;
    left: 5px;
    position: relative;
    top: 4px;
    transition: .2s ease-in-out filter;
    width: 20px; }

.single-shows #site {
  background-image: none; }

.single-shows .page-header {
  padding-bottom: 0; }
  .single-shows .page-header a {
    transition: .2s color ease-in-out; }
    .single-shows .page-header a:hover .arrow-icon::after {
      filter: invert(19%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(101%) contrast(99%); }
  .single-shows .page-header .arrow-icon::after {
    background-image: url("/wp-content/uploads/2021/09/arrow-back.png");
    background-size: cover;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    top: 2px;
    transition: .2s ease-in-out filter;
    width: 15px;
    margin-right: 8px; }

.single-shows .show-content-wrapper {
  margin-bottom: 50px; }

.single-shows .show-content {
  background-color: white;
  margin-top: -150px;
  padding: 45px 75px;
  width: 90%; }
  @media (max-width: 1439px) {
    .single-shows .show-content {
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .single-shows .show-content {
      margin-top: -70px;
      padding: 50px; } }
  @media (max-width: 550px) {
    .single-shows .show-content {
      margin-top: -40px;
      padding: 30px; } }
  .single-shows .show-content p {
    font-size: 20px; }
  .single-shows .show-content .trailer-button {
    background-color: #ef543f;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: .2s ease-in-out opacity; }
    .single-shows .show-content .trailer-button:hover {
      opacity: .8; }
    .single-shows .show-content .trailer-button .play-icon::after {
      background-image: url("/wp-content/uploads/2021/09/play-icon.png");
      background-size: cover;
      content: '';
      display: inline-block;
      height: 20px;
      position: relative;
      top: 3px;
      transition: .2s ease-in-out filter;
      width: 20px;
      margin-right: 8px; }

.single-shows .gray-section {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.single-shows .logos h2 {
  text-transform: none;
  text-align: center; }

.single-shows .logos .logo-grid {
  margin: 40px -25px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .single-shows .logos .logo-grid a {
    display: flex;
    max-width: 250px;
    align-items: center;
    margin: 0 25px; }

.single-shows .episodes-wrapper {
  margin-bottom: 50px; }
  .single-shows .episodes-wrapper h2 {
    color: #ef543f; }
  .single-shows .episodes-wrapper .episodes-grid {
    display: grid;
    column-gap: 20px;
    row-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-auto-flow: row; }
  .single-shows .episodes-wrapper .featured-image-wrap a {
    transition: .2s ease-in-out opacity; }
    .single-shows .episodes-wrapper .featured-image-wrap a:hover {
      opacity: .8; }
  .single-shows .episodes-wrapper .show-title {
    color: #ef543f;
    font-size: 16px;
    font-weight: bold; }
  .single-shows .episodes-wrapper h3 {
    text-transform: none;
    margin-bottom: .3rem; }
    .single-shows .episodes-wrapper h3 a {
      color: #333;
      transition: .2s ease-in-out color; }
      .single-shows .episodes-wrapper h3 a:hover {
        color: #ef543f; }

.single-episodes #site {
  background-image: none; }

.single-episodes .page-header {
  padding-bottom: 0; }
  .single-episodes .page-header a {
    transition: .2s color ease-in-out; }
    .single-episodes .page-header a:hover .arrow-icon::after {
      filter: invert(19%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(101%) contrast(99%); }
  .single-episodes .page-header .arrow-icon::after {
    background-image: url("/wp-content/uploads/2021/09/arrow-back.png");
    background-size: cover;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    transition: .2s ease-in-out filter;
    width: 15px; }

.single-episodes .episode-content-wrap {
  display: flex;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .single-episodes .episode-content-wrap {
      flex-direction: column; } }
  .single-episodes .episode-content-wrap .featured-image-wrap,
  .single-episodes .episode-content-wrap .episode-content {
    width: 50%; }
    @media (max-width: 767px) {
      .single-episodes .episode-content-wrap .featured-image-wrap,
      .single-episodes .episode-content-wrap .episode-content {
        width: 100%; } }
  .single-episodes .episode-content-wrap .episode-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .single-episodes .episode-content-wrap .episode-content {
        margin-top: 20px;
        padding-left: 0; } }
    .single-episodes .episode-content-wrap .episode-content h1 {
      margin-bottom: 6px; }
    .single-episodes .episode-content-wrap .episode-content h2 {
      color: #ef543f; }

.single-episodes .gray-section {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px; }

.single-episodes .logos h2 {
  text-align: center;
  text-transform: none; }

.single-episodes .logos .logo-grid {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px -25px 0; }
  .single-episodes .logos .logo-grid a {
    align-items: center;
    display: flex;
    margin: 0 25px;
    max-width: 250px; }

.single-episodes .resource-guides-wrapper div, .single-episodes .resource-guides-wrapper p, .single-episodes .resource-guides-wrapper a, .single-episodes .resource-guides-wrapper span, .single-episodes .resource-guides-wrapper h3, .single-episodes .resource-guides-wrapper h6 {
  font-family: RingsideCondensed-Book, system, -apple-system, sans-serif; }

.single-episodes .resource-guides-wrapper h2 {
  color: #ef543f; }

.single-episodes .resource-guides-wrapper .resource-accordion-wrapper {
  padding-bottom: 60px; }
  .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel {
    background: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
    .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel.show {
      height: auto; }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel.show .sub-panel.show {
        height: auto;
        padding: 18px 10px 30px; }
    .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub {
      background: #f5f5f5;
      text-align: left;
      height: auto;
      color: #333;
      display: flex;
      justify-content: space-between;
      padding: 10px 10px 12px;
      font-size: 22px;
      text-transform: none;
      border: none;
      width: 100%;
      transition: .2s ease-in-out all;
      margin-bottom: 10px; }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub:hover {
        background-color: #ededed;
        cursor: pointer; }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub span {
        font-size: 30px; }
    .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel {
      background-color: white;
      height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings,
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
        margin-bottom: 20px; }
        @media (max-width: 599px) {
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings,
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content {
            display: flex;
            flex-direction: column; }
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings:not(:last-of-type),
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content:not(:last-of-type) {
              margin-bottom: 30px; } }
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .column-heading,
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell,
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .column-heading,
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell {
          text-transform: none;
          font-size: 14px;
          font-weight: bold;
          margin: 0; }
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell,
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell {
          display: flex;
          flex-direction: column; }
          @media (max-width: 599px) {
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell,
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell {
              flex-direction: row;
              justify-content: center; }
              .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell span,
              .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell span {
                margin-right: 6px; } }
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell a,
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell a {
            color: #ef543f; }
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell a:hover,
            .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell a:hover {
              color: #333; }
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell span,
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell span {
            display: none;
            font-weight: bold;
            font-family: RingsideCondensed-Bold, system, -apple-system, sans-serif; }
            @media (max-width: 767px) {
              .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings .product-info-cell span,
              .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .product-content .product-info-cell span {
                display: inline-block; } }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .mobile-divider {
        display: none; }
        @media (max-width: 599px) {
          .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .mobile-divider {
            display: block;
            width: 30%; } }
      .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings h6 {
        font-family: RingsideCondensed-Bold, system, -apple-system, sans-serif; }
      @media (max-width: 767px) {
        .single-episodes .resource-guides-wrapper .resource-accordion-wrapper .panel .sub-panel .section-headings {
          display: none; } }

.post-type-archive-team .page-header {
  padding-bottom: 0; }
  .post-type-archive-team .page-header h1 {
    margin: 0; }

.post-type-archive-team .team-members {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  margin-bottom: 50px; }
  .post-type-archive-team .team-members .team-member .team-member-image-container {
    border-radius: 50%;
    display: grid;
    grid-template-areas: "image";
    overflow: hidden; }
    .post-type-archive-team .team-members .team-member .team-member-image-container:hover .team-member-overlay {
      opacity: 1;
      transform: translateY(0); }
    .post-type-archive-team .team-members .team-member .team-member-image-container img {
      grid-area: image;
      object-fit: cover; }
    .post-type-archive-team .team-members .team-member .team-member-image-container .team-member-overlay {
      align-items: center;
      background-color: rgba(239, 84, 63, 0.7);
      border-radius: 50%;
      display: flex;
      grid-area: image;
      justify-content: center;
      opacity: 0;
      transform: translateY(100%);
      transition: all .2s; }
      @media (max-width: 767px) {
        .post-type-archive-team .team-members .team-member .team-member-image-container .team-member-overlay {
          background-color: transparent;
          transform: translateY(0); } }
      .post-type-archive-team .team-members .team-member .team-member-image-container .team-member-overlay a {
        color: white;
        font-family: RingsideCondensed-Book, system, -apple-system, sans-serif;
        font-size: 22px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .post-type-archive-team .team-members .team-member .team-member-image-container .team-member-overlay a {
            color: transparent;
            height: 100%;
            width: 100%; } }
  .post-type-archive-team .team-members .team-member .team-member-content {
    margin: 20px auto 0; }
    @media (min-width: 500px) {
      .post-type-archive-team .team-members .team-member .team-member-content {
        width: 85%; } }
    .post-type-archive-team .team-members .team-member .team-member-content h2,
    .post-type-archive-team .team-members .team-member .team-member-content p {
      margin-bottom: 0;
      text-align: center;
      text-transform: uppercase; }
    .post-type-archive-team .team-members .team-member .team-member-content p {
      margin-top: 6px; }

.post-type-archive-casting .post-list > p {
  margin-bottom: 50px; }

.home .site-masthead {
  background-color: #ef543f !important; }

.home #main {
  top: 0 !important; }

.home .hero-video {
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .home .hero-video {
      margin-top: 50px; } }

.home .hero-video-container {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 899px) {
    .home .hero-video-container {
      padding-top: 52.25%; } }
  @media (min-width: 900px) {
    .home .hero-video-container {
      max-width: 900px;
      height: 505px; } }
  @media (min-width: 1440px) {
    .home .hero-video-container {
      max-width: 1100px;
      height: 620px; } }
  @media (min-width: 1921px) {
    .home .hero-video-container {
      max-width: 1360px;
      height: 760px; } }

.home iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.home #main .section-shows {
  padding: 50px 0; }
  .home #main .section-shows .container::after {
    content: '';
    display: inline-block;
    background: linear-gradient(to left, #ef543f 55%, rgba(239, 84, 63, 0));
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    position: absolute;
    width: 40%;
    z-index: 100; }
    @media (max-width: 990px) {
      .home #main .section-shows .container::after {
        display: none; } }
  .home #main .section-shows .section-title,
  .home #main .section-shows .post-collection {
    grid-column: content; }
  .home #main .section-shows .edge-overlay {
    grid-column: gutter-right;
    grid-row: 1 / -1; }
  .home #main .section-shows .slider-nav {
    display: flex;
    justify-content: space-between;
    width: 60px;
    align-items: center; }
  .home #main .section-shows .swiper-button-next,
  .home #main .section-shows .swiper-button-prev {
    height: 25px;
    left: 0;
    position: relative;
    top: 0;
    width: 25px; }
    .home #main .section-shows .swiper-button-next:after,
    .home #main .section-shows .swiper-button-prev:after {
      height: 25px;
      width: 25px;
      background-color: white;
      color: #ef543f;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-weight: bold; }
  .home #main .section-shows .swiper {
    overflow: visible; }
  .home #main .section-shows .slider-item .entry-header h2 {
    font-size: 32px;
    text-transform: none; }
    .home #main .section-shows .slider-item .entry-header h2 a {
      color: white; }
  .home #main .section-shows .slider-item p {
    color: white;
    font-size: 16px; }
  .home #main .section-shows .slider-item .entry-footer a {
    color: white;
    font-weight: bold; }
    .home #main .section-shows .slider-item .entry-footer a .arrow-icon::after {
      background: url("/wp-content/uploads/2021/09/arrow-white.png") no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 12px;
      position: relative;
      width: 12px;
      margin-left: 8px; }
  .home #main .section-shows .swiper-pagination {
    display: none; }
  .home #main .section-shows .button-updates {
    grid-column: content;
    background-color: white;
    color: #ef543f;
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 9px 20px;
    border-radius: 4px; }

.home .section-news .container {
  margin: 50px auto; }

.home .section-news .post-collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 20px; }

.home .section-news .news-item .news-card-link {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  height: 100%; }
  .home .section-news .news-item .news-card-link:hover .overlay {
    transform: translateY(0);
    opacity: 1; }

.home .section-news .news-item .featured-image-wrap {
  background-size: cover !important;
  min-height: 225px;
  background-position: center;
  overflow: hidden; }
  .home .section-news .news-item .featured-image-wrap .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 84, 63, 0.7);
    transform: translateY(100%);
    opacity: 0;
    transition: all .2s; }
    .home .section-news .news-item .featured-image-wrap .overlay span {
      color: white;
      font-weight: bold;
      font-size: 22px; }

.home .section-news .news-item .post-content {
  padding: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14); }

.home .section-news .news-item .entry-header {
  margin-bottom: 8px; }
  .home .section-news .news-item .entry-header .entry-date {
    color: #ef543f;
    font-weight: bold; }

.home .section-news .news-item .entry-summary span {
  color: #333;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block; }

.touch .home .post .entry-summary {
  display: block; }

.blog #main #primary, .category #main #primary {
  display: grid;
  grid-template-areas: "header" "description" "sorting" "body";
  margin-bottom: 30px; }
  .blog #main #primary .archive-header, .category #main #primary .archive-header {
    grid-row: header;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .blog #main #primary .archive-description, .category #main #primary .archive-description {
    grid-row: description; }
    .blog #main #primary .archive-description p, .category #main #primary .archive-description p {
      font-size: 20px; }
  .blog #main #primary .news-filter, .category #main #primary .news-filter {
    display: flex;
    max-width: 320px;
    margin-left: auto;
    grid-row: sorting;
    margin-bottom: 20px;
    width: 100%; }
    .blog #main #primary .news-filter span, .category #main #primary .news-filter span {
      color: #ef543f;
      min-width: 80px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      font-size: 20px; }
    .blog #main #primary .news-filter #cat, .category #main #primary .news-filter #cat {
      margin-bottom: 0;
      color: #333;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjZDFkMWQxIiBkPSJNOS40IDMuNmw1IDcgNS4yLTciLz48L3N2Zz4=) 100% no-repeat; }
      .blog #main #primary .news-filter #cat:focus, .category #main #primary .news-filter #cat:focus {
        background-image: none; }
  .blog #main #primary .post-collection, .category #main #primary .post-collection {
    grid-row: body;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 20px;
    width: 100%; }
    .blog #main #primary .post-collection .entry-summary, .category #main #primary .post-collection .entry-summary {
      display: block; }
  .blog #main #primary .news-item .news-card-link, .category #main #primary .news-item .news-card-link {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 100%; }
    .blog #main #primary .news-item .news-card-link:hover .overlay, .category #main #primary .news-item .news-card-link:hover .overlay {
      transform: translateY(0);
      opacity: 1; }
  .blog #main #primary .news-item .featured-image-wrap, .category #main #primary .news-item .featured-image-wrap {
    background-size: cover !important;
    min-height: 225px;
    background-position: center;
    overflow: hidden; }
    .blog #main #primary .news-item .featured-image-wrap .overlay, .category #main #primary .news-item .featured-image-wrap .overlay {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: rgba(239, 84, 63, 0.7);
      transform: translateY(100%);
      opacity: 0;
      transition: all .2s; }
      .blog #main #primary .news-item .featured-image-wrap .overlay span, .category #main #primary .news-item .featured-image-wrap .overlay span {
        color: white;
        font-weight: bold;
        font-size: 22px; }
  .blog #main #primary .news-item .post-content, .category #main #primary .news-item .post-content {
    padding: 16px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14); }
  .blog #main #primary .news-item .entry-header, .category #main #primary .news-item .entry-header {
    margin-bottom: 8px; }
    .blog #main #primary .news-item .entry-header .entry-date, .category #main #primary .news-item .entry-header .entry-date {
      color: #ef543f;
      font-weight: bold; }
  .blog #main #primary .news-item .entry-summary span, .category #main #primary .news-item .entry-summary span {
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block; }

.page-template-page-contact #main .evf-frontend-grid,
.page-template-page-contact #main .evf-submit-container {
  padding: 0; }

.page-template-page-contact #main .everest-forms-submit-button {
  color: white;
  background-color: #ef543f;
  border-radius: 0;
  padding: 8px 30px;
  font-size: 14px; }

#colophon .container {
  padding-top: 50px;
  padding-bottom: 30px; }
  #colophon .container .flex-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px; }
    @media (max-width: 549px) {
      #colophon .container .flex-wrap {
        flex-direction: column;
        align-items: center; } }
  #colophon .container .footer-col {
    width: 33.33333%;
    margin: 0 -12px; }
    @media (max-width: 549px) {
      #colophon .container .footer-col {
        width: 100%;
        margin: 0; } }
    #colophon .container .footer-col .inner-content {
      padding: 0 12px; }
    #colophon .container .footer-col h3 {
      color: white;
      font-size: 22px;
      text-align: left;
      margin-bottom: 10px; }
  #colophon .container .site-title {
    padding: 0;
    max-width: 225px;
    width: 100%; }
    @media (max-width: 549px) {
      #colophon .container .site-title {
        margin-bottom: 25px; } }
    #colophon .container .site-title a::after {
      background-image: url("../img/sbe-logo-color.png"); }
  #colophon .container .other-websites-info #menu-our-other-websites {
    list-style-type: none;
    padding-left: 0; }
    #colophon .container .other-websites-info #menu-our-other-websites li {
      text-align: left;
      font-size: 18px;
      margin-bottom: 5px; }
      #colophon .container .other-websites-info #menu-our-other-websites li a {
        color: white; }
        #colophon .container .other-websites-info #menu-our-other-websites li a:hover {
          text-decoration: underline; }
  #colophon .container .social-links-wrap .social-icon-list {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    max-width: 150px; }
    #colophon .container .social-links-wrap .social-icon-list .social-icon {
      transition: .2s ease-in-out opacity; }
      #colophon .container .social-links-wrap .social-icon-list .social-icon:hover {
        opacity: .7; }
    #colophon .container .social-links-wrap .social-icon-list .social-icon[href*="facebook.com/"]:before {
      content: url("../img/facebook.png"); }
    #colophon .container .social-links-wrap .social-icon-list .social-icon[href*="twitter.com/"]:before {
      content: url("../img/twitter.png"); }
    #colophon .container .social-links-wrap .social-icon-list .social-icon[href*="instagram.com/"]:before {
      content: url("../img/instagram.png"); }

#socket {
  background-color: #565656; }
  #socket .container {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      #socket .container {
        flex-direction: column;
        align-items: center; } }
  #socket #menu-footer-menu {
    display: flex;
    padding-left: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #socket #menu-footer-menu {
        margin-bottom: 6px; } }
    @media (max-width: 549px) {
      #socket #menu-footer-menu {
        flex-direction: column;
        margin-bottom: 20px; }
        #socket #menu-footer-menu li span {
          display: none; } }
    #socket #menu-footer-menu li {
      margin-bottom: 0;
      list-style-type: none; }
      @media (max-width: 549px) {
        #socket #menu-footer-menu li {
          text-align: center;
          justify-content: center; } }
      #socket #menu-footer-menu li:first-of-type span {
        display: none; }
      #socket #menu-footer-menu li:not(:first-of-type) {
        display: flex;
        align-items: center; }
        #socket #menu-footer-menu li:not(:first-of-type) span {
          font-size: 24px;
          color: white;
          padding: 0 14px 0 6px;
          line-height: 0; }
        @media (min-width: 550px) {
          #socket #menu-footer-menu li:not(:first-of-type) a {
            margin-left: -10px; } }
      #socket #menu-footer-menu li a {
        text-decoration: underline; }
        #socket #menu-footer-menu li a:hover {
          color: white; }
  #socket .copyright {
    color: white;
    margin-left: 12px; }
    @media (max-width: 767px) {
      #socket .copyright {
        text-align: center; } }

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.82);
  /* overlay color */
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s; }

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */ }

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16 / 9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */ } }

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */ } }

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5); }

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%); }

.show-video-modal .video-modal .overlay {
  opacity: 1.0; }

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%); }

#site {
  background-image: none !important; }
