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

#menu-primary, #menu-secondary {
  font-weight: 700; }
  #menu-primary .sub-menu, #menu-secondary .sub-menu {
    font-weight: normal; }

footer.site .widgets section h2, footer.site .widgets section h3 {
  font-weight: 700; }

.home .bucket {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  border-bottom: 1px solid #efefef; }
  .home .bucket::after {
    clear: both;
    content: "";
    display: block; }
  .home .bucket ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "freight-sans-pro", Arial, Sans-Serif; }
    .home .bucket ul li {
      line-height: 2; }
  .home .bucket > h2 {
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.75em;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin: 1.125em 0; }
    .home .bucket > h2 .more-link {
      display: none; }
  @media screen and (min-width: 57.5em) {
    .home .bucket > h2 {
      text-align: left; }
      .home .bucket > h2 .more-link {
        display: inline;
        font-family: "freight-sans-pro", Arial, Sans-Serif;
        font-weight: normal;
        float: right;
        text-transform: none;
        font-size: 80%;
        letter-spacing: 0px; } }
  .home .bucket .primary {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1.5em;
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .home .bucket .primary article {
      margin-bottom: 1em; }
    .home .bucket .primary:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em) {
      .home .bucket .primary {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 100%; }
        .home .bucket .primary:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      .home .bucket .primary {
        float: left;
        display: block;
        margin-right: 1.7799333902%;
        width: 49.1100333049%;
        margin-left: 50.8899666951%;
        border-bottom: 0;
        margin-bottom: 0; }
        .home .bucket .primary:last-child {
          margin-right: 0; } }
  .home .bucket .secondary {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .home .bucket .secondary:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em) {
      .home .bucket .secondary {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 100%; }
        .home .bucket .secondary:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      .home .bucket .secondary {
        float: left;
        display: block;
        margin-right: 1.7799333902%;
        width: 49.1100333049%;
        margin-left: -101.77993339%; }
        .home .bucket .secondary:last-child {
          margin-right: 0; } }
    .home .bucket .secondary .articles article {
      margin-bottom: 1.125em;
      padding-bottom: 1.125em;
      border-bottom: 1px solid #efefef; }
      .home .bucket .secondary .articles article::after {
        clear: both;
        content: "";
        display: block; }
      .home .bucket .secondary .articles article:last-child {
        border-bottom: none; }
      .home .bucket .secondary .articles article figure {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 30.9170811333%; }
        .home .bucket .secondary .articles article figure:last-child {
          margin-right: 0; }
      .home .bucket .secondary .articles article header {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 65.4585405667%; }
        .home .bucket .secondary .articles article header:last-child {
          margin-right: 0; }
        .home .bucket .secondary .articles article header h1 {
          font-size: 1.25em; }
          @media screen and (min-width: 48em) {
            .home .bucket .secondary .articles article header h1 {
              font-size: 1.75em; } }
        .home .bucket .secondary .articles article header .deck {
          display: none; }
          @media screen and (min-width: 57.5em) {
            .home .bucket .secondary .articles article header .deck {
              display: block;
              font-weight: normal; } }

.home .search-insert .search-form h2 {
  text-align: center;
  font-weight: 700; }

body section.picks > h2, body section.issues > h2 {
  font-size: 1.75em;
  font-weight: 700; }

body {
  margin: 3.3125em 0 0 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; }
  body.admin-bar {
    margin-top: 0; }
  body #wpadminbar {
    position: fixed;
    bottom: 0;
    top: auto; }
  @media screen and (min-width: 64em) {
    body {
      margin-top: 0 !important; }
      body #wpadminbar {
        position: absolute;
        bottom: auto;
        top: 0; } }

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: 48em) {
    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: #937CB9; }

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: #787878; }
    ul.social a:hover {
      color: #937CB9;
      opacity: 1; }

nav.secondary {
  display: none;
  background-color: #efefef;
  color: black; }
  @media screen and (min-width: 64em) {
    nav.secondary {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 1.5em; }
      nav.secondary ul.menu {
        max-width: 80em;
        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: "freight-sans-pro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-align: left;
        list-style: none; }
        nav.secondary ul.menu::after {
          clear: both;
          content: "";
          display: block; }
        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: black; }
            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: block; }
  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: 60px;
    left: 50%;
    transform: translateX(-50%); }
    body > header.site .logo a {
      line-height: 60px; }
    body > header.site .logo img {
      max-width: 240px;
      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: 60px;
    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: "freight-sans-pro", 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: #937CB9; }
      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: "freight-sans-pro", 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: #937CB9; }
    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: 64em) {
  body:not(.single-format-gallery) > header.site {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto; }
    body:not(.single-format-gallery) > header.site::after {
      clear: both;
      content: "";
      display: block; }
    body:not(.single-format-gallery) > header.site .mobile-only, body:not(.single-format-gallery) > header.site .sub-menu-trigger {
      display: none; }
    body:not(.single-format-gallery) > header.site .desktop-only {
      display: list-item; }
    body:not(.single-format-gallery) > header.site .logo {
      position: relative;
      left: 0;
      width: auto;
      height: auto;
      margin-left: 0;
      transform: none; }
      body:not(.single-format-gallery) > header.site .logo a {
        float: left; }
      body:not(.single-format-gallery) > header.site .logo img {
        max-width: 240px; }
      body:not(.single-format-gallery) > header.site .logo .tag-line {
        float: left;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        font-family: "freight-sans-pro", Arial, Sans-Serif;
        font-size: 1.0625em;
        margin-left: 20px;
        text-transform: uppercase; }
    body:not(.single-format-gallery) > header.site .masthead {
      padding: 0 1.125em 1.125em 1.125em;
      display: block;
      position: relative; }
      body:not(.single-format-gallery) > header.site .masthead form.search {
        position: absolute;
        display: block;
        left: 55%;
        top: .5em;
        width: 25%;
        margin-left: 1em; }
      body:not(.single-format-gallery) > header.site .masthead .on-newstands-now {
        color: black;
        background-color: rgba(0, 185, 242, 0.75);
        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: .875em 1.125em .275em 1.125em;
        text-transform: uppercase;
        position: absolute;
        right: 8.8125em;
        bottom: 0;
        z-index: 1; }
      body:not(.single-format-gallery) > 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) > header.site .masthead .mag-cover img {
          max-height: 7em; }
    body:not(.single-format-gallery) > header.site nav.primary {
      border-bottom: none;
      position: relative;
      background-color: white; }
      body:not(.single-format-gallery) > 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: 64em) and (min-width: 57.5em) {
        body:not(.single-format-gallery) > header.site nav.primary ul.menu {
          font-size: 1em; } }
      @media screen and (min-width: 64em) and (min-width: 64em) {
        body:not(.single-format-gallery) > header.site nav.primary ul.menu {
          font-size: 1.125em; } }
      @media screen and (min-width: 64em) and (min-width: 80em) {
        body:not(.single-format-gallery) > header.site nav.primary ul.menu {
          font-size: 1.25em; } }

