/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/blog_slider/blog_slider.scss ***!
  \******************************************************************************************************************************************************************************************/
/******************************************
Section | Blog Slider
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.home-resources {
  background-color: #222222;
}
.home-resources .inner {
  padding: 0 !important;
}
.home-resources .home-resources-header {
  margin-top: 4rem;
}
.home-resources .home-resources-header p {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-resources .home-resources-header p {
    font-size: 16px;
  }
}
.home-resources .cta-button-container {
  display: flex;
  justify-content: center;
}
.home-resources .button {
  background-color: #ffcc00;
  color: #222222;
  max-width: 200px;
}
.home-resources .button:hover {
  background-color: #fdb913;
}

/* RELATED RESOURCES */
#related-resources {
  display: flex;
  width: calc(100vw - (100vw - 1200px) / 2);
  padding-top: 51px;
  margin: 0 0 0 auto;
  position: relative;
}
.single-post #related-resources:before {
  content: "";
  position: absolute;
  left: calc(0px - (100vw - 1200px) / 2);
  height: 1px;
  background-color: #7f7f7f;
  width: 100vw;
  top: 0;
}
#related-resources .resources-copy {
  width: 450px;
  padding-right: 70px;
  padding-bottom: 20px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#related-resources .resources-copy content-wrapper {
  color: #ffffff;
}
#related-resources .resources-copy h2 {
  color: #ffffff;
  text-transform: uppercase;
  text-wrap: balance;
}
#related-resources .resources-copy div.post h3 {
  color: #ffffff;
  margin-block: 0;
}
#related-resources .resources-copy p {
  color: #ffffff;
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  #related-resources .resources-copy p {
    line-height: 24px;
  }
}
#related-resources .resources-copy a.button {
  max-height: 14px;
}
@media screen and (min-width: 768px) {
  #related-resources .resources-copy a.button {
    max-height: 18px;
  }
}
#related-resources .inner {
  max-width: calc(100% - 450px);
  padding-bottom: 21px;
  padding-top: 35px;
}
#related-resources div.post .image-wrapper {
  height: 192px;
  overflow: hidden;
  background-color: #bdbdbd;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 381px) {
  #related-resources div.post .image-wrapper {
    height: 215px;
  }
}
@media screen and (min-width: 501px) {
  #related-resources div.post .image-wrapper {
    height: 305px;
  }
}
@media screen and (min-width: 1266px) {
  #related-resources div.post .image-wrapper {
    height: 200px;
  }
}
#related-resources div.post .image-wrapper img {
  margin-block: 0;
}
#related-resources div.post .image-wrapper picture {
  width: 100%;
}
#related-resources .swiper-bg {
  position: relative;
  height: 12px;
  margin: 20px auto 0 auto;
  min-width: 280px;
  max-width: 300px;
}
@media screen and (min-width: 1266px) {
  #related-resources .swiper-bg {
    max-width: 40%;
    margin: 0 auto 0 43%;
  }
}
#related-resources .swiper-button-next,
#related-resources .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 40px;
  z-index: 100;
  transition: background-color 0.25s ease-in-out;
}
#related-resources .swiper-button-next:after,
#related-resources .swiper-button-prev:after {
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 40px;
}
#related-resources .swiper-button-next:hover,
#related-resources .swiper-button-prev:hover {
  background: #fdb913;
}
#related-resources .swiper-bg {
  margin-top: 30px;
  height: 40px;
}
#related-resources .swiper-bg .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15px;
}
#related-resources .swiper-bg .swiper-pagination-bullet {
  background: #ffffff;
  width: 30px;
  border-radius: 8px;
  transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#related-resources .swiper-bg .swiper-pagination-bullet:hover {
  background-color: #fdb913;
  opacity: 1;
}
#related-resources .swiper-bg .swiper-pagination-bullet-active {
  background: #ffcc00;
  cursor: default;
}
#related-resources .swiper-bg .swiper-pagination-bullet-active:hover {
  background-color: #ffcc00;
}
#related-resources .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 1265px) {
  #related-resources {
    display: grid;
    width: 100%;
    grid-template-rows: repeat(3, auto) 100px;
  }
  #related-resources .resources-copy {
    display: contents;
    width: 100%;
  }
  #related-resources .resources-copy h2 {
    color: #ffffff;
    width: 70%;
    align-self: center;
    justify-self: center;
  }
  #related-resources .resources-copy p {
    color: #ffffff;
    width: 100%;
    padding-inline: 40px;
    box-sizing: border-box;
  }
  #related-resources .resources-copy a.button {
    order: 5;
  }
  #related-resources .resources-copy > * {
    max-width: 800px;
    margin-inline: auto;
    text-align: center;
  }
  #related-resources .inner {
    max-width: 100vw;
    padding-right: 0;
  }
}
#related-resources .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
}
#related-resources .swiper-slide .image-wrapper a img {
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #related-resources .swiper-slide .image-wrapper a img {
    top: -70px;
  }
}
@media screen and (min-width: 990px) {
  #related-resources .swiper-slide .image-wrapper a img {
    top: 0;
  }
}
#related-resources .swiper-slide .content-wrapper {
  padding: 20px 45px 50px 45px;
}
#related-resources .swiper-slide .content-wrapper p.date {
  font-size: 14px;
}
#related-resources .swiper-slide .content-wrapper .content-preview {
  height: 190px;
}
@media screen and (min-width: 501px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 140px;
  }
}
@media screen and (min-width: 990px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 200px;
  }
}
@media screen and (min-width: 1266px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 275px;
  }
}
@media screen and (min-width: 1560px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 225px;
  }
}
@media screen and (min-width: 1910px) {
  #related-resources .swiper-slide .content-wrapper .content-preview {
    height: 205px;
  }
}
#related-resources .swiper-slide .content-wrapper .content-preview a {
  text-decoration: none;
}
#related-resources .swiper-slide .content-wrapper .content-preview a h3 {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #related-resources .swiper-slide .content-wrapper .content-preview a h3 {
    font-size: 24px;
  }
}
#related-resources .swiper-slide .content-wrapper .content-preview a p {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  #related-resources .swiper {
    padding-left: 35px;
  }
}
@media (max-width: 500px) {
  #related-resources .resources-copy p {
    padding-inline: 20px;
  }
  #related-resources .swiper {
    padding-left: 10px;
  }
  #related-resources .swiper-slide {
    max-width: 330px;
    width: 100%;
  }
  #related-resources .swiper-bg {
    padding-left: 30px;
  }
}
@media (max-width: 380px) {
  #related-resources .inner {
    padding-left: 0;
  }
  #related-resources .swiper {
    padding-left: 21px;
  }
  #related-resources .swiper-slide {
    max-width: 290px;
    width: 100%;
  }
  #related-resources .swiper-bg {
    padding-left: 15px;
  }
}

/*# sourceMappingURL=blog_slider.css.map*/