.page-template-explore-front-page #content {
  padding-top: 76px;
}
.ca-grid-section .ca-grid-inner {
  display: flex;
  flex-wrap: wrap;
}
.ca-grid-section .ca-grid-inner .ca-grid-card {
  position: relative;
  height: 50vh;
  width: 50%;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center center ;
}
.ca-grid-section .ca-grid-inner .ca-grid-card-content {
  background: hsla(0, 0%, 0%, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 2px hsla(0, 0%, 0%, 0.6);
  z-index: 10;
  transition: background 0.5s ease;
}
.ca-grid-section .ca-grid-inner .ca-grid-card-content:hover {
  background: hsla(0, 0%, 0%, 0.8);
  text-shadow: 0 0 0 hsla(0, 0%, 0%, 0);
}
.ca-grid-section .ca-grid-inner .ca-grid-link,
.ca-grid-section .ca-grid-inner .ca-grid-title,
.ca-grid-section .ca-grid-inner .ca-grid-description {
  color: hsl(0, 0%, 100%);
}
.ca-grid-section .ca-grid-inner .ca-grid-description {
  max-width: 572px;
  padding-bottom: 1rem;
}
.ca-grid-section .ca-grid-inner .ca-grid-title {
  padding-bottom: 1rem;
}
.ca-grid-section .ca-grid-inner .ca-grid-title h2 {
  font-size: 41px;
}
.ca-grid-section .ca-grid-inner .ca-grid-link h4 {
  font-size: 16px;
}
.ca-banners-section .ca-banner-card {
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center center ;
}
.ca-banners-section .ca-banner-card-content {
  background: hsla(0, 0%, 0%, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 2px hsla(0, 0%, 0%, 0.6);
  z-index: 10;
  transition: background 0.5s ease;
}
.ca-banners-section .ca-banner-card-content:hover {
  background: hsla(0, 0%, 0%, 0.8);
  text-shadow: 0 0 0 hsla(0, 0%, 0%, 0);
}
.ca-banners-section .ca-banner-link,
.ca-banners-section .ca-banner-title,
.ca-banners-section .ca-banner-description {
  color: hsl(0, 0%, 100%);
}
.ca-banners-section .ca-banner-description {
  max-width: 572px;
  padding-bottom: 1rem;
}
.ca-banners-section .ca-banner-title {
  padding-bottom: 1rem;
}
.ca-intro-text-section {
  padding: 2rem;
  background: #E6E6E7;
}
.ca-intro-text-section .ca-intro-text-inner {
  max-width: 660px;
  margin: 1rem auto 0 auto;
}
.ca-intro-text-section .ca-intro-text {
  text-align: center;
}
.ca-intro-text-section.white {
  background: #FFFFFF;
}
.ca-intro-text-section.white .ca-title h1 {
  font-size: 60px;
  padding-bottom: 1rem;
}
.ca-intro-text-section.white .ca-intro-text {
  padding-bottom: 1rem;
  margin: 0 20px;
}
.ca-featured-items-section {
  background: #E6E6E7;
  padding: 1.5rem;
}
.ca-featured-items-section .ca-featured-items-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ca-featured-items-section .ca-featured-items-inner div[class*="single-square-"],
.ca-featured-items-section .ca-featured-items-inner div[class*="squares-"] {
  max-width: 320px ;
  top: -1.5rem;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ca-featured-items-section .ca-featured-items-inner div[class*="single-square-"].last,
.ca-featured-items-section .ca-featured-items-inner div[class*="squares-"].last {
  align-self: flex-end;
}
.ca-featured-items-section .ca-featured-items-inner div[class*="_video-"],
.ca-featured-items-section .ca-featured-items-inner div[class*="videos-"] {
  max-width: 488px ;
  background: #e6e6e7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ca-featured-items-section .ca-featured-items-inner div[class*="_video-"].last,
.ca-featured-items-section .ca-featured-items-inner div[class*="videos-"].last {
  align-self: flex-end;
}
.ca-featured-items-section .ca-featured-items-inner div[class*="_video-"] .ca-video-card-body,
.ca-featured-items-section .ca-featured-items-inner div[class*="videos-"] .ca-video-card-body {
  box-shadow: none;
}
.ca-featured-items-section .ca-featured-items-inner div[class*="_video-"] > video,
.ca-featured-items-section .ca-featured-items-inner div[class*="videos-"] > video {
  width: 100%;
}
.ca-featured-items-section .ca-featured-card {
  background: #F4F4F4;
}
.ca-featured-items-section .ca-featured-description {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .ca-featured-items-section {
    padding-bottom: 3.5rem;
  }
  .ca-featured-items-section .ca-featured-items-inner {
    flex-direction: row;
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
  }
}
.ca-explore-section {
  padding-top: 2rem;
  margin-bottom: 100px;
}
.ca-explore-section .ca-explore-section-title {
  width: 100% ;
  text-align: center ;
  margin-bottom: 3rem;
}
.ca-explore-section .ca-explore-section-title h3 {
  color: #828287;
  padding: 2rem;
}
.ca-explore-section .ca-refresh-btn {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 20px ;
  display: flex ;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2rem ;
}
.ca-explore-section .ca-refresh-btn > span {
  margin-right: 20px ;
  height: 100%;
}
.ca-explore-section .ca-refresh-btn > * {
  vertical-align: middle ;
}
.ca-explore-section .ca-explore-inner {
  padding: 1rem ;
}
.ca-explore-section .ca-explore-inner > div {
  width: 100% ;
}
.ca-explore-section .ca-explore-production {
  max-width: 320px;
}
.ca-explore-section .ca-explore-production .ca-explore-production-image {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ca-explore-section .ca-explore-production .content {
  background: #fff;
  padding: 1rem ;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
  .ca-explore-section .ca-explore-production {
    width: 75%;
  }
}
.ca-explore-section .ca-explore-quote .ca-quote-content {
  padding: 1rem ;
  background: #828288;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ca-explore-section .ca-explore-quote .ca-quote {
  color: #fff;
  font-family: 'Gentium Basic', serif;
  font-size: 24px ;
  font-style: italic ;
  margin-bottom: 1.5rem;
}
.ca-explore-section .ca-explore-quote .ca-cite {
  color: #fff;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 20px ;
}
.ca-explore-section .ca-explore-quote .ca-quote-related-post-content {
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ca-explore-section .ca-explore-video .ca-explore-video-card {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ca-explore-section .ca-explore-video .ca-explore-video-card .play {
  pointer-events: none;
}
.ca-explore-section .ca-explore-video .ca-explore-video-card video {
  width: 100%;
  display: block;
}
.ca-explore-section .ca-explore-video .ca-explore-video-card i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
  font-size: 80px;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.ca-explore-section .ca-explore-video .ca-explore-video-card--with-image video {
  visibility: hidden;
}
.ca-explore-section .ca-explore-video .ca-video-card-body {
  background: #fff;
  padding: 1rem ;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .ca-explore-section .ca-explore-production .content {
    max-width: 320px;
  }
  .ca-explore-section .ca-explore-production,
  .ca-explore-section .ca-explore-video,
  .ca-explore-section .ca-explore-quote {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .ca-explore-section .ca-explore-inner {
    max-width: 1000px;
    padding: 0 ;
    margin: auto;
    display: grid;
    gap: 5px;
  }
  .ca-explore-section .ca-explore-layout-1,
  .ca-explore-section .ca-explore-layout-2,
  .ca-explore-section .ca-explore-layout-3,
  .ca-explore-section .ca-explore-layout-4 {
    grid-template-rows: 160px 220px auto 60px 160px 220px auto minmax(60px, max-content);
    grid-template-columns: 12.5% 12.5% 12.5% 6.25% 6.25% auto 12.5%;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-production-item-1 {
    grid-area: 2 / 1 / auto / 4;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-production-item-2 {
    grid-area: 5 / 4 / auto / 8;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-production-item-3 {
    grid-area: 6 / 1 / auto / 5;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-video-item-1 {
    grid-area: 1 / 4 / auto / 8;
    z-index: 50;
    margin-top: 40px;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-video-item-2 {
    grid-area: 9 / 4 / auto / 8;
    z-index: 20;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-quote-item-1 {
    grid-area: 3 / 6 / auto / 9;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-quote-item-2 {
    grid-area: 7 / 6 / auto / 9;
    z-index: 70;
  }
  .ca-explore-section .ca-explore-layout-1 .ca-explore-quote {
    width: 400px;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-production-item-1 {
    grid-area: 1 / 4 / auto / 8;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-production-item-2 {
    grid-area: 6 / 1 / auto / 4;
    z-index: 40;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-production-item-3 {
    grid-area: 5 / 4 / auto / 7;
    z-index: 60;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-video-item-1 {
    grid-area: 2 / 1 / auto / 5;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-video-item-2 {
    grid-area: 9 / 4 / auto / 7;
    z-index: 20;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-quote-item-1 {
    grid-area: 3 / 6 / auto / 8;
    z-index: 30;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-quote-item-2 {
    grid-area: 7 / 6 / auto / 9;
    z-index: 50;
  }
  .ca-explore-section .ca-explore-layout-2 .ca-explore-quote {
    width: 400px;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-production-item-1 {
    grid-area: 2 / 1 / auto / 4;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-production-item-2 {
    grid-area: 5 / 4 / auto / 8;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-production-item-3 {
    grid-area: 6 / 1 / auto / 5;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-video-item-1 {
    grid-area: 1 / 4 / auto / 8;
    z-index: 50;
    margin-top: 40px;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-video-item-2 {
    grid-area: 9 / 4 / auto / 8;
    z-index: 20;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-quote-item-1 {
    grid-area: 3 / 6 / auto / 9;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-quote-item-2 {
    grid-area: 7 / 6 / auto / 9;
    z-index: 70;
  }
  .ca-explore-section .ca-explore-layout-3 .ca-explore-quote {
    width: 400px;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-production-item-1 {
    grid-area: 1 / 4 / auto / 8;
    z-index: 80;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-production-item-2 {
    grid-area: 6 / 1 / auto / 4;
    z-index: 40;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-production-item-3 {
    grid-area: 5 / 4 / auto / 7;
    z-index: 60;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-video-item-1 {
    grid-area: 2 / 1 / auto / 5;
    z-index: 10;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-video-item-2 {
    grid-area: 9 / 4 / auto / 7;
    z-index: 20;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-quote-item-1 {
    grid-area: 3 / 6 / auto / 8;
    z-index: 30;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-quote-item-2 {
    grid-area: 7 / 6 / auto / 9;
    z-index: 50;
  }
  .ca-explore-section .ca-explore-layout-4 .ca-explore-quote {
    width: 400px;
  }
}
.ca-explore-production-item:hover,
.ca-explore-video-item:hover,
.ca-explore-quote-item:hover {
  z-index: 200 !important;
}
.ca-featured-card h4,
.ca-explore-inner h4 {
  padding-bottom: 4px;
  color: #2B2E34;
  font-size: 20px;
}
.ca-refresh-btn.turn svg {
  top: 50%;
  left: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ca-exploration-layout {
  grid-template-rows: 160px 220px auto;
  grid-template-columns: 32% 9% 8% 2% 7% 10% 5% 17% 1% 9%;
  min-height: 650px;
  gap: 0 !important;
}
.ca-exploration-layout .ca-explore-item-1 {
  z-index: 20;
}
.ca-exploration-layout .ca-explore-item-1.news {
  grid-area: 2 / 1 / auto / 2;
}
.ca-exploration-layout .ca-explore-item-1.video {
  grid-area: 2 / 1 / auto / 4;
}
.ca-exploration-layout .ca-explore-item-1.resource {
  grid-area: 2 / 1 / auto / 4;
}
.ca-exploration-layout .ca-explore-item-1.gallery {
  grid-area: 2 / 1 / auto / 4;
}
.ca-exploration-layout .ca-explore-item-2 {
  z-index: 30;
}
.ca-exploration-layout .ca-explore-item-2.news {
  grid-area: 1 / 3 / auto / 8;
}
.ca-exploration-layout .ca-explore-item-2.video {
  grid-area: 1 / 3 / auto / 9;
}
.ca-exploration-layout .ca-explore-item-2.resource {
  grid-area: 1 / 3 / auto / 9;
}
.ca-exploration-layout .ca-explore-item-2.gallery {
  grid-area: 1 / 3 / auto / 9;
}
.ca-exploration-layout .ca-explore-item-3 {
  z-index: 10;
  max-width: 490px;
  justify-self: end;
}
.ca-exploration-layout .ca-explore-item-3.news {
  grid-area: 4/7 / auto / 11;
}
.ca-exploration-layout .ca-explore-item-3.video {
  grid-area: 3/4 / auto / 11;
}
.ca-exploration-layout .ca-explore-item-3.resource {
  grid-area: 3/4 / auto / 11;
}
.ca-exploration-layout .ca-explore-item-3.gallery {
  grid-area: 3/4 / auto / 11;
}
.ca-exploration-layout .gallery .zoom-gallery div {
  display: none;
}
.ca-exploration-layout .gallery .zoom-gallery div:first-of-type {
  display: block;
}
@media (max-width: 500px) {
  .ca-exploration-layout .ca-explore-item-1.news,
  .ca-exploration-layout .ca-explore-item-2.news,
  .ca-exploration-layout .ca-explore-item-3.news {
    width: 70%;
  }
}
.ca-explore-inner > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ca-explore-inner > div:hover {
  margin-top: -4px;
  margin-bottom: 4px;
}
.ca-explore-inner > div:hover h4 {
  color: #828288;
}
.home .ca-explore-section {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.home .ca-featured-items-inner > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home .ca-featured-items-inner > div.ca-video-card-body {
  box-shadow: none;
}
.home .ca-featured-items-inner > div:hover {
  margin-top: -4px;
  margin-bottom: 4px;
}
.home .ca-featured-items-inner > div:hover h4 {
  color: #828288;
}
