.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/******************

	mixins

*******************/
body {
  font-family: "Work Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif; }

h1, h2, h3 {
  font-weight: 300; }

h1 {
  font-size: 3rem;
  line-height: 1.3; }

a.cta, input[type="submit"] {
  background: transparent;
  border: 1px solid white;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: .666rem 2rem;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  a.cta:hover, input[type="submit"]:hover {
    background: #D61920; }

input[type="submit"] {
  background: none;
  border-radius: 0; }

a.cta.cta-red-ghost {
  border: 1px solid #D61920; }
  a.cta.cta-red-ghost:hover {
    background: #D61920; }

a.cta.cta-pdf {
  color: black; }

a.cta.cta-black-ghost {
  border: 1px solid black;
  color: black; }

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

/*************

	Structure

***************/
.contain {
  max-width: 74rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto; }

section {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.hero-section {
  padding: 0; }

.tight-copy-section {
  background: #f1f1f1; }
  .tight-copy-section .contain {
    max-width: 42rem; }
  .tight-copy-section h1 {
    text-align: center; }
  .tight-copy-section p {
    text-align: justify; }

.dark-bkg {
  background: #222222;
  color: #fff; }
  .dark-bkg h1, .dark-bkg h2, .dark-bkg h3, .dark-bkg h4, .dark-bkg p {
    color: #fff; }

.tv-section {
  text-align: center;
  padding-top: 12rem; }
  .tv-section .rsDefault, .tv-section .rsDefault .rsOverflow, .tv-section .rsDefault .rsSlide {
    background-color: #222222; }
  .tv-section .visibleNearbyZoom .rsGCaption {
    background: transparent;
    top: -8rem;
    bottom: auto;
    position: absolute; }
    .tv-section .visibleNearbyZoom .rsGCaption span {
      color: #fff; }
    .tv-section .visibleNearbyZoom .rsGCaption h5 {
      font-size: 3rem;
      line-height: 1.3;
      font-weight: 300;
      margin-bottom: 1rem; }
  .tv-section .rsDefault .rsPlayBtnIcon {
    		/*background-image: none;
    		&:before {
    		  	content: "\f005";  
        		font-family: FontAwesome;
        		left:-5px;
        		position:absolute;
        		top:0;
    		} */
    background-color: transparent;
    background-image: url(/wp-content/themes/revmedx/images/Play_Btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 105px;
    width: 105px; }
  .tv-section .rsDefault .rsPlayBtn {
    height: 105px;
    width: 105px;
    margin-top: -53px;
    margin-left: -53px; }

.hero-company-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .hero-company-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .hero-company-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-company-section .contain {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50rem; }

.hero-image-bkg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat; }

/*************

	Header

**************/
.site-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .site-header .contain {
    max-width: 76rem; }
  .site-header.darker {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem; }

.site-logo {
  background-image: url(/wp-content/themes/revmedx/images/RevMed_logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26%;
  height: 3.666rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .site-logo h1 {
    text-indent: -99999px;
    margin: 0; }
  .site-logo a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.site-nav {
  width: 73%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-top: 1.666rem; }

a#shrinky-trigger {
  position: absolute;
  top: 3rem;
  height: 0;
  width: 0; }

.menu-primary-nav-container ul {
  margin: 0; }
  .menu-primary-nav-container ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-left: 4rem; }
    .menu-primary-nav-container ul li a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding-bottom: .5rem;
      border-bottom: 1px solid transparent;
      -ms-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .menu-primary-nav-container ul li a:hover {
        border-bottom: 1px solid #D61920; }
    .menu-primary-nav-container ul li.current-menu-item a, .menu-primary-nav-container ul li.current-menu-ancestor a {
      border-bottom: 1px solid #D61920; }
    .menu-primary-nav-container ul li ul.sub-menu {
      display: none;
      margin: 0;
      position: absolute;
      left: 0;
      padding-left: 0;
      width: 10rem; }
      .menu-primary-nav-container ul li ul.sub-menu li {
        background: #222222;
        display: block;
        padding-left: 0;
        margin-left: 0;
        text-align: center; }
        .menu-primary-nav-container ul li ul.sub-menu li:first-child {
          margin-top: 1.1rem; }
        .menu-primary-nav-container ul li ul.sub-menu li:after {
          content: '';
          width: 60%;
          border-bottom: solid 1px #D61920;
          position: relative;
          margin-left: 20%;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1; }
        .menu-primary-nav-container ul li ul.sub-menu li a {
          display: inline-block;
          height: 100%;
          width: 100%;
          font-weight: 300;
          font-size: 1rem;
          border-bottom: 0;
          padding: .9rem .5rem; }
          .menu-primary-nav-container ul li ul.sub-menu li a:hover {
            border-bottom: 0;
            background: #D61920; }
  .menu-primary-nav-container ul li.menu-item-has-children:hover ul.sub-menu {
    display: block; }
  .menu-primary-nav-container ul li.store-nav-item a {
    border: 1px solid white;
    padding: .666rem 2rem; }
    .menu-primary-nav-container ul li.store-nav-item a:hover {
      border: 1px solid #D61920; }
  .menu-primary-nav-container ul li.store-nav-item.current-menu-item a, .menu-primary-nav-container ul li.store-nav-item.current-menu-ancestor a {
    border: 1px solid #D61920; }

.darker .site-header {
  padding-top: 1rem;
  padding-bottom: 1rem; }
.darker .site-logo {
  background-image: url(/wp-content/themes/revmedx/images/RevMed_logo_black.svg);
  height: 2.666rem; }
.darker .site-nav {
  padding-top: 1rem; }
.darker .menu-primary-nav-container ul li a {
  color: black; }
.darker .menu-primary-nav-container ul li.store-nav-item a {
  border: 1px solid black;
  padding: .666rem 2rem; }
  .darker .menu-primary-nav-container ul li.store-nav-item a:hover {
    border: 1px solid #D61920; }
.darker .menu-primary-nav-container ul.sub-menu li a {
  color: #fff; }

/*******************

	Flickity

********************/
.home-slide {
  background-size: cover;
  width: 100%;
  position: relative; }
  .home-slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .home-slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home-slide .slide-copy-contain {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50rem; }
  .home-slide h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    margin-top: 0; }

.flickity-enabled .flickity-page-dots {
  bottom: 3rem; }
.flickity-enabled .flickity-page-dots .dot {
  border-radius: 0;
  background: #fff;
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  opacity: 1; }
  .flickity-enabled .flickity-page-dots .dot.is-selected {
    background: transparent; }
.flickity-enabled .flickity-prev-next-button {
  border-radius: 0;
  background-color: #fff; }

.demo-copy-col .flickity-enabled .flickity-page-dots {
  width: auto;
  right: 0;
  top: 0; }
  .demo-copy-col .flickity-enabled .flickity-page-dots .dot {
    display: block;
    margin: 1rem 0;
    background: transparent;
    border: 2px solid #000; }
    .demo-copy-col .flickity-enabled .flickity-page-dots .dot.is-selected {
      background: black; }

.home .home-tv-section {
  padding-top: 10rem; }
  .home .home-tv-section h1 {
    -ms-transform: translateY(-6rem);
    -moz-transform: translateY(-6rem);
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem); }
  .home .home-tv-section .visibleNearbyZoom .rsGCaption {
    top: -6rem; }
  .home .home-tv-section .visibleNearbyZoom .rsGCaption h5 {
    font-size: 2rem; }
  .home .home-tv-section .visibleNearbyZoom {
    padding-top: 0; }

/*****************

	Bucket Section

*******************/
.bucket-section {
  background: #f1f1f1; }
  .bucket-section .bucket-item {
    margin-bottom: 2rem;
    position: relative; }
  .bucket-section h1 {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: .75rem; }
  .bucket-section a.latest-news-all {
    float: right;
    display: inline-block;
    color: black;
    font-size: 2rem;
    text-decoration: none;
    -ms-transform: translateY(3.75rem);
    -moz-transform: translateY(3.75rem);
    -webkit-transform: translateY(3.75rem);
    transform: translateY(3.75rem);
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .bucket-section a.latest-news-all:hover {
      color: #D61920; }
  .bucket-section .latest-news-img {
    background-color: white;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .bucket-section .latest-news-img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .bucket-section .latest-news-img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .bucket-section .latest-news-inside {
    background: #fff;
    padding: 2rem;
    position: relative;
    min-height: 18rem; }
    .bucket-section .latest-news-inside span.latest-news-date {
      position: absolute;
      bottom: 1.5rem;
      left: 2rem;
      font-size: .8rem; }
  .bucket-section a.link-news-item-url {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2; }

/**************

	About

***************/
.half-contain.half-contain-left {
  max-width: 36rem;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 2rem; }

.about-2-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .about-2-col:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .about-2-col > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

section.company-about-section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f1f1f1; }
  section.company-about-section .row {
    margin: 0; }

section.tight-copy-section.company-quality-section {
  background: white; }

/**************

	Product

***************/
.product-hero-section {
  position: relative;
  /*background: radial-gradient(circle, #323232 0%, #111111 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2; }
  .product-hero-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .product-hero-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .product-hero-section h1 {
    margin-top: 0;
    color: #fff; }
  .product-hero-section .contain {
    /*max-width: 60rem; */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%; }

.product-hero-copy {
  max-width: 32rem; }

.product-hero-img {
  position: absolute;
  left: 45%;
  bottom: -5.5rem;
  max-width: 33rem; }

.product-demo-section {
  padding-top: 0;
  background-color: #f1f1f1;
  position: relative;
  z-index: 3; }

.birt-extra-section {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .birt-extra-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.8461538462%; }
  .birt-extra-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.birt-text {
  position: absolute;
  left: 56%;
  top: 53%;
  max-width: 29rem; }
  .birt-text p {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .5px; }

.page-template-page-product-tpl .tv-section, .page-template-page-product-tpl .contact-cta-section {
  margin-top: -0.444rem;
  z-index: 3;
  position: relative; }

span.demo-number {
  color: #BFBFBF;
  display: block;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1; }

.demo-slide {
  width: 100%;
  padding-right: 4rem; }
  .demo-slide p {
    font-size: 1.3rem;
    color: black;
    letter-spacing: .5px;
    font-weight: 600; }

.contact-cta-section {
  background: #D61920;
  color: #fff;
  text-align: center; }

.documents-section.bucket-section .latest-news-img {
  background-color: #222222;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat; }

.documents-section .latest-news-inside a, .documents-section .latest-news-inside a:visited {
  color: black;
  font-weight: 600; }

.extra-section {
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 0; }
  .extra-section .row {
    margin-left: 0;
    margin-right: 0; }
  .extra-section.text-block-section {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .extra-section.text-block-section .contain {
      max-width: 40rem; }
  .extra-section .image-50-copy-contain {
    max-width: 34rem;
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .extra-section .image-50-copy-contain p {
      font-size: 1.3rem;
      color: black;
      letter-spacing: .5px;
      font-weight: 600; }
  .extra-section .image-50-copy, .extra-section .image-50-image {
    padding-left: 0;
    padding-right: 0; }
  .extra-section .image-50-left-copy {
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem; }
  .extra-section .image-50-right-copy {
    text-align: right;
    padding-right: 3rem;
    padding-left: 3rem; }
    .extra-section .image-50-right-copy .image-50-copy-contain {
      margin-left: auto; }

.product-instruction-videos-section {
  background-color: #222222;
  padding-bottom: 8rem;
  /*.visibleNearbyZoom .rsGCaption {
  	background: transparent;
  	top: -8rem;
  	bottom: auto;
  	position: absolute;
  	span {
  		color: #fff;
  	}
  	h5 {
  		font-size: 3rem;
  		line-height: 1.3;
  		font-weight: 300;
  		margin-bottom: 1rem;
  	}
  }*/ }
  .product-instruction-videos-section h1 {
    color: #fff; }
  .product-instruction-videos-section .rsDefault, .product-instruction-videos-section .rsDefault .rsOverflow, .product-instruction-videos-section .rsDefault .rsSlide {
    background-color: #222222; }
  .product-instruction-videos-section .visibleNearbyZoom .rsGCaption {
    background: #222222; }
  .product-instruction-videos-section .rsDefault .rsPlayBtnIcon {
    		/*background-image: none;
    		&:before {
    		  	content: "\f005";  
        		font-family: FontAwesome;
        		left:-5px;
        		position:absolute;
        		top:0;
    		} */
    background-color: transparent;
    background-image: url(/wp-content/themes/revmedx/images/Play_Btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 105px;
    width: 105px; }
  .product-instruction-videos-section .rsDefault .rsPlayBtn {
    height: 105px;
    width: 105px;
    margin-top: -53px;
    margin-left: -53px; }

.doc-nav-contain {
  position: relative; }
  .doc-nav-contain h3 {
    margin-bottom: .2rem; }

nav.doc-select-menu {
  background: #D61920;
  position: absolute;
  z-index: 3;
  display: none;
  left: 0;
  top: 1.8rem; }
  nav.doc-select-menu a {
    border-top: 1px solid white;
    display: block;
    color: white;
    padding: .5rem 1rem;
    text-decoration: none; }

.doc-nav-contain:hover {
  cursor: pointer; }
  .doc-nav-contain:hover nav.doc-select-menu {
    display: block; }

.document-item {
  display: none; }

section.documents-section.bucket-section {
  min-height: 30rem; }

/*************

	Default Page

***************/
.page-template-default section.default-page-section {
  padding-top: 8rem; }
.page-template-default .site-header {
  background: black; }
  .page-template-default .site-header.darker {
    background-color: white; }

/*************

	Contact

**************/
.page-template-page-contact-tpl {
  background: radial-gradient(circle, #565656 0%, #212121 100%);
  padding-top: 4rem; }
  .page-template-page-contact-tpl .colophon {
    background-color: transparent; }

section.contact-form-section {
  clear: both;
  color: #ccc; }
  section.contact-form-section h3 {
    text-align: center;
    letter-spacing: 8px;
    padding-bottom: 2.333rem; }
  section.contact-form-section .contain {
    max-width: 50rem; }

.wpcf7 label {
  color: #ccc;
  padding-bottom: .6rem; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: .6rem 2rem; }

/*********

	Shop

**********/
.shop-item {
  text-align: center; }
  .shop-item .store-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    .shop-item .store-img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .shop-item .store-img > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.page-template-page-shop-tpl {
  padding-top: 4rem;
  background: radial-gradient(circle, #565656 0%, #212121 100%); }
  .page-template-page-shop-tpl .bucket-section {
    background: transparent; }
  .page-template-page-shop-tpl .bucket-section h1 {
    border-bottom: 0;
    color: #fff; }

.shop-section {
  padding-bottom: 0; }
  .shop-section h1 {
    color: #fff; }

.shopify-section {
  background: #f1f1f1; }

/**************

	Blog

**************/
section.hero-section.blog-single-section {
  position: relative;
  background-size: cover; }
  section.hero-section.blog-single-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.3333333333%; }
  section.hero-section.blog-single-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  section.hero-section.blog-single-section h1 {
    color: #fff;
    padding-top: 15%;
    text-shadow: 1px 1px 1px #BFBFBF; }
    section.hero-section.blog-single-section h1.dark {
      color: #000; }

section.blog-single-copy-section .contain {
  max-width: 40rem; }

h5.news-cat {
  text-transform: uppercase;
  color: #D61920; }

/***************

	Footer

****************/
.colophon {
  background-color: #373737;
  padding: 3rem 0 4rem; }
  .colophon p, .colophon a {
    color: #BFBFBF; }

.footer-social {
  text-align: right; }
  .footer-social a {
    color: #fff;
    display: inline-block;
    height: 2.6rem;
    font-size: 1.5rem;
    margin-left: 2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 2.6rem;
    text-align: center;
    padding: 1px;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .footer-social a:first-child {
      margin-left: 0; }
    .footer-social a:hover {
      color: #D61920;
      border: 2px solid #D61920; }

/**************

	Hamburger

****************/
/* Icon 1 */
div#nav-icon1 {
  float: right; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 2.6rem;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #D61920;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 10px; }

#nav-icon1 span:nth-child(3) {
  top: 20px; }

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.sm-device-nav {
  display: none;
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  overflow-y: scroll; }
  .sm-device-nav #menu-primary-nav-1 {
    text-align: center;
    width: 100%; }
  .sm-device-nav .social-nav {
    width: 100%;
    background: #D61920;
    text-align: center;
    padding: 1.666rem 0; }
    .sm-device-nav .social-nav a {
      background: white;
      color: #D61920; }
    .sm-device-nav .social-nav span.news-link {
      color: #fff;
      font-size: 1.1rem;
      display: block;
      padding-top: 1rem;
      margin-bottom: 4rem;
      padding-left: 0; }
  .sm-device-nav ul#menu-primary-nav-1 {
    margin: 0;
    padding: 0;
    width: 100%; }
    .sm-device-nav ul#menu-primary-nav-1 li {
      list-style: none;
      display: block;
      height: auto;
      width: 100%;
      margin-left: 0; }
      .sm-device-nav ul#menu-primary-nav-1 li.menu-item-has-children a {
        background-image: url(/wp-content/themes/revmedx/images/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: 90% 50%; }
        .sm-device-nav ul#menu-primary-nav-1 li.menu-item-has-children a.open {
          background-image: url(/wp-content/themes/revmedx/images/arrow-up.svg); }
      .sm-device-nav ul#menu-primary-nav-1 li a {
        background: #D61920;
        border-bottom: 1px solid white;
        color: #fff;
        display: inline-block;
        padding: 1.666rem 0;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase; }
      .sm-device-nav ul#menu-primary-nav-1 li ul.sub-menu {
        display: none;
        position: relative;
        width: 100%; }
        .sm-device-nav ul#menu-primary-nav-1 li ul.sub-menu li:first-child {
          margin-top: 0; }
        .sm-device-nav ul#menu-primary-nav-1 li ul.sub-menu li:after {
          width: 100%;
          margin: 0; }
        .sm-device-nav ul#menu-primary-nav-1 li ul.sub-menu li a {
          background: #BFBFBF;
          color: black; }

/************

	mq

*************/
@media all and (max-width: 1225px) {
  .menu-primary-nav-container ul li {
    margin-left: 2rem; } }
.hamburger-wrap {
  display: none; }

.sm-device-nav {
  display: none; }

@media all and (min-width: 1025px) {
  .sm-device-nav {
    display: none !important; } }
.mobile-hero-image-bkg {
  display: none; }

@media all and (max-width: 1024px) {
  .hamburger-wrap {
    display: block; }

  #menu-primary-nav {
    display: none; }

  .site-logo {
    width: 70%; }

  .site-nav {
    width: 28%; }

  .bucket-section .bucket-item {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto; }

  .half-contain.half-contain-left {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 40rem; }
    .half-contain.half-contain-left h1 {
      text-align: center; }

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

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

  .extra-section .image-50-right-copy, .extra-section .image-50-left-copy {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem; }

  .extra-section .image-50-right-copy .image-50-copy-contain, .extra-section .image-50-left-copy .image-50-copy-contain {
    margin-left: auto;
    margin-right: auto; }

  /* product hero */
  .product-hero-section {
    background-size: contain;
    background-color: black;
    padding-top: 8rem; }
    .product-hero-section .contain {
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      top: auto;
      margin-bottom: 4rem; }

  .product-hero-section:before {
    display: none; }

  .product-hero-section > .content {
    position: relative; }

  .mobile-hero-image-bkg {
    display: block;
    -moz-transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem); }

  .product-hero-section .hero-image-bkg {
    display: none; }

  .product-hero-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .menu-primary-nav-container ul li.store-nav-item a {
    border: none; } }
@media all and (max-width: 960px) {
  .home-slide {
    position: relative; }
    .home-slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .home-slide > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

  .home-slide h1 {
    font-size: 2.6rem; }

  section.hero-section.blog-single-section {
    position: relative; }
    section.hero-section.blog-single-section:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    section.hero-section.blog-single-section > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

  h1 {
    font-size: 2.6rem; } }
@media all and (max-width: 600px) {
  .bucket-section a.latest-news-all {
    display: none; }

  .footer-social a {
    margin-left: 1rem; }

  .flickity-enabled .flickity-prev-next-button {
    display: none; } }
@media all and (max-width: 479px) {
  .home-slide h1 {
    font-size: 2rem; }

  h1 {
    font-size: 2rem; } }

/*# sourceMappingURL=style.css.map */