@media screen and (min-width: 64em) {
        body:not(.single-format-gallery) > 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) > header.site nav.primary ul.menu li.menu-item a {
            display: block;
            white-space: nowrap;
            padding-bottom: 0; }
          body:not(.single-format-gallery) > 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: 64em) and (min-width: 57.5em) {
            body:not(.single-format-gallery) > header.site nav.primary ul.menu li.menu-item .sub-menu {
              font-size: .875em; } }
          @media screen and (min-width: 64em) and (min-width: 64em) {
            body:not(.single-format-gallery) > header.site nav.primary ul.menu li.menu-item .sub-menu {
              font-size: .888em; } }
          @media screen and (min-width: 64em) and (min-width: 80em) {
            body:not(.single-format-gallery) > header.site nav.primary ul.menu li.menu-item .sub-menu {
              font-size: .8em; } }

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

.newsletter-signup {
  margin: 1.125em 0 -1.125em 0; }
  .newsletter-signup div {
    background-color: #00b9f2;
    color: white;
    padding: 1.125em;
    margin: 0 auto;
    max-width: 80em;
    text-align: center; }
  .newsletter-signup h2 {
    font-size: 1.125em;
    text-transform: uppercase;
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    margin: .5em 0; }
  .newsletter-signup p {
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    font-size: 1em; }
  .newsletter-signup a {
    display: block;
    vertical-align: middle;
    padding: .5em 1.125em;
    margin: 1.125em auto 1.125em auto;
    position: relative;
    background-color: #007ba1;
    max-width: 300px; }
    @media screen and (min-width: 57.5em) {
      .newsletter-signup a {
        display: inline-block;
        margin: 0 1.125em 0 1.125em; } }

