.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

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

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  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: 46rem;
  }

  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    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: 62em) {
  .container {
    width: 61rem;
  }

  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    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: 71rem;
  }

  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    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;
  }
}

.combo-select {
  position: relative;
  max-width: 400px;
  margin-bottom: 15px;
  font: 100% Helvetica, Arial, Sans-serif;
  border: 1px #ccc solid;
  border-radius: 3px;
}

.combo-select .combo-input {
  margin-bottom: 0;
}

.combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  padding-right: 60px;
  border-radius: 3px;
}

.combo-input:focus {
  outline: none;
}

.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  width: 40px;
  font-size: 12px;
  color: #999;
}

.combo-arrow:before {
  content: " ";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
}

.combo-open .combo-arrow {
  border-color: #51A7E8;
}

.combo-open .combo-arrow:before {
  border-top: none;
  border-bottom: 5px solid #cccccc;
}

.combo-focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  border-color: #51A7E8;
}

.combo-focus input {
  border-color: #51A7E8;
}

.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}

.option-selected {
  background-color: #eee;
}

.option-hover {
  background-color: #006eab;
  color: #fff;
}

.option-item {
  cursor: pointer;
  border-bottom: 1px #e3e3e3 solid;
}

.option-item:hover {
  background-color: #006eab;
  color: #fff;
}

.option-item:last-child {
  border-bottom: none;
}

.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0;
}

.option-disabled {
  opacity: 0.5;
}

.combo-dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 300px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  display: none;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.combo-dropdown li {
  list-style: none;
  padding: 8px 1em;
  margin: 0;
}

.combo-open .combo-dropdown {
  display: block;
}

.combo-marker {
  text-decoration: underline;
}

@font-face {
  font-family: 'Slip';
  src: url(../fonts/slip.ttf) format("truetype");
  font-weight: normal;
  text-transform: uppercase;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*.hidden {
  display: none !important;
}

:last-child {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

a {
  background-color: transparent;
}

a,
input,
button {
  -webkit-tap-highlight-color: fade(#000, 0%);
  -webkit-appearance: none;
}

a:focus,
button:focus {
  border: none;
  outline: 1px solid #318500;
  outline-offset: 2px;
}

a {
  color: #318500;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: inherit;
}

p a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #212121;
  display: inline-block;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
}

p a:hover,
p a.focus {
  color: #130834;
}

p a:hover:before,
p a.focus:before {
  background: #130834;
}

.link {
  color: #318500;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.link:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #318500;
  display: inline-block;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
}

.link.with-arrow:before {
  width: calc(100% - 26px);
}

.link.with-arrow:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url(../images/link-arrow.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.link:hover,
.link.focus {
  color: #130834;
}

.link:hover:before,
.link.focus:before {
  background: #130834;
}

.link:hover.with-arrow:after,
.link.focus.with-arrow:after {
  background: url(../images/link-arrow-hover.svg) 50% no-repeat;
  background-size: contain;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}

button:hover,
button:focus {
  outline: none !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  white-space: nowrap;
  padding: 0;
}

em {
  font-style: italic;
}

ins {
  text-decoration: none;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}

*+p,
*+ul,
*+ol,
*+dl,
*+blockquote,
*+pre,
*+address,
*+fieldset,
*+figure {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
  margin-top: 25px;
}

ul,
ol {
  padding-left: 20px;
}

ul>li>ul,
ul>li>ol,
ol>li>ul,
ol>li>ol {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
}

*+hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

pre {
  overflow: auto;
}

pre>code {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

.main {
  padding: 95px 0 0;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .main {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .main {
    padding-top: 50px;
  }
}

.wrapper {
  width: 90%;
  max-width: 1290px;
  margin: 0 auto;
}

section>.wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}

section>.wrapper:last-child>.wrapper {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  section>.wrapper {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  section>.wrapper {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.row {
  margin: 0;
}

div[class*="col-"] {
  padding: 0;
}

.section {
  position: relative;
  vertical-align: top;
}

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

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

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

.headline-container {
  margin-bottom: 3.75rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .headline-container {
    margin-bottom: 1.875rem;
  }
}

.centered-headline-container {
  max-width: 790px;
  margin: 0 auto 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .centered-headline-container {
    margin-bottom: 1.875rem;
  }
}

.centered-headline-container h2 {
  max-width: 610px;
  margin: 0 auto;
}

.centered-headline-container p {
  max-width: 720px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 1440px) and (min-width: 1px) {
  .wrapper {
    max-width: 1290px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .row>[class*="col-"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

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

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

body {
  color: #5A5A5A;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0;
  overflow-y: overlay;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

video::-webkit-media-controls {
  display: none !important;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Poppins",sans-serif;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 84px;
  line-height: 5.25rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

.hdr-lg,
.banner-section.contact-banner h1,
.page-template-template-homepage .column-section .hdr-lg,
.home .column-section .hdr-lg,
.page-template-template-contact .locations-section .headline-container h2,
.page-template-template-grocery .split-image-content-section h2,
.page-template-template-services-products .split-image-content-section h2 {
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 84px;
  line-height: 5.25rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .hdr-lg,
  .banner-section.contact-banner h1,
  .page-template-template-homepage .column-section .hdr-lg,
  .home .column-section .hdr-lg,
  .page-template-template-contact .locations-section .headline-container h2,
  .page-template-template-grocery .split-image-content-section h2,
  .page-template-template-services-products .split-image-content-section h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

.hdr-lg--sm,
.banner-section.contact-banner h1,
.page-template-template-homepage .column-section .hdr-lg,
.home .column-section .hdr-lg,
.page-template-template-contact .locations-section .headline-container h2,
.page-template-template-grocery .split-image-content-section h2,
.page-template-template-services-products .split-image-content-section h2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .hdr-lg--sm,
  .banner-section.contact-banner h1,
  .page-template-template-homepage .column-section .hdr-lg,
  .home .column-section .hdr-lg,
  .page-template-template-contact .locations-section .headline-container h2,
  .page-template-template-grocery .split-image-content-section h2,
  .page-template-template-services-products .split-image-content-section h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 44px;
  line-height: 2.75rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.hdr-md {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 44px;
  line-height: 2.75rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .hdr-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.hdr-sm {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .hdr-sm {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.callout {
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-weight: 600;
  letter-spacing: .1875rem;
  text-transform: uppercase;
}

.screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
}

.button {
  position: relative;
  display: inline-block;
  padding: 11px 24px;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .button {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding: 11px 12px;
  }
}

.button:hover,
.button.focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .button {
    width: 100%;
  }
}

.button.primary {
  background: #318500;
  border: 2px solid #318500;
  color: #fff;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.button.primary:hover,
.button.primary.focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.button.secondary {
  background: #fff;
  border: 2px solid #318500;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.button.secondary:hover,
.button.secondary.focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.form-wrapper {
  margin: 20px auto;
  padding: 40px 0;
  text-align: left;
}

.form-wrapper h1 {
  margin: 0 0 20px 0;
}

optgroup {
  font: inherit;
  font-weight: bold;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #212121;
}

input::-moz-placeholder {
  opacity: 1;
  color: #212121;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #212121;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-ms-clear {
  display: none;
}

form>:last-child {
  margin-bottom: 0;
}

select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="zip"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
  border-radius: 0;
  color: #5A5A5A;
  font-family: "Poppins",sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-transform: initial;
  padding: .9375rem .9375rem !important;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  select,
  textarea,
  input:not([type]),
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="zip"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: .9375rem !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  select,
  textarea,
  input:not([type]),
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="zip"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    padding: .625rem .875rem !important;
  }
}

[class*="col-"]>select,
[class*="col-"]>textarea,
[class*="col-"]>input:not([type]),
[class*="col-"]>input[type="text"],
[class*="col-"]>input[type="password"],
[class*="col-"]>input[type="datetime"],
[class*="col-"]>input[type="datetime-local"],
[class*="col-"]>input[type="date"],
[class*="col-"]>input[type="month"],
[class*="col-"]>input[type="time"],
[class*="col-"]>input[type="week"],
[class*="col-"]>input[type="number"],
[class*="col-"]>input[type="zip"],
[class*="col-"]>input[type="email"],
[class*="col-"]>input[type="url"],
[class*="col-"]>input[type="search"],
[class*="col-"]>input[type="tel"],
[class*="col-"]>input[type="color"] {
  width: 100%;
  display: block;
}

select:focus,
select.focus,
textarea:focus,
textarea.focus,
input:not([type]):focus,
input:not([type]).focus,
input[type="text"]:focus,
input[type="text"].focus,
input[type="password"]:focus,
input[type="password"].focus,
input[type="datetime"]:focus,
input[type="datetime"].focus,
input[type="datetime-local"]:focus,
input[type="datetime-local"].focus,
input[type="date"]:focus,
input[type="date"].focus,
input[type="month"]:focus,
input[type="month"].focus,
input[type="time"]:focus,
input[type="time"].focus,
input[type="week"]:focus,
input[type="week"].focus,
input[type="number"]:focus,
input[type="number"].focus,
input[type="zip"]:focus,
input[type="zip"].focus,
input[type="email"]:focus,
input[type="email"].focus,
input[type="url"]:focus,
input[type="url"].focus,
input[type="search"]:focus,
input[type="search"].focus,
input[type="tel"]:focus,
input[type="tel"].focus,
input[type="color"]:focus,
input[type="color"].focus {
  border-color: #318500;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block;
  -webkit-appearance: none;
}

input[type='checkbox'] {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: .1875rem;
  cursor: pointer;
  margin: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}

input[type='checkbox']+label {
  position: relative;
  z-index: 0;
}

input[type='checkbox']+label:before {
  content: '';
  width: 1.25rem;
  height: .9375rem;
  background: url(../images/checkmark.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: .125rem;
  left: -2rem;
  z-index: 1;
}

input[type='checkbox']+label:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: .0625rem solid rgba(19,20,21,0.1);
  display: inline-block;
  position: absolute;
  top: .125rem;
  left: -2.125rem;
  z-index: 0;
}

input[type='checkbox']:focus {
  outline: none;
}

input[type='checkbox']:checked+label:before {
  opacity: 1;
}

input[type='radio'] {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}

input[type='radio']+label {
  position: relative;
  z-index: 0;
}

input[type='radio']+label:before {
  content: '';
  width: .75rem;
  height: .75rem;
  background: #318500;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: .3125rem;
  left: -1.9375rem;
  z-index: 1;
}

input[type='radio']+label:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border: .0625rem solid rgba(19,20,21,0.1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: .125rem;
  left: -2.125rem;
  z-index: 0;
}

input[type='radio']:focus {
  outline: none;
}

input[type='radio']:checked+label:before {
  opacity: 1;
}

legend {
  width: 100%;
  border: 0;
  padding: 0;
}

legend:after {
  content: "";
  display: block;
  width: 100%;
}

.ginput_container {
  position: relative;
}

.ginput_container>* {
  position: relative;
}

label:not(.gfield_label_before_complex),
.gfield_description,
input+label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  padding-top: 0 !important;
  padding-left: 15px !important;
  white-space: nowrap;
  overflow: visible;
  color: #5A5A5A;
  font-family: "Poppins",sans-serif;
  font-size: 1rem !important;
  text-transform: initial;
  text-align: right;
  font-weight: 400 !important;
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  label:not(.gfield_label_before_complex),
  .gfield_description,
  input+label {
    font-size: .9375rem !important;
  }
}

.input-wrapper {
  display: block;
  position: relative;
}

@-webkit-keyframes label-anim {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 11px);
    opacity: 1;
  }
}

@-o-keyframes label-anim {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 11px);
    opacity: 1;
  }
}

@keyframes label-anim {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 11px);
    opacity: 1;
  }
}

@-webkit-keyframes label-anim-mb {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 9px);
  }
}

@-o-keyframes label-anim-mb {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 9px);
  }
}

@keyframes label-anim-mb {
  0% {
    top: 50%;
    opacity: 0;
  }

  50% {
    top: 80%;
    opacity: 0;
  }

  100% {
    top: calc(100% + 9px);
  }
}

input:focus+label,
input:focus+.label,
input:focus+.gfield_description,
label.changed {
  font-weight: 400 !important;
  width: 100%;
  font-size: .9375rem;
  -webkit-animation: label-anim .2s ease forwards;
       -o-animation: label-anim .2s ease forwards;
          animation: label-anim .2s ease forwards;
}

@media (max-width: 568px) {
  input:focus+label,
  input:focus+.label,
  input:focus+.gfield_description,
  label.changed {
    -webkit-animation: label-anim-mb .2s ease forwards;
         -o-animation: label-anim-mb .2s ease forwards;
            animation: label-anim-mb .2s ease forwards;
  }
}

input.changed+label,
input.changed+.label,
input.changed+.gfield_description {
  font-weight: 400 !important;
  width: 100%;
  font-size: .9375rem;
  -webkit-animation: label-anim .2s ease forwards;
       -o-animation: label-anim .2s ease forwards;
          animation: label-anim .2s ease forwards;
}

@media (max-width: 568px) {
  input.changed+label,
  input.changed+.label,
  input.changed+.gfield_description {
    -webkit-animation: label-anim-mb .2s ease forwards;
         -o-animation: label-anim-mb .2s ease forwards;
            animation: label-anim-mb .2s ease forwards;
  }
}

input[type='submit'],
input[type='file'] {
  background: #318500;
  border-radius: 0;
  border: 2px solid #318500;
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  display: inline-block;
  padding: 11px 24px;
  position: relative;
  text-align: center;
  text-transform: initial;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  input[type='submit'],
  input[type='file'] {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 5px 12px;
  }
}

input[type='submit']:hover,
input[type='submit'].focus,
input[type='file']:hover,
input[type='file'].focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  cursor: pointer;
}

input[type='submit']:focus,
input[type='file']:focus {
  outline: none;
}

textarea,
select[multiple],
select[size] {
  height: auto;
}

.edd-root {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  color: #5A5A5A;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-transform: initial;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.edd-root .edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0;
  pointer-events: none;
}

.edd-root .edd-head {
  padding: .9375rem;
}

.edd-root .edd-option {
  padding: .625rem;
  cursor: pointer;
}

.edd-root .edd-option:hover,
.edd-root .edd-option:focus,
.edd-root .edd-option.edd-option-focused {
  text-decoration: underline;
}

.edd-root .edd-arrow {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.edd-root .edd-arrow:after {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #318500;
  border-right: 2px solid #318500;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.edd-root .edd-items-list {
  overflow: auto;
  max-height: 0;
  -webkit-overflow-scrolling: touch;
}

.edd-root-open .edd-head {
  border-bottom: 1px solid #5A5A5A;
}

.edd-root-open .edd-arrow:after {
  top: 1.375rem;
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
}

.gform_wrapper ul {
  list-style: none;
  padding: 0;
}

.gform_wrapper ul li {
  margin-top: 1.875rem;
}

.gform_wrapper ul li:first-child {
  margin-top: 0;
}

.gform_wrapper .gfield {
  position: relative;
}

.gform_wrapper .name_first,
.gform_wrapper .name_last,
.gform_wrapper .ginput_left,
.gform_wrapper .ginput_right {
  width: calc(50% - 11px);
  display: inline-block;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .gform_wrapper .name_first,
  .gform_wrapper .name_last,
  .gform_wrapper .ginput_left,
  .gform_wrapper .ginput_right {
    width: 100%;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gform_wrapper .name_last,
.gform_wrapper .ginput_right {
  margin-left: 1rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .gform_wrapper .name_last,
  .gform_wrapper .ginput_right {
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
  width: calc(50% - 4px);
  display: inline-block;
  padding-right: .625rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half {
    width: 100%;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.gform_wrapper .gf_left_half {
  padding-right: .625rem;
}

.gform_wrapper .gf_right_half {
  padding-left: .625rem;
}

.gform_wrapper .headline-separator {
  width: 100%;
  border-bottom: .0625rem solid #5A5A5A;
}

.gform_wrapper .headline-separator p {
  margin-top: 0;
  padding-bottom: 1.125rem;
  text-align: left !important;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .gform_wrapper .gfield_checkbox,
  .gform_wrapper .gfield_radio {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .9375rem;
  position: relative;
}

.gform_wrapper .gfield_checkbox li:nth-child(1),
.gform_wrapper .gfield_radio li:nth-child(1) {
  margin-top: 0;
}

.gform_wrapper .ginput_container_fileupload input[type='file'] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.gform_wrapper .ginput_container_fileupload+.button {
  border-radius: .25rem;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .gform_wrapper .ginput_container_fileupload+.button {
    width: auto !important;
  }
}

.gform_wrapper .file-name {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-left: 1.25rem;
}

.gform_wrapper .ginput_container_date {
  position: relative;
}

.gform_wrapper .ginput_container_date:after {
  content: '';
  width: .0625rem;
  height: 100%;
  background: #5A5A5A;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2.625rem;
}

.gform_wrapper .ginput_container_date input {
  padding-right: 2.625rem;
}

.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  width: 1.5rem;
  height: auto;
  position: absolute;
  top: .625rem;
  right: .5625rem;
}

.gform_wrapper .ginput_container_address .ginput_full {
  display: block;
}

.gform_wrapper .ginput_container_address>span {
  margin-top: .9375rem;
}

.gform_wrapper .ginput_container_address>span:first-child {
  margin-top: 0;
}

.gform_wrapper .screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

#mc_embed_signup {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
}

#mc_embed_signup form {
  padding: 0;
}

#mc_embed_signup div#mce-responses {
  position: absolute;
  top: 115%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  #mc_embed_signup div#mce-responses {
    top: 106%;
  }
}

@media (max-width: 568px) {
  #mc_embed_signup div#mce-responses {
    top: 120%;
  }
}

#mc_embed_signup div#mce-responses #mce-success-response,
#mc_embed_signup div#mce-responses #mce-error-response {
  top: 0;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

#mc_embed_signup .mc-field-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 568px) {
  #mc_embed_signup .mc-field-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#mc_embed_signup .mc-field-group label {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 568px) {
  #mc_embed_signup .mc-field-group label {
    left: 10px;
  }
}

#mc_embed_signup .mc-field-group label:after {
  content: '';
  background-image: url(../images/email-svg.svg);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 14px;
}

#mc_embed_signup .mc-field-group input[type="email"] {
  height: 100%;
  min-height: 100%;
  text-indent: 40px;
  background-color: #fff;
  color: #212121;
  border: none;
  border-radius: 0;
  border: 2px solid #fff;
  padding: .5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media (max-width: 568px) {
  #mc_embed_signup .mc-field-group input[type="email"] {
    text-indent: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#mc_embed_signup .mc-field-group input[type="email"]::-webkit-input-placeholder {
  color: #5A5A5A;
}

#mc_embed_signup .mc-field-group input[type="email"]::-moz-placeholder {
  color: #5A5A5A;
}

#mc_embed_signup .mc-field-group input[type="email"]::-ms-input-placeholder {
  color: #5A5A5A;
}

#mc_embed_signup .mc-field-group input[type="email"]::placeholder {
  color: #5A5A5A;
}

#mc_embed_signup .mc-field-group input[type="email"]:focus {
  outline: 1px solid #318500;
}

#mc_embed_signup input.button {
  height: auto;
  outline: none;
  background-color: #318500;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-transform: initial;
  padding: 10px 14px;
  margin: 0;
  border-radius: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

@media (max-width: 568px) {
  #mc_embed_signup input.button {
    width: 100%;
    margin: 15px auto 0;
    padding: 13px 14px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

#mc_embed_signup input.button:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #318500;
}

#mc_embed_signup input.button:focus {
  outline: 1px solid #318500 !important;
  outline-offset: 2px;
}

#mc_embed_signup div.mce_inline_error {
  position: absolute;
  font-family: "Poppins",sans-serif;
}

