/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 600;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}


@font-face {
  font-family: 'SchnyderS-Bold';
  src: url("../fonts/SchnyderS-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: 'SchnyderS-BoldItalic';
  src: url("../fonts/SchnyderS-BoldItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: 'SchnyderXCondL-Bold';
  src: url("../fonts/SchnyderXCondL-Bold.otf");
  font-display: swap;
}


.category-block {
  margin: 60px 0;
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
}

.category-block-heading {
  font-family: SchnyderXCondL-Bold, Serif;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.category-block-heading::before {
  content: '/';
  margin-right: 20px;
  color: #00a2a9;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-size: 40px;
}


.category-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.cat-col-1 {
  border-bottom: 1px solid #efefef;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}

.cat-col-2 {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1;
}

.cat-col-2 .ad-slot {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.cat-col-3 {
  padding: 0;
}

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

  .cat-col-2 {
    flex: 1;
  }

  .cat-col-3 {
    border-left: 1px solid #efefef;
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
    flex: 1;
  }

  .cat-col-2 .ad-slot {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

}

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

  .category-block-heading {
    font-size: 48px;
  }

  .category-block-heading::before {
    font-size: 52px;
  }

  .cat-col-1 {
    border-bottom: none;
    flex: 1;
  }

  .cat-col-2 {
    flex: 1;
  }

  .cat-col-3 {
    border-right: 1px solid #efefef;
    flex: 1;
    margin: 0 18px;
    padding: 0 18px;
  }


  .category-block.odd .cat-col-2 {
    order: 3;
  }

  .category-block.odd .cat-col-3 {
    order: 2;
  }

  .category-block.even .cat-col-1 {
    order: 1;
  }

  .category-block.even .cat-col-2 {
    order: 3;
  }

  .category-block.even .cat-col-3 {
    order: 2;
  }

}

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

  .category-articles {
    flex-wrap: nowrap;
  }

  .cat-col-1 {
    flex: 2;
    padding: 0;
    margin: 0;
  }

  .category-block.even .cat-col-1 {
    order: 3;
  }

  .category-block.even .cat-col-2 {
    order: 1;
  }

  .category-block.even .cat-col-3 {
    order: 2;
  }

}

.category-lede-title {
  font-family: SchnyderXCondL-Bold, serif;
  font-size: 36px;
  margin: .5em 0;
}

.category-lede-dek {
  font-family: brandon-grotesque, sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.category-story {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.category-entry {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.category-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.category-story-thumbnail,
.category-entry-thumbnail {
  flex: 0 0 120px;
  order: 1;
  margin: 0 0 0 18px;
  padding: 0;
}

.category-story-thumbnail img,
.category-entry-thumbnail img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.category-story-header,
.category-entry-header {
  text-align: left;
  flex: 2 0 0;
  padding: 0;
}

.category-story-title,
.category-entry-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 .5em 0;
}

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

  .category-story-thumbnail,
  .category-entry-thumbnail {
    flex: 1 0 0;
  }


  .category-story-thumbnail img,
  .category-entry-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

}

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

  .category-lede {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .category-lede-thumbnail {
    margin: 0;
    flex: 1;
  }

  .category-lede-header {
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
    flex: 1;
    border-left: 1px solid white;
  }

  .category-lede-title {
    margin: 0;
  }

  .category-story {
    display: block;
  }

  .category-story:last-child {
    border-bottom: none;
  }

  .category-story-title {
    font-family: SchnyderS-Bold, serif;
    font-size: 24px;
    margin: .5em 0;
  }

  .category-story-thumbnail {
    margin: 0;
  }

  .category-entry-thumbnail {
    flex: 0 0 120px;
  }

  .category-entry-thumbnail img {
    object-fit: cover;
    width: 120px;
    height: 120px;
  }

}

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

  .category-entry-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

}

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

  .category-lede {
    display: block;
  }

  .category-lede-header {
    margin: 0;
    padding: 0;
    border-left: none;
  }

  .category-lede-title {
    font-size: 50px;
    margin: .25em 0 0;
  }

  .category-entry {
    display: block;
  }

  .category-entry-thumbnail {
    display: none;
  }

  .category-entry-header {
    text-align: center;
  }

  .category-entry-title {
    font-size: 24px;
  }

}


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

  .minimal-nav {
    margin: 60px 0 0 0 !important;
  }
}

#wpadminbar {
  position: fixed;
}

body.admin-bar .primary-nav {
  top: 46px;
}

@media all and (min-width:782px) {

  body.admin-bar .primary-nav {
    top: 32px;
  }
}

@media all and (min-width: 1200px) {

  body:not(.minimal-nav).admin-bar .primary-nav {
    top: auto;
  }
}

body {
  margin: 60px 0 0 0;
  width: 100%;
  overflow-x: hidden;
}

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

  body {
    margin: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.236;
}

hr {
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #efefef;
}

figure {
  margin: 0;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

.alignnone,
.alignright,
.aligncenter,
.alignleft,
.wp-caption.alignnone,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignleft {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 24px auto;
}

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

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .alignleft,
  .alignright,
  .wp-caption.alignleft,
  .wp-caption.alignright {
    display: inline-block;
    max-width: 50%;
  }

  .alignright,
  .wp-caption.alignright {
    float: right;
    margin: 24px 0 24px 24px;
  }

  .aligncenter,
  .wp-caption.aligncenter {
    max-width: 50%;
  }

  .alignleft,
  .wp-caption.alignleft {
    float: left;
    margin: 24px 24px 24px 0;
  }
}

.highlight {
  color: #00a2a9;
}

.page-nav {
  display: flex;
  justify-content: center;
  margin: 18px 0 36px 0;
}

.page-next,
.page-previous {
  font-family: brandon-grotesque, sans-serif font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 1em;
  padding: 6px 9px;
  border: 1px solid #00a2a9;
  border-radius: 4px;
}

.secondary-nav {
  display: none;
}

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

  .secondary-nav {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    background-color: #000000;
    color: #ffffff;
  }

  .secondary-nav .menu {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
  }

  .secondary-nav .menu .menu-item {
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
  }

  .secondary-nav .menu .menu-item a {
    display: inline-block;
    white-space: nowrap;
    color: white;
  }

  .secondary-nav .menu .menu-item a:hover {
    text-decoration: underline;
  }

}

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

  .secondary-nav .menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header-block {
  position: relative;
  display: block;
}

