@font-face {
  font-family: 'LuckyFellas';
  src: url("../fonts/Bellissimo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Bellissimo-Regular.otf") format("opentype"), url("../fonts/Bellissimo-Regular.woff") format("woff"), url("../fonts/Bellissimo-Regular.ttf") format("truetype"), url("../fonts/Bellissimo-Regular.svg#Bellissimo-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

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

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

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: 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 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
/*! Flickity v2.0.5
http://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; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

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

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

.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:disabled {
  opacity: 0.3;
  cursor: auto; }

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

.flickity-prev-next-button .arrow {
  fill: #333; }

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

body {
  color: #000;
  font-family: "Open Sans", sans-serif; }

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

	typography

************/
h1 {
  font-size: 4rem;
  font-weight: 100;
  margin-top: 1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem; }

h2 {
  color: #176535;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 4px; }

h3 {
  font-weight: 100;
  font-size: 2rem;
  letter-spacing: 1px; }

h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 600; }

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600; }

p {
  line-height: 1.9;
  font-size: 1.1rem; }

li {
  line-height: 1.9; }

a {
  color: #176535; }
  a:visited {
    color: #176535; }
  a:hover {
    color: #176535; }

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

	structure

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

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

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

	utilities

**************/
.split-section {
  background: #f3f3f3;
  padding-top: 0;
  padding-bottom: 0; }
  .split-section .split-copy-contain {
    max-width: 41rem;
    padding-right: 2rem; }
    .split-section .split-copy-contain p {
      font-size: 1.4rem;
      line-height: 1.8; }
    .split-section .split-copy-contain span.meta {
      font-size: 1rem;
      font-style: italic; }
  .split-section .split-image img {
    width: 100%; }

.boost-text p {
  font-size: 1.4rem; }

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

a.cta {
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
  padding: .5rem 1.6rem;
  border: 1px solid #176535;
  color: black;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
  a.cta:hover {
    background: #176535;
    color: #fff; }
  a.cta.cta-ghost {
    border-color: white;
    color: #fff; }
    a.cta.cta-ghost:hover {
      background: #fff;
      color: #176535; }
  a.cta.cta-solid-green {
    background: #176535;
    color: #fff;
    font-size: .95rem; }
    a.cta.cta-solid-green:hover {
      background: #fff;
      color: #176535; }

.top-title-section {
  text-align: center; }
  .top-title-section .tt-copy p {
    font-size: 1.6rem;
    font-weight: 100;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto; }

.full-img-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .full-img-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%; }
  .full-img-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.gold-bar {
  width: 100%;
  height: 4px;
  background-image: url(/wp-content/themes/positivity/images/GOLD_BORDER.jpg); }

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

	header

************/
.primary-nav ul {
  margin: 0 auto;
  padding-left: 0; }
  .primary-nav ul li {
    display: inline-block;
    padding-left: .5rem; }
    .primary-nav ul li:first-child {
      padding-left: 0; }
    .primary-nav ul li a {
      text-decoration: none;
      display: inline-block;
      color: black;
      text-transform: uppercase;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.666rem 0;
      -webkit-transition: color .5s ease;
      -moz-transition: color .5s ease;
      -ms-transition: color .5s ease;
      transition: color .5s ease; }
      .primary-nav ul li a:hover {
        color: #176535; }
    .primary-nav ul li.social {
      padding-left: .4rem; }
      .primary-nav ul li.social a {
        color: #176535; }
        .primary-nav ul li.social a:hover {
          color: black; }
.primary-nav .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0; }
  .primary-nav .sub-menu li, .primary-nav .sub-menu li:first-child {
    background: #176535;
    display: block;
    padding: .25rem 2rem .25rem .5rem; }
    .primary-nav .sub-menu li a, .primary-nav .sub-menu li:first-child a {
      color: #fff;
      padding: 0; }
      .primary-nav .sub-menu li a:hover, .primary-nav .sub-menu li:first-child a:hover {
        color: #d5e8ba; }

.logo-col a {
  display: inline-block;
  width: 100%; }
.logo-col img {
  width: 100%;
  max-width: 18rem; }

.split-copy {
  padding-left: 4rem; }

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

	home

*************/
section.home-hero {
  background-size: cover;
  padding-top: 0;
  text-align: center;
  padding-bottom: 6rem; }
  section.home-hero h1 {
    font-family: "LuckyFellas";
    font-size: 8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3rem; }
  section.home-hero img {
    width: 80%;
    max-width: 17rem;
    margin-top: -2px; }
  section.home-hero p {
    margin-top: 0; }

.home-intro {
  text-align: center; }
  .home-intro p {
    font-size: 2rem;
    line-height: 1.6; }

.row.help-row {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto; }

section.home-event-section {
  background: #f3f3f3;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #176535; }
  section.home-event-section .slide-item {
    width: 100%; }

.home-support {
  border-top: 1px solid #176535;
  margin-top: -5px;
  background: white;
  z-index: 4;
  position: relative; }
  .home-support .row {
    padding-top: 3rem; }

.about-video-section {
  text-align: center;
  border-bottom: 1px solid #176535; }

.he-slide-copy h3 {
  margin-top: -.4rem;
  margin-bottom: 0;
  font-size: 1.7rem; }

.home-event-section h2 {
  padding-bottom: 1.4rem; }

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

	about

************/
.what-matters-section h2 {
  text-align: center; }

.matters-ltr {
  color: #176535;
  font-size: 3rem;
  text-align: center; }

.matters-copy p {
  font-size: 1.2rem;
  line-height: 1.6; }

.why-image-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .why-image-section:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%; }
  .why-image-section > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.founder-image-col {
  text-align: center; }
  .founder-image-col img {
    width: 100%;
    margin-bottom: 1rem; }

.associate-copy-section {
  text-align: center; }

span.assoc-bucket-number {
  color: #176535;
  font-size: 2rem;
  text-align: center; }

.assoc-bucket-item {
  padding-bottom: 3rem; }

.faq-icon-minus {
  display: none; }

span.faq-icon {
  position: absolute;
  right: 0;
  height: 100%;
  background: #176535;
  color: #fff;
  top: 0;
  width: 2.4rem;
  text-align: center;
  padding-top: .4rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

.about-faq-section {
  background-color: #f3f3f3; }
  .about-faq-section h2 {
    text-align: center; }
  .about-faq-section h3 {
    position: relative;
    background: #fff;
    color: black;
    cursor: pointer;
    font-size: 1rem;
    padding: .5rem 4rem .5rem 1rem;
    font-weight: normal;
    border: 1px solid #176535;
    letter-spacing: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease; }
    .about-faq-section h3:hover {
      background: #176535;
      color: #fff; }

.founder-section {
  background: #f3f3f3; }

h3.ui-state-active span.faq-icon-plus {
  display: none; }
h3.ui-state-active span.faq-icon-minus {
  display: block; }

.academia-slide-item {
  width: 33%;
  padding: 0 3.333rem; }

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

	service

*************/
.service-hero-section {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.service-gallery-section {
  background-color: #f3f3f3;
  text-align: center; }
  .service-gallery-section p {
    text-align: left; }

section.service-download-section {
  text-align: center; }

.split-section.service-manifesto-section .split-copy-contain p {
  font-size: 1.6rem; }

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

	event

************/
.event-item {
  padding: 6rem 0; }
  .event-item h3.date {
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #176535;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0; }
  .event-item:nth-child(even) {
    background-color: #f3f3f3; }

.post-type-archive-event .top-title-section {
  padding-bottom: 0; }
  .post-type-archive-event .top-title-section h1 {
    margin-bottom: 0; }

.event-img-col {
  text-align: center; }
  .event-img-col img {
    border: 1px solid gray;
    margin-bottom: 1.3rem; }

/**********

	shop

***********/
.shop-item {
  padding-bottom: 4rem; }
  .shop-item h1 {
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: normal; }
  .shop-item img {
    border: 1px solid #176535; }

.contain.shop-inside-contain {
  max-width: 60rem; }

.single-shop h1 {
  text-align: center; }

.shop-hero-image img {
  width: 100%; }

.single-shop img {
  border: 1px solid gray; }
.single-shop .shop-inside-copy-col {
  padding-left: 4rem; }
  .single-shop .shop-inside-copy-col h2 {
    margin-top: 0; }
.single-shop .shop-inside-row {
  padding-top: 4rem;
  padding-bottom: 4rem; }

/*********

	Press

**********/
.press-title-section {
  padding-bottom: 0;
  text-align: center; }
  .press-title-section p {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: 100; }

.press-brand-section {
  border-top: 1px solid gray;
  text-align: center; }

.brand-item {
  width: 25%;
  padding: .5rem 1rem; }

.press-print-section {
  text-align: center;
  background: #f3f3f3; }
  .press-print-section img {
    border: 1px solid gray; }

/**********

	resources

**********/
.resource-cat-item {
  text-align: center;
  padding-bottom: 6rem; }

.page-template-page-resources-single-txt-tpl .top-title-section {
  padding-bottom: 0; }
.page-template-page-resources-single-txt-tpl .resource-cat-item p {
  margin: 0; }

.res-cat-img {
  display: block; }
  .res-cat-img img {
    border: 1px solid #176535;
    max-height: 300px; }

.res-cat-title {
  display: block;
  padding-top: 1rem; }

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

	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%;
  border: 1px solid #176535;
  margin-bottom: 1rem;
  padding: .5rem; }

input[type="submit"] {
  width: 33.3%;
  min-width: 160px;
  background: #176535;
  border: 1px solid #176535;
  color: #fff;
  padding: .5rem;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }
  input[type="submit"]:hover {
    background: #fff;
    color: #176535; }

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

	footer

**************/
.mail-list-section {
  background-color: #f3f3f3;
  text-align: center; }
  .mail-list-section h3 {
    margin-top: -.5rem; }

div#mc_embed_signup {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }

.colophon {
  background: #176535;
  color: #fff;
  padding: 6rem 0; }
  .colophon h2 {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 3px; }
  .colophon a {
    color: #fff; }
  .colophon .footer-bucket {
    text-align: center; }
    .colophon .footer-bucket p {
      font-size: 1rem; }
  .colophon .footer-social a {
    display: inline-block;
    padding: .5rem;
    font-size: 1.4rem; }

.copyright {
  background: #d5e8ba;
  padding: 1rem 0;
  text-align: center; }
  .copyright p {
    margin: 0;
    font-weight: 600;
    font-size: .8rem; }
  .copyright a {
    color: black; }
    .copyright a:visited {
      color: black; }

.show-for-md {
  display: none; }

.sm-nav-trigger-col {
  text-align: right; }

a.sm-nav-trigger {
  font-size: 2rem; }

.sm-nav-section {
  display: none;
  background: #f3f3f3;
  text-align: center;
  padding-bottom: 4rem; }
  .sm-nav-section ul {
    margin: 0;
    padding: 0; }
    .sm-nav-section ul li {
      list-style: none;
      width: 100%; }
      .sm-nav-section ul li a {
        background: #f3f3f3;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.5rem;
        text-decoration: none;
        display: inline-block;
        padding: .5rem 1rem;
        height: 100%;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease; }
        .sm-nav-section ul li a:hover {
          background: #fff; }
      .sm-nav-section ul li.social {
        width: auto;
        display: inline-block; }

/*********

	Blog

**********/
.contain.blog-item-contain {
  max-width: 56rem; }

.comment-contain {
  display: none; }
  .comment-contain.open {
    display: block; }

.below-article {
  border-top: 2px solid #176535;
  padding: 2rem 0; }

.comment-trigger {
  float: right; }

.blog-item {
  padding-bottom: 6rem; }
  .blog-item .hero-img {
    text-align: center; }
  .blog-item h1.blog-title {
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0; }

.blog-meta-info {
  text-align: center;
  padding: .5rem 0 2.6rem; }

span.author {
  text-transform: uppercase;
  letter-spacing: 1px; }

span.blog-date {
  letter-spacing: 2px; }

span.blog-cat {
  text-transform: uppercase;
  letter-spacing: 1px; }

.blog-meta-info span {
  display: inline-block;
  padding: 0 .5rem; }

.blog-cat-nav {
  background: #F0F7E6;
  text-align: center;
  padding: 1.6rem; }
  .blog-cat-nav ul {
    margin: 0; }
    .blog-cat-nav ul li {
      margin: 0;
      display: inline-block;
      padding: 0 2rem;
      position: relative; }
      .blog-cat-nav ul li:first-child:before {
        content: ''; }
      .blog-cat-nav ul li:before {
        content: "\f111";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        position: absolute;
        font-size: .5rem;
        left: -6px;
        color: gray;
        z-index: 1;
        top: 7px; }
      .blog-cat-nav ul li a {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        display: inline-block; }

.pp-slider {
  position: relative;
  width: 100%; }

section.popular-posts-section {
  background: #f3f3f3;
  text-align: center; }

.pp-slide-item {
  width: 33.3%;
  padding: 2rem;
  text-align: center;
  background: #fff; }
  .pp-slide-item h2 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600; }

.pp-row {
  background: #fff; }

@media all and (max-width: 960px) {
  .pp-slide-item {
    width: 50%; } }
@media all and (max-width: 960px) {
  .pp-slide-item {
    width: 100%; }

  .blog-cat-nav {
    display: none; } }
#blog-wrap .blog-item:first-child {
  display: none; }

/**********

	mq

***********/
@media all and (min-width: 75rem) {
  .sm-nav-section {
    display: none !important; } }
@media all and (max-width: 75rem) {
  .hide-for-md {
    display: none; }

  .show-for-md {
    display: block; } }
@media all and (max-width: 48rem) {
  .split-copy-contain {
    padding-left: 2rem; } }
@media all and (max-width: 960px) {
  section.home-hero h1 {
    font-size: 4rem; }

  .home-intro p {
    font-size: 1.6rem; }

  .split-section .split-copy-contain p {
    font-size: 1.1rem; } }
@media all and (max-width: 767px) {
  .home-support img {
    padding-bottom: 1rem; } }

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