@charset "UTF-8";
/*

    Theme Name: The Circuit
    Theme URI: https://jewishinsider.com/
    Author: Andrew Lovseth
    Author URI: https://www.andrewlovseth.com/
    Description: Version 1.0 of The Circuit network theme
    Version: 1.0

*/
/*

    ----------------------------------------------------------------------
                                01 Global
    ----------------------------------------------------------------------

*/
/* Colors
----------------------------------*/
/* Typography
----------------------------------*/
@import url("https://use.typekit.net/hvb2rav.css");
@font-face {
  font-family: 'Tiempos Headline';
  src: url("fonts/TiemposHeadline-Regular.woff2") format("woff2"), url("fonts/TiemposHeadline-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Tiempos Headline';
  src: url("fonts/TiemposHeadline-RegularItalic.woff2") format("woff2"), url("fonts/TiemposHeadline-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Tiempos Headline';
  src: url("fonts/TiemposHeadline-Bold.woff2") format("woff2"), url("fonts/TiemposHeadline-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Tiempos Headline';
  src: url("fonts/TiemposHeadline-BoldItalic.woff2") format("woff2"), url("fonts/TiemposHeadline-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

/* Media Queries
----------------------------------*/
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/* HTML & BODY */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* Links */
a {
  text-decoration: none; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: none; }

/* Typography */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

/* Lists */
dd {
  margin: 0 0 0 40px; }

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* Embedded Content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

/* Figure */
figure {
  margin: 0; }

/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* Absolute Positioning */
div, article, section, header, footer, nav, figure, li {
  position: relative; }

/* Selection  */
::-moz-selection {
  background: #C02607;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #C02607;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Border-Box */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/* Responsive Image */
img {
  display: block;
  max-width: 100%; }

html, input, textarea {
  -webkit-font-smoothing: antialiased; }

body {
  text-rendering: optimizeLegibility; }

body, input, textarea, button {
  color: #2a2a2a;
  font: 400 100%/1 "Tiempos Headline", serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tiempos Headline", serif;
  font-weight: bold; }

a {
  color: #2a2a2a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.x-large-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333; }
  @media screen and (min-width: 568px) {
    .x-large-title {
      font-size: 2.25em; } }
  @media screen and (min-width: 1024px) {
    .x-large-title {
      font-size: 2.75em; } }

section.body a {
  border-bottom: 2px solid #C02607; }

section.body.p1 p {
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 30px; }
  @media screen and (min-width: 568px) {
    section.body.p1 p {
      font-size: 1.125em; } }
  @media screen and (min-width: 1280px) {
    section.body.p1 p {
      font-size: 1.25em; } }

section.body.p1 ul {
  list-style-type: disc; }

section.body.p1 ol {
  list-style-type: decimal; }

section.body.p1 ul, section.body.p1 ol {
  padding-bottom: 30px; }
  section.body.p1 ul li, section.body.p1 ol li {
    margin-left: 17px;
    font-size: 1em;
    line-height: 1.7em; }
    @media screen and (min-width: 568px) {
      section.body.p1 ul li, section.body.p1 ol li {
        font-size: 1.125em; } }
    section.body.p1 ul li + li, section.body.p1 ol li + li {
      padding-top: 20px; }

section.body.p1 blockquote {
  margin: 0 0 40px 20px;
  max-width: 600px; }
  section.body.p1 blockquote p {
    border-left: 5px solid #000;
    padding: 0 0 0 20px;
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      section.body.p1 blockquote p {
        font-size: 1.125em; } }
    section.body.p1 blockquote p + p {
      padding-top: 20px; }

.copy.p2 p {
  font-size: 1.125em;
  line-height: 1.7777em; }
  .copy.p2 p + p {
    padding-top: 25px; }

.copy.p2 a {
  border-bottom: 2px solid #C02607; }

.subscribe-btn {
  color: #fff;
  background: #C02607;
  padding: 13px 24px 10px 24px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #C02607;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .subscribe-btn.clear {
    background: transparent; }
    .subscribe-btn.clear:hover {
      background: #C02607; }
  .subscribe-btn.clear-charcoal {
    background: transparent;
    color: #333; }
    .subscribe-btn.clear-charcoal:hover {
      background: #C02607;
      color: #fff; }
  .subscribe-btn.white {
    background: transparent;
    border-color: #fff; }
    .subscribe-btn.white:hover {
      background: #fff;
      color: #333; }

.ajax-load-more-wrap .alm-btn-wrap {
  padding-top: 25px; }
  .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
    background: transparent;
    color: #333;
    padding: 13px 24px 10px 24px;
    border-radius: 24px;
    font-size: 1.25em;
    font-weight: bold;
    border: 2px solid #C02607;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: auto;
    margin: 0;
    line-height: 1em; }
    .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading {
      padding-left: 24px; }
      .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading:before {
        display: none; }
    .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
      background: #C02607;
      color: #fff; }
    .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:active, .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:focus {
      outline: none; }

body {
  background: #fff;
  margin: 0 auto;
  max-width: 1920px; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
  -webkit-transition: padding 0.2s ease-in;
  -o-transition: padding 0.2s ease-in;
  transition: padding 0.2s ease-in; }
  @media screen and (min-width: 1250px) {
    .wrapper {
      padding: 0; } }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.credit p {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2); }

section.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  section.main .page-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1240px;
    padding: 25px 0 50px 0;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      section.main .page-content {
        padding: 30px; } }
    @media screen and (min-width: 1280px) {
      section.main .page-content {
        padding: 30px 70px; } }

@media screen and (min-width: 1024px) {
  section.subscribe .headline h1,
  section#subscribe-form .headline h1 {
    font-size: 2.25em; } }

@media screen and (min-width: 1280px) {
  section.subscribe .headline h1,
  section#subscribe-form .headline h1 {
    font-size: 2.75em; } }

section.subscribe .dek,
section#subscribe-form .dek {
  padding-top: 10px; }
  section.subscribe .dek p,
  section#subscribe-form .dek p {
    color: rgba(51, 51, 51, 0.6);
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25em; }
    @media screen and (min-width: 1024px) {
      section.subscribe .dek p,
      section#subscribe-form .dek p {
        font-size: 1.125em; } }

section.subscribe .form,
section#subscribe-form .form {
  padding: 25px 0 50px 0; }
  @media screen and (min-width: 1024px) {
    section.subscribe .form,
    section#subscribe-form .form {
      padding: 25px 0 25px 0; } }
  section.subscribe .form #mc_embed_signup form div.mce_inline_error,
  section#subscribe-form .form #mc_embed_signup form div.mce_inline_error {
    background: #C02607;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875em;
    width: 100%;
    margin: 10px 0 0 0; }
  section.subscribe .form #mc_embed_signup form .response,
  section#subscribe-form .form #mc_embed_signup form .response {
    padding-top: 10px;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875em; }
  section.subscribe .form #mc_embed_signup form *:focus,
  section.subscribe .form #mc_embed_signup form *:active,
  section#subscribe-form .form #mc_embed_signup form *:focus,
  section#subscribe-form .form #mc_embed_signup form *:active {
    outline: none; }
  section.subscribe .form #mc_embed_signup form .mc-field-group,
  section#subscribe-form .form #mc_embed_signup form .mc-field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section.subscribe .form #mc_embed_signup form input.email,
  section#subscribe-form .form #mc_embed_signup form input.email {
    padding: 10px;
    font-family: proxima-nova, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media screen and (min-width: 1024px) {
      section.subscribe .form #mc_embed_signup form input.email,
      section#subscribe-form .form #mc_embed_signup form input.email {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px;
        margin-bottom: 0;
        padding: 11px 10px; } }

section.subscribe .pullquote,
section#subscribe-form .pullquote {
  display: none;
  background: url(images/quote-marks.svg) no-repeat left top;
  background-size: 72px 48px; }
  @media screen and (min-width: 768px) {
    section.subscribe .pullquote,
    section#subscribe-form .pullquote {
      display: block; } }
  section.subscribe .pullquote blockquote,
  section#subscribe-form .pullquote blockquote {
    padding: 30px 0 0 30px;
    margin: 0;
    position: relative; }
    section.subscribe .pullquote blockquote:after,
    section#subscribe-form .pullquote blockquote:after {
      background: url(images/quote-marks-end.svg) no-repeat left top;
      background-size: 72px 48px;
      display: block;
      content: '';
      width: 72px;
      height: 48px;
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0px; }
    section.subscribe .pullquote blockquote p,
    section#subscribe-form .pullquote blockquote p {
      font-style: italic;
      font-size: 1.25em;
      line-height: 1.6666em; }
      @media screen and (min-width: 768px) {
        section.subscribe .pullquote blockquote p,
        section#subscribe-form .pullquote blockquote p {
          font-size: 1.5em; } }
  section.subscribe .pullquote cite,
  section#subscribe-form .pullquote cite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    padding: 15px 0 0 30px; }
    section.subscribe .pullquote cite .photo,
    section#subscribe-form .pullquote cite .photo {
      width: 72px; }
      section.subscribe .pullquote cite .photo img,
      section#subscribe-form .pullquote cite .photo img {
        width: 100%; }
    section.subscribe .pullquote cite .source,
    section#subscribe-form .pullquote cite .source {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 20px; }
      section.subscribe .pullquote cite .source h4,
      section#subscribe-form .pullquote cite .source h4 {
        font-size: 1.375em; }
      section.subscribe .pullquote cite .source h5,
      section#subscribe-form .pullquote cite .source h5 {
        font-family: proxima-nova, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #858585;
        font-size: 0.875em;
        padding-top: 5px; }

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95); }
  .overlay-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .overlay-wrapper {
        padding: 80px 20px; } }
  .overlay .close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10; }
    @media screen and (min-width: 1024px) {
      .overlay .close {
        right: -40px; } }
    .overlay .close .close-btn {
      display: block;
      width: 36px; }
      .overlay .close .close-btn:before, .overlay .close .close-btn:after {
        background-color: #C02607;
        content: '';
        display: block;
        height: 4px;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .overlay .close .close-btn:before {
        -webkit-box-shadow: 0 0 0 #C02607;
                box-shadow: 0 0 0 #C02607;
        -webkit-transform: translateY(11px) rotate(45deg);
            -ms-transform: translateY(11px) rotate(45deg);
                transform: translateY(11px) rotate(45deg);
        margin-bottom: 18px; }
      .overlay .close .close-btn:after {
        -webkit-transform: translateY(-11px) rotate(-45deg);
            -ms-transform: translateY(-11px) rotate(-45deg);
                transform: translateY(-11px) rotate(-45deg); }

#new-user {
  display: none; }
  #new-user .info {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  #new-user section.subscribe {
    max-width: 600px; }