.masthead {
  display: none;
}

.menu-trigger {
  position: relative;
  display: inline-block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-trigger #trigger {
  width: 1em;
  height: .5em;
  position: relative;
  display: block;
  margin: -.25em auto 0;
  top: 50%;
}

.menu-trigger #trigger .bars {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: black;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.menu-trigger #trigger .bars.top {
  transform: translateY(0px) rotate(0deg);
}

.menu-trigger #trigger .bars.bottom {
  transform: translateY(6px) rotate(0deg);
}

.menu-trigger #trigger span {
  display: none;
}

.search-trigger {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

#magnifying-glass {
  display: block;
  line-height: 48px;
  text-align: center;
}

#magnifying-glass svg {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  fill: #00A2A9;
}

.header-search-form {
  display: block;
  margin: 0;
  padding: .5em;
}

.header-search-form .search-query {
  width: 100%;
}

.mobile-search {
  display: none;
}

.mobile-search.opened {
  display: block;
}

@media screen and (min-width: 1200px) {
  #magnifying-glass {
    line-height: 60px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  #magnifying-glass svg {
    position: relative;
    top: -3px;
  }

  .mobile-search.opened {
    position: absolute;
    right: 0;
    top: 60px;
    display: block;
    background-color: white;
    border: 1px solid #00A2A9;
    width: 300px;
    z-index: 999;
  }
}

.search-trigger .search-close {
  display: none;
}

.search-trigger.pulled .search-open {
  display: none;
}

.search-trigger.pulled .search-close {
  display: block;
}

.site-header-block .logo {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  line-height: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.site-header-block .logo img {
  max-width: 84px;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.primary-nav {
  position: fixed;
  z-index: 100;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  color: black;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 6px rgba(239, 239, 239, 0.75);
  -webkit-backdrop-filter: saturate(1.6) blur(18px);
  backdrop-filter: saturate(1.6) blur(18px);
}

.primary-nav .menu {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  list-style: none;
  display: none;
}

.primary-nav .menu .menu-item {
  margin: 6px 0;
}

.primary-nav .menu .menu-item a {
  display: block;
  color: black;
  padding: 9px 0;
}

.primary-nav .menu .menu-item a:hover {
  color: #00a2a9;
}

.primary-nav .sub-menu {
  display: block;
  padding-left: 0;
  margin: 0 0 18px 0;
  text-transform: none;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
}

.primary-nav .sub-menu .menu-item {
  list-style-type: none;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.primary-nav .menu .sub-menu .menu-item a:hover {
  color: #00a2a9;
}

.primary-nav.menu-opened {
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  transition: all 0.314s ease-in;
}

.primary-nav.menu-opened .menu-trigger {
  transform: rotate(90deg);
}

.primary-nav.menu-opened .menu-trigger #trigger .bars {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}

.primary-nav.menu-opened .menu-trigger #trigger .bars.top {
  transform: translateY(6px) rotate(45deg);
}

.primary-nav.menu-opened .menu-trigger #trigger .bars.bottom {
  transform: translateY(4px) rotate(-45deg);
}

.primary-nav.menu-opened .menu {
  padding: 0 12px;
  display: block;
}

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

  body:not(.minimal-nav) .primary-nav .menu {
    font-size: 20px;
  }

  body:not(.minimal-nav) .site-header-block .mobile-only {
    display: none !important;
  }

  body:not(.minimal-nav) .site-header-block .logo {
    position: relative;
    left: 0;
    transform: none;
  }

  body:not(.minimal-nav) .site-header-block .logo a {
    float: left;
    line-height: unset;
  }

  body:not(.minimal-nav) .site-header-block .logo img {
    max-width: 168px;
  }

  .site-header-block .tag-line {
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    float: left;
    padding: 20px 0;
  }

  .masthead {
    display: block;
    position: relative;
  }

  .on-newstands-now {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    background-color: #00a2a9;
    position: absolute;
    right: 93px;
    top: 16px;
    width: 100px;
    height: 34px;
    bottom: 0;
    padding: 8px 0px 2px 0px;
    border-radius: 10px 0px 0px 10px;
    z-index: 1;
  }

  .mag-cover {
    display: inline-block;
    border: 1px solid #efefef;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: -24px;
  }

  .mag-cover img {
    max-height: 120px;
  }

  body:not(.minimal-nav) .primary-nav {
    position: relative;
    background-color: white;
    box-shadow: none;
  }

  body:not(.minimal-nav) .primary-nav .menu {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: 0 48px 0 0;
    padding: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
}

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

  body:not(.minimal-nav) .primary-nav .menu>.menu-item {
    line-height: 3;
    margin: 0;
    padding: 0;
  }

  body:not(.minimal-nav) .primary-nav .menu .menu-item a {
    display: block;
    white-space: nowrap;
    padding: 0;
  }

  body:not(.minimal-nav) .primary-nav .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 9999px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background-color: #ffffff;
    padding: 0 18px 12px 18px;
    margin: 0;
    min-width: 240px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.15s linear;
  }

  body:not(.minimal-nav) .primary-nav .menu-item-has-children:hover .sub-menu {
    right: 50%;
    opacity: 1;
    transform: translateX(50%);
    transition: opacity .15s linear;
  }

  body:not(.minimal-nav) .primary-nav .menu-item:first-child.menu-item-has-children:hover .sub-menu {
    right: -50%;
  }

  body:not(.minimal-nav) .primary-nav .menu-item:last-child.menu-item-has-children:hover .sub-menu {
    right: 100%;
  }

  body:not(.minimal-nav) .primary-nav .menu .menu-item .sub-menu li a {
    white-space: nowrap;
    line-height: 1;
    padding: .5em 0;
  }

  body:not(.minimal-nav) .primary-nav .menu .menu-item-has-children {
    position: relative;
  }

  body:not(.minimal-nav) .primary-nav .menu li.hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
}

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

  body:not(.minimal-nav) .primary-nav .menu-item:first-child.menu-item-has-children:hover .sub-menu,
  body:not(.minimal-nav) .primary-nav .menu-item:last-child.menu-item-has-children:hover .sub-menu {
    right: 50%;
  }
}

