@charset "UTF-8";
/* CONFIG */
/***
* @file
* MIXINS - See theme Readme for more details.
*/
/* MEDIA QUERIES */
/* REVERSE MEDIA QUERIES */
/* PX TO REM CONVERSION */
/* FONTS */
/* GRID */
/* FLEXBOX */
/* DECORATIVE ELEMENTS */
/* UTILITIES */
/* Accessibly hide - make visibly hidden.
Reference: https://www.drupal.org/docs/8/accessibility/hide-content-properly.*/
/* UNIQUE TO PROJECT */
/***
 * @file
 * VARIABLES - See theme Readme for more details.
 */
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'LarkenBold';
  src: url("./../../fonts/Larken/Larken-Bold.woff2"); }

@font-face {
  font-family: 'LarkenBook';
  src: url("./../../fonts/Larken/LarkenVariableRoman.woff2"); }

@font-face {
  font-family: 'LarkenBoldItalic';
  src: url("./../../fonts/Larken/Larken-BoldItalic.woff2"); }

@font-face {
  font-family: 'LarkenBookItalic';
  src: url("./../../fonts/Larken/Larken-Bold.woff2"); }

@font-face {
  font-family: 'NationalBold';
  src: url("./../../fonts/National/WOFF2/national-bold.woff2"); }

@font-face {
  font-family: 'NationalBoldItalic';
  src: url("./../../fonts/National/WOFF2/national-bold-italic.woff2"); }

@font-face {
  font-family: 'NationalBook';
  src: url("./../../fonts/National/WOFF2/national-book.woff2"); }

@font-face {
  font-family: 'NationalBookItalic';
  src: url("./../../fonts/National/WOFF2/national-book-italic.woff2"); }

/* BREAKPOINTS */
/* GRID */
/* MISC. */
/***
 * @file
 * BASE - Base element styles
 */
/* FONT SMOOTHING */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #092133;
  font-size: 16;
  font-style: normal;
  line-height: 140%; }

