/* 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; }

.current-issue {
  margin-bottom: 3rem; }
  @media only screen and (min-width: 768px) {
    .current-issue {
      width: calc(100% - 10px); } }
  .current-issue .current-issue-flex {
    background-color: #132E3D;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 1.5rem; }
    @media only screen and (min-width: 1024px) {
      .current-issue .current-issue-flex {
        flex-direction: row;
        padding: 2.5rem; } }
    .current-issue .current-issue-flex .no-issue {
      color: #C8E2DB !important;
      padding: 1.5rem;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      color: #35596D;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.75rem; }
  .current-issue .issue-heading {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    margin: 0;
    letter-spacing: 1.6px;
    padding: 0 0 1.5rem 0;
    font-size: 1.25rem;
    text-transform: uppercase; }
    .current-issue .issue-heading a {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      line-height: 24px;
      letter-spacing: 1.6px;
      margin-bottom: 2.5rem;
      text-transform: uppercase;
      text-decoration: none; }
  .current-issue .current-issue-inner {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .current-issue .current-issue-inner {
        flex-grow: 1;
        padding: 0; } }
    .current-issue .current-issue-inner h3 {
      color: #fff;
      font-family: "freight-display-pro", "Times New Roman", Times, serif;
      font-size: 2.25rem;
      letter-spacing: 1.33px;
      line-height: 51px;
      margin-bottom: .5rem;
      margin-top: .25rem;
      text-transform: none; }
      @media only screen and (min-width: 1024px) {
        .current-issue .current-issue-inner h3 {
          font-size: 3rem;
          max-width: 45rem; } }
    .current-issue .current-issue-inner .current-issue-info {
      color: #3CAA8B;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      letter-spacing: 2px;
      margin-top: 0;
      text-transform: uppercase; }
      @media only screen and (min-width: 1024px) {
        .current-issue .current-issue-inner .current-issue-info {
          font-size: 1.0625rem; } }
  .current-issue .issue-description p {
    color: #fff;
    font-size: 1.1875rem;
    letter-spacing: .53px;
    line-height: 27px;
    margin-top: 2.25rem;
    font-weight: 400; }
    @media only screen and (min-width: 1024px) {
      .current-issue .issue-description p {
        max-width: 45rem;
        margin-right: 2rem; } }
    @media only screen and (min-width: 1344px) {
      .current-issue .issue-description p {
        margin-right: 4.75rem; } }
  .current-issue .browse-issue {
    color: #3CAA8B;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-top: 2rem;
    text-transform: uppercase;
    transition: all .3s ease-out; }
  .current-issue .print-subscribe {
    margin-top: 1.5rem; }
    @media only screen and (min-width: 620px) {
      .current-issue .print-subscribe {
        max-width: 408px; } }
    @media only screen and (min-width: 1024px) {
      .current-issue .print-subscribe {
        margin: .75rem 0 0 0;
        min-width: 408px; } }
    .current-issue .print-subscribe .issue-cta {
      background-color: #132E3D;
      display: flex; }
      .current-issue .print-subscribe .issue-cta img {
        max-width: 175px;
        max-height: 222px; }
      .current-issue .print-subscribe .issue-cta p {
        color: #fff;
        font-size: 0.9375rem;
        line-height: 25px;
        padding: .5rem 1rem 0 1rem;
        letter-spacing: .53px; }
        @media only screen and (min-width: 575px) {
          .current-issue .print-subscribe .issue-cta p {
            padding: 1.5rem;
            margin: 0; } }
    .current-issue .print-subscribe .sub-button {
      background-color: #3CAA8B;
      color: #fff;
      display: block;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      padding: .8rem 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
  .current-issue .current-recent-posts {
    background-color: #132E3D;
    padding: 2rem; }
    @media only screen and (min-width: 768px) {
      .current-issue .current-recent-posts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 3rem; } }
    .current-issue .current-recent-posts h4 {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: 1.477500319480896px;
      color: #fff;
      margin: 0 0 1rem 0; }
      @media only screen and (min-width: 768px) {
        .current-issue .current-recent-posts h4 {
          grid-column: 1 / span 2; } }
    .current-issue .current-recent-posts .single-article {
      border-top: 2px solid #405F59;
      padding-top: 1.5rem;
      margin-top: 2em; }
      .current-issue .current-recent-posts .single-article:nth-of-type(1) {
        border-top: 0;
        padding-top: 0; }
      @media only screen and (min-width: 768px) {
        .current-issue .current-recent-posts .single-article {
          margin-top: 0; }
          .current-issue .current-recent-posts .single-article:nth-of-type(1), .current-issue .current-recent-posts .single-article:nth-of-type(2) {
            border-top: 0;
            padding-top: 0; } }
      .current-issue .current-recent-posts .single-article h5 {
        margin: 0 0 .75rem 0; }
        .current-issue .current-recent-posts .single-article h5 a {
          color: #fff;
          font-family: "freight-text-pro", "Times New Roman", Times, serif;
          font-size: 1.625rem;
          font-weight: 400;
          line-height: 35px;
          letter-spacing: 0.7703704833984375px; }
      .current-issue .current-recent-posts .single-article .byline {
        margin: 0;
        color: #3CAA8B;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 0.9375rem;
        line-height: 18px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 0; }
        .current-issue .current-recent-posts .single-article .byline a {
          color: #3CAA8B;
          background-image: none;
          font-family: "proxima-nova", Helvetica, Arial, sans-serif;
          font-size: 0.9375rem;
          line-height: 18px;
          letter-spacing: 3px;
          text-transform: uppercase; }
