/*! 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: bold; }

/**
 * 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 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.125em 0 1.125em; }
  .bucket > h2 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin: 1.125em 0;
    width: 100%; }
    .bucket > h2 .more-link {
      display: none; }

@media screen and (min-width: 920px) {
  .bucket > h2 {
    text-align: left; }
    .bucket > h2 .more-link {
      display: inline;
      font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
      float: right;
      text-transform: none;
      font-size: 80%;
      letter-spacing: 0px; } }
  .bucket .articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1.125em; }

@media screen and (min-width: 920px) {
  .bucket .articles {
    flex-wrap: nowrap; } }
    .bucket .articles .primary {
      border-bottom: 1px solid #efefef;
      padding-bottom: 1.125em;
      margin-bottom: 1.125em; }
      .bucket .articles .primary article header h1 {
        font-size: 2em; }
      .bucket .articles .primary article header .byline {
        font-size: 1.125em; }

@media screen and (min-width: 920px) {
  .bucket .articles .primary {
    border-bottom: none;
    width: 44%; }
    .bucket .articles .primary .byline {
      font-size: 1.25em; } }
    .bucket .articles .secondary {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      border-bottom: 1px solid #efefef;
      margin-bottom: 1.125em;
      padding-bottom: 1.125em; }
      .bucket .articles .secondary article {
        text-align: center;
        width: 48%; }
        .bucket .articles .secondary article h1 {
          font-size: 1.25em;
          line-height: 1.25;
          margin: 0 0 .5em 0; }
      .bucket .articles .secondary .ad-spot {
        margin: 0 auto;
        border: none; }

@media screen and (min-width: 768px) {
  .bucket .articles .secondary {
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 50%; }
    .bucket .articles .secondary article {
      width: 100%; }
      .bucket .articles .secondary article h1 {
        font-size: 1.5em; }
      .bucket .articles .secondary article:first-child {
        margin-bottom: 1.125em; } }

@media screen and (min-width: 920px) {
  .bucket .articles .secondary {
    justify-content: flex-start;
    width: 28%; } }
    .bucket .articles .more {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .bucket .articles .more article {
        padding: 0 1.125em 0 1.125em;
        text-align: center; }
        .bucket .articles .more article header {
          margin-bottom: 1em; }
          .bucket .articles .more article header h1 {
            font-size: 1.25em;
            line-height: 1.125;
            margin: 0 0 .5em 0; }

@media screen and (min-width: 768px) {
  .bucket .articles .more {
    border-left: 1px solid #efefef;
    width: 49%;
    margin-left: 1%; } }

@media screen and (min-width: 920px) {
  .bucket .articles .more {
    border-right: 1px solid #efefef;
    width: 26%;
    margin-right: 1%; } }

@media screen and (min-width: 920px) {
  .bucket.odd .secondary {
    order: 3; } }

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

@media screen and (min-width: 920px) {
  .bucket.even .primary {
    order: 3; } }

@media screen and (min-width: 920px) {
  .bucket.even .secondary {
    order: 1; } }

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

body {
  margin: 3.3125em 0 0 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; }

@media screen and (min-width: 1024px) {
  body {
    margin-top: 0 !important; }
    body.single-format-gallery, body.tax-neighborhood, body.page-template-directory-neighborhoods {
      margin: 3.3125em 0 0 0 !important; } }

body.single-format-gallery.admin-bar > header.site nav.primary,
body.tax-neighborhood.admin-bar > header.site nav.primary,
body.page-template-directory-neighborhoods.admin-bar > header.site nav.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); }
  hr.editorial {
    border-top: 0;
    border-bottom: 1px solid #00b9f2; }

figure {
  margin: 0; }

article figure, article img {
  max-width: 100%; }
  article figure.alignright, article figure.alignleft, article figure.alignnone, article figure.wp-caption.alignright, article figure.wp-caption.alignleft, article figure.wp-caption.alignnone, article img.alignright, article img.alignleft, article img.alignnone, article img.wp-caption.alignright, article img.wp-caption.alignleft, article img.wp-caption.alignnone {
    display: block;
    width: 100% !important;
    height: auto;
    margin: 1.125em auto; }
  article figure.aligncenter, article figure.wp-caption.aligncenter, article img.aligncenter, article img.wp-caption.aligncenter {
    display: block;
    margin: 1.125em auto; }

@media screen and (min-width: 768px) {
  article figure.alignright, article figure.wp-caption.alignright, article img.alignright, article img.wp-caption.alignright {
    float: right;
    max-width: 33% !important;
    margin: 0 0 1.125em 1.125em; }
  article figure.alignleft, article figure.wp-caption.alignleft, article img.alignleft, article img.wp-caption.alignleft {
    float: left;
    max-width: 33% !important;
    margin: 0 1.125em 1.125em 0; } }

.flexslider {
  border: none; }
  .flexslider .slides {
    max-height: calc(100% - 3em);
    vertical-align: middle; }
    .flexslider .slides img {
      max-height: calc(100%);
      vertical-align: middle;
      margin: 0 auto;
      width: auto !important; }
    .flexslider .slides li.gallery-item {
      list-style-type: none;
      padding: 0; }
      .flexslider .slides li.gallery-item:before {
        content: ''; }
  .flexslider .flex-direction-nav li.flex-nav-prev, .flexslider .flex-direction-nav li.flex-nav-next {
    list-style-type: none;
    padding: 0; }
    .flexslider .flex-direction-nav li.flex-nav-prev:before, .flexslider .flex-direction-nav li.flex-nav-next:before {
      content: ''; }

.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; }

nav.secondary {
  display: none;
  background-color: black;
  color: white; }

@media screen and (min-width: 1024px) {
  nav.secondary {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.5em; }
    nav.secondary ul.menu {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 1.125em 0 1.125em;
      background-color: transparent;
      display: flex;
      justify-content: flex-start;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      text-transform: uppercase;
      text-align: left;
      list-style: none; }
      nav.secondary ul.menu::after {
        clear: both;
        content: "";
        display: table; }
      nav.secondary ul.menu li.menu-item {
        vertical-align: middle;
        line-height: 2.6;
        font-size: .8em; }
        nav.secondary ul.menu li.menu-item a {
          display: inline-block;
          white-space: nowrap;
          color: white; }
          nav.secondary ul.menu li.menu-item a:hover {
            text-decoration: underline; }
        nav.secondary ul.menu li.menu-item:after {
          content: '|';
          padding: 0 1em;
          position: relative;
          top: -1px; }
        nav.secondary ul.menu li.menu-item:last-child:after {
          content: '';
          padding: 0; } }

body > header.site {
  position: relative;
  display: block;
  z-index: 99999; }
  body > header.site::after {
    clear: both;
    content: "";
    display: table; }
  body > header.site .masthead {
    display: none; }
  body > 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; }
    body > header.site .menu-trigger #trigger {
      width: 1em;
      height: .5em;
      position: relative;
      display: block;
      margin: -.25em auto 0;
      top: 50%; }
      body > 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); }
        body > header.site .menu-trigger #trigger .bars.top {
          transform: translateY(0px) rotate(0deg); }
        body > header.site .menu-trigger #trigger .bars.bottom {
          transform: translateY(6px) rotate(0deg); }
      body > header.site .menu-trigger #trigger span {
        display: none; }
  body > header.site .sub-menu-trigger {
    margin-right: .5em;
    padding: 0 .5em 0 0; }
  body > header.site .search-trigger {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer; }
    body > header.site .search-trigger #magnifying-glass {
      display: block;
      width: 3.125em;
      height: 3.125em;
      line-height: 3.125;
      text-align: center; }
      body > header.site .search-trigger #magnifying-glass:before {
        font-family: fontawesome;
        content: '\f002'; }
      body > header.site .search-trigger #magnifying-glass span {
        display: none; }
  body > header.site div.search {
    display: none; }
    body > header.site div.search.opened {
      display: block; }
    body > header.site div.search input {
      text-align: center;
      width: 100%; }
  body > header.site .current-issue {
    display: none; }
    body > header.site .current-issue.opened {
      max-width: 60%;
      margin: 1.125em auto;
      display: block; }
      body > header.site .current-issue.opened img {
        max-width: 100%; }
  body > header.site .logo {
    background-color: transparent;
    display: inline-block;
    position: absolute;
    max-height: 3em;
    left: 50%;
    transform: translateX(-50%); }
    body > header.site .logo a {
      line-height: 3em; }
    body > header.site .logo img {
      max-width: 6em;
      height: auto;
      vertical-align: middle; }
  body > header.site .gallery > h1 {
    display: inline-block;
    margin: 0 0 0 4em;
    vertical-align: top;
    line-height: 1.55; }
  body > header.site .gallery .logo {
    left: 3em;
    transform: none; }
  body > header.site nav.primary {
    position: fixed; }
  body > header.site nav.gallery {
    position: relative; }
  body > header.site nav.primary, body > header.site nav.gallery {
    display: block;
    top: 0;
    left: 0;
    font-size: 1em;
    width: 100%;
    transition: all 0.314s ease-out;
    z-index: 1;
    color: black;
    background-color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #333333;
    -webkit-backdrop-filter: saturate(1.8) blur(20px); }
    body > header.site nav.primary ul.menu, body > header.site nav.gallery ul.menu {
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      text-transform: uppercase;
      position: relative;
      list-style: none;
      display: none;
      font-size: 1.125em; }
      body > header.site nav.primary ul.menu li.menu-item, body > header.site nav.gallery ul.menu li.menu-item {
        margin: 1.125em 0; }
        body > header.site nav.primary ul.menu li.menu-item a, body > header.site nav.gallery ul.menu li.menu-item a {
          display: inline-block;
          color: black;
          padding-bottom: .25em; }
          body > header.site nav.primary ul.menu li.menu-item a:hover, body > header.site nav.gallery ul.menu li.menu-item a:hover {
            color: #b23c25; }
      body > header.site nav.primary ul.menu .sub-menu, body > header.site nav.gallery ul.menu .sub-menu {
        display: none;
        padding-left: 0;
        margin: 0 0 1.125em 0;
        text-transform: none;
        font-family: "AvenirLTStd-Medium", Arial, Sans-Serif; }
        body > header.site nav.primary ul.menu .sub-menu.opened, body > header.site nav.gallery ul.menu .sub-menu.opened {
          display: block;
          padding: 0 0 0 1.875em;
          margin: .5em 0 1.125em 0; }
        body > header.site nav.primary ul.menu .sub-menu li.menu-item, body > header.site nav.gallery ul.menu .sub-menu li.menu-item {
          list-style-type: none;
          letter-spacing: 1px;
          padding: 0;
          margin: 0; }
          body > header.site nav.primary ul.menu .sub-menu li.menu-item a, body > header.site nav.gallery ul.menu .sub-menu li.menu-item a {
            display: block;
            color: black;
            padding: .5em 0; }
            body > header.site nav.primary ul.menu .sub-menu li.menu-item a:hover, body > header.site nav.gallery ul.menu .sub-menu li.menu-item a:hover {
              color: #b23c25; }
    body > header.site nav.primary.menu-opened, body > header.site nav.gallery.menu-opened {
      height: 100%;
      overflow-y: scroll;
      background-color: white;
      transition: all 0.314s ease-in; }
      body > header.site nav.primary.menu-opened .menu-trigger, body > header.site nav.gallery.menu-opened .menu-trigger {
        transform: rotate(90deg); }
        body > header.site nav.primary.menu-opened .menu-trigger #trigger .bars, body > header.site nav.gallery.menu-opened .menu-trigger #trigger .bars {
          transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
          transition-delay: 0.2s; }
          body > header.site nav.primary.menu-opened .menu-trigger #trigger .bars.top, body > header.site nav.gallery.menu-opened .menu-trigger #trigger .bars.top {
            transform: translateY(6px) rotate(45deg); }
          body > header.site nav.primary.menu-opened .menu-trigger #trigger .bars.bottom, body > header.site nav.gallery.menu-opened .menu-trigger #trigger .bars.bottom {
            transform: translateY(4px) rotate(-45deg); }
      body > header.site nav.primary.menu-opened ul.menu, body > header.site nav.gallery.menu-opened ul.menu {
        padding: 0 1.125em;
        display: block; }
        body > header.site nav.primary.menu-opened ul.menu li.menu-item, body > header.site nav.gallery.menu-opened ul.menu li.menu-item {
          transform: scale(1) translateY(0px);
          opacity: 1; }
      body > header.site nav.primary.menu-opened #secondary-mobile, body > header.site nav.gallery.menu-opened #secondary-mobile {
        background-color: black;
        padding: .25em 0; }
        body > header.site nav.primary.menu-opened #secondary-mobile a, body > header.site nav.gallery.menu-opened #secondary-mobile a {
          color: white; }

@media screen and (min-width: 1024px) {
  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; }
    body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > 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;
      width: auto;
      height: auto;
      margin-left: 0;
      transform: none; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .logo a {
        float: left; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .logo img {
        max-width: 11.25em; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .logo .tag-line {
        float: left;
        height: 58px;
        line-height: 58px;
        vertical-align: middle;
        font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
        font-size: 1.0625em;
        margin-left: 1em;
        text-transform: uppercase; }
    body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .masthead {
      padding: 0 1.125em 1.125em 1.125em;
      display: block;
      position: relative; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .masthead form.search {
        position: absolute;
        display: block;
        left: 55%;
        top: .5em;
        width: 25%;
        margin-left: 1em; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .masthead .on-newstands-now {
        color: black;
        background-color: rgba(247, 231, 73, 0.85);
        border-radius: 90px 90px 0 0;
        -moz-border-radius: 90px 90px 0 0;
        -webkit-border-radius: 90px 90px 0 0;
        font-size: 8px;
        font-weight: bold;
        text-align: center;
        padding: 2em 1.125em 1em 1.125em;
        text-transform: uppercase;
        position: absolute;
        right: 8.8125em;
        bottom: 0;
        z-index: 1; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .masthead .mag-cover {
        display: inline-block;
        border: 1px solid #efefef;
        border-bottom: none;
        position: absolute;
        right: 1.125em;
        top: -.5em; }
        body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site .masthead .mag-cover img {
          max-height: 7em; }
    body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary {
      border-bottom: none;
      position: relative;
      background-color: white; }
      body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu {
        padding: 0 1.125em 0 1.125em;
        display: flex;
        justify-content: space-between;
        height: auto;
        margin: 0;
        font-size: 1em;
        width: 100%;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef; } }

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

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

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

@media screen and (min-width: 1024px) {
        body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item {
          vertical-align: middle;
          opacity: 1;
          transform: none;
          transition: none;
          line-height: 3;
          text-align: center;
          margin: 0; }
          body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item a {
            display: block;
            white-space: nowrap;
            padding-bottom: 0; }
          body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item .sub-menu {
            display: block;
            position: absolute;
            top: 100%;
            border-bottom: 1px solid #efefef;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
            background-color: white;
            line-height: 1.5;
            text-align: center;
            width: 15.625em;
            opacity: 0;
            z-index: -1;
            transition: all 0.314s ease-out;
            visibility: hidden; } }

@media screen and (min-width: 1024px) and (min-width: 920px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item .sub-menu {
    font-size: .875em; } }

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item .sub-menu {
    font-size: .888em; } }

@media screen and (min-width: 1024px) and (min-width: 1280px) {
  body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item .sub-menu {
    font-size: .8em; } }

@media screen and (min-width: 1024px) {
            body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.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 nav.primary ul.menu li.menu-item-has-children {
          position: relative; }
        body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.menu-item-has-children:before {
          content: '';
          float: none; }
        body:not(.single-format-gallery):not(.tax-neighborhood):not(.page-template-directory-neighborhoods) > header.site nav.primary ul.menu li.hover .sub-menu {
          visibility: visible;
          opacity: 1;
          z-index: 1; } }

.newsletter {
  margin: 1.125em 0 -1.125em 0;
  background-color: #00b9f2;
  color: white;
  padding: 1.125em;
  margin: 0 auto;
  text-align: center; }
  .newsletter > header h1 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin: 1.125em 0; }
  .newsletter p {
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    font-size: 1em; }
  .newsletter a {
    display: block;
    padding: .5em 1.125em;
    margin: 1.125em auto 1.125em auto;
    position: relative;
    background-color: #007ba1;
    max-width: 200px; }

footer.site {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  background-color: black;
  color: white;
  padding: 1.125em 0; }
  footer.site .logo {
    margin: 0 auto;
    width: 6em; }
    footer.site .logo a {
      display: inline-block; }
    footer.site .logo img {
      max-width: 6em;
      height: auto; }
    footer.site .logo .tag-line, footer.site .logo .wings {
      display: none; }
  footer.site ul.social {
    display: block;
    text-align: center;
    clear: both;
    margin: 1.125em 0;
    padding: 0; }
    footer.site ul.social a {
      color: #b23c25; }
      footer.site ul.social a:hover {
        color: #b4b4b4;
        opacity: 1; }
  footer.site form.search {
    margin: 2em auto;
    width: 70%;
    background-color: white;
    color: black;
    padding: 0; }

@media screen and (min-width: 768px) {
  footer.site form.search {
    width: 50%; } }

@media screen and (min-width: 920px) {
  footer.site form.search {
    width: 30%; } }
  footer.site .widgets {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.125em 0 1.125em; }
    footer.site .widgets::after {
      clear: both;
      content: "";
      display: table; }
    footer.site .widgets section {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 100%;
      border-bottom: 0;
      text-align: center; }
      footer.site .widgets section:last-child {
        margin-right: 0; }
      footer.site .widgets section h2, footer.site .widgets section h3 {
        font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
        font-size: 1.125em;
        letter-spacing: 2px; }
      footer.site .widgets section .textwidget {
        font-size: .875em;
        line-height: 1.5;
        letter-spacing: 1px; }
      footer.site .widgets section ul.menu {
        list-style-type: none;
        padding-left: 0;
        font-size: .875em;
        line-height: 1.75;
        letter-spacing: 1px; }
        footer.site .widgets section ul.menu a {
          color: white; }
        footer.site .widgets section ul.menu a:hover, footer.site .widgets section ul.menu li a:hover {
          color: #b23c25; }

@media screen and (min-width: 768px) {
  footer.site .widgets section {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 47.231546664%; }
    footer.site .widgets section:last-child {
      margin-right: 0; }
    footer.site .widgets section:nth-child(2n) {
      margin-right: 0; }
    footer.site .widgets section:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 1024px) {
  footer.site .widgets section {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 18.5760532878%; }
    footer.site .widgets section:nth-child(2n) {
      margin-right: 1.7799333902%; }
    footer.site .widgets section:nth-child(2n+1) {
      clear: none; }
    footer.site .widgets section:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  footer.site .logo {
    position: relative;
    display: block;
    width: auto;
    height: 3em;
    text-align: center; }
    footer.site .logo a {
      display: inline-block; }
      footer.site .logo a img {
        max-width: 11.25em; }
    footer.site .logo .tag-line {
      display: inline-block;
      height: 58px;
      line-height: .5;
      vertical-align: middle;
      font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
      font-size: 1.0625em;
      margin-left: 1em;
      text-transform: uppercase; }
    footer.site .logo .wings {
      display: inline-block;
      margin: 0 2em;
      height: 30px;
      width: 20%;
      border-top: 1px solid #525252; } }

a {
  color: #b23c25;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: black; }

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", Georgia, Serif;
  font-size: 1.75em; }

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

.search-header h2, .search-insert h2 {
  text-transform: uppercase;
  font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
  text-align: center;
  margin: .5em 0; }

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

@media screen and (min-width: 768px) {
  .search-header form, .search-insert form {
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.625; } }
  .search-header form input, .search-header form select, .search-insert form input, .search-insert 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%; }

@media screen and (min-width: 768px) {
  .search-header form input, .search-header form select, .search-insert form input, .search-insert form select {
    margin: 0 1em 0 0;
    width: auto; } }
  .search-header form .comiseo-daterangepicker-triggerbutton.ui-button, .search-insert form .comiseo-daterangepicker-triggerbutton.ui-button {
    border-radius: 0; }
  .search-header form span.ui-button-icon.ui-icon.ui-icon-triangle-1-s, .search-insert form span.ui-button-icon.ui-icon.ui-icon-triangle-1-s {
    position: absolute;
    right: 1px;
    top: 8px; }
  .search-header form .select2-container--default, .search-insert form .select2-container--default {
    flex-grow: 1;
    margin: 0 0 .5em 0;
    width: 100%; }

@media screen and (min-width: 768px) {
  .search-header form .select2-container--default, .search-insert form .select2-container--default {
    margin: 0 1em 0 0;
    width: auto;
    height: 1.625em; } }
    .search-header form .select2-container--default .select2-selection--single, .search-header form .select2-container--default .select2-selection__rendered, .search-insert form .select2-container--default .select2-selection--single, .search-insert form .select2-container--default .select2-selection__rendered {
      line-height: 1.625;
      max-height: 1.625em;
      border-radius: 0; }
    .search-header form .select2-container--default .select2-results__options .select2-results__option--highlighted, .search-insert form .select2-container--default .select2-results__options .select2-results__option--highlighted {
      background-color: #b23c25; }
  .search-header form button, .search-insert 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-header form button, .search-insert form button {
    display: inline-block;
    width: auto; } }

@media screen and (min-width: 920px) {
  .search-header h1, .search-header h2, .search-header h3, .search-insert h1, .search-insert h2, .search-insert h3 {
    font-size: 1.75em;
    letter-spacing: 8px;
    text-align: left; }
  .search-header form, .search-insert form {
    font-size: 1em; } }

.search-header {
  padding: .5em 0; }

@media screen and (min-width: 768px) {
  .search-header {
    padding: 0; } }
  .search-header .search-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.125em; }
    .search-header .search-form::after {
      clear: both;
      content: "";
      display: table; }

.search-insert {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125em;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em; }
  .search-insert::after {
    clear: both;
    content: "";
    display: table; }

body[class^="page-template-directory-"] .search-header h1, body[class^="page-template-directory-"] .search-header h2, body[class^="page-template-directory-"] .search-header h3, body[class*=" page-template-directory-"] .search-header h1, body[class*=" page-template-directory-"] .search-header h2, body[class*=" page-template-directory-"] .search-header h3 {
  text-align: center;
  letter-spacing: 4px; }

body[class^="page-template-directory-"] .search-header .search-form, body[class*=" page-template-directory-"] .search-header .search-form {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  body[class^="page-template-directory-"] .search-header .search-form::after, body[class*=" page-template-directory-"] .search-header .search-form::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  body[class^="page-template-directory-"] .search-header, body[class*=" page-template-directory-"] .search-header {
    height: 15em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    body[class^="page-template-directory-"] .search-header h2, body[class*=" page-template-directory-"] .search-header h2 {
      font-size: 2.75em;
      letter-spacing: 8px; } }

.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", Arial, Sans-Serif;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 1.125em 0;
  letter-spacing: 4px;
  font-weight: normal; }

@media screen and (min-width: 920px) {
  .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; }

.hero {
  position: relative; }
  .hero figure {
    height: 15em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    position: relative; }
    .hero figure::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 600px) {
  .hero figure {
    height: 20em; } }

@media screen and (min-width: 768px) {
  .hero figure {
    height: 25em; } }

@media screen and (min-width: 920px) {
  .hero figure {
    height: 30em;
    margin-bottom: 2em; } }

@media screen and (min-width: 1024px) {
  .hero figure {
    height: 40em; } }

@media screen and (min-width: 1280px) {
  .hero figure {
    height: 50em;
    margin-top: 1em; } }
  .hero header {
    padding: 1.125em;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    line-height: 1.2; }
    .hero header h1 {
      font-family: "Quarto A", "Quarto B", Georgia, Serif;
      font-weight: bold;
      word-spacing: 2px;
      margin: 0 0 .5em 0; }
    .hero header p {
      font-family: "AvenirLTStd-Medium", Arial, Sans-Serif; }
    .hero header .byline {
      font-size: 1.125em; }

@media screen and (min-width: 920px) {
  .hero header .byline {
    font-size: 1.25em; } }
    .hero header a {
      color: white; }

@media screen and (min-width: 920px) {
  .hero header {
    position: absolute;
    color: black;
    background-color: rgba(255, 255, 255, 0.75);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70%; }
    .hero header h1 {
      font-size: 1.4em;
      line-height: 1.2;
      word-spacing: 2px;
      margin: 0 0 .5em 0; }
    .hero header p {
      font-size: 1.25em;
      line-height: 1.25; }
    .hero header a {
      color: black; } }

@media screen and (min-width: 1024px) {
  .hero header h1 {
    font-size: 2.8125em; } }

.page-template-default .content, .error404 .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125em;
  font-family: "adobe-caslon-pro", Georgia, 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: 1024px) {
  .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: 1024px) {
  .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; } }

.single-magazine > section {
  padding: 0 1.125em 0 1.125em; }

.single-magazine .magazine-header {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  .single-magazine .magazine-header::after {
    clear: both;
    content: "";
    display: table; }
  .single-magazine .magazine-header::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 768px) {
  .single-magazine .magazine-header {
    flex-direction: row; }
    .single-magazine .magazine-header div {
      width: 33%; } }
  .single-magazine .magazine-header h1 {
    font-size: 2em; }
  .single-magazine .magazine-header h2 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 0; }
  .single-magazine .magazine-header figure.cover img {
    max-width: 100%;
    border: 1px solid #efefef; }

@media screen and (min-width: 768px) {
  .single-magazine .magazine-header figure.cover img {
    max-width: 70%; } }
  .single-magazine .magazine-header nav {
    display: flex;
    justify-content: space-evenly;
    margin: 0 0 2em 0; }
    .single-magazine .magazine-header nav .button {
      padding: .5em 1em;
      margin: 0; }
  .single-magazine .magazine-header .byline {
    font-size: 1.25em; }

.single-magazine .toc {
  float: left;
  display: block;
  margin-right: 5.536906672%;
  width: 100%; }
  .single-magazine .toc::after {
    clear: both;
    content: "";
    display: table; }
  .single-magazine .toc:last-child {
    margin-right: 0; }
  .single-magazine .toc section {
    padding: 0 1.125em; }

@media screen and (min-width: 920px) {
  .single-magazine .toc {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 66.0733555366%;
    margin-left: 16.9633222317%; }
    .single-magazine .toc:last-child {
      margin-right: 0; }
    .single-magazine .toc section {
      padding: 0; } }

@media screen and (min-width: 1280px) {
  .single-magazine .toc {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 57.5916944207%;
    margin-left: 21.2041527896%; }
    .single-magazine .toc:last-child {
      margin-right: 0; } }
  .single-magazine .toc section > h2 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 1.125em 0 0.825em 0;
    padding-bottom: .5em;
    text-align: center;
    border-bottom: 1px solid #efefef; }

.single-magazine .articles {
  float: left;
  display: block;
  margin-right: 5.536906672%;
  width: 100%; }
  .single-magazine .articles:last-child {
    margin-right: 0; }
  .single-magazine .articles article {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 47.231546664%;
    margin-bottom: 1.125em; }
    .single-magazine .articles article::after {
      clear: both;
      content: "";
      display: table; }
    .single-magazine .articles article:last-child {
      margin-right: 0; }
    .single-magazine .articles article:nth-child(2n) {
      margin-right: 0; }
    .single-magazine .articles article:nth-child(2n+1) {
      clear: left; }
    .single-magazine .articles article header {
      text-align: center; }
      .single-magazine .articles article header h1 {
        font-size: 1.25em; }

@media screen and (min-width: 768px) {
  .single-magazine .articles article header h1 {
    font-size: 1.75em; } }
      .single-magazine .articles article header p {
        display: none; }

@media screen and (min-width: 920px) {
  .single-magazine .articles article header p {
    display: block; } }

@media screen and (min-width: 920px) {
  .single-magazine .articles article header {
    text-align: left; } }

@media screen and (min-width: 920px) {
  .single-magazine .articles {
    float: left;
    display: block;
    margin-right: 2.6938746728%;
    width: 100%; }
    .single-magazine .articles:last-child {
      margin-right: 0; }
    .single-magazine .articles article {
      float: left;
      display: block;
      margin-right: 2.6938746728%;
      width: 100%; }
      .single-magazine .articles article:last-child {
        margin-right: 0; }
      .single-magazine .articles article figure {
        float: left;
        display: block;
        margin-right: 2.6938746728%;
        width: 35.8163283295%; }
        .single-magazine .articles article figure:last-child {
          margin-right: 0; }
      .single-magazine .articles article header {
        float: left;
        display: block;
        margin-right: 2.6938746728%;
        width: 61.4897969977%; }
        .single-magazine .articles article header:last-child {
          margin-right: 0; } }

@media screen and (min-width: 1280px) {
  .single-magazine .articles {
    float: left;
    display: block;
    margin-right: 3.0906077832%;
    width: 100%; }
    .single-magazine .articles:last-child {
      margin-right: 0; }
    .single-magazine .articles article {
      float: left;
      display: block;
      margin-right: 3.0906077832%;
      width: 100%; }
      .single-magazine .articles article:last-child {
        margin-right: 0; }
      .single-magazine .articles article figure {
        float: left;
        display: block;
        margin-right: 3.0906077832%;
        width: 33.7274664251%; }
        .single-magazine .articles article figure:last-child {
          margin-right: 0; }
      .single-magazine .articles article header {
        float: left;
        display: block;
        margin-right: 3.0906077832%;
        width: 63.1819257917%; }
        .single-magazine .articles article header:last-child {
          margin-right: 0; } }

.package-template-default > article {
  position: relative; }
  .package-template-default > article > figure {
    height: 15em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    position: relative; }
    .package-template-default > article > figure::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 600px) {
  .package-template-default > article > figure {
    height: 20em; } }

@media screen and (min-width: 768px) {
  .package-template-default > article > figure {
    height: 25em; } }

@media screen and (min-width: 920px) {
  .package-template-default > article > figure {
    height: 30em;
    margin-bottom: 2em; } }

@media screen and (min-width: 1024px) {
  .package-template-default > article > figure {
    height: 40em; } }

@media screen and (min-width: 1280px) {
  .package-template-default > article > figure {
    height: 50em;
    margin-top: 1em; } }
  .package-template-default > article > header {
    text-align: center;
    margin: 1.125em 0;
    padding: 0 1.125em; }
  .package-template-default > article .content {
    font-size: 1.25em; }
    .package-template-default > article .content ul.social {
      display: block;
      text-align: center;
      clear: both;
      margin: 1.125em 0;
      padding: 0; }
    .package-template-default > article .content section.related-picks {
      text-align: center; }
      .package-template-default > article .content section.related-picks > h1, .package-template-default > article .content section.related-picks > h2 {
        font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
        font-size: 1.25em;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin: 1.125em auto; }
      .package-template-default > article .content section.related-picks div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .package-template-default > article .content section.related-picks div article {
          max-width: 45%;
          width: 100%; }
          .package-template-default > article .content section.related-picks div article header h1 {
            font-size: 1.25em; }

@media screen and (min-width: 1024px) {
  .package-template-default > article > header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1.125em;
    width: 33%;
    text-align: left;
    height: 40em;
    margin: 0; }
    .package-template-default > article > header div {
      font-size: smaller;
      position: absolute;
      color: white;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      .package-template-default > article > header div a {
        color: white; }
  .package-template-default > article .content {
    max-width: 50em; }
    .package-template-default > article .content section.related-picks {
      text-align: center; }
      .package-template-default > article .content section.related-picks > h1, .package-template-default > article .content section.related-picks > h2 {
        font-size: 1.25em; }
      .package-template-default > article .content section.related-picks div {
        justify-content: space-around; }
        .package-template-default > article .content section.related-picks div article {
          max-width: 30%; } }

@media screen and (min-width: 1280px) {
  .package-template-default > article > header {
    height: 50em; }
    .package-template-default > article > header div {
      font-size: larger; } }

.picks {
  border-bottom: 1px solid #efefef;
  text-align: center; }
  .picks > header {
    width: 100%; }
    .picks > header h1 {
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      font-size: 1.5em;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin: 1.125em auto; }
    .picks > header .logo {
      max-width: 120px;
      height: auto; }
  .picks .articles {
    display: grid;
    grid-gap: 1.125em;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.125em; }
    .picks .articles article {
      padding-bottom: 1.125em; }
      .picks .articles article h1 {
        font-size: 1.25em;
        line-height: 1.125;
        margin: 0 0 .5em 0; }

@media screen and (min-width: 920px) {
  .picks .articles {
    grid-template-columns: repeat(4, 1fr); } }

.archive section.picks {
  border-bottom: none; }

.single section.picks {
  border-top: 1px solid #efefef;
  border-bottom: none; }

.sponsored-content {
  background-color: #efefef;
  padding-top: 1.125em; }
  .sponsored-content span {
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: .875em;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin: 1.125em auto 1.125em auto;
    color: #b4b4b4; }

.promotions {
  background-color: black;
  border-top: 1px solid black; }

@media screen and (min-width: 920px) {
  .promotions {
    margin-top: -1.2em; } }
  .promotions .picks {
    color: white; }
    .promotions .picks a {
      color: white; }

.archive .promotions {
  margin-top: 0; }

.best-restaurant, .top-5280, .editors-pick, .highlighted-pick {
  font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
  font-size: .75em;
  background-color: #b23c25;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 .5em 0;
  padding: .375em .75em; }

.sponsored-listings {
  background-color: #efefef;
  padding: 1.125em;
  margin-bottom: 1.125em; }
  .sponsored-listings::after {
    clear: both;
    content: "";
    display: table; }
  .sponsored-listings > h2 {
    font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 2px;
    display: inline-block; }
  .sponsored-listings > a {
    float: right;
    line-height: 2em;
    font-size: .75em;
    font-style: italic; }
  .sponsored-listings img {
    width: 100%; }
  .sponsored-listings article:last-child {
    border-bottom: none; }

.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"; }

.archive .content,
.directory .content,
.search-results .content,
.search-no-results .content,
.single-package .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125em; }
  .archive .content::after,
.directory .content::after,
.search-results .content::after,
.search-no-results .content::after,
.single-package .content::after {
    clear: both;
    content: "";
    display: table; }
  .archive .content > h1,
.directory .content > h1,
.search-results .content > h1,
.search-no-results .content > h1,
.single-package .content > h1 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center; }

@media screen and (min-width: 768px) {
  .archive .content > h1,
.directory .content > h1,
.search-results .content > h1,
.search-no-results .content > h1,
.single-package .content > h1 {
    text-align: left; } }
    .archive .content > h1 span,
.directory .content > h1 span,
.search-results .content > h1 span,
.search-no-results .content > h1 span,
.single-package .content > h1 span {
      font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
      text-transform: none; }
  .archive .content .articles,
.directory .content .articles,
.search-results .content .articles,
.search-no-results .content .articles,
.single-package .content .articles {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .archive .content .articles:last-child,
.directory .content .articles:last-child,
.search-results .content .articles:last-child,
.search-no-results .content .articles:last-child,
.single-package .content .articles:last-child {
      margin-right: 0; }
    .archive .content .articles > h1,
.directory .content .articles > h1,
.search-results .content .articles > h1,
.search-no-results .content .articles > h1,
.single-package .content .articles > h1 {
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      font-size: 1.5em;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin: 0 0 .5em 0;
      text-align: center; }

@media screen and (min-width: 768px) {
  .archive .content .articles > h1,
.directory .content .articles > h1,
.search-results .content .articles > h1,
.search-no-results .content .articles > h1,
.single-package .content .articles > h1 {
    text-align: left; } }
      .archive .content .articles > h1 span,
.directory .content .articles > h1 span,
.search-results .content .articles > h1 span,
.search-no-results .content .articles > h1 span,
.single-package .content .articles > h1 span {
        font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
        text-transform: none;
        letter-spacing: 0; }
      .archive .content .articles > h1 span.highlight,
.directory .content .articles > h1 span.highlight,
.search-results .content .articles > h1 span.highlight,
.search-no-results .content .articles > h1 span.highlight,
.single-package .content .articles > h1 span.highlight {
        display: block;
        visibility: hidden; }

@media screen and (min-width: 920px) {
  .archive .content .articles > h1 span.highlight,
.directory .content .articles > h1 span.highlight,
.search-results .content .articles > h1 span.highlight,
.search-no-results .content .articles > h1 span.highlight,
.single-package .content .articles > h1 span.highlight {
    display: inline-block;
    visibility: visible; } }
    .archive .content .articles > h2, .archive .content .articles section > h2,
.directory .content .articles > h2,
.directory .content .articles section > h2,
.search-results .content .articles > h2,
.search-results .content .articles section > h2,
.search-no-results .content .articles > h2,
.search-no-results .content .articles section > h2,
.single-package .content .articles > h2,
.single-package .content .articles section > h2 {
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      font-size: 1.5em;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin: 1.125em 0 0.825em 0;
      padding-bottom: .5em;
      text-align: center;
      border-bottom: 1px solid #efefef; }

@media screen and (min-width: 768px) {
  .archive .content .articles > h2, .archive .content .articles section > h2,
.directory .content .articles > h2,
.directory .content .articles section > h2,
.search-results .content .articles > h2,
.search-results .content .articles section > h2,
.search-no-results .content .articles > h2,
.search-no-results .content .articles section > h2,
.single-package .content .articles > h2,
.single-package .content .articles section > h2 {
    text-align: left; } }
    .archive .content .articles section:first-child > h2,
.directory .content .articles section:first-child > h2,
.search-results .content .articles section:first-child > h2,
.search-no-results .content .articles section:first-child > h2,
.single-package .content .articles section:first-child > h2 {
      margin-top: 0; }
    .archive .content .articles article,
.directory .content .articles article,
.search-results .content .articles article,
.search-no-results .content .articles article,
.single-package .content .articles article {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 47.231546664%;
      margin-bottom: 2em; }
      .archive .content .articles article::after,
.directory .content .articles article::after,
.search-results .content .articles article::after,
.search-no-results .content .articles article::after,
.single-package .content .articles article::after {
        clear: both;
        content: "";
        display: table; }
      .archive .content .articles article:last-child,
.directory .content .articles article:last-child,
.search-results .content .articles article:last-child,
.search-no-results .content .articles article:last-child,
.single-package .content .articles article:last-child {
        margin-right: 0; }
      .archive .content .articles article:nth-child(2n),
.directory .content .articles article:nth-child(2n),
.search-results .content .articles article:nth-child(2n),
.search-no-results .content .articles article:nth-child(2n),
.single-package .content .articles article:nth-child(2n) {
        margin-right: 0; }
      .archive .content .articles article:nth-child(2n+1),
.directory .content .articles article:nth-child(2n+1),
.search-results .content .articles article:nth-child(2n+1),
.search-no-results .content .articles article:nth-child(2n+1),
.single-package .content .articles article:nth-child(2n+1) {
        clear: left; }
      .archive .content .articles article > span,
.directory .content .articles article > span,
.search-results .content .articles article > span,
.search-no-results .content .articles article > span,
.single-package .content .articles article > span {
        color: #b4b4b4;
        margin-bottom: .5em;
        display: block;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .625em; }
      .archive .content .articles article header,
.directory .content .articles article header,
.search-results .content .articles article header,
.search-no-results .content .articles article header,
.single-package .content .articles article header {
        text-align: center; }
        .archive .content .articles article header h1,
.directory .content .articles article header h1,
.search-results .content .articles article header h1,
.search-no-results .content .articles article header h1,
.single-package .content .articles article header h1 {
          font-size: 1.25em; }

@media screen and (min-width: 768px) {
  .archive .content .articles article header h1,
.directory .content .articles article header h1,
.search-results .content .articles article header h1,
.search-no-results .content .articles article header h1,
.single-package .content .articles article header h1 {
    font-size: 1.75em; } }
        .archive .content .articles article header p,
.directory .content .articles article header p,
.search-results .content .articles article header p,
.search-no-results .content .articles article header p,
.single-package .content .articles article header p {
          display: none; }

@media screen and (min-width: 920px) {
  .archive .content .articles article header p,
.directory .content .articles article header p,
.search-results .content .articles article header p,
.search-no-results .content .articles article header p,
.single-package .content .articles article header p {
    display: block; } }

@media screen and (min-width: 920px) {
  .archive .content .articles article header,
.directory .content .articles article header,
.search-results .content .articles article header,
.search-no-results .content .articles article header,
.single-package .content .articles article header {
    text-align: left; } }
    .archive .content .articles .primary-story,
.directory .content .articles .primary-story,
.search-results .content .articles .primary-story,
.search-no-results .content .articles .primary-story,
.single-package .content .articles .primary-story {
      margin-bottom: 1.125em;
      padding-bottom: 1.125em;
      border-bottom: 1px solid #efefef; }
      .archive .content .articles .primary-story h1,
.directory .content .articles .primary-story h1,
.search-results .content .articles .primary-story h1,
.search-no-results .content .articles .primary-story h1,
.single-package .content .articles .primary-story h1 {
        font-size: 2.8125em; }
    .archive .content .articles article.directory-item,
.directory .content .articles article.directory-item,
.search-results .content .articles article.directory-item,
.search-no-results .content .articles article.directory-item,
.single-package .content .articles article.directory-item {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 100%; }
      .archive .content .articles article.directory-item:last-child,
.directory .content .articles article.directory-item:last-child,
.search-results .content .articles article.directory-item:last-child,
.search-no-results .content .articles article.directory-item:last-child,
.single-package .content .articles article.directory-item:last-child {
        margin-right: 0; }
      .archive .content .articles article.directory-item:nth-child(2n),
.directory .content .articles article.directory-item:nth-child(2n),
.search-results .content .articles article.directory-item:nth-child(2n),
.search-no-results .content .articles article.directory-item:nth-child(2n),
.single-package .content .articles article.directory-item:nth-child(2n) {
        margin-right: 1.7799333902%; }
      .archive .content .articles article.directory-item:nth-child(2n+1),
.directory .content .articles article.directory-item:nth-child(2n+1),
.search-results .content .articles article.directory-item:nth-child(2n+1),
.search-no-results .content .articles article.directory-item:nth-child(2n+1),
.single-package .content .articles article.directory-item:nth-child(2n+1) {
        clear: none; }
      .archive .content .articles article.directory-item header,
.directory .content .articles article.directory-item header,
.search-results .content .articles article.directory-item header,
.search-no-results .content .articles article.directory-item header,
.single-package .content .articles article.directory-item header {
        text-align: left; }
      .archive .content .articles article.directory-item .excerpt,
.directory .content .articles article.directory-item .excerpt,
.search-results .content .articles article.directory-item .excerpt,
.search-no-results .content .articles article.directory-item .excerpt,
.single-package .content .articles article.directory-item .excerpt {
        display: none; }
      .archive .content .articles article.directory-item:last-child,
.directory .content .articles article.directory-item:last-child,
.search-results .content .articles article.directory-item:last-child,
.search-no-results .content .articles article.directory-item:last-child,
.single-package .content .articles article.directory-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }

@media screen and (min-width: 920px) {
  .archive .content .articles article.directory-item .excerpt,
.directory .content .articles article.directory-item .excerpt,
.search-results .content .articles article.directory-item .excerpt,
.search-no-results .content .articles article.directory-item .excerpt,
.single-package .content .articles article.directory-item .excerpt {
    display: block; } }
    .archive .content .articles article.sponsored figure,
.directory .content .articles article.sponsored figure,
.search-results .content .articles article.sponsored figure,
.search-no-results .content .articles article.sponsored figure,
.single-package .content .articles article.sponsored figure {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 34.03943333%; }
      .archive .content .articles article.sponsored figure:last-child,
.directory .content .articles article.sponsored figure:last-child,
.search-results .content .articles article.sponsored figure:last-child,
.search-no-results .content .articles article.sponsored figure:last-child,
.single-package .content .articles article.sponsored figure:last-child {
        margin-right: 0; }
    .archive .content .articles article.sponsored header,
.directory .content .articles article.sponsored header,
.search-results .content .articles article.sponsored header,
.search-no-results .content .articles article.sponsored header,
.single-package .content .articles article.sponsored header {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 60.423659998%; }
      .archive .content .articles article.sponsored header:last-child,
.directory .content .articles article.sponsored header:last-child,
.search-results .content .articles article.sponsored header:last-child,
.search-no-results .content .articles article.sponsored header:last-child,
.single-package .content .articles article.sponsored header:last-child {
        margin-right: 0; }

@media screen and (min-width: 920px) {
  .archive .content .articles,
.directory .content .articles,
.search-results .content .articles,
.search-no-results .content .articles,
.single-package .content .articles {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 56.8231757083%; }
    .archive .content .articles:last-child,
.directory .content .articles:last-child,
.search-results .content .articles:last-child,
.search-no-results .content .articles:last-child,
.single-package .content .articles:last-child {
      margin-right: 0; }
    .archive .content .articles article,
.directory .content .articles article,
.search-results .content .articles article,
.search-no-results .content .articles article,
.single-package .content .articles article {
      float: left;
      display: block;
      margin-right: 6.3783451996%;
      width: 100%; }
      .archive .content .articles article:last-child,
.directory .content .articles article:last-child,
.search-results .content .articles article:last-child,
.search-no-results .content .articles article:last-child,
.single-package .content .articles article:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .archive .content .articles,
.directory .content .articles,
.search-results .content .articles,
.search-no-results .content .articles,
.single-package .content .articles {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 70.3141860945%; }
    .archive .content .articles:last-child,
.directory .content .articles:last-child,
.search-results .content .articles:last-child,
.search-no-results .content .articles:last-child,
.single-package .content .articles:last-child {
      margin-right: 0; }
    .archive .content .articles:nth-child(2n),
.directory .content .articles:nth-child(2n),
.search-results .content .articles:nth-child(2n),
.search-no-results .content .articles:nth-child(2n),
.single-package .content .articles:nth-child(2n) {
      margin-right: 1.7799333902%; }
    .archive .content .articles:nth-child(2n+1),
.directory .content .articles:nth-child(2n+1),
.search-results .content .articles:nth-child(2n+1),
.search-no-results .content .articles:nth-child(2n+1),
.single-package .content .articles:nth-child(2n+1) {
      clear: none; }
    .archive .content .articles article,
.directory .content .articles article,
.search-results .content .articles article,
.search-no-results .content .articles article,
.single-package .content .articles article {
      float: left;
      display: block;
      margin-right: 2.5314001187%;
      width: 100%; }
      .archive .content .articles article:last-child,
.directory .content .articles article:last-child,
.search-results .content .articles article:last-child,
.search-no-results .content .articles article:last-child,
.single-package .content .articles article:last-child {
        margin-right: 0; }
      .archive .content .articles article figure,
.directory .content .articles article figure,
.search-results .content .articles article figure,
.search-no-results .content .articles article figure,
.single-package .content .articles article figure {
        float: left;
        display: block;
        margin-right: 2.5314001187%;
        width: 33.6561528644%; }
        .archive .content .articles article figure:last-child,
.directory .content .articles article figure:last-child,
.search-results .content .articles article figure:last-child,
.search-no-results .content .articles article figure:last-child,
.single-package .content .articles article figure:last-child {
          margin-right: 0; }
      .archive .content .articles article header,
.directory .content .articles article header,
.search-results .content .articles article header,
.search-no-results .content .articles article header,
.single-package .content .articles article header {
        float: left;
        display: block;
        margin-right: 2.5314001187%;
        width: 63.8124470169%; }
        .archive .content .articles article header:last-child,
.directory .content .articles article header:last-child,
.search-results .content .articles article header:last-child,
.search-no-results .content .articles article header:last-child,
.single-package .content .articles article header:last-child {
          margin-right: 0; }
    .archive .content .articles article.directory-item figure,
.directory .content .articles article.directory-item figure,
.search-results .content .articles article.directory-item figure,
.search-no-results .content .articles article.directory-item figure,
.single-package .content .articles article.directory-item figure {
      float: left;
      display: block;
      margin-right: 2.5314001187%;
      width: 33.6561528644%; }
      .archive .content .articles article.directory-item figure:last-child,
.directory .content .articles article.directory-item figure:last-child,
.search-results .content .articles article.directory-item figure:last-child,
.search-no-results .content .articles article.directory-item figure:last-child,
.single-package .content .articles article.directory-item figure:last-child {
        margin-right: 0; }
    .archive .content .articles article.directory-item header,
.directory .content .articles article.directory-item header,
.search-results .content .articles article.directory-item header,
.search-no-results .content .articles article.directory-item header,
.single-package .content .articles article.directory-item header {
      float: left;
      display: block;
      margin-right: 2.5314001187%;
      width: 63.8124470169%; }
      .archive .content .articles article.directory-item header:last-child,
.directory .content .articles article.directory-item header:last-child,
.search-results .content .articles article.directory-item header:last-child,
.search-no-results .content .articles article.directory-item header:last-child,
.single-package .content .articles article.directory-item header:last-child {
        margin-right: 0; }
    .archive .content .articles article.primary-story figure,
.directory .content .articles article.primary-story figure,
.search-results .content .articles article.primary-story figure,
.search-no-results .content .articles article.primary-story figure,
.single-package .content .articles article.primary-story figure {
      float: left;
      display: block;
      margin-right: 2.5314001187%;
      width: 100%; }
      .archive .content .articles article.primary-story figure:last-child,
.directory .content .articles article.primary-story figure:last-child,
.search-results .content .articles article.primary-story figure:last-child,
.search-no-results .content .articles article.primary-story figure:last-child,
.single-package .content .articles article.primary-story figure:last-child {
        margin-right: 0; }
    .archive .content .articles article.primary-story header,
.directory .content .articles article.primary-story header,
.search-results .content .articles article.primary-story header,
.search-no-results .content .articles article.primary-story header,
.single-package .content .articles article.primary-story header {
      float: left;
      display: block;
      margin-right: 2.5314001187%;
      width: 100%; }
      .archive .content .articles article.primary-story header:last-child,
.directory .content .articles article.primary-story header:last-child,
.search-results .content .articles article.primary-story header:last-child,
.search-no-results .content .articles article.primary-story header:last-child,
.single-package .content .articles article.primary-story header:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1280px) {
  .archive .content .articles,
.directory .content .articles,
.search-results .content .articles,
.search-no-results .content .articles,
.single-package .content .articles {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 74.5550166524%; }
    .archive .content .articles:last-child,
.directory .content .articles:last-child,
.search-results .content .articles:last-child,
.search-no-results .content .articles:last-child,
.single-package .content .articles:last-child {
      margin-right: 0; }
    .archive .content .articles article,
.directory .content .articles article,
.search-results .content .articles article,
.search-no-results .content .articles article,
.single-package .content .articles article {
      float: left;
      display: block;
      margin-right: 2.3874092853%;
      width: 100%; }
      .archive .content .articles article:last-child,
.directory .content .articles article:last-child,
.search-results .content .articles article:last-child,
.search-no-results .content .articles article:last-child,
.single-package .content .articles article:last-child {
        margin-right: 0; }
      .archive .content .articles article figure,
.directory .content .articles article figure,
.search-results .content .articles article figure,
.search-no-results .content .articles article figure,
.single-package .content .articles article figure {
        float: left;
        display: block;
        margin-right: 2.3874092853%;
        width: 31.7417271431%; }
        .archive .content .articles article figure:last-child,
.directory .content .articles article figure:last-child,
.search-results .content .articles article figure:last-child,
.search-no-results .content .articles article figure:last-child,
.single-package .content .articles article figure:last-child {
          margin-right: 0; }
      .archive .content .articles article header,
.directory .content .articles article header,
.search-results .content .articles article header,
.search-no-results .content .articles article header,
.single-package .content .articles article header {
        float: left;
        display: block;
        margin-right: 2.3874092853%;
        width: 65.8708635716%; }
        .archive .content .articles article header:last-child,
.directory .content .articles article header:last-child,
.search-results .content .articles article header:last-child,
.search-no-results .content .articles article header:last-child,
.single-package .content .articles article header:last-child {
          margin-right: 0; } }
  .archive .content .more-promotions article, .archive .content .employees article,
.directory .content .more-promotions article,
.directory .content .employees article,
.search-results .content .more-promotions article,
.search-results .content .employees article,
.search-no-results .content .more-promotions article,
.search-no-results .content .employees article,
.single-package .content .more-promotions article,
.single-package .content .employees article {
    margin-bottom: 1.125em; }
    .archive .content .more-promotions article figure, .archive .content .employees article figure,
.directory .content .more-promotions article figure,
.directory .content .employees article figure,
.search-results .content .more-promotions article figure,
.search-results .content .employees article figure,
.search-no-results .content .more-promotions article figure,
.search-no-results .content .employees article figure,
.single-package .content .more-promotions article figure,
.single-package .content .employees article figure {
      height: 36vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0;
      position: relative; }
      .archive .content .more-promotions article figure::after, .archive .content .employees article figure::after,
.directory .content .more-promotions article figure::after,
.directory .content .employees article figure::after,
.search-results .content .more-promotions article figure::after,
.search-results .content .employees article figure::after,
.search-no-results .content .more-promotions article figure::after,
.search-no-results .content .employees article figure::after,
.single-package .content .more-promotions article figure::after,
.single-package .content .employees article figure::after {
        clear: both;
        content: "";
        display: table; }
    .archive .content .more-promotions article figcaption, .archive .content .employees article figcaption,
.directory .content .more-promotions article figcaption,
.directory .content .employees article figcaption,
.search-results .content .more-promotions article figcaption,
.search-results .content .employees article figcaption,
.search-no-results .content .more-promotions article figcaption,
.search-no-results .content .employees article figcaption,
.single-package .content .more-promotions article figcaption,
.single-package .content .employees article figcaption {
      position: absolute;
      bottom: 0;
      max-width: 100%;
      margin: 0 auto;
      color: white;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.75);
      left: 0;
      right: 0; }
      .archive .content .more-promotions article figcaption h1, .archive .content .employees article figcaption h1,
.directory .content .more-promotions article figcaption h1,
.directory .content .employees article figcaption h1,
.search-results .content .more-promotions article figcaption h1,
.search-results .content .employees article figcaption h1,
.search-no-results .content .more-promotions article figcaption h1,
.search-no-results .content .employees article figcaption h1,
.single-package .content .more-promotions article figcaption h1,
.single-package .content .employees article figcaption h1 {
        font-family: "Quarto A", "Quarto B", Georgia, Serif;
        font-size: 1.125em;
        line-height: 1.125;
        letter-spacing: 1px;
        padding: 0 .5em; }
        .archive .content .more-promotions article figcaption h1 a, .archive .content .employees article figcaption h1 a,
.directory .content .more-promotions article figcaption h1 a,
.directory .content .employees article figcaption h1 a,
.search-results .content .more-promotions article figcaption h1 a,
.search-results .content .employees article figcaption h1 a,
.search-no-results .content .more-promotions article figcaption h1 a,
.search-no-results .content .employees article figcaption h1 a,
.single-package .content .more-promotions article figcaption h1 a,
.single-package .content .employees article figcaption h1 a {
          color: white; }
          .archive .content .more-promotions article figcaption h1 a:hover, .archive .content .employees article figcaption h1 a:hover,
.directory .content .more-promotions article figcaption h1 a:hover,
.directory .content .employees article figcaption h1 a:hover,
.search-results .content .more-promotions article figcaption h1 a:hover,
.search-results .content .employees article figcaption h1 a:hover,
.search-no-results .content .more-promotions article figcaption h1 a:hover,
.search-no-results .content .employees article figcaption h1 a:hover,
.single-package .content .more-promotions article figcaption h1 a:hover,
.single-package .content .employees article figcaption h1 a:hover {
            color: gray; }

@media screen and (min-width: 600px) {
  .archive .content .more-promotions article, .archive .content .employees article,
.directory .content .more-promotions article,
.directory .content .employees article,
.search-results .content .more-promotions article,
.search-results .content .employees article,
.search-no-results .content .more-promotions article,
.search-no-results .content .employees article,
.single-package .content .more-promotions article,
.single-package .content .employees article {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 47.231546664%; }
    .archive .content .more-promotions article:last-child, .archive .content .employees article:last-child,
.directory .content .more-promotions article:last-child,
.directory .content .employees article:last-child,
.search-results .content .more-promotions article:last-child,
.search-results .content .employees article:last-child,
.search-no-results .content .more-promotions article:last-child,
.search-no-results .content .employees article:last-child,
.single-package .content .more-promotions article:last-child,
.single-package .content .employees article:last-child {
      margin-right: 0; }
    .archive .content .more-promotions article:nth-child(2n), .archive .content .employees article:nth-child(2n),
.directory .content .more-promotions article:nth-child(2n),
.directory .content .employees article:nth-child(2n),
.search-results .content .more-promotions article:nth-child(2n),
.search-results .content .employees article:nth-child(2n),
.search-no-results .content .more-promotions article:nth-child(2n),
.search-no-results .content .employees article:nth-child(2n),
.single-package .content .more-promotions article:nth-child(2n),
.single-package .content .employees article:nth-child(2n) {
      margin-right: 0; }
    .archive .content .more-promotions article:nth-child(2n+1), .archive .content .employees article:nth-child(2n+1),
.directory .content .more-promotions article:nth-child(2n+1),
.directory .content .employees article:nth-child(2n+1),
.search-results .content .more-promotions article:nth-child(2n+1),
.search-results .content .employees article:nth-child(2n+1),
.search-no-results .content .more-promotions article:nth-child(2n+1),
.search-no-results .content .employees article:nth-child(2n+1),
.single-package .content .more-promotions article:nth-child(2n+1),
.single-package .content .employees article:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  .archive .content .more-promotions article, .archive .content .employees article,
.directory .content .more-promotions article,
.directory .content .employees article,
.search-results .content .more-promotions article,
.search-results .content .employees article,
.search-no-results .content .more-promotions article,
.search-no-results .content .employees article,
.single-package .content .more-promotions article,
.single-package .content .employees article {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 48.18781085%; }
    .archive .content .more-promotions article:last-child, .archive .content .employees article:last-child,
.directory .content .more-promotions article:last-child,
.directory .content .employees article:last-child,
.search-results .content .more-promotions article:last-child,
.search-results .content .employees article:last-child,
.search-no-results .content .more-promotions article:last-child,
.search-no-results .content .employees article:last-child,
.single-package .content .more-promotions article:last-child,
.single-package .content .employees article:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .archive .content .more-promotions article, .archive .content .employees article,
.directory .content .more-promotions article,
.directory .content .employees article,
.search-results .content .more-promotions article,
.search-results .content .employees article,
.search-no-results .content .more-promotions article,
.search-no-results .content .employees article,
.single-package .content .more-promotions article,
.single-package .content .employees article {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 23.6650499573%; }
    .archive .content .more-promotions article:nth-child(2n), .archive .content .employees article:nth-child(2n),
.directory .content .more-promotions article:nth-child(2n),
.directory .content .employees article:nth-child(2n),
.search-results .content .more-promotions article:nth-child(2n),
.search-results .content .employees article:nth-child(2n),
.search-no-results .content .more-promotions article:nth-child(2n),
.search-no-results .content .employees article:nth-child(2n),
.single-package .content .more-promotions article:nth-child(2n),
.single-package .content .employees article:nth-child(2n) {
      margin-right: 1.7799333902%; }
    .archive .content .more-promotions article:nth-child(2n+1), .archive .content .employees article:nth-child(2n+1),
.directory .content .more-promotions article:nth-child(2n+1),
.directory .content .employees article:nth-child(2n+1),
.search-results .content .more-promotions article:nth-child(2n+1),
.search-results .content .employees article:nth-child(2n+1),
.search-no-results .content .more-promotions article:nth-child(2n+1),
.search-no-results .content .employees article:nth-child(2n+1),
.single-package .content .more-promotions article:nth-child(2n+1),
.single-package .content .employees article:nth-child(2n+1) {
      clear: none; }
    .archive .content .more-promotions article:last-child, .archive .content .employees article:last-child,
.directory .content .more-promotions article:last-child,
.directory .content .employees article:last-child,
.search-results .content .more-promotions article:last-child,
.search-results .content .employees article:last-child,
.search-no-results .content .more-promotions article:last-child,
.search-no-results .content .employees article:last-child,
.single-package .content .more-promotions article:last-child,
.single-package .content .employees article:last-child {
      margin-right: 0; }
    .archive .content .more-promotions article:nth-child(4n), .archive .content .employees article:nth-child(4n),
.directory .content .more-promotions article:nth-child(4n),
.directory .content .employees article:nth-child(4n),
.search-results .content .more-promotions article:nth-child(4n),
.search-results .content .employees article:nth-child(4n),
.search-no-results .content .more-promotions article:nth-child(4n),
.search-no-results .content .employees article:nth-child(4n),
.single-package .content .more-promotions article:nth-child(4n),
.single-package .content .employees article:nth-child(4n) {
      margin-right: 0; }
    .archive .content .more-promotions article:nth-child(4n+1), .archive .content .employees article:nth-child(4n+1),
.directory .content .more-promotions article:nth-child(4n+1),
.directory .content .employees article:nth-child(4n+1),
.search-results .content .more-promotions article:nth-child(4n+1),
.search-results .content .employees article:nth-child(4n+1),
.search-no-results .content .more-promotions article:nth-child(4n+1),
.search-no-results .content .employees article:nth-child(4n+1),
.single-package .content .more-promotions article:nth-child(4n+1),
.single-package .content .employees article:nth-child(4n+1) {
      clear: left; } }
  .archive .content .sidebar,
.directory .content .sidebar,
.search-results .content .sidebar,
.search-no-results .content .sidebar,
.single-package .content .sidebar {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .archive .content .sidebar:last-child,
.directory .content .sidebar:last-child,
.search-results .content .sidebar:last-child,
.search-no-results .content .sidebar:last-child,
.single-package .content .sidebar:last-child {
      margin-right: 0; }
    .archive .content .sidebar .articles,
.directory .content .sidebar .articles,
.search-results .content .sidebar .articles,
.search-no-results .content .sidebar .articles,
.single-package .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; }
      .archive .content .sidebar .articles::after,
.directory .content .sidebar .articles::after,
.search-results .content .sidebar .articles::after,
.search-no-results .content .sidebar .articles::after,
.single-package .content .sidebar .articles::after {
        clear: both;
        content: "";
        display: table; }
      .archive .content .sidebar .articles:last-child,
.directory .content .sidebar .articles:last-child,
.search-results .content .sidebar .articles:last-child,
.search-no-results .content .sidebar .articles:last-child,
.single-package .content .sidebar .articles:last-child {
        margin-right: 0; }
      .archive .content .sidebar .articles h1,
.directory .content .sidebar .articles h1,
.search-results .content .sidebar .articles h1,
.search-no-results .content .sidebar .articles h1,
.single-package .content .sidebar .articles h1 {
        font-size: 1.125em; }
    .archive .content .sidebar article,
.directory .content .sidebar article,
.search-results .content .sidebar article,
.search-no-results .content .sidebar article,
.single-package .content .sidebar article {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 47.231546664%;
      margin-bottom: 1.125em; }
      .archive .content .sidebar article::after,
.directory .content .sidebar article::after,
.search-results .content .sidebar article::after,
.search-no-results .content .sidebar article::after,
.single-package .content .sidebar article::after {
        clear: both;
        content: "";
        display: table; }
      .archive .content .sidebar article:last-child,
.directory .content .sidebar article:last-child,
.search-results .content .sidebar article:last-child,
.search-no-results .content .sidebar article:last-child,
.single-package .content .sidebar article:last-child {
        margin-right: 0; }
      .archive .content .sidebar article:nth-child(2n),
.directory .content .sidebar article:nth-child(2n),
.search-results .content .sidebar article:nth-child(2n),
.search-no-results .content .sidebar article:nth-child(2n),
.single-package .content .sidebar article:nth-child(2n) {
        margin-right: 0; }
      .archive .content .sidebar article:nth-child(2n+1),
.directory .content .sidebar article:nth-child(2n+1),
.search-results .content .sidebar article:nth-child(2n+1),
.search-no-results .content .sidebar article:nth-child(2n+1),
.single-package .content .sidebar article:nth-child(2n+1) {
        clear: left; }
      .archive .content .sidebar article header,
.directory .content .sidebar article header,
.search-results .content .sidebar article header,
.search-no-results .content .sidebar article header,
.single-package .content .sidebar article header {
        text-align: center; }

@media screen and (min-width: 920px) {
  .archive .content .sidebar article header,
.directory .content .sidebar article header,
.search-results .content .sidebar article header,
.search-no-results .content .sidebar article header,
.single-package .content .sidebar article header {
    text-align: left; } }

@media screen and (min-width: 920px) {
  .archive .content .sidebar,
.directory .content .sidebar,
.search-results .content .sidebar,
.search-no-results .content .sidebar,
.single-package .content .sidebar {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 39.5524459916%; }
    .archive .content .sidebar:last-child,
.directory .content .sidebar:last-child,
.search-results .content .sidebar:last-child,
.search-no-results .content .sidebar:last-child,
.single-package .content .sidebar:last-child {
      margin-right: 0; }
    .archive .content .sidebar article,
.directory .content .sidebar article,
.search-results .content .sidebar article,
.search-no-results .content .sidebar article,
.single-package .content .sidebar article {
      float: left;
      display: block;
      margin-right: 9.1634744936%;
      width: 45.4182627532%; }
      .archive .content .sidebar article:last-child,
.directory .content .sidebar article:last-child,
.search-results .content .sidebar article:last-child,
.search-no-results .content .sidebar article:last-child,
.single-package .content .sidebar article:last-child {
        margin-right: 0; } }

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

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

.single .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  font-family: "adobe-caslon-pro", Georgia, Serif; }
  .single .content::after {
    clear: both;
    content: "";
    display: table; }
  .single .content::after {
    clear: both;
    content: "";
    display: table; }
  .single .content > article {
    font-size: 1.25em;
    line-height: 1.5; }
    .single .content > article .article-meta {
      margin: 1em 0; }
    .single .content > article .sticky-nav h2, .single .content > article .sticky-nav h3, .single .content > article .sticky-nav h4, .single .content > article .sticky-nav h5 {
      display: inline-block;
      font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
      font-size: 1em;
      text-transform: uppercase;
      margin: .5em 0; }
    .single .content > article .sticky-nav ul {
      text-transform: none;
      font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
      padding-left: 2em;
      margin: 1em 0;
      display: none; }
      .single .content > article .sticky-nav ul.opened {
        display: block;
        overflow-y: auto;
        max-height: 320px; }
      .single .content > article .sticky-nav ul li:before {
        content: '' !important; }
    .single .content > article .fixto-fixed {
      top: 53px !important;
      padding: .25em 0 .25em .75em;
      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: 9999; }
      .single .content > article .fixto-fixed a {
        color: white; }

@media screen and (min-width: 920px) {
  .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: 1024px) {
  .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: 920px) {
  .single .content .sidebar article header {
    text-align: left; } }

@media screen and (min-width: 920px) {
  .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: 1024px) {
  .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; } }

.single figure, .page-template-default figure, .promotion-template-default figure {
  max-width: 100%; }
  .single figure figcaption, .page-template-default figure figcaption, .promotion-template-default figure figcaption {
    display: block;
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-transform: none;
    border-bottom: 1px solid #00b9f2;
    line-height: 1.75;
    padding: .5em 0;
    margin-bottom: 1.125em;
    color: #181818;
    font-size: .75em;
    letter-spacing: 1.5px; }
  .single figure img, .page-template-default figure img, .promotion-template-default figure img {
    width: 100%; }

.page-template-default figure figcaption, .promotion-template-default figure figcaption {
  border-bottom: 1px solid #efefef; }

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

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

.single-post .content, .single-employee .content, .page-template-default .content, .promotion-template-default .content {
  margin-top: 1.125em;
  margin-bottom: 1.125em; }
  .single-post .content article > header, .single-employee .content article > header, .page-template-default .content article > header, .promotion-template-default .content article > header {
    font-size: 0.8em; }
    .single-post .content article > header p, .single-employee .content article > header p, .page-template-default .content article > header p, .promotion-template-default .content article > header p {
      font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
      font-size: 1.25em; }
    .single-post .content article > header ul li:before, .single-employee .content article > header ul li:before, .page-template-default .content article > header ul li:before, .promotion-template-default .content article > header ul li:before {
      content: '';
      margin: 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, .single-employee .content article h2, .single-employee .content article h3, .single-employee .content article h4, .single-employee .content article h5, .single-employee .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", Arial, Sans-Serif;
    margin: 1em 0 .5em 0; }
  .single-post .content article h2, .single-employee .content article h2, .page-template-default .content article h2, .promotion-template-default .content article h2 {
    font-size: 1.375em; }
  .single-post .content article h3, .single-employee .content article h3, .page-template-default .content article h3, .promotion-template-default .content article h3 {
    font-size: 1.25em; }
  .single-post .content article h4, .single-employee .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, .single-employee .content article h5, .single-employee .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, .single-employee .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 dl, .single-employee .content article dl, .page-template-default .content article dl, .promotion-template-default .content article dl {
    font-size: .8em;
    margin: 1.125em 0;
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif; }
    .single-post .content article dl dt, .single-employee .content article dl dt, .page-template-default .content article dl dt, .promotion-template-default .content article dl dt {
      font-weight: bold;
      float: left;
      line-height: 1.5;
      padding: .5em .5em 0 0;
      margin: 0; }
    .single-post .content article dl dd, .single-employee .content article dl dd, .page-template-default .content article dl dd, .promotion-template-default .content article dl dd {
      line-height: 1.5;
      padding: .5em .5em 0 0;
      margin: 0; }
  .single-post .content article dl.vertical, .single-employee .content article dl.vertical, .page-template-default .content article dl.vertical, .promotion-template-default .content article dl.vertical {
    margin: 1.125em 0; }
    .single-post .content article dl.vertical dt, .single-employee .content article dl.vertical dt, .page-template-default .content article dl.vertical dt, .promotion-template-default .content article dl.vertical dt {
      margin-top: 1.125em; }
    .single-post .content article dl.vertical dd, .single-employee .content article dl.vertical dd, .page-template-default .content article dl.vertical dd, .promotion-template-default .content article dl.vertical dd {
      margin-left: 0; }
  .single-post .content article ul, .single-employee .content article ul, .page-template-default .content article ul, .promotion-template-default .content article ul {
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    font-size: .8em; }
    .single-post .content article ul li, .single-employee .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 li:before, .single-employee .content article ul li:before, .page-template-default .content article ul li:before, .promotion-template-default .content article ul li:before {
        font-family: fontawesome;
        content: '\f105';
        margin-right: .5625em;
        margin-left: -.875em; }
  .single-post .content article ol:not(.flex-control-nav), .single-employee .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", Arial, Sans-Serif;
    font-size: .8em;
    padding-left: 2.25;
    margin: 1.125em 0;
    counter-reset: li; }
    .single-post .content article ol:not(.flex-control-nav) > li, .single-employee .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, .single-employee .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", Arial, 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, .single-employee .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", Arial, Sans-Serif; }
    .single-post .content article .hs-form-field ul, .single-employee .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, .single-employee .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, .single-employee .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"], .single-employee .content article .hs-form-field select, .single-employee .content article .hs-form-field [type="email"], .single-employee .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, .single-employee .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: bold; }
  .single-post .content article > footer, .single-employee .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, .single-employee .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: ''; }

.single-format-gallery .format-gallery figure {
  max-width: 100%; }
  .single-format-gallery .format-gallery figure figcaption {
    display: none; }
  .single-format-gallery .format-gallery figure img {
    width: 100%; }

.single-format-gallery .format-gallery .flex-control-nav {
  display: none; }

.single-format-gallery .format-gallery .captions {
  text-align: left;
  display: block;
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  text-transform: none;
  line-height: 1.5;
  padding: 0 0 0 .875em;
  margin: 1.125em 0;
  font-size: 1em; }

.post-template-default > figure figcaption, .employee-template-default > figure figcaption {
  margin: 0 1.125em 1.125em 1.125em; }

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

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

.post-template-content-single-full-width > figure {
  position: relative; }
  .post-template-content-single-full-width > figure figcaption {
    margin: 0 1.125em 1.125em 1.125em; }

@media screen and (min-width: 920px) {
  .post-template-content-single-full-width > figure figcaption {
    position: absolute;
    bottom: 4px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-bottom: none;
    padding: 1.125em;
    margin: 0;
    max-width: 25%; } }

.format-gallery .gallery-body {
  font-family: "adobe-caslon-pro", Georgia, Serif;
  margin: 1.125em; }
  .format-gallery .gallery-body::after {
    clear: both;
    content: "";
    display: table; }
  .format-gallery .gallery-body .gallery-content {
    font-size: 1.25em;
    line-height: 1.5;
    width: 100%; }

@media screen and (min-width: 920px) {
  .format-gallery .gallery-body .gallery-content {
    width: calc(100% - 340px);
    float: left; } }
  .format-gallery .gallery-body .gallery-sidebar {
    font-size: 1em;
    width: 100%;
    text-align: center; }

@media screen and (min-width: 920px) {
  .format-gallery .gallery-body .gallery-sidebar {
    width: 340px;
    float: left; } }
    .format-gallery .gallery-body .gallery-sidebar .ad-spot {
      border-top: none; }

.directory-item .address {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif; }

.directory-item dl {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  font-size: .8125em; }
  .directory-item dl dd {
    margin-left: 0; }

.directory-item dl.inline {
  margin-bottom: 2em; }
  .directory-item dl.inline dt {
    float: left;
    line-height: 1.5;
    padding: 0 .5em 0 0;
    margin: 0; }
  .directory-item dl.inline dd {
    line-height: 1.5;
    padding: 0;
    margin: 0; }

.directory-item dl.vertical {
  margin: 2em 0; }
  .directory-item dl.vertical dt {
    margin-top: 1.125em; }
  .directory-item dl.vertical dd {
    margin-left: 0; }

.directory-item dt {
  text-transform: uppercase;
  font-weight: bold; }

.directory-item dd p {
  margin: 0; }

.page-nav {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  margin-top: 1.125em;
  margin-bottom: 1.125em; }
  .page-nav::after {
    clear: both;
    content: "";
    display: table; }
  .page-nav::after {
    clear: both;
    content: "";
    display: table; }
  .page-nav span {
    max-width: 40%; }
    .page-nav span i {
      visibility: visible; }
  .page-nav span.previous i {
    margin-right: 1em;
    float: left; }
  .page-nav span.next {
    float: right; }
    .page-nav span.next i {
      float: right;
      margin-left: 1em; }

.magazines {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.125em; }
  .magazines > header h1 {
    font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin: 1.125em 0; }

.issues {
  display: grid;
  grid-gap: 1.125em;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1280px;
  margin: 0 auto; }
  .issues article figure img {
    width: 100%;
    border: 1px solid #efefef; }
  .issues article header h1 {
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-align: center;
    font-size: 1em;
    margin-top: .5em; }

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

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

section.subscribe-options {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 1em; }
  section.subscribe-options::after {
    clear: both;
    content: "";
    display: table; }
  section.subscribe-options .magazine {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    section.subscribe-options .magazine:last-child {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  section.subscribe-options .magazine {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 30.9170811333%; }
    section.subscribe-options .magazine:last-child {
      margin-right: 0; }
    section.subscribe-options .magazine:nth-child(3n) {
      margin-right: 0; }
    section.subscribe-options .magazine:nth-child(3n+1) {
      clear: left; } }

@media screen and (min-width: 1024px) {
  section.subscribe-options .magazine {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 32.1467110732%; }
    section.subscribe-options .magazine:nth-child(3n) {
      margin-right: 1.7799333902%; }
    section.subscribe-options .magazine:nth-child(3n+1) {
      clear: none; }
    section.subscribe-options .magazine:last-child {
      margin-right: 0; } }
    section.subscribe-options .magazine figure {
      width: 75%;
      margin: 0 auto 1em auto; }
      section.subscribe-options .magazine figure::after {
        clear: both;
        content: "";
        display: table; }
      section.subscribe-options .magazine figure img {
        width: 100%;
        border: 1px solid #efefef; }
    section.subscribe-options .magazine nav {
      width: 75%;
      margin: 0 auto 1em auto; }

section.subscribe-details {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  text-align: center; }
  section.subscribe-details::after {
    clear: both;
    content: "";
    display: table; }
  section.subscribe-details img {
    max-width: 100%; }

span.partial {
  width: 20%;
  margin: 0 auto 1em auto;
  display: inline-block;
  border-top: 1px solid #efefef; }

.ad-spot span {
  display: block;
  color: #b4b4b4;
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  text-align: center;
  padding-bottom: .5em; }

.ad-spot.ad-rectangle, .ad-spot.header-leaderboard, .ad-spot.mid-leaderboard, .ad-spot.footer-leaderboard {
  margin: 1.125em auto;
  display: block;
  text-align: center; }

.ad-spot.ad-rectangle {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.125em; }

.ad-spot.ad-combo {
  margin: 1.125em auto;
  display: block;
  max-width: 100%; }
  .ad-spot.ad-combo::after {
    clear: both;
    content: "";
    display: table; }
  .ad-spot.ad-combo .combo {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .ad-spot.ad-combo .combo:last-child {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  .ad-spot.ad-combo .combo {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 48.18781085%; }
    .ad-spot.ad-combo .combo:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .ad-spot.ad-combo .combo {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 49.1100333049%; }
    .ad-spot.ad-combo .combo:last-child {
      margin-right: 0; } }
    .ad-spot.ad-combo .combo.ad-block {
      text-align: center; }
    .ad-spot.ad-combo .combo.content-block {
      text-align: left;
      position: relative;
      margin-top: 1.125em;
      padding-top: 1.125em;
      border-top: 1px solid #efefef; }

@media screen and (min-width: 768px) {
  .ad-spot.ad-combo .combo.content-block {
    margin-top: 0;
    padding-top: 0;
    border-top: none; } }
      .ad-spot.ad-combo .combo.content-block h2 {
        font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 1.5;
        font-size: 1.5em;
        letter-spacing: 2px;
        margin-top: 0; }
        .ad-spot.ad-combo .combo.content-block h2 a {
          color: black; }
      .ad-spot.ad-combo .combo.content-block img {
        max-height: 2.25em;
        position: absolute;
        top: 43px;
        right: 0; }

@media screen and (min-width: 768px) {
  .ad-spot.ad-combo .combo.content-block img {
    top: 19px; } }
      .ad-spot.ad-combo .combo.content-block ol, .ad-spot.ad-combo .combo.content-block ul {
        padding: 0 0 0 1em; }
      .ad-spot.ad-combo .combo.content-block li {
        font-family: "Quarto A", "Quarto B", Georgia, Serif;
        font-size: 1em;
        word-spacing: 2px; }
        .ad-spot.ad-combo .combo.content-block li a {
          color: black; }

.ad-spot.mag-combo {
  margin: 1.125em auto;
  display: block;
  max-width: 100%; }
  .ad-spot.mag-combo::after {
    clear: both;
    content: "";
    display: table; }
  .ad-spot.mag-combo .cover-block {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%;
    text-align: center; }
    .ad-spot.mag-combo .cover-block:last-child {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  .ad-spot.mag-combo .cover-block {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 39.5524459916%; }
    .ad-spot.mag-combo .cover-block:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .ad-spot.mag-combo .cover-block {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 36.3875416311%; }
    .ad-spot.mag-combo .cover-block:last-child {
      margin-right: 0; } }
    .ad-spot.mag-combo .cover-block figure {
      max-width: 70%; }
      .ad-spot.mag-combo .cover-block figure img {
        border: 1px solid #efefef; }
    .ad-spot.mag-combo .cover-block nav .button {
      font-size: .75em;
      max-width: 70%;
      margin: 0 auto .75em auto; }
  .ad-spot.mag-combo .content-block {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 1.125em;
    padding-top: 1.125em;
    border-top: 1px solid #efefef; }
    .ad-spot.mag-combo .content-block:last-child {
      margin-right: 0; }

@media screen and (min-width: 768px) {
  .ad-spot.mag-combo .content-block {
    float: left;
    display: block;
    margin-right: 3.6243783%;
    width: 56.8231757083%; }
    .ad-spot.mag-combo .content-block:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .ad-spot.mag-combo .content-block {
    float: left;
    display: block;
    margin-right: 1.7799333902%;
    width: 61.8325249787%; }
    .ad-spot.mag-combo .content-block:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .ad-spot.mag-combo .content-block {
    margin-top: 0;
    padding-top: 0;
    border-top: none; } }
    .ad-spot.mag-combo .content-block h2 {
      font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
      text-transform: uppercase;
      line-height: 1.5;
      font-size: 1.5em;
      letter-spacing: 2px;
      margin-top: 0; }
      .ad-spot.mag-combo .content-block h2 a {
        color: black; }
    .ad-spot.mag-combo .content-block ol, .ad-spot.mag-combo .content-block ul {
      padding: 0 0 0 1em; }
    .ad-spot.mag-combo .content-block li {
      font-family: "Quarto A", "Quarto B", Georgia, Serif;
      font-size: 1em;
      word-spacing: 2px; }
      .ad-spot.mag-combo .content-block li a {
        color: black; }

@media screen and (min-width: 768px) {
  .ad-spot.ad-rectangle {
    margin: 0 auto 1.125em auto;
    border-bottom: none;
    padding-bottom: 0; }
  .ad-spot.mid-leaderboard {
    border-bottom: 1px solid #efefef;
    padding-bottom: 1.125em; }
  .ad-spot.footer-leaderboard {
    border-top: 1px solid #efefef;
    padding-top: 1.125em; } }

.archive .mid-leaderboard {
  border-top: 1px solid #efefef;
  padding: 1.125em 0;
  margin: 0 auto; }

article .ad-spot, .toc .ad-spot {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1.125em 0;
  margin: 1.125em 0;
  clear: both; }
  article .ad-spot.mid-leaderboard, .toc .ad-spot.mid-leaderboard {
    margin: 0 -100%;
    /* old browsers fallback */
    margin: 0 calc(-50%); }

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

