/*
Theme Name: OPENTABLE (facelift) child theme of Le-Grand-K
Theme URI: http://kayak.com
Author: Kaunas CMS Team
Author URI: http://kayak.com
Template: le-grand-k
Description: The 2020 OPENTABLE theme for a particular blog.
Version: 0.2.1
License: Kayak
License URI: http://kayak.com
Tags: R9 infrastructure, responsive-layout, translation-ready, accessibility-ready
*/
@font-face {
  font-family: 'BrandonText';
  src: url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_reg-webfont.woff2") format("woff2"), url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_reg-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'BrandonText';
  src: url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_med-webfont.woff2") format("woff2"), url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_med-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'BrandonText';
  src: url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_bld-webfont.woff2") format("woff2"), url("https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_bld-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #141A26;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 auto;
  font-weight: 800;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

h2, .h2 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

h5, .h5 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

h6, .h6 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (min-width: 992px) {
  h6, .h6 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 3rem;
}

@media (min-width: 992px) {
  p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

p em {
  font-size: inherit;
}

p strong {
  font-size: inherit;
}

p + p {
  margin-top: 10px;
}

small, .small {
  font-size: 1.4rem;
  line-height: 2rem;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

body {
  position: relative;
}

.site {
  overflow: hidden;
}

.content-section.section-dark, .content-section-wide.section-dark {
  background-color: #333333;
  color: white;
}

.content-section.section-dark *, .content-section-wide.section-dark * {
  color: white;
}

.content-section {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .content-section {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-section {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-section {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-section {
    max-width: 1020px;
  }
}

@media (min-width: 1600px) {
  .content-section {
    max-width: 1020px;
  }
}

@media (min-width: 1920px) {
  .content-section {
    max-width: 1020px;
  }
}

.content-section .container {
  width: 100%;
}

@media (max-width: 575px) {
  .content-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.content-section-wide {
  max-width: 100%;
}

.content-section-wide .container {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .content-section-wide .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-section-wide .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-section-wide .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (min-width: 1600px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (min-width: 1920px) {
  .content-section-wide .container {
    max-width: 1020px;
  }
}

@media (max-width: 575px) {
  .content-section-wide .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-divider {
  height: 1px;
  clear: both;
}

.section-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #E1E1E1;
}

.section-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #E1E1E1;
}

.section-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}

.section-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

.section-breadcrumbs {
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .section-breadcrumbs {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blocks-wrapper--2col-split-md-only .blocks {
    column-count: 2;
    column-gap: 24px;
  }
}

.blocks-wrapper--2col-split-md-only .blocks > * {
  break-inside: avoid;
}

.block--100-height {
  min-height: 100px;
}

@media (min-width: 992px) {
  .block--100-height-lg {
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .block--200-height-lg {
    min-height: 200px;
  }
}

.columns {
  display: flex;
  margin: -12px;
}

.columns--row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.columns--padded {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .columns--in-entry-content {
    margin-left: -55px;
    margin-right: -55px;
  }
}

.columns .column {
  flex: 1 1 auto;
  width: 100%;
  padding: 12px;
}

.columns .column--unsized {
  width: auto !important;
}

.columns .column--one {
  width: 100%;
}

.columns .column--one-half {
  width: 50%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .columns .column--one-half-sm {
    width: 50%;
    flex-grow: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns .column--one-half-md {
    width: 50%;
    flex-grow: 0;
  }
}

.columns .column--one-half-md-compensation {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns .column--one-half-md-compensation {
    display: block;
  }
}

@media (min-width: 992px) {
  .columns .column--one-half-lg {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .columns .column--one-third-lg {
    width: 33.33%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--two-thirds-lg {
    width: 66.66%;
  }
}

@media (min-width: 992px) {
  .columns .column--one-fifth-lg {
    width: 20%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--two-fifths-lg {
    width: 40%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--three-fifths-lg {
    width: 60%;
    flex-grow: 0;
  }
}

@media (min-width: 992px) {
  .columns .column--four-fifths-lg {
    width: 80%;
    flex-grow: 0;
  }
}

@media (max-width: 767px) {
  .columns .column--hide-until-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .columns .column--order-priority-until-md {
    order: 0;
  }
}

@media (max-width: 767px) {
  .columns .column--order-default-until-md {
    order: 1;
  }
}

.posted-on,
.byline {
  display: block;
}

.subscribe-video {
  text-align: right;
}

span.hotel-button {
  display: inline-block;
  padding: 20px 20px;
}

.noselect, .button, .site-header .header-area__navigation > *, .site-header .header-area__search > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.link, .link-pointer, .post-item .post-cat-label,
.post-item .post-tag-label, .entry-header .post-cat-label,
.entry-header .post-tag-label, .tribe-events-meta-group a, .breadcrumbs a, .post-card-title__link, .post-card-meta__link, .post-item--round-left-aligned .post-title__link, .post-item--round-right-aligned .post-title__link, .category-card--city-guides .category-title__link, .site-footer a, .entry-content a {
  text-decoration: none;
}

.link:hover, .link-pointer:hover, .post-item .post-cat-label:hover,
.post-item .post-tag-label:hover, .entry-header .post-cat-label:hover,
.entry-header .post-tag-label:hover, .tribe-events-meta-group a:hover, .breadcrumbs a:hover, .post-card-title__link:hover, .post-card-meta__link:hover, .post-item--round-left-aligned .post-title__link:hover, .post-item--round-right-aligned .post-title__link:hover, .category-card--city-guides .category-title__link:hover, .site-footer a:hover, .entry-content a:hover {
  text-decoration: underline;
}

.link svg, .link-pointer svg, .post-item .post-cat-label svg, .post-item .post-tag-label svg, .entry-header .post-cat-label svg, .entry-header .post-tag-label svg, .tribe-events-meta-group a svg, .breadcrumbs a svg, .post-card-title__link svg, .post-card-meta__link svg, .post-item--round-left-aligned .post-title__link svg, .post-item--round-right-aligned .post-title__link svg, .category-card--city-guides .category-title__link svg, .site-footer a svg, .entry-content a svg {
  fill: inherit;
}

.blog-menu .menu-item-link {
  text-decoration: none;
}

.blog-menu .menu-item-link svg {
  fill: inherit;
}

.link, .link-pointer, .post-item .post-cat-label,
.post-item .post-tag-label, .entry-header .post-cat-label,
.entry-header .post-tag-label, .tribe-events-meta-group a {
  display: inline-flex;
  align-items: center;
  color: #DA3743;
  fill: #DA3743;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.link:focus, .link-pointer:focus, .post-item .post-cat-label:focus,
.post-item .post-tag-label:focus, .entry-header .post-cat-label:focus,
.entry-header .post-tag-label:focus, .tribe-events-meta-group a:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.breadcrumbs a {
  color: #2D333F;
  fill: #2D333F;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.breadcrumbs a:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.post-card-title__link, .post-card-meta__link, .post-item--round-left-aligned .post-title__link, .post-item--round-right-aligned .post-title__link, .category-card--city-guides .category-title__link {
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.post-card-title__link:focus, .post-card-meta__link:focus, .post-item--round-left-aligned .post-title__link:focus, .post-item--round-right-aligned .post-title__link:focus, .category-card--city-guides .category-title__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.blog-menu .menu-item-link {
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.blog-menu .menu-item-link:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.site-footer a {
  color: white;
  fill: white;
  text-decoration: none;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.site-footer a:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.link-on-image {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.link-on-image:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.link-on-image-dark {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.link-on-image-dark:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.link-pointer svg {
  margin-left: .5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.button {
  padding: 1rem 1.6rem;
  box-sizing: border-box;
  display: inline-block;
  height: 4rem;
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  transition: all .15s ease-in-out;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #6F737B;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: transparent;
  outline: 0 !important;
  transition: all .15s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}

.button svg {
  margin: -6px 0;
}

.button:hover {
  background: #575a60;
  text-decoration: none !important;
}

.button:focus {
  background: #3f4145;
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.button:active {
  color: #cccccc;
  background: #333438;
}

.button:disabled {
  color: #999999;
  cursor: not-allowed;
}

.button--primary {
  color: white !important;
  background: #DA3743;
}

.button--primary svg {
  fill: white;
}

.button--primary:hover {
  background: #e2626b;
}

.button--primary:focus, .button--primary:active {
  color: white !important;
  background: #de4d57;
}

.button--white {
  color: #141A26 !important;
  background: white;
  border-color: #E1E1E1;
}

.button--white svg {
  fill: white;
}

.button--small {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 3.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.button--small svg {
  margin: -7px 0;
}

.button--load-more {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 48px;
  border-radius: 0 !important;
  text-decoration: none;
}

.button.is-processing {
  animation: load-more-blink 1s infinite;
}

.button.is-disabled {
  display: none;
}

@keyframes load-more-blink {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .75;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.button--util, .button--all {
  height: 32px;
  padding: 4px 16px;
  color: #141A26 !important;
  background: white;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  border-color: #E1E1E1;
}

.button--util svg, .button--all svg {
  fill: white;
}

.button--util:hover, .button--all:hover, .button--white:hover {
  background: whitesmoke;
}

.button--util:focus, .button--util:active, .button--all:focus, .button--all:active, .button--white:focus, .button--white:active {
  color: #141A26 !important;
  background: #fafafa;
}

.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
  color: #141A26;
}

.entry-content h2 {
  font-size: 3rem;
  line-height: 3.8rem;
}

@media (max-width: 991px) {
  .entry-content h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.entry-content h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

@media (max-width: 991px) {
  .entry-content h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.entry-content h4 {
  font-size: 2.4rem;
  line-height: 3rem;
}

.entry-content h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.entry-content h6 {
  font-size: 2rem;
}

.entry-content p {
  font-size: 1.6rem;
}

.entry-content a {
  color: #DA3743;
  fill: #DA3743;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.entry-content a:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.entry-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.entry-content .wp-caption-text {
  margin: 12px 0 0;
}

.entry-content hr {
  margin: 12px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}

.entry-content .text-mb-0 {
  margin-bottom: 0 !important;
}

.entry-content .text-mb-xxsmall {
  margin-bottom: 4px !important;
}

.entry-content .text-mb-small {
  margin-bottom: 12px !important;
}

.entry-content .text-mb-large {
  margin-bottom: 24px !important;
}

.entry-content .text-mb-xlarge {
  margin-bottom: 32px !important;
}

.entry-content .button--clickout {
  color: white !important;
  background: #DA3743;
}

.entry-content .button--clickout svg {
  fill: white;
}

.entry-content .button--clickout:hover {
  background: #e2626b;
}

.entry-content .button--clickout:focus, .entry-content .button--clickout:active {
  color: white !important;
  background: #de4d57;
}

.entry-content .button--neutral {
  color: white !important;
  background: #247F9E;
}

.entry-content .button--neutral svg {
  fill: white;
}

.entry-content .button--neutral:hover {
  background: #2da0c8;
}

.entry-content .button--neutral:focus, .entry-content .button--neutral:active {
  color: white !important;
  background: #2990b3;
}

.entry-content .text-small {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .entry-content .text-large,
  .entry-content .h-small {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 768px) {
  .entry-content .text-large,
  .entry-content .h-small {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.entry-content .h1-alike {
  font-size: 3.2rem;
  line-height: 3.6rem;
}

@media (min-width: 992px) {
  .entry-content .h1-alike {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

.entry-content .h2-alike {
  font-size: 3.2rem;
  line-height: 3.6rem;
}

@media (min-width: 992px) {
  .entry-content .h2-alike {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

.entry-content .h3-alike {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (min-width: 992px) {
  .entry-content .h3-alike {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

.entry-content strong {
  font-size: inherit;
}

@media (max-width: 576px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .entry-content .alignleft {
    display: block;
    float: left;
    max-width: 50%;
    margin-right: 32px !important;
    margin-bottom: 32px !important;
  }
  .entry-content .alignright {
    display: block;
    float: right;
    max-width: 50%;
    margin-left: 32px !important;
    margin-bottom: 32px !important;
  }
  .entry-content .alignnone img,
  .entry-content .alignleft img,
  .entry-content .alignright img {
    display: block;
  }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content hr {
    clear: both;
  }
}

.entry-content .clear-both {
  clear: both;
}

.section-dark h1, .section-dark .h1, .section-dark h2, .section-dark .h2, .section-dark h3, .section-dark .h3, .section-dark h4, .section-dark .h4, .section-dark h5, .section-dark .h5, .section-dark h6, .section-dark .h6 {
  color: white;
}

.section-dark p {
  color: white;
}

.list-header {
  color: #141A26;
}

.img-responsive {
  max-width: 100%;
}

.form-group {
  display: flex;
}

@media (max-width: 575px) {
  .form-group {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .form-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.form-group:not(:first-child) {
  margin-top: 24px;
}

.form-group .input {
  order: 0;
  flex: 1 0 auto;
}

@media (max-width: 575px) {
  .form-group .input + .button {
    order: 1;
    margin-top: 24px;
  }
}

@media (min-width: 576px) {
  .form-group .input + .button {
    order: 0;
    margin-left: 24px;
  }
}

.form-group .help {
  order: 0;
  margin-top: 8px;
  width: 100%;
}

.input {
  padding: 0.5rem 0.8rem;
  box-sizing: border-box;
  display: inline-block;
  height: 4rem;
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  transition: all .15s ease-in-out;
  font-weight: normal;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.input ::placeholder {
  color: #999999;
}

.input:hover {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
}

.input:focus {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
}

.input:active {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.2);
}

.input:disabled {
  color: #999999;
  background: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.08);
  cursor: not-allowed;
}

.error .input {
  color: #DA3743;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: rgba(218, 55, 67, 0.1);
}

.post-card-title {
  margin: 0;
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #141A26;
}

.post-meta {
  color: #2D333F;
}

.post-card-title__link, .post-card-meta__link, .post-item--round-left-aligned .post-title__link, .post-item--round-right-aligned .post-title__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #141A26;
}

.post-card-meta {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .entry-content, .entry-meta, .entry-divider, .entry-addons,
  .entry-breadcrumbs {
    margin: 0 auto;
    width: 783px;
  }
}

.entry-content img.enlarge {
  width: calc( 100% + 88.5px * 2);
  height: auto;
  max-width: none;
  margin-left: -88.5px;
  margin-right: -88.5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .entry-content img.enlarge {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.base-menu-item {
  display: inline-flex;
  padding-right: 30px;
  color: white;
  fill: white;
}

.base-menu-item > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
}

.base-menu-item > a svg {
  fill: inherit;
}

.base-menu-item:last-child {
  padding-right: 0;
}

.content-section-extra-large {
  max-width: 1275px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.content-section-extra-large .container {
  padding: 0;
  width: 100%;
}

.site-content-contain .content-section--transparent .container {
  background: transparent;
}

.site-content-contain .content-section--min-60 {
  min-height: 60px;
}

.site-content-contain .content-section .container--has-columns,
.site-content-contain .content-section-wide .container--has-columns {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .site-content-contain .content-section--responsive-bottom-spacer,
  .site-content-contain .content-section-wide--responsive-bottom-spacer {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-content-contain .content-section--responsive-bottom-spacer,
  .site-content-contain .content-section-wide--responsive-bottom-spacer {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .site-content-contain .content-section--responsive-bottom-spacer,
  .site-content-contain .content-section-wide--responsive-bottom-spacer {
    margin-bottom: 40px;
  }
}

.search-results-total {
  padding-top: 40px;
  font-weight: bold;
}

.logo {
  display: flex;
  align-items: center;
  height: 32px;
}

.logo-link {
  display: block;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.logo-link:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.logo .mark {
  fill: #DA3743;
}

.logo .wordmark {
  fill: #1C1C1C;
}

.social-channels .social-icons {
  display: inline-flex;
  margin: 0 8px;
  padding: 4px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: background 200ms ease-out;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.social-channels .social-icons:hover {
  background: rgba(255, 255, 255, 0.35);
}

.social-channels .social-icons:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.social-channels .social-icons:first-child {
  margin-left: 0;
}

.social-channels .social-icons:last-child {
  margin-right: 0;
}

.social-channels--on-dark * {
  fill: white;
}

.breadcrumbs {
  font-size: 1.2rem;
  line-height: 2.8rem;
}

.breadcrumbs-separator {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-bottom: 2px;
  height: 15px;
  background-color: #2D333F;
  -webkit-mask: url('data:image/svg+xml;utf8,%3Csvg version="1.1" id="horizontal" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" focusable="false" viewBox="0 0 200 200"%3E%3Cpath fill="none" stroke="black" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" d="M80 155l50-55-50-55" /%3E%3C/svg%3E') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,%3Csvg version="1.1" id="horizontal" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" focusable="false" viewBox="0 0 200 200"%3E%3Cpath fill="none" stroke="black" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" d="M80 155l50-55-50-55" /%3E%3C/svg%3E') no-repeat 50% 50%;
}

.breadcrumbs .current-item {
  font-weight: bold;
  color: #2D333F;
}

.category-card--city-guides .category-title__link {
  text-decoration: none;
  color: #141A26;
}

.category-card .category-card__block--image {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .category-card .category-card__block--text {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .category-card .category-card__block--text {
    padding-bottom: 20px;
  }
}

.category-card .category-thumbnail {
  max-width: 100%;
}

.category-card .category-thumbnail--circle {
  width: 350px;
}

.category-card--city-guides .category-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image {
    max-height: 240px;
  }
}

@media (max-width: 575px) {
  .post-card--large .post-card-thumbnail, .post-card--large .post-card__block--image {
    max-height: 180px;
  }
}

@media (max-width: 575px) {
  .post-card {
    margin: 0 auto;
    max-width: 400px;
  }
}

.post-card--large {
  margin-bottom: 3rem;
}

.entry-content .post-card--large {
  margin-bottom: 0;
}

.post-card--large-image {
  position: relative;
  max-width: 100%;
}

.post-card--large-empty {
  height: 320px;
}

.post-card--large-empty .post-card-thumbnail__image {
  filter: grayscale(100%);
  opacity: .3;
}

.post-card--small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 80px;
  padding: 20px 0;
}

.post-card--large.post-card--featured {
  margin-bottom: 0;
}

.entry-content .post-card-title--large, .post-card-title--large {
  margin: 1rem 0;
  font-size: 2.0rem;
  line-height: 2.4rem;
}

.entry-content .post-card-title--large + .post-card-subtitle, .post-card-title--large + .post-card-subtitle {
  margin: -2rem 0 2rem;
  font-size: 1.4rem;
}

.post-card-title--featured {
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .post-card-title--featured {
    font-size: 2.5rem;
    line-height: 3.0rem;
  }
}

@media (min-width: 768px) {
  .post-card-title--featured {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }
}

.post-card-title--featured + .post-card-subtitle {
  margin: -1rem 0 2rem;
  font-weight: bold;
}

.post-card-title--large {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.post-card-title--small {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.post-card-title__link.link-on-image-dark {
  color: white;
  fill: white;
}

.entry-content .post-card-title__link {
  color: inherit;
}

@media (max-width: 767px) {
  .post-card-title--large.post-card-title--featured {
    margin-top: 0;
  }
}

.section-dark .post-card-title__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.post-card-meta > * {
  display: inline-block;
}

.post-card-description {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.post-card-description > * {
  font-size: 1.4rem;
  line-height: 2rem;
}

.post-card-meta {
  margin-top: 5px;
}

.entry-content .post-card-meta__link {
  color: inherit;
}

.post-tag-links {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #DA3743;
}

.section-dark .post-card-meta__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.25);
}

.post-card-date,
.post-card-count,
.post-card-author {
  color: #2D333F;
}

.post-card-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.post-card--large .post-card-thumbnail__image {
  width: auto;
  height: 320px;
}

@media (max-width: 767px) {
  .post-card--large .post-card-thumbnail__image {
    width: 100%;
    height: auto;
  }
}

.entry-content .post-card-thumbnail .post-card-thumbnail__image {
  max-width: none;
}

.post-card--large-image .post-card-thumbnail {
  height: 190px;
}

.post-card--large-image .post-card-thumbnail__image {
  height: 190px;
  width: auto;
}

.post-card--small .post-card-thumbnail {
  width: 80px;
  height: 80px;
}

.post-card--small .post-card-thumbnail__image {
  width: auto;
  height: 80px;
}

.post-card--large .post-card__block--image {
  display: flex;
}

.post-card-wrapper--aside-list .post-card--small {
  border-bottom: 1px solid #E1E1E1;
}

.post-card-wrapper--aside-list .post-card--small .post-card__block--image {
  margin-left: 20px;
  height: 80px;
}

.post-card-wrapper--menu-list .post-card--small {
  padding: 0 0 15px;
}

.post-card-wrapper--menu-list .post-card--small * {
  color: white;
}

.post-card-wrapper--menu-list .post-card--small .post-card-title {
  font-size: 1.4rem;
}

.post-card-wrapper--menu-list .post-card--small .post-card-meta {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.post-card-wrapper--menu-list .post-card--small .post-card__block--text {
  order: 2;
  width: calc(100% - 100px);
}

.post-card-wrapper--menu-list .post-card--small .post-card__block--image {
  order: 1;
  margin-right: 20px;
  height: 80px;
}

.post-card-wrapper--menu-list .post-card--large-image {
  position: relative;
}

.post-card-wrapper--menu-list .post-card--large-image .post-card__block--text {
  position: absolute;
  bottom: 9px;
  padding: 10px 15px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.post-card-wrapper--menu-list .post-card-title--large-image {
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: white;
}

.post-item {
  display: flex;
}

.post-item .post-thumbnail-wrapper {
  flex: 0 0 auto;
}

.post-item .post-header-wrapper {
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .post-item .post-header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.post-item .post-cat-label,
.post-item .post-tag-label {
  font-weight: bold;
}

.post-thumbnail--115 {
  width: 115px;
}

.post-thumbnail--max-470 {
  width: 470px;
  max-width: 100%;
}

.post-item--round-left-aligned .post-thumbnail-wrapper {
  margin: 15px 15px 15px 0;
}

.post-item--round-left-aligned .post-header-wrapper {
  padding: 0;
}

.post-item--round-left-aligned .post-cat-label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.post-item--round-left-aligned .post-title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (max-width: 991px) {
  .post-item--round-left-aligned .post-header-title-wrapper {
    margin-top: -10px;
  }
}

@media (min-width: 992px) {
  .post-item--round-left-aligned .post-header-title-wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .post-item--round-right-aligned {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .post-item--round-right-aligned {
    flex-direction: row;
  }
}

@media (max-width: 575px) {
  .post-item--round-right-aligned .post-thumbnail-wrapper {
    margin: 30px 0 0;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .post-item--round-right-aligned .post-thumbnail-wrapper {
    margin: 0 0 0 30px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .post-item--round-right-aligned .post-thumbnail-wrapper {
    margin: 0 0 0 60px;
  }
}

.post-item--round-right-aligned .post-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.post-item--round-right-aligned .post-cat-label {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: bold;
}

.post-item--round-right-aligned .post-header-description {
  margin-top: 30px;
  line-height: 150%;
}

.post-list-headline {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}

@media (max-width: 575px) {
  .post-list-headline {
    margin: 0 auto;
    max-width: 400px;
  }
}

.post-list-headline__title {
  display: block;
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .post-list-headline__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

.post-list-headline__link {
  display: inline-flex;
  align-items: flex-end;
}

.post-list-headline__description {
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

.post-list-headline-group {
  display: flex;
}

@media (max-width: 575px) {
  .post-list-headline-group {
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .post-list-headline-group {
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .post-list-headline-group .post-list-headline__description {
    width: 100%;
    line-height: 2.4rem;
  }
}

@media (max-width: 575px) {
  .post-list-headline-group .post-list-headline__link {
    width: 100%;
    padding-top: 16px;
  }
}

@media (min-width: 576px) {
  .post-list-headline-group .post-list-headline__link {
    padding-left: 16px;
  }
}

.post-list-headline__title + .post-list-headline-group {
  margin-top: 5px;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
}

.button-content {
  justify-content: center;
  align-items: center;
}

.button--load-more .button-content.default {
  display: inline-flex;
}

.button--load-more .button-content.processing {
  display: none;
}

.button--load-more.is-processing .button-content.default {
  display: none;
}

.button--load-more.is-processing .button-content.processing {
  display: inline-flex;
}

.blog-menu-mobile-wrapper,
.blog-menu-wrapper {
  height: inherit;
}

.blog-menu-mobile-wrapper {
  position: relative;
}

.blog-menu-mobile-wrapper .blog-menu-handle {
  position: relative;
}

.blog-menu-mobile-wrapper .blog-menu-panel {
  position: absolute;
  left: 0;
  top: 100%;
}

.blog-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: inherit;
}

.blog-menu .menu-item {
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin: 0 15px;
}

.blog-menu .menu-item > * {
  display: inline-flex;
  align-items: center;
}

.blog-menu .menu-item svg {
  width: 20px;
  height: 20px;
}

.blog-menu .menu-item-link {
  font-weight: bold;
  color: #141A26;
}

.blog-menu .menu-item-link:hover {
  color: #DA3743;
  fill: #DA3743;
}

.blog-menu .menu-item-link:focus {
  color: #DA3743;
  fill: #DA3743;
}

.blog-menu .current-menu-item .menu-item-link,
.blog-menu .current-menu-parent .menu-item-link,
.blog-menu .current-menu-ancestor .menu-item-link {
  color: #DA3743;
  fill: #DA3743;
}

.blog-menu-handle {
  display: flex;
  align-items: center;
  height: 100%;
}

.blog-menu-handle .menu-button {
  margin-left: -3px;
}

.menu-button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0 !important;
  transition: all .15s ease-in-out;
}

.menu-button:focus {
  box-shadow: 0 0 0 0.3rem rgba(97, 189, 219, 0.25);
}

.menu-button .svg-icon {
  fill: #141A26;
}

.menu-button .menu-button__icon-open,
.menu-button .menu-button__icon-close {
  align-items: center;
}

.blog-menu-handle .menu-button .menu-button__icon-open {
  display: none;
}

.blog-menu-handle .menu-button .menu-button__icon-closed {
  display: flex;
}

.blog-menu-handle .menu-button.open .menu-button__icon-open {
  display: flex;
}

.blog-menu-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

.blog-menu-panel {
  display: none;
  padding: 12.5px 0;
}

.blog-menu-panel.open {
  display: flex;
}

.blog-menu-panel .blog-menu {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-menu-panel .menu-item {
  margin: 5px 0;
  min-width: calc(100vw - 60px);
}

.blog-menu-panel-bg-wrapper {
  z-index: -1;
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: calc(100vh - 50px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.blog-menu-panel-bg-wrapper.open {
  display: block;
}

.blog-menu-bar {
  margin: 0 -15px;
}

.blog-menu-bar .dropdown-menu-item-link {
  position: relative;
}

.blog-menu-bar .dropdown-menu-item-link svg {
  transition: transform 100ms ease-in;
  transform: rotate(0);
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 -15px;
  padding: 15px 0;
  min-width: 400px;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2rem;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu .menu-item {
  height: 30px;
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu,
.blog-menu-bar .dropdown-menu-item-link .sub-menu[aria-hidden="true"] {
  display: none;
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu[aria-hidden="false"] {
  display: flex;
}

.blog-menu-bar .dropdown-menu-item-link.open svg {
  transform: rotate3d(1, 0, 0, 180deg);
}

.blog-menu-bar .dropdown-menu-item-link .menu-item-link {
  margin-right: -5px;
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu .menu-item {
  width: calc(50% - 30px);
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu .menu-item-link {
  font-weight: normal;
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu .menu-item-link:not(:focus):not(:hover) {
  color: #91949A;
}

.blog-menu-bar .dropdown-menu-item-link .sub-menu .current-menu-item .menu-item-link {
  color: #DA3743 !important;
}

.blog-search-wrapper {
  height: inherit;
}

.blog-search-wrapper .blog-search-handle {
  position: relative;
}

.blog-search-wrapper .blog-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-width: 1275px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.header-search-handle {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

.header-search-handle .menu-button {
  margin-left: -3px;
}

.menu-button .menu-button__icon-open,
.menu-button .menu-button__icon-close {
  align-items: center;
}

.header-search-handle .menu-button .menu-button__icon-open {
  display: none;
}

.header-search-handle .menu-button .menu-button__icon-closed {
  display: flex;
}

.header-search-handle .menu-button.open .menu-button__icon-open {
  display: flex;
}

.header-search-handle .menu-button.open .menu-button__icon-closed {
  display: none;
}

.blog-search-panel {
  display: none;
  padding: 12.5px 0;
}

.blog-search-panel.open {
  display: flex;
}

.blog-search-panel-contents {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-search-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}

.header-search-form {
  padding: 75px 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .header-search-form {
    padding-top: 95px;
  }
}

.blog-search-panel-bg-wrapper {
  z-index: -1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.blog-search-panel-bg-wrapper.open {
  display: block;
}

.site-header {
  position: relative;
  z-index: 1000;
  height: 50px;
  background: white;
  border-bottom: 1px solid #D8D9DB;
}

.site-header .header-area--first {
  display: flex;
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
}

.site-header .header-area__branding {
  flex: 0 0 auto;
}

.site-header .header-area__navigation {
  height: 100%;
}

.site-header .header-area__spacer {
  flex: 1 1 auto;
}

@media (max-width: 320px) {
  .site-header .header-area__cta {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header .header-area__cta .button--small {
    padding-left: .6rem;
    padding-right: .6rem;
  }
}

@media (max-width: 500px) {
  .site-header .header-area__cta .cta-description {
    display: none;
  }
}

.site-header .header-area-separator {
  height: 26px;
  border-right: 1px solid #E1E1E1;
}

.sticky-header-enabled .site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.sticky-header-enabled .header-search-form {
  position: fixed;
  top: 50px;
}

.sticky-header-enabled .site-content::before {
  display: block;
  content: '';
  padding-top: 100px;
}

.site-branding-text {
  display: none;
}

.navigation-top {
  display: flex;
  align-items: center;
  height: inherit;
}

@media (min-width: 992px) {
  .navigation-top--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .navigation-top--desktop {
    display: none;
  }
}

.header-area__spacing-separation-1, .header-area__spacing-separation-3, .header-area__spacing-separation-4, .header-area__spacing-separation-4 .subscribe-cta-wrapper, .header-area__spacing-separation-5 {
  display: flex;
  align-items: center;
  height: inherit;
}

.header-area__spacing-separation-1 .navigation-top--mobile .header-area-separator {
  margin: 0 15px;
}

.header-area__spacing-separation-3 .navigation-top--desktop .header-area-separator {
  margin: 0 20px;
}

@media (max-width: 991px) {
  .header-area__spacing-separation-4 .subscribe-cta-wrapper .header-area-separator {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  .header-area__spacing-separation-4 .subscribe-cta-wrapper .header-area-separator {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .header-area__spacing-separation-5 .header-area-separator {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  .header-area__spacing-separation-5 .header-area-separator {
    margin: 0 20px;
  }
}

.site-footer {
  padding: 50px 0;
  color: white;
  background-color: #2E333E;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    padding: 60px 0 100px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding: 65px 0 140px;
  }
}

.site-title-wrapper + .channels-wrapper {
  margin-top: 40px;
}

.nav-columns.footer-navigation .columns {
  width: 100%;
}

.nav-columns.footer-navigation .group-title,
.nav-columns.footer-navigation .items-list {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.nav-columns.footer-navigation .group-title {
  margin-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-columns.footer-navigation .items-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

.nav-columns.footer-navigation .items-list .item a {
  color: #ACACAC;
}

@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 75px;
  }
}

.site-footer .footer-navigation .main-links {
  list-style: none;
  margin: -12px;
  padding: 0;
}

.site-footer .footer-navigation .main-links .main-link {
  display: inline-block;
  padding: 0 12px 12px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.site-footer .footer-row-first + .footer-row-second {
  margin-top: 32px;
}

.site-footer .footer-row-second {
  margin-bottom: 24px;
}

.site-footer .legal-links {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .legal-links > * {
  margin-right: 12px;
}

.content-section-extra-large .container--single {
  border-bottom: 1px solid #E1E1E1;
}

@media (min-width: 1200px) {
  .content-section-extra-large .container--single {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (max-width: 767px) {
  article.entry-wrapper .entry-header {
    flex-direction: column;
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  article.entry-wrapper .entry-header {
    padding: 40px 0;
  }
}

.entry-header {
  display: flex;
}

@media (min-width: 768px) {
  .entry-header {
    flex-wrap: wrap;
  }
}

.entry-header .post-cat-label,
.entry-header .post-tag-label {
  font-weight: bold;
}

@media (min-width: 768px) {
  .entry-header .entry-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 15px 0;
    width: calc(100% - 400px);
  }
}

@media (min-width: 992px) {
  .entry-header .entry-header-wrapper {
    width: calc(100% - 550px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .entry-header .entry-header-wrapper .entry-header-title-wrapper {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  .entry-header .entry-header-wrapper .entry-header-title-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .entry-header .post-thumbnail-wrapper {
    margin-top: 25px;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .entry-header .post-thumbnail-wrapper {
    margin-top: 50px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .entry-header .post-thumbnail-wrapper {
    margin-left: 50px;
  }
}

.entry-header .post-thumbnail-wrapper .post-thumbnail--circle {
  max-width: 100%;
}

@media (max-width: 767px) {
  .entry-header .post-thumbnail-wrapper .post-thumbnail--circle {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .entry-header .post-thumbnail-wrapper .post-thumbnail--circle {
    width: 350px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .entry-header .post-thumbnail-wrapper .post-thumbnail--circle {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .entry-header .post-cat-label + .entry-title,
  .entry-header .post-tag-label + .entry-title {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .entry-header .post-cat-label + .entry-title,
  .entry-header .post-tag-label + .entry-title {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .entry-header .entry-meta {
    display: none;
  }
}

.entry-header .post-thumbnail-credits-wrapper {
  flex: 1 1 100%;
  line-height: 125%;
  color: #91949A;
}

@media (max-width: 767px) {
  .entry-header .post-thumbnail-credits-wrapper {
    margin-top: 10px;
  }
}

.single-tribe_events header.entry-header {
  display: flex;
}

.entry-schedule {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.tribe-events-meta-group dl {
  line-height: 2.4rem;
}

.tribe-events-meta-group dt {
  font-weight: bold;
}

.tribe-events-meta-group dd {
  margin: 0;
}

.tribe-events-meta-group a {
  line-height: 125%;
}

@media (max-width: 767px) {
  .tribe-events-meta-group + .tribe-events-meta-group {
    margin-top: 30px;
  }
}

.tribe-events-cal-links {
  margin: 60px 0 30px;
}

.tribe-events-cal-links .button + .button {
  margin-left: 10px;
}

#tribe-events-pg-template {
  margin: 0;
  max-width: none;
  padding: 0;
}

.entry-meta {
  display: flex;
  flex-wrap: nowrap;
}

.entry-meta__author-picture {
  margin-right: 15px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
}

.entry-meta__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entry-meta__details > * {
  line-height: 2.2rem;
}

.entry-meta .avatar {
  max-width: 100%;
  height: auto;
}

.entry-content {
  margin: 0 auto;
}

@media (max-width: 575px) {
  .entry-content {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .entry-content {
    margin-top: 60px;
  }
}

.entry-content-image-crop {
  position: relative;
  padding-top: 58.82%;
  overflow: hidden;
}

.entry-content-image-crop img {
  position: absolute;
  left: 0;
  top: -17%;
  max-width: 100%;
  height: auto;
}

.entry-content .wp-caption {
  margin: 20px 0;
}

.entry-content .wp-caption-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.entry-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.entry-video iframe,
.entry-video object,
.entry-video embed,
.entry-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-divider {
  height: 1px;
  clear: both;
}

.entry-divider--long:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #E1E1E1;
}

.entry-divider--short:before {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #E1E1E1;
}

.entry-divider--large {
  margin-top: 50px;
  margin-bottom: 45px;
}

.entry-divider--small {
  margin-top: 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 385px) {
  .embed-container iframe {
    min-width: 300px !important;
  }
}

.embed-container--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container--video iframe, .embed-container--video object, .embed-container--video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container--video.fullwidth {
  max-width: 100%;
}

@media (min-width: 992px) {
  .embed-container--video.fullwidth {
    margin-left: -118.5px;
    margin-right: -118.5px;
    max-width: 1020px;
    padding-bottom: 67.5%;
  }
}

.entry-addons,
.entry-breadcrumbs {
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .entry-addons,
  .entry-breadcrumbs {
    padding-bottom: 75px;
  }
}

.entry-content .wq_singleResultWrapper {
  float: none;
}

.highlighted-articles {
  padding-top: 32px;
  padding-bottom: 48px;
  background: #FFF8EB;
}

.highlighted-articles-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.highlighted-articles-wrapper .section-divider {
  width: 100%;
}

.highlighted-articles-group {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 991px) {
  .highlighted-articles-group {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .highlighted-articles-group.group-size-2 > * {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .highlighted-articles-group.group-size-2 > * {
    width: calc((100% - 21px) / 2);
  }
}

@media (max-width: 991px) {
  .highlighted-articles-group.group-size-3 > * {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .highlighted-articles-group.group-size-3 > * {
    width: calc((100% - 42px) / 3);
  }
}

@media (max-width: 991px) {
  .highlighted-articles-group.group-size-4 > * {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .highlighted-articles-group.group-size-4 > * {
    width: calc((100% - 63px) / 4);
  }
}

@media (min-width: 992px) {
  .highlighted-articles-group > *:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #E1E1E1;
  }
}

.highlighted-article--major {
  width: 100%;
}

.taxonomy-header .author-card-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.taxonomy-header .author-card-thumbnail__image {
  position: relative;
  max-width: none;
  height: 310px;
  width: 100%;
  /*background: $color__pattens-blue linear-gradient($color__slate-gey, transparent)*/
  background: #999999;
  object-fit: cover;
}

.taxonomy-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}

@media (max-width: 575px) {
  .taxonomy-header {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  .taxonomy-header {
    padding-top: 85px;
  }
}

@media (max-width: 575px) {
  .taxonomy-header .author-card-thumbnail-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .taxonomy-header .author-card-thumbnail__image {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .taxonomy-header .taxonomy-meta--empty {
    display: none;
  }
}

.taxonomy-header .taxonomy-title {
  margin-bottom: 12px;
  font-family: "BrandonText", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.taxonomy-header .taxonomy-subtitle {
  font-weight: bold;
}

.taxonomy-header .taxonomy-title + .taxonomy-subtitle {
  margin-top: -4rem;
  margin-bottom: 5rem;
}

.taxonomy-header .taxonomy-description--author {
  padding-top: 20px;
}

.taxonomy-contents--top-spacing {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .taxonomy-contents--top-spacing {
    margin-top: 60px;
  }
}

.featured-section {
  color: white;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .featured-section {
    padding: 30px 0;
    min-height: 240px;
  }
}

@media (max-width: 575px) {
  .featured-section {
    background-size: cover;
    background-position: left 160px center, 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .featured-section {
    background-size: contain;
    background-position: left calc(50% + 400px/2) center, 100%;
  }
}

@media (min-width: 992px) {
  .featured-section {
    min-height: 320px;
    padding: 60px 0;
    background-size: contain;
    background-position: left calc(50% + 600px/2) center, 100%;
  }
}

@media (max-width: 575px) {
  .featured-section-content-wrapper {
    width: 70%;
  }
}

@media (min-width: 576px) {
  .featured-section-content-wrapper {
    width: 50%;
  }
}

.featured-section__headline {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  font-weight: bold;
}

@media (max-width: 767px) {
  .featured-section__headline {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 768px) {
  .featured-section__headline {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.featured-section__title {
  display: block;
  font-weight: bold;
}

@media (max-width: 767px) {
  .featured-section__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 768px) {
  .featured-section__title {
    margin-right: 60px;
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

.featured-section__headline + .featured-section__title {
  margin-top: 15px;
}

.featured-section__title + .featured-section__cta {
  margin-top: 20px;
}

.newsletter-form {
  padding: 50px 0 40px;
}

.newsletter-form__fields {
  padding: 20px 0;
  max-width: 500px;
}

.newsletter-form-title {
  font-weight: bold;
}

@media (max-width: 991px) {
  .newsletter-form-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 992px) {
  .newsletter-form-title {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}

.newsletter-form-description {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.newsletter-form-title + .newsletter-form-description {
  margin-top: 10px;
}

.newsletter-form-notice {
  font-size: 1.4rem;
  line-height: 2rem;
}

.resource-section {
  background-color:  #FFF8EB;
  padding: 90px 0px;
}

.column--white {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
}

.r9-eloqua-form .form-action .button--red {
  color: white !important;
  background: #DA3743;
  width: 100%;
}

.column--white .content-wrapper{
  padding: 20px;
}

.column--one-half-lg {
 align-self: stretch;
}

.entry-content::after {
   display: block;
   content: '';
   clear: both;
   margin-bottom: 32px;
 }
.r9-rich-snippet {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left calc(50% + 600px/2) center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .r9-rich-snippet {
    min-height: 320px;
    margin-right: -85px;
    margin-left: -85px;
    border: inset 20px transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .r9-rich-snippet {
    margin-right: -55px;
    margin-left: -55px;
  }
}

@media (max-width: 991px) {
  .r9-rich-snippet {
    margin-right: -135px;
    margin-left: -135px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .r9-rich-snippet {
    background-position: left calc(60% + 400px/2) center;
  }
}

@media (max-width: 575px) {
  .r9-rich-snippet {
    margin-right: -25px;
    margin-left: -25px;
    background-position: center bottom;
    background-size: 500px 341px;
  }
}

@media (max-width: 319px) {
  .r9-rich-snippet {
    background-position: center bottom;
    background-size: 320px 218px;
  }
}

.r9-rich-snippet__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 55%;
  margin-left: 65px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .r9-rich-snippet__container {
    margin-left: 55px;
  }
}

@media (max-width: 991px) {
  .r9-rich-snippet__container {
    max-width: 45%;
    margin-left: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .r9-rich-snippet__container {
    max-width: 35%;
  }
}

@media (max-width: 575px) {
  .r9-rich-snippet__container {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 320px;
  }
}

@media (max-width: 319px) {
  .r9-rich-snippet__container {
    padding-bottom: 200px;
  }
}

.r9-rich-snippet__title {
  display: block;
  color: inherit !important;
}

.r9-rich-snippet__text {
  display: block;
  padding-bottom: 20px;
  color: inherit;
}

@media (min-width: 768px) {
  .r9-rich-snippet__text {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.r9-rich-snippet--alpha {
  background-color: #FCEEEF;
  color: #1A0A47;
}

.r9-rich-snippet--echo {
  background-size: contain, 120% 120%;
  background-color: #36153d;
  background-position: left calc(50% + 600px/2) center, left;
  color: #FCEEEF;
}

@media (min-width: 576px) and (max-width: 767px) {
  .r9-rich-snippet--echo {
    background-position: left calc(60% + 400px/2) center;
  }
}

@media (max-width: 575px) {
  .r9-rich-snippet--echo {
    background-position: center bottom;
    background-size: 500px 341px, 0px 0px;
  }
}

@media (max-width: 319px) {
  .r9-rich-snippet--echo {
    background-position: center bottom;
    background-size: 320px 218px, 0px 0px;
  }
}

.post-card--large .post-card-thumbnail__image {
  max-width: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  border-color: #DA3743;
  background-color: #DA3743;
  color: #FFF;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #e2626b;
  border: 1px solid #e2626b;
}

.content-section .content-wrapper a:not(.button),
.content-section .link,
.content-section-wide .content-wrapper a:not(.button),
.content-section-wide .link,
.content-section .newsletter-form a:not(.button) {
  color: #DA3743;
  outline: 0;
}

.social-channels .social-icons {
  margin: 0 4px;
}

.r9-audio-player {
  margin-bottom: 40px;
}

.r9-audio-player audio {
  width: 100%;
}

@media (min-width: 992px) {
    .entry-top {
    /*/margin: 0 auto;*/
      width: 783px;
      margin: 60px auto 0px auto;
  }
}
