/*! 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: 'AvenirLTStd-Medium';
  src: url("../fonts/30EB42_0_0.eot");
  src: url("../fonts/30EB42_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30EB42_0_0.woff2") format("woff2"), url("../fonts/30EB42_0_0.woff") format("woff"), url("../fonts/30EB42_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("../fonts/30EB42_1_0.eot");
  src: url("../fonts/30EB42_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30EB42_1_0.woff2") format("woff2"), url("../fonts/30EB42_1_0.woff") format("woff"), url("../fonts/30EB42_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("../fonts/30EB42_2_0.eot");
  src: url("../fonts/30EB42_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30EB42_2_0.woff2") format("woff2"), url("../fonts/30EB42_2_0.woff") format("woff"), url("../fonts/30EB42_2_0.ttf") format("truetype"); }

.bucket {
  margin: 36px 0;
}

.bucket-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #efefef; }

.bucket .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  
.bucket .articles .primary {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  
.bucket .articles .primary h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 24px; 
  word-spacing: 2px;
  margin: .5em 0; }
  
.bucket .articles .secondary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px; 
  flex: 1; }
  
.bucket .articles .secondary article {
  flex: 1 0 48%; }
  
.bucket .articles .secondary article:first-child {
  margin-right: 4%; }
  
.bucket .articles .secondary h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  word-spacing: 2px;
  line-height: 1.25;
  margin: .5em 0; }

.bucket .articles .more h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  word-spacing: 2px;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  
.bucket .articles .secondary .ad-spot {
  border: none;
  margin: 0 auto;
  padding: 0; }

.bucket .articles .more {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  padding: 0; }
    
@media screen and (min-width: 768px) {

  .bucket .articles .primary h3 {
  font-size: 32px; }
  
  .bucket .articles .secondary {
  flex-direction: column;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  flex: 1 0 48%; }
  
  .bucket .articles .secondary article:first-child {
  margin-right: 0;
  margin-bottom: 12px; } 
  
  .bucket .articles .secondary h3,
  .bucket .articles .more h3 {
  font-size: 24px; }  
  
  .bucket .articles .more {
  border-left: 1px solid #efefef;
  margin-left: 12px; 
  flex: 1 0 48%; }  
  
  }

@media screen and (min-width: 1024px) {
  
  .bucket .articles .more h3 {
  font-size: 20px; }  
  
  .bucket .articles .primary {
  border-bottom: none;
  flex: 2; }
  
  .bucket .articles .secondary {
  flex: 1; }   
  
  .bucket .articles .more {
  border-right: 1px solid #efefef;
  flex: 1;
  margin-right: 12px;
  padding: 0 12px; }

  .bucket .articles .secondary article,
  .bucket .articles .more article {
  text-align: center; } 

  .bucket.odd .secondary {
  order: 3; } 

  .bucket.odd .more {
  order: 2; } 

  .bucket.even .primary {
  order: 3; } 

  .bucket.even .secondary {
  order: 1; } 

  .bucket.even .more {
  order: 2; } 
  }
  
@media screen and (min-width: 1280px) {

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

.topic-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #efefef; }

.topic .articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  
.topic .articles .primary {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  
.topic .articles .primary h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 24px; 
  word-spacing: 2px;
  margin: 0 0 12px 0; }
  
.topic .articles .secondary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
  padding-bottom: 12px; 
  flex: 1; }
  
.topic .articles .secondary article {
  text-align: center; 
  flex: 1 0 48%; }
  
.topic .articles .secondary article:first-child {
  margin-right: 4%; }
  
.topic .articles .secondary h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  word-spacing: 2px;
  line-height: 1.25;
  margin: 0 0 10px 0; }
  
.topic .articles .secondary .ad-spot {
  border: none;
  margin: 0 auto;
  padding: 0; }

.topic .articles .more {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  padding: 0 12px; }
  
.topic .articles .more article {
  text-align: left; }
  
.topic .articles .more h3 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  word-spacing: 2px;
  line-height: 1.125;
  margin: 0 0 10px 0; }

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

  .topic .articles .primary h3 {
  font-size: 32px; 
  margin: 0 0 12px 0; }
  
  .topic .articles .secondary {
  flex-direction: column;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; 
  flex: 1 0 48%; }
  
  .topic .articles .secondary article:first-child {
  margin-right: 0;
  margin-bottom: 12px; } 
  
  .topic .articles .secondary h3 {
  font-size: 24px; 
  margin: 0 0 12px 0; }  
  
  .topic .articles .more {
  border-left: 1px solid #efefef;
  margin-left: 12px; 
  flex: 1 0 48%; } 
  }

@media screen and (min-width: 1024px) {
  
  .topic .articles .primary {
  border-bottom: none;
  flex: 2; }
  
  .topic .articles .secondary {
  flex: 1; }   
  
  .topic .articles .more {
  border-right: 1px solid #efefef;
  flex: 1;
  margin-right: 12px; }

  .topic.odd .secondary {
  order: 3; } 

  .topic.odd .more {
  order: 2; } 

  .topic.even .primary {
  order: 3; } 

  .topic.even .secondary {
  order: 1; } 

  .topic.even .more {
  order: 2; } 
  }
  
@media screen and (min-width: 1280px) {

  .topic {
  padding: 0; } 

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

body {
  margin: 53px 0 0 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; }

.admin-bar {
  margin-top: 0 !important; }
  
@media screen and (min-width: 1080px) {
  body {
  margin-top: 0 !important; }
  body.single-format-gallery, 
  body.tax-neighborhood, 
  body.page-template-directory-neighborhoods {
  margin: 53px 0 0 0 !important; } 
  }
  body.single-format-gallery.admin-bar header.site .primary, 
  body.tax-neighborhood.admin-bar header.site .primary, 
  body.page-template-directory-neighborhoods.admin-bar header.site .primary {
  top: 32px;
  }

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

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

figure {
  margin: 0; }

.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) {

  .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: #b23c25; }

ul.social {
  display: inline-block;
  list-style-type: none;
  margin-right: 1em;
  padding-left: 0;
  clear: none; }
ul.social li {
  display: inline; }
ul.social a {
  color: #b4b4b4; }
ul.social a:hover {
  color: #b23c25;
  opacity: 1; }

.page-nav {
  font-family: AvenirLTStd-Medium, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between; 
  margin: 20px 0; }

nav.secondary {
  display: none;
  background-color: #000000;
  color: #ffffff; }

@media screen and (min-width: 1080px) {
  nav.secondary {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 24px; }
  nav.secondary .menu {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  text-transform: uppercase;
  list-style: none; }
  nav.secondary .menu .menu-item {
  vertical-align: middle;
  line-height: 36px;
  font-size: 16px; }
  nav.secondary .menu .menu-item a {
  display: inline-block;
  white-space: nowrap;
  color: white; }
  nav.secondary .menu .menu-item a:hover {
  text-decoration: underline; }
  }

header.site {
  position: relative;
  display: block;
  z-index: 100; }
header.site::after {
  clear: both;
  content: "";
  display: table; }
header.site .masthead {
  display: none; }

header.site .menu-trigger {
  position: relative;
  display: inline-block;
  height: 3em;
  width: 3em;
  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; }
header.site .menu-trigger #trigger {
  width: 1em;
  height: .5em;
  position: relative;
  display: block;
  margin: -.25em auto 0;
  top: 50%; }
header.site .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); }
header.site .menu-trigger #trigger .bars.top {
  transform: translateY(0px) rotate(0deg); }
header.site .menu-trigger #trigger .bars.bottom {
  transform: translateY(6px) rotate(0deg); }
header.site .menu-trigger #trigger span {
  display: none; }
  
header.site .sub-menu-trigger {
  margin-right: .5em;
  padding: 0 .5em 0 0; }
  
header.site .search-trigger {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 3em;
  height: 3em;
  cursor: pointer; }
header.site .search-trigger #magnifying-glass {
  display: block;
  width: 3.125em;
  height: 3.125em;
  line-height: 3.125;
  text-align: center; }
header.site .search-trigger #magnifying-glass:before {
  font-family: fontawesome;
  content: '\f002'; }
header.site .search-trigger #magnifying-glass span {
  display: none; }
header.site div.search {
  display: none; }
header.site div.search.opened {
  display: block; }
header.site div.search input {
  text-align: center;
  width: 100%; }

header.site .current-issue {
  display: none; }
header.site .current-issue.opened {
  max-width: 60%;
  margin: 1.125em auto;
  display: block; }
header.site .current-issue.opened img {
  max-width: 100%; }

header.site .logo {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  line-height: 48px;
  left: 50%;
  transform: translateX(-50%); }
header.site .logo img {
  max-width: 84px;
  height: auto;
  vertical-align: middle; }

header.site .primary {
  position: fixed; }

header.site .primary {
  display: block;
  top: 0;
  left: 0;
  font-size: 1em;
  width: 100%;
  color: black;
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #333333;
  -webkit-backdrop-filter: saturate(1.8) blur(20px); }
header.site .primary .menu {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  text-transform: uppercase;
  position: relative;
  list-style: none;
  display: none;
  font-size: 1.125em; }
header.site .primary .menu .menu-item {
  margin: 12px 0; }
header.site .primary .menu .menu-item a {
  display: inline-block;
  color: black;
  padding-bottom: .25em; }
header.site .primary .menu .menu-item a:hover {
  color: #b23c25; }

header.site .primary .sub-menu {
  display: none;
  padding-left: 0;
  margin: 0 0 12px 0;
  text-transform: none;
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px; }

header.site .primary .sub-menu.opened {
  display: block;
  padding: 0 0 0 24px;
  margin: 12px 0 24px 0; }
  
header.site .primary .sub-menu .menu-item {
  list-style-type: none;
  letter-spacing: 1px;
  padding: 0;
  margin: 0; }
      
header.site .primary .menu .sub-menu .menu-item a {
  display: block;
  color: black;
  padding: .5em 0; }
  
header.site .primary .menu .sub-menu .menu-item a:hover {
  color: #b23c25; }
header.site .primary.menu-opened {
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  transition: all 0.314s ease-in; }
header.site .primary.menu-opened .menu-trigger {
  transform: rotate(90deg); }
header.site .primary.menu-opened .menu-trigger #trigger .bars {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s; }
header.site .primary.menu-opened .menu-trigger #trigger .bars.top {
  transform: translateY(6px) rotate(45deg); }
header.site .primary.menu-opened .menu-trigger #trigger .bars.bottom {
  transform: translateY(4px) rotate(-45deg); }
header.site .primary.menu-opened .menu {
  padding: 0 12px;
  display: block; }
header.site .primary.menu-opened .menu .menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1; }
header.site .primary.menu-opened #secondary-mobile {
  background-color: black;
  padding: 12px 0; }
header.site .primary.menu-opened #secondary-mobile a {
  color: white; }

@media screen and (min-width: 1080px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site::after {
  clear: both;
  content: "";
  display: table; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site .mobile-only, body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site .sub-menu-trigger {
  display: none; }
  header.site .desktop-only {
  display: list-item; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site .logo {
  position: relative;
  left: 0;
  transform: none; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site .logo a {
  float: left;
  line-height: unset; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) header.site .logo img {
  max-width: 168px; }
  header.site .logo .tag-line {
  font-family: "AvenirLTStd-Book", Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 60px;
  float: left;
  margin-left: 1em }
  header.site .masthead {
  display: block;
  position: relative; }
  header.site .masthead form.search {
  display: block;
  position: absolute;
  left: 50%;
  top: 12px;
  width: 24%; }
  header.site .masthead .on-newstands-now {
  font-family: system-ui, sans-serif;
  font-size: 8px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: black;
  background-color: rgba(247, 231, 73, 0.72);
  position: absolute;
  right: 64px;
  bottom: 0;
  padding: 16px 12px 8px 12px;
  border-radius: 96px 96px 0 0;
  -moz-border-radius: 96px 96px 0 0;
  -webkit-border-radius: 96px 96px 0 0;
  z-index: 1; }
  header.site .masthead .mag-cover {
  display: inline-block;
  border: 1px solid #efefef;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: -16px; }
  header.site .masthead .mag-cover img {
  max-height: 96px; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary {
  border-bottom: none;
  position: relative;
  background-color: white; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu {
  display: flex;
  justify-content: space-around;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  width: 100%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; } 
  }

@media screen and (min-width: 1080px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu {
  font-size: 20px; } 

  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu .menu-item {
  line-height: 3;
  margin: 0;
  padding: 0; }
  
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu .menu-item a {
  display: block;
  white-space: nowrap;
  padding-bottom: 0; }

  header.site .primary .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 12px;
  margin: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s linear; }
  
  header.site .primary .menu-item-has-children:hover .sub-menu {
  right: 50%;
  opacity: 1;
  transform: translateX(50%);
  transition: opacity .15s linear; }
  }
  
header.site .primary .menu-item:first-child.menu-item-has-children:hover .sub-menu {
  right: -50%; }
header.site .primary .menu-item:last-child.menu-item-has-children:hover .sub-menu {
  right: 100%; }

@media screen and (min-width: 1080px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu .menu-item .sub-menu li a {
  white-space: nowrap;
  line-height: 1;
  padding: .5em 0; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu .menu-item-has-children {
  position: relative; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu .menu-item-has-children:before {
  content: '';
  float: none; }
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .primary .menu li.hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1; } 
  }

.cta-block {
  margin: 36px auto 0 auto;
  padding: 24px;
  background-color: #00b9f2;
  color: #ffffff;
  text-align: center; }
  
.cta-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 12px 0; }
  
.cta-block-description {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: inherit;
  display: block;
  margin: 12px 0; }  

.cta-block-button {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  min-width: 160px;
  padding: 12px;
  margin: 12px;
  background-color: #ffffff;
  color: #00b9f2; }

.footer-block {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  background-color: black;
  color: white;
  padding: 12px 0; }

.footer-tag-line {
  font-family: "AvenirLTStd-Book", Sans-Serif;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase; }

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

.footer-block .logo a {
  display: inline-block; }

.footer-block .logo img {
  max-width: 168px;
  height: auto; }

.footer-block ul.social {
  display: block;
  text-align: center;
  clear: both;
  margin: 12px;
  padding: 0; }

.footer-block ul.social a {
  color: #b23c25; }

.footer-block ul.social a:hover {
  color: #b4b4b4;
  opacity: 1; }

.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: "AvenirLTStd-Black", Sans-Serif;
  font-size: 18px;
  margin-top: 0;
  letter-spacing: 2px; }

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

.footer-widget .menu {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 1px; }

.footer-widget .menu a {
  color: white; }

.footer-widget .menu a:hover {
  color: #b23c25; }

@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: #b23c25;
  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: #b23c25;
  text-decoration: none; }

header h1 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 1.75em; }

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


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

.search-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px 0; }  

.search-block-form {
  display: flex;
  flex-direction: column;
  font-size: 1.25em; }

.search-block-form input, 
.search-block-form select {
  border: 1px solid #aaa;
  background-color: white;
  padding: 0 0 0 8px;
  flex-grow: 1;
  margin: 0 0 .5em 0;
  line-height: 1.625;
  height: 1.625em;
  width: 100%; }
  
.search-block-shortcuts {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  padding-left: 0; }
  
.search-block-shortcut {
  padding: 7px 14px;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
  border-radius: 0; }
  
.ui-button-icon.ui-icon.ui-icon-triangle-1-s {
  position: absolute;
  right: 4px;
  top: 12px; }
  
.select2-container--default {
  flex-grow: 1;
  margin: 0 0 .5em 0;
  width: 100%; }

.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection__rendered { 
  line-height: 1.625;
  max-height: 1.625em;
  border-radius: 0; }
  
.select2-container--default .select2-results__options .select2-results__option--highlighted {
  background-color: #b23c25; }
  
.search-block-form button {
 flex-grow: 1;
 display: block;
 line-height: 1.625;
 height: 1.625em;
 padding: 0 .5em;
 width: 100%; } 

@media screen and (min-width: 768px) {
  .search-block-form {
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  margin: 0 auto;
  line-height: 1.625; } 

  .search-block-form input, 
  .search-block-form select {
  margin: 0 1em 0 0;
  width: auto; } 

  .select2-container--default {
  margin: 0 1em 0 0;
  width: auto;
  height: 1.625em; } 
  
  .search-block-form button {
  display: inline-block;
  width: auto; } 
  }
}

.page-template-subscribe section, .page-template-subscribe hr {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-subscribe section::after, .page-template-subscribe hr::after {
  clear: both;
  content: "";
  display: table; }

.page-template-subscribe h2 {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 1.125em 0;
  letter-spacing: 4px;
  font-weight: normal; }

@media screen and (min-width: 1024px) {
  .page-template-subscribe h2 {
  font-size: 1.5em; } 
}

.page-template-subscribe .search-header h1, 
.page-template-subscribe .search-header h3 {
  letter-spacing: 4px; }

.page-template-subscribe .search-header .search-form {
  text-align: center;
  top: 0;
  transform: none; }
  
.page-template-subscribe .search-header .search-form form {
  display: inline-block; }

.page-template-subscribe .section-options nav::after {
  clear: both;
  content: "";
  display: table; }

.page-template-default .content, .error404 .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125em;
  font-family: "adobe-caslon-pro", Serif;
  border-top: 1px solid #efefef; }
.page-template-default .content::after, .error404 .content::after {
  clear: both;
  content: "";
  display: table; }
.page-template-default .content::after, .error404 .content::after {
  clear: both;
  content: "";
  display: table; }
.page-template-default .content article, .error404 .content article {
  font-size: 1.25em;
  line-height: 1.5; }
.page-template-default .content article img, .error404 .content article img {
  max-width: 100%; }

@media screen and (min-width: 1080px) {
  .page-template-default .content article, .error404 .content article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 70.3141860945%; }
  .page-template-default .content article:last-child, .error404 .content article:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1280px) {
  .page-template-default .content article, .error404 .content article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 72.4346013735%; }
  .page-template-default .content article:last-child, .error404 .content article:last-child {
  margin-right: 0; } }
  .page-template-default .content .sidebar, .error404 .content .sidebar {
  font-size: 1em;
  text-align: center; }

@media screen and (min-width: 1080px) {
  .page-template-default .content .sidebar, .error404 .content .sidebar {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 27.9058805152%; }
  .page-template-default .content .sidebar:last-child, .error404 .content .sidebar:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1280px) {
  .page-template-default .content .sidebar, .error404 .content .sidebar {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 25.7854652363%; }
  .page-template-default .content .sidebar:last-child, .error404 .content .sidebar:last-child {
  margin-right: 0; } 
  }

.magazine-header {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; 
  text-align: center; }
  
.magazine-title {
  font-family: "AvenirLTStd-Black", 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: 940px;
  margin: 36px auto;
  padding: 0 12px;
  }
  
.magazine-section-heading {
  font-family: "AvenirLTStd-Black", 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: "Quarto A", "Quarto B", Serif;
  font-size: 24px;
  font-weight: 600;
  word-spacing: 2px;
  margin: 0 0 12px 0; }
  .hero header p {
  font-family: "AvenirLTStd-Medium", Sans-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;
    word-spacing: 2px;
    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: 12px;
  text-align: center;
  line-height: 1.2; }
  
.lede-item-heading {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 24px;
  font-weight: 600;
  word-spacing: 2px;
  margin: 0 0 12px 0; }
  
.lede-item-header p {
  font-family: "AvenirLTStd-Medium", Sans-Serif; 
  font-size: 18px;
  line-height: 1.25;  
  margin: 12px 0; }
  
.lede-item-header .byline { 
  margin: 0; }
  
@media screen and (min-width: 1024px) {
  
  .lede-item-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%; }

  .lede-item-heading {
  font-size: 32px;
  line-height: 1.2;
  word-spacing: 2px;
  margin: 0 0 12px 0; }

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

  }

.package-cover {
  position: relative; }

.package-header {
  text-align: center;
  margin: 1.125em 0;
  padding: 0 1.125em; }

.package-figcaption {
  margin: 0 0 12px 0;
  padding: 12px; }
  
.package-content {
  max-width: 768px;
  margin: 12px auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "adobe-caslon-pro", Serif;
  font-size: 20px; }

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

  .package-figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-bottom: none;
  margin: 0;
  max-width: 24%; }
    
  .package-header {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 36px;
  width: 36%;
  height: 100%;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75); }

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

  .package-content {
  margin: 36px auto;
  padding-left: 0;
  padding-right: 0; }

  }

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

.guide-sponsor-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", Sans-Serif;
  padding-right: 12px; } 

.guide-sponsor-logo {
  max-height: 40px;
  width: auto;
  margin: 4px;
  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; }

.guide-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: 28px;
  left: 16px;
  padding: 0; }
  
.guide-logo {
  display: inline-block;
  height: 24px;
  width: auto;
  margin: 0; }  
  
.guide-title {
  font-size: 60px;
  line-height: 1;
  margin: 0; }

.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;
  max-width: 24%; }

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

  }
  
@media screen and (min-width: 1280px) {    
  
  .guide-heading {
  left: calc((100vw - 1280px)/2); }
  
  }

.featured-block {
  text-align: center; 
  max-width: 1280px;
  margin: 36px auto; }

.featured-block-icon {
  max-width: 120px;
  height: auto; }
  
.featured-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
  
.featured-block-description {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888888;
  display: block;
  margin: 20px 0; }
  
.featured-items {
  display: grid;
  grid-gap: 24px 36px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 }
  
.featured-item-thumbnail {
  width: 100%;
  height: auto; }  
  
.featured-item-heading {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  line-height: 1.25;
  margin: 12px 0; }
  
.featured-item-excerpt {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px;
  line-height: 1.25em;
  margin: 0; }

@media screen and (min-width: 1024px) {
  .featured-items {
  grid-template-columns: repeat(4, 1fr); } 
  .package-content .featured-block {
  margin-left: calc( -1024px / 2 + 100% / 2 );
  margin-right: calc( -1024px / 2 + 100% / 2 );
  max-width: 1024px;
  padding: 0; }
  .package-content .featured-items {
  grid-template-columns: repeat(3, 1fr); } 
  }
  
.sponsored-content-byline {
  display: block;
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #00b9f2;
  letter-spacing: 1px;
  margin-top: 12px;
  padding-bottom: 12px; }
    
.best-restaurant, .top-5280, .editors-pick, .highlighted-pick {
  font-family: "AvenirLTStd-Book", Sans-Serif;
  font-size: .75em;
  background-color: #b23c25;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 .5em 0;
  padding: .375em .75em; }

.format-gallery figure a,
.format-video figure a,
.format-photo figure a {
  position: relative;
  display: block; }

.format-gallery figure a:before,
.format-video figure a:before,
.format-photo figure a:before {
  font-family: fontawesome;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: white;
  font-size: 1.5em; }

.format-gallery figure a:before {
  content: "\f030"; }

.format-video figure a:before {
  content: "\f03d"; }

.format-photo figure a:before {
  content: "\f03e"; }
  

.single .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px; }
  
.single .content::after {
  clear: both;
  content: "";
  display: table; }

.single .content {
  font-family: "adobe-caslon-pro", Serif;
  font-size: 20px; }

.single .content {
  font-family: "adobe-caslon-pro", Serif;
  font-size: 20px; }

.single .content .sticky-nav h2, 
.single .content .sticky-nav h3, 
.single .content .sticky-nav h4, 
.single .content .sticky-nav h5 {
  display: inline-block;
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 1em;
  text-transform: uppercase;
  margin: .5em 0; }
  
.single .content .sticky-nav ul {
  text-transform: none;
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  padding-left: 2em;
  margin: 1em 0;
  display: none; }

.single .content .sticky-nav ul.opened {
  display: block;
  overflow-y: auto;
  max-height: 320px; }

.single .content .sticky-nav ul li:before {
  content: '' !important; }

.single .content > article .fixto-fixed {
  top: 53px !important;
  padding: 4px 0 4px 4px;
  background-color: #00b9f2;
  color: white;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  z-index: 100; }

.single .content > article .fixto-fixed a {
  color: white; }

@media screen and (min-width: 1024px) {
  .single .content > article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 66.0733555366%; }

  .single .content > article:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1080px) {
  .single .content > article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 70.3141860945%; }
  .single .content > article:last-child {
    margin-right: 0; }
  .single .content > article nav.fixto-fixed {
    top: 0px !important; } }

@media screen and (min-width: 1280px) {
  .single .content > article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 74.5550166524%; }
  .single .content > article:last-child {
    margin-right: 0; } }
  .single .content .sidebar {
  text-align: center;
  float: left;
  display: block;
  margin-right: 5.536906672%;
  width: 100%; }
  .single .content .sidebar:last-child {
    margin-right: 0; }
  .single .content .sidebar .articles {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%;
    border-bottom: 1px solid #00b9f2;
    margin-bottom: 1.125em;
    padding-bottom: 1.125em; }
    .single .content .sidebar .articles::after {
    clear: both;
    content: "";
    display: table; }
    .single .content .sidebar .articles:last-child {
    margin-right: 0; }
    .single .content .sidebar .articles h1 {
    font-size: 1.125em; }
  .single .content .sidebar article {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 47.231546664%;
    margin-bottom: 1.125em; }
    .single .content .sidebar article::after {
    clear: both;
    content: "";
    display: table; }
    .single .content .sidebar article:last-child {
    margin-right: 0; }
    .single .content .sidebar article:nth-child(2n) {
    margin-right: 0; }
    .single .content .sidebar article:nth-child(2n+1) {
    clear: left; }
    .single .content .sidebar article header {
    text-align: center; }

@media screen and (min-width: 1024px) {
  .single .content .sidebar article header {
  text-align: left; } 
  }

@media screen and (min-width: 1024px) {
  .single .content .sidebar {
  float: left;
  display: block;
  margin-right: 3.6243783%;
  width: 39.5524459916%; }
  .single .content .sidebar:last-child {
  margin-right: 0; }
  .single .content .sidebar article {
  float: left;
  display: block;
  margin-right: 9.1634744936%;
  width: 45.4182627532%; }
  .single .content .sidebar article:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1080px) {
  .single .content .sidebar {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 27.9058805152%; }
  .single .content .sidebar:last-child {
  margin-right: 0; }
  .single .content .sidebar article {
  float: left;
  display: block;
  margin-right: 6.3783451996%;
  width: 100%; }
  .single .content .sidebar article:last-child {
  margin-right: 0; }
  .single .content .sidebar article:nth-child(2n) {
  margin-right: 1.7799333902%; }
  .single .content .sidebar article:nth-child(2n+1) {
  clear: none; } 
  }

@media screen and (min-width: 1280px) {
  .single .content .sidebar {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 23.6650499573%; }
  .single .content .sidebar:last-child {
  margin-right: 0; }
  .single .content .sidebar article {
  float: left;
  display: block;
  margin-right: 7.5213591075%;
  width: 100%; }
  .single .content .sidebar article:last-child {
  margin-right: 0; }
  .single .content .sidebar article:nth-child(2n) {
  margin-right: 1.7799333902%; }
  .single .content .sidebar article:nth-child(2n+1) {
  clear: none; } 
  }

.standard-figure {
  margin: 0 0 12px 0;
}

.standard-header {
  margin: 12px 0;
  
  p {
  margin: 12px 0 0 0;
  }
}

.standard-heading {
  
}

@media screen and (min-width: 1024px) {
  .single-post .content article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 66.0733555366%;
  margin-left: 16.9633222317%; }
  .single-post .content article:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1280px) {
  .single-post .content article {
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 57.5916944207%;
  margin-left: 21.2041527896%; }
  .single-post .content article:last-child {
  margin-right: 0; } 
  }

.single-post .content article h2, 
.single-post .content article h3, 
.single-post .content article h4, 
.single-post .content article h5, 
.single-post .content article h6, 
.page-template-default .content article h2, 
.page-template-default .content article h3, 
.page-template-default .content article h4, 
.page-template-default .content article h5, 
.page-template-default .content article h6, 
.promotion-template-default .content article h2, 
.promotion-template-default .content article h3, 
.promotion-template-default .content article h4, 
.promotion-template-default .content article h5, 
.promotion-template-default .content article h6 {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  margin: 1em 0 .5em 0; }

.single-post .content article h2,
.page-template-default .content article h2,
.promotion-template-default .content article h2 {
  font-size: 1.375em; }
  
.single-post .content article h3,
.page-template-default .content article h3,
.promotion-template-default .content article h3 {
  font-size: 1.25em; }

.single-post .content article h4,
.page-template-default .content article h4,
.promotion-template-default .content article h4 {
  font-size: 1.125em; }

.single-post .content article h5,
.single-post .content article h6,
.page-template-default .content article h5,
.page-template-default .content article h6,
.promotion-template-default .content article h5,
.promotion-template-default .content article h6 {
  font-size: 1em; }

.single-post .content article .article-meta, 
.page-template-default .content article .article-meta,
.promotion-template-default .content article .article-meta {
  margin: 1em 0 1.5em 0; }

.single-post .content article ul:not(.flex-direction-nav),
.page-template-default .content article ul:not(.flex-direction-nav),
.promotion-template-default .content article ul:not(.flex-direction-nav) {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: .8em; }

.single-post .content article ul li,
.page-template-default .content article ul li,
.promotion-template-default .content article ul li {
  list-style-type: none;
  padding: .125em 0; }

.single-post .content article ul:not(.flex-direction-nav):not(.slides) li:before,
.page-template-default .content article ul:not(.flex-direction-nav):not(.slides) li:before,
.promotion-template-default .content article ul:not(.flex-direction-nav):not(.slides) li:before {
  font-family: fontawesome;
  content: '\f105';
  margin-right: .5625em;
  margin-left: -.875em; }

.single-post .content article ol:not(.flex-control-nav),
.page-template-default .content article ol:not(.flex-control-nav),
.promotion-template-default .content article ol:not(.flex-control-nav) {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px;
  padding-left: 32px;
  margin: 20px 0;
  counter-reset: li; }
  
.single-post .content article ol:not(.flex-control-nav) > li,
.page-template-default .content article ol:not(.flex-control-nav) > li,
.promotion-template-default .content article ol:not(.flex-control-nav) > li {
  position: relative;
  list-style-type: none;
  margin: 1.125em 0; }

.single-post .content article ol:not(.flex-control-nav) > li:before,
.page-template-default .content article ol:not(.flex-control-nav) > li:before,
.promotion-template-default .content article ol:not(.flex-control-nav) > li:before {
  position: absolute;
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  content: counter(li);
  counter-increment: li;
  font-size: 1.5em;
  padding: 0 .5em;
  top: -3px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00b9f2;
  margin: 0; }

.single-post .content article .hs-form-field,
.page-template-default .content article .hs-form-field,
.promotion-template-default .content article .hs-form-field {
  font-family: "AvenirLTStd-Book", Sans-Serif; }
  
.single-post .content article .hs-form-field ul,
.page-template-default .content article .hs-form-field ul,
.promotion-template-default .content article .hs-form-field ul {
  padding-left: .5em; }

.single-post .content article .hs-form-field ul li.hs-form-checkbox:before,
.page-template-default .content article .hs-form-field ul li.hs-form-checkbox:before,
.promotion-template-default .content article .hs-form-field ul li.hs-form-checkbox:before {
  content: ''; }

.single-post .content article .hs-form-field ul li.hs-form-checkbox span,
.page-template-default .content article .hs-form-field ul li.hs-form-checkbox span,
.promotion-template-default .content article .hs-form-field ul li.hs-form-checkbox span {
  padding-left: .5em; }

.single-post .content article .hs-form-field select,
.single-post .content article .hs-form-field [type="email"],
.single-post .content article .hs-form-field [type="text"],
.page-template-default .content article .hs-form-field select,
.page-template-default .content article .hs-form-field [type="email"],
.page-template-default .content article .hs-form-field [type="text"],
.promotion-template-default .content article .hs-form-field select,
.promotion-template-default .content article .hs-form-field [type="email"],
.promotion-template-default .content article .hs-form-field [type="text"] {
  font-size: 1em;
  border: 1px solid #787878;
  background-color: white;
  padding: 0 0 0 8px;
  flex-grow: 1;
  margin: 0 0 .5em 0;
  line-height: 1.625;
  height: 1.625em; }

.single-post .content article .hs-form-field span,
.page-template-default .content article .hs-form-field span,
.promotion-template-default .content article .hs-form-field span {
  font-weight: 600; }

.single-post .content article > footer,
.page-template-default .content article > footer,
.promotion-template-default .content article > footer {
  font-size: 0.8em; }

.single-post .content article > footer ul li:before, 
.page-template-default .content article > footer ul li:before,
.promotion-template-default .content article > footer ul li:before {
  content: ''; }

.gallery-block {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 12px 24px;
}

.gallery-title {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 24px;
  text-align: center;
  grid-column: 1 / -1;
}

.gallery-captions {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block; }

@media screen and (min-width: 1024px) {
  .post-template-default > figure, 
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 66.0733555366%;
  margin-left: 16.9633222317%; }

  .post-template-default > figure:last-child {
  margin-right: 0; } 
  }

@media screen and (min-width: 1280px) {
  .post-template-default > figure, 
  float: left;
  display: block;
  margin-right: 1.7799333902%;
  width: 57.5916944207%;
  margin-left: 21.2041527896%; }

  .post-template-default > figure:last-child, 
  margin-right: 0; } 
  }


.address {
  font-family: "AvenirLTStd-Medium", Sans-Serif; 
  font-size: 16px; }

dl {
  margin: 20px 0; }

dt {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5; 
  margin-top: 12px; }

dd {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0; }

dd p {
  margin: 0; }

dl.inline {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 24px 12px; }
  
dl.inline dt {
  margin: 0;
}

.magazine-block {
  margin-top: 36px;
  margin-bottom: 36px; }
  
.magazine-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 1.5em;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  margin: 12px 0; }

.magazine-issues {
  display: grid;
  grid-gap: 36px 24px;
  grid-template-columns: repeat(2, 1fr); }
  
.magazine-issue-cover {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc; }
  
.magazine-issue-title {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: normal;
  margin-top: 10px;
  padding: 0;
  border-bottom: none; }
  
.magazine-issue-link {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .magazine-issues {
  grid-template-columns: repeat(4, 1fr); } 
  }

.promotion-block { }
  
.promotion-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 1.5em;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  margin: 1.125em 0; }

.promotion-items {
  display: grid;
  grid-gap: 24px 36px;
  grid-template-columns: repeat(2, 1fr); }
  
.promotion-item-thumbnail {
  width: 100%;
  height: auto; }
  
.promotion-item-title {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: normal;
  margin-top: 12px; 
  padding: 0; 
  border-bottom: none; }

@media screen and (min-width: 1024px) {
  .promotion-items {
  grid-template-columns: repeat(4, 1fr); } 
  }  
  
  
.subscription-choices {
  display: flex; 
  flex-direction: column;
  align-items: center; 
}

.subscription-choices .magazine-cover,
.subscription-choices .magazine-cover-combo {
  margin: 0 0 24px 0;
}

.magazine-cover-combo-image {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.subscription-options {
  margin: 24px 0 0 0;
}

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

@media screen and (min-width: 768px) {
  .subscription-choices {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }

  .subscription-choices .magazine-cover,
  .subscription-choices .magazine-cover-combo {
    margin: 0; 
    max-width: 30%; }
    
}

span.partial {
  display: inline-block;
  width: 96px;
  margin: 12px auto;
  border-top: 1px solid #efefef; }

.sneaker {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 1s ease-in-out;
  transform: translateY(100%);
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.875);
}
.sneaker .ad {
  margin: 12px 0;
  padding: 0;
}
.ad-trigger {
  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-visible {
  transform: translateY(0);
}

.ad-rectangle, 
.header-leaderboard, 
.footer-leaderboard {
  margin: 24px auto;
  display: block;
  text-align: center;
  clear: both; }

.mid-leaderboard,
.ad-mid-leaderboard,
.ad-slot-ip {
  display: block;
  text-align: center;
  margin: 36px auto;
}

.mid-leaderboard:before,
.ad-mid-leaderboard:before,
.ad-slot-ip:before,
.ad-slot: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; }


@media screen and (min-width: 768px) {
  .ad-spot.ad-rectangle {
  margin: 0 auto 12px auto;
  border-bottom: none;
  padding-bottom: 0; }
  }
 
.ia-block {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
  padding: 12px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.ia-block-item {
  padding: 0;
  margin: 0; }
  
.ia-block-item:first-child {
  flex: 1;
  text-align: center;
  margin-bottom: 24px; }

.ia-block-item:last-child {
  flex: 2; }

.ia-block-item .button {
  font-size: 16px; }

.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-icon {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto 12px auto; }
 
.ia-block-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px !important;
  text-transform: uppercase;
  text-align: center; 
  margin: 12px 0 !important; }

.ia-block-list {
  font-size: 16px !important; 
  padding: 0;
  margin: 0; }

.ia-block-list-item {
  padding: 8px 0 !important; }

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

.ia-block-list-item:before {
  content: '' !important;
  margin: 0 !important; }

.ia-block-item .ad-slot-ip {
  margin: 0px; }
  
@media screen and (min-width: 768px) {
  
  .ia-block {
  flex-direction: row;
  align-items: center; }
     
  .ia-block-item:first-child {
  margin: 0; }
  
  .ia-block-item .magazine-title {
  font-size: 24px; }
    
  .ia-block-item .magazine-cover-image {
  min-width: 320px; }

  .ia-block-item:last-child {
  padding-left: 36px; }

  }

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

article p {
  margin: 20px 0; }

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

figure figcaption {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 14px;
  color: #888888;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block;
  margin: 0 0 12px 0;
  padding: 12px 0;
  border-bottom: 1px solid #efefef; }
  
.hero-image-caption {
  padding: 12px;
}

article header h1 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 28px;
  word-spacing: 2px;
  margin-top: 0;
  margin-bottom: .5em; }

article header p {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 18px; }

@media screen and (min-width: 1024px) {
  article header h1 {
  font-size: 36px; } 

  article header p {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 18px; }
  }
  
.taxonomy, .issue {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  text-transform: none;
  display: block;
  letter-spacing: 2px; }

.taxonomy {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 8px 0; }

.byline {
  display: block;
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 2px; }

.byline a, time a {
  color: black;
  transition: background-color 0.5s ease;
}

.byline a:hover, time a:hover {
  color: #b23c25;
  text-decoration: none; }
  
time {
  display: block;
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 2px; 
} 

.authors-block {
  margin: 20px 0;
  border-top: 1px solid #efefef; }

.author-item {
  padding: 20px 0;
}

.author-photo {
  max-width: 84px;
  margin-right: 12px;
  float: left;
  -webkit-clip-path: circle(42px at 42px 42px);
  clip-path: circle(42px at 42px 42px); }

.author-name {
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 10px 0; }

.author-bio {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 8px 0 0 0; }


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

.button, .submit, [type="submit"] {
  display: block;
  color: white;
  font-family: "AvenirLTStd-Book", Sans-Serif;
  background-color: #b23c25;
  text-transform: uppercase;
  padding: 9px 12px;
  margin: 0 0 16px 0;
  text-align: center;
  border: none; }

article figure {
  margin: 0 auto; }

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

blockquote {
  border: none;
  border-left: 1px solid #00b9f2;
  margin: 0;
  padding-left: 1.5em; }

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

blockquote p {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 1em;
  line-height: 1.5;
  font-style: italic; }

blockquote.pull-quote p {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 1.5em;
  font-style: normal; }

blockquote cite {
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  text-transform: uppercase;
  display: block;
  margin: .5em 0;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.2;
  font-style: normal; }

form.search {
  width: 100%;
  background-color: #efefef;
  color: black;
  position: relative; }
form.search .search-label {
  padding-left: .5em; }
form.search input {
  font-family: "AvenirLTStd-Book", Sans-Serif; }
form.search .query {
  padding: .5em;
  width: 100%;
  border: none;
  color: black;
  background-color: transparent;
  border-radius: 0; }

.article-content {
  font-family: "adobe-caslon-pro", Serif;
  font-size: 18px; }
  
.single-sponsored_content .article-content {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 18px;
  line-height: 1.4; }
  
.single-sponsored_content .article-heading {
  font-family: "AvenirLTStd-Black", sans-serif;
  font-weight: normal;
  line-height: 1.25; }
  
.single-sponsored_content .article-deck p {
  font-size: 20px;
  font-weight: 600;
} 

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "Quarto A", "Quarto B", Serif;
  font-weight: 600;
  line-height: 1.25; }

.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: "AvenirLTStd-Black", sans-serif;
  font-weight: normal;
  line-height: 1.25; }

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

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

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

.shortcuts {
  display: none; }
  
.neighborhood-rank {
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  font-size: 24px;
  text-align: center;  
  line-height: 36px;
  color: #ffffff;
  background-color: #b23c25;
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 18px;
}
  
.section-block { 
  margin: 36px 0; } 

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

.section-block-note {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 12px; 
  margin: 12px 0 0 0; 
}

.section-block-more {
  font-family: "AvenirLTStd-Medium", Sans-Serif;
  font-size: 16px; 
  text-align: center; 
  margin: 12px 0; }

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

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

.stat-label {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  text-transform: uppercase;
  font-size: 14px; }

.stat-value {
  font-family: "Tungsten A", "Tungsten B", Sans-Serif;
  font-size: 44px;
  color: #b23c25;
  display: block; }

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

.restaurant-cuisine {
  font-family: "AvenirLTStd-Medium", 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: "Tungsten A", "Tungsten B", Sans-Serif;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-top: 12px; }

.table-block {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw); }

.table-block table {
  margin: 0 auto;
  max-width: 960px;
  overflow-y: scroll; }

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

.table-block table thead th {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  padding: 3px 12px; }

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

.table-block table tbody tr td {
  font-family: "Tungsten A", "Tungsten B", 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: skyblue; }

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

.article-block {
  
}

.single-sponsored_content .article-block {
  display: block;
  max-width: 768px;
  margin: 36px auto;
}

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

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

  .shortcuts {
  font-family: "AvenirLTStd-Book", Sans-Serif;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 24px 0;
  counter-reset: li; }
  
  .shortcuts > li {
  position: relative;
  list-style-type: none;
  margin: 5px 0;
  padding: 0; }
  
  .shortcuts > li:before {
  content: counter(li) " / ";
  counter-increment: li; }

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


.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  
  @media all and (min-width: 1304px) {
    padding-left: 0;
    padding-right: 0;      
  }      
}
  
.archive-block {}

.magazine-archive-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 36px; }
  
.archive-heading {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}
  
.archive-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; 
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef; }
  
.archive-item:first-child {
  border-top: 1px solid #efefef;
  padding-top: 16px; }  
  
.archive-item:last-child {
  margin-bottom: 0; }  
  
.archive-item p,
.archive-item-excerpt {
  display: none; }

.archive-item-thumbnail {
  flex: 1 0 0;
  order: 1;
  margin: 0 0 0 16px;
  padding: 0; }
  
.archive-item-header {
  flex: 2 0 0;
  padding: 0; }  

.archive-item-heading {
  font-family: "Quarto A", "Quarto B", Serif;
  font-size: 20px;
  flex: 2;
  line-height: 1.25;
  margin: 0 0 9px 0; }

@media screen and (min-width: 1024px) {
  
  .archive-block {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px; }
  
  .magazine-archive-block {
  grid-template-columns: repeat(4, 1fr); }
  
  .archive-heading {
  text-align: left; 
  margin: 0;
  grid-column-start: 1;
  grid-column-end: -1; }
  
  .archive-description {
  margin: 0;
  grid-column-start: 1;
  grid-column-end: -1; }
    
  .archive-item-thumbnail {
  flex: 1 0 0;
  order: 0;
  margin: 0 16px 0 0; }
  
  .archive-item-header {
  flex: 2 0 0; }
  
  .archive-item-heading,
  .archive-item-title {
  font-size: 28px;
  margin: 0 0 16px 0; }
  
  .archive-item p,
  .archive-item-excerpt {
  display: block;
  font-size: 18px;
  line-height: 1.25; }
  
  }
  
.byline-block {}

.byline-photo {
  display: block;
  height: 168px;
  width: 168px;
  margin: 0 auto 12px auto;
  -webkit-clip-path: circle(84px at 84px 84px);
  clip-path: circle(84px at 84px 84px);
}

.byline-name {
  font-family: "AvenirLTStd-Black", Sans-Serif;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
}

.byline-title {
  font-family: 'Tungsten A', 'Tungsten B', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.byline-social {
  list-style-type: none;
  padding-left: 0;
  display: block;
  text-align: center;
}

.byline-social li {
  display: inline;
}

.byline-bio {
  font-family: AvenirLTStd-Medium, sans-serif;
  font-size: 16px;
  margin: 12px 0;
  letter-spacing: 1px;
}

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

@media screen and (min-width: 1080px) {
  .alignwide {
    margin-left: calc( -1080px / 2 + 100% / 2 );
    margin-right: calc( -1080px / 2 + 100% / 2 );
    max-width: 1080px;
  }
}

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