@charset "UTF-8";
/*

    Theme Name: eJewish Philanthropy
    Theme URI: https://ejewishphilanthropy.com/
    Author: Andrew Lovseth
    Author URI: https://www.andrewlovseth.com/
    Description: Version 1.0 of the eJewish Philanthropy theme
    Version: 1.0

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

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

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

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

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

/* 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: #0444A0;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0444A0;
  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%;
  height: auto; }

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 {
  overflow-wrap: break-word; }
  section.body a {
    border-bottom: 2px solid #0444A0; }
  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 #0444A0; }

.comments {
  padding-top: 2rem; }
  .comments .comment-btn {
    background: transparent;
    color: #0444A0;
    border: 2px solid #0444A0;
    font-size: 1rem; }
    .comments .comment-btn:hover {
      border: 2px solid #0444A0;
      background: #0444A0;
      color: #fff; }

.subscribe-btn,
.comment-btn {
  color: #fff;
  background: #0444A0;
  padding: 13px 24px 10px 24px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #0444A0;
  -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,
  .comment-btn.clear {
    background: transparent; }
    .subscribe-btn.clear:hover,
    .comment-btn.clear:hover {
      background: #0444A0; }
  .subscribe-btn.clear-charcoal,
  .comment-btn.clear-charcoal {
    background: transparent;
    color: #333; }
    .subscribe-btn.clear-charcoal:hover,
    .comment-btn.clear-charcoal:hover {
      background: #0444A0;
      color: #fff; }
  .subscribe-btn.white,
  .comment-btn.white {
    background: transparent;
    border-color: #fff; }
    .subscribe-btn.white:hover,
    .comment-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 !important;
    color: #333;
    padding: 13px 24px 10px 24px;
    border-radius: 24px;
    font-size: 1.25em;
    font-weight: bold;
    border: 2px solid #0444A0;
    -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.done {
      background: transparent; }
      .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done:hover {
        color: #333; }
    .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
      background: #0444A0;
      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; }

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

.two-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .two-col-content > .content {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .two-col-content > .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: calc(100% - 360px); } }
    @media screen and (min-width: 1280px) {
      .two-col-content > .content .content-wrapper {
        max-width: 1200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (min-width: 1600px) {
      .two-col-content > .content .content-wrapper {
        margin: 0 auto; } }
  .two-col-content .sidebar {
    max-width: 360px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .two-col-content .sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 360px;
        margin: 0; } }

.grid-archive .wrapper {
  max-width: 840px; }

.grid-archive section.posts {
  padding-bottom: 3rem; }
  @media screen and (min-width: 568px) {
    .grid-archive section.posts {
      display: grid;
      grid-gap: 3rem 2rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 768px) {
    .grid-archive section.posts {
      grid-template-columns: repeat(3, 1fr);
      padding-bottom: 6rem; } }
  .grid-archive section.posts article {
    padding-bottom: 3rem; }
    @media screen and (min-width: 568px) {
      .grid-archive section.posts article {
        padding-bottom: 0; } }
    .grid-archive section.posts article .photo {
      position: relative; }
      .grid-archive section.posts article .photo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      .grid-archive section.posts article .photo > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .grid-archive section.posts article .photo a {
        display: block;
        width: 100%;
        height: 100%; }
      .grid-archive 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; }
      .grid-archive section.posts article .photo .no-photo {
        background: #f3f9fd;
        width: 100%;
        height: 100%; }
    .grid-archive section.posts article .info {
      padding-top: 20px; }
      .grid-archive section.posts article .info .meta {
        padding-bottom: 10px; }
        .grid-archive section.posts article .info .meta span.date {
          display: block;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          font-family: proxima-nova, sans-serif;
          color: #0444A0;
          font-size: 0.8125em;
          font-weight: bold; }
      .grid-archive section.posts article .info .headline h3 {
        font-size: 1.125em;
        line-height: 1.125em; }
        .grid-archive section.posts article .info .headline h3 a {
          border-bottom: 2px solid transparent; }
          .grid-archive section.posts article .info .headline h3 a:hover {
            border-bottom: 2px solid #0444A0; }
    .grid-archive section.posts article.post-1 .copy {
      padding-top: 10px; }
    @media screen and (min-width: 568px) {
      .grid-archive section.posts article.post-1 {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-bottom: 3rem;
        border-bottom: 1px solid #d9d9d9; }
        .grid-archive section.posts article.post-1 .photo {
          position: relative; }
          .grid-archive section.posts article.post-1 .photo:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%; }
          .grid-archive section.posts article.post-1 .photo > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .grid-archive section.posts article.post-1 .info .headline {
          max-width: 640px; }
          .grid-archive section.posts article.post-1 .info .headline h3 {
            font-size: 1.75em; }
        .grid-archive section.posts article.post-1 .info .copy {
          max-width: 720px; }
          .grid-archive section.posts article.post-1 .info .copy p {
            font-size: 1.25em;
            line-height: 1.25em; } }
    @media screen and (min-width: 768px) {
      .grid-archive section.posts article.post-1 {
        grid-column-end: 4; } }

.grid-archive nav.pagination {
  padding-bottom: 3rem; }

section.archive-page-header {
  padding: 3rem 0;
  text-align: center; }
  section.archive-page-header h1 {
    border-bottom: 3px solid #0444A0;
    display: inline-block; }

section.sidebar {
  padding: 0 0 3rem 0; }
  @media screen and (min-width: 1024px) {
    section.sidebar {
      border-right: 1px solid #eee;
      border-bottom: none;
      padding: 0 0 2rem 0; } }
  section.sidebar .section-header {
    padding: 2rem 1.5rem 1rem 1.5rem;
    text-align: center; }
    section.sidebar .section-header h2 {
      font-weight: bold;
      font-size: 1.5rem; }
      section.sidebar .section-header h2 a {
        border-bottom: 2px solid #0444A0;
        padding-bottom: 3px;
        display: inline-block; }
  section.sidebar .sidebar-section + .sidebar-section {
    padding-top: 1rem; }
  section.sidebar .sidebar-section.opinion .section-header h2 a {
    border-color: #D7981D; }
  section.sidebar .sidebar-section.opinion article.teaser .info .tagline h4 {
    color: #D7981D; }

#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::-webkit-input-placeholder {
      color: #fff; }
    #search-form .search-query::-moz-placeholder {
      color: #fff; }
    #search-form .search-query:-moz-placeholder {
      color: #fff; }
    #search-form .search-query:-ms-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(4, 68, 160, 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.teaser + article.teaser {
  border-top: 1px solid #eee; }

article.teaser 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.teaser a:hover h3 {
    text-decoration: underline; }

article.teaser .photo {
  border: 1px solid #0444A0; }
  article.teaser .photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 3.25rem;
    height: 3.25rem; }

article.teaser .info {
  padding-left: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  article.teaser .info:only-child {
    padding-left: 0; }
  article.teaser .info .tagline {
    padding-bottom: 0.25rem; }
    article.teaser .info .tagline h4 {
      font-family: proxima-nova, sans-serif;
      color: #0444A0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.625rem;
      letter-spacing: 0.05em; }
  article.teaser .info .title h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem; }
  article.teaser .info .meta {
    padding-top: 0.625rem; }
    article.teaser .info .meta em {
      display: block;
      font-family: proxima-nova, sans-serif;
      color: #858585;
      font-size: 0.8125em; }

article.teaser.sponsored {
  background: #f3f9fd; }
  article.teaser.sponsored .info .title h3 {
    font-family: "Tiempos Headline", serif;
    line-height: 1.25em;
    font-size: 0.875rem; }

section.subscribe {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  border-bottom: 2px solid #0444A0;
  padding-bottom: 25px;
  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;
  width: 100%; }
  @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%;
    padding: 30px 25px; }
    @media screen and (min-width: 1280px) {
      section.subscribe .info {
        width: calc(50% - 2rem);
        padding: 50px 0 0 0; } }
    section.subscribe .info .pullquote {
      margin-top: 50px; }
      section.subscribe .info .pullquote .photo img {
        border-radius: 50%; }
    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: calc(50% - 2rem); } }
    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(4, 68, 160, 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; }

@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.5em; } }

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 form,
  section#subscribe-form .form 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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section.subscribe .form input.email,
  section#subscribe-form .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 input.email,
      section#subscribe-form .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; }

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: #0444A0;
      border-color: #0444A0;
      color: #fff;
      font-weight: bold; }
    nav.pagination .nav-links a.page-numbers:hover {
      background: #0444A0;
      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; }

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

.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: #0444A0;
        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 #0444A0;
                box-shadow: 0 0 0 #0444A0;
        -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); }

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

.ad-banner {
  width: 100%;
  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; }
  .ad-banner a {
    display: block; }
  .ad-banner img {
    width: 100% !important;
    height: auto !important; }

body.page-template-homepage .ad-banner {
  padding: 2rem; }
  @media screen and (min-width: 1280px) {
    body.page-template-homepage .ad-banner {
      padding: 3rem; } }
  body.page-template-homepage .ad-banner img {
    max-width: 970px; }

header {
  padding: 25px 0;
  border-top: 5px solid #0444A0;
  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-height: 3rem; }
  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: #0444A0; }
      @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;
        padding: 0 0 0 2rem; } }
    header .desktop-nav-links a {
      color: #2a2a2a;
      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; }
    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; } }

nav.network {
  background: #1a1a1a;
  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; }
  nav.network .site {
    height: 3.25rem;
    padding: 1rem; }
    nav.network .site + .site {
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      padding-left: 1rem; }
    nav.network .site.jewish-insider {
      width: 7rem; }
      @media screen and (min-width: 768px) {
        nav.network .site.jewish-insider {
          width: 8.5rem; } }
    nav.network .site.ejp {
      width: 3.5em; }
      @media screen and (min-width: 768px) {
        nav.network .site.ejp {
          width: 4rem; } }
      nav.network .site.ejp a {
        opacity: 1; }
    nav.network .site.circuit {
      width: 6.25rem; }
      @media screen and (min-width: 768px) {
        nav.network .site.circuit {
          width: 7.5rem; } }
      nav.network .site.circuit img {
        -o-object-fit: unset;
           object-fit: unset; }
    nav.network .site a {
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      nav.network .site a:hover {
        opacity: 1; }
      nav.network .site a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

#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: #0444A0;
  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 img {
      max-height: 3rem; }
    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; }

footer {
  border-top: 2px solid #0444A0;
  background: #f3f9fd;
  padding: 50px 0;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    footer {
      padding: 70px 0; } }
  footer a {
    color: #2a2a2a; }
  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: #2a2a2a; }
      footer .header h5:after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background: #0444A0;
        margin-top: 10px; }
  footer .footer-logo a {
    display: block; }
    footer .footer-logo a img {
      max-height: 3rem; }
  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 .navigation .link a:hover {
          color: #0444A0; }
    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 input.email {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 2px solid #0444A0;
        font-family: proxima-nova, sans-serif;
        padding: 10px;
        width: 100%;
        margin: 0 0 20px 0;
        background-color: transparent;
        font-weight: bold;
        color: #2a2a2a; }
        footer .footer-utilities .subscribe input.email::-webkit-input-placeholder {
          color: #2a2a2a; }
        footer .footer-utilities .subscribe input.email::-moz-placeholder {
          color: #2a2a2a; }
        footer .footer-utilities .subscribe input.email:-moz-placeholder {
          color: #2a2a2a; }
        footer .footer-utilities .subscribe input.email:-ms-input-placeholder {
          color: #2a2a2a; }
        @media screen and (min-width: 568px) {
          footer .footer-utilities .subscribe input.email {
            width: auto;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin: 0 20px 0 0; } }
  footer .copyright {
    padding-top: 1rem;
    border-top: 1px solid rgba(42, 42, 42, 0.25); }
    footer .copyright p {
      font-size: 0.75rem;
      color: rgba(42, 42, 42, 0.5);
      font-family: proxima-nova, sans-serif; }

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

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 #0444A0; }
    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 #0444A0; }
    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 #0444A0;
    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: #0444A0; }
  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: #0444A0;
      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: #0444A0; }
  body.page-template-about section.jobs .no-jobs article.job .headline {
    text-align: center; }


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: flex;
  justify-content: 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("/wp-content/uploads/2023/07/location-icon-blue.svg");
  background-size: 16px 16px;
}
body.single-jobs section.page-header .meta .location span {
  background-image: url("/wp-content/uploads/2023/07/location-icon-blue.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;
}




body.category section.content {
  padding: 3rem 0 3rem 0; }
  body.category section.content .content-wrapper {
    padding: 0 2rem; }
  body.category section.content .page-header {
    width: 100%;
    max-width: 50rem;
    text-align: center;
    padding: 0 1.5rem 2rem 1.5rem; }
    @media screen and (min-width: 768px) {
      body.category section.content .page-header {
        padding: 0 3rem 2rem 3rem; } }
    @media screen and (min-width: 1024px) {
      body.category section.content .page-header {
        margin-right: auto;
        margin-left: 0; } }
    @media screen and (min-width: 1280px) {
      body.category section.content .page-header {
        margin-left: 4.5rem; } }
    body.category section.content .page-header h1 {
      display: inline-block;
      padding-bottom: 0.5rem;
      border-bottom: 3px solid #0444A0; }
  body.category section.content .alm-reveal + .alm-reveal {
    margin-top: 50px; }
  body.category section.content .cat-post {
    border: 1px solid #eee;
    border-top: 3px solid #0444A0;
    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: 2rem 1.5rem 1.5rem 1.5rem; }
    @media screen and (min-width: 768px) {
      body.category section.content .cat-post {
        padding: 3rem 3rem 1.5rem 3rem; } }
    @media screen and (min-width: 1024px) {
      body.category section.content .cat-post {
        padding: 4.5rem 3rem;
        max-width: 50rem;
        margin-right: auto;
        margin-left: 0; } }
    @media screen and (min-width: 1280px) {
      body.category section.content .cat-post {
        margin-left: 4.5rem; } }
    body.category section.content .cat-post + .cat-post {
      margin-top: 3rem; }
    body.category section.content .cat-post.category-opinion {
      border-top-color: #D7981D; }
      body.category section.content .cat-post.category-opinion .opinion-header {
        padding-bottom: 3rem;
        text-align: center; }
        body.category section.content .cat-post.category-opinion .opinion-header h2 {
          font-weight: 400;
          font-size: clamp(1.25rem, 1.8vw, 1.75rem);
          display: inline-block;
          color: #2a2a2a;
          text-transform: uppercase;
          letter-spacing: 0.05em; }
          body.category section.content .cat-post.category-opinion .opinion-header h2:after {
            content: '';
            display: block;
            width: 40px;
            height: 3px;
            background: #D7981D;
            margin: 0.5rem auto 0 auto; }
      body.category section.content .cat-post.category-opinion section.header .tagline {
        padding-bottom: 0.5rem; }
        body.category section.content .cat-post.category-opinion section.header .tagline h4 {
          color: #D7981D; }
      body.category section.content .cat-post.category-opinion section.header .byline {
        padding-top: 1rem; }
      body.category section.content .cat-post.category-opinion section.header .byline .authors .author a {
        border-color: #D7981D; }
      body.category section.content .cat-post.category-opinion section.header .share .link a {
        border-color: #D7981D; }
        body.category section.content .cat-post.category-opinion section.header .share .link a:hover {
          background: #D7981D; }
      body.category section.content .cat-post.category-opinion section.header .opinion-dek {
        border: 2px solid #D7981D;
        border-radius: 4px;
        padding: 0.5rem 1rem;
        margin-bottom: 3rem;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          body.category section.content .cat-post.category-opinion section.header .opinion-dek {
            padding: 1rem 1.5rem; } }
        body.category section.content .cat-post.category-opinion section.header .opinion-dek h5 {
          font-size: clamp(0.875rem, 1.1vw, 1rem);
          line-height: 1.5em;
          font-family: proxima-nova, sans-serif;
          font-weight: bold; }
        body.category section.content .cat-post.category-opinion section.header .opinion-dek p {
          font-size: clamp(0.875rem, 1.1vw, 1rem);
          line-height: 1.5em;
          font-family: proxima-nova, sans-serif; }
      body.category section.content .cat-post.category-opinion section.body a {
        border-color: #D7981D; }
      body.category section.content .cat-post.category-opinion .subscribe-btn, body.category section.content .cat-post.category-opinion .comment-btn {
        background: #D7981D;
        color: #fff; }

body.category .sidebar-section.cat .section-header h2 {
  display: inline-block;
  border-bottom: 2px solid #0444A0; }

body.category .sidebar-section.cat.opinion .section-header h2 {
  border-color: #E9B44C; }

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

body.home .main {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  body.home .main > .content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 1024px) {
      body.home .main > .content {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
            -ms-flex-order: unset;
                order: unset;
        width: calc(100% - 360px); } }
    @media screen and (min-width: 1600px) {
      body.home .main > .content {
        padding-top: 2rem; } }
    @media screen and (min-width: 1280px) {
      body.home .main > .content .content-wrapper {
        max-width: 1200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (min-width: 1600px) {
      body.home .main > .content .content-wrapper {
        margin: 0 auto; } }
    body.home .main > .content .slick-slider {
      display: none; }
      body.home .main > .content .slick-slider.slick-initialized {
        display: block; }
  body.home .main .sidebar {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (min-width: 1024px) {
      body.home .main .sidebar {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
            -ms-flex-order: unset;
                order: unset;
        width: 360px;
        margin: 0; } }
  body.home .main .subscribe {
    padding: 1rem 0;
    margin: 0;
    border-bottom: none;
    border-top: 1px solid #eee; }
    @media screen and (min-width: 1280px) {
      body.home .main .subscribe .info {
        padding-left: 3rem; } }
    @media screen and (min-width: 1280px) {
      body.home .main .subscribe.no-preview .info {
        width: 66.6666%;
        padding-bottom: 4rem; } }

body.home .featured-articles {
  width: 100%;
  position: relative;
  overflow: hidden; }
  body.home .featured-articles:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  body.home .featured-articles > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 1280px) {
    body.home .featured-articles {
      max-width: 1200px;
      max-height: 675px;
      overflow: hidden; } }
  body.home .featured-articles article {
    width: 100%; }
    body.home .featured-articles article a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
    body.home .featured-articles article .photo {
      position: relative; }
      body.home .featured-articles article .photo:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      body.home .featured-articles article .photo > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      body.home .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: #0444A0;*/
        opacity: 0.4; }
      body.home .featured-articles article .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
		   -webkit-filter: saturate(0.6);
          filter: saturate(0.6);
        /*-webkit-filter: saturate(0);
                filter: saturate(0);*/ }
    body.home .featured-articles article .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 5;
      padding: 1.5rem; }
      @media screen and (min-width: 568px) {
        body.home .featured-articles article .info {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media screen and (min-width: 1280px) {
        body.home .featured-articles article .info {
          padding: 2.25rem; } }
      body.home .featured-articles article .info-wrapper {
        margin-top: auto;
        padding-bottom: 3rem; }
        @media screen and (min-width: 768px) {
          body.home .featured-articles article .info-wrapper {
            padding-bottom: 5.5rem; } }
      body.home .featured-articles article .info .headline h1 {
        color: #fff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
        @media screen and (min-width: 568px) {
          body.home .featured-articles article .info .headline h1 {
            font-size: 2rem; } }
        @media screen and (min-width: 1280px) {
          body.home .featured-articles article .info .headline h1 {
            font-size: 2.5rem; } }
      body.home .featured-articles article .info .dek {
        padding-top: 1rem;
        display: none; }
        @media screen and (min-width: 768px) {
          body.home .featured-articles article .info .dek {
            display: block; } }
        body.home .featured-articles article .info .dek p {
          font-family: proxima-nova, sans-serif;
          font-weight: bold;
          line-height: 1.25em;
          font-size: 1rem;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
          @media screen and (min-width: 1024px) {
            body.home .featured-articles article .info .dek p {
              font-size: 1.25rem; } }
  body.home .featured-articles .slick-dots {
    bottom: 10px; }
    body.home .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 .featured-articles .slick-dots li {
          border-width: 2px; } }
      body.home .featured-articles .slick-dots li.slick-active {
        border-color: #0444A0;
        -webkit-filter: saturate(0.6);
                filter: saturate(0.6); }
      @media screen and (min-width: 768px) {
        body.home .featured-articles .slick-dots li {
          width: 80px;
          height: 60px;
          margin: 0 10px; } }
      @media screen and (min-width: 1280px) {
        body.home .featured-articles .slick-dots li {
          width: 120px;
          height: 80px; } }
      body.home .featured-articles .slick-dots li a {
        display: block;
        width: 100%;
        height: 100%; }
        body.home .featured-articles .slick-dots li a img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }

article.post section.header .sponsored {
  background: #f3f9fd;
  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;
  padding: 1rem;
  margin-bottom: 2rem; }
  article.post section.header .sponsored h5 {
    color: #0444A0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: proxima-nova, sans-serif;
    font-size: 0.75rem;
    line-height: 1; }

article.post section.header .tagline {
  padding-bottom: 1rem; }
  @media screen and (min-width: 1280px) {
    article.post section.header .tagline {
      padding-bottom: 1.5rem; } }
  article.post section.header .tagline h4 {
    color: #0444A0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: proxima-nova, sans-serif;
    font-size: 0.75rem; }

article.post section.header .title + .byline {
  padding-top: 0.5rem; }

article.post section.header .x-large-title {
  font-size: 1.5rem; }
  @media screen and (min-width: 1024px) {
    article.post section.header .x-large-title {
      font-size: 1.75rem; } }
  article.post section.header .x-large-title a:hover {
    text-decoration: underline; }

article.post section.header .dek {
  padding: 1.25rem 0 0 0; }
  article.post section.header .dek p {
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.5em;
    color: #858585; }
    @media screen and (min-width: 568px) {
      article.post section.header .dek p {
        font-size: 1.375rem; } }
  article.post section.header .dek + .byline {
    padding-top: 2rem; }

article.post section.header .featured-image {
  padding: 2rem 0; }
  article.post section.header .featured-image .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
  article.post section.header .featured-image .caption {
    margin: 1rem 0 0 0; }
    article.post section.header .featured-image .caption p {
      color: #858585;
      text-align: left;
      font-size: 0.9375rem;
      line-height: 1.5em;
      font-style: italic; }

article.post section.header .byline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1rem;
  padding-bottom: 2.25rem; }
  article.post section.header .byline .authors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    article.post section.header .byline .authors:after {
      content: '·';
      padding: 0 0.625rem; }
    article.post section.header .byline .authors .by {
      padding-right: 0.25rem; }
    article.post section.header .byline .authors .author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto; }
      article.post section.header .byline .authors .author:before {
        content: ", ";
        margin-right: 6px; }
      article.post section.header .byline .authors .author:first-of-type:before {
        content: "";
        margin-right: 0; }
      article.post section.header .byline .authors .author a {
        border-bottom: 1px solid #0444A0; }

article.post section.header .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

          article.post section.header .share {
    flex-wrap: wrap;
    row-gap: 17px;
}

      .saveToGoogle a
      {
        background: transparent;
        color: #030303;
        border: 2px solid #0444A0 !important;
        font-family: proxima-nova, sans-serif;
        margin: 0;
        padding: 7px 10px 8px 10px;
        font-size: 13px;
        line-height: 1em;
        transition: all 0.3s ease-in-out;
        border-radius: 24px !important;
        margin-top: 0px;
        width: auto !important;
        height: auto !important;
    }

    .saveToGoogle a:hover
    {
      color: #ffffff !important;
    }

      .saveToGoogle a img
      {
        margin-right: 5px;
      }
      
  article.post section.header .share span.label {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold; }
  article.post section.header .share .link {
    padding-left: 10px; }
    article.post section.header .share .link a {
      width: 2rem;
      height: 2rem;
      border: 2px solid #0444A0;
      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; }
      article.post section.header .share .link a:hover {
        background: #0444A0; }
        article.post section.header .share .link a:hover img {
          -webkit-filter: brightness(500%);
                  filter: brightness(500%); }
  article.post section.header .share .printfriendly {
    padding-left: 10px; }
    article.post section.header .share .printfriendly a {
      display: block;
      max-width: 2rem; }
      article.post section.header .share .printfriendly a img {
        width: 100%; }

article.post section.body .dateline {
  padding-bottom: 1rem; }
  article.post section.body .dateline h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    color: #858585; }
    @media screen and (min-width: 568px) {
      article.post section.body .dateline h5 {
        font-size: 1.125rem; } }

article.post section.body img {
  margin-bottom: 40px; }

article.post section.body .twitter-tweet {
  width: 100% !important; }

article.post section.body .wp-block-embed {
  margin-bottom: 40px; }
  article.post section.body .wp-block-embed .fb_iframe_widget {
    width: 100%; }
    article.post section.body .wp-block-embed .fb_iframe_widget > span {
      width: 100% !important;
      height: auto !important; }
    article.post section.body .wp-block-embed .fb_iframe_widget iframe {
      width: 100% !important; }

article.post section.body .wp-block-image {
  margin-bottom: 40px; }
  article.post section.body .wp-block-image img {
    margin-bottom: 0; }
  article.post section.body .wp-block-image figcaption,
  article.post 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;
    padding: 0; }

article.post section.body .wp-caption {
  width: 100% !important; }

article.post section.body .wp-block-pullquote {
  padding: 0 2rem; }
  article.post section.body .wp-block-pullquote.alignwide, article.post section.body .wp-block-pullquote.alignfull {
    margin-bottom: 2rem; }
  article.post section.body .wp-block-pullquote.alignleft {
    max-width: 100%;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      article.post section.body .wp-block-pullquote.alignleft {
        float: left;
        max-width: 400px;
        margin: 0 2rem 2rem 0; } }
    @media screen and (min-width: 1490px) {
      article.post section.body .wp-block-pullquote.alignleft {
        margin-left: 20rem; } }
  article.post section.body .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      article.post section.body .wp-block-pullquote.alignright {
        float: right;
        max-width: 400px;
        margin: 0 0 2rem 2rem; } }
    @media screen and (min-width: 1490px) {
      article.post section.body .wp-block-pullquote.alignright {
        margin-right: 20rem; } }
  article.post section.body .wp-block-pullquote blockquote {
    margin: 0;
    max-width: 100%;
    text-align: left; }
    article.post section.body .wp-block-pullquote blockquote p {
      border-color: #0444A0;
      font-family: proxima-nova, sans-serif;
      font-weight: bold;
      font-size: clamp(1.5rem, 1.25vw, 2.5rem);
      line-height: 1.5em; }

article.post section.body .show-more-wrapper {
  overflow: hidden;
  height: 12em; }

article.post section.body.expanded .show-more-wrapper {
  height: auto;
  padding-bottom: 25px; }

article.post section.body.expanded .show-more-btn {
  display: none; }

article.post section.body .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; }
  article.post section.body .show-more-btn .subscribe-btn {
    border-bottom: none;
    line-height: 1em; }
    @media screen and (min-width: 768px) {
      article.post section.body .show-more-btn .subscribe-btn {
        font-size: 0.875em;
        padding: 13px 20px 10px 20px; } }

