html {
  box-sizing: border-box; }

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

.floats.left {
  float: left; }

.floats.right {
  float: right; }

.floats.ad {
  margin-top: 5em; }

figure {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

.load-story-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  clear: both;
  text-transform: uppercase;
  text-align: center;
  color: black;
  font-size: .7em;
  border: 1px solid black;
  padding: 5px;
  margin-top: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  font-style: normal; }
  .load-story-btn:last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .load-story-btn {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      margin-right: 0;
      font-size: 1em; }
      .load-story-btn:last-child {
        margin-right: 0; } }

.myButton {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: normal;
  font-style: normal;
  margin-top: .7em;
  background-color: transparent;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: .8em;
  padding: 0.5em 20px;
  text-transform: uppercase;
  text-decoration: none; }

.inner-addon {
  border: 1px solid black;
  margin-top: -0.50em; }
  .inner-addon i {
    transform: translate(6px, 0); }
  .inner-addon input {
    border: none;
    height: 27px;
    margin-left: 10px;
    outline: none; }

.main-image {
  padding-bottom: 8px;
  clear: both;
  overflow: hidden;
  margin-bottom: 4px;
  border-bottom: 1px solid silver; }
  @media screen and (min-width: 320px) and (max-width: 580px) {
    .main-image {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .main-image:last-child {
        margin-right: 0; } }

.article-wrapper {
  overflow: hidden;
  height: 370px;
  border-bottom: 1px solid silver;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: left;
  display: block;
  margin-right: 1.40138%;
  width: 49.29931%; }
  .article-wrapper:last-child {
    margin-right: 0; }
  .article-wrapper:nth-child(odd) {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 580px) {
    .article-wrapper {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      height: auto;
      padding-bottom: 1em; }
      .article-wrapper:last-child {
        margin-right: 0; } }

main.index {
  padding-top: 1em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  main.index:last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 580px) {
    main.index {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      padding-top: .5em;
      margin-top: 0; }
      main.index:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 501px) and (max-width: 850px) {
    main.index {
      padding-top: .6em; } }
  main.index article.main {
    text-align: center;
    background-color: #fff9f5;
    height: 340px;
    padding: 20px;
    position: relative;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      main.index article.main {
        height: auto; } }
    main.index article.main h1 {
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: 300;
      font-style: normal; }
      @media screen and (min-width: 501px) {
        main.index article.main h1 {
          font-size: 2em;
          margin-top: 1em; } }
      @media screen and (min-width: 901px) {
        main.index article.main h1 {
          margin-top: .5em;
          margin-bottom: 0;
          font-size: 2.5em; } }
    main.index article.main p:nth-child(-n+3) {
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: 300;
      font-style: normal; }
    @media screen and (min-width: 320px) and (max-width: 580px) {
      main.index article.main {
        margin-bottom: 0; } }
  main.index p:nth-child(2) {
    font-size: 1em;
    padding: 0 10%;
    line-height: 21.5px; }
    @media screen and (min-width: 320px) and (max-width: 580px) {
      main.index p:nth-child(2) {
        padding: 0; } }
  main.index p:nth-child(3) {
    margin-top: 0;
    font-size: 1em; }
  main.index .post-categories li a {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1em;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 4em;
    text-transform: uppercase;
    color: silver;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: normal;
    font-style: normal;
    letter-spacing: .1em;
    font-size: 11px; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      main.index .post-categories li a {
        font-size: 11px; } }
    @media screen and (min-width: 320px) and (max-width: 580px) {
      main.index .post-categories li a {
        position: relative;
        transform: none;
        bottom: auto;
        left: auto; } }

section.sub-category {
  clear: both;
  padding-top: 15px;
  overflow: hidden; }
  @media screen and (max-width: 580px) {
    section.sub-category {
      float: left;
      display: block;
      margin-right: 1.40138%;
      width: 100%;
      height: auto;
      padding-top: 0;
      padding-bottom: 2em; }
      section.sub-category:last-child {
        margin-right: 0; } }
  section.sub-category article {
    float: left;
    display: block;
    margin-right: 1.40138%;
    width: 23.94897%;
    border-bottom: 1px solid silver;
    border-bottom: 1px solid silver;
    height: 375px;
    position: relative;
  }
  @media screen and (min-width: 320px) and (max-width: 450px) {
    section.sub-category article {
      float: none;
      width: 100%;
      padding-top: 20px;
    }  
  }
    section.sub-category article img {
      height: 200px;
      background-size: cover;
      object-fit: cover; }
    section.sub-category article:last-child {
      margin-right: 0; }
    section.sub-category article p:nth-child(4) {
      text-transform: uppercase;
      color: silver;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: normal;
      font-style: normal;
      font-size: .6em;
      width: 100%; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      section.sub-category article p:nth-child(4) {
        margin-top: 2em; } }
    section.sub-category article p:nth-child(2n) {
      margin-top: 5em; }
    section.sub-category article h2 {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: bold;
      font-style: normal;
      font-size: 1em;
      height: 38px; }
    section.sub-category article p {
      font-family: "Surveyor Text A", "Surveyor Text B";
      font-weight: 300;
      font-style: normal;
      font-size: 1em;
      line-height: 1.4em;
      height: 66px; }
    section.sub-category article .post-categories li a {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: normal;
      font-style: normal;
      position: absolute;
      bottom: 5%;
      left: 0%;
      margin-top: 4em;
      color: silver;
      font-size: 11px; }
    @media screen and (min-width: 451px) and (max-width: 800px) {
      section.sub-category article {
        float: left;
        display: block;
        margin-right: 1.40138%;
        width: 49.29931%;
        margin-bottom: 1em; }
        section.sub-category article:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 451px) and (max-width: 800px) {
    section.sub-category article:nth-child(4) {
      margin-right: 0; } }

.ecommerce {
  margin-top: 1.5em; }
  .ecommerce article {
    border: 1px solid silver;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: .7em;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: bold;
    font-style: normal;
    float: left;
    display: block;
    margin-right: 1.40138%;
    width: 23.94897%; }
    .ecommerce article:last-child {
      margin-right: 0; }
    .ecommerce article figure img {
      height: 223px;
      object-fit: cover; }
  @media screen and (min-width: 320px) and (max-width: 450px) {
    .ecommerce {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      margin-top: 0em; }
      .ecommerce:last-child {
        margin-right: 0; }
      .ecommerce article {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%;
        margin-top: 1.0em; }
        .ecommerce article:last-child {
          margin-right: 0; }
        .ecommerce article:nth-child(2n) {
          margin-right: 0; }
        .ecommerce article:nth-child(2n+1) {
          clear: left; }
      .ecommerce article:nth-child(1) {
        margin-top: 1.7em; } }

.main.error {
  font-family: "Gotham SSm A", "Gotham SSm B";
  padding-top: 20px;
  text-align: center;
  height: 40vh; }

main.search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 3em; }
  main.search:last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    main.search {
      padding-top: 0em; } }
  main.search .filter {
    display: none; }
  main.search aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 2em; }
    main.search aside:last-child {
      margin-right: 0; }
    main.search aside li:nth-child(n+2) {
      padding: .5em 0;
      color: gray; }
    main.search aside li:nth-child(1) {
      color: #b80405; }
    main.search aside h2 {
      font-size: 16px; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.search aside h2 {
          font-size: .9em; } }
    main.search aside li {
      font-size: 1em; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.search aside li {
          font-size: .8em; } }
      main.search aside li a {
        font-size: .7em; }
    main.search aside .current-cat {
      font-weight: bold;
      color: black !important; }
  main.search section {
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    main.search section:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      main.search section {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%; }
        main.search section:last-child {
          margin-right: 0; } }
    main.search section .inner-addon {
      margin-top: 0;
      border: none;
      border-bottom: 1px solid black; }
      main.search section .inner-addon i.fa {
        transform: translate(6px, 0) !important;
        float: left;
        margin-top: 5px; }
      main.search section .inner-addon input {
        min-width: 83%; }
      @media screen and (min-width: 320px) and (max-width: 500px) {
        main.search section .inner-addon {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%;
          float: none; }
          main.search section .inner-addon:last-child {
            margin-right: 0; } }
    main.search section article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      border-bottom: 1px solid silver;
      margin-top: 2em;
      position: relative;
      height: 450px;
      font-size: .65em; }
      main.search section article:last-child {
        margin-right: 0; }
      main.search section article:nth-child(3n) {
        margin-right: 0; }
      main.search section article:nth-child(3n+1) {
        clear: left; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.search section article {
          height: 480px; } }
      main.search section article figure img {
        height: 200px;
        object-fit: cover; }
        @media screen and (min-width: 320px) and (max-width: 850px) {
          main.search section article figure img {
            height: 150px; } }
      main.search section article h2 {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: bold;
        font-style: normal;
        padding-top: 1em;
        font-size: 1.5em; }
      main.search section article p:nth-child(4) {
        font-weight: bold;
        padding-top: 0; }
      main.search section article p:nth-child(3) {
        padding: 1em 5px 0 5px;
        font-size: 16px;
        line-height: 21.5px;
        font-family: "Surveyor Text A", "Surveyor Text B";
        font-weight: normal;
        font-style: normal; }
        @media screen and (min-width: 320px) and (max-width: 500px) {
          main.search section article p:nth-child(3) {
            font-size: 18px; } }
      main.search section article .post-categories {
        position: absolute;
        bottom: 0;
        text-transform: uppercase;
        color: silver;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: normal;
        font-style: normal;
        font-size: 11px;
        width: 100%; }
      @media screen and (min-width: 320px) and (max-width: 500px) {
        main.search section article {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.search section article:last-child {
            margin-right: 0; }
          main.search section article .post-categories {
            margin-top: 2em; } }
      main.search section article p {
        padding-top: 1em; }
    main.search section .pagination {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      clear: both;
      text-align: left;
      padding: 40px 0; }
      main.search section .pagination:last-child {
        margin-right: 0; }
      main.search section .pagination span, main.search section .pagination a {
        padding: 0 10px; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.search {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      padding: 1em 0; }
      main.search:last-child {
        margin-right: 0; }
      main.search .filter {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: bold;
        font-style: normal;
        display: block;
        text-transform: uppercase;
        text-align: left;
        color: #b80405;
        font-size: 1em;
        width: 100%; }
        main.search .filter i {
          color: #6c4b35; }
        main.search .filter p {
          margin: 0; }
      main.search aside {
        display: none; } }

main.story section {
  margin-top: 2em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    main.story section {
      margin-top: 0; } }
  main.story section:last-child {
    margin-right: 0; }
  main.story section aside:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    height: 380px; }
    main.story section aside:nth-child(1):last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 850px) {
      main.story section aside:nth-child(1) {
        display: none; } }
    main.story section aside:nth-child(1) img {
      width: 100%;
      position: absolute;
      bottom: 0;
      float: right; }
  main.story section header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 42.85031%;
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    height: 380px;
    position: relative;
    padding-left: 0; }
    main.story section header:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 850px) {
      main.story section header {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%;
        padding-bottom: 0;
        height: 250px;
        margin-bottom: 10px; }
        main.story section header:last-child {
          margin-right: 0; } }
    main.story section header h1 {
      margin: 0;
      text-transform: uppercase;
      font-size: 2.7em;
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section header h1 {
          font-size: 2em;
          margin-top: 1em; } }
    main.story section header h4 {
      margin-top: 0;
      padding: 1em 0;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      font-size: 1em;
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section header h4 {
          padding: 0;
          border-top: none;
          border-bottom: 1px solid silver; } }
    main.story section header .date-category {
      position: absolute;
      bottom: 0;
      text-transform: uppercase;
      color: silver;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: normal;
      font-style: normal;
      letter-spacing: .1em;
      font-size: 11px; }
      @media screen and (min-width: 320px) and (max-width: 500px) {
        main.story section header .date-category {
          font-size: 11px; } }
      main.story section header .date-category ul.post-categories {
        margin-top: 0;
        text-transform: uppercase;
        color: silver;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: normal;
        font-style: normal;
        letter-spacing: .1em;
        font-size: 11px;
        font-size: 1em; }
        @media screen and (min-width: 320px) and (max-width: 500px) {
          main.story section header .date-category ul.post-categories {
            font-size: 11px; } }
      main.story section header .date-category p:nth-child(1) {
        margin-bottom: 0; }
      main.story section header .date-category p:nth-child(2) {
        margin-top: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section header .date-category {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section header .date-category:last-child {
            margin-right: 0; }
          main.story section header .date-category p:nth-child(3) {
            padding-bottom: 1em;
            margin-top: 9em;
            margin-bottom: 0;
            border-bottom: 1px solid silver; } }
    @media screen and (min-width: 320px) and (max-width: 850px) and (min-width: 320px) and (max-width: 850px) {
      main.story section header .date-category p:nth-child(3) {
        border-bottom: none; } }
  main.story section h1.second-area {
    height: 100px; }
  main.story section aside:nth-child(3) {
    float: left;
    display: block;
    margin-right: 0.77372%;
    width: 37.57628%;
    margin-right: 0; }
    main.story section aside:nth-child(3):last-child {
      margin-right: 0; }
    main.story section aside:nth-child(3) figure {
      text-align: right; }
    main.story section aside:nth-child(3) img {
      height: 380px;
      width: 100%;
      object-fit: cover; }
    @media screen and (min-width: 320px) and (max-width: 850px) {
      main.story section aside:nth-child(3) {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%;
        padding-top: .9em; }
        main.story section aside:nth-child(3):last-child {
          margin-right: 0; }
        main.story section aside:nth-child(3) figure {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section aside:nth-child(3) figure:last-child {
            margin-right: 0; }
        main.story section aside:nth-child(3) img {
          max-height: none;
          min-width: 0; } }
    main.story section aside:nth-child(3) figcaption {
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: normal;
      font-style: normal;
      height: 79px;
      margin-top: 2em;
      padding-bottom: 2em;
      text-align: justify;
      color: gray;
      font-size: .7em;
      border-bottom: 1px solid black; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section aside:nth-child(3) figcaption {
          margin-top: 0;
          height: auto;
          padding-top: 1em;
          padding-bottom: 1em; } }
  main.story section aside.no_large_image_story {
    float: left;
    display: block;
    margin-right: 0.77372%;
    width: 37.57628%;
    margin-right: 0;
    height: 485.391px; }
    main.story section aside.no_large_image_story:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 850px) {
      main.story section aside.no_large_image_story {
        display: none; } }
  main.story section article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 17.05961%;
    text-align: left;
    padding: 100px 0 0 0;
    margin-top: -8.3em; }
    main.story section article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      main.story section article {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%;
        margin-left: 0%;
        margin-top: 0;
        margin-bottom: 0; }
        main.story section article:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 501px) and (max-width: 850px) {
      main.story section article {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%;
        margin-left: 0%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 85px; }
        main.story section article:last-child {
          margin-right: 0; } }
        main.story section article #div-gpt-ad-1446672708370-0,
    main.story section article #div-gpt-ad-1446681124572-0,
    main.story section article #div-gpt-ad-1446694122046-0 {
      float: right;
      clear: both;
      margin-bottom: 1em;
      padding-left: 25px;
      margin-top: 45px;
    }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article #div-gpt-ad-1446672708370-0,
        main.story section article #div-gpt-ad-1446681124572-0,
        main.story section article #div-gpt-ad-1446694122046-0 {
          margin-top: 10px;
          width: 100%;
          float: right;
          text-align: center; } }

    main.story section article p, main.story section article blockquote p {
      overflow: hidden;
      font-size: 22px;
      color: rgba(0, 0, 0, 0.8);
      letter-spacing: .01rem;
      line-height: 1.5; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article p, main.story section article blockquote p {
          font-size: 1.2em; } }
    main.story section article p {
      /*float: left;*/
      display: block;
      margin-right: 0.87128%;
      width: 55.86881%;
      font-family: "Surveyor Text A", "Surveyor Text B";
      font-weight: normal;
      font-style: normal;
      margin-top: 0; }
      main.story section article p:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article p {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article p:last-child {
            margin-right: 0; } }
    main.story section article blockquote p {
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: normal;
      font-style: normal;
      margin: 0 0 20px 0 !important;
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 52.71659%; }
      main.story section article blockquote p:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article blockquote p {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article blockquote p:last-child {
            margin-right: 0; } }
    main.story section article .float-right {
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 43.2599%;
      float: right !important;
      margin-right: 0;
      clear: both;
      padding-left: 20px; }
      main.story section article .float-right:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article .float-right {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%;
          float: none !important;
          padding-left: 0; }
          main.story section article .float-right:last-child {
            margin-right: 0; } }
    main.story section article p:first-child {
      margin-top: 5.5%; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article p:first-child {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%;
          margin-top: 1em; }
          main.story section article p:first-child:last-child {
            margin-right: 0; } }
    main.story section article .spacer {
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 55.86881%;
      font-size: 1.4em;
      padding-bottom: .5em;
      text-align: center; }
      main.story section article .spacer:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article .spacer {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article .spacer:last-child {
            margin-right: 0; } }
    main.story section article figure {
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 55.86881%; }
      main.story section article figure:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article figure {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article figure:last-child {
            margin-right: 0; } }
      main.story section article figure p {
        display: none; }
      main.story section article figure.full-image {
        float: left;
        display: block;
        margin-right: 0.87128%;
        width: 100%; }
        main.story section article figure.full-image:last-child {
          margin-right: 0; }
        @media screen and (min-width: 320px) and (max-width: 850px) {
          main.story section article figure.full-image {
            float: left;
            display: block;
            margin-right: 38.19821%;
            width: 100%; }
            main.story section article figure.full-image:last-child {
              margin-right: 0; } }
      main.story section article figure figcaption {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: normal;
        font-style: normal;
        font-size: .8em; }
    main.story section article p.float-none {
      overflow: hidden;
      float: initial !important;
      width: 50%; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article p.float-none {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article p.float-none:last-child {
            margin-right: 0; } }
    main.story section article .quote-text {
      font-family: "Surveyor Text A", "Surveyor Text B";
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article .quote-text {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%;
          border-top: 1px solid black;
          border-bottom: 1px solid black;
          padding: 15px 0; }
          main.story section article .quote-text:last-child {
            margin-right: 0; } }
    main.story section article .quote-text {
      font-size: 2em;
      line-height: 1.5em; }
    main.story section article .foot-notes {
      color: gray;
      font-size: 1.2em;
      font-family: "Surveyor Text A", "Surveyor Text B";
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article .foot-notes {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%;
          border-top: 1px solid black;
          border-bottom: 1px solid black;
          padding: 15px 0; }
          main.story section article .foot-notes:last-child {
            margin-right: 0; } }
    main.story section article .quote {
      float: left;
      display: block;
      margin-right: 0.87128%;
      width: 100%;
      text-align: center; }
      main.story section article .quote:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 850px) {
        main.story section article .quote {
          float: left;
          display: block;
          margin-right: 38.19821%;
          width: 100%; }
          main.story section article .quote:last-child {
            margin-right: 0; } }

