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

.featured-gallery {
  margin-bottom: 4rem; }
  .featured-gallery a {
    background-image: none !important; }
  .featured-gallery .gallery-header {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
    padding: 1rem 0 3rem 0;
    display: inline-block; }
  .featured-gallery .no-relationship {
    border: 1px dashed #ccc;
    margin-top: 1.5rem; }
  .featured-gallery .gallery-container {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .featured-gallery .gallery-container {
        display: flex;
        justify-content: space-between; } }
    .featured-gallery .gallery-container .single-gallery {
      margin-bottom: 2rem; }
      .featured-gallery .gallery-container .single-gallery:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .featured-gallery .gallery-container .single-gallery {
          margin-bottom: 0;
          margin-right: 1.5rem; }
          .featured-gallery .gallery-container .single-gallery:last-child {
            margin-right: 0; } }
      .featured-gallery .gallery-container .single-gallery a img {
        max-width: 100%;
        height: auto;
        margin-bottom: 1rem; }
      .featured-gallery .gallery-container .single-gallery a h3.gallery-title {
        font-family: "freight-display-pro", "Times New Roman", Times, serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0.8888890147209167px;
        line-height: 33px;
        margin: 0 0 .5rem 0 !important; }
      .featured-gallery .gallery-container .single-gallery a .gallery-byline {
        color: #3CAA8B;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.166666030883789px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 0; }