article.post section.body .dk-block + .dk-block,
article.post section.body .dk-block + .wp-block-group,
article.post section.body .wp-block-group + .dk-block,
article.post section.body .wp-block-group + .wp-block-group {
  padding-top: 50px; }

article.post section.body .dk-block h2,
article.post section.body .wp-block-group h2 {
  text-align: center;
  padding-bottom: 25px; }
  article.post section.body .dk-block h2:after,
  article.post section.body .wp-block-group h2:after {
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #0444A0;
    margin: 15px auto 0 auto; }
  @media screen and (min-width: 768px) {
    article.post section.body .dk-block h2,
    article.post section.body .wp-block-group h2 {
      font-size: 2rem; } }

article.post section.body .dk-block h4,
article.post section.body .wp-block-group h4 {
  text-transform: uppercase;
  color: #0444A0;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.875em; }

article.post section.body .dk-block h3,
article.post section.body .wp-block-group h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    article.post section.body .dk-block h3,
    article.post section.body .wp-block-group h3 {
      font-size: 1.75em; } }

article.post section.body .opinion-featured-image {
  padding: 0 0 2rem 0; }
  article.post section.body .opinion-featured-image img {
    margin: 0; }
  article.post section.body .opinion-featured-image .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }
    article.post section.body .opinion-featured-image .credit p {
      font-size: 0.6875rem;
      margin: 0;
      padding: 5px 10px; }
  article.post section.body .opinion-featured-image .caption {
    margin: 1rem 0 0 0; }
    article.post section.body .opinion-featured-image .caption p {
      color: #858585;
      text-align: left;
      font-size: 0.9375rem;
      line-height: 1.5em;
      font-style: italic;
      margin: 0;
      padding-bottom: 0; }