article header p {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  font-size: 1.125em; }

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

article .article-meta ul {
  list-style-type: none;
  padding-left: 0; }
  article .article-meta ul li {
    display: inline-block; }

article p {
  margin: 1.125em 0; }

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

.paidpost {
  background-color: #efefef; }
  .paidpost header {
    text-align: center;
    padding: 0 1.125em 1.125em 1.125em; }

@media screen and (min-width: 920px) {
  .archive .paidpost {
    padding: 1.125em; }
    .archive .paidpost header {
      padding: 0; } }

.taxonomy, .issue {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  text-transform: none;
  display: block; }

.taxonomy, .issue {
  letter-spacing: 2px; }

.taxonomy {
  font-size: .875em;
  vertical-align: middle;
  padding: 0;
  display: block;
  list-style-type: none; }
  .taxonomy li {
    display: inline; }
  .taxonomy li:before {
    content: ''; }
  .taxonomy li:after {
    font-family: fontawesome;
    content: '\f105';
    margin: 0 .5625em; }
  .taxonomy li:last-child:after {
    content: ''; }

@media screen and (min-width: 768px) {
  .taxonomy {
    display: inline-block; } }

span.taxonomy {
  margin: 1em 0 .875em 0; }

.byline, time {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1em;
  letter-spacing: 2px; }

.author {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 1.125em;
  letter-spacing: 2px; }
  .author::after {
    clear: both;
    content: "";
    display: table; }
  .author h1 {
    font-size: 1.125em; }
  .author ul {
    list-style-type: none;
    padding-left: 0; }
    .author ul li {
      display: inline; }
  .author p {
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-transform: none;
    font-size: 0.6666666667em;
    margin: .625em 0 0 0; }
  .author img {
    max-width: 90px;
    margin-right: .5em;
    float: left;
    -webkit-clip-path: circle(45px at 45px 45px);
    clip-path: circle(45px at 45px 45px); }

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

.archive .author p {
  font-size: .875em;
  margin: 1em 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", Arial, Sans-Serif;
  background-color: #b23c25;
  text-transform: uppercase;
  padding: .5em;
  margin: 0 auto 1em 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", Arial, Sans-Serif;
  font-size: 1em;
  line-height: 1.5;
  font-style: italic; }

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

blockquote cite {
  font-family: "Tungsten A", "Tungsten B", Arial, 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", Arial, Sans-Serif; }
  form.search .query {
    padding: .5em;
    width: 84%;
    border: none;
    color: black;
    background-color: transparent;
    border-radius: 0; }
  form.search .search-clear {
    text-decoration: none;
    position: absolute;
    right: 8px;
    top: 10px;
    color: #b4b4b4; }
    form.search .search-clear.hide {
      display: none; }

.sidebar .widget {
  margin: 1em 0 1em auto; }
  .sidebar .widget::after {
    clear: both;
    content: "";
    display: table; }
  .sidebar .widget h2, .sidebar .widget h3 {
    font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
    font-size: 1.25em;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #00b9f2; }
  .sidebar .widget ul {
    padding-left: 0;
    margin: 1em 0;
    list-style-type: none; }
  .sidebar .widget li {
    font-size: 1.25em;
    line-height: 1.125;
    font-family: "Quarto A", "Quarto B", Georgia, Serif;
    word-spacing: 2px; }
    .sidebar .widget li a {
      color: black; }
      .sidebar .widget li a:hover {
        color: #b23c25; }
    .sidebar .widget li img {
      float: left;
      margin: 0 1em 0 0; }
  .sidebar .widget li {
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: 1px solid #efefef; }
    .sidebar .widget li::after {
      clear: both;
      content: "";
      display: table; }
  .sidebar .widget.widget_recent_entries .post-date {
    display: block;
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-transform: none;
    letter-spacing: 2px;
    font-size: .7em;
    color: #b23c25;
    line-height: 1.75; }

@media screen and (min-width: 920px) {
  .sidebar .widget {
    max-width: 300px;
    text-align: left; }
    .sidebar .widget h2, .sidebar .widget h3 {
      text-align: left; } }

.tax-neighborhood header .sponsor, .page-template-directory-neighborhoods header .sponsor {
  position: relative;
  width: 100%;
  text-align: center;
  height: 40px;
  overflow: hidden;
  background-color: white; }

.tax-neighborhood header .sponsor span, .page-template-directory-neighborhoods header .sponsor span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
  padding-right: 10px; }

.tax-neighborhood header .sponsor img, .page-template-directory-neighborhoods header .sponsor img {
  height: 20px;
  width: auto;
  margin: 10px 0;
  vertical-align: middle; }

.tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
  height: 15em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative; }

@media screen and (min-width: 37.5em) {
  .tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
    height: 20em; } }

@media screen and (min-width: 48em) {
  .tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
    height: 25em; } }

@media screen and (min-width: 57.5em) {
  .tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
    height: 30em;
    margin-bottom: 2em; } }

@media screen and (min-width: 64em) {
  .tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
    height: 40em; } }

