@charset "UTF-8";
/*

    Theme Name: Jewish Insider
    Theme URI: https://jewishinsider.com/
    Author: Andrew Lovseth
    Author URI: https://www.andrewlovseth.com/
    Description: Version 3.0 of the Jewish Insider theme
    Version: 3.0

*/
/* HTML5 */
@import url("hvb2rav.css");
@import 'dgr7wts.css';
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;
}
.formobile{display: none;}
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] {
  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;
}

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

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

/* Web Typography Optimization */
html, input, textarea {
  -webkit-font-smoothing: antialiased;
}

body {
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("../woff2/tiemposheadline-regular.woff2") format("woff2"), url("../woff/tiemposheadline-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../woff2/tiemposheadline-regularitalic.woff2") format("woff2"), url("../woff/tiemposheadline-regularitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../woff2/tiemposheadline-bold.woff2") format("woff2"), url("../woff/tiemposheadline-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../woff2/tiemposheadline-bolditalic.woff2") format("woff2"), url("../woff/tiemposheadline-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #2a2a2a;
  font: 400 100%/1 "Tiempos Headline", serif;
}

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

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

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

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

.x-large-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}

#main .wrapper > h1
{
  margin-top: 25px;
}

.twitter-tweet iframe {
    margin: 20px 0;
}

.home .photo-wrapper img
{
  width: 100%;
  object-position: top center;
}

 body.category-quick-hits article section.header .byline
 {
  align-items:center;
 }

 body.category-quick-hits article.quick-hit section.header .byline .authors
 {
  padding-bottom: 0px;
 }
.header_btns {
  display: flex;
}
.site-header .utilities .subscribe#subscribe_btn {
    margin: 0px 7px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-family: "Proxima_Nova_Semibold";
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-family: "Proxima_Nova_Regular";
    border: 2px solid #AAAAAA;
    width: 100%;
    border-radius: 32px;
    color: #2A2A2A;
    font-size: 18px;
    padding: 18.5px 25px;
    outline: none;
}
.woocommerce-account section#main h1 {
    font-family: proxima-nova, sans-serif;
}
body.woocommerce-account section#main nav.woocommerce-MyAccount-navigation li {
    padding: 0px 0 10px;
    font-family: proxima-nova, sans-serif;
}

.forgot_pass_area span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    row-gap: 10px;
}
.sendMagicPassArea span.no_acc_error {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Proxima_Nova_Regular";
}
.forgot_pass_area .sendMagicPassArea .no_acc_error a {
    margin-left: 5px;
    font-family: "Proxima_Nova_Semibold";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    position: relative;
    width: max-content;
}
.forgot_pass_area span {
    flex-direction: row !important;
}

.contentUnlockPopupArea {
    position: relative;
    filter: none !important;
    min-height: 300px;
}

.contentUnlockPopupArea:before
{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.contentUnlockPopup
{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999999999;
    filter: none !important;
    padding: 20px 20px !important;
    background: #fff;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.95) 30%);*/
}

.contentUnlockPopup p {
    color: #000 !important;
    text-align: center;
    margin-bottom: 5 !important;
    padding-bottom: 0px !important;
}

.contentUnlockPopup p.sublead
{
    margin-bottom: 20px !important;
}


.contentUnlockPopup .login_submit
{
  color: #000000 !important;
}

.contentUnlockPopup .login_submit:hover
{
  color: #ffffff !important;
}

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

.body a {
  border-bottom: 2px solid #C02607;
}
.body.p1 p {
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 30px;
}
@media screen and (min-width: 568px) {
  .body.p1 p {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1280px) {
  .body.p1 p {
    font-size: 1.25em;
  }
}
.body.p1 ul {
  list-style-type: disc;
}
.body.p1 ol {
  list-style-type: decimal;
}
.body.p1 ul, .body.p1 ol {
  padding-bottom: 30px;
}
.body.p1 ul li, .body.p1 ol li {
  margin-left: 17px;
  font-size: 1em;
  line-height: 1.7em;
}
@media screen and (min-width: 568px) {
  .body.p1 ul li, .body.p1 ol li {
    font-size: 1.125em;
  }
}
.body.p1 ul li + li, .body.p1 ol li + li {
  padding-top: 20px;
}
.body.p1 blockquote {
  margin: 0 0 40px 20px;
  max-width: 600px;
}
.body.p1 blockquote p {
  border-left: 5px solid #C02607;
  padding: 0 0 0 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.25vw, 2.5rem) !important;
  line-height: 1.5em;
}

.body.p1 .wp-block-quote
{
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .body.p1 blockquote p {
    font-size: 1.125em;
  }
}
.body.p1 blockquote p + p {
  padding-top: 20px;
}

.copy.p2 p {
  font-size: 1.125em;
  line-height: 1.7777em;
}
.copy.p2 p + p {
  padding-top: 25px;
}
.copy.p2 a {
  border-bottom: 2px solid #C02607;
}
.copy.p3 p {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  line-height: 1.7777em;
}
.copy.p3 p + p {
  padding-top: 1.5rem;
}
.copy.p3 a {
  border-bottom: 2px solid #C02607;
}

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

main.site-content {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  main.site-content {
    padding: 6rem 0;
    min-height: 60vh;
  }
}

.grid {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: minmax(0, auto) repeat(4, minmax(auto, 1fr)) minmax(0, auto);
}
@media screen and (min-width: 568px) {
  .grid {
    grid-template-columns: minmax(0, auto) repeat(8, minmax(auto, 1fr)) minmax(0, auto);
  }
}
@media screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: minmax(0, auto) repeat(12, minmax(0, 4rem)) minmax(0, auto);
  }
}
.grid > * {
  grid-column: 2/span 4;
}
@media screen and (min-width: 568px) {
  .grid > * {
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .grid > * {
    grid-column: 2/span 12;
  }
}

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

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

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

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

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

section#email-gateway {
  display: none;
}
section#email-gateway .overlay {
  display: flex;
  align-items: center;
}
section#email-gateway .email-gateway-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 20px;
}
section#email-gateway .email-gateway-close:after, section#email-gateway .email-gateway-close:before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  transition: all 0.2s;
  top: 19px;
  left: 2px;
}
section#email-gateway .email-gateway-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#email-gateway .email-gateway-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section#email-gateway .info {
  width: 100%;
}
section#email-gateway .info .headline {
  text-align: center;
  padding-bottom: 2rem;
}
section#email-gateway .info .headline h3 {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
section#email-gateway .info form {
  display: flex;
  align-items: center;
  width: 100%;
}
section#email-gateway .info form input[type=email] {
  border: 1px solid #2a2a2a;
  border-radius: none;
  height: 3rem;
  line-height: 1em;
  padding: 0.5rem;
  flex: 1;
  font-family: proxima-nova, sans-serif;
}
section#email-gateway .info form .subscribe-btn {
  margin-left: 1rem;
}

body.email-gateway-on section#email-gateway {
  display: block;
}
body.email-gateway-on section#email-gateway .overlay {
  background: rgba(51, 51, 51, 0.5);
  padding: 2rem;
}
body.email-gateway-on section#email-gateway .overlay-wrapper {
  max-width: 50rem;
  margin: auto;
  padding: 3rem;
  display: flex;
  align-items: center;
  height: auto;
  background: #fff;
}

.hide-content * {
  transition: all 0.2s ease;
}
.hide-content .page-content, .hide-content .site-header, .hide-content .site-footer {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.hide-content .page-content section.body {
  padding: 1rem 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

article.quick-hit-preview + article.quick-hit-preview {
  border-top: 1px solid #eee;
}
article.quick-hit-preview a {
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
}
article.quick-hit-preview a:hover h3 {
  text-decoration: underline;
}
article.quick-hit-preview .photo {
  width: 52px;
  height: 52px;
  border: 1px solid #C02607;
}
article.quick-hit-preview .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
article.quick-hit-preview .info {
  padding-left: 20px;
  flex: 1;
}
article.quick-hit-preview .info:only-child {
  padding-left: 0;
}
article.quick-hit-preview .info .tagline {
  padding-bottom: 4px;
}
article.quick-hit-preview .info .tagline h4 {
  font-family: proxima-nova, sans-serif;
  color: #C02607;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  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: #767676;
  font-size: 0.8125em;
}

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

article.blast-preview + article.blast-preview {
  border-top: 1px solid #eee;
}
article.blast-preview a {
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
}
article.blast-preview a:hover h3 {
  text-decoration: underline;
}
article.blast-preview .photo {
  width: 52px;
  height: 52px;
  border: 1px solid #C02607;
}
article.blast-preview .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
article.blast-preview .info {
  padding-left: 20px;
  flex: 1;
}
article.blast-preview .info:only-child {
  padding-left: 0;
}
article.blast-preview .info .tagline {
  padding-bottom: 4px;
}
article.blast-preview .info .tagline h4 {
  font-family: proxima-nova, sans-serif;
  color: #C02607;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
article.blast-preview .info .title h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
}
article.blast-preview .info .meta {
  padding-top: 10px;
}
article.blast-preview .info .meta em {
  display: block;
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 0.8125em;
}

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





#search-form {
  display: none;
}
#search-form .search-close {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
#search-form .search-close:after, #search-form .search-close:before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  transition: all 0.2s;
  top: 19px;
  left: 2px;
}
#search-form .search-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#search-form .search-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#search-form form {
  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(233, 59, 58, 0.9);
  z-index: 10000;
}
body.search-open #search-form .overlay-wrapper {
  max-width: 1004px;
  margin: auto;
  padding: 150px 25px 0 25px;
  display: flex;
  align-items: center;
}
/* below is new code */
.subscribebutton {
    color: #fff;
    background: #C02607;
    padding: 13px 20px 10px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #C02607;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}
.alertbar {
    background: #C02607;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    border-top: 1px solid grey;
    display: none;
    font-size: 15px;
}
.home .alertbar{
  display: block!important;
}
.alertbar p{
  font-weight: 500;
}
.topcontainer{
  width: 100%;
  display: inline-block;
}
.topcontainer .leftcon, .main .leftcon{
width: 70%;
float: left;
}
.main .leftcon .leftbelowcon{
  padding: 60px 80px;
}
.topcontainer .rightcon, .main .rightcon{
width: 30%;
float: right;
border-left: 1px solid grey;
}
body.page-template-homepage .leftcon section.featured-articles article .info{
padding: 2.25rem;
}
section.quick-hits.right .section-header{
  text-align: left;
  padding: 30px 25px 0px 25px;
}
section.quick-hits.right .section-header h2 a{
border: 0px;
}
section.quick-hits.sidebar.right {
    max-width: none;
}


section.most_read_stories
{
  height: auto !important;
}


section.quick-hits.right .section-header h2 {
    font-size: 2em;
}
section.quick-hits.right article.quick-hit-preview .info .tagline h4 {
    font-size: 0.90rem;
}
section.quick-hits.right article.quick-hit-preview .info .title h3 {
    font-size: 1.2rem;
    line-height: 1.3;
}
section.quick-hits.right article.quick-hit-preview{
  border-top: 0px;
  border-bottom: 1px solid #000;
  display: flex;
    align-items: center;
}
body.page-template-homepage section.main.onhome{
border-top: 0px;
display: flex;
    align-items: stretch;
}
section.quick-hits.right article.quick-hit-preview .info .tagline {
    padding-bottom: 5px;
}
a.seeallarticles {
    font-size: 1.1rem;
    color: #000;
    font-family: proxima-nova, sans-serif;
    float: right;
    margin-right: 20px;
    width: 100%;
    text-align: right;
    font-weight: bold;
}
.rightcon section.subscribe .info,.rightcon section.subscribe .preview{
width: 100%;
}
section.main .rightcon .page-content{
padding: 0px 55px;
}
section.main .rightcon section.subscribe .info {
    padding: 40px 0 0 0;
}
section.main .rightcon section.subscribe .headline h1{
color: #000;
font-weight: bold;
font-size: 2.5em;
}
section.main .rightcon section.subscribe .dek p{
font-size: 14px;
}
section.main .rightcon section.subscribe .dek{
padding-top: 0px;
}
section.main .rightcon section.subscribe .info .form{
  display: inline-block;
  width: 100%;
}
section.main .rightcon section.subscribe .form input.email{
    width: 100%;
    float: left;
}

.newrightside .subscribe-btn.clear-charcoal
{
  float: right;
  margin-top: 10px;
  margin-right: 0;
}

.newrightside section.subscribe .info .pullquote {
    margin-top: 25px;
}

.onhome .leftcon .leftbelowcon
{
    padding: 60px 80px 0px;
    display: flex;
    flex-direction: column;
}

body.page-template-homepage .onhome .banner
{
  padding-bottom: 0px;
}

body.category-bursts .onhome section.article-teasers
{
  padding: 40px 0px 150px;
  border: none;
  /*max-width: inherit;*/
}

body.page-template-homepage .onhome section.main
{
border: none;
}

body.category-bursts .onhome section.article-teasers article.quick-hit
{
  padding: 0 0 20px 0;
}

/* above is new code */
.subscribe-btn {
  color: #fff;
    background: #C02607;
    padding: 13px 10px 10px 10px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #C02607;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    font-family: proxima-nova, sans-serif;
}
.subscribe-btn.clear {
  background: transparent;
}
.subscribe-btn.clear:hover {
  background: #C02607;
}
.subscribe-btn.clear-charcoal {
  background: transparent;
  color: #333;
}
.subscribe-btn.clear-charcoal:hover {
  background: #C02607;
  color: #fff;
}
.subscribe-btn.white {
  background: transparent;
  border-color: #fff;
}
.subscribe-btn.white:hover {
  background: #fff;
  color: #333;
}

section#subscribe-form {
  display: none;
}
section#subscribe-form .overlay {
  display: flex;
  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;
  transition: all 0.2s;
  top: 19px;
  left: 2px;
}
section#subscribe-form .subscribe-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#subscribe-form .subscribe-close:after {
  -webkit-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 {
  width: 100%;
}
section#subscribe-form .info .form input[type=email] {
  border: none;
}
section#subscribe-form .info .form .subscribe-btn {
  color: #fff;
  border-color: #fff;
}

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

section.subscribe {
  order: -1;
  border-bottom: 5px solid #C02607;
  padding-bottom: 25px;
}

