/* Text Elements */

h1.kicker {
  padding-bottom: 1.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18vw;
  font-family: 'Oswald', sans-serif;
  line-height: 1.09;
}

h1.kicker.subkicker {
  font-size: 2.5rem;
}

h1.shop-kicker {
  display: inline-block;
  float: left;
  padding: .6875rem .5rem;
  background-color: #f2ba46;
  text-align: left;
  font-size: 2.5rem;
}

h1.kicker.shop-kicker {
  margin-bottom: 0;
  font-size: 3.75rem;
}

h1 span.heading-text-1 {
  color: #4a3709;
}

h2 {
  text-transform: uppercase;
  letter-spacing: .01875rem;
  font-weight: 100;
  font-size: 1.75rem;
  font-family: 'Oswald', sans-serif;
}

h2.product-name {
  margin-bottom: 0;
}

h3 {
  display: block;
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  font-weight: 900;
  font-size: 1.875rem;
  font-family: 'Oswald', sans-serif;
}

h3.section-heading {
  display: block;
  text-align: center;
  font-size: 2.5rem;
}

h3.dual-section {
  text-align: left;
}

h4.logo {
  margin-top: .625rem;
  text-transform: uppercase;
  letter-spacing: -.075rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: 'Oswald', sans-serif;
}

h4 {
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  font-weight: 700;
  font-size: 1.625rem;
  font-family: 'Oswald', sans-serif;
}

h4.heading-2 {
  clear: left;
  padding: .1875rem .1875rem .1875rem .75rem;
  max-width: 21.25rem;
  background-color: #2a3755;
  color: #dfdfdf;
  text-align: left;
}

h5 {
  color: #5a5a5a;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
}

h5.modal-heading {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: .8rem;
  padding-bottom: .6rem;
  padding-left: .6rem;
  width: 100%;
  background-color: rgba(154, 79, 89, .8);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: .9375rem;
}

h6 {
  color: rgba(13, 44, 54, .75);
  font-family: 'Montserrat', sans-serif;
}

h6.table-header {
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
}

