@charset "UTF-8";
/*	################################################################

/*

## Table of Contents

* 01 - Homepage Hero Image
* 02 - Hero Carousel
* 03 - Latest Articles
* 04 - Gallery
* 05 - Former Guests
* 06 - Member Spotlights
* 07 - Cincy Secrets
* 08 - Blog
* 09 - Testimonials
* 10 - Video Section

*/

.module-title h2 {
  display: inline-block;
  border-bottom: 2px solid #222;
}

.button {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 1px;
}

.button:hover {
  background-color: rgb(255, 255, 255);
  border: rgb(255, 255, 255);
  color: #222;
}

/** 01 - Homepage Hero Image *********************************************************************************/

.module-hero-image-section {
  width: 100%;
}

.hero-image {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #de9d41;
}

.hero-image:after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.9) 100%);
  margin-top: -305px;
  height: 300px;
  width: 100%;
  content: '';
}

.hero-image figcaption {
  text-align: center;
}

.hero-image h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  color: white;
  position: absolute;
  bottom: 30px;
  z-index: 50;
  transition: .5s;
  font-family: 'Limelight', serif;
  text-transform: uppercase;
}

.hero-image span {
  display: block;
  color: #de9d41;
}

@media screen and (min-width: 500px) {
  .hero-image h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-image h2 {
    bottom: 50px;
  }
}


@media screen and (min-width: 1200px) {
  .hero-image h2 {
    font-size: 60px;
    line-height: 62px;
    bottom: 39%;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.5);
  }

  .hero-image:after {
    margin-top: -655px;
    height: 650px;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 100%);
  }
}

@media screen and (min-width: 1920px) {
  .hero-image {
    border-bottom: 4px solid #de9d41;
  }
}

/** 02 - Hero Carousel *********************************************************************************/

