@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: gothamLight;
  src: url(../fonts/GothamLight.otf) format("opentype"), url(../fonts/GothamLight.ttf) format("truetype"); }
@font-face {
  font-family: gothamBook;
  src: url(../fonts/GothamBook.ttf); }
@font-face {
  font-family: gothamMedium;
  src: url(../fonts/GothamMedium.otf) format("opentype"), url(../fonts/GothamMedium.ttf) format("truetype"); }
@font-face {
  font-family: gothamBold;
  src: url(../fonts/GothamBold.ttf); }
/* Mixins */
.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .half-width.lhs {
    padding-right: 25px; }
  .half-width.rhs {
    padding-left: 25px; }
  @media only screen and (max-width: 768px) {
    .half-width {
      width: 100%; }
      .half-width.lhs, .half-width.rhs {
        padding: 0 !important; }
      .half-width.rhs {
        padding-top: 30px !important; } }

.full-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.third-width {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.two-third-width {
  width: 66.6%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.quarter-width {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.three-quarter-width {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.vertical-bottom {
  vertical-align: bottom !important; }

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

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

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

.vertical-center {
  vertical-align: middle; }

.vertical-top {
  vertical-align: top; }

.row {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px; }
  .row.absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .row.std {
    max-width: 1240px; }

/* 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;
  background: #efe7cd; }

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

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

.get-in-touch {
  padding: 0px 20px 20px 20px; }
  .get-in-touch h3 {
    color: #e20311;
    font-family: gothamMedium;
    font-size: 17px;
    margin: 0; }
  .get-in-touch h4 {
    font-size: 30px;
    font-family: gothamBold;
    margin-bottom: 0; }

.customer-login {
  padding: 0px 0px;
  text-align: center; }
  .customer-login h3 {
    color: #e20311;
    font-family: gothamMedium;
    font-size: 17px; }
  .customer-login a {
    color: white;
    padding: 13px 10px 13px 10px;
    text-align: center;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#717171+0,848686+49,717171+100 */
    background: #4c3930;
    background: -moz-linear-gradient(top, #88754f 0%, #4c3930 49%, #8e7c53 100%);
    background: -webkit-linear-gradient(top, #88754f 0%, #4c3930 49%, #8e7c53 100%);
    background: linear-gradient(to bottom, #88754f 0%, #4c3930 49%, #8e7c53 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88754f', endColorstr='#4c3930',GradientType=0 );
    border: 1px solid #4c3930; }
    .customer-login a:before {
      content: '';
      background: url(../img/more-button-arrow.svg) no-repeat;
      background-size: 17px 27px;
      font-family: gothamMedium;
      font-size: 16px;
      position: absolute;
      left: 20px;
      height: 27px;
      width: 17px;
      top: 50%;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
    .customer-login a:hover:before {
      left: 30px; }

.standard-sub-menu {
  background: #1b1b1e;
  margin-bottom: 30px; }
  .standard-sub-menu .title {
    color: white;
    padding: 20px;
    font-family: gothamMedium;
    text-transform: uppercase;
    font-size: 21px; }
  .standard-sub-menu .list-content {
    padding: 10px 20px 10px 20px;
    background: #e20513; }
    .standard-sub-menu .list-content a {
      display: block !important;
      margin: 20px 0px !important;
      color: white !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      .standard-sub-menu .list-content a.active {
        font-family: gothamMedium !important; }
      .standard-sub-menu .list-content a:hover {
        opacity: 0.7; }

* {
  box-sizing: border-box; }

.vacancy-table {
  display: table;
  width: 100%;
  border-spacing: 0px;
  /* cellspacing:poor IE support for  this */
  margin-top: 40px; }

.div-table-row {
  display: flex;
  width: auto;
  clear: both; }
  .div-table-row.titles {
    font-family: gothamMedium;
    background: #e20613;
    text-transform: uppercase; }
    .div-table-row.titles .div-table-col {
      background: none;
      color: white; }
  .div-table-row.odd {
    background: #f1f1f1; }
  .div-table-row.even {
    background: #eaeaea; }

.div-table-col {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 27.5%;
  padding: 20px 10px;
  font-size: 14px; }
  .div-table-col.reference {
    width: 17.5%; }
  .div-table-col a {
    font-size: 14px;
    text-decoration: underline; }

.vacancy-details {
  margin-bottom: 30px; }
  .vacancy-details span {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 20px;
    font-size: 15px;
    font-family: gothamMedium; }
    .vacancy-details span:last-of-type {
      border-right: none;
      padding-right: 0; }
    .vacancy-details span:first-of-type {
      padding-left: 0; }

a.vacancy-document, a.vacancy-apply {
  background: #e20613;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px 10px 30px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  a.vacancy-document:before, a.vacancy-apply:before {
    content: '';
    background: url(../img/more-button-arrow.svg) no-repeat;
    background-size: 10px 17px;
    font-family: gothamMedium;
    font-size: 16px;
    position: absolute;
    left: 10px;
    height: 17px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  a.vacancy-document:hover, a.vacancy-apply:hover {
    opacity: 0.8; }
    a.vacancy-document:hover:before, a.vacancy-apply:hover:before {
      left: 13px; }

nav.navigation.post-navigation {
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }

.nav-previous {
  width: 50%;
  display: inline-block; }

.nav-next {
  width: 50%;
  display: inline-block;
  text-align: right; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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-family: gothamMedium; }

/**
 * 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;
  box-sizing: content-box; }

/* 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  /*font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1400 - 300)));
  fluid-typography: https://css-tricks.com/molten-leading-css*/
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  margin: 0 auto;
  background: #efe7cd; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: gothamLight, Arial, sans-serif;
  font-weight: 400;
  color: #1b1b1e; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative; }
  .wrapper.std {
    max-width: 1240px; }
  .wrapper article ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    color: #4a4a49; }
    .wrapper article ul li:before {
      content: "• ";
      color: #e20613;
      left: 0;
      position: absolute; }

.wrapper.narrow {
  max-width: 1200px; }

.wrapper.narrower {
  max-width: 1000px; }

/* type will scale with modules */
h1,
h2,
h3,
h4 {
  font-family: gothamLight, Arial, Times, serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  padding: 0;
  color: #4d4d4d; }

h3,
h4 {
  font-weight: 700; }

h1 {
  font-size: 2.6em;
  margin: 0 0 .5em 0;
  line-height: 1.15;
  letter-spacing: .5px;
  font-weight: 400;
  /*! letter-spacing: 1px; */ }

h1 strong {
  font-weight: 400;
  color: #76BC21; }

h2 {
  font-size: 38px;
  margin: 0 0 .4em 0;
  line-height: 1;
  letter-spacing: .5px; }

#primary h2 {
  font-size: 1.9em;
  margin: 0.8em 0 0.4em 0; }

#primary h2 a {
  font-family: gothamLight, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  text-decoration: none; }

h3 {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 0.4em 0; }

#primary h3 {
  /*! font-size: 1.3em; */
  /*! margin: .8em 0 .4em 0 ; */ }

h4 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0.4em 0;
  color: #404041; }

p {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 1em 0;
  padding: 0;
  color: #4a4a49; }
  @media (max-width: 1080px) {
    p {
      font-size: 15px; } }

#primary p {
  font-size: .9em;
  font-family: gothamLight, "Times New Roman", Times, serif; }

#primary .intro p {
  font-size: 1.05em;
  font-family: gothamLight, Arial, sans-serif;
  color: #e20613;
  font-weight: 500; }

b,
strong {
  font-weight: 700; }

h2 b,
.blog h2 a {
  color: #4A5DA7; }

.blog h2.entry-title {
  margin: 0; }

hr {
  background-color: #CCC;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
img.fixed-width {
  display: block;
  margin: 0; }

svg {
  display: block; }

ul,
ol {
  list-style-type: square;
  font-family: gothamLight, "Times New Roman", Times, serif;
  font-size: .9em;
  margin: 0 0 1.25em 2em;
  padding: 0;
  line-height: 1.5; }

ol {
  list-style-type: decimal; }

.list-no-style,
.sub-menu {
  list-style-type: none;
  font-family: gothamMedium, Arial, sans-serif;
  font-size: 1em;
  margin: 0; }

@media (max-width: 1080px) {
  .sub-menu {
    display: none !important; } }

#primary a {
  color: #e20613; }

#primary a:hover {
  text-decoration: none;
  color: #e20613; }

a {
  text-decoration: none;
  color: #e20613; }

a:hover,
a:focus,
a:active {
  cursor: pointer; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Video (YouTube)
--------------------------------------------------------------*/
.responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: .5em;
  border: 3px solid #f5dd06; }

.responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #406310;
  border-radius: 3px;
  background: #406310;
  color: #FFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  padding: 0.6em 1em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: white;
  border-color: #406310;
  background: #406310;
  opacity: 0.7; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #406310; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #4c3930;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 3px;
  border-radius: 3px; }

/* contact 7 forms */
.wpcf7 {
  font-size: .95em;
  margin: 0 0 3.5em 0 !important; }
  .wpcf7 p input[type="text"], .wpcf7 p select option {
    font-size: 17px; }
  .wpcf7 p:first-of-type {
    font-size: 17px; }

span.required {
  color: #D80027;
  font-size: 0.8em; }

span.wpcf7-not-valid-tip {
  color: #D80027; }

span.wpcf7-list-item {
  display: block; }

/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-branding {
  /*! background: #FFF; */
  /*! border-bottom: 1px solid #76BC21; */ }

.site-branding img,
.site-branding svg {
  width: 500px; }
  @media (max-width: 1080px) {
    .site-branding img,
    .site-branding svg {
      width: 300px; } }
  @media (max-width: 768px) {
    .site-branding img,
    .site-branding svg {
      width: 200px; } }

.custom-logo-link {
  margin: 1em;
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.main-navigation button {
  position: absolute;
  top: 1.25em;
  right: 1em;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #406310;
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 1.15em .35em 1.1em .35em;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #406310;
  z-index: 9; }
  .main-navigation button.btn-toggle-expand {
    border: 1px solid #ffffff; }
    .main-navigation button.btn-toggle-expand i.bar::before, .main-navigation button.btn-toggle-expand i.bar::after {
      background: white; }

.main-navigation button i.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #406310;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.main-navigation button i.bar::before,
.main-navigation button i.bar::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #406310;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.main-navigation button i.bar::before {
  top: -9px; }

.main-navigation button i.bar::after {
  bottom: -9px; }

.main-navigation button.btn-toggle-expand i.bar {
  background: transparent; }

.main-navigation button.btn-toggle-expand i.bar::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(135deg); }

.main-navigation button.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-135deg); }

/*--------------------------------------------------------------
## Grid and Modules
--------------------------------------------------------------*/
/* quotations */
blockquote {
  display: block;
  margin: 0;
  font-style: normal;
  quotes: "\201C" "\201D";
  position: relative;
  padding: 0 2.5em 0 5em; }

blockquote:before {
  content: open-quote;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8em;
  color: #e20613;
  line-height: 0.75;
  position: absolute;
  left: 0; }

blockquote p:after {
  content: close-quote;
  font-family: Arial, Helvetica, sans-serif; }

blockquote p {
  color: #FFF;
  margin: 0 0 .75em 0;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  font-size: 1.4em; }

.home blockquote p {
  font-size: 1em; }

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  color: #e20613; }

address {
  font-style: normal; }

#primary address {
  margin: 0 0 1em 0; }

iframe,
object,
embed {
  max-width: 100%; }

/* grid */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
  /*gutter*/ }

.container [class^="grid"] {
  padding-left: 1em;
  margin-bottom: 1.5em; }

.container [class^="grid"] p:last-child,
.container [class^="grid"] ul:last-child {
  /*! margin-bottom: 0; */ }

[class^="grid"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* without gutter */
.container.no-gutter {
  margin-left: 0;
  /*no-gutter*/ }

.container.no-gutter [class^="grid"] {
  padding-left: 0;
  margin-bottom: 0; }

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

.text-center svg {
  margin: 0 auto 0.5em auto; }

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

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

/* justify per row */
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

/* vertical alignment */
.v-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

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

.v-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

/* horizontal alignment */
.h-align-height .module,
.h-align-height .module-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; }

/* base classes for all media - mobile first */
.two-items > [class^="grid"],
.three-items > [class^="grid"],
.four-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.fifty-fifty > [class^="grid"],
.six-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.twelve-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  /* IE11 < */
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3); }

.container .side,
.container .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%; }

/* one of -- columns */
.one-of-two > [class^="grid"]:first-of-type,
.one-of-three > [class^="grid"]:first-of-type,
.two-of-three > [class^="grid"]:first-of-type,
.three-of-five > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.one-of-four > [class^="grid"]:first-of-type,
.three-of-four > [class^="grid"]:first-of-type,
.one-of-six > [class^="grid"]:first-of-type,
.five-of-six > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

header .one-of-four > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* nested */
.container.nested [class^="grid"]:first-of-type {
  margin-bottom: 1em; }

.container.nested [class^="grid"]:last-of-type {
  margin-bottom: 0; }

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item, .owl-slide {
  height: 100% !important; }

.owl-item {
  height: 100%; }

/* Hero */
.hero {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding-top: 112px; }
  @media (max-width: 1080px) {
    .hero {
      padding-top: 0;
      height: auto; } }

.home .hero {
  height: calc(100% - 112px);
  padding-top: 112px;
  min-height: 400px; }
  @media (max-width: 1080px) {
    .home .hero {
      padding-top: 0;
      height: 400px; } }

.hero .wrapper,
.home .hero .wrapper {
  padding: 0; }

.hero .bg-img {
  /* parallax scroll
  background-attachment: fixed;
  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  height: 288px; }

.home .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1; }

.home .hero .bg-img {
  height: calc(100vh - 112px); }

.hero .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 50%); }

.hero .bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%); }

.home .hero .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100vh - 112px);
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 25%); }

.home .hero .bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 112px);
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 25%); }

.hero h1 a {
  color: #FFF; }

.hero .hero-message {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  /*! background: rgba(0, 0, 0, 0.5); */ }
  @media (max-width: 1080px) {
    .hero .hero-message {
      top: calc(50%); } }

.home .hero .hero-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*! background: rgba(0, 0, 0, 0.5); */ }

.hero .hero-message h1 {
  font-family: gothamBold, Arial, sans-serif;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000; }
  .hero .hero-message h1 strong {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    color: #FFF; }
  @media (max-width: 1080px) {
    .hero .hero-message h1 {
      font-size: 2em; }
      .hero .hero-message h1 strong {
        font-size: 1.4em; } }
  @media (max-width: 768px) {
    .hero .hero-message h1 {
      font-size: 1.6em; }
      .hero .hero-message h1 strong {
        font-size: 0.8em; } }

.hero .owl-dots,
.hero .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.hero .owl-dots {
  position: absolute;
  bottom: 2.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.hero .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.hero .owl-nav {
  top: 0; }

.owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0.25em;
  border: 1px solid #FFF;
  background-color: transparent;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 0; }

.hero .owl-dots .owl-dot.active span,
.hero .owl-dots .owl-dot:hover span {
  background-color: #e20613; }

.hero .owl-nav [class*="owl-"] {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 20px;
  background-size: 11px 20px; }

.hero .owl-nav .owl-prev,
.hero .owl-nav .owl-prev:hover {
  background: url(/wp-content/themes/dalemaintenance/img/icon-chevron-left.svg) no-repeat;
  background-size: 11px 20px; }

.hero .owl-nav .owl-next,
.hero .owl-nav .owl-next:hover {
  background: url(/wp-content/themes/dalemaintenance/img/icon-chevron-right.svg) no-repeat;
  background-size: 11px 20px; }

.hero .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 97.5%;
  -webkit-transform: translate(-97.5%, -50%);
  transform: translate(-97.5%, -50%); }

.hero .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translate(-2.5%, -50%);
  transform: translate(-2.5%, -50%); }

.hero .owl-nav [class*="owl-"]:hover {
  opacity: 0.8; }

/* edge to edge */
.edge-to-edge {
  clear: both;
  /*! margin: 1.5em 0 0 0; */
  padding: 5em 0 4em 0; }

.edge-to-edge.bg-green {
  background-color: #8fc740;
  color: #FFF;
  position: relative; }

.edge-to-edge.bg-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: #11572D;
  background-image: linear-gradient(to right, #11572D 50%, #8FC740); }

.edge-to-edge.partners h2 {
  font-size: 1em;
  color: #4A4A49;
  margin-bottom: 2em; }

.edge-to-edge.partners img {
  width: auto;
  height: 82px;
  margin-bottom: 1em; }

.list-inline li {
  display: inline-block;
  margin: 0 2.5em 0 0; }

.list-inline li:last-of-type {
  margin: 0; }

/* breadmbs */
.breadcrumbs {
  text-transform: uppercase;
  border-bottom: 1px solid #4A4A49;
  margin-bottom: 2em;
  font-size: .8em; }

.breadcrumbs li {
  margin: 0 .25em .75em 0; }

.breadcrumbs li::after {
  content: "|";
  margin: 0 0 0 .35em;
  position: relative;
  top: -1px; }

.breadcrumbs li:last-of-type::after {
  content: "";
  margin: 0; }

.breadcrumbs a,
#primary .breadcrumbs a {
  text-decoration: none; }

.breadcrumbs li:first-of-type a,
#primary .breadcrumbs li:first-of-type a {
  color: #4A4A49; }

/* buttons */
#primary .btn {
  text-decoration: none; }

.btn {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #8fc740;
  display: inline-block;
  text-decoration: none; }

.btn::before {
  content: ">";
  font-family: 'Merriweather', "Times New Roman", serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 .35em 0 0;
  padding: 1em 1.25em 1em .75em;
  color: #FFF;
  background: url(/wp-content/themes/dalemaintenance/img/btn-bg.svg) no-repeat center;
  background-size: 50px 50px;
  border-radius: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all .4s ease-out; }

.btn:hover::before {
  background: #11572d; }

.post-edit-link {
  display: inline-block;
  border: 1px solid #01beb9;
  padding: .25em 1em;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 1.5em; }

/* Main site containers */
section {
  position: relative; }
  section.navigation {
    position: relative; }
    section.navigation:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../img/nav-bg.svg) no-repeat;
      background-position: 50%;
      background-repeat: repeat-x; }
      @media (max-width: 768px) {
        section.navigation:after {
          content: none;
          display: none; } }
    @media (max-width: 1080px) {
      section.navigation .half-width {
        width: 100%;
        text-align: center; } }
    @media (max-width: 768px) {
      section.navigation {
        right: 0;
        top: 0px;
        position: absolute;
        width: 100%; }
        section.navigation .half-width {
          position: absolute;
          top: 0; }
        section.navigation .wrapper {
          padding: 0; }
        section.navigation .main-navigation {
          display: block; }
        section.navigation .main-navigation button {
          top: 15px;
          right: 20px; } }
  section.home-contact-details {
    padding: 70px 0px 50px 0px; }
    section.home-contact-details p {
      font-family: gothamBold;
      color: #4c3930;
      font-size: 43px;
      margin: 0; }
      @media (max-width: 768px) {
        section.home-contact-details p {
          font-size: 30px; } }
  section.std-content {
    padding: 50px 0px; }
    @media (max-width: 1080px) {
      section.std-content {
        padding: 20px 0px; } }
    section.std-content h1 {
      color: #406310;
      font-family: gothamLight;
      font-size: 70px; }
      @media (max-width: 1080px) {
        section.std-content h1 {
          font-size: 50px; } }
  section.home-intro {
    padding: 50px 0px 0px 0px; }
    @media (max-width: 1080px) {
      section.home-intro {
        padding: 20px 0px 0px 0px; } }
    section.home-intro h2, section.home-intro h3 {
      color: #406310;
      font-family: gothamBold;
      font-size: 38px;
      line-height: 1.2; }
      @media (max-width: 1080px) {
        section.home-intro h2, section.home-intro h3 {
          font-size: 30px; } }
    section.home-intro h1 {
      color: #406310;
      font-family: gothamLight;
      font-size: 70px;
      margin: 0; }
      @media (max-width: 768px) {
        section.home-intro h1 {
          font-size: 40px; } }
    section.home-intro img.logo {
      display: inline-block;
      margin: 0 auto 40px auto; }
  section.home-services {
    padding: 0px 0px 70px 0px;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; }
    section.home-services.loaded {
      opacity: 1; }
    @media (max-width: 1080px) {
      section.home-services {
        opacity: 1; } }
    section.home-services h3 {
      font-family: gothamMedium;
      font-size: 23px;
      margin-top: 10px;
      color: white; }
    section.home-services img {
      margin: 0 auto; }
    section.home-services .three-items {
      margin-top: 40px; }
      section.home-services .three-items .grid_ {
        padding: 0px 20px; }
        section.home-services .three-items .grid_ .product-cont {
          background: #406310;
          border: 2px solid #406310; }
          section.home-services .three-items .grid_ .product-cont a.image-wrap {
            display: inline-block;
            width: 100%;
            position: relative;
            overflow: hidden; }
            section.home-services .three-items .grid_ .product-cont a.image-wrap div {
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out; }
          section.home-services .three-items .grid_ .product-cont:hover a.image-wrap div {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15); }
        @media (max-width: 1080px) {
          section.home-services .three-items .grid_ {
            padding: 0;
            border: none;
            margin-bottom: 30px; } }
        section.home-services .three-items .grid_:last-child {
          border-right: none; }
  section.home-quote-strip {
    background-position: 50% !important;
    background-size: cover !important;
    height: 600px;
    width: 100%;
    position: relative; }
    section.home-quote-strip:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100vw;
      height: 100%;
      z-index: 2;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%); }
    section.home-quote-strip .strip-text {
      width: 750px;
      max-width: 90%;
      text-align: center;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 35px;
      z-index: 9; }
      section.home-quote-strip .strip-text h3 {
        font-size: 56px;
        color: white;
        font-family: gothamMedium; }
        @media (max-width: 1080px) {
          section.home-quote-strip .strip-text h3 {
            font-size: 40px; } }
      section.home-quote-strip .strip-text p {
        font-size: 25px;
        font-family: gothamMedium;
        color: #e20613; }
  section.home-cta-content {
    padding: 70px 0px;
    position: relative; }
    @media (max-width: 1080px) {
      section.home-cta-content {
        padding: 0; }
        section.home-cta-content .wrapper.std {
          padding: 0; } }
    section.home-cta-content:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      left: 0;
      top: 0;
      background: #231f20; }
      @media (max-width: 1080px) {
        section.home-cta-content:before {
          content: none;
          display: none; } }
    section.home-cta-content:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      background: #e20613; }
      @media (max-width: 1080px) {
        section.home-cta-content:after {
          content: none;
          display: none; } }
    section.home-cta-content .container {
      z-index: 1;
      position: relative; }
      section.home-cta-content .container .grid_ {
        padding: 0px 60px;
        box-sizing: border-box; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_ {
            padding: 2em; } }
        section.home-cta-content .container .grid_ h1, section.home-cta-content .container .grid_ h2, section.home-cta-content .container .grid_ h3 {
          text-transform: uppercase;
          font-size: 35px; }
        section.home-cta-content .container .grid_ a {
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
        section.home-cta-content .container .grid_ a:hover {
          opacity: 0.8; }
        section.home-cta-content .container .grid_.dark h1, section.home-cta-content .container .grid_.dark h2, section.home-cta-content .container .grid_.dark h3 {
          color: #e20613;
          font-family: gothamMedium;
          text-transform: uppercase; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_.dark {
            background: #231f20; } }
        section.home-cta-content .container .grid_.dark a {
          background: #e20613;
          color: white;
          font-size: 16px;
          text-transform: uppercase;
          padding: 5px 15px 5px 25px;
          position: relative;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.dark a:before {
            content: '';
            background: url("../img/more-button-arrow.svg") no-repeat;
            background-size: 10px 17px;
            font-family: gothamMedium;
            font-size: 16px;
            position: absolute;
            left: 5px;
            height: 17px;
            width: 10px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.dark a:hover:before {
            left: 8px; }
        section.home-cta-content .container .grid_.light h1, section.home-cta-content .container .grid_.light h2, section.home-cta-content .container .grid_.light h3 {
          color: #231f20;
          font-family: gothamMedium;
          text-transform: uppercase; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_.light {
            background: #e20613; } }
        section.home-cta-content .container .grid_.light a {
          background: white;
          color: #e20613;
          font-size: 16px;
          text-transform: uppercase;
          padding: 5px 15px 5px 25px;
          position: relative;
          border-radius: 6px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.light a:before {
            content: '';
            background: url("../img/more-button-arrow-red.svg") no-repeat;
            background-size: 10px 17px;
            font-family: gothamMedium;
            font-size: 16px;
            position: absolute;
            left: 5px;
            height: 17px;
            width: 10px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.light a:hover:before {
            left: 8px; }
        section.home-cta-content .container .grid_ p {
          font-size: 20px;
          color: white; }
        section.home-cta-content .container .grid_ p:first-of-type {
          font-size: 24px; }
  section.accreditations {
    padding: 70px 0px;
    background: white; }
    section.accreditations h2 {
      color: #e20613;
      font-family: gothamMedium;
      font-size: 35px;
      text-transform: uppercase;
      display: block;
      margin: 20px auto; }
    section.accreditations .accreditation {
      display: inline-block;
      padding: 20px 25px;
      vertical-align: middle; }
      section.accreditations .accreditation img {
        max-width: 130px; }
  section .client-section {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    section .client-section h2 {
      color: #e20613;
      font-family: gothamMedium;
      font-size: 35px;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 30px; }
    section .client-section .client {
      display: inline-block;
      padding: 20px 20px;
      vertical-align: middle; }
      section .client-section .client img {
        max-width: 130px; }

.site-content {
  position: relative;
  min-height: 600px;
  top: -150px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out; }
  .site-content.loaded {
    top: 0; }
  @media (max-width: 1080px) {
    .site-content {
      top: 0; } }
  .site-content.home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/logs-2.png) no-repeat;
    background-size: cover;
    display: block;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transform: translate3d(0, 0, 0);
    opacity: 1; }
    @media (max-width: 768px) {
      .site-content.home:before {
        content: none;
        display: none; } }
  .site-content.home.blur:before {
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -ms-filter: blur(12px);
    -o-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }

/* footer */
footer {
  position: relative; }
  footer:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -18px;
    background: url(../img/footer-grass-top.svg) no-repeat;
    background-position: 50%;
    background-repeat: repeat-x; }

.site {
  position: relative; }

.site-footer {
  background: #406310;
  font-size: .7em;
  padding: 3em 0 2em 0;
  color: #FFF; }
  .site-footer p {
    font-family: gothamLight;
    color: #FFF; }
  .site-footer strong {
    font-family: gothamMedium; }
  .site-footer .copyright.bottom {
    border-top: 1px solid #d8bc7b;
    padding-top: 20px;
    color: white; }
    .site-footer .copyright.bottom a {
      color: white; }
  .site-footer .edge-to-edge {
    padding: 5em 0 2em 0; }
  @media (max-width: 1080px) {
    .site-footer .grid_6 {
      text-align: left !important;
      margin: 0 !important; } }

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

.site-info img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1em; }
  @media (max-width: 1080px) {
    .site-info img {
      width: 250px !important; } }

.site-info a {
  color: #FFF; }

.site-info address {
  margin-bottom: 1em; }

.site-header {
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
  background: #efe7cd; }
  @media (max-width: 768px) {
    .site-header {
      border-bottom: 1px solid rgba(64, 98, 16, 0.24); } }

/* news landing page */
.blog .post {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #4A4A49; }

.blog .post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: 0; }

.blog .post a:hover img {
  opacity: 0.8; }

.blog .post img {
  width: 100%; }

/* tablet (medium) screens */
@media (min-width: 600px) {
  .wrapper {
    padding: 0 2em; }

  .four-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .six-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  .twelve-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6); }

  .container .side {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%; }

  .one-of-two > [class^="grid"]:first-of-type,
  .one-of-three > [class^="grid"]:first-of-type,
  .two-of-three > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .one-of-four > [class^="grid"]:first-of-type,
  .one-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  .three-of-four > [class^="grid"]:first-of-type,
  .five-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2); }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"] {
    /*! width: 50%; */ }

  .grid_4 input[type="text"],
  .grid_4 input[type="email"],
  .grid_4 input[type="url"],
  .grid_4 input[type="password"],
  .grid_4 input[type="search"],
  .grid_4 input[type="number"],
  .grid_4 input[type="tel"],
  .grid_4 input[type="range"],
  .grid_4 input[type="date"],
  .grid_4 input[type="month"],
  .grid_4 input[type="week"],
  .grid_4 input[type="time"],
  .grid_4 input[type="datetime"],
  .grid_4 input[type="datetime-local"],
  .grid_4 input[type="color"] {
    width: 100%; }

  .site-branding {
    background-color: transparent;
    /*! background-size: 180px 48px; */ }

  .home .hero .bg-img {
    background-position: center; }

  .site-info span {
    margin: 0 0 0 1em; }

  .owl-dots .owl-dot span {
    width: 26px;
    height: 26px; }

  .hero .owl-nav [class*="owl-"] {
    width: 22px;
    height: 39px;
    background-size: 22px 39px; }

  .hero .owl-nav .owl-prev,
  .hero .owl-nav .owl-prev:hover,
  .hero .owl-nav .owl-next,
  .hero .owl-nav .owl-next:hover {
    background-size: 22px 39px; }

  /* news landing page */
  .blog .post img {
    width: 33.3%;
    float: left;
    margin: 0 1rem 0 0; } }
header .social-media {
  vertical-align: bottom;
  padding-bottom: 20px; }
  @media (max-width: 580px) {
    header .social-media {
      display: none; } }

header .header-strapline {
  position: relative;
  z-index: 9; }
  header .header-strapline p {
    margin: 0;
    font-size: 23px;
    color: #4c3930;
    font-family: gothamBold; }
@media (max-width: 768px) {
  header .half-width.header-contact {
    display: none; } }

.social-media {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle; }
  .social-media a {
    display: inline-block;
    line-height: 100%; }
  .social-media img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .social-media img:hover {
      opacity: 0.7; }
    .social-media img.fb {
      padding-right: 20px; }

.access-information {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: url("../img/header-brown-banner-cover.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 32px 10px 20px 10px;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .access-information:hover {
    top: -10px; }
  .access-information .section-detail {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: left; }
    .access-information .section-detail:last-child {
      border-left: none; }
    .access-information .section-detail p, .access-information .section-detail img {
      display: inline-block;
      vertical-align: middle; }
    .access-information .section-detail img {
      padding-right: 5px; }
      @media (max-width: 1080px) {
        .access-information .section-detail img {
          height: 30px; } }
      @media (max-width: 768px) {
        .access-information .section-detail img {
          height: 25px; } }
    .access-information .section-detail p {
      line-height: 1; }
      .access-information .section-detail p.email {
        margin-bottom: 10px;
        margin-top: 10px; }
        .access-information .section-detail p.email a {
          font-size: 28px;
          color: #4c3930; }
      .access-information .section-detail p.phone {
        margin: 0;
        line-height: 1; }
        .access-information .section-detail p.phone a {
          font-size: 38px;
          color: white;
          font-family: gothamBold; }
    @media (max-width: 1080px) {
      .access-information .section-detail {
        padding: 0px 15px; } }
    @media (max-width: 580px) {
      .access-information .section-detail.login-area {
        padding-right: 0;
        border-right: 0; } }
  @media (max-width: 1080px) {
    .access-information {
      padding: 0px 10px 15px 10px; }
      .access-information .section-detail p.email a {
        font-size: 23px; }
      .access-information .section-detail p.phone a {
        font-size: 30px; } }
  @media (max-width: 900px) {
    .access-information .section-detail p.email a {
      font-size: 19px; }
    .access-information .section-detail p.phone a {
      font-size: 24px; } }

/* desktop */
@media (min-width: 1080px) {
  html {
    font-size: 18px; }

  .wrapper {
    padding: 0 2.5em; }
    .wrapper.smaller {
      padding: 0 20px; }

  .container {
    margin-left: -2.5em;
    /*gutter*/ }

  .container [class^="grid"] {
    padding-left: 2.5em;
    margin-bottom: 0em; }

  /* slim gutter */
  .container.slim-gutter {
    margin-left: -1.5em; }

  .container.slim-gutter [class^="grid"] {
    padding-left: 1.5em;
    /*! margin-bottom: 1.5em; */ }

  .two-items > [class^="grid"],
  .three-items > [class^="grid"],
  .four-items > [class^="grid"],
  .six-items > [class^="grid"],
  .twelve-items > [class^="grid"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .container .main {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .container .side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .one-of-three > [class^="grid"]:first-of-type,
  .one-of-three.nested [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  header .one-of-four > [class^="grid"]:first-of-type,
  .one-of-four > [class^="grid"]:first-of-type,
  .one-of-four.nested [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .one-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6); }

  .two-of-three > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2); }

  .three-of-five > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }

  .three-of-four > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .five-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    /* IE11 < */
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5); }

  .gutter.nested [class^="grid"]:first-of-type .module {
    margin-right: 0; }

  .container.nested [class^="grid"]:first-of-type,
  .container.nested [class^="grid"]:last-of-type {
    margin-bottom: 0; }

  .listing-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-2 .menu-item,
  .listing-col-3 .menu-item,
  .listing-col-4 .menu-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative; }

  .divisions {
    text-align: center;
    border-left: 1px solid #4A4A49;
    padding-left: 2em; }

  #primary .divisions a,
  .divisions a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    color: #11572D;
    min-height: 100px;
    position: relative; }

  .divisions img {
    max-width: 175px;
    text-align: center;
    margin: 0 auto !important; }

  .divisions.single-division img {
    max-width: 375px; }

  #primary .divisions.single-division p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.1em;
    margin: 0 2em;
    color: #11572d; }

  .divisions a.menu-image-hovered img.hovered-image,
  .divisions a.menu-image-hovered:hover img.menu-image {
    opacity: 0;
    height: 0;
    transition: opacity 0.25s ease-in-out 0s; }

  .divisions a.menu-image-hovered:hover img.hovered-image {
    opacity: 1;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0; }

  /*diviivisions main page*/
  .divisions.large-divisions img {
    max-width: 275px; }

  #primary .divisions.large-divisions a {
    font-size: 1.6em; }

  /* active menu item */
  .divisions .current_page_item a .menu-image {
    opacity: 0;
    height: 0;
    transition: opacity 0.25s ease-in-out 0s; }

  .divisions .current_page_item a img.hovered-image {
    opacity: 1;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0; }

  .featured-projects {
    margin-top: 4em;
    border-top: 1px solid #4A4A49;
    padding-top: 2em; }

  .featured-projects h2 {
    color: #8fc740; }

  #primary .featured-projects p {
    font-family: 'Montserrat', Arial, sans-serif; }

  #primary .featured-projects p:last-of-type {
    margin-bottom: 0; }

  .module-box a {
    color: #fff !important;
    text-decoration: none; }
    .module-box a span {
      position: absolute;
      bottom: 0;
      right: 50%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 65%;
      padding: .75em;
      background: #11572d;
      background: rgba(17, 87, 45, 0.85);
      text-align: center;
      text-transform: uppercase; }
    .module-box a:hover span {
      background: #8fc740;
      background: rgba(143, 199, 64, 0.85);
      color: #11572d;
      font-weight: 500; }

  .site-branding {
    background-color: transparent;
    position: relative;
    z-index: 2; }

  .custom-logo-link {
    /* Make sure logo link wraps around logo image */ }

  .navigation-cont {
    width: 1400px;
    max-width: 100%; }

  .site-branding {
    border: 0; }

  .custom-logo-link {
    margin: 1.5em 0 1.5em 2.25em;
    margin-left: 0; } }
/* Navigation */
.main-navigation {
  position: relative;
  z-index: 2;
  display: inline-block; }
  .main-navigation .btn-content {
    background: transparent;
    padding: 0; }

.site-header {
  width: 100%;
  background: #efe7cd;
  z-index: 3;
  position: relative;
  top: -220px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transform: translate3d(0, 0, 0); }
  .site-header.loaded {
    top: 0; }
  @media (max-width: 1080px) {
    .site-header {
      top: 0; } }

@media (min-width: 768px) {
  .btn-toggle {
    display: none; }

  .btn-content {
    z-index: 2;
    left: 0; }

  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #primary-menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative; }
      #primary-menu li:first-child a {
        margin-left: 0; }
      #primary-menu li a {
        display: inline-block;
        margin: 20px 25px;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        color: #4c3930;
        font-size: .9em;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 1; } }
      @media (min-width: 768px) and (max-width: 1150px) {
        #primary-menu li a {
          font-size: 16px; } }
@media (min-width: 768px) {
        #primary-menu li a:after {
          content: "|";
          position: absolute;
          margin-left: 21px;
          margin-top: -.5px;
          color: #4c3930; }
      #primary-menu li .sub-menu li a {
        font-size: 15px; }
      #primary-menu li:last-child a {
        margin-right: 0; }
      #primary-menu li:last-child a:after, #primary-menu li .sub-menu li a:after {
        content: "";
        margin: 0; }
      #primary-menu li:hover .sub-menu {
        display: block; }
    #primary-menu .current_page_item a, #primary-menu .current-page-ancestor a {
      color: #406310;
      font-family: gothamBold; }
    #primary-menu li a:hover {
      color: #406310; }
    #primary-menu .sub-menu {
      position: absolute;
      display: none; }
      #primary-menu .sub-menu li a {
        margin: 0;
        padding: .35em 1em;
        background: #231f20;
        display: block;
        color: #FFF;
        border-top: 1px solid #FFF;
        text-align: left; }
        #primary-menu .sub-menu li a:hover {
          background: #406310;
          color: white; }
      #primary-menu .sub-menu li.current-menu-item a {
        background: #406310;
        color: white; } }