.cta-block {
  margin: 36px auto 0 auto;
  padding-top: 18px;
  background-color: #efefef;
  color: #000000;
}

.cta-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 18px 0 18px;
}

.cta-content-1 {
  text-align: center;
  margin-bottom: 18px;
}

.cta-content-2 {
  text-align: center;
  margin: 18px 0;
}

.cta-content-3 {
  text-align: center;
  margin-top: 18px;
}

.cta-image {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}

.cta-block-heading {
  font-family: SchnyderXCondL-Bold, Serif;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0 0 10px;
}

.cta-block-description {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin: 0;
}

.cta-block-button {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  min-width: 180px;
  padding: 12px 18px;
  margin: 0;
  background-color: #00a2a9;
  color: #ffffff !important;
}

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

  .cta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .cta-content-1 {
    flex: 50%;
    text-align: left;
    padding: 0 18px;
  }

  .cta-content-2 {
    flex: 25%;
  }

  .cta-content-3 {
    flex: 25%;
  }

  .cta-image {
    position: relative;
    bottom: 0;
    max-width: 320px;
  }

}

@media screen and (min-width: 1080px) {
  .cta-content-1 {
    padding: 0;
  }
}

.site-footer-block {
  font-family: brandon-grotesque, sans-serif;
  background-color: black;
  color: white;
  padding: 36px 0;
}

.site-footer-block a {
  color: white;
}

.site-footer-block .logo {
  margin: 12px auto 36px auto;
  text-align: center;
}

.site-footer-block .logo.mobile-only img {
  max-width: 180px;
  height: auto;
}

.site-footer-block .logo.desktop-only img {
  max-width: 720px;
  width: 72%;
  height: auto;
}

.social-link-block {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 18px 0;
  padding: 0;
}

.social-link {
  align-self: center;
  height: 36px;
  width: 36px;
  margin: 0 9px;
  color: #00a2a9 !important;
}

.colorize-dark {
  filter: brightness(0.1)
}

.facebook {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z'/%3E%3C/svg%3E");
}

.twitter {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3E%3C/path%3E%3C/svg%3E");
}

.x-com {
  background-image: url('data:image/svg+xml,<svg width="1200" height="1227" viewBox="0 0 1200 1227" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>');
}

.instagram {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'%3E%3C/path%3E%3C/svg%3E");
}

.pinterest {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23ffffff' d='M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z'/%3E%3C/svg%3E");
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  margin: 24px auto;
  padding: 0 12px;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
}

.footer-widget {
  text-align: center;
  flex: 1 0 0;
  margin: 0 0 24px 0;
}

.footer-widget:last-child {
  margin-right: 0;
}

.footer-widget h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
  letter-spacing: 2px;
}

.footer-widget .textwidget {
  font-size: 16px;
  line-height: 1.618;
  letter-spacing: 1px;
}

.footer-widget .menu {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.618;
  letter-spacing: 1px;
}

.footer-widget .menu a {
  color: white;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footer-widget .menu a:hover {
  color: white;
  border-bottom: 1px solid white;
}

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

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

  .footer-widget {
    flex: 1 0 50%;
  }
}

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

  .footer-widgets {
    flex-wrap: nowrap;
  }

  .footer-widget {
    flex: 1 0 20%;
  }
}

a {
  color: #00a2a9;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  transition: color 0.5s ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00a2a9;
  text-decoration: none;
}

header h1 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.75em;
}

.magazine-header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  margin: 36px 0;
}

.magazine-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 12px 0;
}

.magazine-cover {
  margin: 0 0 24px 0
}

.magazine-cover-image {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #efefef;
}

.magazine-cta {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.magazine-cta .button {
  margin: 0 8px;
}

.magazine-toc {
  max-width: 960px;
  margin: 36px auto;
  padding: 0 18px;
}

.magazine-section-heading {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 36px 0 12px 0;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

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

  .magazine-title {
    font-size: 32px;
  }

  .magazine-toc {
    padding: 0;
  }
}

.hero {
  position: relative;
}

.hero figure {
  margin: 0;
  position: relative;
}

.hero header {
  padding: 12px;
  text-align: center;
  line-height: 1.2;
}

.hero header h1 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.hero header p {
  font-family: adobe-caslon-pro, serif;
  font-size: 18px;
  line-height: 1.25;
  margin: 12px 0;
}

.hero header .byline {
  margin: 0;
}

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

  .hero header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgba(255, 255, 255, 0.75);
    width: auto;
    min-width: 50%;
  }

  .hero header h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px 0;
  }

  .hero header p {
    font-size: 20px;
  }
}

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

  .hero header h1 {
    font-size: 42px;
    margin: 0 0 18px;
  }
}

.lede-item {
  position: relative;
  margin: 0;
}

.lede-item-image {
  margin: 0;
}

.lede-item-header {
  padding: 18px;
  text-align: center;
}

.lede-item-title {
  font-family: SchnyderXCondL-Bold, Serif;
  font-size: 34px;
  letter-spacing: 1px;
  margin: 0 0 .25em 0;
}

.lede-item-excerpt {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.382;
  margin: 10px 25px 20px 25px;
}

.lede-item-excerpt p {
  margin: 0;
}

.lede-item-header .byline {
  font-size: 18px;
}

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

  .lede-item-title {
    font-size: 38px;
  }

  .lede-item-excerpt {
    font-size: 28px;
  }

}

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

  .lede-item-title {
    font-size: 54px;
  }

  .lede-item-header {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.75);
    width: auto;
    min-width: 72%;
    padding: 18px;
    border-radius: 4px 4px 0 0;
  }
}

.package-cover {
  position: relative;
}

.package-header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.package-title {
  font-family: SchnyderXCondL-Bold, Serif;
  letter-spacing: 1px;
  font-size: 28px;
}

.package-deck {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  margin: 1em 0;
}

.package-figure-caption {
  margin: 0 0 18px 0;
  padding: 12px 18px;
}

