/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: transparent; }

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

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.ristretto-body {
  color: #333;
  font-family: "Surveyor Text A", "Surveyor Text B", "Times New Roman", serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5; }

.body--wrapper a, .editor-styles-wrapper .block-editor-block-list__block a {
  color: #111; }
  .body--wrapper a:hover, .body--wrapper a:focus, .editor-styles-wrapper .block-editor-block-list__block a:hover, .editor-styles-wrapper .block-editor-block-list__block a:focus {
    color: #111; }

.body--wrapper h1, .editor-styles-wrapper .block-editor-block-list__block h1 {
  color: #333;
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem; }
  @media (min-width: 320px) {
    .body--wrapper h1, .editor-styles-wrapper .block-editor-block-list__block h1 {
      font-size: calc(38px + 26 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h1, .editor-styles-wrapper .block-editor-block-list__block h1 {
      font-size: 64px; } }
.body--wrapper h2, .editor-styles-wrapper .block-editor-block-list__block h2 {
  color: #333;
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper h2, .editor-styles-wrapper .block-editor-block-list__block h2 {
      font-size: calc(32px + 16 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h2, .editor-styles-wrapper .block-editor-block-list__block h2 {
      font-size: 48px; } }
.body--wrapper h3, .editor-styles-wrapper .block-editor-block-list__block h3 {
  color: #333;
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper h3, .editor-styles-wrapper .block-editor-block-list__block h3 {
      font-size: calc(28px + 14 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h3, .editor-styles-wrapper .block-editor-block-list__block h3 {
      font-size: 42px; } }
.body--wrapper h4, .editor-styles-wrapper .block-editor-block-list__block h4 {
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper h4, .editor-styles-wrapper .block-editor-block-list__block h4 {
      font-size: calc(24px + 8 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h4, .editor-styles-wrapper .block-editor-block-list__block h4 {
      font-size: 32px; } }
.body--wrapper h5, .editor-styles-wrapper .block-editor-block-list__block h5 {
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper h5, .editor-styles-wrapper .block-editor-block-list__block h5 {
      font-size: calc(21px + 6 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h5, .editor-styles-wrapper .block-editor-block-list__block h5 {
      font-size: 27px; } }
.body--wrapper h6, .editor-styles-wrapper .block-editor-block-list__block h6 {
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper h6, .editor-styles-wrapper .block-editor-block-list__block h6 {
      font-size: calc(20px + 2 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper h6, .editor-styles-wrapper .block-editor-block-list__block h6 {
      font-size: 22px; } }
.body--wrapper p, .editor-styles-wrapper .block-editor-block-list__block p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  @media (min-width: 320px) {
    .body--wrapper p, .editor-styles-wrapper .block-editor-block-list__block p {
      font-size: calc(19px + 3 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper p, .editor-styles-wrapper .block-editor-block-list__block p {
      font-size: 22px; } }
  .body--wrapper p.has-small-font-size, .editor-styles-wrapper .block-editor-block-list__block p.has-small-font-size {
    font-size: 1rem; }

.body--wrapper em, .body--wrapper i, .editor-styles-wrapper .block-editor-block-list__block em, .editor-styles-wrapper .block-editor-block-list__block i {
  font-style: italic;
  font-weight: 300; }
  .body--wrapper em strong, .body--wrapper em b, .body--wrapper i strong, .body--wrapper i b, .editor-styles-wrapper .block-editor-block-list__block em strong, .editor-styles-wrapper .block-editor-block-list__block em b, .editor-styles-wrapper .block-editor-block-list__block i strong, .editor-styles-wrapper .block-editor-block-list__block i b {
    font-style: italic;
    font-weight: 500; }

.body--wrapper strong, .body--wrapper b, .editor-styles-wrapper .block-editor-block-list__block strong, .editor-styles-wrapper .block-editor-block-list__block b {
  font-weight: 500; }
  .body--wrapper strong em, .body--wrapper strong i, .body--wrapper b em, .body--wrapper b i, .editor-styles-wrapper .block-editor-block-list__block strong em, .editor-styles-wrapper .block-editor-block-list__block strong i, .editor-styles-wrapper .block-editor-block-list__block b em, .editor-styles-wrapper .block-editor-block-list__block b i {
    font-weight: 500; }

.body--wrapper ol, .editor-styles-wrapper .block-editor-block-list__block ol {
  margin: 1.5em 0 1.5em 1.5em; }

.body--wrapper ul, .editor-styles-wrapper .block-editor-block-list__block ul {
  list-style: disc;
  margin: 1.5em 0 1.5em 1.5em; }

.body--wrapper li, .editor-styles-wrapper .block-editor-block-list__block li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 .25em 0; }
  @media (min-width: 320px) {
    .body--wrapper li, .editor-styles-wrapper .block-editor-block-list__block li {
      font-size: calc(19px + 3 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper li, .editor-styles-wrapper .block-editor-block-list__block li {
      font-size: 22px; } }
.body--wrapper .r-button, .editor-styles-wrapper .block-editor-block-list__block .r-button {
  background-color: var(--section-color);
  border: 2px solid var(--section-color);
  color: #fff;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  padding: .65rem .75rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s all ease-out;
  z-index: 0; }
  .body--wrapper .r-button:hover, .editor-styles-wrapper .block-editor-block-list__block .r-button:hover {
    background: #fff;
    color: var(--section-color); }
  .body--wrapper .r-button.r-button-outline, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline {
    background: transparent;
    border: 2px solid var(--section-color);
    color: var(--section-color); }
    .body--wrapper .r-button.r-button-outline:before, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline:before {
      content: '';
      background-color: var(--section-color);
      position: absolute;
      width: 0%;
      top: 0;
      left: -12px;
      height: 100%;
      transition: 0.3s linear;
      transform: skew(-0.06turn);
      z-index: -1; }
    .body--wrapper .r-button.r-button-outline:hover:before, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline:hover:before {
      width: 150%; }
    .body--wrapper .r-button.r-button-outline:hover, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline:hover {
      color: #fff !important; }
    .body--wrapper .r-button.r-button-outline.r-button-dark, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline.r-button-dark {
      border: 2px solid #333;
      color: #333; }
      .body--wrapper .r-button.r-button-outline.r-button-dark:before, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline.r-button-dark:before {
        content: '';
        background-color: #333; }
      .body--wrapper .r-button.r-button-outline.r-button-dark:hover:before, .editor-styles-wrapper .block-editor-block-list__block .r-button.r-button-outline.r-button-dark:hover:before {
        width: 150%; }

.body--wrapper .r-button-text, .editor-styles-wrapper .block-editor-block-list__block .r-button-text {
  color: #E9545A;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease-out; }
  .body--wrapper .r-button-text:hover, .editor-styles-wrapper .block-editor-block-list__block .r-button-text:hover {
    color: #e5343b; }

.body--wrapper label, .editor-styles-wrapper .block-editor-block-list__block label {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase; }

.body--wrapper .page-subtitle, .editor-styles-wrapper .block-editor-block-list__block .page-subtitle {
  font-family: "Surveyor Text A", "Surveyor Text B", "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    .body--wrapper .page-subtitle, .editor-styles-wrapper .block-editor-block-list__block .page-subtitle {
      font-size: calc(24px + 8 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper .page-subtitle, .editor-styles-wrapper .block-editor-block-list__block .page-subtitle {
      font-size: 32px; } }
.body--wrapper .widget-supertitle, .editor-styles-wrapper .block-editor-block-list__block .widget-supertitle {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: .25rem; }

.body--wrapper .widget-title, .editor-styles-wrapper .block-editor-block-list__block .widget-title {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (min-width: 320px) {
    .body--wrapper .widget-title, .editor-styles-wrapper .block-editor-block-list__block .widget-title {
      font-size: calc(18px + 2 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper .widget-title, .editor-styles-wrapper .block-editor-block-list__block .widget-title {
      font-size: 20px; } }
.body--wrapper .widget-subtitle, .editor-styles-wrapper .block-editor-block-list__block .widget-subtitle {
  color: #333;
  font-family: "Surveyor Text A", "Surveyor Text B", "Times New Roman", serif;
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 300;
  line-height: 21px; }

.body--wrapper .heading-vertical, .editor-styles-wrapper .block-editor-block-list__block .heading-vertical {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px; }

.body--wrapper .section-title, .editor-styles-wrapper .block-editor-block-list__block .section-title {
  border-bottom: 3px solid #f2f2f2;
  color: var(--section-color);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  text-transform: uppercase; }

.body--wrapper .section-title-l, .editor-styles-wrapper .block-editor-block-list__block .section-title-l {
  border-bottom: 3px solid #f2f2f2;
  color: var(--section-color);
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  text-transform: uppercase; }
  @media (min-width: 320px) {
    .body--wrapper .section-title-l, .editor-styles-wrapper .block-editor-block-list__block .section-title-l {
      font-size: calc(28px + 4 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper .section-title-l, .editor-styles-wrapper .block-editor-block-list__block .section-title-l {
      font-size: 32px; } }
.body--wrapper .article-preview-byline, .body--wrapper .ap-byline, .body--wrapper .supertitle, .editor-styles-wrapper .block-editor-block-list__block .article-preview-byline, .editor-styles-wrapper .block-editor-block-list__block .ap-byline, .editor-styles-wrapper .block-editor-block-list__block .supertitle {
  color: #777;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.body--wrapper .ap-excerpt, .editor-styles-wrapper .block-editor-block-list__block .ap-excerpt {
  font-family: "Surveyor Text A", "Surveyor Text B", "Times New Roman", serif;
  font-size: 1.0625rem;
  font-weight: 300;
  margin-top: 1rem; }
  .body--wrapper .ap-excerpt img, .editor-styles-wrapper .block-editor-block-list__block .ap-excerpt img {
    display: none; }

.body--wrapper .article-preview-heading-s, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-s {
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  margin-bottom: .25rem; }

.body--wrapper .article-preview-heading-m, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-m {
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0; }

.body--wrapper .article-preview-heading-l, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-l {
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin: 0; }
  @media (min-width: 320px) {
    .body--wrapper .article-preview-heading-l, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-l {
      font-size: calc(28px + 4 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper .article-preview-heading-l, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-l {
      font-size: 32px; } }
.body--wrapper .article-preview-heading-xl, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-xl {
  font-family: "Surveyor Display A", "Surveyor Display B", "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 0; }
  @media (min-width: 320px) {
    .body--wrapper .article-preview-heading-xl, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-xl {
      font-size: calc(32px + 10 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    .body--wrapper .article-preview-heading-xl, .editor-styles-wrapper .block-editor-block-list__block .article-preview-heading-xl {
      font-size: 42px; } }
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 2rem; }

.article-content a {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, var(--section-color) 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  border-bottom: 2px solid var(--section-color);
  text-decoration: none;
  transition: background-position 0.25s ease-out; }
  .article-content a:hover {
    background-position: -100% 0;
    border-bottom: 2px solid #fff; }

.explore-cnf {
  background-color: #333;
  grid-column: full !important;
  margin-top: 4rem; }
  .explore-cnf .explore-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #870B0D;
    display: flex;
    font-size: 2rem;
    height: 85px;
    justify-content: center;
    margin: 0 auto;
    margin-top: -42px;
    width: 85px; }
    .explore-cnf .explore-icon .icon-border {
      align-items: center;
      border-radius: 50%;
      border: 3px solid #E9545A;
      display: flex;
      height: 68px;
      justify-content: center;
      width: 68px; }
    .explore-cnf .explore-icon svg {
      margin-right: 5px; }
  .explore-cnf .explore-content {
    text-align: center;
    margin-bottom: 3.25rem; }
    .explore-cnf .explore-content .section-title {
      border-bottom: 0 !important;
      color: #fff;
      padding: .4rem 0 0rem 0;
      margin: 0 0 .5rem 0 !important; }
    .explore-cnf .explore-content p.section-subtitle {
      margin: 0 auto;
      color: #fff;
      font-size: 1.0625rem;
      font-style: italic;
      letter-spacing: 0px;
      line-height: 21px;
      max-width: 35rem; }
    .explore-cnf .explore-content .dropdown-grid {
      display: grid;
      grid-gap: 2.5rem;
      margin-top: 2.5rem; }
      @media (min-width: 768px) {
        .explore-cnf .explore-content .dropdown-grid {
          grid-template-columns: repeat(3, 1fr);
          justify-content: center; } }
      @media (min-width: 1024px) {
        .explore-cnf .explore-content .dropdown-grid {
          grid-template-columns: repeat(3, 250px); } }
      .explore-cnf .explore-content .dropdown-grid form .postform {
        border-radius: 0;
        border: 0;
        padding: .65rem .5rem;
        -webkit-appearance: none;
        width: 100%; }
      .explore-cnf .explore-content .dropdown-grid .topics, .explore-cnf .explore-content .dropdown-grid .issue-list, .explore-cnf .explore-content .dropdown-grid .categories {
        position: relative; }
        .explore-cnf .explore-content .dropdown-grid .topics svg, .explore-cnf .explore-content .dropdown-grid .issue-list svg, .explore-cnf .explore-content .dropdown-grid .categories svg {
          pointer-events: none;
          position: absolute;
          right: 1rem;
          top: 2.5rem;
          z-index: 100; }
        .explore-cnf .explore-content .dropdown-grid .topics:after, .explore-cnf .explore-content .dropdown-grid .issue-list:after, .explore-cnf .explore-content .dropdown-grid .categories:after {
          content: '\f0d7';
          display: none;
          font-family: 'Font Awesome 5 Pro';
          font-weight: 900; }
        .explore-cnf .explore-content .dropdown-grid .topics .filter-label, .explore-cnf .explore-content .dropdown-grid .issue-list .filter-label, .explore-cnf .explore-content .dropdown-grid .categories .filter-label {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
          font-size: 0.875rem;
          font-weight: 300;
          line-height: 14px;
          letter-spacing: 1px;
          text-align: left;
          color: #fff;
          margin: 0 0 .75rem 0;
          text-transform: uppercase; }
        .explore-cnf .explore-content .dropdown-grid .topics select, .explore-cnf .explore-content .dropdown-grid .issue-list select, .explore-cnf .explore-content .dropdown-grid .categories select {
          background-color: #fff;
          -webkit-appearance: none;
          border-radius: 0;
          border: 0;
          font-family: "Surveyor Text A", "Surveyor Text B", "Times New Roman", serif;
          font-size: 1.125rem;
          font-weight: 300;
          padding: .65rem .5rem;
          position: relative;
          width: 100%; }
          .explore-cnf .explore-content .dropdown-grid .topics select:focus, .explore-cnf .explore-content .dropdown-grid .issue-list select:focus, .explore-cnf .explore-content .dropdown-grid .categories select:focus {
            outline: 0;
            border-radius: 0; }