.loginModalOuter.white .closeSubModal
{
  display: none !important;
}

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

  .site-header .logo
  {
    width: auto !important;
    max-width: 160px;
  }

	.main .leftcon, .main .rightcon {
	    width: 100%!important;
	}
  .formobile{
    display: block;
  }
  .leftbelowcon .formobile section.quick-hits {
      border-right: 0;
      display: block;
  }
  .leftbelowcon .formobile {
      margin-bottom: 50px;
      float: left;
      width: 100%;
  }
  .onhome .leftcon .leftbelowcon {
      padding: 20px 20px 0px;
  }
  .rightcon .quick-hits.sidebar.right, .rightcon .seeallarticles{
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  section.subscribe {
    order: 2;
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  section.subscribe {
    align-items: flex-start;
  }
}
section.subscribe .info {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 25px;
}
@media screen and (min-width: 1280px) {
  section.subscribe .info {
    width: 50%;
    padding: 50px 0 0 0;
  }
}
section.subscribe .info .pullquote {
  margin-top: 50px;
}
section.subscribe .info .form {
  padding-bottom: 0;
}
section.subscribe .preview {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 1280px) {
  section.subscribe .preview {
    width: 50%;
  }
}
section.subscribe .preview .frame {
  margin: 0 auto;
  background: url(../png/iphone-frame.png) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 523px;
  max-height: 960px;
  -webkit-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: 99%;
}
.subscription_details .change_payment_method {
    display: none !important;
}


@media screen and (min-width: 1024px) {
  section.subscribe .headline h1,
  section#subscribe-form .headline h1 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1280px) {
  section.subscribe .headline h1,
  section#subscribe-form .headline h1 {
    font-size: 2.75em;
  }
}
section.subscribe .dek,
section#subscribe-form .dek {
  padding-top: 10px;
}
section.subscribe .dek p,
section#subscribe-form .dek p {
  color: rgba(51, 51, 51, 0.6);
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25em;
}
@media screen and (min-width: 1024px) {
  section.subscribe .dek p,
  section#subscribe-form .dek p {
    font-size: 1.125em;
  }
}
section.subscribe .form,
section#subscribe-form .form {
  padding: 1.5rem 0 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  section.subscribe .form,
  section#subscribe-form .form {
    padding: 1.5rem 0;
  }
}
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 {
    flex: 1;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 11px 10px;
    width: auto;
  }
}
section.subscribe .pullquote,
section#subscribe-form .pullquote {
  display: none;
  background: url(../svg/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(../svg/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: flex;
  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 {
  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: #767676;
  font-size: 0.875em;
  padding-top: 5px;
}

blockquote {padding-bottom: 35px;}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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("../slick.html");
  src: url("../slickd41d.html?#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#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%);
  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(../png/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(../png/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;
}

.site-header {
  padding: 35px 0;
  border-top: 5px solid #C02607;
  border-bottom: 1px solid #eee;
}
.site-header .wrapper {
  max-width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .site-header .logo {
    display: flex;
  }
}
.site-header .logo .logo-type img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .site-header .logo .logo-type img {
    max-width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .logo .logo-type img {
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .logo .logo-type img {
    max-width: 250px;
  }
}
.site-header .logo .site-tagline {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-header .logo .site-tagline {
    padding: 10px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .logo .site-tagline {
    padding: 5px 0 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .logo .site-tagline {
    padding: 8px 0 0 20px;
  }
}
.site-header .logo .site-tagline span {
  font-size: 0.875em;
  color: #C02607;
}
@media screen and (min-width: 1280px) {
  .site-header .logo .site-tagline span {
    font-size: 1em;
  }
}
.site-header .desktop-nav-links {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .desktop-nav-links {
    display: flex;
    align-items: center;
    margin-bottom: auto;
    padding-top: 7px;
    padding-left: 40px;
    margin-bottom: 0;
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .desktop-nav-links {
    padding-top: 15px;
  }
}
.site-header .desktop-nav-links a {
  color: #C02607;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
}
.site-header .desktop-nav-links a + a:before {
  content: "·";
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .site-header .desktop-nav-links a + a:before {
    padding: 0 15px;
  }
}
.site-header .desktop-nav-links a:hover span {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) and (max-width: 1599px)
{
  .site-header .desktop-nav-links
  {
    padding-left: 20px;
  }

  .site-header .desktop-nav-links a + a:before {
    padding: 0 6px;
}

  .site-header .desktop-nav-links a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1600px) {
  .site-header .desktop-nav-links a {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 1024px) {
  .site-header .desktop-nav-links a:nth-child(4) ~ a {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .desktop-nav-links a:nth-child(4) ~ a {
    display: block;
  }
}
.site-header .utilities {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .utilities {
    margin-bottom: auto;
    padding-top: 5px;
  }
}
.site-header .utilities .social,
.site-header .utilities .subscribe {
  display: none;
}
@media screen and (min-width: 768px) {
  /*.site-header .utilities .social,
  .site-header .utilities .subscribe {
    padding-right: 20px;
  }*/
}
@media screen and (min-width: 1280px) {
  /*.site-header .utilities .social,
  .site-header .utilities .subscribe {
    padding-right: 30px;
  }*/
}
@media screen and (min-width: 1024px) {
  .site-header .utilities .social {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-right: 20px;
  }
  .site-header .utilities .social .social-link {
    display: block;
  }
  
  .site-header .utilities .social .social-link.facebook img {
    width: 100%;
    max-width: 10px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .site-header .utilities .social .social-link.twitter img {
    width: 100%;
    max-width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-header .utilities .subscribe {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .site-header .utilities .subscribe .subscribe-btn {
    font-size: 0.875em;
    padding: 11px 16px 8px 16px;
  }
}
/*@media screen and (min-width: 1280px) {
  .site-header .utilities .subscribe .subscribe-btn {
    font-size: 1em;
  }
}*/
.site-header .utilities .search {
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .site-header .utilities .search {
    padding-right: 30px;
    padding-left: 10px;
  }
}
.site-header .utilities .search .search-btn img {
  width: 100%;
  max-width: 18px;
}
@media screen and (min-width: 1280px) {
  .site-header .utilities .search .search-btn img {
    max-width: 20px;
  }
}
.site-header #toggle {
  width: 30px;
  cursor: pointer;
  padding: 8px 0;
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  z-index: 10001;
}
@media screen and (min-width: 1280px) {
  .site-header #toggle {
    width: 40px;
  }
}
.site-header #toggle .patty {
  width: 20px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .site-header #toggle .patty {
    width: 30px;
  }
}
.site-header #toggle .patty:after, .site-header #toggle .patty:before {
  content: "";
  display: block;
  height: 2px;
  background: #333;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.site-header #toggle .patty:before {
  width: 30px;
  top: -7px;
}
@media screen and (min-width: 1280px) {
  .site-header #toggle .patty:before {
    width: 40px;
  }
}
.site-header #toggle .patty:after {
  width: 25px;
  top: 7px;
}
@media screen and (min-width: 1280px) {
  .site-header #toggle .patty:after {
    width: 35px;
  }
}

nav.network {
  background: #1a1a1a;
  display: flex;
  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.jewish-insider a {
  opacity: 1;
}
nav.network .site.ejp {
  width: 3.5em;
}
@media screen and (min-width: 768px) {
  nav.network .site.ejp {
    width: 4rem;
  }
}
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;
  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;
}

.site-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) {
  .site-header.header-overlay {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header.header-overlay {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.site-header.header-overlay .logo .site-tagline span {
  color: #fff;
}
.site-header.header-overlay .desktop-nav-links a {
  color: #fff;
}
.site-header.header-overlay #toggle .patty {
  background: #fff;
}
.site-header.header-overlay #toggle .patty:after, .site-header.header-overlay #toggle .patty:before {
  background: #fff;
}

.site-header.open {
  z-index: 10001;
}
.site-header.open #toggle {
  z-index: 100002;
}
.site-header.open #toggle .patty {
  background: none;
}
.site-header.open #toggle .patty:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 25px;
}
@media screen and (min-width: 1280px) {
  .site-header.open #toggle .patty:before {
    width: 25px;
  }
}
.site-header.open #toggle .patty:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .site-header.open #toggle .patty:after {
    width: 25px;
  }
}

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

nav.main-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #C02607;
  color: #fff;
  height: 100vh;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
nav.main-nav a {
  color: #fff;
}
nav.main-nav.open {
  -webkit-transform: translateX(25%);
          transform: translateX(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%);
            transform: translateX(50%);
  }
}
@media screen and (min-width: 1280px) {
  nav.main-nav.open {
    -webkit-transform: translateX(66.6667%);
            transform: translateX(66.6667%);
  }
}
nav.main-nav .nav-wrapper {
  height: 100vh;
  padding: 30px 50px;
  width: 75%;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  nav.main-nav .nav-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  nav.main-nav .nav-wrapper {
    width: 33.3333%;
  }
}
nav.main-nav .nav-wrapper .info .logo {
  max-width: 250px;
}
nav.main-nav .nav-wrapper .info .navigation {
  padding-top: 50px;
}
nav.main-nav .nav-wrapper .info .navigation .links .link {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  nav.main-nav .nav-wrapper .info .navigation .links .link.subscribe-link {
    display: none;
  }
}
nav.main-nav .nav-wrapper .info .navigation .links .link a {
  font-size: 1.5em;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
nav.main-nav .nav-wrapper .info .navigation .links .link a:hover {
  border-bottom: 2px solid #fff;
}
nav.main-nav .nav-wrapper .info .social {
  padding-top: 50px;
}
nav.main-nav .nav-wrapper .info .social .links {
  display: flex;
  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;
}

.site-footer {
  border-top: 5px solid #C02607;
  background: #000000;
  padding: 50px 0;
  color: #fff;
}

footer.site-footer .wrapper {
    max-width: 90%;
}

@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 55px 0 20px;
  }
}
.site-footer a {
  color: #fff;
}
.site-footer .header {
  width: 100%;
  padding-bottom: 20px;
}
.site-footer .header h5 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #767676;
}
.site-footer .header h5:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #767676;
  margin-top: 10px;
}
.site-footer .footer-logo a {
  display: block;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-logo a {
    max-width: 300px;
  }
}
.site-footer .footer-utilities {
  padding: 0px 0 50px;
  display: flex;
  
}
.site-footer .footer-utilities .navigation {
    max-width: 45%;
    width: 100%;
}
.site-footer .footer-utilities .navigation .links {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 15px;
}

.site-footer .footer-utilities .navigation .links .link {
    min-width: 82px;
}


.site-footer .footer-utilities .navigation .link a {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #8E8E8E;
}
.site-footer .footer-utilities .social {
    margin-left: auto;
}

.site-footer .footer-utilities .social .links {
  display: flex;
  align-items: center;
  column-gap: 23px;
}

.site-footer .footer-utilities .social .links .social-link a {
  display: block;
  max-width: 22px;
}
.site-footer .footer-utilities .social .links .social-link.twitter {
  padding-top: 1px;
}
.site-footer .footer-utilities .subscribe {
  width: 100%;
  padding-top: 50px;
  max-width: 470px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-utilities .subscribe {
    width: 50%;
    margin-left: auto;
    padding-top: 0;
  }
}
.site-footer .footer-utilities .subscribe form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .footer-utilities .subscribe input.email {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: proxima-nova, sans-serif;
  padding: 10px;
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 568px) {
  .site-footer .footer-utilities .subscribe input.email {
    width: auto;
    flex: 1;
    margin: 0 20px 0 0;
  }
}
.site-footer .footer-utilities .subscribe .subscribe-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.site-footer .footer-utilities .subscribe .subscribe-btn:hover {
  background: #fff;
  color: #333;
}

.site-footer .copyright p {
  font-size: 0.85em;
  color: #8E8E8E;
  font-family: proxima-nova, sans-serif;

}

.site-footer .footerCopyright {
    display: flex;
}

.site-footer .footerCopyright .privacyLinks {
    margin-left: auto;
}

.privacyLinks .links {
    display: flex;
    column-gap: 10px;
}

.privacyLinks .links .link a {
    color: #8E8E8E;
    font-size: 0.85em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
}

.privacyLinks .links .link:after {
    content: ".";
    padding-left: 10px;
    color: #8E8E8E;
    position: relative;
    bottom: 2px;
}