.page-content,
.package-content {
  max-width: 756px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: adobe-caslon-pro, serif;
  font-size: 20px;
}

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

  .package-cover {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
  }

  .package-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 36px;
    width: 33.333%;
    height: 100%;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.60);
    text-shadow: 1px 1px 2px black;
  }

  .package-header .article-byline {
    justify-content: center;
  }

  .package-header .article-byline a {
    color: white;
  }

  .package-header .article-byline-photo-link,
  .package-header .article-byline-photo {
    display: none;
  }

  .package-title {
    font-size: 40px;
    margin: 0 1em;
  }

  .package-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

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

  .package-cover {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }

}

.guide-sponsor-block {
  position: relative;
  width: 100%;
  text-align: center;
  height: 36px;
  overflow: hidden;
  background-color: white;
}

.guide-sponsor-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  padding-right: 12px;
}

.guide-sponsor-link {
  display: inline-block;
}

.guide-sponsor-logo {
  max-height: 24px;
  width: auto;
  margin: 6px;
  vertical-align: middle;
}

.guide-cover {
  position: relative;
  margin-bottom: 36px;
}

.guide-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.guide-image-caption {
  padding: 12px 18px;
}

.guide-heading {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 32px;
  left: 18px;
  padding: 0;
}

.guide-logo {
  display: inline-block;
  height: 16px;
  width: auto;
  margin: 0;
}

.guide-title {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  left: -7px;
  position: relative;
}

.guide-subtitle {
  font-size: 30px;
}

.guide-link {
  color: #ffffff;
}

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

  .guide-image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-bottom: none;
    margin: 0;
    padding: 12px;
    max-width: 24%;
  }

  .guide-heading {
    bottom: -14px;
  }

  .guide-logo {
    height: 24px;
  }

}

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

  .guide-heading {
    left: calc((100vw - 1280px)/2);
  }
}

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

  .guide-heading {
    left: calc((1440px - 1280px)/2);
  }
}

.featured-block {
  margin: 80px auto 60px auto;
}

.featured-block-heading,
.article-body .featured-block-heading {
  font-family: SchnyderXCondL-Bold, Serif;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}

.featured-block-heading::before {
  content: '/';
  margin-right: 20px;
  color: #00a2a9;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-size: 40px;
}

.featured-block-description {
  font-family: adobe-caslon-pro, serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888888;
  display: block;
  margin: 20px 0;
}

.featured-items {
  display: block;
}

.featured-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.featured-item-thumbnail {
  flex: 0 0 120px;
  order: 1;
  margin: 0 0 0 18px;
  padding: 0;
}

.featured-item-thumbnail img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.featured-item-header {
  text-align: left;
  flex: 2 0 0;
  padding: 0;
}

.featured-item-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 .5em 0;
}

.featured-item-excerpt,
.featured-item-header p,
.featured-item-deck {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.382;
  margin: 0;
}

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

  .featured-item-thumbnail {
    flex: 1 0 0;
  }

  .featured-item-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

}

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

  .featured-block {
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
  }

  .featured-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
    padding: 0;
  }

  .featured-item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .featured-item-header {
    text-align: center;
  }

  .featured-item-thumbnail {
    margin: 0;
  }

  .featured-item-title {
    font-size: 24px;
    margin: .75em 0 .5em 0;
  }

}

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

  .featured-block-heading {
    font-size: 48px;
  }

  .featured-block-heading::before {
    font-size: 52px;
  }

}

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

  .featured-items,
  .four-column-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .two-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .three-column-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}


.listing-photo-thumbnail {
  flex: 1;
  order: 2;
}

.listing-photo-image {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.listing-header {
  flex: 1.5;
  margin-right: 18px;
}

.listing-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.item-categories,
.listing-categories {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 9px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.382;
}

.sponsored-flag {
  font-family: brandon-grotesque, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #e69138;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid;
  padding: 3px 6px 1px 6px;
  margin: 9px 0;
}

.best-restaurant-flag {
  font-family: brandon-grotesque, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #00a2a9;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid;
  padding: 3px 6px 1px 6px;
  margin-bottom: 18px;
  margin-right: 16px;
}

.listing-location {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin: 18px 0;
}

.listing-details {
  font-family: brandon-grotesque, sans-serif;
  margin: 24px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.sponsored-heading {
  margin: 18px 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  clear: left;
}

.sponsored-heading:before,
.sponsored-heading:after {
  content: "";
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-top: 1px solid #efefef;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.sponsored-heading:before {
  margin: 0 12px 0 0;
}

.sponsored-heading:after {
  margin: 0 0 0 12px;
}

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

  .single .listing-title {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .single .listing-photo-image {
    float: left;
    max-width: 320px;
    height: auto;
    margin: 0 18px 18px 0;
  }

}

.article-header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article-title {
  font-family: SchnyderXCondL-Bold, Serif;
  font-size: 34px;
  letter-spacing: 1px;
  margin: .25em 0;
}

.article-title-alt {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.single-sponsored_content .article-title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
}

.article-sponsored {
  margin-top: 78px;
}

@media screen and (min-width: 640px) {
  .article-sponsored {
    margin-top: 18px;
  }
}

.article-taxonomy {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.382;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.article-notice {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  margin: 1em 0;
}

.article-deck {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.382;
  margin-top: 0;
}

.single-sponsored_content .article-deck {
  font-size: 20px;
}

.article-figure {
  position: relative;
  margin: 0 0 18px 0;
}

.article-figure-caption {
  padding: 12px 0;
}

.article-byline {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.article-byline .byline a {
  color: #00a2a9;
}

.article-byline-photo {
  height: 48px;
  width: 48px;
  margin-right: 16px;
  -webkit-clip-path: circle(24px at 24px 24px);
  clip-path: circle(24px at 24px 24px);
}

.sponsored-content-title {
  font-family: SchnyderS-Bold, serif;
  font-size: 20px;
  margin: .5em 0;
}

.sponsored-content-byline,
.sponsored-content-flag {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #e69138;
  letter-spacing: 1px;
  margin: 0;
}

.sponsored-content-byline {
  color: #e69138;
}

.sponsored-content-notice {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 48px 0;
  padding: 24px 0;
  border-top: 3px double #c0c0c0;
  border-bottom: 3px double #c0c0c0;
  text-align: left;
}

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

  .sponsored-content-byline {
    margin: 1em 0;
  }
}

@media screen and (min-width: 1024px) {
  .article-title {
    font-size: 48px;
  }

  .article-deck {
    font-size: 24px;
  }

  .sponsored-content-title {
    font-size: 24px;
  }

  .sponsored-content-notice {
    font-size: 24px;
    text-align: center;
  }

}

.article-content {
  font-family: "adobe-caslon-pro", serif;
  font-size: 20px;
  line-height: 1.618;
}

.article-footer {
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.single-sponsored_content .article-content {
  font-family: adobe-caslon-pro, serif;
  font-size: 18px;
  line-height: 1.618;
}

.single-sponsored_content a {
  color: #e69138;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
}

.article-content h2 a:after,
.article-content h3 a:after,
.article-content h4 a:after,
.article-content h5 a:after,
.article-content h6 a:after {
  content: "  \0000BB";
  color: #00a2a9;
}

.single-sponsored_content .article-content h2,
.single-sponsored_content .article-content h3,
.single-sponsored_content .article-content h4,
.single-sponsored_content .article-content h5,
.single-sponsored_content .article-content h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: normal;
}

.article-content h2 {
  font-size: 28px;
}

.article-content h3 {
  font-size: 24px;
}

.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 20px;
}

.article-content p {
  margin: 0 0 1em 0;
}

.article-content ul,
.article-content ol {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  padding-left: 36px;
  margin: 24px 0;
}

.article-content ul {
  list-style-type: square;
}

.article-content ul li {
  padding: 0 0 12px 0;
}


.article-content ol li {
  margin: 0 0 18px 0;
}

.gallery-block {
  margin: 0 12px;
}

.gallery-content {
  margin-top: 18px;
  overflow: hidden;
}

.gallery-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
}

.article-content .gallery {
  margin: 24px 0;
}

.swiper {
  padding-bottom: 24px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #00a2a9 !important;
}

.swiper-pagination-fraction {
  font-family: adobe-caslon-pro, serif;
  font-size: 18px;
  display: inline-block !important;
  padding: 8px 15px 0px 15px;
  bottom: -0px !important;
  color: white;
  background-color: #00a2a9;
  border-radius: 12px;
  right: 0 !important;
  left: unset !important;
  width: auto !important;
}

.gallery-caption,
.gallery-captions {
  font-family: brandon-grotesque, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  border: none;
  padding: 10px 0 18px 0;
}

.gallery-content .gallery-caption {}

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

  .gallery-block {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-areas: "main sidebar";
    gap: 18px 36px;
    margin: 0 36px;
  }
}