@media screen and (min-width: 80em) {
  .tax-neighborhood > figure, .page-template-directory-neighborhoods > figure {
    height: 50em; } }

.tax-neighborhood > figure figcaption, .page-template-directory-neighborhoods > figure figcaption {
  display: none; }

.tax-neighborhood > figure div, .page-template-directory-neighborhoods > figure div {
  font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
  position: absolute;
  bottom: -8px;
  padding: 0 0 0 1.125em; }

.tax-neighborhood > figure div a, .page-template-directory-neighborhoods > figure div a {
  color: white; }

.tax-neighborhood > figure div img, .page-template-directory-neighborhoods > figure div img {
  max-height: 12px;
  width: auto; }

.tax-neighborhood > figure div span, .page-template-directory-neighborhoods > figure div span {
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 5px; }

.tax-neighborhood > figure div h1, .page-template-directory-neighborhoods > figure div h1 {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 50px;
  margin: 10px 0 0 0;
  line-height: .85; }

.tax-neighborhood .content, .page-template-directory-neighborhoods .content {
  font-size: 18px;
  font-family: "adobe-caslon-pro", Georgia, Serif; }

.tax-neighborhood .content h2, .tax-neighborhood .content h3, .tax-neighborhood .content h4, .page-template-directory-neighborhoods .content h2, .page-template-directory-neighborhoods .content h3, .page-template-directory-neighborhoods .content h4 {
  font-family: "Quarto A", "Quarto B", Georgia, Serif;
  font-weight: bold;
  line-height: 1.25; }