footer.site {
  font-family: "freight-sans-pro", Arial, Sans-Serif;
  background-color: #efefef;
  color: black;
  margin-top: 1.125em;
  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: #937CB9; }
      footer.site ul.social a:hover {
        color: #787878;
        opacity: 1; }
  footer.site form.search {
    margin: 2em auto;
    width: 70%;
    background-color: white;
    color: black;
    padding: 0; }
    @media screen and (min-width: 48em) {
      footer.site form.search {
        width: 50%; } }
    @media screen and (min-width: 57.5em) {
      footer.site form.search {
        width: 30%; } }
  footer.site .widgets {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.125em 0 1.125em; }
    footer.site .widgets::after {
      clear: both;
      content: "";
      display: block; }
    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: "freight-sans-pro", 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: black; }
        footer.site .widgets section ul.menu a:hover, footer.site .widgets section ul.menu li a:hover {
          color: #937CB9; }
      @media screen and (min-width: 48em) {
        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: 64em) {
        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: 64em) {
    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: 320px; }
      footer.site .logo .tag-line {
        display: inline-block;
        height: 58px;
        line-height: .5;
        vertical-align: middle;
        font-family: "freight-sans-pro", 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: #937CB9;
  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: #937CB9;
  text-decoration: none; }

header h1 {
  font-family: "freight-display-pro", 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: "freight-sans-pro", Arial, Sans-Serif;
  text-align: center;
  margin: .5em 0; }

.search-header form, .search-insert form {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 48em) {
    .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 {
    font-size: 1em;
    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: 48em) {
      .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: 48em) {
      .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-insert form .select2-container--default .select2-selection--single {
      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: #937CB9; }
  .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: 48em) {
      .search-header form button, .search-insert form button {
        display: inline-block;
        width: auto; } }

@media screen and (min-width: 57.5em) {
  .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 {
  padding: .5em 0; }
  @media screen and (min-width: 48em) {
    .search-header {
      padding: 0; } }
  .search-header .search-form {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.125em; }
    .search-header .search-form::after {
      clear: both;
      content: "";
      display: block; }

.search-insert {
  max-width: 80em;
  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: block; }

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: 80em;
  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: block; }

@media screen and (min-width: 48em) {
  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: 80em;
  margin-left: auto;
  margin-right: auto; }
  .page-template-subscribe section::after, .page-template-subscribe hr::after {
    clear: both;
    content: "";
    display: block; }

.page-template-subscribe h2 {
  font-family: "freight-sans-pro", 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: 57.5em) {
    .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: block; }

.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: block; }
    @media screen and (min-width: 37.5em) {
      .hero figure {
        height: 20em; } }
    @media screen and (min-width: 48em) {
      .hero figure {
        height: 25em; } }
    @media screen and (min-width: 57.5em) {
      .hero figure {
        height: 30em;
        margin-bottom: 2em; } }
    @media screen and (min-width: 64em) {
      .hero figure {
        height: 40em; } }
    @media screen and (min-width: 80em) {
      .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: "freight-display-pro", Serif;
      font-weight: bold;
      word-spacing: 2px;
      margin: 0 0 .5em 0; }
    .hero header p {
      font-family: "freight-sans-pro", Arial, Sans-Serif; }
    .hero header .byline {
      font-size: 1.125em; }
      @media screen and (min-width: 57.5em) {
        .hero header .byline {
          font-size: 1.25em; } }
    .hero header a {
      color: white; }
    @media screen and (min-width: 57.5em) {
      .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: 64em) {
      .hero header h1 {
        font-size: 2.8125em; } }

.page-template-default .content, .error404 .content {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125em;
  font-family: "freight-text-pro", Serif;
  border-top: 1px solid #efefef; }
  .page-template-default .content::after, .error404 .content::after {
    clear: both;
    content: "";
    display: block; }
  .page-template-default .content::after, .error404 .content::after {
    clear: both;
    content: "";
    display: block; }
  .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: 64em) {
      .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: 80em) {
      .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: 64em) {
      .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: 80em) {
      .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: 80em;
  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: block; }
  .single-magazine .magazine-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 48em) {
    .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: "freight-sans-pro", 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: 48em) {
      .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: block; }
  .single-magazine .toc:last-child {
    margin-right: 0; }
  .single-magazine .toc section {
    padding: 0 1.125em; }
  @media screen and (min-width: 57.5em) {
    .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: 80em) {
    .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: "freight-sans-pro", 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: block; }
    .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: 48em) {
          .single-magazine .articles article header h1 {
            font-size: 1.75em; } }
      .single-magazine .articles article header p {
        display: none; }
        @media screen and (min-width: 57.5em) {
          .single-magazine .articles article header p {
            display: block; } }
      @media screen and (min-width: 57.5em) {
        .single-magazine .articles article header {
          text-align: left; } }
  @media screen and (min-width: 57.5em) {
    .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: 80em) {
    .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; } }

