/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

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

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

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

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

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

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

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

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  margin: 0px;
  background: #F5F3EE;
  color: #4B4F55;
  position: relative; }
  body.bluebell {
    background-image: url(../img/bluebell-background.png); }

a {
  color: #4B4F55; }
  a.generic-a {
    color: #4054A5; }
    a.generic-a:hover {
      color: #70974a;
      text-decoration: underline; }

* {
  box-sizing: border-box; }

.no-scroll {
  overflow: hidden; }

.inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  /* &--no-padding {
		max-width: 1400px;
		padding-left: 0;
		padding-right: 0;		
	}

	&--small {
		max-width: 880px + ($gutter * 2);
	} */ }
  .inner--bluebell {
    max-width: 860px; }
  .inner--pad-top {
    padding: 75px 0; }

.main-content {
  overflow: hidden;
  padding-top: 58px;
  z-index: 1;
  position: relative; }
  @media screen and (min-width: 768px) {
    .main-content {
      padding-top: 140px; } }

.bluebell .main-content {
  /* background: url(../temp/meadow-mobile@2x.png) center bottom no-repeat;
	background-size: 751px 351px;
	padding-bottom: 351px;
	
	@media screen and (min-width: $medium) {
		background: url(../temp/meadow@2x.png) center bottom no-repeat;
		background-size: 1441px 261px;
		padding-bottom: 261px;
	} */
  /* position: relative;
	z-index: 1; */ }

.background {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 260px;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  /* .layer-1 {
		background-image: url(../img/meadow-anim/layer-1@2x.png);
	}

	.layer-2 {
		background-image: url(../img/meadow-anim/layer-2@2x.png);
	}

	.layer-3 {
		background-image: url(../img/meadow-anim/layer-3@2x.png);
	} */ }
  .background .layer {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .background .layer:nth-child(1) {
      background-image: url(../img/meadow-mobile@2x.png); }
      @media screen and (min-width: 768px) {
        .background .layer:nth-child(1) {
          background-image: url(../img/meadow-anim/layer1.png); } }
    .background .layer:nth-child(5) {
      background-image: url(../img/meadow-anim/layer2.png);
      display: none; }
      @media screen and (min-width: 768px) {
        .background .layer:nth-child(5) {
          display: block; } }
    .background .layer:nth-child(7) {
      background-image: url(../img/meadow-anim/layer3.png);
      display: none; }
      @media screen and (min-width: 768px) {
        .background .layer:nth-child(7) {
          display: block; } }
  .background .bluebell-1 {
    position: absolute;
    left: 2%;
    top: 22px;
    width: 224px;
    height: auto;
    display: none; }
    @media screen and (min-width: 992px) {
      .background .bluebell-1 {
        left: 13.242971190558833%; } }
    @media screen and (min-width: 768px) {
      .background .bluebell-1 {
        display: block; } }
  .background .bluebell-2 {
    position: absolute;
    left: 20%;
    top: 100px;
    width: 150px;
    height: auto;
    display: none; }
    @media screen and (min-width: 992px) {
      .background .bluebell-2 {
        left: 26.5%; } }
    @media screen and (min-width: 768px) {
      .background .bluebell-2 {
        display: block; } }
  .background .bluebell-3 {
    position: absolute;
    left: 60%;
    top: 86px;
    width: 182px;
    height: auto;
    display: none; }
    @media screen and (min-width: 992px) {
      .background .bluebell-3 {
        left: 70.15584866365845%; } }
    @media screen and (min-width: 768px) {
      .background .bluebell-3 {
        display: block; } }
  .background .bluebell-4 {
    position: absolute;
    left: 75%;
    top: 132px;
    width: 131px;
    height: auto;
    display: none; }
    @media screen and (min-width: 992px) {
      .background .bluebell-4 {
        left: 88.34397778549115%; } }
    @media screen and (min-width: 768px) {
      .background .bluebell-4 {
        display: block; } }
  .background .butterfly {
    display: none; }
    @media screen and (min-width: 768px) {
      .background .butterfly {
        display: block;
        position: absolute;
        left: 65%;
        width: 43px;
        height: 30px;
        top: 50px; }
        .background .butterfly b {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover; }
          .background .butterfly b:first-child {
            background-image: url(../img/meadow-anim/butterfly-1.png); }
          .background .butterfly b:last-child {
            display: none;
            background-image: url(../img/meadow-anim/butterfly-2.png); } }

.green-text {
  color: #70974a; }

.blue-text {
  color: #4E98C4; }

.references {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  font-size: 13px;
  line-height: 17px;
  margin: 50px 0; }
  .references ol {
    margin: 0px; }

.inline-block {
  display: inline-block; }

@media only screen and (max-width: 575px) {
  .hidden-sm {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hidden-md {
    display: none !important; } }

.block-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.flex-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  .flex-box--start {
    -webkit-box-align: start;
            align-items: flex-start;
    align-content: flex-start; }
  .flex-box--end {
    -webkit-box-align: start;
            align-items: flex-start;
    align-content: flex-start; }

.flex-right {
  margin-left: auto;
  margin-right: 0; }

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

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

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

@media only screen and (min-width: 576px) {
  .text-right--sm {
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .text-right--md {
    text-align: right; } }

@media only screen and (min-width: 992px) {
  .text-right--lg {
    text-align: right; } }

@media only screen and (min-width: 576px) {
  .text-left--sm {
    text-align: left; } }

@media only screen and (min-width: 768px) {
  .text-left--md {
    text-align: left; } }

@media only screen and (min-width: 992px) {
  .text-left--lg {
    text-align: left; } }

@media only screen and (min-width: 576px) {
  .text-center--sm {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .text-center--md {
    text-align: center; } }

@media only screen and (min-width: 992px) {
  .text-center--lg {
    text-align: center; } }

.block-img {
  display: block;
  max-width: 100%;
  height: auto; }
  .block-img--stretch {
    width: 100%; }
  .block-img--align-left {
    margin-right: auto; }
  .block-img--align-center {
    margin-left: auto;
    margin-right: auto; }
  .block-img--align-right {
    margin-left: auto; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-top-105 {
  margin-top: 105px !important; }

.margin-top-110 {
  margin-top: 110px !important; }

.margin-top-115 {
  margin-top: 115px !important; }

.margin-top-120 {
  margin-top: 120px !important; }

.margin-top-125 {
  margin-top: 125px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-bottom-105 {
  margin-bottom: 105px !important; }

.margin-bottom-110 {
  margin-bottom: 110px !important; }

.margin-bottom-115 {
  margin-bottom: 115px !important; }

.margin-bottom-120 {
  margin-bottom: 120px !important; }

.margin-bottom-125 {
  margin-bottom: 125px !important; }

@media only screen and (min-width: 768px) {
  .margin-top-md-0 {
    margin-top: 0px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-5 {
    margin-top: 5px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-10 {
    margin-top: 10px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-15 {
    margin-top: 15px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-20 {
    margin-top: 20px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-25 {
    margin-top: 25px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-30 {
    margin-top: 30px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-35 {
    margin-top: 35px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-40 {
    margin-top: 40px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-45 {
    margin-top: 45px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-50 {
    margin-top: 50px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-55 {
    margin-top: 55px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-60 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-65 {
    margin-top: 65px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-70 {
    margin-top: 70px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-75 {
    margin-top: 75px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-80 {
    margin-top: 80px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-85 {
    margin-top: 85px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-90 {
    margin-top: 90px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-95 {
    margin-top: 95px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-100 {
    margin-top: 100px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-105 {
    margin-top: 105px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-110 {
    margin-top: 110px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-115 {
    margin-top: 115px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-120 {
    margin-top: 120px !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-md-125 {
    margin-top: 125px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-0 {
    margin-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-5 {
    margin-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-10 {
    margin-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-15 {
    margin-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-20 {
    margin-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-25 {
    margin-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-30 {
    margin-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-35 {
    margin-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-40 {
    margin-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-45 {
    margin-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-50 {
    margin-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-55 {
    margin-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-60 {
    margin-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-65 {
    margin-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-70 {
    margin-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-75 {
    margin-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-80 {
    margin-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-85 {
    margin-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-90 {
    margin-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-95 {
    margin-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-100 {
    margin-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-105 {
    margin-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-110 {
    margin-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-115 {
    margin-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-120 {
    margin-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .margin-bottom-md-125 {
    margin-bottom: 125px !important; } }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-55 {
  padding-top: 55px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-top-65 {
  padding-top: 65px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-top-75 {
  padding-top: 75px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-top-85 {
  padding-top: 85px !important; }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-top-95 {
  padding-top: 95px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-top-105 {
  padding-top: 105px !important; }

.padding-top-110 {
  padding-top: 110px !important; }

.padding-top-115 {
  padding-top: 115px !important; }

.padding-top-120 {
  padding-top: 120px !important; }

.padding-top-125 {
  padding-top: 125px !important; }

.padding-top-130 {
  padding-top: 130px !important; }

.padding-top-135 {
  padding-top: 135px !important; }

.padding-top-140 {
  padding-top: 140px !important; }

.padding-top-145 {
  padding-top: 145px !important; }

.padding-top-150 {
  padding-top: 150px !important; }

.padding-top-155 {
  padding-top: 155px !important; }

.padding-top-160 {
  padding-top: 160px !important; }

.padding-top-165 {
  padding-top: 165px !important; }

.padding-top-170 {
  padding-top: 170px !important; }

.padding-top-175 {
  padding-top: 175px !important; }

.padding-top-180 {
  padding-top: 180px !important; }

.padding-top-185 {
  padding-top: 185px !important; }

.padding-top-190 {
  padding-top: 190px !important; }

.padding-top-195 {
  padding-top: 195px !important; }

.padding-top-200 {
  padding-top: 200px !important; }

.padding-top-205 {
  padding-top: 205px !important; }

.padding-top-210 {
  padding-top: 210px !important; }

.padding-top-215 {
  padding-top: 215px !important; }

.padding-top-220 {
  padding-top: 220px !important; }

.padding-top-225 {
  padding-top: 225px !important; }

.padding-top-230 {
  padding-top: 230px !important; }

.padding-top-235 {
  padding-top: 235px !important; }

.padding-top-240 {
  padding-top: 240px !important; }

.padding-top-245 {
  padding-top: 245px !important; }

.padding-top-250 {
  padding-top: 250px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-55 {
  padding-bottom: 55px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-bottom-65 {
  padding-bottom: 65px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-bottom-75 {
  padding-bottom: 75px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-bottom-85 {
  padding-bottom: 85px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-bottom-95 {
  padding-bottom: 95px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-bottom-105 {
  padding-bottom: 105px !important; }

.padding-bottom-110 {
  padding-bottom: 110px !important; }

.padding-bottom-115 {
  padding-bottom: 115px !important; }

.padding-bottom-120 {
  padding-bottom: 120px !important; }

.padding-bottom-125 {
  padding-bottom: 125px !important; }

.padding-bottom-130 {
  padding-bottom: 130px !important; }

.padding-bottom-135 {
  padding-bottom: 135px !important; }

.padding-bottom-140 {
  padding-bottom: 140px !important; }

.padding-bottom-145 {
  padding-bottom: 145px !important; }

.padding-bottom-150 {
  padding-bottom: 150px !important; }

.padding-bottom-155 {
  padding-bottom: 155px !important; }

.padding-bottom-160 {
  padding-bottom: 160px !important; }

.padding-bottom-165 {
  padding-bottom: 165px !important; }

.padding-bottom-170 {
  padding-bottom: 170px !important; }

.padding-bottom-175 {
  padding-bottom: 175px !important; }

.padding-bottom-180 {
  padding-bottom: 180px !important; }

.padding-bottom-185 {
  padding-bottom: 185px !important; }

.padding-bottom-190 {
  padding-bottom: 190px !important; }

.padding-bottom-195 {
  padding-bottom: 195px !important; }

.padding-bottom-200 {
  padding-bottom: 200px !important; }

.padding-bottom-205 {
  padding-bottom: 205px !important; }

.padding-bottom-210 {
  padding-bottom: 210px !important; }

.padding-bottom-215 {
  padding-bottom: 215px !important; }

.padding-bottom-220 {
  padding-bottom: 220px !important; }

.padding-bottom-225 {
  padding-bottom: 225px !important; }

.padding-bottom-230 {
  padding-bottom: 230px !important; }

.padding-bottom-235 {
  padding-bottom: 235px !important; }

.padding-bottom-240 {
  padding-bottom: 240px !important; }

.padding-bottom-245 {
  padding-bottom: 245px !important; }

.padding-bottom-250 {
  padding-bottom: 250px !important; }

@media only screen and (min-width: 768px) {
  .padding-top-md-0 {
    padding-top: 0px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-5 {
    padding-top: 5px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-10 {
    padding-top: 10px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-15 {
    padding-top: 15px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-20 {
    padding-top: 20px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-25 {
    padding-top: 25px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-30 {
    padding-top: 30px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-35 {
    padding-top: 35px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-40 {
    padding-top: 40px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-45 {
    padding-top: 45px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-50 {
    padding-top: 50px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-55 {
    padding-top: 55px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-60 {
    padding-top: 60px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-65 {
    padding-top: 65px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-70 {
    padding-top: 70px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-75 {
    padding-top: 75px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-80 {
    padding-top: 80px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-85 {
    padding-top: 85px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-90 {
    padding-top: 90px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-95 {
    padding-top: 95px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-100 {
    padding-top: 100px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-105 {
    padding-top: 105px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-110 {
    padding-top: 110px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-115 {
    padding-top: 115px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-120 {
    padding-top: 120px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-125 {
    padding-top: 125px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-130 {
    padding-top: 130px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-135 {
    padding-top: 135px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-140 {
    padding-top: 140px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-145 {
    padding-top: 145px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-150 {
    padding-top: 150px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-155 {
    padding-top: 155px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-160 {
    padding-top: 160px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-165 {
    padding-top: 165px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-170 {
    padding-top: 170px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-175 {
    padding-top: 175px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-180 {
    padding-top: 180px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-185 {
    padding-top: 185px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-190 {
    padding-top: 190px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-195 {
    padding-top: 195px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-200 {
    padding-top: 200px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-205 {
    padding-top: 205px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-210 {
    padding-top: 210px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-215 {
    padding-top: 215px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-220 {
    padding-top: 220px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-225 {
    padding-top: 225px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-230 {
    padding-top: 230px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-235 {
    padding-top: 235px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-240 {
    padding-top: 240px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-245 {
    padding-top: 245px !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-md-250 {
    padding-top: 250px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-0 {
    padding-bottom: 0px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-5 {
    padding-bottom: 5px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-10 {
    padding-bottom: 10px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-15 {
    padding-bottom: 15px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-20 {
    padding-bottom: 20px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-25 {
    padding-bottom: 25px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-30 {
    padding-bottom: 30px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-35 {
    padding-bottom: 35px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-40 {
    padding-bottom: 40px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-45 {
    padding-bottom: 45px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-50 {
    padding-bottom: 50px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-55 {
    padding-bottom: 55px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-60 {
    padding-bottom: 60px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-65 {
    padding-bottom: 65px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-70 {
    padding-bottom: 70px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-75 {
    padding-bottom: 75px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-80 {
    padding-bottom: 80px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-85 {
    padding-bottom: 85px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-90 {
    padding-bottom: 90px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-95 {
    padding-bottom: 95px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-100 {
    padding-bottom: 100px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-105 {
    padding-bottom: 105px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-110 {
    padding-bottom: 110px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-115 {
    padding-bottom: 115px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-120 {
    padding-bottom: 120px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-125 {
    padding-bottom: 125px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-130 {
    padding-bottom: 130px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-135 {
    padding-bottom: 135px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-140 {
    padding-bottom: 140px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-145 {
    padding-bottom: 145px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-150 {
    padding-bottom: 150px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-155 {
    padding-bottom: 155px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-160 {
    padding-bottom: 160px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-165 {
    padding-bottom: 165px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-170 {
    padding-bottom: 170px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-175 {
    padding-bottom: 175px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-180 {
    padding-bottom: 180px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-185 {
    padding-bottom: 185px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-190 {
    padding-bottom: 190px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-195 {
    padding-bottom: 195px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-200 {
    padding-bottom: 200px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-205 {
    padding-bottom: 205px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-210 {
    padding-bottom: 210px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-215 {
    padding-bottom: 215px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-220 {
    padding-bottom: 220px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-225 {
    padding-bottom: 225px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-230 {
    padding-bottom: 230px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-235 {
    padding-bottom: 235px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-240 {
    padding-bottom: 240px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-245 {
    padding-bottom: 245px !important; } }

@media only screen and (min-width: 768px) {
  .padding-bottom-md-250 {
    padding-bottom: 250px !important; } }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-left-55 {
  padding-left: 55px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-left-65 {
  padding-left: 65px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-left-75 {
  padding-left: 75px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-left-85 {
  padding-left: 85px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

.padding-left-95 {
  padding-left: 95px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-left-105 {
  padding-left: 105px !important; }

.padding-left-110 {
  padding-left: 110px !important; }

.padding-left-115 {
  padding-left: 115px !important; }

.padding-left-120 {
  padding-left: 120px !important; }

.padding-left-125 {
  padding-left: 125px !important; }

.padding-left-130 {
  padding-left: 130px !important; }

.padding-left-135 {
  padding-left: 135px !important; }

.padding-left-140 {
  padding-left: 140px !important; }

.padding-left-145 {
  padding-left: 145px !important; }

.padding-left-150 {
  padding-left: 150px !important; }

.padding-left-155 {
  padding-left: 155px !important; }

.padding-left-160 {
  padding-left: 160px !important; }

.padding-left-165 {
  padding-left: 165px !important; }

.padding-left-170 {
  padding-left: 170px !important; }

.padding-left-175 {
  padding-left: 175px !important; }

.padding-left-180 {
  padding-left: 180px !important; }

.padding-left-185 {
  padding-left: 185px !important; }

.padding-left-190 {
  padding-left: 190px !important; }

.padding-left-195 {
  padding-left: 195px !important; }

.padding-left-200 {
  padding-left: 200px !important; }

.padding-left-205 {
  padding-left: 205px !important; }

.padding-left-210 {
  padding-left: 210px !important; }

.padding-left-215 {
  padding-left: 215px !important; }

.padding-left-220 {
  padding-left: 220px !important; }

.padding-left-225 {
  padding-left: 225px !important; }

.padding-left-230 {
  padding-left: 230px !important; }

.padding-left-235 {
  padding-left: 235px !important; }

.padding-left-240 {
  padding-left: 240px !important; }

.padding-left-245 {
  padding-left: 245px !important; }

.padding-left-250 {
  padding-left: 250px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-right-55 {
  padding-right: 55px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-right-65 {
  padding-right: 65px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.padding-right-75 {
  padding-right: 75px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.padding-right-85 {
  padding-right: 85px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

.padding-right-95 {
  padding-right: 95px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.padding-right-105 {
  padding-right: 105px !important; }

.padding-right-110 {
  padding-right: 110px !important; }

.padding-right-115 {
  padding-right: 115px !important; }

.padding-right-120 {
  padding-right: 120px !important; }

.padding-right-125 {
  padding-right: 125px !important; }

.padding-right-130 {
  padding-right: 130px !important; }

.padding-right-135 {
  padding-right: 135px !important; }

.padding-right-140 {
  padding-right: 140px !important; }

.padding-right-145 {
  padding-right: 145px !important; }

.padding-right-150 {
  padding-right: 150px !important; }

.padding-right-155 {
  padding-right: 155px !important; }

.padding-right-160 {
  padding-right: 160px !important; }

.padding-right-165 {
  padding-right: 165px !important; }

.padding-right-170 {
  padding-right: 170px !important; }

.padding-right-175 {
  padding-right: 175px !important; }

.padding-right-180 {
  padding-right: 180px !important; }

.padding-right-185 {
  padding-right: 185px !important; }

.padding-right-190 {
  padding-right: 190px !important; }

.padding-right-195 {
  padding-right: 195px !important; }

.padding-right-200 {
  padding-right: 200px !important; }

.padding-right-205 {
  padding-right: 205px !important; }

.padding-right-210 {
  padding-right: 210px !important; }

.padding-right-215 {
  padding-right: 215px !important; }

.padding-right-220 {
  padding-right: 220px !important; }

.padding-right-225 {
  padding-right: 225px !important; }

.padding-right-230 {
  padding-right: 230px !important; }

.padding-right-235 {
  padding-right: 235px !important; }

.padding-right-240 {
  padding-right: 240px !important; }

.padding-right-245 {
  padding-right: 245px !important; }

.padding-right-250 {
  padding-right: 250px !important; }

@media only screen and (min-width: 768px) {
  .padding-left-md-0 {
    padding-left: 0px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-5 {
    padding-left: 5px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-10 {
    padding-left: 10px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-15 {
    padding-left: 15px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-20 {
    padding-left: 20px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-25 {
    padding-left: 25px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-30 {
    padding-left: 30px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-35 {
    padding-left: 35px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-40 {
    padding-left: 40px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-45 {
    padding-left: 45px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-50 {
    padding-left: 50px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-55 {
    padding-left: 55px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-60 {
    padding-left: 60px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-65 {
    padding-left: 65px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-70 {
    padding-left: 70px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-75 {
    padding-left: 75px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-80 {
    padding-left: 80px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-85 {
    padding-left: 85px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-90 {
    padding-left: 90px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-95 {
    padding-left: 95px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-100 {
    padding-left: 100px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-105 {
    padding-left: 105px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-110 {
    padding-left: 110px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-115 {
    padding-left: 115px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-120 {
    padding-left: 120px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-125 {
    padding-left: 125px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-130 {
    padding-left: 130px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-135 {
    padding-left: 135px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-140 {
    padding-left: 140px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-145 {
    padding-left: 145px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-150 {
    padding-left: 150px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-155 {
    padding-left: 155px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-160 {
    padding-left: 160px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-165 {
    padding-left: 165px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-170 {
    padding-left: 170px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-175 {
    padding-left: 175px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-180 {
    padding-left: 180px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-185 {
    padding-left: 185px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-190 {
    padding-left: 190px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-195 {
    padding-left: 195px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-200 {
    padding-left: 200px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-205 {
    padding-left: 205px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-210 {
    padding-left: 210px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-215 {
    padding-left: 215px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-220 {
    padding-left: 220px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-225 {
    padding-left: 225px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-230 {
    padding-left: 230px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-235 {
    padding-left: 235px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-240 {
    padding-left: 240px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-245 {
    padding-left: 245px !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-md-250 {
    padding-left: 250px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-0 {
    padding-right: 0px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-5 {
    padding-right: 5px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-10 {
    padding-right: 10px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-15 {
    padding-right: 15px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-20 {
    padding-right: 20px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-25 {
    padding-right: 25px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-30 {
    padding-right: 30px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-35 {
    padding-right: 35px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-40 {
    padding-right: 40px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-45 {
    padding-right: 45px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-50 {
    padding-right: 50px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-55 {
    padding-right: 55px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-60 {
    padding-right: 60px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-65 {
    padding-right: 65px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-70 {
    padding-right: 70px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-75 {
    padding-right: 75px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-80 {
    padding-right: 80px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-85 {
    padding-right: 85px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-90 {
    padding-right: 90px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-95 {
    padding-right: 95px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-100 {
    padding-right: 100px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-105 {
    padding-right: 105px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-110 {
    padding-right: 110px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-115 {
    padding-right: 115px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-120 {
    padding-right: 120px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-125 {
    padding-right: 125px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-130 {
    padding-right: 130px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-135 {
    padding-right: 135px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-140 {
    padding-right: 140px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-145 {
    padding-right: 145px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-150 {
    padding-right: 150px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-155 {
    padding-right: 155px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-160 {
    padding-right: 160px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-165 {
    padding-right: 165px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-170 {
    padding-right: 170px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-175 {
    padding-right: 175px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-180 {
    padding-right: 180px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-185 {
    padding-right: 185px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-190 {
    padding-right: 190px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-195 {
    padding-right: 195px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-200 {
    padding-right: 200px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-205 {
    padding-right: 205px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-210 {
    padding-right: 210px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-215 {
    padding-right: 215px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-220 {
    padding-right: 220px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-225 {
    padding-right: 225px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-230 {
    padding-right: 230px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-235 {
    padding-right: 235px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-240 {
    padding-right: 240px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-245 {
    padding-right: 245px !important; } }

@media only screen and (min-width: 768px) {
  .padding-right-md-250 {
    padding-right: 250px !important; } }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Seravek';
  src: url("../fonts/Seravek-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Averta-Regular';
  src: url("../fonts/Averta-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Averta-Medium';
  src: url("../fonts/Averta-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'BerlingskeSerif-DBd';
  src: url("../fonts/BerlingskeSerif-DBd.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'IntroRust';
  src: url("../fonts/IntroRustBook-Base.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Newzald';
  src: url("../fonts/Newzald-Book.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Newzald';
  src: url("../fonts/Newzald-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Newzald';
  src: url("../fonts/Newzald-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Queulat';
  src: url("../fonts/Queulat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Queulat';
  src: url("../fonts/Queulat-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'QueulatSoft';
  src: url("../fonts/QueulatSoft-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'QueulatCnd';
  src: url("../fonts/QueulatCnd-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'TheGreatOutdoors';
  src: url("../fonts/TheGreatOutdoors-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Cervo';
  src: url("../fonts/Cervo-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Cervo';
  src: url("../fonts/Cervo-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Cervo';
  src: url("../fonts/Cervo-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* @media screen and (min-width: $medium) {
		font-size: 62.5%;
	} */ }

body {
  font-family: 'Newzald', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em; }

h1, h2 {
  margin: 0 0 0.5em;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.258em;
  color: #4054A5; }
  @media screen and (min-width: 768px) {
    h1, h2 {
      font-size: 4.1rem;
      line-height: 1.5em; } }

h3 {
  font-family: 'BerlingskeSerif-DBd';
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1.47;
  letter-spacing: 0.015em;
  margin: 0; }
  h3.underline:after {
    display: block;
    content: "";
    width: 27px;
    height: 1px;
    background: #4A4F55;
    margin: 12px 0 15px; }

h4 {
  font-family: 'BerlingskeSerif-DBd';
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.12em;
  letter-spacing: 0.01em;
  margin: 0 0 9px; }

p {
  margin: 0 0 1em;
  line-height: 1.5em; }
  p:last-child {
    margin-bottom: 0; }
  p.big {
    font-size: 1.8rem;
    line-height: 1.5714em; }
    @media screen and (min-width: 768px) {
      p.big {
        font-size: 2.1rem;
        line-height: 1.5714em; } }

strong {
  font-weight: 500; }

.intro {
  font-size: 2.3rem;
  line-height: 1.39em;
  margin-bottom: 0.5em; }
  .intro p {
    font-size: 2.3rem;
    line-height: 1.39em;
    margin-bottom: 0.5em; }
    .intro p:last-child {
      margin-bottom: 0; }

.big-text {
  font-family: 'Queulat';
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 0.5em;
  color: #4054A5; }

.ani-sfb {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px); }

.ani-sft {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px); }

.ani-sfr {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px); }

.ani-sfl {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px); }

.ani-lfb {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px); }

.ani-lft {
  opacity: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px); }

.ani-lfr {
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px); }

.ani-lfl {
  opacity: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px); }

.ani-text {
  opacity: 0; }

.button {
  font-family: 'IntroRust' !important;
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 0.08em !important;
  border: 1px solid #6B6B6B !important;
  border-radius: 10px !important;
  color: #686C71 !important;
  text-decoration: none !important;
  padding: 12px 15px 11px !important;
  display: inline-block !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent !important;
  font-weight: 400 !important;
  vertical-align: middle;
  cursor: pointer; }
  @media screen and (min-width: 576px) {
    .button {
      letter-spacing: 0.15em !important;
      padding: 12px 25px 11px !important; } }
  .button:hover {
    color: #231F20 !important;
    border-color: #231F20 !important; }
  .button--green {
    border: 0 !important;
    background: #E3EED2 !important; }
    .button--green:hover {
      background-color: #D2E5B7 !important; }
  .button--blue {
    border: 0 !important;
    background: #D4EDEA !important; }
    .button--blue:hover {
      background-color: #BAE2DF !important; }
  .button--full {
    display: block;
    width: 100%;
    text-align: center; }
  @media screen and (max-width: 575px) {
    .button--mobile-tight {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.input, input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 41px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px; }
  .input:focus, .input:active, input[type="text"]:focus, input[type="text"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active {
    outline: none;
    border: 1px solid #6B6B6B;
    box-shadow: 0 0 0 3px rgba(107, 107, 107, 0.1); }

.input--full {
  width: 100%;
  display: block; }

.input--quantity {
  max-width: 60px;
  text-align: center; }

select.input {
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px; }
  textarea:focus, textarea:active {
    outline: none;
    border: 1px solid #6B6B6B;
    box-shadow: 0 0 0 3px rgba(107, 107, 107, 0.1); }

/* .input {
	display: inline-block;
	border: 2px solid rgba($black, 0.25);
	background: $white;
	font-size: 16px;
	line-height: 16px;
	color: $black;
	padding: 8px;
	margin: 2px;
	transition: border 0.2s;

	&:active, &:focus {
		outline: none;
		border-color: $green;
	}

	&:focus {
		border-color: $black;
	}

	&::placeholder {
		color: #ccc;
		opacity: 1;
	}

	:-ms-input-placeholder {
		color: #ccc;
	}

	::-ms-input-placeholder {
		color: #ccc;
	}
}

.button {
	display: inline-block;
	//font-family: 'RNSMiles', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;//700;
	text-transform: uppercase;
	text-decoration: none;
	color: $black;
	background: $white;
	padding: 13px 30px 13px;
	transition: border 0.3s;
	border: 2px solid $black;
	position: relative;

	span {
		color: $black;
		transition: color 0.3s;
		position: relative;
		z-index: 1;
	}

	&:after {
		display: block;
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 0;
		height: 100%;
		background: $black;
		transition: width 0.2s;
	}

	&:hover {
		//background: $green;
		color: $white;

		&:after {
			width: 100%;
		}

		span {
			color: $white;
		}
	}

	&:focus, &:active {
		background: #ccc;
		outline: none;
		//border-color: #999;
	}

	&--outline {
		border-color: $white;
		color: $white;
		background: transparent;

		span {
			color: $white;
		}

		&:after {
			background-color: $white;
		}

		&:hover {
			span {
				color: $black;
			}
		}
	}

	&--small {
		min-height: 0;
		font-size: 12px;
		line-height: 12px;
		padding: 4px 20px 3px;
		border: 1px solid #000;
	}
} */
.main-header {
  height: 58px;
  font-family: 'Seravek';
  z-index: 10;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  position: fixed;
  width: 100%;
  background-image: url(../img/bluebell-background.png); }
  @media screen and (min-width: 768px) {
    .main-header {
      height: 140px; } }
  @media screen and (min-width: 768px) {
    .main-header--scrolled {
      height: 90px; } }
  .main-header--home {
    background: #6B6B6B;
    color: #fff; }
    .main-header--home a {
      color: #fff; }
  .main-header .inner {
    height: 100%; }
  .main-header__logo {
    display: inline-block;
    width: auto;
    height: 24px; }
    @media screen and (min-width: 768px) {
      .main-header__logo {
        height: 36px; } }
  .main-header__flex {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
            align-items: flex-end;
    align-content: flex-end;
    padding-bottom: 13px; }
    @media screen and (min-width: 768px) {
      .main-header__flex {
        padding-bottom: 25px; } }
  .main-header__nav {
    margin-left: auto;
    margin-right: 0;
    display: none;
    position: relative; }
    @media screen and (min-width: 768px) {
      .main-header__nav {
        display: block; } }
    .main-header__nav a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      height: 1px;
      background: #4B4F55;
      left: 50%;
      right: 50%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .main-header__nav a.current:after, .main-header__nav a:hover:after {
      left: 10px;
      right: 10px; }
      @media screen and (min-width: 992px) {
        .main-header__nav a.current:after, .main-header__nav a:hover:after {
          left: 20px;
          right: 20px; } }
    .main-header__nav a, .main-header__nav .main-nav {
      display: inline-block;
      font-size: 1.4rem;
      line-height: 1em;
      padding: 10px 10px;
      text-decoration: none;
      position: relative; }
      @media screen and (min-width: 992px) {
        .main-header__nav a, .main-header__nav .main-nav {
          padding: 10px 20px;
          font-size: 1.6rem; } }
    .main-header__nav .main-nav > a {
      padding: 0; }
    .main-header__nav .main-nav:hover .sub-nav {
      display: block; }
    .main-header__nav .main-nav .sub-nav {
      display: none;
      position: absolute;
      right: 0;
      top: 100%;
      background: white;
      text-align: right;
      padding: 10px 0;
      border-radius: 4px;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1); }
      .main-header__nav .main-nav .sub-nav:hover {
        display: block; }
      .main-header__nav .main-nav .sub-nav a {
        white-space: nowrap; }
  .main-header--home .main-header__nav a:after {
    background: #fff; }
  .main-header__secondary {
    position: absolute;
    right: 40px;
    top: 30px;
    border-bottom: 1px solid currentColor;
    display: none;
    -webkit-transition: top 0.2s;
    transition: top 0.2s; }
    @media screen and (min-width: 768px) {
      .main-header__secondary {
        display: block; } }
    .main-header__secondary a {
      display: inline-block;
      font-size: 1.4rem;
      padding: 5px 15px;
      text-decoration: none;
      -webkit-transition: font-size 0.2s;
      transition: font-size 0.2s; }
      @media screen and (min-width: 992px) {
        .main-header__secondary a {
          font-size: 1.5rem;
          right: 60px; } }
      .main-header__secondary a:first-child {
        padding-left: 0; }
      .main-header__secondary a:last-child {
        padding-right: 0; }
  .main-header--scrolled .main-header__secondary {
    top: 5px; }
    .main-header--scrolled .main-header__secondary a {
      font-size: 1.4rem !important; }

.hamburger {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 0 auto auto;
  position: absolute;
  z-index: 11;
  top: 13px;
  right: 30px; }
  @media only screen and (min-width: 768px) {
    .hamburger {
      display: none; } }
  .hamburger--hide {
    display: none; }
  .hamburger i {
    width: 24px;
    height: 2px;
    background: #343a40;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .hamburger i:nth-child(1) {
      margin-top: -8px;
      -webkit-animation-name: topAniClose;
              animation-name: topAniClose;
      -webkit-animation-duration: 0.25s;
              animation-duration: 0.25s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .hamburger i:nth-child(2) {
      margin-top: -1px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .hamburger i:nth-child(3) {
      margin-top: 6px;
      -webkit-animation-name: botAniClose;
              animation-name: botAniClose;
      -webkit-animation-duration: 0.25s;
              animation-duration: 0.25s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .hamburger--open i:nth-child(1) {
    -webkit-animation-name: topAniOpen;
            animation-name: topAniOpen;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .hamburger--open i:nth-child(2) {
    width: 0px;
    margin-left: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .hamburger--open i:nth-child(3) {
    -webkit-animation-name: botAniOpen;
            animation-name: botAniOpen;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes topAniOpen {
  0% { }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes topAniOpen {
  0% { }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes topAniClose {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes topAniClose {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes botAniOpen {
  0% { }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@keyframes botAniOpen {
  0% { }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@-webkit-keyframes botAniClose {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: 6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes botAniClose {
  0% {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  50% {
    margin-top: -1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    margin-top: 6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.banner-home {
  width: 100%;
  height: 691px;
  position: relative; }
  .banner-home__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .banner-home__image--1 {
      z-index: 1; }
    .banner-home__image--2 {
      z-index: 2;
      opacity: 0; }
  .banner-home__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 80%;
    max-width: 492px;
    height: auto;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    opacity: 0; }

.banner {
  background-size: cover;
  background-position: center center;
  padding: 55px 30px;
  min-height: calc(100vh - 140px);
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .banner {
      min-height: 618px; } }
  .banner--organic h1 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
  .banner--organic p {
    font-size: 1.9rem;
    line-height: 1.474em;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
  .banner--brands h1, .banner--brands p {
    color: #fff;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .banner--brands h1, .banner--brands p {
        margin-left: 10%; } }
  .banner--brands p {
    font-size: 1.9rem;
    line-height: 1.474em; }

.main-footer {
  padding: 42px 0 32px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.143;
  font-family: 'Seravek';
  background: url(../img/green-background.png); }
  @media only screen and (min-width: 768px) {
    .main-footer {
      padding: 72px 0 62px; } }
  @media only screen and (min-width: 576px) {
    .main-footer {
      text-align: left; } }
  .main-footer--home {
    background: #6B6B6B;
    color: #fff; }
    .main-footer--home a {
      color: #fff; }
  .main-footer a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 0; }
  .main-footer a:not(.main-footer__social):hover {
    text-decoration: underline; }
  .main-footer__logo {
    width: 130px;
    display: inline-block;
    margin-bottom: 10px; }
  @media only screen and (min-width: 576px) {
    .main-footer__nav {
      border-left: 1px solid #686C71; } }
  @media only screen and (max-width: 991px) {
    .main-footer__nav:nth-child(2) {
      border-left: 0; } }
  @media only screen and (max-width: 767px) {
    .main-footer__nav:nth-child(4) {
      border-left: 0; } }
  .main-footer--home .main-footer__nav {
    border-color: #D9DADB; }
  .main-footer__social {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid currentColor;
    color: currentColor;
    text-align: center;
    font-size: 18px;
    padding: 8px 0 0 !important;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .main-footer__social:first-child {
      margin-left: 0; }
    .main-footer__social:last-child {
      margin-right: 0px; }
  .main-footer--home .main-footer__social:hover {
    color: #6B6B6B;
    background: #fff;
    border-color: #fff; }
  .main-footer__copyright {
    margin-top: 20px;
    padding-top: 30px;
    line-height: 1.5em; }
    .main-footer__copyright a {
      margin: 0 20px;
      padding: 0; }
  .main-footer--home .main-footer__copyright {
    border-top: 1px solid #D9DADB; }
  .main-footer__to-top {
    color: currentColor;
    margin: -20px 0 20px;
    cursor: pointer; }
    @media only screen and (min-width: 576px) {
      .main-footer__to-top {
        position: absolute;
        right: 30px;
        bottom: 100%;
        margin: 0; } }
    .main-footer__to-top span, .main-footer__to-top img {
      display: inline-block;
      vertical-align: middle; }
    .main-footer__to-top span {
      font-family: 'IntroRust';
      font-size: 10px;
      letter-spacing: 0.18em;
      margin-right: 10px; }
    .main-footer__to-top img {
      width: 32px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .main-footer__to-top img {
          width: 44px; } }

.header-drop-cap h2 {
  text-align: center; }

.header-drop-cap p:first-letter {
  font-size: 13.8rem;
  line-height: 0.8em;
  float: left;
  font-family: 'Newzald', sans-serif;
  color: #fbfbf2;
  height: 50px;
  text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
  margin-right: 10px;
  margin-bottom: 20px; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .header-drop-cap p:first-letter {
      margin-bottom: -30px;
      line-height: 0.8em; } }

@-moz-document url-prefix() {
  .header-drop-cap p:first-letter {
    margin-bottom: 0px; } }

.mobile-nav {
  display: none;
  z-index: 9;
  position: fixed;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  background-image: url(../img/bluebell-background.png);
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .mobile-nav--open {
    display: -webkit-box;
    display: flex; }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      display: none !important; } }
  .mobile-nav a {
    display: block;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px; }
    .mobile-nav a.current {
      border-bottom: 1px solid currentColor; }
  .mobile-nav .break {
    flex-basis: 100%; }

.bib-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(237, 233, 225, 0.65);
  padding: 60px 30px;
  overflow-x: hidden;
  overflow-y: auto; }
  .bib-popup--cart {
    display: -webkit-box;
    display: flex;
    padding: 20px; }
  @media screen and (min-width: 768px) {
    .bib-popup {
      padding: 160px 40px; } }
  .bib-popup__window {
    border-radius: 26px;
    background-image: url(../img/bluebell-background.png);
    width: 100%;
    max-width: 790px;
    padding: 20px;
    margin: 0 auto;
    font-size: 0;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 768px) {
      .bib-popup__window {
        padding: 20px 90px; } }
    .bib-popup__window--cart {
      margin: auto;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .bib-popup__window--cart {
          padding: 20px; } }
  .bib-popup__bluebell {
    display: none; }
    @media screen and (min-width: 768px) {
      .bib-popup__bluebell {
        display: inline-block;
        vertical-align: top;
        width: 215px;
        margin-bottom: 25px; } }
    .bib-popup__bluebell img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .bib-popup__header {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .bib-popup__header {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 220px);
        margin-bottom: 25px; } }
  .bib-popup__logo {
    display: block;
    width: 100%;
    max-width: 167px;
    margin: 20px auto 30px; }
    @media screen and (min-width: 768px) {
      .bib-popup__logo {
        margin: 26px auto 20px;
        max-width: 265px; } }
  .bib-popup__copy {
    font-size: 13px;
    line-height: 19px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .bib-popup__copy {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px; } }
  .bib-popup h1 {
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .bib-popup h1 {
        font-size: 30px;
        line-height: 1.2em; } }
  .bib-popup .big-text {
    font-size: 13px;
    line-height: 22px; }
    @media screen and (min-width: 768px) {
      .bib-popup .big-text {
        font-size: 17px;
        line-height: 29px; } }
  .bib-popup hr {
    background: #4A4F55;
    border: none;
    height: 1px;
    max-width: 170px !important;
    margin: 22px auto !important; }
    @media screen and (min-width: 768px) {
      .bib-popup hr {
        max-width: 285px !important;
        margin: 26px auto !important; } }
  .bib-popup a {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
            order: 2;
    font-family: 'IntroRust';
    font-size: 10px;
    line-height: 19px;
    color: #6B6F73;
    flex-basis: 100%;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .bib-popup a {
        flex-basis: auto;
        -webkit-box-ordinal-group: 2;
                order: 1;
        font-size: 13px;
        line-height: 16px;
        text-align: left; } }
  .bib-popup .button {
    -webkit-box-ordinal-group: 2;
            order: 1;
    display: block;
    margin: 0 auto 20px; }
    @media screen and (min-width: 768px) {
      .bib-popup .button {
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin: 0 0 0 auto; } }

.woo-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(237, 233, 225, 0.65);
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: flex;
  padding: 20px;
  /* &__bluebell {
		display: none;

		@media screen and (min-width: $medium) {
			display: inline-block;
			vertical-align: top;
			width: 215px;
			margin-bottom: 25px;
		}

		img {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
	}

	&__header {
		margin-bottom: 20px;

		@media screen and (min-width: $medium) {
			display: inline-block;
			vertical-align: top;
			width: calc(100% - 220px);
			margin-bottom: 25px;
		}
	}

	&__logo {
		display: block;
		width: 100%;
		max-width: 167px;
		margin: 20px auto 30px;

		@media screen and (min-width: $medium) {
			margin: 26px auto 20px;
			max-width: 265px;
		}
	}

	&__copy {
		font-size: 13px;
		line-height: 19px;
		text-align: center;

		@media screen and (min-width: $medium) {
			font-size: 16px;
			line-height: 25px;
			text-align: left;
			columns: 2;
			column-gap: 30px;
		}
	}*/
  /*.big-text {
		font-size: 13px;
		line-height: 22px;

		@media screen and (min-width: $medium) {
			font-size: 17px;
			line-height: 29px;
		}
	}

	hr {
		background: #4A4F55;
		border: none;
		height: 1px;
		max-width: 170px !important;
		margin: 22px auto !important;

		@media screen and (min-width: $medium) {
			max-width: 285px !important;
			margin: 26px auto !important;
		}
	}

	a {
		display: inline-block;
		order: 2;
		font-family: 'IntroRust';
		font-size: 10px;
		line-height: 19px;
		color: #6B6F73;
		flex-basis: 100%;
		letter-spacing: 0.15em;
		text-decoration: none;
		text-align: center;

		@media screen and (min-width: $medium) {
			flex-basis: auto;
			order: 1;
			font-size: 13px;
			line-height: 16px;
			text-align: left;
		}
	}

	.button {
		order: 1;
		display: block;
		margin: 0 auto 20px;
		@media screen and (min-width: $medium) {
			order: 2;
			margin: 0 0 0 auto;
		}
	} */ }
  .woo-popup__window {
    border-radius: 26px;
    background-image: url(../img/bluebell-background.png);
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.4);
    margin: auto;
    padding: 20px;
    position: relative;
    /* @media screen and (min-width: $medium) {
			padding: 20px;
		} */ }
  .woo-popup__image {
    max-width: 100px; }
    @media screen and (min-width: 768px) {
      .woo-popup__image {
        max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .woo-popup .products__price {
      font-size: 21px;
      line-height: 33px; } }
  .woo-popup__sub-total {
    width: 100%;
    font-size: 18px;
    margin: 10px 0; }
    @media screen and (min-width: 768px) {
      .woo-popup__sub-total {
        font-size: 22px; } }
    .woo-popup__sub-total td {
      padding: 2px 0; }
      .woo-popup__sub-total td:first-child {
        width: 120px; }
  .woo-popup h2 {
    max-width: 80%;
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
    color: #4B4F55;
    margin: 0 auto;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 768px) {
      .woo-popup h2 {
        font-size: 34px;
        line-height: 1.2em; } }
  .woo-popup h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 0 10px;
    font-family: 'Newzald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 768px) {
      .woo-popup h3 {
        margin: 20px 0 10px;
        font-size: 28px;
        line-height: 1.2em; } }
  .woo-popup h4 {
    font-family: 'IntroRust';
    font-size: 18px;
    margin-bottom: 20px; }
    .woo-popup h4 i {
      font-style: normal;
      font-family: 'QueulatCnd'; }
  .woo-popup__message {
    color: #b81c23; }
  .woo-popup__shipping {
    margin: 10px 0 15px; }
  .woo-popup__actions {
    max-width: 200px;
    text-align: center;
    font-size: 0; }
    .woo-popup__actions .close {
      font-size: 1.6rem; }
    .woo-popup__actions .button:first-child {
      margin-right: 10px; }
  .woo-popup .button {
    margin: 10px 0 0 0;
    width: 100%;
    max-width: 200px;
    padding: 14px 0 12px !important; }
  .woo-popup a.close {
    display: inline-block;
    margin: 10px 0 0;
    cursor: pointer;
    text-decoration: underline; }
  .woo-popup i.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    cursor: pointer; }

.cart .attachment-woocommerce_thumbnail {
  display: block;
  max-width: 100%; }

.filter-title {
  letter-spacing: 0.025em; }

#billing_country_field, #shipping_country_field {
  display: none; }

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields, .woocommerce-additional-fields {
  display: none; }

.suggest-address {
  position: relative; }
  .suggest-address ul {
    margin: 0;
    padding: 5px 0;
    position: absolute;
    left: 3px;
    top: 100%;
    right: 3px;
    max-height: 220px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    text-align: center;
    z-index: 2; }
    .suggest-address ul i {
      text-align: center;
      display: inline-block;
      font-size: 22px;
      margin: 10px 0; }
    .suggest-address ul li {
      display: block;
      padding: 5px 10px;
      text-align: left;
      cursor: pointer; }
      .suggest-address ul li:hover {
        color: #000; }

.woocommerce {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 83px;
  padding-bottom: 58px;
  z-index: 1;
  position: relative; }
  @media screen and (min-width: 768px) {
    .woocommerce {
      padding-top: 215px;
      padding-bottom: 140px;
      padding-left: 30px;
      padding-right: 30px; } }
  .woocommerce table.shop_table {
    border: none;
    margin: 0;
    margin-left: -12px;
    margin-right: -12px;
    width: auto; }
    @media screen and (min-width: 576px) {
      .woocommerce table.shop_table {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%; } }
    .woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce table.shop_table tbody th {
      border: none; }
    .woocommerce table.shop_table .shipping td, .woocommerce table.shop_table .shipping th {
      vertical-align: top; }
  .woocommerce table.shop_table_responsive tr td.update::before {
    content: none; }
  .woocommerce .product-name a {
    text-decoration: none; }
    .woocommerce .product-name a.underline {
      text-decoration: underline; }
  .woocommerce .cart_totals {
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 768px) {
      .woocommerce .cart_totals {
        max-width: 300px; } }
    .woocommerce .cart_totals .total {
      font-size: 20px; }
    .woocommerce .cart_totals table.shop_table {
      width: 100%;
      margin: 0; }
  .woocommerce .coupon {
    font-size: 0; }
    .woocommerce .coupon input {
      font-size: 16px;
      margin-right: 10px; }
  .woocommerce .button[name="update_cart"] {
    display: none !important; }

body.cart .woocommerce {
  padding-top: 60px; }
  @media screen and (min-width: 768px) {
    body.cart .woocommerce {
      padding-top: 160px; } }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px; }

.select2-container--default .select2-selection--single {
  border-radius: 10px; }

.select2-container .select2-selection--single {
  height: 41px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: 1px solid #4B4F55;
  background: transparent;
  border-radius: 10px; }

.woocommerce-message {
  border-color: #8fae1b;
  margin-bottom: 10px; }

.woocommerce-info {
  border-color: #1e85be;
  margin-bottom: 10px; }

.woocommerce-error {
  border-color: #b81c23;
  margin-bottom: 10px; }

.thankyou i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 30px; }

.thankyou--success i {
  color: #8fae1b; }

.thankyou--failed i {
  color: #b81c23; }

@media screen and (min-width: 768px) {
  .thankyou {
    padding: 75px 0 200px; } }

.woocommerce-MyAccount-navigation {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: 'Seravek';
  font-size: 14px; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 10px 0;
      margin: 0 10px; }
      .woocommerce-MyAccount-navigation ul li:first-child {
        margin-left: 0; }
      .woocommerce-MyAccount-navigation ul li:last-child {
        margin-right: 0; }
      .woocommerce-MyAccount-navigation ul li a {
        text-decoration: none; }
      .woocommerce-MyAccount-navigation ul li.is-active {
        border-bottom: 1px solid #4B4F55; }
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods {
    display: none; }

mark {
  background-color: rgba(78, 152, 196, 0.25); }

fieldset {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  margin-top: 20px; }

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 10px; }

.woocommerce-form__label-for-checkbox input, .woocommerce-form__label-for-checkbox span {
  display: inline-block;
  vertical-align: middle; }

.woocommerce-form__label-for-checkbox input {
  margin-right: 10px;
  position: relative;
  top: -2px; }

#ship-to-different-address {
  padding: 3px; }

.woocommerce-checkout {
  margin-top: 20px; }

.woocommerce-checkout-payment {
  margin-top: 20px; }

.order-total td span {
  font-size: 24px; }

.woocommerce table.shipping-table {
  width: 100%;
  border: 1px solid #c9cbcd;
  color: #6E7276;
  padding: 5px;
  border-radius: 4px;
  text-align: center; }
  .woocommerce table.shipping-table td, .woocommerce table.shipping-table th {
    border: none !important;
    padding: 0;
    font-size: 14px; }
  .woocommerce table.shipping-table td {
    font-weight: 400 !important; }

.woocommerce-shipping-totals.shipping em {
  display: none;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .woocommerce-shipping-totals.shipping em {
      display: block; } }

.home__intro {
  max-width: 916px;
  margin: 0 auto;
  padding: 50px 30px 0;
  text-align: center; }
  .home__intro-product {
    width: 100%;
    max-width: 321px;
    height: auto;
    margin: 0 10px; }

.home__made-in-nz {
  text-align: center;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 340px;
  min-height: 656px; }
  @media only screen and (min-width: 576px) {
    .home__made-in-nz {
      padding-bottom: 300px; } }
  @media only screen and (min-width: 768px) {
    .home__made-in-nz {
      padding-bottom: 240px; } }
  @media only screen and (min-width: 992px) {
    .home__made-in-nz {
      padding-bottom: 200px; } }
  @media only screen and (min-width: 1200px) {
    .home__made-in-nz {
      background-position: center center; } }
  .home__made-in-nz .inner {
    max-width: 643px; }

.home__logos {
  margin-top: 28px; }
  .home__logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 19px;
    max-width: 70px;
    height: auto; }

.home__why {
  padding: 20px 0;
  background: #DCE3C4;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .home__why {
      text-align: left;
      padding: 40px 0; } }
  .home__why-pad {
    padding: 20px 30px; }
    @media only screen and (min-width: 768px) {
      .home__why-pad {
        padding: 0 30px; } }
  .home__why img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto 40px; }
  .home__why h3:after {
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .home__why h3:after {
      margin-left: 0; } }

.home__science {
  padding: 50px 0 20px; }
  .home__science h2 {
    text-align: center; }
  .home__science-flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .home__science-txt-left {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    line-height: 1.4375em;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .home__science-txt-left {
        -webkit-box-flex: 0;
                flex: 0 0 26%;
        padding: 0 45px 0 0;
        margin-bottom: 0px; } }
  .home__science-txt-right {
    -webkit-box-ordinal-group: 3;
            order: 2;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    line-height: 1.4375em;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .home__science-txt-right {
        -webkit-box-ordinal-group: 4;
                order: 3;
        -webkit-box-flex: 0;
                flex: 0 0 26%;
        padding: 0 0 0 45px;
        margin-bottom: 0px; } }
  .home__science-image {
    -webkit-box-ordinal-group: 4;
            order: 3;
    -webkit-box-flex: 0;
            flex: 0 0 100%; }
    .home__science-image img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 480px;
      margin: 30px auto; }
    @media only screen and (min-width: 768px) {
      .home__science-image {
        -webkit-box-ordinal-group: 3;
                order: 2;
        -webkit-box-flex: 0;
                flex: 0 0 48%; } }

.home__wellbeing {
  padding: 65px 30px 65px;
  text-align: center;
  background: #fff; }
  .home__wellbeing img {
    display: inline-block;
    max-width: 100%; }
  .home__wellbeing h2 {
    margin: 0; }
  .home__wellbeing p {
    max-width: 868px;
    margin-left: auto;
    margin-right: auto; }

.home__certified {
  text-align: center;
  padding: 30px 0; }
  .home__certified img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: auto;
    margin: 20px 40px; }

.organic__why-organic {
  padding: 50px 30px; }

.organic__why {
  max-width: 1000px;
  margin: 0 auto; }
  .organic__why h2 {
    font-family: 'BerlingskeSerif-DBd';
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.17;
    text-transform: none;
    letter-spacing: 0.01em; }
    .organic__why h2 br {
      display: none; }
      @media only screen and (min-width: 768px) {
        .organic__why h2 br {
          display: block; } }
  .organic__why h3 {
    font-family: 'Seravek';
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 1.39em;
    letter-spacing: 0.01em;
    margin-bottom: 0.5em;
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      .organic__why h3 {
        margin-top: 0px; } }
    .organic__why h3 strong {
      font-weight: 500; }
  .organic__why p:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .organic__why-text {
      padding-left: 50px; } }

.organic__seperator {
  width: 100%;
  max-width: 962px;
  height: 44px;
  background-size: 962px auto;
  background-repeat: no-repeat;
  margin: 15px auto; }
  .organic__seperator--left {
    background-image: url(../img/seperator-left.svg);
    background-position: left center; }
  .organic__seperator--right {
    background-image: url(../img/seperator-right.svg);
    background-position: right center; }

.organic__difference {
  padding: 55px 0 40px;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .organic__difference .inner {
    max-width: 780px; }
  .organic__difference .intro p {
    font-size: 1.9rem;
    line-height: 1.47em;
    font-weight: 400;
    margin-bottom: 40px; }
  .organic__difference h3 {
    font-size: 2.5rem;
    line-height: 1.28em;
    letter-spacing: 0.05em;
    margin-bottom: 15px; }
    .organic__difference h3 br {
      display: none; }
      @media only screen and (min-width: 576px) {
        .organic__difference h3 br {
          display: block; } }

.organic__circles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap; }
  .organic__circles div {
    width: 195px;
    height: 197px;
    background-repeat: no-repeat;
    background-position: center top;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 15px; }
    .organic__circles div:nth-child(1) {
      background-image: url(../img/organic-circle-1.svg); }
    .organic__circles div:nth-child(2) {
      background-image: url(../img/organic-circle-2.svg); }
    .organic__circles div:nth-child(3) {
      background-image: url(../img/organic-circle-3.svg); }
  .organic__circles h4, .organic__circles p {
    flex-basis: 100%; }
  .organic__circles p {
    line-height: 1.25em; }

.organic__assured {
  padding: 55px 0; }
  .organic__assured .inner {
    max-width: 780px; }
  .organic__assured h2 {
    text-align: center; }
  .organic__assured p:last-child {
    margin-bottom: 0; }

.brands__brands {
  padding: 65px 0 80px;
  text-align: center; }
  .brands__brands img {
    display: inline-block; }
  .brands__brands .intro {
    font-size: 2.1rem;
    line-height: 1.571em; }
  .brands__brands p {
    margin-bottom: 35px; }

.brands .organic__seperator {
  margin: 35px 0 45px; }

.brands__bluebell {
  max-width: 418px;
  height: auto;
  margin-bottom: 45px; }

.brands__organic {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-bottom: 50px; }

.brands__goat-milk {
  width: 100%;
  max-width: 343px;
  height: auto;
  margin-top: 45px;
  margin-bottom: 38px; }
  @media only screen and (min-width: 768px) {
    .brands__goat-milk {
      margin-top: 0; } }

.bluebell__intro {
  padding: 25px 0 0px;
  /* .inner {
			max-width: 860px;
		} */ }
  @media screen and (min-width: 768px) {
    .bluebell__intro {
      padding: 75px 0 0; } }
  .bluebell__intro p:first-child:first-letter {
    font-size: 13.8rem;
    line-height: 0.8em;
    float: left;
    font-family: 'Newzald', sans-serif;
    color: #fbfbf2;
    text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
    margin-right: 10px;
    margin-bottom: -20px;
    /* @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
				//margin-bottom: -10px;
				line-height: 0.8em;

				@media screen and (min-width: $medium) {
					//margin-bottom: -30px;
				}
			}
*/ }

@-moz-document url-prefix() {
  .bluebell__intro p:first-child:first-letter {
    margin-bottom: 0px; } }
  .bluebell__intro-logo {
    display: inline-block;
    width: 229px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .bluebell__intro-logo {
        width: 331px; } }
  .bluebell__intro-animation {
    max-width: 100%;
    width: 412px;
    position: relative;
    left: -20px;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .bluebell__intro-animation {
        margin-bottom: 0px; } }
  .bluebell__intro p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em; }
    @media screen and (min-width: 768px) {
      .bluebell__intro p {
        font-size: 2.1rem;
        line-height: 1.57em; } }
  @media screen and (min-width: 768px) {
    .bluebell__intro p:last-child:after {
      display: block;
      content: "";
      width: 127px;
      height: 1px;
      background: #4B4F55;
      margin-top: 20px; } }

.bluebell__products {
  text-align: center;
  padding: 0 0 55px 0; }
  .bluebell__products h1 {
    margin-bottom: 75px; }
  .bluebell__products img {
    display: inline-block;
    max-width: 100%; }
  .bluebell__products a {
    text-decoration: none; }
  .bluebell__products p {
    text-align: left;
    max-width: 315px;
    margin: 0 auto; }
  .bluebell__products-organic {
    width: 240px;
    margin-bottom: 18px; }
  .bluebell__products-organic-tin {
    width: 393px;
    margin-bottom: 30px; }
  .bluebell__products-goat-milk {
    width: 292px;
    margin-bottom: 10px; }
  .bluebell__products-goat-milk-tin {
    width: 393px;
    margin-bottom: 30px; }

.bluebell__steps {
  background: url(../img/green-background.png);
  max-width: 810px;
  margin: 0 30px 78px;
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .bluebell__steps {
      margin: 50px auto 78px; } }

.bluebell__step {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  width: 190px;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .bluebell__step {
      width: auto; } }
  .bluebell__step--1 span:first-child {
    color: #8B92C8; }
  .bluebell__step--2 span:first-child {
    color: #A66CAD; }
  .bluebell__step--3 span:first-child {
    color: #609ED5; }
  .bluebell__step span {
    font-weight: normal; }
    .bluebell__step span:nth-child(1) {
      font-family: 'QueulatSoft';
      font-size: 62px;
      line-height: 1em;
      float: left;
      margin-right: 12px;
      text-shadow: -0.5px -0.5px 0 currentColor, 0.5px -0.5px 0 currentColor, -0.5px 0.5px 0 currentColor, 0.5px 0.5px 0 currentColor; }
    .bluebell__step span:nth-child(2) {
      font-family: 'TheGreatOutdoors';
      font-size: 23px;
      line-height: 27px;
      display: inline-block;
      margin-top: 2px;
      letter-spacing: 0.1em; }
    .bluebell__step span:nth-child(4) {
      font-family: 'QueulatCnd';
      font-size: 24px;
      line-height: 28px;
      display: inline-block;
      vertical-align: top;
      text-shadow: -0.15px -0.15px 0 currentColor, 0.15px -0.15px 0 currentColor, -0.15px 0.15px 0 currentColor, 0.15px 0.15px 0 currentColor; }
    .bluebell__step span:nth-child(5) {
      font-family: 'TheGreatOutdoors';
      font-size: 18px;
      line-height: 18px;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px solid currentColor;
      padding-bottom: 5px;
      letter-spacing: 0.12em;
      margin-left: 5px; }

.bluebell hr {
  display: block;
  width: 90%;
  max-width: 342px;
  height: 1px;
  background: #4B4F55;
  margin: 50px auto;
  border: 0; }

.bluebell__care {
  /* .inner {
			max-width: 810px + ($gutter * 2);
		} */ }
  .bluebell__care h2 {
    text-align: center; }
  .bluebell__care p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .bluebell__care p {
        font-size: 2.1rem;
        line-height: 1.57em; } }
  .bluebell__care p:first-letter {
    font-size: 13.8rem;
    line-height: 0.8em;
    float: left;
    font-family: 'Newzald', sans-serif;
    color: #fbfbf2;
    text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
    margin-right: 10px;
    margin-bottom: -20px;
    /* @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
				margin-bottom: -30px;
				line-height: 0.8em;
			}
*/ }

@-moz-document url-prefix() {
  .bluebell__care p:first-letter {
    margin-bottom: 0px; } }
  .bluebell__care img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.bluebell__certified {
  text-align: center;
  /* .inner {
			max-width: 810px + ($gutter * 2);
		} */ }
  .bluebell__certified p {
    font-family: 'Queulat';
    font-size: 18px;
    line-height: 28px;
    color: #4054A5; }
    @media screen and (min-width: 768px) {
      .bluebell__certified p {
        font-size: 25px;
        line-height: 38px; } }
  .bluebell__certified img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: auto;
    margin: 20px 40px; }

.bluebell__about {
  padding: 50px 0;
  text-align: center; }
  .bluebell__about h1 {
    font-family: 'Queulat';
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 28px !important; }
    @media screen and (min-width: 768px) {
      .bluebell__about h1 {
        font-size: 25px !important;
        line-height: 38px !important; } }

.bluebell__image-block {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px; }
  @media screen and (min-width: 768px) {
    .bluebell__image-block {
      margin-left: -8px;
      margin-right: -8px; } }
  .bluebell__image-block-txt, .bluebell__image-block-img {
    padding: 6px; }
    @media screen and (min-width: 768px) {
      .bluebell__image-block-txt, .bluebell__image-block-img {
        padding: 8px; } }
  .bluebell__image-block-txt {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
            order: 2; }
    @media screen and (min-width: 768px) {
      .bluebell__image-block-txt {
        -webkit-box-flex: 0;
                flex: 0 0 45%; } }
    .bluebell__image-block-txt div {
      width: 100%;
      height: 100%;
      background: url(../img/green-background.png);
      font-weight: 500;
      font-size: 19px;
      line-height: 25px;
      letter-spacing: 0.01em;
      color: #4054A5;
      padding: 25px; }
      @media screen and (min-width: 768px) {
        .bluebell__image-block-txt div {
          padding: 65px 40px;
          font-size: 26px;
          line-height: 36px; } }
      .bluebell__image-block-txt div hr {
        width: 100px;
        height: 1px;
        background: #4054A5;
        border: 0;
        margin: 20px auto 0 0; }
        @media screen and (min-width: 768px) {
          .bluebell__image-block-txt div hr {
            margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .bluebell__image-block-txt {
        -webkit-box-ordinal-group: 2;
                order: 1; } }
  .bluebell__image-block-img {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
            flex: 0 0 100%; }
    @media screen and (min-width: 768px) {
      .bluebell__image-block-img {
        -webkit-box-flex: 0;
                flex: 0 0 55%; } }
    .bluebell__image-block-img div {
      width: 100%;
      height: 190px;
      background-size: cover;
      background-position: center center; }
      @media screen and (min-width: 768px) {
        .bluebell__image-block-img div {
          height: 100%; } }
  @media screen and (min-width: 768px) {
    .bluebell__image-block--alt .bluebell__image-block-img {
      -webkit-box-ordinal-group: 2;
              order: 1; } }
  @media screen and (min-width: 768px) {
    .bluebell__image-block--alt .bluebell__image-block-txt {
      -webkit-box-ordinal-group: 3;
              order: 2; } }

.bluebell__easy-num {
  width: 60px;
  font-size: 67px;
  line-height: 0.75em;
  color: #fbfbf2;
  text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55; }
  .bluebell__easy-num span {
    font-size: 44px; }
  @media screen and (min-width: 768px) {
    .bluebell__easy-num {
      width: 80px;
      font-size: 88px; }
      .bluebell__easy-num span {
        font-size: 57px; } }

.bluebell__easy-copy {
  -webkit-box-flex: 1;
          flex: 1; }
  .bluebell__easy-copy h3 {
    font-family: 'IntroRust';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.18em;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .bluebell__easy-copy h3 {
        font-size: 21px;
        line-height: 25px; } }
  .bluebell__easy-copy p {
    font-family: 'Queulat';
    line-height: 1.625em;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .bluebell__easy-copy p {
        font-size: 16px; } }

.bluebell__easy-icon img {
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .bluebell__easy-icon img {
      margin-left: 0px;
      margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .bluebell__easy-icon {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding-left: 60px;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px; } }

.product {
  /* &__steps {
		background: url(../img/green-background.png);
		max-width: 810px;
		margin: 0 $gutter 78px;
		padding: 10px 0;

		@media screen and (min-width: $medium) {
			margin: 50px auto 78px;
		}
	}

	&__step {
		text-align: left;
		display: inline-block;
		white-space: nowrap;
		width: 190px;
		margin: 20px 0;

		@media screen and (min-width: $medium) {
			width: auto;
		}

		&--1 span:first-child { color: #8B92C8; }
		&--2 span:first-child { color: #A66CAD; }
		&--3 span:first-child { color: #609ED5; }

		span {
			font-weight: normal;

			&:nth-child(1) {
				font-family: 'QueulatSoft';
				font-size: 62px;
				line-height: 1em;
				float: left;
				margin-right: 12px;
				text-shadow: -0.5px -0.5px 0 currentColor, 0.5px -0.5px 0 currentColor, -0.5px 0.5px 0 currentColor, 0.5px 0.5px 0 currentColor;
			}
			&:nth-child(2) {
				font-family: 'TheGreatOutdoors';
				font-size: 23px;
				line-height: 27px;
				display: inline-block;
				margin-top: 2px;
				letter-spacing: 0.1em;
			}
			&:nth-child(4) {
				font-family: 'QueulatCnd';
				font-size: 24px;
				line-height: 28px;
				display: inline-block;
				vertical-align: top;
				text-shadow: -0.15px -0.15px 0 currentColor, 0.15px -0.15px 0 currentColor, -0.15px 0.15px 0 currentColor, 0.15px 0.15px 0 currentColor;
			}
			&:nth-child(5) {
				font-family: 'TheGreatOutdoors';
				font-size: 18px;
				line-height: 18px;
				display: inline-block;
				vertical-align: top;
				border-bottom: 1px solid currentColor;
				padding-bottom: 5px;
				letter-spacing: 0.12em;
				margin-left: 5px;
			}
		}
		
	} */
  /* &__care {
		h2 {
			text-align: center;
		}

		p {
			font-size: 2.1rem;
			line-height: 1.57em;
			letter-spacing: -0.01em;
			margin: 0;
		}

		p:first-letter {
			font-size: 13.8rem;
			line-height: 0.8em;
			float: left;
			font-family: 'Newzald', sans-serif;
			color: #fbfbf2;
			height: 50px;
			text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
			margin-right: 10px;
			margin-bottom: -30px;
		}

		img {
			display: block;
			max-width: 100%;
			margin: 0 auto;
		}
	} */
  /* &__certified {
		text-align: center;
		margin-bottom: -50px;

		p {
			font-family: 'Queulat';
			font-size: 25px;
			line-height: 38px;
			color:$blue;
		}

		img {
			display: inline-block;
			vertical-align: middle;
			width: 120px;
			height: auto;
			margin: 20px 40px;
		}
	} */
  /* &__about {
		padding: 50px 0;
		text-align: center;

		h1 {
			font-family: 'Queulat';
			font-weight: normal !important;
			font-size: 18px !important;
			line-height: 28px !important;

			@media screen and (min-width: $medium) {
				font-size: 25px !important;
				line-height: 38px !important;
			}
		}
	}

	&__image-block {
		display: flex;
		flex-wrap: wrap;
		margin-left: -6px;
		margin-right: -6px;

		@media screen and (min-width: $medium) {
			margin-left: -8px;
			margin-right: -8px;
		}

		&-txt, &-img {
			padding: 6px;

			@media screen and (min-width: $medium) {
				padding: 8px;
			}
		}

		&-txt {
			flex: 0 0 100%;
			order: 2;

			@media screen and (min-width: $medium) {
				flex: 0 0 45%;
			}
			
			div {
				width: 100%;
				height: 100%;
				background: url(../img/green-background.png);
				font-weight: 500;
				font-size: 19px;
				line-height: 25px;
				letter-spacing: 0.01em;
				color: $blue;
				padding: 25px;
				
				@media screen and (min-width: $medium) {
					padding: 65px 40px;
					font-size: 26px;
					line-height: 36px;
				}

				hr {
					width: 100px;
					height: 1px;
					background: $blue;
					border: 0;
					margin: 20px auto 0 0;

					@media screen and (min-width: $medium) {
						margin-bottom: 20px;
					}
				}
			}

			@media screen and (min-width: $medium) {
				order: 1;
			}
		}

		&-img {
			order: 1;
			flex: 0 0 100%;

			@media screen and (min-width: $medium) {
				flex: 0 0 55%;
			}

			div {
				width: 100%;
				height: 190px;;
				background-size: cover;
				background-position: center center;
				
				@media screen and (min-width: $medium) {
					height: 100%;
				}
			}
		}

		&--alt &-img {
			@media screen and (min-width: $medium) {
				order: 1;
			}
		}

		&--alt &-txt {
			@media screen and (min-width: $medium) {
				order: 2;
			}
		}
	}

	&__easy {
		&-num {
			width: 60px;
			font-size: 67px;
			line-height: 0.75em;
			color: #fbfbf2;
			text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;

			span {
				font-size: 44px;
			}

			@media screen and (min-width: $medium) {
				width: 80px;
				font-size: 88px;
				span {
					font-size: 57px;
				}
			}
		}

		&-copy {
			flex: 1;
			h3 {
				font-family: 'IntroRust';
				font-size: 16px;
				line-height: 19px;
				letter-spacing: 0.18em;
				margin-bottom: 0.5em;

				@media screen and (min-width: $medium) {
					font-size: 21px;
					line-height: 25px;
				}
			}
			p {
				font-family: 'Queulat';
				line-height: 1.625em;
				font-size: 14px;

				@media screen and (min-width: $medium) {
					font-size: 16px;
				}
			}
		}

		&-icon {
			//flex: 1;

			img {
				margin-left: 20px;

				@media screen and (max-width: $medium - 1) {
					margin-left: 0px;
					margin-right: 20px;
				}
			}

			@media screen and (max-width: $medium - 1) {
				flex: 0 0 100%;
				padding-left: 60px;
				
				margin-left: 0px;
				margin-right: 20px;
				margin-top: 20px;
			}
		}
	} */ }
  .product__intro {
    padding: 25px 0 0px;
    /* .inner {
			max-width: 860px;
		} */ }
    @media screen and (min-width: 768px) {
      .product__intro {
        padding: 75px 0 0; } }
    .product__intro p:first-of-type:first-letter {
      font-size: 13.8rem;
      line-height: 0.8em;
      float: left;
      font-family: 'Newzald', sans-serif;
      color: #fbfbf2;
      text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
      margin-right: 10px;
      margin-bottom: -20px;
      /* @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
				margin-bottom: 20px;
				line-height: 0.8em;

				@media screen and (min-width: $medium) {
					margin-bottom: -30px;
				}
			}
*/ }

@-moz-document url-prefix() {
  .product__intro p:first-of-type:first-letter {
    margin-bottom: 0px; } }
    .product__intro-logo {
      display: inline-block;
      width: 205px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .product__intro-logo {
          width: 264px; } }
    .product__intro-animation {
      max-width: 100%;
      width: 385px;
      position: relative;
      left: 0px;
      margin-top: 20px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .product__intro-animation {
          margin-bottom: 0px; } }
      .product__intro-animation img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        display: block; }
        .product__intro-animation img:first-child {
          position: static; }
    .product__intro p {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: -0.01em; }
      @media screen and (min-width: 768px) {
        .product__intro p {
          font-size: 2.1rem;
          line-height: 1.57em; } }
    @media screen and (min-width: 768px) {
      .product__intro p:last-child:after {
        display: block;
        content: "";
        width: 127px;
        height: 1px;
        background: #4B4F55;
        margin-top: 20px; } }
  .product__products {
    text-align: center;
    padding: 0 0 0 0; }
    .product__products h1 {
      margin-bottom: 0px; }
    .product__products h2, .product__products h3 {
      font-family: 'IntroRust';
      font-size: 15px;
      line-height: 28px;
      letter-spacing: 0.15em;
      color: #4B4F55;
      max-width: 225px;
      margin-left: auto;
      margin-right: auto; }
    .product__products img {
      display: inline-block;
      max-width: 100%; }
    .product__products a {
      text-decoration: none; }
    .product__products p {
      text-align: left;
      max-width: 315px;
      margin: 0 auto; }
    .product__products .button {
      min-width: 180px; }
  .product__age {
    display: -webkit-inline-box;
    display: inline-flex;
    border-top: 1px solid #4B4F55;
    border-bottom: 1px solid #4B4F55;
    width: auto;
    padding: 10px 0;
    align-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 27px;
    margin-bottom: 15px; }
    .product__age span:first-child {
      font-family: 'QueulatCnd';
      font-size: 24px;
      line-height: 27px;
      letter-spacing: 0.08em;
      display: block;
      text-shadow: -0.2px -0.2px 0 currentColor, 0.2px -0.2px 0 currentColor, -0.2px 0.2px 0 currentColor, 0.2px 0.2px 0 currentColor;
      margin-right: 8px; }
    .product__age span:last-child {
      font-family: 'TheGreatOutdoors';
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.12em;
      display: block;
      border-bottom: 1px solid #4B4F55;
      margin-top: -4px; }
  .product__weight {
    font-family: 'IntroRust';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15em;
    color: #6E7276;
    margin-bottom: 40px; }
    .product__weight span {
      font-family: 'QueulatCnd'; }
  .product__bottom h2, .product__bottom h3 {
    text-align: center; }
  .product__bottom h3 {
    font-family: 'Newzald', sans-serif;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500; }
  .product__bottom > p:first-letter {
    font-size: 13.8rem;
    line-height: 0.8em;
    float: left;
    font-family: 'Newzald', sans-serif;
    color: #fbfbf2;
    text-shadow: -1px -1px 0 #4B4F55, 1px -1px 0 #4B4F55, -1px 1px 0 #4B4F55, 1px 1px 0 #4B4F55;
    margin-right: 10px;
    margin-bottom: -20px;
    /* @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
				margin-bottom: -30px;
				line-height: 0.8em;
			}
*/ }

@-moz-document url-prefix() {
  .product__bottom > p:first-letter {
    margin-bottom: 0px; } }
  .product__bottom p {
    margin-bottom: 2em; }
  .product__circles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap; }
    .product__circles div {
      width: 171px;
      height: 175px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      align-content: center;
      flex-wrap: wrap;
      margin: 15px;
      text-align: center; }
      .product__circles div:nth-child(1) {
        background-image: url(../img/green-circle-1@2x.png); }
      .product__circles div:nth-child(2) {
        background-image: url(../img/green-circle-2@2x.png); }
      .product__circles div:nth-child(3) {
        background-image: url(../img/green-circle-3@2x.png); }
    .product__circles--blue div:nth-child(1) {
      background-image: url(../img/blue-circle-1@2x.png); }
    .product__circles--blue div:nth-child(2) {
      background-image: url(../img/blue-circle-2@2x.png); }
    .product__circles--blue div:nth-child(3) {
      background-image: url(../img/blue-circle-3@2x.png); }
    .product__circles h4 {
      font-family: 'IntroRust';
      font-size: 11px;
      line-height: 18px;
      letter-spacing: 0.16em; }
    .product__circles h4, .product__circles p {
      flex-basis: 100%; }
    .product__circles p {
      font-size: 12px;
      line-height: 17px;
      letter-spacing: 0.01em;
      margin-bottom: 0; }
  .product hr {
    display: block;
    width: 90%;
    max-width: 342px;
    height: 1px;
    background: #4B4F55;
    margin: 50px auto;
    border: 0; }

.care-centre__intro {
  padding: 75px 0 0; }
  .care-centre__intro img {
    width: 100%;
    max-width: 351px;
    margin: 0 auto 55px; }
  .care-centre__intro h1 {
    margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .care-centre__intro p:last-of-type:after {
      display: block;
      content: "";
      width: 127px;
      height: 1px;
      background: #4B4F55;
      margin-top: 20px; } }

.care-centre__contact {
  font-family: 'Queulat';
  font-size: 13px;
  line-height: 20px;
  font-weight: 500; }
  .care-centre__contact .row {
    padding: 24px 0;
    position: relative; }
    .care-centre__contact .row:before {
      display: block;
      content: "";
      height: 1px;
      background: #343a40;
      position: absolute;
      left: 20px;
      right: 20px;
      top: 0px; }
    .care-centre__contact .row:last-child:after {
      display: block;
      content: "";
      height: 1px;
      background: #343a40;
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0px; }
  .care-centre__contact img {
    width: 40px;
    height: auto;
    display: block; }
    @media screen and (min-width: 768px) {
      .care-centre__contact img {
        margin-right: 20px;
        margin-left: auto; } }
  .care-centre__contact small {
    font-size: 12px;
    display: block;
    font-weight: normal; }
  @media screen and (min-width: 768px) {
    .care-centre__contact {
      font-size: 18px;
      line-height: 35px; }
      .care-centre__contact small {
        font-size: 15px; } }
  .care-centre__contact a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .care-centre__contact a:hover {
      color: #4054A5; }

.care-centre__faqs {
  padding-top: 75px; }
  .care-centre__faqs h2 {
    text-align: center;
    margin-bottom: 40px; }
  .care-centre__faqs h3, .care-centre__faqs h4, .care-centre__faqs p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .care-centre__faqs h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1em;
    font-family: 'Newzald', sans-serif;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .care-centre__faqs h3 {
        font-size: 24px;
        line-height: 31px; } }
  .care-centre__faqs p {
    font-size: 14px;
    line-height: 21px; }
    @media screen and (min-width: 768px) {
      .care-centre__faqs p {
        font-size: 19px;
        line-height: 28px; } }
  .care-centre__faqs strong {
    font-weight: 700; }
  .care-centre__faqs .seperator {
    height: 35px;
    max-width: 770px;
    margin: 20px auto 30px;
    background: url(../img/leaf-stroke-left.svg) left center no-repeat;
    background-size: 769.02px 34.37px; }
    .care-centre__faqs .seperator--right {
      background: url(../img/leaf-stroke-right.svg) right center no-repeat;
      background-size: 769.02px 34.37px; }

.care-centre__poo {
  background: url(../img/green-background.png);
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 35px 20px; }
  @media screen and (min-width: 768px) {
    .care-centre__poo {
      padding: 50px 40px;
      max-width: 727px;
      margin: 0 auto 40px; } }
  .care-centre__poo h4 {
    font-family: 'IntroRust';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .care-centre__poo h4 {
        font-size: 21px;
        line-height: 25px; } }
  .care-centre__poo p {
    font-family: 'Queulat';
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      .care-centre__poo p {
        font-size: 16px;
        line-height: 26px; } }
    .care-centre__poo p:last-child {
      margin-bottom: 0; }

.where-to-buy__logo {
  width: 100%;
  max-width: 212px; }

.where-to-buy__intro {
  padding: 75px 0 0;
  /* p:last-of-type:after {
			@media screen and (min-width: $medium) {
				display: block;
				content: "";
				width: 127px;
				height: 1px;
				background: #4B4F55;
				margin-top: 20px;
			}
		} */ }
  .where-to-buy__intro img {
    width: 100%;
    margin: 0 auto; }
  .where-to-buy__intro h1 {
    margin-bottom: 40px; }

.where-to-buy__locations {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .where-to-buy__locations {
      height: 550px;
      flex-wrap: nowrap; } }

.where-to-buy__map {
  width: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1; }
  @media screen and (min-width: 768px) {
    .where-to-buy__map {
      -webkit-box-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 3;
              order: 2; } }
  .where-to-buy__map #map {
    height: 350px;
    display: block; }
    @media screen and (min-width: 768px) {
      .where-to-buy__map #map {
        height: 550px; } }

.where-to-buy__search {
  padding: 0 10px 15px; }
  .where-to-buy__search input, .where-to-buy__search select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #4B4F55;
    color: #4B4F55;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px; }
  .where-to-buy__search select {
    border-radius: 0; }

.where-to-buy__list {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-ordinal-group: 3;
          order: 2; }
  @media screen and (min-width: 768px) {
    .where-to-buy__list {
      width: 400px;
      -webkit-box-ordinal-group: 2;
              order: 1; } }

.where-to-buy__location {
  padding: 15px 20px 15px 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .where-to-buy__location {
      padding-right: 90px; } }
  .where-to-buy__location .logo {
    width: 70px;
    height: 35px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .where-to-buy__location .logo {
        position: absolute;
        right: 15px;
        top: 15px; } }
  .where-to-buy__location img {
    display: block;
    max-height: 30px;
    height: auto;
    width: auto;
    margin-bottom: 5px;
    max-width: 150px; }
    @media screen and (min-width: 768px) {
      .where-to-buy__location img {
        /*position: absolute;
				right: 15px;
				top: 15px;*/
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 70px;
        max-height: 35px; } }
  .where-to-buy__location h4 {
    font-size: 22px;
    font-family: 'Newzald', sans-serif;
    margin: 0; }
  .where-to-buy__location p {
    margin-bottom: 10px; }
  .where-to-buy__location h4, .where-to-buy__location p {
    cursor: pointer;
    color: #4B4F55; }
  .where-to-buy__location--selected {
    background: rgba(255, 255, 255, 0.75); }
    .where-to-buy__location--selected h4 {
      color: #4054A5; }

.where-to-buy__logos {
  margin: 0 -30px; }
  .where-to-buy__logos a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 10px 30px; }

.breast-is-best__intro {
  padding: 75px 0 0; }
  .breast-is-best__intro-logo {
    display: block;
    width: 229px;
    max-width: 100%;
    margin: 0 auto 40px; }
    @media screen and (min-width: 768px) {
      .breast-is-best__intro-logo {
        width: 363px;
        margin: 0 auto 60px; } }

.breast-is-best__baby ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .breast-is-best__baby ul li {
    font-family: 'Queulat';
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0.5em;
    color: #4054A5;
    text-align: center;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .breast-is-best__baby ul li {
        text-align: left;
        font-size: 25px;
        line-height: 38px;
        margin-top: 0em; } }

.breast-is-best__baby .col-md-6 {
  padding: 0 25px; }

.breast-is-best__graphic {
  background: url(../img/breast-is-best-sml.svg) center top no-repeat;
  background-size: 283px 280px;
  text-align: center;
  margin: 0 auto;
  padding: 53px 30px 0; }
  @media screen and (min-width: 768px) {
    .breast-is-best__graphic {
      background: url(../img/breast-is-best-big.svg) center top no-repeat;
      background-size: 665px 659px;
      width: 665px;
      height: 659px;
      padding: 95px 0 0; } }
  .breast-is-best__graphic img {
    display: block;
    margin: 0 auto;
    width: 111px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .breast-is-best__graphic img {
        width: 162px;
        margin-bottom: 20px; } }
  .breast-is-best__graphic h2 {
    font-family: 'IntroRust';
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.18em;
    margin-bottom: 0.5em;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    color: #4B4F55; }
    @media screen and (min-width: 768px) {
      .breast-is-best__graphic h2 {
        font-size: 21px;
        line-height: 35px;
        max-width: none;
        margin-bottom: 10px; } }
  .breast-is-best__graphic p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0.25em; }
    @media screen and (min-width: 768px) {
      .breast-is-best__graphic p {
        font-size: 21px;
        line-height: 33px; }
        .breast-is-best__graphic p:first-of-type {
          padding: 0 80px; }
        .breast-is-best__graphic p:last-child {
          padding: 0 130px; } }

@media screen and (min-width: 768px) {
  .breast-is-best__border {
    border-left: 1px dotted #4054A5; } }

.products__intro {
  padding-top: 35px; }
  .products__intro img {
    display: block;
    width: 100%;
    max-width: 226px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .products__intro img {
        max-width: 452px; } }
  .products__intro h1 {
    margin-bottom: 0.75em; }
  .products__intro p, .products__intro li {
    font-size: 16px;
    line-height: 25px; }
    @media screen and (min-width: 768px) {
      .products__intro p, .products__intro li {
        font-size: 21px;
        line-height: 33px; } }
  .products__intro p {
    margin-bottom: 1.3em; }
  .products__intro h2 {
    font-family: 'IntroRust';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 0.8em;
    color: #343a40; }
    @media screen and (min-width: 768px) {
      .products__intro h2 {
        font-size: 20px;
        line-height: 29px; } }
  .products__intro ul {
    padding-left: 20px; }

.products__main-image {
  margin-top: -30px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.products__thumbs {
  display: -webkit-box;
  display: flex; }
  .products__thumbs div {
    -webkit-box-flex: 1;
            flex: 1; }
    .products__thumbs div.current {
      position: relative; }
      .products__thumbs div.current:after {
        content: "";
        position: absolute;
        display: block;
        border: 1px solid currentColor;
        border-radius: 10px;
        left: 0px;
        top: 5px;
        right: 0px;
        bottom: 0px; }

.products__age {
  font-size: 0; }
  .products__age span {
    display: inline-block; }
  .products__age span:first-child {
    font-family: 'TheGreatOutdoors';
    font-size: 25px;
    line-height: 1em;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .products__age span:first-child {
        font-size: 32px; } }
  .products__age span:nth-child(2) {
    font-family: 'QueulatCnd';
    font-size: 17px;
    line-height: 19px;
    border-left: 1px solid currentColor;
    padding-left: 10px;
    text-shadow: -0.16px -0.16px 0 currentColor, 0.16px -0.16px 0 currentColor, -0.16px 0.16px 0 currentColor, 0.16px 0.16px 0 currentColor; }
    @media screen and (min-width: 768px) {
      .products__age span:nth-child(2) {
        font-size: 23px;
        line-height: 25px; } }
  .products__age span:last-child {
    font-family: 'TheGreatOutdoors';
    font-size: 13px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px;
    margin-left: 8px;
    position: relative;
    top: -5px; }
    @media screen and (min-width: 768px) {
      .products__age span:last-child {
        font-size: 17px;
        top: -6px; } }

.products__size {
  font-family: 'IntroRust';
  font-size: 12px;
  line-height: 15px;
  color: #6E7276;
  margin: 13px 0 18px; }
  .products__size i {
    font-family: 'QueulatCnd';
    font-style: normal; }
  @media screen and (min-width: 768px) {
    .products__size {
      font-size: 16px;
      line-height: 19px; } }

.products__tabs {
  display: none;
  border-bottom: 1px solid currentColor;
  font-family: 'Seravek'; }
  @media screen and (min-width: 768px) {
    .products__tabs {
      text-align: center;
      font-size: 17px;
      line-height: 26px;
      display: block;
      max-width: 758px;
      margin: 70px auto 70px; } }
  .products__tabs span {
    display: inline-block;
    padding-bottom: 4px;
    cursor: pointer; }
    .products__tabs span.current {
      position: relative; }
      .products__tabs span.current:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 100%;
        background: currentColor; }

.products__tab {
  border-bottom: 1px solid currentColor;
  font-family: 'Seravek';
  font-size: 14px;
  line-height: 20px;
  margin: 30px 30px;
  padding: 5px 0 2px;
  position: relative; }
  .products__tab img {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .products__tab--open img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .products__tab span {
    display: inline-block;
    position: relative; }
    .products__tab span:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -4px;
      background: currentColor; }
  @media screen and (min-width: 768px) {
    .products__tab {
      display: none; } }

.products .tab {
  font-family: 'Cervo';
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  display: none; }
  .products .tab--active {
    display: block; }
  @media screen and (min-width: 768px) {
    .products .tab {
      font-size: 20px;
      line-height: 24px; } }
  .products .tab h3 {
    font-family: 'IntroRust';
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 1em;
    letter-spacing: 0.18em;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .products .tab h3 {
        font-size: 20px;
        line-height: 29px; } }
  .products .tab h4 {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -0.005em;
    font-family: 'Cervo';
    font-weight: normal;
    margin: 2em 0 1em; }
    @media screen and (min-width: 768px) {
      .products .tab h4 {
        font-size: 22px;
        line-height: 24px; } }
  .products .tab p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

.products__nutritional .row {
  margin-left: -6px;
  margin-right: -6px; }
  .products__nutritional .row .col-12, .products__nutritional .row .col-md-4 {
    padding: 0 6px; }

.products__nutritional table {
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  border-collapse: collapse; }
  @media screen and (min-width: 768px) {
    .products__nutritional table {
      font-size: 19px;
      line-height: 21px; } }
  .products__nutritional table tr {
    clear: both; }
  .products__nutritional table td {
    padding: 0;
    vertical-align: top;
    float: left; }
    .products__nutritional table td span {
      font-family: sans-serif; }
    .products__nutritional table td.indent {
      padding-left: 10px; }
  .products__nutritional table td:last-child {
    text-align: right;
    float: right; }
  .products__nutritional table td:only-child {
    text-align: left;
    float: left; }

.products__nutritional .border {
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
  padding: 0 15px; }
  .products__nutritional .border.first {
    border-top: 1px solid currentColor;
    border-radius: 10px 10px 0 0;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .products__nutritional .border.first {
        border-radius: 10px; } }
  .products__nutritional .border.last {
    border-bottom: 1px solid currentColor;
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .products__nutritional .border.last {
        border-radius: 10px; } }
  @media screen and (min-width: 768px) {
    .products__nutritional .border {
      border: 1px solid currentColor;
      border-radius: 10px;
      height: 100%;
      padding: 20px 15px; } }

.products__prepare h3 {
  margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .products__prepare h3 {
      margin-bottom: 10px !important; } }

.products__prepare-step {
  display: -webkit-box;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative; }
  .products__prepare-step i {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border: 1px solid currentColor;
    font-style: normal;
    font-size: 18px;
    font-family: 'QueulatSoft';
    text-align: center; }
    @media screen and (min-width: 768px) {
      .products__prepare-step i {
        left: 70px;
        width: 29px;
        height: 29px;
        border-radius: 15px;
        font-size: 21px;
        line-height: 27px; } }
  .products__prepare-step:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .products__prepare-step {
      margin: 30px 0; } }
  .products__prepare-step img {
    width: 84px;
    display: block;
    margin-right: 30px; }
    @media screen and (min-width: 768px) {
      .products__prepare-step img {
        width: 92px; } }
  @media screen and (min-width: 768px) {
    .products__prepare-step div {
      padding-right: 20px; } }

.products__feeding-guide table {
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 10px;
  padding: 10px;
  border-spacing: 0; }

.products__feeding-guide tbody tr:first-child td {
  padding-top: 10px; }

.products__feeding-guide td, .products__feeding-guide th {
  font-weight: 300;
  text-align: right;
  vertical-align: top;
  padding: 0;
  border-left: 1px solid currentColor;
  padding-right: 10px; }
  .products__feeding-guide td:first-child, .products__feeding-guide th:first-child {
    text-align: left;
    border-left: 0; }
  .products__feeding-guide td:last-child, .products__feeding-guide th:last-child {
    padding-right: 0px; }

.products__feeding-guide th {
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px; }

.products__feeding-guide td span {
  font-family: sans-serif; }

.products__feeding-guide td.indent {
  padding-left: 10px; }

.products__feeding-guide .right {
  float: right; }

.products__feeding-guide ul {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 1em; }

.products__feeding-guide .row:nth-child(2) > *:last-child {
  margin-top: 1em; }

.products__feeding-guide .row:nth-child(3) {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .products__feeding-guide .row:nth-child(3) {
      margin-top: 30px;
      margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .products__feeding-guide .border-left {
    border-left: 1px solid currentColor; } }

.products__download {
  text-align: center;
  margin-top: 30px; }
  .products__download a {
    display: inline-block; }
    .products__download a:hover {
      color: #4054A5; }
    .products__download a span, .products__download a svg {
      display: inline-block;
      vertical-align: middle; }
    .products__download a span {
      font-size: 10px;
      margin-right: 15px;
      font-family: 'IntroRust'; }
      @media screen and (min-width: 768px) {
        .products__download a span {
          font-size: 12px;
          margin-right: 25px; } }
    .products__download a svg {
      width: 40px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .products__download a svg {
          width: 53px; } }

.products__long-table {
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 10px;
  border-spacing: 0;
  padding: 10px !important; }
  .products__long-table thead tr:first-child th {
    text-align: left;
    padding-bottom: 10px !important; }
  .products__long-table tbody tr:first-child td {
    padding-top: 10px !important; }
  .products__long-table th {
    padding-top: 10px; }
  .products__long-table td, .products__long-table th {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    text-align: right;
    border-left: 1px solid currentColor;
    padding-right: 10px !important; }
    .products__long-table td:first-child, .products__long-table th:first-child {
      border-left: 0; }
    .products__long-table td:last-child, .products__long-table th:last-child {
      padding: 0 !important; }
    @media screen and (min-width: 768px) {
      .products__long-table td, .products__long-table th {
        font-size: 19;
        line-height: 20px; } }
  .products__long-table th {
    border-bottom: 1px solid currentColor; }
  .products__long-table b {
    font-weight: 300; }
  .products__long-table td {
    float: none !important; }
    .products__long-table td:first-child {
      text-align: left; }
  .products__long-table .right {
    float: right; }

.products__add-to-cart {
  font-size: 16px;
  line-height: 25px;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .products__add-to-cart {
      font-size: 21px;
      line-height: 33px; } }

.products__price {
  /* font-family: 'IntroRust';
		font-weight: 400;
		font-size: 16px; */ }
  .products__price span {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 5px; }

.products__quantity {
  font-size: 16px;
  margin-right: -4px;
  margin-left: -4px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .products__quantity {
      font-size: 18px; } }
  .products__quantity > .col, .products__quantity > [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px; }

.shop__intro {
  padding-top: 35px;
  text-align: center; }
  .shop__intro img {
    display: block;
    width: 100%;
    max-width: 351px;
    margin: 40px auto 60px; }
  .shop__intro h2 {
    color: #4B4F55; }

.shop__filter {
  border: 1px solid #afb2b4;
  border-radius: 10px;
  margin: 10px 0;
  position: relative; }
  .shop__filter span {
    display: block;
    font-size: 16px;
    padding: 10px 10px 8px; }
    @media screen and (min-width: 768px) {
      .shop__filter span {
        font-size: 18px; } }
  .shop__filter > i {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 18px; }
  .shop__filter ul {
    border-top: 1px solid #afb2b4;
    list-style: none;
    margin: 0;
    padding: 10px;
    display: none; }
    .shop__filter ul li {
      font-size: 16px;
      display: block;
      position: relative;
      padding: 5px 0px; }
      @media screen and (min-width: 768px) {
        .shop__filter ul li {
          font-size: 18px; } }
      .shop__filter ul li a {
        text-decoration: none; }
      .shop__filter ul li i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        opacity: 0.5; }
      .shop__filter ul li.selected a {
        color: #4054A5; }
      .shop__filter ul li.selected i {
        opacity: 1; }
  .shop__filter--open ul {
    display: block; }
/*# sourceMappingURL=aotearoa.css.map */