a {
  color: #092133;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

h1, h2, h3, h4, h5 {
  font-family: "LarkenBold", serif; }

h1 {
  color: #092133;
  font-size: 2rem;
  line-height: 105%; }
  @media (min-width: 48.0625rem) {
    h1 {
      font-size: 3rem; } }
  @media (min-width: 64.0625rem) {
    h1 {
      font-size: 3.6rem; } }
  @media (min-width: 90.125rem) {
    h1 {
      font-size: 4.0625rem; } }

h2 {
  font-size: 2rem;
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-family: "LarkenBold", serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 1.6rem;
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    h4 {
      font-size: 2rem; } }

h5 {
  font-family: "LarkenBold", serif;
  font-size: 1.3rem;
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-family: "LarkenBold", serif;
  font-size: 1.1rem;
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    h6 {
      font-size: .8rem; } }

li,
p {
  font-family: "NationalBook", sans-serif;
  font-size: 1.2rem;
  line-height: 140%; }
  @media (min-width: 48.0625rem) {
    li,
    p {
      font-size: 1.5rem; } }

p {
  margin: 2rem 0 2.2rem; }

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

/**
* @file
* BUTTONS - global button styling.
*/
.button {
  display: inline-flex; }

.button,
button {
  align-items: center;
  background-color: transparent;
  border: 2px solid #2f323d;
  border-radius: 37px;
  cursor: pointer;
  min-height: 50px; }

.arrow-down.opened::after {
  transform: rotate(270deg); }

.btn-more {
  font-family: "NationalBold", sans-serif;
  font-size: 1.25rem;
  padding: 0 16px 2px;
  text-decoration: none;
  text-transform: uppercase; }

.btn-primary {
  background-color: #BAD3FF;
  font-family: "NationalBold", sans-serif;
  font-size: 1.875rem;
  justify-content: space-around;
  min-height: 65px; }

.btn-secondary {
  background: transparent url("./../../assets/arrow-long.svg") no-repeat right 16px center;
  font-family: "NationalBold", sans-serif;
  font-size: 1.0625rem;
  min-height: 42px;
  padding: 0 70px 2px 16px;
  text-transform: uppercase; }

.arrow-link {
  font-family: "NationalBold", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 120%;
  padding: 0 1.6rem 2px;
  text-decoration: none;
  text-transform: uppercase; }
  .arrow-link::after {
    content: url("./../../assets/arrow-long.svg");
    margin-left: 1rem;
    transform: translateY(2px); }
  .dark_bg_wrapper .arrow-link {
    border-color: #efeeed; }
    .dark_bg_wrapper .arrow-link::after {
      content: url("./../../assets/arrow-long_light.svg"); }

.arrow-down {
  font-family: "NationalBold", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 120%;
  padding: 0 1.6rem 2px;
  text-decoration: none;
  text-transform: uppercase; }
  .arrow-down::after {
    content: url("./../../assets/arrow.svg");
    margin-left: .6rem;
    transform: rotate(90deg); }

/**
 * @file
 * FORMS - global form element styling.
 */
input:not([type="submit"]) {
  background-color: transparent;
  border: 1px solid #2f323d;
  border-radius: 37px;
  min-height: 65px; }

label {
  font-size: 1.25rem; }

html {
  background-color: #efeeed; }

body {
  background-color: #efeeed;
  margin: 0 auto;
  position: relative; }

.main_site_container {
  padding-top: 3rem; }

.main-wrapper {
  margin: 0 auto;
  max-width: 1800px; }
  @media (min-width: 48.0625rem) {
    .main-wrapper {
      padding: 0 50px; } }

.dark_bg_wrapper {
  background-color: #092133;
  clear: both;
  color: #efeeed; }
  .dark_bg_wrapper a {
    color: #efeeed; }

.grid {
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: calc(100% - (25px * 2)); }
  @media (min-width: 31.3125rem) {
    .grid {
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: auto; } }
  @media (min-width: 106.25rem) {
    .grid {
      width: 1575px; } }
  .grid.no-gap {
    grid-column-gap: 0; }

#grid-checker {
  background: transparent;
  display: grid;
  grid-auto-rows: minmax(100%, auto);
  left: 0;
  height: 100%;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11; }
  #grid-checker p {
    background: #2f323d;
    margin: 0;
    opacity: 0.1;
    width: 100%; }

.header_pub_date {
  color: #294352;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: .4rem 0 0;
  text-align: center; }

.big-header {
  text-shadow: 4px 4px #BAD3FF;
  font-family: "LarkenBook", serif;
  font-size: 3rem;
  letter-spacing: .1rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 31.3125rem) {
    .big-header {
      font-size: 4.75rem; } }
  @media (min-width: 64.0625rem) {
    .big-header {
      font-size: 6.25rem; } }

.intro_content {
  border-top: 6px solid #2f323d;
  border-bottom: 1px solid #2f323d;
  font-family: "NationalBook", sans-serif;
  grid-column: 1 / 13;
  padding: 2rem 0 3rem;
  text-align: center; }
  @media (min-width: 48.0625rem) {
    .intro_content {
      padding: 4rem 0 3rem; } }
  .intro_content p {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 2rem;
    max-width: 1200px; }
    @media (min-width: 48.0625rem) {
      .intro_content p {
        font-size: 36px;
        line-height: 46px; } }
    @media (min-width: 90.125rem) {
      .intro_content p {
        font-size: 40px;
        line-height: 54px; } }

.page-main-grid {
  width: 1540px; }

.header .page-intro-content {
  margin: 0 auto;
  max-width: 662px;
  text-align: center;
  transform: translateY(-90%); }
  .header .page-intro-content p {
    font-family: "NationalBook", sans-serif;
    font-size: 30px;
    font-style: normal;
    margin: 1rem auto 2rem; }

.page-main-content {
  border-top: solid 6px #2f323d;
  font-family: "NationalBook", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; }
  .intro_content + .page-main-content {
    border-top: 0; }
  @media (min-width: 64.0625rem) {
    .page-main-content {
      font-size: 40px;
      padding: 1rem 0 2rem; } }

.page-two-columns {
  border-top: solid 6px #2f323d;
  display: flex;
  flex-direction: column;
  padding-top: 3rem; }
  @media (min-width: 64.0625rem) {
    .page-two-columns {
      flex-direction: row;
      justify-content: center; } }

@media (min-width: 64.0625rem) {
  .column {
    max-width: 480px; } }

.column h2 {
  font-family: "NationalBook", sans-serif;
  font-style: normal;
  font-weight: 480;
  font-size: 17px;
  line-height: 140%;
  text-transform: uppercase; }

.column p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%; }

.column.leftcol {
  grid-column: 1 / 13; }
  @media (min-width: 48.0625rem) {
    .column.leftcol {
      grid-column: 2 / 12; } }
  @media (min-width: 64.0625rem) {
    .column.leftcol {
      grid-column: 3 / 7; } }

.column.rightcol {
  grid-column: 1 / 13; }
  @media (min-width: 48.0625rem) {
    .column.rightcol {
      grid-column: 2 / 12; } }
  @media (min-width: 64.0625rem) {
    .column.rightcol {
      grid-column: 7 / 11; } }

.dropcap-content > p:first-child:first-of-type:first-letter {
  display: block;
  float: left;
  font-family: "LarkenBold", serif;
  font-size: 74px;
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 3px; }

.container {
  margin: 0 auto;
  max-width: 1625px; }

.search .container {
  max-width: 1625px; }

.content-side-padding {
  padding-left: 25px;
  padding-right: 25px; }

.col-12 {
  grid-column: 1 / 13;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 12; }
  @media (min-width: 31.3125rem) {
    .col-12 {
      grid-column: 1 / 13;
      -ms-grid-column: 1 !important;
      -ms-grid-column-span: 12; } }

.col-10 {
  grid-column: 1 / 13;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 12; }
  @media (min-width: 31.3125rem) {
    .col-10 {
      grid-column: 2 / 12;
      -ms-grid-column: 2 !important;
      -ms-grid-column-span: 12-2; } }
  @media (min-width: 64.0625rem) {
    .col-10 {
      grid-column: 2 / 12;
      -ms-grid-column: 2 !important;
      -ms-grid-column-span: 12-2; } }

.col-8 {
  grid-column: 1 / 13;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 12; }
  @media (min-width: 31.3125rem) {
    .col-8 {
      grid-column: 2 / 12;
      -ms-grid-column: 2 !important;
      -ms-grid-column-span: 12-2; } }
  @media (min-width: 64.0625rem) {
    .col-8 {
      grid-column: 3 / 11;
      -ms-grid-column: 3 !important;
      -ms-grid-column-span: 11-3; } }

.mce-content-body ol,
.entry-content ol {
  list-style-type: decimal; }

.mce-content-body ul,
.entry-content ul {
  list-style-type: disc; }

.mce-content-body ol, .mce-content-body ul,
.entry-content ol,
.entry-content ul {
  font-family: "NationalBook", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  padding-left: 2.5rem; }
  .mce-content-body ol li, .mce-content-body ul li,
  .entry-content ol li,
  .entry-content ul li {
    margin-bottom: .5rem;
    padding-bottom: .8rem;
    padding-left: .5rem; }
    .mce-content-body ol li a, .mce-content-body ul li a,
    .entry-content ol li a,
    .entry-content ul li a {
      font-weight: 800; }

.dropcap {
  float: left;
  font-family: "LarkenBold", serif;
  font-size: 80px;
  line-height: 70px;
  padding: 9px 8px 0 0; }

.wp-block-quote,
blockquote {
  border-left: 13px solid #dfdcda;
  margin: 0 auto;
  padding-left: 1em;
  width: 90%; }

.pullquote,
blockquote.pullquote {
  background-color: #dadfe1;
  border-left: 0;
  font-family: "NationalBook", sans-serif;
  font-size: 36px;
  padding: 2rem 4rem 3rem;
  width: auto; }
  .pullquote p,
  blockquote.pullquote p {
    font-size: inherit; }
  .pullquote > p:first-of-type,
  blockquote.pullquote > p:first-of-type {
    margin-top: 0; }
  .pullquote p:last-of-type,
  blockquote.pullquote p:last-of-type {
    margin-bottom: 0; }
  .pullquote p.attribution,
  .pullquote .attribution p,
  blockquote.pullquote p.attribution,
  blockquote.pullquote .attribution p {
    font-family: "NationalBold", sans-serif;
    font-size: 24px;
    text-transform: uppercase; }

.wp-block-gallery {
  width: 100%; }

#content .blocks-gallery-grid {
  padding: 0;
  width: 100%; }

.unfriendly-block {
  padding-bottom: 48px; }
  .friendly-block + .unfriendly-block {
    padding-top: 23px; }
  .lovey-block + .unfriendly-block {
    padding-top: 48px; }

.friendly-block {
  margin-bottom: 25px; }
  .lovey-block + .friendly-block {
    margin-top: 48px; }

.lovey-block {
  padding-bottom: 0; }
  .friendly-block + .lovey-block {
    margin-top: 48px; }

.friendly-block:nth-last-of-type(1) {
  margin-bottom: 48px; }

.padding-top,
.padding-vertical {
  padding-top: 48px; }

.padding-bottom,
.padding-vertical {
  padding-bottom: 48px; }

/* COMPONENTS */
.home .block-header,
.entry-content .block-header,
.block-listing_wrapper .block-header,
.block-header {
  align-items: center;
  border-top: 2px solid #2f323d;
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem; }
  .home .block-header h2,
  .entry-content .block-header h2,
  .block-listing_wrapper .block-header h2,
  .block-header h2 {
    font-family: "NationalBold", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .115em;
    line-height: 120%;
    text-transform: uppercase; }

.block-headerh2 {
  align-items: center;
  display: flex;
  font-family: "NationalBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .115em;
  line-height: 120%;
  margin-bottom: 1.35rem;
  padding-top: 1rem;
  text-transform: uppercase; }

.block-2col {
  display: grid;
  gap: 25px;
  grid-template-columns: 100%; }
  @media (min-width: 31.3125rem) {
    .block-2col {
      grid-template-columns: calc(50% - (25px/ 2)) calc(50% - (25px/ 2)); } }
  .block-2col h3 {
    font-size: 35px;
    line-height: 1.3; }

.block-3col {
  display: grid;
  gap: 75px 25px;
  grid-template-columns: 100%; }
  @media (min-width: 31.3125rem) {
    .block-3col {
      grid-template-columns: calc(50% - (25px/ 2)) calc(50% - (25px/ 2)); } }
  @media (min-width: 48.0625rem) {
    .block-3col {
      grid-template-columns: calc(33.33% - (25px/ 1.5)) calc(33.33% - (25px/ 1.5)) calc(33.33% - (25px/ 1.5)); } }

.block-4col {
  display: grid;
  gap: 75px 25px;
  grid-template-columns: 100%; }
  @media (min-width: 31.3125rem) {
    .block-4col {
      grid-template-columns: calc(50% - (25px/ 2)) calc(50% - (25px/ 2)); } }
  @media (min-width: 48.0625rem) {
    .block-4col {
      grid-template-columns: calc(33.33% - (25px/ 1.5)) calc(33.33% - (25px/ 1.5)) calc(33.33% - (25px/ 1.5)); } }
  @media (min-width: 90.125rem) {
    .block-4col {
      grid-template-columns: calc(25% - 25px/ 1.33) calc(25% - 25px/ 1.33) calc(25% - 25px/ 1.33) calc(25% - 25px/ 1.33); } }
  .block-col .block-4col .post {
    flex-direction: column; }
    .block-col .block-4col .post .post__image {
      flex-basis: auto; }
    .block-col .block-4col .post .post__content {
      display: flex;
      flex-basis: auto;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }

.post .author-date {
  color: #666974;
  font-family: "NationalBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: -.4rem 0 .5rem; }
  @media (min-width: 64.0625rem) {
    .post .author-date {
      font-family: "NationalBook", sans-serif;
      font-size: 18px; } }

.post .authors-first + .date::before {
  content: '•';
  margin-left: 4px;
  margin-right: 8px;
  pointer-events: none; }

.post .authors-first + .date a {
  white-space: nowrap; }

.block-col .post {
  display: flex;
  gap: 25px; }
  .block-col .post h3 {
    margin: .5rem 0; }
    .block-col .post h3:first-child {
      margin-top: 0; }
  .block-col .post .post_excerpt p:first-child {
    margin-top: .1rem; }
  .block-col .post .post__image {
    flex-basis: 40%; }
    .block-col .post .post__image img {
      aspect-ratio: 1.4;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .block-col .post .post__content {
    flex-basis: 60%; }

.block-col .post.symposium .authors::before {
  display: none; }

.tags {
  font-family: "NationalBook", sans-serif;
  font-size: 15px;
  text-transform: uppercase; }

.footer-wrapper {
  margin: 0 auto;
  max-width: 1900px;
  margin-top: 3rem; }
  .home .footer-wrapper {
    margin-top: 0;
    padding-top: 3rem; }

.footer-top {
  border-color: #efeeed;
  border-style: solid;
  border-width: 1px 0 1px 0;
  color: #efeeed;
  text-align: center; }
  .footer-top .footer-top__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 70px 0; }
    @media (min-width: 68.8125rem) {
      .footer-top .footer-top__container {
        flex-direction: row;
        justify-content: space-between; } }
  .footer-top h2 {
    color: #b58c4e;
    font-family: "LarkenBook", serif;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 1rem; }
    @media (min-width: 68.8125rem) {
      .footer-top h2 {
        flex-basis: 990px;
        font-size: 32px;
        margin-bottom: 0;
        text-align: left; } }
  .footer-top .subscribe_wrapper {
    width: 100%; }
    @media (min-width: 31.3125rem) {
      .footer-top .subscribe_wrapper {
        display: flex;
        gap: 1.5rem;
        justify-content: center; } }
    @media (min-width: 68.8125rem) {
      .footer-top .subscribe_wrapper {
        justify-content: flex-end; } }
  .footer-top .subscribe_form {
    max-width: 407px;
    position: relative;
    width: 100%; }
    .footer-top .subscribe_form p {
      margin: 0; }
  .footer-top input[type="email"] {
    background-color: #fff;
    box-sizing: border-box;
    height: 65px;
    width: 100%; }
  .footer-top .arrow-button {
    background: #b58c4e url("./../../assets/arrow.svg") no-repeat center center/16px;
    border: 1px solid #2f323d;
    border-radius: 37px;
    display: block;
    min-height: 37px;
    text-indent: -9999px;
    width: 49px; }
  .footer-top .rss-link {
    align-items: center;
    background-color: #fff;
    border-radius: 37px;
    color: #2f323d;
    display: inline-flex;
    font-family: "NationalBold", sans-serif;
    font-size: 20px;
    gap: 1rem;
    height: 65px;
    padding: 0 18px 0 34px; }
  .footer-top button {
    background: #b58c4e url("./../../assets/arrow.svg") no-repeat center center/16px;
    border: 1px solid #2f323d;
    min-height: 37px;
    position: absolute;
    right: 22px;
    text-indent: -9999px;
    top: 11px;
    width: 49px; }

input[type="email"][value] {
  color: #2f323d;
  font-size: 17.5px;
  padding-left: 38px; }

.footer-top__description {
  font-size: 1.25rem; }

.footer-bottom {
  background: transparent url("../../assets/totm-footer.png") no-repeat bottom right/350px 272px;
  min-height: 300px; }
  .footer-bottom li {
    line-height: 1.3; }

.footer-bottom__content {
  display: flex;
  flex-direction: column;
  font-family: "NationalBook", sans-serif;
  margin: 2rem 0 0;
  padding-bottom: 2rem; }
  @media (min-width: 64.0625rem) {
    .footer-bottom__content {
      flex-direction: row;
      margin: 92px 0 80px;
      padding-bottom: 0; } }
  .footer-bottom__content .footer-left {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }
  .footer-bottom__content .footer-menu__main {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .footer-bottom__content .footer-right .menu-title {
    font-family: "NationalBook", sans-serif;
    font-size: 1.0625rem;
    text-transform: uppercase; }

.footer-description {
  max-width: 430px; }
  .footer-description p {
    color: #BAD3FF;
    font-size: 16px; }

.copyright {
  color: #BAD3FF; }

.footer-menu__main {
  margin: 2rem 0; }
  @media (min-width: 48.0625rem) {
    .footer-menu__main {
      margin: 0; } }

.footer-menu__main a {
  font-family: "NationalBold", sans-serif; }

.footer-menu__main a,
.footer-menu__topics a {
  font-size: 1.25rem;
  line-height: 140%;
  text-decoration: none; }
  .footer-menu__main a:active, .footer-menu__main a:hover, .footer-menu__main a:focus,
  .footer-menu__topics a:active,
  .footer-menu__topics a:hover,
  .footer-menu__topics a:focus {
    text-decoration: underline; }

.home h1.entry-title {
  color: #092133;
  font-size: 2.25rem;
  margin: 2rem 0 1.5rem;
  text-align: center;
  text-shadow: 2px 2px #BAD3FF;
  text-transform: uppercase; }
  @media (min-width: 23.75rem) {
    .home h1.entry-title {
      font-size: 2.75rem; } }
  @media (min-width: 31.3125rem) {
    .home h1.entry-title {
      font-size: 3.25rem; } }
  @media (min-width: 48.0625rem) {
    .home h1.entry-title {
      font-size: 3.5rem; } }
  @media (min-width: 64.0625rem) {
    .home h1.entry-title {
      font-size: 80px; }
      .home h1.entry-title span {
        display: inline-block;
        max-width: 1300px; } }

.home .main_site_container {
  padding-top: 0; }

.home .featured-posts_wrapper {
  padding-top: 2rem; }

.home .entry-content {
  margin-top: 1rem; }

.home .entry-content > .block-col:first-child .block-header {
  padding-top: 0; }

.home .recent_wrapper {
  clear: both; }
  .home .recent_wrapper .sharedaddy {
    display: none; }
  .home .recent_wrapper h2 {
    margin-bottom: 35px; }

.home .trending-topics .block-header {
  border-top: 0; }

.home_top_1 .trending span {
  font-weight: bold;
  background: linear-gradient(to top, #B3DADF 50%, transparent 50%); }

.in_the_news.trending span {
  background: linear-gradient(to top, #C0E2B0 50%, transparent 50%); }

.icymi.trending {
  font-weight: bold; }
  .icymi.trending span {
    background: linear-gradient(to top, #eedea4 50%, transparent 50%); }

.home_top_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 56.25rem) {
    .home_top_wrapper {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 2rem; }
      .home_top_wrapper .post {
        flex-direction: column;
        margin-bottom: 2rem; } }
  .home_top_wrapper .post__image {
    overflow: hidden; }
  .home_top_wrapper .trending {
    font-size: 17px;
    letter-spacing: .115em;
    line-height: 120%;
    margin-bottom: 1.2rem;
    text-transform: uppercase; }
  .home_top_wrapper .post + .post {
    padding-top: 2rem; }
  .home_top_wrapper .home_top_1 {
    border-bottom: solid 2px #dfdcda;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
    @media (min-width: 56.25rem) {
      .home_top_wrapper .home_top_1 {
        flex-basis: 100%;
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media (min-width: 64.0625rem) {
      .home_top_wrapper .home_top_1 {
        border-bottom: 0; } }
    @media (min-width: 90.125rem) {
      .home_top_wrapper .home_top_1 {
        flex-basis: calc(66% - 1.5rem); } }
    @media (min-width: 64.0625rem) {
      .home_top_wrapper .home_top_1 .featured_wrapper {
        align-items: baseline;
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 64.0625rem) {
      .home_top_wrapper .home_top_1 .post + .post {
        padding-top: 0; } }
    .home_top_wrapper .home_top_1 .post h3 {
      font-size: 28px; }
    @media (min-width: 64.0625rem) {
      .home_top_wrapper .home_top_1 .post {
        width: 47%; } }
    .home_top_wrapper .home_top_1 .post__image {
      flex-basis: 40%;
      margin-bottom: 2rem; }
      .home_top_wrapper .home_top_1 .post__image img {
        aspect-ratio: 1.35; }
  .home_top_wrapper .home_top_2 .sym_flag {
    display: none; }
  .home_top_wrapper .home_top_2 .post h3 {
    font-family: "LarkenBook", serif;
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 56.25rem) {
      .home_top_wrapper .home_top_2 .post h3 {
        margin-top: 0; } }
  @media (min-width: 56.25rem) {
    .home_top_wrapper .home_top_2 .author-date {
      margin-bottom: 0; } }
  .home_top_wrapper .home_top_2 .post__image {
    margin-bottom: .6rem; }
  .home_top_wrapper .home_top_2 .post + .post {
    border-top: solid 2px #dfdcda;
    margin-top: 2rem; }
  @media (min-width: 56.25rem) {
    .home_top_wrapper .home_top_2 {
      flex-basis: calc(50% - 1.5rem); } }
  @media (min-width: 90.125rem) {
    .home_top_wrapper .home_top_2 {
      flex-basis: calc(23% - 1.5rem); } }
  .home_top_wrapper .home_top_3 {
    border-top: solid 2px #dfdcda;
    margin-top: 1rem;
    padding-top: 2rem; }
    @media (min-width: 56.25rem) {
      .home_top_wrapper .home_top_3 {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
    .home_top_wrapper .home_top_3 .post {
      padding-bottom: 1rem; }
      .home_top_wrapper .home_top_3 .post .author-date {
        margin: 0; }
      @media (min-width: 56.25rem) {
        .home_top_wrapper .home_top_3 .post {
          margin-bottom: 1.5rem;
          padding-bottom: 0; } }
      .home_top_wrapper .home_top_3 .post:not(:first-of-type) {
        border-top: solid 2px #dfdcda; }
      @media (min-width: 90.125rem) {
        .home_top_wrapper .home_top_3 .post:nth-of-type(4n + 2) {
          padding-top: 1.5rem; } }
      .home_top_wrapper .home_top_3 .post h3 {
        font-family: "LarkenBook", serif;
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 .5rem; }
    @media (min-width: 90.125rem) {
      .home_top_wrapper .home_top_3 .post + .post {
        border-top: solid 2px #dfdcda;
        padding-top: 1.5rem; } }
    @media (min-width: 56.25rem) {
      .home_top_wrapper .home_top_3 {
        flex-basis: calc(100%); } }
    @media (min-width: 90.125rem) {
      .home_top_wrapper .home_top_3 {
        display: block;
        flex-basis: calc(33% - 1.5rem); } }
    @media (min-width: 90.125rem) {
      .home_top_wrapper .home_top_3 .post {
        width: 100%; } }

.featured-post .post {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between; }
  .featured-post .post .author-date {
    margin: 1rem 0; }

.featured-post .post__content {
  flex-basis: 100%;
  max-width: 640px; }
  @media (min-width: 48.0625rem) {
    .featured-post .post__content {
      flex-basis: calc(55% - 25px);
      order: 1; } }
  @media (min-width: 90.125rem) {
    .featured-post .post__content {
      flex-basis: calc(55% - 80px);
      order: 1; } }

.featured-post h3 {
  font-size: 2.8125rem;
  line-height: 120%;
  margin: 16px 0 0; }
  .featured-post h3 a {
    display: inline-block;
    font-family: "LarkenBold", serif;
    text-decoration: none; }

.featured-post .date {
  color: #092133;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0; }

.featured-post .date_after_excerpt {
  color: #838795;
  font-size: 16px;
  font-weight: 600;
  margin: 1.2rem auto 1.4rem; }

.featured-post .post-excerpt {
  font-size: 1.25rem;
  line-height: 140%;
  margin: 10px 0; }

.featured-post .post__image {
  flex-basis: 100%;
  max-width: 739px; }
  @media (min-width: 48.0625rem) {
    .featured-post .post__image {
      flex-basis: calc(47% - 25px);
      order: 2; } }
  .featured-post .post__image img {
    height: auto;
    width: 100%; }

/*
.trending {
  font-family: $nat-book;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: .3rem;
  text-transform: uppercase;

  &::before {
    background: $bg;
    background: red;
    content: '';
    display: inline;
    height: 2.5rem;
    left: 0;
    position: absolute;
    width: 6.5rem;
    top: -.75rem;
    z-index: 0;
    @include mq($featured-layout) {
      display: none;
    }
  }

  span {
    @include text-background-bar($accent-blue);
    display: inline-block;
    padding: 0 .2rem;
    position: relative;
    z-index: 2;

  }
}

*/
.featured-posts {
  display: grid;
  gap: 25px;
  grid-template-columns: 100%; }
  @media (min-width: 64.0625rem) {
    .featured-posts {
      justify-content: space-between; } }
  @media (min-width: 56.25rem) {
    .featured-posts .featured-posts_wrapper {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 56.25rem) {
    .featured-posts .featured-left {
      min-width: 58%;
      width: calc(100% - 400px); } }
  @media (min-width: 76.25rem) {
    .featured-posts .featured-left {
      width: calc(100% - 620px); } }
  .featured-posts .featured-left .sym_flag {
    display: inline-block;
    margin-bottom: .1rem;
    margin-top: 1.1rem; }
  .featured-posts .featured-left .post__content {
    display: block;
    transform: translateY(-1.75rem); }
    @media (min-width: 76.25rem) {
      .featured-posts .featured-left .post__content {
        background: #efeeed;
        display: block;
        padding: 2rem 2rem 0 0;
        position: relative;
        transform: none;
        width: 400px;
        z-index: 1; } }
  .featured-posts .featured-left .post {
    display: block;
    overflow: hidden;
    position: relative; }
    @media (min-width: 76.25rem) {
      .featured-posts .featured-left .post {
        margin-top: 0;
        padding-top: 2rem; }
        .featured-posts .featured-left .post .post__image {
          display: flex;
          min-height: 100%;
          position: absolute;
          top: 0;
          width: 100%; }
        .featured-posts .featured-left .post .post__image-link {
          display: flex;
          width: 100%; }
        .featured-posts .featured-left .post .post_excerpt p {
          font-size: 20px; } }
    .featured-posts .featured-left .post h3 {
      font-size: 25px;
      margin: .4rem 0 .65rem; }
      @media (min-width: 48.0625rem) {
        .featured-posts .featured-left .post h3 {
          font-size: 32px;
          margin: 1rem 0; } }
  @media (min-width: 56.25rem) {
    .featured-posts .featured-right {
      max-width: 39%;
      width: 360px; } }
  @media (min-width: 76.25rem) {
    .featured-posts .featured-right {
      width: 560px; } }
  .featured-posts .featured-right .sym_flag {
    display: inline-block;
    margin-bottom: .6rem;
    margin-top: -.2rem; }
  .featured-posts .featured-right .post {
    display: flex;
    gap: 25px;
    flex-direction: row;
    border-top: 1px solid rgba(47, 50, 61, 0.15);
    margin-top: .5rem;
    padding-top: 2rem; }
    @media (min-width: 56.25rem) {
      .featured-posts .featured-right .post:not(:nth-of-type(n + 2)) {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; } }
    .featured-posts .featured-right .post .author-date {
      display: none; }
      @media (min-width: 48.0625rem) {
        .featured-posts .featured-right .post .author-date {
          display: block; } }
    .featured-posts .featured-right .post .post__image {
      flex-basis: 40%; }
    .featured-posts .featured-right .post .post__content {
      display: flex;
      flex-basis: 60%; }
    @media (min-width: 76.25rem) {
      .featured-posts .featured-right .post img {
        max-width: 90%; } }
    .featured-posts .featured-right .post h3 {
      font-size: 24px;
      margin: .4rem 0 .65rem; }
      @media (min-width: 48.0625rem) {
        .featured-posts .featured-right .post h3 {
          font-size: 19px;
          margin: 1rem 0; } }
      @media (min-width: 64.0625rem) {
        .featured-posts .featured-right .post h3 {
          flex-direction: column;
          margin: 0 0 1rem; } }
      @media (min-width: 68.8125rem) {
        .featured-posts .featured-right .post h3 {
          font-size: 22px; } }
      @media (min-width: 76.25rem) {
        .featured-posts .featured-right .post h3 {
          font-size: 26px; } }
  .featured-posts .post img {
    aspect-ratio: 1.6;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .featured-posts .post .post__content {
    flex-direction: column;
    justify-content: flex-start; }
  @media (min-width: 64.0625rem) {
    .featured-posts .post {
      display: flex; }
      .featured-posts .post .post__content {
        height: 100%; }
      .featured-posts .post h3 {
        font-size: 38px;
        line-height: 120%;
        margin: 1rem 0; } }

@media (max-width: 68.75rem) {
  .main-header {
    min-height: 120px;
    padding: 0 0 2rem; } }

@media (min-width: 68.8125rem) {
  .main-header {
    padding: 3.25rem 0 1.5rem;
    position: relative;
    z-index: 5; } }

@media (min-width: 68.8125rem) {
  .main-menu {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 68.8125rem) {
  .mobile-menu-target {
    position: absolute;
    right: 8rem;
    top: 7.5rem;
    z-index: 5; } }

@media (min-width: 68.8125rem) {
  .menu-main-navigation-container .menu {
    display: flex;
    justify-content: center;
    padding-left: 50px;
    width: 100%; }
    .menu-main-navigation-container .menu li > a {
      color: #092133;
      display: inline-block;
      font-family: "NationalBold", sans-serif;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: .05em;
      line-height: 19px;
      padding: .5rem .1rem;
      text-transform: uppercase; }
    .menu-main-navigation-container .menu span {
      padding: 0 3px 1px; }
    .menu-main-navigation-container .menu li + li {
      margin-left: 20px; } }

@media (min-width: 68.8125rem) {
  .menu-secondary-menu-container,
  .menu-secondary-navigation-container {
    display: none; } }

.site-title {
  background: transparent url("../../assets/truthonthemarket.svg") no-repeat center center;
  background-size: 50%;
  height: 100px;
  max-width: 42vw;
  position: relative;
  text-indent: -9999px;
  width: 220px;
  z-index: 10; }
  @media (max-width: 68.75rem) {
    .site-title {
      background-size: contain;
      position: absolute;
      top: 1rem; } }
  @media (min-width: 31.3125rem) {
    .site-title {
      background-size: contain; } }
  .site-title a {
    display: block;
    height: 110%;
    margin: 0 auto;
    width: 50%;
    z-index: 100; }
    @media (min-width: 31.3125rem) {
      .site-title a {
        height: 100px;
        width: 220px; } }

@media (max-width: 68.75rem) {
  .mobile-search-open .site-title {
    background: transparent url("../../assets/truthonthemarket_darkbg.svg") no-repeat center center; } }

.site-description {
  color: #666974;
  font-family: "NationalBook", sans-serif;
  font-size: 18px;
  position: absolute;
  text-transform: uppercase;
  top: 124px; }
  @media (min-width: 48.0625rem) {
    .site-description {
      margin-left: 2.4rem; } }
  @media (min-width: 68.8125rem) {
    .site-description {
      top: 169px; } }

@media (min-width: 48.0625rem) {
  .main-menu.menu-open .search-toggle-wrapper {
    right: calc(9.5rem); } }

@media (min-width: 68.8125rem) {
  .main-menu.menu-open .search-toggle-wrapper {
    right: auto; } }

@media (max-width: 68.75rem) {
  .mobile-search-open .main-menu,
  .main-menu.menu-open {
    position: relative;
    z-index: 11; }
  .mobile-menu__wrapper {
    font-family: "LarkenBold", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 1.5rem; }
    .mobile-menu__wrapper li {
      line-height: 1.4;
      font-family: "LarkenBold", serif; }
    .mobile-menu__wrapper .menu-main-navigation-container li a {
      font-size: 24px; }
    .mobile-menu__wrapper .menu-main-navigation-container li > a {
      border-bottom: solid 1px rgba(47, 50, 61, 0.15);
      display: block;
      font-size: 30px; }
    .mobile-menu__wrapper .menu-main-navigation-container li:last-of-type a {
      border-bottom: 0; }
    .mobile-menu__wrapper .menu-main-navigation-container li:nth-of-type(2) > a {
      display: none; }
    .mobile-menu__wrapper .menu-main-navigation-container li:nth-of-type(2):before {
      content: 'Series';
      color: #838795;
      display: block;
      font-family: "NationalBold", sans-serif;
      font-size: 20px;
      margin-left: 30px;
      margin-top: 1rem;
      text-transform: uppercase; } }
    @media (max-width: 68.75rem) and (min-width: 48.0625rem) {
      .mobile-menu__wrapper .menu-main-navigation-container li:nth-of-type(2):before {
        margin-left: 80px; } }

@media (max-width: 68.75rem) {
  .menu-secondary-menu-container,
  .menu-secondary-navigation-container {
    margin-top: 2.5rem; }
    .menu-secondary-menu-container li,
    .menu-secondary-navigation-container li {
      line-height: 1.2; }
    .menu-secondary-menu-container span,
    .menu-secondary-navigation-container span {
      font-size: 30px;
      font-style: normal;
      font-weight: 400; } }

.menu-secondary-menu-container {
  display: none; }

body:not(.page-template-page-series) .menu-main-navigation-container a:active, body:not(.page-template-page-series) .menu-main-navigation-container a:hover, body:not(.page-template-page-series) .menu-main-navigation-container a:focus {
  text-decoration: none; }
  body:not(.page-template-page-series) .menu-main-navigation-container a:active span, body:not(.page-template-page-series) .menu-main-navigation-container a:hover span, body:not(.page-template-page-series) .menu-main-navigation-container a:focus span {
    background: linear-gradient(to top, #BAD3FF 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:first-of-type.current-menu-item span {
  background: linear-gradient(to top, #BAD3FF 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:first-of-type a:active span, body:not(.page-template-page-series) .menu-main-navigation-container li:first-of-type a:hover span, body:not(.page-template-page-series) .menu-main-navigation-container li:first-of-type a:focus span {
  background: linear-gradient(to top, #BAD3FF 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(2).current-menu-item span {
  background: linear-gradient(to top, #1897A8 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(2) a:active span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(2) a:hover span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(2) a:focus span {
  background: linear-gradient(to top, #1897A8 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(3).current-menu-item span {
  background: linear-gradient(to top, #d9abda 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(3) a:active span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(3) a:hover span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(3) a:focus span {
  background: linear-gradient(to top, #d9abda 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(4).current-menu-item span {
  background: linear-gradient(to top, #C0E2B0 50%, transparent 50%); }

body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(4) a:active span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(4) a:hover span, body:not(.page-template-page-series) .menu-main-navigation-container li:nth-of-type(4) a:focus span {
  background: linear-gradient(to top, #C0E2B0 50%, transparent 50%); }

.series_menu_wrapper {
  color: #092133; }
  @media (min-width: 68.8125rem) {
    .series_menu_wrapper {
      left: 50%;
      margin-left: -15px;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      transform: translate(-50%, -14px);
      transition: opacity .3s ease-out; } }
  .series_nav_active .series_menu_wrapper {
    opacity: 1;
    pointer-events: all; }

.series_menu {
  border-bottom: solid 1px rgba(47, 50, 61, 0.15);
  padding-bottom: 1rem; }
  @media (min-width: 68.8125rem) {
    .series_menu {
      background: #efeeed;
      border-bottom: 0;
      box-shadow: rgba(47, 50, 61, 0.15) 0 1px 15px;
      margin-top: 32px;
      padding-bottom: 0;
      width: 400px; } }
  .series_menu::after {
    border: solid transparent;
    border-bottom-color: #efeeed;
    border-width: 20px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -20px;
    pointer-events: none;
    position: absolute;
    top: -7px;
    width: 0; }

.menu-main-navigation-container .menu a.series_item-link .series_icon,
.menu-main-navigation-container .menu a.series_item-link .series_title-desc {
  display: none; }

@media (min-width: 68.8125rem) {
  .menu-main-navigation-container .menu a.series_item-link {
    display: flex;
    flex-direction: row;
    padding: 16px 12px; }
    .menu-main-navigation-container .menu a.series_item-link .series_icon {
      display: block; }
    .menu-main-navigation-container .menu a.series_item-link:hover {
      text-decoration: underline; }
      .menu-main-navigation-container .menu a.series_item-link:hover span {
        background: none !important; }
    .menu-main-navigation-container .menu a.series_item-link img {
      width: 52px; }
    .menu-main-navigation-container .menu a.series_item-link .series_title {
      color: #092133;
      display: flex;
      flex-direction: column;
      font-size: 20px;
      font-style: normal;
      line-height: 111%;
      margin-top: -.25rem;
      padding-left: 26px;
      text-align: left; }
    .menu-main-navigation-container .menu a.series_item-link .series_title-name {
      display: block;
      font-family: "NationalBold", sans-serif;
      margin-bottom: .25rem; }
    .menu-main-navigation-container .menu a.series_item-link .series_title-desc {
      display: block;
      font-family: "NationalBook", sans-serif;
      font-size: 15px; } }

@media (min-width: 68.8125rem) {
  .series_item + .series_item {
    border-top: solid 1px rgba(47, 50, 61, 0.15); } }

.sidebar_section p {
  font-size: 16px; }

.recently_published-sidebar p {
  margin: .5rem 0; }

.sidebar_section:before {
  border-top: solid 1px rgba(47, 50, 61, 0.15);
  content: '';
  display: block;
  transform: translateY(15px); }

.menu-toggle {
  display: none;
  margin-right: -20px;
  top: 20px;
  transform: scale(0.7); }
  @media (min-width: 23.75rem) {
    .menu-toggle {
      margin-right: 0;
      top: 19px;
      transform: scale(0.85); } }
  @media (min-width: 31.3125rem) {
    .menu-toggle {
      margin-right: 0;
      top: 18px;
      transform: scale(1); } }

@media (max-width: 68.75rem) {
  .menu-toggle-inner {
    align-items: center;
    display: flex;
    justify-content: center; }
  .menu-toggle {
    border: none;
    display: block;
    float: right;
    padding: calc(25px*1.5);
    position: relative;
    z-index: 11; }
    .menu-toggle:hover, .menu-toggle:focus {
      cursor: pointer; }
    .menu-toggle div span {
      height: 5px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      transition: background-color .3s;
      width: 50px; }
      .menu-toggle div span:before, .menu-toggle div span:after {
        background: #2f323d;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        transform: translateY(-40%);
        transition: transform 0.3s;
        width: 100%;
        z-index: 10; }
      .menu-toggle div span:after {
        transform: translateY(200%); }
    .menu-toggle.active div span {
      background-color: transparent; }
      .menu-toggle.active div span:before, .menu-toggle.active div span:after {
        background: #2f323d;
        transform: rotate(45deg) translateY(0);
        transition: transform 0.2s linear; }
      .menu-toggle.active div span:after {
        transform: rotate(-45deg) translateY(0); }
    .menu-toggle.active:active div span, .menu-toggle.active:hover div span, .menu-toggle.active:focus div span {
      background-color: transparent; }
    .menu-toggle:active div span:before,
    .menu-toggle:active div span:after, .menu-toggle:hover div span:before,
    .menu-toggle:hover div span:after, .menu-toggle:focus div span:before,
    .menu-toggle:focus div span:after {
      background-color: #2f323d; }
  .main-menu.menu-open .menu-toggle div span:before,
  .main-menu.menu-open .menu-toggle div span:after {
    background: #2f323d; }
  .main-menu.menu-open .menu-toggle:active div span:before,
  .main-menu.menu-open .menu-toggle:active div span:after, .main-menu.menu-open .menu-toggle:hover div span:before,
  .main-menu.menu-open .menu-toggle:hover div span:after, .main-menu.menu-open .menu-toggle:focus div span:before,
  .main-menu.menu-open .menu-toggle:focus div span:after {
    background-color: #2f323d; }
  .mobile-search-open .menu-toggle div span:before,
  .mobile-search-open .menu-toggle div span:after {
    background: #efeeed; }
  .mobile-search-open .menu-toggle:active div span:before,
  .mobile-search-open .menu-toggle:active div span:after, .mobile-search-open .menu-toggle:hover div span:before,
  .mobile-search-open .menu-toggle:hover div span:after, .mobile-search-open .menu-toggle:focus div span:before,
  .mobile-search-open .menu-toggle:focus div span:after {
    background-color: #efeeed; }
  .mobile-menu-target {
    background-color: #efeeed;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    visibility: hidden;
    width: 100%;
    z-index: 1; }
    .mobile-menu-target.expanded {
      opacity: 1;
      transition: opacity 0.2s linear;
      visibility: visible; }
    .mobile-menu-target .mobile-menu__wrapper {
      justify-content: center;
      padding-top: 160px; }
      .mobile-menu-target .mobile-menu__wrapper a {
        display: inline-block;
        font-size: 3.125rem;
        padding: .6rem 30px;
        text-decoration: none; } }
      @media (max-width: 68.75rem) and (min-width: 48.0625rem) {
        .mobile-menu-target .mobile-menu__wrapper a {
          padding: .6rem 80px; } }

@media (max-width: 68.75rem) {
      .mobile-menu-target .mobile-menu__wrapper .series_menu a {
        padding: .4rem 30px; } }
      @media (max-width: 68.75rem) and (min-width: 48.0625rem) {
        .mobile-menu-target .mobile-menu__wrapper .series_menu a {
          padding: .4rem 80px; } }

.search-toggle-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 12; }
  @media (max-width: 68.75rem) {
    .search-toggle-wrapper {
      left: auto;
      position: absolute;
      right: 8.5rem;
      top: 28px; } }
  @media (min-width: 48.0625rem) {
    .search-toggle-wrapper {
      right: calc(9.5rem + 50px); } }
  @media (min-width: 68.8125rem) {
    .search-toggle-wrapper {
      right: auto;
      top: 2.3rem; } }

.mobile-search-wrapper {
  display: flex; }
  @media (max-width: 68.75rem) {
    .mobile-search-open .mobile-search-wrapper {
      display: flex; } }

.mobile-search-open {
  max-height: 100vh;
  overflow: hidden; }
  @media (max-width: 68.75rem) {
    .mobile-search-open .search-toggle-wrapper {
      right: calc(5.5rem + 50px); } }
  @media (min-width: 48.0625rem) {
    .mobile-search-open .search-toggle-wrapper {
      right: calc(6.5rem + 50px); } }
  @media (min-width: 68.8125rem) {
    .mobile-search-open .search-toggle-wrapper {
      right: 0; } }

.search-toggle-close {
  opacity: 0;
  pointer-events: none; }
  @media (max-width: 68.75rem) {
    .search-toggle-close {
      left: 75px;
      position: absolute;
      width: 100%; } }
  @media (max-width: 68.75rem) and (min-width: 23.75rem) {
    .search-toggle-close {
      left: 34px; } }
  @media (max-width: 68.75rem) and (min-width: 31.3125rem) {
    .search-toggle-close {
      left: auto; } }
  @media (max-width: 68.75rem) {
      .search-toggle-close rect {
        fill: #efeeed; }
      .search-toggle-close:active, .search-toggle-close:hover, .search-toggle-close:focus {
        cursor: pointer; }
      .mobile-search-open .search-toggle-close {
        opacity: 1;
        pointer-events: all; } }

@media (max-width: 68.75rem) {
  .mobile-search-container {
    background: #2f373b;
    bottom: 0;
    color: #efeeed;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    visibility: hidden;
    width: 100%;
    z-index: 2; }
    .mobile-search-open .mobile-search-container {
      opacity: 1;
      transition: opacity 0.2s linear;
      visibility: visible; } }

.mobile-search-form {
  display: none; }
  @media (max-width: 68.75rem) {
    .mobile-search-form {
      display: block;
      margin-top: 12rem;
      position: relative; }
      .mobile-search-form .magnifier {
        position: absolute; } }

input.mobile-search-field {
  display: none; }
  @media (max-width: 68.75rem) {
    input.mobile-search-field {
      background: #efeeed;
      display: block;
      font-size: 20px;
      max-width: 390px;
      padding-left: 2rem;
      padding-right: 2rem;
      width: 90vw; } }

.search-field {
  padding-left: 55px; }

.search-form {
  align-items: center;
  display: flex; }

.search-submit {
  border: none;
  height: 1px;
  position: absolute;
  text-indent: -9999px;
  visibility: hidden;
  width: 1px; }

.search-toggle {
  background: transparent url("../../assets/search.svg") no-repeat center center/contain;
  border: 0;
  height: 22px;
  left: 90px;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  text-indent: -9999px;
  width: 22px; }
  .mobile-search-open .search-toggle {
    left: 30px; }
  @media (min-width: 23.75rem) {
    .search-toggle {
      left: 48px; } }
  @media (min-width: 31.3125rem) {
    .search-toggle {
      left: 16px; } }
  @media (max-width: 68.75rem) {
    .mobile-search-open .search-toggle {
      opacity: 0;
      pointer-events: none; } }
  @media (min-width: 68.8125rem) {
    .search-toggle {
      transition: left .3s; } }

.search-toggle-wrapper .search-field {
  border: 0;
  max-width: 36vw;
  text-indent: -9999px;
  transition: ease-in .3s;
  width: 60px; }
  @media (min-width: 68.8125rem) {
    .search-toggle-wrapper .search-field {
      background: #efeeed;
      max-width: 26vw; } }
  .search-toggle-wrapper .search-field::-moz-placeholder {
    opacity: 0; }
  .search-toggle-wrapper .search-field::placeholder {
    opacity: 0; }

@media (min-width: 68.8125rem) {
  .search-toggle-wrapper .search-field.open {
    -webkit-animation: linear 3s right;
            animation: linear 3s right;
    border: 1px solid #2f323d;
    color: #2f323d;
    text-indent: 0;
    width: 400px; } }

.search-toggle-wrapper .search-field.open::-moz-placeholder {
  color: #efeeed;
  opacity: 1; }

.search-toggle-wrapper .search-field.open::placeholder {
  color: #efeeed;
  opacity: 1; }
  @media (min-width: 68.8125rem) {
    .search-toggle-wrapper .search-field.open::-moz-placeholder {
      color: #2f323d; }
    .search-toggle-wrapper .search-field.open::placeholder {
      color: #2f323d; } }

.single-post .block-4col .post_title h3 {
  font-family: "LarkenBook", serif;
  font-weight: 400; }

.single-post .read_next {
  margin-top: 3rem; }

.single-post .main-wrapper main > .post {
  padding: 0 25px; }

.single-post .page-intro {
  color: #666974;
  text-align: left; }

.single-post .main_content-body {
  margin-top: 1.5rem; }

.single-post .type-post {
  margin: 0 auto;
  max-width: 1006px; }
  .single-post .type-post .entry-content a {
    color: #196CA9;
    font-weight: normal; }
    .single-post .type-post .entry-content a:active, .single-post .type-post .entry-content a:hover, .single-post .type-post .entry-content a:focus {
      text-decoration: underline; }
  .single-post .type-post .entry-title {
    color: #092133;
    margin: 1rem auto 1.2rem; }
    @media (min-width: 23.75rem) {
      .single-post .type-post .entry-title {
        font-size: 40px; } }
    @media (min-width: 64.0625rem) {
      .single-post .type-post .entry-title {
        font-size: 54px; } }
  .single-post .type-post .article_header {
    border-bottom: solid 1px #dfdcda;
    padding-bottom: 1.5rem;
    position: relative; }
  .single-post .type-post .article_cite {
    background: url("../../assets/cite.svg") 6px center no-repeat;
    border: solid 1px #dfdcda;
    bottom: 1.5rem;
    color: #196CA9;
    font-family: "NationalBook", sans-serif;
    font-size: 14px;
    padding: 4px 10px 6px 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase; }
  .single-post .type-post .entry-meta {
    font-family: "NationalBook", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    width: calc(100% - 160px); }
  .single-post .type-post .header_pub_date {
    color: #666974; }
  .single-post .type-post .entry-meta.author_info {
    font-size: 24px;
    margin: .7rem auto; }
  .single-post .type-post .article_image {
    display: inline-flex;
    margin-bottom: 1.5rem; }
    .single-post .type-post .article_image img {
      max-width: 100%; }
  .single-post .type-post .big_hero {
    aspect-ratio: 2.5;
    margin-bottom: 3rem;
    overflow: hidden; }
    .single-post .type-post .big_hero img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }

.single-post .article_cite_text {
  display: none; }

.single-post .post-categories {
  gap: 1rem;
  margin: 2rem 0 3rem;
  justify-content: flex-start; }
  .single-post .post-categories a {
    display: inline-block;
    font-size: 16px;
    padding: .6rem 1rem; }
    .single-post .post-categories a:active, .single-post .post-categories a:hover, .single-post .post-categories a:focus {
      text-decoration: underline; }
  .single-post .post-categories li {
    font-size: 16px;
    margin: 0;
    padding: 0; }

.single-post .wp-block-image,
.single-post .wp-block-image img {
  width: 100%; }

.single-post p.wp-block-image {
  margin: 2rem 0 2.2rem; }

.single-post aside,
.single-post #comments,
.single-post .footer {
  display: none; }

.article_cta {
  align-items: center;
  border-bottom: solid 1px #dfdcda;
  display: flex;
  margin-bottom: 1rem; }
  .article_cta p {
    font-size: 20px;
    margin: 1rem 0; }
  .article_cta a {
    color: #196CA9; }
  .article_cta .image_link {
    display: inline-flex;
    margin: 1rem 0; }
  .article_cta img {
    height: auto;
    margin-right: 1rem;
    max-width: 78px; }

@media (min-width: 64.0625rem) {
  .article_authors {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr; } }

.article_author {
  color: #666974;
  font-family: "NationalBook", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: .8rem 0 .2rem;
  text-align: left;
  width: calc(100% - 160px); }
  .article_author a {
    font-weight: bold;
    white-space: nowrap; }

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #092133; }

.entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content p:first-child {
  margin-top: 0; }

.footnotes ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.footnotes ol > li {
  counter-increment: customlistcounter;
  font-size: 18px; }

.footnotes ol > li::before {
  content: counter(customlistcounter) " ";
  float: left;
  font-size: 18px;
  font-weight: bold;
  width: 1.25em; }

.footnotes ol:first-child {
  counter-reset: customlistcounter; }

.side_cta p {
  font-family: "NationalBook", sans-serif;
  font-size: 24px;
  font-weight: 800;
  max-width: 20rem; }

.content_meta_block {
  border-top: solid 1px rgba(47, 50, 61, 0.15); }
  .content_meta_block:not(:last-child) {
    margin-bottom: 3rem; }
  .content_meta_block h2 {
    font-family: "NationalBook", sans-serif;
    font-size: 17px;
    font-weight: 480;
    letter-spacing: 2px;
    margin-bottom: 1.6rem;
    padding-top: 1.4rem;
    text-transform: uppercase; }

.meta_author {
  align-items: flex-start;
  display: flex;
  font-size: 20px;
  gap: 1.2rem;
  line-height: 1.05;
  margin-bottom: 1.5rem; }
  .meta_author .meta_author-name {
    color: #196CA9;
    flex: 0 0 auto;
    font-family: "NationalBold", sans-serif;
    font-size: 24px; }
  .meta_author:hover {
    text-decoration: none; }
    .meta_author:hover a.meta_author-name {
      text-decoration: underline; }
  .meta_author .meta_author-img {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 67px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 67px; }
  .meta_author img {
    height: auto;
    width: auto; }

.meta_author-bio {
  color: #7f828a;
  display: inline-block;
  font-size: 20px;
  margin-top: .2rem; }
  .meta_author-bio p {
    font-size: 18px;
    line-height: 16px;
    margin: 0; }

.sym_flag {
  color: #ab7018;
  font-family: "NationalBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 120%;
  text-transform: uppercase; }
  @media (min-width: 64.0625rem) {
    .sym_flag {
      font-size: 20px; } }

.post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px; }
  .post-categories li {
    background-color: #dfdcda;
    border-radius: 50px;
    flex-shrink: 0;
    font-family: "NationalBook", sans-serif;
    font-size: 1.375rem;
    justify-content: center;
    margin: 0 14px 14px;
    padding: 6px 16px 8px; }
  .post-categories a {
    text-decoration: none; }

@media (min-width: 106.25rem) {
  .recent_wrapper.content-side-padding {
    width: 1575px; } }

.recent_wrapper.content-side-padding .block-header {
  border-top-width: 4px; }

.recent_wrapper.content-side-padding .home-recent {
  padding-bottom: 3rem; }
  @media (min-width: 71.25rem) {
    .recent_wrapper.content-side-padding .home-recent {
      float: left;
      width: calc(100% - 380px); } }
  .recent_wrapper.content-side-padding .home-recent .post {
    flex-direction: column; }
    @media (min-width: 31.3125rem) {
      .recent_wrapper.content-side-padding .home-recent .post {
        flex-direction: row; } }
    @media (min-width: 90.125rem) {
      .recent_wrapper.content-side-padding .home-recent .post {
        gap: 44px; } }
    .recent_wrapper.content-side-padding .home-recent .post:nth-of-type(n + 2) {
      border-top: 1px solid rgba(47, 50, 61, 0.15);
      margin-top: 2rem;
      padding-top: 2rem; }
    .recent_wrapper.content-side-padding .home-recent .post .post_excerpt p {
      font-size: 17px;
      line-height: 140%; }
      @media (min-width: 64.0625rem) {
        .recent_wrapper.content-side-padding .home-recent .post .post_excerpt p {
          font-size: 20px; } }
  .recent_wrapper.content-side-padding .home-recent .button {
    margin-top: 2rem; }

.recent_wrapper.content-side-padding .trending-topics {
  font-family: "LarkenBook", serif;
  font-size: 20px;
  line-height: 1.2; }
  .recent_wrapper.content-side-padding .trending-topics .discuss {
    margin-top: 1rem; }
  @media (min-width: 71.25rem) {
    .recent_wrapper.content-side-padding .trending-topics {
      float: right;
      width: 280px; } }
  .recent_wrapper.content-side-padding .trending-topics span {
    font-size: 30px;
    font-style: italic; }
  .recent_wrapper.content-side-padding .trending-topics a {
    font-size: 30px; }

.recent_wrapper.content-side-padding .post__content h3 a {
  line-height: 120%; }
  @media (min-width: 48.0625rem) {
    .recent_wrapper.content-side-padding .post__content h3 a {
      font-size: 22px; } }
  @media (min-width: 64.0625rem) {
    .recent_wrapper.content-side-padding .post__content h3 a {
      font-size: 30px; } }
  @media (min-width: 71.25rem) {
    .recent_wrapper.content-side-padding .post__content h3 a {
      font-size: 26px; } }
  @media (min-width: 90.125rem) {
    .recent_wrapper.content-side-padding .post__content h3 a {
      font-size: 36px; } }

.topics-block a {
  background: #dfdcda;
  border-radius: 1.5rem;
  display: inline-block;
  font-family: "NationalBook", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .6rem 1.5rem; }
  @media (min-width: 64.0625rem) {
    .topics-block a {
      font-size: 22px;
      margin-bottom: 1rem;
      margin-right: 1rem; } }
  .topics-block a:last-of-type {
    margin-right: 0; }

.post-listing .taxonomy_link,
.recommended_topics .taxonomy_link {
  background-color: #dfdcda;
  border-radius: 50px;
  display: inline-block;
  flex-shrink: 0;
  font-family: "NationalBook", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 105%;
  margin: 0 14px .7rem 0;
  padding: 6px 16px 8px;
  text-transform: none; }

.colorway-gold .menu-main-navigation-container li.menu-item:nth-of-type(2) a,
.colorway-gold .series_featured {
  color: #b58c4e; }

.colorway-gold .header_wrapper .big-header {
  text-shadow: 4px 4px #b58c4e; }

.colorway-gold .trending span {
  background: linear-gradient(to top, #eedabc 50%, transparent 50%); }

.colorway-turqoise .menu-main-navigation-container li.menu-item:nth-of-type(2) a,
.colorway-turqoise .series_featured {
  color: #1897A8; }

.colorway-turqoise .header_wrapper .big-header {
  text-shadow: 4px 4px #1897A8; }

.colorway-turqoise .trending span {
  background: linear-gradient(to top, #B3DADF 50%, transparent 50%); }

.colorway-pink .menu-main-navigation-container li.menu-item:nth-of-type(2) a,
.colorway-pink .series_featured {
  color: #cb90cc; }

.colorway-pink .header_wrapper .big-header {
  text-shadow: 4px 4px #cb90cc; }

.colorway-pink .trending span {
  background: linear-gradient(to top, #ecd5ed 50%, transparent 50%); }

.page-template-page-series .series-intro {
  margin: 0 auto 60px;
  max-width: 1000px; }
  @media (min-width: 68.8125rem) {
    .page-template-page-series .series-intro {
      margin: -3.5rem auto 80px; } }
  .page-template-page-series .series-intro p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 40px);
    text-align: center; }
    @media (min-width: 48.0625rem) {
      .page-template-page-series .series-intro p {
        font-size: 21px; } }
    @media (min-width: 68.8125rem) {
      .page-template-page-series .series-intro p {
        font-size: 24px; } }

.page-template-page-series .sharedaddy {
  display: none; }

@media (max-width: 68.75rem) {
  .page-template-page-series .mobile-menu__wrapper .menu a span,
  .page-template-page-series .mobile-menu__wrapper .menu a {
    color: #2f323d; } }

@media (max-width: 68.75rem) {
  .page-template-page-series .menu-toggle div span:before,
  .page-template-page-series .menu-toggle div span:after {
    background: #dfdcda; } }

.page-template-page-series .site-title {
  background: transparent url("../../assets/truthonthemarket_darkbg.svg") no-repeat center center;
  background-size: contain; }

@media (max-width: 68.75rem) {
  .page-template-page-series .main-menu.menu-open .site-title {
    background: transparent url("../../assets/truthonthemarket.svg") no-repeat center center;
    background-size: contain; } }

.page-template-page-series .header_wrapper {
  background-color: #092133;
  clear: both;
  color: #efeeed;
  padding-bottom: 1px; }
  .page-template-page-series .header_wrapper .menu li > a,
  .page-template-page-series .header_wrapper a {
    color: #efeeed; }
    .page-template-page-series .header_wrapper .menu li > a.author_posts_link,
    .page-template-page-series .header_wrapper a.author_posts_link {
      color: #428CC1; }
  .page-template-page-series .header_wrapper h1 {
    color: #efeeed; }

.page-template-page-series .date,
.page-template-page-series .authors-first {
  color: #838795;
  font-size: 18px; }

.page-template-page-series .post__content .series_featured {
  font-family: "NationalBook", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.page-template-page-series .search-field:not(.open) {
  background: transparent; }

.page-template-page-series .search-toggle {
  background: transparent url("../../assets/search_white.svg") no-repeat center center/contain; }

.page-template-page-series.mobile-search-open .search-toggle {
  background: transparent url("../../assets/search.svg") no-repeat center center/contain; }

.page-template-page-series .arrow-link {
  border-color: #efeeed; }
  .page-template-page-series .arrow-link::after {
    content: url("./../../assets/arrow-long_light.svg"); }

.page-template-page-series .post_excerpt p {
  font-size: 20px;
  margin-bottom: 1.5rem; }

.page-template-page-series .big-header {
  margin-bottom: 3rem;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(0, 0, 0, 0.1), 4px 4px #EEDEA4; }
  @media (min-width: 31.3125rem) {
    .page-template-page-series .big-header {
      margin-bottom: 4rem; } }
  @media (min-width: 64.0625rem) {
    .page-template-page-series .big-header {
      margin-bottom: 6rem; } }

.page-template-page-series .drawer {
  display: none; }

.symposia_block {
  width: 100%; }
  @media (min-width: 106.25rem) {
    .symposia_block {
      width: 1575px; } }
  .symposia_block .block-header {
    border-top: 4px solid #efeeed;
    margin-top: 3rem; }
  .symposia_block .post h3 {
    font-family: "LarkenBook", serif;
    font-weight: 400; }

.page-template-page-symposium .current-page-ancestor > a span {
  background: linear-gradient(to top, #EEDEA4 50%, transparent 50%); }

.page-template-page-symposium .big_hero {
  display: none;
  overflow: hidden;
  position: relative; }
  @media (min-width: 64.0625rem) {
    .page-template-page-symposium .big_hero {
      display: block; } }
  .page-template-page-symposium .big_hero img {
    width: 100%; }

.page-template-page-symposium .big_hero.mobile_symposium_hero {
  display: block; }
  @media (min-width: 64.0625rem) {
    .page-template-page-symposium .big_hero.mobile_symposium_hero {
      display: none; } }

.page-template-page-symposium .entry-title {
  margin: 1rem auto 1.2rem; }

.page-template-page-symposium .sym_flag {
  display: block;
  text-align: center; }

.page-template-page-symposium .entry-content {
  margin-top: 2.2rem; }
  .page-template-page-symposium .entry-content p,
  .page-template-page-symposium .entry-content ul {
    clear: right; }

.page-template-page-symposium .block-header {
  border-top: 0;
  margin-bottom: 1rem;
  max-width: 12rem; }
  .page-template-page-symposium .block-header h2 {
    margin-top: 0; }

.page-template-page-symposium .block-header.mobile_symposium_header {
  margin-top: -2rem;
  padding-top: 0;
  transform: translateY(-2rem); }
  @media (min-width: 64.0625rem) {
    .page-template-page-symposium .block-header.mobile_symposium_header {
      display: none; } }

.page-intro {
  font-size: 24px;
  font-style: normal;
  font-weight: 480;
  line-height: 140%;
  text-align: center; }
  .page-intro p {
    margin-top: 1rem; }
    .page-intro p:last-of-type {
      margin-bottom: 0; }

.page-template-page-symposium,
.page-template:not(.page-template-page-series) {
  /*
  .main_content-body_only {
    @include center-columns(12,12);

    @include mq($ph) {
      @include center-columns(10,12);
    }

    @include mq($lg) {
      @include center-columns(8,12);
    }
  }
  */ }
  .page-template-page-symposium .entry-meta,
  .page-template:not(.page-template-page-series) .entry-meta {
    font-family: "NationalBook", sans-serif;
    font-size: 1.375rem;
    text-align: center; }
    .page-template-page-symposium .entry-meta a,
    .page-template:not(.page-template-page-series) .entry-meta a {
      text-decoration: none; }
    .page-template-page-symposium .entry-meta .meta-sep,
    .page-template:not(.page-template-page-series) .entry-meta .meta-sep {
      display: none; }
    .page-template-page-symposium .entry-meta .entry-date::before,
    .page-template:not(.page-template-page-series) .entry-meta .entry-date::before {
      content: '.';
      margin-left: 4px;
      margin-right: 8px; }
  .page-template-page-symposium .entry-title a,
  .page-template:not(.page-template-page-series) .entry-title a {
    cursor: default;
    text-decoration: none; }
  .page-template-page-symposium .symposia_header,
  .page-template:not(.page-template-page-series) .symposia_header {
    font-family: "LarkenBold", serif;
    font-size: 26px;
    margin: 1.5rem 0 -2.5rem;
    text-align: center; }
  .page-template-page-symposium h1,
  .page-template:not(.page-template-page-series) h1 {
    text-align: center; }
  .page-template-page-symposium h2, .page-template-page-symposium h3, .page-template-page-symposium h4,
  .page-template:not(.page-template-page-series) h2,
  .page-template:not(.page-template-page-series) h3,
  .page-template:not(.page-template-page-series) h4 {
    line-height: 140%; }
  .page-template-page-symposium h2,
  .page-template:not(.page-template-page-series) h2 {
    font-size: 2.625rem; }
  .page-template-page-symposium h3,
  .page-template:not(.page-template-page-series) h3 {
    font-size: 2rem; }
  .page-template-page-symposium .page_content-left,
  .page-template:not(.page-template-page-series) .page_content-left {
    grid-column: 2 / 6; }
  .page-template-page-symposium .page_content-right,
  .page-template:not(.page-template-page-series) .page_content-right {
    grid-column: 1 / 14; }
    @media (min-width: 64.0625rem) {
      .page-template-page-symposium .page_content-right,
      .page-template:not(.page-template-page-series) .page_content-right {
        grid-column: 6 / 12;
        padding-top: 1.6rem; } }
  .page-template-page-symposium .topics-block,
  .page-template:not(.page-template-page-series) .topics-block {
    text-align: center; }
  .page-template-page-symposium .symposium-header,
  .page-template:not(.page-template-page-series) .symposium-header {
    margin-bottom: 2rem; }
  @media (max-width: 48.0625rem) {
    .page-template-page-symposium .categories_wrapper,
    .page-template:not(.page-template-page-series) .categories_wrapper {
      max-width: 99vw; } }
  @media (max-width: 64.0625rem) {
    .page-template-page-symposium .cat-links,
    .page-template:not(.page-template-page-series) .cat-links {
      grid-column: 1 / 13; } }
  .page-template-page-symposium .wp-block-image,
  .page-template-page-symposium .wp-block-image img,
  .page-template:not(.page-template-page-series) .wp-block-image,
  .page-template:not(.page-template-page-series) .wp-block-image img {
    width: 100%; }
  .page-template-page-symposium p.wp-block-image,
  .page-template:not(.page-template-page-series) p.wp-block-image {
    margin: 2rem 0 2.2rem; }
  .page-template-page-symposium .main_content-body,
  .page-template:not(.page-template-page-series) .main_content-body {
    grid-column: 1 / 13;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12;
    order: 1; }
    @media (min-width: 64.0625rem) {
      .page-template-page-symposium .main_content-body,
      .page-template:not(.page-template-page-series) .main_content-body {
        grid-column: 1 / 9;
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 8;
        align-self: flex-start;
        bottom: 0;
        top: 0;
        order: 0;
        position: -webkit-sticky;
        position: sticky; } }
    .page-template-page-symposium .main_content-body a,
    .page-template:not(.page-template-page-series) .main_content-body a {
      color: #196CA9; }
      .page-template-page-symposium .main_content-body a:active, .page-template-page-symposium .main_content-body a:hover, .page-template-page-symposium .main_content-body a:focus,
      .page-template:not(.page-template-page-series) .main_content-body a:active,
      .page-template:not(.page-template-page-series) .main_content-body a:hover,
      .page-template:not(.page-template-page-series) .main_content-body a:focus {
        text-decoration: underline; }
  .page-template-page-symposium .main_content-meta,
  .page-template:not(.page-template-page-series) .main_content-meta {
    grid-column: 1 / 13;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12;
    font-family: "NationalBook", sans-serif;
    order: 2; }
    .page-template-page-symposium .main_content-meta h2,
    .page-template:not(.page-template-page-series) .main_content-meta h2 {
      font-family: "NationalBook", sans-serif;
      font-size: 17px;
      font-weight: 480;
      letter-spacing: 2px;
      margin-bottom: 1.6rem;
      padding-top: 1.4rem;
      text-transform: uppercase; }
    @media (min-width: 64.0625rem) {
      .page-template-page-symposium .main_content-meta,
      .page-template:not(.page-template-page-series) .main_content-meta {
        grid-column: 9 / 13;
        -ms-grid-column: 9 !important;
        -ms-grid-column-span: 4;
        order: 1;
        padding-left: 4rem; } }
    .page-template-page-symposium .main_content-meta .post-categories,
    .page-template:not(.page-template-page-series) .main_content-meta .post-categories {
      align-items: flex-start;
      gap: 14px;
      justify-content: flex-start;
      list-style-type: none;
      padding-left: 0; }
      .page-template-page-symposium .main_content-meta .post-categories li,
      .page-template:not(.page-template-page-series) .main_content-meta .post-categories li {
        font-size: 16px;
        margin: 0;
        padding: 0 9px; }
      .page-template-page-symposium .main_content-meta .post-categories a,
      .page-template:not(.page-template-page-series) .main_content-meta .post-categories a {
        font-weight: normal; }
        .page-template-page-symposium .main_content-meta .post-categories a:active, .page-template-page-symposium .main_content-meta .post-categories a:hover, .page-template-page-symposium .main_content-meta .post-categories a:focus,
        .page-template:not(.page-template-page-series) .main_content-meta .post-categories a:active,
        .page-template:not(.page-template-page-series) .main_content-meta .post-categories a:hover,
        .page-template:not(.page-template-page-series) .main_content-meta .post-categories a:focus {
          text-decoration: underline; }
  .page-template-page-symposium aside,
  .page-template-page-symposium #comments,
  .page-template-page-symposium .footer,
  .page-template:not(.page-template-page-series) aside,
  .page-template:not(.page-template-page-series) #comments,
  .page-template:not(.page-template-page-series) .footer {
    display: none; }

.participants_wrapper {
  display: none; }

#h-confirmed-participants {
  border-top: 5px solid #2f323d;
  font-family: "LarkenBold", serif;
  font-size: 2.625rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
  padding-top: 1rem; }
  @media (min-width: 48.0625rem) {
    #h-confirmed-participants {
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 90.125rem) {
    #h-confirmed-participants {
      display: block;
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 64.0625rem) {
    #h-confirmed-participants strong {
      float: left;
      margin-top: 1rem;
      max-width: 320px; } }
  #h-confirmed-participants + p {
    clear: right;
    font-family: "NationalBook", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 480;
    line-height: 130%; }
    @media (min-width: 64.0625rem) {
      #h-confirmed-participants + p {
        float: left;
        margin-top: 0;
        max-width: 15rem;
        width: 30%; } }
    @media (min-width: 90.125rem) {
      #h-confirmed-participants + p {
        width: 36%; } }
    @media (min-width: 106.25rem) {
      #h-confirmed-participants + p {
        margin-left: 0;
        width: 30%; } }
  @media (min-width: 64.0625rem) {
    #h-confirmed-participants + p + ul {
      margin-top: -7.2rem; } }
  @media (min-width: 64.0625rem) {
    #h-confirmed-participants + p + ul,
    #h-confirmed-participants + ul {
      float: right;
      padding-left: 1.25rem;
      width: 58.5%; } }
  @media (min-width: 90.125rem) {
    #h-confirmed-participants + p + ul,
    #h-confirmed-participants + ul {
      margin-top: 2rem; } }
  @media (min-width: 106.25rem) {
    #h-confirmed-participants + p + ul,
    #h-confirmed-participants + ul {
      margin-right: 0;
      width: 60%; } }
  #h-confirmed-participants + p + ul::after,
  #h-confirmed-participants + ul::after {
    content: '';
    display: block;
    clear: both; }

@media (min-width: 64.0625rem) {
  .right-column {
    float: right;
    width: 58.5%; } }

@media (min-width: 90.125rem) {
  .right-column {
    margin-right: -10%;
    width: 86%; } }

@media (min-width: 106.25rem) {
  .right-column {
    margin-right: 0;
    width: 66%; } }

.right-column::after {
  clear: both;
  content: '';
  display: block; }

h3 {
  clear: both; }

#h-series-posts-in-order-of-posting {
  display: none; }
  #h-series-posts-in-order-of-posting + ul {
    display: none; }

.post_content-main + .block-listing_wrapper:before {
  grid-column: 1 / 14; }

.post_content-main + .block-listing_wrapper .page_content-left {
  grid-column: 1 / 5; }

.post_content-main + .block-listing_wrapper .listings-menu {
  max-width: 88%; }

.post_content-main + .block-listing_wrapper .listing_toc ul {
  margin-left: 3.5rem; }

.block-listing_wrapper {
  margin-top: 5rem;
  padding-top: 4rem; }
  .block-listing_wrapper:before {
    border-top: solid 2px #2f323d;
    content: '';
    display: block;
    grid-column: 1 / 14;
    transform: translateY(-5rem);
    width: 100%; }
  .block-listing_wrapper h2 {
    font-family: "LarkenBold", serif;
    font-size: 2.625rem;
    margin-bottom: 1rem;
    margin-top: 0; }
  @media (min-width: 106.25rem) {
    .block-listing_wrapper .col-10 {
      grid-column: 2 / 12; } }
  .block-listing_wrapper .listings-menu {
    display: none; }
    @media (min-width: 64.0625rem) {
      .block-listing_wrapper .listings-menu {
        display: block;
        max-width: 360px;
        transform: translateY(-9px); } }
    .block-listing_wrapper .listings-menu .toc_link {
      background: url("./../../assets/sidebar-dot-off.svg") left 0.78rem no-repeat;
      display: block;
      font-family: "NationalBook", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      padding: .4rem 0 .6rem 1.5rem;
      z-index: 2; }
      .block-listing_wrapper .listings-menu .toc_link.active {
        background: url("./../../assets/sidebar-dot-on.svg") left 0.78rem no-repeat;
        font-weight: bold; }
    .block-listing_wrapper .listings-menu .listing_toc {
      display: none;
      margin-top: -5rem;
      max-height: calc(100vh + 5rem);
      overflow: auto;
      position: -webkit-sticky;
      position: sticky;
      top: -5rem; }
      @media (min-width: 64.0625rem) {
        .block-listing_wrapper .listings-menu .listing_toc {
          display: block; } }
      .block-listing_wrapper .listings-menu .listing_toc .listing_item {
        margin-right: 1rem;
        padding-right: 1rem;
        position: relative;
        z-index: 1; }
        .block-listing_wrapper .listings-menu .listing_toc .listing_item::before {
          border-left: solid 1px black;
          content: '';
          display: block;
          height: calc(100%);
          left: 5px;
          position: absolute;
          top: 1.2rem;
          width: 1px;
          z-index: -1; }
        .block-listing_wrapper .listings-menu .listing_toc .listing_item:last-of-type::before {
          height: 1px; }

.archive .main_site_container,
.search-results .main_site_container {
  padding-top: 5rem; }
  .archive .main_site_container::before,
  .search-results .main_site_container::before {
    background: #2f323d;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transform: translateY(-4rem);
    width: 100%; }

.search-results-content .author_meta {
  margin-top: -1.8rem; }
  @media (min-width: 64.0625rem) {
    .search-results-content .author_meta {
      margin-top: 1.05rem; } }
  .search-results-content .author_meta h2 {
    margin-bottom: 0; }
  .search-results-content .author_meta p:first-of-type {
    margin-top: .3rem; }

@media (min-width: 64.0625rem) {
  .search-results-content {
    display: flex;
    max-width: 1230px; } }

@media (min-width: 90.125rem) {
  .search-results-content {
    max-width: 1620px; } }

@media (min-width: 64.0625rem) {
  .search-results-content header {
    flex-basis: 320px; } }

@media (min-width: 90.125rem) {
  .search-results-content header {
    box-sizing: border-box;
    flex-basis: 24%;
    margin-right: 3rem;
    padding-left: 0; } }

@media (min-width: 107.8125rem) {
  .search-results-content header {
    padding-left: calc(.5 * (100vw - 1725px)); } }

@media (min-width: 110.9375rem) {
  .search-results-content header {
    padding-left: 1.5rem; } }

@media (min-width: 64.0625rem) {
  .search-results-content header .the_latest-the {
    margin-left: 2rem;
    max-width: 200px; } }

.search-results-content header p {
  display: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 480;
  line-height: 120%;
  margin-bottom: 2rem; }
  .search-results-content header p:first-of-type {
    margin-top: 0; }
  @media (min-width: 48.0625rem) {
    .search-results-content header p {
      display: block; } }
  @media (min-width: 64.0625rem) {
    .search-results-content header p {
      margin-left: 2rem;
      max-width: 200px; } }

.search-results-content h1 {
  font-size: 52px;
  line-height: 1;
  margin-top: .7rem;
  margin-bottom: .8rem; }
  @media (min-width: 64.0625rem) {
    .search-results-content h1 {
      margin-top: 1.1rem; } }
  @media (min-width: 90.125rem) {
    .search-results-content h1 {
      margin-bottom: .4rem; } }
  .search-results-content h1 span {
    display: block;
    font-size: 30px; }

.search-results-content h2 {
  line-height: 136%; }

.search-results-content .entry-content {
  margin-top: 2rem; }

.listings {
  width: 100%; }
  .listings .post-listing {
    border-bottom: solid 1px #2f323d;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.75rem;
    padding-bottom: 2rem; }
    .listings .post-listing:last-of-type {
      border-bottom: none; }
    .listings .post-listing .author-date {
      font-family: "NationalBook", sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 480;
      line-height: 140%; }
    .listings .post-listing h3 {
      font-family: "LarkenBold", serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      margin-bottom: 1rem; }
      @media (min-width: 31.3125rem) {
        .listings .post-listing h3 {
          font-size: 30px; } }
    .listings .post-listing .post-listing_excerpt {
      display: none;
      font-family: "NationalBook", sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      margin: 0 0 1rem; }
      @media (min-width: 48.0625rem) {
        .listings .post-listing .post-listing_excerpt {
          display: block;
          flex-direction: row; } }
    .listings .post-listing .post__content {
      flex-basis: 70%; }
    .listings .post-listing .post__image {
      flex-basis: 26%; }
    .listings .post-listing .tags {
      display: none; }
      @media (min-width: 48.0625rem) {
        .listings .post-listing .tags {
          display: block;
          margin-right: -44%; } }

.showing_results {
  font-family: "NationalBold", sans-serif;
  font-size: 17px;
  margin-bottom: 3rem;
  padding-top: 6px;
  text-transform: uppercase; }
  .showing_results span {
    display: block;
    font-family: "NationalBook", sans-serif;
    font-size: 26px;
    text-transform: none; }

.recommended_topics .more {
  display: inline-block;
  font-family: "NationalBold", sans-serif;
  margin-bottom: 1rem; }

.entry-content_meta p:last-of-type {
  margin-bottom: 2rem; }

.search-controls {
  align-items: center;
  border-bottom: solid 1px #2f323d;
  display: flex;
  font-family: "NationalBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  line-height: 100%;
  margin-bottom: 3rem;
  position: relative;
  right: 0; }
  .search-controls:first-child {
    margin-top: -1rem; }

.search-types {
  align-items: center;
  display: flex; }
  .search-types a {
    align-items: center;
    border-bottom: solid 6px transparent;
    display: inline-flex;
    padding: 5px 0 12px 30px;
    position: relative;
    transform: translateY(2px); }
    .search-types a:not(:last-of-type) {
      margin-right: 3.6rem; }
    .search-types a.symposia {
      padding-left: 33px; }
    .search-types a.posts {
      border-bottom: solid 6px #2f323d; }
  .search-types svg {
    left: 0;
    margin-right: .5rem;
    position: absolute;
    z-index: 0; }
  .symposia-archive .search-types .posts {
    border-bottom: solid 6px transparent; }
  .symposia-archive .search-types .symposia {
    border-bottom: solid 6px #2f323d; }

.search_type {
  padding: 5px 0 16px;
  position: absolute;
  right: 0; }

.search_type-select {
  background: transparent;
  border-radius: 1rem;
  font-size: 12px;
  padding: .3rem; }

.search-results_wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative; }
  @media (min-width: 48.0625rem) {
    .search-results_wrapper {
      align-items: center; } }
  @media (min-width: 90.125rem) {
    .search-results_wrapper {
      align-items: start;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 64.0625rem) {
    .search-results_wrapper article {
      flex: 1 0 auto; } }
  .search-results_wrapper .listings {
    margin-left: 0; }
    @media (min-width: 64.0625rem) {
      .search-results_wrapper .listings {
        max-width: 820px; } }
    @media (min-width: 90.125rem) {
      .search-results_wrapper .listings {
        width: 66%; } }
  .search-results_wrapper .search_meta_toggle {
    background: url("../../assets/circled-plus.svg") left center no-repeat;
    border: 0;
    border-radius: 0;
    color: #666974;
    min-height: 34px;
    padding: 9px 0 8px 1.2rem;
    position: relative; }
    .search-results_wrapper .search_meta_toggle:after {
      background: url("../../assets/circled-minus.svg") left center no-repeat;
      content: '';
      left: -200vw;
      position: absolute; }
  @media (min-width: 90.125rem) {
    .search-results_wrapper .search_meta_toggle-wrapper {
      display: none; } }
  .search-results_wrapper .search-meta {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px; }
    @media (min-width: 64.0625rem) {
      .search-results_wrapper .search-meta {
        max-width: 820px; } }
    .search-results_wrapper .search-meta .meta_content_wrapper {
      background-color: #efeeed;
      box-shadow: -1px 3px 3px 2px #dfdcda;
      height: 0;
      max-width: 500px;
      opacity: 0;
      padding: 2rem;
      pointer-events: none;
      transition: opacity .1s ease-out; }
      @media (min-width: 90.125rem) {
        .search-results_wrapper .search-meta .meta_content_wrapper {
          background-color: transparent;
          box-shadow: none;
          height: auto;
          margin-top: 1.2rem;
          max-width: none !important;
          opacity: 1;
          padding: 0;
          pointer-events: auto; } }
    .search-results_wrapper .search-meta.open {
      width: 100%; }
      .search-results_wrapper .search-meta.open .search_meta_toggle {
        background: url("../../assets/circled-minus.svg") left center no-repeat; }
        .search-results_wrapper .search-meta.open .search_meta_toggle:after {
          background-image: none;
          content: 'Close';
          background-color: #efeeed;
          left: 1.2rem; }
      .search-results_wrapper .search-meta.open .meta_content_wrapper {
        opacity: 1;
        pointer-events: auto;
        height: auto;
        transition: opacity .3s ease-out; }
    @media (min-width: 90.125rem) {
      .search-results_wrapper .search-meta {
        display: block;
        position: static;
        flex: 0 0 30%; } }
    .search-results_wrapper .search-meta h2 {
      font-family: "NationalBook", sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 480;
      line-height: 140%;
      margin-bottom: 1rem;
      margin-top: 2rem;
      text-transform: uppercase; }
    .search-results_wrapper .search-meta label {
      width: 100%; }
      @media (min-width: 90.125rem) {
        .search-results_wrapper .search-meta label {
          max-width: 352px; } }
    .search-results_wrapper .search-meta .search-field {
      background: transparent url("../../assets/search-thin.svg") no-repeat 1rem center;
      background-size: 21px;
      padding-left: 53px;
      width: 100%; }

.sidebar_featured a {
  font-family: "NationalBold", sans-serif; }

.sidebar_featured .sidebar_featured-item {
  border: solid 1px rgba(47, 50, 61, 0.6);
  display: block;
  font-size: 15px;
  margin-bottom: 1rem;
  max-width: 500px;
  padding: .6rem 1rem;
  width: auto; }

.sidebar_featured .sidebar_featured-author {
  font-family: "NationalBook", sans-serif;
  font-weight: normal; }

.sidebar_featured .sidebar_featured-content {
  display: flex;
  justify-content: space-between; }

.sidebar_featured .sidebar_featured-image {
  flex-basis: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: .75rem; }
  .sidebar_featured .sidebar_featured-image img {
    aspect-ratio: 1.6;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.sidebar_featured .symposium_count {
  color: #838795;
  display: block;
  font-family: "NationalBook", sans-serif;
  font-weight: normal; }

.pagination .nav-links {
  font-family: "NationalBook", sans-serif;
  font-size: 22px; }
  .pagination .nav-links .page-numbers {
    display: inline-block;
    padding: .3rem; }
  .pagination .nav-links .current {
    font-family: "NationalBold", sans-serif; }

.author_posts_link a,
.author_posts_link {
  color: #196CA9; }

.page-template-page-authors .big-header {
  text-shadow: 4px 4px #d9abda; }

.page-template-page-authors .block-header {
  margin-bottom: .8rem; }

.page-template-page-authors .hentry {
  margin: 0 auto;
  max-width: 1620px; }

.authors_list-listings {
  display: grid;
  gap: 0 0;
  position: relative;
  grid-template-columns: 100%; }
  @media (min-width: 31.3125rem) {
    .authors_list-listings {
      grid-template-columns: 50% 50%; } }
  @media (min-width: 56.25rem) {
    .authors_list-listings {
      grid-template-columns: 33% 33% 33%; } }
  @media (min-width: 90.125rem) {
    .authors_list-listings {
      grid-template-columns: 25% 25% 25% 25%; } }
  .authors_list-listings::after {
    background: #efeeed;
    bottom: 2rem;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%; }
  .authors_list-listings figure {
    margin: 0; }
  .authors_list-listings .author_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-top: 1rem;
    text-align: center; }
  .authors_list-listings .authors_list-author {
    align-items: center;
    border-bottom: 1px solid rgba(47, 50, 61, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative; }
    @media (min-width: 31.3125rem) {
      .authors_list-listings .authors_list-author:nth-of-type(2n + 2):after {
        display: none; } }
    @media (min-width: 56.25rem) {
      .authors_list-listings .authors_list-author:nth-of-type(2n + 2):after {
        display: block; }
      .authors_list-listings .authors_list-author:nth-of-type(3n + 3):after {
        display: none; } }
    @media (min-width: 90.125rem) {
      .authors_list-listings .authors_list-author:nth-of-type(3n + 3):after {
        display: block; }
      .authors_list-listings .authors_list-author:nth-of-type(4n + 4):after {
        display: none; } }
    .authors_list-listings .authors_list-author::after {
      background: rgba(47, 50, 61, 0.15);
      content: '';
      display: none;
      height: calc(100% - 2rem);
      position: absolute;
      right: 0;
      top: 0;
      width: 1px; }
      @media (min-width: 31.3125rem) {
        .authors_list-listings .authors_list-author::after {
          display: block; } }
  .authors_list-listings .authors_list-media {
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 1rem;
    max-width: 160px;
    min-width: 110px;
    overflow: hidden;
    width: 100%; }
  .authors_list-listings .authors_list-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .authors_list-listings .authors_list-caption {
    align-items: center;
    display: flex;
    flex-direction: column; }
  .authors_list-listings .authors_list-name {
    display: inline-block;
    font-family: "LarkenBold", serif;
    font-size: 25px;
    margin: 1rem 0 .75rem;
    text-transform: uppercase; }
  .authors_list-listings .authors_list-bio {
    display: inline-block;
    font-family: "NationalBook", sans-serif;
    max-width: 88%; }
    .authors_list-listings .authors_list-bio p {
      font-size: 18px;
      line-height: 1;
      margin: 0 0 1rem; }
  .authors_list-listings .btn-more {
    margin-bottom: 1rem;
    margin-top: .4rem; }
  .authors_list-listings .authors_list-meta {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  .authors_list-listings .authors_list-link {
    color: #1f5675;
    display: inline-block;
    font-family: "NationalBook", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

.page-id-6 .big-header {
  text-shadow: 4px 4px #C0E2B0; }