.single-magazine .issues {
  border-top: 1px solid #efefef; }

.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: block; }
    @media screen and (min-width: 37.5em) {
      .package-template-default > article > figure {
        height: 20em; } }
    @media screen and (min-width: 48em) {
      .package-template-default > article > figure {
        height: 25em; } }
    @media screen and (min-width: 57.5em) {
      .package-template-default > article > figure {
        height: 30em;
        margin-bottom: 2em; } }
    @media screen and (min-width: 64em) {
      .package-template-default > article > figure {
        height: 40em; } }
    @media screen and (min-width: 80em) {
      .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: "freight-sans-pro", 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: 64em) {
    .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: 80em) {
    .package-template-default > article > header {
      height: 50em; }
      .package-template-default > article > header div {
        font-size: larger; } }

section.picks {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 1.125em 1.125em;
  margin: 1.125em auto 1.125em auto;
  border-bottom: 1px solid #efefef;
  text-align: center; }
  section.picks::after {
    clear: both;
    content: "";
    display: block; }
  section.picks > h2 {
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 1.125em auto; }
  section.picks .logo {
    max-width: 6em;
    height: auto; }
    @media screen and (min-width: 57.5em) {
      section.picks .logo {
        max-width: 240px; } }
  section.picks div {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    section.picks div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em) {
      section.picks div {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 100%; }
        section.picks div:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      section.picks div {
        float: left;
        display: block;
        margin-right: 1.7799333902%;
        width: 100%; }
        section.picks div:last-child {
          margin-right: 0; } }
    section.picks div article {
      padding-bottom: 1.125em;
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 47.231546664%; }
      section.picks div article h1 {
        font-size: 1.25em;
        line-height: 1.125;
        margin: 0 0 .5em 0; }
      section.picks div article:last-child {
        margin-right: 0; }
      section.picks div article:nth-child(2n) {
        margin-right: 0; }
      section.picks div article:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 48em) {
        section.picks div article {
          float: left;
          display: block;
          margin-right: 3.6243783%;
          width: 48.18781085%; }
          section.picks div article:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 64em) {
        section.picks div article {
          float: left;
          display: block;
          margin-right: 1.7799333902%;
          width: 23.6650499573%;
          padding-bottom: 0; }
          section.picks div article:nth-child(2n) {
            margin-right: 1.7799333902%; }
          section.picks div article:nth-child(2n+1) {
            clear: none; }
          section.picks div article:nth-child(4n) {
            margin-right: 0; }
          section.picks div article:nth-child(4n+1) {
            clear: left; }
          section.picks div article:last-child {
            margin-right: 0; } }

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

.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: "freight-sans-pro", 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; }