nav.pagination {
  width: 100%;
  padding-top: 50px; }
  nav.pagination h2.screen-reader-text {
    display: none; }
  nav.pagination .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    nav.pagination .nav-links a, nav.pagination .nav-links span {
      font-family: proxima-nova, sans-serif;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #2a2a2a;
      width: 32px;
      height: 32px;
      margin: 0 5px;
      font-size: 0.875em;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      padding-top: 2px; }
    nav.pagination .nav-links span.current {
      background: #C02607;
      border-color: #C02607;
      color: #fff;
      font-weight: bold; }
    nav.pagination .nav-links a.page-numbers:hover {
      background: #2a2a2a;
      color: #fff; }
    nav.pagination .nav-links a.page-numbers.next, nav.pagination .nav-links a.page-numbers.prev {
      border: none;
      width: auto;
      height: auto;
      padding-top: 1px; }
      nav.pagination .nav-links a.page-numbers.next:hover, nav.pagination .nav-links a.page-numbers.prev:hover {
        background: transparent;
        color: #2a2a2a;
        text-decoration: underline; }

body.error404 section#main {
  min-height: 60vh;
  padding: 100px 0; }
  body.error404 section#main h2 {
    font-size: 3em;
    padding-bottom: 25px; }
  body.error404 section#main p {
    font-size: 1.25em; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 100;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.4; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 20px; }
  @media screen and (min-width: 1280px) {
    .slick-prev {
      left: 40px; }
      [dir="rtl"] .slick-prev {
        left: auto;
        right: 40px; } }
  .slick-prev:before {
    background: url(images/left-arrow.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    content: '';
    display: block; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: 20px;
    right: auto; }
  @media screen and (min-width: 1280px) {
    .slick-next {
      right: 40px; }
      [dir="rtl"] .slick-next {
        left: 40px;
        right: auto; } }
  .slick-next:before {
    background: url(images/right-arrow.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    content: '';
    display: block; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 568px) {
    .slick-dots {
      bottom: 15px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      width: 12px;
      height: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background-color: #fff;
        opacity: 0.4;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.85; }

/*

    ----------------------------------------------------------------------
                                02 Sections
    ----------------------------------------------------------------------

*/
header {
  padding: 25px 0;
  border-top: 5px solid #C02607;
  border-bottom: 1px solid #eee; }
  header.header-overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 768px) {
      header.header-overlay {
        border-bottom: none; } }
    @media screen and (min-width: 1024px) {
      header.header-overlay {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
    header.header-overlay .logo .site-tagline span {
      color: #fff; }
    header.header-overlay .desktop-nav-links a {
      color: #fff; }
    header.header-overlay #toggle .patty {
      background: #fff; }
      header.header-overlay #toggle .patty:after, header.header-overlay #toggle .patty:before {
        background: #fff; }
  header .wrapper {
    max-width: 100%;
    padding: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (min-width: 1024px) {
    header .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  header .logo .logo-type img {
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      header .logo .logo-type img {
        max-width: 140px; } }
    @media screen and (min-width: 1024px) {
      header .logo .logo-type img {
        max-width: 200px; } }
    @media screen and (min-width: 1280px) {
      header .logo .logo-type img {
        max-width: 250px; } }
  header .logo .site-tagline {
    display: none; }
    @media screen and (min-width: 768px) {
      header .logo .site-tagline {
        padding: 10px 0 0 0;
        display: block; } }
    @media screen and (min-width: 1024px) {
      header .logo .site-tagline {
        padding: 5px 0 0 20px; } }
    @media screen and (min-width: 1280px) {
      header .logo .site-tagline {
        padding: 8px 0 0 20px; } }
    header .logo .site-tagline span {
      font-size: 0.875em;
      color: #C02607; }
      @media screen and (min-width: 1280px) {
        header .logo .site-tagline span {
          font-size: 1em; } }
  header .desktop-nav-links {
    display: none; }
    @media screen and (min-width: 768px) {
      header .desktop-nav-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: auto;
        padding-top: 7px;
        padding-left: 40px; } }
    @media screen and (min-width: 1280px) {
      header .desktop-nav-links {
        padding-top: 9px; } }
    header .desktop-nav-links a {
      color: #C02607;
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      display: block;
      font-size: 0.75em;
      font-weight: bold; }
      header .desktop-nav-links a + a:before {
        content: "·";
        padding: 0 20px; }
        @media screen and (min-width: 768px) {
          header .desktop-nav-links a + a:before {
            padding: 0 15px; } }
      header .desktop-nav-links a:hover span {
        text-decoration: underline; }
      @media screen and (min-width: 1280px) {
        header .desktop-nav-links a {
          font-size: 0.875em; } }
  header .utilities {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 768px) {
      header .utilities {
        margin-bottom: auto;
        padding-top: 5px; } }
    header .utilities .social,
    header .utilities .subscribe {
      display: none; }
      @media screen and (min-width: 768px) {
        header .utilities .social,
        header .utilities .subscribe {
          padding-right: 20px; } }
      @media screen and (min-width: 1280px) {
        header .utilities .social,
        header .utilities .subscribe {
          padding-right: 30px; } }
    @media screen and (min-width: 1024px) {
      header .utilities .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        header .utilities .social .social-link {
          display: block; }
          header .utilities .social .social-link + .social-link {
            padding-left: 30px; }
          header .utilities .social .social-link.facebook img {
            width: 100%;
            max-width: 10px;
            -webkit-transform: translateY(-1px);
                -ms-transform: translateY(-1px);
                    transform: translateY(-1px); }
          header .utilities .social .social-link.twitter img {
            width: 100%;
            max-width: 20px; } }
    @media screen and (min-width: 768px) {
      header .utilities .subscribe {
        display: block; } }
    @media screen and (min-width: 768px) {
      header .utilities .subscribe .subscribe-btn {
        font-size: 0.875em;
        padding: 11px 16px 8px 16px; } }
    @media screen and (min-width: 1280px) {
      header .utilities .subscribe .subscribe-btn {
        font-size: 1em; } }
    header .utilities .search {
      padding-right: 20px; }
      @media screen and (min-width: 1280px) {
        header .utilities .search {
          padding-right: 30px; } }
      header .utilities .search .search-btn img {
        width: 100%;
        max-width: 18px; }
        @media screen and (min-width: 1280px) {
          header .utilities .search .search-btn img {
            max-width: 20px; } }
  header #toggle {
    width: 30px;
    cursor: pointer;
    padding: 8px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    z-index: 10001; }
    @media screen and (min-width: 1280px) {
      header #toggle {
        width: 40px; } }
    header #toggle .patty {
      width: 20px;
      height: 2px;
      background: #333;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 1280px) {
        header #toggle .patty {
          width: 30px; } }
      header #toggle .patty:after, header #toggle .patty:before {
        content: '';
        display: block;
        height: 2px;
        background: #333;
        position: absolute;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      header #toggle .patty:before {
        width: 30px;
        top: -7px; }
        @media screen and (min-width: 1280px) {
          header #toggle .patty:before {
            width: 40px; } }
      header #toggle .patty:after {
        width: 25px;
        top: 7px; }
        @media screen and (min-width: 1280px) {
          header #toggle .patty:after {
            width: 35px; } }
  header.open {
    z-index: 10001; }
    header.open #toggle {
      z-index: 100002; }
      header.open #toggle .patty {
        background: none; }
        header.open #toggle .patty:before {
          top: 0;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 25px; }
          @media screen and (min-width: 1280px) {
            header.open #toggle .patty:before {
              width: 25px; } }
        header.open #toggle .patty:after {
          top: 0;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media screen and (min-width: 1280px) {
            header.open #toggle .patty:after {
              width: 25px; } }

