/*
Theme Name: Traveler FSE
Theme URI: https://traveler.marriott.com
Description: A theme developed for Marriott Bonvoy Traveler using the newest FSE technology.
Version: 2.0.0
Author: Modus Create Inc.
Author URI: https://moduscreate.com
Text Domain: traveler-fse 
*/

body {   
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.single-post .post-content > h5:first-of-type {
  display: none;
}

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--wp--preset--color--shade-50);
  border-left: 0;
}

button {
  color: var(--wp--preset--color--shade-100);
  border: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* Hide `one trust` sdk injected links. */
#ccpacontainer,
#teconsent {
  opacity: 0;
}

footer.wp-block-template-part {
  background: #fff;
}

/*-------------------------------------------------------------------------------
* EDITOR (CMS) STYLING
*-------------------------------------------------------------------------------*/
.editor-styles-wrapper .rich-text a {
  display: inline !important; /* This overides a property introduced by the `traveler-interactive-blocks` that applies `display: block;` */
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  border-bottom: 0.125rem solid var(--wp--preset--color--shade-50);
  box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

/*-------------------------------------------------------------------------------
 * CLASS MODIFIERS
 *-------------------------------------------------------------------------------*/

/* overide the default styling of `wp-cover` that wraps the navigation block */
@media screen and (max-width: 1023px) {
  .header-cover-navigation,
  .header-cover-navigation-70vh {
    padding: 0 !important;
  }

  .header-cover-navigation .wp-block-cover__inner-container,
  .header-cover-navigation-70vh .wp-block-cover__inner-container {
    width: 100% !important;
  }
}

.wp-block-cover.img-object-top img {
  object-position: top;
  object-fit: cover;
}

.img-aspect-ratio-16-9 img {
  aspect-ratio: 16 / 9 auto;
  width: 100%;
}

.padding-t-0 {
  padding-top: 0 !important;
}

.padding-b-0 {
  padding-bottom: 0 !important;
}

.display-none {
  display: none !important;
}

.linear-gradient-top {
  background: linear-gradient(0deg, transparent 0%, #000 100%);
  height: 4rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.linear-gradient-bottom {
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  height: 4rem;
  top: -4rem;
  position: relative;
}

.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

@media screen and (min-width: 720px) {
  .display-720-none {
    display: none !important;
  }

  .display-720-block {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .display-1024-none {
    display: none !important;
  }

  .display-1024-block {
    display: block !important;
  }

  .header-cover-navigation {
    min-height: 100vh !important;
  }

  .header-cover-navigation-70vh {
    min-height: 70vh !important;
  }

  .padding-x-60-lg {
    padding-left: var(--wp--preset--spacing--60);
    padding-right: var(--wp--preset--spacing--60);
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for shortcodes that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * SHORTCODES
 *-------------------------------------------------------------------------------*/
.inline-quote {
  float: right;
  max-width: 300px;
  position: relative;
  padding-left: 20px;
  margin: 20px -16.5% 20px 0;
}

.inline-quote:before {
  top: 0;
  left: 50%;
  height: 5px;
  content: "";
  width: 50px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent-0);
}

.inline-quote blockquote {
  color: var(--wp--preset--color--shade-0);
  border: 0 none;
  font-size: 2rem;
  padding: 20px 0;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  letter-spacing: -0.38px;
  font-family: var(--wp--preset--font-family--secondary);
  margin: 0 0 1rem;
}

.inline-quote blockquote p {
  color: inherit;
  line-height: 1.6;
}

.inline-quote cite,
.inline-quote footer {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 16px;
  font-weight: var(--wp--custom--font-weight--bold);
  font-style: normal;
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * REGULAR POST TEMPLATE
 *-------------------------------------------------------------------------------*/
.post-template-wp-custom-template-regular-post .posts-content-wrapper figure {
  margin-top: 15px;
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper figure img {
  height: auto;
  max-width: none !important;
  margin-left: -8.25%;
  margin-right: -8.25%;
  width: calc(100% + 16.5%);
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper figure figcaption {
  margin-top: 15px;
  text-align: center;
  color: var(--wp--preset--color--shade-40);
  font-size: var(--wp--preset--font-size--hero-caption);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: var(--wp--custom--font-weight--light);
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper .wp-block-post-content figure.alignnone {
  max-width: 100% !important;
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper .wp-block-post-content p {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--paragraph-post);
  line-height: var(--wp--custom--paragraph-post--line-height);
  letter-spacing: var(--wp--custom--paragraph-post--letter-spacing);
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper .wp-block-post-content>p:first-of-type {
  color: var(--wp--preset--color--shade-30);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--paragraph-first-letter);
  line-height: var(--wp--custom--paragraph-first-letter--line-height);
  letter-spacing: var(--wp--custom--paragraph-first-letter--letter-spacing);
  font-weight: var(--wp--custom--font-weight--light);
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper .wp-block-post-content>p:first-of-type::first-letter {
  font-weight: var(--wp--custom--font-weight--bold);
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 0.9;
  font-size: 4.5rem;
  color: var(--wp--preset--color--accent-0);
  padding: 0 8px 0 3px;
  float: left;
}

.post-template-wp-custom-template-regular-post .posts-content-wrapper .wp-block-post-content h2 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--heading-post);
  line-height: var(--wp--custom--heading-post--line-height);
  letter-spacing: var(--wp--custom--heading-post--letter-spacing);
  font-weight: var(--wp--custom--font-weight--bold);
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * PAGE TEMPLATE
 *-------------------------------------------------------------------------------*/
.page-template-default.page .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 40em) {
  .page-template-default.page .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.page-template-default.page .post-content {
  font-size: 1.1875rem;
  margin: 0 15% 0;
  position: relative;
  font-family: var(--wp--preset--font-family--primary);
}

.page-template-default.page .post-content p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.page-template-default.page .post-content a {
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  border-bottom: 0.125rem solid var(--wp--preset--color--shade-50);
  -webkit-box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.page-template-default.page .post-content a:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--shade-50);
}

.page-template-default.page .post-content p+p {
  margin-top: 30px;
}

.page-template-default.page .post-content hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * 404 TEMPLATE
 *-------------------------------------------------------------------------------*/
.error404 .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 40em) {
  .error404 .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.error404 h1 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: var(--wp--custom--font-weight-light);
}

@media print,
screen and (min-width: 40em) {
  .error404 h1 {
    font-size: 3rem;
  }
}

.error404 .post-content {
  font-size: 1.1875rem;
  margin: 0 15% 0;
  position: relative;
}

.error404 .post-content h3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: var(--wp--custom--font-weight-light);
}

@media print,
screen and (min-width: 40em) {
  .error404 .post-content h3 {
    font-size: 1.9375rem;
  }
}

.error404 .post-content a {
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  border-bottom: 0.125rem solid var(--wp--preset--color--shade-50);
  -webkit-box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  -webkit-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.error404 .post-content a:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--shade-50);
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * SEARCH TEMPLATE
 *-------------------------------------------------------------------------------*/
.search.search-results .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 40rem) {
  .search.search-results .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * AUTHOR TEMPLATE
 *-------------------------------------------------------------------------------*/
.author .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 40rem) {
  .author .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * TAGS TEMPLATE
 *-------------------------------------------------------------------------------*/
.author .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 40rem) {
  .tag .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * INTERACTIVE TEMPLATE
 *-------------------------------------------------------------------------------*/
.interactive-blockquote a,
.interactive-poem__small-text a,
.interactive-body a,
.interactive-body-large a {
  color: currentColor;
  text-decoration: underline;
}

.interactive-blockquote a:hover,
.interactive-poem__small-text a:hover,
.interactive-body a:hover,
.interactive-body-large a:hover {
  color: currentColor !important;
  cursor: pointer;
}

.interactive-blockquote a:focus,
.interactive-poem__small-text a:focus,
.interactive-body a:focus,
.interactive-body-large a:focus {
  color: currentColor !important;
  cursor: pointer;
}

.interactive-body p {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  word-break: break-word;
}

@media (min-width: 720px) {
  .interactive-body p {
    font-size: 20px;
    font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  }
}

.interactive-body-large p {
  font-size: 22px;
  line-height: 29px;
  word-break: break-word;
}

@media (min-width: 720px) {
  .interactive-body-large p {
    font-size: 28px;
    line-height: 36.4px;
  }
}

.interactive-media-rich-text__body .interactive-body-large,
.interactive-media-rich-text__body .interactive-body-large p {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

@media (min-width: 720px) {

  .interactive-media-rich-text__body .interactive-body-large,
  .interactive-media-rich-text__body .interactive-body-large p {
    font-size: 28px;
    line-height: 36.4px;
  }
}

.interactive-heading-1 {
  color: #f5f4f0;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.interactive-heading-2 {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 95%;
}

.interactive-heading-3 {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.interactive-heading-4 {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

.interactive-heading-5 {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

.interactive-heading-6 {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .interactive-heading-1 {
    font-size: 120px;
    line-height: 90%;
  }

  .interactive-heading-2 {
    font-size: 100px;
    line-height: 85%;
  }

  .interactive-heading-3 {
    font-size: 43px;
    line-height: 100%;
    font-style: normal;
  }

  .interactive-heading-4 {
    font-size: 28px;
    font-style: italic;
  }

  .interactive-heading-5 {
    font-size: 26px;
  }

  .interactive-heading-6 {
    font-size: 26px;
  }
}

.interactive-eyebrow {
  display: inline-block;
  font-family: "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid #cfe0d2;
}

@media (min-width: 720px) {
  .interactive-eyebrow {
    font-size: 16px;
    line-height: 160%;
  }
}

.interactive-title {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
}

@media (min-width: 480px) {
  .interactive-title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .interactive-title {
    font-size: 120px;
    line-height: 90%;
    width: 110%;
  }
}

.interactive-map-title {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 35px;
  line-height: 160%;
  letter-spacing: 0%;
}

@media (min-width: 720px) {
  .interactive-map-title {
    font-size: 100px;
    line-height: 85%;
    letter-spacing: -1%;
  }
}

.interactive-blockquote p {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
}

@media (min-width: 1024px) {
  .interactive-blockquote p {
    font-size: 43px;
    line-height: 110%;
    letter-spacing: 10%;
  }
}

.interactive-rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.interactive-rich-text a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.interactive-rich-text p {
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media (min-width: 720px) {
  .interactive-rich-text p {
    font-size: 20px;
  }
}

.interactive-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 24px;
}

@media (min-width: 720px) {
  .interactive-section-inner {
    padding: 0 100px;
  }
}

@media (min-width: 1280px) {
  .interactive-section-inner {
    padding: 0 188px;
  }
}

.interactive-section-inner a:hover,
.interactive-section-inner a:focus {
  color: currentColor !important;
  cursor: pointer;
}

@media (max-width: 800px) {
  .no-padding-top-mobile {
    padding-top: 0 !important;
  }

  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }

  .br-mobile {
    display: block;
  }
}

@media (min-width: 720px) {
  .br-mobile {
    display: none;
  }
}

.media-caption-wrapper {
  position: relative;
  white-space: nowrap;
}

.media-caption-wrapper .caption-text {
  padding-top: 10px;
  text-align: center;
  direction: ltr;
}

.media-caption-wrapper .caption-text p {
  font-size: 11px !important;
  line-height: 160%;
}

@media (min-width: 719px) {
  .media-caption-wrapper .caption-text p {
    font-size: 16px !important;
  }
}

@media(min-width: 1025px) {
  .interactive-navlink__desktop.low-item-count .navlink-ul {
    align-content: stretch;
    justify-content: space-evenly
  }

  .interactive-navlink__desktop.low-item-count .interactive-navlink__desktop-nav-items {
    flex-grow: 1
  }
}

#interactive-navlink__mobile-button,
.interactive-navlink li .interactive-navlink-nav-title {
  border-right: none;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  min-width: 262px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto
}

@media(min-width: 720px) {

  #interactive-navlink__mobile-button,
  .interactive-navlink li .interactive-navlink-nav-title {
    font-size: 16px;
    max-width: 100%
  }
}

.interactive-navlink {
  background: rgba(0, 0, 0, .4);
  bottom: 0;
  margin-top: -40px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20
}

.interactive-navlink__desktop {
  display: none
}

@media(min-width: 720px) {
  .interactive-navlink__desktop {
    display: block
  }
}

.interactive-navlink ul,
.interactive-navlink__desktop ul.interactive-navlink__scroll {
  justify-content: flex-start
}

.interactive-navlink ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

@media(min-width: 720px) {
  .interactive-navlink ul {
    flex-direction: row
  }
}

.interactive-navlink li {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 3px 0;
  position: relative
}

.interactive-navlink__desktop-nav-items {
  scroll-snap-align: start
}

.interactive-navlink li:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px
}

.interactive-navlink li:last-of-type:after {
  display: none
}

@media(min-width: 720px) {
  .interactive-navlink li:after {
    height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }
}

.interactive-navlink .interactive-navlink__scroll-progress-bar-container {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.interactive-navlink .interactive-navlink__scroll-progress-bar {
  height: 2px
}

.interactive-navlink .interactive-navlink__scroll-progress-bar span {
  background-color: #cfe3d6;
  display: block;
  height: 2.5px;
  margin-left: 0;
  z-index: 2
}

@media(max-width: 720px) {
  .interactive-navlink .interactive-navlink__scroll-progress-bar span {
    background-color: none !important
  }
}

.interactive-navlink li .interactive-navlink-nav-title {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3px 0 0;
  background: transparent;
  border: none;
  color: var(--wp--preset--color--shade-100) !important;
}

@media(min-width: 720px) {
  .interactive-navlink li .interactive-navlink-nav-title {
    display: inline-block;
    padding: 8px 60px
  }
}

@media(min-width: 1600px) {
  .interactive-navlink li .interactive-navlink-nav-title {
    padding: 8px 65px
  }
}

.interactive-navlink__mobile {
  display: block
}

@media(min-width: 720px) {
  .interactive-navlink__mobile {
    display: none
  }
}

#interactive-navlink__mobile-button {
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 100%
}

#interactive-navlink__mobile-button:after {
  background: none;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 491.996 491.996%27 style=%27enable-background:new 0 0 491.996 491.996%27 xml:space=%27preserve%27 fill=%27%23fff%27%3E%3Cpath d=%27m484.132 124.986-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86-7.208 0-13.964 2.792-19.036 7.86l-183.84 183.848L62.056 108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968 2.788-19.036 7.856l-16.12 16.128c-10.496 10.488-10.496 27.572 0 38.06l219.136 219.924c5.064 5.064 11.812 8.632 19.084 8.632h.084c7.212 0 13.96-3.572 19.024-8.632l218.932-219.328c5.072-5.064 7.856-12.016 7.864-19.224 0-7.212-2.792-14.068-7.864-19.128z%27/%3E%3C/svg%3E");
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  margin-top: -5px;
  width: 14px
}

@media(min-width: 720px) {
  #interactive-navlink__mobile-button {
    display: none
  }
}

.interactive-navlink__drawer {
  border-top: 4px solid #cfe3d6;
  display: none
}

.interactive-navlink__drawer.active {
  border-top: 4px solid #cfe3d6;
  display: block
}

.interactive-navlink__drawer li {
  position: relative
}

@media(max-width: 719px) {
  .interactive-navlink__drawer li {
    padding-bottom: 13px;
    padding-top: 13px
  }
}

.interactive-navlink__drawer li .interactive-navlink-nav-title {
  display: inline-block;
  padding: 0
}

.interactive-template .hide {
  display: none;
}

.post-template-wp-custom-template-interactive {
  background: #000;
}

.lgbtq-full-image-caption .lgbtq-body-copy {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}


@media screen and (min-width: 1024px) {
  .lgbtq-full-image-caption .lgbtq-body-copy {
    font-size: 20px
  }
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading {
  padding-bottom: 0px;
  padding-top: 80px;
  border-top: 2px solid #ff00a8;
  width: 90%;
  margin-left: 0px !important;
}

@media screen and (min-width: 1024px) {
  .wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading {
    padding-bottom: 100px;
  }
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading.west-village {
  padding-bottom: 0px;
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-intro-copy {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-body-copy {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  margin-bottom: 40px;
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading .wp-block-heading.lgbtq-header-1 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0;
}

.wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading .lgbtq-callout-copy {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  line-height: 130%;
  margin: 0;
  margin-top: 20px;
  font-style: italic;
  font-size: 16px;
}

@media screen and (min-width: 720px) {
  .wp-block-cover.lgbtq-rich-text-left .lgbtq-intro-copy {
    font-size: 32px;
  }

  .wp-block-cover.lgbtq-rich-text-left .lgbtq-section-inner-heading .lgbtq-callout-copy {
    font-size: 32px;
  }

  .wp-block-cover.lgbtq-rich-text-left .wp-block-heading.lgbtq-header-1 {
    font-size: 60px !important;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-cover.lgbtq-rich-text-left .lgbtq-body-copy {
    font-size: 20px !important;
  }

  .wp-block-cover.lgbtq-rich-text-left .wp-block-heading.lgbtq-header-1 {
    font-size: 80px !important;
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * GUTENBERG TEMPLATE
 *-------------------------------------------------------------------------------*/
.lgbtq-linear-gradient-top::before {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(black));
  background: -o-linear-gradient(bottom, transparent 0%, black 100%);
  background: linear-gradient(0deg, transparent 0%, black 100%);
  top: -1px;
  content: "";
  height: 4%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.lgbtq-linear-gradient-bottom::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(180deg, transparent 0%, black 100%);
  bottom: -1px;
  content: "";
  height: 4%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.lgbtq-section-image-background img:after,
.lgbtq-bg-desktop:after,
.lgbtq-bg-mobile::after {
  background-color: #000;
  content: attr(alt);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lgbtq-section-image-background img {
  z-index: 1
}

.lgbtq-bg-desktop {
  display: none
}

.lgbtq-bg-mobile {
  display: block
}

@media(min-width: 1024px) {
  .lgbtq-bg-desktop {
    display: block
  }

  .lgbtq-bg-mobile {
    display: none
  }
}

.h-auto {
  height: auto !important
}

.lgbtq-image-gif .lgbtq-bg-desktop img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: right !important;
  object-position: right !important
}

.rich-text img {
  display: block;
  max-width: 100%;
  height: auto
}

.rich-text>* {
  margin-top: 1em
}

.rich-text ul li {
  margin-left: -14px
}

.rich-text a {
  display: block;
  color: #fff
}

@media(min-width: 720px) {
  .rich-text ul li {
    margin-left: 20px
  }
}

@media(max-width: 480px) {
  .header-light.main-header {
    position: relative
  }
}

.lgbtq-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 30px
}

@media(min-width: 720px) {
  .lgbtq-section-inner {
    padding: 0 90px
  }
}

@media(min-width: 1440px) {
  .lgbtq-section-inner {
    padding: 0 188px
  }
}

.lgbtq-section-inner-heading .lgbtq-callout-copy {
  margin-top: 20px;
  font-style: italic
}

.lgbtq-section-inner-body p {
  margin-bottom: 40px
}

.lgbtq-section-inner-body p:last-child {
  margin-bottom: 0
}

@media(min-width: 1024px) {
  .lgbtq-section-inner-heading .lgbtq-callout-copy {
    margin-top: 40px
  }
}

#lgbtq-navlink__mobile-button,
.lgbtq-navlink li .lgbtq-navlink-nav-title {
  position: relative;
  text-transform: uppercase;
  font-family: Helvetica;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  min-width: 262px
}

.lgbtq-navlink.lgbtq-navlink.lgbtq-navlink {
  background-color: #000;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999999
}

.lgbtq-navlink__desktop {
  display: none
}

@media(min-width: 720px) {
  .lgbtq-navlink__desktop {
    display: block
  }
}

.lgbtq-navlink__desktop ul.lgbtq-navlink__scroll {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-y: auto
}

.lgbtq-navlink__desktop ul.lgbtq-navlink__scroll li {
  min-width: 262px;
  width: auto
}

.lgbtq-navlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-y: auto;
  width: 100%
}

@media(min-width: 720px) {
  .lgbtq-navlink ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media(min-width: 1440px) {
  .lgbtq-navlink ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: hidden
  }
}

.lgbtq-navlink li {
  position: relative;
  text-transform: uppercase;
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  border-right: none;
  text-align: center;
  min-width: 262px;
  width: auto;
  padding: 10px 0
}

@media(min-width: 720px) {
  .lgbtq-navlink li {
    font-size: 16px
  }
}

@media(min-width: 1440px) {
  .lgbtq-navlink li {
    min-width: auto;
    width: 100%
  }
}

.lgbtq-navlink li::after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff
}

.lgbtq-navlink li:nth-last-of-type(1)::after {
  display: none
}

@media(min-width: 720px) {
  .lgbtq-navlink li::after {
    position: absolute;
    right: 0;
    height: 34px
  }
}

.lgbtq-navlink .lgbtq-navlink__scroll-progress-bar-container {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.lgbtq-navlink .lgbtq-navlink__scroll-progress-bar {
  background-color: #ff00a8;
  height: 2px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 100%
}

.lgbtq-navlink .lgbtq-navlink__scroll-progress-bar span {
  background-color: #000;
  display: block;
  height: 2.5px;
  margin-left: 0
}

.lgbtq-navlink li .lgbtq-navlink-nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: none
}

@media(min-width: 720px) {
  .lgbtq-navlink li .lgbtq-navlink-nav-title {
    display: inline-block;
    padding: 8px 42px
  }
}

.lgbtq-navlink__mobile {
  display: block
}

@media(min-width: 720px) {
  .lgbtq-navlink__mobile {
    display: none
  }
}

#lgbtq-navlink__mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: none;
  height: 40px;
  width: 100%;
  z-index: 3
}

#lgbtq-navlink__mobile-button::after {
  background: none;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.996 491.996' style='enable-background:new 0 0 491.996 491.996;' xml:space='preserve' fill='%23ffffff'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 10px
}

@media(min-width: 720px) {
  #lgbtq-navlink__mobile-button {
    display: none
  }
}

.lgbtq-navlink__drawer {
  border-top: 4px solid #ff00a8
}

.lgbtq-navlink__drawer li {
  position: relative
}

.lgbtq-navlink__drawer li .lgbtq-navlink-nav-title {
  padding: 0;
  display: inline-block
}

.lgbtq-header-1 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%
}

.lgbtq-header-2 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%
}

.lgbtq-header-3 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%
}

.lgbtq-header-4 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  line-height: 130%
}

.lgbtq-header-5,
.lgbtq-header-6 {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%
}

@media(min-width: 720px) {
  .lgbtq-header-1 {
    font-size: 60px
  }

  .lgbtq-header-2 {
    font-size: 48px
  }

  .lgbtq-header-3 {
    font-size: 32px;
    line-height: 130%
  }

  .lgbtq-header-4 {
    font-size: 30px
  }

  .lgbtq-header-5,
  .lgbtq-header-6 {
    font-size: 20px
  }
}

@media(min-width: 1024px) {
  .lgbtq-header-1 {
    font-size: 80px
  }

  .lgbtq-header-2 {
    font-size: 60px
  }

  .lgbtq-header-3 {
    font-size: 36px
  }

  .lgbtq-header-4 {
    font-size: 36px
  }

  .lgbtq-header-5,
  .lgbtq-header-6 {
    font-size: 26px
  }
}

.lgbtq-body-copy {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0
}

.lgbtq-intro-copy {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%
}

.lgbtq-callout-copy {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  margin: 0
}

@media(min-width: 720px) {
  .lgbtq-intro-copy {
    font-size: 32px
  }

  .lgbtq-callout-copy {
    font-size: 32px
  }
}

@media(min-width: 1024px) {
  .lgbtq-body-copy {
    font-size: 20px
  }

  .lgbtq-intro-copy {
    font-size: 36px
  }

  .lgbtq-callout-copy {
    font-size: 36px
  }
}

.lgbtq-eyebrow {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 40px
}

@media(min-width: 720px) {
  .lgbtq-eyebrow {
    font-size: 16px
  }
}

@media(min-width: 1024px) {
  .lgbtq-eyebrow {
    font-size: 20px
  }
}

.wp-block-group.is-style-lgbtq .interactive-media__full.interactive-media__container video {
  height: auto !important;
  object-position: center !important;
}

.wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-eyebrow {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-heading {
  color: #fff;
  font-family: TimesNewRomanPSMT, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
}

.wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-heading a {
  text-decoration: underline;
  color: inherit;
}

.wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-text,
.wp-block-cover.is-style-lgbtq li.lgbtq-icon-list-text {
  color: #fff;
  font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

@media screen and (min-width: 720px) {
  .wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-eyebrow {
    font-size: 16px;
  }

  .wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-heading {
    font-size: 32px;
    line-height: 130%;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-eyebrow {
    font-size: 20px;
  }

  .wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-heading {
    font-size: 36px;
  }

  .wp-block-cover.is-style-lgbtq p.lgbtq-icon-list-text,
  .wp-block-cover.is-style-lgbtq li.lgbtq-icon-list-text {
    font-size: 20px;
  }
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * FRONTPAGE TEMPLATE
 *-------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .column-border-right {
    border-right: 1px solid var(--wp--preset--color--shade-50);
  }
}

.taxonomy-category.wp-block-post-terms {
  font-size: 1rem;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: -0.3px;
  line-height: 1.5;
  border-bottom: 0.25rem solid var(--wp--preset--color--shade-50);
}

.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * DESTINATION TEMPLATE
 *-------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .page-template-wp-custom-template-destination .wp-block-cover,
  .page-template-wp-custom-template-destination-alt .wp-block-cover {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1023px) {

  .page-template-wp-custom-template-destination .wp-block-cover,
  .page-template-wp-custom-template-destination-alt .wp-block-cover {
    padding: 0px !important;
    background-attachment: initial !important;
  }
}

.page-template-wp-custom-template-destination header.wp-block-template-part,
.page-template-wp-custom-template-destination-alt header.wp-block-template-part {
  color: var(--wp--preset--color--shade-100);
}

.page-template-wp-custom-template-destination .page-header-title,
.page-template-wp-custom-template-destination-alt .page-header-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: 3rem;
  line-height: 3rem;
}

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

  .page-template-wp-custom-template-destination .page-header-title,
  .page-template-wp-custom-template-destination-alt .page-header-title {
    font-size: 7rem;
    line-height: 7rem;
  }
}

.page-template-wp-custom-template-destination .wp-block-columns.column-reverse {
  flex-direction: column-reverse;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-wp-custom-template-destination .wp-block-columns.column-reverse {
    flex-direction: row;
  }
}

.page-template-wp-custom-template-destination .grid-container,
.page-template-wp-custom-template-destination-alt .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.page-template-wp-custom-template-destination h2.did-you-know-heading,
.page-template-wp-custom-template-destination p.did-you-know-copy,
.page-template-wp-custom-template-destination h2.featured-storied-heading {
  font-size: 20px !important;
}

/*-------------------------------------------------------------------------------
 * ATENTION:
 * This is the styling for posts that are NOT converted into the FSE-BLOCKS
 *-------------------------------------------------------------------------------
 * PARALLAX TEMPLATE
 *-------------------------------------------------------------------------------*/
.post-template-wp-custom-template-parallax-post header.parallax-nav-header,
.storybooked-template-wp-custom-template-parallax-post header.parallax-nav-header,
.taste-of-template-wp-custom-template-parallax-post header.parallax-nav-header {
  position: absolute;
  top: 0;
  background: transparent;
  z-index: 999;
}

.post-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header,
.storybooked-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header,
.taste-of-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header {
  width: 100%;
}

.post-template-wp-custom-template-parallax-post,
.storybooked-template-wp-custom-template-parallax-post,
.taste-of-template-wp-custom-template-parallax-post {
  overflow-x: hidden;
}

.post-template-wp-custom-template-parallax-post .wp-element-caption,
.storybooked-template-wp-custom-template-parallax-post .wp-element-caption,
.taste-of-template-wp-custom-template-parallax-post .wp-element-caption {
  color: #979797;
  font-size: 14px;
  line-height: 1.79;
  margin-top: 15px;
  font-family: var(--wp--preset--font-family--primary);
  text-align: center;
}

.post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
.storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
.taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline {
  float: none;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0;
  border: none;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
}

.post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p,
.storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p,
.taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p {
  font-size: 1.6rem;
  font-style: italic;
  letter-spacing: -0.38px;
  font-family: var(--wp--preset--font-family--secondary);
  line-height: inherit;
}

.post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite,
.storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite,
.taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite {
  text-transform: uppercase;
  font-weight: var(--wp--custom--font-weight--bold);
  font-style: normal;
  font-size: 16px;
}

.post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before,
.storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before,
.taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: var(--wp--preset--color--shade-0);
  vertical-align: middle;
  margin-right: 0.4rem;
}

.post-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt,
.storybooked-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt,
.taste-of-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt {
  padding-top: 20px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  font-family: var(--wp--preset--font-family--primary)
}

.post-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt::before,
.storybooked-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt::before,
.taste-of-template-wp-custom-template-parallax-post .wp-block-heading.is-style-alt::before {
  top: 0;
  height: 5px;
  content: "";
  width: 50px;
  position: absolute;
  background-color: var(--wp--preset--color--accent-0);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline::before,
.storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline::before,
.taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline::before {
  top: -9px;
  left: 50%;
  height: 5px;
  content: "";
  width: 50px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent-0);
}

.post-template-wp-custom-template-parallax-post p.has-drop-cap,
.storybooked-template-wp-custom-template-parallax-post p.has-drop-cap,
.taste-of-template-wp-custom-template-parallax-post p.has-drop-cap {
  color: var(--wp--preset--color--shade-30);
  line-height: 1.31;
  font-size: 22px !important;
  margin-bottom: 2rem;
}

.post-template-wp-custom-template-parallax-post p.has-drop-cap::first-letter,
.storybooked-template-wp-custom-template-parallax-post p.has-drop-cap::first-letter,
.taste-of-template-wp-custom-template-parallax-post p.has-drop-cap::first-letter {
  float: left;
  font-weight: 700;
  line-height: .9;
  font-size: 4.5rem;
  color: var(--wp--preset--color--accent-0);
  padding: 0 8px 0 3px;
  font-family: var(--wp--preset--font-family--secondary);
}

.post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
.storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
.taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
.storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
.taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background {
  background-attachment: local;
}

.post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
.storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
.taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background {
  left: -9%;
  right: -9%;
  width: auto;
}

.post-template-wp-custom-template-parallax-post .entry-content,
.storybooked-template-wp-custom-template-parallax-post .entry-content,
.taste-of-template-wp-custom-template-parallax-post .entry-content {
  padding-right: 8%;
  padding-left: 8%;
  max-width: 80rem;
}

.post-template-wp-custom-template-parallax-post .entry-content p,
.storybooked-template-wp-custom-template-parallax-post .entry-content p,
.taste-of-template-wp-custom-template-parallax-post .entry-content p {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 19px;
  line-height: var(--wp--custom--paragraph-post--line-height);
  letter-spacing: var(--wp--custom--paragraph-post--letter-spacing);
}

.post-template-wp-custom-template-parallax-post .entry-content p a,
.storybooked-template-wp-custom-template-parallax-post .entry-content p a,
.taste-of-template-wp-custom-template-parallax-post .entry-content p a {
  text-decoration: none;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.5;
  border-bottom: 0.125rem solid var(--wp--preset--color--shade-50);
  box-shadow: inset 0 -0.125rem 0 var(--wp--preset--color--shade-50);
  transition: background .15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.post-template-wp-custom-template-parallax-post .entry-content p a:hover,
.storybooked-template-wp-custom-template-parallax-post .entry-content p a:hover,
.taste-of-template-wp-custom-template-parallax-post .entry-content p a:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--shade-50);
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties {
  height: auto;
  margin: 6rem -8%;
  max-width: none;
  padding: 1rem 3rem;
  background: var(--wp--preset--color--accent-100);
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to {
  margin-top: 3rem;
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .category-label-alt,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .category-label-alt,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .category-label-alt {
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
  display: inline-block;
  letter-spacing: -0.3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links {
  margin: 0 0 3rem;
  position: relative;
  list-style: none;
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  list-style-position: outside;
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li {
  font-size: 1.5rem;
  line-height: 22px;
  font-family: var(--wp--preset--font-family--secondary);
}

.post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li a:hover,
.storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li a:hover,
.taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li a:hover {
  color: var(--wp--preset--color--accent-0);
}

.post-template-wp-custom-template-parallax-post .wp-block-image.alignleft,
.storybooked-template-wp-custom-template-parallax-post .wp-block-image.alignleft,
.taste-of-template-wp-custom-template-parallax-post .wp-block-image.alignleft {
  width: 100%;
}

.post-template-wp-custom-template-parallax-post .wp-block-image.alignright,
.storybooked-template-wp-custom-template-parallax-post .wp-block-image.alignright,
.taste-of-template-wp-custom-template-parallax-post .wp-block-image.alignright {
  margin: 0.5em 0 0.5em 1em;
  width: 100%;
}

.post-template-wp-custom-template-parallax-post .wp-block-embed-youtube,
.storybooked-template-wp-custom-template-parallax-post .wp-block-embed-youtube,
.taste-of-template-wp-custom-template-parallax-post .wp-block-embed-youtube {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

  .post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline {
    float: right;
  }
}

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

  .post-template-wp-custom-template-parallax-post .wp-block-image.alignleft,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-image.alignleft,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-image.alignleft {
    margin: 0.5em 1em 0.5em 0;
    margin-left: -8.25%;
    float: left;
    width: auto;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-image.alignright,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-image.alignright,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-image.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
    margin-right: -8.25%;
    width: auto;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-embed-youtube,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-embed-youtube,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-embed-youtube {
    margin-left: -8.25%;
    margin-right: -8.25%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline {
    border: 0 none;
    max-width: 300px;
    position: relative;
    padding-left: 20px;
    margin: 20px -16.5% 20px 0;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline p {
    font-size: 1.6rem;
    font-style: italic;
    letter-spacing: -0.38px;
    font-family: var(--wp--preset--font-family--secondary)
  }

  .post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite {
    text-transform: uppercase;
    font-weight: var(--wp--custom--font-weight--bold);
    font-style: normal;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-quote.is-style-inline cite::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: var(--wp--preset--color--shade-0);
    vertical-align: middle;
    margin-right: 0.4rem;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax {
    min-height: 100vh;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax .wp-block-cover__image-background {
    background-attachment: fixed;
  }
}

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

  .post-template-wp-custom-template-parallax-post p.has-drop-cap,
  .storybooked-template-wp-custom-template-parallax-post p.has-drop-cap,
  .taste-of-template-wp-custom-template-parallax-post p.has-drop-cap {
    font-size: 26px !important;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-traveler-properties,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties {
    margin: 6rem 0;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links::before,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links::before,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links::before {
    width: 1px;
    content: "";
    height: 100%;
    display: block;
    background: #ccc;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul {
    list-style-position: inside;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li {
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li:nth-child(2n+1),
  .storybooked-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li:nth-child(2n+1),
  .taste-of-template-wp-custom-template-parallax-post .wp-block-traveler-properties .where-to-links ul li:nth-child(2n+1) {
    padding-right: 4rem;
  }

  .post-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header,
  .storybooked-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header,
  .taste-of-template-wp-custom-template-parallax-post header.parallax-nav-header .main-header {
    width: auto;
  }

  .post-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
  .storybooked-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax,
  .taste-of-template-wp-custom-template-parallax-post .wp-block-cover.has-parallax {
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.edit-post-sidebar .edit-post-sidebar__panel-tabs button {
  color:#1E1E1E;
}
.media-frame .media-frame-tab-panel button {
	color:#1d2327!important;
} 