section.ecommerce-story {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 1em;
  position: relative;
  height: 340px; }
  section.ecommerce-story:last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    section.ecommerce-story {
      display: none; } }
  section.ecommerce-story article.bottom {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: center;
    background-color: #fff9f5;
    height: 340px;
    padding: 20px; }
    section.ecommerce-story article.bottom:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      section.ecommerce-story article.bottom {
        height: auto; } }
    section.ecommerce-story article.bottom h1 {
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: 300;
      font-style: normal; }
      @media screen and (min-width: 501px) {
        section.ecommerce-story article.bottom h1 {
          font-size: 2em;
          margin-top: 1em; } }
      @media screen and (min-width: 901px) {
        section.ecommerce-story article.bottom h1 {
          margin-top: .5em;
          margin-bottom: 0;
          font-size: 2.5em; } }
    section.ecommerce-story article.bottom p:nth-child(-n+3) {
      font-family: "Surveyor Display A", "Surveyor Display B";
      font-weight: 300;
      font-style: normal; }
    section.ecommerce-story article.bottom p:nth-child(2) {
      line-height: 1.4em; }
    section.ecommerce-story article.bottom ul.post-categories {
      margin-top: 0;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: silver;
      font-family: "Gotham SSm A", "Gotham SSm B";
      font-weight: normal;
      font-style: normal;
      letter-spacing: .1em;
      font-size: 11px;
      font-size: 0.7em !important; }
      @media screen and (min-width: 320px) and (max-width: 500px) {
        section.ecommerce-story article.bottom ul.post-categories {
          font-size: 11px; } }
  section.ecommerce-story aside.sub-category {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    section.ecommerce-story aside.sub-category:last-child {
      margin-right: 0; }
    section.ecommerce-story aside.sub-category img {
      height: 200px;
      object-fit: cover; }
    section.ecommerce-story aside.sub-category article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      border-bottom: 1px solid silver;
      height: 340px; }
      section.ecommerce-story aside.sub-category article:last-child {
        margin-right: 0; }
      section.ecommerce-story aside.sub-category article p:nth-child(4) {
        text-transform: uppercase;
        color: silver;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: normal;
        font-style: normal;
        font-size: .6em;
        width: 100%; }
      @media screen and (min-width: 320px) and (max-width: 500px) {
        section.ecommerce-story aside.sub-category article p:nth-child(4) {
          margin-top: 2em; } }
      section.ecommerce-story aside.sub-category article h2 {
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: bold;
        font-style: normal;
        font-size: .7em;
        margin-top: 1.8em; }
      section.ecommerce-story aside.sub-category article p {
        font-family: "Surveyor Display A", "Surveyor Display B";
        font-weight: 300;
        font-style: normal;
        font-size: .7em; }
      section.ecommerce-story aside.sub-category article ul.post-categories {
        margin-top: 0;
        text-transform: uppercase;
        color: silver;
        font-family: "Gotham SSm A", "Gotham SSm B";
        font-weight: normal;
        font-style: normal;
        letter-spacing: .1em;
        font-size: 11px;
        font-size: 0.7em !important;
        position: absolute;
        bottom: 0; }
        @media screen and (min-width: 320px) and (max-width: 500px) {
          section.ecommerce-story aside.sub-category article ul.post-categories {
            font-size: 11px; } }
  section.ecommerce-story .first-article-fix {
    margin-right: 2.35765% !important; }
  section.ecommerce-story .border-fix {
    border: 1px solid silver; }
  section.ecommerce-story .second-ecommerce figure {
    text-align: center;
    margin-top: 5px;
    height: 288px; }
    section.ecommerce-story .second-ecommerce figure img {
      height: 288px !important; }
  section.ecommerce-story .first {
    margin-right: 2.35765% !important; }