footer {
  border-top: 5px solid #C02607;
  background: #1a1a1a;
  padding: 50px 0;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    footer {
      padding: 70px 0; } }
  footer a {
    color: #fff; }
  footer .header {
    width: 100%;
    padding-bottom: 20px; }
    footer .header h5 {
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      font-size: 0.75em;
      letter-spacing: 0.1em;
      color: #858585; }
      footer .header h5:after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background: #858585;
        margin-top: 10px; }
  footer .footer-logo a {
    display: block;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      footer .footer-logo a {
        max-width: 300px; } }
  footer .footer-utilities {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer-utilities .navigation {
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .footer-utilities .navigation {
          width: 25%; } }
      footer .footer-utilities .navigation .link + .link {
        padding-top: 20px; }
      footer .footer-utilities .navigation .link a {
        font-family: proxima-nova, sans-serif;
        font-weight: bold;
        font-size: 1em; }
    footer .footer-utilities .social {
      width: 100%;
      padding-top: 50px; }
      @media screen and (min-width: 768px) {
        footer .footer-utilities .social {
          width: 25%;
          padding-top: 0; } }
      footer .footer-utilities .social .links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        footer .footer-utilities .social .links .social-link + .social-link {
          padding-left: 40px; }
        footer .footer-utilities .social .links .social-link a {
          display: block;
          max-width: 22px; }
        footer .footer-utilities .social .links .social-link.twitter {
          padding-top: 1px; }
    footer .footer-utilities .subscribe {
      width: 100%;
      padding-top: 50px;
      max-width: 470px; }
      @media screen and (min-width: 768px) {
        footer .footer-utilities .subscribe {
          width: 50%;
          margin-left: auto;
          padding-top: 0; } }
      footer .footer-utilities .subscribe #mc_embed_signup form div.mce_inline_error {
        background: #C02607;
        font-family: proxima-nova, sans-serif;
        font-size: 0.875em;
        width: 100%;
        margin: 10px 0 0 0; }
      footer .footer-utilities .subscribe #mc_embed_signup form *:focus,
      footer .footer-utilities .subscribe #mc_embed_signup form *:active {
        outline: none; }
      footer .footer-utilities .subscribe #mc_embed_signup form .mc-field-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      footer .footer-utilities .subscribe #mc_embed_signup form input.email {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        font-family: proxima-nova, sans-serif;
        padding: 10px;
        width: 100%;
        margin: 0 0 20px 0; }
        @media screen and (min-width: 568px) {
          footer .footer-utilities .subscribe #mc_embed_signup form input.email {
            width: auto;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin: 0 20px 0 0; } }
      footer .footer-utilities .subscribe #mc_embed_signup form input.subscribe-btn {
        background: transparent;
        border-color: #fff;
        color: #fff; }
        footer .footer-utilities .subscribe #mc_embed_signup form input.subscribe-btn:hover {
          background: #fff;
          color: #333; }
  footer .copyright {
    padding-top: 20px;
    border-top: 1px solid #5B5B5B; }
    footer .copyright p {
      font-size: 0.75em;
      color: #858585;
      font-family: proxima-nova, sans-serif; }

/*

    ----------------------------------------------------------------------
                               03 Partials
    ----------------------------------------------------------------------

*/
#page {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #page.open {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%); }
    @media screen and (min-width: 768px) {
      #page.open {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (min-width: 1280px) {
      #page.open {
        -webkit-transform: translateX(-33.3333%);
            -ms-transform: translateX(-33.3333%);
                transform: translateX(-33.3333%); } }

nav.main-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #C02607;
  color: #fff;
  height: 100vh;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  nav.main-nav a {
    color: #fff; }
  nav.main-nav.open {
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 768px) {
      nav.main-nav.open {
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }
    @media screen and (min-width: 1280px) {
      nav.main-nav.open {
        -webkit-transform: translateX(66.6667%);
            -ms-transform: translateX(66.6667%);
                transform: translateX(66.6667%); } }
  nav.main-nav .nav-wrapper {
    height: 100vh;
    padding: 30px 50px;
    width: 75%;
    overflow: scroll; }
    @media screen and (min-width: 768px) {
      nav.main-nav .nav-wrapper {
        width: 50%; } }
    @media screen and (min-width: 1280px) {
      nav.main-nav .nav-wrapper {
        width: 33.3333%; } }
    nav.main-nav .nav-wrapper .info .logo {
      max-width: 250px; }
    nav.main-nav .nav-wrapper .info .navigation {
      padding-top: 50px; }
      nav.main-nav .nav-wrapper .info .navigation .links .link {
        padding: 10px 0; }
        @media screen and (min-width: 768px) {
          nav.main-nav .nav-wrapper .info .navigation .links .link.subscribe-link {
            display: none; } }
        nav.main-nav .nav-wrapper .info .navigation .links .link a {
          font-size: 1.5em;
          display: inline-block;
          border-bottom: 2px solid transparent; }
          nav.main-nav .nav-wrapper .info .navigation .links .link a:hover {
            border-bottom: 2px solid #fff; }
    nav.main-nav .nav-wrapper .info .social {
      padding-top: 50px; }
      nav.main-nav .nav-wrapper .info .social .links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        nav.main-nav .nav-wrapper .info .social .links .social-link + .social-link {
          padding-left: 40px; }
        nav.main-nav .nav-wrapper .info .social .links .social-link.twitter {
          padding-top: 1px; }

section.quick-hits {
  padding-bottom: 15px;
  border-bottom: 5px solid #C02607;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    section.quick-hits {
      max-width: 360px;
      border-right: 1px solid #eee;
      border-bottom: none; } }
  section.quick-hits .section-header {
    padding: 30px 25px 20px 25px;
    text-align: center; }
    section.quick-hits .section-header h2 {
      font-weight: bold;
      font-size: 1.5em; }
      section.quick-hits .section-header h2 a {
        border-bottom: 2px solid #C02607;
        padding-bottom: 3px;
        display: inline-block; }

#search-form {
  display: none; }
  #search-form .search-close {
    display: block;
    width: 40px;
    height: 40px;
    position: relative; }
    #search-form .search-close:after, #search-form .search-close:before {
      content: '';
      display: block;
      width: 35px;
      height: 3px;
      background: #fff;
      position: absolute;
      z-index: 1;
      border-radius: 2px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      top: 19px;
      left: 2px; }
    #search-form .search-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #search-form .search-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  #search-form form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #search-form .search-query {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 2em;
    font-family: "Tiempos Headline", serif;
    font-weight: bold;
    color: #fff;
    z-index: 100000;
    border-bottom: 5px solid #fff; }
    @media screen and (min-width: 768px) {
      #search-form .search-query {
        font-size: 4em; } }
    #search-form .search-query.placeholder {
      color: #fff; }
    #search-form .search-query:-moz-placeholder {
      color: #fff; }
    #search-form .search-query::-webkit-input-placeholder {
      color: #fff; }
    #search-form .search-query:focus, #search-form .search-query:active {
      outline: none; }

body.search-open {
  overflow: hidden; }
  body.search-open #search-form {
    display: block; }
    body.search-open #search-form .overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(233, 59, 58, 0.9);
      z-index: 10000; }
    body.search-open #search-form .overlay-wrapper {
      max-width: 1004px;
      margin: auto;
      padding: 150px 25px 0 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

article.quick-hit-preview + article.quick-hit-preview {
  border-top: 1px solid #eee; }

article.quick-hit-preview a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 25px; }
  article.quick-hit-preview a:hover h3 {
    text-decoration: underline; }

article.quick-hit-preview .photo {
  width: 52px;
  height: 52px;
  border: 1px solid #C02607; }
  article.quick-hit-preview .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

article.quick-hit-preview .info {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  article.quick-hit-preview .info:only-child {
    padding-left: 0; }
  article.quick-hit-preview .info .tagline {
    padding-bottom: 10px; }
    article.quick-hit-preview .info .tagline h4 {
      font-family: proxima-nova, sans-serif;
      color: #C02607;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.75em;
      letter-spacing: 0.05em; }
  article.quick-hit-preview .info .title h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 1em; }
  article.quick-hit-preview .info .meta {
    padding-top: 10px; }
    article.quick-hit-preview .info .meta em {
      display: block;
      font-family: proxima-nova, sans-serif;
      color: #858585;
      font-size: 0.8125em; }

section.subscribe {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  border-bottom: 5px solid #C02607;
  padding-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    section.subscribe {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      border-bottom: none; } }
  @media screen and (min-width: 1280px) {
    section.subscribe {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  section.subscribe .info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 25px; }
    @media screen and (min-width: 1280px) {
      section.subscribe .info {
        width: 50%;
        padding: 50px 0 0 0; } }
    section.subscribe .info .pullquote {
      margin-top: 50px; }
    section.subscribe .info .form {
      padding-bottom: 0; }
  section.subscribe .preview {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1280px) {
      section.subscribe .preview {
        width: 50%; } }
    section.subscribe .preview .frame {
      margin: 0 auto;
      background: url(images/iphone-frame.png) no-repeat 0 0;
      background-size: 100%;
      width: 100%;
      height: 100%;
      max-width: 523px;
      max-height: 960px;
      -webkit-transform: translateX(-2%);
          -ms-transform: translateX(-2%);
              transform: translateX(-2%);
      overflow: hidden; }
      section.subscribe .preview .frame:before {
        padding-top: 183.55%;
        content: '';
        display: block; }
    section.subscribe .preview .email {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 18% 11.2% 24% 17.25%; }
      section.subscribe .preview .email .iframe-container {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        section.subscribe .preview .email .iframe-container iframe {
          border: 0;
          width: 100%;
          height: 100%; }

section#subscribe-form {
  display: none; }
  section#subscribe-form .overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section#subscribe-form .subscribe-close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px; }
    section#subscribe-form .subscribe-close:after, section#subscribe-form .subscribe-close:before {
      content: '';
      display: block;
      width: 35px;
      height: 3px;
      background: #fff;
      position: absolute;
      z-index: 1;
      border-radius: 2px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      top: 19px;
      left: 2px; }
    section#subscribe-form .subscribe-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    section#subscribe-form .subscribe-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  section#subscribe-form .info .headline {
    display: block; }
    section#subscribe-form .info .headline h1 {
      color: #fff; }
  section#subscribe-form .info .dek p {
    color: #fff; }
  section#subscribe-form .info .form input[type="email"] {
    border: none; }
  section#subscribe-form .info .form .subscribe-btn {
    color: #fff;
    border-color: #fff; }