.tax-neighborhood .content h2, .page-template-directory-neighborhoods .content h2 {
  font-size: 32px; }

.tax-neighborhood .content h3, .page-template-directory-neighborhoods .content h3 {
  font-size: 26px; }

.tax-neighborhood .content h4, .page-template-directory-neighborhoods .content h4 {
  font-size: 20px; }

.tax-neighborhood .content .mid-leaderboard, .tax-neighborhood .content .footer-leaderboard, .page-template-directory-neighborhoods .content .mid-leaderboard, .page-template-directory-neighborhoods .content .footer-leaderboard {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.tax-neighborhood .content .rank, .page-template-directory-neighborhoods .content .rank {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  font-size: 28px;
  color: white;
  background-color: #b23c25;
  display: inline-block;
  padding: 5px 10px; }

.tax-neighborhood .content .the-content h2, .page-template-directory-neighborhoods .content .the-content h2 {
  margin-top: 0; }

.tax-neighborhood .content .best-list, .page-template-directory-neighborhoods .content .best-list {
  display: none; }

.tax-neighborhood .content .mid-leaderboard, .page-template-directory-neighborhoods .content .mid-leaderboard {
  clear: both; }

.tax-neighborhood .content section, .page-template-directory-neighborhoods .content section {
  display: flex;
  flex-direction: row; }

.tax-neighborhood .content section h2, .page-template-directory-neighborhoods .content section h2 {
  text-align: center;
  flex: 2 100%;
  margin: 10px 0 30px 0; }

.tax-neighborhood .content section div, .page-template-directory-neighborhoods .content section div {
  flex: 1;
  padding: 20px 0; }

.tax-neighborhood .content section.map, .page-template-directory-neighborhoods .content section.map {
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw);
  /* iframe {
				pointer-events: none;
			} */ }

