/*Reset */
label,
html,
body,
div,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}

img {
  border: 0;
}

ul,
li {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: black;
}

img {
  display: block;
}

/* End Reset */
/* Primary Shades*/
/*Secondary Shades*/
/*Tertiary Shades*/
/*Greyscale*/
body {
  font-family: lato, sans-serif;
}

h1, h2, h3 {
  font-family: raleway, sans-serif;
  letter-spacing: 0.05em;
}

p {
  font-family: lato, sans-serif;
  font-size: 20px;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 30px;
}

.weight-7 {
  font-weight: 700;
}

.weight-6 {
  font-weight: 600;
}

.weight-5 {
  font-weight: 500;
}

.weight-4 {
  font-weight: 400;
}

.copy-sm {
  font-size: 15px;
}

.copy-md {
  font-size: 20px;
}

.copy-lg {
  font-size: 24px;
}

/** Nicer Shadows **/
@media (min-width: 1024px) {
  .dsk-hid {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .dsk-show {
    display: inherit;
  }
}

body {
  background-color: #fcfcfc;
  min-height: 100vh;
  position: relative;
}

main .copy-content .copy-body {
  letter-spacing: 0.4px;
}
main .copy-content .copy-body > p a,
main .copy-content .copy-body .block-body a {
  text-decoration: underline solid;
  text-underline-offset: 2px;
  color: #ef0707;
}
main .copy-content .copy-body > p a:hover,
main .copy-content .copy-body .block-body a:hover {
  text-decoration-thickness: 3px;
  text-underline-offset: 1px;
}
main .copy-content .copy-body > p {
  margin: 0.8em 6px;
  line-height: 1.3em;
}
main .copy-content .copy-body hr {
  max-width: 110px;
}
main .copy-content .copy-body .wp-block-image,
main .copy-content .copy-body .wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
main .copy-content .copy-body .wp-block-image img,
main .copy-content .copy-body .wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}
main .copy-content .copy-body .wp-block-button__link {
  color: white;
  text-decoration: none;
}
main .copy-content .copy-body .wp-block-propcorn-gutenberg-listicle .listicle-image-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
main .copy-content .copy-body .wp-block-propcorn-gutenberg-listicle .listicle-image-wrapper .listicle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .copy-content .copy-body .wp-block-propcorn-gutenberg-listicle .listicle-image-wrapper .caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px;
  max-width: 95.7%;
}
main .copy-content .copy-body .wp-block-propcorn-gutenberg-listicle .listicle-header {
  font-size: 30px;
  font-weight: 700;
}
main .copy-content .copy-body .wp-block-propcorn-gutenberg-listicle .listicle-button {
  padding: 12px;
  color: black;
  font-weight: 700;
  border-radius: 7px;
  background-color: #F4CE46;
  display: inline-block;
  max-width: 190px;
  cursor: pointer;
}
main .copy-content .copy-body .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0), #fcfcfc 70%);
  transition: opacity 500ms ease;
  cursor: pointer;
}
main .copy-content .copy-body .read-more .rm-chevron {
  display: inline;
  transform: translateY(14px);
  width: 40px;
}
main .copy-content .copy-body .card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  width: 98%;
  margin: 0 auto 1em;
  border-radius: 7px;
  overflow: hidden;
}
main .copy-content .copy-body .card > *:not(.fullwidth) {
  /*No shorthand to keep native p margins*/
  margin-left: 4%;
  margin-right: 4%;
}

.fp-header-mob {
  box-sizing: border-box;
  padding: 6px;
  margin: 0;
  background-color: #ededed;
  border-bottom: 4px solid #F4CE46;
}
@media (min-width: 1024px) {
  .fp-header-mob {
    display: none;
  }
}

.fp-header-desk {
  display: none;
}
@media (min-width: 1024px) {
  .fp-header-desk {
    display: block;
    text-align: center;
  }
}

.front-hero {
  background-image: url("./static/images/leven-front-hero.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid #F4CE46;
}
.front-hero .hero-tag-mob {
  font-weight: 700;
  width: 100vw;
  color: #f7f7f7;
  font-weight: 700;
  text-align: center;
  background-color: RGBA(45, 45, 45, 0.6);
  padding: 1em 0;
}
.front-hero .hero-tag-desk {
  display: none;
}
@media (min-width: 1024px) {
  .front-hero {
    justify-content: flex-end;
  }
  .front-hero .hero-tag-desk {
    display: block;
    max-width: 25%;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2;
    background-color: RGBA(45, 45, 45, 0.6);
    padding: 2em 4%;
    border-radius: 4px;
    color: white;
    max-height: 100%;
    margin: 0 7%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
  }
  .front-hero .hero-tag-mob {
    display: none;
  }
}

@media (min-width: 1024px) {
  .front-copy {
    margin: 0 auto;
  }
}

.page-content {
  margin: 1em 12px;
}
.page-content .wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.page-content .wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}