h6.product-cat-title {
  color: rgba(13, 44, 54, .9);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .09375rem;
  font-size: 1rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h6.product-title {
  margin-top: .5rem;
  margin-bottom: .25rem;
  color: rgba(13, 44, 54, .9);
  text-align: center;
}

p.paragraph {
  color: rgba(13, 44, 54, .85);
  letter-spacing: .0125rem;
  font-size: .9375rem;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5;
}

p.paragraph span.strong {
  font-weight: 700;
}

p.paragraph.sub-title {
  margin-top: .625rem;
  padding: .625rem 1.25rem;
  background-color: rgba(13, 44, 54, .75);
  color: #fff;
  text-align: center;
  font-size: 1.05rem;
}

p.paragraph a.link {
  color: #1f64a6;
  text-decoration: none;
}

p.paragraph.camp-data {
  margin-bottom: 0;
}

p.paragraph.right-align {
  text-align: right;
}

p.paragraph.highlighted-p {
  font-weight: 700;
}

p.paragraph.product-description {
  margin-right: auto;
  margin-left: auto;
  max-width: 25rem;
  text-align: center;
  font-size: .8125rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.paragraph.price-tag {
  margin-right: auto;
  margin-bottom: .1875rem;
  margin-left: auto;
  max-width: 25rem;
  color: #1f64a6;
  text-align: center;
  font-size: .8125rem;
}

p.paragraph span.paragraph-text-1 {
  font-size: 1.4375rem;
}

p.paragraph a.link:hover {
  text-decoration: underline;
}

span.text-element {
  color: #1f64a6;
  font-size: 1rem;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.product-link {
  color: #1f64a6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .03125rem;
  font-size: .75rem;
}

span.text-element.success {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  background-color: #1f64a6;
  box-shadow: rgba(0, 0, 0, .3) 0 0 10px 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

span.text-element.sale {
  position: absolute;
  box-shadow: none;
}

span.text-element.button {
  display: inline-block;
  background-color: rgba(170, 170, 170, .25);
  color: #aaa;
  text-transform: uppercase;
}

span.text-element.button.success {
  background-color: #1f64a6;
  color: #fff;
}

span.text-element.button.success:hover {
  background-color: #0417bc;
}

a.link-text {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'PT Sans', sans-serif;
}

a.link-text.nav-item {
  display: block;
  padding-top: .875rem;
  padding-bottom: .875rem;
  background-color: #eaf0ef;
  color: rgba(13, 44, 54, .75);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.nav-item.smooth-scroll {
  background-color: #fff;
  color: #5a5a5a;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

a.link-text.side-nav {
  display: block;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  color: rgba(13, 44, 54, .75);
  font-size: 1.125rem;
  font-family: 'Oswald', sans-serif;
}

a.link-text.button {
  background-color: #1f64a6;
  color: rgba(13, 44, 54, .75);
  text-transform: uppercase;
  line-height: 1.2;
}

a.link-text.button.buy-button {
  margin-left: 1%;
  color: #fff;
  font-size: 1rem;
}

a.link-text.nav-item.smooth-scroll:hover {
  background-color: rgba(255, 255, 255, .6);
}

/* Interaction Elements */

a.link-button.button {
  margin-top: .625rem;
  padding: 1rem 1.75rem;
  border-width: .375rem;
  border-color: #090808;
  background-color: #777265;
  color: #111e1d;
  text-transform: uppercase;
  font-size: 1.125rem;
  -webkit-transition-delay: .1s, 0s;
     -moz-transition-delay: .1s, 0s;
       -o-transition-delay: .1s, 0s;
          transition-delay: .1s, 0s;
  -webkit-transition-duration: 1s, 0s;
     -moz-transition-duration: 1s, 0s;
       -o-transition-duration: 1s, 0s;
          transition-duration: 1s, 0s;
}

a.link-button {
  font-family: 'PT Sans', sans-serif;
}

a.link-button.button:hover {
  background-color: #c2c2c2;
}

/* Layout Elements */

body > .row.header-row {
  padding-bottom: 0;
  max-width: none;
  height: 100vh;
  background-image: url('../images/large/Under-Construction.jpg');
  background-attachment: scroll;
  background-position: 60% top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row {
  max-width: none;
}

body > .row > [class*='small-'].services-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
  background-color: #506664;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row.services-row {
  min-height: 60rem;
  height: 100vh;
  background-image: url('../images/large/shared_farewell_lower_border.jpg');
  background-attachment: scroll;
  background-position: 60% bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='small-'].header-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  margin-top: 10vh;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

body > .row > [class*='small-'].footer-img-col {
  padding: 0;
}

body > .row.section-row {
  margin-bottom: 1.25rem;
  padding-top: 3.75rem;
}

body > .row > [class*='small-'] {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

body > .row.location-page {
  background-image: url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
}

body > .row.footer-row {
  margin-top: 2.5rem;
  background-color: #2a3755;
}

body > .row > [class*='small-'].shop-header-col {
  margin-top: 5.3125rem;
  padding-left: 0;
  text-align: center;
}

body > .row > [class*='small-'].product-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

body > .row.shop-header {
  min-height: 31.25rem;
  background-image: url('../images/small/surf-shop.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='small-'].product-desc-col {
  padding-top: 0;
  padding-bottom: 0;
}

body > .row > [class*='small-'].product-images-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

body > .row > [class*='small-'].shop-nav-col {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .25) 66%, rgba(255, 255, 255, .2) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .25) 66%, rgba(255, 255, 255, .2) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .25) 66%, rgba(255, 255, 255, .2) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .25) 66%, rgba(255, 255, 255, .2) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

body > .row > [class*='small-'].product-name-col {
  padding-bottom: 0;
}

body > .row.product-cat-row {
  margin-top: 1.875rem;
}

body > .row > [class*='small-'].reduced-opacity {
  opacity: .5;
}

body > .row > [class*='small-'].full-opacity {
  opacity: .99;
}

body > .row > [class*='small-'].full-opacity.reduced-opacity {
  opacity: 1;
}

body > .row.header-row.location-page {
  background-image: url('../images/small/board-vin.jpg');
}

.subgrid > .row > [class*='small-'].table-head {
  max-height: none;
}

.subgrid > .row > [class*='small-'].subgrid-column-1 {
  max-height: none;
  text-align: center;
}

.container.menu-wrapper {
  position: absolute;
  right: .3125rem;
  left: .3125rem;
  z-index: 10;
  display: none;
  margin-top: .75rem;
  background-color: rgba(13, 44, 54, .75);
}

.container.product-cat-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: -2.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.product-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: .0625rem;
  padding: 1.25rem 1.25rem .625rem;
  background-color: #fff;

  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
     -moz-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.cat-header {
  background-color: #f3f6f6;
}

.container.hide-mob.product-wrapper {
  display: none;
}

.container.produc-img-wrapper {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
     -moz-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.container.more-text-box {
  display: none;
}

.container.header-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: none;
  margin: .125rem 1% .0625rem;
  padding: 0;
  border: .0625rem solid rgba(104, 157, 78, .4);
  background-color: rgba(40, 40, 40, .9);
}

.container.m-content-wrapper {
  position: relative;
  margin-top: .8125rem;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.link-container.product-cat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 2.5rem 1.25rem 1.25rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
     -moz-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.link-container.product-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .35s;
     -moz-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.link-container.product-cat-wrapper:hover {
  background-color: rgba(170, 170, 170, .25);
}

.link-container.product-overlay:hover {
  padding-top: 1.875rem;
  opacity: 1;
}

a.glyph.scroller {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
}

ul.list-container.accordion {
  border-width: 0;
  background-color: rgba(196, 213, 243, .4);
}

li.list-item-container.accordion-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

ul.list-container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin-left: 0;
  padding: 1.25rem;
  background-color: rgba(13, 44, 54, .25);

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.rule.nav-seperator {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-top: .25rem;
  padding-bottom: .125rem;
}

li.list-item {
  color: rgba(13, 44, 54, .85);
  font-size: .9375rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

div.responsive-picture.camp-pic {
  margin-bottom: 1.125rem;
  max-width: none;
}

div.responsive-picture.product-img {
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 12.5rem;
}

div.responsive-picture.product-img > picture {
  margin: -.375rem -.25rem -.375rem -.25rem;
}

div.responsive-picture.button.product-img {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  max-width: none;
  background-color: transparent;
}

div.responsive-picture.modal-image {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: none;
  width: 100%;
}

span.glyph.button {
  float: right;
  margin-bottom: 0;
  padding: 0 .15em;
  background-color: rgba(154, 79, 89, .8);
  color: #fff;
  font-size: 38px;
}

span.glyph.button.next-button {
  position: absolute;
  top: 60px;
  right: 0;
  padding: .3em .4em .3em .45em;
}

@media screen and (min-width: 12.8125rem) {
  /* Text Elements */

  h1 span.heading-text-1 {
    color: #090808;
  }

  /* Layout Elements */

  body > .row.header-row {
    background-image: url('../images/large/shared_farewell_bg_01.jpg');
  }
}

@media screen and (min-width: 25.625rem) {
  /* Text Elements */

  h6.table-header {
    font-size: 1.75rem;
  }

  h6.product-cat-title {
    font-size: 1.25rem;
  }

  p.paragraph {
    font-size: 1rem;
  }

  p.paragraph.right-align {
    text-align: right;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].product-name-col {
    padding-top: 1.875rem;
  }

  body > .row > [class*='small-'].header-col {
    margin-top: 8vh;
  }

  body > .row > [class*='small-'].services-col {
    background-color: #506664;
  }

  body > .row.services-row {
    background-image: url('../images/large/shared_farewell_lower_border.jpg');
  }

  body > .row.header-row {
    background-image: url('../images/large/shared_farewell_bg_01.jpg');
  }

  .subgrid > .row > [class*='small-'].table-head {
    text-align: center;
  }

  .container.product-wrapper {
    margin: 1px 2px 0 -1px;

    -webkit-box-flex: 49%;
    -webkit-flex: 49%;
       -moz-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
  }

  .container.cat-header {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .container.big-wrapper.product-wrapper {
    -webkit-box-flex: 99%;
    -webkit-flex: 99%;
       -moz-box-flex: 99%;
        -ms-flex: 99%;
            flex: 99%;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.shop-kicker {
    font-size: 2.5rem;
  }

  h1.kicker.shop-kicker {
    font-size: 4.375rem;
  }

  h1 span.heading-text-1 {
    font-size: 6.9375rem;
  }

  h4.heading-2 {
    margin-bottom: 2.5rem;
  }

  h5.modal-heading {
    margin-top: 4.666666666666667rem;
    max-width: none;
  }

  h6.cat-header {
    color: #fff;
    font-size: 1.75rem;
  }

  p.paragraph.article-p {
    max-width: 41.25rem;
  }

  p.paragraph.cat-header-p.product-description {
    color: #fff;
    font-size: 1.125rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].services-col {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  body > .row.footer-row {
    margin-top: 2.5rem;
  }

  body > .row > [class*='small-'].shop-header-col {
    margin-top: 5rem;
  }

  body > .row.shop-header {
    min-height: 40.625rem;
  }

  body > .row > [class*='small-'].shop-nav-col {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, .05) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, .05) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, .05) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .35) 33%, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, .05) 100%);
  }

  body > .row > [class*='small-'].product-name-col {
    padding-top: 0;
  }

  body > .row > [class*='small-'].header-col {
    margin-top: 1vh;
  }

  body > .row.header-row.location-page {
    background-image: url('../images/large/board-vin-opt.jpg');
  }

  .subgrid > .row > [class*='small-'].nav-col {
    min-height: 7.8125rem;
  }

  .container.menu-wrapper {
    position: relative;
    right: auto;
    left: auto;
    display: none;
  }

  .container.hide-mob.product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.cat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    background-image: -webkit-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-image:    -moz-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-image:      -o-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-image:         linear-gradient(180deg, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;

    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container#gear-header {
    background-image: -webkit-linear-gradient(top, rgba(181, 143, 0, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/board-gear.jpg');
    background-image:    -moz-linear-gradient(top, rgba(181, 143, 0, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/board-gear.jpg');
    background-image:      -o-linear-gradient(top, rgba(181, 143, 0, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/board-gear.jpg');
    background-image:         linear-gradient(180deg, rgba(181, 143, 0, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/board-gear.jpg');
  }

  .container#beach-header {
    background-image: -webkit-linear-gradient(top, rgba(0, 68, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/beach-glasses.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 68, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/beach-glasses.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 68, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/beach-glasses.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 68, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/beach-glasses.jpg');
    background-position: left top, left top;
  }

  .container.big-wrapper.product-wrapper {
    -webkit-box-flex: 49%;
    -webkit-flex: 49%;
       -moz-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
  }

  .container.product-cat-wrapper {
    margin-top: -3.75rem;
  }

  .container.cat-header.product-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/wetsuit.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/wetsuit.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/wetsuit.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 63, 181, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/large/wetsuit.jpg');

    -webkit-box-flex: 49%;
    -webkit-flex: 49%;
       -moz-box-flex: 49%;
        -ms-flex: 49%;
            flex: 49%;
  }

  .container.modal-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
  }

  .container.m-content-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 56.25rem;
  }

  ul.list-container.accordion {
    max-width: 37.5rem;
    width: 100%;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .9375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-wrapper {
    padding: .5rem;
    background-color: transparent;
  }

  div.responsive-picture.modal-image {
    max-width: none;
  }
}

@media screen and (min-width: 55.5rem) {
  /* Text Elements */

  h1.kicker.shop-kicker {
    font-size: 6.25rem;
  }

  h1.kicker {
    font-size: 16vw;
  }

  h1 span.heading-text-1 {
    color: #090808;
  }

  h3.section-heading {
    font-size: 2.75rem;
  }

  h5.heading-1 {
    text-align: right;
  }

  p.paragraph span.strong {
    font-weight: 700;
  }

  p.paragraph {
    font-size: 1.0625rem;
  }

  a.link-text.side-nav {
    text-align: right;
  }

  /* Layout Elements */

  body > .row.header-row {
    background-image: url('../images/large/shared_farewell_bg_01.jpg');
    background-attachment: fixed;
  }

  body > .row.services-row {
    background-image: url('../images/large/shared_farewell_lower_border.jpg');
    background-attachment: fixed;
    background-position: center center;
  }

  body > .row.section-row {
    padding-top: 5.0625rem;
  }

  body > .row > [class*='small-'].shop-header-col {
    margin-top: 5.3125rem;
  }

  body > .row.shop-header {
    min-height: 43.75rem;
    background-image: url('../images/large/surf-shop.jpg');
  }

  body > .row > [class*='small-'].product-name-col {
    padding-bottom: .625rem;
  }

  body > .row.row-1 {
    background-image: url('../images/wave-touch-small.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.product-detail {
    margin-top: 3.75rem;
  }

  body > .row > [class*='small-'].reduced-opacity {
    opacity: 1;
  }

  .subgrid > .row > [class*='small-'].nav-col {
    min-height: 6.875rem;
  }

  .container.product-wrapper {
    -webkit-box-flex: 33%;
    -webkit-flex: 33%;
       -moz-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }

  .container.cat-header {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .link-container.product-cat-wrapper {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
       -moz-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }

  ul.list-container.accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-width: 75rem;
    background-color: transparent;
  }

  li.list-item-container.accordion-item {
    display: block;
    margin-right: 1%;
    margin-left: 1%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.kicker {
    font-size: 14vw;
  }

  h1 span.heading-text-1 {
    color: #090808;
    font-size: 4.375rem;
  }

  h1 span.heading-text-3 {
    font-size: 4.375rem;
    line-height: 1;
  }

  h3.section-heading {
    font-size: 3rem;
  }

  h4.heading-2 {
    margin-bottom: 4.375rem;
  }

  h6.table-header {
    text-align: right;
  }

  p.paragraph.sub-title {
    background-color: rgba(13, 44, 54, .75);
  }

  p.paragraph {
    font-size: 1.125rem;
  }

  p.paragraph.article-p {
    max-width: 45rem;
  }

  p.paragraph.camp-data {
    font-size: 1rem;
  }

  p.paragraph.caption {
    font-size: .8125rem;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 2.9375rem;
  }

  a.link-text.nav-item.smooth-scroll {
    background-color: transparent;
    color: rgba(13, 44, 54, .85);
    -webkit-transition-property: background-color;
       -moz-transition-property: background-color;
         -o-transition-property: background-color;
            transition-property: background-color;
  }

  /* Interaction Elements */

  a.link-button.button {
    border-width: .4375rem;
    border-color: #1e1e1e;
    background-color: #777265;
    font-weight: 800;
  }

  /* Layout Elements */

  body > .row.section-row {
    max-width: 87.5rem;
  }

  body > .row.footer-row {
    margin-top: 2.5rem;
  }

  body > .row > [class*='small-'].shop-header-col {
    margin-bottom: 2.5rem;
  }

  body > .row.product-detail {
    max-width: 87.5rem;
  }

  body > .row.row-1 {
    min-height: 12.5rem;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(31, 115, 166, .8) 100%), url('../images/wave-touch-small.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(31, 115, 166, .8) 100%), url('../images/wave-touch-small.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(31, 115, 166, .8) 100%), url('../images/wave-touch-small.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(31, 115, 166, .8) 100%), url('../images/wave-touch-small.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, center 60%;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;
  }

  body > .row.services-row {
    background-image: url('../images/large/shared_farewell_lower_border.jpg');
  }

  body > .row.header-row {
    background-image: url('../images/large/shared_farewell_bg_01.jpg');
  }

  .subgrid > .row > [class*='small-'].data-col {
    padding-right: 0;
  }

  .subgrid.subgrid-1 {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }

  .container.menu-wrapper {
    display: block;
    background-color: transparent;
  }

  .container.product-cat-wrapper {
    -ms-flex-pack: center;
    max-width: 87.5rem;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.product-wrapper {
    -webkit-box-flex: 33%;
    -webkit-flex: 33%;
       -moz-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }

  .container.cat-header {
    -webkit-box-flex: 66%;
    -webkit-flex: 66%;
       -moz-box-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
  }

  .container.big-wrapper.product-wrapper {
    -webkit-box-flex: 33%;
    -webkit-flex: 33%;
       -moz-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
  }

  .container.modal-container {
    top: .1875rem;
    right: .4375rem;
    bottom: 0;
    left: .375rem;
    max-width: none;
  }

  li.list-item-container.accordion-item {
    margin-right: 2%;
    margin-left: 2%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 46%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
  }

  ul.list-container.accordion {
    max-width: 87.5rem;
  }

  ul.list-container.menu {
    -ms-flex-pack: end;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 56.25rem;
    width: auto;
    background-color: transparent;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  li.list-item-container.nav-wrapper {
    padding-top: 0;

    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }

  div.responsive-picture.camp-pic {
    margin-bottom: .375rem;
  }

  a.glyph.scroller.smooth-scroll {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
         -o-transition-duration: .4s;
            transition-duration: .4s;
  }

  span.glyph.next-button {
    position: absolute;
    top: 80px;
    right: 0;
    padding: .3em .4em;
    background-color: #9a4f59;
  }

  span.glyph.button {
    background-color: rgba(154, 79, 89, .8);
  }
}

@media screen and (min-width: 112.5rem) {
  /* Layout Elements */

  body > .row.section-row {
    max-width: 87.5rem;
  }

  body > .row.services-row {
    max-width: none;
    background-image: url('../images/large/shared_farewell_lower_border.jpg');
  }

  body > .row.header-row {
    background-image: url('../images/large/shared_farewell_bg_01.jpg');
  }
}