hr {
  clear: both; }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    hr {
      display: none; } }

main.about h1.header {
  font-size: 2.5em;
  margin: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.about h1.header {
      padding-bottom: .5em;
      margin-top: -0.5em;
      border-bottom: 1px solid black; } }

main.about h1 {
  font-family: "Surveyor Text A", "Surveyor Text B";
  font-weight: normal;
  font-style: normal; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.about h1 {
      font-size: 1.5em; } }

main.about section:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 2em; }
  main.about section:nth-child(1):last-child {
    margin-right: 0; }

main.about section:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  margin-top: 2em; }
  main.about section:nth-child(2):last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.about section:nth-child(2) {
      display: none; } }

main.about p.about-title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: bold;
  font-style: normal;
  padding-top: 2em;
  color: #b80405 !important;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: -10px; }

main.about p {
  color: #1e1e1e;
  line-height: 1.5em;
  font-family: "Surveyor Text A", "Surveyor Text B";
  font-weight: normal;
  font-style: normal; }

main.about section:nth-child(3), main.about section:nth-child(6) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-top: 2em;
  border-top: 1px solid #6c4b35;
  margin-top: 2em; }
  main.about section:nth-child(3):last-child, main.about section:nth-child(6):last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.about section:nth-child(3), main.about section:nth-child(6) {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      main.about section:nth-child(3):last-child, main.about section:nth-child(6):last-child {
        margin-right: 0; } }