.privacyLinks .links .link:last-child:after {
    content: "";
}

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-homepage section.featured-articles article a {
  display: block;
}
body.page-template-homepage section.featured-articles article .photo {
  position: relative;
  max-height: 767px;
}
body.page-template-homepage section.featured-articles article .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.page-template-homepage section.featured-articles article .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  body.page-template-homepage section.featured-articles article .photo {
    position: relative;
    max-height: 85vh;
  }
  body.page-template-homepage section.featured-articles article .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%;
  }
  body.page-template-homepage section.featured-articles article .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-homepage section.featured-articles article .photo {
    position: relative;
  }
  body.page-template-homepage section.featured-articles article .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  body.page-template-homepage section.featured-articles article .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-homepage section.featured-articles article .photo {
    position: relative;
  }
  body.page-template-homepage section.featured-articles article .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  body.page-template-homepage section.featured-articles article .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body.page-template-homepage section.featured-articles article .photo .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(-25deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
}
body.page-template-homepage section.featured-articles article .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(0.6);
          filter: saturate(0.6);
  z-index: 1;
  position: relative;
}
body.page-template-homepage section.featured-articles article .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 25px 25px 150px 25px;
  color: #fff;
}
@media screen and (min-width: 568px) {
  body.page-template-homepage section.featured-articles article .info {
    padding: 25px;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-homepage section.featured-articles article .info {
    padding: 40px;
  }
}
body.page-template-homepage section.featured-articles article .info .headline {
  max-width: 840px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /*body.page-template-homepage section.featured-articles article .info .headline {
    max-width: 75%;
  }*/
}
@media screen and (min-width: 1280px) {
  body.page-template-homepage section.featured-articles article .info .headline {
    max-width: 100%;
  }
}
body.page-template-homepage section.featured-articles article .info .headline h1 {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1280px) {
  body.page-template-homepage section.featured-articles article .info .headline h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1700px) {
  body.page-template-homepage section.featured-articles article .info .headline h1 {
    font-size: 3.5em;
  }

    /*
   body.page-template-homepage section.featured-articles article .info .headline {
    max-width: 60%;
  }
  */
}



body.page-template-homepage section.featured-articles article .info .dek {
  padding-top: 25px;
  
  display: none;
}
@media screen and (min-width: 768px) {
  body.page-template-homepage section.featured-articles article .info .dek {
    display: block;
  }
}
body.page-template-homepage section.featured-articles article .info .dek p {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
  font-size: 1.125em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  body.page-template-homepage section.featured-articles article .info .dek p {
    font-size: 1.5em;
  }
}
body.page-template-homepage section.featured-articles .slick-dots {
  bottom: 10px;
}
body.page-template-homepage section.featured-articles .slick-dots li {
  width: 40px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-filter: saturate(0);
          filter: saturate(0);
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 568px) {
  body.page-template-homepage section.featured-articles .slick-dots li {
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-homepage section.featured-articles .slick-dots li {
    width: 120px;
    height: 80px;
    margin: 0 10px;
  }
}
body.page-template-homepage section.featured-articles .slick-dots li.slick-active {
  border-color: #C02607;
  -webkit-filter: saturate(0.6);
          filter: saturate(0.6);
}
body.page-template-homepage section.featured-articles .slick-dots li:hover {
  cursor: pointer;
}
body.page-template-homepage section.featured-articles .slick-dots li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.page-template-homepage section.main {
  border-top: 5px solid #C02607;
  align-items: flex-start;
}
body.page-template-homepage section.quick-hits {
  border-bottom: none;
}
body.page-template-homepage .banner {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 1024px) {
  body.page-template-homepage .banner {
    padding: 0 0 2rem 0;
  }
}
body.page-template-homepage .banner a {
  display: block;
}
body.page-template-homepage .banner img {
  width: 100%;
}

body.single-post article section.header .tagline,
body.category-quick-hits article section.header .tagline {
  padding-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  body.single-post article section.header .tagline,
  body.category-quick-hits article section.header .tagline {
    padding-bottom: 25px;
  }
}
body.single-post article section.header .tagline strong, body.single-post article section.header .tagline h4,
body.category-quick-hits article section.header .tagline strong,
body.category-quick-hits article section.header .tagline h4 {
  display: inline-block;
  color: #C02607;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875em;
}
body.single-post article section.header .title + .byline,
body.category-quick-hits article section.header .title + .byline {
  padding-top: 25px;
}
body.single-post article section.header .dek,
body.category-quick-hits article section.header .dek {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 0;
}
body.single-post article section.header .dek p,
body.category-quick-hits article section.header .dek p {
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #767676;
}
@media screen and (min-width: 568px) {
  body.single-post article section.header .dek p,
  body.category-quick-hits article section.header .dek p {
    font-size: 1.375em;
  }
}
body.single-post article section.header .byline,
body.category-quick-hits article section.header .byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  body.single-post article section.header .byline,
  body.category-quick-hits article section.header .byline {
    font-size: 1.125em;
  }
}
body.single-post article section.header .byline .authors,
body.category-quick-hits article section.header .byline .authors {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.single-post article section.header .byline .authors,
  body.category-quick-hits article section.header .byline .authors {
    width: auto;
    padding-bottom: 0;
  }
  body.single-post article section.header .byline .authors:after,
  body.category-quick-hits article section.header .byline .authors:after {
    content: "·";
    padding: 0 10px;
  }
}
body.single-post article section.header .byline .authors .by,
body.category-quick-hits article section.header .byline .authors .by {
  padding-right: 5px;
}
body.single-post article section.header .byline .authors .author,
body.category-quick-hits article section.header .byline .authors .author {
  display: flex;
  width: auto;
}
body.single-post article section.header .byline .authors .author:before,
body.category-quick-hits article section.header .byline .authors .author:before {
  content: ", ";
  margin-right: 6px;
}
body.single-post article section.header .byline .authors .author:first-of-type:before,
body.category-quick-hits article section.header .byline .authors .author:first-of-type:before {
  content: "";
  margin-right: 0;
}
body.single-post article section.header .byline .authors .author a,
body.category-quick-hits article section.header .byline .authors .author a {
  border-bottom: 2px solid #C02607;
}
body.single-post article section.header .share,
body.category-quick-hits article section.header .share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.shareContainer {
    position: relative;
}

/*
.shareContainer button.sharePostBtn
{
    background: #fff;
    border: 2px solid #C02607;
    border-radius: 100%;
    width: 36px;
    height: 36px;
}
*/
.shareContainer button.sharePostBtn,.shareDefOptions > .sharePlatform
{
    background: #fff;
    border: 2px solid #C02607;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareDefOptions label
{
      font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.shareContainer button.sharePostBtn img,.shareDefOptions > .sharePlatform img
{
    width: 17px;
    margin-bottom: 0px !important;
}

.shareDefOptions {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

a.saveToGoogle
{
  background: transparent;
    color: #030303;
    border: 2px solid #C22805;
    font-family: proxima-nova, sans-serif;
    margin: 0;
    padding: 7px 10px 8px 10px;
    font-size: 13px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    margin-top: 0px;
}

a.saveToGoogle img
{
  margin-right: 5px;
  margin-bottom: 0 !important;
}

.sharePlatformContainer {
    width: 215px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    z-index: 199;
    top: 46px;
    left: -9px;
    display: none;
}

.shareContainer.opened .sharePlatformContainer
{
  display: inline-block;
}

.topArrow {
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    border-width: 10px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(179, 179, 179);
    border-image: initial;
    left: 15px;
    top: -20px;
}

.topArrowInner
{
      border-width: 10px 10px 11px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: initial;
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    top: -9px;
    left: -10px;
}

.sharePlatforms {
    padding: 14px;
}

.shareHeading {
    font-family: "Tiempos Headline", serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 8px;
}

.sharePlatform.copyLink.copied .shareText
{
   color: rgb(65, 125, 64);
   font-weight: bold;
   position: relative;
   max-width: 100%;
}

.sharePlatform.copyLink.copied .shareText::after
{
    content: " ";
    width: 15px;
    height: 14px;
    margin-left: 0.2rem;
    display: inline-block;
    background-image: url("../svg/copied_tick.svg");
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}

.sharePlatforms ul
{
  padding-bottom: 0px !important;
}

.sharePlatforms ul li {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 6px 0px !important;
    list-style: none;
    margin-left: 0px !important;
}

.sharePlatforms ul li:last-of-type {
    border: none;
}

.sharePlatforms ul li .sharePlatform {
    background: transparent;
    border: none;
    display: flex;
    padding: 0;
    column-gap: 16px;
    align-items: center;
}

.sharePlatforms ul li .sharePlatform .shareText {
    font-family: proxima-nova, sans-serif;

}

.sharePlatforms ul li .sharePlatform img {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    height: 30px !important;
    vertical-align: middle;
    width: 30px;
    object-fit: scale-down;
    margin-bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
  body.single-post article section.header .share,
  body.category-quick-hits article section.header .share {
    padding-bottom: 20px;
  }
}
body.single-post article section.header .share span.label,
body.category-quick-hits article section.header .share span.label {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single-post article section.header .share .link,
body.category-quick-hits article section.header .share .link {
  padding-left: 10px;
}
body.single-post article section.header .share .link a,
body.category-quick-hits article section.header .share .link a {
  width: 36px;
  height: 36px;
  border: 2px solid #C02607;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-post article section.header .share .link a:hover,
body.category-quick-hits article section.header .share .link a:hover {
  background: #C02607;
}
body.single-post article section.header .dateline,
body.category-quick-hits article section.header .dateline {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (min-width: 568px) {
  body.single-post article section.header .dateline,
  body.category-quick-hits article section.header .dateline {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
@media screen and (min-width: 1024px) {
  body.single-post article section.header .dateline,
  body.category-quick-hits article section.header .dateline {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.single-post article section.header .dateline h5,
body.category-quick-hits article section.header .dateline h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  color: #767676;
}
@media screen and (min-width: 568px) {
  body.single-post article section.header .dateline h5,
  body.category-quick-hits article section.header .dateline h5 {
    font-size: 1.125em;
  }
}
body.single-post article section.body,
body.category-quick-hits article section.body {
  padding-bottom: 50px;
}
body.single-post article section.body .wrapper,
body.category-quick-hits article section.body .wrapper {
  max-width: 90%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  body.single-post article section.body .wrapper,
  body.category-quick-hits article section.body .wrapper {
    max-width: 800px;
  }
}
body.single-post article section.body img,
body.category-quick-hits article section.body img {
  margin-bottom: 40px;
  height: auto;
}
body.single-post article section.body .twitter-tweet,
body.category-quick-hits article section.body .twitter-tweet {
  width: 100% !important;
}
body.single-post article section.body .wp-block-embed,
body.category-quick-hits article section.body .wp-block-embed {
  margin-bottom: 40px;
}
body.single-post article section.body .wp-block-embed .fb_iframe_widget,
body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget {
  width: 100%;
}
body.single-post article section.body .wp-block-embed .fb_iframe_widget > span,
body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget > span {
  width: 100% !important;
  height: auto !important;
}
body.single-post article section.body .wp-block-embed .fb_iframe_widget iframe,
body.category-quick-hits article section.body .wp-block-embed .fb_iframe_widget iframe {
  width: 100% !important;
}
body.single-post article section.body .wp-block-image,
body.category-quick-hits article section.body .wp-block-image {
  margin-bottom: 0px;
}
body.single-post article section.body .wp-block-image img,
body.category-quick-hits article section.body .wp-block-image img {
  margin-bottom: 0px;
}
body.single-post article section.body .wp-block-image figcaption,
body.single-post article section.body .wp-block-image .figcaption,
body.category-quick-hits article section.body .wp-block-image figcaption,
body.category-quick-hits article section.body .wp-block-image .figcaption {
  color: #767676;
  text-align: left;
  margin: 15px 0 0 0;
  font-size: 0.9375em;
  line-height: 1.5em;
  font-style: italic;
  padding: 0;
}

.wp-block-image img, {
margin-bottom: 0px;
}

body.single-post article section.body .wp-caption,
body.category-quick-hits article section.body .wp-caption {
  width: 100% !important;
}
body.single-post article section.footer .footer-wrapper,
body.category-quick-hits article section.footer .footer-wrapper {
  max-width: 90%;
  padding: 3rem 2rem;
  border-top: 1px solid #eee;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-post article section.footer .footer-wrapper,
  body.category-quick-hits article section.footer .footer-wrapper {
    max-width: 848px;
    padding-bottom: 6rem;
  }
}
body.single-post article section.footer .section-header,
body.category-quick-hits article section.footer .section-header {
  padding-bottom: 40px;
}
body.single-post article section.footer .section-header h2:after,
body.category-quick-hits article section.footer .section-header h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #C02607;
  margin-top: 10px;
}
body.single-post article section.footer .posts,
body.category-quick-hits article section.footer .posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px 20px;
}
@media screen and (min-width: 568px) {
  body.single-post article section.footer .posts,
  body.category-quick-hits article section.footer .posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  body.single-post article section.footer .posts,
  body.category-quick-hits article section.footer .posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.single-post article section.footer .posts article .photo,
body.category-quick-hits article section.footer .posts article .photo {
  position: relative;
}
body.single-post article section.footer .posts article .photo:before,
body.category-quick-hits article section.footer .posts article .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
body.single-post article section.footer .posts article .photo > .content,
body.category-quick-hits article section.footer .posts article .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-post article section.footer .posts article .photo a,
body.category-quick-hits article section.footer .posts article .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
body.single-post article section.footer .posts article .photo img,
body.category-quick-hits article section.footer .posts article .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body.single-post article section.footer .posts article .info,
body.category-quick-hits article section.footer .posts article .info {
  padding-top: 10px;
}
body.single-post article section.footer .posts article .info .tagline,
body.category-quick-hits article section.footer .posts article .info .tagline {
  padding-bottom: 10px;
}
body.single-post article section.footer .posts article .info .tagline h4,
body.category-quick-hits article section.footer .posts article .info .tagline h4 {
  font-family: proxima-nova, sans-serif;
  color: #C02607;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
body.single-post article section.footer .posts article .info .headline h3,
body.category-quick-hits article section.footer .posts article .info .headline h3 {
  font-size: 1.25em;
  line-height: 1.125em;
}
body.single-post article section.footer .posts article .info .headline h3:hover,
body.category-quick-hits article section.footer .posts article .info .headline h3:hover {
  text-decoration: underline;
}
body.single-post article.feature section.featured-image,
body.category-quick-hits article.feature section.featured-image {
  position: relative;
  max-height: 90vh;
}
body.single-post article.feature section.featured-image:before,
body.category-quick-hits article.feature section.featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.single-post article.feature section.featured-image > .content,
body.category-quick-hits article.feature section.featured-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  body.single-post article.feature section.featured-image,
  body.category-quick-hits article.feature section.featured-image {
    position: relative;
  }
  body.single-post article.feature section.featured-image:before,
  body.category-quick-hits article.feature section.featured-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  body.single-post article.feature section.featured-image > .content,
  body.category-quick-hits article.feature section.featured-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body.single-post article.feature section.featured-image .content:before,
body.category-quick-hits article.feature section.featured-image .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
body.single-post article.feature section.featured-image img,
body.category-quick-hits article.feature section.featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(0.6);
          filter: saturate(0.6);
  z-index: 1;
  position: relative;
}
body.single-post article.feature section.featured-image .credit,
body.category-quick-hits article.feature section.featured-image .credit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 568px) {
  body.single-post article.feature section.featured-image .credit,
  body.category-quick-hits article.feature section.featured-image .credit {
    bottom: 10vh;
    right: 5%;
  }
}
@media screen and (min-width: 1280px) {
  body.single-post article.feature section.featured-image .credit,
  body.category-quick-hits article.feature section.featured-image .credit {
    right: calc(50% - 500px);
  }
}
body.single-post article.feature section.header,
body.category-quick-hits article.feature section.header {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  body.single-post article.feature section.header,
  body.category-quick-hits article.feature section.header {
    max-width: 1000px;
  }
}
body.single-post article.feature section.header .header-wrapper,
body.category-quick-hits article.feature section.header .header-wrapper {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 25px 30px;
  z-index: 3;
}
@media screen and (min-width: 568px) {
  body.single-post article.feature section.header .header-wrapper,
  body.category-quick-hits article.feature section.header .header-wrapper {
    padding: 35px 25px;
    margin-top: -10vh;
  }
}
@media screen and (min-width: 1280px) {
  body.single-post article.feature section.header .header-wrapper,
  body.category-quick-hits article.feature section.header .header-wrapper {
    padding: 40px 50px 50px 50px;
  }
}
body.single-post article.feature section.body,
body.category-quick-hits article.feature section.body {
  padding-bottom: 3rem;
}
body.single-post article.feature section.body > *,
body.category-quick-hits article.feature section.body > * {
  max-width: 848px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.single-post article.feature section.body iframe,
body.category-quick-hits article.feature section.body iframe {
  max-width: 848px !important;
  display: block;
}
body.single-post article.feature section.body > p:first-child:first-letter,
body.single-post article.feature section.body > p:first-of-type::first-letter,
body.category-quick-hits article.feature section.body > p:first-child:first-letter {
  color: #333;
  font-weight: bold;
  display: block;
  border: 4px solid #333;
  float: left;
  font-size: 2.25em;
  line-height: 1em;
  padding: 5px 8px 5px 8px;
  margin: 4px 10px 0 0;
}
@media screen and (min-width: 1280px) {
  body.single-post article.feature section.body > p:first-child:first-letter,
  body.single-post article.feature section.body > p:first-of-type::first-letter,
  body.category-quick-hits article.feature section.body > p:first-child:first-letter {
    padding: 10px 12px 2px 12px;
    margin: 5px 12px -4px 0;
  }
}
body.single-post article.feature section.body .wp-block-image,
body.category-quick-hits article.feature section.body .wp-block-image {
  margin-bottom: 40px;
}
body.single-post article.feature section.body .wp-block-image.alignfull, body.single-post article.feature section.body .wp-block-image.alignwide,
body.category-quick-hits article.feature section.body .wp-block-image.alignfull,
body.category-quick-hits article.feature section.body .wp-block-image.alignwide {
  max-width: 100%;
  margin: 2rem 0 3rem;
  padding-left: 0;
  padding-right: 0;
}
body.single-post article.feature section.body .wp-block-image.alignfull img, body.single-post article.feature section.body .wp-block-image.alignwide img,
body.category-quick-hits article.feature section.body .wp-block-image.alignfull img,
body.category-quick-hits article.feature section.body .wp-block-image.alignwide img {
  width: 100% !important;
}
body.single-post article.feature section.body .wp-block-image.alignfull figcaption,
body.single-post article.feature section.body .wp-block-image.alignfull .figcaption, body.single-post article.feature section.body .wp-block-image.alignwide figcaption,
body.single-post article.feature section.body .wp-block-image.alignwide .figcaption,
body.category-quick-hits article.feature section.body .wp-block-image.alignfull figcaption,
body.category-quick-hits article.feature section.body .wp-block-image.alignfull .figcaption,
body.category-quick-hits article.feature section.body .wp-block-image.alignwide figcaption,
body.category-quick-hits article.feature section.body .wp-block-image.alignwide .figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5333333333);
  font-style: normal;
  padding: 0;
}
body.single-post article.feature section.body .wp-block-image.alignwide,
body.category-quick-hits article.feature section.body .wp-block-image.alignwide {
  max-width: 1400px;
  margin: 0 auto 3rem auto;
}
body.single-post article.feature section.body .wp-block-pullquote,
body.category-quick-hits article.feature section.body .wp-block-pullquote {
  padding: 0 2rem;
}
body.single-post article.feature section.body .wp-block-pullquote.alignwide, body.single-post article.feature section.body .wp-block-pullquote.alignfull,
body.category-quick-hits article.feature section.body .wp-block-pullquote.alignwide,
body.category-quick-hits article.feature section.body .wp-block-pullquote.alignfull {
  margin-bottom: 2rem;
}
body.single-post article.feature section.body .wp-block-pullquote.alignleft,
body.category-quick-hits article.feature section.body .wp-block-pullquote.alignleft {
  max-width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  body.single-post article.feature section.body .wp-block-pullquote.alignleft,
  body.category-quick-hits article.feature section.body .wp-block-pullquote.alignleft {
    float: left;
    max-width: 400px;
    margin: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1490px) {
  body.single-post article.feature section.body .wp-block-pullquote.alignleft,
  body.category-quick-hits article.feature section.body .wp-block-pullquote.alignleft {
    margin-left: 20rem;
  }
}
body.single-post article.feature section.body .wp-block-pullquote.alignright,
body.category-quick-hits article.feature section.body .wp-block-pullquote.alignright {
  max-width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  body.single-post article.feature section.body .wp-block-pullquote.alignright,
  body.category-quick-hits article.feature section.body .wp-block-pullquote.alignright {
    float: right;
    max-width: 400px;
    margin: 0 0 2rem 2rem;
  }
}
@media screen and (min-width: 1490px) {
  body.single-post article.feature section.body .wp-block-pullquote.alignright,
  body.category-quick-hits article.feature section.body .wp-block-pullquote.alignright {
    margin-right: 20rem;
  }
}
body.single-post article.feature section.body .wp-block-pullquote blockquote,
body.category-quick-hits article.feature section.body .wp-block-pullquote blockquote {
  margin: 0;
  max-width: 100%;
  text-align: left;
}
body.single-post article.feature section.body .wp-block-pullquote blockquote p,
body.category-quick-hits article.feature section.body .wp-block-pullquote blockquote p,blockquote.wp-block-quote p {
  border-color: #C02607;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.25vw, 2.5rem) !important;
  line-height: 1.5em;
}

body.single-post article.quick-hit,
body.category-quick-hits article.quick-hit {
  order: -1;
  padding: 50px 25px 20px 25px;
  border-bottom: 1px solid #eee;
}
body.single-post article.quick-hit section.header,
body.single-post article.quick-hit section.body,
body.category-quick-hits article.quick-hit section.header,
body.category-quick-hits article.quick-hit section.body {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-post article.quick-hit,
  body.category-quick-hits article.quick-hit {
    order: 2;
    padding: 75px 50px;
    max-width: 820px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  body.single-post article.quick-hit,
  body.category-quick-hits article.quick-hit {
    margin-left: 75px;
  }
}
body.single-post article.quick-hit section.header .share,
body.category-quick-hits article.quick-hit section.header .share {
  justify-content: flex-start;
  padding-bottom: 25px;
}
body.single-post article.quick-hit section.header .dek,
body.category-quick-hits article.quick-hit section.header .dek {
  text-align: left;
  max-width: 100%;
  padding-bottom: 0;
}
body.single-post article.quick-hit section.header .dek + .byline,
body.category-quick-hits article.quick-hit section.header .dek + .byline {
  padding-top: 30px;
}
body.single-post article.quick-hit section.header .quick-hit-photo .credit,
body.category-quick-hits article.quick-hit section.header .quick-hit-photo .credit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
body.single-post article.quick-hit section.header .quick-hit-photo .caption,
body.category-quick-hits article.quick-hit section.header .quick-hit-photo .caption {
  margin: 15px 0 0 0;
}
body.single-post article.quick-hit section.header .quick-hit-photo .caption p,
body.category-quick-hits article.quick-hit section.header .quick-hit-photo .caption p {
  color: #767676;
  text-align: left;
  font-size: 0.9375em;
  line-height: 1.5em;
  font-style: italic;
}
body.single-post article.quick-hit section.header .quick-hit-date,
body.category-quick-hits article.quick-hit section.header .quick-hit-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1em;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.single-post article.quick-hit section.header .quick-hit-date,
  body.category-quick-hits article.quick-hit section.header .quick-hit-date {
    font-size: 1.125em;
  }
}
body.single-post article.quick-hit section.header .quick-hit-date .tagline,
body.category-quick-hits article.quick-hit section.header .quick-hit-date .tagline {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.single-post article.quick-hit section.header .quick-hit-date .tagline,
  body.category-quick-hits article.quick-hit section.header .quick-hit-date .tagline {
    padding-bottom: 0;
  }
}
body.single-post article.quick-hit section.header .quick-hit-date .date,
body.category-quick-hits article.quick-hit section.header .quick-hit-date .date {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.single-post article.quick-hit section.header .quick-hit-date .date,
  body.category-quick-hits article.quick-hit section.header .quick-hit-date .date {
    width: auto;
    padding-top: 0;
  }
}

body.category-quick-hits article.quick-hit section.header .quick-hit-photo {
  padding: 30px 0 30px 0;
}

body.single-post article.quick-hit section.header .quick-hit-photo
{
  margin: 30px 0 30px 0;
}


body.single-post article.quick-hit section.header .byline,
body.category-quick-hits article.quick-hit section.header .byline {
  justify-content: flex-start;
  padding: 0 0 40px 0;
}
body.single-post article.quick-hit section.header .byline .authors,
body.category-quick-hits article.quick-hit section.header .byline .authors {
  justify-content: flex-start;
  width: auto;
}
body.single-post article.quick-hit section.header .byline .authors:after,
body.category-quick-hits article.quick-hit section.header .byline .authors:after {
  display: none;
}
body.single-post article.quick-hit section.header .byline .date,
body.category-quick-hits article.quick-hit section.header .byline .date {
  width: auto;
  padding: 0;
}
body.single-post article.quick-hit section.header .byline .authors + .date:before,
body.category-quick-hits article.quick-hit section.header .byline .authors + .date:before {
  content: "·";
  padding: 0 10px;
}
body.single-post article.quick-hit section.header .title + .byline,
body.category-quick-hits article.quick-hit section.header .title + .byline {
  padding-top: 20px;
}
body.single-post article.quick-hit section.header .dateline,
body.category-quick-hits article.quick-hit section.header .dateline {
  padding-bottom: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.single-post article.quick-hit section.header .header-wrapper .title:last-child,
body.category-quick-hits article.quick-hit section.header .header-wrapper .title:last-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.single-post article.quick-hit section.header .header-wrapper .title:last-child,
  body.category-quick-hits article.quick-hit section.header .header-wrapper .title:last-child {
    padding-bottom: 80px;
  }
}
body.single-post article.quick-hit section.body,
body.category-quick-hits article.quick-hit section.body {
  padding-bottom: 0;
}

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

.home_mobile section.quick-hits.sidebar.right {
    display: block;
    border-top: 5px solid #C12308;
    margin-top: 30px;
}

.home_mobile section.quick-hits.right article.quick-hit-preview .info .title h3 {
    font-size: 1.1rem;
    line-height: 1.1;
}


.home_mobile section.quick-hits.right article.quick-hit-preview .info .tagline h4 {
    font-size: 0.75rem;
}

.home_mobile a.seeallarticles
{
  font-size: 1rem;
}

section.home_mobile .banner {
    padding: 0;
    margin: 15px 0 0;
    display: inline-block;
}

section.home_mobile section.subscribe .info
{
  text-align: center;
}

section.home_mobile section.subscribe
{
  border-bottom: 0px;
  padding-bottom: 0px;
}

section.home_mobile section.subscribe h1
{
  font-size: 1.5em;
}

section.home_mobile section.quick-hits.right .section-header {
    
    padding: 15px 25px 0px 25px;
}


body.category-bursts section.home_mobile section.article-teasers {
    padding: 25px 0px 0px;
    width: 100%;
}

body.category-bursts section.home_mobile section.article-teasers article.quick-hit
{
  padding: 0 30px 20px;
}

.home_mobile section.quick-hits.right .section-header h2 {
    font-size: 1.5em;
}


.home_mobile .featured-articles
{
  max-height: 350px;
}

body.category-quick-hits .home_mobile section.burstsPage
{
    border-bottom: 5px solid #C02607;
    margin-bottom: 70px;
}

body.page-template-homepage .home_mobile section.featured-articles article .info .headline {
    width: 100%;
}

body.page-template-homepage .home_mobile section.featured-articles article .info
{
  /*padding: 25px 25px 25px 25px;*/
  text-align: center;
}


.home_mobile .featured-articles .slick-list,.home_mobile .featured-articles .slick-list .slick-slide
{
  max-height: 380px;
}

/*
body.page-template-homepage .home_mobile section.featured-articles .slick-dots 
{
    position: inherit;
    bottom: 0;
    margin-top: 25px;
}
*/

body.page-template-homepage .home_mobile  article.quick-hit .learnMoreBtn a
{
   width: 100%;
    text-align: center;
    padding-bottom: 13px;
}


body.page-template-homepage .home_mobile section.featured-articles .slick-dots li
{
    width: 70px;
    height: 45px;
}

.home_mobile .newrightside .subscribe-btn.clear-charcoal
{
    color: #000000;
    border: 2px solid #C33015;
    padding: 6px 30px;
    font-size: 16px;
    font-family: "Tiempos Headline", serif;
}

.home_mobile section.body.p2 {
    font-size: 1em !important;
    /* line-height: 1.7em !important; */
}

@media screen and (min-width: 481px)
{
  body.page-template-homepage .home_mobile section.featured-articles .slick-dots 
  {
      bottom: -10px;
  }

}
@media screen and (max-width: 1541px)
{
  .site-header .utilities .subscribe#subscribe_btn {
      margin: 0;
  }
  .site-header .utilities .social
  {
    column-gap: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1457px)
{
  .site-header .logo
  {
    width: 15%;
  }
  .site-header .logo .logo-type img
  {
    width: 100%;
  }
}
@media screen and (max-width: 1411px)
{
  .site-header .logo
  {
    width: 13%;
  }
}
@media screen and (max-width: 1379px)
{
  .site-header .wrapper
  {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1360px)
{
  .site-header .desktop-nav-links
  {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px)
{


  section.home_mobile section.subscribe h1 br
  {
    display: none;
  } 
  
  .footerCopyright .copyright
  {
    display: flex;
    align-items: flex-end;
  }

  .site-footer
  {
    padding: 25px 0;
  }

  footer.site-footer .wrapper
  {
    max-width: 97%;
  }

  .site-footer .copyright p,.privacyLinks .links .link a
  {
    font-size: 0.7em;
  }

  .site-footer .footer-utilities
  {
    padding: 0px 0 25px;
    flex-direction: column;
    row-gap: 25px;
  }

  .site-footer .footer-utilities .navigation .links
  {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  }

  .site-footer .footer-utilities .navigation
  {
    max-width: inherit;
  }

  .site-footer .footer-utilities .social
  {
    margin-left: inherit;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px)
{
  section.home_mobile section.subscribe .form input.email
  {
      margin-bottom: 0px;
  }

  section.home_mobile section.subscribe .form
  {
    column-gap: 5px;
  }

  section.home_mobile .newrightside .subscribe-btn.clear-charcoal
  {
    margin-top: 0px;
  }
}

@media screen and (max-width: 567px)
{

  .subscribe_area .plansArea .planItems .planItem.active .planPrice.active, .subscribe_area .plansArea .planItems .planItem.active .planPriceyear.active, .subscribe_area .plansArea .planItems .planItem.active .planPrice, .subscribe_area .plansArea .planItems .planItem.active .planPriceyear, .subscribe_area .plansArea .planItems .planItem .planPriceyear.active, .subscribe_area .plansArea .planItems .planItem .planPrice, .subscribe_area .plansArea .planItems .planItem .planPriceyear {
    font-size: 12px !important;
    width: auto !important;
    padding: 10px 11px !important;
}

.your_info .info_fields button.info_submit_btn {
    font-size: 13px !important;
}

   .contentUnlockPopupArea
   {
      min-height: 240px;
   }

   .contentUnlockPopup
   {
      padding: 20px 10px !important;
   }

   .contentUnlockPopup.login_form_area p.lead
   {
    font-size: 19px;
   }

   .contentUnlockPopup.login_form_area p.sublead
   {
    font-size: 17px;
    line-height: 1.5em;
   }

  .home_mobile section.subscribe .form
  {
    flex-direction: column;
    row-gap: 15px;
    padding: 0.8rem 0 0rem 0;
  }

  body.single-post .wp-block-list li
  {
    margin-left: 0px;
  }

  .home_mobile section.subscribe .info
  {
      padding: 30px 25px 15px;
  }

  body.category-bursts .home_mobile section.article-teasers article.quick-hit .tagArea
  {
    margin-bottom: 10px;
  }

  body.category-bursts .home_mobile section.article-teasers article.quick-hit section.header .x-large-title {
    font-size: 1.2em;
  }

  .site-header .subscribebutton
  {
    display: none;
  }

  .home_mobile section.subscribe .form input.email
  {
    margin-bottom: 0px;
  }

  .home_mobile .newrightside .subscribe-btn.clear-charcoal
  {
    margin-top: 0px;
  }

  section.home_mobile section.subscribe h1
  {
    font-size: 1em;
  }

  .site-footer .footerCopyright
  {
    flex-direction: column;
    row-gap: 10px;
  }
  
  .site-footer .footerCopyright .privacyLinks
  {
    margin-left: inherit;
  }

}

body.category-quick-hits section.quick-hits {
  order: 2;
  display: none;
}
@media screen and (min-width: 768px) {

  section.quick-hits.right article.quick-hit-preview:last-child
  {
    border-bottom:none;
  }

  body.category-quick-hits section.quick-hits {
    display: block;
    order: 1;
    max-width: 360px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
}
body.category-quick-hits nav.pagination {
  max-width: 850px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  body.category-quick-hits nav.pagination {
    margin-left: 50px;
  }
}

body.single-post section.subscribe {
  width: 100%;
  order: 1;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 568px) {
  body.single-post section.subscribe {
    padding: 10px 0 0 0;
  }
}
body.single-post section.subscribe .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 640px;
  text-align: center;
}
body.single-post section.subscribe .wrapper > * {
  width: 100%;
}
@media screen and (min-width: 568px) {
  body.single-post section.subscribe .wrapper > * {
    width: calc(50% - 10px);
    text-align: left;
  }
}
body.single-post section.subscribe .photo {
  display: none;
}
@media screen and (min-width: 568px) {
  body.single-post section.subscribe .photo {
    display: block;
  }
}
body.single-post section.subscribe .photo img {
  margin: 0 auto;
}
body.single-post section.subscribe .info {
  padding-bottom: 20px;
}
body.single-post section.subscribe .info .headline h3 {
  font-size: 1.5em;
  line-height: 1.25em;
}
body.single-post section.subscribe .info .cta {
  padding-top: 20px;
}
body.single-post section.subscribe .info .cta .subscribe-btn {
  font-size: 1em;
  background: #fff;
  border: 2px solid #C02607;
  color: #2a2a2a;
  display: inline-block;
}
body.single-post section.subscribe .info .cta .subscribe-btn:hover {
  background: #C02607;
  color: #fff;
}
body.single-post .recent-dropdown {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
body.single-post .recent-dropdown-wrapper {
  width: auto;
  display: inline-block;
}
body.single-post .recent-dropdown-outline {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-post .recent-dropdown .dropdown-header {
  padding: 5px 15px 0 0;
}
body.single-post .recent-dropdown .dropdown-header span {
  display: block;
  font-size: 0.8125em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}
body.single-post .recent-dropdown .combo-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 7px 30px 5px 10px;
  width: 100%;
  max-width: 320px;
  display: block;
  box-shadow: 0 0 4px inset rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMjQgMTgiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOTkgMTc5IDEyIDE4aC0yNHoiIGZpbGw9IiNjMDI2MDciIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAtMSAxMTEgMTk3KSIvPjwvc3ZnPg=="), linear-gradient(to bottom, #ffffff 0%, #eee 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 51%, 0 0;
  background-size: 0.65em auto, 100%;
}
body.single-post article.newsletter {
  margin: 0 auto;
  order: 2;
  border: none;
  display: block;
}
body.single-post article.newsletter section.header .title {
  text-align: center;
}
body.single-post article.newsletter section.header .title h2.post-type {
  color: #333;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  body.single-post article.newsletter section.header .title h2.post-type {
    font-size: 3em;
  }
}
body.single-post article.newsletter section.header .title h2.post-type:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #C02607;
  margin: 15px auto 0 auto;
}
body.single-post article.newsletter section.header .title h1.large-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}
@media screen and (min-width: 568px) {
  body.single-post article.newsletter section.header .title h1.large-title {
    font-size: 2em;
  }
}
body.single-post article.newsletter section.header .date {
  text-align: center;
  padding-top: 25px;
}
body.single-post article.newsletter section.header .date span {
  display: block;
  font-size: 1.25em;
}
body.single-post article.newsletter section.header .share {
  justify-content: center;
  padding: 25px 0 25px 0;
}
body.single-post article.newsletter .dk-block + .dk-block, body.single-post article.newsletter .dk-block + .wp-block-group,
body.single-post article.newsletter .wp-block-group + .dk-block,
body.single-post article.newsletter .wp-block-group + .wp-block-group {
  padding-top: 50px;
}
body.single-post article.newsletter .dk-block h2,
body.single-post article.newsletter .wp-block-group h2 {
  text-align: center;
  padding-bottom: 25px;
}
body.single-post article.newsletter .dk-block h2:after,
body.single-post article.newsletter .wp-block-group h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #C02607;
  margin: 15px auto 0 auto;
}
@media screen and (min-width: 768px) {
  body.single-post article.newsletter .dk-block h2,
  body.single-post article.newsletter .wp-block-group h2 {
    font-size: 2rem;
  }
}
body.single-post article.newsletter .dk-block h4,
body.single-post article.newsletter .wp-block-group h4 {
  text-transform: uppercase;
  color: #C02607;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.875em;
}
body.single-post article.newsletter .dk-block h3,
body.single-post article.newsletter .wp-block-group h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.single-post article.newsletter .dk-block h3,
  body.single-post article.newsletter .wp-block-group h3 {
    font-size: 1.75em;
  }
}
body.single-post article.newsletter .tagline + .headline {
  padding-top: 0.625rem;
}
body.single-post section.newsletter-archive {
  width: 100%;
  order: 3;
  padding: 50px 0;
  background: #fafafa;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  body.single-post section.newsletter-archive {
    padding: 100px 0;
  }
}
body.single-post section.newsletter-archive .wrapper {
  max-width: 960px;
}
body.single-post section.newsletter-archive .section-header {
  text-align: center;
  padding-bottom: 50px;
}
body.single-post section.newsletter-archive .section-header h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  body.single-post section.newsletter-archive .section-header h2 {
    font-size: 2em;
  }
}
body.single-post section.newsletter-archive .section-header h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #C02607;
  margin: 20px auto 0 auto;
}
body.single-post section.newsletter-archive .recent {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 568px) {
  body.single-post section.newsletter-archive .recent {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  body.single-post section.newsletter-archive .recent {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px 25px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post section.newsletter-archive .recent {
    grid-gap: 50px;
  }
}
body.single-post section.newsletter-archive .recent .archive-post {
  max-width: 360px;
  margin: 0 auto;
}
body.single-post section.newsletter-archive .recent .archive-post .timestamp {
  text-align: center;
  padding-bottom: 10px;
}
body.single-post section.newsletter-archive .recent .archive-post .timestamp span {
  font-weight: bold;
}
body.single-post section.newsletter-archive .recent .archive-post .timestamp span.day {
  font-size: 1.5em;
  padding-bottom: 5px;
}
body.single-post section.newsletter-archive .recent .archive-post .timestamp span.date {
  color: #C02607;
  font-size: 1.375em;
}
body.single-post section.newsletter-archive .recent .archive-post .photo {
  position: relative;
}
body.single-post section.newsletter-archive .recent .archive-post .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.single-post section.newsletter-archive .recent .archive-post .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-post section.newsletter-archive .recent .archive-post .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
body.single-post section.newsletter-archive .recent .archive-post .photo a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single-post section.newsletter-archive .recent .archive-post .headline {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  body.single-post section.newsletter-archive .recent .archive-post .headline {
    padding: 20px 10px 0 10px;
  }
}
body.single-post section.newsletter-archive .recent .archive-post .headline h3 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
}
body.single-post section.newsletter-archive .recent .archive-post .headline h3 a:hover {
  text-decoration: underline;
}
body.single-post section.newsletter-archive .archive {
  padding-top: 50px;
  font-family: proxima-nova, sans-serif;
}
body.single-post section.newsletter-archive .year {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px 50px;
}
body.single-post section.newsletter-archive .year + .year {
  padding-top: 100px;
}
@media screen and (min-width: 568px) {
  body.single-post section.newsletter-archive .year {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post section.newsletter-archive .year {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 100px;
  }
}
body.single-post section.newsletter-archive .year-caption {
  padding: 50px 0 25px 0;
  text-align: center;
}
body.single-post section.newsletter-archive .year-caption .yearName {
  font-size: 1.75em;
  font-family: "Tiempos Headline", serif;
  font-weight: bold;
  display: block;
}
body.single-post section.newsletter-archive .monthName {
  font-size: 1em;
  font-family: "Tiempos Headline", serif;
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
body.single-post section.newsletter-archive .calendar {
  text-align: center;
}
body.single-post section.newsletter-archive .calendar td, body.single-post section.newsletter-archive .calendar th {
  padding: 5px;
}
body.single-post section.newsletter-archive .calendar th {
  font-size: 0.75em;
}
body.single-post section.newsletter-archive .calendar td {
  text-align: center;
}
body.single-post section.newsletter-archive .calendar td a, body.single-post section.newsletter-archive .calendar td span {
  display: block;
  padding: 5px;
  font-size: 0.75em;
  margin: 0 auto;
  text-align: center;
}
body.single-post section.newsletter-archive .calendar td a {
  color: #C02607;
  font-weight: bold;
}
body.single-post section.newsletter-archive .calendar td a:hover {
  text-decoration: underline;
}
body.single-post section.newsletter-archive .calendar td span {
  opacity: 0.25;
}

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

body.search-results section.page-header {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  body.search-results section.page-header {
    padding-top: 100px;
  }
}
body.search-results section.page-header .wrapper {
  max-width: 640px;
}
body.search-results section.results {
  padding: 50px 0 100px 0;
  min-height: 60vh;
}
body.search-results section.results .wrapper {
  max-width: 640px;
}
body.search-results section.results article.quick-hit-preview a {
  padding: 20px 0;
}

body.single-authors section.page-header {
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.single-authors section.page-header {
    padding-top: 75px;
  }
}
body.single-authors section.page-header .wrapper {
  max-width: 840px;
}
body.single-authors section.page-header .photo {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 25px;
}
body.single-authors section.page-header .photo img {
  border-radius: 50%;
}
body.single-authors section.page-header .headline h1 {
  display: flex;
  justify-content: 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);
          transform: translateY(-3px);
}
body.single-authors section.page-header .headline h3 {
  font-weight: normal;
  font-style: italic;
  color: #767676;
  padding-top: 10px;
}
body.single-authors section.page-header .copy {
  padding-top: 25px;
}
body.single-authors section.results {
  padding: 100px 0;
  min-height: 60vh;
}
body.single-authors section.results.no-results {
  min-height: 0;
  padding: 0 0 100px 0;
}
@media screen and (min-width: 768px) {
  body.single-authors section.results.no-results {
    min-height: 40vh;
  }
}
body.single-authors section.results .wrapper {
  max-width: 640px;
}
body.single-authors section.results .section-header {
  text-align: center;
  padding-bottom: 25px;
}
body.single-authors section.results .section-header h2 {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #C02607;
}
body.single-authors section.results article.quick-hit-preview a {
  padding: 20px 0;
}

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

body.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("../svg/category-icon-red.svg");
  background-size: 16px 16px;
}
body.single-jobs section.page-header .meta .location span {
  background-image: url("../svg/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.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-about section.main section.content {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  body.page-template-about section.main section.content {
    width: calc(66.6666% - 25px);
    padding-bottom: 0;
  }
}
body.page-template-about section.main section.masthead {
  width: 100%;
  padding: 50px;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  body.page-template-about section.main section.masthead {
    width: calc(33.3333% - 25px);
  }
}
body.page-template-about section.main section.masthead .section-header {
  text-align: center;
  padding-bottom: 30px;
}
body.page-template-about section.main section.masthead .section-header h3 {
  font-size: 1.75em;
  display: inline-block;
  border-bottom: 2px solid #C02607;
}
body.page-template-about section.main section.masthead .position {
  text-align: center;
}
body.page-template-about section.main section.masthead .position a {
  display: block;
}
body.page-template-about section.main section.masthead .position span.name {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
body.page-template-about section.main section.masthead .position span.title {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875em;
  color: #767676;
}
body.page-template-about section.main section.masthead .position + .position {
  padding-top: 30px;
}
body.page-template-about section.jobs {
  background: #fafafa;
  padding: 100px 0 150px 0;
}
body.page-template-about section.jobs .wrapper {
  max-width: 720px;
}
body.page-template-about section.jobs .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 0;
}
body.page-template-about section.jobs .section-header h3 {
  font-size: 1.75em;
  display: inline-block;
  border-bottom: 2px solid #C02607;
}
body.page-template-about section.jobs .section-header .copy {
  padding-top: 30px;
}
body.page-template-about section.jobs .job-listings {
  padding-top: 75px;
}
body.page-template-about section.jobs article.job + article.job {
  margin-top: 50px;
  border-top: 2px solid #C02607;
  padding-top: 50px;
}
body.page-template-about section.jobs article.job .meta {
  display: flex;
  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("../svg/category-icon-red.svg");
  background-size: 16px 16px;
}
body.page-template-about section.jobs article.job .meta .location span {
  background-image: url("../svg/location-icon-red.svg");
  background-size: 16px 16px;
  padding-left: 22px;
}
body.page-template-about section.jobs article.job .headline h4 {
  font-size: 1.5rem;
}
body.page-template-about section.jobs article.job .headline h4 a {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
body.page-template-about section.jobs article.job .headline h4 a:hover {
  border-color: #C02607;
}
body.page-template-about section.jobs article.job .copy {
  padding-top: 10px;
}
body.page-template-about section.jobs article.job .copy p {
  font-family: proxima-nova, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5em;
}
body.page-template-about section.jobs article.job .read-more {
  padding-top: 15px;
}
body.page-template-about section.jobs article.job .read-more a {
  color: #C02607;
  text-decoration: none;
  font-size: 0.8125rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
body.page-template-about section.jobs article.job .read-more a:hover {
  border-color: #C02607;
}
body.page-template-about section.jobs .no-jobs article.job .headline {
  text-align: center;
}

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

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

body.page-template-referrals div.wpforms-container-full .wpforms-form .wpforms-field,
body.page-template-referrals div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0;
}
body.page-template-referrals form.wpforms-form {
  display: flex;
  flex-wrap: wrap;
  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 {
    flex: 1;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
body.page-template-referrals form.wpforms-form .wpforms-field-container input[type=email] {
  padding: 10px;
  font-family: proxima-nova, sans-serif;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  body.page-template-referrals form.wpforms-form .wpforms-field-container input[type=email] {
    padding: 11px 10px;
  }
}
body.page-template-referrals form.wpforms-form label.wpforms-error {
  color: #C02607;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875em;
  width: 100%;
  margin: 10px 0 0 0;
}
body.page-template-referrals div.wpforms-container-full .wpforms-form button[type=submit] {
  color: #fff;
  background: #C02607;
  padding: 13px 24px 10px 24px;
  border-radius: 24px;
  font-size: 1.25em;
  font-weight: bold;
  border: 2px solid #C02607;
  transition: all 0.3s ease-in-out;
}
body.page-template-referrals div.wpforms-container-full .wpforms-form button[type=submit].clear-charcoal {
  background: transparent;
  color: #333;
}
body.page-template-referrals div.wpforms-container-full .wpforms-form button[type=submit].clear-charcoal:hover {
  background: #C02607;
  color: #fff;
}
body.page-template-referrals .form-note p {
  font-family: proxima-nova, sans-serif;
  color: #767676;
  line-height: 1.25em;
}

body.page-template-podcast .player {
  width: 100%;
}

body.single-podcasts .site-content {
  padding-top: 0;
}
body.single-podcasts .show-header .info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
body.single-podcasts .show-header .meta {
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  body.single-podcasts .show-header .meta {
    width: auto;
    padding-top: 0;
  }
}
body.single-podcasts .show-header .meta .time {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  font-weight: 500;
}
body.single-podcasts .show-header .headline .back {
  padding-bottom: 0.75rem;
}
body.single-podcasts .show-header .headline .back a {
  display: inline-block;
  color: #C02607;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.single-podcasts .show-header .headline h2 {
  font-size: clamp(1.5rem, 2vw, 3rem);
}
body.single-podcasts .show-header .headline h2 a:hover {
  text-decoration: underline;
}
body.single-podcasts .episode-header .meta {
  padding: 0 0 0.5rem 0;
}
body.single-podcasts .episode-header .meta .time {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  font-weight: 500;
  font-size: 0.875rem;
}
body.single-podcasts .episode-header .headline h3 {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(1.25rem, 1.25vw, 2.25rem);
}
body.single-podcasts .episode-header .dek {
  padding-top: 0.5rem;
  font-family: proxima-nova, sans-serif;
}
@media screen and (min-width: 568px) {
  body.single-podcasts .episode-header .meta, body.single-podcasts .episode-header .headline, body.single-podcasts .episode-header .dek {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 1024px) {
  body.single-podcasts .episode-header .meta, body.single-podcasts .episode-header .headline, body.single-podcasts .episode-header .dek {
    grid-column: 2/span 8;
  }
}
body.single-podcasts .episode-header .share {
  display: flex;
  align-items: flex-end;
  padding-top: 1rem;
}
@media screen and (min-width: 568px) {
  body.single-podcasts .episode-header .share {
    padding-top: 0;
    grid-column: 8/span 2;
    grid-row: 1;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  body.single-podcasts .episode-header .share {
    grid-column: 10/span 4;
  }
}
body.single-podcasts .episode-header .share .link + .link {
  margin-left: 1rem;
}
body.single-podcasts .episode-header .share .link a {
  height: 1.25rem;
  width: 1.5rem;
  display: block;
}
body.single-podcasts .episode-header .share .link a.facebook {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
body.single-podcasts .episode-header .share .link img {
  height: 100%;
  width: 100%;
}
body.single-podcasts .podcast-player .embed {
  padding: 2rem 0 3rem 0;
  border-bottom: 1px solid #eee;
}
body.single-podcasts .podcast-player iframe {
  width: 100%;
  max-width: 100% !important;
}
body.single-podcasts .podcast-subscribe {
  margin: 0 0 3rem 0;
  padding: 4rem 0 3rem 0;
  background: #434758;
  color: #fff;
}
body.single-podcasts .podcast-subscribe .headline {
  padding-bottom: 1rem;
}
body.single-podcasts .podcast-subscribe .headline h4 {
  font-size: clamp(2rem, 2vw, 3rem);
}
body.single-podcasts .podcast-subscribe .headline h4 a {
  color: #fff;
}
body.single-podcasts .podcast-subscribe .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single-podcasts .podcast-subscribe .links .link {
  margin: 0 1rem 1rem 0;
}
body.single-podcasts .podcast-subscribe .links .link a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem 1rem 0.425rem 0.5rem;
  border-radius: 5px;
  font-size: 0.875rem;
  transition: all 0.4s ease-in;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  min-height: 2rem;
}
body.single-podcasts .podcast-subscribe .links .link a:hover {
  background: #f5f5f5;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
body.single-podcasts .podcast-subscribe .links .link a .icon {
  max-width: 1rem;
}
body.single-podcasts .podcast-subscribe .links .link a .icon img {
  display: block;
  width: 100%;
}
body.single-podcasts .podcast-subscribe .links .link a .title {
  padding-left: 0.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
}
body.single-podcasts .podcast-details {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.single-podcasts .podcast-details {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  body.single-podcasts .podcast-details .show-notes {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-podcasts .podcast-details .show-notes {
    grid-column: 2/span 7;
  }
}
body.single-podcasts .podcast-details .show-notes .headline {
  padding-bottom: 1rem;
}
body.single-podcasts .podcast-details .show-notes .headline h3 {
  font-family: proxima-nova, sans-serif;
  color: #434758;
  font-size: clamp(1.5rem, 1.75vw, 2.5rem);
}
body.single-podcasts .podcast-details .about-the-podcast {
  background: #fafafa;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  body.single-podcasts .podcast-details .about-the-podcast {
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-podcasts .podcast-details .about-the-podcast {
    grid-column: 10/span 4;
  }
}
body.single-podcasts .podcast-details .about-the-podcast .section-header {
  padding-bottom: 1rem;
}
body.single-podcasts .podcast-details .about-the-podcast .section-header h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #434758;
}
body.single-podcasts .podcast-details .about-the-podcast .general {
  padding-bottom: 3rem;
}
body.single-podcasts .podcast-details .about-the-podcast .hosts .host + .host {
  padding-top: 2rem;
}
body.single-podcasts .podcast-details .about-the-podcast .hosts .photo {
  width: 100%;
  max-width: 8rem;
  padding-bottom: 1rem;
}
body.single-podcasts .podcast-details .about-the-podcast .hosts .photo img {
  mix-blend-mode: multiply;
}
body.single-podcasts .podcast-details .about-the-podcast .hosts .info .headline {
  padding-bottom: 0.25rem;
}
body.single-podcasts .podcast-details .about-the-podcast .hosts .info .headline h5 {
  font-family: proxima-nova, sans-serif;
  color: #434758;
  font-size: clamp(0.875rem, 1.35vw, 1.125rem);
}

body.tax-show .site-content {
  padding-top: 0;
}
body.tax-show .show-title {
  padding-bottom: 3rem;
}
body.tax-show .show-title h2 {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
}
body.tax-show .latest-episode .section-header {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
body.tax-show .latest-episode .section-header h3 {
  display: inline-block;
  border-bottom: 3px solid #C02607;
  padding-bottom: 0.25rem;
  font-size: clamp(1.375rem, 1.25vw, 2rem);
}
body.tax-show .latest-episode .section-header .show-notes-link {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-left: 0.5rem;
}
body.tax-show .latest-episode .podcast-player {
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
body.tax-show .latest-episode .podcast-player .embed iframe {
  width: 100%;
  max-width: 100% !important;
}
body.tax-show .podcast-subscribe {
  margin: 0 0 3rem 0;
  padding: 4rem 0 3rem 0;
  background: #434758;
  color: #fff;
}
body.tax-show .podcast-subscribe .headline {
  padding-bottom: 1rem;
}
body.tax-show .podcast-subscribe .headline h4 {
  font-size: clamp(2rem, 2vw, 3rem);
}
body.tax-show .podcast-subscribe .headline h4 a {
  color: #fff;
}
body.tax-show .podcast-subscribe .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.tax-show .podcast-subscribe .links .link {
  margin: 0 1rem 1rem 0;
}
body.tax-show .podcast-subscribe .links .link a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem 1rem 0.425rem 0.5rem;
  border-radius: 5px;
  font-size: 0.875rem;
  transition: all 0.4s ease-in;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  min-height: 2rem;
}
body.tax-show .podcast-subscribe .links .link a:hover {
  background: #f5f5f5;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
body.tax-show .podcast-subscribe .links .link a .icon {
  max-width: 1rem;
}
body.tax-show .podcast-subscribe .links .link a .icon img {
  display: block;
  width: 100%;
}
body.tax-show .podcast-subscribe .links .link a .title {
  padding-left: 0.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
}
body.tax-show .show-details {
  padding-top: 3rem;
}
body.tax-show .recent-episodes {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  body.tax-show .recent-episodes {
    grid-column: 2/span 4;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.tax-show .recent-episodes {
    grid-column: 2/span 8;
  }
}
body.tax-show .recent-episodes .section-header {
  padding-bottom: 2rem;
}
body.tax-show .recent-episodes .section-header h3 {
  display: inline-block;
  border-bottom: 3px solid #C02607;
  padding-bottom: 0.25rem;
  font-size: clamp(1.375rem, 1.25vw, 2rem);
}
body.tax-show .recent-episodes .episode {
  display: flex;
  align-items: flex-start;
}
body.tax-show .recent-episodes .episode + .episode {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
body.tax-show .recent-episodes .episode .art {
  width: clamp(6rem, 10vw, 10rem);
  position: relative;
}
body.tax-show .recent-episodes .episode .art:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.tax-show .recent-episodes .episode .art > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.tax-show .recent-episodes .episode .art img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tax-show .recent-episodes .episode .art a {
  display: block;
  width: 100%;
  height: 100%;
}
body.tax-show .recent-episodes .episode .info {
  flex: 1;
  padding-top: 0.25rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  body.tax-show .recent-episodes .episode .info {
    padding-left: 2rem;
  }
}
body.tax-show .recent-episodes .episode .info .meta {
  padding-bottom: 0.25rem;
}
body.tax-show .recent-episodes .episode .info .meta .time {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  font-weight: 500;
  font-size: 0.8125rem;
}
body.tax-show .recent-episodes .episode .info .headline {
  padding-bottom: 0.5rem;
}
body.tax-show .recent-episodes .episode .info .headline h4 {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(0.875rem, 1.35vw, 1.125rem);
}
body.tax-show .recent-episodes .episode .info .headline h4 a:hover {
  text-decoration: underline;
}
body.tax-show .recent-episodes .alm-listing > div + div {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
body.tax-show .recent-episodes .ajax-load-more-wrap .alm-btn-wrap {
  padding-top: 4rem;
}
body.tax-show .recent-episodes .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  color: #2a2a2a;
}
body.tax-show .recent-episodes .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading, body.tax-show .recent-episodes .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background: #C02607;
  color: #fff;
}
body.tax-show .recent-episodes .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
body.tax-show .about-the-podcast {
  background: #fafafa;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  body.tax-show .about-the-podcast {
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.tax-show .about-the-podcast {
    grid-column: 10/span 4;
  }
}
body.tax-show .about-the-podcast .section-header {
  padding-bottom: 1rem;
}
body.tax-show .about-the-podcast .section-header h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #434758;
}
body.tax-show .about-the-podcast .general {
  padding-bottom: 3rem;
}
body.tax-show .about-the-podcast .hosts .host + .host {
  padding-top: 2rem;
}
body.tax-show .about-the-podcast .hosts .photo {
  width: 100%;
  max-width: 8rem;
  padding-bottom: 1rem;
}
body.tax-show .about-the-podcast .hosts .photo img {
  mix-blend-mode: multiply;
}
body.tax-show .about-the-podcast .hosts .info .headline {
  padding-bottom: 0.25rem;
}
body.tax-show .about-the-podcast .hosts .info .headline h5 {
  font-family: proxima-nova, sans-serif;
  color: #434758;
  font-size: clamp(0.875rem, 1.35vw, 1.125rem);
}

body.post-type-archive-profiles .site-content {
  padding-top: 0;
}
body.post-type-archive-profiles .page-header {
  grid-column: 1/-1;
}
body.post-type-archive-profiles .page-header img {
  width: 100%;
}
body.post-type-archive-profiles .filters {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .filters {
    padding: 2rem;
  }
}
body.post-type-archive-profiles .filters .sidebar-header {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
body.post-type-archive-profiles .filters .sidebar-header h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
}
body.post-type-archive-profiles .filters .sidebar-header .mobile-toggle-filters {
  padding-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .filters .sidebar-header .mobile-toggle-filters {
    display: none;
  }
}
body.post-type-archive-profiles .filters .sidebar-header .mobile-toggle-filters a {
  color: #C02607;
  font-style: italic;
  font-size: 0.8125rem;
  display: inline-block;
}
body.post-type-archive-profiles .filters .alm-filters-container {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
body.post-type-archive-profiles .filters .alm-filters-container.active {
  transition: all 0.3s ease-in;
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .filters .alm-filters-container {
    height: auto;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
body.post-type-archive-profiles .filters .alm-filters {
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .filters .alm-filters {
    max-width: 100%;
  }
  body.post-type-archive-profiles .filters .alm-filters .alm-filter {
    width: calc(33.3333% - 2rem);
  }
}
body.post-type-archive-profiles .filters .alm-filters #alm-filter-3 .alm-filter--inner {
  padding-bottom: 0;
}
body.post-type-archive-profiles .filters .alm-filters #alm-filter-3 .alm-filter--inner ul {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}
body.post-type-archive-profiles .filters .alm-filters #alm-filter-3 .alm-filter--inner ul li + li {
  padding-left: 1rem;
}
body.post-type-archive-profiles .filters .alm-filter--title {
  padding-bottom: 0.25rem;
}
body.post-type-archive-profiles .filters .alm-filter--title h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: proxima-nova, sans-serif;
  font-size: 0.675rem;
  color: #C02607;
  margin-bottom: 0;
}
body.post-type-archive-profiles .filters .alm-filter--inner {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .filters .alm-filter--inner {
    padding-bottom: 0;
  }
}
body.post-type-archive-profiles .filters .alm-filter--select select {
  width: 100%;
  font-family: proxima-nova, sans-serif;
  height: 2rem;
  line-height: 1em;
  padding: 0 0.25rem;
  border-radius: 3px;
  border-color: #d5d5d5;
}
body.post-type-archive-profiles .filters .alm-filter--checkbox .alm-filter--link {
  font-family: proxima-nova, sans-serif;
  font-size: 0.75rem;
  line-height: 22px;
}
body.post-type-archive-profiles .filters .alm-filter--checkbox .alm-filter--link.active.field-checkbox:before {
  background: #C02607;
  border-color: #C02607;
}
body.post-type-archive-profiles .sidebar {
  margin-bottom: 3rem;
  grid-column: 1/-1;
  background: #f8f8f8;
}
body.post-type-archive-profiles .profiles-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  body.post-type-archive-profiles .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body.post-type-archive-profiles .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-profiles .profiles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.post-type-archive-profiles .profiles-grid .section-header {
  grid-column: 1/-1;
}
body.post-type-archive-profiles .profiles-grid .section-header h2 {
  font-size: clamp(2rem, 2.2vw, 3.5rem);
}
body.post-type-archive-profiles .profiles-grid .section-header h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  margin-top: 0.5rem;
  background: #C02607;
}
body.post-type-archive-profiles .ajax-load-more-wrap .alm-btn-wrap {
  padding-top: 4rem;
}
body.post-type-archive-profiles .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  color: #2a2a2a;
}
body.post-type-archive-profiles .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading, body.post-type-archive-profiles .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background: #C02607;
  color: #fff;
}
body.post-type-archive-profiles .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
body.post-type-archive-profiles .profile {
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}
body.post-type-archive-profiles .profile:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
body.post-type-archive-profiles .profile .photo {
  position: relative;
}
body.post-type-archive-profiles .profile .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.post-type-archive-profiles .profile .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.post-type-archive-profiles .profile .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-profiles .profile .photo .cat {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.post-type-archive-profiles .profile .photo .cat h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 2px;
}
body.post-type-archive-profiles .profile .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
body.post-type-archive-profiles .profile .photo img {
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
body.post-type-archive-profiles .profile .info {
  padding-top: 1rem;
  text-align: center;
}
body.post-type-archive-profiles .profile .info .location {
  padding-bottom: 0.25rem;
}
body.post-type-archive-profiles .profile .info .location h5 {
  font-style: italic;
  font-weight: 400;
}
body.post-type-archive-profiles .profile .info .name h3 {
  line-height: 1.25em;
  font-size: clamp(1.25rem, 1.3vw, 1.5rem);
}
body.post-type-archive-profiles .profile .info .name h3 a:hover {
  text-decoration: underline;
}
body.post-type-archive-profiles .profile .info .tagline {
  padding: 0.25rem 0 1rem 0;
}
body.post-type-archive-profiles .profile .info .tagline h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
body.post-type-archive-profiles .profile .info .profile-link a {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.3em;
  border-bottom: 1px solid #C02607;
}
body.post-type-archive-profiles .profile .info .profile-link a span {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
}
body.post-type-archive-profiles .profile.emerging .cat h4 {
  background: #C02607;
}
body.post-type-archive-profiles .profile.emerging .photo img {
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
  border: 3px solid #C02607;
}
body.post-type-archive-profiles .profile.established .cat h4 {
  background: #434758;
}
body.post-type-archive-profiles .profile.established .photo img {
  border: 3px solid #434758;
}
@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 2px 0px rgba(252, 68, 68, 0.4);
  }
  100% {
    box-shadow: 0 0 2px 16px rgba(252, 68, 68, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 2px 0px rgba(252, 68, 68, 0.4);
  }
  100% {
    box-shadow: 0 0 2px 16px rgba(252, 68, 68, 0);
  }
}

body.single-profiles main.site-content {
  padding-top: 3rem;
  padding-bottom: 0;
}
body.single-profiles section.back {
  margin-bottom: 3rem;
}
body.single-profiles section.back a {
  color: #C02607;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
body.single-profiles section.back a:before {
  content: "←";
  padding-right: 0.25rem;
}
body.single-profiles section.back a:hover {
  border-bottom: 1px solid #C02607;
}
body.single-profiles section.profile .profile-photo {
  padding-bottom: 2rem;
  grid-column: 3/span 2;
}
@media screen and (min-width: 568px) {
  body.single-profiles section.profile .profile-photo {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.profile .profile-photo {
    grid-column: 2/span 4;
  }
}
body.single-profiles section.profile .profile-photo .photo {
  position: relative;
}
body.single-profiles section.profile .profile-photo .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.single-profiles section.profile .profile-photo .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-profiles section.profile .profile-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-profiles section.profile .profile-photo .photo img {
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px, rgba(0, 0, 0, 0.15) 0px 8px 16px -8px;
  transition: all 0.3s ease-in;
}
body.single-profiles section.profile .profile-photo .photo.emerging .cat h4 {
  background: #C02607;
}
body.single-profiles section.profile .profile-photo .photo.emerging img {
  border: 3px solid #C02607;
}
body.single-profiles section.profile .profile-photo .photo.established .cat h4 {
  background: #434758;
}
body.single-profiles section.profile .profile-photo .photo.established img {
  border: 3px solid #434758;
}
body.single-profiles section.profile .cat {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.single-profiles section.profile .cat h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  padding: 0.375rem;
  border-radius: 2px;
}
body.single-profiles section.profile .location {
  padding-bottom: 0.5rem;
}
body.single-profiles section.profile .location h4 {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.875rem, 1vw, 1rem);
}
body.single-profiles section.profile .name {
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.profile .name {
    text-align: left;
  }
}
body.single-profiles section.profile .name h1 {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
}
body.single-profiles section.profile .name h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #C02607;
  margin: 0.5rem auto 0 auto;
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.profile .name h1:after {
    margin: 0.5rem 0 0 0;
  }
}
body.single-profiles section.profile .name .tagline {
  padding: 1rem 0 0.5rem 0;
}
body.single-profiles section.profile .name .tagline h2 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.profile .info {
    grid-column: 7/span 7;
  }
}
body.single-profiles section.profile .info .section-header {
  padding-bottom: 1rem;
}
body.single-profiles section.profile .info .section-header h3 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 1vw, 0.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.25em;
  color: #C02607;
}
body.single-profiles section.profile .profile-teaser {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px, rgba(0, 0, 0, 0.15) 0px 8px 16px -8px;
  border-radius: 3px;
  border: 1px solid #eee;
}
body.single-profiles section.profile .profile-teaser + .profile-teaser {
  margin-top: 2rem;
}
body.single-profiles section.profile .profile-teaser .details {
  padding: 2rem;
}
body.single-profiles section.profile .profile-teaser .details .title h3 {
  font-size: clamp(1.25rem, 1.4vw, 1.75rem);
  line-height: 1.25em;
}
body.single-profiles section.profile .profile-teaser .details .title h3 a:hover {
  text-decoration: underline;
}
body.single-profiles section.profile .profile-teaser .details .byline {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding: 1rem 0;
}
@media screen and (min-width: 568px) {
  body.single-profiles section.profile .profile-teaser .details .byline {
    font-size: 1rem;
  }
}
body.single-profiles section.profile .profile-teaser .details .byline .authors {
  display: flex;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors:after {
  content: "·";
  padding: 0 0.5rem;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors .by {
  padding-right: 0.25rem;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors .author {
  display: flex;
  width: auto;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors .author:before {
  content: ", ";
  margin-right: 0.6125rem;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors .author:first-of-type:before {
  content: "";
  margin-right: 0;
}
body.single-profiles section.profile .profile-teaser .details .byline .authors .author a {
  border-bottom: 2px solid #C02607;
}
body.single-profiles section.profile .profile-teaser .details .dek p {
  font-size: clamp(0.875rem, 0.9vw, 1rem);
  line-height: 1.5em;
}
body.single-profiles section.pagination {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.pagination {
    padding-top: 6rem;
  }
}
body.single-profiles section.pagination .link a {
  display: block;
  padding: 1rem;
  position: relative;
}
body.single-profiles section.pagination .link a:before {
  display: block;
  color: #C02607;
  position: absolute;
  top: 2.375rem;
  font-size: 1.5rem;
}
body.single-profiles section.pagination .link a span {
  display: block;
}
body.single-profiles section.pagination .link .location {
  font-style: italic;
  font-size: clamp(0.875rem, 1vw, 1rem);
  padding-bottom: 0.5rem;
}
body.single-profiles section.pagination .link .name {
  font-size: clamp(1.25rem, 1.4vw, 1.75rem);
  font-weight: bold;
}
body.single-profiles section.pagination .link .name:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #C02607;
  margin: 0.375rem 0 0.375rem 0;
}
body.single-profiles section.pagination .link .tagline {
  max-width: 12rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.6125rem, 0.8vw, 0.8125rem);
  letter-spacing: 0.05em;
  line-height: 1.25em;
  font-weight: bold;
}
body.single-profiles section.pagination .prev {
  grid-column: 2/span 2;
}
@media screen and (min-width: 568px) {
  body.single-profiles section.pagination .prev {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.pagination .prev {
    grid-column: 2/span 6;
  }
}
body.single-profiles section.pagination .prev a {
  padding-left: 2.25rem;
}
body.single-profiles section.pagination .prev a:before {
  content: "←";
  left: 0;
}
body.single-profiles section.pagination .next {
  grid-column: 4/span 2;
  text-align: right;
}
@media screen and (min-width: 568px) {
  body.single-profiles section.pagination .next {
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.pagination .next {
    grid-column: 8/span 6;
  }
}
body.single-profiles section.pagination .next a {
  padding-right: 2.25rem;
}
body.single-profiles section.pagination .next a:before {
  content: "→";
  right: 0;
}
body.single-profiles section.pagination .next .name:after {
  margin-left: auto;
}
body.single-profiles section.pagination .next .tagline {
  margin-left: auto;
}
body.single-profiles section.related {
  padding: 6rem 0;
  background: #fafafa;
  margin-top: 3rem;
}
body.single-profiles section.related .section-header {
  padding-bottom: 2rem;
}
body.single-profiles section.related .section-header h3 {
  font-size: clamp(1.5rem, 1.7vw, 2.5rem);
}
body.single-profiles section.related .section-header h3:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #C02607;
  margin-top: 0.5rem;
}
body.single-profiles section.related .profiles-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  body.single-profiles section.related .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body.single-profiles section.related .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.single-profiles section.related .profiles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.single-profiles section.related .profiles-grid .section-header {
  grid-column: 1/-1;
}
body.single-profiles section.related .profiles-grid .section-header h2 {
  font-size: clamp(2rem, 2.2vw, 3.5rem);
}
body.single-profiles section.related .profiles-grid .section-header h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  margin-top: 0.5rem;
  background: #C02607;
}
body.single-profiles section.related .ajax-load-more-wrap .alm-btn-wrap {
  padding-top: 4rem;
}
body.single-profiles section.related .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  color: #2a2a2a;
}
body.single-profiles section.related .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading, body.single-profiles section.related .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background: #C02607;
  color: #fff;
}
body.single-profiles section.related .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
body.single-profiles section.related .profile {
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}
body.single-profiles section.related .profile:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
body.single-profiles section.related .profile .photo {
  position: relative;
}
body.single-profiles section.related .profile .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.single-profiles section.related .profile .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-profiles section.related .profile .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-profiles section.related .profile .photo .cat {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.single-profiles section.related .profile .photo .cat h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 2px;
}
body.single-profiles section.related .profile .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
body.single-profiles section.related .profile .photo img {
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
body.single-profiles section.related .profile .info {
  padding-top: 1rem;
  text-align: center;
}
body.single-profiles section.related .profile .info .location {
  padding-bottom: 0.25rem;
}
body.single-profiles section.related .profile .info .location h5 {
  font-style: italic;
  font-weight: 400;
}
body.single-profiles section.related .profile .info .name h3 {
  line-height: 1.25em;
  font-size: clamp(1.25rem, 1.3vw, 1.5rem);
}
body.single-profiles section.related .profile .info .name h3 a:hover {
  text-decoration: underline;
}
body.single-profiles section.related .profile .info .tagline {
  padding: 0.25rem 0 1rem 0;
}
body.single-profiles section.related .profile .info .tagline h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
body.single-profiles section.related .profile .info .profile-link a {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.3em;
  border-bottom: 1px solid #C02607;
}
body.single-profiles section.related .profile .info .profile-link a span {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
}
body.single-profiles section.related .profile.emerging .cat h4 {
  background: #C02607;
}
body.single-profiles section.related .profile.emerging .photo img {
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
  border: 3px solid #C02607;
}
body.single-profiles section.related .profile.established .cat h4 {
  background: #434758;
}
body.single-profiles section.related .profile.established .photo img {
  border: 3px solid #434758;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 2px 0px rgba(252, 68, 68, 0.4);
  }
  100% {
    box-shadow: 0 0 2px 16px rgba(252, 68, 68, 0);
  }
}

body.post-type-archive-weekly_print main.site-content {
  min-height: 0;
}
body.post-type-archive-weekly_print .page-header h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #C02607;
}
body.post-type-archive-weekly_print .page-header .copy {
  padding-top: 2rem;
  max-width: 840px;
}
body.post-type-archive-weekly_print .weekly-grid {
  margin: 4rem 0 4rem 0;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  align-self: start;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-weekly_print .weekly-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  body.post-type-archive-weekly_print .weekly-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.post-type-archive-weekly_print .weekly-grid .item {
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  align-self: start;
}
body.post-type-archive-weekly_print .weekly-grid .item a {
  display: block;
  font-family: proxima-nova, sans-serif;
  color: #C02607;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 1rem 1rem 0.875rem 1rem;
}
body.post-type-archive-weekly_print .weekly-grid .item a:hover {
  background: #C02607;
  color: #fff;
}

.book-series {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #2a2a2a;
  padding: 0 !important;
}
.book-series h1 {
  font-size: 55px;
  line-height: 1.2;
}
.book-series h2 {
  margin-bottom: 25px;
}
.book-series p {
  font-weight: 500;
  margin-bottom: 20px;
}
.book-series b, .book-series strong {
  font-weight: 700;
}
.book-series figcaption {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(42, 42, 42, 0.65);
}
.book-series section:not(.book-series--hero) {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
.book-series section:not(.clear) + section:not(.clear) {
  padding-top: 0;
}
.book-series .alignright, .book-series .alignleft, .book-series a img.alignright, .book-series a img.alignnone, .book-series a img.alignleft {
  display: block;
  margin: 0 auto 15px;
}
.book-series .sound-clip-link {
  border-bottom: 2px solid #C02607;
}
.book-series .sound-clip-link::after {
  content: "";
  background: url("../svg/sound-clip-icon.svg") top left/contain no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.book-series--hero__figure img {
  width: 100%;
  aspect-ratio: 1.9/1;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 80vh;
}
.book-series--hero__figure figcaption {
  padding: 8px 65px 8px 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.book-series--hero__figure::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.book-series--hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  color: #fff;
}
.book-series--hero__content--byline {
  margin: 10px 0 60px;
  font-size: 20px;
  text-transform: uppercase;
}
.book-series--hero__content--byline a {
  color: #fff;
}
.book-series--hero__content--byline a:hover {
  border-bottom: 2px solid #C02607;
}
.book-series--hero__content--byline a::after {
  content: ", ";
}
.book-series--hero__content--byline a:last-of-type::after {
  content: "";
}
.book-series--hero__content--blurb {
  font-family: "shift", sans-serif;
  font-size: 18px;
  font-style: italic;
}
.book-series--meta {
  font: 400 18px/1 "Tiempos Headline", serif;
  padding-top: 65px !important;
  padding-bottom: 20px !important;
  margin: 0 auto 45px;
  border-bottom: 1px solid #eee;
}
body.single .book-series--meta {
  max-width: 848px;
}
.book-series--meta__info .byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  padding-bottom: 25px;
}
.book-series--meta__info .byline .authors {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
}
.book-series--meta__info .byline .authors .by {
  padding-right: 5px;
}
.book-series--meta__info .byline .authors .author {
  display: flex;
  width: auto;
}
.book-series--meta__info .byline .authors .author::before {
  content: ", ";
  margin-right: 6px;
}
.book-series--meta__info .byline .authors .author:first-of-type::before {
  content: "";
  margin-right: 0;
}
.book-series--meta__info .byline .authors .author a {
  border-bottom: 2px solid #C02607;
}
.book-series--meta__share .share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.book-series--meta__share .share span.label {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.book-series--meta__share .share .link {
  padding-left: 10px;
}
.book-series--meta__share .share .link a {
  width: 36px;
  height: 36px;
  border: 2px solid #C02607;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-series--meta__share .share .link a:hover {
  background-color: #C02607;
}
.book-series--links {
  display: grid;
  background: url("../png/top-nav.png") bottom center/cover no-repeat;
}
.book-series--links__footer {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.book-series--links__footer .book-series--links__inner {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 50px 0 18px;
}
.book-series--links__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 0 50px;
}
.book-series--links__single {
  padding: 0 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  flex: 0 0 100%;
}
.book-series--links__single--current {
  color: #C02607;
}
.book-series--links__single:hover {
  text-decoration: underline;
}
.book-series--parts {
  background: url("../png/read-the-story-bg.png") center bottom/cover no-repeat;
  padding-top: 130px !important;
}
.book-series--parts__title-desc {
  text-align: center;
}
.book-series--parts__inner {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
  margin-left: -40px;
}
.book-series--parts__single {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.book-series--parts__single img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border: 1.5px solid #2a2a2a;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.book-series--parts__single--label {
  color: #C02607;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
.book-series--parts__single p {
  margin-bottom: 0;
}
.book-series--parts__single:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border-color: #C02607;
}
.book-series--half-half__gallery--media__figure img {
  width: 100%;
}
.book-series--half-half__gallery--media__figure figcaption {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.book-series--half-half__gallery--media__nav {
  padding: 10px 50px;
  background-color: #000;
}
.book-series--half-half__gallery--media__nav .slick-arrow {
  width: 20px;
  height: 15px;
}
.book-series--half-half__gallery--media__nav .slick-arrow::before {
  width: 20px;
  height: 15px;
}
.book-series--half-half__gallery--media__nav .slick-arrow.slick-prev {
  left: 20px;
}
.book-series--half-half__gallery--media__nav .slick-arrow.slick-next {
  right: 15px;
}
.book-series--half-half__gallery--media__nav--figure {
  margin: 0 5px;
}
.book-series--half-half__gallery--media__nav--figure img {
  width: 100%;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.book-series--half-half__gallery--media__nav--figure.slick-active.slick-center img, .book-series--half-half__gallery--media__nav--figure.slick-active.slick-current img {
  border: 2px solid #F9F7F3;
}
.book-series--half-half__gallery--media__images .slick-track {
  display: flex;
  align-items: flex-end;
}
.book-series--half-half__gallery--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 15px;
}
.book-series--half-half__audio--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
}
.book-series--half-half__audio--media--single {
  margin-bottom: 16px;
}
.book-series--blockquote {
  padding: 150px 0;
  text-align: center;
  font-family: "shift", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
}
.book-series--blockquote__bg-a {
  background: url("../png/inner-testimonial-a.png") center center/100% 100% no-repeat;
}
.book-series--blockquote__bg-b {
  background: url("../png/inner-testimonial-b.png") center center/100% 100% no-repeat;
}
.book-series--fw-image img {
  width: 100%;
}
.book-series--fw-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 65px 10px 20px;
}
.book-series--fw-image__desc--inner {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
body.single .book-series--wysiwyg {
  max-width: 848px;
  margin: 0 auto;
}
.book-series--wysiwyg__inner hr {
  background: url("../svg/hr.svg") center center/contain no-repeat;
  height: 13px;
  max-width: 260px;
  border: none;
  margin: 50px auto;
}
.book-series--wysiwyg__inner .wp-caption-text {
  font-size: 14px;
  font-weight: 700;
}
.book-series--wysiwyg__inner .first-sentence {
  font-family: "shift", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.book-series--wysiwyg__inner .shift-medium-all-caps {
  font-family: "shift", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.book-series--wysiwyg__inner blockquote {
  border-left: 5px solid #C02607;
  padding-left: 20px;
}
.book-series--wysiwyg__inner blockquote p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.25vw, 2.5rem);
}
.book-series--read-next h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.book-series--read-next h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #C02607;
  margin-top: 10px;
}
.book-series--read-next__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -40px;
  margin-left: -40px;
}
.book-series--read-next__posts--single {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.book-series--read-next__posts--single img {
  position: relative;
  width: 100%;
  border: 2px solid transparent;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: all ease-in-out 0.3s;
}
.book-series--read-next__posts--single__content {
  position: relative;
  width: 100%;
}
.book-series--read-next__posts--single__content strong {
  text-transform: uppercase;
  font-size: 14px;
  color: #C02607;
}
.book-series--read-next__posts--single__content h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
}
.book-series--read-next__posts--single:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border: 2px solid #C02607;
}
.book-series--subscribe__inner {
  padding: 35px;
  background: url("../png/subscribe-bg.png") center center/cover no-repeat;
}
.book-series--subscribe__inner form input {
  height: 48px;
  border: 1px solid #707070;
  width: 530px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media (min-width: 568px) {
  .book-series--parts__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .book-series--half-half__gallery--media {
    grid-column: 2/span 4;
  }
  .book-series--half-half__gallery--content {
    padding-top: 0;
    grid-column: 6/span 4;
  }
  .book-series--half-half__audio--content {
    grid-column: 2/span 3;
  }
  .book-series--half-half__audio--media {
    grid-column: 5/span 5;
  }
  .book-series--read-next__posts--single {
    align-items: center;
  }
  .book-series--read-next__posts--single img {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .book-series--read-next__posts--single__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
  }
  .book-series--subscribe__inner {
    padding: 70px;
  }
}
@media (min-width: 1024px) {
  .book-series section:not(.book-series--hero) {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .book-series .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .book-series .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .book-series a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .book-series a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  .book-series a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  .book-series--hero__content--inner {
    grid-column: 2/span 5;
  }
  .book-series--meta__info {
    grid-column: 2/span 8;
  }
  .book-series--meta__info .byline {
    justify-content: flex-start;
  }
  .book-series--meta__info .byline .authors {
    width: auto;
    padding-bottom: 0;
  }
  .book-series--meta__info .byline .authors::after {
    content: "·";
    padding: 0 10px;
  }
  .book-series--meta__share {
    grid-column: 10/span 4;
  }
  .book-series--meta__share .share {
    justify-content: flex-end;
  }
  .book-series--parts {
    background-size: 100% 100%;
  }
  .book-series--parts__single {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .book-series--links {
    background-size: 100% 100%;
  }
  .book-series--links__footer .book-series--links__inner {
    padding-top: 24px;
  }
  .book-series--links__inner {
    flex-wrap: nowrap;
    padding-bottom: 24px;
  }
  .book-series--links__single {
    flex: 1 0 auto;
  }
  .book-series--links__single:not(:first-of-type) {
    border-left: 1px solid #2a2a2a;
  }
  .book-series--half-half__gallery--media {
    grid-column: 2/span 6;
  }
  .book-series--half-half__gallery--content {
    grid-column: 9/span 5;
  }
  .book-series--half-half__audio--content {
    grid-column: 2/span 4;
  }
  .book-series--half-half__audio--media {
    grid-column: 7/span 7;
  }
  .book-series--subscribe__inner {
    grid-column: 3/span 10;
  }
  .book-series--wysiwyg {
    overflow: visible !important;
  }
  .book-series--wysiwyg__inner blockquote.alignright, .book-series--wysiwyg__inner blockquote.alignleft {
    max-width: 400px;
  }
  body.single .book-series--wysiwyg__inner blockquote.alignright {
    margin-right: -80px;
  }
  body.single .book-series--wysiwyg__inner blockquote.alignleft {
    margin-left: -80px;
  }
}
@media (min-width: 1200px) {
  .book-series--wysiwyg__inner blockquote.alignright, .book-series--wysiwyg__inner blockquote.alignleft {
    max-width: 400px;
  }
  body.single .book-series--wysiwyg__inner blockquote.alignright {
    margin-right: -160px;
  }
  body.single .book-series--wysiwyg__inner blockquote.alignleft {
    margin-left: -160px;
  }
}

.dk-news .share {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.dk-news .share-wrapper {
  padding: 1rem 2rem 0.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #C02607;
}
.dk-news .share span.label {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #C02607;
}
.dk-news .share .link {
  padding-left: 0.625rem;
}
.dk-news .share .link img {
  margin-bottom: 0;
  transition: all 0.1s ease-in;
}
.dk-news .share .link a {
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid #C02607;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dk-news .share .link a:hover {
  background: #C02607;
}
.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: flex;
  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: flex;
  justify-content: 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;
}

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

.ji-block.related {
  padding-bottom: 2rem;
}
.ji-block.related .related-link {
  border: 1px solid #E5D3D3;
  padding: 1rem;
  display: flex;
  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;
  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: #C02607;
  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 #C02607;
  padding-bottom: 2px;
}
.ji-block.related .related-podcast .read-more {
  display: flex;
  align-items: center;
}
.ji-block.related .related-podcast .read-more:before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(../svg/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;
}


.grecaptcha-badge
{
  display:none !important;
}


@media only screen and (max-width: 567px)
{
  /*
  .site-header .wrapper
  {
    flex-wrap: wrap;
      row-gap: 25px;
  }
  
  .site-header .wrapper > div
  {
    flex: 0 1 100%;
  }
  */

  


  

  body.single-post article.quick-hit section.header .byline,body.single-post article.quick-hit section.header .share
  {
    padding-bottom: 20px;
  }

  body.single-post article.quick-hit section.header .byline
  {
      float: left;
      position: relative;
      top: 15px;
  }

 


  .site-header .wrapper .logo img 
  {
      margin: auto;
  }
  
  .site-header .utilities
  {
    column-gap: 10px;
    justify-content: center;
  }
  
  .site-header .utilities .subscribe-btn
  {
    padding: 10px 15px 10px 15px;
      font-size: 1em;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
  .site-header .desktop-nav-links
  {
    padding-bottom: 0px;
    margin-bottom: 4px;
    padding-left: 20px;
  }

  .site-header .utilities .social
  {
    column-gap: 15px;
  }

  .site-header .desktop-nav-links a + a:before {
    padding: 0 10px;
}
}

@media only screen and (max-width: 1750px)
{
  body.home section.main .rightcon section.subscribe .headline h1
  {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 1900px)
{
  section.quick-hits.right article.quick-hit-preview .info .title h3
  {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}


@media only screen and (max-width: 1700px)
{
  section.quick-hits.right article.quick-hit-preview .info .title h3
  {
    font-size: 1rem;
    line-height: 1.2;
  }

  .site-footer .footer-utilities .navigation
  {
    max-width: 60%;
  }

  .site-footer .footer-utilities .navigation .links
  {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}


@media only screen and (max-width: 1500px)
{
  section.quick-hits.right article.quick-hit-preview .info .title h3
  {
    font-size: 0.9rem;
  }

}

@media only screen and (max-width: 1350px)
{
  .site-header .utilities .social
  {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px)
{
  body.home section.main .rightcon section.subscribe .headline h1 {
    font-size: 1.4em;
}
}

@media only screen and (min-width: 567px) and (max-width: 767px)
{
  section.main.burstsPage
  {
    max-width: 70%;
    margin: auto;
  }



/* Center Daily Kickoff logo on Daily Kickoff posts */
.single-post .newsletter .header-wrapper img[src*="dailykickoff.png"] {
  display: block !important;
  margin: 0 auto 10px auto !important;
  float: none !important;
  text-align: center !important;
}


  /* Person block */
  .entry-content .person {
    display:flex; align-items:center; gap:12px; margin:14px 0 10px;
  }
  .entry-content .person img {
    width:60px; height:60px; flex:0 0 60px; border-radius:50%;
    object-fit:cover; display:block;
  }
  .entry-content .person .person__name {
    margin:0; padding-left:10px;
    font-family:Tiempos, Georgia, serif;
    font-variant:small-caps !important; font-weight:700; line-height:1.15;
    color:#c02607 !important;
    font-size:28px; /* adjust to taste */
  }
  .entry-content .person .person__role {
    margin:0; padding-left:10px;
    font-family:Tiempos, Georgia, serif;
    font-style:italic; color:#000;
    font-size:18px;
  }
  @media (max-width:480px){
    .entry-content .person img { width:56px; height:56px; flex-basis:56px; }
    .entry-content .person .person__name { font-size:22px; }
    .entry-content .person .person__role { font-size:16px; }
  }

}



.wp-block-heading,
h2.wp-block-heading {
  font-size: 1.3em;	
  line-height: 1.35; /* adds breathing room between lines */
  margin-top: 0.5em;  /* adds space above */
  margin-bottom: 0.8em; /* adds space below */
  font-weight: 700;
}

/* mobile adjustment */
@media screen and (max-width: 600px) {
  .wp-block-heading,
  h2.wp-block-heading {
    font-size: 1.15em;   /* slightly smaller on phones */
    line-height: 1.35;   /* keeps multi-line headings readable */
    margin-top: .8em;
    margin-bottom: 0.8em;
  }
}

.wp-block-heading strong {
  font-weight: 700;
  display: inline-block;
}