/***

	fonts

***/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39ede6");
@font-face {
  font-family: 'FreightSansProMedium-Regular';
  src: url("webfonts/39EDE6_0_0.eot");
  src: url("webfonts/39EDE6_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39EDE6_0_0.woff2") format("woff2"), url("webfonts/39EDE6_0_0.woff") format("woff"), url("webfonts/39EDE6_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightDispProBook-Regular';
  src: url("webfonts/39EDE6_1_0.eot");
  src: url("webfonts/39EDE6_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39EDE6_1_0.woff2") format("woff2"), url("webfonts/39EDE6_1_0.woff") format("woff"), url("webfonts/39EDE6_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FreightSansProBook-Regular';
  src: url("webfonts/39EDE6_2_0.eot");
  src: url("webfonts/39EDE6_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/39EDE6_2_0.woff2") format("woff2"), url("webfonts/39EDE6_2_0.woff") format("woff"), url("webfonts/39EDE6_2_0.ttf") format("truetype"); }
/***

	colors

***/
/***
	
	partials

***/
.container, .container-fluid {
  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: -.5rem;
  margin-left: -.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-10, .col-xs-11, .col-xs-12, .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-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .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 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .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-10, .col-sm-11, .col-sm-12, .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-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .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-10, .col-md-11, .col-md-12, .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-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .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-10, .col-lg-11, .col-lg-12, .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-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .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 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .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.2.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;
  -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: currentColor; }

/* ---- 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: "FreightSansProBook-Regular"; }

.page, .post {
  margin: 0;
  padding: 0; }

h1 {
  font-family: "FreightDispProBook-Regular";
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px; }

.feedback-item {
  /*h3 {
    font-family: $header;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
  }*/ }
  .feedback-item h3 {
    margin-top: 0; }

a {
  color: black; }
  a:visited {
    color: black; }

h1.hero-title {
  border-top: 1px solid #c1c1c1;
  color: #b83000;
  /*position: absolute; */
  margin-top: 0;
  padding-top: 3rem;
  text-transform: uppercase;
  letter-spacing: 15px;
  /*right: 0;
top: 33%;*/
  text-align: center;
  text-transform: uppercase; }

.hero-title-img {
  font-size: 0; }

.padded h1 {
  margin-top: 0; }

h2, h3, h4 {
  font-family: "FreightSansProMedium-Regular";
  font-weight: normal; }

h2 {
  font-size: 1.666rem;
  line-height: 1.3; }
  h2 a {
    text-decoration: none;
    color: black; }

h3 {
  font-family: "FreightDispProBook-Regular";
  font-size: 2rem; }

ul {
  margin: 0; }

.boost p {
  font-size: 1.333rem; }

.home-blog-slide-category a {
  color: black;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-decoration: none; }

.border-top {
  border-top: 1px solid #c1c1c1; }

a.cta {
  background: black;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1;
  letter-spacing: 2px;
  padding: .8rem 1.666rem;
  text-decoration: none;
  transition: all .3s ease; }
  a.cta .fa-caret-right {
    transform: translateY(1px); }
  a.cta:hover {
    background: #6b2642;
    color: #fff; }
  a.cta.cta-borderless {
    border: none;
    padding: 0;
    border-bottom: 1px solid; }
    a.cta.cta-borderless:hover {
      background: transparent;
      color: #b83000; }
  a.cta.cta-white {
    color: #fff;
    border: 1px solid #fff; }
  a.cta.cta-black {
    background-color: black;
    color: #fff;
    border: 1px solid #000; }
  a.cta.cream-ghost {
    background-color: transparent;
    color: #f2e0d1;
    border: 1px solid #f2e0d1; }
    a.cta.cream-ghost:hover {
      background-color: #6b2642; }
  a.cta.red-outline {
    background: transparent;
    color: black;
    border: 1px solid #b83000; }
    a.cta.red-outline:hover {
      background: #b83000; }
  a.cta.black-ghost {
    background-color: transparent;
    color: black;
    border: 1px solid black; }
    a.cta.black-ghost:hover {
      background-color: #b83000; }
  a.cta.cta-ghost {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff; }
  a.cta.steps {
    color: black;
    font-size: 1rem;
    padding: 0;
    background: transparent;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: .25rem; }
    a.cta.steps:hover {
      background: transparent;
      color: #b83000; }

input[type="submit"] {
  border: none;
  border-radius: none;
  font-family: "FreightSansProBook-Regular";
  font-size: .9rem;
  font-weight: normal;
  border-radius: 20px;
  margin-top: 2rem;
  background-color: black;
  color: #fff;
  border: 1px solid #000;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: .8rem 1.666rem;
  text-decoration: none; }
  input[type="submit"]:hover {
    cursor: pointer; }

p, li {
  font-size: 1.2rem;
  line-height: 1.6; }

ul li {
  margin-bottom: .6rem; }

/***

	hamberder

***/
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  float: right;
  width: 45px;
  height: 45px;
  position: relative;
  -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: 3px;
  width: 100%;
  background: #b83000;
  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: 8px; }

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

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -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: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/***

	structure

***/
.contain {
  max-width: 72rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .contain.tighten-contain {
    max-width: 62.5rem; }
    .contain.tighten-contain h3 {
      max-width: 42rem;
      margin-left: auto;
      margin-right: auto; }

.row.row-no-margin, .row.no-margin {
  margin: 0; }

.padded {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.no-pad {
  padding: 0;
  font-size: 0; }

.padding-bottom {
  padding-bottom: 3rem; }

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

/*.home-hero {
	@include aspect-ratio(16,6);
	position: relative;
  background-size: 60%;
  background-position: left;
  text-align: center; 
  background-repeat: no-repeat;
} */
.copy-contain {
  max-width: calc(72rem / 2);
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .copy-contain.third {
    max-width: calc(72rem / 4); }

.copy-contain-left {
  margin-left: auto;
  padding-right: 4rem; }

.copy-contain-right {
  margin-right: auto;
  padding-left: 4rem; }

.no-pad {
  padding: 0 !important; }

.zero-line {
  line-height: 0; }

/***

  utilities

***/
.red-bkg {
  background-color: #b83000;
  color: #f2e0d1; }
  .red-bkg h1, .red-bkg h2, .red-bkg h3, .red-bkg h4, .red-bkg h5, .red-bkg p, .red-bkg li {
    color: #f2e0d1; }

.cream-bkg {
  background-color: #f2e0d1; }

.black-bkg {
  background-color: black;
  color: white; }
  .black-bkg h1, .black-bkg h2, .black-bkg h3, .black-bkg h4, .black-bkg h5, .black-bkg p, .black-bkg li {
    color: white; }

.rose-bkg {
  background-color: #e1beb8; }

.two-col ul {
  column-count: 2;
  column-gap: 36px; }

.boosted p {
  font-size: 1.2rem; }

p.boosted {
  font-size: 1.2rem; }

.padded {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.centered {
  text-align: center; }

.img-pad img {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.wp-video {
  margin-left: auto;
  margin-right: auto; }

/***

  header

***/
.top-banner {
  background-color: black;
  text-align: center;
  padding: .5rem;
  color: #fff; }
  .top-banner p {
    font-size: .9rem;
    margin: 0; }
  .top-banner a {
    color: #fff;
    text-decoration: none; }

.site-header-left {
  display: inline-block;
  vertical-align: top;
  width: 20%; }

.site-header-center {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 70%; }

.site-header-right {
  display: inline-block;
  padding-top: 1.5rem;
  vertical-align: top;
  width: 9%; }

header.site-header {
  padding-top: .5rem; }

.site-nav {
  padding-top: 1rem; }
  .site-nav ul {
    margin: 0;
    padding: 0;
    z-index: 9; }
    .site-nav ul li {
      display: inline-block;
      list-style: none;
      margin-right: 1rem; }
      .site-nav ul li:last-child {
        margin-right: 0; }
      .site-nav ul li.current-menu-item a {
        color: #b83000; }
      .site-nav ul li a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .9rem; }
        .site-nav ul li a:hover {
          color: #b83000; }
  .site-nav .sub-menu {
    background: white;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0; }
    .site-nav .sub-menu li, .site-nav .sub-menu li:first-child {
      /*background: $greenDark;*/
      display: block;
      /*padding: .25rem 2rem .25rem .5rem;*/
      margin-bottom: 0;
      padding-left: .25rem;
      padding-right: .25rem;
      text-align: left; }
      .site-nav .sub-menu li a, .site-nav .sub-menu li:first-child a {
        color: #000;
        padding: 0; }
        .site-nav .sub-menu li a:hover, .site-nav .sub-menu li:first-child a:hover {
          color: #b83000;
          /*color: $greenLight;*/ }

/***

  Home

***/
.home-copy-contain {
  max-width: calc(72rem * .4);
  padding-left: 2rem;
  /*padding-top: 3rem;*/
  padding-bottom: 3rem; }

.home-testimonials {
  /*background-color: $cream;*/
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .home-testimonials .flickity-page-dots {
    width: 2rem;
    bottom: auto;
    top: .5rem; }

.testimonial-slide {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem; }
  .testimonial-slide h2 {
    margin-top: 0; }

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

.home-promo {
  background: #b83000; }

.promo-copy {
  color: #fff;
  text-align: center; }
  .promo-copy h1 {
    margin-top: 0; }

.home-blog-slider {
  width: 100%; }

.home-blog-slide {
  width: 100%; }

section.home-mail {
  background-color: #FFDFD4; }

.step-copy h2 {
  font-size: 1.3666rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

.video-2 {
  background: #f2e0d1;
  text-align: center; }

/***

V2 Home

***/
.home-book-promo {
  background-color: #f2e0d1;
  padding-bottom: 8rem; }

.home-v2-about-img img {
  width: 100%; }

.home-v2-about {
  /*margin-top: -8rem;*/
  padding-bottom: 8rem; }

.home-v2-logos-vid {
  position: relative; }
  .home-v2-logos-vid .white-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-color: white; }

.home-v2-services {
  position: relative;
  padding-bottom: 8rem; }

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem; }
  .bar.white-bar {
    background-color: white; }

.home-v2-retreat {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  .home-v2-retreat .cream-block {
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 9rem; }

.home-v2-retreat-img.no-pad {
  z-index: 2; }

.home-v2-partners {
  position: relative; }
  .home-v2-partners .white-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: white; }

.home-v2-video-2 {
  z-index: 2; }

/***

  Book

***/
.book-hero h1 {
  color: #b83000;
  text-transform: uppercase; }

.book-special .copy-contain {
  text-align: center; }

.book-desc h2 {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto; }

.book-where-to-buy a {
  color: #f2e0d1;
  font-size: 1.333rem;
  display: inline-block;
  margin-left: .333rem;
  margin-right: .3333rem; }
  .book-where-to-buy a:hover, .book-where-to-buy a:visited {
    color: white; }

.book-promo-copy-contain {
  padding-left: 2rem;
  padding-right: 2rem; }

/****

  About

***/
.about-top-copy h2 {
  margin-top: 0; }

.services-bottom-copy img {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

/***

  Services

***/
.services-bottom-copy h2 {
  margin-top: 0; }

/***

  flickity

***/
.flickity-page-dots {
  line-height: 1.4; }

.flickity-page-dots .dot {
  background: #b83000; }

/*** 

  Hero Header 

***/
.hero-col img {
  width: 100%;
  max-width: 59rem; }

/***

  Inside 

***/
.about-top-copy h2 {
  text-align: center;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto; }

/***

  About

***/
.booking {
  margin-top: 4rem;
  background: #f2e0d1;
  text-align: center; }

/***

  Praises

***/
.fb-left {
  text-align: center;
  padding-right: 4rem; }

.feedback-item {
  padding-bottom: 4rem; }

/***

  Events

***/
.event-titles {
  text-align: center; }
  .event-titles h1 {
    margin-bottom: 0; }
  .event-titles h2 {
    margin-bottom: 1.5rem; }

.event-left {
  padding-right: 4rem; }

.past-event-item {
  padding: 0 2rem 2rem; }
  .past-event-item h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.333rem; }
  .past-event-item p {
    margin: 0;
    margin-top: .5rem; }

/***

  Artistic Work

****/
.artistic-copy img {
  border: 6px solid white; }

/***

  Blog

***/
article.home-blog-slide.blog-article-tease {
  margin-bottom: 3rem; }

.blog-tease-copy {
  padding-left: 4rem; }
  .blog-tease-copy h2 {
    margin: 0; }

.blog-tease-img img {
  width: 100%; }

.blog .hero-col, .blog-post-single .hero-col {
  text-align: center; }
  .blog .hero-col img, .blog-post-single .hero-col img {
    max-height: 60rem;
    width: auto; }

/***

  Shop

***/
h2.price {
  color: #b83000; }
  h2.price a {
    color: #b83000; }

.shop-item {
  padding: 2rem;
  text-align: center; }
  .shop-item h2 {
    font-size: 1.5rem;
    margin-bottom: 0; }

/***

  Contact

***/
.contact-form {
  padding-right: 4rem; }
  .contact-form input[type="submit"] {
    margin-top: 0; }

.contact-form label {
  font-family: "FreightSansProMedium-Regular";
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: .333rem; }

.contact-info .red-icon {
  color: #b83000;
  display: inline-block;
  width: 1.6rem; }
.contact-info .svg-inline--fa {
  fill: #b83000; }
.contact-info h2 {
  margin-bottom: 1rem; }
.contact-info p {
  margin-bottom: .5rem;
  margin-top: 0; }

/***

  Press

***/
.press-item {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem; }
  .press-item p {
    text-align: center;
    margin: 0; }

.press-img {
  position: relative;
  background-size: contain;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center; }
  .press-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.7777777778%; }
  .press-img > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/***

  Side Menu

***/
/***

  Side Menu 

***/
.side-menu {
  background: #b83000;
  padding: 4rem 3rem 3rem 3rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  height: 100vh;
  width: 25%;
  max-width: 40rem;
  min-width: 14rem;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
  right: -25%;
  overflow-y: scroll; }
  .side-menu.open {
    z-index: 9;
    opacity: 1;
    right: 0; }
  .side-menu ul {
    margin: 0;
    padding: 0; }
  .side-menu li {
    list-style: none;
    margin-bottom: 1rem; }
    .side-menu li a {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem; }

.side-social {
  padding-top: 2rem;
  text-align: center; }
  .side-social a {
    color: white;
    display: inline-block;
    padding: .5rem; }

span.side-menu-closer {
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 2rem; }
  span.side-menu-closer:hover {
    cursor: pointer; }

/***

  Forms

***/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  width: 100%;
  padding: .666rem;
  margin-bottom: 1.666rem; }

/***

  Footer

***/
.insta-handle a {
  font-size: 1.2rem;
  letter-spacing: 2px; }

.insta-labels a {
  display: inline-block;
  margin-left: 1rem; }

div#sb_instagram {
  margin-top: 1rem; }

.insta-icons {
  text-align: right; }

.colophon {
  background-color: #b83000;
  font-size: 0; }

.footer-side {
  padding: 3rem 2rem;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  width: 40%;
  color: #fff; }
  .footer-side ul {
    margin: 0;
    padding: 0; }
    .footer-side ul li {
      margin: 0;
      list-style: none;
      margin-left: 1rem; }
      .footer-side ul li:first-child {
        margin-left: 0; }
  .footer-side a {
    color: #fff; }

.footer-logo {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  padding-top: 3rem;
  width: 20%; }
  .footer-logo img {
    max-width: 8rem; }

.footer-message p {
  font-size: .9rem; }

.footer-menu ul li {
  display: inline-block; }
  .footer-menu ul li a {
    text-decoration: none;
    text-transform: uppercase; }

/*** 

  media queries

***/
@media all and (max-width: 1024px) {
  .home-v2-logos-vid .white-bar {
    display: none; }

  .home-copy-contain {
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem; }

  .copy-contain-left {
    padding-right: 0;
    margin-right: auto; }

  .copy-contain-right {
    padding-left: 0;
    margin-left: auto; }

  .promo-copy, .home-event-image {
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .site-header-right {
    float: right; }

  .site-header-left {
    width: 70%;
    max-width: 20rem; }

  .site-header-center {
    display: none; }

  .side-menu.open {
    width: 50%;
    max-width: 50%; }

  .blog-tease-img {
    text-align: center; }
    .blog-tease-img img {
      max-width: 60%; }

  .two-col ul {
    column-count: 1;
    column-gap: 0; } }
#footer-sm {
  display: none; }

@media all and (max-width: 767px) {
  h1 {
    font-size: 2.666rem; }

  .side-menu.open {
    width: 90%;
    max-width: 90%; }

  .testimonial-slide h2 {
    margin-top: 0;
    font-size: 1.6rem; }

  #footer-lg {
    display: none; }

  #footer-sm {
    display: block; }
    #footer-sm .footer-logo {
      width: 100%; }
      #footer-sm .footer-logo img {
        max-width: 10rem; }
    #footer-sm .footer-side {
      width: 100%; }
      #footer-sm .footer-side ul li {
        display: block;
        margin-left: 0; }
    #footer-sm .footer-side-left {
      padding-bottom: 0;
      text-align: center; }
    #footer-sm .footer-side-right {
      margin-top: 0;
      padding-top: 0; }

  /** home v2 **/
  .home-book-promo {
    text-align: center;
    padding-bottom: 3rem; }

  .home-v2-about {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem; }

  .home-v2-retreat .cream-block {
    display: none; }

  .home-v2-retreat {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
@media all and (min-width: 767px) {
  .shop-inside-img {
    padding-right: 4rem; } }

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