@media (min-width: 1024px) {
  .newsletter-pre {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
}
.newsletter-pre__blurb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.9em;
}
.newsletter-pre__blurb h2 {
  margin-top: 0;
}
.newsletter-pre__beach {
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .newsletter-pre__beach {
    max-width: 550px;
    margin: 0 0 0 25px;
    max-height: 285px;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .newsletter-pre--rev {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
}
.newsletter-pre--rev__beach {
  display: none;
}
@media (min-width: 1024px) {
  .newsletter-pre--rev__beach {
    display: block;
    margin: 0 25px 0 0;
  }
}

.pdfd_form_onpage {
  background-color: #F4CE46;
  border-radius: 7px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 10px;
  margin: 20px auto;
  max-width: 900px;
}
.pdfd_form_onpage .pdfd__form {
  width: 100%;
}
.pdfd_form_onpage .pdfd__form input {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.page .page-content p a {
  text-decoration: underline solid;
  text-underline-offset: 2px;
  color: #ef0707;
}

#filter-cat-lists form {
  border-bottom: 4px solid #F4CE46;
}
#filter-cat-lists form fieldset {
  border: none;
  margin: 5px;
}
@media (min-width: 1024px) {
  #filter-cat-lists form {
    border: none;
  }
}

.cat-title {
  padding-left: 10px;
  max-width: 1440px;
  margin: 65px auto 0.3em;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .cat-title {
    margin-top: 0;
  }
}

.cat-lead-text {
  margin: 2em 20px;
  font-size: 20px;
}

.cat-hero {
  width: 100%;
  border-bottom: 4px solid #aeaeae;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 164px;
}
.cat-hero .page-content,
.cat-hero .in-brief-body {
  padding-top: 63px;
  letter-spacing: 0.4px;
}

.cat-main {
  margin: 0 auto;
}

.title-bar {
  display: flex;
  margin: 4.5em auto 2em;
  max-width: 1440px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .title-bar {
    margin: 2.5em auto 2em;
  }
}
.title-bar__title {
  font-size: 45px;
  font-weight: 900;
  padding: 0;
  margin: 0 0 0 12px;
  max-width: 1030px;
}
.title-bar__search {
  display: none;
}
@media (min-width: 1024px) {
  .title-bar__search {
    display: block;
    margin-bottom: 8px;
    align-self: end;
    width: 380px;
    border: 4px solid #ebebeb;
    border-radius: 7px;
  }
  .title-bar__search form {
    width: 100%;
    margin-bottom: 4px;
    text-align: center;
  }
  .title-bar__search form input {
    display: inline-block;
    border: none;
    border-radius: 0;
    width: 70%;
    font-size: 24px;
    font-family: "Lato";
    padding: 4px;
  }
  .title-bar__search form input:active, .title-bar__search form input:hover, .title-bar__search form input:focus {
    border-radius: 0;
    background-color: #e5e5e5;
    border: none;
  }
  .title-bar__search form input:focus-visible {
    border-radius: 0;
    outline: none;
    border: none;
  }
  .title-bar__search .sub-button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transform: translateY(2px);
  }
  .title-bar__search .sub-button:hover {
    background-color: #F4CE46;
  }
  .title-bar__search .sub-button img {
    width: 30px;
  }
}

.post-hero-wrapper {
  position: relative;
  max-height: 534px;
}
.post-hero-wrapper .post-hero-img {
  width: 100%;
  object-fit: cover;
  max-height: 534px;
}

/*
.post-hero-mobile {
    background-size: cover;
    width: 100%;
    height: 350px;
    //object-fit: cover;
    @include grey-liner;
    position: relative;

    .title-wrapper {
        box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.17);
        position: absolute;
        top: 45%;
        width: 100%;
        padding: 0.3em 0;
        box-sizing: border-box;
    }

    h1 {
        text-align: center;
        background-color: rgba($color: #000000, $alpha: 0.6);
        color: white;
        font-weight: 700;
        width: 100%;
        margin: 0;
    }

    h3 {
        background-color: rgba($color: #000000, $alpha: 0.6);
        width: 100%;
        margin: 0;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    @include desktop {
        display: none;
    }
}

.post-hero-desk {
    display: none;

    @include desktop {
        display: block;
        margin: 0 auto;

        .post-title {
            font-size: 45px;
            border-bottom: $grey500 solid 7px;
            font-weight: 600;
            padding: 0;
            margin: 0.1em 0 0.3em 0;
        }

        .post-hero-wrapper {
            .post-hero-img {
                object-fit: cover;
                width:100%;
                height: 530px;
            }
        }
    }
}*/
.shad {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}

.shad-lg {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
}

@media (min-width: 1024px) {
  .rounded {
    border-radius: 7px;
  }
}

@media (min-width: 1024px) {
  .rounded-bottom {
    border-radius: 0 0 7px 7px;
  }
}

@media (min-width: 1024px) {
  .rounded-mob {
    border-radius: 7px;
  }
}

.liner {
  border-bottom: 4px solid #F4CE46;
}

.nun {
  font-family: nunito, sans-serif;
}

.bg-yell {
  background-color: #F4CE46;
}

.box {
  box-sizing: border-box;
}

.caption,
figcaption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

.button-default {
  padding: 12px;
  color: black;
  font-weight: 700;
  border-radius: 7px;
  background-color: #F4CE46;
  cursor: pointer;
}
.button-mobile {
  background-color: #F4CE46;
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 20px;
  display: block;
  margin: 0;
  padding: 1rem;
  font-family: "Lato";
  font-weight: 700;
}