main.about section:nth-child(4), main.about section:nth-child(7) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  padding-top: 2em;
  border-top: 1px solid #6c4b35;
  margin-top: 2em; }
  main.about section:nth-child(4):last-child, main.about section:nth-child(7):last-child {
    margin-right: 0; }
  main.about section:nth-child(4) ul li, main.about section:nth-child(7) ul li {
    padding: .5em 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    main.about section:nth-child(4), main.about section:nth-child(7) {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      main.about section:nth-child(4):last-child, main.about section:nth-child(7):last-child {
        margin-right: 0; } }

a {
  text-decoration: none;
  color: inherit; }

ul {
  list-style-type: none;
  padding: 0; }

ul li {
  list-style-type: none; }

main {
  clear: both; }
  @media screen and (min-width: 851px) {
    main {
      margin-top: 139px; } }

blockquote {
  padding-right: .2em;
  margin-left: 2.5em; }

figure.full {
  width: 100%;
  padding: 1em; }

figure.half {
  width: 50%;
  padding: 1em; }

figure.left {
  float: left; }

figure.right {
  float: right; }

span {
  font-style: italic; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

hr {
  border: none;
  height: 1px;
  background-color: black; }

.mobile {
  display: none; }
  @media screen and (min-width: 320px) and (max-width: 499px) {
    .mobile {
      display: block; } }

.desktop {
  display: block; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .desktop {
      display: none !important; } }

.no-bottom-border {
  border-bottom: none !important; }

.clear {
  clear: both; }

body {
  margin: 0; }

.bold {
  font-weight: bold; }

.banner-wrapper-mobile {
  display: none;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-align: center;
  background-color: #b80405;
  color: white;
  font-family: "Surveyor Text A", "Surveyor Text B";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .banner-wrapper-mobile {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      font-size: 13px; }
      .banner-wrapper-mobile:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 501px) and (max-width: 850px) {
    .banner-wrapper-mobile {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      font-size: 90%; }
      .banner-wrapper-mobile:last-child {
        margin-right: 0; } }

.banner-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-align: center;
  background-color: #b80405;
  color: white;
  font-family: "Surveyor Text A", "Surveyor Text B";
  font-weight: normal;
  font-style: normal;
  font-size: 21px; }
  .banner-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .banner-wrapper {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%;
      font-size: 1em;
      position: absolute;
      top: 0; }
      .banner-wrapper:last-child {
        margin-right: 0; } }

