/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Spacing
 ================================================= */
/**
*  Media Query
================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-5px);
            transform: translatey(-5px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.two {
  color: white !important;
  background: #232A3F !important;
}
.two:hover {
  background: #C1AF6C !important;
}

.one {
  color: white;
  background: #FF473B;
}
.one:hover {
  background: #8E211A !important;
}

/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full-row {
  max-width: none;
}

.max-row {
  max-width: 1600px;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

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

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

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

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

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

[class*=columns-] {
  padding-left: 10px;
  padding-right: 10px;
}

[class*=columns-] > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.columns-1 {
  -webkit-flex-basis: calc(1 / 12 * 100%);
      -ms-flex-preferred-size: calc(1 / 12 * 100%);
          flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.right-1 {
  margin-left: calc(1 / 12 * 100%);
}

.left-1 {
  margin-right: calc(1 / 12 * 100%);
}

.columns-2 {
  -webkit-flex-basis: calc(2 / 12 * 100%);
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
          flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.right-2 {
  margin-left: calc(2 / 12 * 100%);
}

.left-2 {
  margin-right: calc(2 / 12 * 100%);
}

.columns-3 {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.right-3 {
  margin-left: calc(3 / 12 * 100%);
}

.left-3 {
  margin-right: calc(3 / 12 * 100%);
}

.columns-4 {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.right-4 {
  margin-left: calc(4 / 12 * 100%);
}

.left-4 {
  margin-right: calc(4 / 12 * 100%);
}

.columns-5 {
  -webkit-flex-basis: calc(5 / 12 * 100%);
      -ms-flex-preferred-size: calc(5 / 12 * 100%);
          flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.right-5 {
  margin-left: calc(5 / 12 * 100%);
}

.left-5 {
  margin-right: calc(5 / 12 * 100%);
}

.columns-6 {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.right-6 {
  margin-left: calc(6 / 12 * 100%);
}

.left-6 {
  margin-right: calc(6 / 12 * 100%);
}

.columns-7 {
  -webkit-flex-basis: calc(7 / 12 * 100%);
      -ms-flex-preferred-size: calc(7 / 12 * 100%);
          flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.right-7 {
  margin-left: calc(7 / 12 * 100%);
}

.left-7 {
  margin-right: calc(7 / 12 * 100%);
}

.columns-8 {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.right-8 {
  margin-left: calc(8 / 12 * 100%);
}

.left-8 {
  margin-right: calc(8 / 12 * 100%);
}

.columns-9 {
  -webkit-flex-basis: calc(9 / 12 * 100%);
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
          flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.right-9 {
  margin-left: calc(9 / 12 * 100%);
}

.left-9 {
  margin-right: calc(9 / 12 * 100%);
}

.columns-10 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.right-10 {
  margin-left: calc(10 / 12 * 100%);
}

.left-10 {
  margin-right: calc(10 / 12 * 100%);
}

.columns-11 {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.right-11 {
  margin-left: calc(11 / 12 * 100%);
}

.left-11 {
  margin-right: calc(11 / 12 * 100%);
}

.columns-12 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.right-12 {
  margin-left: calc(12 / 12 * 100%);
}

.left-12 {
  margin-right: calc(12 / 12 * 100%);
}

.column-center {
  margin-left: auto;
  margin-right: auto;
}

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

.block-grid-1 > * {
  -webkit-flex-basis: calc(1 / 1 * 100%);
      -ms-flex-preferred-size: calc(1 / 1 * 100%);
          flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

.block-grid-2 > * {
  -webkit-flex-basis: calc(1 / 2 * 100%);
      -ms-flex-preferred-size: calc(1 / 2 * 100%);
          flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}

.block-grid-3 > * {
  -webkit-flex-basis: calc(1 / 3 * 100%);
      -ms-flex-preferred-size: calc(1 / 3 * 100%);
          flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
}

.block-grid-4 > * {
  -webkit-flex-basis: calc(1 / 4 * 100%);
      -ms-flex-preferred-size: calc(1 / 4 * 100%);
          flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%);
}

[class*=block-grid-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

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

.block-grid-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-grid-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-grid-equal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

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

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

.block-grid-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.block-grid-flatten > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-grid-flatten > * > * {
  width: 100%;
}

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

body {
  font-family: "adobe-caslon-pro", serif;
  color: #212121;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
}

::-moz-selection {
  background: #232A3F;
  color: white;
}

::selection {
  background: #232A3F;
  color: white;
}

::-moz-selection {
  background: #232A3F;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
.blue-underline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 3px;
  width: 120px;
  background: #232A3F;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 400;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
p + h1, .gform_description + h1, ul:not([class]) + h1, ol:not([class]) + h1,
p + h2,
.gform_description + h2,
ul:not([class]) + h2,
ol:not([class]) + h2,
p + h3,
.gform_description + h3,
ul:not([class]) + h3,
ol:not([class]) + h3,
p + h4,
.gform_description + h4,
ul:not([class]) + h4,
ol:not([class]) + h4,
p + h5,
.gform_description + h5,
ul:not([class]) + h5,
ol:not([class]) + h5,
p + h6,
.gform_description + h6,
ul:not([class]) + h6,
ol:not([class]) + h6 {
  padding-top: 25px;
}

h1 {
  font-weight: 600;
  font-style: normal;
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    line-height: 70px;
  }
}

h2 {
  font-weight: 600;
  font-style: normal;
  font-size: calc(30px + (52 - 30) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    line-height: 60px;
  }
}

h3 {
  font-weight: 600;
  font-style: normal;
  font-size: calc(24px + (42 - 24) * (100vw - 320px) / (1200 - 320));
  line-height: calc(27px + (49 - 27) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    line-height: 49px;
  }
}

h4, h4 a {
  font-weight: 600;
  font-style: normal;
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1200 - 320));
  line-height: calc(27px + (47 - 27) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h4, h4 a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h4, h4 a {
    line-height: 47px;
  }
}

h5 {
  font-weight: 600;
  font-style: normal;
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
  line-height: calc(27px + (32 - 27) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    line-height: 32px;
  }
}

h6 {
  font-weight: 600;
  font-style: normal;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(19px + (19 - 19) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  letter-spacing: 2px;
  color: #C1AF6C;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    line-height: 19px;
  }
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  color: #212121;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
p:empty, .gform_description:empty {
  display: none;
}

.intro {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .intro {
    font-size: 22px;
  }
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #232A3F;
  width: 90%;
  margin: 10px auto 35px;
}

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal;
}

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code,
pre {
  background-color: #ededed;
  font-family: "Consolas", monospace;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  code,
pre {
    font-size: 14px;
  }
}

pre {
  padding: 25px 20px;
}

code {
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px;
}

.filter-section .filter-form-container .search-form select {
  font-family: poynter-oldstyle-display, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  font-weight: 600;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  color: #212121;
  letter-spacing: 0.7px;
  line-height: 27px;
  margin: 0 0 10px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li,
ol:not([class]) li {
    font-size: 16px;
  }
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #FF473B;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li:before {
  content: "\f054";
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  top: calc(0px + (1 - 0) * (100vw - 320px) / (1200 - 320));
  color: #FF473B;
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    top: 1px;
  }
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: "\f054";
  top: 1px;
  color: #FF473B;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  color: #232A3F;
  font-weight: 400;
  font-weight: 500 !important;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, .gform_description a, ul:not([class]) a, ol:not([class]) a {
  border-bottom: 2px solid #ededed;
  opacity: 1;
}
p a:hover, .gform_description a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  opacity: 0.7;
}

.read-more {
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  color: #212121;
  border-bottom: 1px solid #FF473B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
}
.read-more:hover {
  color: #FF473B;
  border-bottom: 1px solid #FF473B;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*=wp-image-] {
  margin-top: 15px;
}

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 15px !important;
  background: #232A3F;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe
 |----------------------------------------------------------------
 */
.flex-video {
  position: relative;
  height: calc(100vw * 1280 / 720 + 0px);
  max-height: calc(1600px * 1280 / 720 + 0px);
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 5px solid #232A3F;
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px;
}
blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.button.default {
  background-color: #232A3F;
}

/**
 *	Global Placeholder
================================================= */
/**
 *	Global Form Element
================================================= */
label {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  label {
    font-size: 15px;
  }
}

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  outline: none;
  border: 1px solid #ededed;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #212121;
}
@media screen and (min-width: 1200px) {
  [type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
    font-size: 17px;
  }
}
[type=text]:focus,
[type=url]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #232A3F;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-image: url("http://pearsonsseafoodinc.com/wp-content/themes/strukture/images/select-icon.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select[multiple] {
  height: auto;
}

option {
  padding: 5px 10px;
  color: #212121;
}

[type=submit],
[type=button] {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white;
  background: #FF473B;
}
[type=submit]:hover,
[type=button]:hover {
  background: #8E211A !important;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
  vertical-align: middle;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
.gform_wrapper {
  overflow: hidden;
  margin-bottom: 35px;
}

/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */
.gform_description {
  display: block;
}

.validation_error {
  background: rgba(237, 237, 237, 0.5);
  border-left: 3px solid #9a323c;
  margin: 0 0 25px;
  padding: 25px;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}

.gfield {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 20px;
}

.gfield_label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #232A3F;
}

.gfield_required {
  vertical-align: super;
}

.ginput_container .large {
  width: 100%;
}
.ginput_container .medium {
  width: 66.6666666667%;
}
.ginput_container .small {
  width: 33.3333333333%;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #9a323c;
}

.validation_message {
  margin-top: 5px;
  color: #9a323c;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .validation_message {
    font-size: 14px;
  }
}

/*
 |----------------------------------------------------------------
 |  Gform Fields
 |----------------------------------------------------------------
 */