.promotions {
  background-color: black;
  border-top: 1px solid black; }
  @media screen and (min-width: 57.5em) {
    .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: "freight-sans-pro", Arial, Sans-Serif;
  font-size: .75em;
  background-color: #937CB9;
  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: block; }
  .sponsored-listings > h2 {
    font-family: "freight-sans-compressed-pro", 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: 80em;
  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: block; }
  .archive .content > h1,
  .directory .content > h1,
  .search-results .content > h1,
  .search-no-results .content > h1,
  .single-package .content > h1 {
    font-family: "freight-sans-pro", 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: 48em) {
      .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: "freight-sans-pro", Arial, Sans-Serif;
      text-transform: none; }
  .archive .content > h2, .archive .content section > h2,
  .directory .content > h2,
  .directory .content section > h2,
  .search-results .content > h2,
  .search-results .content section > h2,
  .search-no-results .content > h2,
  .search-no-results .content section > h2,
  .single-package .content > h2,
  .single-package .content section > h2 {
    font-family: "freight-sans-pro", 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: 48em) {
      .archive .content > h2, .archive .content section > h2,
      .directory .content > h2,
      .directory .content section > h2,
      .search-results .content > h2,
      .search-results .content section > h2,
      .search-no-results .content > h2,
      .search-no-results .content section > h2,
      .single-package .content > h2,
      .single-package .content section > h2 {
        text-align: left; } }
  .archive .content section:first-child > h2,
  .directory .content section:first-child > h2,
  .search-results .content section:first-child > h2,
  .search-no-results .content section:first-child > h2,
  .single-package .content section:first-child > h2 {
    margin-top: 0; }
  .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: "freight-sans-pro", 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: 48em) {
        .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: "freight-sans-pro", 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: 57.5em) {
          .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: "freight-sans-pro", 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: 48em) {
        .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: block; }
      .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: #787878;
        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: 48em) {
            .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: 57.5em) {
            .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: 57.5em) {
          .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: 57.5em) {
        .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: 57.5em) {
      .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: 64em) {
      .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: 80em) {
      .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 .issues,
  .directory .content .issues,
  .search-results .content .issues,
  .search-no-results .content .issues,
  .single-package .content .issues {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    .archive .content .issues:last-child,
    .directory .content .issues:last-child,
    .search-results .content .issues:last-child,
    .search-no-results .content .issues:last-child,
    .single-package .content .issues:last-child {
      margin-right: 0; }
    .archive .content .issues article,
    .directory .content .issues article,
    .search-results .content .issues article,
    .search-no-results .content .issues article,
    .single-package .content .issues article {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 47.231546664%;
      margin-bottom: 1.125em; }
      .archive .content .issues article:last-child,
      .directory .content .issues article:last-child,
      .search-results .content .issues article:last-child,
      .search-no-results .content .issues article:last-child,
      .single-package .content .issues article:last-child {
        margin-right: 0; }
      .archive .content .issues article:nth-child(2n),
      .directory .content .issues article:nth-child(2n),
      .search-results .content .issues article:nth-child(2n),
      .search-no-results .content .issues article:nth-child(2n),
      .single-package .content .issues article:nth-child(2n) {
        margin-right: 0; }
      .archive .content .issues article:nth-child(2n+1),
      .directory .content .issues article:nth-child(2n+1),
      .search-results .content .issues article:nth-child(2n+1),
      .search-no-results .content .issues article:nth-child(2n+1),
      .single-package .content .issues article:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 48em) {
        .archive .content .issues article,
        .directory .content .issues article,
        .search-results .content .issues article,
        .search-no-results .content .issues article,
        .single-package .content .issues article {
          float: left;
          display: block;
          margin-right: 3.6243783%;
          width: 30.9170811333%; }
          .archive .content .issues article:nth-child(2n),
          .directory .content .issues article:nth-child(2n),
          .search-results .content .issues article:nth-child(2n),
          .search-no-results .content .issues article:nth-child(2n),
          .single-package .content .issues article:nth-child(2n) {
            margin-right: 3.6243783%; }
          .archive .content .issues article:nth-child(2n+1),
          .directory .content .issues article:nth-child(2n+1),
          .search-results .content .issues article:nth-child(2n+1),
          .search-no-results .content .issues article:nth-child(2n+1),
          .single-package .content .issues article:nth-child(2n+1) {
            clear: none; }
          .archive .content .issues article:last-child,
          .directory .content .issues article:last-child,
          .search-results .content .issues article:last-child,
          .search-no-results .content .issues article:last-child,
          .single-package .content .issues article:last-child {
            margin-right: 0; }
          .archive .content .issues article:nth-child(3n),
          .directory .content .issues article:nth-child(3n),
          .search-results .content .issues article:nth-child(3n),
          .search-no-results .content .issues article:nth-child(3n),
          .single-package .content .issues article:nth-child(3n) {
            margin-right: 0; }
          .archive .content .issues article:nth-child(3n+1),
          .directory .content .issues article:nth-child(3n+1),
          .search-results .content .issues article:nth-child(3n+1),
          .search-no-results .content .issues article:nth-child(3n+1),
          .single-package .content .issues article:nth-child(3n+1) {
            clear: left; } }
      @media screen and (min-width: 64em) {
        .archive .content .issues article,
        .directory .content .issues article,
        .search-results .content .issues article,
        .search-no-results .content .issues article,
        .single-package .content .issues article {
          float: left;
          display: block;
          margin-right: 1.7799333902%;
          width: 23.6650499573%; }
          .archive .content .issues article:nth-child(2n),
          .directory .content .issues article:nth-child(2n),
          .search-results .content .issues article:nth-child(2n),
          .search-no-results .content .issues article:nth-child(2n),
          .single-package .content .issues article:nth-child(2n) {
            margin-right: 1.7799333902%; }
          .archive .content .issues article:nth-child(2n+1),
          .directory .content .issues article:nth-child(2n+1),
          .search-results .content .issues article:nth-child(2n+1),
          .search-no-results .content .issues article:nth-child(2n+1),
          .single-package .content .issues article:nth-child(2n+1) {
            clear: none; }
          .archive .content .issues article:nth-child(3n),
          .directory .content .issues article:nth-child(3n),
          .search-results .content .issues article:nth-child(3n),
          .search-no-results .content .issues article:nth-child(3n),
          .single-package .content .issues article:nth-child(3n) {
            margin-right: 1.7799333902%; }
          .archive .content .issues article:nth-child(3n+1),
          .directory .content .issues article:nth-child(3n+1),
          .search-results .content .issues article:nth-child(3n+1),
          .search-no-results .content .issues article:nth-child(3n+1),
          .single-package .content .issues article:nth-child(3n+1) {
            clear: none; }
          .archive .content .issues article:last-child,
          .directory .content .issues article:last-child,
          .search-results .content .issues article:last-child,
          .search-no-results .content .issues article:last-child,
          .single-package .content .issues article:last-child {
            margin-right: 0; }
          .archive .content .issues article:nth-child(4n),
          .directory .content .issues article:nth-child(4n),
          .search-results .content .issues article:nth-child(4n),
          .search-no-results .content .issues article:nth-child(4n),
          .single-package .content .issues article:nth-child(4n) {
            margin-right: 0; }
          .archive .content .issues article:nth-child(4n+1),
          .directory .content .issues article:nth-child(4n+1),
          .search-results .content .issues article:nth-child(4n+1),
          .search-no-results .content .issues article:nth-child(4n+1),
          .single-package .content .issues article:nth-child(4n+1) {
            clear: left; } }
      .archive .content .issues article figure img,
      .directory .content .issues article figure img,
      .search-results .content .issues article figure img,
      .search-no-results .content .issues article figure img,
      .single-package .content .issues article figure img {
        width: 100%;
        border: 1px solid #efefef; }
      .archive .content .issues article header h1,
      .directory .content .issues article header h1,
      .search-results .content .issues article header h1,
      .search-no-results .content .issues article header h1,
      .single-package .content .issues article header h1 {
        font-family: "freight-sans-pro", Arial, Sans-Serif;
        text-align: center;
        font-size: 1em;
        margin-top: .5em; }
    @media screen and (min-width: 48em) {
      .archive .content .issues,
      .directory .content .issues,
      .search-results .content .issues,
      .search-no-results .content .issues,
      .single-package .content .issues {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 100%; }
        .archive .content .issues:last-child,
        .directory .content .issues:last-child,
        .search-results .content .issues:last-child,
        .search-no-results .content .issues:last-child,
        .single-package .content .issues:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      .archive .content .issues,
      .directory .content .issues,
      .search-results .content .issues,
      .search-no-results .content .issues,
      .single-package .content .issues {
        float: left;
        display: block;
        margin-right: 1.7799333902%;
        width: 100%; }
        .archive .content .issues:last-child,
        .directory .content .issues:last-child,
        .search-results .content .issues:last-child,
        .search-no-results .content .issues:last-child,
        .single-package .content .issues: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: block; }
    .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: "freight-display-pro", 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: 37.5em) {
      .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: 48em) {
      .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: 64em) {
      .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: block; }
      .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: block; }
      .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: 57.5em) {
          .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: 57.5em) {
      .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: 64em) {
      .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: 80em) {
      .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: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  font-family: "freight-text-pro", Serif; }
  .single .content::after {
    clear: both;
    content: "";
    display: block; }
  .single .content::after {
    clear: both;
    content: "";
    display: block; }
  .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: "freight-sans-pro", Arial, Sans-Serif;
      font-size: 1em;
      text-transform: uppercase;
      margin: .5em 0; }
    .single .content > article .sticky-nav ul {
      text-transform: none;
      font-family: "freight-sans-pro", 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: 57.5em) {
      .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: 64em) {
      .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: 80em) {
      .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: block; }
      .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: block; }
      .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: 57.5em) {
          .single .content .sidebar article header {
            text-align: left; } }
    @media screen and (min-width: 57.5em) {
      .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: 64em) {
      .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: 80em) {
      .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: "freight-sans-pro", 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: 57.5em) {
  .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: 80em) {
  .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: "freight-sans-pro", 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: "freight-sans-pro", 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: "freight-sans-pro", 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: "freight-sans-pro", 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: "freight-sans-pro", 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: "freight-sans-compressed-pro", 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: "freight-sans-pro", 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: "freight-sans-pro", 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: 57.5em) {
  .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: 80em) {
  .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: 57.5em) {
      .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: "freight-text-pro", Serif;
  margin: 1.125em; }
  .format-gallery .gallery-body::after {
    clear: both;
    content: "";
    display: block; }
  .format-gallery .gallery-body .gallery-content {
    font-size: 1.25em;
    line-height: 1.5;
    width: 100%; }
    @media screen and (min-width: 57.5em) {
      .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: 57.5em) {
      .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: "freight-sans-pro", Arial, Sans-Serif; }

