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

*, *:before, *:after {
  box-sizing: inherit; }

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

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

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

.explore-topics {
  background-color: #3CAA8B;
  color: #fff;
  z-index: 0;
  position: relative;
  padding: 0 0 2rem 0;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 768px) {
    .explore-topics {
      padding: 0 0 5rem 0; } }
  @media only screen and (min-width: 1024px) {
    .explore-topics {
      display: grid;
      grid-gap: .5rem;
      grid-template-columns: .25fr .75fr;
      padding: 2.5rem 0 4rem 0; } }
  .explore-topics:before {
    background-color: #3CAA8B;
    content: '';
    z-index: -10;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 500%; }
  .explore-topics .topic-header {
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 2em 0 0 0;
    display: inline-block; }
    @media only screen and (min-width: 1024px) {
      .explore-topics .topic-header {
        margin-right: 3rem; } }
    @media only screen and (min-width: 1344px) {
      .explore-topics .topic-header {
        margin-right: 7rem; } }
  .explore-topics .topic-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 2rem; }
    @media only screen and (min-width: 620px) {
      .explore-topics .topic-list {
        column-count: 2;
        column-gap: 1.75rem; } }
    @media only screen and (min-width: 1024px) {
      .explore-topics .topic-list {
        column-count: 3;
        column-gap: 1.5rem;
        margin-top: 2.75rem; } }
    .explore-topics .topic-list .single-topic {
      margin-bottom: .75rem; }
      @media only screen and (min-width: 1024px) {
        .explore-topics .topic-list .single-topic {
          margin-bottom: 1rem; } }
      .explore-topics .topic-list .single-topic a {
        font-family: "freight-display-pro", "Times New Roman", Times, serif;
        color: #fff;
        font-size: 1.25rem;
        letter-spacing: 1.13px;
        line-height: 0;
        text-shadow: 0 0 transparent;
        background-image: none; }
        @media only screen and (min-width: 768px) {
          .explore-topics .topic-list .single-topic a {
            font-size: 1.4375rem; } }