.tax-neighborhood .content section.find, .tax-neighborhood .content section.stats, .tax-neighborhood .content section.rankings, .page-template-directory-neighborhoods .content section.find, .page-template-directory-neighborhoods .content section.stats, .page-template-directory-neighborhoods .content section.rankings {
  flex-wrap: wrap;
  justify-content: space-between; }

.tax-neighborhood .content section.find div, .tax-neighborhood .content section.stats div, .tax-neighborhood .content section.rankings div, .page-template-directory-neighborhoods .content section.find div, .page-template-directory-neighborhoods .content section.stats div, .page-template-directory-neighborhoods .content section.rankings div {
  font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 14px; }

.tax-neighborhood .content section.find span, .tax-neighborhood .content section.stats span, .tax-neighborhood .content section.rankings span, .page-template-directory-neighborhoods .content section.find span, .page-template-directory-neighborhoods .content section.stats span, .page-template-directory-neighborhoods .content section.rankings span {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  font-size: 44px;
  color: #b23c25;
  display: block; }

.tax-neighborhood .content section.stats div, .page-template-directory-neighborhoods .content section.stats div {
  text-align: left;
  padding: 0 10px 0 0; }

.tax-neighborhood .content section.rankings, .page-template-directory-neighborhoods .content section.rankings {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin: 30px 0; }