.directory-item dl {
  font-family: "freight-sans-pro", 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: 80em;
  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: block; }
  .page-nav::after {
    clear: both;
    content: "";
    display: block; }
  .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; }
  .page-nav span.on-the-side {
    position: fixed;
    float: none;
    z-index: 100;
    top: 45%;
    padding: 1em;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.75);
    color: black;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.125;
    font-family: "freight-display-pro", Serif;
    word-spacing: 2px;
    margin: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    .page-nav span.on-the-side i {
      font-size: 2em; }
    .page-nav span.on-the-side a {
      max-width: 150px; }
    .page-nav span.on-the-side:hover {
      -webkit-transition: .2s ease-in;
      -moz-transition: .2s ease-in;
      -o-transition: .2s ease-in;
      transition: .2s ease-in; }
    .page-nav span.on-the-side.previous {
      left: -125px;
      text-align: left; }
      .page-nav span.on-the-side.previous i {
        float: right;
        margin-left: 1em;
        margin-right: 0; }
      .page-nav span.on-the-side.previous a {
        visibility: hidden; }
      .page-nav span.on-the-side.previous:hover {
        left: 0; }
        .page-nav span.on-the-side.previous:hover a {
          visibility: visible; }
    .page-nav span.on-the-side.next {
      right: -125px;
      float: none;
      text-align: right; }
      .page-nav span.on-the-side.next i {
        float: left;
        margin-right: 1em;
        margin-left: 0; }
      .page-nav span.on-the-side.next a {
        visibility: hidden; }
      .page-nav span.on-the-side.next:hover {
        right: 0; }
        .page-nav span.on-the-side.next:hover a {
          visibility: visible; }