body.subscribe-open {
  overflow: hidden; }
  body.subscribe-open section#subscribe-form {
    display: block; }
    body.subscribe-open section#subscribe-form .overlay {
      background: rgba(233, 59, 58, 0.9); }
    body.subscribe-open section#subscribe-form .overlay-wrapper {
      max-width: 640px;
      margin: auto;
      padding: 50px 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: auto; }

/*

    ----------------------------------------------------------------------
                                04 Templates
    ----------------------------------------------------------------------

*/
body.home section.featured-articles article a {
  display: block; }

body.home section.featured-articles article .photo {
  position: relative;
  max-height: 767px; }
  body.home section.featured-articles article .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  body.home section.featured-articles article .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 568px) {
    body.home section.featured-articles article .photo {
      position: relative;
      max-height: 90vh; }
      body.home section.featured-articles article .photo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
      body.home section.featured-articles article .photo > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 768px) {
    body.home section.featured-articles article .photo {
      position: relative; }
      body.home section.featured-articles article .photo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      body.home section.featured-articles article .photo > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 1280px) {
    body.home section.featured-articles article .photo {
      height: 90vh;
      position: relative; }
      body.home section.featured-articles article .photo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.home section.featured-articles article .photo > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  body.home section.featured-articles article .photo .content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -o-linear-gradient(115deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(-25deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%); }
  body.home section.featured-articles article .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(0.6);
            filter: saturate(0.6);
    z-index: 1;
    position: relative; }