.tax-neighborhood .content section.rankings div, .page-template-directory-neighborhoods .content section.rankings div {
  text-align: center; }

.tax-neighborhood .content section.rankings p, .page-template-directory-neighborhoods .content section.rankings p {
  flex: 2 100%;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 20px; }

.tax-neighborhood .content section.find, .page-template-directory-neighborhoods .content section.find {
  flex-direction: column;
  justify-content: space-evenly;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin: 30px 0; }

.tax-neighborhood .content section.find p, .page-template-directory-neighborhoods .content section.find p {
  font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
  text-transform: uppercase;
  flex: 2 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 0 20px 0; }

.tax-neighborhood .content section.find div, .page-template-directory-neighborhoods .content section.find div {
  text-align: center; }

.tax-neighborhood .content section.restaurants, .page-template-directory-neighborhoods .content section.restaurants {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin: 30px 0; }

.tax-neighborhood .content section.restaurants div, .page-template-directory-neighborhoods .content section.restaurants div {
  text-align: center;
  flex: 1; }

.tax-neighborhood .content section.restaurants .cuisine, .page-template-directory-neighborhoods .content section.restaurants .cuisine {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px; }

.tax-neighborhood .content section.restaurants h3, .page-template-directory-neighborhoods .content section.restaurants h3 {
  font-size: 24px;
  margin: 0;
  padding: 0; }