section.issues {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  clear: both;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 1em auto; }
  section.issues::after {
    clear: both;
    content: "";
    display: block; }
  section.issues > h2 {
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    font-size: 1.25em;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 1.125em 0 1em 0;
    text-align: center;
    font-weight: normal; }
    @media screen and (min-width: 57.5em) {
      section.issues > h2 {
        font-size: 1.5em; } }
  section.issues div {
    float: left;
    display: block;
    margin-right: 5.536906672%;
    width: 100%; }
    section.issues div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em) {
      section.issues div {
        float: left;
        display: block;
        margin-right: 3.6243783%;
        width: 100%; }
        section.issues div:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      section.issues div {
        float: left;
        display: block;
        margin-right: 1.7799333902%;
        width: 100%; }
        section.issues div:last-child {
          margin-right: 0; } }
    section.issues div article {
      float: left;
      display: block;
      margin-right: 5.536906672%;
      width: 47.231546664%; }
      section.issues div article:last-child {
        margin-right: 0; }
      section.issues div article:nth-child(2n) {
        margin-right: 0; }
      section.issues div article:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 48em) {
        section.issues div article {
          float: left;
          display: block;
          margin-right: 3.6243783%;
          width: 17.10049736%; }
          section.issues div article:nth-child(2n) {
            margin-right: 3.6243783%; }
          section.issues div article:nth-child(2n+1) {
            clear: none; }
          section.issues div article:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 64em) {
        section.issues div article {
          float: left;
          display: block;
          margin-right: 1.7799333902%;
          width: 18.5760532878%; }
          section.issues div article:nth-child(2n) {
            margin-right: 1.7799333902%; }
          section.issues div article:nth-child(2n+1) {
            clear: none; }
          section.issues div article:last-child {
            margin-right: 0; } }
      section.issues div article figure img {
        width: 100%;
        border: 1px solid #efefef; }
      section.issues div article header h1 {
        font-family: "freight-sans-pro", Arial, Sans-Serif;
        text-align: center;
        font-size: 1em;
        margin-top: .5em; }

section.subscribe-options {
  max-width: 80em;
  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: block; }
  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: 48em) {
      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: 64em) {
      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: block; }
      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: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.125em 0 1.125em;
  text-align: center; }
  section.subscribe-details::after {
    clear: both;
    content: "";
    display: block; }
  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: #787878;
  font-size: 60%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "freight-sans-pro", 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: block; }
  .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: 48em) {
      .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: 64em) {
      .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: 48em) {
        .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: "freight-sans-compressed-pro", 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: 48em) {
          .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: "freight-display-pro", Serif;
        font-size: 1em;
        word-spacing: 2px; }
        .ad-spot.ad-combo .combo.content-block li a {
          color: black; }