article.post 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; }
  article.post 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; }
  article.post 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; }
    article.post section.footer .share span.label {
      display: none; }
    article.post section.footer .share .link + .link {
      margin-left: 10px; }
    article.post section.footer .share .link a {
      width: 28px;
      height: 28px;
      border: 2px solid #0444A0;
      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; }
      article.post section.footer .share .link a:hover {
        background: #0444A0; }

body.page-template-post-archive .grid {
  display: grid; }

body.page-template-post-archive section.archive-list {
  font-family: proxima-nova, sans-serif;
  padding-bottom: 6rem; }
  @media screen and (min-width: 768px) {
    body.page-template-post-archive section.archive-list {
      padding-bottom: 8rem; } }
  body.page-template-post-archive section.archive-list .section-header {
    padding-bottom: 1rem; }
    body.page-template-post-archive section.archive-list .section-header h3 {
      font-family: "Tiempos Headline", serif;
      color: #0444A0;
      font-size: 1.5rem; }
  body.page-template-post-archive section.archive-list .grid {
    display: grid;
    gap: 1.5rem; }
    body.page-template-post-archive section.archive-list .grid.four-col-grid {
      grid-template-columns: repeat(2, 1fr); }
      @media screen and (min-width: 568px) {
        body.page-template-post-archive section.archive-list .grid.four-col-grid {
          grid-template-columns: repeat(4, 1fr); } }
  body.page-template-post-archive section.archive-list .link a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600; }
    body.page-template-post-archive section.archive-list .link a span.underline {
      border-bottom: 1px solid #0444A0; }
    body.page-template-post-archive section.archive-list .link a span.count {
      font-family: "Tiempos Headline", serif;
      font-weight: 400;
      font-size: 0.75em;
      letter-spacing: 0.05em; }

body.page-template-post-archive section.date-list .grid {
  gap: 0; }

body.page-template-post-archive section.date-list .year {
  border: 1px solid #eee;
  border-bottom: none;
  border-right: none; }
  body.page-template-post-archive section.date-list .year + .year {
    margin-top: 3rem; }
    @media screen and (min-width: 1024px) {
      body.page-template-post-archive section.date-list .year + .year {
        margin-top: 6rem; } }
  body.page-template-post-archive section.date-list .year-header {
    padding: 0.75rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
    body.page-template-post-archive section.date-list .year-header h4 {
      font-weight: bold;
      font-size: 1.125rem;
      font-family: proxima-nova, sans-serif; }
      body.page-template-post-archive section.date-list .year-header h4 a {
        color: #2a2a2a;
        display: inline-block; }
        body.page-template-post-archive section.date-list .year-header h4 a:hover {
          text-decoration: underline; }
  body.page-template-post-archive section.date-list .year .month-link {
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.page-template-post-archive section.date-list .year .month-link a {
      display: block;
      font-weight: 600;
      font-size: 0.875rem;
      color: #2a2a2a;
      padding: 1rem 0;
      width: 100%; }
      body.page-template-post-archive section.date-list .year .month-link a:hover {
        background: #f3f9fd; }
      body.page-template-post-archive section.date-list .year .month-link a span {
        border-bottom: 1px solid #0444A0; }

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 #0444A0; }
  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; } }

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 #0444A0; }
  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: #0444A0;
      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; }

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

body.single-post article.single-post {
  padding: 2rem 1.5rem 1.5rem 1.5rem; }
  @media screen and (min-width: 768px) {
    body.single-post article.single-post {
      padding: 3rem 3rem 1.5rem 3rem; } }
  @media screen and (min-width: 1024px) {
    body.single-post article.single-post {
      padding: 4.5rem 3rem;
      max-width: 50rem;
      margin-right: auto;
      margin-left: 0; } }
  @media screen and (min-width: 1280px) {
    body.single-post article.single-post {
      margin-left: 4.5rem; } }
  body.single-post article.single-post.category-opinion {
    border-top-color: #D7981D; }
    body.single-post article.single-post.category-opinion .opinion-header {
      padding-bottom: 3rem;
      text-align: center; }
      body.single-post article.single-post.category-opinion .opinion-header h2 {
        font-weight: 400;
        font-size: clamp(1.25rem, 1.8vw, 1.75rem);
        display: inline-block;
        color: #2a2a2a;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        body.single-post article.single-post.category-opinion .opinion-header h2:after {
          content: '';
          display: block;
          width: 40px;
          height: 3px;
          background: #D7981D;
          margin: 0.5rem auto 0 auto; }
    body.single-post article.single-post.category-opinion section.header .tagline {
      padding-bottom: 0.5rem; }
      body.single-post article.single-post.category-opinion section.header .tagline h4 {
        color: #D7981D; }
    body.single-post article.single-post.category-opinion section.header .byline {
      padding-top: 1rem; }
    body.single-post article.single-post.category-opinion section.header .byline .authors .author a {
      border-color: #D7981D; }
    body.single-post article.single-post.category-opinion section.header .share .link a {
      border-color: #D7981D; }
      body.single-post article.single-post.category-opinion section.header .share .link a:hover {
        background: #D7981D; }
    body.single-post article.single-post.category-opinion section.header .opinion-dek {
      border: 2px solid #D7981D;
      border-radius: 4px;
      padding: 0.5rem 1rem;
      margin-bottom: 3rem;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        body.single-post article.single-post.category-opinion section.header .opinion-dek {
          padding: 1rem 1.5rem; } }
      body.single-post article.single-post.category-opinion section.header .opinion-dek h5 {
        font-size: clamp(0.875rem, 1.1vw, 1rem);
        line-height: 1.5em;
        font-family: proxima-nova, sans-serif;
        font-weight: bold; }
      body.single-post article.single-post.category-opinion section.header .opinion-dek p {
        font-size: clamp(0.875rem, 1.1vw, 1rem);
        line-height: 1.5em;
        font-family: proxima-nova, sans-serif; }
    body.single-post article.single-post.category-opinion section.body a {
      border-color: #D7981D; }
    body.single-post article.single-post.category-opinion .subscribe-btn, body.single-post article.single-post.category-opinion .comment-btn {
      background: #D7981D;
      color: #fff; }

body.single-post #disqus_thread {
  padding: 3rem 0; }

body.single-post section.main.your-daily-phil article.single-post {
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 45rem; }
  body.single-post section.main.your-daily-phil article.single-post section.header {
    text-align: center; }
    @media screen and (min-width: 768px) {
      body.single-post section.main.your-daily-phil article.single-post section.header .title .x-large-title {
        font-size: 2.5rem; } }
    body.single-post section.main.your-daily-phil article.single-post section.header .title .x-large-title:after {
      display: block;
      content: '';
      width: 40px;
      height: 4px;
      background: #0444A0;
      margin: 1rem auto 0 auto; }
    body.single-post section.main.your-daily-phil article.single-post section.header .date {
      padding-top: 1.5rem; }
      body.single-post section.main.your-daily-phil article.single-post section.header .date span {
        font-size: 1.25rem; }
    body.single-post section.main.your-daily-phil article.single-post section.header .byline,
    body.single-post section.main.your-daily-phil article.single-post section.header .share {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

article.category-your-daily-phil .wp-block-group + .wp-block-group {
  padding-top: 4rem; }

article.category-your-daily-phil .wp-block-group h2 {
  text-align: center;
  padding-bottom: 1.5rem; }
  article.category-your-daily-phil .wp-block-group h2:after {
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #0444A0;
    margin: 15px auto 0 auto; }
  @media screen and (min-width: 768px) {
    article.category-your-daily-phil .wp-block-group h2 {
      font-size: 2rem; } }

article.category-your-daily-phil .wp-block-group h4 {
  text-transform: uppercase;
  color: #0444A0;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.875em; }
  article.category-your-daily-phil .wp-block-group h4 + h3 {
    padding-top: 10px; }

article.category-your-daily-phil .wp-block-group h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    article.category-your-daily-phil .wp-block-group h3 {
      font-size: 1.75em; } }

section.newsletter-subscribe {
  width: 100%;
  border-bottom: 1px solid #eee;
  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;
  text-align: center;
  padding: 1rem 0; }
  @media screen and (min-width: 568px) {
    section.newsletter-subscribe {
      padding-bottom: 0; } }
  section.newsletter-subscribe > * {
    width: 100%; }
    @media screen and (min-width: 568px) {
      section.newsletter-subscribe > * {
        width: calc(50% - 1rem);
        text-align: left; } }
  section.newsletter-subscribe .photo {
    display: none; }
    @media screen and (min-width: 568px) {
      section.newsletter-subscribe .photo {
        display: block; } }
    section.newsletter-subscribe .photo img {
      max-height: 200px; }
      @media screen and (min-width: 568px) {
        section.newsletter-subscribe .photo img {
          margin-right: auto; } }
  @media screen and (min-width: 568px) {
    section.newsletter-subscribe .info {
      padding-bottom: 2rem;
      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: 568px) {
    section.newsletter-subscribe .info-wrapper {
      margin-left: auto; } }
  section.newsletter-subscribe .info .headline h3 {
    font-size: 1.5em;
    line-height: 1.25em; }
  section.newsletter-subscribe .info .cta {
    padding-top: 20px; }
    section.newsletter-subscribe .info .cta .subscribe-btn {
      font-size: 1em;
      background: #fff;
      border: 2px solid #0444A0;
      color: #2a2a2a;
      display: inline-block; }
      section.newsletter-subscribe .info .cta .subscribe-btn:hover {
        background: #0444A0;
        color: #fff; }

.recent-dropdown {
  width: 100%;
  padding: 3rem 0 1rem 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; }
  .recent-dropdown-wrapper {
    width: auto;
    display: inline-block; }
  .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; }
  .recent-dropdown .dropdown-header {
    padding: 5px 15px 0 0; }
    .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; }
  .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,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiMwNDQ0QTAiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiMwNDQ0QTAiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), -o-linear-gradient(top, #ffffff 0%, #eee 100%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiMwNDQ0QTAiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), 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%; }

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) {
    section.newsletter-archive {
      padding: 100px 0; } }
  section.newsletter-archive .section-header {
    text-align: center;
    padding-bottom: 50px; }
    section.newsletter-archive .section-header h2 {
      font-size: 1.5em;
      line-height: 1.25em; }
      @media screen and (min-width: 768px) {
        section.newsletter-archive .section-header h2 {
          font-size: 2em; } }
      section.newsletter-archive .section-header h2:after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #0444A0;
        margin: 20px auto 0 auto; }
  section.newsletter-archive .recent {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (min-width: 568px) {
      section.newsletter-archive .recent {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 768px) {
      section.newsletter-archive .recent {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 3rem 1.5rem; } }
    @media screen and (min-width: 1024px) {
      section.newsletter-archive .recent {
        grid-gap: 3rem; } }
    section.newsletter-archive .recent .archive-post {
      max-width: 360px;
      margin: 0 auto; }
      section.newsletter-archive .recent .archive-post .timestamp {
        text-align: center;
        padding-bottom: 10px; }
        section.newsletter-archive .recent .archive-post .timestamp span {
          font-weight: bold; }
          section.newsletter-archive .recent .archive-post .timestamp span.day {
            font-size: 1.5em;
            padding-bottom: 5px; }
          section.newsletter-archive .recent .archive-post .timestamp span.date {
            color: #0444A0;
            font-size: 1.375em; }
      section.newsletter-archive .recent .archive-post .photo {
        position: relative; }
        section.newsletter-archive .recent .archive-post .photo:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        section.newsletter-archive .recent .archive-post .photo > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.newsletter-archive .recent .archive-post .photo a {
          display: block;
          width: 100%;
          height: 100%; }
          section.newsletter-archive .recent .archive-post .photo a img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; }
      section.newsletter-archive .recent .archive-post .headline {
        padding: 20px 0 0 0; }
        @media screen and (min-width: 1024px) {
          section.newsletter-archive .recent .archive-post .headline {
            padding: 20px 10px 0 10px; } }
        section.newsletter-archive .recent .archive-post .headline h3 {
          font-weight: 400;
          font-size: 1em;
          line-height: 1.375em; }
          section.newsletter-archive .recent .archive-post .headline h3 a:hover {
            text-decoration: underline; }
  section.newsletter-archive .archive {
    padding-top: 50px;
    font-family: proxima-nova, sans-serif; }

@media screen and (min-width: 1024px) {
  body.page-template-subscribe section.subscribe .info {
    width: 50%;
    padding: 3rem 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: #0444A0;
    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: #0444A0;
  padding: 13px 24px 10px 24px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #0444A0;
  -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: #0444A0;
      color: #fff; }

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

.dk-news .share {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .dk-news .share-wrapper {
    padding: 1rem 2rem 0.875rem;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid #0444A0; }
  .dk-news .share span.label {
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #0444A0; }
  .dk-news .share .link {
    padding-left: 0.625rem; }
    .dk-news .share .link img {
      margin-bottom: 0;
      -webkit-transition: all 0.1s ease-in;
      -o-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    .dk-news .share .link a {
      width: 2.25rem;
      height: 2.25rem;
      border: 2px solid #0444A0;
      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; }
      .dk-news .share .link a:hover {
        background: #0444A0; }
        .dk-news .share .link a:hover img {
          -webkit-filter: grayscale(1) invert(1) brightness(100);
                  filter: grayscale(1) invert(1) brightness(100); }
    .dk-news .share .link.facebook img {
      width: 8px;
      height: 13px; }
    .dk-news .share .link.twitter img {
      width: 15px;
      height: 12px; }
    .dk-news .share .link.email img {
      width: 18px;
      height: 13px; }

.dk-banner .content {
  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; }
  .dk-banner .content a {
    display: block;
    margin: 0;
    padding: 0;
    border: none; }

.dk-sponsored {
  margin-top: 50px;
  padding: 2rem;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .dk-sponsored {
      padding: 4rem; } }
  .dk-sponsored .sponsored-label {
    text-align: center;
    padding-bottom: 2rem; }
    .dk-sponsored .sponsored-label h5 {
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-size: clamp(0.625rem, 1vw, 0.75rem); }
  .dk-sponsored .logo {
    max-width: 10rem;
    max-height: 4rem;
    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;
    margin: 0 auto; }
    .dk-sponsored .logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .dk-sponsored p {
    font-size: clamp(0.875rem, 1.1vw, 1rem) !important;
    padding-bottom: 1rem !important; }

.dk-quick-word {
   font-family: proxima-nova, sans-serif;
   font-weight: light;
   text-transform: uppercase;
   padding-bottom: 10px;
   color: #abb8c3;
	text-align:center;
	font-size:75%;
}

.hebrew-text {
  direction: rtl;
  font-family: liberation-serif, "Arial Hebrew", serif; }

.ji-block.related {
  padding-bottom: 2rem; }
  .ji-block.related .related-link {
    border: 1px solid #E5D3D3;
    padding: 1rem;
    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;
    width: 100%; }
  .ji-block.related .photo {
    width: 6rem;
    position: relative; }
    .ji-block.related .photo:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .ji-block.related .photo > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ji-block.related .photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .ji-block.related .photo a {
      display: block;
      width: 100%;
      height: 100%; }
    .ji-block.related .photo + .info {
      padding-left: 1rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .ji-block.related .info .related-sub-header {
    padding-bottom: 0.5rem; }
    .ji-block.related .info .related-sub-header h5 {
      font-weight: normal;
      font-style: italic;
      color: #7a7a7a;
      letter-spacing: 0.05em;
      font-size: clamp(0.75rem, 0.85vw, 0.875rem); }
  .ji-block.related .info .tagline {
    padding-bottom: 0.25rem; }
    .ji-block.related .info .tagline h4 {
      font-family: proxima-nova, sans-serif;
      color: #0444A0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.75rem;
      letter-spacing: 0.05em; }
  .ji-block.related .info .headline {
    max-width: 30rem; }
    .ji-block.related .info .headline h3 {
      font-size: clamp(1rem, 1.25vw, 1.25rem);
      line-height: 1.25em;
      font-weight: normal; }
      .ji-block.related .info .headline h3 a {
        border-bottom-color: transparent;
        border-bottom-width: 1px; }
        .ji-block.related .info .headline h3 a:hover {
          border-bottom-color: #000; }
  .ji-block.related .info .read-more {
    padding-top: 0.5rem; }
    .ji-block.related .info .read-more span.label {
      font-family: proxima-nova, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.625rem;
      letter-spacing: 0.05em;
      display: inline-block;
      border-bottom: 2px solid #0444A0;
      padding-bottom: 2px; }
  .ji-block.related .related-podcast .read-more {
    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; }
    .ji-block.related .related-podcast .read-more:before {
      display: block;
      content: '';
      width: 0.75rem;
      height: 0.75rem;
      background: url(images/icon-play.svg) no-repeat 0 0;
      background-size: contain;
      margin-right: 0.25rem; }
  .ji-block.related.is-admin {
    max-width: 840px;
    margin: 0 auto; }
    .ji-block.related.is-admin h3 {
      margin: 0; }
    .ji-block.related.is-admin h4 {
      margin: 0;
      line-height: 1em; }
    .ji-block.related.is-admin a {
      color: #000;
      text-decoration: none; }

.show-more-wrapper .ji-block.related {
  padding-top: 2rem; }

/* Target only the World Zionist Congress Election Debate page */
body.page-id-159972 .wp-block-embed,
body.page-id-159972 .wp-block-embed-youtube {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body.page-id-159972 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

body.page-id-159972 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* eJP Opinion: gold tagline */
.ejp-opinion article.teaser .info .tagline h4,
.ejp-opinion .info .tagline h4,
.ejp-opinion .tagline h4 { color: #D7981D; }