body.home section.featured-articles article .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px 25px 150px 25px;
  color: #fff; }
  @media screen and (min-width: 568px) {
    body.home section.featured-articles article .info {
      padding: 25px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 1280px) {
    body.home section.featured-articles article .info {
      padding: 40px; } }
  body.home section.featured-articles article .info .headline {
    max-width: 840px;
    width: 90%; }
    @media screen and (min-width: 768px) {
      body.home section.featured-articles article .info .headline {
        max-width: 75%; } }
    @media screen and (min-width: 1280px) {
      body.home section.featured-articles article .info .headline {
        max-width: 60%; } }
    body.home section.featured-articles article .info .headline h1 {
      color: #fff;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 1280px) {
        body.home section.featured-articles article .info .headline h1 {
          font-size: 3.5em; } }
  body.home section.featured-articles article .info .dek {
    padding-top: 25px;
    max-width: 680px;
    display: none; }
    @media screen and (min-width: 768px) {
      body.home section.featured-articles article .info .dek {
        display: block; } }
    body.home section.featured-articles article .info .dek p {
      font-family: proxima-nova, sans-serif;
      font-weight: bold;
      line-height: 1.25em;
      font-size: 1.125em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 768px) {
        body.home section.featured-articles article .info .dek p {
          font-size: 1.5em; } }

body.home section.featured-articles .slick-dots {
  bottom: 10px; }
  body.home section.featured-articles .slick-dots li {
    width: 40px;
    height: 30px;
    margin: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-filter: saturate(0);
            filter: saturate(0);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    @media screen and (min-width: 568px) {
      body.home section.featured-articles .slick-dots li {
        border-width: 2px; } }
    body.home section.featured-articles .slick-dots li.slick-active {
      border-color: #C02607;
      -webkit-filter: saturate(0.6);
              filter: saturate(0.6); }
    @media screen and (min-width: 768px) {
      body.home section.featured-articles .slick-dots li {
        width: 120px;
        height: 80px;
        margin: 0 10px; } }
    body.home section.featured-articles .slick-dots li a {
      display: block;
      width: 100%;
      height: 100%; }
      body.home section.featured-articles .slick-dots li a img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }

body.home section.main {
  border-top: 5px solid #C02607; }

body.home section.quick-hits {
  border-bottom: none; }

body.single-post article section.header .titles,
body.category-quick-hits article section.header .titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.single-post article section.header .titles .quick-hit-date,
  body.category-quick-hits article section.header .titles .quick-hit-date {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

body.single-post article section.header .tagline,
body.category-quick-hits article section.header .tagline {
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    body.single-post article section.header .tagline,
    body.category-quick-hits article section.header .tagline {
      padding-bottom: 25px; } }
  body.single-post article section.header .tagline h4,
  body.category-quick-hits article section.header .tagline h4 {
    color: #C02607;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875em; }

body.single-post article section.header .title + .byline,
body.category-quick-hits article section.header .title + .byline {
  padding-top: 25px; }

body.single-post article section.header .dek,
body.category-quick-hits article section.header .dek {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 0; }
  body.single-post article section.header .dek p,
  body.category-quick-hits article section.header .dek p {
    font-style: italic;
    font-size: 1.125em;
    line-height: 1.5em;
    color: #858585; }
    @media screen and (min-width: 568px) {
      body.single-post article section.header .dek p,
      body.category-quick-hits article section.header .dek p {
        font-size: 1.375em; } }

body.single-post article section.header .byline,
body.category-quick-hits article section.header .byline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1em;
  padding-bottom: 25px; }
  @media screen and (min-width: 768px) {
    body.single-post article section.header .byline,
    body.category-quick-hits article section.header .byline {
      font-size: 1.125em; } }
  body.single-post article section.header .byline .authors,
  body.category-quick-hits article section.header .byline .authors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      body.single-post article section.header .byline .authors,
      body.category-quick-hits article section.header .byline .authors {
        width: auto;
        padding-bottom: 0; }
        body.single-post article section.header .byline .authors:after,
        body.category-quick-hits article section.header .byline .authors:after {
          content: '·';
          padding: 0 10px; } }
    body.single-post article section.header .byline .authors .by,
    body.category-quick-hits article section.header .byline .authors .by {
      padding-right: 5px; }
    body.single-post article section.header .byline .authors .author,
    body.category-quick-hits article section.header .byline .authors .author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto; }
      body.single-post article section.header .byline .authors .author:before,
      body.category-quick-hits article section.header .byline .authors .author:before {
        content: ", ";
        margin-right: 6px; }
      body.single-post article section.header .byline .authors .author:first-of-type:before,
      body.category-quick-hits article section.header .byline .authors .author:first-of-type:before {
        content: "";
        margin-right: 0; }
      body.single-post article section.header .byline .authors .author a,
      body.category-quick-hits article section.header .byline .authors .author a {
        border-bottom: 2px solid #C02607; }

body.single-post article section.header .share,
body.category-quick-hits article section.header .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px; }
  @media screen and (min-width: 1024px) {
    body.single-post article section.header .share,
    body.category-quick-hits article section.header .share {
      padding-bottom: 20px; } }
  body.single-post article section.header .share span.label,
  body.category-quick-hits article section.header .share span.label {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  body.single-post article section.header .share .link,
  body.category-quick-hits article section.header .share .link {
    padding-left: 10px; }
    body.single-post article section.header .share .link a,
    body.category-quick-hits article section.header .share .link a {
      width: 36px;
      height: 36px;
      border: 2px solid #C02607;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body.single-post article section.header .share .link a:hover,
      body.category-quick-hits article section.header .share .link a:hover {
        background: #C02607; }

body.single-post article section.header .dateline,
body.category-quick-hits article section.header .dateline {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px); }
  @media screen and (min-width: 568px) {
    body.single-post article section.header .dateline,
    body.category-quick-hits article section.header .dateline {
      -webkit-transform: translateX(-25px);
          -ms-transform: translateX(-25px);
              transform: translateX(-25px); } }
  @media screen and (min-width: 1024px) {
    body.single-post article section.header .dateline,
    body.category-quick-hits article section.header .dateline {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  body.single-post article section.header .dateline h5,
  body.category-quick-hits article section.header .dateline h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    color: #858585; }
    @media screen and (min-width: 568px) {
      body.single-post article section.header .dateline h5,
      body.category-quick-hits article section.header .dateline h5 {
        font-size: 1.125em; } }

body.single-post article section.body,
body.category-quick-hits article section.body {
  padding-bottom: 50px; }
  body.single-post article section.body .wrapper,
  body.category-quick-hits article section.body .wrapper {
    max-width: 90%;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      body.single-post article section.body .wrapper,
      body.category-quick-hits article section.body .wrapper {
        max-width: 800px; } }
  body.single-post article section.body img,
  body.category-quick-hits article section.body img {
    width: auto !important;
    height: auto !important;
    margin-bottom: 40px; }
  body.single-post article section.body .twitter-tweet,
  body.category-quick-hits article section.body .twitter-tweet {
    width: 100% !important; }
  body.single-post article section.body .wp-block-embed,
  body.category-quick-hits article section.body .wp-block-embed {
    margin-bottom: 40px; }
    body.single-post article section.body .wp-block-embed .fb_iframe_widget,
    body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget {
      width: 100%; }
      body.single-post article section.body .wp-block-embed .fb_iframe_widget > span,
      body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget > span {
        width: 100% !important;
        height: auto !important; }
      body.single-post article section.body .wp-block-embed .fb_iframe_widget iframe,
      body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget iframe {
        width: 100% !important; }
  body.single-post article section.body .wp-block-image,
  body.category-quick-hits article section.body .wp-block-image {
    margin-bottom: 40px; }
    body.single-post article section.body .wp-block-image img,
    body.category-quick-hits article section.body .wp-block-image img {
      margin-bottom: 0; }
    body.single-post article section.body .wp-block-image figcaption,
    body.category-quick-hits article section.body .wp-block-image figcaption {
      color: #858585;
      text-align: left;
      margin: 15px 0 0 0;
      font-size: 0.9375em;
      line-height: 1.5em;
      font-style: italic; }
  body.single-post article section.body .wp-caption,
  body.category-quick-hits article section.body .wp-caption {
    width: 100% !important; }

body.single-post article section.footer .footer-wrapper,
body.category-quick-hits article section.footer .footer-wrapper {
  max-width: 90%;
  padding-top: 50px;
  border-top: 1px solid #eee;
  padding-bottom: 50px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    body.single-post article section.footer .footer-wrapper,
    body.category-quick-hits article section.footer .footer-wrapper {
      max-width: 800px;
      padding-bottom: 100px; } }

body.single-post article section.footer .section-header,
body.category-quick-hits article section.footer .section-header {
  padding-bottom: 40px; }
  body.single-post article section.footer .section-header h2:after,
  body.category-quick-hits article section.footer .section-header h2:after {
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #C02607;
    margin-top: 10px; }

body.single-post article section.footer .posts,
body.category-quick-hits article section.footer .posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px 20px; }
  @media screen and (min-width: 568px) {
    body.single-post article section.footer .posts,
    body.category-quick-hits article section.footer .posts {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 768px) {
    body.single-post article section.footer .posts,
    body.category-quick-hits article section.footer .posts {
      grid-template-columns: 1fr 1fr 1fr; } }
  body.single-post article section.footer .posts article .photo,
  body.category-quick-hits article section.footer .posts article .photo {
    position: relative; }
    body.single-post article section.footer .posts article .photo:before,
    body.category-quick-hits article section.footer .posts article .photo:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    body.single-post article section.footer .posts article .photo > .content,
    body.category-quick-hits article section.footer .posts article .photo > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body.single-post article section.footer .posts article .photo a,
    body.category-quick-hits article section.footer .posts article .photo a {
      display: block;
      width: 100%;
      height: 100%; }
    body.single-post article section.footer .posts article .photo img,
    body.category-quick-hits article section.footer .posts article .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top; }
  body.single-post article section.footer .posts article .info,
  body.category-quick-hits article section.footer .posts article .info {
    padding-top: 10px; }
    body.single-post article section.footer .posts article .info .tagline,
    body.category-quick-hits article section.footer .posts article .info .tagline {
      padding-bottom: 10px; }
      body.single-post article section.footer .posts article .info .tagline h4,
      body.category-quick-hits article section.footer .posts article .info .tagline h4 {
        font-family: proxima-nova, sans-serif;
        color: #C02607;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.75em;
        letter-spacing: 0.05em; }
    body.single-post article section.footer .posts article .info .headline h3,
    body.category-quick-hits article section.footer .posts article .info .headline h3 {
      font-size: 1.25em;
      line-height: 1.125em; }
      body.single-post article section.footer .posts article .info .headline h3:hover,
      body.category-quick-hits article section.footer .posts article .info .headline h3:hover {
        text-decoration: underline; }

body.single-post article.feature section.featured-image,
body.category-quick-hits article.feature section.featured-image {
  position: relative;
  max-height: 90vh; }
  body.single-post article.feature section.featured-image:before,
  body.category-quick-hits article.feature section.featured-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  body.single-post article.feature section.featured-image > .content,
  body.category-quick-hits article.feature section.featured-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 768px) {
    body.single-post article.feature section.featured-image,
    body.category-quick-hits article.feature section.featured-image {
      position: relative; }
      body.single-post article.feature section.featured-image:before,
      body.category-quick-hits article.feature section.featured-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      body.single-post article.feature section.featured-image > .content,
      body.category-quick-hits article.feature section.featured-image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  body.single-post article.feature section.featured-image .content:before,
  body.category-quick-hits article.feature section.featured-image .content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -o-linear-gradient(115deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%); }
  body.single-post article.feature section.featured-image img,
  body.category-quick-hits article.feature section.featured-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(0.6);
            filter: saturate(0.6);
    z-index: 1;
    position: relative; }
  body.single-post article.feature section.featured-image .credit,
  body.category-quick-hits article.feature section.featured-image .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
    @media screen and (min-width: 568px) {
      body.single-post article.feature section.featured-image .credit,
      body.category-quick-hits article.feature section.featured-image .credit {
        bottom: 10vh;
        right: 5%; } }
    @media screen and (min-width: 1280px) {
      body.single-post article.feature section.featured-image .credit,
      body.category-quick-hits article.feature section.featured-image .credit {
        right: calc(50% - 500px); } }

body.single-post article.feature section.header,
body.category-quick-hits article.feature section.header {
  max-width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    body.single-post article.feature section.header,
    body.category-quick-hits article.feature section.header {
      max-width: 1000px; } }
  body.single-post article.feature section.header .header-wrapper,
  body.category-quick-hits article.feature section.header .header-wrapper {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 25px 30px;
    z-index: 3; }
    @media screen and (min-width: 568px) {
      body.single-post article.feature section.header .header-wrapper,
      body.category-quick-hits article.feature section.header .header-wrapper {
        padding: 35px 25px;
        margin-top: -10vh; } }
    @media screen and (min-width: 1280px) {
      body.single-post article.feature section.header .header-wrapper,
      body.category-quick-hits article.feature section.header .header-wrapper {
        padding: 40px 50px 50px 50px; } }

body.single-post article.feature section.body,
body.category-quick-hits article.feature section.body {
  padding-bottom: 50px;
  max-width: 90%;
  padding: 0;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    body.single-post article.feature section.body,
    body.category-quick-hits article.feature section.body {
      max-width: 800px;
      padding-bottom: 50px; } }
  body.single-post article.feature section.body > p:first-child:first-letter,
  body.category-quick-hits article.feature section.body > p:first-child:first-letter {
    color: #333;
    font-weight: bold;
    display: block;
    border: 4px solid #333;
    float: left;
    font-size: 2.25em;
    line-height: 1em;
    padding: 5px 8px 5px 8px;
    margin: 4px 10px 0 0; }
    @media screen and (min-width: 1280px) {
      body.single-post article.feature section.body > p:first-child:first-letter,
      body.category-quick-hits article.feature section.body > p:first-child:first-letter {
        padding: 10px 12px 8px 12px;
        margin: 5px 12px 0 0; } }

body.single-post article.quick-hit,
body.category-quick-hits article.quick-hit {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding: 50px 25px 20px 25px;
  border-bottom: 1px solid #eee; }
  body.single-post article.quick-hit section.header,
  body.single-post article.quick-hit section.body,
  body.category-quick-hits article.quick-hit section.header,
  body.category-quick-hits article.quick-hit section.body {
    max-width: 770px;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    body.single-post article.quick-hit,
    body.category-quick-hits article.quick-hit {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding: 75px 50px;
      max-width: 820px;
      margin-right: auto;
      margin-left: 0; } }
  @media screen and (min-width: 1280px) {
    body.single-post article.quick-hit,
    body.category-quick-hits article.quick-hit {
      margin-left: 75px; } }
  body.single-post article.quick-hit section.header .share,
  body.category-quick-hits article.quick-hit section.header .share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 40px; }
  body.single-post article.quick-hit section.header .dek,
  body.category-quick-hits article.quick-hit section.header .dek {
    text-align: left;
    max-width: 100%;
    padding-bottom: 0; }
    body.single-post article.quick-hit section.header .dek + .byline,
    body.category-quick-hits article.quick-hit section.header .dek + .byline {
      padding-top: 30px; }
  body.single-post article.quick-hit section.header .quick-hit-photo .credit,
  body.category-quick-hits article.quick-hit section.header .quick-hit-photo .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
  body.single-post article.quick-hit section.header .quick-hit-photo .caption,
  body.category-quick-hits article.quick-hit section.header .quick-hit-photo .caption {
    margin: 15px 0 0 0; }
    body.single-post article.quick-hit section.header .quick-hit-photo .caption p,
    body.category-quick-hits article.quick-hit section.header .quick-hit-photo .caption p {
      color: #858585;
      text-align: left;
      font-size: 0.9375em;
      line-height: 1.5em;
      font-style: italic; }
  body.single-post article.quick-hit section.header .quick-hit-date,
  body.category-quick-hits article.quick-hit section.header .quick-hit-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1em;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      body.single-post article.quick-hit section.header .quick-hit-date,
      body.category-quick-hits article.quick-hit section.header .quick-hit-date {
        font-size: 1.125em; } }
    body.single-post article.quick-hit section.header .quick-hit-date .tagline,
    body.category-quick-hits article.quick-hit section.header .quick-hit-date .tagline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 10px; }
      @media screen and (min-width: 768px) {
        body.single-post article.quick-hit section.header .quick-hit-date .tagline,
        body.category-quick-hits article.quick-hit section.header .quick-hit-date .tagline {
          padding-bottom: 0; } }
    body.single-post article.quick-hit section.header .quick-hit-date .date,
    body.category-quick-hits article.quick-hit section.header .quick-hit-date .date {
      width: 100%; }
      @media screen and (min-width: 768px) {
        body.single-post article.quick-hit section.header .quick-hit-date .date,
        body.category-quick-hits article.quick-hit section.header .quick-hit-date .date {
          width: auto;
          padding-top: 0; } }
  body.single-post article.quick-hit section.header .quick-hit-photo,
  body.category-quick-hits article.quick-hit section.header .quick-hit-photo {
    padding: 30px 0 30px 0; }
  body.single-post article.quick-hit section.header .byline,
  body.category-quick-hits article.quick-hit section.header .byline {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 40px 0; }
    body.single-post article.quick-hit section.header .byline .authors,
    body.category-quick-hits article.quick-hit section.header .byline .authors {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: auto; }
      body.single-post article.quick-hit section.header .byline .authors:after,
      body.category-quick-hits article.quick-hit section.header .byline .authors:after {
        display: none; }
    body.single-post article.quick-hit section.header .byline .date,
    body.category-quick-hits article.quick-hit section.header .byline .date {
      width: auto;
      padding: 0; }
    body.single-post article.quick-hit section.header .byline .authors + .date:before,
    body.category-quick-hits article.quick-hit section.header .byline .authors + .date:before {
      content: '·';
      padding: 0 10px; }
  body.single-post article.quick-hit section.header .title + .byline,
  body.category-quick-hits article.quick-hit section.header .title + .byline {
    padding-top: 20px; }
  body.single-post article.quick-hit section.header .dateline,
  body.category-quick-hits article.quick-hit section.header .dateline {
    padding-bottom: 20px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  body.single-post article.quick-hit section.header .header-wrapper .title:last-child,
  body.category-quick-hits article.quick-hit section.header .header-wrapper .title:last-child {
    padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      body.single-post article.quick-hit section.header .header-wrapper .title:last-child,
      body.category-quick-hits article.quick-hit section.header .header-wrapper .title:last-child {
        padding-bottom: 80px; } }
  body.single-post article.quick-hit section.body,
  body.category-quick-hits article.quick-hit section.body {
    padding-bottom: 0; }

body.category-quick-hits section.main {
  padding-bottom: 0 !important; }

body.category-quick-hits section.article-teasers {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 50px);
  margin: 0 auto 0 auto; }
  @media screen and (min-width: 768px) {
    body.category-quick-hits section.article-teasers {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 50px;
      margin: 0 25px; } }
  body.category-quick-hits section.article-teasers .section-header {
    padding: 30px 0 0 0;
    text-align: center; }
    body.category-quick-hits section.article-teasers .section-header.mobile {
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        body.category-quick-hits section.article-teasers .section-header.mobile {
          display: none; } }
    body.category-quick-hits section.article-teasers .section-header h2 {
      font-weight: bold;
      font-size: 1.5em; }
      body.category-quick-hits section.article-teasers .section-header h2 a {
        border-bottom: 2px solid #C02607;
        padding-bottom: 3px;
        display: inline-block; }
  body.category-quick-hits section.article-teasers .alm-reveal + .alm-reveal {
    margin-top: 50px; }
  body.category-quick-hits section.article-teasers article.quick-hit {
    border: 1px solid #eee;
    border-top: 3px solid #C02607;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    padding: 35px 25px 25px 25px; }
    @media screen and (min-width: 768px) {
      body.category-quick-hits section.article-teasers article.quick-hit {
        padding: 50px 50px 25px 50px; } }
    body.category-quick-hits section.article-teasers article.quick-hit + article.quick-hit {
      margin-top: 50px; }
    body.category-quick-hits section.article-teasers article.quick-hit section.header .quick-hit-date {
      font-size: 1em;
      padding-bottom: 10px; }
    body.category-quick-hits section.article-teasers article.quick-hit section.header .x-large-title {
      font-size: 1.5em; }
      @media screen and (min-width: 768px) {
        body.category-quick-hits section.article-teasers article.quick-hit section.header .x-large-title {
          font-size: 1.5em; } }
      @media screen and (min-width: 1024px) {
        body.category-quick-hits section.article-teasers article.quick-hit section.header .x-large-title {
          font-size: 1.75em; } }
      body.category-quick-hits section.article-teasers article.quick-hit section.header .x-large-title a:hover {
        text-decoration: underline; }
    body.category-quick-hits section.article-teasers article.quick-hit section.header .quick-hit-photo {
      padding: 20px 0; }
      body.category-quick-hits section.article-teasers article.quick-hit section.header .quick-hit-photo .caption {
        margin-top: 10px; }
    body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 {
      line-height: 1.75em;
      font-size: 1.125em; }
      body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 .show-more-wrapper {
        overflow: hidden;
        height: 12em; }
      body.category-quick-hits section.article-teasers article.quick-hit section.body.p2.expanded .show-more-wrapper {
        height: auto;
        padding-bottom: 25px; }
      body.category-quick-hits section.article-teasers article.quick-hit section.body.p2.expanded .subscribe-btn {
        display: none; }
      body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 .show-more-btn {
        padding: 40px 0 25px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 .show-more-btn .subscribe-btn {
          border-bottom: none;
          line-height: 1em; }
          @media screen and (min-width: 768px) {
            body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 .show-more-btn .subscribe-btn {
              font-size: 0.875em;
              padding: 13px 20px 10px 20px; } }
      body.category-quick-hits section.article-teasers article.quick-hit section.body.p2 p + p {
        padding-top: 25px; }
    body.category-quick-hits section.article-teasers article.quick-hit section.footer {
      padding-top: 25px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      body.category-quick-hits section.article-teasers article.quick-hit section.footer .date span {
        display: block;
        color: #ccc;
        font-family: proxima-nova, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 0.05em; }
      body.category-quick-hits section.article-teasers article.quick-hit section.footer .share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        body.category-quick-hits section.article-teasers article.quick-hit section.footer .share span.label {
          display: none; }
        body.category-quick-hits section.article-teasers article.quick-hit section.footer .share .link + .link {
          margin-left: 10px; }
        body.category-quick-hits section.article-teasers article.quick-hit section.footer .share .link a {
          width: 28px;
          height: 28px;
          border: 2px solid #C02607;
          border-radius: 50%;
          padding: 5px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          body.category-quick-hits section.article-teasers article.quick-hit section.footer .share .link a:hover {
            background: #C02607; }

body.category-quick-hits section.quick-hits {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: none; }
  @media screen and (min-width: 768px) {
    body.category-quick-hits section.quick-hits {
      display: block;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      max-width: 360px;
      border-right: 1px solid #eee;
      border-bottom: none; } }

body.category-quick-hits nav.pagination {
  max-width: 850px;
  padding-bottom: 50px; }

body.single-post section.subscribe {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0; }
  @media screen and (min-width: 568px) {
    body.single-post section.subscribe {
      padding: 10px 0 0 0; } }
  body.single-post section.subscribe .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 640px;
    text-align: center; }
    body.single-post section.subscribe .wrapper > * {
      width: 100%; }
    @media screen and (min-width: 568px) {
      body.single-post section.subscribe .wrapper > * {
        width: calc(50% - 10px);
        text-align: left; } }
  body.single-post section.subscribe .photo {
    display: none; }
    @media screen and (min-width: 568px) {
      body.single-post section.subscribe .photo {
        display: block; } }
    body.single-post section.subscribe .photo img {
      margin: 0 auto; }
  body.single-post section.subscribe .info {
    padding-bottom: 20px; }
    body.single-post section.subscribe .info .headline h3 {
      font-size: 1.5em;
      line-height: 1.25em; }
    body.single-post section.subscribe .info .cta {
      padding-top: 20px; }
      body.single-post section.subscribe .info .cta .subscribe-btn {
        font-size: 1em;
        background: #fff;
        border: 2px solid #C02607;
        color: #2a2a2a;
        display: inline-block; }
        body.single-post section.subscribe .info .cta .subscribe-btn:hover {
          background: #C02607;
          color: #fff; }

body.single-post .recent-dropdown {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.single-post .recent-dropdown-wrapper {
    width: auto;
    display: inline-block; }
  body.single-post .recent-dropdown-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  body.single-post .recent-dropdown .dropdown-header {
    padding: 5px 15px 0 0; }
    body.single-post .recent-dropdown .dropdown-header span {
      display: block;
      font-size: 0.8125em;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      font-family: proxima-nova, sans-serif;
      font-weight: bold; }
  body.single-post .recent-dropdown .combo-box select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 7px 30px 5px 10px;
    width: 100%;
    max-width: 320px;
    display: block;
    -webkit-box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.05);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiNjMDI2MDciIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiNjMDI2MDciIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), -o-linear-gradient(top, #ffffff 0%, #eee 100%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiNjMDI2MDciIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 51%, 0 0;
    background-size: .65em auto, 100%; }

body.single-post article.newsletter {
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  border: none;
  display: block; }
  body.single-post article.newsletter section.header .title {
    text-align: center; }
    body.single-post article.newsletter section.header .title h2.post-type {
      color: #333;
      font-size: 2em; }
      @media screen and (min-width: 768px) {
        body.single-post article.newsletter section.header .title h2.post-type {
          font-size: 3em; } }
      body.single-post article.newsletter section.header .title h2.post-type:after {
        display: block;
        content: '';
        width: 40px;
        height: 4px;
        background: #C02607;
        margin: 15px auto 0 auto; }
    body.single-post article.newsletter section.header .title h1.large-title {
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.2em;
      color: #333; }
      @media screen and (min-width: 568px) {
        body.single-post article.newsletter section.header .title h1.large-title {
          font-size: 2em; } }
  body.single-post article.newsletter section.header .date {
    text-align: center;
    padding-top: 25px; }
    body.single-post article.newsletter section.header .date span {
      display: block;
      font-size: 1.25em; }
  body.single-post article.newsletter section.header .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0 25px 0; }
  body.single-post article.newsletter .wp-block-group + .wp-block-group {
    padding-top: 50px; }
  body.single-post article.newsletter .wp-block-group h2 {
    text-align: center;
    padding-bottom: 25px; }
    body.single-post article.newsletter .wp-block-group h2:after {
      display: block;
      content: '';
      width: 40px;
      height: 4px;
      background: #C02607;
      margin: 15px auto 0 auto; }
    @media screen and (min-width: 768px) {
      body.single-post article.newsletter .wp-block-group h2 {
        font-size: 2rem; } }
  body.single-post article.newsletter .wp-block-group h4 {
    text-transform: uppercase;
    color: #C02607;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.875em; }
    body.single-post article.newsletter .wp-block-group h4 + h3 {
      padding-top: 10px; }
  body.single-post article.newsletter .wp-block-group h3 {
    font-size: 1.5em;
    line-height: 1.25em;
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      body.single-post article.newsletter .wp-block-group h3 {
        font-size: 1.75em; } }

body.single-post section.newsletter-archive {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 50px 0;
  background: #fafafa;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    body.single-post section.newsletter-archive {
      padding: 100px 0; } }
  body.single-post section.newsletter-archive .wrapper {
    max-width: 960px; }
  body.single-post section.newsletter-archive .section-header {
    text-align: center;
    padding-bottom: 50px; }
    body.single-post section.newsletter-archive .section-header h2 {
      font-size: 1.5em;
      line-height: 1.25em; }
      @media screen and (min-width: 768px) {
        body.single-post section.newsletter-archive .section-header h2 {
          font-size: 2em; } }
      body.single-post section.newsletter-archive .section-header h2:after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #C02607;
        margin: 20px auto 0 auto; }
  body.single-post section.newsletter-archive .recent {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 568px) {
      body.single-post section.newsletter-archive .recent {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 768px) {
      body.single-post section.newsletter-archive .recent {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px 25px; } }
    @media screen and (min-width: 1024px) {
      body.single-post section.newsletter-archive .recent {
        grid-gap: 50px; } }
    body.single-post section.newsletter-archive .recent .archive-post {
      max-width: 360px;
      margin: 0 auto; }
      body.single-post section.newsletter-archive .recent .archive-post .timestamp {
        text-align: center;
        padding-bottom: 10px; }
        body.single-post section.newsletter-archive .recent .archive-post .timestamp span {
          font-weight: bold; }
          body.single-post section.newsletter-archive .recent .archive-post .timestamp span.day {
            font-size: 1.5em;
            padding-bottom: 5px; }
          body.single-post section.newsletter-archive .recent .archive-post .timestamp span.date {
            color: #C02607;
            font-size: 1.375em; }
      body.single-post section.newsletter-archive .recent .archive-post .photo {
        position: relative; }
        body.single-post section.newsletter-archive .recent .archive-post .photo:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        body.single-post section.newsletter-archive .recent .archive-post .photo > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        body.single-post section.newsletter-archive .recent .archive-post .photo a {
          display: block;
          width: 100%;
          height: 100%; }
          body.single-post section.newsletter-archive .recent .archive-post .photo a img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; }
      body.single-post section.newsletter-archive .recent .archive-post .headline {
        padding: 20px 0 0 0; }
        @media screen and (min-width: 1024px) {
          body.single-post section.newsletter-archive .recent .archive-post .headline {
            padding: 20px 10px 0 10px; } }
        body.single-post section.newsletter-archive .recent .archive-post .headline h3 {
          font-weight: 400;
          font-size: 1em;
          line-height: 1.375em; }
          body.single-post section.newsletter-archive .recent .archive-post .headline h3 a:hover {
            text-decoration: underline; }
  body.single-post section.newsletter-archive .archive {
    padding-top: 50px;
    font-family: proxima-nova, sans-serif; }
  body.single-post section.newsletter-archive .year {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px 50px; }
    body.single-post section.newsletter-archive .year + .year {
      padding-top: 100px; }
    @media screen and (min-width: 568px) {
      body.single-post section.newsletter-archive .year {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1024px) {
      body.single-post section.newsletter-archive .year {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px 100px; } }
  body.single-post section.newsletter-archive .year-caption {
    padding: 50px 0 25px 0;
    text-align: center; }
    body.single-post section.newsletter-archive .year-caption .yearName {
      font-size: 1.75em;
      font-family: "Tiempos Headline", serif;
      font-weight: bold;
      display: block; }
  body.single-post section.newsletter-archive .monthName {
    font-size: 1em;
    font-family: "Tiempos Headline", serif;
    display: block;
    padding-bottom: 10px;
    font-weight: bold; }
  body.single-post section.newsletter-archive .calendar {
    text-align: center; }
    body.single-post section.newsletter-archive .calendar td, body.single-post section.newsletter-archive .calendar th {
      padding: 5px; }
    body.single-post section.newsletter-archive .calendar th {
      font-size: 0.75em; }
    body.single-post section.newsletter-archive .calendar td {
      text-align: center; }
      body.single-post section.newsletter-archive .calendar td a, body.single-post section.newsletter-archive .calendar td span {
        display: block;
        padding: 5px;
        font-size: 0.75em;
        margin: 0 auto;
        text-align: center; }
      body.single-post section.newsletter-archive .calendar td a {
        color: #C02607;
        font-weight: bold; }
        body.single-post section.newsletter-archive .calendar td a:hover {
          text-decoration: underline; }
      body.single-post section.newsletter-archive .calendar td span {
        opacity: 0.25; }

body.category section.page-header {
  padding: 50px 0 50px 0;
  text-align: center; }
  body.category section.page-header h1 {
    border-bottom: 3px solid #C02607;
    display: inline-block; }

body.category section.main {
  padding: 0 0 100px 0; }
  body.category section.main .wrapper {
    max-width: 840px; }

@media screen and (min-width: 568px) {
  body.category section.posts {
    display: grid;
    grid-gap: 50px 20px;
    grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 768px) {
  body.category section.posts {
    grid-template-columns: 1fr 1fr 1fr; } }

body.category section.posts article {
  padding-bottom: 50px; }
  @media screen and (min-width: 568px) {
    body.category section.posts article {
      padding-bottom: 0; } }
  body.category section.posts article .photo {
    position: relative; }
    body.category section.posts article .photo:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    body.category section.posts article .photo > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    body.category section.posts article .photo a {
      display: block;
      width: 100%;
      height: 100%; }
    body.category section.posts article .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top; }
  body.category section.posts article .info {
    padding-top: 20px; }
    body.category section.posts article .info .meta {
      padding-bottom: 10px; }
      body.category section.posts article .info .meta span.date {
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-family: proxima-nova, sans-serif;
        color: #C02607;
        font-size: 0.8125em;
        font-weight: bold; }
    body.category section.posts article .info .headline h3 {
      font-size: 1.125em;
      line-height: 1.125em; }
      body.category section.posts article .info .headline h3 a {
        border-bottom: 2px solid transparent; }
        body.category section.posts article .info .headline h3 a:hover {
          border-bottom: 2px solid #C02607; }
  body.category section.posts article.post-1 .copy {
    padding-top: 10px; }
  @media screen and (min-width: 568px) {
    body.category section.posts article.post-1 {
      grid-column-start: 1;
      grid-column-end: 3;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 50px;
      margin-bottom: 50px; }
      body.category section.posts article.post-1 .photo {
        position: relative; }
        body.category section.posts article.post-1 .photo:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        body.category section.posts article.post-1 .photo > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      body.category section.posts article.post-1 .info .headline {
        max-width: 640px; }
        body.category section.posts article.post-1 .info .headline h3 {
          font-size: 1.75em; }
      body.category section.posts article.post-1 .info .copy {
        max-width: 720px; }
        body.category section.posts article.post-1 .info .copy p {
          font-size: 1.25em;
          line-height: 1.25em; } }
  @media screen and (min-width: 768px) {
    body.category section.posts article.post-1 {
      grid-column-end: 4; } }

body.search-results section.page-header {
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    body.search-results section.page-header {
      padding-top: 100px; } }
  body.search-results section.page-header .wrapper {
    max-width: 640px; }

body.search-results section.results {
  padding: 50px 0 100px 0;
  min-height: 60vh; }
  body.search-results section.results .wrapper {
    max-width: 640px; }
  body.search-results section.results article.quick-hit-preview a {
    padding: 20px 0; }

body.single-authors section.page-header {
  padding-top: 50px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    body.single-authors section.page-header {
      padding-top: 75px; } }
  body.single-authors section.page-header .wrapper {
    max-width: 840px; }
  body.single-authors section.page-header .photo {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 25px; }
    body.single-authors section.page-header .photo img {
      border-radius: 50%; }
  body.single-authors section.page-header .headline h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    body.single-authors section.page-header .headline h1 a.twitter,
    body.single-authors section.page-header .headline h1 a.email {
      width: 24px;
      height: 24px;
      display: block;
      margin-left: 20px; }
    body.single-authors section.page-header .headline h1 a.email {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
  body.single-authors section.page-header .headline h3 {
    font-weight: normal;
    font-style: italic;
    color: #858585;
    padding-top: 10px; }
  body.single-authors section.page-header .copy {
    padding-top: 25px; }

body.single-authors section.results {
  padding: 100px 0;
  min-height: 60vh; }
  body.single-authors section.results.no-results {
    min-height: 0;
    padding: 0 0 100px 0; }
    @media screen and (min-width: 768px) {
      body.single-authors section.results.no-results {
        min-height: 40vh; } }
  body.single-authors section.results .wrapper {
    max-width: 640px; }
  body.single-authors section.results .section-header {
    text-align: center;
    padding-bottom: 25px; }
    body.single-authors section.results .section-header h2 {
      display: inline-block;
      padding-bottom: 2px;
      border-bottom: 2px solid #C02607; }
  body.single-authors section.results article.quick-hit-preview a {
    padding: 20px 0; }

body.archive.author section.main {
  min-height: 50vh; }
  @media screen and (min-width: 768px) {
    body.archive.author section.main {
      min-height: 60vh; } }

body.page-template-about section.page-header {
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    body.page-template-about section.page-header {
      padding-top: 75px; } }
  body.page-template-about section.page-header .wrapper {
    max-width: 960px; }

body.page-template-about section.main {
  padding-bottom: 100px; }
  body.page-template-about section.main .wrapper {
    max-width: 960px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body.page-template-about section.main section.content {
    width: 100%;
    padding-bottom: 50px; }
    @media screen and (min-width: 768px) {
      body.page-template-about section.main section.content {
        width: calc(66.6666% - 25px);
        padding-bottom: 0; } }
  body.page-template-about section.main section.masthead {
    width: 100%;
    padding: 50px;
    background: #fafafa; }
    @media screen and (min-width: 768px) {
      body.page-template-about section.main section.masthead {
        width: calc(33.3333% - 25px); } }
    body.page-template-about section.main section.masthead .section-header {
      text-align: center;
      padding-bottom: 30px; }
      body.page-template-about section.main section.masthead .section-header h3 {
        font-size: 1.75em;
        display: inline-block;
        border-bottom: 2px solid #C02607; }
    body.page-template-about section.main section.masthead .position {
      text-align: center; }
      body.page-template-about section.main section.masthead .position a {
        display: block; }
      body.page-template-about section.main section.masthead .position span.name {
        display: block;
        font-weight: bold;
        padding-bottom: 5px; }
      body.page-template-about section.main section.masthead .position span.title {
        display: block;
        font-family: proxima-nova, sans-serif;
        font-size: 0.875em;
        color: #858585; }
      body.page-template-about section.main section.masthead .position + .position {
        padding-top: 30px; }

body.page-template-about section.jobs {
  background: #fafafa;
  padding: 100px 0 150px 0; }
  body.page-template-about section.jobs .wrapper {
    max-width: 720px; }
  body.page-template-about section.jobs .section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 0; }
    body.page-template-about section.jobs .section-header h3 {
      font-size: 1.75em;
      display: inline-block;
      border-bottom: 2px solid #C02607; }
    body.page-template-about section.jobs .section-header .copy {
      padding-top: 30px; }
  body.page-template-about section.jobs .job-listings {
    padding-top: 75px; }
  body.page-template-about section.jobs article.job + article.job {
    margin-top: 50px;
    border-top: 2px solid #C02607;
    padding-top: 50px; }
  body.page-template-about section.jobs article.job .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    padding-bottom: 15px; }
    body.page-template-about section.jobs article.job .meta * + * {
      padding-left: 25px; }
    body.page-template-about section.jobs article.job .meta span {
      font-weight: 500;
      color: #333;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 24px; }
    body.page-template-about section.jobs article.job .meta .category span {
      background-image: url("images/category-icon-red.svg");
      background-size: 16px 16px; }
    body.page-template-about section.jobs article.job .meta .location span {
      background-image: url("images/location-icon-red.svg");
      background-size: 16px 16px;
      padding-left: 22px; }
  body.page-template-about section.jobs article.job .headline h4 {
    font-size: 1.5rem; }
    body.page-template-about section.jobs article.job .headline h4 a {
      display: inline-block;
      border-bottom: 2px solid transparent; }
      body.page-template-about section.jobs article.job .headline h4 a:hover {
        border-color: #C02607; }
  body.page-template-about section.jobs article.job .copy {
    padding-top: 10px; }
    body.page-template-about section.jobs article.job .copy p {
      font-family: proxima-nova, sans-serif;
      font-size: 0.9375rem;
      line-height: 1.5em; }
  body.page-template-about section.jobs article.job .read-more {
    padding-top: 15px; }
    body.page-template-about section.jobs article.job .read-more a {
      color: #C02607;
      text-decoration: none;
      font-size: 0.8125rem;
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 500;
      display: inline-block;
      border-bottom: 2px solid transparent; }
      body.page-template-about section.jobs article.job .read-more a:hover {
        border-color: #C02607; }
  body.page-template-about section.jobs .no-jobs article.job .headline {
    text-align: center; }

body.page-template-contact section.page-header {
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    body.page-template-contact section.page-header {
      padding-top: 75px; } }
  body.page-template-contact section.page-header .wrapper {
    max-width: 960px; }

body.page-template-contact section.main {
  padding-bottom: 100px;
  min-height: 50vh; }
  body.page-template-contact section.main .wrapper {
    max-width: 960px;
    width: 100%; }
  body.page-template-contact section.main section.content {
    width: 100%;
    padding-bottom: 50px; }
    @media screen and (min-width: 768px) {
      body.page-template-contact section.main section.content {
        width: calc(66.6666% - 25px);
        padding-bottom: 0;
        margin-right: auto; } }

@media screen and (min-width: 1024px) {
  body.page-template-subscribe section.subscribe .info {
    width: 50%;
    padding: 50px 0 0 0; } }

@media screen and (min-width: 1024px) {
  body.page-template-subscribe section.subscribe .preview {
    width: 50%; } }

body.page-template-referrals div.wpforms-container-full .wpforms-form .wpforms-field,
body.page-template-referrals div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0; }

body.page-template-referrals form.wpforms-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  body.page-template-referrals form.wpforms-form *:focus,
  body.page-template-referrals form.wpforms-form *:active {
    outline: none; }
  body.page-template-referrals form.wpforms-form .wpforms-field-container {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      body.page-template-referrals form.wpforms-form .wpforms-field-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 10px;
        margin-bottom: 0; } }
    body.page-template-referrals form.wpforms-form .wpforms-field-container input[type="email"] {
      padding: 10px;
      font-family: proxima-nova, sans-serif;
      border: 1px solid #d9d9d9;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      margin-top: 0; }
      @media screen and (min-width: 1024px) {
        body.page-template-referrals form.wpforms-form .wpforms-field-container input[type="email"] {
          padding: 11px 10px; } }
  body.page-template-referrals form.wpforms-form label.wpforms-error {
    color: #C02607;
    font-family: proxima-nova, sans-serif;
    font-size: 0.875em;
    width: 100%;
    margin: 10px 0 0 0; }

body.page-template-referrals div.wpforms-container-full .wpforms-form button[type="submit"] {
  color: #fff;
  background: #C02607;
  padding: 13px 24px 10px 24px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #C02607;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body.page-template-referrals div.wpforms-container-full .wpforms-form button[type="submit"].clear-charcoal {
    background: transparent;
    color: #333; }
    body.page-template-referrals div.wpforms-container-full .wpforms-form button[type="submit"].clear-charcoal:hover {
      background: #C02607;
      color: #fff; }

body.page-template-referrals .form-note p {
  font-family: proxima-nova, sans-serif;
  color: #858585;
  line-height: 1.25em; }

body.single-jobs section.page-header {
  padding: 50px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    body.single-jobs section.page-header {
      padding-top: 75px; } }
  body.single-jobs section.page-header .wrapper {
    max-width: 960px; }
  body.single-jobs section.page-header .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    padding-bottom: 15px; }
    body.single-jobs section.page-header .meta * + * {
      padding-left: 25px; }
    body.single-jobs section.page-header .meta span {
      font-weight: 500;
      color: #333;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 24px; }
    body.single-jobs section.page-header .meta .category span {
      background-image: url("images/category-icon-red.svg");
      background-size: 16px 16px; }
    body.single-jobs section.page-header .meta .location span {
      background-image: url("images/location-icon-red.svg");
      background-size: 16px 16px;
      padding-left: 22px; }

body.single-jobs section.body {
  padding-bottom: 100px; }
  body.single-jobs section.body .wrapper {
    max-width: 840px; }
  body.single-jobs section.body h3 {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 25px 0 10px 0; }
  body.single-jobs section.body .cta {
    padding-top: 30px; }