#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

@media (max-width: 568px) {
  #mc_embed_signup_scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.clear {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 568px) {
  .clear {
    width: 100%;
    margin: 0 auto;
  }
}

.skiplinks {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  background-color: #212121;
  -webkit-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  z-index: 100;
}

.skiplinks.show {
  top: 0;
}

.skiplinks h2 {
  margin: 0 20px;
  text-transform: uppercase;
}

.skiplinks h2,
.skiplinks ul {
  display: inline-block;
}

.skiplinks ul {
  margin: 0;
  padding: 0;
}

.skiplinks li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}

.skiplinks a {
  color: #fff;
}

.skiplinks a:hover {
  text-decoration: underline;
}

.skiplinks a:focus {
  outline: 1px solid rgba(255,255,255,0.5);
  outline-offset: 2px;
}

header.header {
  width: 100%;
  background: #fff;
  color: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 0;
  position: fixed;
  z-index: 101;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header.header {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header {
    padding: 11px 0;
  }
}

header.header .header__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

header.header .wrapper {
  width: 90%;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

header.header .logo {
  display: inline-block;
  position: relative;
  width: 34%;
}

header.header .logo:hover,
header.header .logo.focus {
  outline: 1px solid #fff;
}

header.header .logo img {
  display: block;
  width: auto;
  max-height: 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .logo img {
    max-height: 28px;
  }
}

header.header .logo span {
  width: 100%;
  height: 100%;
  font-size: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header.header .download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33%;
  white-space: nowrap;
}

header.header .download>span {
  font-family: "Poppins",sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #318500;
  letter-spacing: 0;
  line-height: 1.5rem;
  position: relative;
  margin-right: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header.header .download>span {
    display: none;
  }
}

header.header .download__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 0 0 10px;
  padding: 10px 0 0 0;
  background-color: #F3F3F3;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .download__icon {
    width: 29px;
    height: 29px;
    padding: 5px 0 0 0;
  }
}

header.header .download__icon--google {
  padding-left: 4px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .download__icon--google {
    padding-top: 6px;
    padding-left: 2px;
  }
}

header.header .download__icon>img {
  display: block;
  width: auto;
  height: 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .download__icon>img {
    height: 17px;
  }
}

header.header .hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 33%;
}

header.header .hamburger span {
  font-family: "Poppins",sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #318500;
  letter-spacing: 0;
  line-height: 1.5rem;
  position: relative;
}

header.header .hamburger .close-label {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header.header .hamburger .label {
    display: none;
  }
}

header.header .hamburger .hamburger-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 27px;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header.header .hamburger .hamburger-icon {
    width: 30px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .hamburger .hamburger-icon {
    width: 28px;
    height: 17px;
  }
}

header.header .hamburger .hamburger-icon:before {
  content: '';
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -o-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  height: 5px;
  background: #212121;
  display: inline-block;
  -webkit-transition: top .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: top .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -o-transition: top .1s ease-in-out, -o-transform .1s ease-in-out;
  transition: transform .1s ease-in-out, top .1s ease-in-out;
  transition: transform .1s ease-in-out, top .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .hamburger .hamburger-icon:before {
    height: 3px;
  }
}

header.header .hamburger .hamburger-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -o-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  height: 5px;
  background: #212121;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .hamburger .hamburger-icon span {
    height: 3px;
  }
}

header.header .hamburger .hamburger-icon:after {
  content: '';
  position: absolute;
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -o-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  height: 5px;
  background: #212121;
  display: inline-block;
  -webkit-transition: top .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: top .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -o-transition: top .1s ease-in-out, -o-transform .1s ease-in-out;
  transition: transform .1s ease-in-out, top .1s ease-in-out;
  transition: transform .1s ease-in-out, top .1s ease-in-out, -webkit-transform .1s ease-in-out, -o-transform .1s ease-in-out;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .hamburger .hamburger-icon:after {
    height: 3px;
  }
}

header.header .hamburger.active .label {
  display: none;
}

header.header .hamburger.active .label.close-label {
  display: inline-block;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header.header .hamburger.active .label.close-label {
    display: none;
  }
}

header.header .hamburger.active .hamburger-icon:before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

header.header .hamburger.active .hamburger-icon span {
  display: none;
}

header.header .hamburger.active .hamburger-icon:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.topnav {
  display: none;
  overflow: auto;
  position: absolute;
  top: calc(100% + 23px);
  left: -10%;
  width: 120%;
  height: calc(100vh - 96px);
  background: #318500;
  overflow-y: scroll;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .topnav {
    top: calc(100% + 20px);
    height: calc(100vh - 89px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav {
    top: calc(100% + 11px);
    height: calc(100vh - 49px);
  }
}

.topnav.show {
  display: block;
}

.topnav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 75%;
  max-width: 1290px;
  margin: 5vh auto 0;
  padding: 10vh 0;
  border-top-left-radius: 50px;
  background: #fff;
}

@media (max-width: 568px) {
  .topnav>ul {
    padding: 6vh 0;
  }
}

.topnav>ul>li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  margin: 32px 7%;
  text-align: center;
}

.topnav>ul>li:nth-of-type(odd) {
  margin-right: 3%;
}

.topnav>ul>li:nth-of-type(even) {
  margin-left: 3%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .topnav>ul>li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    margin: 32px 4%;
  }

  .topnav>ul>li:nth-of-type(odd) {
    margin-right: 1%;
  }

  .topnav>ul>li:nth-of-type(even) {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav>ul>li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    width: 42%;
    margin: 28px 7%;
  }
}

@media (max-width: 568px) {
  .topnav>ul>li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    width: 85%;
    margin: 0 auto 32px;
  }

  .topnav>ul>li:last-of-type {
    margin-bottom: 0;
  }
}

.topnav>ul>li a {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 2.8125rem;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .topnav>ul>li a {
    margin: 0 13%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav>ul>li a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin: 0 10%;
  }
}

@media (max-width: 568px) {
  .topnav>ul>li a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 33px;
    line-height: 2.0625rem;
    margin: 0;
  }
}

.topnav>ul>li a:before {
  content: '';
  display: none;
  position: absolute;
  left: -68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 49px;
  height: 59px;
  background-image: url("/images/nav-indicator@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav>ul>li a:before {
    left: -58px;
    width: 39px;
    height: 49px;
  }
}

@media (max-width: 568px) {
  .topnav>ul>li a:before {
    left: -48px;
    width: 29px;
    height: 36px;
  }
}

.topnav>ul>li a:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 5px;
  background: #A7CE38;
}

@media (max-width: 568px) {
  .topnav>ul>li a:after {
    bottom: -9px;
    height: 3px;
  }
}

.topnav>ul>li a:hover:before,
.topnav>ul>li a:hover:after,
.topnav>ul>li a.focus:before,
.topnav>ul>li a.focus:after {
  display: block;
}

.topnav>ul>li.current-menu-item a:before,
.topnav>ul>li.current-menu-item a:after {
  display: block;
}

.topnav__salad {
  position: absolute;
  top: 55vh;
  left: 81%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 253px;
  height: auto;
}

@media (max-width: 1200px) {
  .topnav__salad {
    left: 83%;
    max-width: 233px;
  }
}

@media (max-width: 1025px) {
  .topnav__salad {
    display: none;
  }
}

.topnav__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  max-width: 1290px;
  min-height: 20vh;
  margin: 35px auto;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav__download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

.topnav__download span {
  color: #fff;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav__download span {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}

.topnav__download a {
  margin: 0 0 0 20px;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav__download a {
    margin: 0 10px;
  }
}

.topnav__download a:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.topnav__download img {
  width: auto;
  height: 43px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .topnav__download img {
    width: auto;
    height: 30px;
  }
}

.footer {
  background: #318500;
  padding: 0 0 32px;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer {
    padding: 0 0 15px;
  }
}

.footer .subscribe {
  display: block;
  width: 100%;
  background: #F3F3F3;
}

.footer .subscribe .mailchimp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 35px 0;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .subscribe .mailchimp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 25px 0 30px;
  }
}

.footer .subscribe .mailchimp .hdr-md {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
  color: #318500;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .subscribe .mailchimp .hdr-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}

.footer .subscribe .mailchimp #mc_embed_signup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  width: 52%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .subscribe .mailchimp #mc_embed_signup {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 520px;
    margin: 10px auto 0;
  }
}

@media (max-width: 568px) {
  .footer .subscribe .mailchimp #mc_embed_signup {
    margin-top: 15px;
  }
}

.footer .subscribe .mailchimp #mc_embed_signup form {
  padding: 0;
}

.footer .subscribe .mailchimp #mc_embed_signup div#mce-responses {
  top: auto;
  bottom: -1.5em;
}

.footer .subscribe .mailchimp #mc_embed_signup .mc-field-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  padding-bottom: 0;
}

.footer .wrapper {
  max-width: 1150px;
}

.footer .top {
  padding-top: 62px;
}

.footer .top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .top .logo {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .top .logo {
    width: 30%;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .logo {
    width: 80%;
    max-width: 275px;
    margin: 0 auto;
  }
}

.footer .top .logo:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer .top .logo.focus,
.footer .top .logo:focus {
  outline: 1px solid #fff;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .logo img {
    width: 100%;
    height: auto;
  }
}