.ginput_container_checkbox,
.ginput_container_radio {
  margin-left: 25px;
}
.ginput_container_checkbox + .validation_message,
.ginput_container_radio + .validation_message {
  margin-left: 25px;
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 5px;
}

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.gf_half {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.gf_third {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.gf_quarter {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}
.gf_list_inline .gfield_checkbox li,
.gf_list_inline .gfield_radio li {
  padding-left: 10px;
  padding-right: 10px;
}

/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit:not(.button) {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

.gform_ajax_spinner {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */
.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #232A3F;
}
.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
}
.ui-datepicker-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.ui-datepicker-calendar th {
  padding: 5px;
  font-size: 14px;
  background: #ededed;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  padding: 5px;
  display: block;
}
.ui-datepicker-calendar .ui-state-disabled {
  cursor: disabled;
}
.ui-datepicker-calendar .ui-state-hover {
  font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
  background: #232A3F;
  color: white;
}

.faq-postings {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width:877px) {
  .faq-postings {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px;
}

.accordion-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-entry {
  margin-bottom: 20px;
}

.accordion-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0px;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border-bottom: 1px solid #C9CBCF;
}
.accordion-label .p-wrapper {
  min-width: 100px;
  padding: 0px;
  margin-right: 25px;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label h5 {
  padding: 0 15px 0px 0px;
  width: 70%;
}
.accordion-label:after {
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 14px;
  right: 7px;
  top: 10px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  border: unset;
  color: #FF473B;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
[data-status=opened] .accordion-label:after {
  content: "\f077";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  border: unset;
}
.accordion-label span {
  margin-left: 15px;
}

.accordion-content {
  padding: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:979px) {
  .accordion-holder {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  margin-bottom: 160px;
  background: #232A3F;
}
.page-banner .yellow-header-line {
  width: 60px;
  height: 3px;
  background: #C1AF6C;
  position: relative;
  right: 10px;
  margin-bottom: 20px;
}
.page-banner .row {
  padding-top: 115px;
  background-repeat: no-repeat;
  background-position-y: 300px;
  background-position-x: -100px;
  position: relative;
}
.page-banner .row:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232A3F;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.page-banner .row:after {
  opacity: 0.5;
}
.page-banner .content-container {
  padding: 170px 40px 120px 30px;
  z-index: 10;
}
.page-banner .image-column {
  overflow: visible;
  z-index: 1000;
}
.page-banner .image-column img {
  position: relative;
  top: 60px !important;
  min-height: 640px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120%;
}
@media screen and (max-width:877px) {
  .page-banner .image-column img {
    background-image: unset;
    top: 40px !important;
  }
}
.page-banner h1,
.page-banner p,
.page-banner .gform_description {
  color: #fff;
}
@media screen and (max-width:877px) {
  .page-banner .row {
    background-image: unset !important;
  }
}

.home .page-banner .row {
  background-position-y: 400px;
}
.home .page-banner .image-column img {
  min-height: 740px;
}

.single-page-banner {
  position: relative;
  position: relative;
}
.single-page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.single-page-banner .row {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  position: relative;
}
.single-page-banner .row:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232A3F;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
}
.single-page-banner .row:after {
  opacity: 0.5;
}
.single-page-banner div.content-container {
  padding-bottom: 0;
}
.single-page-banner .post-meta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-page-banner .post-meta-container .post-meta {
  z-index: 100;
}
.single-page-banner .post-meta-container .post-meta p, .single-page-banner .post-meta-container .post-meta .gform_description {
  padding-bottom: 0;
}
.single-page-banner .social-list,
.single-page-banner .social-share {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.single-page-banner .social-share .subtitle {
  z-index: 100;
  padding-bottom: 0;
  margin-right: 15px;
}
.single-page-banner .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-page-banner .social-list li {
  margin-right: 10px;
}
.single-page-banner .columns-12 {
  padding: 0;
}

.category-recipes .tax-banner .filter-section .filter-form-container .search-form .filter-controls {
  min-width: 100%;
  max-width: 100%;
}

.tax-banner .page-banner .row {
  padding-left: unset;
}
.tax-banner .content-container {
  margin-bottom: 45px;
}
.tax-banner .filter-section .filter-form-container .search-form .filter-controls {
  background-color: #eef2f6;
  padding: 25px 15px 25px 35px;
  margin-right: 0;
  min-width: 70%;
  max-width: 70%;
}
.tax-banner .filter-section .filter-form-container .search-form .filter-controls .button {
  font-size: calc(11px + (11 - 11) * (100vw - 320px) / (1200 - 320));
  background-color: #232A3F;
  border-radius: 50px;
  line-height: 24px;
  letter-spacing: 1px;
  min-width: 129px;
  padding: 12px 25px;
}
@media screen and (min-width: 1200px) {
  .tax-banner .filter-section .filter-form-container .search-form .filter-controls .button {
    font-size: 11px;
  }
}
.tax-banner .filter-section .filter-form-container .search-form .filter-controls .button:hover {
  background-color: #232A3F;
}
.tax-banner .filter-section .filter-form-container .search-form .select-container.search-container {
  background-color: #d5e5f5;
  border-radius: 0;
  padding: 30px 35px 30px 45px;
  width: 100%;
}
.tax-banner .filter-section .filter-form-container .search-form .select-container.search-container i {
  right: 50px;
}

.page-banner-products .filter-section {
  background-color: #eef2f6;
  padding-left: 0;
  padding-right: 0;
}
.page-banner-products .filter-section .filter-form-container .search-form {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-banner-products .filter-section .filter-form-container .search-form .filter-controls,
.page-banner-products .filter-section .filter-form-container .search-form .search-container {
  padding: 25px 25px;
}
.page-banner-products .filter-section .filter-form-container .search-form .filter-controls input[type=submit] {
  border-radius: 35px;
}
.page-banner-products .filter-section .filter-form-container .search-form .select-container i {
  color: #232A3F;
}
.page-banner-products .filter-section .filter-form-container .search-form .search-container {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5e5f5;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-banner-products .filter-section .filter-form-container .search-form .search-container i {
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  right: 50px;
}
@media screen and (min-width: 1200px) {
  .page-banner-products .filter-section .filter-form-container .search-form .search-container i {
    font-size: 15px;
  }
}

.product-tax-banner .image-column {
  background-size: cover;
  position: relative;
  top: 40px;
}

.single-product .page-banner .row {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-position-y: 100px;
}

.site-sticky-nav-wrapper {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

.gallery {
  margin-bottom: 80px;
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #232A3F;
  border: 1px solid #232A3F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery .slick-arrow i {
  color: #232A3F;
}
.gallery .slick-next {
  right: -50px;
}
.gallery .slick-prev {
  left: -50px;
}
.gallery .gallery-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 500px;
  overflow: hidden;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: auto;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image,
.gallery img {
    max-height: 300px;
  }
}

.slick-thumbnail-grid {
  margin-top: 45px;
}
.slick-thumbnail-grid .slick-slide {
  margin: 0 5px;
  max-height: 155px;
}

.team-slideout-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0 10px;
}

.team-slideout-component .page-section {
  padding-bottom: 60px;
}

.team-grid {
  position: relative;
  margin-bottom: -20px;
}
.team-grid .accordion-entry[data-status=opened] .team-info::after {
  content: "-" !important;
  padding-bottom: 5px;
}
.team-grid .accordion-entry:last-child {
  margin-bottom: 20px;
}
.team-grid div article {
  margin-top: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(25px + (25 - 25) * (100vw - 320px) / (1200 - 320));
  background-color: #9a323c;
  background-color: #9a323c;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .team-grid div article {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .team-grid div article {
    padding-right: 25px;
  }
}
.team-grid div:nth-child(3n+2) article {
  right: 106%;
}
.team-grid div:nth-child(3n+3) article {
  right: 211%;
}

.team_content {
  padding-top: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team_content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .team_content {
    padding-bottom: 20px;
  }
}

.team-member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  z-index: 1;
}
.team-member-container .accordion-label {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.team-member-container .accordion-label .content {
  position: relative;
}
.team-member-container .accordion-label .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.team-member-container .accordion-label .content .team-info {
  z-index: 3;
  position: relative;
}
.team-member-container .accordion-label .content .team-info h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  letter-spacing: 0.55px;
}
.team-member-container .accordion-label .content .team-info h6 {
  font-size: 14px;
  line-height: 1.5;
}
.team-member-container .accordion-label .content .team-info h5, .team-member-container .accordion-label .content .team-info h6 {
  max-width: 75%;
}
.team-member-container .accordion-label .content .team-info::after {
  position: absolute;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 80%;
  content: "+";
  font-weight: 100;
  top: 0;
  font-size: 32px;
  width: 30px;
  height: 30px;
  background: #3b0206;
  mix-blend-mode: multiply;
  background: #fff;
  border-radius: 50%;
  border: none;
  -webkit-transform: none;
          transform: none;
}
.team-member-container .team-member-info {
  width: 100vw;
  max-width: 1180px;
  position: relative;
}
.team-member-container .team-member-info .team-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.team-member-container .team-member-info .team-info-wrapper img {
  max-width: 400px;
  max-height: 240px;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-container .team-member-info .team-info-wrapper .team-member-pic {
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: 0 10%;
  background-repeat: no-repeat;
}
.team-member-container .team-member-info .team-info-wrapper .close {
  position: absolute;
  cursor: pointer;
  top: 3%;
  right: 3%;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-member-container .team-member-info .team-info-wrapper .close i {
  font-weight: 100;
  color: #9a323c;
  font-size: 18px;
}
.team-member-container .team-bio {
  margin-left: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
  color: #fff;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .team-member-container .team-bio {
    margin-left: 30px;
  }
}
.team-member-container .team-bio a {
  color: #fff;
}
.team-member-container .team-bio .bio-name {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(6px + (6 - 6) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-name {
    padding-bottom: 6px;
  }
}
.team-member-container .team-bio .bio-position {
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-position {
    font-size: 15px;
  }
}
.team-member-container .team-bio .bio-short-bio {
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-member-container .team-bio .bio-short-bio {
    font-size: 18px;
  }
}
.team-member-container .team-bio .bio-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-member-container .team-bio .bio-contact-info a {
  text-decoration: none;
  border-bottom: none;
  color: white;
}
.team-member-container .content {
  padding-top: calc(40px + (220 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-left: calc(10px + (25 - 10) * (100vw - 320px) / (1200 - 320));
  background-size: cover;
  z-index: 0;
  width: 100%;
  max-height: 310px;
  min-height: 310px;
}
@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-container .content {
    padding-left: 25px;
  }
}
.team-member-container .content:hover::after {
  z-index: -1;
}
.team-member-container .content:after {
  z-index: -1;
}
.team-member-container .content .team-content {
  z-index: 1000;
}
.team-member-container .content h5, .team-member-container .content h6 {
  z-index: 1000;
  color: #fff;
  padding-bottom: calc(5px + (5 - 5) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .team-member-container .content h5, .team-member-container .content h6 {
    padding-bottom: 5px;
  }
}

.featured-team-member {
  margin-bottom: 40px;
}
.featured-team-member .image-column {
  padding: 0;
}
.featured-team-member .content-column {
  padding: 0 40px;
}
.featured-team-member .team-member-pic {
  height: 100%;
}

.filter-section {
  z-index: 10;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter-section h6 {
  padding-bottom: 0;
  margin-right: 15px;
  text-transform: uppercase;
  min-width: 110px;
  color: #C1AF6C;
}
.filter-section .view-all {
  color: #212121;
  border-bottom: 1px solid #FF473B;
  margin-left: 20px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.filter-section .filter-form-container,
.filter-section .filter-form-container .search-form,
.filter-section .filter-form-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .filter-form-container .flex-container {
  margin-right: 15px;
}
.filter-section .filter-form-container .flex-container .select-container {
  margin-right: 15px;
  min-width: 200px;
}
.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-weight: 600;
  font-size: 12px;
}
.filter-section .filter-form-container .search-form input {
  height: 50px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 5px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}
.filter-section .filter-form-container .search-form #search-input {
  font-size: 15px;
  border: 1px solid rgba(35, 42, 63, 0.4) !important;
  border-radius: 5px;
  font-family: Palatino;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 300;
}
.filter-section .filter-form-container .search-form select {
  background-image: none;
  font-size: 15px;
  border: 1px solid rgba(35, 42, 63, 0.4) !important;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 300;
}
.filter-section .filter-form-container .search-form .select-container {
  background: #fff;
  position: relative;
  border-radius: 6px;
}
.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF473B;
  pointer-events: none;
  font-size: 16px;
}
.filter-section .filter-form-container .search-container {
  min-width: 265px;
}
@media screen and (min-width:1200px) {
  .filter-section .filter-form-container .search-container {
    width: 45%;
  }
}
@media screen and (max-width:1199px) {
  .filter-section .filter-form-container,
.filter-section .filter-form-container .search-form,
.filter-section .filter-form-container .flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .filter-section .filter-form-container h6,
.filter-section .filter-form-container a,
.filter-section .filter-form-container .button,
.filter-section .filter-form-container .select-container {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:979px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.simple-filter-form h6 {
  padding-bottom: 0;
}
.simple-filter-form form {
  margin: 0;
}

/*
 |----------------------------------------------------------------
 | Pagination
 |----------------------------------------------------------------
 */
.pagination-column {
  z-index: 2;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.pagination-column p, .pagination-column .gform_description {
  padding-bottom: 0;
}
.pagination-column i.fa-chevron-circle-left {
  margin-right: 15px;
}
.pagination-column i.fa-chevron-circle-right {
  margin-left: 15px;
}
.pagination-column h5:hover {
  color: #232A3F;
}
.pagination-column .prev-disabled, .pagination-column .next-disabled {
  color: #555;
}
.pagination-column .prev-disabled:hover, .pagination-column .next-disabled:hover {
  color: #555;
}

.page-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-lists a {
  color: #232A3F;
  margin: 0 10px;
}
.page-lists .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #232A3F;
  color: #fff;
  border-radius: 50%;
}

.page-nav {
  padding-top: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 20px;
  }
}
.page-nav .row-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-nav .all-posts .button {
  color: white;
  background: #FF473B;
}
.page-nav .all-posts .button:hover {
  background: #8E211A !important;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #212121;
  font-size: 15px;
  top: 7%;
}
.page-nav .prev-column p, .page-nav .prev-column .gform_description,
.page-nav .next-column p,
.page-nav .next-column .gform_description {
  color: #9a323c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 29px;
  margin: 0px;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #212121;
  text-transform: none;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-nav .prev-column h4:hover,
.page-nav .next-column h4:hover {
  color: #9a323c;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.team-slideout-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-slideout-content {
  padding: 10px;
}
.team-slideout-content > * {
  padding-bottom: 5px;
}

.slideout-container {
  width: 100%;
}

.slideout-item {
  margin-bottom: 50px;
}
.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 300px;
  margin-bottom: 50px;
}
.slideout-item .loop-content .icon {
  position: absolute;
  bottom: 30px;
  right: 10px;
  color: #fff;
  background: #232A3F;
  z-index: 1000;
  height: 23px;
  width: 23px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-size: 14px;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content .active-bar {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 20px;
  background: #232A3F;
  position: absolute;
  bottom: -20px;
}
.slideout-item .loop-content .active-bar::after {
  content: "";
  position: absolute;
  bottom: -60px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #232A3F;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content.show-slideout .active-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slideout-item .loop-hidden {
  display: none;
  padding-top: 50px;
  position: relative;
  margin-top: 80px;
  background: #232A3F;
}
.slideout-item .loop-hidden * {
  color: #fff;
}
.slideout-item .loop-hidden .close {
  position: absolute;
  top: 5%;
  right: 3%;
}
.slideout-item .loop-hidden .close:hover {
  cursor: pointer;
}
.slideout-item .loop-hidden .close i {
  color: #fff;
  font-size: 20px;
}

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%;
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden {
  width: 420%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -108%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -214%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -321%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:979px) {
  /*
  |----------------------------------------------------------------
  | Slideout Component
  |----------------------------------------------------------------
  */
  .slideout-container.block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 3 * 100%);
        -ms-flex-preferred-size: calc(1 / 3 * 100%);
            flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%);
  }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:877px) {
  .slideout-container.block-grid-4 > *,
.slideout-container.block-grid-3 > * {
    -webkit-flex-basis: calc(1 / 2 * 100%);
        -ms-flex-preferred-size: calc(1 / 2 * 100%);
            flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
.content-component .content-container {
  text-align: left !important;
}

.left-right-content {
  margin-bottom: 80px;
}
.left-right-content h2 {
  color: #232A3F;
}
.left-right-content h6 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.left-right-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left-right-content .image-column {
  z-index: 100;
}
.left-right-content .banner-content-box {
  z-index: 200;
}
@media screen and (max-width:979px) {
  .left-right-content {
    margin-bottom: 40px;
  }
  .left-right-content div.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .left-right-content .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .left-right-content .image-column {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .left-right-content .image-column img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .left-right-content .content-column {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .left-right-content .banner-content-box {
    max-width: unset;
    padding: 70px 50px;
  }
}

.right_full_image .banner-content-box {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 600px;
  padding-right: 60px;
}
.right_full_image .row {
  max-width: 100vw;
}
.right_full_image .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right_full_image .banner-content-box {
  padding-left: 40px;
}
.right_full_image img {
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
.right_full_image .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.right_full_image .button {
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  color: #212121;
  border-bottom: 1px solid #FF473B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: center;
}
.right_full_image .button:hover {
  color: #FF473B;
  border-bottom: 1px solid #FF473B;
}
.right_full_image .blue-underline {
  display: none;
}

.right_standard {
  margin-bottom: 100px;
  padding: 60px 10px;
  position: relative;
}
.right_standard .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.right_standard h6 {
  color: #C1AF6C !important;
}
.right_standard:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60%;
  background: #232A3F;
  z-index: -1;
}
@media screen and (max-width:979px) {
  .right_standard:before {
    width: 100%;
  }
}
.right_standard .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right_standard img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.right_standard .banner-content-box {
  padding-left: 60px;
}
.right_standard .banner-content-box h1, .right_standard .banner-content-box h2, .right_standard .banner-content-box h3, .right_standard .banner-content-box h4, .right_standard .banner-content-box h5, .right_standard .banner-content-box p, .right_standard .banner-content-box .gform_description, .right_standard .banner-content-box a {
  color: white;
}
.right_standard .button {
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  color: #212121;
  border-bottom: 1px solid #FF473B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: center;
}
.right_standard .button:hover {
  color: #FF473B;
  border-bottom: 1px solid #FF473B;
}

.right_callout {
  margin-bottom: 80px;
}
.right_callout .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.right_callout .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right_callout .banner-content-box {
  padding-left: 60px;
}
.right_callout .button {
  color: white;
  background: #FF473B;
}
.right_callout .button:hover {
  background: #8E211A !important;
}

.left_standard .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.left_standard .banner-content-box {
  padding-right: 60px;
}
.left_callout .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.left_callout .banner-content-box {
  padding-right: 60px;
}
.left_callout .button {
  color: white;
  background: #FF473B;
}
.left_callout .button:hover {
  background: #8E211A !important;
}

.left_full_image {
  margin-bottom: 80px;
}
.left_full_image .banner-content-box {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 600px;
  padding-right: 60px;
}
.left_full_image .row {
  max-width: 100vw;
}
.left_full_image .banner-content-box {
  padding-right: 60px;
}
.left_full_image .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.left_full_image .button {
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  opacity: 1;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  color: #212121;
  border-bottom: 1px solid #FF473B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  text-align: center;
}
.left_full_image .button:hover {
  color: #FF473B;
  border-bottom: 1px solid #FF473B;
}

.centered-intro {
  padding-bottom: 50px;
}
.centered-intro .content-column {
  z-index: 1000;
}
.centered-intro .text-container {
  text-align: center;
}

.intro_standard_centre {
  margin-bottom: 20px;
}
.intro_standard_centre .banner-content-box {
  text-align: center;
}
.intro_standard_centre .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.intro_standard_centre h2 {
  margin-bottom: 20px;
}
.intro_standard_centre p, .intro_standard_centre .gform_description {
  width: 70%;
  margin: 0 auto;
}
.intro_standard_centre .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .intro_standard_centre .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .intro_standard_centre .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}

.intro_callout_centre {
  margin-bottom: 80px;
}
.intro_callout_centre .banner-content-box {
  text-align: center;
}
.intro_callout_centre h2 {
  color: #232A3F;
  font-weight: 400;
}
.intro_callout_centre h6 {
  color: #5c6068;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media screen and (max-width:979px) {
  .intro_callout_centre .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .intro_callout_centre .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}

.intro_standard_left {
  margin-bottom: 80px;
}
.intro_standard_left .banner-content-box {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.intro_standard_left h2 {
  color: #232A3F;
  font-weight: 400;
}
.intro_standard_left h6 {
  color: #5c6068;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media screen and (max-width:979px) {
  .intro_standard_left .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .intro_standard_left .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}

.intro_standard_callout {
  margin-bottom: 80px;
}
.intro_standard_callout .banner-content-box {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  position: relative;
}
.intro_standard_callout h2 {
  color: #232A3F;
  font-weight: 400;
}
.intro_standard_callout h6 {
  color: #5c6068;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.intro_standard_callout p, .intro_standard_callout .gform_description {
  padding-right: 80px;
}
.intro_standard_callout .cta-column {
  position: absolute;
  right: -180px;
  bottom: 50px;
}
@media screen and (max-width:979px) {
  .intro_standard_callout p, .intro_standard_callout .gform_description {
    padding: 0px 0px 20px;
  }
  .intro_standard_callout .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .intro_standard_callout .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
  .intro_standard_callout .cta-column {
    position: unset !important;
  }
}

.left_standard {
  margin-bottom: 20px;
}
.left_standard .banner-content-box {
  text-align: center;
}
.left_standard .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.left_standard h2 {
  margin-bottom: 20px;
}
.left_standard p, .left_standard .gform_description {
  width: 70%;
  margin: 0 auto;
}
.left_standard .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .left_standard .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .left_standard .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}

.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav .all-posts .button {
  color: white;
  background: #FF473B;
}
.page-nav .all-posts .button:hover {
  background: #8E211A !important;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: FontAwesome;
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #212121;
  font-size: 15px;
  top: 2%;
}
.page-nav .prev-column p, .page-nav .prev-column .gform_description,
.page-nav .next-column p,
.page-nav .next-column .gform_description {
  color: #212121;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #232A3F;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.icon-post-wrapper {
  margin-bottom: calc(80px - 20px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0px;
}
.icon-post-wrapper h4 {
  color: #232A3F;
}
.icon-post-wrapper .icon-post {
  padding: 40px 15px;
  margin-bottom: 40px;
  background: white;
  position: relative;
  bottom: 0px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
  -webkit-box-shadow: 0 32px 34px 0 rgba(236, 236, 236, 0.5);
          box-shadow: 0 32px 34px 0 rgba(236, 236, 236, 0.5);
}
.icon-post-wrapper .icon-post .image-wrap {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.icon-post-wrapper .icon-post .image-wrap img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
@media screen and (max-width:979px) {
  .icon-post-wrapper .icon-post .wrapper {
    text-align: left;
  }
  .icon-post-wrapper .icon-post .image-wrap img {
    margin: 0;
  }
}
.icon-post-wrapper a .icon-post:hover {
  bottom: 10px;
}

.background-post-wrapper {
  margin-bottom: calc(80px - 20px);
}
.background-post-wrapper .background-post-loop {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.background-post-wrapper .single-post-cat-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.background-post-wrapper .loop-content {
  min-width: 300px;
  padding: 200px 40px 60px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
  background-size: cover;
}
.home .blog-post-wrapper {
  margin-bottom: 20px;
}

.blog-post-wrapper,
.single-post {
  margin-bottom: calc(80px - 20px);
}
.blog-post-wrapper .image-column,
.single-post .image-column {
  margin-bottom: 15px;
  padding: 0px;
}
.blog-post-wrapper .image-column img,
.single-post .image-column img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-wrapper .content-column,
.single-post .content-column {
  padding: 0px;
  padding-bottom: 40px;
}
.blog-post-wrapper .loop-content,
.single-post .loop-content {
  margin-bottom: 30px;
}
.blog-post-wrapper h2,
.single-post h2 {
  color: #232A3F;
}
.blog-post-wrapper .loop-title:hover,
.single-post .loop-title:hover {
  color: #232A3F;
}
.blog-post-wrapper .view-all-button-wrap,
.single-post .view-all-button-wrap {
  text-align: center;
}
@media screen and (max-width:979px) {
  .blog-post-wrapper .content-column,
.single-post .content-column {
    padding: 20px 40px;
    text-align: center;
  }
  .blog-post-wrapper .single-post-cat-list,
.single-post .single-post-cat-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-post-wrapper img,
.single-post img {
    width: 100%;
  }
}

.wide-post .loop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wide-post .loop-content .content-column {
  padding: 40px 40px 40px 20px;
}
@media screen and (max-width:979px) {
  .wide-post .loop-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wide-post .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .wide-post .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .wide-post .image-column img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.full-width-feature-wrapper {
  margin-bottom: 80px;
}
.full-width-feature-wrapper .loop-content {
  padding: 100px 40px 60px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
  background-size: cover;
}
.full-width-feature-wrapper .single-post-cat-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-width-feature-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-template-areas: "grid1 grid1 grid2 grid2" "grid1 grid1 grid2 grid2" "grid1 grid1 grid3 grid3" "grid1 grid1 grid3 grid3";
}
@media screen and (max-width:979px) {
  .full-width-feature-wrapper .grid-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "grid1 grid1" "grid2 grid2" "grid3 grid3";
  }
  .full-width-feature-wrapper .grid-wrapper .grid3,
.full-width-feature-wrapper .grid-wrapper .grid2 {
    padding: 400px 40px 60px;
  }
}
.full-width-feature-wrapper .grid-wrapper .grid1 {
  height: 100%;
  grid-area: grid1;
  background-size: cover;
  padding: 400px 40px 60px;
}
.full-width-feature-wrapper .grid-wrapper .grid3 {
  height: 100%;
  grid-area: grid3;
  background-size: cover;
}
.full-width-feature-wrapper .grid-wrapper .grid2 {
  height: 100%;
  grid-area: grid2;
  background-size: cover;
}

.single-post-cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
}
.single-post-cat-list p, .single-post-cat-list .gform_description,
.single-post-cat-list a {
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 14px;
  padding-bottom: 5px;
}
.single-post-cat-list a:hover {
  color: #232A3F;
}
.single-post-cat-list .post-date {
  margin-left: 10px;
}

.double-map-wrapper {
  padding-bottom: calc(80px + (80 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .double-map-wrapper {
    padding-bottom: 80px;
  }
}

.map-wrap {
  width: 100%;
  display: block;
}
.map-wrap .map-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px;
}
.map-wrap .map-content > * {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.map-wrap .map-content .location-title {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media screen and (max-width:979px) {
  .map-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .map-wrap > div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .map-wrap .map-content {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
.single-map-wrapper {
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-map-wrapper {
    padding-bottom: 60px;
  }
}

.get_in_touch_form {
  position: relative;
}
.get_in_touch_form:before {
  content: "";
  position: absolute;
  top: -56%;
  left: 0px;
  background: #eef2f6;
  height: 170%;
  width: 100%;
  z-index: -1;
}
.get_in_touch_form .content-column {
  text-align: center;
}
.get_in_touch_form .subtitle {
  color: #232A3F;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0px;
}
.get_in_touch_form > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.get_in_touch_form > .row > div {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
@media screen and (max-width:877px) {
  .get_in_touch_form > .row > div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.get_in_touch_form > .row .contact-form-container .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n + 5) {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (max-width:639px) {
  .get_in_touch_form > .row .contact-form-container .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n + 5) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (max-width:979px) {
  .single-map-wrapper > div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-map-wrapper .map-column {
    margin-bottom: 50px;
  }
}
.content-with-details {
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 120px 0px;
  background-size: 100% 100%;
}
.content-with-details .read-more {
  padding: 0;
  min-width: unset;
}
.content-with-details .blue-underline {
  display: none;
}
.content-with-details .details-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-with-details .content-container {
  -webkit-flex-basis: 91.6666666667%;
      -ms-flex-preferred-size: 91.6666666667%;
          flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.content-with-details .detail-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.content-with-details p, .content-with-details .gform_description {
  padding-bottom: 10px;
}
@media screen and (max-width:877px) {
  .content-with-details .columns-6 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .content-with-details .content-container {
    text-align: center;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.content-with-categories {
  margin-bottom: 80px;
}
.content-with-categories article {
  margin-bottom: 20px;
}
.content-with-categories h2 {
  color: #232A3F;
}
.content-with-categories .category-grid img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 15px;
}
.content-with-categories .category-grid .heading {
  text-align: center;
  padding-bottom: 0;
}
.content-with-categories .background-container {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px;
  background: #ededed;
}
.content-with-categories a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-with-categories a:hover .background-container {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
  -webkit-box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, 0.21);
          box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, 0.21);
}
@media screen and (max-width:877px) {
  .content-with-categories .columns-6 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .content-with-categories .content-container {
    text-align: center;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.iell .content-with-categories .category-grid img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
}

.highlights {
  background: #eef2f6;
  padding-top: 120px;
  padding-bottom: 0px !important;
  margin-top: -140px;
  margin-bottom: -30px;
  position: relative;
  z-index: 0;
}
.highlights .highlights-grid {
  margin: 0 auto;
}
.highlights .highlights-grid .columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .highlights .highlights-grid .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .highlights .highlights-grid .columns-8 .content-column {
    text-align: center;
  }
  .highlights .highlights-grid .columns-8 .image-column {
    padding-bottom: 30px;
  }
}
.highlights article {
  margin-bottom: 40px;
}
.highlights .content-column {
  padding-left: 0px;
}
.highlights .content-column a {
  border-bottom: 1px solid #232A3F;
}
.highlights .content-column a i {
  margin-left: 10px;
}
.highlights .image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.highlights .image-column .image-wrap {
  background: rgba(255, 255, 255, 0.7);
}
.highlights .image-column img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:1199px) {
  .highlights .highlights-grid > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}
@media screen and (max-width:480px) {
  .highlights .content-column,
.highlights .image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .highlights .image-column {
    padding-bottom: 20px;
  }
}

.image-or-video-row {
  margin-bottom: 80px;
  padding: 0;
}
.image-or-video-row .callout-container {
  padding: 0;
}
.image-or-video-row .image-column {
  max-height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-or-video-row .image-column img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-or-video-row .fancy-box-container {
  position: relative;
}
.image-or-video-row .fancy-box-container i {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 40px;
  color: #fff;
}
.image-or-video-row .description-container p, .image-or-video-row .description-container .gform_description {
  padding: 10px 30px;
  font-size: 12px;
}
@media screen and (max-width:877px) {
  .image-or-video-row .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.statistics-container {
  margin-bottom: 80px;
}
.statistics-container .statistic {
  text-align: center;
}
.statistics-container .block-grid-3 {
  width: 100%;
}
.statistics-container .content-component .content-container {
  text-align: center;
}
.statistics-container .content-component .content-container h2 {
  color: #232A3F;
}
@media screen and (max-width:979px) {
  .statistics-container .content-component .content-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
@media screen and (max-width:480px) {
  .statistics-container .block-grid-3 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.full-width-background-callout {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  margin-bottom: 0px;
  margin-top: 90px;
  max-width: 1490px !important;
  position: relative;
}
.full-width-background-callout:before {
  width: 1700px;
  bottom: 0px;
  height: 300px;
  background-color: #232A3F;
  content: "";
  left: -100px;
  z-index: -1;
  position: absolute;
}
.full-width-background-callout .content-column {
  text-align: center;
}
.full-width-background-callout .row {
  padding: 120px 0;
}
.full-width-background-callout .content-column {
  z-index: 10;
  text-align: center;
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.full-width-background-callout .content-column .heading,
.full-width-background-callout .content-column p,
.full-width-background-callout .content-column .gform_description,
.full-width-background-callout .content-column h1,
.full-width-background-callout .content-column h2,
.full-width-background-callout .content-column h3 {
  color: #fff;
}
@media screen and (max-width:979px) {
  .full-width-background-callout .row {
    padding: 100px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .full-width-background-callout .content-column {
    text-align: center;
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
.full-width-background-callout .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full-width-background-callout .text-container {
  text-align: center;
}

.standard-team-loop {
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .standard-team-loop {
    padding-bottom: 60px;
  }
}
.standard-team-loop .standard-team-member .grid-item {
  padding: 12px;
}
.standard-team-loop .standard-team-member .grid-image {
  min-height: 280px;
}
@media screen and (max-width:979px) {
  .standard-team-loop .block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 2 * 100%);
        -ms-flex-preferred-size: calc(1 / 2 * 100%);
            flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
}
@media screen and (max-width:877px) {
  .standard-team-loop .block-grid-3 > *,
.standard-team-loop .block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.logo-grid {
  position: relative;
  z-index: 1;
}
.logo-grid article {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.logo-grid article .banner-content-box {
  text-align: center;
}
.logo-grid article .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.logo-grid article h2 {
  margin-bottom: 20px;
}
.logo-grid article p, .logo-grid article .gform_description {
  width: 70%;
  margin: 0 auto;
}
.logo-grid article .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .logo-grid article .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .logo-grid article .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}
.logo-grid .logo-container {
  padding: 0px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}
.logo-grid .logo-container .logo-wrapper {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border: 1px solid rgba(35, 42, 63, 0.5);
  border-radius: 4px;
  display: grid;
  padding: 10px;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-grid .logo-container .logo-wrapper img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-grid .logo-container .logo-wrapper:hover {
  background: white;
  -webkit-box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
          box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
  bottom: 10px;
}
@media screen and (max-width:877px) {
  .logo-grid .block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 2 * 100%);
        -ms-flex-preferred-size: calc(1 / 2 * 100%);
            flex-basis: calc(1 / 2 * 100%);
    max-width: calc(1 / 2 * 100%);
  }
}
@media screen and (max-width:480px) {
  .logo-grid .block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
}

.testimonial-slider {
  max-width: 1200px;
}

.featured-testimonials {
  background: #ededed;
  padding-top: calc(70px + (70 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(70px + (70 - 70) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .featured-testimonials {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-testimonials {
    padding-bottom: 70px;
  }
}
.featured-testimonials .testimonial-slider {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-testimonials .testimonial-slider .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #232A3F;
}
.featured-testimonials .testimonial-slider .slick-arrow:hover {
  cursor: pointer;
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.utility-menu {
  background: #232A3F;
}
.utility-menu li + li {
  margin-left: 15px;
}

@media screen and (max-width:877px) {
  .site-utility {
    display: none;
  }
}
@media screen and (min-width:878px) {
  .site-utility {
    display: block;
  }
}
@media screen and (max-width:1199px) {
  .utility-menu li + li {
    margin-left: 15px;
  }
}
.site-utility {
  background: #232A3F;
  padding: 10px 0;
}
.site-utility a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 19px;
}
.site-utility a:hover {
  color: #dfd6b4;
}
.site-utility .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-utility .sales-menu ul {
  text-align: left;
}
.site-utility .sales-menu ul a {
  text-transform: none !important;
}
.site-utility .second-sales-menu {
  background-size: cover;
  position: relative;
  z-index: 10;
}

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.utility-menu li {
  display: inline-block;
}

/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.site-header {
  padding: 10px 0;
  background: #232A3F;
}
/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */
.fs-menu-trigger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.fs-menu-trigger:focus {
  outline: none;
}
@media screen and (min-width:878px) {
  .fs-menu-trigger {
    display: none !important;
  }
}

.fs-burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 35px;
  position: relative;
  color: #fff;
}
.fs-burger-menu:before, .fs-burger-menu:after {
  content: "";
  height: 3px;
  background: currentColor;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
}
.menu-opened .fs-burger-menu:before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-opened .fs-burger-menu:after {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .burger-menu-text {
    font-size: 14px;
  }
}

.burger-line {
  position: relative;
  background: transparent;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.burger-line:before, .burger-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.menu-opened .burger-line:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.menu-opened .burger-line:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

/* banners were sizing to their content */
.banner-wrapper,
.page-banner-products {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*
 |----------------------------------------------------------------
 | Breadcrumbs
 |----------------------------------------------------------------
 */
@media screen and (min-width:980px) {
  #menu-sales-menu {
    position: relative;
  }
}
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

/*
 |----------------------------------------------------------------
 |  Announcement Banner
 |----------------------------------------------------------------
 */
.banner-announcement-container {
  background: #F0D400;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.banner-announcement-container .columns-10 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.banner-announcement-container .columns-10 .text-container .heading, .banner-announcement-container .columns-10 .text-container p, .banner-announcement-container .columns-10 .text-container .gform_description, .banner-announcement-container .columns-10 .text-container i {
  font-weight: bold;
}
.banner-announcement-container h5 {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .banner-announcement-container h5 {
    font-size: 28px;
  }
}
.banner-announcement-container p, .banner-announcement-container .gform_description {
  color: #000000;
  font-size: calc(10px + (15 - 10) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .banner-announcement-container p, .banner-announcement-container .gform_description {
    font-size: 15px;
  }
}
.banner-announcement-container .banner-content-box {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}
.banner-announcement-container .banner-content-box .cta-container {
  position: absolute;
  top: 40px;
  right: 0px;
}
.banner-announcement-container .banner-content-box .cta-container .two {
  background: transparent !important;
  color: #232A3F !important;
  border: 1px #232A3F solid;
}
.banner-announcement-container .blue-underline {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Navigation Column
 |----------------------------------------------------------------
 */
.navigation-column {
  position: relative;
}

/*
 |----------------------------------------------------------------
 |  Menu
 |----------------------------------------------------------------
 */
.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #232A3F;
}
.main-menu > li + li {
  margin-left: 25px;
}
.main-menu > li > a {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #fff;
  display: block;
  padding: 10px 0;
}
@media screen and (min-width:980px) {
  .main-menu > li > a::after {
    content: "";
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .main-menu > li > a:hover {
    opacity: 0.8;
  }
  .main-menu > li > a:hover::after {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (min-width:980px) {
  .main-menu > .current-menu-item > a::after {
    content: "";
    background: #232A3F;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item-has-children li a {
  padding: 5px 10px;
  display: block;
  color: white;
  background: #232A3F;
}
.menu-item-has-children li a:hover {
  background: #11141e;
}

.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  color: #212121;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.mobile-submenu-trigger.opened {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:878px) {
  .main-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-item-has-children > a:after {
    content: "\f0d7";
    margin-left: 5px;
    font-family: FontAwesome;
    text-rendering: auto;
    font-smoothing: antialiased;
    color: #232A3F;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 180px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    -webkit-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:877px) {
  .main-menu {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 280px;
    padding-bottom: 60px;
  }
  .main-menu > li {
    display: block;
  }
  .main-menu > li + li {
    margin-left: 0;
  }
  .main-menu > li > a {
    background: #232A3F;
    color: #fff;
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 28px;
  }
  .main-menu > li > a:hover {
    background: #11141e;
  }
  .main-menu > .current-menu-item > a {
    border-bottom: none;
  }

  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children .sub-menu a {
    padding-left: 35px;
  }

  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.site-main {
  position: relative;
}
.site-main.announcement {
  margin-top: 300px;
}
.site-content {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .site-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content {
    padding-bottom: 50px;
  }
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.iell * {
  min-width: 1px;
}
.iell body {
  width: 100%;
}
.iell body > * {
  min-width: 1px;
}
.iell html {
  width: 100%;
}
.iell html > * {
  min-width: 1px;
}
.iell .banner-content-box {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.iell select:not([multiple]) {
  background-image: none;
  padding-right: 0px;
}
.iell .button {
  max-width: 300px;
}
.iell .translation_cta .button,
.iell .donate_now_cta .button {
  margin: 0 auto;
}
.iell .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iell .row {
  width: 100%;
}
.iell .banner-wrapper {
  width: 100%;
}
.iell .columns-2,
.iell .columns-3,
.iell .columns-4,
.iell .columns-5,
.iell .columns-6,
.iell .columns-7,
.iell .columns-8,
.iell .columns-9,
.iell .columns-10,
.iell .columns-11 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.iell .columns-2 > *,
.iell .columns-3 > *,
.iell .columns-4 > *,
.iell .columns-5 > *,
.iell .columns-6 > *,
.iell .columns-7 > *,
.iell .columns-8 > *,
.iell .columns-9 > *,
.iell .columns-10 > *,
.iell .columns-11 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.iell p, .iell .gform_description {
  width: 100%;
}
.iell .block-grid-2,
.iell .block-grid-3,
.iell .block-grid-4 {
  width: 100%;
}
.iell .block-grid-2 > *,
.iell .block-grid-3 > *,
.iell .block-grid-4 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 1px;
}
.iell .accordion-label::after {
  display: none;
}
.iell .accordion-holder {
  width: 100%;
}
.iell .accordion-holder .type {
  text-align: right;
}
.iell .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.iell .compat-object-fit img {
  opacity: 0;
}

/*
 |----------------------------------------------------------------
 |  Footer Callout
 |----------------------------------------------------------------
 */
.where_to_buy {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  margin-bottom: 0px;
  margin-top: 90px;
}
.where_to_buy .banner-content-box h2,
.where_to_buy .banner-content-box p,
.where_to_buy .banner-content-box .gform_description {
  color: #fff !important;
}
.where_to_buy .content-column {
  text-align: center;
}

.footer-callout {
  padding-top: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-callout {
    padding-bottom: 50px;
  }
}

.footer-news-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-news-wrapper form ul .gfield_label {
  display: none;
}
.footer-news-wrapper form ul .gfield {
  max-width: 48%;
}
.footer-news-wrapper .large {
  border-radius: 6px;
}
.footer-news-wrapper .gform_button {
  color: white;
  background: #FF473B;
  position: relative;
  bottom: 9px;
}
.footer-news-wrapper .gform_button:hover {
  background: #8E211A !important;
}
.footer-news-wrapper .newsletter-signup {
  padding-top: 40px;
}

.pre-footer-callouts {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:877px) {
  .pre-footer-callouts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pre-footer-callouts .pre-footer-callout-single {
  max-width: 49.5%;
  padding-top: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .pre-footer-callouts .pre-footer-callout-single {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pre-footer-callouts .pre-footer-callout-single {
    padding-bottom: 100px;
  }
}
.pre-footer-callouts .pre-footer-callout-single h2 {
  color: #232A3F;
  font-weight: 400;
}
.pre-footer-callouts .pre-footer-callout-single p, .pre-footer-callouts .pre-footer-callout-single .gform_description {
  width: 60%;
}
@media screen and (max-width:877px) {
  .pre-footer-callouts .pre-footer-callout-single {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
    margin-bottom: 20px;
  }
  .pre-footer-callouts .pre-footer-callout-single p, .pre-footer-callouts .pre-footer-callout-single .gform_description {
    width: 90%;
    margin: 0 auto;
  }
}

.standard_pre_footer_cta {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}
.standard_pre_footer_cta h2 {
  color: #232A3F;
  font-weight: 400;
}

@media screen and (max-width:877px) {
  .footer-news-wrapper .flex .columns-4,
.footer-news-wrapper .flex .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .footer-news-wrapper .news-content-wrapper {
    text-align: center;
  }
}
/*
 |----------------------------------------------------------------
 | Footer
 |----------------------------------------------------------------
 */
.site-footer {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
  position: relative;
  background: #232A3F;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-bottom: 80px;
  }
}
.site-footer .address-column {
  padding: 0 0 0 10px;
}
.site-footer .address-column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .address-column p, .site-footer .address-column .gform_description {
  text-transform: none;
  color: #FF473B;
  letter-spacing: normal;
  margin-right: 5px;
  padding-bottom: 0px;
}
.site-footer .address-column a,
.site-footer .address-column p,
.site-footer .address-column .gform_description {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 18px;
}
.site-footer .address-column a,
.site-footer .address-column .address p,
.site-footer .address-column .address .gform_description {
  color: #fff;
  padding-bottom: 20px;
}
.site-footer .address-column h5 {
  color: #C1AF6C;
}

/*
 |----------------------------------------------------------------
 |  Footer Menu
 |----------------------------------------------------------------
 */
.footer-logo-column ul,
.social-column ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
}
.footer-logo-column ul li,
.social-column ul li {
  margin-right: 10px;
}

.footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo-column .privacy-menu {
  display: block;
  margin: 10px 0;
}
.footer-logo-column .privacy-menu li {
  line-height: 12px;
  margin-right: 15px;
  margin-bottom: 3px;
}
.footer-logo-column .privacy-menu li a {
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 18px;
  color: white;
}
.footer-logo-column .privacy-menu li:last-child {
  margin-right: 0;
}
.footer-logo-column .social-list {
  margin: 25px 0;
}
.footer-logo-column .social-list li {
  margin-right: 15px;
}
.footer-logo-column .social-list li:last-child {
  margin-right: 0;
}

.footer-menu {
  list-style: none;
  padding-top: 0px;
}
.footer-menu li {
  display: block;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-menu li {
    font-size: 18px;
  }
}
.footer-menu ul {
  padding: 0px;
  margin: 0px;
}
.footer-menu h5 {
  color: #C1AF6C;
  font-weight: 400;
 
  font-size: 22px;
  letter-spacing: 0.92px;
  line-height: 32px;
}
.footer-menu a {
  color: #fff;
 
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: 400;
}
.footer-menu a:hover {
  color: #C1AF6C;
}

.address-column .address {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 0px;
}
.address-column p, .address-column .gform_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.address-column p a, .address-column .gform_description a {
  border-bottom: none;
}
.address-column p, .address-column .gform_description, .address-column a {
 
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 18px;
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-bottom: 10px;
}
.footer-copyright p, .footer-copyright .gform_description,
.footer-copyright a {
 
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 18px;
  color: white;
  font-weight: 300 !important;
}
.footer-copyright a:hover {
  color: #C1AF6C;
}

.copyright-column {
  padding: 0px !important;
}

.site-copyright {
  display: inline-block;
  color: #fff;
  padding-bottom: 5px;
}

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

.site-credit {
  color: #fff;
}
.site-credit a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.72px;
  line-height: 18px;
  font-weight: 300 !important;
  border-bottom: 0px solid white !important;
}

.footer-logo-column .social-list li {
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-logo-column .social-list li i,
.footer-logo-column .social-list li a {
  color: #fff;
  font-size: 24px;
}
.footer-logo-column .social-list li:hover {
  border: 1px solid #C1AF6C;
}
.footer-logo-column .social-list li:hover a,
.footer-logo-column .social-list li:hover i {
  color: #C1AF6C;
}

/*
 |----------------------------------------------------------------
 |  Multi Address Footer
 |----------------------------------------------------------------
 */
.also-try {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 20px;
}
.also-try p, .also-try .gform_description,
.also-try a {
  margin-right: 20px;
  text-transform: none;
}

.multi-address-menu-wrap {
  padding-bottom: 75px;
  border-bottom: 1px solid #979797;
}

.multi-address-wrap {
  padding-top: 20px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.block-grid-2 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-2 > * {
  padding: 0px;
  margin: 0.5% 1% 2% 1%;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
}

.block-grid-3 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  max-width: 32%;
}

.block-grid-4 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-4 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  max-width: 24%;
}

.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

.block-grid-6 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-6 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
}
.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }

  .home .icon-post-wrapper .block-grid-4 > * {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width:979px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:767px) {
  .home .icon-post-wrapper .block-grid-4 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }

  .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-3 > * {
    padding: 0px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-2,
.block-grid-3,
.block-grid-4,
.block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.loop-post .image-column img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-post:hover h4, .loop-post:hover h4 a {
  color: #FF473B;
}

div#disqus_thread {
  width: 90% !important;
  padding: 40px;
}
div#disqus_thread iframe {
  display: block;
}

.blog-post-wrapper .button {
  margin-top: 30px;
}
.blog-post-wrapper img {
  max-height: 470px;
}

.featured-products-block {
  margin-bottom: 80px;
}
.featured-products-block .left-right-content {
  margin-bottom: 40px !important;
}

.featured-products-wrapper .image-column,
.blog-post-wrapper .image-column {
  padding: 0px;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.featured-products-wrapper .image-column:hover,
.blog-post-wrapper .image-column:hover {
  bottom: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 14px 0 rgba(151, 180, 207, 0.25);
          box-shadow: 0 12px 14px 0 rgba(151, 180, 207, 0.25);
}
.featured-products-wrapper .image-column:hover .content-column,
.blog-post-wrapper .image-column:hover .content-column {
  -webkit-box-shadow: 0 12px 14px 0 rgba(151, 180, 207, 0.25);
          box-shadow: 0 12px 14px 0 rgba(151, 180, 207, 0.25);
}
.featured-products-wrapper .content-column,
.blog-post-wrapper .content-column {
  padding: 20px 20px 20px 15px;
  background: white;
}
.featured-products-wrapper .content-column p, .featured-products-wrapper .content-column .gform_description,
.blog-post-wrapper .content-column p,
.blog-post-wrapper .content-column .gform_description {
  font-size: 15px;
  padding-bottom: 10px;
}
.featured-products-wrapper .content-column h4,
.blog-post-wrapper .content-column h4 {
  padding-bottom: 10px;
  color: #232A3F;
}

.single .single-banner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single .single-banner .page-banner .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 60px;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.single .single-banner .page-banner .row h1 {
  color: #fff;
}
.single .single-banner .page-banner .row .social-share i {
  color: #fff;
}
.single .single-banner .page-banner .row .social-share h6 {
  color: #fff;
}
.single .post-meta {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.single .site-content {
  padding-bottom: 0px !important;
  margin-bottom: -40px;
}
.single blockquote {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  padding: 50px;
  margin: 0 auto;
  background: #232A3F;
}
.single blockquote p, .single blockquote .gform_description {
  color: #fff;
}
.single .entry-content .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px;
}
.single .entry-content .social-share h6 {
  color: #232A3F;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 10px;
  padding-top: 7px;
}
.single .entry-content .social-share ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-left: 5px;
}
.single .entry-content .social-share ul li {
  padding-right: 5px;
}
.single .entry-content .social-share i {
  font-size: 20px;
  color: white;
  border-radius: 50%;
  background: #232A3F;
  padding: 5px 7px;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.single .blog-post-wrapper {
  padding-bottom: 60px;
}
.single .blog_keep_reading_headline {
  position: relative;
}
.single .blog_keep_reading_headline .content-column {
  padding-bottom: 10px;
  z-index: 1;
}
.single .blog_keep_reading_headline h2 {
  margin-bottom: 0;
}
.single .blog_keep_reading_headline:before {
  content: "";
  background: #eef2f6;
  position: absolute;
  top: -40px;
  left: 0px;
  width: 77%;
  height: 965px;
  z-index: 0;
}

.blog_keep_reading_headline {
  margin-bottom: 20px;
}
.blog_keep_reading_headline .banner-content-box {
  text-align: center;
}
.blog_keep_reading_headline .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.blog_keep_reading_headline h2 {
  margin-bottom: 20px;
}
.blog_keep_reading_headline p, .blog_keep_reading_headline .gform_description {
  width: 70%;
  margin: 0 auto;
}
.blog_keep_reading_headline .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .blog_keep_reading_headline .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .blog_keep_reading_headline .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}
.blog_keep_reading_headline .blue-underline {
  display: none;
}
.single-product .page-banner {
  margin-bottom: 100px;
}
.single-product .page-banner .content-column {
  background-position-y: 10%;
}
.single-product .page-banner .content-container {
  padding: 90px 40px 80px 10px;
}
@media screen and (max-width:639px) {
  .single-product .content-component {
    padding-bottom: 0px !important;
  }
}
.single-product .project-info-wrapper {
  padding-bottom: 90px;
}
.single-product .project-info-wrapper .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-product .project-info-wrapper .gallery {
  margin-bottom: 1rem;
}
.single-product .project-info-wrapper .gallery a.grouped_elements {
  width: 100%;
}
.single-product .project-info-wrapper .gallery a.grouped_elements img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .project-info-wrapper .slick-thumbnail-grid img {
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-product .content-with-details {
  background: unset;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.single-product .content-with-details h6 {
  text-transform: uppercase;
}
.single-product .content-with-details h2 {
  color: #232A3F;
}
.single-product .product-details .banner-content-box .heading {
  padding-bottom: 45px;
}
.single-product .buy-wrapper {
  padding-bottom: 55px;
  text-align: center;
}
.single-product .buy-locations {
  display: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
}
.single-product .buy-locations.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
}
.single-product .buy-locations li {
  padding: 10px;
}
.single-product .detail-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-product .detail-list-item h6, .single-product .detail-list-item p, .single-product .detail-list-item .gform_description {
  line-height: 20px;
}
.single-product .details-list {
  margin-left: 6%;
  padding-top: 20px;
}
.single-product .details-list h6 {
  margin-right: 5px;
  padding: 0px;
}
.single-product .products_keep_browsing_headline {
  margin-bottom: 20px;
}
.single-product .products_keep_browsing_headline .banner-content-box {
  text-align: center;
}
.single-product .products_keep_browsing_headline .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.single-product .products_keep_browsing_headline h2 {
  margin-bottom: 20px;
}
.single-product .products_keep_browsing_headline p, .single-product .products_keep_browsing_headline .gform_description {
  width: 70%;
  margin: 0 auto;
}
.single-product .products_keep_browsing_headline .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .single-product .products_keep_browsing_headline .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .single-product .products_keep_browsing_headline .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}
.single-product .products_keep_browsing_headline .blue-underline {
  display: none;
}
.single-product .product-related-post {
  padding: 60px 0px;
}
.single-product .product-related-post .product-related-post-content {
  padding-top: 60px;
  padding-right: 60px;
}
.single-product .product-related-post .product-related-post-content h6 {
  color: #232A3F;
  text-transform: uppercase;
}
.single-product .products-related-products {
  padding-top: 60px;
  background: #EDEFF5;
  margin-top: 60px;
}
.single-product .products-related-products .heading {
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media screen and (max-width:979px) {
  .single-product .products-related-products {
    padding-top: 0;
  }
}
.single-product p span, .single-product .gform_description span {
  font-weight: 600 !important;
}
.single-product .where_to_buy {
  margin-top: 0px !important;
}
.single-product .blog-post-loop .loop-post {
  background: #fff;
}
.single-product .blog-post-loop .loop-post .content-column .loop-title {
  font-size: 30px;
  line-height: 36px;
}
.single-product .blog-post-wrapper {
  margin-bottom: 0px !important;
}

/*
 |----------------------------------------------------------------
 |  404 Page
 |----------------------------------------------------------------
 */
.entry-content {
  background: #fff;
  padding: 40px 10px;
}

/*
 |----------------------------------------------------------------
 |  Banner
 |----------------------------------------------------------------
 */
.page-template-_homepage .blog-post-wrapper .blog-post-loop .content-column {
  height: 180px;
}
@media screen and (max-width:979px) {
  .page-template-_homepage .blog-post-wrapper .blog-post-loop .content-column {
    min-height: auto;
    height: auto;
  }
}
.page-template-_homepage .cta-container.recipe {
  margin-bottom: 40px;
}
.page-template-_homepage .site-main {
  position: relative;
}
.page-template-_homepage .page-banner {
  margin-bottom: 100px;
}
@media screen and (max-width:877px) {
  .page-template-_homepage .page-banner {
    margin-bottom: 0;
  }
}
.page-template-_homepage .icon-post-wrapper .icon-post:hover {
  background: #fff;
  -webkit-box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
          box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
}
.page-template-_homepage .featured-products-block .left-right-content {
  margin-bottom: 0 !important;
}

.featured-homepage-slider {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.featured-homepage-slider img {
  height: 500px;
}
.featured-homepage-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-homepage-slider .slick-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #212121;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #212121;
  z-index: 100;
  top: 86%;
}
@media screen and (max-width:979px) {
  .featured-homepage-slider .slick-arrow {
    top: 88%;
  }
}
.featured-homepage-slider .slick-arrow:hover {
  color: #FF473B;
  border: 1px solid #FF473B;
}
.featured-homepage-slider .slick-arrow.prevArrow {
  left: 229px;
}
@media screen and (max-width:639px) {
  .featured-homepage-slider .slick-arrow.prevArrow {
    left: 189px;
  }
}
.featured-homepage-slider .slick-arrow.nextArrow {
  left: 300px;
}
@media screen and (max-width:639px) {
  .featured-homepage-slider .slick-arrow.nextArrow {
    left: 259px;
  }
}
.featured-homepage-slider .slick-active button {
  background: #FF473B !important;
}
.featured-homepage-slider .slick-dots {
  position: relative;
  top: -53px;
}
@media screen and (max-width:979px) {
  .featured-homepage-slider .slick-dots {
    top: -83px;
  }
}
@media screen and (max-width:639px) {
  .featured-homepage-slider .slick-dots {
    padding-left: 0px;
  }
}
.featured-homepage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.featured-homepage-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  min-width: 30px;
  min-height: 3px;
  padding: 0px;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}

.feature_image_block,
.feature_image_block_two,
.feature_image_block_three {
  margin-bottom: 80px;
  margin-bottom: 80px !important;
}
.feature_image_block .banner-content-box,
.feature_image_block_two .banner-content-box,
.feature_image_block_three .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.feature_image_block .row,
.feature_image_block_two .row,
.feature_image_block_three .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature_image_block .banner-content-box,
.feature_image_block_two .banner-content-box,
.feature_image_block_three .banner-content-box {
  padding-left: 60px;
}
.feature_image_block .button,
.feature_image_block_two .button,
.feature_image_block_three .button {
  color: white;
  background: #FF473B;
}
.feature_image_block .button:hover,
.feature_image_block_two .button:hover,
.feature_image_block_three .button:hover {
  background: #8E211A !important;
}
.feature_image_block .row,
.feature_image_block_two .row,
.feature_image_block_three .row {
  max-width: 1600px;
}
.feature_image_block .image-column,
.feature_image_block_two .image-column,
.feature_image_block_three .image-column {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.feature_image_block .content-container,
.feature_image_block_two .content-container,
.feature_image_block_three .content-container {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
@media screen and (min-width:1200px) {
  .feature_image_block .content-container,
.feature_image_block_two .content-container,
.feature_image_block_three .content-container {
    padding-right: 10%;
  }
}
.feature_image_block .content-container .banner-content-box p, .feature_image_block .content-container .banner-content-box .gform_description,
.feature_image_block_two .content-container .banner-content-box p,
.feature_image_block_two .content-container .banner-content-box .gform_description,
.feature_image_block_three .content-container .banner-content-box p,
.feature_image_block_three .content-container .banner-content-box .gform_description {
  padding-bottom: 30px;
}

.featured_content_block .banner-content-box,
.secondary_featured_content_block .banner-content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.featured_content_block .banner-content-box,
.secondary_featured_content_block .banner-content-box {
  padding-right: 60px;
}
.featured-products-block {
  padding: 80px 10px;
  position: relative;
}
.featured-products-block:before {
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #EDEFF5;
  position: absolute;
  content: "";
}
.featured-products-block .loop-post {
  border-radius: 5px;
  -webkit-box-shadow: 0 32px 34px 0 rgba(236, 236, 236, 0.5);
          box-shadow: 0 32px 34px 0 rgba(236, 236, 236, 0.5);
  overflow: hidden;
}
.featured-products-block .featured_content_block .content-column,
.featured-products-block .secondary_featured_content_block .content-column {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
  margin-left: calc(1 / 12 * 100%);
}
.featured-products-block .featured_content_block .content-column h2,
.featured-products-block .secondary_featured_content_block .content-column h2 {
  margin-bottom: 20px;
}
.featured-products-block .featured_content_block .banner-content-box,
.featured-products-block .secondary_featured_content_block .banner-content-box {
  padding-bottom: 40px;
}

.blog_intro {
  margin-bottom: 20px;
  margin-bottom: 20px !important;
}
.blog_intro .banner-content-box {
  text-align: center;
}
.blog_intro .columns-6 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.blog_intro h2 {
  margin-bottom: 20px;
}
.blog_intro p, .blog_intro .gform_description {
  width: 70%;
  margin: 0 auto;
}
.blog_intro .blue-underline {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:979px) {
  .blog_intro .columns-10 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .blog_intro .banner-content-box {
    max-width: unset;
    padding: 0px 50px;
    text-align: center;
  }
}

.blog-post-wrapper .blog-post-loop {
  width: 100%;
}
.blog-post-wrapper .blog-post-loop .content-column {
  padding-top: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (40 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .blog-post-wrapper .blog-post-loop .content-column {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-wrapper .blog-post-loop .content-column {
    padding-bottom: 40px;
  }
}
.blog-post-wrapper .blog-post-loop .single-post-cat-list a,
.blog-post-wrapper .blog-post-loop .single-post-cat-list .post-date {
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1200 - 320));
  letter-spacing: 0;
  line-height: 14px;
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .blog-post-wrapper .blog-post-loop .single-post-cat-list a,
.blog-post-wrapper .blog-post-loop .single-post-cat-list .post-date {
    font-size: 12px;
  }
}
.blog-post-wrapper .blog-post-loop .single-post-cat-list .separator {
  margin: 0 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30px;
}
.blog-post-wrapper .blog-post-loop .single-post-cat-list .post-date {
  margin-left: 0;
}

.blog-post-wrapper .image-column img {
  width: 100%;
}

.centered-button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.centered-button .button {
  margin: 10px auto;
}

.page-template-_about .site-main:before,
.page-template-_stewardship .site-main:before {
  height: 25%;
  bottom: 690px;
}
.page-template-_about .highlights .image-column .image-wrap,
.page-template-_stewardship .highlights .image-column .image-wrap {
  background-color: transparent;
}

.page-template-_about .right_full_image {
  padding-bottom: 90px;
}
.page-template-_about .left_full_image {
  padding-top: 90px;
  padding-bottom: 90px;
}
.page-template-_about .logo-grid {
  padding-top: calc(30px + (30 - 30) * (100vw - 320px) / (1200 - 320));
  background-color: #eef2f6;
}
@media screen and (min-width: 1200px) {
  .page-template-_about .logo-grid {
    padding-top: 30px;
  }
}
.page-template-_about .logo-grid .logo-container .logo-wrapper {
  background-color: transparent;
}

.page-template-_stewardship .page-banner:before {
  height: 130%;
}

.page-template-_stewardship .site-main {
  position: relative;
}
.page-template-_stewardship .site-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: #eef2f6;
  bottom: 550px;
  z-index: -10;
}

/*
 |----------------------------------------------------------------
 |  Blog Page
 |----------------------------------------------------------------
 */
.page-template-_blog .page-banner .content-column,
.page-template-_recipes .page-banner .content-column,
.archive .page-banner .content-column {
  padding-bottom: 60px;
}
@media screen and (max-width:480px) {
  .page-template-_blog .page-banner .content-column,
.page-template-_recipes .page-banner .content-column,
.archive .page-banner .content-column {
    padding-bottom: 0;
  }
}
.page-template-_blog .blog-post-wrapper .button,
.page-template-_recipes .blog-post-wrapper .button,
.archive .blog-post-wrapper .button {
  display: none;
}
.page-template-_blog .blog-post-wrapper,
.page-template-_recipes .blog-post-wrapper,
.archive .blog-post-wrapper {
  margin-bottom: 100px;
}
.page-template-_blog .product-wrapper,
.page-template-_recipes .product-wrapper,
.archive .product-wrapper {
  padding-bottom: 60px;
}

.page-template-_locations .gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
}
.page-template-_locations .gm-ui-hover-effect img {
  width: 20px;
  height: 20px;
}

.single-map-wrapper .row {
  padding-top: 70px;
}

.form-block {
  padding-bottom: 80px;
}
.form-block .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-block .gform_fields li:nth-of-type(-n + 4) {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.form-block li {
  margin-bottom: 20px;
}
.form-block label {
  color: #9a323c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.form-block input,
.form-block textarea {
  border-radius: 6px;
}
.form-block .gform_button {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white !important;
  background: #232A3F !important;
  color: #fff !important;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.22);
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-block .gform_button:hover {
  background: #C1AF6C !important;
}
.form-block .gform_footer {
  padding: 20px;
}

.gform_button {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white !important;
  background: #232A3F !important;
  color: #fff !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.gform_button:hover {
  background: #C1AF6C !important;
}

.contact-block {
  margin-bottom: 60px;
  background: #fff;
  display: block;
  padding: 20px 30px;
}
.contact-block h6 {
  color: #212121;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.15px;
  line-height: 29px;
}
.contact-block h3 {
  color: black;
}
.contact-block .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-block .contact-item p, .contact-block .contact-item .gform_description,
.contact-block .contact-item a {
  font-family: Palatino;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  padding-bottom: 10px;
}
.contact-block .contact-item a {
  margin-bottom: 0px;
}
.contact-block .contact-item i {
  width: 20px;
  color: #C1AF6C;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 400;
}
.contact-block a:hover {
  color: #C1AF6C;
}

.contact-container {
  padding: 30px 110px;
  background: #232A3F;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 100px;
  right: 10%;
}
@media screen and (max-width:1199px) {
  .contact-container {
    padding: 30px 60px;
    right: 2%;
    top: 0px;
  }
}
.contact-container a:hover {
  color: #C1AF6C;
}
.contact-container h6 {
  color: #fff !important;
  font-family: Palatino;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-container .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-container .contact-item p, .contact-container .contact-item .gform_description,
.contact-container .contact-item a {
  color: #fff;
  font-family: Palatino;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31px;
  padding-bottom: 20px;
}
.contact-container .contact-item a {
  margin-bottom: 0px;
}
.contact-container .contact-item a:hover {
  color: #FBF1CB;
}
.contact-container .contact-item i {
  width: 20px;
  color: #C1AF6C;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 400;
  position: relative;
  top: 4px;
}
.contact-container .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0px;
}
.contact-container .social-list p, .contact-container .social-list .gform_description {
  color: #fff !important;
  font-family: Palatino;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-container .social-list li {
  margin-right: 2px;
  border: 1px solid #C1AF6C;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  margin-right: 10px;
}
.contact-container .social-list li:hover {
  border: 1px solid #FBF1CB;
}
.contact-container .social-list li:hover i {
  color: #FBF1CB;
}
.contact-container .social-list i {
  font-size: 22px;
  color: #C1AF6C;
}

.single-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:979px) {
  .single-map-wrapper {
    display: block;
  }
}
.single-map-wrapper h4 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}

.page-template-_contact .contact-blocks {
  padding-bottom: 90px;
}

.site-main:after {
  display: none;
}

.product-cat-section {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .product-cat-section {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .product-cat-section {
    padding-bottom: 50px;
  }
}
.product-cat-section:nth-of-type(even) {
  background-color: #EDEFF5;
}
.product-cat-section:last-of-type {
  padding-bottom: calc(100px + (100 - 100) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .product-cat-section:last-of-type {
    padding-bottom: 100px;
  }
}

.product-cat-title {
  border-bottom: 1px solid #C1AF6C;
  margin-bottom: 30px;
}
.product-cat-title h3 {
  padding-bottom: 10px;
}

.product-wrapper .loop-post {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  -webkit-box-shadow: 0 22px 34px 0 rgba(236, 236, 236, 0.5);
          box-shadow: 0 22px 34px 0 rgba(236, 236, 236, 0.5);
  background: white;
}
.product-wrapper .loop-post:hover {
  bottom: 20px;
  cursor: pointer;
}
.product-wrapper .loop-post .image-column {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin-bottom: 0px;
}
.product-wrapper .loop-post .image-column:hover {
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-wrapper .loop-post .image-column > a {
  display: block;
}
.product-wrapper .loop-post .image-column > a img {
  margin-bottom: -20px;
}
.product-wrapper .loop-post .content-column {
  max-width: 100%;
  position: initial;
  padding: 20px;
  position: relative;
}
.product-wrapper .loop-post .content-column h3 {
  padding-bottom: 10px;
}
.product-wrapper .loop-post .single-post-cat-list {
  display: table;
  background: #C1AF6C;
  color: #fff;
  padding: 5px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-wrapper .loop-post .single-post-cat-list:hover {
  background: #232A3F;
}
.product-wrapper .loop-post .single-post-cat-list:hover a {
  color: #fff;
}

.page-template-_products .site-main:before {
  display: none;
}
.page-template-_products .site-main:after {
  height: 670px;
}

.filter-section {
  max-width: 1200px;
  margin: 120px auto 60px;
}

.page-template-_locations .site-main {
  position: relative;
}
.page-template-_locations .site-main:before {
  content: "";
  background: #eef2f6;
  position: absolute;
  bottom: 21%;
  left: 0px;
  width: 80%;
  height: 100%;
  z-index: -1;
}
.page-template-_locations .banner-wrapper {
  padding: 0px;
}
.page-template-_locations .page-banner {
  margin-bottom: 0px;
}
.page-template-_locations .page-banner .row {
  min-height: 220px;
  padding-top: 10px;
}
.page-template-_locations .page-banner:before {
  height: 140%;
}
.page-template-_locations .page-banner .blue-underline {
  display: none;
}

.wpsl-store-below #wpsl-gmap {
  max-width: 1500px;
}

#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap div label {
  margin-right: 0;
  width: 100%;
  color: #232A3F;
  font-weight: bold;
  text-transform: uppercase;
}

#wpsl-search-wrap .wpsl-input, #wpsl-radius {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
}

#wpsl-search-input, #wpsl-wrap .wpsl-selected-item, .wpsl-dropdown {
  width: 230px !important;
  height: 50px !important;
  border: unset !important;
  padding-top: 8px !important;
}
@media screen and (max-width:979px) {
  #wpsl-search-input, #wpsl-wrap .wpsl-selected-item, .wpsl-dropdown {
    width: 200px !important;
  }
}

.wpsl-dropdown {
  font-size: 15px;
}

.wpsl-selected-item {
  font-weight: 600;
  font-size: 16px;
}

.wpsl-search {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 10px 40px 20px !important;
  background: #eef2f6;
}
.wpsl-search #wpsl-search-btn {
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 27px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity;
  transition-property: background-color, color, border, opacity;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  padding: 12px 25px;
  min-width: 180px;
  min-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  color: white !important;
  background: #232A3F !important;
  text-transform: uppercase;
  position: relative;
  top: 22px;
}
.wpsl-search #wpsl-search-btn:hover {
  background: #C1AF6C !important;
}

#wpsl-stores {
  padding-top: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #wpsl-stores {
    padding-top: 20px;
  }
}
#wpsl-stores ul {
  padding-top: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (20 - 20) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #wpsl-stores ul {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #wpsl-stores ul {
    padding-bottom: 20px;
  }
}
#wpsl-stores ul li {
  -webkit-flex-basis: 32% !important;
      -ms-flex-preferred-size: 32% !important;
          flex-basis: 32% !important;
  max-width: 32% !important;
  background: #fff;
  padding: 35px 30px !important;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 157, 220, 0.05);
          box-shadow: 0 12px 24px 0 rgba(0, 157, 220, 0.05);
  margin-bottom: 40px;
}
#wpsl-stores ul li a, #wpsl-stores ul li p, #wpsl-stores ul li .gform_description, #wpsl-stores ul li .wpsl-direction-wrap {
  color: #212121;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 16px;
}
#wpsl-stores ul li .wpsl-direction-wrap a {
  padding-top: 20px;
}
#wpsl-stores ul li span, #wpsl-stores ul li .wpsl-direction-wrap {
  margin-left: 20px;
}
#wpsl-stores ul li a:hover {
  color: #232A3F;
}
#wpsl-stores ul li .wpsl-directions {
  font-weight: bold;
  border-bottom: 1px solid #232A3F !important;
  padding-bottom: 0px !important;
  position: relative;
}
#wpsl-stores ul li .wpsl-directions:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-left: 5px;
  font-weight: 900;
  position: relative;
  top: 1px;
  color: #232A3F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wpsl-stores ul .wpsl-store-location strong a, #wpsl-stores ul .wpsl-store-location strong {
  font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1200 - 320));
  color: #232A3F;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: unset !important;
}
@media screen and (min-width: 1200px) {
  #wpsl-stores ul .wpsl-store-location strong a, #wpsl-stores ul .wpsl-store-location strong {
    font-size: 30px;
  }
}
#wpsl-stores ul .wpsl-store-location p, #wpsl-stores ul .wpsl-store-location .gform_description {
  margin-bottom: 0px;
}
#wpsl-stores ul img {
  height: 400px;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  -o-object-fit: cover;
     object-fit: cover;
}
#wpsl-stores .hours {
  padding-top: 15px;
}
#wpsl-stores i {
  color: #9a323c !important;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#wpsl-stores .directions {
  color: #9a323c !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#wpsl-stores .directions i {
  margin-left: 10px !important;
}
#wpsl-stores .directions:hover {
  color: #232A3F !important;
}
#wpsl-stores .directions:hover i {
  color: #232A3F !important;
}
#wpsl-stores .wpsl-contact-details strong {
  display: none;
}

.wpsl-store-below #wpsl-result-list p, .wpsl-store-below #wpsl-result-list .gform_description {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

#wpsl-stores .wpsl-store-thumb {
  height: 80px !important;
  width: 130px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wpsl-street {
  position: relative;
}
.wpsl-street:before {
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  font-weight: 900;
  color: #232A3F;
}

.wpsl-contact-details span:nth-child(1) {
  position: relative;
}
.wpsl-contact-details span:nth-child(1):before {
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-weight: 900;
  color: #232A3F;
}
.wpsl-contact-details span:nth-child(2) {
  position: relative;
}
.wpsl-contact-details span:nth-child(2):before {
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  font-weight: 900;
  color: #232A3F;
}
.wpsl-contact-details span:nth-child(3) {
  position: relative;
}
.wpsl-contact-details span:nth-child(3):before {
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-weight: 900;
  color: #232A3F;
}

#wpsl-stores ul li a {
  color: #232A3F;
  border-bottom: unset !important;
}

.map-loop-container {
  padding-top: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (80 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .map-loop-container {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .map-loop-container {
    padding-bottom: 80px;
  }
}

.acf-map {
  height: 640px;
  width: 100%;
}

a.smooth-scroll {
  color: #9a323c;
}
a.smooth-scroll:hover {
  color: #cd656f;
}

.map-loop-grid {
  width: 100%;
}

.single-location .page-banner {
  margin-bottom: 0px;
}

.single-location-map-wrap {
  padding-top: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(60px + (60 - 60) * (100vw - 320px) / (1200 - 320));
  position: relative;
}
@media screen and (min-width: 1200px) {
  .single-location-map-wrap {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .single-location-map-wrap {
    padding-bottom: 60px;
  }
}
.single-location-map-wrap div#locations-map {
  height: 320px;
}
.single-location-map-wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: -50%;
  bottom: 0px;
  background: #fff;
  z-index: 0;
}
.single-location-map-wrap .content-column {
  background: unset;
  z-index: 100;
}
.single-location-map-wrap .loop-title {
  margin-bottom: 15px;
}
.single-location-map-wrap a {
  margin-bottom: 15px;
}

.locations-gallery {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.locations-gallery .gallery-image {
  margin-bottom: 10px;
}
.locations-gallery .gallery-image img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-gallery .gallery-image:nth-child(1) {
  width: 70%;
  margin-right: 10px;
}
.locations-gallery .gallery-image:nth-child(2) {
  width: 28%;
}
.locations-gallery .gallery-image:nth-child(3) {
  width: 30%;
  margin-right: 10px;
}
.locations-gallery .gallery-image:nth-child(4) {
  width: 68%;
}

.background-white {
  background: #fff;
}

#wpsl-wrap #wpsl-result-list li {
  border: unset;
}

.search-error {
  margin: 0 auto;
  text-align: center;
}

.page-template-_stewardship .right_standard .content-container .banner-content-box {
  right: 140px;
  width: 160%;
  top: 85px;
}
.page-template-_stewardship .flex-content-component-4 {
  position: relative;
  z-index: 1;
}
.page-template-_stewardship .highlights:before {
  content: "";
  background-color: #eef2f6;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: -1;
}
@media screen and (max-width:979px) {
  .page-template-_stewardship .left-right-content .content-container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width:979px) {
  .footer-logo-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0px;
  }
  .footer-logo-column a img {
    margin-bottom: 30px;
  }

  .site-footer .right-1,
.site-footer .left-1 {
    margin: 0px;
  }
  .site-footer .footer-menu {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .site-footer .columns-2,
.site-footer .columns-3 {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .site-footer .footer-logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .copyright-column,
.designby-column {
    text-align: center;
  }

  .address-column p, .address-column .gform_description, .address-column a {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .multi-address-menu-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid #979797;
  }

  .multi-address-wrap {
    padding-top: 45px;
  }
}
@media screen and (max-width:767px) {
  .site-footer .columns-2,
.site-footer .columns-3 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .site-footer .footer-logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.mobile-image.where_to_buy, .mobile-image.page-banner {
  display: none !important;
}

@media screen and (max-width:1799px) {
  .page-banner {
    background-size: cover !important;
  }

  .where_to_buy .content-column {
    left: unset !important;
  }
}
@media screen and (max-width:1199px) {
  .site-utility .columns-3 {
    -webkit-flex-basis: calc(4 / 12 * 100%);
        -ms-flex-preferred-size: calc(4 / 12 * 100%);
            flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .main-menu {
    padding-right: 30px;
  }

  .blog-post-wrapper .image-column img {
    min-height: 470px;
  }

  .single-post .page-banner {
    margin-bottom: 0px;
  }
  .single-post .page-banner .row {
    display: block;
    padding-top: 20% !important;
  }
  .single-post .page-banner .content-column {
    padding: 0px !important;
  }
  .single-post .page-banner .content-column h1 {
    padding-bottom: 0px;
  }
  .single-post .page-banner .post-meta-container,
.single-post .page-banner .social-share {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .single-post blockquote {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 20px;
    margin: 0 auto;
    background: #002a52;
  }

  .tax-banner .filter-section .filter-form-container .search-form .filter-controls {
    max-width: 100%;
    min-width: 100%;
  }

  .page-banner-products .filter-section .filter-form-container .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-banner-products .filter-section .filter-form-container .search-form .filter-controls,
.page-banner-products .filter-section .filter-form-container .search-form .search-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .page-banner-products .filter-section .filter-form-container .search-form .filter-controls {
    margin-right: 0;
  }

  .single-post .page-banner {
    background-size: cover !important;
    padding-bottom: 80px !important;
  }
  .single-post .page-banner .content-container {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .single-post .page-banner .content-container p, .single-post .page-banner .content-container .gform_description {
    margin: 0 auto;
    width: 80%;
  }
  .single-post .page-banner .content-container .banner-content-box {
    padding: 15px;
    margin-bottom: 20px;
    z-index: 1000;
  }
  .single-post .page-banner .image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .featured-products-block .featured-products-wrapper .image-column {
    margin-bottom: 40px;
  }
  .featured-products-block .featured-products-wrapper .image-column img {
    width: 100%;
  }
}
@media screen and (max-width:979px) {
  .banner-announcement-container .content-component .content-container {
    display: block;
    text-align: left;
  }
  .banner-announcement-container .content-component .content-container p, .banner-announcement-container .content-component .content-container .gform_description {
    margin: 0px !important;
  }

  /*
     |----------------------------------------------------------------
     |  Enforce Column Stretching
     |----------------------------------------------------------------
     */
  .tablet-stretch {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .tablet-stretch._s {
    -webkit-flex-basis: 83.3333333333% !important;
        -ms-flex-preferred-size: 83.3333333333% !important;
            flex-basis: 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }

  .page-banner {
    min-height: unset !important;
  }

  .filter-container {
    padding: 0px !important;
  }

  .site-utility .second-sales-menu:before {
    top: -26px;
  }

  .page-banner {
    background-size: 100%;
    background-size: cover;
    margin-bottom: 60px;
  }
  .home .site-header {
    padding-bottom: 40px;
  }

  .where_to_buy {
    background-size: cover;
    position: unset;
    background-position: unset;
    height: 400px;
    margin-top: 0px;
  }
  .where_to_buy .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .where_to_buy .content-column {
    padding: 20px;
    position: unset;
  }
  .where_to_buy:before {
    display: none !important;
  }

  .site-main:before {
    height: 70% !important;
    bottom: 0px !important;
  }

  .site-footer {
    padding-top: 0px;
  }
  .site-footer .footer-logo-column a img {
    margin-bottom: 20px;
  }
  .site-footer .address-column a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer:before {
    display: none !important;
  }
  .site-footer .footer-copyright {
    padding-bottom: 50px;
  }
  .site-footer .footer-copyright .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .also-try {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .left-right-content .image-column {
    min-height: auto;
  }
  .left-right-content .content-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .left-right-content .banner-content-box {
    position: unset !important;
    width: 100% !important;
    padding: 30px 40px;
    max-width: unset;
  }
  .left-right-content .banner-content-box h6 {
    padding-bottom: 0px;
  }
  .left-right-content .blue-underline {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .content-with-details {
    padding: 40px 0px;
  }
  .content-with-details .columns-9 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .content-with-details .label {
    min-width: unset;
  }

  .blog-post-wrapper .blog-post-loop {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .blog-post-wrapper .blog-post-loop > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
  .blog-post-wrapper .blog-post-loop .content-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    min-height: 220px;
  }
  .blog-post-wrapper .blog-post-loop .content-column .loop-title {
    text-align: left;
  }

  .page-template-_products .filter-container {
    padding-top: 0px !important;
  }

  .featured-products-block {
    margin-bottom: 60px;
  }
  .featured-products-block .loop-content {
    margin-bottom: 40px;
  }
  .featured-products-block .banner-content-box {
    padding: 10px 20px;
  }
  .featured-products-block .featured_content_block .content-column,
.featured-products-block .secondary_featured_content_block .content-column {
    margin-left: 0px;
  }

  .home .featured-products-block .block-grid-3 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
  .home .featured-products-block .content-column {
    max-width: 80%;
  }
  .home .featured-products-block .image-column img {
    width: 100%;
  }
  .home .feature_image_block {
    margin-bottom: 40px !important;
  }
  .home .featured-products-wrapper {
    padding-top: 20px;
  }

  .single-post .blog_keep_reading_headline:before {
    width: 100%;
  }

  .product-cat-title {
    width: 100%;
    margin: unset;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .archive .blog-post-wrapper {
    margin-bottom: 20px;
  }

  .page-template-_locations .page-banner {
    min-height: unset !important;
  }

  .wpsl-search {
    margin-bottom: 0px;
    padding: 10px 10px 60px !important;
  }

  #wpsl-search-wrap .wpsl-input {
    width: 200px;
  }

  #wpsl-search-wrap div {
    margin-left: 0;
  }

  #wpsl-search-wrap {
    width: 102%;
  }

  .single-map-wrapper .content-column {
    position: unset !important;
    max-width: 70%;
    margin: 0 auto;
    padding: 40px;
  }

  .highlights,
.logo-grid {
    position: unset !important;
    padding-top: 30px;
    padding-bottom: 30px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .highlights:after,
.logo-grid:after {
    display: none;
  }

  .right_full_image {
    margin-bottom: 0px;
  }

  .logo-grid:after {
    display: none !important;
  }

  .details-list {
    margin-left: 0px !important;
  }
  .details-list .label {
    min-width: 100px !important;
    text-align: left;
  }

  .logo-grid article p, .logo-grid article .gform_description {
    width: 100%;
  }

  .page-template-_about .content-with-details .columns-6 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .page-template-_about .site-footer {
    padding-top: 50px;
  }

  #wpsl-stores ul li {
    -webkit-flex-basis: 49% !important;
        -ms-flex-preferred-size: 49% !important;
            flex-basis: 49% !important;
    max-width: 49% !important;
  }

  .page-template-_recipes .blog-post-wrapper {
    margin-bottom: 90px;
  }

  .project-info-wrapper .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-bottom: 45px;
  }

  .blog-post-wrapper .blog-post-loop .content-column {
    text-align: left;
  }

  .product-wrapper .loop-post {
    -webkit-box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
            box-shadow: 0 22px 14px 0 rgba(180, 207, 233, 0.25);
  }

  .feature_image_block .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .single .content-component {
    padding-bottom: 0px !important;
  }
  .single .content-component .content-container .banner-content-box {
    margin-bottom: 0px;
  }

  .site-footer .footer-logo-column {
    padding-top: 40px;
  }

  .page-template-_contact .contact-blocks {
    padding-bottom: 45px;
  }

  .single-product .project-info-wrapper .content-wrapper {
    display: block;
  }

  .single-product .details-list {
    margin-left: 6%;
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mobile {
  display: none;
}

@media screen and (max-width:767px) {
  .contact-block {
    margin-bottom: 0px;
    padding: 20px 20px 20px 40px;
  }

  .mobile {
    display: block;
  }

  .banner-announcement-container h5 {
    padding-bottom: 15px;
  }
  .banner-announcement-container .content-component .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-announcement-container .content-component .content-container .cta-container {
    position: initial;
    margin-bottom: 20px;
  }

  body .site-sticky-nav-wrapper.announcement {
    top: 200px;
  }

  .banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner .banner-content-box {
    padding: 15px;
    margin-bottom: 20px;
    z-index: 1000;
  }
  .page-banner .content-container {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .page-banner .content-column {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .tax-banner .content-container {
    padding-left: 10px;
  }

  .home .page-banner .image-column {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .homepage-banner {
    max-height: unset !important;
    background-size: cover !important;
    background-color: #eef2f6;
  }
  .homepage-banner .blue-underline {
    margin: 0 auto;
  }
  .homepage-banner > .row {
    padding-left: 20px;
  }
  .homepage-banner img {
    max-width: 60%;
  }
  .homepage-banner .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .homepage-banner .image-column a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homepage-banner .content-container {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 979px) {
  .featured-products-block .featured-products-wrapper .image-column {
    margin-bottom: 0px;
  }

  .home .featured-products-wrapper {
    margin: 0;
  }

  .block-grid-3 > * {
    -webkit-flex-basis: 48% !important;
        -ms-flex-preferred-size: 48% !important;
            flex-basis: 48% !important;
    max-width: 48% !important;
  }
}
@media screen and (max-width: 768px) {
  .block-grid-3 > * {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .blog-post-wrapper .blog-post-loop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width:877px) {
  .featured-products-block:before {
    display: none;
  }

  .main-menu {
    width: 100%;
    top: 10px;
  }

  img.site-logo {
    max-width: 200px;
  }

  .page-banner .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .page-banner .image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-banner img {
    max-height: 500px !important;
    min-height: 400px !important;
    margin: 0 auto;
    top: 0px !important;
  }
  .page-banner .content-container {
    padding: 80px 30px 0px 30px;
  }

  .icon-post .wrapper {
    text-align: center;
  }
  .icon-post .image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-post .image-wrap img {
    margin: 0 auto;
  }

  /*
     |----------------------------------------------------------------
     |  Header
     |----------------------------------------------------------------
     */
  .logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navigation-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .burger-menu-text {
    display: none;
  }

  .site-utility {
    display: none;
  }

  .main-menu {
    z-index: 1000;
  }

  .page-template-_products .page-banner .content-container,
.page-template-_blog .page-banner .content-container {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .page-template-_products .page-banner .filter-container,
.page-template-_blog .page-banner .filter-container {
    padding: 20px 0px;
  }

  .accordion-holder {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .featured-products-block .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .featured-products-block .columns-6 .loop-content {
    margin-bottom: 40px;
  }
  .featured-products-block .content-column {
    max-width: 100%;
  }
  .featured-products-block img {
    width: 100%;
  }

  .icon-post-wrapper {
    background-size: cover;
  }
  .icon-post-wrapper .icon-post {
    margin-bottom: 10px;
  }

  .site-footer .also-try {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .also-try a,
.site-footer .also-try p,
.site-footer .also-try .gform_description {
    margin-right: 0;
  }
  .site-footer .also-try a {
    margin: 10px 0;
  }

  .content-component {
    background-size: cover !important;
    padding-bottom: 80px !important;
  }
  .content-component .content-container {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .content-component .content-container p, .content-component .content-container .gform_description {
    width: 80%;
    margin: 0 auto;
  }
  .content-component .content-container .banner-content-box {
    padding: 15px;
    margin-bottom: 20px;
    z-index: 1000;
  }
  .content-component .image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .logo-grid-wrapper .block-grid-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .logo-grid-wrapper .block-grid-5 .logo-container {
    padding: 0;
    margin-bottom: 40px;
  }

  #wpsl-result-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wpsl-store-below #wpsl-result-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-template-_about .right_standard,
.page-template-_stewardship .right_standard,
.home .right_standard {
    margin-bottom: 20px;
  }
  .page-template-_about .content-component,
.page-template-_stewardship .content-component,
.home .content-component {
    padding-bottom: 0 !important;
  }

  .blog-post-wrapper .blog-post-loop .content-column {
    min-height: auto;
  }
}
@media screen and (max-width: 877px) {
  .blog-post-wrapper .blog-post-loop .content-column {
    min-height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post-wrapper .blog-post-loop .content-column {
    min-height: auto;
  }
}
@media screen and (max-width:639px) {
  .yellow-header-line {
    margin: 0 auto;
  }

  .mobile-image.where_to_buy, .mobile-image.page-banner {
    display: block !important;
  }

  .desktop-image.where_to_buy, .desktop-image.page-banner {
    display: none !important;
  }

  .main-menu > .current-menu-item > a:after {
    display: none;
  }

  .homepage-banner img {
    max-width: 90%;
  }

  .home .page-banner .image-column {
    padding-right: 0px;
    margin: auto;
  }

  .columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6,
.columns-7,
.columns-8,
.columns-9,
.columns-10,
.columns-11 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .content-component,
.page-banner {
    background-size: cover !important;
  }
  .content-component .content-container,
.page-banner .content-container {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .content-component .content-container .banner-content-box,
.page-banner .content-container .banner-content-box {
    padding: 15px;
    margin-bottom: 20px;
    z-index: 1000;
  }
  .content-component .image-column,
.page-banner .image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 > *,
.slideout-container.block-grid-3 > *,
.slideout-container.block-grid-2 > * {
    -webkit-flex-basis: calc(1 / 1 * 100%);
        -ms-flex-preferred-size: calc(1 / 1 * 100%);
            flex-basis: calc(1 / 1 * 100%);
    max-width: calc(1 / 1 * 100%);
  }
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden,
.slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }

  #wpsl-stores ul {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wpsl-stores ul li {
    margin-bottom: 20px;
    -webkit-flex-basis: 48% !important;
        -ms-flex-preferred-size: 48% !important;
            flex-basis: 48% !important;
    max-width: 48% !important;
  }

  .where_to_buy {
    height: unset !important;
  }

  .full-width-background-callout .row {
    padding: 30px 0px !important;
  }

  .site-main:after {
    display: none !important;
  }

  .faq-postings .columns-9 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery .slick-prev {
    top: 120%;
    left: 0px;
  }

  .gallery .slick-next {
    top: 120%;
    right: 0px;
  }
}
@media screen and (max-width:480px) {
  .home .site-header {
    padding-bottom: 20px;
  }

  .page-banner .content-container {
    padding: 30px 20px !important;
  }

  .home .feature_image_block {
    margin-bottom: 50px;
  }
  .home .feature_image_block .banner-content-box {
    padding-bottom: 35px !important;
  }

  .featured-products-block .featured_content_block .content-column, .featured-products-block .secondary_featured_content_block .content-column {
    margin-left: unset;
  }

  .page-template-_about .content-with-details div[class^=columns-] {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template-_stewardship .highlights .image-column {
    margin-left: 0;
  }

  .columns-2,
.columns-3,
.columns-4,
.columns-5,
.columns-6,
.columns-7,
.columns-8,
.columns-9,
.columns-10,
.columns-11 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .site-header {
    padding: 10px;
  }

  .page-banner {
    max-height: unset !important;
    margin-bottom: 20px;
  }

  .homepage-banner .cta-container {
    padding-bottom: 50px;
  }

  .left-right-content .image-column {
    min-height: unset !important;
  }

  .content-component .content-container p, .content-component .content-container .gform_description {
    width: 100% !important;
  }

  .banner-content-box {
    padding: 20px 10px !important;
    margin-bottom: 0px !important;
  }

  .where_to_buy {
    height: unset !important;
  }
  .where_to_buy .row {
    padding: 20px 0px !important;
  }

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

  .right_full_image img {
    height: 300px !important;
  }

  .highlights .image-column {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .highlights .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .highlights .row .content-column {
    padding: 10px !important;
    text-align: center;
  }

  .accordion-label h5 {
    padding: 0px !important;
    font-size: 16px;
  }

  .accordion-label:after {
    right: 5px;
  }

  .content-with-details {
    padding-top: 0px;
  }
  .content-with-details .columns-9 {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .content-with-details .details-list {
    padding-top: 10px;
  }
  .content-with-details .details-list .detail-list-item {
    text-align: center;
  }

  #wpsl-stores ul {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #wpsl-stores ul li {
    margin-bottom: 20px;
    -webkit-flex-basis: 98% !important;
        -ms-flex-preferred-size: 98% !important;
            flex-basis: 98% !important;
    max-width: 98% !important;
  }

  .content-with-details {
    margin-bottom: 10px;
  }

  .product-related-post, .product-related-post-content {
    padding-top: 0px !important;
  }

  .slick-thumbnail-grid {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .single-product .site-main:before {
    width: 100%;
    height: 69% !important;
  }

  .blue-underline {
    margin: 0px auto 20px auto !important;
    margin-bottom: 20px;
  }

  .product-title {
    padding: 20px !important;
  }
  .product-title h1 {
    text-align: center;
  }

  .filter-form-container {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .filter-form-container form .flex-container, .filter-form-container form .select-container {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .filter-form-container form .button {
    margin: 20px auto !important;
  }

  .gallery .slick-prev {
    left: -30px !important;
  }

  .gallery .slick-next {
    right: -30px !important;
  }

  .icon-loop-block a {
    margin-bottom: 0px !important;
  }

  .left-right-content .image-column {
    margin-bottom: 0px !important;
  }

  .blog-post-wrapper .content-column, .featured-products-wrapper .content-column {
    padding-bottom: 20px !important;
  }

  .blog-post-wrapper .button {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }

  .blog-post-wrapper .content-column, .featured-products-wrapper .content-column {
    padding: 30px 20px 40px 15px;
    max-width: calc(100% - 20px);
    background: white;
  }

  .blog-post-wrapper .image-column {
    height: 410px;
  }

  .single-map-wrapper .content-column {
    max-width: 100% !important;
    padding: 20px !important;
  }

  .contact-form-container.columns-6.shortcode-column {
    padding: 10px !important;
  }

  .get_in_touch_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-map-wrapper {
    margin-bottom: 0px;
  }

  .page-template-_about .content-with-details {
    padding-top: 60px;
  }

  .blog-post-wrapper .content-column {
    bottom: -1px;
  }

  .blog-post-wrapper .image-column img {
    min-height: auto;
  }
}
.iell.single-post .page-banner .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iell .button {
  min-height: 1px !important;
}
.iell .select-container i {
  display: none;
}
.iell .accordion-label:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.iell .tax-banner,
.iell .single-banner,
.iell .single-page-banner {
  width: 100%;
}
.iell .icon-post-wrapper .icon-post {
  display: block;
}
.iell .icon-post-wrapper .icon-post .image-wrap {
  background-size: contain;
  background-position: center;
}
.iell .product-wrapper .loop-post:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.iell .gallery .gallery-image img {
  height: auto;
  width: 100%;
}
.iell .get_in_touch_form {
  min-height: 850px;
}
.iell .get_in_touch_form .content-column {
  height: 550px;
}
.iell .get_in_touch_form .shortcode-column {
  padding-top: 250px;
  width: 100%;
}
.iell .get_in_touch_form > .row .contact-form-container .gform_fields li:nth-of-type(-n + 5) {
  max-width: 50%;
}
.iell .site-footer .flex {
  width: 100%;
}
.iell .site-footer .footer-logo-column > * {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.iell .site-footer .also-try {
  margin-top: 45px;
}
.iell .site-footer .also-try > * {
  -webkit-flex-basis: 180px;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
}

/* weird customize stuff */
/*
.product-wrapper .image-column>a img {width:380px; height: 253px; object-fit: cover;}

@media screen and (min-width: 768px) {
  .product-wrapper .blog-post-loop .content-column {

    margin-top: -20px;
  }}


@media screen and (max-width: 768px) {.logo-grid .logo-container, .page-template-_about .logo-grid .logo-container .logo-wrapper {padding:0;}

  .logo-grid .content-component {padding-bottom:0px !important;}
}

.blog-post-wrapper .blog-post-loop .content-column {min-height:auto;}


@media screen and (min-width: 1200px)  {
  .blog-post-wrapper .blog-post-loop .content-column {min-height:180px; min-width:440px;}

  .blog-post-wrapper .image-column img {min-height:480px;} }*/
/*# sourceMappingURL=main-style.css.map */