@media (max-width: 1080px) {
  .header-strapline {
    display: none; } }
@media (max-width: 768px) {
  .btn-content {
    display: none;
    z-index: 2;
    left: 0;
    position: absolute;
    background: #4c3930 !important;
    text-align: center;
    -webkit-box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5); }

  #primary-menu {
    padding: 20px 0px; } }
.btn-content {
  width: 100%;
  padding: 1.5em 1em;
  text-align: center; }

.btn-content a {
  color: white;
  text-decoration: none;
  line-height: 1.8;
  font-weight: 700; }

.product-category-carousel .owl-carousel .owl-item img {
  height: 170px;
  object-fit: cover; }

.product-category-carousel .owl-carousel .carousel-item {
  border: 2px solid #406310; }

.product-category-carousel .owl-carousel .carousel-item h3 {
  font-family: gothamMedium;
  font-size: 14px;
  color: white;
  background: #406310;
  margin: 0;
  display: block;
  text-align: center;
  padding: 7px 0px; }

.product-category-carousel {
  padding: 70px 0px 50px 0px; }
  .product-category-carousel.bg {
    background: #f9f3e0;
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.21); }
    .product-category-carousel.bg p {
      color: #4c3930;
      text-align: center; }
  .product-category-carousel p {
    font-size: 36px;
    font-family: gothamBold;
    color: #406310;
    margin: 0; }
    @media (max-width: 768px) {
      .product-category-carousel p {
        font-size: 28px; } }
  .product-category-carousel .carousel-wrapper {
    position: relative; }
  .product-category-carousel .category-thumbs {
    padding: 35px; }
    .product-category-carousel .category-thumbs .owl-item {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      .product-category-carousel .category-thumbs .owl-item:hover {
        opacity: 0.8; }
  .product-category-carousel .owl-nav {
    display: none; }
  .product-category-carousel .product-thumbs {
    margin: 1rem 0; }
  .product-category-carousel .category-thumbs-next:after, .product-category-carousel .category-thumbs-previous:after {
    content: "";
    border: solid #406210;
    border-width: 0 7px 7px 0;
    height: 12px;
    width: 12px;
    display: inline-block;
    padding: .375rem;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: relative; }
  .product-category-carousel .category-thumbs-next, .product-category-carousel .category-thumbs-previous {
    position: absolute;
    bottom: 2.625rem; }
  .product-category-carousel .category-thumbs-next {
    right: 0px;
    height: 100%;
    top: 0;
    z-index: 9;
    opacity: 0.8; }
  .product-category-carousel .category-thumbs-previous {
    left: 0px;
    height: 100%;
    top: 0;
    z-index: 9;
    width: 26px;
    opacity: 0.8; }
  .product-category-carousel .category-thumbs-previous:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .product-category-carousel .category-thumbs-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

.gallery-cont {
  padding: 30px;
  background: white;
  border: 2px solid #406310;
  width: 100%;
  position: relative; }
  .gallery-cont h2 {
    font-size: 34px;
    font-family: gothamBold;
    color: #406310; }
  .gallery-cont h3 {
    color: #d8bc7b;
    font-size: 20px;
    font-family: gothamBold; }
  .gallery-cont p strong {
    font-size: 20px;
    font-family: gothamBold; }
  @media (max-width: 900px) {
    .gallery-cont .half-width {
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100%; } }
  @media (max-width: 900px) {
    .gallery-cont {
      padding: 10px;
      background: transparent;
      border: 2px solid transparent; } }

.product-gallery {
  position: relative;
  margin-bottom: 2rem; }
  .product-gallery img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    height: 500px;
    object-fit: cover; }
    @media (max-width: 768px) {
      .product-gallery img {
        height: 400px; } }
    @media (max-width: 540px) {
      .product-gallery img {
        height: 300px; } }
  .product-gallery .product-image {
    border: 2px solid #406310; }
  .product-gallery .product-image-link {
    display: block;
    position: relative; }
  .product-gallery .image-title {
    padding: .25rem;
    background: #2e3192;
    font-weight: 700;
    color: #fff;
    display: block; }
  .product-gallery .carousel-item {
    border: 2px solid #406310; }
    .product-gallery .carousel-item a.selected:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(64, 99, 16, 0.45);
      top: 0;
      left: 0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: 150px;
  object-fit: cover; }
  @media (max-width: 540px) {
    .owl-carousel .owl-item img {
      height: 120px; } }

.product-gallery .product-thumbs-next:after, .product-gallery .product-thumbs-previous:after {
  content: "";
  border: solid #406210;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: .375rem;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: relative; }

.product-gallery .product-thumbs-next, .product-gallery .product-thumbs-previous {
  position: absolute;
  bottom: 2.625rem; }

.product-gallery .product-thumbs-next {
  right: -25px;
  height: 100%;
  top: 0;
  z-index: 9;
  width: 26px;
  opacity: 0.8; }

.product-gallery .product-thumbs-previous {
  left: -17px;
  height: 100%;
  top: 0;
  z-index: 9;
  width: 26px;
  opacity: 0.8; }

.product-gallery .product-thumbs-previous:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.product-gallery .product-thumbs-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.gallery-wrap {
  position: relative; }

.product-gallery .product-thumbs {
  margin: 1rem 0; }