.address {
  font-family: adobe-caslon-pro, serif;
  font-size: 16px;
}

dl {
  margin: 20px 0;
}

dt {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 12px;
}

dd {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

dd p {
  margin: 0;
}

dl.inline {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 12px;
}

dl.inline dt {
  text-align: right;
  margin: 0;
}


.magazine-block {
  display: block;
}

.magazine-block-heading {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}

.magazine-block-description {
  font-family: adobe-caslon-pro, serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888888;
  display: block;
  margin: 20px 0;
}

.magazine-issues {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}

.magazine-issue-cover {
  border: 1px solid #efefef;
}

.magazine-issue-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.382;
  color: #000000;
  text-align: center;
  letter-spacing: normal;
  line-break: normal;
  margin: .5em;
  padding: 0;
  border-bottom: none;
}

.magazine-issue-link {
  color: #000000;
}

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

  .magazine-issues {
    grid-gap: 36px;
    grid-template-columns: repeat(4, 1fr);
  }

  .magazine-issue {
    margin-bottom: 0;
  }
}

.promotion-block {}

.promotion-heading {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5em;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: left;
  margin: 1.125em 0;
}

.promotion-items {
  display: block;
}

.promotion-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.promotion-item-thumbnail {
  flex: 0 0 120px;
  order: 1;
  margin: 0 0 0 18px;
  padding: 0;
}

.promotion-item-thumbnail img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.promotion-item-header {
  text-align: center;
  flex: 2 0 0;
  padding: 0;
}

.promotion-item-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
}

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

  .promotion-item-thumbnail {
    flex: 1 0 0;
  }

  .promotion-item-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

}

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

  .promotion-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
    padding: 0;
  }

  .promotion-item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .promotion-item-thumbnail {
    margin: 0;
  }

  .promotion-item-title {
    margin: .75em 0;
    text-align: center;
  }

}

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

  .promotion-items {
    grid-template-columns: repeat(4, 1fr);
  }

}


.subscription-choices {
  display: block;
}

.subscription-choices .magazine-cover {
  margin: 60px auto 30px auto;
  max-width: 300px;
}

.subscription-options {
  margin: 30px auto 60px auto;
  max-width: 300px;
}

.magazine-cover-combo {
  position: relative;
  height: 420px;
}

.magazine-cover-combo .magazine-cover-image:first-child {
  position: relative;
  width: 66%;
  margin: 0;
  top: 0;
  left: 0;
}

.magazine-cover-combo .magazine-cover-image:last-child {
  position: absolute;
  width: 66%;
  margin: 0;
  bottom: 0;
  right: 0;
}

.manage-subscription {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 300px;
}

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

  .subscription-choices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, min-content);
    grid-gap: 24px 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .subscription-choices .magazine-cover {
    margin: 0;
    max-width: 320px;
  }

  .subscription-options {
    margin: 0;
    max-width: 320px;
  }

  .fte-cover {
    grid-column: 1;
    grid-row: 1;
  }

  .fte-options {
    grid-column: 1;
    grid-row: 2;
  }

  .ftehome-cover {
    grid-column: 2;
    grid-row: 1;
  }

  .ftehome-options {
    grid-column: 2;
    grid-row: 2;
  }

  .combo-cover {
    grid-column: 3;
    grid-row: 1;
  }

  .magazine-cover-combo {
    height: 100%;
  }

  .combo-options {
    grid-column: 3;
    grid-row: 2;
  }

  .manage-subscription {
    max-width: 320px;
  }
}

/*.advertisement:before {
  font-family: system-ui, sans-serif;
  font-size: 10px;
  color: #cccccc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  content: "Advertisement";
  margin: 0 0 10px 0;
  }
*/

