@charset "UTF-8";
/**
* 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-archive-resources #panel {
  background: url(../images/background-resources.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1600px) {
  .page-template-archive-resources #panel {
    /*background-position: top -160px left 0px;*/
    background-repeat: repeat-x;
  }
}
.page-template-archive-resources .main-content {
  padding-top: 0px;
  padding-bottom: 35px;
}

.page-template-archive-resources .main-content .entry-content .content {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-archive-resources .main-content .entry-content .content p {
  color: #fff;
  text-align: center;
}

.page-template-archive-resources .resources-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .page-template-archive-resources .resources-box {
    justify-content: space-between;
  }
}
.page-template-archive-resources .resources-box .items {
  background: linear-gradient(124deg, #F7F7F7 29.97%, #EEE 93.46%);
  margin-bottom: 45px;
  width: 90%;
}

@media screen and (min-width: 575px) {
  .page-template-archive-resources .resources-box .items {
    width: 560px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 250px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-resources .resources-box .items {
    width: 545px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-archive-resources .resources-box .items {
    width: 560px;
  }
}
.page-template-archive-resources .resources-box .items .thumbnail {
  /*display: none;*/
  margin-top: 20px;
  width: 160px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 575px) {
  .page-template-archive-resources .resources-box .items .thumbnail {
    /*display: initial;*/
    margin-top: initial;
    width: 42%;
    height: auto;
    margin-left: initial;
    margin-right: initial;
    display: initial;
  }
}
.page-template-archive-resources .resources-box .items .content {
  padding: 20px 20px 26px 20px;
  text-align: center;
}

@media screen and (min-width: 575px) {
  .page-template-archive-resources .resources-box .items .content {
    text-align: left;
    padding: initial;
    width: 55%;
  }
}
.page-template-archive-resources .resources-box .items .content .title {
  color: #061A40;
  font-family: var(--main-font), sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 575px) {
  .page-template-archive-resources .resources-box .items .content .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.page-template-archive-resources .resources-box .items .content .btn {
  margin-top: 16px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 251px;
}

@media screen and (min-width: 575px) {
  .page-template-archive-resources .resources-box .items .content .btn {
    margin-left: initial;
    margin-right: initial;
    width: initial;
  }
}
.page-template-archive-resources .resources-box .items .content .btn:hover {
  background: #FCE5E5;
  border: 2px solid var(--color-primary);
}

.page-template-archive-resources .search-section {
  background: url(../images/bg-attorney.jpg);
  margin-top: 48px;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .page-template-archive-resources .search-section {
    padding-top: 95px;
    padding-bottom: 135px;
  }
}
.page-template-archive-resources .search-section .searchform {
  text-align: center;
  margin-top: 22px;
  margin-left: -24px;
}

.page-template-archive-resources .search-section .searchform .input-search {
  height: 46px;
  width: 285px;
  border-radius: 11px 0px 0px 11px;
  border: 1px solid #CACACA;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  padding-left: 20px;
  çolor: #3C3C3C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-resources .search-section .searchform .input-search {
    width: 307px;
  }
}
.page-template-archive-resources .search-section .searchform .input-search::-webkit-input-placeholder {
  çolor: #3C3C3C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.page-template-archive-resources .search-section .searchform .input-search::-moz-placeholder { /* Firefox 19+ */
  çolor: #3C3C3C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.page-template-archive-resources .search-section .searchform .input-search:-ms-input-placeholder { /* IE 10+ */
  çolor: #3C3C3C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.page-template-archive-resources .search-section .searchform .input-search:-moz-placeholder { /* Firefox 18- */
  çolor: #3C3C3C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.page-template-archive-resources .search-section .searchform #searchsubmit {
  height: 46px;
  width: 48px;
  border-radius: 0px 11px 11px 0px;
  background: var(--color-primary) url(../images/icons/search-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: initial;
}

.page-template-archive-resources .search-section .podcasts-content {
  position: relative;
}

.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap {
  padding-top: 45px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap .btn-play:active {
  border: 0px;
  box-shadow: none;
}

.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap .btn-play:focus {
  border: 0px;
  box-shadow: none;
}

.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap .btn-play:focus-visible {
  border: 0px;
  box-shadow: none;
}

.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap .image {
  text-align: center;
}

.page-template-archive-resources .search-section .podcasts-content .podcasts-section-wrap .image img {
  border-radius: 15px;
  border: 4px solid var(--color-primary);
  background: url() lightgray 50%/cover no-repeat;
  width: 352px;
  height: 192px;
}

.page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
  display: flex;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrows/sidebar-arrow-prev.svg);
  border-radius: 0px;
  left: 5px;
  right: auto;
}

@media screen and (min-width: 400px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    left: 15px;
  }
}
@media screen and (min-width: 575px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    top: 53%;
    width: 36px;
    height: 36px;
    background-image: url(../images/arrows/arrow-prev.svg);
    border-radius: 0px;
    left: 10px;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-prev {
    left: 60px;
  }
}
.page-template-archive-resources .search-section .podcasts-content .swiper-button-prev:after {
  display: none;
}

.page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
  display: flex;
  top: 53%;
  right: 5px;
  width: 24px;
  height: 24px;
  left: auto;
  border-radius: 0px;
  background-image: url(../images/arrows/sidebar-arrow-next.svg);
}

@media screen and (min-width: 400px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    right: 15px;
  }
}
@media screen and (min-width: 575px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    width: 36px;
    height: 36px;
    background-image: url(../images/arrows/arrow-next.svg);
    border-radius: 0px;
    right: 10px;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    right: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-archive-resources .search-section .podcasts-content .swiper-button-next {
    right: 60px;
  }
}
.page-template-archive-resources .search-section .podcasts-content .swiper-button-next:after {
  display: none;
}

.page-template-archive-resources .search-section .btn {
  background: #fff;
}

.page-template-archive-resources .search-section .btn:hover {
  background: #FCE5E5;
  border: 2px solid var(--color-primary);
}

/*# sourceMappingURL=archive-resources.css.map*/