.slicknav_menu {
  display: none;
  border-bottom: 1px solid silver;
  background-color: white !important;
  font-family: "Surveyor Text A", "Surveyor Text B";
  font-weight: 700;
  font-style: normal; }
  @media screen and (min-width: 502px) and (max-width: 850px) {
    .slicknav_menu {
      margin: 1.8em 20px 0.5em 20px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 320px) and (max-width: 501px) {
    .slicknav_menu {
      margin: 2.5em 3% 0.5em 3%; } }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    .slicknav_menu {
      display: block; } }
  .slicknav_menu .logo {
    margin-top: 1em;
    width: 60%;
    float: left;
    padding-left: 20px; }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: 0 5px 0 #6c4b35 !important; }
  .slicknav_menu .slicknav_brand {
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    height: 36px;
    color: #b80405;
    margin: 16px 5px 15px 0px; }
    @media screen and (min-width: 320px) and (max-width: 500px) {
      .slicknav_menu .slicknav_brand {
        font-size: 2em !important;
        width: 69%;
        padding-left: 0; } }
  .slicknav_menu .slicknav_btn {
    background-color: white;
    color: black;
    font-size: 2em;
    padding: 0 !important;
    margin-top: 25px; }
  .slicknav_menu ul li {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    color: #6c4b35;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 0;
    border: 1px solid black;
    border-top: 0;
    margin-left: 0 !important;
    font-size: 1.1em; }
  .slicknav_menu ul li:nth-child(1) {
    border-top: 1px solid black; }
  .slicknav_menu ul li:nth-child(4) {
    display: none; }

