@charset "UTF-8";
/* replace with the above */
:root {
  --site-margin: 24px;
  /* 32.00px font-size @ 375px viewport → 40.00px font-size@ 1280px viewport*/
  --font-size-h1: clamp(2.00rem, calc(1.79rem + 0.88vw), 2.50rem);
  --font-size-h2: calc(1rem * 1.625);
  --font-size-h3: calc(1rem * 1.375);
  --font-size-h4: calc(1rem * 1.125);
  --font-size-p: calc(1rem * 1.125);
  --font-size-sublabel: calc(1rem * 0.75);
  /* 44.00px → 52.00px */
  --line-height-h1: clamp(2.75rem, calc(2.54rem + 0.88vw), 3.25rem);
  --line-height-h2: calc(1rem * 2);
  --line-height-h3: calc(1rem * 1.75);
  --line-height-h4: calc(1rem * 1.5);
  --line-height-p: calc(1rem * 2);
  --line-height-sublabel: calc(1rem * 1.125);
  --font-heading-bold: 'LibreFranklinBold';
  --font-heading: 'LibreFranklinSemiBold';
  --font-sublabel: 'LibreFranklin';
  --font-sublabel-serif: 'SourceSerif';
  --font-body: 'SourceSerif';
  --font-italic: 'SourceSerifItalic';
  --header-height: 124px; }
  @media screen and (min-width: 768px) {
    :root {
      --site-margin: 60px; } }
  @media screen and (min-width: 1024px) {
    :root {
      --site-margin: 50px; } }