.module-hero-carousel-section .breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.module-hero-carousel-section .slider {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

.module-hero-carousel-section .slick-track .slick-content{
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
}

.module-hero-carousel-section .content .title, .module-hero-carousel-section .content .subtitle {
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.module-hero-carousel-section .slick-track {
  display: flex;
}

.module-hero-carousel-section .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.module-hero-carousel-section .slick-slider .slick-slide {
  padding: 3rem 0;
}

.module-hero-carousel-section .slick-slider .slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(33, 41, 51, 0.35);
}

@media screen and (min-width: 769px) {
  .module-hero-carousel-section .slick-slider .slick-slide {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .module-hero-carousel-section .slick-slider .slick-slide {
    padding: 12rem 0;
  }
}

.module-hero-carousel-section .slick-prev, .module-hero-carousel-section .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-radius: 3px;
  -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-hero-carousel-section .slick-prev:hover, .module-hero-carousel-section .slick-next:hover {
  background-color: rgb(255, 255, 255);
  border: #fff;
  color: #222;
}

.module-hero-carousel-section .slick-prev {
  left: 25px;
}

.module-hero-carousel-section .slick-next {
  right: 25px;
}

.module-hero-carousel-section .slick-prev::before, .module-hero-carousel-section .slick-next::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

.module-hero-carousel-section .slick-prev::before {
  content: '\f100';
}

.module-hero-carousel-section .slick-next::before {
  content: '\f101';
}

/** 03 - Latest Articles *********************************************************************************/

.module-latest-articles-section {
  background-color: #1a1a1a;
  background: url(../../../media/pages/latest-articles-texture.png);
  padding: 0;
  width: 100%;
}

.module-latest-articles-section p {
  font-size: 20px;
  line-height: 30px;
}

.module-latest-articles-section .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #1a1a1a;
}

.module-latest-articles-section .article-container {
  background-color: #1a1a1a;;
  transition: .5s ease;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.article-container img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.article-container .cover img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.article-content {
  padding: 30px 30px 50px;
}

.article-content p {
  font-size: 20px;
  line-height: 30px;
}

.module-latest-articles-section .article-content {
  padding: 30px 0 50px;
}

.module-latest-articles-section .article-content p {
  color: white;
  max-width: 380px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 30px;
}

.module-latest-articles-section .latest-articles-title {
  width: 100%;
  display: flex;
  position: relative;
}

.module-latest-articles-section .article-content .title a {
  color: white;
}

.module-latest-articles-section .article-content .title a:hover {
  color: #de9d41;
}

.latest-articles-title .column {
  padding: 0;
}

.module-latest-articles-section h2 {
  color: white;
  width: 95%;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  font-family: 'Limelight', serif;
}

.module-latest-articles-section h2:before {
  background: url(../../../media/pages/text-ornament-top.svg);
  width: 180px;
  margin: 0 auto 20px;
  background-size: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-latest-articles-section h2:after {
  background: url(../../../media/pages/text-ornament-bottom.svg);
  width: 60%;
  max-width: 180px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-latest-articles-section .cover {
  display: none;
}

.module-latest-articles-section .columns {
  padding: 0 15px;
  margin-right: 0;
  margin-left: 0;
}

.module-latest-articles-section .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-latest-articles-section .time {
  font-family: 'Limelight', 'serif';
  color: #de9d41;
  font-size: 22px;
}

.module-latest-articles-section .title-wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.module-latest-articles-section .title-wrapper:before {
  background: url(../../../media/pages/events-decoration-top.svg);
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
  background-size: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-latest-articles-section .title-wrapper:after {
  background: url(../../../media/pages/events-decoration-bottom.svg);
  width: 100%;
  max-width: 400px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-latest-articles-section .latest-article time {
  letter-spacing: .05em;
  color: #ccc;
}

.latest-article time {
  letter-spacing: .05em;
  color: #ccc;
}

.module-latest-articles-section article .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #403b36;
  margin-bottom: 0;
}

.module-latest-articles-section article a {
  transition: .5s;
}

.module-latest-articles-section a.readmore {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: none;
  color: #de9d41;
  transition: .5s;
  text-decoration: none;
}

.module-latest-articles-section a:hover {
  color: white;
  border-bottom: none;
}

.module-latest-articles-section .events-button {
  border-top: 2px solid #313131;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.module-latest-articles-section .see-all {
  border: 1px solid rgba(222,157,65,.5);
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  transition: .5s;
}

.module-latest-articles-section .see-all:hover {
  border: 1px solid rgba(222,157,65,1);
  color: white;
}

@media screen and (min-width: 500px) {

  .article-content {
    padding: 30px 40px 50px;
  }

  .article-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .article-container .cover img {
    height: 250px;
  }

  .module-latest-articles-section .latest-articles-title {
    padding: 100px 0 0;
    max-width: 800px;
    margin: 0 auto;
    background-color: #1a1a1a;
  }

  .module-latest-articles-section .latest-articles-title {
    padding: 100px 0 0;
    max-width: 800px;
    margin: 0 auto;
    background-color: #1a1a1a;
  }

  .latest-articles-title {
    padding: 100px 0 0;
    max-width: 800px;
    margin: 0 auto;
  }

  .module-latest-articles-section h2 {
    max-width: 400px;
  }

  .module-latest-articles-section h2:before {
    width: 60%;
    max-width: 180px;
    background-size: 100%;
    height: 40px;
    background-repeat: no-repeat;
    content: "";
    display: block;
  }

  .module-latest-articles-section a.see-all {
    width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) { 
  .latest-articles-title:before {
    width: 25%;
  }
    
  .latest-articles-title:after {
    width: 25%;
  }

  .module-latest-articles-section a.see-all {
    width: 500px;
  }
}

@media screen and (min-width: 800px) { 
  .latest-articles-title:before {
    width: 30%;
  }
    
  .latest-articles-title:after {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  .module-latest-articles-section a.readmore::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-bottom: -2px;
    background: #222222;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    -webkit-transition: width .3s;
    transition: width .3s;
  }

  @media screen and (min-width: 1200px) {
    .module-latest-articles-section .columns {
      max-width: 1200px;
      padding: 0;
      margin: 0 auto;
    }

    .latest-articles-title h2 {
      max-width: 500px;
      font-size: 36px;
      line-height: 48px;    }

    .latest-articles-title h2:before {
      width: 100%;
      height: 60px;
      max-width: 300px;
    }

    .latest-articles-title h2:after {
      width: 100%;
      height: 60px;
      max-width: 300px;
    }

    .latest-articles-title:before {
      width: 30%;
      height: 80px;
      background-size: 100px 100px;
      top: 55px;
    }

    .latest-articles-title:after {
      width: 30%;
      height: 80px;
      background-size: 100px 100px;
      top: 55px;
    }
  }
}

@media screen and (min-width: 2000px) {
  .latest-articles-title:before {
    width: 35%;
  }

  .latest-articles-title:after {
    width: 35%;
  }
}

/** 04 - Gallery *********************************************************************************/

.module-gallery-section img {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.module-gallery-section img:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/** 05 - Former Guests *********************************************************************************/

.module-former-guests-section {
  padding: 0 0 80px;
  background-color: #232323;
  position: relative;
  width: 100%;
}

.module-former-guests-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.module-former-guests-section .article-container {
  background-color: #121212;
  border-radius: 15px;
}

.module-former-guests-section .article-container h3 {
  font-size: 24px;
}

.module-former-guests-section .article-container p {
  line-height: 28px;
}

.module-former-guests-section h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  display: flex;
  flex-direction: column;
}

.module-former-guests-section h3 a {
  transition: .5s;
}


.module-former-guests-section h2:before {
  background: url(../../../media/pages/text-ornament-top.svg);
  width: 180px;
  margin: 0 auto 20px;
  background-size: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-former-guests-section h2:after {
  background: url(../../../media/pages/text-ornament-bottom.svg);
  width: 60%;
  max-width: 180px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-former-guests-section .latest-articles-title {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding: 0;
  font-family: 'Limelight', sans-serif;
}

.module-former-guests-section img {
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.module-former-guests-section .article-container .cover img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.module-former-guests-section .time {
  display: none;
}

.module-former-guests-section p {
  color: white;
}

.module-former-guests-section a {
  text-decoration: none;
}

.module-former-guests-section a:hover {
  color: white;
}

.module-former-guests-section .columns {
  flex-direction: column;
}

.module-former-guests-section .see-all {
  border: 1px solid rgba(222,157,65,.5);
  margin: 40px auto 0;
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  transition: .5s;
}

.module-former-guests-section .see-all:hover {
  border: 1px solid rgba(222,157,65,1);
  color: white;
}

@media screen and (min-width: 1000px) {
  .module-former-guests-section {
    padding: 40px 0 120px;
  }

  .module-former-guests-section .columns {
    flex-direction: row;
  }
}


/** 06 - Member Spotlights *********************************************************************************/

.module-member-spotlights-section {
  padding: 0 0 80px;
  background-color: #1a1a1a;
  position: relative;
  width: 100%;
}

.module-member-spotlights-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.module-member-spotlights-section .content-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.module-member-spotlights-section .article-container {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.module-member-spotlights-section .article-container h3 {
  font-size: 24px;
}

.module-member-spotlights-section h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: 'Limelight', serif;
}

.module-member-spotlights-section h3 a {
  transition: .5s;
}


.module-member-spotlights-section h2:before {
  background: url(../../../media/pages/text-ornament-top.svg);
  width: 60%;
  max-width: 180px;
  margin: 0 auto 20px;
  background-size: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-member-spotlights-section h2:after {
  background: url(../../../media/pages/text-ornament-bottom.svg);
  width: 60%;
  max-width: 180px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-member-spotlights-section .latest-articles-title {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding: 0;
}

.module-member-spotlights-section img {
  display: block;
  border-radius: 15px;
}

.module-member-spotlights-section .article-container .cover img {
  object-fit: cover;
  width: 100%;
}

.module-member-spotlights-section .time {
  display: none;
}

.module-member-spotlights-section p {
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.module-member-spotlights-section .article-content {
  padding: 30px 0 50px;
}

.module-member-spotlights-section a {
  text-decoration: none;
}

.module-member-spotlights-section a:hover {
  color: white;
}

.module-member-spotlights-section .columns {
  flex-direction: column;
}

.module-member-spotlights-section .see-all {
  border: 1px solid rgba(222,157,65,.5);
  margin: 30px auto 0;
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  transition: .5s;
}

.module-member-spotlights-section .see-all:hover {
  border: 1px solid rgba(222,157,65,1);
  color: white;
}

@media screen and (min-width: 1000px) {
  .module-member-spotlights-section {
    padding: 40px 0 120px;
  }
  

  .module-member-spotlights-section .columns {
    flex-direction: row;
  }

  .module-blog-section .article-content {
    padding: 30px 30px 50px;
  }
}

@media screen and (min-width: 1200px) {
  .module-member-spotlights-section {
    width: calc(100% / 3);
  }

  .module-member-spotlights-section h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .module-member-spotlights-section h2 {
    font-size: 36px;
  }
}


/** 07 - Cincy Secrets *********************************************************************************/

.module-cincy-secrets-section {
  padding: 0 0 80px;
  background-color: #161616;
  position: relative;
  width: 100%;
}

.module-cincy-secrets-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.module-cincy-secrets-section .article-container {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.module-cincy-secrets-section .content-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.module-cincy-secrets-section .article-container h3 {
  font-size: 24px;
}

.module-cincy-secrets-section h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: 'Limelight', serif;
}

.module-cincy-secrets-section h3 a {
  transition: .5s;
}

.module-cincy-secrets-section h2:before {
  background: url(../../../media/pages/text-ornament-top.svg);
  width: 60%;
  max-width: 180px;
  margin: 0 auto 20px;
  background-size: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-cincy-secrets-section h2:after {
  background: url(../../../media/pages/text-ornament-bottom.svg);
  width: 60%;
  max-width: 180px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-cincy-secrets-section .latest-articles-title {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding: 0;
}

.module-cincy-secrets-section img {
  display: block;
  border-radius: 15px;
}

.module-cincy-secrets-section .article-container .cover img {
  object-fit: cover;
  width: 100%;
}

.module-cincy-secrets-section .time {
  display: none;
}

.module-cincy-secrets-section p {
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.module-cincy-secrets-section .article-content {
  padding: 30px 0 50px;
}

.module-cincy-secrets-section a {
  text-decoration: none;
}

.module-cincy-secrets-section a:hover {
  color: white;
}

.module-cincy-secrets-section .columns {
  flex-direction: column;
}

.module-cincy-secrets-section .see-all {
  border: 1px solid rgba(222,157,65,.5);
  margin: 30px auto 0;
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  transition: .5s;
}

.module-cincy-secrets-section .see-all:hover {
  border: 1px solid rgba(222,157,65,1);
  color: white;
}

@media screen and (min-width: 1000px) {
  .module-cincy-secrets-section {
    padding: 40px 0 120px;
  }

  .module-cincy-secrets-section .columns {
    flex-direction: row;
  }

  .module-cincy-secrets-section .article-content {
    padding: 30px 30px 50px;
  }
}

@media screen and (min-width: 1200px) {
  .module-cincy-secrets-section {
    width: calc(100% / 3);
  }

  .module-cincy-secrets-section h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .module-cincy-secrets-section h2 {
    font-size: 36px;
  }
}


/** 08 - Blog *********************************************************************************/

.module-blog-section {
  padding: 0 0 80px;
  background-color: #1a1a1a;
  position: relative;
  width: 100%;
}

.module-blog-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.module-blog-section .article-container {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.module-blog-section .content-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.module-blog-section .article-container h3 {
  font-size: 24px;
}

.module-blog-section h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: 'Limelight', serif;
}


.module-blog-section p {
  font-size: 20px;
  line-height: 30px;
}

.module-blog-section h3 a {
  transition: .5s;
}


.module-blog-section h2:before {
  background: url(../../../media/pages/text-ornament-top.svg);
  width: 60%;
  max-width: 180px;
  margin: 0 auto 20px;
  background-size: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  display: block;
}

.module-blog-section h2:after {
  background: url(../../../media/pages/text-ornament-bottom.svg);
  width: 60%;
  max-width: 180px;
  margin: 15px auto 0;
  background-size: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  display: block;
}

.module-blog-section .latest-articles-title {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  padding: 0;
}

.module-blog-section img {
  display: block;
  border-radius: 15px;
}

.module-blog-section .article-container .cover img {
  object-fit: cover;
  width: 100%;
}

.module-blog-section .time {
  display: none;
}

.module-blog-section .article-content {
  padding: 30px 0 50px;
}

.module-blog-section p {
  color: white;
}

.module-blog-section a {
  text-decoration: none;
}

.module-blog-section a:hover {
  color: white;
}

.module-blog-section .columns {
  flex-direction: column;
}

.module-blog-section .see-all {
  border: 1px solid rgba(222,157,65,.5);
  margin: 30px auto 0;
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  transition: .5s;
}

.module-blog-section .see-all:hover {
  border: 1px solid rgba(222,157,65,1);
  color: white;
}

@media screen and (min-width: 1000px) {
  .module-blog-section {
    padding: 40px 0 120px;
  }

  .module-blog-section .columns {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .module-blog-section {
    width: calc(100% / 3);
  }

  .module-blog-section .article-content {
    padding: 30px 30px 50px;
  }

  .module-blog-section h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) {
  .module-blog-section h2 {
    font-size: 36px;
  }
}


/** 10 - Testimonials *******************************************************************************/

.module-testimonials-section .column:not(:first-child) {
  margin-bottom: 3rem;
}

.module-testimonials-section .column:last-child {
  margin-bottom: 0;
}

.module-testimonials-section .media-content {
  max-width: 66%;
}

.module-testimonials-section .media img {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

/** 09 - Video Section *******************************************************************************/

.module-video-section .hero {
  position: relative;
  line-height: 0;
  display: block;
  height: 35vh;
  overflow: hidden;
}

.module-video-section .hero figure > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-video-section .hero figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(33, 41, 51, 0.35);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.module-video-section a figcaption img {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module-video-section a:hover figcaption img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module-video-section .video-embed figure {
  position: relative;
  padding-bottom: 52.65%;
  background: #000;
}

.module-video-section .video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-cta-banner-section {
  background: url(../../../media/pages/mcelroy-family-background.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 400px;
  padding: 0;
}

.module-cta-banner-section .cta {
  max-width: 1200px;
}