@media screen and (min-width: 57.5em) {
  .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: "freight-display-pro", Serif;
  font-size: 1.75em;
  word-spacing: 2px;
  margin-top: 0;
  margin-bottom: .5em; }

article header p {
  font-family: "freight-sans-pro", Arial, Sans-Serif;
  font-size: 1.125em; }

@media screen and (min-width: 64em) {
  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: 57.5em) {
  .archive .paidpost {
    padding: 1.125em; }
    .archive .paidpost header {
      padding: 0; } }

.taxonomy, .issue {
  font-family: "freight-sans-pro", 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: 48em) {
    .taxonomy {
      display: inline-block; } }

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

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

.author {
  font-family: "freight-sans-compressed-pro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 1.125em;
  letter-spacing: 2px; }
  .author::after {
    clear: both;
    content: "";
    display: block; }
  .author h1 {
    font-size: 1.125em; }
  .author ul {
    list-style-type: none;
    padding-left: 0; }
    .author ul li {
      display: inline; }
  .author p {
    font-family: "freight-sans-pro", 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: "freight-sans-pro", Arial, Sans-Serif;
  background-color: #937CB9;
  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: "freight-sans-pro", Arial, Sans-Serif;
  font-size: 1em;
  line-height: 1.5;
  font-style: italic; }

blockquote.pull-quote p {
  font-family: "freight-display-pro", Serif;
  font-size: 1.5em;
  font-style: normal; }

blockquote cite {
  font-family: "freight-sans-compressed-pro", 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: "freight-sans-pro", 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: #787878; }
    form.search .search-clear.hide {
      display: none; }

.sidebar .widget {
  margin: 1em 0 1em auto; }
  .sidebar .widget::after {
    clear: both;
    content: "";
    display: block; }
  .sidebar .widget h2, .sidebar .widget h3 {
    font-family: "freight-sans-compressed-pro", 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: "freight-display-pro", Serif;
    word-spacing: 2px; }
    .sidebar .widget li a {
      color: black; }
      .sidebar .widget li a:hover {
        color: #937CB9; }
    .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: block; }
  .sidebar .widget.widget_recent_entries .post-date {
    display: block;
    font-family: "freight-sans-pro", Arial, Sans-Serif;
    text-transform: none;
    letter-spacing: 2px;
    font-size: .7em;
    color: #937CB9;
    line-height: 1.75; }
  @media screen and (min-width: 57.5em) {
    .sidebar .widget {
      max-width: 300px;
      text-align: left; }
      .sidebar .widget h2, .sidebar .widget h3 {
        text-align: left; } }

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