.tax-neighborhood .content section.restaurants .cost, .page-template-directory-neighborhoods .content section.restaurants .cost {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px; }

.tax-neighborhood .content section.restaurants > a, .page-template-directory-neighborhoods .content section.restaurants > a {
  font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  flex: 2 100%;
  margin: 20px 0 0 0; }

.tax-neighborhood .content section.related, .page-template-directory-neighborhoods .content section.related {
  flex-direction: column; }

.tax-neighborhood .content section.related article, .page-template-directory-neighborhoods .content section.related article {
  display: flex;
  margin: 0 0 20px 0; }

.tax-neighborhood .content section.related article figure, .page-template-directory-neighborhoods .content section.related article figure {
  flex: 1;
  margin: 0; }

.tax-neighborhood .content section.related article figure img, .page-template-directory-neighborhoods .content section.related article figure img {
  max-width: 100%;
  width: 100%; }

.tax-neighborhood .content section.related article header, .page-template-directory-neighborhoods .content section.related article header {
  flex: 2;
  text-align: left;
  align-self: flex-start;
  margin-left: 10px; }

.tax-neighborhood .content section.related article header h1, .page-template-directory-neighborhoods .content section.related article header h1 {
  font-size: 20px;
  margin: 0 0 10px 0; }

.tax-neighborhood .content section.related article header h1 a, .page-template-directory-neighborhoods .content section.related article header h1 a {
  color: black; }

