@charset "UTF-8";
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-top: 0;
}

li {
  list-style-position: inside;
  display: list-item;
}

a, button {
  color: inherit;
  transition: 0.3s ease;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline-width: 1px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

textarea {
  overflow: auto;
}

@media only screen and (min-width: 40em) {
  .c-row-sm {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  @supports (display: flex) {
    .c-row-sm {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @supports not (display: flex) {
    .c-row-sm:before, .c-row-sm:after {
      content: "";
      display: table;
    }
    .c-row-sm:after {
      clear: both;
    }
  }
  .c-row-sm [class*=c-col-] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 40em) and (min-width: 55em) {
  .c-row-sm {
    margin-left: -1em;
    margin-right: -1em;
  }
  .c-row-sm [class*=c-col-] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 40em) {
  [class*=c-col-sm] {
    width: 100%;
    min-height: 1px;
  }
  @supports not (display: flex) {
    [class*=c-col-sm] {
      float: left;
    }
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-1 {
    width: 8.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-2 {
    width: 16.6666666667%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-3 {
    width: 25%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-4 {
    width: 33.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-5 {
    width: 41.6666666667%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-6 {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-7 {
    width: 58.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-8 {
    width: 66.6666666667%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-9 {
    width: 75%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-10 {
    width: 83.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-11 {
    width: 91.6666666667%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-column-sm-12 {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c-gutter-sm {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .c-gutter-sm [class*=c-column-] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 55em) {
  .c-row {
    margin-left: -1em;
    margin-right: -1em;
  }
  @supports (display: flex) {
    .c-row {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @supports not (display: flex) {
    .c-row:before, .c-row:after {
      content: "";
      display: table;
    }
    .c-row:after {
      clear: both;
    }
  }
  .c-row [class*=c-col-] {
    padding-left: 1em;
    padding-right: 1em;
  }
  .c-row.c-gutter-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .c-row.c-gutter-lg [class*=c-col-] {
    padding-left: 2em;
    padding-right: 2em;
  }

  [class*=c-col-] {
    width: 100%;
    min-height: 1px;
  }
  @supports not (display: flex) {
    [class*=c-col-] {
      float: left;
    }
  }

  .c-col-1 {
    width: 8.3333333333%;
    margin-top: 0;
  }

  .c-col-2 {
    width: 16.6666666667%;
    margin-top: 0;
  }

  .c-col-3 {
    width: 25%;
    margin-top: 0;
  }

  .c-col-4 {
    width: 33.3333333333%;
    margin-top: 0;
  }

  .c-col-5 {
    width: 41.6666666667%;
    margin-top: 0;
  }

  .c-col-6 {
    width: 50%;
    margin-top: 0;
  }

  .c-col-7 {
    width: 58.3333333333%;
    margin-top: 0;
  }

  .c-col-8 {
    width: 66.6666666667%;
    margin-top: 0;
  }

  .c-col-9 {
    width: 75%;
    margin-top: 0;
  }

  .c-col-10 {
    width: 83.3333333333%;
    margin-top: 0;
  }

  .c-col-11 {
    width: 91.6666666667%;
    margin-top: 0;
  }

  .c-col-12 {
    width: 100%;
    margin-top: 0;
  }

  .c-col-6--p-t {
    padding-top: 4.5em;
  }

  .c-col-400 {
    width: calc(0% + 440px);
    padding-right: 40px;
  }
  .c-col-400 + [class*=c-col-] {
    width: calc(100% - 440px);
    padding-left: 40px;
  }

  .c-offset-2 {
    margin-left: 16.667%;
  }

  .c-gutter {
    margin-left: -1em;
    margin-right: -1em;
  }
  .c-gutter [class*=c-col-] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 65em) {
  .c-row.c-gutter-lg [class*=c-col-] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 100%;
  margin-top: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  z-index: 2;
  height: 40px;
  width: 21px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.5;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
  background-image: url("../img/arrow-prev.png");
}

.slick-next {
  right: 0;
  background-image: url("../img/arrow-next.png");
  margin-top: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 55em) {
  .slick-dots {
    padding-left: 13em;
  }
}
@media (min-width: 60em) {
  .slick-dots {
    padding-left: 20.25em;
  }
}
@media (min-width: 75em) {
  .slick-dots {
    padding-left: 23.25em;
    bottom: 1.5em;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  height: 18px;
  width: 14px;
}
.slick-dots li button {
  border: 0;
  background-color: transparent;
  border: 3px solid #fff;
  display: block;
  height: 18px;
  width: 14px;
  padding: 0;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  color: transparent;
  position: relative;
}
.slick-dots li button:hover {
  outline: none;
  opacity: 0.5;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li.slick-active button:hover {
  opacity: 0.5;
}

/*------------
Body
------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100%;
}

body {
  color: #3f4042;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.5;
}
@media (min-width: 40em) {
  body {
    font-size: 100%;
  }
}

* {
  box-sizing: border-box;
}

main * + *:not(section) {
  margin-top: 1.5em;
}
main section:not(.c-bg-grey) {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40em) {
  main section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 55em) {
  main section {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (min-width: 65em) {
  main section {
    padding-left: 5em;
    padding-right: 5em;
  }
}
main section:not(.u-flat-section) {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 40em) {
  main section:not(.u-flat-section) {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
@media (min-width: 55em) {
  main section:not(.u-flat-section) {
    padding-top: 4.5em;
    padding-bottom: 3em;
  }
}
@media (min-width: 65em) {
  main section:not(.u-flat-section) {
    padding-top: 6em;
    padding-bottom: 4em;
  }
}

li, dt, dd, br, th, td {
  margin-top: 0;
}

hr {
  height: 1px;
  border: none;
  background: #1e3818;
}

nav ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal button {
  border: none;
  margin-top: 1.5em;
}
.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 5px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal button.close:focus, .modal button.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  top: 180px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-top: -140px;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: 0 0 0 auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto 1.75rem;
    top: 150px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s ease-in-out;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, h2 {
  font-size: 1.5em;
}
@media (min-width: 40em) {
  h1, h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.25em;
}
@media (min-width: 40em) {
  h3 {
    font-size: 1.5em;
  }
}

.main-inner main h1 {
  color: #1e3818;
  text-transform: uppercase;
}

.c-header-bold {
  text-transform: uppercase;
  color: #1e3818;
}
@media (min-width: 40em) {
  .c-header-bold:not(h3) {
    font-size: 1.75em;
  }
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #8ab20d;
}

p a {
  white-space: nowrap;
}

main p a:not([class]) {
  color: #8ab20d;
}
main p a:not([class]):hover {
  color: #1e3818;
}

.c-leading {
  font-size: 1.25em;
  font-weight: 700;
}

strong {
  font-weight: 900;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

blockquote {
  position: relative;
  padding-left: 1.875em;
}
blockquote q::before {
  font-size: 5em;
  line-height: 0;
  font-family: Arial;
  display: inline-block;
  color: #8ab20d;
  content: "“";
  position: absolute;
  left: 0;
  top: 0.421875em;
}
blockquote cite {
  font-style: normal;
  color: #8ab20d;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
blockquote span {
  position: relative;
  display: inline-block;
}
blockquote span:after {
  font-size: 5em;
  line-height: 0;
  font-family: Arial;
  display: inline-block;
  color: #8ab20d;
  content: "”";
  position: absolute;
  top: 0.25em;
}

.c-decorated:after {
  content: "";
  display: block;
  margin-top: 0.75em;
  height: 4px;
  width: 120px;
  background-color: #8ab20d;
}
.u-t-a-c .c-decorated:after, .c-decorated.u-t-a-c:after {
  margin-left: auto;
  margin-right: auto;
}

.c-dots, .c-sitemap-list {
  list-style: none;
}
.c-dots li, .c-sitemap-list li {
  padding-left: 1.125em;
  margin-top: 0.75em;
  position: relative;
}
.c-dots li::before, .c-sitemap-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #1e3818;
  position: absolute;
  top: 8px;
  left: 0;
}

.c-icon-list {
  list-style: none;
}
.c-icon-list li {
  min-height: 24px;
  padding-left: 36px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (min-width: 55em) {
  .c-icon-list li {
    padding-left: 48px;
  }
}

.c-icon-location {
  background-image: url(../img/icon-location.png);
}

.c-icon-phone {
  background-image: url(../img/icon-phone.png);
}

.c-icon-email {
  background-image: url(../img/icon-mail.png);
}

.c-tick {
  list-style: none;
}
.c-tick.c-tick--secondary.padded {
  padding-left: 16px;
}
.c-tick.c-tick--secondary li {
  padding-left: 0;
}
.c-tick.c-tick--secondary li::before {
  border-color: #8ab20d;
  display: inline-block;
  position: relative;
  left: -8px;
  top: -2px;
}
.c-tick li {
  padding-left: 18px;
  margin-top: 2px;
  position: relative;
}
.c-tick li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border: solid #aac000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 2px;
}
.c-tick.c-ib li {
  margin-left: 1em;
  margin-right: 1em;
  font-weight: 700;
}
.c-tick ul {
  list-style: none;
}
.u-t-a-c .c-tick {
  max-width: 34em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.c-sitemap-list {
  max-width: 17em;
  margin-left: auto;
  margin-right: auto;
}
.c-sitemap-list ul {
  list-style: none;
  padding-left: 1em;
  margin-top: 0;
}
.c-sitemap-list li::before {
  background-color: #8ab20d;
  top: 9px;
}

/*------------
Utility classes
------------*/
.u-wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.u-wrapper-half {
  max-width: 37.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.u-wrapper--narrow {
  max-width: 60em;
}

@media (min-width: 40em) {
  .u-fs-18 {
    font-size: 1.125em;
  }
}
.u-flat {
  margin-top: 0 !important;
}

.u-flat-top {
  padding-top: 0 !important;
}

.u-t-a-c {
  text-align: center;
}

.u-c-p {
  color: #1e3818;
}

.u-pb-8 {
  padding-bottom: 8em;
}

.u-o-h {
  overflow: hidden;
}

.u-p-r {
  position: relative;
}

.u-z0 {
  z-index: 0;
}

.u-z1 {
  z-index: 1;
}

.u-skip-link {
  position: absolute;
  top: 0;
  right: 100%;
  /* moves off screen */
}
.u-skip-link:focus {
  right: auto;
}

.c-button {
  padding: 0.75em 1em;
  color: #fff;
  background-color: #3f4042;
  transition: 0.3s ease-out;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.c-button span {
  display: block;
  text-transform: uppercase;
}
.c-button:hover {
  color: #fff;
  background-color: #8ab20d;
}

.c-button--full {
  display: block;
}

.c-button--arrow {
  background-color: #8ab20d;
  line-height: 18px;
  padding: 0.5em 1em 0.5em 2.75em;
  border-radius: 4px;
  font-weight: 400;
  background-image: url(../img/button-arrow.png);
  background-repeat: no-repeat;
  background-position: 1em 50%;
  text-align: left;
}
.c-button--arrow span {
  display: inline-block;
  vertical-align: top;
}
.c-button--arrow:hover {
  background-color: #1e3818;
}

.c-button--primary {
  background-color: #1e3818;
}
.c-button--primary:hover {
  background-color: #3f4042;
}

.c-button--secondary {
  background-color: #8ab20d;
}
.c-button--secondary:hover {
  background-color: #3f4042;
}

@media (min-width: 55em) {
  .c-button--big {
    padding: 1.125em 3em;
  }
}

.c-button--outline {
  background-color: transparent;
  border: 1px solid #8ab20d;
  color: #8ab20d;
  text-transform: uppercase;
  font-weight: 400;
}
.c-button--outline:hover {
  background-color: #8ab20d;
  color: #fff;
}

form button, form .button {
  position: relative;
}

label {
  display: block;
}

input, textarea {
  padding: 0.75em 1em;
  border: 2px solid #fff;
  width: 100%;
  -webkit-appearance: none;
  color: #333;
}
input.u-half, textarea.u-half {
  width: 50%;
}
input.input-error, textarea.input-error {
  border-color: #e4655f !important;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
  opacity: 1;
}

textarea {
  height: 9em;
}

.modal-body input, .modal-body textarea {
  border-color: #ddd;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #1e3818;
  color: #fff;
  font-weight: 700;
}

th, td {
  padding: 0.75em 0.5em;
  border: 2px solid #1e3818;
}

@media (max-width: 40em) {
  .c-small-hide {
    display: none;
  }

  .c-small-show {
    width: auto;
  }
  .c-small-show thead {
    display: none;
  }
  .c-small-show tr {
    border: 1px solid #1e3818;
    margin-bottom: 2em;
    display: block;
    width: auto;
  }
  .c-small-show th, .c-small-show td {
    display: block;
    padding: 0.25em;
  }
  .c-small-show th {
    height: 120px;
    padding-top: 85px;
    text-align: center;
    position: relative;
  }
  .c-small-show td {
    min-height: 30px;
    margin: 0;
    border-width: 1px;
    padding-left: 10em;
    position: relative;
  }
  .c-small-show td:nth-child(odd) {
    background: #fff;
  }
  .c-small-show td:nth-child(even) {
    background-color: #f5f7ec;
  }
  .c-small-show td:before {
    content: attr(data-th);
    font-weight: 700;
    width: 9em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-right: 1em;
    text-align: right;
    background-color: #1e3818;
    color: #fff;
  }
}
.c-table-responsive-compare th {
  text-align: center;
}
.c-table-responsive-compare th img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 60em) {
  .c-table-responsive-compare {
    width: 100%;
  }
  .c-table-responsive-compare thead {
    display: none;
  }
  .c-table-responsive-compare tr {
    border: 1px solid #1e3818;
    margin-bottom: 2em;
    display: block;
    width: auto;
  }
  .c-table-responsive-compare th, .c-table-responsive-compare td {
    display: block;
    padding: 0.25em;
  }
  .c-table-responsive-compare th img {
    max-height: 84px;
  }
  .c-table-responsive-compare td {
    min-height: 30px;
    margin: 0;
    border-width: 1px;
    padding-left: 28%;
    position: relative;
  }
  .c-table-responsive-compare td:nth-child(odd) {
    background: #fff;
  }
  .c-table-responsive-compare td:nth-child(even) {
    background-color: #f5f7ec;
  }
  .c-table-responsive-compare td:nth-of-type(8) {
    min-height: 30px;
  }
  .c-table-responsive-compare td:before {
    content: attr(data-th);
    font-weight: 700;
    width: 25%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-right: 1em;
    text-align: right;
    background-color: #1e3818;
    color: #fff;
  }
}
@media (max-width: 55em) {
  .c-table-responsive-compare td:nth-of-type(8) {
    min-height: 3.5em;
  }
}
@media (max-width: 40em) {
  .c-table-responsive-compare td {
    padding-left: 10em;
  }
  .c-table-responsive-compare td:nth-of-type(8) {
    min-height: 5em;
  }
  .c-table-responsive-compare td:before {
    width: 9em;
  }
}

.c-table-responsive-compare-duplicators th {
  text-align: center;
}
.c-table-responsive-compare-duplicators th img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 75em) {
  .c-table-responsive-compare-duplicators {
    width: 100%;
    max-width: 30em;
  }
  .c-table-responsive-compare-duplicators thead {
    display: none;
  }
  .c-table-responsive-compare-duplicators tr {
    border: 1px solid #1e3818;
    margin-bottom: 2em;
    display: block;
    width: auto;
  }
  .c-table-responsive-compare-duplicators th, .c-table-responsive-compare-duplicators td {
    display: block;
    padding: 0.25em;
  }
  .c-table-responsive-compare-duplicators th img {
    max-height: 84px;
  }
  .c-table-responsive-compare-duplicators td {
    min-height: 30px;
    margin: 0;
    border-width: 1px;
    padding-left: 53%;
    position: relative;
  }
  .c-table-responsive-compare-duplicators td:nth-child(odd) {
    background: #fff;
  }
  .c-table-responsive-compare-duplicators td:nth-child(even) {
    background-color: #f5f7ec;
  }
  .c-table-responsive-compare-duplicators td:before {
    content: attr(data-th);
    font-weight: 700;
    width: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-right: 1em;
    text-align: right;
    background-color: #1e3818;
    color: #fff;
  }
}
@media (max-width: 30em) {
  .c-table-responsive-compare-duplicators td {
    min-height: 48px;
  }
}

@media (min-width: 40em) {
  .c-small-show {
    display: none;
  }
}
.c-image-shine {
  position: relative;
  overflow: hidden;
}
.c-image-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.c-image-shine img {
  display: block;
}
.c-image-shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-cta {
  padding: 4.5em 0 !important;
}
.c-cta p {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 900;
  max-width: 47em;
  margin-left: auto;
  margin-right: auto;
}
.c-cta p a {
  text-decoration: none;
}

.c-ib > * {
  display: inline-block;
}

.c-bg-grey {
  background-color: #f8f8f8;
}

.c-bg-w {
  background-color: #fff;
}

.c-bg-w.u-wrapper {
  max-width: 73em;
}
@media (min-width: 55em) {
  .c-bg-w.u-wrapper {
    padding-top: 4.5em;
  }
}
@media (min-width: 65em) {
  .c-bg-w.u-wrapper {
    padding-top: 6em;
  }
}

.c-card {
  background-color: #fff;
  padding: 1em;
}

.c-placeholder {
  background-color: #8ab20d;
  color: #fff;
  margin-top: -1em;
  left: -1em;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.c-placeholder h3 {
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  right: 2em;
}
.c-placeholder h3.c-long {
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
}

.c-box {
  background-color: #1e3818;
  color: #fff;
  font-weight: 700;
  padding: 1.5em 1.5em 2.25em;
}
.c-box a {
  text-decoration: none;
  color: #8ab20d;
  white-space: nowrap;
  display: block;
}
.c-box a:hover {
  color: #fff;
}
@media (min-width: 55em) {
  .c-box {
    font-size: 1.25em;
  }
}

.c-sector1 {
  position: relative;
}
.c-sector1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #1e3818;
}
.c-sector1 h3 {
  max-width: 11em;
}
@media (min-width: 55em) {
  .c-sector1 h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sector1 .c-col-7 {
  max-width: 30em;
}

@media (min-width: 70em) {
  .c-sector1--plant {
    margin-bottom: 68px;
  }
  .c-sector1--plant .c-col-5 {
    position: relative;
  }
  .c-sector1--plant .c-col-5 img {
    position: absolute;
    left: 10px;
    bottom: -68px;
  }
}

.c-sector1--plant--light {
  z-index: 0;
}
@media (min-width: 55em) {
  .c-sector1--plant--light {
    margin-top: -100px;
  }
  .c-sector1--plant--light .c-col-6:first-child img {
    position: relative;
    left: 10px;
    bottom: -45px;
  }
  .c-sector1--plant--light .c-col-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.c-sector1--why {
  margin-top: 4em;
}
@media (min-width: 55em) {
  .c-sector1--why {
    padding-bottom: 40px;
  }
  .c-sector1--why::before {
    bottom: 40px;
  }
  .c-sector1--why:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 45%;
    padding-bottom: 30%;
    background-image: url(../img/digger.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 65em) {
  .c-sector1--why:after {
    bottom: -12px;
  }
}

.c-clients {
  margin-top: 4em;
}
@media (min-width: 55em) {
  .c-clients {
    margin-top: 8em;
  }
}

.c-client-quote {
  border: 1px solid #1e3818;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.c-client-quote img {
  display: block;
}
.c-client-quote div {
  padding: 1.5em 1em;
  margin-top: 0;
}
@media (min-width: 60em) {
  .c-client-quote {
    display: flex;
    max-width: 100%;
  }
  .c-client-quote figure, .c-client-quote div {
    width: 50%;
  }
  .c-client-quote div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.c-title-overlap {
  background-color: #8ab20d;
  padding: 1.5em 1em;
  margin: -4em 1em 0;
}
.c-title-overlap h2 {
  margin-top: 0.75em;
}
@media (min-width: 40em) {
  .c-title-overlap {
    margin-top: -7.5em;
    padding: 3em 2em;
  }
}
@media (min-width: 55em) {
  .c-title-overlap {
    padding: 3em 3em;
  }
  .c-title-overlap h2 {
    margin-top: 10px;
    text-align: right;
  }
  @supports (display: flex) {
    .c-title-overlap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .c-title-overlap img {
      margin-right: 1em;
    }
  }
  @supports not (display: flex) {
    .c-title-overlap:before, .c-title-overlap:after {
      content: "";
      display: table;
    }
    .c-title-overlap:after {
      clear: both;
    }
    .c-title-overlap img {
      float: left;
    }
    .c-title-overlap h2 {
      float: right;
      width: 64%;
      width: calc(100% - 230px);
    }
  }
}
@media (min-width: 65em) {
  .c-title-overlap {
    margin-top: -9em;
  }
  .c-title-overlap h2 {
    font-size: 2.25em;
  }
  @supports not (display: flex) {
    .c-title-overlap h2 {
      padding-left: 1em;
    }
  }
}
@media (min-width: 75em) {
  .c-title-overlap {
    padding-left: 6em;
    padding-right: 6em;
  }
}

.c-sales-content > p:first-child {
  margin-top: 3em;
}
@media (min-width: 55em) {
  .c-sales-content > p:first-child {
    margin-top: 6em;
  }
}
.c-sales-content > p {
  text-align: center;
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
}

.c-many-more {
  margin-top: 3em;
}
@media (min-width: 55em) {
  .c-many-more {
    margin-top: 6em;
  }
}
.c-many-more h2 {
  color: #8ab20d;
  max-width: 400px;
  padding-right: 1em;
}
@media (min-width: 55em) {
  .c-many-more h2 {
    text-align: right;
  }
}
.c-many-more .c-dots li::before {
  background-color: #fff;
}

.c-exporting img {
  margin-top: -6em;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 55em) {
  .c-exporting img {
    margin-top: -15em;
  }
}
@media (min-width: 65em) {
  .c-exporting img {
    margin-top: -18em;
  }
}
.c-exporting a {
  color: #fff !important;
}
.c-exporting a:hover {
  color: #8ab20d !important;
}
.c-exporting p:last-child {
  text-transform: uppercase;
}
@media (min-width: 40em) {
  .c-exporting p:last-child {
    font-size: 1.125em;
  }
}

@supports (display: flex) {
  .c-stock-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@supports not (display: flex) {
  .c-stock-images {
    text-align: center;
  }
  .c-stock-images:before, .c-stock-images:after {
    content: "";
    display: table;
  }
  .c-stock-images:after {
    clear: both;
  }
}
.c-stock-images img {
  display: block;
}

.c-stock-image-main {
  margin-bottom: 1em;
}

.c-stock-image-small {
  max-width: 115px;
  margin: 4px;
}
@supports not (display: flex) {
  .c-stock-image-small {
    display: inline-block;
  }
}

.c-stock-info h1 {
  font-weight: 400;
  color: #1e3818;
}
@media (min-width: 55em) {
  .c-stock-info h1 {
    font-size: 2.5em;
  }
}
.c-stock-info .c-price {
  color: #8ab20d;
  font-size: 1.5em;
  margin-top: 0;
}
@media (min-width: 40em) {
  .c-stock-info .c-price {
    font-size: 2em;
  }
}
@media (min-width: 55em) {
  .c-stock-info .c-price {
    font-size: 2.5em;
  }
}
@media (min-width: 40em) {
  .c-stock-info .c-price + p {
    font-size: 1.25em;
  }
}
@media (min-width: 55em) {
  .c-stock-info .c-button {
    padding: 1.5em 3em;
  }
}
.c-stock-info .c-button--secondary {
  margin-right: 1em;
}

.c-excavator-child {
  text-align: left;
  margin-top: 3em;
}
.c-excavator-child h3 {
  color: #8ab20d;
}
.c-excavator-child img {
  display: block;
  border: 1px solid #8ab20d;
}
.c-excavator-child img, .c-excavator-child p {
  margin-top: 0.75em;
}
@media (min-width: 40em) {
  .c-excavator-child {
    position: relative;
    padding-left: 160px !important;
  }
  .c-excavator-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 50% !important;
    margin-left: -500px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 50% !important;
    margin-right: -500px;
  }
}
.c-bg {
  background-size: 100% auto;
  background-size: cover;
  background-position: 50%;
}

.c-bg-sale {
  background-image: url(../img/tiled-back.jpg);
  background-size: auto;
  color: #fff;
  padding-bottom: 6em !important;
}

.c-bg-exporting {
  background-image: url(../img/bg-exporting.jpg);
  color: #fff;
  background-position: left;
}
@media (min-width: 55em) {
  .c-bg-exporting {
    background-position: 50%;
  }
}

.c-header {
  text-align: center;
  border-top: 1.5em solid #1e3818;
  position: relative;
}
@media (min-width: 55em) {
  .c-header {
    border-top-width: 3em;
  }
}
@media (min-width: 980px) {
  .c-header:before {
    content: "";
    position: absolute;
    left: 417px;
    right: 0;
    top: 0;
    bottom: 1.25em;
    background-color: #1e3818;
    z-index: 1;
  }
}
@media (min-width: 75em) {
  .c-header:before {
    left: 50%;
    left: calc(50% - 183px);
  }
}

.c-header-wrapper {
  padding-bottom: 0.375em;
  position: relative;
}

.c-header__logo {
  margin-top: 1em;
}
.c-header__logo a {
  display: block;
}
.c-header__logo img {
  display: inline-block;
  width: 180px;
}
@media (min-width: 40em) {
  .c-header__logo img {
    width: auto;
  }
}
@media (min-width: 980px) {
  .c-header__logo {
    float: left;
    z-index: 1000;
    position: relative;
  }
}

.c-header__contact p {
  font-size: 14px;
}
.c-header__contact a {
  text-decoration: none;
}
.c-header__contact strong {
  color: #8ab20d;
}
.c-header__contact strong a:hover {
  color: #1e3818;
}
@media (min-width: 980px) {
  .c-header__contact {
    position: absolute;
    right: 1em;
    top: -2.25em;
  }
  .c-header__contact p {
    display: inline-block;
  }
  .c-header__contact .c-header__contact__phone a {
    color: #8ab20d;
  }
  .c-header__contact .c-header__contact__phone a:hover {
    color: #fff;
  }
  .c-header__contact .c-header__contact__email {
    margin-left: 1.5em;
  }
  .c-header__contact .c-header__contact__email a {
    color: #fff;
  }
  .c-header__contact .c-header__contact__email a:hover {
    color: #8ab20d;
  }
}
@media (min-width: 75em) {
  .c-header__contact {
    top: 0;
    z-index: 1000;
  }
  .c-header__contact p {
    display: block;
    text-align: right;
  }
  .c-header__contact .c-header__contact__email {
    margin-left: 0;
  }
}

.c-header__contact__email a {
  color: #1e3818;
}

.c-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-top-width: 0;
  animation: slideDown 0.75s;
  max-height: 100%;
  overflow: auto;
}
.c-sticky .c-header-wrapper {
  padding-bottom: 0;
}
.c-sticky .c-header__logo img {
  height: 30px;
  width: auto;
}
@media (min-width: 980px) {
  .c-sticky {
    overflow: visible;
    border-top-width: 2em;
  }
  .c-sticky.c-header::before {
    bottom: 0.875em;
  }
  .c-sticky .c-header__logo img {
    height: 44px;
  }
  .c-sticky .c-header__contact {
    top: -1.75em;
  }
  .c-sticky .c-menu-main ul.c-menu-main__top > li > a {
    padding-top: 2.25em !important;
  }
  .c-sticky .c-supernav > ul {
    top: 4.5em !important;
  }
}
@media (min-width: 75em) {
  .c-sticky {
    border-top-width: 1em;
  }
  .c-sticky .c-header__contact {
    top: 0.5em;
  }
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-menu-main {
  padding: 0.5em 0;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 980px) {
  .c-menu-main {
    margin-top: 0;
    padding-top: 0;
    padding-left: 360px;
  }
}
.c-menu-main ul {
  max-height: 0;
  transition: 0.3s ease-out;
  overflow: hidden;
  background-color: #1e3818;
}
@supports not (display: flex) {
  .c-menu-main ul.c-menu-main__top > li {
    float: left;
  }
}
@media (min-width: 980px) {
  .c-menu-main ul.c-menu-main__top > li > a {
    color: #fff;
    background-color: #1e3818;
    border-right: 4px solid #fff;
    transform: skewX(-25deg);
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 4.875em 1em 1em !important;
    background-image: url(../img/menu-bg.jpg);
    background-size: 64px 61px;
  }
  .c-menu-main ul.c-menu-main__top > li > a:hover {
    color: #fff;
    background-image: url(../img/menu-active2.jpg);
  }
  .c-menu-main ul.c-menu-main__top > li > a:hover::after {
    opacity: 0;
  }
  .c-menu-main ul.c-menu-main__top > li > a span {
    transform: skewX(25deg);
    display: block;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 980px) {
  .c-menu-main ul.c-menu-main__top {
    background-color: transparent;
    text-align: left;
    max-height: 500px;
    overflow: visible;
    position: relative;
    z-index: 999;
    padding-left: 1em;
    padding-right: 1em;
  }
  @supports (display: flex) {
    .c-menu-main ul.c-menu-main__top {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @supports not (display: flex) {
    .c-menu-main ul.c-menu-main__top:before, .c-menu-main ul.c-menu-main__top:after {
      content: "";
      display: table;
    }
    .c-menu-main ul.c-menu-main__top:after {
      clear: both;
    }
  }
  .c-menu-main ul.c-menu-main__top > li {
    display: inline-block;
  }
  .c-menu-main ul.c-menu-main__top > li > a {
    padding: 0.5em 1em;
  }
  .c-menu-main ul.c-menu-main__top ul {
    width: 12em;
    position: absolute;
    left: -1.5em;
    top: 6.5em;
    overflow: hidden;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.c-menu-main li.c-menu-main__parent > ul > li > a {
  color: #1e3818;
}
.c-menu-main li.c-menu-main__parent > ul > li > a:hover {
  color: #fff;
}
.c-menu-main li.c-menu-main__parent ul {
  background-color: #8ab20d;
}
.c-menu-main li.c-menu-main__parent ul.open {
  max-height: 5000px;
  padding: 0.5em;
}
.c-menu-main li.c-menu-main__parent ul ul {
  max-height: 5000px;
}
.c-menu-main li.c-menu-main__parent ul a:hover {
  color: #1e3818;
}
@media (min-width: 980px) {
  .c-menu-main li.c-menu-main__parent {
    position: relative;
  }
  .c-menu-main li.c-menu-main__parent:hover ul, .c-menu-main li.c-menu-main__parent:hover ul.open {
    max-height: 500px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.c-menu-main a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.25em 0;
}
@media (min-width: 40em) {
  .c-menu-main a {
    font-size: 0.875em;
  }
}
.c-menu-main a:hover {
  color: #8ab20d;
}

.c-supernav-block {
  display: none;
}

@media (min-width: 980px) {
  .c-menu-main {
    position: relative;
  }

  .c-supernav {
    position: static !important;
  }
  .c-supernav > ul {
    top: 6.625em !important;
    left: -360px !important;
    right: 0;
    width: auto !important;
  }
  .c-supernav > ul:not(.c-supernav-block) {
    display: none;
  }

  .c-supernav-block {
    display: inline-block;
    padding: 0 !important;
    background-color: transparent;
  }
  .c-supernav-block .c-supernav-menu {
    background-color: #3f4042 !important;
    padding: 1em;
  }
  .c-supernav-block .c-supernav-menu img {
    display: none;
  }
  .c-supernav-block .c-supernav-menu:first-child {
    display: flex;
  }
  .c-supernav-block .c-supernav-menu:first-child > ul {
    width: 25%;
  }
  .c-supernav-block .c-supernav-menu:first-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
  }
  .c-supernav-block .c-supernav-menu:first-child ul ul {
    padding: 0 0 0 0.5em !important;
  }
  .c-supernav-block a {
    font-size: 13px;
    font-weight: 400;
  }
  .c-supernav-block a:hover {
    color: #fff !important;
    text-decoration: underline;
  }
  .c-supernav-block .c-supernav-h > a {
    color: #8ab20d;
  }
  .c-supernav-block .c-supernav-h > a:hover {
    color: #fff !important;
  }
  .c-supernav-block .c-supernav-h ul {
    margin-bottom: 1.5em;
  }

  .c-supernav-cta {
    padding: 0.75em 1em;
    text-align: center;
    background-color: #8ab20d;
  }
  .c-supernav-cta p {
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
  }
  .c-supernav-cta p a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 1300px) {
  .c-supernav > ul {
    left: -440px !important;
    right: -80px;
  }

  .c-supernav-i {
    padding-left: 110px;
    position: relative;
    min-height: 100px;
  }
  .c-supernav-i img {
    display: block !important;
    border: 1px solid #8ab20d;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.c-menu-main--check {
  display: none;
}

.hamburger-svg {
  width: 36px;
  height: 24px;
}
.hamburger-svg line {
  stroke: #1e3818;
  stroke-width: 4px;
  transform-origin: 50% 50%;
  transition: transform 0.25s;
}
.hamburger-svg line:nth-child(1) {
  transform: translateY(-28px) rotate(0deg);
}
.hamburger-svg line:nth-child(3) {
  transform: translateY(28px) rotate(0deg);
}

.c-menu-main--check:checked + label .hamburger-svg line:nth-child(1) {
  transform: rotate(45deg);
}
.c-menu-main--check:checked + label .hamburger-svg line:nth-child(2) {
  transform: scale(0);
}
.c-menu-main--check:checked + label .hamburger-svg line:nth-child(3) {
  transform: rotate(-45deg);
}
.c-menu-main--check:checked ~ ul {
  max-height: 2000px;
}

.c-menu-main--trigger {
  cursor: pointer;
  margin: 0 0 0.5em;
  height: 24px;
}
.c-menu-main--trigger span {
  line-height: 24px;
  color: #1e3818;
  vertical-align: top;
  display: inline-block;
}
.c-menu-main--trigger:hover span {
  color: #8ab20d;
}
.c-menu-main--trigger:hover line {
  stroke: #8ab20d;
}

@media (min-width: 980px) {
  .c-menu-main--trigger, .c-menu-main--check {
    display: none;
  }
}
.c-footer {
  background-color: #3f4042;
  color: #fff;
  padding-top: 3em;
  padding-bottom: 4.5em;
}
@media (min-width: 55em) {
  .c-footer > .u-wrapper {
    background-image: url(../img/footer-map.jpg);
    background-repeat: no-repeat;
    background-position: 1em bottom;
  }
}
.c-footer a, .c-footer p, .c-footer h4 {
  font-size: 13px;
}
.c-footer li li {
  margin-top: 0.5em;
}
.c-footer a {
  text-decoration: none;
}
.c-footer a:hover {
  color: #8ab20d;
}
.c-footer h4 {
  margin-top: 1.5em;
}
.c-footer p + p {
  margin-top: 1em;
}

@supports (display: flex) {
  @media (min-width: 55em) {
    .c-footer {
      padding-top: 4.5em;
      padding-bottom: 7.5em;
    }
    .c-footer .u-wrapper {
      display: flex;
      justify-content: space-between;
    }

    .c-footer-menu {
      flex-grow: 1;
    }
    .c-footer-menu > ul {
      display: flex;
      flex-wrap: wrap;
    }
    .c-footer-menu > ul > li {
      padding-right: 3em;
    }
    .c-footer-menu + div {
      width: 324px;
      display: flex;
      flex-direction: column;
      text-align: right;
    }
  }
}
.c-footer-logo {
  margin-top: 3em;
}
@media (min-width: 55em) {
  .c-footer-logo {
    margin-top: 0;
    text-align: right;
  }
}
.c-footer-logo + p {
  margin-top: 3em;
}

.c-footer-opening {
  margin: 3em 0 0.75em;
}
@media (min-width: 480px) {
  .c-footer-opening {
    display: flex;
  }
  .c-footer-opening p:first-child {
    padding-right: 2em;
  }
  .c-footer-opening p:last-child {
    margin: 0;
  }
}

.c-copyright {
  padding: 0.5em 0;
}
.c-copyright p {
  height: 28px;
}
.c-copyright span {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
@media (min-width: 55em) {
  .c-copyright p {
    display: block;
    text-align: right;
    width: 100%;
  }
}

.c-dbwd-link {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 50px;
  height: 28px;
  background-image: url("../img/dbwd.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.c-quick-contact .button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.c-quick-contact input, .c-quick-contact textarea {
  color: #3f4042;
  border-color: #1e3818;
  width: 100%;
  max-width: 100%;
}

.c-contact-info {
  margin-bottom: 2em;
}
.c-contact-info ul {
  list-style: none;
}
.c-contact-info li:not(:first-child) {
  margin-top: 2em;
}
.c-contact-info li a {
  word-break: break-word;
  line-height: 1;
}
.c-contact-info li p {
  margin-top: 0.75em;
}
.c-contact-info li p + p {
  margin-top: 0.25em;
}

.c-contact-form {
  position: relative;
}

@media only screen and (min-width: 55em) {
  .c-quick-contact h2 {
    margin-bottom: 3em;
  }

  .c-contact-info {
    margin-bottom: 0;
  }

  .c-label-placeholder:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 65em) {
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form:before, .c-quick-contact:not(.c-quick-contact--main) .c-contact-form:after {
    content: "";
    display: table;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form:after {
    clear: both;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder {
    float: left;
    display: block;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:not(:last-of-type) {
    width: 50%;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(1), .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(3) {
    padding-right: 1em;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(2), .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(4) {
    padding-left: 1em;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(2) label, .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(4) label {
    left: 2.25em;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(2) input:focus + label, .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(2) textarea:focus + label, .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(4) input:focus + label, .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(4) textarea:focus + label {
    left: 1.5em;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(2) {
    margin-top: 0;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(5) {
    width: 100%;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form .c-label-placeholder:nth-child(6) {
    margin-bottom: 1.5em;
  }
  .c-quick-contact:not(.c-quick-contact--main) .c-contact-form button {
    clear: both;
  }
}
.c-slider-section {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.c-slider {
  color: #fff;
}
.c-slider img {
  display: block;
}

.c-slide {
  position: relative;
  background-color: #1e3818;
}

.c-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.c-hero img {
  display: block;
}
@media (min-width: 55em) {
  .c-hero {
    max-height: 340px;
  }
}
.c-hero .c-slide__content {
  padding: 1.5em 1em;
}
@media (min-width: 55em) {
  .c-hero .c-slide__content {
    padding: 4.5em 4em 3em;
  }
}
@media (min-width: 60em) {
  .c-hero .c-slide__content {
    padding-left: 7.5em;
  }
}
@media (min-width: 75em) {
  .c-hero .c-slide__content {
    padding-left: 9em;
  }
}

@media (max-width: 1000px) {
  .c-hero-map {
    padding: 0 1em;
  }
}

.c-slide__content {
  background-color: #1e3818;
  margin-top: 0;
  padding: 1.5em 1em 3em;
}
.c-slide__content h1, .c-slide__content h2 {
  margin: 0.5em 0;
}
@media (min-width: 40em) {
  .c-slide__content h1, .c-slide__content h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 65em) {
  .c-slide__content h1, .c-slide__content h2 {
    font-size: 2em;
  }
}
.c-slide__content p {
  line-height: 1.25;
}
.c-slide__content p:first-child {
  color: #8ab20d;
  font-weight: 700;
}
@media (min-width: 55em) {
  .c-slide__content {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9em 4em 3em;
    background-color: transparent;
  }
  .c-slide__content::before {
    content: "";
    display: block;
    background-color: #1e3818;
    position: absolute;
    left: 0;
    right: -100%;
    top: 0;
    bottom: 0;
    transform: skewX(-25deg);
  }
  .c-slide__content h1, .c-slide__content h2, .c-slide__content p {
    position: relative;
  }
  .c-slide__content h1, .c-slide__content h2 {
    margin: 0.5em 0 0.75em;
  }
  .c-slide__content p:last-child {
    font-size: 1.125em;
    max-width: 18em;
  }
}
@media (min-width: 60em) {
  .c-slide__content {
    padding-left: 7.5em;
  }
}
@media (min-width: 75em) {
  .c-slide__content {
    padding-left: 9em;
  }
}

.c-slide-button {
  margin-top: 1.5em;
}
.c-slide-button .c-button {
  background-color: transparent;
  border: 2px solid #fff;
}
.c-slide-button .c-button:hover {
  color: #8ab20d;
  border-color: #8ab20d;
}

.slider-form-tab {
  top: 190px;
  position: fixed;
  right: -4.25em;
  transform: rotate(270deg);
  background-color: #8ab20d;
  padding: 0.75em 2em;
  text-align: center;
  z-index: 100;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.slider-form-tab:hover {
  cursor: pointer;
}
.slider-form-tab h3 {
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: uppercase;
}

#modal-contactq h4 {
  font-weight: 700;
  color: #1e3818;
  text-transform: uppercase;
}
#modal-contactq h4 + * {
  margin-top: 1.5em;
}

.c-featured-items a {
  text-decoration: none;
}
.c-featured-items .c-card {
  margin-top: 2.25em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s ease-out;
  position: relative;
  top: 0;
}
.c-featured-items .c-card:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.c-featured-items .c-card:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.c-featured-items .c-card figure {
  margin-top: -1em;
  left: -1em;
  height: 0;
  padding-bottom: 75%;
}
.c-featured-items .c-card figure span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #8ab20d;
  color: #fff;
  padding: 4px 8px;
  width: 160px;
  font-size: 13px;
  line-height: 1;
  border-bottom-right-radius: 24px;
}
.c-featured-items .c-card figure img {
  margin-top: 0;
}
.c-featured-items .c-card ul {
  list-style: none;
}
.c-featured-items .c-card li {
  margin-top: 0;
}
.c-featured-items .c-card li strong {
  text-transform: uppercase;
  width: 5em;
  display: inline-block;
}

.c-featured-items--stock {
  padding-bottom: 0.5em;
}
@media (min-width: 55em) {
  .c-featured-items--stock {
    justify-content: center;
  }
}

.c-featured-items--stock-parent {
  padding-bottom: 0;
}
.c-featured-items--stock-parent h3 {
  text-transform: uppercase;
}
.c-featured-items--stock-parent .c-row {
  padding-bottom: 0.5em;
  margin-top: 0;
}

.c-sale-items {
  margin: 3em -1em 0;
}
@media (min-width: 55em) {
  .c-sale-items {
    margin-top: 6em;
  }
}
.c-sale-items a {
  text-decoration: none;
  display: block;
}

.c-sale-item {
  margin: 2.25em 0 0;
}
.c-sale-item .c-col-6 {
  background-color: #fff;
  color: #3f4042;
  margin: 0;
}
.c-sale-item figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.c-sale-item h3 {
  color: #1e3818;
  text-transform: capitalize;
}
.c-sale-item .c-button {
  margin-left: 1em;
  margin-right: 1em;
}
@media (min-width: 55em) {
  .c-sale-item figure {
    left: -1em;
  }
  .c-sale-item .c-button {
    margin-left: 0;
    margin-bottom: 1.5em;
    max-width: 335px;
  }
}

.c-sale-item__text {
  padding: 1.5em 1em;
}


/* WhatsApp CTA */
.whatsapp-cta {
  width: 100px;
  height: 100px;
  display: block;
  position: fixed;
  background: #5FCE72 url('../img/icons/whatsapp.svg');
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: ease-in 0.25s;
  cursor: pointer;
}

.whatsapp-cta:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: ease-out 0.25s;
}

.whatsapp-cta-content {
  width: 350px;
  display: none;
  position: fixed;
}

.whatsapp-cta-content .header,
.whatsapp-cta-content .content,
.whatsapp-cta-content .footer {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.whatsapp-cta-content .header {
  width: 100%;
  background: #5FCE72;
  border-radius: 20px 20px 0px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.whatsapp-cta-content .header img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 7.5px;
}

.whatsapp-cta-content .header span {
  font-size: 18px;
  color: #000000;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.whatsapp-cta-content .header .close-btn img {
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 30px;
  margin-top: -25px;
  cursor: pointer;
}

.whatsapp-cta-content .content {
  width: 100%;
  background: #FAF9F6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.whatsapp-cta-content .content .bubble {
  width: 80%;
  background: #FFFFFF;
  color: #000000;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}

.whatsapp-cta-content a {
  text-decoration: none;
}

.whatsapp-cta-content .footer {
  width: 100%;
  background: #5FCE72;
  border-radius: 0px 0px 20px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn.whatsapp-cta-style {
  width: auto;
  background: white !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-radius: 25px;
  padding: 10px;
  font-weight: 600;
  height: 24px;
}

.btn.whatsapp-cta-style img {
  width: 17.5px;
  height: 17.5px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}


  .whatsapp-cta {
    width: 75px;
    height: 75px;
    background-size: 40px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-cta-content {
    bottom: 120px;
    right: 20px;
  }


/* Desktop Scaling => 1200px */
@media (min-width: 1200px) {
  .whatsapp-cta {
    bottom: 30px;
  }

  .whatsapp-cta-content {
    bottom: 130px;
  }
}

/* UHD Desktop Scaling => 2560px */
@media (min-width: 2560px) {
  .whatsapp-cta {
    right: 485px;
  }

  .whatsapp-cta-content {
    right: 485px;
  }
}
/*# sourceMappingURL=style.css.map */