.ad-slot {
  margin: 0 auto;
  text-align: center;
}

.ad-slot-header {
  margin-top: 78px;
  margin-bottom: 24px;
}

.ad-slot-in-page,
.ad-slot-footer,
.ad-slot-sticky {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.archive-sidebar .ad-slot-aside:before {
  display: none;
}

.ad-slot-sticky-container {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 1s ease-in-out;
  transform: translateY(100%);
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.875);
}

.ad-slot-close-ad {
  display: block;
  padding: 3px 0;
  text-align: center;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  color: white;
  cursor: pointer;
}

.ad-slot-reveal-ad {
  transform: translateY(0);
}


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

  .ad-slot-header {
    margin-top: 24px;
  }

  .archive-sidebar .ad-slot-aside:before {
    display: block;
  }

  .single .ad-slot-in-page {
    display: none;
    margin: 0;
  }

}


.subscribe-block {
  margin: 0 0 18px 0;
  border-bottom: 1px solid #efefef;
}

@media screen and (min-width:1080px) {
  .post-template-single-wide .subscribe-block {
    padding-top: 18px;
    border-top: 1px solid #efefef;
  }
}

.subscribe-note {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  margin: 0 0 18px 0;
}

.subscribe-form input[type=email] {
  flex: 3;
}

.subscribe-form input[type=button],
.subscribe-form button {
  flex: 1;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  padding: 6px 9px;
  border: 1px solid #00a2a9;
  background-color: #00a2a9;
  color: white;
}

@media screen and (min-width:360px) {
  .subscribe-form {
    flex-direction: row;
  }

  .subscribe-form input[type=button],
  .subscribe-form button {
    margin: 0 0 0 12px;
  }
}

.ia-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
  padding: 20px;
}

.ia-block-item {
  flex: 1;
}

.ia-block-item:first-child {
  padding: 0;
  margin: 0;
}

.ia-block-item:last-child {
  padding: 0;
  margin: 40px 0 0 0;
}

.ia-block-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}

.ia-block-description {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #888888;
  letter-spacing: 1px;
  margin: 12px 0;
}

.ia-block-promotion {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 24px;
  text-transform: none;
}

.subscribe-cta {
  border: 1px solid #00a2a9;
}

.subscribe-cta .ia-block-item:first-child {
  flex: 1;
}

.subscribe-cta .ia-block-item:last-child {
  flex: 2;
  justify-content: center;
  align-content: center;
}

.ia-block-cta {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}

.ia-block-icon {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto 12px auto;
}

.ia-block-image {
  max-width: 100%;
  height: auto;
}

.ia-block-list {
  font-family: SchnyderS-Bold, serif !important;
  font-size: 22px !important;
  padding-left: 0 !important;
  list-style-type: none !important;
}

.ia-block-list-item {
  padding: 12px 0 !important;
  line-height: 1.25;
  border-bottom: 1px solid #00a2a9;
}

.ia-block-list-item:first-child {
  padding-top: 0 !important;
}

.ia-block-list-item:last-child {
  border-bottom: none;
}

.ia-block-list-item a {
  color: #000000;
}

.ia-block-item .ad-slot-ip {
  margin: 0px;
}

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

  .ia-block {
    flex-direction: row;
  }

  .ia-block-item:last-child {
    padding: 0;
    margin: 0 0 0 40px;
  }

  .ia-block.related-articles .ia-block-item:first-child {
    display: none;
  }

  .ia-block.related-articles .ia-block-item:last-child {
    margin: 0;
  }

}

article .mid-leaderboard,
.toc .mid-leaderboard {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure figcaption {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  color: #333333;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #efefef;
}

.byline,
time {
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.382;
  display: block;
}

.byline a,
time a {
  color: black;
}

.byline a:hover,
time a:hover {
  color: #00a2a9;
  text-decoration: none;
}

.authors-block {
  margin: 1em 0;
  padding: 0;
}

.author-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 24px 0;
}

.author-item:last-child {
  margin: 0;
}

.author-item>a {
  display: inline-flex;
}

.author-photo {
  height: 90px;
  width: 90px;
  margin-right: 20px;
  -webkit-clip-path: circle(45px at 45px 45px);
  clip-path: circle(45px at 45px 45px);
}

.author-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.618;
}