.main-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .main-wrapper {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 91.56958%;
      margin-left: 4.21521%;
      border-top: 0;
      padding: 0; }
      .main-wrapper:last-child {
        margin-right: 0; }
      .main-wrapper nav, .main-wrapper .logo {
        display: none; } }

.banner {
  margin-right: 0;
  text-align: center;
  color: white; }

nav {
  color: #6c4b35; }

.nav-wrapper {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  z-index: 10000; }
  @media screen and (min-width: 320px) and (max-width: 850px) {
    .nav-wrapper {
      display: none; } }

header {
  margin: 0 auto;
  max-width: 1220px;
  padding: 3px 0px 0px 20px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid silver; }

.logo {
  float: left;
  display: block;
  margin-right: 0.77372%;
  width: 21.62044%;
  text-transform: uppercase;
  color: #b80405; }
  .logo:last-child {
    margin-right: 0; }
  .logo h1 {
    margin-top: 18px;
    margin-bottom: 0;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    font-size: 2em; }
    .logo h1 img {
      height: 29px; }

@media screen and (min-width: 320px) and (max-width: 500px) {
  display: none; }

nav {
  float: left;
  display: block;
  margin-right: 0.77372%;
  width: 72.0073%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  float: right; }
  nav:last-child {
    margin-right: 0; }
  nav ul {
    text-align: right; }
  nav li {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    font-style: normal;
    margin-top: 0;
    font-size: 13px;
    display: inline-block;
    padding: 10px 88px 5px 26px;
    border-left: 1px solid #6c4b35;
    height: 35px;
    letter-spacing: 2px;
    width: 16%; }
  nav li:nth-child(3) {
    margin-right: 15px; }
  nav li:nth-child(4) {
    padding-right: 0;
    width: 33%;
    margin-top: 0;
    vertical-align: middle; }
    nav li:nth-child(4) input {
      width: 80%;
      outline-width: 0; }
  nav form {
    position: relative;
    width: 100%;
    padding-right: 20px; }
    nav form button {
      background-color: white; }
  nav .inner-addon i {
    position: absolute;
    top: 31%;
    right: 92%; }

.nav-up {
  top: -150px; }

.header-wrapper {
  margin: 0 auto;
  padding: 0 20px; }

.adsense-ad {
    margin: 0 auto;
    text-align: center;
  }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .adsense-ad {
      display: block;
      margin: 0 auto;
      clear: both;
    }
  }

.subscribe {
  clear: both;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 2em;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid black; }
  .subscribe p {
    width: 100%; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    .subscribe {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 91.56958%;
      margin-left: 4.21521%;
      margin-top: 1em;
      border-top: 1px solid black; }
      .subscribe:last-child {
        margin-right: 0; } }

footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #1a2d3d;
  color: white;
  padding: 20px; }
  footer:last-child {
    margin-right: 0; }
  footer .footer-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 2em; }
  footer ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    footer ul:last-child {
      margin-right: 0; }
    footer ul li:nth-child(1n+2) {
      font-family: "Surveyor Text A", "Surveyor Text B";
      font-weight: normal;
      font-style: normal;
      margin: .7em 0; }
  footer ul:nth-child(3) li {
    margin-top: .7em; }
  footer ul:nth-child(3) img {
    margin-right: 5px;
    height: 21px; }
  footer ul:nth-child(-n+3) li {
    font-size: 1em; }
  footer ul:nth-child(-n+3) li:nth-child(1) {
    text-transform: uppercase;
    border-bottom: 1px solid white;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: normal;
    font-style: normal;
    font-size: .8em; }
  footer ul:nth-child(4) li:nth-child(1) {
    font-family: "Surveyor Text A", "Surveyor Text B";
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
    letter-spacing: 1.5px; }
  footer input[type="email"], footer input[type="text"] {
    font-family: "Surveyor Text A", "Surveyor Text B";
    font-weight: normal;
    font-style: normal;
    font-size: .8em;
    color: black;
    margin-top: .7em;
    width: 100%;
    padding: .8em; }
  @media screen and (min-width: 320px) and (max-width: 500px) {
    footer {
      float: left;
      display: block;
      margin-right: 38.19821%;
      width: 100%; }
      footer:last-child {
        margin-right: 0; }
      footer .footer-wrapper {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 83.13915%;
        margin-left: 4.21521%; }
        footer .footer-wrapper:last-child {
          margin-right: 0; }
      footer ul {
        float: left;
        display: block;
        margin-right: 38.19821%;
        width: 100%; }
        footer ul:last-child {
          margin-right: 0; } }