/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-resource-page .podcast-listen {
  padding: 50px 0;
  background-image: url("../images/white-bg.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #EBF1F6;
}

@media screen and (min-width: 768px) {
  .page-template-resource-page .podcast-listen {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-resource-page .podcast-listen {
    padding: 70px 0 92px;
  }
}
.page-template-resource-page .podcast-listen .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
}

@media screen and (min-width: 1440px) {
  .page-template-resource-page .podcast-listen .container {
    max-width: 1430px;
  }
}
.page-template-resource-page .podcast-listen .heading {
  padding-bottom: 30px;
}

.page-template-resource-page .podcast-listen .podcast-player {
  padding: 10px 10px 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .page-template-resource-page .podcast-listen .podcast-player {
    margin-bottom: 70px;
  }
}
.page-template-resource-page .resource-page__faq {
  padding-bottom: 50px;
  background-color: #EBF1F6;
}

@media (max-width: 767px) {
  .page-template-resource-page .resource-page__faq {
    padding-bottom: 30px;
  }
}
.page-template-resource-page .resource-page__faq .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
}

.page-template-resource-page .resource-page__faq .section-content {
  text-align: center;
}

.page-template-resource-page .resource-page__faq .section-content h2::after {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .page-template-resource-page .faq-accordion__right {
    margin-top: -60px;
  }
}
.page-template-resource-page .faqTab.nav-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #ebeef4;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 25px;
  background: transparent;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .page-template-resource-page .faqTab.nav-tabs {
    gap: 15px;
    margin-bottom: 0 !important;
    justify-content: center;
  }
}
.page-template-resource-page .faqTab.nav-tabs .nav-item {
  margin-bottom: 0;
}

.page-template-resource-page .faqTab.nav-tabs .nav-item::before {
  display: none !important;
}

.page-template-resource-page .faqTab.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #0C284F;
  background: none;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  padding: 0 0 17px 0;
  margin-right: 0;
  border-radius: 0;
  transition: color 0.2s, border-bottom-color 0.2s, background 0.2s;
}

@media (max-width: 767px) {
  .page-template-resource-page .faqTab.nav-tabs .nav-link {
    padding: 0 0 10px 0;
  }
}
.page-template-resource-page .faqTab.nav-tabs .nav-link:hover, .page-template-resource-page .faqTab.nav-tabs .nav-link:focus {
  color: var(--color-primary);
  border-bottom: 5px solid var(--accent-color);
  background: none;
}

.page-template-resource-page .faqTab.nav-tabs .nav-link.active,
.page-template-resource-page .faqTab.nav-tabs .nav-link.active:focus,
.page-template-resource-page .faqTab.nav-tabs .nav-link.active:hover {
  color: var(--color-primary);
  border-bottom: 5px solid var(--accent-color);
  background: none;
}

.page-template-resource-page .resource-videos {
  padding-top: 50px;
  background-color: #EBF1F6;
}

@media (max-width: 767px) {
  .page-template-resource-page .resource-videos {
    padding-top: 30px;
  }
}
.page-template-resource-page .resource-videos .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-template-resource-page .resource-videos .heading {
  margin-bottom: 40px;
}

.page-template-resource-page .resource-videos .resources-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
}

.page-template-resource-page .resource-videos .resources-cat-list li {
  margin-bottom: 12px;
}

.page-template-resource-page .resource-videos .resources-cat-list a {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 300px;
  border: 2px solid var(--accent-color);
  padding: 10px 35px;
}

.page-template-resource-page .resource-videos .resources-cat-list a:hover {
  border: 2px solid var(--color-primary);
}

.page-template-resource-page .resource-videos .resources-cat-list .current a {
  border: 2px solid var(--color-primary);
}

.page-template-resource-page .resource-videos .heading {
  padding-bottom: 10px;
}

.page-template-resource-page .resource-videos .cw_video_size_medium {
  height: auto;
  margin: 10px 10px 50px 10px;
  padding: 0;
  width: 100%;
  max-width: 405px;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .page-template-resource-page .resource-videos .cw_video_size_medium {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-resource-page .resource-videos .cw_video_size_medium img {
  height: 217px;
  width: 100%;
  max-width: 405px;
  object-fit: cover;
}

.page-template-resource-page .resource-videos .cw_video_item_title {
  bottom: 23px;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, #082B4D 0%, #082B4D 100%), #082B4D;
  color: #fff;
  padding: 20.5px 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
  text-align: left;
  min-height: 122px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-resource-page .resource-videos .cw_video_item_title {
    min-height: 153px;
  }
}
.page-template-resource-page .resource-videos .cw_video_item {
  background: none;
  border: 0;
}

@media (max-width: 767px) {
  .page-template-resource-page .resource-videos .individual-videos {
    display: flex;
  }
}
.page-template-resource-page .resource-videos .vids-main-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-resource-page .traffic-maps {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EBF1F6;
}

@media screen and (min-width: 1200px) {
  .page-template-resource-page .traffic-maps {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-resource-page .traffic-maps .traffic-map-container {
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-resource-page .traffic-maps iframe {
  border: 2px solid var(--color-primary);
}

/*# sourceMappingURL=resource-page.css.map*/