.author-name {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.author-bio {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0 !important;
}

article figure {
  margin: 0 auto;
}

section>figure:first-child {
  margin-top: 0;
}

blockquote {
  border: none;
  border-left: 1px solid #efefef;
  margin: 36px;
  padding-left: 24px;
  padding-right: 24px;
}

.pull-quote {
  border: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

blockquote p,
.pull-quote p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-style: normal;
}

blockquote cite {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: .5em 0;
  font-size: 1em;
  letter-spacing: 2px;
  font-style: normal;
}

.button {
  display: block;
  color: white;
  font-family: system-ui;
  background-color: #00a2a9;
  text-transform: uppercase;
  padding: 9px 12px;
  margin: 0 0 16px 0;
  text-align: center;
  border: none;
}

label {
  font-family: system-ui;
  font-size: 20px;
  font-weight: 600;
}

.label-above {
  display: block;
  margin: 1em 0 .5em 0;
}

.label-checkbox {
  order: 1;
  margin-left: .5em;
}

input,
button {
  font-family: system-ui;
  font-weight: 400;
  font-size: 16px;
  color: inherit;
  line-height: 1.3;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 9px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.input-full-width {
  width: 100%;
  margin: .5em 0;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type=submit],
input[type=button] {
  flex: 1;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #efefef;
  background-color: #00a2a9;
  color: #ffffff;
}

button,
input[type=submit]:hover,
input[type=button]:hover {
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  height: 20px;
  min-width: 20px;
}

select {
  font-family: system-ui;
  font-weight: 400;
  font-size: 16px;
  color: inherit;
  line-height: 1.3;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 9px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* class applies to select element itself, not a wrapper element */
.select {
  display: block;
  font-size: 16px;
  font-family: system-ui;
  font-weight: 400;
  color: inherit;
  line-height: 1.3;
  padding: 6px 9px;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
  for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
  
  */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select::-ms-expand {
  display: none;
}

/* Hover style */
.select:hover {
  border-color: #888;
}

/* Focus style */
.select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select,
:root:lang(ar) .select,
:root:lang(iw) .select {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select:disabled,
.select[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select:disabled:hover,
.select[aria-disabled=true] {
  border-color: #aaa;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}

.form-checkbox-group {
  display: flex;
  flex-direction: row;
  margin: 1em 0;
  align-items: center;
}

.search-block {
  margin-top: 36px;
  margin-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.search-block-heading {
  font-family: brandon-grotesque, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px 0;
}

.search-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1em 0;
  z-index: 90;
}

.search-form .search-query {
  flex: 2;
  margin: 0 0 18px 0;
}

.search-form-button {
  margin-bottom: 0;
}

.search-result-dashboard {
  font-family: brandon-grotesque, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 18px 0;
}

.search-result-count {
  margin: 0 0 18px 0;
}

.search-form-filter {
  display: flex;
  align-items: center;
}

.search-filter-label {
  text-align: center;
}

.search-filter-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 0 18px 0;
  padding: 6px 36px 6px 9px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 9px top 50%;
  background-size: 9px auto;
}

.ui-front.comiseo-daterangepicker-mask {
  opacity: 0.75;
  filter: alpha(opacity=0.75);
}

.comiseo-daterangepicker-triggerbutton.ui-button {
  max-height: none !important;
  flex: 2;
  border-radius: 4px;
  margin-bottom: 1em;
  margin-right: 0 !important;
  text-transform: none;
  background-color: white;
}

.ui-button-icon.ui-icon.ui-icon-triangle-1-s {
  position: absolute;
  right: 4px;
  top: 12px;
}

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

  .form-field-group {
    flex-direction: row;
    justify-content: space-between;
  }

  .search-form {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 60%;
  }

  .search-form .search-query {
    margin: 0 0 0 0;
  }

  .search-filter-select {
    margin: 0 0 0 18px;
  }

  .comiseo-daterangepicker-triggerbutton.ui-button {
    margin-bottom: 0;
    margin-left: 18px !important;
  }

}

@media screen and (min-width: 1024px) {
  .search-result-dashboard {
    flex-direction: row;
  }

  .search-result-count {
    flex: 1 0 0;
    margin: 0 24px 0 0;
  }

  .search-form-filter {
    flex: 2 0 0;
  }

  .search-form-button {
    margin: 0 0 0 18px;
  }
}

.shortcuts {
  display: none;
}

.neighborhood-rank {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 2em;
  color: #ffffff;
  background-color: #00a2a9;
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0 0 12px 0;
  border-radius: 24px;
}

.section-block {
  margin: 36px 0;
}

.section-block-heading {
  text-align: center;
  margin: 0 0 12px 0;
}

.section-block-note {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  margin: 12px 0 0 0;
}

.section-block-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.section-block-item {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 1em;
}

.stat-item {
  text-align: center;
  flex: 1 0 50%;
}

.stat-label {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.stat-value {
  font-family: brandon-grotesque, sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #00a2a9;
  display: block;
}

.restaurant-item {
  text-align: center;
  flex: 1 0 50%;
}

.restaurant-cuisine {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}

.restaurant-name {
  font-size: 24px;
  margin: 12px 0;
  padding: 0;
}

.restaurant-cost {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-top: 12px;
}

.table-block {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}

.table-block table {
  margin: 0;
  overflow-y: scroll;
}

.table-block table thead {
  background-color: black;
  color: white;
}

.table-block table thead th {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.236;
  padding: 3px 12px;
}

.table-block table tbody tr {
  background-color: white;
  color: black;
}

.table-block table tbody tr td {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  padding: 3px 12px;
  text-align: right;
  letter-spacing: 1px;
}

.table-block table tbody tr td:first-child {
  background-color: skyblue;
  color: white;
  white-space: nowrap;
  padding: 0;
  text-align: left;
}

.table-block table tbody tr td:first-child a {
  display: block;
  color: white;
  padding: 3px 12px;
}

.table-block table tbody tr td:first-child a:hover {
  background-color: black;
  color: #00a2a9;
}

.table-block table tbody tr:nth-child(even) {
  background-color: #efefef;
}

.article-block {
  display: block;
  margin-top: 36px;
  margin-bottom: 36px;
}

.single-sponsored_content .article-block {
  max-width: 756px;
}

.single .article-block {
  max-width: 1080px;
}

.page-template-neighborhoods .article-block,
.tax-neighborhood .article-block {
  max-width: 1280px;
}

.without-sidebar {
  max-width: 756px;
  margin: 36px auto;
}

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

  .article-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    grid-gap: 60px;
  }

  .single-sponsored_content .article-content,
  .without-sidebar .article-content {
    display: block;
  }

  .listing-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 32px;
  }

  .shortcuts {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    padding-left: 0 !important;
    counter-reset: li;
  }

  .shortcuts>li {
    position: relative;
    list-style-type: none;
    margin: 0 0 4px 0 !important;
    padding: 0;
  }

  .shortcuts>li:before {
    content: counter(li) " / ";
    counter-increment: li;
  }

  .stat-item,
  .restaurant-item {
    flex: 1;
  }

}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

@media all and (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.archive-block {
  display: block;
}

.magazine-archive-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 36px;
}

.archive-block-header {
  display: block;
}

.archive-block-heading {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.archive-block-description {
  font-family: brandon-grotesque, sans-serif;
  text-align: left;
  margin: 24px 0 18px 0;
}

.archive-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

.archive-item:first-of-type {
  border-top: 1px solid #efefef;
  padding-top: 18px;
}

.archive-item:last-child {
  margin-bottom: 0;
}

.archive-item-thumbnail {
  flex: 0 0 120px;
  order: 1;
  margin: 0 0 0 18px;
  padding: 0;
}

.archive-item-thumbnail img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.archive-item-header {
  flex: 2 0 0;
  padding: 0;
}

.archive-item-title {
  font-family: SchnyderS-Bold, serif;
  font-size: 24px;
  font-weight: bold;
  flex: 2;
  line-height: 1.382;
  margin: 0 0 .5em 0;
}


.archive-item-header p,
.archive-item-deck {
  display: none;
}


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

  .archive-item-thumbnail {
    flex: 1 0 0;
  }

  .archive-item-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

}

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

  .archive-item-header p,
  .archive-item-deck {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-size: 23px;
    line-height: 1.382;
    margin: .5em 0 1em 0;
  }

}


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

  .archive-block {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 0px 36px;
  }

  .archive-block-header {
    grid-column: 1/-1;
  }

  .archive-block-heading {
    text-align: left;
  }

}

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

  .magazine-archive-block {
    grid-template-columns: repeat(4, 1fr);
  }

  .archive-item-thumbnail {
    order: 0;
    margin: 0 24px 0 0;
  }

  .archive-item-header {
    flex: 2 0 0;
  }

  .archive-item-title {
    font-size: 28px;
  }

}