@font-face {
  font-family: 'LibreFranklin';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LibreFranklinSemiBold';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'LibreFranklinBold';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/LibreFranklin-VariableFont_wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'LibreFranklinItalic';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/LibreFranklin-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'SourceSerif';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/SourceSerif4Variable-Roman.ttf.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SourceSerifItalic';
  src: url("/wp-content/themes/oiys-2017-08/css/_new/fonts/SourceSerif4Variable-Italic.ttf.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }
* {
  font-family: "LibreFranklin", sans-serif; }

.collection-fontawesome470 {
  height: auto;
  width: 16px; }

/* Animation */
.svg-spin {
  -webkit-animation: svg-spin 2s infinite linear;
  animation: svg-spin 2s infinite linear; }

.svg-pulse {
  -webkit-animation: svg-spin 1s infinite steps(8);
  animation: svg-spin 1s infinite steps(8); }

@-webkit-keyframes svg-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes svg-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* functions */
/* mixins */
.access, .ui-helper-hidden-accessible {
  left: -9999px;
  position: absolute; }

/*
	A collection of all Font-Awesome 4.7 icons as SVGs in easy to use SCSS mixins
*/
.text-sublabel {
  font-size: var(--font-size-sublabel);
  line-height: var(--line-height-sublabel);
  color: #626c7f;
  font-family: var(--font-sublabel); }
  .text-sublabel span a {
    color: #626c7f;
    text-decoration: none; }
  .text-sublabel .author {
    text-decoration: underline;
    cursor: pointer; }
  .text-sublabel .serif {
    font-family: var(--font-italic); }
  .text-sublabel .medium {
    font-weight: 600; }

body.article-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  body.article-page .article-feed .article .article-header {
    display: grid;
    margin: 0 var(--site-margin);
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "breadcrumbs" "title" "byline"; }
    body.article-page .article-feed .article .article-header .pipe {
      margin: 0 8px;
      color: #a8afbc;
      font-weight: 600; }
    body.article-page .article-feed .article .article-header .article-header-breadcrumbs {
      grid-area: breadcrumbs;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      line-height: 22px; }
      body.article-page .article-feed .article .article-header .article-header-breadcrumbs .chevron-right {
        margin: 0 6px;
        stroke: #a8afbc; }
    body.article-page .article-feed .article .article-header h1.article-header-title {
      font-family: var(--font-heading);
      font-size: var(--font-size-h1);
      line-height: var(--line-height-h1);
      color: #202b42;
      margin: 1rem 0;
      grid-area: title; }
    body.article-page .article-feed .article .article-header .article-header-byline {
      grid-area: byline;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      line-height: 22px; }
    body.article-page .article-feed .article .article-header .sponsor-logo {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-top: 1rem; }
      body.article-page .article-feed .article .article-header .sponsor-logo a {
        color: inherit;
        text-decoration: none; }
      body.article-page .article-feed .article .article-header .sponsor-logo img {
        cursor: pointer; }
    body.article-page .article-feed .article .article-header .author-popup-container {
      display: none;
      z-index: 1;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4); }
      body.article-page .article-feed .article .article-header .author-popup-container .author-popup {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 475px;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        border-radius: 20px;
        text-align: center; }
        @media (max-width: 768px) {
          body.article-page .article-feed .article .article-header .author-popup-container .author-popup {
            max-width: 80%; } }
        body.article-page .article-feed .article .article-header .author-popup-container .author-popup .author-img {
          height: 80px;
          width: 80px;
          border-radius: 40px; }
        body.article-page .article-feed .article .article-header .author-popup-container .author-popup .author-bio {
          font-size: 18px;
          line-height: 32px; }
        body.article-page .article-feed .article .article-header .author-popup-container .author-popup .close {
          color: #aaaaaa;
          float: right;
          font-size: 28px;
          font-weight: bold; }
        body.article-page .article-feed .article .article-header .author-popup-container .author-popup .close:hover,
        body.article-page .article-feed .article .article-header .author-popup-container .author-popup .close:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer; }
  body.article-page .article-feed .article .article-body-container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    margin: 0 var(--site-margin);
    justify-content: space-between; }
    @media (min-width: 1024px) {
      body.article-page .article-feed .article .article-body-container {
        grid-template-columns: minmax(327px, 728px) 300px;
        gap: 2rem; } }
    @media (max-width: 320px) {
      body.article-page .article-feed .article .article-body-container .article-body .table-of-contents-container {
        position: sticky;
        top: 0; } }
    body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents {
      margin: 0.5rem 0;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      width: 100%;
      list-style: none;
      margin: 0 0 0.5rem;
      background-color: white;
      border: 1px solid #ced1d9;
      border-left: 4px solid #f7a92b;
      border-radius: 4px; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents summary {
        padding: .75rem 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents summary::marker, body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents summary::-webkit-details-marker {
          display: none; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents ul {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        list-style: none;
        border-left: 4px solid #f7a92b;
        padding-inline-start: 1.25rem; }
        body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents ul li {
          position: relative; }
          body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents ul li:not(:last-of-type) {
            margin-bottom: 1rem; }
          body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents ul li a {
            color: inherit;
            text-decoration: none; }
            body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents ul li a span {
              display: block;
              transition: all 0.1s ease-in-out; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents summary {
        padding: .75rem; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents .close {
        display: none; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents[open] {
        border: 1px solid transparent;
        border-left: 4px solid transparent; }
        body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents[open] .chevron {
          display: none; }
        body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents[open] .close {
          display: block; }
      body.article-page .article-feed .article .article-body-container .article-body details.table-of-contents .table-of-contents-heading {
        font-family: var(--font-heading);
        font-size: var(--font-size-h3);
        font-weight: 600;
        line-height: var(--line-height-h3);
        color: #1f2228; }
    body.article-page .article-feed .article .article-body-container .article-body h2 {
      font-family: var(--font-heading);
      font-size: var(--font-size-h2);
      line-height: var(--line-height-h2);
      color: #1f2228; }
    body.article-page .article-feed .article .article-body-container .article-body p {
      font-family: var(--font-body);
      font-size: var(--font-size-p);
      line-height: var(--line-height-p);
      color: #202b42; }
    body.article-page .article-feed .article .article-body-container .article-body a {
      font-family: var(--font-body); }
    body.article-page .article-feed .article .article-body-container .article-body .you-should-know {
      background-color: #f5ecde;
      margin: 1rem 0;
      padding: 1rem;
      border-radius: 4px;
      display: inline-block; }
      body.article-page .article-feed .article .article-body-container .article-body .you-should-know h3 {
        font-family: var(--font-heading);
        font-size: var(--font-size-h3);
        font-weight: 600;
        line-height: var(--line-height-h3);
        color: #1f2228;
        margin: 0.75rem 0; }
      body.article-page .article-feed .article .article-body-container .article-body .you-should-know p {
        margin: 0.75rem 0; }
    body.article-page .article-feed .article .article-body-container .article-body .gallery figcaption.gallery-caption {
      								/*
                      @include heading-2();
                      margin: 1rem 0;
      								*/
      font-family: var(--font-body);
      font-size: var(--font-size-p);
      line-height: var(--line-height-p);
      color: #202b42;
      margin: 1.5rem 0; }
    body.article-page .article-feed .article .article-body-container .article-body .gallery figure {
      margin: 0;
      padding: 0; }
      body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-image-container {
        border-radius: 12px;
        overflow: hidden;
        margin: 0.5rem 0; }
        body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-image-container img {
          width: 100%;
          height: auto;
          										/*
                              aspect-ratio: 3 / 2;
                              max-height: 485px;
          										*/
          object-fit: cover; }
      body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-credit {
        font-size: var(--font-size-sublabel);
        line-height: var(--line-height-sublabel);
        color: #626c7f;
        font-family: var(--font-sublabel); }
        body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-credit a {
          text-decoration: none;
          color: inherit; }
      body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-description {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        margin: 1.5rem 0; }
        body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-description iframe {
          width: 100%;
          height: auto;
          										/*
                              aspect-ratio: 3 / 2;
                              max-height: 485px;
          										*/ }
      body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-address-container {
        display: flex;
        align-items: center;
        height: 2rem; }
        body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-address-container .gallery-address {
          font-size: var(--font-size-sublabel);
          line-height: var(--line-height-sublabel);
          color: #626c7f;
          font-family: var(--font-sublabel);
          display: flex;
          align-items: center; }
          body.article-page .article-feed .article .article-body-container .article-body .gallery figure .gallery-address-container .gallery-address::before {
            display: inline-block;
            content: '';
            margin-right: .25rem;
            background-image: url("/wp-content/themes/oiys-2017-08/images/_new/icons/pin.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 12px;
            height: 18px; }
    body.article-page .article-feed .article .article-body-container .article-body .gallery .advertisement-google {
      margin: 1rem 0; }
      body.article-page .article-feed .article .article-body-container .article-body .gallery .advertisement-google .advertisement-notice {
        font-size: var(--font-size-sublabel);
        line-height: var(--line-height-sublabel);
        color: #626c7f;
        font-family: var(--font-sublabel);
        width: 100%;
        text-align: center; }
      body.article-page .article-feed .article .article-body-container .article-body .gallery .advertisement-google .advertisement {
        min-height: 250px;
        width: 100%;
        /* background-color: $color-neutral-200; */ }
    body.article-page .article-feed .article .article-body-container .article-body .skimlinks-article-disclaimer {
      margin: 2rem 0; }
      body.article-page .article-feed .article .article-body-container .article-body .skimlinks-article-disclaimer p {
        font-size: var(--font-size-sublabel);
        line-height: var(--line-height-sublabel);
        color: #626c7f;
        font-family: var(--font-sublabel); }
    body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action {
      padding: 1.75rem var(--site-margin);
      width: calc(100% + calc((var(--site-margin) * 2)));
      margin: 0 calc(var(--site-margin) * -1);
      background-image: url("/wp-content/themes/oiys-2017-08/images/_new/promos/2023-00-newsletter-homepage/newsletter-bg-image-desktop.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      box-sizing: border-box; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action h2.newsletter__heading {
        margin: 0;
        font-family: 'LibreFranklinSemiBold', sans-serif;
        font-size: 20px;
        line-height: 2rem;
        letter-spacing: .15rem;
        text-transform: uppercase;
        color: white;
        text-align: center; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action p {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        color: white;
        text-align: center;
        margin: .5rem 0; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .getresponse-signup-thankyou {
        display: none; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .getresponse-signup-error {
        background: #eea841;
        color: #202b42;
        display: none;
        padding: 1rem;
        text-align: center; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .getresponse-signup-ajaxloading {
        display: none;
        text-align: center; }
        body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .getresponse-signup-ajaxloading svg {
          fill: #eea841;
          height: auto;
          width: 60px; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .getresponse-signup-formfield-recaptcharesponse {
        display: none; }
      body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .cta-submit-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
        body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .cta-submit-container input {
          width: 100%;
          height: 50px;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.7);
          border: #9e9e9e;
          padding: 0 1rem;
          margin: .75rem 0; }
          body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .cta-submit-container input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.7); }
        body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .cta-submit-container .newsletter__cta {
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
          width: 100%;
          height: 50px;
          background: #eea841;
          font-family: 'LibreFranklin', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 1.4px;
          text-transform: uppercase;
          text-decoration: none;
          color: #202b42;
          border: 1px solid transparent;
          margin: .75rem 0; }
          @media screen and (min-width: 768px) {
            body.article-page .article-feed .article .article-body-container .article-body .article-call-to-action .cta-submit-container .newsletter__cta {
              width: 237px;
              height: 50px; } }
    body.article-page .article-feed .article .article-body-container .article-body .more-to-explore {
      padding: 0.75rem var(--site-margin);
      margin: 0 calc(var(--site-margin) * -1);
      background-color: #f5ecde; }
      body.article-page .article-feed .article .article-body-container .article-body .more-to-explore h2 {
        font-family: var(--font-heading);
        font-size: var(--font-size-h2);
        line-height: var(--line-height-h2);
        color: #1f2228;
        margin: .75rem 0;
        display: flex;
        align-items: center; }
        body.article-page .article-feed .article .article-body-container .article-body .more-to-explore h2::before {
          display: inline-block;
          content: '';
          margin-right: 0.75rem;
          background-image: url("/wp-content/themes/oiys-2017-08/images/_new/icons/pin.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          width: 23px;
          height: 46px; }
      body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-title h3 {
        font-family: var(--font-heading);
        font-size: var(--font-size-h3);
        font-weight: 600;
        line-height: var(--line-height-h3);
        color: #1f2228;
        margin: 0.5rem 0; }
      body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-byline {
        font-size: 12px;
        line-height: 18px;
        font-family: 'LibreFranklin';
        color: #626c7f; }
      body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-content h4 {
        font-family: var(--font-heading);
        font-size: var(--font-size-h4);
        font-weight: 600;
        line-height: var(--line-height-h4);
        color: #1f2228;
        margin: .75rem 0;
        display: flex;
        align-items: center; }
        body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-content h4::before {
          display: inline-block;
          content: '';
          margin-right: 0.75rem;
          background-image: url("/wp-content/themes/oiys-2017-08/images/_new/icons/q.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          width: 32px;
          height: 46px; }
      body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-content ul {
        padding-inline-start: 1.5rem; }
        body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-content ul li {
          font-family: var(--font-body);
          font-size: var(--font-size-p);
          line-height: var(--line-height-p);
          color: #202b42; }
          body.article-page .article-feed .article .article-body-container .article-body .more-to-explore .more-to-explore-content ul li::marker {
            width: 5px; }
    body.article-page .article-feed .article .article-body-container .article-body details.related-articles {
      margin: 0.5rem 0;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      width: 100%;
      list-style: none;
      margin: 1.5rem 0;
      border-bottom: 1px solid #ced1d9;
      padding-bottom: 2rem; }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles summary {
        padding: .75rem 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        body.article-page .article-feed .article .article-body-container .article-body details.related-articles summary::marker, body.article-page .article-feed .article .article-body-container .article-body details.related-articles summary::-webkit-details-marker {
          display: none; }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        list-style: none;
        border-left: 4px solid #f7a92b;
        padding-inline-start: 1.25rem; }
        body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul li {
          position: relative; }
          body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul li:not(:last-of-type) {
            margin-bottom: 1rem; }
          body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul li a {
            color: inherit;
            text-decoration: none; }
            body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul li a span {
              display: block;
              transition: all 0.1s ease-in-out; }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles .chevron {
        transform: rotate(180deg); }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles[open] .chevron {
        transform: unset; }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles summary {
        font-family: var(--font-heading);
        font-size: var(--font-size-h2);
        line-height: var(--line-height-h2);
        color: #1f2228; }
        body.article-page .article-feed .article .article-body-container .article-body details.related-articles summary h2 {
          margin: 0; }
      body.article-page .article-feed .article .article-body-container .article-body details.related-articles ul {
        margin: 0.25rem 0; }
    body.article-page .article-feed .article .article-body-container .article-body details.explore-tags {
      margin: 0.5rem 0;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      width: 100%;
      list-style: none;
      border-bottom: 1px solid #ced1d9;
      padding-bottom: 2rem; }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags summary {
        padding: .75rem 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        body.article-page .article-feed .article .article-body-container .article-body details.explore-tags summary::marker, body.article-page .article-feed .article .article-body-container .article-body details.explore-tags summary::-webkit-details-marker {
          display: none; }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        list-style: none;
        border-left: 4px solid #f7a92b;
        padding-inline-start: 1.25rem; }
        body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li {
          position: relative; }
          body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li:not(:last-of-type) {
            margin-bottom: 1rem; }
          body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li a {
            color: inherit;
            text-decoration: none; }
            body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li a span {
              display: block;
              transition: all 0.1s ease-in-out; }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags .chevron {
        transform: rotate(180deg); }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags[open] .chevron {
        transform: unset; }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags summary {
        font-family: var(--font-heading);
        font-size: var(--font-size-h2);
        line-height: var(--line-height-h2);
        color: #1f2228; }
        body.article-page .article-feed .article .article-body-container .article-body details.explore-tags summary h2 {
          margin: 0; }
      body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-left: none;
        padding-inline-start: 0;
        gap: 1rem; }
        body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li {
          background-color: #202b42;
          color: white;
          padding: 0 1rem;
          border-radius: 18px;
          font-size: 12px;
          font-family: var(--font-heading-bold), sans-serif;
          padding: 0 .75rem;
          line-height: 1.5rem;
          letter-spacing: .025rem;
          text-transform: uppercase; }
          body.article-page .article-feed .article .article-body-container .article-body details.explore-tags ul li:not(:last-of-type) {
            margin-bottom: unset; }
    body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses {
      margin: 0.5rem 0;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      width: 100%;
      list-style: none;
      margin: 1.5rem 0;
      border-bottom: 1px solid #ced1d9;
      padding-bottom: 2rem; }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses summary {
        padding: .75rem 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses summary::marker, body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses summary::-webkit-details-marker {
          display: none; }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul {
        font-family: var(--font-body);
        font-size: var(--font-size-p);
        line-height: var(--line-height-p);
        color: #202b42;
        list-style: none;
        border-left: 4px solid #f7a92b;
        padding-inline-start: 1.25rem; }
        body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul li {
          position: relative; }
          body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul li:not(:last-of-type) {
            margin-bottom: 1rem; }
          body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul li a {
            color: inherit;
            text-decoration: none; }
            body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul li a span {
              display: block;
              transition: all 0.1s ease-in-out; }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses .chevron {
        transform: rotate(180deg); }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses[open] .chevron {
        transform: unset; }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses summary {
        font-family: var(--font-heading);
        font-size: var(--font-size-h2);
        line-height: var(--line-height-h2);
        color: #1f2228; }
        body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses summary h2 {
          margin: 0; }
      body.article-page .article-feed .article .article-body-container .article-body details.featured-addresses ul {
        margin: 0; }
    body.article-page .article-feed .article .article-body-container .sidebar {
      display: none;
      position: relative; }
      @media (min-width: 1024px) {
        body.article-page .article-feed .article .article-body-container .sidebar {
          display: block; } }
      body.article-page .article-feed .article .article-body-container .sidebar .sticky-container {
        position: sticky;
        top: 50px;
        overflow: auto;
        height: 100vh; }
        body.article-page .article-feed .article .article-body-container .sidebar .sticky-container .ad-google-display {
          width: 300px;
          height: 600px;
          background-color: silver; }

.arrow-right {
  stroke: #FAA51A;
  stroke-width: 2px; }
  @media screen and (min-width: 768px) {
    .arrow-right {
      stroke-width: 1px; } }

.testing-con {
  display: flex;
  align-items: center;
  height: 2rem; }
  .testing-con .testing-con-ad {
    font-size: var(--font-size-sublabel);
    line-height: var(--line-height-sublabel);
    color: #626c7f;
    font-family: var(--font-sublabel);
    display: flex;
    align-items: center; }
    .testing-con .testing-con-ad::before {
      display: inline-block;
      content: '';
      margin-right: .25rem;
      background-image: url("/wp-content/themes/oiys-2017-08/images/_new/icons/pin.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 12px;
      height: 18px; }

/* older styles - imported */
iframe {
  max-width: 100% !important; }

iframe[src*="youtube"], iframe[src*="vimeo"], iframe[src*="travelchannel"], iframe[src*="rumble"], iframe[src*="newsinc"], iframe[src*="maps"], iframe[src*="usatoday"] {
  max-width: 100%;
  width: 100% !important; }

iframe.instagram-media {
  max-width: 100% !important;
  width: 100% !important; }

twitterwidget, .twitter-tweet-rendered, twitterwidget.twitter-tweet-rendered {
  max-width: 100%; }

.affiliate-link-btn-v1 {
  display: block;
  padding: 6px 0px;
  text-align: center; }
  .affiliate-link-btn-v1 a {
    background: #5b5b47;
    background: linear-gradient(160deg, #7f7f63 0%, #36362b 100%);
    box-shadow: 2px 2px 3px 0px rgba(109, 122, 132, 0.5);
    -moz-box-shadow: 2px 2px 3px 0px rgba(109, 122, 132, 0.5);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(109, 122, 132, 0.5);
    border-radius: 6px;
    color: white;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px;
    text-decoration: none; }

.promo-alltrails-v1, .promo-alltrails-v2 {
  background: #f6f5e8;
  color: #2b381f;
  font-size: 18px;
  margin: 24px 0;
  text-align: center; }
  .promo-alltrails-v1 a, .promo-alltrails-v2 a {
    color: #333333;
    display: block;
    padding: 24px;
    text-decoration: none; }

.content-highlight {
  background: #9e9e9e;
  color: #333333;
  margin: 24px 0;
  padding: 12px;
  text-align: left; }
  .content-highlight .content-highlight-url {
    color: #333333;
    display: block;
    text-decoration: none; }

.content-highlight.content-highlight-with-url {
  padding: 0px; }
  .content-highlight.content-highlight-with-url .content-highlight-url {
    padding: 12px; }

/*# sourceMappingURL=post.css.map */