.tax-neighborhood .content section.related article header p, .page-template-directory-neighborhoods .content section.related article header p {
  display: none; }

.tax-neighborhood .content section.related article header .byline, .page-template-directory-neighborhoods .content section.related article header .byline {
  margin: 10px 0 0 0;
  font-size: 14px; }

.tax-neighborhood .content .chart, .page-template-directory-neighborhoods .content .chart {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw); }

.tax-neighborhood .content table, .page-template-directory-neighborhoods .content table {
  margin: 0 auto;
  max-width: 960px;
  overflow-y: scroll; }

.tax-neighborhood .content table thead, .page-template-directory-neighborhoods .content table thead {
  background-color: black;
  color: white; }

.tax-neighborhood .content table thead th, .page-template-directory-neighborhoods .content table thead th {
  font-family: "AvenirLTStd-Black", Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  padding: 3px 12px; }

.tax-neighborhood .content table tbody tr, .page-template-directory-neighborhoods .content table tbody tr {
  background-color: white;
  color: black; }

.tax-neighborhood .content table tbody tr td, .page-template-directory-neighborhoods .content table tbody tr td {
  font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
  font-size: 20px;
  padding: 3px 12px;
  text-align: right;
  letter-spacing: 1px; }

.tax-neighborhood .content table tbody tr td:first-child, .page-template-directory-neighborhoods .content table tbody tr td:first-child {
  background-color: skyblue;
  color: white;
  white-space: nowrap;
  padding: 0;
  text-align: left; }

.tax-neighborhood .content table tbody tr td:first-child a, .page-template-directory-neighborhoods .content table tbody tr td:first-child a {
  display: block;
  color: white;
  padding: 3px 12px; }

.tax-neighborhood .content table tbody tr td:first-child a:hover, .page-template-directory-neighborhoods .content table tbody tr td:first-child a:hover {
  background-color: black;
  color: skyblue; }

.tax-neighborhood .content table tbody tr:nth-child(even), .page-template-directory-neighborhoods .content table tbody tr:nth-child(even) {
  background-color: #efefef; }

@media screen and (min-width: 57.5em) {
  .tax-neighborhood > figure figcaption, .page-template-directory-neighborhoods > figure figcaption {
    display: block;
    font-family: "AvenirLTStd-Medium", Arial, Sans-Serif;
    text-transform: none;
    border-bottom: 1px solid #00b9f2;
    line-height: 1;
    padding: .5em 0;
    margin: 0 1.125em 1.125em 1.125em;
    color: #181818;
    font-size: .75em;
    letter-spacing: 1.5px;
    position: absolute;
    bottom: 4px;
    right: 0;
    color: white;
    border-bottom: none;
    padding: 1.125em;
    margin: 0;
    max-width: 25%; }
  .tax-neighborhood > figure div, .page-template-directory-neighborhoods > figure div {
    width: 800px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1.125em; }
  .tax-neighborhood > figure div h1, .page-template-directory-neighborhoods > figure div h1 {
    font-size: 80px;
    margin: 20px 0 0 0; }
  .tax-neighborhood .content, .page-template-directory-neighborhoods .content {
    width: 800px; }
  .tax-neighborhood .content .the-content, .page-template-directory-neighborhoods .content .the-content {
    display: inline-block;
    max-width: 65%;
    margin-right: 5%; }
  .tax-neighborhood .content .the-itinerary, .page-template-directory-neighborhoods .content .the-itinerary {
    display: inline-block;
    max-width: 55%;
    margin-right: 5%; }
  .tax-neighborhood .content .the-ad, .page-template-directory-neighborhoods .content .the-ad {
    display: inline-block;
    width: 40%;
    float: right; }
  .tax-neighborhood .content .best-list, .page-template-directory-neighborhoods .content .best-list {
    display: inline-block;
    width: 30%;
    float: right; }
  .tax-neighborhood .content .best-list h2, .page-template-directory-neighborhoods .content .best-list h2 {
    font-family: "Tungsten A", "Tungsten B", Arial, Sans-Serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .tax-neighborhood .content .best-list ol, .page-template-directory-neighborhoods .content .best-list ol {
    font-family: "AvenirLTStd-Book", Arial, Sans-Serif;
    font-size: 16px;
    padding: 0;
    margin: 1.125em 0;
    counter-reset: li; }
  .tax-neighborhood .content .best-list ol > li, .page-template-directory-neighborhoods .content .best-list ol > li {
    position: relative;
    list-style-type: none;
    margin: 5px 0;
    padding: 0; }
  .tax-neighborhood .content .best-list ol > li:before, .page-template-directory-neighborhoods .content .best-list ol > li:before {
    content: counter(li) " / ";
    counter-increment: li; }
  .tax-neighborhood .content section.map, .page-template-directory-neighborhoods .content section.map {
    margin: 20px 0; }
  .tax-neighborhood .content section.find, .tax-neighborhood .content section.rankings, .tax-neighborhood .content section.restaurants, .page-template-directory-neighborhoods .content section.find, .page-template-directory-neighborhoods .content section.rankings, .page-template-directory-neighborhoods .content section.restaurants {
    flex-direction: row; }
  .tax-neighborhood .content section.find div, .tax-neighborhood .content section.rankings div, .tax-neighborhood .content section.restaurants div, .page-template-directory-neighborhoods .content section.find div, .page-template-directory-neighborhoods .content section.rankings div, .page-template-directory-neighborhoods .content section.restaurants div {
    padding: 0 20px; }
  .tax-neighborhood .content section.related article header, .page-template-directory-neighborhoods .content section.related article header {
    margin-left: 20px; }
  .tax-neighborhood .content section.related article header h1, .page-template-directory-neighborhoods .content section.related article header h1 {
    font-size: 24px; }
  .tax-neighborhood .content section.related article header p, .page-template-directory-neighborhoods .content section.related article header p {
    display: block;
    font-family: "adobe-caslon-pro", Georgia, Serif;
    font-size: 18px;
    margin: 10px 0 0 0; }
  .tax-neighborhood .content section.related article header .byline, .page-template-directory-neighborhoods .content section.related article header .byline {
    font-size: 16px; } }

@media screen and (min-width: 64em) {
  .tax-neighborhood > figure div, .page-template-directory-neighborhoods > figure div {
    width: 960px;
    bottom: -17px; }
  .tax-neighborhood > figure div h1, .page-template-directory-neighborhoods > figure div h1 {
    font-size: 100px; }
  .tax-neighborhood .content, .page-template-directory-neighborhoods .content {
    width: 960px; } }

/*# sourceMappingURL=theme.css.map */