.mob-fullwidth {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 1024px) {
  .mob-fullwidth {
    padding: auto;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

@media (min-width: 1024px) {
  main.category,
main.page {
    max-width: 1440px;
    padding: 50px 16px 0;
    margin: 0 auto;
  }
}

.main-content-wrapper .rail {
  display: none;
}
.main-content-wrapper main .post .copy-body {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .main-content-wrapper {
    display: flex;
    margin: 0 auto;
    padding: 0 16px;
  }
  .main-content-wrapper main {
    width: 1030px;
    margin-right: 30px;
  }
  .main-content-wrapper .rail {
    display: block;
    width: 380px;
  }
  .main-content-wrapper .rail .rail-content {
    position: sticky;
    top: 40px;
  }
}
.main-content-wrapper--search {
  margin-top: 4rem !important;
}

@media (min-width: 1024px) {
  .lg {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.mob-pad {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  .mob-pad {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.search-result {
  display: block;
  margin-bottom: 4em;
  padding-bottom: 2em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
.search-result__thumb {
  width: 100%;
}
@media (min-width: 1024px) {
  .search-result__thumb {
    height: 210px;
    width: 280px;
    object-fit: cover;
  }
}
.search-result__title {
  margin-top: 0;
}
.search-result__excerpt {
  vertical-align: bottom;
}
.search-result__button {
  display: block;
  width: 80px;
  text-align: center;
  margin: 0 2em 0 auto;
}
@media (min-width: 1024px) {
  .search-result {
    display: flex;
    margin-bottom: 2em;
    box-shadow: none;
  }
  .search-result__thumb {
    margin-right: 2em;
  }
}

.filter-slider {
  max-width: 400px;
  padding: 2em 0;
}
.filter-slider .filter-slider-date-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.filter-slider .filter-slider-date-wrapper div {
  padding: 10px;
  background-color: #F4CE46;
}
.filter-slider .slider-actual {
  width: 80%;
  margin: 0 auto;
}

.slider-connect {
  background-color: #F4CE46 !important;
}

input[type=text],
.multiselect {
  border-style: solid;
  border-radius: 7px;
  border-color: #ccc;
  box-shadow: none;
}

input[type=text].form-standard, input[type=email].form-standard, .multiselect {
  font-size: 20px;
  height: 2em;
  border-style: solid;
  border-radius: 7px;
  border-color: #ccc;
  box-shadow: none;
  width: 100%;
}

.fof-main {
  font-family: martel, serif;
  max-width: 1400px;
  margin: 0 auto;
}
.fof-main .fof-wrapper {
  font-size: 620px;
  filter: blur(3px);
  color: #ddd;
  transform: translate(-16px, -45px);
  position: relative;
}
.fof-main .fof-text {
  font-size: 4.2vw;
  font-weight: 700;
  position: absolute;
  top: 17%;
  font-weight: 700;
}

.front {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .front {
    margin-top: 0;
  }
  .front .separator {
    margin-bottom: 1em;
  }
}

/*Hero Article moved to components/_fp-post-carousel.scss */
.search-fallback {
  display: block;
  align-self: end;
  width: 100%;
  border-radius: 7px;
}
.search-fallback form {
  width: 100%;
  margin-bottom: 4px;
  text-align: center;
}
.search-fallback form input {
  display: inline-block;
  border-radius: 0;
  width: 85%;
  font-size: 24px;
  font-family: "Lato";
  padding: 4px;
  border: none;
  border-bottom: 4px solid black;
  margin-right: 8px;
}
.search-fallback form input:active, .search-fallback form input:hover, .search-fallback form input:focus {
  border-radius: 0;
  background-color: #e5e5e5;
  border: none;
  border-bottom: 4px solid black;
}
.search-fallback form input:focus-visible {
  border-radius: 0;
  outline: none;
  border: none;
  border-bottom: 4px solid black;
}
.search-fallback .sub-button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  transform: translateY(6px);
}
.search-fallback .sub-button:hover {
  background-color: #F4CE46;
}
.search-fallback .sub-button img {
  width: 30px;
}

header {
  width: 100vw;
  height: 30px;
  position: fixed;
  top: 0px;
  z-index: 10;
}
header .desk {
  display: none;
}
header .mobile .menu-main-navbar-container {
  background-color: white;
  height: 100vh;
  width: 70vw;
  transform: translateX(-110%);
  transition: transform 0.5s cubic-bezier(0, 0, 0.18, 1.02);
  z-index: 9;
  font-family: spartan, nunito, sans-serif;
  position: absolute;
  color: black;
  font-weight: bold;
  font-size: 32px;
  font-family: raleway, sans-serif;
  letter-spacing: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
}
header .mobile .menu-main-navbar-container ul {
  height: 100vh;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .mobile .menu-main-navbar-container ul li {
  margin: 10%;
}
header .mobile .menu-main-navbar-container ul li a {
  display: block;
}
header .mobile .menu-main-navbar-container ul li:last-of-type {
  border-bottom: none;
}
header .mobile .search-mob-wrapper {
  transform: translateY(-110%);
  transition: transform 0.5s cubic-bezier(0, 0, 0.18, 1.02);
  position: absolute;
  top: 0;
}
header .mobile .mobile-bar {
  margin: 0;
  height: 4rem;
  background-color: #fcfcfc;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 10;
}
header .mobile .mobile-bar a {
  max-width: 50%;
}
header .mobile .mobile-bar .logo {
  height: 3.4rem;
  padding: 6px;
}
header .mobile .mobile-bar span {
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  transform: translateY(0.3em);
  display: inline-block;
}
header .mobile .mobile-bar__buttons {
  display: flex;
  align-items: center;
  width: 120px;
  justify-content: space-between;
  margin-right: 1em;
}
header .mobile .mobile-bar__buttons img {
  pointer-events: none;
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  header {
    width: 100%;
    position: relative;
    height: 96px;
    margin-bottom: 15px;
  }
  header .mobile {
    display: none;
  }
  header .desk {
    display: block;
    z-index: 11;
  }
  header .desk .menu-main-navbar-container {
    height: 5.7em;
    background-color: #ebebeb;
    border-bottom: 4px solid #F4CE46;
  }
  header .desk .menu-main-navbar-container ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: auto;
    height: 100%;
  }
  header .desk .menu-main-navbar-container ul li {
    height: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    font-size: 1.2em;
  }
  header .desk .menu-main-navbar-container ul li:nth-child(2) {
    margin-right: 60px;
  }
  header .desk .menu-main-navbar-container ul li:nth-child(2)::after {
    content: "";
    width: 240px;
  }
  header .desk .menu-main-navbar-container ul li.menu-item-15 {
    display: none;
  }
  header .desk .menu-main-navbar-container ul li a {
    text-decoration: none;
    font-size: 1.2em;
    color: #323232;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    box-sizing: border-box;
    font-weight: 700;
  }
  header .desk .menu-main-navbar-container ul li a:hover {
    background-color: #ededed;
  }
  header .desk .logo-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*Absolute Center CSS hack*/
    z-index: 10;
    pointer-events: none;
  }
  header .desk .logo-wrapper img {
    pointer-events: all;
    width: 200px;
    background-color: white;
    padding: 8px 20px 0;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  }
  header .desk .nav-search {
    position: absolute;
    right: 50px;
    top: 26px;
  }
  header .desk .nav-search img {
    width: 40px;
  }
}

#search-mob {
  border-radius: 0;
  background-color: #e6e6e6;
  border: none;
  width: 100%;
  height: 3.5rem;
  font-size: 2.7rem;
  box-sizing: border-box;
  padding: 0 1rem;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 8;
  opacity: 0;
  transition: opacity ease-out 0.5s;
}

main {
  transition: filter 0.5s cubic-bezier(0, 0, 0.18, 1.02);
}

.footer-blurb {
  font-family: raleway, "times new roman", serif;
  font-weight: 800;
  margin: 3em auto 0;
  /*text-align: center;*/
  font-size: 19px;
  font-weight: 600;
  color: #838383;
  padding-bottom: 11em;
}
.footer-blurb .flink {
  text-decoration: underline solid;
  text-underline-offset: 2px;
  color: #ef0707;
}
@media (min-width: 1024px) {
  .footer-blurb {
    max-width: 80%;
    padding-bottom: 5em;
  }
}

.footer-nav {
  margin: 4em auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer-nav .footer-nav-card {
  position: relative;
  border-radius: 7px;
  width: 45%;
  height: 100px;
  box-shadow: none;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 0;
  margin-bottom: 20px;
}
.footer-nav .footer-nav-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-nav .footer-nav-card a .footer-nav-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-nav .footer-nav-card a h3 {
  position: absolute;
  z-index: 5;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 7px 0;
  top: 50%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .footer-nav {
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .footer-nav .footer-nav-card {
    width: 24%;
    height: 240px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  }
  .footer-nav .footer-nav-card a h3 {
    font-size: 35px;
  }
}

.footer-wrapper {
  width: 100%;
  background-color: #ebebeb;
  padding: 6px 0;
  border-top: solid 6px #F4CE46;
  position: absolute;
  bottom: 0;
}
.footer-wrapper ul {
  text-align: center;
  margin: 0 auto;
}
.footer-wrapper ul li {
  margin-bottom: 0.5em;
}
.footer-wrapper .copywrite {
  text-align: center;
  font-size: 0.7em;
}
@media (min-width: 1024px) {
  .footer-wrapper ul {
    display: flex;
    justify-content: space-evenly;
  }
}

.in-brief {
  background-color: #F4CE46;
  padding: 1em 16px;
}
.in-brief .in-brief-bar h2 {
  font-weight: 700;
  margin-bottom: 0;
}
.in-brief .in-brief-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.in-brief .in-brief-wrapper .in-brief-body {
  flex: 0 1 100%;
}
.in-brief .in-brief-wrapper .in-brief-body ul {
  margin: 0 0 1em;
}
@media (min-width: 1024px) {
  .in-brief .in-brief-wrapper .in-brief-body {
    flex: 0 1 75%;
  }
}
@media (min-width: 1024px) {
  .in-brief .in-brief-wrapper .in-brief-body-full {
    flex: 0 1 100%;
  }
}
.in-brief .in-brief-wrapper .contact-details {
  margin: 20px auto;
  width: 100%;
  padding-top: 0.9em;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.in-brief .in-brief-wrapper .contact-details .in-brief-divider {
  width: 55%;
  height: 5px;
  margin: 0 auto;
  background-color: black;
}
.in-brief .in-brief-wrapper .contact-details .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.in-brief .in-brief-wrapper .contact-details .contact-list .contact {
  margin-bottom: 0.7em;
  width: 48%;
}
.in-brief .in-brief-wrapper .contact-details .contact-list .contact .contact-thumb {
  display: inline-block;
  transform: translateY(5px);
}
@media (min-width: 1024px) {
  .in-brief .in-brief-wrapper .contact-details {
    flex: 1 1 20%;
    text-align: left;
    margin: 0;
    padding: 0;
    flex-direction: row;
    width: auto;
  }
  .in-brief .in-brief-wrapper .contact-details .in-brief-divider {
    height: 85%;
    width: 4px;
    align-self: center;
    margin: auto;
  }
  .in-brief .in-brief-wrapper .contact-details .contact-list {
    margin: 0 auto;
    width: 70%;
    display: block;
  }
  .in-brief .in-brief-wrapper .contact-details .contact-list .contact {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .in-brief .in-brief-body {
    flex: 2 2 60%;
  }
}
.in-brief .event-entry {
  background-color: #F4CE46;
  display: flex;
  justify-content: space-around;
  padding: 0.6em 5px;
  cursor: pointer;
  font-weight: 600;
  border-bottom: solid 4px black;
}
.in-brief .event-entry:last-of-type {
  border-bottom: none;
}
.in-brief .event-entry .event-icon {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .in-brief .event-entry .event-icon {
    display: inline;
    margin: 0;
    transform: translateY(5px);
  }
}

.front {
  /*Carousel component styles*/
  /*Slide styles*/
}
.front .swiper {
  margin-top: 5em;
}
.front .swiper .swiper-pagination {
  bottom: 42px;
}
.front .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ebebeb;
  opacity: 1;
}
.front .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #F4CE46;
}
.front .swiper .swiper-button-prev {
  background: url("/wp-content/themes/propcorn/static/icons/carousel-arrow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 225px;
  left: 0;
  top: 302px;
  width: 40px;
}
.front .swiper .swiper-button-prev::after {
  display: none;
}
.front .swiper .swiper-button-next {
  background: url("/wp-content/themes/propcorn/static/icons/carousel-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 225px;
  top: 302px;
  left: auto;
  right: 0;
  width: 40px;
}
.front .swiper .swiper-button-next::after {
  display: none;
}
@media (min-width: 1024px) {
  .front .swiper {
    margin-top: 2.5em;
    height: 510px;
  }
  .front .swiper .swiper-pagination {
    bottom: 12px;
    left: auto;
    width: auto;
    right: 15%;
  }
  .front .swiper .swiper-button-next {
    top: 32px;
    height: 510px;
  }
  .front .swiper .swiper-button-prev {
    top: 32px;
    height: 510px;
  }
}
.front .swiper .swiper-lazy-loaded {
  opacity: 0;
  animation: lazy-fade 0.3s ease-out forwards;
}
@keyframes lazy-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.front .article-hero a,
.front .front-article-trio {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.front .article-hero a .image-wrapper img,
.front .front-article-trio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.front .article-hero {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  margin-bottom: 2em;
}
.front .article-hero a .image-wrapper {
  width: 100%;
}
.front .article-hero a .image-wrapper img {
  height: 215px;
  object-fit: cover;
}
.front .article-hero a .carousel-details {
  padding-top: 1em;
  padding-bottom: 2em;
  background-color: #1c2120;
  color: #ebebeb;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.front .article-hero a .carousel-details__excerpt {
  display: none;
}
.front .article-hero a .carousel-details__cat {
  text-align: center;
}
.front .article-hero a .carousel-details__cat span {
  background-color: #F4CE46;
  padding: 8px;
  color: black;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.front .article-hero a .carousel-details h1 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .front .article-hero {
    margin-bottom: 0;
    box-shadow: none;
  }
  .front .article-hero a {
    margin: 10px 0 3em;
    flex-direction: row;
  }
  .front .article-hero a .image-wrapper img {
    height: 510px;
  }
  .front .article-hero a .carousel-details {
    width: 50%;
    padding: 2em 2.5em 4.3em 3em;
  }
  .front .article-hero a .carousel-details h1 {
    font-size: 45px;
  }
  .front .article-hero a .carousel-details__excerpt {
    display: block;
  }
  .front .article-hero a .carousel-details__cat {
    text-align: right;
  }
  .front .article-hero a .carousel-details__cat span {
    min-width: 200px;
    font-weight: 700;
  }
}

.also-interested-carousel {
  height: 270px;
}
.also-interested-carousel .carousel-cell {
  width: 200px;
  margin: 0 10px;
  overflow: hidden;
  height: 80%;
}
.also-interested-carousel .carousel-cell .carousel-image {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.also-interested-carousel .carousel-cell h3 {
  font-size: 20px;
  text-align: center;
}

.related-blogs-rail {
  margin-bottom: 3em;
}
.related-blogs-rail h2 {
  font-size: 1.8em;
  font-weight: 700;
}
.related-blogs-rail li {
  margin-bottom: 1.4em;
}
.related-blogs-rail li a {
  color: black;
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: 0.8px;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 22px;
  box-sizing: border-box;
}
.related-blogs-rail li a:hover {
  text-decoration: underline;
}
.related-blogs-rail li a p {
  margin: 0;
}
.related-blogs-rail li a .thumb {
  width: 104px;
  display: block;
  margin: 0 12px 12px 0;
  border-left: 6px solid #F4CE46;
}
.related-blogs-rail li a .card-head {
  display: flex;
  align-content: center;
}
.related-blogs-rail li a .card-head h3 {
  font-weight: bold;
  max-width: 50%;
  margin: 0;
  align-self: center;
}
.related-blogs-rail .related-blogs-rail__hero {
  border-bottom: 4px solid #F4CE46;
  padding-bottom: 1em;
}
.related-blogs-rail .related-blogs-rail__hero a {
  display: block !important;
}
.related-blogs-rail .related-blogs-rail__hero a .thumb {
  border-left: none;
  width: 100%;
}

main .related-blogs-rail {
  display: block;
}
@media (min-width: 1024px) {
  main .related-blogs-rail {
    display: none;
  }
}

.newsletter-cta {
  padding: 14px;
  background-color: #F4CE46;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 1.02);
}
.newsletter-cta h2 {
  margin: 0 0 0.5em 0;
  width: 100%;
  border-bottom: 3px solid black;
  padding-bottom: 0.2em;
  line-height: 1.3em;
  font-weight: 800;
}
.newsletter-cta input {
  box-shadow: none;
  border: none;
  margin: 0 4% 1em 0;
  min-width: 300px;
  width: 100%;
  height: 36px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 20px;
}
.newsletter-cta button {
  border: none;
  color: #fcfcfc;
  background-color: #2d2d2d;
  padding: 0.5em;
  font-family: "Lato";
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  height: 36px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .newsletter-cta button {
    display: inline;
    margin: 0;
  }
  .newsletter-cta input {
    width: 86%;
  }
}

.post-supp {
  background-color: #F4CE46;
  margin-bottom: 2em;
  overflow: hidden;
}
.post-supp #postmap {
  height: 500px;
}
.post-supp .map-town #postmap {
  margin-right: 4%;
}
.post-supp .post-rel-carousel {
  width: 40%;
  height: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .post-supp #postmap {
    border: none;
    margin: 0;
  }
}

.map-key {
  display: flex;
  margin-left: 10px;
}
.map-key li {
  margin-right: 18px;
}
.map-key li .material-icons {
  transform: translateY(5px);
}
.map-key__pin {
  width: 45px;
  display: block;
  margin: 0 auto;
}
.map-key__label {
  display: block;
  text-align: center;
}

.gmaps-header {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .post-grid__header {
    display: flex;
    justify-content: space-between;
  }
}

.no-results {
  text-align: center;
}

.listing-grid {
  display: flex;
  flex-direction: column;
}
.listing-grid .grid-card {
  margin-bottom: 30px;
  padding: 10px;
  border: solid 1px #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
.listing-grid .grid-card a {
  display: flex;
}
.listing-grid .grid-card a .grid-image {
  margin-right: 8px;
  height: 110px;
  width: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
  /*Replace with .rounded-mob when JS is working again*/
}
.listing-grid .grid-card a .grid-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
}
.listing-grid .grid-card a .grid-details h3 {
  font-weight: bold;
  margin: 0;
}
.listing-grid .grid-card a .grid-details h4 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
}
.listing-grid .grid-card a .grid-details .grid-location {
  text-align: right;
  color: #4f4f4f;
}
.listing-grid .grid-card a .grid-details .grid-cta {
  text-align: right;
}
.listing-grid .promoted {
  background-color: #F4CE46;
}
.listing-grid .promoted .grid-feature-wrapper {
  display: flex;
  justify-content: space-between;
}
.listing-grid .promoted .grid-feature-wrapper .grid-promoted {
  display: inline-block;
  color: #F4CE46;
  font-size: 12px;
  background-color: #1c2120;
  border-radius: 3px;
  padding: 3px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    justify-items: center;
    row-gap: 35px;
    width: 100%;
  }
  .listing-grid .grid-card {
    width: 280px;
    height: 250px;
    border-radius: 7px;
    overflow: hidden;
  }
  .listing-grid .grid-card a {
    display: block;
    height: 100%;
  }
  .listing-grid .grid-card a .grid-image {
    width: 100%;
    height: 150px;
  }
  .listing-grid .grid-card a .grid-details {
    width: auto;
    height: 37.5%;
    justify-content: space-between;
    padding: 0 12px;
    margin-top: 5px;
  }
  .listing-grid .grid-card a .grid-details h3 {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin: 7px 0 0 0;
  }
  .listing-grid .grid-card a .grid-details .grid-info {
    width: 33%;
  }
  .listing-grid .grid-card a .grid-details .grid-info h4 {
    height: 50%;
  }
}

.month-grid-cal {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.month-grid-cal__button {
  cursor: pointer;
  border: none;
  background-color: #F4CE46;
  padding: 10px 35px;
  font-family: Lato;
  font-weight: 800;
  font-size: 20px;
  border-radius: 7px;
  margin: 0 20px;
}

.grid-filters {
  width: 100%;
}
.grid-filters .grid-filter-field {
  width: 100%;
  margin-right: 3%;
  margin-bottom: 2em;
}
.grid-filters .grid-filter-field h3 {
  margin-bottom: 0.2em;
}
.grid-filters .grid-filter-field .multiselect-tag {
  background-color: #F4CE46;
  color: black;
}
@media (min-width: 1024px) {
  .grid-filters {
    width: 47.3%;
  }
}

.post-grid__promoted {
  border: solid 1px #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  min-height: 274px;
  margin: 1em 0;
  padding: 10px 0;
  background-color: #F4CE46;
}
.post-grid__promoted h2 {
  margin: 5px 0 0.4em;
  border-bottom: solid 3px black;
  padding-bottom: 3px;
}
.post-grid__promoted .post-grid__promoted-post {
  display: block;
}
.post-grid__promoted .post-grid__promoted-post img {
  margin-right: 4%;
  width: 100%;
}
.post-grid__promoted .post-grid__promoted-post h3 {
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .post-grid__promoted {
    width: 47.2%;
    border-radius: 7px;
    padding: 10px;
  }
  .post-grid__promoted .post-grid__promoted-post {
    display: flex;
  }
  .post-grid__promoted .post-grid__promoted-post img {
    border-radius: 7px;
  }
}

.category-articles {
  box-sizing: border-box;
}
.category-articles .article {
  margin-bottom: 2em;
}
.category-articles .image-wrapper {
  position: relative;
}
.category-articles .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-articles .details {
  padding: 12px;
  width: 100%;
}

.article-solo a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article-solo a .image-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .article-solo a {
    flex-direction: row;
    justify-content: space-between;
  }
  .article-solo a h1 {
    font-size: 45px;
  }
  .article-solo a .image-wrapper {
    width: 65%;
  }
  .article-solo a .details {
    width: 35%;
  }
}

.article-duo {
  width: 100%;
}
.article-duo .article {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.article-duo .article .image-wrapper {
  width: 100%;
  height: 280px;
}
.article-duo .article .details {
  min-height: 270px;
}
@media (min-width: 1024px) {
  .article-duo {
    display: flex;
    justify-content: space-evenly;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .article-duo .article {
    width: 40%;
  }
  .article-duo .article .image-wrapper {
    margin-bottom: 1em;
  }
  .article-duo .article .details {
    padding: 0.7em;
  }
}

@media (min-width: 1024px) {
  .article-trio .article-hero {
    margin-bottom: 2em;
  }
  .article-trio .article-hero .image-wrapper {
    height: 400px;
  }
  .article-trio .article-row {
    display: flex;
    justify-content: space-between;
  }
  .article-trio .article-row .article {
    width: 48%;
  }
  .article-trio .article-row .article a {
    height: 165px;
    display: flex;
  }
  .article-trio .article-row .article a .image-wrapper {
    width: 400px;
  }
}

.fp-map-wrapper .fp-map-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 620px;
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__card a {
    display: flex;
  }
}
.fp-map-wrapper .fp-map-stack__card a h2 {
  font-weight: 700;
  padding: 21px 0;
  background-position: left center;
  font-weight: 700;
  border-left: 8px solid #F4CE46;
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__card a h2 {
    border: none;
  }
}
.fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--west {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, white 70%), url("/wp-content/uploads/2022/01/Screenshot-2022-01-13-at-12.20.23-PM-300x199.png");
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--west {
    background-image: none;
  }
}
.fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--south {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, white 70%), url("/wp-content/uploads/2021/07/Screenshot-2021-07-22-at-10.35.51-AM-300x201.png");
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--south {
    background-image: none;
  }
}
.fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--north {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, white 70%), url("/wp-content/uploads/2021/11/Screenshot-2021-11-30-at-1.44.43-PM-300x221.png");
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__card a .fp-map-stack__card--north {
    background-image: none;
  }
}
.fp-map-wrapper .fp-map-stack__thumb {
  display: none;
}
@media (min-width: 1024px) {
  .fp-map-wrapper .fp-map-stack__thumb {
    display: block;
    width: 223px;
    border-left: 8px solid #F4CE46;
    margin-right: 18px;
  }
}
@media (min-width: 1024px) {
  .fp-map-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 3em;
  }
}

.fp-map {
  position: relative;
  max-width: 100vw;
  max-height: 600px;
}
.fp-map__bg {
  max-width: 100%;
}
.fp-map__title {
  width: 50%;
  position: absolute;
  top: 8%;
  max-width: 300px;
}
.fp-map__link-wrapper {
  position: absolute;
  top: 0;
  max-width: 650px;
}
.fp-map__north {
  position: absolute;
  top: 147px;
  left: 128px;
  width: 330px;
}
.fp-map__north-link {
  transform: scale(0.8) translate(32%, 26%);
  opacity: 0;
}
.fp-map__west {
  position: absolute;
  width: 169px;
  top: 484px;
  left: 97px;
  transform: rotate(15deg);
}
.fp-map__west-link {
  transform: scale(0.8) translate(21%, 85%);
  opacity: 0;
}
.fp-map__south {
  position: absolute;
  top: 0;
  width: 319px;
  top: 295px;
  transform: rotate(3deg);
}
.fp-map__south-link {
  transform: scale(0.8) translate(50%, 59%);
  opacity: 0;
}
.fp-map .fp-map-pin {
  position: absolute;
}
.fp-map .fp-map-pin img {
  width: 18px;
}
.fp-map .fp-map-pin__name {
  font-family: amatic SC, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
@media (min-width: 1024px) {
  .fp-map .fp-map-pin__name {
    font-size: 20px;
  }
  .fp-map .fp-map-pin img {
    width: 25px;
  }
}

.banner-fullwidth {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.banner-fullwidth__label {
  font-family: raleway, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #ffedab;
  padding: 2px 7px;
}
.banner-fullwidth img {
  width: 100%;
}

.articles-stack .article-large {
  border-top: solid 4px #cccccc;
}
.articles-stack .article-large .image-wrapper {
  width: 100%;
}
.articles-stack .article-large .image-wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.articles-stack .article-small {
  border-top: solid 4px #F4CE46;
  height: 120px;
}
.articles-stack .article-small:last-of-type {
  border-bottom: solid 4px #cccccc;
}
.articles-stack .article-small a {
  width: 100%;
  display: flex;
  margin-bottom: 2em;
}
.articles-stack .article-small a .image-wrapper img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}
.articles-stack .article-small a .details {
  margin: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
}
.articles-stack .article-small a .details h2 {
  font-size: 20px;
  font-weight: 700;
}
.articles-stack .article-small a .details p {
  display: none;
}
@media (min-width: 1024px) {
  .articles-stack .articles {
    display: flex;
    justify-content: space-between;
    margin: 2em auto;
  }
  .articles-stack .articles .article-image {
    border-left: 15px solid #F4CE46;
  }
  .articles-stack .articles .article-large {
    width: 40%;
    border: none;
  }
  .articles-stack .articles .article-large .image-wrapper {
    height: 360px;
  }
  .articles-stack .articles .article-large .image-wrapper img {
    width: 100%;
    height: 100%;
  }
  .articles-stack .articles .article-large .details {
    padding: 14px;
  }
  .articles-stack .articles .article-large .details h1 {
    margin: 0;
    font-size: 38px;
  }
  .articles-stack .articles .article-large .details p {
    font-size: 19px;
  }
  .articles-stack .articles .articles-small {
    width: 55%;
    margin: 0;
  }
  .articles-stack .articles .articles-small .article-small {
    height: auto;
    border: none;
  }
  .articles-stack .articles .articles-small .article-small:last-of-type {
    border: none;
    box-shadow: none;
  }
  .articles-stack .articles .articles-small .article-small a .image-wrapper {
    width: 425px;
    height: 240px;
  }
  .articles-stack .articles .articles-small .article-small a .image-wrapper img {
    width: 100%;
    height: 100%;
  }
  .articles-stack .articles .articles-small .article-small a .details {
    width: 100%;
    height: auto;
  }
  .articles-stack .articles .articles-small .article-small a .details h2 {
    font-size: 25px;
  }
  .articles-stack .articles .articles-small .article-small a .details span {
    text-align: right;
  }
  .articles-stack .articles .articles-small .article-small:last-of-type a {
    margin-bottom: 0;
  }
}

.article-large:hover,
.article-small:hover {
  background-color: #ffe694;
}

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
  z-index: 100;
  transition: opacity 0.2s ease-in-out;
}

.gen-modal {
  z-index: 101;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
  background-color: #F4CE46;
  width: 100vw;
  box-sizing: border-box;
}
.gen-modal .form-standard {
  box-sizing: border-box;
  padding: 0 0.5em;
}
.gen-modal .button-sub {
  border: none;
  color: #fcfcfc;
  background-color: #2d2d2d;
  padding: 0.5em;
  font-family: "Lato";
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  height: 45px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.gen-modal .button-sub,
.gen-modal .field-email {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .gen-modal {
    max-width: 800px;
    left: 50vw;
    top: 50vh;
    bottom: auto;
    padding: 20px 30px;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

.pdfd {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pdfd .close-button {
  position: absolute;
  top: -25px;
  right: 10px;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  color: #F4CE46;
  background-color: black;
  border-radius: 50%;
  padding: 9px;
  text-align: center;
  width: 1.2em;
  cursor: pointer;
}
.pdfd .pdfd__logo-wrapper {
  background: url(../../assets/beach-banner-mb.png) no-repeat center;
  padding: 6px 0 0 0;
  width: 100vw;
  transform: translateX(-16px);
}
.pdfd .pdfd__logo {
  object-fit: scale-down;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.pdfd .pdfd__form {
  position: relative;
}
.pdfd .pdfd__form .dot-flashing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  background-color: black;
}
@media (min-width: 1024px) {
  .pdfd {
    padding-left: 100px;
    background: #F4CE46 url(./static/images/beach-banner-dt.png) no-repeat center left;
  }
  .pdfd .pdfd__wrapper {
    width: 65%;
    margin: 0 0 0 auto;
  }
  .pdfd .pdfd__logo-wrapper {
    width: auto;
  }
  .pdfd .pdfd__logo-wrapper .pdfd__logo {
    background-color: #eee;
    padding: 12px 30px 15px 30px;
  }
}

.sunset-block {
  background-color: #F4CE46;
  padding: 15px;
  border-bottom: black solid 5px;
}
.sunset-block h2 {
  margin: 0;
  font-weight: 600;
}
.sunset-block .sunset-block-buttons {
  display: flex;
  justify-content: center;
}
.sunset-block .sunset-block-buttons__button {
  border: none;
  color: #fcfcfc;
  background-color: #2d2d2d;
  padding: 0.5em;
  font-family: "Lato";
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0 10px;
}

.month-grid-wrapper {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.month {
  scroll-margin-top: 80px;
}

.month-header {
  position: sticky;
  top: 65px;
  background-color: #ffffff;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .month-header {
    background-color: transparent;
    position: static;
  }
}

.month-jump {
  display: inline-block;
  width: 35px;
  float: right;
  cursor: pointer;
}
.month-jump--next {
  transform: rotate(180deg);
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
  font-family: "Raleway";
  row-gap: 40px;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 95%;
  height: 100px;
}
.month-grid div {
  cursor: pointer;
}
.month-grid__new-year {
  position: absolute;
  transform: translate(-34px, -30px);
}