.byline-block {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.byline-photo {
  display: block;
  height: 180px;
  width: 180px;
  margin: 0 0 40px 0;
}

.byline-name {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00a2a9;
  margin: 0 0 6px 0;
}

.byline-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.byline-meta {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}

.byline-bio {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.5;
  clear: both;
}

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

  .byline-block {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 0px 36px;
  }

  .byline-photo {
    height: 200px;
    width: 200px;
    margin: 0 40px 40px 0;
    float: left;
  }

}

.alignwide {
  margin-left: 0;
  margin-right: 0;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  padding-left: 0;
  padding-right: 0;
}

.alignfull .article-figure-caption,
.alignfull .package-figure-caption {
  padding-left: 18px;
  padding-right: 18px;
}

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

  .alignwide {
    margin-left: calc(-1080px / 2 + 100% / 2);
    margin-right: calc(-1080px / 2 + 100% / 2);
  }

  .article-body .alignwide {
    margin-left: 0;
    margin-right: 0;
  }

  .alignfull .article-figure-caption,
  .alignfull .package-figure-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.84);
    text-shadow: 1px 1px 2px black;
    color: white;
    border-bottom: none;
    margin: 0;
    max-width: 420px;
    padding-left: 18px;
    padding-right: 18px;
  }
}


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

  .alignfull {
    margin-left: calc(-1440px / 2 + 100% / 2);
    margin-right: calc(-1440px / 2 + 100% / 2);
  }
}

.english-on,
.spanish-on {
  display: block;
}

.english-off,
.spanish-off {
  display: none;
}

.language-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  font-family: adobe-caslon-pro, serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 18px 0;
}

.language-en {
  color: #333;
}

.language-es {
  color: #00a1ff;
}

.language-toggle {
  position: relative;
  width: 50px;
  height: 25px !important;
}

.language-toggle:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 25px;
  background: #333;
  border-radius: 25px;
}

.language-toggle:checked:before {
  background: #00a1ff;
}

.language-toggle:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  transition: 0.25s;
  border: 2px solid #333;
  box-sizing: border-box;
}

.language-toggle:checked:after {
  left: 25px;
  border: 2px solid #00a1ff;
}

.package-nav {
  background-color: #efefef;
  color: #333333;
  padding: 9px 18px;
  margin: 18px 0;
}

body.admin-bar .package-nav {
  top: 98px !important;
}

.package-nav-trigger,
.package-nav-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: normal;
  vertical-align: bottom;
  display: inline-block;
}

.package-nav-trigger {
  width: 18px;
}

.package-nav-trigger:before {
  content: '+';
  padding: 0 0 0 1px;
}

.package-nav-open .package-nav-trigger:before {
  content: '\2013';
  padding: 0 2px;
}

.package-nav ul {
  display: none;
  font-family: adobe-caslon-pro, serif;
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  list-style-type: square;
  padding: 0px;
  margin: 0 0 0 22px;
}

.package-nav-open.fixto-fixed {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
}

.package-nav-open ul {
  display: block;
}

.package-nav ul li {
  padding: .5em 0;
  margin: 0;
}

.package-nav.fixto-fixed {
  top: 0;
  margin: 0;
  -webkit-transition: .5s ease-in;
  -moz-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
  z-index: 90;
}

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

  body.admin-bar .package-nav {
    top: 32px !important;
  }
}

#newsletters {
  font-family: sans-serif;
}

#newsletters img {
  display: none;
  max-width: 100%;
  width: 100%;
}

#newsletters .full-width img {
  display: block;
}

@media all and (min-width: 640px) {
  #newsletters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    min-width: 0;
  }

  #newsletters .newsletter-choice,
  #newsletters .newsletter-optin {
    margin-bottom: 0;
  }

  #newsletters .full-width {
    grid-column-start: 1;
    grid-column-end: -1;
  }

  #newsletters img {
    display: block;
  }
}

@media all and (min-width: 960px) {
  #newsletters {
    grid-template-columns: repeat(3, 1fr);
  }
}

.newsletter-choice {
  position: relative;
  margin-bottom: 40px;
}

.newsletter-choice label {
  display: block;
  position: relative;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000;
  background-color: transparent;
  margin: 9px 0 3px 0;
}

.newsletter-choice input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.newsletter-choice .checkmark {
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

.newsletter-choice label:hover input~.checkmark {
  background-color: #ccc;
}

.newsletter-choice label input:checked~.checkmark {
  background-color: #00a2a9;
}

.newsletter-choice .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.newsletter-choice label input:checked~.checkmark:after {
  display: block;
}

.newsletter-choice label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsletter-frequency {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.newsletter-description {
  margin: 12px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.newsletter-optin {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

@media all and (min-width: 480px) {
  .newsletter-optin {
    flex-direction: row;
  }
}

.newsletter-optin input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  color: #555;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 6px 9px;
}

@media all and (min-width: 480px) {
  .newsletter-optin input[type="email"] {
    flex: 75%;
  }
}

.newsletter-optin input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: system-ui;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin: 16px 0 0;
  padding: 6px 9px;
  border: 1px solid #00a2a9;
  background-color: #00a2a9;
}

.newsletter-optin input[type="submit"]:disabled,
.newsletter-optin input[type="submit"] .disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

@media all and (min-width: 480px) {
  .newsletter-optin input[type="submit"] {
    flex: 25%;
    margin: 0 0 0 16px;
  }
}