.footer .top .logo span {
  width: 100%;
  height: 100%;
  font-size: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer .top ul {
  padding: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top ul {
    margin-top: 36px;
  }
}

.footer .top ul li {
  display: block;
  vertical-align: top;
  margin: 0 0 13px 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top ul li {
    display: block;
    margin-right: 0;
    margin-top: 13px;
    text-align: center;
  }

  .footer .top ul li:first-child {
    margin-top: 0;
  }
}

.footer .top ul li a {
  position: relative;
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .top ul li a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

.footer .top ul li a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #F3F3F3;
  display: inline-block;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top ul li a:before {
    bottom: 0;
  }
}

.footer .top ul li a:hover:before,
.footer .top ul li a.focus:before {
  opacity: 1;
}

.footer .top .badges li {
  display: inline-block;
  margin: 2px 10px 0 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .badges li {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .top .badges img {
    width: auto;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .badges img {
    height: 34px;
  }
}

.footer .top .badges a {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.footer .top .badges a:before {
  display: none;
}

.footer .top .badges a:hover,
.footer .top .badges a.focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer .top .social-links {
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .top .social-links {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .social-links {
    margin-top: 6px;
  }
}

.footer .top .social-links li {
  display: block;
  vertical-align: top;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .social-links li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer .top .social-links li:last-child {
    margin-right: 0;
  }
}

.footer .top .social-links a {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .social-links a {
    width: 35px;
    height: 35px;
  }
}

.footer .top .social-links a:before {
  display: none !important;
}

.footer .top .social-links a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.footer .top .social-links a img {
  margin: 10px auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .social-links a img {
    margin: 7px auto;
  }
}

.footer .top .social-links a img.hover {
  display: none;
}

.footer .top .social-links a.twitter img {
  margin: 11px auto;
  padding-top: 2px;
  padding-left: 2px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .top .social-links a.twitter img {
    margin: 8px auto 7px;
    padding-left: 3px;
  }
}

.footer .top .social-links a:focus {
  outline: 1px solid #fff;
}

.footer .top .social-links a:hover,
.footer .top .social-links a.focus {
  border: 1px solid #fff;
  background: #318500;
}

.footer .top .social-links a:hover img,
.footer .top .social-links a.focus img {
  display: none;
}

.footer .top .social-links a:hover img.hover,
.footer .top .social-links a.focus img.hover {
  display: inline-block;
}

.footer .bottom {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .bottom {
    margin-top: 25px;
    text-align: center;
  }
}

.footer .bottom p {
  color: #F3F3F3;
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  line-height: 1.3125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .bottom p {
    font-size: .8125rem;
    line-height: 1.25rem;
  }
}

.footer .bottom ul {
  margin-top: 0;
  padding: 0;
}

.footer .bottom ul li {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}

.footer .bottom ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .footer .bottom ul li {
    display: block;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
}

.footer .bottom ul li a {
  color: #fff;
  font-family: "Poppins",sans-serif;
  border-bottom: 2px solid transparent;
  font-size: .875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .footer .bottom ul li a {
    font-size: .8125rem;
    line-height: 1.25rem;
  }
}

.footer .bottom ul li a:hover,
.footer .bottom ul li a.focus {
  border-bottom: 1px solid #fff;
}

.footer .built-text a::before {
  background: #fff;
}

.banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1290px;
  width: 90%;
  margin: 0 auto;
  padding: 3.125rem 0 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section {
    min-height: 346px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section {
    min-height: 15.9375rem;
  }
}

.banner-section .wrapper {
  margin: auto;
  padding: 0 0 5rem;
  position: relative;
  z-index: 1;
}

.banner-section .callout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .callout-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-section .back-button {
  border-width: .0625rem;
  border-radius: .25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .back-button {
    display: none;
  }
}

.banner-section .back-button.offset {
  opacity: 0;
  z-index: -1;
}

.banner-section .callout {
  margin: auto;
  padding: 0 .75rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .callout {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section .callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

.banner-section .callout span {
  margin-bottom: .375rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section .callout span {
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .callout span.categories {
    display: block;
  }
}

.banner-section .callout span.categories+.time {
  position: relative;
}

.banner-section .callout span.categories+.time:before {
  content: '\2022';
  display: inline-block;
  margin-left: .625rem;
  margin-right: .625rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .callout span.categories+.time:before {
    display: none;
  }
}

s .banner-section .callout span.time+.author:before {
  content: '|';
  display: inline-block;
  margin-left: .625rem;
  margin-right: .625rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  s .banner-section .callout span.time+.author:before {
    display: none;
  }
}

.banner-section h1 {
  margin-top: .625rem;
}

.banner-section p:not(.callout) {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-top: 4.125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section p:not(.callout) {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 1.4375rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section p:not(.callout) {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    text-align: left;
  }
}

.banner-section+section .wrapper {
  border-top: .0625rem solid rgba(19,20,21,0.1);
}

.banner-section.full-image {
  min-height: 31.25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.full-image {
    min-height: 21.625rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.full-image {
    min-height: 15.9375rem;
  }
}

.banner-section.full-image .wrapper {
  padding-bottom: 0;
}

.banner-section.full-image .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section.full-image .image-container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #111111;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section.full-image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
  position: relative;
  z-index: 1;
}

.banner-section.full-image p,
.banner-section.full-image h1 {
  color: #fff;
}

.banner-section.overlap-image {
  overflow: hidden;
  padding-top: 3.125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image {
    padding-bottom: 3.125rem;
  }
}

.banner-section.overlap-image:after {
  content: '';
  width: 100%;
  height: 595px;
  background: #318500;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image:after {
    height: 23.5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.overlap-image:after {
    height: 18.75rem;
  }
}

.banner-section.overlap-image .wrapper {
  padding-bottom: 17.0625rem;
  position: relative;
}

.banner-section.overlap-image .wrapper:before {
  content: '';
  width: 100vw;
  height: calc(100% + 50px);
  background: #318500;
  display: inline-block;
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .wrapper {
    padding-bottom: 6.125rem;
  }
}

.banner-section.overlap-image h1,
.banner-section.overlap-image p {
  color: #fff;
  position: relative;
}

.banner-section.overlap-image h1 {
  margin-top: 2.5rem;
  padding: 0 4vw;
}

@media (max-width: 1441px) {
  .banner-section.overlap-image h1 {
    padding: 0 3.625rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image h1 {
    padding: 0;
  }
}

.banner-section.overlap-image .image-container {
  width: 100%;
  max-width: 49.375rem;
  border: 16px solid #fff;
  margin-top: -12.5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .image-container {
    max-width: none;
    margin-top: -3.125rem;
  }
}

.banner-section.overlap-image .image-container img {
  width: 100%;
}

.banner-section.overlap-image .image-content-container {
  padding: 0;
}

.banner-section.overlap-image .featured-post-container {
  width: 100%;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12.5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .featured-post-container {
    border-bottom: .0625rem solid rgba(19,20,21,0.1);
    display: block;
    margin-top: -3.125rem;
  }
}

.banner-section.overlap-image .featured-post-container .image-container {
  width: 50%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
  margin: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .featured-post-container .image-container {
    width: 100%;
    height: 55vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.overlap-image .featured-post-container .image-container {
    height: 61.875vw;
  }
}

.banner-section.overlap-image .featured-post-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section.overlap-image .featured-post-container .text-container {
  width: 50%;
  background: #fff;
  margin-top: 0;
  padding: 3.125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .featured-post-container .text-container {
    width: 100%;
    max-width: 100%;
    padding: 2.5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.overlap-image .featured-post-container .text-container {
    padding: 1.875rem;
  }
}

.banner-section.overlap-image .featured-post-container .text-container .callout {
  margin: 0;
  padding: 0;
}

.banner-section.overlap-image .featured-post-container .text-container .date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.banner-section.overlap-image .featured-post-container .text-container .date-author p {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: 0;
}

.banner-section.overlap-image .featured-post-container .text-container .date-author p.date {
  margin-right: .625rem;
}

.banner-section.overlap-image .featured-post-container .text-container .date-author p.author {
  margin-left: .625rem;
}

.banner-section.overlap-image .featured-post-container .text-container .link {
  font-size: .9375rem;
  line-height: 1.25rem;
  margin-top: .625rem;
  position: relative;
}

.banner-section.overlap-image .featured-post-container .text-container .link:before {
  width: calc(100% - 26px);
}

.banner-section.overlap-image .featured-post-container .text-container .link:after {
  content: '';
  width: 1.125rem;
  height: .75rem;
  background: url(../images/link-arrow.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: .5rem;
}

.banner-section.overlap-image .featured-post-container .text-container .link:hover:after {
  background: url(../images/link-arrow-hover.svg) 50% no-repeat;
  background-size: contain;
}

.banner-section.overlap-image .text-container {
  width: 100%;
  max-width: 49.375rem;
  margin-top: 2.5rem;
  text-align: left;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.overlap-image .text-container {
    padding: 0 5.7vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.overlap-image .text-container {
    padding: 0;
  }
}

.banner-section.overlap-image .text-container p {
  color: #5A5A5A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

.banner-section.overlap-image .text-container ul {
  margin-top: .625rem;
}

.banner-section.overlap-image .text-container li {
  font-family: "Poppins",sans-serif;
  margin-top: 1.25rem;
}

.banner-section.overlap-image .text-container li:first-child {
  margin-top: 0;
}

.banner-section.overlap-image .text-container .button {
  margin-top: 1.5rem;
}

.banner-section.background-color {
  background: #318500;
  color: #fff;
}

.banner-section.contact-banner {
  min-height: 0;
  background: none;
  padding: 4.375rem 0 5.625rem;
  text-align: left;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .banner-section.contact-banner {
    padding: 3.125rem 0 3.75rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.contact-banner {
    padding: 2.25rem 0;
  }
}

.banner-section.contact-banner:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.5vw;
  width: 90vw;
  max-width: 1290px;
  height: 100%;
  background: #318500;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .banner-section.contact-banner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.banner-section.contact-banner .wrapper {
  margin-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .banner-section.contact-banner .wrapper {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .banner-section.contact-banner .callout-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-section.contact-banner .callout {
  margin: 0;
  padding: 0;
}

.banner-section.contact-banner+section .wrapper {
  border-top: none;
}

.banner-section.banner-404 {
  min-height: 45rem;
  background: #318500;
  border-bottom: .3125rem solid #fff;
  color: #fff;
  padding-top: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section.banner-404 {
    min-height: 40.625rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section.banner-404 {
    min-height: 26.25rem;
  }
}

.banner-section.banner-404 .wrapper {
  padding-bottom: 0;
}

.banner-section.banner-404 .callout-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-section .buttons-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
}

.banner-section .buttons-container .button {
  margin-top: .625rem;
  color: #318500;
  background-color: #fff;
}

.banner-section .buttons-container .button:focus {
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.banner-section .buttons-container .button:first-child {
  margin-top: 0;
}

.banner-section .social-share-container {
  width: 100%;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container {
    display: block;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.banner-section .social-share-container .social-share-inner {
  width: 80px;
  background: #fff;
  padding: .625rem 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container .social-share-inner {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .625rem 2.5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner-section .social-share-container .social-share-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-section .social-share-container h2 {
  color: #5A5A5A;
  font-family: "Poppins",sans-serif;
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .11625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: .625rem 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container h2 {
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container .addthis_tool {
    margin: 0 auto;
  }
}

.banner-section .social-share-container .at4-visually-hidden {
  display: none;
}

.banner-section .social-share-container .at-share-btn-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container .at-share-btn-elements {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.banner-section .social-share-container .at-share-btn {
  background-color: transparent !important;
  cursor: pointer;
  padding: .375rem 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .banner-section .social-share-container .at-share-btn {
    margin-left: 2.5rem;
  }

  .banner-section .social-share-container .at-share-btn:first-child {
    margin-left: 0;
  }
}

.banner-section .social-share-container .at-share-btn svg {
  width: 32px !important;
  height: 32px !important;
}

.banner-section .social-share-container .at-share-btn svg path {
  fill: #318500;
}

.banner-section .social-share-container .at-label {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.single .banner-section+section .wrapper,
.page-template-template-single .banner-section+section .wrapper {
  border-top: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .single .banner-section.overlap-image,
  .page-template-template-single .banner-section.overlap-image {
    padding-bottom: 1.25rem;
  }
}

.column-section .wrapper {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .column-section .wrapper {
    padding-bottom: 3.75rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .column-section .wrapper {
    padding-bottom: 2.5rem;
  }
}

.column-section .centered-headline-container {
  margin-bottom: 1.875rem;
}

.column-section h2 {
  text-align: center;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 3rem;
  margin-top: 8px;
}

.column-section h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: 8px;
}

.column-section p {
  text-align: center;
  margin-top: 20px;
}

.column-section p:first-child,
.column-section p.callout {
  margin-top: 0;
}

.column-section .button {
  margin-top: 2.5rem;
}

.column-section .columns-1 {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .column-section .columns-1 {
    padding: 0 !important;
  }
}

.column-section .columns-1 p {
  max-width: 60.8%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .column-section .columns-1 p {
    max-width: none;
  }
}

.column-section .columns-2 {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.column-section .columns-2:nth-child(odd) {
  padding-right: 12px;
}

.column-section .columns-2:nth-child(even) {
  padding-left: 12px;
}

.column-section .columns-3 {
  width: 33.33%;
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.column-section .columns-3:nth-child(3n+1) {
  padding-right: 16px;
}

.column-section .columns-3:nth-child(3n+2) {
  padding-left: 8px;
  padding-right: 8px;
}

.column-section .columns-3:nth-child(3n+3) {
  padding-left: 16px;
}

.column-section .columns-4 {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.column-section .columns-4:nth-child(4n+1) {
  padding-right: 16px;
}

.column-section .columns-4:nth-child(4n+2),
.column-section .columns-4:nth-child(4n+3) {
  padding-left: 8px;
  padding-right: 8px;
}

.column-section .columns-4:nth-child(4n+4) {
  padding-left: 8px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .column-section .columns-4 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .column-section .columns-4:nth-child(odd) {
    padding-left: 0;
    padding-right: 12px;
  }

  .column-section .columns-4:nth-child(even) {
    padding-left: 12px;
    padding-right: 0;
  }
}

.column-section .columns-5 {
  width: 20%;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.column-section .columns-5:nth-child(5n+1) {
  padding-right: 30px;
}

.column-section .columns-5:nth-child(5n+2),
.column-section .columns-5:nth-child(5n+3),
.column-section .columns-5:nth-child(5n+4) {
  padding-left: 15px;
  padding-right: 15px;
}

.column-section .columns-5:nth-child(5n+5) {
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .column-section .columns-5 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(19,20,21,0.1);
    border-left: none !important;
    border-right: none !important;
  }

  .column-section .columns-5:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}

.column-section div[class*="columns-"] {
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .column-section div[class*="columns-"] {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    border-bottom: 1px solid rgba(19,20,21,0.1);
    border-left: none !important;
    border-right: none !important;
  }

  .column-section div[class*="columns-"]:not(.columns-1) {
    padding: 1.25rem 0 !important;
  }

  .column-section div[class*="columns-"]:first-child {
    padding-top: 0 !important;
  }

  .column-section div[class*="columns-"]:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}

.column-section .text-group {
  margin-top: 20px;
}

.column-section .text-group p {
  margin-top: 0;
}

.column-section .text-group p.label {
  font-weight: 600;
}

.column-section .text-group .text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview-section .wrapper {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .overview-section .wrapper {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .overview-section .wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.overview-section .col-xs-6,
.overview-section .col-xs-4,
.overview-section .col-xs-3,
.overview-section .col-xs-2 {
  padding-top: .625rem;
  padding-bottom: 1.25rem;
  position: relative;
  border-right: .0625rem solid rgba(19,20,21,0.1);
}

.overview-section .col-xs-6:last-child,
.overview-section .col-xs-4:last-child,
.overview-section .col-xs-3:last-child,
.overview-section .col-xs-2:last-child {
  border-right: .0625rem solid transparent;
}

.overview-section .col-xs-6:nth-child(odd) {
  padding-right: 3rem;
}

.overview-section .col-xs-6:nth-child(even) {
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .overview-section .col-xs-6 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 1.25rem 0 !important;
    border-bottom: .0625rem solid rgba(19,20,21,0.1);
    border-left: none !important;
    border-right: none !important;
  }

  .overview-section .col-xs-6:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}

.overview-section h2.callout {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875rem;
  letter-spacing: .1875rem;
  margin-top: 0;
  text-transform: uppercase;
}

.overview-section p {
  font-family: "Poppins",sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 3rem;
  margin-top: .5rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .overview-section p {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .overview-section p {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-top: .875rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section .headline-container {
    padding: 0 5.7vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section .headline-container {
    padding: 0;
  }
}

.service-table-section p {
  font-family: "Poppins",sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.service-table-section .row {
  margin-top: 50px;
}

.service-table-section .col-xs-4:nth-child(3n+1) {
  padding-right: 16px;
}

.service-table-section .col-xs-4:nth-child(3n+2) {
  padding-left: 8px;
  padding-right: 8px;
}

.service-table-section .col-xs-4:nth-child(3n+3) {
  padding-left: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section .col-xs-4 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .service-table-section .col-xs-4:last-child {
    margin-bottom: 0;
  }
}

.service-table-section .service-card {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 65px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section .service-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section .service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-table-section .service-card .icon {
  width: 115px;
  height: 115px;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section .service-card .icon {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section .service-card .icon {
    width: 90px;
    height: 90px;
  }
}

.service-table-section .service-card .icon img {
  width: auto;
  max-width: 55%;
  height: auto;
  max-height: 55%;
}

.service-table-section .service-card .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .service-table-section .service-card .text-container {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .service-table-section .service-card .text-container {
    margin-top: 20px;
    margin-left: 0;
  }
}

.service-table-section .service-card .callout {
  font-weight: 600;
  margin-top: 0;
}

.service-table-section .service-card h2 {
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-top: 12px;
}

.service-table-section .service-card h3 {
  margin-top: 12px;
}

.service-table-section .service-card p {
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 20px;
}

.service-table-section .service-card ul {
  padding: 0;
  list-style: none;
}

.service-table-section .service-card ul li {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}

.service-table-section .service-card ul li:first-child {
  margin-top: 0;
}

.service-table-section .service-card ul li:before {
  content: '';
  width: 18px;
  height: 14px;
  background: url(../images/checkmark.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.service-table-section .service-card.basic h3 {
  text-align: center;
}

.split-image-content-section.reverse .text-container {
  margin-left: 5%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .split-image-content-section .col-xs-6 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.split-image-content-section .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}

.split-image-content-section .image-container img {
  width: 100%;
  height: auto;
  margin: 0 auto auto;
}

.split-image-content-section .text-container:first-child {
  padding-right: 25px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .split-image-content-section .text-container:first-child {
    margin-bottom: 50px;
  }
}

.split-image-content-section .text-container:last-child {
  padding-left: 25px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .split-image-content-section .text-container:last-child {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .split-image-content-section .text-container {
    padding-left: 5.2vw !important;
    padding-right: 5.2vw !important;
  }

  .split-image-content-section .text-container:first-child {
    margin-bottom: 50px;
  }

  .split-image-content-section .text-container:last-child {
    margin-top: 50px;
  }
}

.split-image-content-section .text-container h2+p {
  margin-top: 30px;
}

.split-image-content-section .text-container p:not(.callout) {
  margin-top: 0.75em;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .split-image-content-section .text-container p:not(.callout) {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.split-image-content-section .buttons-container {
  margin-top: 30px;
}

.split-image-content-section .buttons-container a {
  margin-bottom: 20px;
  margin-right: 8px;
}

.split-image-content-section .buttons-container a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .timeline-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .timeline-section .headline {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.timeline-section .headline p:not(.callout) {
  max-width: 70%;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .headline p:not(.callout) {
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.timeline-section .timeline {
  background: #fff;
  margin-top: 34px;
}

.timeline-section .timeline .swiper-navigation {
  background: #318500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 7vw;
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}

.timeline-section .timeline .swiper-navigation:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 13px solid #318500;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 50%;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev,
.timeline-section .timeline .swiper-navigation .swiper-button-next {
  width: 100%;
  height: auto;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-navigation .swiper-button-prev,
  .timeline-section .timeline .swiper-navigation .swiper-button-next {
    display: none;
  }
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.timeline-section .timeline .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev:hover .arrow,
.timeline-section .timeline .swiper-navigation .swiper-button-prev.focus .arrow,
.timeline-section .timeline .swiper-navigation .swiper-button-next:hover .arrow,
.timeline-section .timeline .swiper-navigation .swiper-button-next.focus .arrow {
  background: #170A3D;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev:hover img.default,
.timeline-section .timeline .swiper-navigation .swiper-button-prev.focus img.default,
.timeline-section .timeline .swiper-navigation .swiper-button-next:hover img.default,
.timeline-section .timeline .swiper-navigation .swiper-button-next.focus img.default {
  display: none;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev:hover img.hover,
.timeline-section .timeline .swiper-navigation .swiper-button-prev.focus img.hover,
.timeline-section .timeline .swiper-navigation .swiper-button-next:hover img.hover,
.timeline-section .timeline .swiper-navigation .swiper-button-next.focus img.hover {
  display: inline-block;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev:focus,
.timeline-section .timeline .swiper-navigation .swiper-button-next:focus {
  border: none;
  outline: none;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev .arrow,
.timeline-section .timeline .swiper-navigation .swiper-button-next .arrow {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev img.hover,
.timeline-section .timeline .swiper-navigation .swiper-button-next img.hover {
  display: none;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev p,
.timeline-section .timeline .swiper-navigation .swiper-button-next p {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.5rem;
  margin-top: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-navigation .swiper-button-prev p,
  .timeline-section .timeline .swiper-navigation .swiper-button-next p {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9000px;
  }
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev {
  padding-right: 4.7vw;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  margin: auto 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-navigation .swiper-button-prev:after {
    display: none;
  }
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev .arrow {
  margin-right: 15px;
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.timeline-section .timeline .swiper-navigation .swiper-button-prev p {
  margin-right: 20px;
}

.timeline-section .timeline .swiper-navigation .swiper-button-next {
  padding-left: 4.7vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.timeline-section .timeline .swiper-navigation .swiper-button-next:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  margin: auto 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-navigation .swiper-button-next:before {
    display: none;
  }
}

.timeline-section .timeline .swiper-navigation .swiper-button-next .arrow {
  margin-left: 15px;
}

.timeline-section .timeline .swiper-navigation .swiper-button-next p {
  margin-left: 20px;
}

.timeline-section .timeline .timeline-dates-container {
  margin: auto 0;
}

.timeline-section .timeline .timeline-dates-container p {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
  display: none;
  letter-spacing: .1875rem;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline-section .timeline .timeline-dates-container p:first-child {
  display: block;
}

.timeline-section .timeline .swiper-slide {
  padding: 55px 7vw;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-slide {
    padding: 30px 6vw 70px;
  }
}

.timeline-section .timeline .swiper-slide .image-container {
  width: 38.6%;
  max-width: 38.6%;
  -ms-flex-preferred-size: 38.6%;
      flex-basis: 38.6%;
  height: calc(69.4vw * .386 * .66);
  max-height: 15.9375rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-slide .image-container {
    width: 66.67%;
    max-width: 66.67%;
    -ms-flex-preferred-size: 66.67%;
        flex-basis: 66.67%;
    height: calc(77.4vw * .67 * .67);
    max-height: none;
    margin: 0 auto 2.5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-slide .image-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: calc(88vw * .67);
  }
}

.timeline-section .timeline .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-section .timeline .swiper-slide .text-container {
  width: 61.4%;
  max-width: 61.4%;
  -ms-flex-preferred-size: 61.4%;
      flex-basis: 61.4%;
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-slide .text-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
  }
}

.timeline-section .timeline .swiper-slide .col-xs-12 {
  padding-left: 16.75vw;
  padding-right: 16.75vw;
  text-align: center;
}

@media (min-width: 1441px) {
  .timeline-section .timeline .swiper-slide .col-xs-12 {
    padding-left: 240px;
    padding-right: 240px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-slide .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.timeline-section .timeline .swiper-slide img {
  width: 100%;
}

.timeline-section .timeline .swiper-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 40px;
}

.timeline-section .timeline .swiper-pagination-container .swiper-pagination {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: bold;
  color: #131415;
  letter-spacing: .1875rem;
  margin-top: 0;
  position: static;
  text-transform: uppercase;
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #318500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 12px 9px;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .timeline-section .timeline .swiper-pagination-container .swiper-button-prev,
  .timeline-section .timeline .swiper-pagination-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev.swiper-button-disabled,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev.swiper-button-prev img,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev.focus,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next.focus {
  background: #170A3D;
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev:focus,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next:focus {
  border: none;
  outline: none;
}

.timeline-section .timeline .swiper-pagination-container .swiper-button-prev span,
.timeline-section .timeline .swiper-pagination-container .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

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

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .testimonial-section .wrapper {
    text-align: left;
  }
}

.testimonial-section .swiper-container {
  background: #fff;
  padding: 74px 0 80px;
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-container {
    padding: 40px 0 18px;
  }
}

.testimonial-section .swiper-container:before {
  content: '';
  width: 17%;
  height: 100%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-container:before {
    display: none;
  }
}

.testimonial-section .swiper-container:after {
  content: '';
  width: 17%;
  height: 100%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-container:after {
    display: none;
  }
}

.testimonial-section .swiper-wrapper {
  position: relative;
  z-index: 0;
}

.testimonial-section .swiper-slide {
  padding: 0 17%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-slide {
    padding: 0 5.9vw;
  }
}

.testimonial-section .swiper-slide .quote {
  margin-top: 57px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-slide .quote {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .testimonial-section .swiper-slide .quote {
    margin-top: 24px;
  }
}

.testimonial-section .swiper-slide p:not(.callout) {
  font-size: 1.375rem;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 2.125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-slide p:not(.callout) {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .testimonial-section .swiper-slide p:not(.callout) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.testimonial-section .swiper-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-pagination-container {
    position: relative;
  }
}

.testimonial-section .swiper-pagination {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: bold;
  color: #131415;
  letter-spacing: 3px;
  position: static;
  text-transform: uppercase;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 12px 9px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.testimonial-section .swiper-button-prev:hover,
.testimonial-section .swiper-button-prev.focus,
.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-next.focus {
  background: #170A3D;
}

.testimonial-section .swiper-button-prev:focus,
.testimonial-section .swiper-button-next:focus {
  border: none;
  outline: none;
}

.testimonial-section .swiper-button-prev.swiper-button-prev img,
.testimonial-section .swiper-button-next.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-button-prev,
  .testimonial-section .swiper-button-next {
    position: static;
  }
}

.testimonial-section .swiper-button-prev span,
.testimonial-section .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.testimonial-section .swiper-button-prev {
  left: 8.5%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-button-prev {
    left: 20px;
  }
}

.testimonial-section .swiper-button-next {
  right: 8.5%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .testimonial-section .swiper-button-next {
    right: 20px;
  }
}

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

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .logos-section {
    text-align: left;
  }
}

.logos-section ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 80px;
  padding: 0 6vw;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .logos-section ul {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .logos-section ul {
    margin-top: 8px;
  }
}

.logos-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  position: relative;
}

.logos-section ul li:nth-child(1),
.logos-section ul li:nth-child(2),
.logos-section ul li:nth-child(3),
.logos-section ul li:nth-child(4) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .logos-section ul li {
    width: 50%;
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    margin-top: 30px;
  }

  .logos-section ul li:nth-child(3),
  .logos-section ul li:nth-child(4) {
    margin-top: 30px;
  }
}

.logos-section ul li a {
  display: inline-block;
  margin: auto;
  padding: 10px;
}

.logos-section ul li a:hover,
.logos-section ul li a:focus {
  outline: 1px solid;
}

.logos-section ul li a:after {
  display: none;
}

.logos-section ul li span {
  width: 100%;
  height: 100%;
  font-size: 4px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
}

.logos-section ul li img {
  max-width: 150px;
  max-height: 75px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section {
    padding-left: 11.2vw;
    padding-right: 11.2vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .team-section {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}

.team-section h2 {
  width: 100%;
  border-bottom: 1px solid rgba(19,20,21,0.1);
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section h2 {
    padding-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .team-section h2 {
    padding-bottom: .625rem;
  }
}

.team-section .team-member {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  padding: 0;
}

.team-section .team-member:nth-child(4n+1) {
  padding-right: 1rem;
}

.team-section .team-member:nth-child(4n+2),
.team-section .team-member:nth-child(4n+3) {
  padding-left: .5rem;
  padding-right: .5rem;
}

.team-section .team-member:nth-child(4n+4) {
  padding-left: 1rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member {
    width: 50%;
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    margin-top: 1.875rem;
  }

  .team-section .team-member:nth-child(1),
  .team-section .team-member:nth-child(2) {
    margin-top: .75rem;
  }

  .team-section .team-member:nth-child(4n+1),
  .team-section .team-member:nth-child(4n+2),
  .team-section .team-member:nth-child(4n+3),
  .team-section .team-member:nth-child(4n+4) {
    padding: 0;
  }

  .team-section .team-member:nth-child(2n+1) {
    padding-right: .75rem;
  }

  .team-section .team-member:nth-child(2n+2) {
    padding-left: .75rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .team-section .team-member {
    width: 100%;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    padding: 0 !important;
  }

  .team-section .team-member:nth-child(2) {
    margin-top: 1.875rem;
  }
}

.team-section .team-member .image {
  width: 100%;
  max-width: 17.625rem;
  height: 19.6vw;
  max-height: 17.625rem;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member .image {
    max-width: none;
    height: 36.7vw;
    max-height: none;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .team-section .team-member .image {
    height: 87.5vw;
  }
}

.team-section .team-member .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-section .team-member .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}

.team-section .team-member h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.875rem;
  margin-bottom: .625rem;
}

.team-section .team-member h3:last-child {
  margin-bottom: 0;
}

.team-section .team-member p {
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: .625rem;
}

.team-section .team-member p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member p {
    margin-bottom: 0;
  }
}

.team-section .team-member .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: 1.875rem;
}

.team-section .team-member .contact-links:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member .contact-links {
    margin-bottom: 0;
  }
}

.team-section .team-member .contact-links a {
  margin-right: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member .contact-links a {
    margin-top: 1rem;
  }
}

.team-section .team-member .contact-links a:last-child {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member .contact-links a:last-child {
    margin-top: 1rem;
  }
}

.team-section .team-member a {
  font-size: .9375rem;
  line-height: 1.25rem;
}

.team-section .team-member a:last-child {
  margin-top: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .team-section .team-member a:last-child {
    margin-top: 1rem;
  }
}

.careers-listings-section ul {
  max-width: 790px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.careers-listings-section ul li {
  background: #fff;
  margin-top: 10px;
}

.careers-listings-section ul li:first-child {
  margin-top: 0;
}

.careers-listings-section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px;
}

.careers-listings-section ul li a:after {
  display: none !important;
}

.careers-listings-section ul li a p {
  color: #5A5A5A;
  font-family: "Poppins",sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  position: relative;
}

.careers-listings-section ul li a p:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #5A5A5A;
  display: inline-block;
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.careers-listings-section ul li a .nav-button {
  width: 36px;
  height: 36px;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.careers-listings-section ul li a:hover p:after,
.careers-listings-section ul li a.focus p:after {
  opacity: 1;
}

.careers-listings-section ul li a:hover .nav-button,
.careers-listings-section ul li a.focus .nav-button {
  background: #170A3D;
}

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

.stats-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stats-section .row .stat-item {
  width: calc((100% / 3) - 16px);
  max-width: calc((100% / 3) - 16px);
  -ms-flex-preferred-size: calc((100% / 3) - 16px);
      flex-basis: calc((100% / 3) - 16px);
  background: #fff;
  margin-top: 24px;
  padding: 40px 12px;
  text-align: center;
}

.stats-section .row .stat-item:nth-child(1),
.stats-section .row .stat-item:nth-child(2),
.stats-section .row .stat-item:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .stats-section .row .stat-item {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .stats-section .row .stat-item:nth-child(2),
  .stats-section .row .stat-item:nth-child(3) {
    margin-top: 24px;
  }
}

.stats-section .row .stat-item img {
  width: auto;
  max-width: 5.375rem;
  height: auto;
  max-height: 5.375rem;
}

.stats-section .row .stat-item img+h3 {
  margin-top: 30px;
}

.stats-section .row .stat-item h3 {
  font-size: 2.625rem;
  line-height: 3rem;
  margin-top: 0;
}

.stats-section .row .stat-item p {
  font-family: "Poppins",sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 20px;
}

.inline-icon-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inline-icon-section .row .icon-item {
  width: calc((100% / 3) - 16px);
  max-width: calc((100% / 3) - 16px);
  -ms-flex-preferred-size: calc((100% / 3) - 16px);
      flex-basis: calc((100% / 3) - 16px);
  background: #fff;
  margin-top: 24px;
  padding: 20px;
}

.inline-icon-section .row .icon-item:nth-child(1),
.inline-icon-section .row .icon-item:nth-child(2),
.inline-icon-section .row .icon-item:nth-child(3) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .inline-icon-section .row .icon-item {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .inline-icon-section .row .icon-item:nth-child(2),
  .inline-icon-section .row .icon-item:nth-child(3) {
    margin-top: 24px;
  }
}

.inline-icon-section .row .icon-item .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .inline-icon-section .row .icon-item .icon-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inline-icon-section .row .icon-item .icon-container img {
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 36px;
  margin-right: 16px;
}

.inline-icon-section .row .icon-item .icon-container h3 {
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-top: 4px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .inline-icon-section .row .icon-item .icon-container h3 {
    margin-top: 0;
  }
}

.inline-icon-section .row .icon-item p {
  margin-top: 28px;
}

.inline-icon-section .row .icon-item .link {
  margin-top: 40px;
}

.media-content-section .headline-container {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 24px;
}

.page-template-template-general .media-content-section {
  padding-left: 0;
  padding-right: 0;
}

.image-content-container {
  width: 100%;
  max-width: 790px;
  background: #fff;
  margin: 0 auto;
  padding: 15px;
}

.image-content-container .swiper-container {
  position: relative;
}

.image-content-container .image-content {
  width: 100%;
  height: 505px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .image-content-container .image-content {
    width: 100%;
    height: calc((89.4vw - 30px) * .67);
  }
}

.image-content-container .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-content-container .caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin-top: .9375rem;
}

.image-content-container .swiper-slide .caption {
  max-width: calc(100% - 190px);
  color: #5A5A5A;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: .9375rem;
  padding-bottom: .625rem;
  padding-right: .9375rem;
  text-align: left;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .image-content-container .swiper-slide .caption {
    max-width: none;
    padding-right: 0;
  }
}

.image-content-container .slide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-content-container .swiper-navigation {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 15px;
  position: static;
}

.image-content-container .swiper-navigation.has-captions {
  min-height: calc(100% - 520px);
  background: #fff;
  border-left: 1px solid rgba(151,151,151,0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 900px) {
  .image-content-container .swiper-navigation.has-captions {
    min-height: calc(100% - ((89.4vw - 30px) * .67) - 15px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .image-content-container .swiper-navigation.has-captions {
    min-height: 0;
    border-left: none;
    margin-top: 0;
    padding-left: 0;
    position: static;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .image-content-container .swiper-navigation {
    width: 100%;
    margin-top: 15px;
  }
}

.image-content-container .swiper-pagination {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: bold;
  color: #131415;
  letter-spacing: 3px;
  position: static;
  text-transform: uppercase;
}

.image-content-container .swiper-button-prev,
.image-content-container .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 12px 9px;
  position: static;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.image-content-container .swiper-button-prev:hover,
.image-content-container .swiper-button-next:hover {
  background: #170A3D;
}

.image-content-container .swiper-button-prev.swiper-button-prev img,
.image-content-container .swiper-button-next.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .image-content-container .swiper-button-prev,
  .image-content-container .swiper-button-next {
    position: static;
  }
}

.image-content-container .swiper-button-prev span,
.image-content-container .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.video-container {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

.video-container video,
.video-container iframe {
  width: 100%;
  max-width: 790px;
  height: 450px;
}

@media (max-width: 900px) {
  .video-container video,
  .video-container iframe {
    height: calc(89.4vw * .5625);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .video-container video,
  .video-container iframe {
    height: calc(93.75vw * .5625);
  }
}

.alert-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100vw;
  padding: .61111em;
  background: #318500;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .alert-bar {
    padding: .5em;
  }
}

@media (max-width: 568px) {
  .alert-bar {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding: .73333em;
  }
}

.alert-bar .wrapper {
  padding-right: 24px;
  position: relative;
}

@media (max-width: 568px) {
  .alert-bar .wrapper {
    padding-right: 20px;
  }
}

.alert-bar p {
  font-weight: 500;
}

@media (max-width: 568px) {
  .alert-bar p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.alert-bar a {
  font-weight: 500;
}

@media (max-width: 568px) {
  .alert-bar a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

.alert-bar a:before {
  background-color: #fff;
}

.alert-bar a:hover {
  color: #A7CE38;
}

.alert-bar a:hover:before {
  background-color: #A7CE38;
}

.alert-bar button {
  width: 14px;
  height: 14px;
  background: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 568px) {
  .alert-bar button {
    width: 13px;
    height: 13px;
    right: -10px;
  }
}

.alert-bar button span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.accordion-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-section .col-xs-6 {
  margin: 0 auto;
}

.accordion-section .col-xs-6:first-child {
  padding-right: 12px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .accordion-section .col-xs-6:first-child {
    padding-right: 0;
  }
}

.accordion-section .col-xs-6:first-child:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .accordion-section .col-xs-6:first-child:last-child {
    margin-top: 0;
  }
}

.accordion-section .col-xs-6:last-child {
  padding-left: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .accordion-section .col-xs-6:last-child {
    margin-top: 10px;
    padding-left: 0;
  }
}

.accordion-section .accordion-item {
  margin-top: 10px;
}

.accordion-section .accordion-item:first-child {
  margin-top: 0;
}

.accordion-section .accordion-item .top {
  background: #fff;
}

.accordion-section .accordion-item .top button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 20px;
  text-align: left;
}

.accordion-section .accordion-item .top button:hover span:not(.toggle-icon):after,
.accordion-section .accordion-item .top button.focus span:not(.toggle-icon):after {
  content: '';
  width: 100%;
  height: 2px;
  background: #5A5A5A;
  display: inline-block;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
}

.accordion-section .accordion-item .top span {
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}

.accordion-section .accordion-item .top .toggle-icon {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  text-indent: -9000px;
}

.accordion-section .accordion-item .top .toggle-icon:before {
  content: '';
  width: 2px;
  height: 14px;
  background: #318500;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
       -o-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.accordion-section .accordion-item .top .toggle-icon:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #318500;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion-section .accordion-item .bottom {
  display: none;
  padding: 14px;
}

.accordion-section .accordion-item.open .top .toggle-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-section .accordion-item.open .bottom {
  display: block;
}

.tabbed-section .tabs-toggle-container {
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.tabbed-section .tabs-toggle-container button {
  color: #318500;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0;
  padding: 1.25rem;
  position: relative;
}

.tabbed-section .tabs-toggle-container button:before {
  content: attr(data-text);
  color: transparent;
  border-bottom: 2px solid #318500;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  opacity: 0;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.tabbed-section .tabs-toggle-container button:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #318500;
  display: inline-block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabbed-section .tabs-toggle-container button:hover:before,
.tabbed-section .tabs-toggle-container button.focus:before {
  opacity: 1;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .tabbed-section .tabs-toggle-container button:hover:before,
  .tabbed-section .tabs-toggle-container button.focus:before {
    opacity: 0;
  }
}

.tabbed-section .tabs-toggle-container button.open:after {
  opacity: 1;
}

.tabbed-section .tabs-content-container {
  max-width: 790px;
  margin: 0 auto;
}

.tabbed-section .tabs-content-container .tab-content {
  background: #fff;
  display: none;
  padding: 45px 30px;
}

.tabbed-section .tabs-content-container .tab-content.open {
  display: block;
}

.tabbed-section .tabs-content-container .tab-content .button {
  margin-top: 30px;
}

.content-slider-section .swiper-slide .slide-inner {
  background: #fff;
  padding: 46px 30px;
}

.content-slider-section .swiper-slide .link {
  display: inline-block;
  margin-top: 20px;
}

.content-slider-section .swiper-navigation {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  position: static;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .content-slider-section .swiper-navigation {
    width: 100%;
    margin-top: 15px;
  }
}

.content-slider-section .swiper-pagination {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  font-weight: bold;
  color: #131415;
  letter-spacing: 3px;
  position: static;
  text-transform: uppercase;
}

.content-slider-section .swiper-button-prev,
.content-slider-section .swiper-button-next {
  width: 36px;
  height: 36px;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 12px 9px;
  position: static;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.content-slider-section .swiper-button-prev:hover,
.content-slider-section .swiper-button-prev.focus,
.content-slider-section .swiper-button-next:hover,
.content-slider-section .swiper-button-next.focus {
  background: #170A3D;
}

.content-slider-section .swiper-button-prev:focus,
.content-slider-section .swiper-button-next:focus {
  outline: none;
}

.content-slider-section .swiper-button-prev.swiper-button-disabled,
.content-slider-section .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.content-slider-section .swiper-button-prev.swiper-button-prev img,
.content-slider-section .swiper-button-next.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .content-slider-section .swiper-button-prev,
  .content-slider-section .swiper-button-next {
    position: static;
  }
}

.content-slider-section .swiper-button-prev span,
.content-slider-section .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.process-section .row {
  margin-top: 50px;
}

.process-section .col-xs-4:nth-child(3n+1) {
  padding-right: 32px;
}

.process-section .col-xs-4:nth-child(3n+2) {
  padding-left: 16px;
  padding-right: 16px;
}

.process-section .col-xs-4:nth-child(3n+3) {
  padding-left: 32px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .process-section .col-xs-4 {
    margin-top: 32px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .process-section .col-xs-4:first-child {
    margin-top: 0;
  }
}

.process-section .col-xs-4 h3 {
  margin-top: 10px;
}

.process-section .col-xs-4 .link {
  margin-top: 54px;
}

.pricing-table-section .col-xs-4:nth-child(3n+1) {
  padding-right: 16px;
}

.pricing-table-section .col-xs-4:nth-child(3n+2) {
  padding-left: 8px;
  padding-right: 8px;
}

.pricing-table-section .col-xs-4:nth-child(3n+3) {
  padding-left: 16px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .pricing-table-section .col-xs-4 {
    margin-top: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pricing-table-section .col-xs-4:first-child {
    margin-top: 0;
  }
}

.pricing-table-section .pricing-item-container {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .pricing-table-section .pricing-item-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1.25rem;
  }

  .pricing-table-section .pricing-item-container:first-child {
    margin-top: 0;
  }
}

.pricing-table-section .pricing-item {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px 20px;
}

.pricing-table-section .pricing-item:hover,
.pricing-table-section .pricing-item.border {
  -webkit-box-shadow: inset -2px 0 0 #318500,inset 0 -2px 0 #318500,inset 2px 0 0 #318500,inset 0 2px 0 #318500;
          box-shadow: inset -2px 0 0 #318500,inset 0 -2px 0 #318500,inset 2px 0 0 #318500,inset 0 2px 0 #318500;
}

.pricing-table-section .price {
  font-family: "Poppins",sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 3rem;
  margin-top: 16px;
}

.pricing-table-section .time {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: 5px;
}

.pricing-table-section .includes {
  font-family: "Poppins",sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-top: 30px;
}

.pricing-table-section .details {
  margin-top: 12px;
  margin-bottom: auto;
}

.pricing-table-section ul {
  padding: 0;
  list-style: none;
}

.pricing-table-section ul li {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
}

.pricing-table-section ul li:first-child {
  margin-top: 0;
}

.pricing-table-section ul li:before {
  content: '';
  width: 18px;
  height: 14px;
  background: url(../images/checkmark.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.pricing-table-section .button {
  margin-top: 30px;
  margin-right: auto;
}

.pricing-list-section .wrapper {
  max-width: 990px;
}

.pricing-list-section ul {
  list-style: none;
  padding: 0;
}

.pricing-list-section li {
  margin-top: 66px;
}

.pricing-list-section li:nth-child(odd) {
  padding-right: 42px;
}

.pricing-list-section li:nth-child(even) {
  padding-left: 42px;
}

.pricing-list-section li:nth-child(1),
.pricing-list-section li:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .pricing-list-section li {
    margin-top: 66px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pricing-list-section .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-list-section .item-info h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.875rem;
}

.pricing-list-section .item-info .price {
  font-family: "Poppins",sans-serif;
  font-size: 1.25rem;
  color: #318500;
  letter-spacing: 0;
  line-height: 1.875rem;
  margin: 0;
}

.pricing-list-section .item-description {
  margin-top: 10px;
}

.pricing-list-section .link {
  margin-top: 18px;
  position: relative;
}

.pricing-list-section .link:before {
  width: calc(100% - 26px);
}

.pricing-list-section .link:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url(../images/link-arrow.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.pricing-list-section .link:hover:after,
.pricing-list-section .link.focus:after {
  background: url(../images/link-arrow-hover.svg) 50% no-repeat;
  background-size: contain;
}

.major-cta-callout .wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .major-cta-callout .wrapper {
    padding: 5rem 5.3vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .major-cta-callout .wrapper {
    padding: 5rem 3.125vw;
  }
}

.major-cta-callout .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6.25rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .major-cta-callout .row {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .major-cta-callout .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.major-cta-callout .text-container {
  padding-right: 1.875rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .major-cta-callout .text-container {
    padding-right: 0;
  }
}

.major-cta-callout p {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 2.125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .major-cta-callout .link-container {
    margin-top: 1.875rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .major-cta-callout .link-container {
    width: 100%;
  }
}

.major-cta-callout .link-container .button {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .major-cta-callout .link-container .button {
    margin-top: .625rem;
  }

  .major-cta-callout .link-container .button:first-child {
    margin-top: 0;
  }
}

.major-cta-callout.blue {
  color: #fff;
}

.major-cta-callout.blue .wrapper {
  background: #318500;
}

.major-cta-callout.stacked .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.major-cta-callout.stacked .link-container {
  margin-top: 1.875rem;
}

.single .major-cta-callout .wrapper,
.page-template-template-single .major-cta-callout .wrapper {
  max-width: 49.375rem;
}

.single .major-cta-callout .wrapper .row,
.page-template-template-single .major-cta-callout .wrapper .row {
  padding: 0;
}

.newsletter-signup-section {
  padding-left: 8.3vw;
  padding-right: 8.3vw;
}

@media only screen and (min-width: 1441px) {
  .newsletter-signup-section {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .newsletter-signup-section {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .newsletter-signup-section {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.newsletter-signup-section>.wrapper {
  padding-top: 80px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .newsletter-signup-section>.wrapper {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .newsletter-signup-section>.wrapper {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.newsletter-signup-section .newsletter-container {
  width: 100%;
  max-width: 790px;
  background: #fff;
  margin: 0 auto;
  padding: 3.75rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .newsletter-signup-section .newsletter-container {
    padding: 1.875rem;
  }
}

.newsletter-signup-section h2 {
  text-align: center;
}

.newsletter-signup-section .gform_wrapper {
  width: 100%;
}

.newsletter-signup-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2.1875rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .newsletter-signup-section form {
    margin-top: 3.125rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .newsletter-signup-section form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter-signup-section .gform_body {
  width: 100%;
}

.newsletter-signup-section .gform_footer {
  margin-left: .25rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .newsletter-signup-section .gform_footer {
    width: 100%;
    margin-left: 0;
  }
}

.newsletter-signup-section input[type='submit'] {
  padding: 12px 54px;
}

.cta-ribbon {
  background: #318500;
  color: #fff;
  padding: 55px 8.3vw;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .cta-ribbon {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

.cta-ribbon .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .cta-ribbon .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta-ribbon h2 {
  margin-top: 0;
}

.cta-ribbon .button {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .cta-ribbon .button {
    width: auto;
    margin: 1.875rem auto 0;
  }
}

.offerings-section .offering-item {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-top: 20px;
}

.offerings-section .offering-item:nth-child(1),
.offerings-section .offering-item:nth-child(2) {
  margin-top: 0;
}

.offerings-section .offering-item:nth-child(odd) {
  padding-right: 12px;
}

.offerings-section .offering-item:nth-child(even) {
  padding-left: 12px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .offerings-section .offering-item {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .offerings-section .offering-item:nth-child(2) {
    margin-top: 20px;
  }
}

.offerings-section .item-inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

@media (max-width: 1200px) {
  .offerings-section .item-inner {
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .offerings-section .item-inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .offerings-section .item-inner {
    padding: 20px;
  }
}

.offerings-section .item-inner .image-container {
  width: 47.6%;
  max-width: 15.125rem;
  height: 16.8vw;
  max-height: 15.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}

@media (max-width: 1200px) {
  .offerings-section .item-inner .image-container {
    width: 100%;
    max-width: none;
    height: calc(41.7vw - 100px);
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .offerings-section .item-inner .image-container {
    height: calc(44.7vw - 80px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .offerings-section .item-inner .image-container {
    height: calc(93.75vw - 55px);
  }
}

.offerings-section .item-inner .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offerings-section .item-inner .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
}

.offerings-section .item-inner .text-container .button {
  margin-top: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .offerings-section .item-inner .text-container .button {
    margin-top: 2.8125rem;
    padding-top: 0;
  }
}

.offerings-section.blue {
  background: #fff;
}

.offerings-section.blue .item-inner {
  background: #fff;
}

.blog-section-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 8.3vw;
  padding-right: 8.3vw;
}

@media only screen and (min-width: 1441px) {
  .blog-section-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .blog-section-container {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .blog-section-container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.blog-section-container>.wrapper {
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .blog-section-container>.wrapper {
    display: block;
  }
}

.blog-section {
  width: calc(100% - 24rem);
  padding-left: 0;
  padding-right: 1.5625rem;
  padding-bottom: 5.625rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .blog-section {
    width: 100%;
    padding-right: 0;
  }
}

.blog-section .headline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2.8125rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .blog-section .headline-container {
    margin-bottom: 1.25rem;
  }
}

.blog-section .headline-container p {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: .8125rem;
  margin-left: 1.75rem;
  margin-bottom: .625rem;
}

.blog-post-card {
  background: #fff;
  margin-top: 20px;
}

.blog-post-card:first-child {
  margin-top: 0;
}

.blog-post-card>a {
  color: #5A5A5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .blog-post-card>a {
    display: block;
    padding: 0;
  }
}

.blog-post-card>a:hover .link {
  color: #A7CE38;
}

.blog-post-card>a:hover .link:before {
  background: #130834;
}

.blog-post-card>a:hover .link:after {
  background: url(../images/link-arrow-hover.svg) 50% no-repeat;
  background-size: contain;
}

.blog-post-card .image-container,
.blog-post-card .text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .blog-post-card .image-container,
  .blog-post-card .text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}

.blog-post-card .image-container {
  width: 100%;
  max-width: 22.3125rem;
  height: calc((83.4vw - 29rem) / 2 * .66);
  max-height: 14.875rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .blog-post-card .image-container {
    max-width: none;
    height: calc((83.4vw - 3.75rem) / 2 * .66);
    max-height: none;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .blog-post-card .image-container {
    width: 33%;
    height: calc((83.4vw - 3.75rem) * .33 * .66);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .blog-post-card .image-container {
    width: 100%;
    max-width: none;
    height: calc(93.75vw * .66);
  }
}

.blog-post-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post-card .text-container {
  padding-left: 1.875rem;
}

.blog-post-card .text-container:first-child:last-child {
  padding-left: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .blog-post-card .text-container {
    width: 67%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .blog-post-card .text-container {
    width: 100%;
    padding: 1.25rem !important;
  }
}

.blog-post-card h3 {
  font-family: "Poppins",sans-serif;
}

.blog-post-card .date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}

.blog-post-card .date-author p {
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: 0;
}

.blog-post-card .date-author p.date {
  margin-right: .625rem;
}

.blog-post-card .date-author p.author {
  margin-left: .625rem;
}

.blog-post-card .link {
  font-size: .9375rem;
  line-height: 1.25rem;
  margin-top: .625rem;
  position: relative;
}

.blog-post-card .link:before {
  width: calc(100% - 26px);
}

.blog-post-card .link:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url(../images/link-arrow.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 8px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pagination .prev,
.pagination .next {
  width: 2.25rem;
  height: 2.25rem;
  background: #318500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: .75rem .5625rem;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: #170A3D;
}

.pagination .prev.swiper-button-disabled,
.pagination .next.swiper-button-disabled {
  opacity: 0;
}

.pagination .prev.swiper-button-prev img,
.pagination .next.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .pagination .prev,
  .pagination .next {
    position: static;
  }
}

.pagination .prev span,
.pagination .next span {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9000px;
  z-index: -1;
}

.pagination .prev {
  margin-right: 10px;
}

.pagination .prev img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .page-numbers {
  height: 2.25rem;
  color: #5A5A5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .1875rem;
  margin-right: 10px;
  padding: 0 .3125rem 0 .5rem;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers:hover:not(.dots) {
  background: #170A3D;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #318500;
  color: #fff;
}

.filters-section {
  width: 24rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5.625rem;
}

.filters-section.responsive {
  display: none;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section {
    width: 100%;
    padding-bottom: 3.75rem;
  }

  .filters-section.responsive {
    display: block;
  }
}

.filters-section .filters-container {
  background: #318500;
  color: #fff;
  padding: 35px;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section .filters-container.desktop {
    display: none;
  }
}

.filters-section .filters-container h2 {
  font-size: 1.625rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 2rem;
}

.filters-section .filters-container ul {
  list-style: none;
  padding: 0;
}

.filters-section .filters-container ul li {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.filters-section .filters-container ul li:last-child a {
  border-bottom: none;
}

.filters-section .filters-container ul li a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Poppins",sans-serif;
  padding: .625rem .9375rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .filters-section .filters-container ul li a {
    text-align: center;
  }
}

.filters-section .filters-container ul li a:before {
  content: attr(data-text);
  color: transparent;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25rem;
  opacity: 0;
  position: absolute;
  top: .625rem;
  left: .9375rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .filters-section .filters-container ul li a:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.filters-section .filters-container ul li a.active {
  background: #fff;
  border-radius: 4px;
  color: #318500;
}

.filters-section .filters-container ul li a.active:before {
  border-color: #318500;
}

.filters-section .filters-container ul li a:hover:before,
.filters-section .filters-container ul li a.focus:before {
  opacity: 1;
}

.filters-section .blog-search-container {
  background: #A7CE38;
  margin-top: 20px;
  padding: 35px;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section .blog-search-container.desktop {
    display: none;
  }
}

.filters-section .blog-search-container label {
  color: #fff;
}

.filters-section .blog-search-container input[type="submit"] {
  width: 100%;
  border-width: 1px;
  margin-top: 1.25rem;
}

.filters-section .blog-search-container input[type="submit"]:hover {
  border-color: #fff;
}

.filters-section .newsletter-signup-section {
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section {
    margin-top: 0;
  }
}

.filters-section .newsletter-signup-section .wrapper {
  max-width: none;
  padding: 0;
}

.filters-section .newsletter-signup-section .newsletter-container {
  padding: 2.5rem 3.75rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section .newsletter-container {
    padding: 1.875rem;
  }
}

.filters-section .newsletter-signup-section h2 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 2rem;
}

.filters-section .newsletter-signup-section form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filters-section .newsletter-signup-section .gform_footer,
.filters-section .newsletter-signup-section input[type="submit"] {
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section .gform_footer,
  .filters-section .newsletter-signup-section input[type="submit"] {
    width: auto;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section .gform_footer,
  .filters-section .newsletter-signup-section input[type="submit"] {
    width: 100%;
  }
}

.filters-section .newsletter-signup-section .gform_footer {
  margin-top: 1.25rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section .gform_footer {
    margin-top: 0;
    margin-left: .25rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .filters-section .newsletter-signup-section .gform_footer {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.general-content-section .wrapper {
  max-width: 49.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
}

.general-content-section .subhead {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .general-content-section .subhead {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.875rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .general-content-section .subhead {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
}

.general-content-section h2 {
  margin-top: 3.75rem;
}

.general-content-section h2:first-child {
  margin-top: 0;
}

.general-content-section h2+p {
  margin-top: 2.5rem;
}

.general-content-section h3 {
  margin-top: 50px;
}

.general-content-section figure {
  max-width: 100%;
  margin-top: 30px;
}

.general-content-section figure .wp-caption-text {
  font-family: "Poppins",sans-serif;
  font-size: .8125rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: .625rem;
  padding: 0 1.5625rem;
}

.general-content-section figure+p {
  margin-top: 1.875rem;
}

.general-content-section blockquote {
  border-left: 4px solid #318500;
  padding: 1.25rem 1.5rem;
}

.general-content-section blockquote p {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .general-content-section blockquote p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.general-content-section li {
  font-family: "Poppins",sans-serif;
  font-size: .875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

.general-content-section li:first-child {
  margin-top: 0;
}

.general-content-section p a {
  margin-top: 0;
}

.general-content-section a {
  margin-top: 30px;
  margin-right: auto;
}

.general-content-section .button {
  margin-top: 30px;
  margin-right: auto;
}

.related-posts-section .wrapper {
  max-width: 790px;
}

.related-posts-section.blue {
  background: #fff;
}

.related-posts-section.blue .blog-post-card {
  background: #fff;
}

.locations-section .headline-container {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .locations-section .headline-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}

.locations-section .locations-container {
  width: 75%;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .locations-section .locations-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.locations-section .locations-container .location {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  margin-bottom: 30px;
}

.locations-section .locations-container .location:nth-child(3n+1) {
  padding-right: 1rem;
}

.locations-section .locations-container .location:nth-child(3n+2) {
  padding-left: .5rem;
  padding-right: .5rem;
}

.locations-section .locations-container .location:nth-child(3n+3) {
  padding-left: 1rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .locations-section .locations-container .location {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-top: 1px solid rgba(19,20,21,0.1);
    margin-top: 3.125rem;
    margin-bottom: 0;
    padding-top: 3.125rem;
  }

  .locations-section .locations-container .location:nth-child(odd) {
    padding-left: 0 !important;
    padding-right: .75rem !important;
  }

  .locations-section .locations-container .location:nth-child(even) {
    padding-left: .75rem !important;
    padding-right: 0 !important;
  }

  .locations-section .locations-container .location:nth-child(1),
  .locations-section .locations-container .location:nth-child(2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .locations-section .locations-container .location {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-top: none;
    margin-top: 0;
    margin-bottom: 2.1875rem;
    padding-top: 0;
  }

  .locations-section .locations-container .location:nth-child(odd),
  .locations-section .locations-container .location:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .locations-section .locations-container .location:nth-child(1),
  .locations-section .locations-container .location:nth-child(2) {
    margin-bottom: 2.1875rem;
  }

  .locations-section .locations-container .location:last-child {
    margin-bottom: 0;
  }
}

.locations-section .locations-container h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.875rem;
}

.locations-section .locations-container .address {
  margin-top: 10px;
}

.locations-section .locations-container .address p {
  margin-top: 0;
}

.locations-section .locations-container .contact-links {
  margin-top: 10px;
}

.locations-section .locations-container .contact-links .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.locations-section .locations-container .contact-links .contact-row p {
  font-weight: 600;
}

.locations-section .locations-container .contact-links .contact-row a {
  color: #5A5A5A;
}

.locations-section .locations-container .contact-links .contact-row a:hover {
  color: #318500;
}

.locations-section .locations-container .map-container {
  margin-top: 24px;
}

.locations-section .locations-container .map-container iframe,
.locations-section .locations-container .map-container .image-container {
  width: 100%;
  max-width: 282px;
  height: calc((25.8vw - 16px) * .68);
  max-height: 192px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .locations-section .locations-container .map-container iframe,
  .locations-section .locations-container .map-container .image-container {
    max-width: none;
    height: calc((44.7vw - 12px) * .68);
    max-height: none;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .locations-section .locations-container .map-container iframe,
  .locations-section .locations-container .map-container .image-container {
    height: calc(93.75vw * .68);
  }
}

.locations-section .locations-container .map-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.general-form-section .wrapper {
  max-width: 42.875rem;
}

.general-form-section .form-container {
  background: #fff;
  padding: 3.4375rem 10.625rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .general-form-section .form-container {
    padding: 2.5rem 7.5rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .general-form-section .form-container {
    padding: 1.25rem;
  }
}

.general-form-section .gform_footer {
  margin-top: 2.1875rem;
}

.general-form-section input[type='submit'] {
  width: 100%;
}

.app-section {
  margin-top: 50px;
  overflow-x: hidden;
}

.app-section .wrapper {
  margin: 0 auto;
  border: none;
}

.app-section__hdr {
  max-width: 9.9em;
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__hdr {
    max-width: 10em;
    margin: 0 auto;
    text-align: center;
  }
}

.app-section .col-xs-6 {
  position: relative;
}

.app-section .col-xs-6:first-of-type {
  padding-left: 25px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section .col-xs-6:first-of-type {
    padding: 0;
  }
}

.app-section .col-xs-6:last-of-type {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.app-section__list {
  margin: 50px 0;
  padding-left: 70px;
  counter-reset: item;
  list-style-type: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section__list {
    padding-left: 57px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__list {
    margin: 35px 0;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 568px) {
  .app-section__list {
    margin: 30px 0 47px;
    padding: 0;
  }
}

.app-section__list li {
  position: relative;
  max-width: 410px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__list li {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 568px) {
  .app-section__list li {
    max-width: 460px;
    margin-bottom: 38px;
  }
}

.app-section__list li:before {
  content: counter(item) "  ";
  counter-increment: item;
  display: block;
  position: absolute;
  left: -2.65em;
  top: 0.1em;
  width: 40px;
  height: 40px;
  padding: 6px 0;
  border-radius: 50%;
  color: #212121;
  background-color: #A7CE38;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section__list li:before {
    left: -2.35em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__list li:before {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: 31px;
    height: 31px;
    margin: 0 6px 0 0;
    padding: 2px 0;
    font-size: 20px;
  }
}

.app-section__list li h3 {
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__list li h3 {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__list li p {
    margin-top: 0.35em;
  }
}

.app-section__list li .badge-link {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.app-section__list li .badge-link:hover,
.app-section__list li .badge-link.focus {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.app-section__list li .badge {
  display: inline-block;
  margin: 22px 10px 0 0;
  width: auto;
  height: 37px;
}

@media (max-width: 568px) {
  .app-section__list li .badge {
    margin: 12px 7px 0 0;
    max-width: initial;
    width: auto;
    height: 35px;
  }
}

.app-section__bg {
  position: absolute;
  top: 50px;
  left: 60%;
  width: 90%;
  max-width: 533px;
  height: auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__bg {
    width: 60%;
  }
}

.app-section .phone {
  position: relative;
  width: 69%;
  max-width: 393px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .app-section .phone {
    margin: 0 50px 0 auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section .phone {
    left: 2px;
    width: 90%;
    max-width: 322px;
    margin: 0 20px 0 auto;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section .phone {
    width: 57%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.app-section .phone:after {
  content: '';
  position: absolute;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000000;
  border-radius: 0 0 15px 15px;
  width: 49%;
  height: 3.5%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section .phone:after {
    width: 47%;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 400px) {
  .app-section .phone:after {
    border-radius: 0 0 10px 10px;
  }
}

.app-section .phone__frame {
  position: relative;
  width: 100%;
  height: auto;
}

.app-section .phone__inside {
  position: absolute;
  top: 48.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  height: 91%;
  border-radius: 30px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section .phone__inside {
    border-radius: 25px;
  }
}

@media (max-width: 400px) {
  .app-section .phone__inside {
    border-radius: 18px;
  }
}

.app-section__img {
  position: relative;
  display: block;
  width: 69%;
  max-width: 393px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .app-section__img {
    margin: 0 50px 0 auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section__img {
    margin: 0 20px 0 auto;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__img {
    width: 57%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.app-section__food {
  position: absolute;
  left: 8%;
  bottom: -11%;
  max-width: 212px;
  width: 40%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .app-section__food {
    left: 12.5%;
    bottom: -16%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .app-section__food {
    width: 35%;
    bottom: -8%;
  }
}

.page-template-template-homepage,
.home {
  overflow-x: hidden;
}

.page-template-template-homepage .main,
.home .main {
  overflow-x: hidden;
}

.page-template-template-homepage .banner-section,
.home .banner-section {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1290px;
  padding: 0 0 0;
  margin: 0 auto 200px;
}

.page-template-template-homepage .banner-section:after,
.home .banner-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #A7CE38;
  z-index: -1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section,
  .home .banner-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin: 0 auto 225px;
  }

  .page-template-template-homepage .banner-section:before,
  .home .banner-section:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 50%;
    width: 90%;
    height: 88%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section,
  .home .banner-section {
    margin: 0 auto 170px;
  }

  .page-template-template-homepage .banner-section:before,
  .home .banner-section:before {
    top: 3.5%;
    height: 92%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section,
  .home .banner-section {
    margin: 0 auto 110px;
  }
}

.page-template-template-homepage .banner-section .wrapper,
.home .banner-section .wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 686px;
  background-color: #fff;
  border: none;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 60px;
  margin: 0;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .wrapper,
  .home .banner-section .wrapper {
    padding: 45px;
  }
}

@media (max-width: 1080px) {
  .page-template-template-homepage .banner-section .wrapper,
  .home .banner-section .wrapper {
    padding: 35px 45px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper,
  .home .banner-section .wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 800px;
    padding: 30px;
    margin-top: 6%;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper,
  .home .banner-section .wrapper {
    margin-top: 5%;
    padding: 30px 20px;
    text-align: center;
  }
}

.page-template-template-homepage .banner-section .wrapper h1,
.home .banner-section .wrapper h1 {
  font-size: 47px;
  font-size: 2.9375rem;
  line-height: 61px;
  line-height: 3.8125rem;
  margin: 0;
  color: #318500;
  text-align: left;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .wrapper h1,
  .home .banner-section .wrapper h1 {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 55px;
    line-height: 3.4375rem;
    letter-spacing: 0;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper h1,
  .home .banner-section .wrapper h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .wrapper h1,
  .home .banner-section .wrapper h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

.page-template-template-homepage .banner-section .wrapper h1 .slip,
.home .banner-section .wrapper h1 .slip {
  font-size: 49px;
  font-size: 3.0625rem;
  line-height: 63px;
  line-height: 3.9375rem;
  font-family: "Slip";
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .wrapper h1 .slip,
  .home .banner-section .wrapper h1 .slip {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 57px;
    line-height: 3.5625rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .wrapper h1 .slip,
  .home .banner-section .wrapper h1 .slip {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.page-template-template-homepage .banner-section .wrapper p,
.home .banner-section .wrapper p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  position: relative;
  margin-top: 1em;
  text-align: left;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p,
  .home .banner-section .wrapper p {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p,
  .home .banner-section .wrapper p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.page-template-template-homepage .banner-section .wrapper p .copy,
.home .banner-section .wrapper p .copy {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  margin-left: 0.9em;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p .copy,
  .home .banner-section .wrapper p .copy {
    margin-top: 0.75em;
    margin-left: 0.75em;
  }
}

.page-template-template-homepage .banner-section .wrapper p .copy:before,
.home .banner-section .wrapper p .copy:before {
  content: '';
  position: absolute;
  top: -0.25em;
  left: -0.75em;
  right: -0.5em;
  bottom: -0.25em;
  z-index: -1;
  background-color: #F3F3F3;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p .copy:before,
  .home .banner-section .wrapper p .copy:before {
    top: -0.2em;
    left: -0.55em;
    right: -0.35em;
    bottom: -0.15em;
  }
}

.page-template-template-homepage .banner-section .wrapper p .copy:after,
.home .banner-section .wrapper p .copy:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../images/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p .copy:after,
  .home .banner-section .wrapper p .copy:after {
    width: 18px;
    height: 18px;
  }
}

.page-template-template-homepage .banner-section .wrapper p .copy:focus,
.page-template-template-homepage .banner-section .wrapper p .copy.focus,
.home .banner-section .wrapper p .copy:focus,
.home .banner-section .wrapper p .copy.focus {
  outline: none;
}

.page-template-template-homepage .banner-section .wrapper p .copy:focus #copy-code,
.page-template-template-homepage .banner-section .wrapper p .copy.focus #copy-code,
.home .banner-section .wrapper p .copy:focus #copy-code,
.home .banner-section .wrapper p .copy.focus #copy-code {
  outline: 1px solid #318500;
  outline-offset: 3px;
}

.page-template-template-homepage .banner-section .wrapper p .copy-success,
.home .banner-section .wrapper p .copy-success {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  position: absolute;
  left: 107%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding: 0.05em 0.35em;
  border-radius: 3px;
  color: #318500;
  background-color: rgba(255,255,255,0.8);
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  -o-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .wrapper p .copy-success,
  .home .banner-section .wrapper p .copy-success {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    left: 105%;
  }
}

.page-template-template-homepage .banner-section .wrapper p .copy-success.show,
.home .banner-section .wrapper p .copy-success.show {
  visibility: visible;
  opacity: 1;
}

.page-template-template-homepage .banner-section .image-container,
.home .banner-section .image-container {
  position: relative;
  max-width: 322px;
  width: 27%;
  height: auto;
  margin-top: 15px;
  margin-bottom: -130px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container,
  .home .banner-section .image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    max-width: 510px;
    width: 59%;
    margin-top: -5px;
    margin-bottom: -170px;
    z-index: 1;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .image-container,
  .home .banner-section .image-container {
    margin-top: 5px;
    margin-bottom: -110px;
  }
}

.page-template-template-homepage .banner-section .image-container .phone,
.home .banner-section .image-container .phone {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .phone,
  .home .banner-section .image-container .phone {
    left: 2px;
    width: 90%;
    max-width: 322px;
    margin: 0 auto;
  }
}

.page-template-template-homepage .banner-section .image-container .phone:after,
.home .banner-section .image-container .phone:after {
  content: '';
  position: absolute;
  top: 2.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000000;
  border-radius: 0 0 15px 15px;
  width: 46%;
  height: 3.3%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .phone:after,
  .home .banner-section .image-container .phone:after {
    width: 45%;
    height: 3.2%;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 400px) {
  .page-template-template-homepage .banner-section .image-container .phone:after,
  .home .banner-section .image-container .phone:after {
    border-radius: 0 0 10px 10px;
  }
}

.page-template-template-homepage .banner-section .image-container .phone__frame,
.home .banner-section .image-container .phone__frame {
  position: relative;
  width: 100%;
  height: auto;
}

.page-template-template-homepage .banner-section .image-container .phone__inside,
.home .banner-section .image-container .phone__inside {
  position: absolute;
  top: 48.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84.5%;
  height: 91.5%;
  border-radius: 25px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -4px;
     object-position: 0 -4px;
}

@media (max-width: 400px) {
  .page-template-template-homepage .banner-section .image-container .phone__inside,
  .home .banner-section .image-container .phone__inside {
    border-radius: 14px;
  }
}

.page-template-template-homepage .banner-section .image-container .food,
.home .banner-section .image-container .food {
  position: absolute;
  z-index: 1;
}

.page-template-template-homepage .banner-section .image-container .food--1,
.home .banner-section .image-container .food--1 {
  top: 30px;
  left: -145px;
  max-width: 100%;
  width: 65%;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .image-container .food--1,
  .home .banner-section .image-container .food--1 {
    left: -115px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--1,
  .home .banner-section .image-container .food--1 {
    top: 18%;
    left: 9%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 200px;
    width: 40%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--1,
  .home .banner-section .image-container .food--1 {
    top: 19%;
    left: -2%;
    max-width: 223px;
    width: 52%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .image-container .food--1,
  .home .banner-section .image-container .food--1 {
    left: -10%;
    width: 59%;
  }
}

.page-template-template-homepage .banner-section .image-container .food--2,
.home .banner-section .image-container .food--2 {
  top: 320px;
  left: -125px;
  max-width: 100%;
  width: 56%;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .image-container .food--2,
  .home .banner-section .image-container .food--2 {
    left: -110px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--2,
  .home .banner-section .image-container .food--2 {
    top: 62%;
    left: 11%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 160px;
    width: 34%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--2,
  .home .banner-section .image-container .food--2 {
    top: 63%;
    left: -1%;
    max-width: 192px;
    width: 44%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .image-container .food--2,
  .home .banner-section .image-container .food--2 {
    top: 65%;
    left: -6%;
    width: 46%;
  }
}

.page-template-template-homepage .banner-section .image-container .food--3,
.home .banner-section .image-container .food--3 {
  top: 280px;
  left: calc(100% - 50px);
  max-width: 100%;
  width: 59%;
}

@media (max-width: 1200px) {
  .page-template-template-homepage .banner-section .image-container .food--3,
  .home .banner-section .image-container .food--3 {
    left: calc(100% - 60px);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--3,
  .home .banner-section .image-container .food--3 {
    top: 50%;
    left: 89%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 180px;
    width: 35%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .image-container .food--3,
  .home .banner-section .image-container .food--3 {
    left: 101%;
    max-width: 200px;
    width: 45%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .banner-section .image-container .food--3,
  .home .banner-section .image-container .food--3 {
    top: 48%;
    left: 106%;
    width: 48%;
  }
}

.page-template-template-homepage .banner-section .buttons-container,
.home .banner-section .buttons-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .buttons-container,
  .home .banner-section .buttons-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .buttons-container,
  .home .banner-section .buttons-container {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .buttons-container img,
  .home .banner-section .buttons-container img {
    width: auto;
    height: 35px;
  }
}

.page-template-template-homepage .banner-section .buttons-container>a,
.home .banner-section .buttons-container>a {
  margin-right: 25px;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.page-template-template-homepage .banner-section .buttons-container>a:hover,
.home .banner-section .buttons-container>a:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .banner-section .buttons-container>a:last-of-type,
  .home .banner-section .buttons-container>a:last-of-type {
    margin-right: 0;
  }
}

.page-template-template-homepage .locations .wrapper,
.home .locations .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations .wrapper,
  .home .locations .wrapper {
    padding-bottom: 5.625rem;
  }
}

.page-template-template-homepage .locations div[class*="col-"],
.home .locations div[class*="col-"] {
  position: relative;
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations div[class*="col-"]:first-of-type,
  .home .locations div[class*="col-"]:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 75px auto 0;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations div[class*="col-"]:first-of-type,
  .home .locations div[class*="col-"]:first-of-type {
    margin: 45px auto 0;
  }
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations div[class*="col-"]:nth-of-type(2),
  .home .locations div[class*="col-"]:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-template-homepage .locations__bg,
.home .locations__bg {
  position: absolute;
  top: 0;
  left: -59%;
  width: 123%;
  max-width: 589px;
  height: auto;
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__bg,
  .home .locations__bg {
    top: 5%;
    left: -16%;
    width: 70%;
    max-width: 470px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .locations__bg,
  .home .locations__bg {
    top: 12%;
    left: -48%;
    width: 112%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations__bg,
  .home .locations__bg {
    top: 11%;
    left: -57%;
    width: 148%;
    max-width: 449px;
  }
}

@media (max-width: 380px) {
  .page-template-template-homepage .locations__bg,
  .home .locations__bg {
    top: 11.3%;
    left: -70%;
    max-width: 430px;
  }
}

.page-template-template-homepage .locations__wine,
.home .locations__wine {
  position: absolute;
  top: -25%;
  left: -23%;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    max-width: 39%;
  }
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    top: 8%;
    left: 13%;
    max-width: 122px;
    width: 15.5%;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    left: 8%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    top: 6%;
    left: 2.5%;
    width: 60%;
    max-width: 100px;
    width: 17%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    top: 7%;
    left: -4%;
    width: 24%;
  }
}

@media (max-width: 400px) {
  .page-template-template-homepage .locations__wine,
  .home .locations__wine {
    top: 16%;
  }
}

.page-template-template-homepage .locations__wine__img,
.home .locations__wine__img {
  -webkit-transform: rotate(21deg);
       -o-transform: rotate(21deg);
          transform: rotate(21deg);
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__wine__img,
  .home .locations__wine__img {
    -webkit-transform: rotate(17deg);
         -o-transform: rotate(17deg);
            transform: rotate(17deg);
  }
}

.page-template-template-homepage .locations__map,
.home .locations__map {
  position: relative;
  display: block;
  top: -10%;
  left: -2%;
  width: calc(95% + 50px);
  max-width: 620px;
  height: 600px;
  border-radius: 50px;
  background-color: #F3F3F3;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(14,31,53,0.15);
          box-shadow: 0 2px 8px rgba(14,31,53,0.15);
  cursor: default;
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__map,
  .home .locations__map {
    top: 0;
    left: 0;
    width: 76%;
    max-width: 440px;
    height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 380px) {
  .page-template-template-homepage .locations__map,
  .home .locations__map {
    height: 450px;
  }
}

.page-template-template-homepage .locations__map #locations-map,
.home .locations__map #locations-map {
  width: 100%;
  height: 100%;
  cursor: default;
}

.page-template-template-homepage .locations__map #locations-map .gm-style div,
.home .locations__map #locations-map .gm-style div {
  cursor: default !important;
}

.page-template-template-homepage .locations__map .pin,
.home .locations__map .pin {
  position: absolute;
  -webkit-transform: translate(-50%, -300%);
       -o-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform 1.2s ease;
  transition: opacity .2s ease, -webkit-transform 1.2s ease;
  -o-transition: opacity .2s ease, -o-transform 1.2s ease;
  transition: opacity .2s ease, transform 1.2s ease;
  transition: opacity .2s ease, transform 1.2s ease, -webkit-transform 1.2s ease, -o-transform 1.2s ease;
}

.page-template-template-homepage .locations__map .pin.animate,
.home .locations__map .pin.animate {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations__map .pin,
  .home .locations__map .pin {
    width: 23px;
    height: 27px;
  }
}

.page-template-template-homepage .locations__map .pin:first-of-type,
.home .locations__map .pin:first-of-type {
  top: 8%;
  left: 23%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(2),
.home .locations__map .pin:nth-of-type(2) {
  top: 6.5%;
  left: 56%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(3),
.home .locations__map .pin:nth-of-type(3) {
  top: 22.5%;
  left: 41%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(4),
.home .locations__map .pin:nth-of-type(4) {
  top: 25%;
  left: 59.5%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(5),
.home .locations__map .pin:nth-of-type(5) {
  top: 33%;
  left: 23%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(6),
.home .locations__map .pin:nth-of-type(6) {
  top: 46%;
  left: 40.5%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(7),
.home .locations__map .pin:nth-of-type(7) {
  top: 39%;
  left: 67%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(8),
.home .locations__map .pin:nth-of-type(8) {
  top: 57%;
  left: 31%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(9),
.home .locations__map .pin:nth-of-type(9) {
  top: 55%;
  left: 13%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(10),
.home .locations__map .pin:nth-of-type(10) {
  top: 69.5%;
  left: 42.5%;
}

.page-template-template-homepage .locations__map .pin:nth-of-type(11),
.home .locations__map .pin:nth-of-type(11) {
  top: 63.7%;
  left: 61.5%;
}

.page-template-template-homepage .locations__salad,
.home .locations__salad {
  position: absolute;
  top: 67%;
  left: 66%;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .locations__salad,
  .home .locations__salad {
    top: 72%;
    max-width: 213px;
  }
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__salad,
  .home .locations__salad {
    top: 84%;
    left: 64%;
    width: 50%;
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .locations__salad,
  .home .locations__salad {
    top: 88%;
    left: 67%;
    width: 37%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations__salad,
  .home .locations__salad {
    top: 90%;
  }
}

.page-template-template-homepage .locations__leaf,
.home .locations__leaf {
  position: absolute;
  top: 79%;
  left: -25%;
  width: 60%;
  max-width: 353px;
  height: auto;
}

@media (max-width: 991px) {
  .page-template-template-homepage .locations__leaf,
  .home .locations__leaf {
    top: 86%;
    left: 7%;
    width: 60%;
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .locations__leaf,
  .home .locations__leaf {
    top: 92%;
    left: -8%;
    max-width: 216px;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .locations__leaf,
  .home .locations__leaf {
    top: 94%;
    max-width: 160px;
  }
}

.page-template-template-homepage .locations__hdr,
.home .locations__hdr {
  color: #318500;
}

.page-template-template-homepage .locations__cta,
.home .locations__cta {
  margin-top: 2.1875rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .locations__cta,
  .home .locations__cta {
    width: 100%;
    margin-top: 1.125rem;
  }
}

.page-template-template-homepage .column-section,
.home .column-section {
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section,
  .home .column-section {
    margin-top: 35px;
  }

  .page-template-template-homepage .column-section p,
  .home .column-section p {
    margin-top: 0.5em;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section,
  .home .column-section {
    margin-top: 25px;
  }
}

.page-template-template-homepage .column-section .left-arrow,
.home .column-section .left-arrow {
  position: absolute;
  top: -200px;
  right: -290px;
  -webkit-transform: rotate(-19deg);
       -o-transform: rotate(-19deg);
          transform: rotate(-19deg);
  z-index: -1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow,
  .home .column-section .left-arrow {
    top: -120px;
    right: -220px;
  }

  .page-template-template-homepage .column-section .left-arrow svg,
  .home .column-section .left-arrow svg {
    width: 634px;
    height: 155px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow,
  .home .column-section .left-arrow {
    top: -80px;
    right: -112px;
    -webkit-transform: rotate(-26deg);
         -o-transform: rotate(-26deg);
            transform: rotate(-26deg);
  }

  .page-template-template-homepage .column-section .left-arrow svg,
  .home .column-section .left-arrow svg {
    width: 280px;
    height: 90px;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .column-section .left-arrow,
  .home .column-section .left-arrow {
    top: 120px;
  }
}

.page-template-template-homepage .column-section .left-arrow:after,
.home .column-section .left-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 691px;
  height: 245px;
  -webkit-transform: translate(0, 0) rotate(19deg);
       -o-transform: translate(0, 0) rotate(19deg);
          transform: translate(0, 0) rotate(19deg);
  -webkit-transition: all 1.9s ease-in;
  -o-transition: all 1.9s ease-in;
  transition: all 1.9s ease-in;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow:after,
  .home .column-section .left-arrow:after {
    width: 634px;
    height: 165px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow:after,
  .home .column-section .left-arrow:after {
    width: 280px;
    height: 90px;
  }
}

.page-template-template-homepage .column-section .left-arrow.animate:after,
.home .column-section .left-arrow.animate:after {
  -webkit-transform: translate(-100%, -40%) rotate(6deg);
       -o-transform: translate(-100%, -40%) rotate(6deg);
          transform: translate(-100%, -40%) rotate(6deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow.animate:after,
  .home .column-section .left-arrow.animate:after {
    -webkit-transform: translate(-90%, 5%) rotate(-3deg);
         -o-transform: translate(-90%, 5%) rotate(-3deg);
            transform: translate(-90%, 5%) rotate(-3deg);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .left-arrow.animate:after,
  .home .column-section .left-arrow.animate:after {
    -webkit-transform: translate(-100%, 10%) rotate(-6deg);
         -o-transform: translate(-100%, 10%) rotate(-6deg);
            transform: translate(-100%, 10%) rotate(-6deg);
  }
}

.page-template-template-homepage .column-section .right-arrow,
.home .column-section .right-arrow {
  position: absolute;
  top: calc(100% - 60px);
  left: -240px;
  -webkit-transform: rotate(-20deg) scale(-1);
       -o-transform: rotate(-20deg) scale(-1);
          transform: rotate(-20deg) scale(-1);
  z-index: -1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow,
  .home .column-section .right-arrow {
    left: -180px;
  }

  .page-template-template-homepage .column-section .right-arrow svg,
  .home .column-section .right-arrow svg {
    width: 520px;
    height: 220px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow,
  .home .column-section .right-arrow {
    top: calc(100% - 20px);
    left: -130px;
    -webkit-transform: rotate(-30deg) scale(-1);
         -o-transform: rotate(-30deg) scale(-1);
            transform: rotate(-30deg) scale(-1);
  }

  .page-template-template-homepage .column-section .right-arrow svg,
  .home .column-section .right-arrow svg {
    width: 340px;
    height: 120px;
  }
}

.page-template-template-homepage .column-section .right-arrow:after,
.home .column-section .right-arrow:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 691px;
  height: 316px;
  -webkit-transform: translate(0, 0) rotate(-19deg);
       -o-transform: translate(0, 0) rotate(-19deg);
          transform: translate(0, 0) rotate(-19deg);
  -webkit-transition: all 1.9s ease-in;
  -o-transition: all 1.9s ease-in;
  transition: all 1.9s ease-in;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow:after,
  .home .column-section .right-arrow:after {
    width: 520px;
    height: 220px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow:after,
  .home .column-section .right-arrow:after {
    width: 340px;
    height: 120px;
  }
}

.page-template-template-homepage .column-section .right-arrow.animate:after,
.home .column-section .right-arrow.animate:after {
  -webkit-transform: translate(-100%, 80%) rotate(-19deg);
       -o-transform: translate(-100%, 80%) rotate(-19deg);
          transform: translate(-100%, 80%) rotate(-19deg);
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow.animate:after,
  .home .column-section .right-arrow.animate:after {
    -webkit-transform: translate(-95%, 60%) rotate(-19deg);
         -o-transform: translate(-95%, 60%) rotate(-19deg);
            transform: translate(-95%, 60%) rotate(-19deg);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .right-arrow.animate:after,
  .home .column-section .right-arrow.animate:after {
    -webkit-transform: translate(-100%, 80%) rotate(-29deg);
         -o-transform: translate(-100%, 80%) rotate(-29deg);
            transform: translate(-100%, 80%) rotate(-29deg);
  }
}

.page-template-template-homepage .column-section .wrapper,
.home .column-section .wrapper {
  position: relative;
  border: none;
}

.page-template-template-homepage .column-section .row,
.home .column-section .row {
  position: relative;
  width: 104%;
  left: -2%;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .row,
  .home .column-section .row {
    width: 100%;
    left: 0;
  }
}

.page-template-template-homepage .column-section .banner-section.contact-banner h1,
.banner-section.contact-banner .page-template-template-homepage .column-section h1,
.page-template-template-homepage .column-section .hdr-lg,
.page-template-template-homepage .column-section .page-template-template-contact .locations-section .headline-container h2,
.page-template-template-contact .locations-section .headline-container .page-template-template-homepage .column-section h2,
.page-template-template-homepage .column-section .page-template-template-grocery .split-image-content-section h2,
.page-template-template-grocery .split-image-content-section .page-template-template-homepage .column-section h2,
.page-template-template-homepage .column-section .page-template-template-services-products .split-image-content-section h2,
.page-template-template-services-products .split-image-content-section .page-template-template-homepage .column-section h2,
.home .column-section .banner-section.contact-banner h1,
.banner-section.contact-banner .home .column-section h1,
.home .column-section .hdr-lg,
.home .column-section .page-template-template-contact .locations-section .headline-container h2,
.page-template-template-contact .locations-section .headline-container .home .column-section h2,
.home .column-section .page-template-template-grocery .split-image-content-section h2,
.page-template-template-grocery .split-image-content-section .home .column-section h2,
.home .column-section .page-template-template-services-products .split-image-content-section h2,
.page-template-template-services-products .split-image-content-section .home .column-section h2 {
  color: #318500;
}

.page-template-template-homepage .column-section .columns-3,
.home .column-section .columns-3 {
  width: 31%;
  max-width: 31%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  border: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3,
  .home .column-section .columns-3 {
    width: 31.6%;
    max-width: 31.6%;
    -ms-flex-preferred-size: 31.6%;
        flex-basis: 31.6%;
  }
}

.page-template-template-homepage .column-section .columns-3:nth-child(3n+1),
.home .column-section .columns-3:nth-child(3n+1) {
  margin: 0;
  padding: 0;
}

.page-template-template-homepage .column-section .columns-3:nth-child(3n+2),
.home .column-section .columns-3:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
  padding: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3:nth-child(3n+2),
  .home .column-section .columns-3:nth-child(3n+2) {
    margin-left: 2.6%;
    margin-right: 2.6%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3:nth-child(3n+2),
  .home .column-section .columns-3:nth-child(3n+2) {
    margin: 0;
  }
}

.page-template-template-homepage .column-section .columns-3:nth-child(3n+3),
.home .column-section .columns-3:nth-child(3n+3) {
  margin: 0;
  padding: 0;
}

.page-template-template-homepage .column-section .columns-3 h3,
.home .column-section .columns-3 h3 {
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3 h3,
  .home .column-section .columns-3 h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.page-template-template-homepage .column-section .columns-3 img,
.home .column-section .columns-3 img {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3 img,
  .home .column-section .columns-3 img {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .column-section .columns-3 img,
  .home .column-section .columns-3 img {
    max-height: initial;
    aspect-ratio: 16 / 11;
  }
}

.page-template-template-homepage .press .wrapper,
.home .press .wrapper {
  border: none;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .press .wrapper,
  .home .press .wrapper {
    padding-top: 0;
  }
}

.page-template-template-homepage .press__hdr,
.home .press__hdr {
  color: #318500;
}

.page-template-template-homepage .press__list,
.home .press__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .press__list,
  .home .press__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.page-template-template-homepage .press__list-item,
.home .press__list-item {
  width: auto;
  max-width: 20%;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(100px);
       -o-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  -o-transition: opacity .6s ease, -o-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

.page-template-template-homepage .press__list-item.animate,
.home .press__list-item.animate {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-homepage .press__list-item,
  .home .press__list-item {
    max-width: 16%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .press__list-item,
  .home .press__list-item {
    width: 34%;
    max-width: 34%;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 6%;
  }
}

.page-template-template-homepage .press__list-item img,
.home .press__list-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .page-template-template-homepage .press__list-item img,
  .home .press__list-item img {
    max-width: 100%;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.page-template-template-homepage .insta .wrapper,
.home .insta .wrapper {
  border: none;
}

.page-template-template-homepage .insta__hdr,
.home .insta__hdr {
  color: #318500;
}

.page-template-template-homepage .insta__imgs,
.home .insta__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-homepage .insta__item,
.home .insta__item {
  display: block;
  width: 23%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin: 1%;
  aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-homepage .insta__item,
  .home .insta__item {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (max-width: 568px) {
  .page-template-template-homepage .insta__item,
  .home .insta__item {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}

.page-template-template-homepage .insta #sb_instagram #sbi_images .sbi_item,
.home .insta #sb_instagram #sbi_images .sbi_item {
  padding-bottom: 0 !important;
  margin-bottom: 8px !important;
}

.page-template-template-contact main>.row {
  width: 100%;
  overflow: hidden;
  padding-left: 8.3vw;
  padding-right: 8.3vw;
}

@media only screen and (min-width: 1441px) {
  .page-template-template-contact main>.row {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact main>.row {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-template-template-contact main>.row>.wrapper {
  max-width: 75rem;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 7.5rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact main>.row>.wrapper {
    display: block;
    padding-bottom: 0;
  }
}

.page-template-template-contact .left {
  width: 42%;
  padding-right: 3rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .left {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .left {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .left {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

.page-template-template-contact .right {
  width: 54%;
  padding-top: 3.125rem;
  padding-bottom: 7.75rem;
  position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .right {
    padding-bottom: 6.25rem;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .right {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3.75rem;
  }
}

.page-template-template-contact .contact-info-section {
  width: 90%;
  margin: 3.75rem auto 0;
  padding: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section {
    margin: 2.8125rem auto 0;
  }
}

.page-template-template-contact .contact-info-section .wrapper {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .wrapper {
    display: block;
  }
}

.page-template-template-contact .contact-info-section .contact-info-container {
  text-align: center;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .contact-info-container {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .contact-info-container {
    width: 100%;
  }
}

.page-template-template-contact .contact-info-section .contact-info-container h2 {
  color: #318500;
}

.page-template-template-contact .contact-info-section .address {
  margin-top: 30px;
}

.page-template-template-contact .contact-info-section .address p {
  margin-top: 0;
}

.page-template-template-contact .contact-info-section .contact-links {
  margin-top: 5px;
}

.page-template-template-contact .contact-info-section .contact-links .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-contact .contact-info-section .contact-links .contact-row p {
  font-weight: 400;
}

.page-template-template-contact .contact-info-section .contact-links .contact-row a {
  color: #5A5A5A;
  font-weight: 400;
  padding-left: .5em;
}

.page-template-template-contact .contact-info-section .contact-links .contact-row a:hover {
  color: #318500;
}

.page-template-template-contact .contact-info-section .map-container {
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .map-container {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .map-container {
    width: 100%;
    margin-top: 30px;
  }
}

.page-template-template-contact .contact-info-section .map-container>* {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 18.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .map-container>* {
    height: calc(44.7vw * .6);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .contact-info-section .map-container>* {
    height: calc(93.75vw * .6);
  }
}

.page-template-template-contact .contact-info-section h3 {
  margin-top: 35px;
}

.page-template-template-contact .form-section {
  background: #F3F3F3;
  padding: 2.75rem 3.125rem;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .form-section {
    padding: 2.1875rem 2.8125rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .form-section {
    padding: 1.875rem;
  }
}

.page-template-template-contact .form-section>.wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-template-contact .form-section h2 {
  font-size: 1.625rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: center;
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .form-section h2 {
    text-align: center;
  }
}

.page-template-template-contact .form-section p {
  text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .form-section p {
    text-align: center;
  }
}

.page-template-template-contact .form-section select,
.page-template-template-contact .form-section textarea,
.page-template-template-contact .form-section input:not([type]),
.page-template-template-contact .form-section input[type="text"],
.page-template-template-contact .form-section input[type="password"],
.page-template-template-contact .form-section input[type="datetime"],
.page-template-template-contact .form-section input[type="datetime-local"],
.page-template-template-contact .form-section input[type="date"],
.page-template-template-contact .form-section input[type="month"],
.page-template-template-contact .form-section input[type="time"],
.page-template-template-contact .form-section input[type="week"],
.page-template-template-contact .form-section input[type="number"],
.page-template-template-contact .form-section input[type="zip"],
.page-template-template-contact .form-section input[type="email"],
.page-template-template-contact .form-section input[type="url"],
.page-template-template-contact .form-section input[type="search"],
.page-template-template-contact .form-section input[type="tel"],
.page-template-template-contact .form-section input[type="color"] {
  background: #fff;
  border: 1px solid #fff;
  color: #5A5A5A;
}

.page-template-template-contact .form-section select::-webkit-input-placeholder,
.page-template-template-contact .form-section textarea::-webkit-input-placeholder,
.page-template-template-contact .form-section input:not([type])::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="text"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="password"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="datetime"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="datetime-local"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="date"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="month"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="time"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="week"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="number"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="zip"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="email"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="url"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="search"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="tel"]::-webkit-input-placeholder,
.page-template-template-contact .form-section input[type="color"]::-webkit-input-placeholder {
  display: none;
  opacity: 0;
}

.page-template-template-contact .form-section select::-moz-placeholder,
.page-template-template-contact .form-section textarea::-moz-placeholder,
.page-template-template-contact .form-section input:not([type])::-moz-placeholder,
.page-template-template-contact .form-section input[type="text"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="password"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="datetime"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="datetime-local"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="date"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="month"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="time"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="week"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="number"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="zip"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="email"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="url"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="search"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="tel"]::-moz-placeholder,
.page-template-template-contact .form-section input[type="color"]::-moz-placeholder {
  display: none;
  opacity: 0;
}

.page-template-template-contact .form-section select::-ms-input-placeholder,
.page-template-template-contact .form-section textarea::-ms-input-placeholder,
.page-template-template-contact .form-section input:not([type])::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="text"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="password"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="datetime"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="datetime-local"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="date"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="month"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="time"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="week"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="number"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="zip"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="email"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="url"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="search"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="tel"]::-ms-input-placeholder,
.page-template-template-contact .form-section input[type="color"]::-ms-input-placeholder {
  display: none;
  opacity: 0;
}

.page-template-template-contact .form-section select::placeholder,
.page-template-template-contact .form-section textarea::placeholder,
.page-template-template-contact .form-section input:not([type])::placeholder,
.page-template-template-contact .form-section input[type="text"]::placeholder,
.page-template-template-contact .form-section input[type="password"]::placeholder,
.page-template-template-contact .form-section input[type="datetime"]::placeholder,
.page-template-template-contact .form-section input[type="datetime-local"]::placeholder,
.page-template-template-contact .form-section input[type="date"]::placeholder,
.page-template-template-contact .form-section input[type="month"]::placeholder,
.page-template-template-contact .form-section input[type="time"]::placeholder,
.page-template-template-contact .form-section input[type="week"]::placeholder,
.page-template-template-contact .form-section input[type="number"]::placeholder,
.page-template-template-contact .form-section input[type="zip"]::placeholder,
.page-template-template-contact .form-section input[type="email"]::placeholder,
.page-template-template-contact .form-section input[type="url"]::placeholder,
.page-template-template-contact .form-section input[type="search"]::placeholder,
.page-template-template-contact .form-section input[type="tel"]::placeholder,
.page-template-template-contact .form-section input[type="color"]::placeholder {
  display: none;
  opacity: 0;
}

.page-template-template-contact .form-section .gfield {
  margin-bottom: 11px;
}

.page-template-template-contact .form-section .gfield#field_1_6 label[for="input_1_6"] {
  opacity: 0;
  visibility: hidden;
}

.page-template-template-contact .form-section .gfield#field_1_7 label[for="input_1_7"] {
  top: 10%;
}

.page-template-template-contact .form-section .name_first {
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .page-template-template-contact .form-section .name_first {
    padding-right: 1% !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  .page-template-template-contact .form-section .name_first {
    padding-right: 0 !important;
    margin-bottom: 24px !important;
  }
}

.page-template-template-contact .form-section .name_last {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  .page-template-template-contact .form-section .name_last {
    margin-top: 0;
    padding-left: 1% !important;
  }
}

@media (max-width: 640px) {
  .page-template-template-contact .form-section .name_last {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

.page-template-template-contact .form-section .gfield_label_before_complex {
  display: inline-block;
  color: #318500;
  margin-bottom: .5625rem;
  font-weight: 500 !important;
}

.page-template-template-contact .form-section .gform_wrapper {
  margin-top: 30px;
}

.page-template-template-contact .form-section .gform_footer {
  margin-top: 2.1875rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .form-section .gform_footer {
    margin-top: 2.1875rem;
  }
}

.page-template-template-contact .locations-section>.wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
}

.page-template-template-contact .locations-section hr {
  display: block;
  width: 100%;
  height: 2px;
  border: none;
  background: #F3F3F3;
  margin: 0 0 44px;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .locations-section hr {
    display: none;
  }
}

.page-template-template-contact .locations-section .headline-container {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #318500;
}

.page-template-template-contact .locations-section .locations-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-template-template-contact .locations-section .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.page-template-template-contact .locations-section .location:nth-child(3n+1),
.page-template-template-contact .locations-section .location:nth-child(3n+2),
.page-template-template-contact .locations-section .location:nth-child(3n+3) {
  padding: 0;
}

.page-template-template-contact .locations-section .location:nth-of-type(3n+1) {
  padding-right: 1.5rem;
}

.page-template-template-contact .locations-section .location:nth-of-type(3n+2) {
  padding-left: .75rem;
  padding-right: .75rem;
}

.page-template-template-contact .locations-section .location:nth-of-type(3n+3) {
  padding-left: 1.5rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location {
    border: none;
    margin-bottom: 10px;
  }

  .page-template-template-contact .locations-section .location:nth-child(odd) {
    padding: 0 !important;
  }

  .page-template-template-contact .locations-section .location:nth-child(even) {
    padding: 0 !important;
  }

  .page-template-template-contact .locations-section .location:nth-of-type(odd) {
    padding-right: .9375rem !important;
  }

  .page-template-template-contact .locations-section .location:nth-of-type(even) {
    padding-left: .9375rem !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    flex: 0 0 46%;
    padding: 0 !important;
    margin-bottom: 2.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-template-template-contact .locations-section .location:nth-of-type(odd) {
    padding: 0 !important;
    padding-right: 2% !important;
  }

  .page-template-template-contact .locations-section .location:nth-of-type(even) {
    padding: 0 !important;
    padding-left: 2% !important;
  }
}

.page-template-template-contact .locations-section .location__address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  margin: 0;
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__address {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.page-template-template-contact .locations-section .location__address h3 {
  color: #318500;
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__address h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}

.page-template-template-contact .locations-section .location__address p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__address p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__address p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.page-template-template-contact .locations-section .location__address a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-top: 2px;
  font-weight: 600;
  border-bottom: 2px solid #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__address a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__address a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.page-template-template-contact .locations-section .location__address a:hover {
  color: green;
}

.page-template-template-contact .locations-section .location__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  margin: 4px 0 0;
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-template-template-contact .locations-section .location__info p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__info p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.page-template-template-contact .locations-section .location__info span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__info span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

.page-template-template-contact .locations-section .location__info .delivery {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 9px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__info .delivery {
    margin-bottom: 5px;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info .delivery {
    margin-bottom: 1px;
  }
}

.page-template-template-contact .locations-section .location__info .delivery span {
  vertical-align: text-bottom;
}

.page-template-template-contact .locations-section .location__info .delivery img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  vertical-align: text-top;
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info .delivery img {
    width: 14px;
    height: 14px;
  }
}

.page-template-template-contact .locations-section .location__info .pickup {
  display: inline-block;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location__info .pickup {
    margin-bottom: 5px;
  }
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info .pickup {
    margin-bottom: 1px;
  }
}

.page-template-template-contact .locations-section .location__info .pickup span {
  vertical-align: text-bottom;
}

.page-template-template-contact .locations-section .location__info .pickup img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  vertical-align: text-top;
}

@media (max-width: 568px) {
  .page-template-template-contact .locations-section .location__info .pickup img {
    width: 14px;
    height: 14px;
  }
}

.page-template-template-contact .locations-section .location .map-container {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location .map-container {
    margin-top: .8125rem;
  }
}

.page-template-template-contact .locations-section .location .map-container>* {
  width: 100%;
  max-width: 100%;
  height: 15.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location .map-container>* {
    height: calc(44.7vw * .6);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-contact .locations-section .location .map-container>* {
    height: calc(93.75vw * .3);
  }
}

.page-template-template-contact .app-section {
  margin-top: 0;
}

.splash-page {
  overflow-x: hidden;
}

.splash-page .main {
  padding: 0;
  overflow-x: hidden;
}

.splash-page__hero {
  position: relative;
  z-index: 2;
}

.splash-page__hero>.wrapper {
  position: relative;
  max-width: 1029px;
  padding: 0;
  border-bottom: 0;
  overflow-x: hidden;
}

.splash-page__hero .download {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 35px 0;
  white-space: nowrap;
}

@media (max-width: 568px) {
  .splash-page__hero .download {
    margin: 25px 0 15px;
  }
}

.splash-page__hero .download>span {
  font-family: "Poppins",sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #318500;
  letter-spacing: 0;
  line-height: 1.5rem;
  position: relative;
  margin-right: 10px;
  white-space: nowrap;
}

@media (max-width: 1025px) {
  .splash-page__hero .download>span {
    font-size: 1rem;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .download>span {
    margin-right: 5px;
    font-size: .75rem;
  }
}

.splash-page__hero .download__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 0 0 10px;
  padding: 9px 0 0 1px;
  background-color: #F3F3F3;
}

@media (max-width: 1025px) {
  .splash-page__hero .download__icon {
    width: 35px;
    height: 35px;
    padding: 8px 0 0 0;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .download__icon {
    width: 23px;
    height: 23px;
    margin: 0 0 0 5px;
    padding: 5px 0 0 0;
  }
}

.splash-page__hero .download__icon--google {
  padding-top: 10px;
  padding-left: 4px;
}

@media (max-width: 1025px) {
  .splash-page__hero .download__icon--google {
    padding-top: 8px;
    padding-left: 3px;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .download__icon--google {
    padding-top: 5px;
  }
}

.splash-page__hero .download__icon>img {
  display: block;
  width: auto;
  height: 30px;
  margin: auto;
}

@media (max-width: 1025px) {
  .splash-page__hero .download__icon>img {
    height: 20px;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .download__icon>img {
    height: 13px;
  }
}

.splash-page__hero .row {
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

@media (max-width: 1025px) {
  .splash-page__hero .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.splash-page__hero .row>.col-xs-8 {
  position: relative;
  max-width: 615px;
}

@media (max-width: 1025px) {
  .splash-page__hero .row>.col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86%;
            flex: 0 0 86%;
    width: 86%;
    max-width: 610px;
    text-align: center;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .row>.col-xs-8 {
    max-width: 337px;
  }
}

.splash-page__hero .row>.col-xs-8>img {
  width: 230px;
  height: auto;
}

@media (max-width: 568px) {
  .splash-page__hero .row>.col-xs-8>img {
    max-width: 130px;
  }
}

.splash-page__hero .row>.col-xs-4 {
  position: relative;
}

@media (max-width: 1025px) {
  .splash-page__hero .row>.col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .row>.col-xs-4 {
    display: none;
  }
}

.splash-page__hero .row>.col-xs-4 .iphone-mockup {
  display: block;
  width: 85%;
  max-width: 297px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1025px) {
  .splash-page__hero .row>.col-xs-4 .iphone-mockup {
    max-width: 266px;
    margin: 0 auto;
  }
}

.splash-page__hero .hdr-txt {
  color: #318500;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .splash-page__hero .hdr-txt {
    font-size: 3.3125rem;
    line-height: 4.25rem;
  }
}

@media (max-width: 568px) {
  .splash-page__hero .hdr-txt {
    margin-top: .9375rem;
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.splash-page__hero .hdr-txt .light-green {
  color: #A7CE38;
}

.splash-page__hero .hdr-txt .slip {
  font-family: "Slip";
  text-transform: uppercase;
}

.splash-page__hero .sbhdr-txt {
  color: #318500;
}

@media (max-width: 568px) {
  .splash-page__hero .sbhdr-txt {
    margin-top: 0.75em;
    padding: 0 1.5em;
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.splash-page__hero .body-txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #5A5A5A;
}

@media (max-width: 1025px) {
  .splash-page__hero .body-txt {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .splash-page__hero .body-txt {
    margin-top: 0.75em;
    padding: 0 1.5em;
    font-size: .875rem;
    line-height: 1.4375rem;
  }
}

.splash-page .mailchimp {
  display: block;
  width: 100%;
  padding: 40px;
  margin-top: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  background-color: #F3F3F3;
}

@media (max-width: 768px) {
  .splash-page .mailchimp {
    padding: 25px;
  }
}

@media (max-width: 568px) {
  .splash-page .mailchimp {
    padding: 15px;
  }
}

.splash-page .mailchimp #mc_embed_signup {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
}

.splash-page .mailchimp #mc_embed_signup form {
  padding: 0;
}

.splash-page .mailchimp #mc_embed_signup div#mce-responses {
  position: absolute;
  top: 115%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .splash-page .mailchimp #mc_embed_signup div#mce-responses {
    top: 106%;
  }
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup div#mce-responses {
    top: 120%;
  }
}

.splash-page .mailchimp #mc_embed_signup div#mce-responses #mce-success-response,
.splash-page .mailchimp #mc_embed_signup div#mce-responses #mce-error-response {
  top: 0;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup .mc-field-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group label {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup .mc-field-group label {
    left: 10px;
  }
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group label:after {
  content: '';
  background-image: url("/images/email-svg.svg");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 14px;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"] {
  height: 100%;
  min-height: 100%;
  text-indent: 40px;
  background-color: #fff;
  color: #212121;
  border: none;
  border-radius: 0;
  border: 2px solid #fff;
  padding: .5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"] {
    text-indent: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"]::-webkit-input-placeholder {
  color: #5A5A5A;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"]::-moz-placeholder {
  color: #5A5A5A;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"]::-ms-input-placeholder {
  color: #5A5A5A;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"]::placeholder {
  color: #5A5A5A;
}

.splash-page .mailchimp #mc_embed_signup .mc-field-group input[type="email"]:focus {
  outline: 1px solid #318500;
}

.splash-page .mailchimp #mc_embed_signup .button {
  height: auto;
  outline: none;
  background-color: #318500;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-transform: initial;
  padding: 10px 14px;
  margin: 0;
  border-radius: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: -o-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup .button {
    width: 100%;
    margin: 15px auto 0;
  }
}

.splash-page .mailchimp #mc_embed_signup .button:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

.splash-page .mailchimp #mc_embed_signup .button:focus {
  outline: 1px solid #318500 !important;
  outline-offset: 2px;
}

.splash-page .mailchimp #mc_embed_signup div.mce_inline_error {
  position: absolute;
  font-family: "Poppins",sans-serif;
}

.splash-page .mailchimp #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

@media (max-width: 568px) {
  .splash-page .mailchimp #mc_embed_signup_scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.splash-page .mailchimp .clear {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 568px) {
  .splash-page .mailchimp .clear {
    width: 100%;
    margin: 0 auto;
  }
}

.splash-page .footer {
  margin-top: 50px;
  border-top: 10px solid #A7CE38;
  padding-bottom: 100px;
  background-color: #318500;
  color: #fff;
  z-index: 1;
}

@media (min-height: 1053px) {
  .splash-page .footer {
    padding-bottom: 15vh;
  }
}

.splash-page .footer>.wrapper {
  max-width: 1029px;
}

.splash-page .footer>.wrapper .top .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .splash-page .footer>.wrapper .top .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.splash-page .footer .logo {
  display: block;
  max-width: 287px;
  height: auto;
  margin-bottom: 11px;
}

@media (max-width: 568px) {
  .splash-page .footer .logo {
    max-width: 190px;
  }
}

.splash-page .footer .email-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}

.splash-page .footer .email-link:hover {
  text-decoration: underline;
}

.splash-page .footer .email-link:focus {
  outline: 1px solid #fff;
}

@media (max-width: 568px) {
  .splash-page .footer .email-link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.splash-page .footer .flag {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .splash-page .footer .flag {
    width: 92px;
    margin-top: 35px;
  }
}

@media (max-width: 568px) {
  .splash-page .footer .social-links {
    margin-top: 36px;
  }
}

.splash-page .footer .social-links a {
  border-radius: 50%;
}

.splash-page .footer .social-links a:hover {
  border: 1px solid #fff;
}

.splash-page .footer .social-links a:focus {
  outline: 1px solid #fff;
}

.splash-page .foods .food-img {
  position: absolute;
  z-index: 2;
}

.splash-page .foods__wrapper {
  display: block;
  position: static;
  padding: 0;
  border-bottom: 0;
  overflow-x: hidden;
}

.splash-page .foods--left .food-img {
  left: 0;
}

.splash-page .foods--left .food-img--1 {
  top: -34px;
  left: 6.5%;
  -webkit-transform: translateX(-50%) rotate(50deg);
       -o-transform: translateX(-50%) rotate(50deg);
          transform: translateX(-50%) rotate(50deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--left .food-img--1 {
    left: 2.5%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--left .food-img--1 {
    left: 1%;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--left .food-img--1 {
    top: 20px;
    left: 2%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--left .food-img--1 {
    top: 30px;
    max-width: 112px;
  }
}

.splash-page .foods--left .food-img--2 {
  top: 242px;
  left: 4.8%;
  -webkit-transform: translateX(-50%) rotate(26deg);
       -o-transform: translateX(-50%) rotate(26deg);
          transform: translateX(-50%) rotate(26deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--left .food-img--2 {
    left: 3%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--left .food-img--2 {
    left: 1.5%;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--left .food-img--2 {
    top: 330px;
    left: 2.5%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--left .food-img--2 {
    top: 180px;
    left: 1.5%;
    max-width: 68px;
  }
}

.splash-page .foods--left .food-img--3 {
  top: 340px;
  left: 6.4%;
  -webkit-transform: translateX(-50%) rotate(-50deg);
       -o-transform: translateX(-50%) rotate(-50deg);
          transform: translateX(-50%) rotate(-50deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--left .food-img--3 {
    left: 3%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--left .food-img--3 {
    left: -0.5%;
    -webkit-transform: translateX(-50%) rotate(-43deg);
         -o-transform: translateX(-50%) rotate(-43deg);
            transform: translateX(-50%) rotate(-43deg);
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--left .food-img--3 {
    top: 490px;
    left: 0.5%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--left .food-img--3 {
    top: 245px;
    left: 1%;
    max-width: 87px;
  }
}

.splash-page .foods--left .food-img--4 {
  top: 550px;
  left: 5%;
  -webkit-transform: translateX(-50%) rotate(0deg);
       -o-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--left .food-img--4 {
    top: 560px;
    left: 2.8%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--left .food-img--4 {
    left: -2%;
    max-width: 25%;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--left .food-img--4 {
    top: 820px;
    left: 1%;
    max-width: 47%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--left .food-img--4 {
    top: 380px;
    left: 1%;
    width: 138px;
  }
}

.splash-page .foods--right .food-img {
  left: 100%;
}

.splash-page .foods--right .food-img--1 {
  top: -43px;
  left: 96%;
  -webkit-transform: translateX(-50%) rotate(0deg);
       -o-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--right .food-img--1 {
    left: 95%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--right .food-img--1 {
    left: 98%;
    max-width: 20%;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--right .food-img--1 {
    top: -35px;
    max-width: 40%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--right .food-img--1 {
    top: 30px;
    left: 97%;
    width: 110px;
    max-width: 110px;
  }
}

.splash-page .foods--right .food-img--2 {
  top: 330px;
  left: 96%;
  -webkit-transform: translateX(-50%) rotate(0deg);
       -o-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--right .food-img--2 {
    left: 95.5%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--right .food-img--2 {
    left: 95%;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--right .food-img--2 {
    top: 390px;
    left: 95%;
    width: 27%;
    max-width: 207px;
    min-width: 174px;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--right .food-img--2 {
    top: 220px;
    left: 97%;
    width: 90px;
    max-width: 90px;
    min-width: 90px;
  }
}

.splash-page .foods--right .food-img--3 {
  top: 480px;
  left: 96%;
  -webkit-transform: translateX(-50%) rotate(-40deg);
       -o-transform: translateX(-50%) rotate(-40deg);
          transform: translateX(-50%) rotate(-40deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--right .food-img--3 {
    left: 95.5%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--right .food-img--3 {
    left: 98%;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--right .food-img--3 {
    top: 610px;
    left: 96%;
    -webkit-transform: translateX(-50%) rotate(10deg);
         -o-transform: translateX(-50%) rotate(10deg);
            transform: translateX(-50%) rotate(10deg);
  }
}

@media (max-width: 568px) {
  .splash-page .foods--right .food-img--3 {
    top: 325px;
    left: 100.5%;
    width: 80px;
    -webkit-transform: translateX(-50%) rotate(-30deg);
         -o-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
}

.splash-page .foods--right .food-img--4 {
  top: 632px;
  left: 98%;
  -webkit-transform: translateX(-50%) rotate(-20deg);
       -o-transform: translateX(-50%) rotate(-20deg);
          transform: translateX(-50%) rotate(-20deg);
}

@media (max-width: 1441px) {
  .splash-page .foods--right .food-img--4 {
    top: 640px;
    left: 95%;
  }
}

@media (max-width: 1200px) {
  .splash-page .foods--right .food-img--4 {
    left: 98%;
    max-width: 22%;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .splash-page .foods--right .food-img--4 {
    top: 820px;
    left: 96%;
    max-width: 42%;
  }
}

@media (max-width: 568px) {
  .splash-page .foods--right .food-img--4 {
    top: 440px;
    width: 111px;
    max-width: 111px;
  }
}

.page-template-template-locations .main {
  overflow-x: hidden;
}

.page-template-template-locations .locations {
  width: 100%;
  height: 800px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations {
    height: auto;
  }
}

.page-template-template-locations .locations .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  border: none;
}

@media (max-width: 991px) {
  .page-template-template-locations .locations .wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.page-template-template-locations .locations__wrapper {
  width: 56%;
  height: 100%;
  padding: 40px 62px 40px 70px;
  background-color: #318500;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-locations .locations__wrapper {
    width: 60%;
    padding: 38px 50px 38px 58px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-locations .locations__wrapper {
    padding: 35px 36px 35px 44px;
  }
}

@media (max-width: 991px) {
  .page-template-template-locations .locations__wrapper {
    padding: 35px 35px 35px 35px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__wrapper {
    width: 100%;
    height: 75vh;
    min-height: 530px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
  }
}

.page-template-template-locations .locations__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  padding: 40px 63px 0 63px;
  border-top-left-radius: 50px;
  background-color: #fff;
}

.page-template-template-locations .locations__content:before {
  content: 'loading...';
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-locations .locations__content {
    padding: 38px 46px 0 46px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-locations .locations__content {
    padding: 36px 39px 0 39px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__content {
    padding: 20px;
    padding-bottom: 0;
  }
}

.page-template-template-locations .locations__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__txt {
    text-align: center;
  }
}

.page-template-template-locations .locations__txt .hdr-md {
  color: #318500;
}

.page-template-template-locations .locations__txt>p {
  margin-top: 0.5em;
}

.page-template-template-locations .locations__txt .find-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: .75rem 0;
}

@media (max-width: 1025px) {
  .page-template-template-locations .locations__txt .find-location {
    margin: .75rem 0 1.125rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-locations .locations__txt .find-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: .8125rem 0 1.1875rem;
  }
}

.page-template-template-locations .locations__txt .find-location .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0.9 auto;
          flex: 1 0.9 auto;
  margin-right: 4%;
}

@media (max-width: 365px) {
  .page-template-template-locations .locations__txt .find-location .input-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 0;
  }
}

.page-template-template-locations .locations__txt .find-location .input-wrapper:after {
  content: '';
  position: absolute;
  top: 49%;
  left: 15px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/location-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 20px;
}

@media (max-width: 568px) {
  .page-template-template-locations .locations__txt .find-location .input-wrapper:after {
    left: 14px;
    width: 13px;
    height: 19px;
  }
}

.page-template-template-locations .locations__txt .find-location .input-wrapper input {
  text-indent: 23px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page-template-template-locations .locations__txt .find-location .input-wrapper .label {
  padding-left: 38px !important;
}

@media (max-width: 365px) {
  .page-template-template-locations .locations__txt .find-location .input-wrapper .label {
    font-size: .875rem !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-locations .locations__txt .find-location input[type="submit"] {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5 0 auto;
            flex: 0.5 0 auto;
    width: auto;
  }
}

@media (max-width: 365px) {
  .page-template-template-locations .locations__txt .find-location input[type="submit"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 18px;
  }
}

.page-template-template-locations .locations__list {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  left: -5%;
  width: 115%;
  padding: 0;
  padding-right: 10%;
  padding-left: 5%;
  margin: 25px 0 0;
  list-style: none;
  overflow-y: scroll;
  scrollbar-color: #A7CE38 #fff;
  z-index: 2;
}

.page-template-template-locations .locations__list::-webkit-scrollbar-thumb {
  background: #A7CE38;
}

@media (max-width: 991px) {
  .page-template-template-locations .locations__list {
    width: 108%;
    padding-right: 8%;
    margin: 10px 0 0;
  }
}

@media (max-width: 768px) {
  .page-template-template-locations .locations__list {
    left: 0;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.page-template-template-locations .locations__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  background: #fff;
  border-top: 2px solid #F3F3F3;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 15px 0;
  }
}

.page-template-template-locations .locations__list-item:before,
.page-template-template-locations .locations__list-item:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -25px;
  width: 25px;
  height: calc(100% + 4px);
  background-color: #F3F3F3;
  opacity: 0;
}

@media (max-width: 991px) {
  .page-template-template-locations .locations__list-item:before,
  .page-template-template-locations .locations__list-item:after {
    width: 0;
    left: 0;
  }
}

.page-template-template-locations .locations__list-item:after {
  left: auto;
  right: -25px;
}

@media (max-width: 991px) {
  .page-template-template-locations .locations__list-item:after {
    width: 25px;
  }
}

@media (max-width: 768px) {
  .page-template-template-locations .locations__list-item:after {
    width: 0;
    right: 0;
  }
}

.page-template-template-locations .locations__list-item.highlight {
  background-color: #F3F3F3;
}

.page-template-template-locations .locations__list-item.highlight:before,
.page-template-template-locations .locations__list-item.highlight:after {
  opacity: 1;
}

.page-template-template-locations .locations__list-img {
  display: block;
  width: 100%;
  max-height: 75px;
  height: auto;
  margin-top: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-locations .locations__list-img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  width: 22%;
  max-width: 100px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    width: 90%;
    max-width: 135px;
    margin-bottom: 10px;
  }
}

.page-template-template-locations .locations__list .miles {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  display: block;
  margin-top: 9px;
  color: #318500;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list .miles {
    display: none;
  }
}

.page-template-template-locations .locations__list .miles.mbl-only {
  display: none;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list .miles.mbl-only {
    display: inline;
    padding-left: 1em;
  }
}

.page-template-template-locations .locations__list-address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-address {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.page-template-template-locations .locations__list-address h3 {
  margin: 0 0 10px 0;
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-address h3 {
    display: inline-block;
  }
}

.page-template-template-locations .locations__list-address p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-address p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.page-template-template-locations .locations__list-address a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-top: 2px;
  font-weight: 600;
  border-bottom: 2px solid #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-address a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.page-template-template-locations .locations__list-address a:hover {
  color: green;
}

.page-template-template-locations .locations__list-info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
  margin: 4px 0 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-info {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-template-template-locations .locations__list-info p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-info p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.page-template-template-locations .locations__list-info span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-info span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.page-template-template-locations .locations__list-info .delivery {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 9px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-info .delivery {
    margin-bottom: 5px;
  }
}

.page-template-template-locations .locations__list-info .delivery span {
  vertical-align: text-bottom;
}

.page-template-template-locations .locations__list-info .delivery img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  vertical-align: text-top;
}

.page-template-template-locations .locations__list-info .pickup {
  display: inline-block;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__list-info .pickup {
    margin-bottom: 5px;
  }
}

.page-template-template-locations .locations__list-info .pickup span {
  vertical-align: text-bottom;
}

.page-template-template-locations .locations__list-info .pickup img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  vertical-align: text-top;
}

.page-template-template-locations .locations .gm-style-iw button[title="Close"] {
  top: 0px !important;
  right: 0px !important;
}

.page-template-template-locations .locations .gm-style-iw button[title="Close"] img {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

.page-template-template-locations .locations__map-card {
  padding: 10px 10px 12px 12px;
}

.page-template-template-locations .locations__map-card h3 {
  color: #318500;
}

.page-template-template-locations .locations__map-card p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
}

.page-template-template-locations .locations__map-card a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-top: 2px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations__map-card a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.page-template-template-locations .locations__map-card a:before {
  background: #318500;
}

.page-template-template-locations .locations__map-card a:hover {
  color: #318500;
}

.page-template-template-locations .locations__map-card a:focus {
  outline: none;
}

.page-template-template-locations .locations__map-card a:focus:before {
  background: #318500;
}

.page-template-template-locations .locations #locations-map {
  display: block;
  width: 44%;
  height: 100%;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-locations .locations #locations-map {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-locations .locations #locations-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 45vh;
    min-height: 250px;
  }
}

.page-template-template-grocery .main,
.page-template-template-services-products .main {
  overflow-x: hidden;
}

.page-template-template-grocery .banner-section,
.page-template-template-services-products .banner-section {
  padding-top: 0;
}

@media (max-width: 568px) {
  .page-template-template-grocery .banner-section.full-image,
  .page-template-template-services-products .banner-section.full-image {
    min-height: 11.5625rem;
  }
}

.page-template-template-grocery .banner-section .wrapper,
.page-template-template-services-products .banner-section .wrapper {
  display: none;
}

.page-template-template-grocery .banner-section .image-container:before,
.page-template-template-services-products .banner-section .image-container:before {
  display: none;
}

.page-template-template-grocery .banner-section .image-container img,
.page-template-template-services-products .banner-section .image-container img {
  opacity: 1;
}

.page-template-template-grocery .intro,
.page-template-template-services-products .intro {
  text-align: center;
}

.page-template-template-grocery .intro>.wrapper,
.page-template-template-services-products .intro>.wrapper {
  position: relative;
  padding-top: 3.4375rem;
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-grocery .intro>.wrapper,
  .page-template-template-services-products .intro>.wrapper {
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 568px) {
  .page-template-template-grocery .intro>.wrapper,
  .page-template-template-services-products .intro>.wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
}

.page-template-template-grocery .intro h1,
.page-template-template-services-products .intro h1 {
  color: #318500;
  margin-top: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .intro h1,
  .page-template-template-services-products .intro h1 {
    margin-top: .5rem;
  }
}

.page-template-template-grocery .intro>*,
.page-template-template-services-products .intro>* {
  max-width: 800px;
}

.page-template-template-grocery .intro .food,
.page-template-template-services-products .intro .food {
  position: absolute;
  max-width: 100%;
}

.page-template-template-grocery .intro .food--1,
.page-template-template-services-products .intro .food--1 {
  top: -10px;
  right: -40%;
}

@media (max-width: 1440px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    right: -33%;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    right: -24%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    top: -10px;
    right: -14%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    top: 0;
    right: -12%;
    max-width: 150px;
  }
}

@media (max-width: 568px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    top: 8px;
    right: -12%;
    max-width: 110px;
  }
}

@media (max-width: 400px) {
  .page-template-template-grocery .intro .food--1,
  .page-template-template-services-products .intro .food--1 {
    right: -18%;
  }
}

.page-template-template-grocery .intro .food--2,
.page-template-template-services-products .intro .food--2 {
  bottom: -90%;
  left: -50%;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--2,
  .page-template-template-services-products .intro .food--2 {
    bottom: -85%;
    left: -36%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--2,
  .page-template-template-services-products .intro .food--2 {
    top: 117%;
    left: -22%;
    max-width: 243px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .intro .food--2,
  .page-template-template-services-products .intro .food--2 {
    top: 133%;
    max-width: 200px;
  }
}

@media (max-width: 568px) {
  .page-template-template-grocery .intro .food--2,
  .page-template-template-services-products .intro .food--2 {
    top: 113%;
    left: -21%;
    max-width: 150px;
  }
}

@media (max-width: 400px) {
  .page-template-template-grocery .intro .food--2,
  .page-template-template-services-products .intro .food--2 {
    top: 110%;
    left: -28%;
  }
}

@media (max-width: 568px) {
  .page-template-template-grocery .split-image-content-section>.wrapper,
  .page-template-template-services-products .split-image-content-section>.wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
}

.page-template-template-grocery .split-image-content-section h2,
.page-template-template-services-products .split-image-content-section h2 {
  color: #318500;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .split-image-content-section .image-container,
  .page-template-template-services-products .split-image-content-section .image-container {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .page-template-template-grocery .split-image-content-section .text-container,
  .page-template-template-services-products .split-image-content-section .text-container {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-top: 0;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .split-image-content-section .text-container,
  .page-template-template-services-products .split-image-content-section .text-container {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-top: 1.5625rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .page-template-template-grocery .app-section,
  .page-template-template-services-products .app-section {
    margin-top: 2.1875rem;
  }
}

.page-template-template-app {
  padding: 90px 0 0;
}

.page-template-template-app .wrapper>img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.page-template-template-app .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.page-template-template-app .buttons-container a {
  display: inline-block;
  margin: 40px 20px 0;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
     transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}


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