/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.styled-border-bottom {
  padding-bottom: 5em;
}
@media screen and (min-width: 1400px) {
  .styled-border-bottom {
    padding-bottom: 10em;
  }
}
.styled-border-bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: 0;
  z-index: 200;
  background: url("./dsf-banner-border-o5Fo0GVH.png") no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
}
@media screen and (min-width: 1400px) {
  .styled-border-bottom:after {
    height: 16em;
  }
}
@media screen and (min-width: 2560px) {
  .styled-border-bottom:after {
    height: 20em;
  }
}
.styled-border-top {
  padding-top: 5em;
}
@media screen and (min-width: 1400px) {
  .styled-border-top {
    padding-top: 10em;
  }
}
.styled-border-top::before {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  top: 0;
  z-index: 200;
  background: url("./dsf-banner-border-o5Fo0GVH.png") no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
  .styled-border-top::before {
    height: 16em;
  }
}
@media screen and (min-width: 2560px) {
  .styled-border-top::before {
    height: 20em;
  }
}
#navwrap {
  position: relative;
  z-index: 300;
  transition: 200ms background ease-in-out;
}
@media screen and (min-width: 960px) {
  #navwrap.sub-menu-active {
    background: #fff;
  }
  #navwrap.sub-menu-active .menu-item-level-1 > a {
    color: #2C3B67;
  }
  #navwrap.sub-menu-active .menu-item-level-1 > a:hover {
    color: #3AB5F9;
  }
}
.menu.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu.main-menu .close-menu {
  display: none;
}
.menu.main-menu .menu-level-1 {
  display: flex;
  justify-content: center;
}
.menu.main-menu .menu-level-1 > li:nth-child(3) {
  margin-left: auto;
}
.menu.main-menu .menu-item-level-1 {
  position: static;
}
.menu.main-menu .menu-item-level-1 > a {
  display: block;
  padding: 52px 30px;
  font-size: 21px;
  font-weight: medium;
  line-height: 1.25;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center calc(100% - 20px);
}
.menu.main-menu .menu-item-level-1:hover > a {
  color: #3AB5F9;
  background-image: url('@images/icons/anchor-icon.svg');
  background-size: 25px;
}
.menu.main-menu .menu-item-level-1:hover .sub-menu-outer-container {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.menu.main-menu .menu-item-level-1:hover.parent > a .chevron-down {
  transform: rotate(-180deg);
}
.menu.main-menu .menu-item-level-1.parent .chevron-down {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  transform-origin: center center;
  transition: transform 200ms ease-in-out;
}
.menu.main-menu .menu-item-level-1.parent .view-sub-menu {
  vertical-align: middle;
  padding: 7px 20px 7px 20px;
  position: relative;
  z-index: 9999;
  font-size: 14px;
  transform-origin: center center;
  transition: transform 200ms ease-in-out;
}
.menu.main-menu .menu-item-level-1.parent .view-sub-menu .arrow-right {
  display: none;
}
@media screen and (max-width: 1200px) {
  .menu.main-menu .menu-item-level-1 > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}
.sub-menu-outer-container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: #fff;
  visibility: hidden;
  transition: 200ms opacity ease-in-out;
}
.sub-menu-outer-container::after {
  content: '';
  display: block;
  background: url("./dsf-banner-border-cut-D_3eC_1o.png") no-repeat transparent;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 13.05%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(99%);
}
.sub-menu-container {
  width: 100%;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.sub-menu-container .col-span-4 {
  grid-column: span 4;
}
.sub-menu-container .col-span-5 {
  grid-column: span 5;
}
.sub-menu-container .col-span-6 {
  grid-column: span 6;
}
.sub-menu-container .col-span-7 {
  grid-column: span 7;
}
.sub-menu-container .col-span-8 {
  grid-column: span 8;
}
.sub-menu-container .sub-menu-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: medium;
  color: #2C3B67;
}
.sub-menu-container .sub-menu-heading .circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: #2C3B67;
  background-image: linear-gradient(to right, #2C3B67, #346D83);
  border-radius: 50%;
  overflow: hidden;
}
.sub-menu-container ul.menu-level-2 > li > a {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
}
.sub-menu-container ul.menu-level-2.menu-cols-2 {
  columns: 2;
  column-gap: 20px;
}
.sub-menu-container ul.menu-level-2.menu-cols-3 {
  columns: 3;
  column-gap: 20px;
}
.sub-menu-container .sub-menu-tiles-container {
  display: flex;
  height: 100%;
  margin: 0 -10px;
}
.sub-menu-container .sub-menu-tile {
  position: relative;
  margin: 0 10px;
  padding: 40px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-menu-container .sub-menu-tile::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to bottom, rgba(11, 17, 47, 0.7), rgba(43, 53, 100, 0.5));
}
.sub-menu-container .sub-menu-tile-content {
  position: relative;
  z-index: 5;
}
.sub-menu-container .sub-menu-tile-title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: medium;
  line-height: 1.25;
  color: inherit;
}
.sub-menu-container .sub-menu-tile-text {
  color: inherit;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .sub-menu-container .sub-menu-tiles-container {
    flex-wrap: wrap;
    margin: -10px 0;
  }
  .sub-menu-container .sub-menu-tile {
    margin: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .sub-menu-container ul.menu-level-2.menu-cols-2,
  .sub-menu-container ul.menu-level-2.menu-cols-3 {
    columns: 2;
    column-gap: 20px;
  }
}
.sign-up-mobile,
.social-container-mobile {
  display: none;
}
@media screen and (min-width: 960px) {
  .menu.main-menu .menu-item-level-1 > a .sub-menu-outer-container {
    transform: scale(0);
  }
  .menu.main-menu .menu-item-level-1 > a:hover .sub-menu-outer-container {
    transform: scale(1);
  }
  .menu.main-menu .menu-item-level-1:first-child > a {
    padding-left: 0;
    background-position: calc(50% - 15px) calc(100% - 20px);
  }
  .menu.main-menu .menu-item-level-1:last-child > a {
    padding-right: 0;
    background-position: calc(50% + 15px) calc(100% - 20px);
  }
}
.back-to-menu {
  display: none;
}
.open-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  #navwrap .internal-container {
    display: flex;
    text-align: left;
  }
  .open-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: white;
  }
  .open-menu img {
    margin-left: 12px;
  }
  .menu.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 95%;
    min-width: 300px;
    max-width: 360px;
    height: 100vh;
    padding-top: 40px;
    padding-left: 120px;
    text-align: left;
    background-color: #2C3B67;
    background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20345%20844'%20style='enable-background:new%200%200%20345%20844;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{filter:url(%23filter-2);}%20.st1{fill-rule:evenodd;clip-rule:evenodd;}%20.st2{fill-rule:evenodd;clip-rule:evenodd;fill:%232B3564;}%20.st3{filter:url(%23filter-4);}%20.st4{fill-rule:evenodd;clip-rule:evenodd;fill:%23171F4C;}%20%3c/style%3e%3cfilter%20filterUnits='objectBoundingBox'%20height='108.3%25'%20id='filter-4'%20width='122.3%25'%20x='-14.3%25'%20y='-3.9%25'%3e%3cfeOffset%20dx='-10'%20dy='2'%20in='SourceAlpha'%20result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%20stdDeviation='10'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20in='shadowBlurOuter1'%20type='matrix'%20values='0%200%200%200%200.0901960784%200%200%200%200%200.121568627%200%200%200%200%200.298039216%200%200%200%200.4%200'%3e%3c/feColorMatrix%3e%3c/filter%3e%3cfilter%20filterUnits='objectBoundingBox'%20height='109.7%25'%20id='filter-2'%20width='128.6%25'%20x='-17.8%25'%20y='-4.6%25'%3e%3cfeOffset%20dx='-10'%20dy='2'%20in='SourceAlpha'%20result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%20stdDeviation='12'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20in='shadowBlurOuter1'%20type='matrix'%20values='0%200%200%200%200.168627451%200%200%200%200%200.207843137%200%200%200%200%200.392156863%200%200%200%200.396267551%200'%3e%3c/feColorMatrix%3e%3c/filter%3e%3cg%20id='_x2D_-----Designs'%3e%3cg%20id='Mobile-_x2F_-Menu-Option-1'%20transform='translate(25.000000,%2022.000000)'%3e%3cg%20id='mobile-menu-shape'%20transform='translate(5.657820,%200.000000)'%3e%3cg%20id='shape-under'%3e%3cg%20class='st0'%3e%3cpath%20id='path-1_00000129903951529118817880000018233419176961314177_'%20class='st1'%20d='M111.3-22h203v844H140.8%20c-62.9-71.3-99-141.2-108.4-209.9C17.2,500.8,38.2,338.3,102.3,221C136.9,157.7,139.9,76.7,111.3-22z'/%3e%3c/g%3e%3cg%3e%3cpath%20id='path-1_00000164490162435417005060000013064229204092892081_'%20class='st2'%20d='M111.3-22h203v844H140.8%20c-62.9-71.3-99-141.2-108.4-209.9C17.2,500.8,38.2,338.3,102.3,221C136.9,157.7,139.9,76.7,111.3-22z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='shape-top'%20transform='translate(157.171090,%20422.000000)%20scale(1,%20-1)%20translate(-157.171090,%20-422.000000)%20'%3e%3cg%20class='st3'%3e%3cpath%20id='path-3_00000183227216755486387780000007265393158020529590_'%20class='st1'%20d='M106.3,22h208v844h-208%20C35.4,771.4,0,678.4,0,587c0-109.2,33.2-204.7,97.3-322C131.9,201.7,134.9,120.7,106.3,22z'/%3e%3c/g%3e%3cg%3e%3cpath%20id='path-3_00000057149751534136718000000009374133872877379764_'%20class='st4'%20d='M106.3,22h208v844h-208%20C35.4,771.4,0,678.4,0,587c0-109.2,33.2-204.7,97.3-322C131.9,201.7,134.9,120.7,106.3,22z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;
    background-size: cover;
    transform: translateX(105%);
    transition: transform 200ms ease-in-out;
  }
  .menu.main-menu.active {
    transform: translateX(0);
  }
  .menu.main-menu.sub-menu-active .menu-item-level-1 > a,
  .menu.main-menu.sub-menu-active .menu-item-level-1 .view-sub-menu {
    opacity: 0;
  }
  .menu.main-menu.sub-menu-active .sign-up-mobile,
  .menu.main-menu.sub-menu-active .social-container-mobile {
    opacity: 0;
  }
  .menu.main-menu .close-menu {
    display: block;
    margin-bottom: 25px;
    padding: 10px 20px 10px 40px;
    float: right;
    color: #fff;
    background: url(../images/icons/anchor-icon-white.svg) no-repeat left center;
    background-size: 24px 22px;
  }
  .menu.main-menu .close-menu:hover {
    color: #3AB5F9;
  }
  .menu.main-menu .back-to-menu {
    display: inline-block;
    margin-bottom: 25px;
    background: transparent;
    border: none;
    color: #3AB5F9;
  }
  .menu.main-menu .back-to-menu:hover {
    color: #fff;
  }
  .menu.main-menu .back-to-menu svg {
    margin-right: 12px;
    color: #fff;
  }
  .menu.main-menu .menu-level-1 {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .menu.main-menu .menu-level-1 > li:nth-child(3) {
    margin-left: 0;
  }
  .menu.main-menu .menu-item-level-1 {
    clear: right;
    display: flex;
    height: 45px;
    align-items: center;
  }
  .menu.main-menu .menu-item-level-1:first-child {
    padding-top: 12px;
  }
  .menu.main-menu .menu-item-level-1:last-child {
    padding-bottom: 0;
  }
  .menu.main-menu .menu-item-level-1:hover > a {
    background-image: none;
  }
  .menu.main-menu .menu-item-level-1 > a {
    height: 100%;
    flex-basis: 60%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
    color: #3AB5F9;
    min-width: max-content;
    margin-right: 20px;
  }
  .menu.main-menu .menu-item-level-1 > span {
    width: 100%;
    flex-basis: 40%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu.main-menu .menu-item-level-1:first-child > a {
    padding-top: 0;
  }
  .menu.main-menu .menu-item-level-1.parent > a {
    display: inline-block;
    padding-right: 0;
    font-weight: 400;
  }
  .menu.main-menu .menu-item-level-1.parent > a .chevron-down {
    display: none;
  }
  .menu.main-menu .menu-item-level-1.parent > a:hover > a {
    font-weight: bold;
  }
  .menu.main-menu .menu-item-level-1.parent .view-sub-menu {
    padding: 10px;
  }
  .menu.main-menu .menu-item-level-1.parent .view-sub-menu .arrow-right {
    display: inline-block;
    color: #fff;
    transform: rotate(45deg);
    transition: transform 120ms ease-in-out;
  }
  .sub-menu-outer-container {
    left: 0;
    top: 0;
    height: 80vh;
    width: 100%;
    padding-left: 8px;
    opacity: 0;
    visibility: visible;
    background-color: transparent;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: all 200ms ease-in-out;
  }
  .sub-menu-outer-container::after {
    display: none;
  }
  .sub-menu-outer-container.active {
    opacity: 1;
    transform: scaleX(1);
    z-index: 9999;
  }
  .sub-menu-container {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sub-menu-container .sub-menu-heading,
  .sub-menu-container .sub-menu-inner-aside {
    display: none;
  }
  .sub-menu-container ul.menu-level-2.menu-cols-2,
  .sub-menu-container ul.menu-level-2.menu-cols-3 {
    columns: initial;
  }
  .sub-menu-container ul.menu-level-2 > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  .sub-menu-container ul.menu-level-2 > li > a:hover {
    color: #3AB5F9;
  }
  .sign-up-mobile {
    display: inline-block;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 30px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    border: 1px solid white;
    transition: opacity 200ms ease-in-out;
  }
  .sign-up-mobile:hover {
    background-color: #fff;
    color: #2C3B67;
  }
  .social-container-mobile {
    display: flex;
    padding-left: 20px;
    transition: opacity 200ms ease-in-out;
  }
  .social-container-mobile strong {
    display: inline-block;
    margin-right: 12px;
    color: #3AB5F9;
    font-weight: 400;
    font-size: 14px;
  }
  .social-container-mobile ul {
    display: flex;
  }
  .social-container-mobile ul > li a {
    padding: 6px;
    font-size: 18px;
    color: #fff;
  }
  .social-container-mobile ul > li a:hover {
    color: #3AB5F9;
  }
}
@media screen and (max-width: 480px) {
  .open-menu {
    filter: brightness(0) invert(1);
  }
  .open-menu > span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  color: #333;
  background: white;
  font-family: 'Rasa', serif;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
#outerwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#innerwrap {
  position: relative;
  width: 100%;
}
.wp-block-embed iframe {
  width: 700px;
  height: 400px;
}
@media screen and (min-width: 730px) {
  .wp-block-embed iframe {
    max-width: 100%;
  }
}
.internal-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 730px) {
  .internal-container {
    text-align: left;
  }
}
img {
  width: auto;
}
.no-shadow {
  box-shadow: none !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 730px) {
  .video-container {
    width: 50%;
    padding-bottom: 27.25%;
  }
}
a.close-btn {
  background: transparent;
}
/* --- TYPOGRAPHY --- */
/* --- HEADINGS --- */
h2 {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1em;
  color: #2C3B67;
}
@media screen and (min-width: 730px) {
  h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 3.75em;
    line-height: 1em;
  }
}
h3 {
  margin: 0.5em 0;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1em;
  color: #2C3B67;
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 3.75em;
    line-height: 1em;
  }
}
h4 {
  color: #2C3B67;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1em;
  margin: 1.25em 0 0.4em;
}
@media screen and (min-width: 730px) {
  h4 {
    margin: 2.5em 0 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 2.5em;
  }
}
h5 {
  color: #2C3B67;
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 2em;
  }
}
/* --- HEADINGS - END --- */
/* --- MISCELLANEOUS --- */
p {
  margin-top: 0;
  color: #2C3B67;
  font-weight: 300;
  font-size: 1em;
}
@media screen and (min-width: 730px) {
  p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 1.3em;
    line-height: 1.238em;
  }
}
a {
  text-decoration: none;
  font-weight: 500;
  color: #2C3B67;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #3ab5f9;
  text-decoration: none !important;
}
/* --- MISCELLANEOUS - END --- */
/* --- TYPOGRAPHY - END --- */
/* --- BUTTONS & CALLS TO ACTION --- */
.btn {
  display: inline-block;
  padding: 0.5em 2.03125em;
  font-weight: 300;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  transition: background 0.3s ease-in-out;
}
.btn:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDMwNTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRDVGNzIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MykiIC8+Cjwvc3ZnPg==);
}
@media screen and (min-width: 730px) {
  .btn {
    padding: 0.5em 3em;
  }
}
.btn.grad {
  max-width: 260px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  border: 0;
  border-radius: 2em;
  box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.btn.grad:hover {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDMwNTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRDVGNzIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MykiIC8+Cjwvc3ZnPg==);
  text-decoration: none;
}
@media screen and (min-width: 730px) {
  .cta {
    font-size: 1.25em;
  }
}
/* --- BUTTONS & CALLS TO ACTION - END --- */
/* --- HEADER --- */
/* --- #topwrap - START --- */
#topwrap {
  color: #fff;
  background-color: #2C3B67;
  background-image: linear-gradient(to right, #2C3B67, #346D83);
}
#topwrap .internal-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topwrap .top-search {
  margin-right: 20px;
  flex-grow: 1;
  transition: all 120ms ease-in-out;
}
#topwrap .top-search .search-input {
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #topwrap .top-search {
    flex-grow: 0;
  }
}
@media screen and (max-width: 959px) {
  #topwrap .top-search {
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  #topwrap .top-search.active {
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
  }
}
#topwrap .top-links {
  display: flex;
  margin-left: auto;
  font-size: 18px;
}
#topwrap .top-links .top-link > a {
  position: relative;
  display: inline-block;
  padding: 16px 15px 16px 30px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #topwrap .top-links .top-link > a > span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
#topwrap .top-links .top-link > a > svg {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  margin-right: 10px;
  color: #3AB5F9;
  line-height: 1;
  font-size: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #topwrap .top-links .top-link > a > svg {
    right: 0;
    left: auto;
  }
}
#topwrap .top-links .top-link > a:hover {
  color: #3AB5F9;
}
#topwrap .top-links .top-link.sign-up a {
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  background: #18C956;
}
#topwrap .top-links .top-link.sign-up a:hover {
  background: #2C3B67;
  color: #fff;
}
@media screen and (max-width: 959px) {
  #topwrap .top-links .top-link.sign-up a {
    display: none;
  }
}
/* --- #topwrap - END --- */
#navwrap {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
#navwrap > .internal-container {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  #navwrap > .internal-container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .sticky {
    position: fixed !important;
    width: 100%;
    background-color: #2C3B67;
    background-image: linear-gradient(to right, #2C3B67, #346D83);
    top: 0 !important;
  }
}
.mobile-only .logo-link-mobile img {
  max-width: 100px !important;
}
/* --- .logo - START --- */
.logo-link {
  position: sticky;
  left: 50%;
  display: block;
  width: 60%;
  max-width: 226px;
  transform: translateX(-50%);
  transition: transform 120ms ease-in-out;
}
.logo-link img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .logo-link {
    max-width: 180px;
  }
}
@media screen and (max-width: 540px) {
  .logo-link {
    max-width: 140px;
  }
}
/* --- logo - END --- */
/* --- .local-depot CTA LINK - START --- */
/* --- .local-depot CTA LINK - END --- */
/* --- .depot-search - START --- */
.depot-search {
  width: 100%;
  height: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2em 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjYuNzk2NzE0NTc5MDU1NDQzJSIgeTE9IjgwLjM1NzE0Mjg1NzE0Mjg2JSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzJCMzM2NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzMyNjU3RSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0NSkiIC8+Cjwvc3ZnPg==);
  background-size: cover;
  /* --- .depot-lookup --- */
  /* --- 500px--- */
  /* --- @bp_mobileMenu --- */
  /* --- 900px --- */
  /* --- 1400px --- */
}
.depot-search > div {
  position: relative;
  width: 90%;
  height: 0;
  margin: 0 auto;
  max-width: 1400px;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.depot-search .close-action .close-btn {
  width: 1em;
  height: 1em;
  position: absolute;
  top: -1.5em;
  right: 0;
  z-index: 300;
  color: #fff;
}
.depot-search .close-action .close-btn:hover {
  color: #3AB5F9;
}
.depot-search .close-action .close-btn::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 28px;
  margin-right: 1em;
  color: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAMAAADkSAzAAAAAdVBMVEUAAAA6tfk6tfk7tvg6tvg6tfk6tvo5tfk6tfk6tfk6tvo6tfo5tfk6tvk6tvo6t/c2t/8rqv85tfk6tvk6tfk6tvo6tfk5tvo5tvk6tvg4uP86tfk6tvk5tvk5tPg6tPg6tfg6tfk5uPg6tfk6tvo7tfk6tfmgvNdUAAAAJnRSTlMA+vQXSPjn4KieaWNaVD4eCgbWzsjBdl5QRBDauLJwbU0nJNKSeY3Jm7UAAADHSURBVCjPfdLnEoJADATgVUGQIr13LO//iLLcwBBQ91eSb27mLoD0PSUqIeLHnL6AdtaLsISzlKXFKtxoUHPSqcY+CQ0amrW0DrXyoGJOzcnGGpdqKL3RMmySzzou5kBE06fhdcCT5mKX4kydz/U45D4po2vALz0X+IP3b6bR5FF5XfNK1dgfHnrDQNV7aS7NBDAafEy+NUcZ4xm7NWS0JoDSSizQ5iVr2pxLuFm9RUt8YNUHJzbLdmfUSH1u9YPFJUTKmNPuAyaBHEACkqz8AAAAAElFTkSuQmCC") no-repeat transparent center;
  background-size: auto;
  -webkit-background-size: contain;
  background-size: contain;
}
.depot-search h3 {
  width: 100%;
  margin-top: 0.35em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  color: #3ab5f9;
  font-size: 1.5em;
}
.depot-search p {
  width: 100%;
  margin: 0 auto 0.5em !important;
  max-width: 690px;
  color: #fff;
}
.depot-search .depot-lookup {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.depot-search .depot-lookup .local-depot-form {
  padding-top: 0.9375em;
}
.depot-search .depot-lookup .local-depot-form label {
  display: inline-block;
  width: 1px;
  height: 1px;
  text-indent: -999999em;
  opacity: 0;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry {
  position: relative;
  width: 75%;
  max-width: 630px;
  margin-bottom: 1em;
  padding: 0.5em 1.5em 0.5em 2em;
  color: #fff;
  opacity: 0.2;
  border-radius: 5em;
  border: 0;
  opacity: 1;
  text-align: center;
  text-transform: capitalize;
  background: url("data:image/png;base64,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") no-repeat center rgba(255, 255, 255, 0.2);
  background-size: auto;
  background-position: 11% 47.5%;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry::placeholder {
  color: #fff !important;
  opacity: 1;
  text-transform: capitalize;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  text-transform: capitalize;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  text-transform: capitalize;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
  text-transform: capitalize;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  text-transform: capitalize;
}
.depot-search .depot-lookup .local-depot-form input.post-code-entry:focus {
  outline: none;
}
.depot-search .depot-lookup .local-depot-form input.post-code-submit {
  background: #3ab5f9;
  box-shadow: 0 0 24px rgba(3, 53, 68, 0.4);
  transition: all 0.3s ease-in-out;
}
.depot-search .depot-lookup .local-depot-form input.post-code-submit:hover {
  background: #09a2f7;
}
@media screen and (min-width: 500px) {
  .depot-search .depot-lookup .local-depot-form input.post-code-entry {
    width: 50%;
    margin-right: 5%;
    margin-bottom: 0;
    float: left;
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-submit {
    float: left;
    width: 44%;
  }
}
@media screen and (max-width: 730px) {
  .depot-search .js .close-action {
    position: relative;
  }
  .depot-search .js .close-action .close-btn {
    float: right;
    width: 1em;
    height: 1em;
    text-align: right;
  }
}
@media screen and (min-width: 730px) {
  .depot-search {
    padding: 3.25em 0;
  }
  .depot-search .close-action .close-btn {
    top: -1em;
    width: auto;
    height: 1.5em;
  }
  .depot-search .close-action .close-btn:before {
    vertical-align: text-bottom;
  }
  .depot-search p {
    margin: 0 !important;
  }
  .depot-search .depot-lookup .local-depot-form {
    padding-top: 1.875em;
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-entry {
    padding: 0.7em 1.75em 0.7em 3.5em;
    text-align: left;
    background-position: 7% 47.5%;
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-submit {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 900px) {
  .depot-search {
    padding: 4em 0;
  }
  .depot-search .close-action .close-btn {
    top: -0.25em;
  }
  .depot-search h3 {
    font-size: 2em;
  }
  .depot-search p {
    font-size: 1.15em;
  }
  .depot-search .depot-lookup {
    margin-left: 0;
    margin-right: 0;
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-entry {
    width: 60%;
    padding: 0.55em 1.75em 0.55em 3.5em;
    background-position: 6% 45%;
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1200px) {
  .depot-search .depot-lookup .local-depot-form input.post-code-entry {
    background-position: 7% 45%;
  }
}
@media screen and (min-width: 1400px) {
  .depot-search {
    padding: 5.035em 0;
    /* .depot-lookup */
  }
  .depot-search .close-action .close-btn {
    top: 0.3em;
  }
  .depot-search h3 {
    font-size: 2.5em;
  }
  .depot-search p {
    width: 50%;
    font-size: 1.3em;
  }
  .depot-search .depot-lookup {
    /* .local-depot-form */
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-entry {
    width: 68%;
    margin-right: 1.4em;
    padding: 0.65em 2em 0.65em 3em;
    background-position: 5% 45%;
    font-size: 1.3em;
  }
  .depot-search .depot-lookup .local-depot-form input.post-code-submit {
    font-size: 1.3em;
    padding: 0.601em 4.377em;
  }
}
.js-depot .depot-search {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 510;
}
.js-depot .depot-search > div {
  opacity: 1;
  height: auto;
  z-index: 511;
}
/* --- .depot-search - END --- */
/* --- MOBILE SEARCH BUTTON - START --- */
span.mobile-search {
  position: absolute;
  top: 1.55em;
  left: 0.75em;
  color: #3ab5f9;
  cursor: pointer;
}
@media screen and (min-width: 730px) {
  span.mobile-search {
    display: none;
  }
}
/* --- MOBILE SEARCH BUTTON - END --- */
/* --- div.search - START --- */
.top-search {
  max-width: 400px;
  margin: 0;
}
.top-search .search-input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 53px;
  font-size: 18px;
  text-align: left;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  border: 0;
  background: url("data:image/png;base64,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") no-repeat rgba(255, 255, 255, 0.1);
  background-size: 21px;
  background-position: 20px center;
}
.top-search .search-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.top-search .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.top-search .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.top-search .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.top-search .search-input:focus {
  outline: none;
}
@media screen and (max-width: 420px) {
  .top-search .search-input {
    font-size: 16px;
  }
}
.top-search .search-submit {
  display: none;
}
/* --- div.search - END --- */
/* --- .menu-reveal - START --- */
.menu-reveal {
  display: none;
}
.menu-reveal a {
  color: #fff;
}
.menu-reveal a:hover {
  color: #6bc8fb;
}
.menu-reveal img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25em;
}
@media screen and (min-width: 730px) {
  .menu-reveal {
    position: absolute;
    right: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2.1875em;
    margin-left: 2.8125em;
    text-align: right;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .menu-reveal a {
    color: #fff;
    font-weight: 400;
  }
}
@media screen and (min-width: 1150px) {
  .menu-reveal {
    border-left: 1px solid #fff;
  }
}
/* --- .menu-reveal - END --- */
/* --- HEADER - END --- */
/* --- BANNER STYLING --- */
body.single #banner,
body.page #banner,
body.category #banner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTMuNDQ5NjkxOTkxNzg2NDQ2JSIgeTE9IjcyLjg1NzE0Mjg1NzE0Mjg1JSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzJCMzQ2MyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzJCNTY4NyIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzE5OCkiIC8+Cjwvc3ZnPg==);
  background-size: cover;
  max-height: 400px;
}
body.single #banner:after,
body.page #banner:after,
body.category #banner:after {
  background: url("./internal-banner-border-6fGuWeK7.png") no-repeat transparent;
  bottom: 0;
  background-position: bottom center;
  background-size: 100%;
}
@media screen and (min-width: 730px) {
  body.single #banner,
  body.page #banner,
  body.category #banner {
    max-height: 520px;
  }
}
@media screen and (min-width: 1300px) {
  body.single #banner,
  body.page #banner,
  body.category #banner {
    max-height: 650px;
  }
}
body.home #banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: 0;
  z-index: 200;
  background: url("./dsf-banner-border-o5Fo0GVH.png") no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
  /* 2K Screen nadjustemnt */
}
@media screen and (min-width: 1400px) {
  body.home #banner:after {
    height: 16em;
  }
}
@media screen and (min-width: 2560px) {
  body.home #banner:after {
    height: 20em;
  }
}
@media screen and (min-width: 1300px) {
  body.home #banner {
    max-height: 730px;
  }
}
/* --- body.home - END --- */
#banner {
  position: relative;
  background-color: #2C3B67;
  max-height: 650px;
  overflow: hidden;
  /* --- .hero-banner.home - END --- */
  /* --- .hero-banner.internal - END --- */
}
#banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: 0;
  background: url('@images/dsf-banner-border.png') no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
}
@media screen and (min-width: 1400px) {
  #banner:after {
    height: 16em;
  }
}
#banner .internal-container {
  max-width: none;
  width: 100%;
}
#banner .banner-container {
  width: 100%;
}
#banner .banner-container .banner-image {
  width: 100%;
}
#banner .banner-container .banner-text {
  margin-top: 15px;
}
#banner .hero-banner {
  width: 100%;
  /* --- .banner-text - END --- */
}
#banner .hero-banner .banner-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
#banner .hero-banner .banner-image img,
#banner .hero-banner .banner-image video {
  left: 0 !important;
  height: 100%;
}
#banner .hero-banner .banner-text {
  width: 90%;
  max-width: 1400px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
  z-index: 210;
}
#banner .hero-banner .banner-text p,
#banner .hero-banner .banner-text h1,
#banner .hero-banner .banner-text h2 {
  color: #fff;
}
#banner .hero-banner .banner-text p {
  font-weight: 300;
}
#banner .hero-banner .banner-text p:last-child {
  margin-bottom: 0;
}
#banner .hero-banner .banner-text p.title,
#banner .hero-banner .banner-text h1,
#banner .hero-banner .banner-text h2 {
  margin: 2em auto 0.2em;
  font-weight: 500;
  font-size: 1.875em;
}
#banner .hero-banner .banner-text p.title a,
#banner .hero-banner .banner-text h1 a,
#banner .hero-banner .banner-text h2 a {
  font-weight: 500;
}
#banner .hero-banner .banner-text p.title a:hover,
#banner .hero-banner .banner-text h1 a:hover,
#banner .hero-banner .banner-text h2 a:hover {
  color: #6bc8fb;
  text-decoration: none;
}
#banner .hero-banner .banner-text p.text {
  max-width: 650px;
  margin: 0 auto 1em;
}
#banner .hero-banner .banner-text p.text span {
  display: block;
}
#banner .hero-banner .banner-text p.text a {
  font-weight: 300;
}
#banner .hero-banner .banner-text .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#banner .hero-banner .banner-text .buttons .btn-green {
  background: #18c956;
}
#banner .hero-banner .banner-text .buttons a {
  color: #fff;
  border-radius: 12px;
  padding: 12px 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 3px;
}
#banner .hero-banner .banner-text .buttons a span {
  display: block;
}
#banner .hero-banner .banner-text .buttons a:hover {
  background: #2c3b67;
  color: #fff;
}
#banner .hero-banner .banner-text .buttons a img {
  display: block;
  margin: 0 auto 0.4em;
}
@media screen and (max-width: 600px) {
  #banner .hero-banner .banner-text .buttons a img {
    width: 4%;
  }
}
#banner .hero-banner .banner-text .buttons .btn-white {
  background: white;
  color: #2c3b67;
}
#banner .hero-banner .banner-text a {
  color: #fff;
}
#banner .hero-banner .banner-text a span {
  display: block;
}
#banner .hero-banner .banner-text a:hover {
  color: #6bc8fb;
}
#banner .hero-banner .banner-text a img {
  display: block;
  margin: 0 auto 0.4em;
}
@media screen and (max-width: 600px) {
  #banner .hero-banner .banner-text a img {
    width: 4%;
  }
}
#banner .hero-banner .banner-text img {
  opacity: 1;
}
@media screen and (min-width: 600px) {
  #banner .hero-banner .banner-text p.title,
  #banner .hero-banner .banner-text h1,
  #banner .hero-banner .banner-text h2 {
    margin-top: 2.75em;
  }
}
@media screen and (min-width: 730px) {
  #banner .hero-banner .banner-text p.title,
  #banner .hero-banner .banner-text h1,
  #banner .hero-banner .banner-text h2 {
    margin-top: 2em;
    font-size: 2.5em;
  }
  #banner .hero-banner .banner-text p.text {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1400px) {
  #banner .hero-banner .banner-text p.title,
  #banner .hero-banner .banner-text h1,
  #banner .hero-banner .banner-text h2 {
    margin-top: 0.5em;
    font-size: 3.75em;
    max-width: 670px;
  }
  #banner .hero-banner .banner-text p.text {
    font-size: 1.5em;
  }
}
#banner .hero-banner .video .banner-image {
  width: 150%;
  height: 0;
  padding-top: 180px;
  padding-bottom: 56%;
  margin-left: -25%;
}
#banner .hero-banner .video .banner-image > iframe {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 650px) {
  #banner .hero-banner .video .banner-image {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #banner .hero-banner .video .banner-image {
    padding-top: 0;
  }
  #banner .hero-banner .video .banner-image > iframe {
    display: block;
  }
  #banner .hero-banner .video .banner-image > img {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #banner .hero-banner .video .banner-image > iframe {
    top: -10%;
  }
}
@media only screen and (min-width: 1024px) {
  #banner .hero-banner .video .banner-image > iframe {
    top: -25%;
  }
}
.home #banner .hero-banner .video .banner-text * {
  text-shadow: 2px 2px 8px rgba(44, 59, 103, 0.6);
}
@media only screen and (min-width: 768px) {
  #banner .hero-banner .video::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #2b3463;
    background-image: linear-gradient(to bottom, #2b3463, #64909F);
    z-index: 1;
    opacity: 0.7;
  }
}
#banner .hero-banner.home {
  /* --- .banner-image - END --- */
}
#banner .hero-banner.home .banner-image {
  min-height: 280px;
  max-height: 860px;
}
#banner .hero-banner.home .banner-image img {
  width: 150%;
  opacity: 0.4;
  left: 0 !important;
  position: static;
}
@media screen and (min-width: 414px) {
  #banner .hero-banner.home .banner-image {
    min-height: 320px;
  }
  #banner .hero-banner.home .banner-image img {
    width: 122.5%;
  }
}
@media screen and (min-width: 730px) {
  #banner .hero-banner.home .banner-image {
    min-height: 350px;
  }
  #banner .hero-banner.home .banner-image img {
    width: 100%;
  }
}
#banner .hero-banner.home .video .banner-image br {
  display: none;
}
#banner .hero-banner.home .video .banner-image > img {
  position: absolute;
  top: 0;
}
#banner .hero-banner.internal {
  /* .banner-image - END --- */
}
#banner .hero-banner.internal .banner-text p.title,
#banner .hero-banner.internal .banner-text h1,
#banner .hero-banner.internal .banner-text h2 {
  margin: 0 auto 0.25em;
  font-weight: 500;
  font-size: 1.875em;
}
@media screen and (min-width: 730px) {
  #banner .hero-banner.internal .banner-text p.title,
  #banner .hero-banner.internal .banner-text h1,
  #banner .hero-banner.internal .banner-text h2 {
    font-size: 2.5em;
  }
  #banner .hero-banner.internal .banner-text p.text {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1400px) {
  #banner .hero-banner.internal .banner-text p.title,
  #banner .hero-banner.internal .banner-text h1,
  #banner .hero-banner.internal .banner-text h2 {
    font-size: 3.75em;
  }
  #banner .hero-banner.internal .banner-text p.text {
    font-size: 1.5em;
  }
}
#banner .hero-banner.internal .banner-image {
  min-height: 280px;
  max-height: 610px;
}
#banner .hero-banner.internal .banner-image img {
  position: relative;
  width: 150%;
  opacity: 0.3;
}
@media screen and (min-width: 530px) {
  #banner .hero-banner.internal .banner-image img {
    width: 122.5%;
  }
}
@media screen and (min-width: 730px) {
  #banner .hero-banner.internal .banner-image {
    min-height: 415px;
  }
  #banner .hero-banner.internal .banner-image img {
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #banner .hero-banner.internal .banner-image img {
    top: -5em;
    left: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  #banner .hero-banner.internal .banner-image {
    min-height: 610px;
  }
  #banner .hero-banner.internal .banner-image img {
    top: -12.5em;
    left: 0 !important;
    right: 0 !important;
  }
}
/* --- BANNER STYLING - END --- */
/* --- BREADCRUMB STYLING --- */
#breadcrumbs {
  margin-top: 2.75em;
}
#breadcrumbs svg {
  margin: 0 12px;
  font-size: 12px;
}
#breadcrumbs span > span {
  color: #3ab5f9;
  font-family: 'FontAwesome';
}
#breadcrumbs span > span a,
#breadcrumbs span > span strong {
  margin: 0 0.4em;
  color: #fff;
  font-family: 'Rasa', serif;
  font-weight: 300;
}
#breadcrumbs span > span a:hover,
#breadcrumbs span > span strong:hover {
  color: #6bc8fb;
}
#breadcrumbs .breadcrumb_last {
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 414px) {
  #breadcrumbs {
    margin-top: 4.5em;
  }
}
@media screen and (min-width: 730px) {
  #breadcrumbs {
    margin-top: 1em;
    font-size: 1.125em;
  }
}
/* --- BREADCRUMB STYLING - END --- */
/* --- HOMEPAGE GRID STYLING --- */
body.home h2 {
  margin: 0.5em 0;
}
body.home #gridwrap1 {
  position: relative;
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NjciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNEY4RDlFIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTY3KSIgLz4KPC9zdmc+);
  background-size: cover;
  /* 2K Screen nadjustemnt */
}
body.home #gridwrap1:after {
  content: '';
  display: block;
  width: 100%;
  height: 3em;
  position: absolute;
  bottom: 0em;
  z-index: 30;
  background: url("./home-grid-border-Zc6tuJy-.png") no-repeat transparent;
  background-size: 100%;
  background-position: bottom center;
}
body.home #gridwrap1 .internal-container {
  max-width: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 500px) {
  body.home #gridwrap1:after {
    height: 4em;
    bottom: 0;
  }
}
@media screen and (min-width: 730px) {
  body.home #gridwrap1 {
    padding-bottom: 8em;
  }
  body.home #gridwrap1:after {
    height: 6em;
  }
}
@media screen and (min-width: 1200px) {
  body.home #gridwrap1:after {
    height: 8em;
  }
}
@media screen and (min-width: 1600px) {
  body.home #gridwrap1:after {
    height: 12em;
  }
}
@media screen and (min-width: 2560px) {
  body.home #gridwrap1:after {
    height: 20em;
  }
}
body.home #gridwrap2 .internal-container {
  position: relative;
  padding-top: 3em;
}
@media screen and (min-width: 550px) {
  body.home #gridwrap2 .internal-container {
    padding-top: 4em;
  }
}
@media screen and (min-width: 1000px) {
  body.home #gridwrap2 .internal-container {
    padding-top: 6em;
  }
}
@media screen and (min-width: 1000px) {
  body.home #gridwrap3 .internal-container {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 2560px) {
  body.home #gridwrap3 {
    max-width: 1550px;
    margin: 0 auto;
  }
}
.journey {
  margin-bottom: 4em;
}
.journey > div {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .journey {
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 1400px) {
  .journey {
    margin-bottom: 14em;
  }
}
/* .journey-intro - END */
.half {
  position: relative;
  /* .image-container - END */
}
.half > div {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .half > div {
    margin: 0 auto 6em;
  }
}
@media screen and (min-width: 1400px) {
  .half > div {
    margin: 0 auto 13em;
  }
}
.half .content-container {
  width: 100%;
  margin-bottom: 2.5em;
}
.half .content-container p {
  color: #fff;
}
@media screen and (min-width: 730px) {
  .half .content-container {
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 900px) {
  .half .content-container {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .half .content-container.left-align {
    margin-left: 2%;
    max-width: 400px;
    right: unset !important;
  }
}
.half .image-container {
  width: 100%;
  position: relative;
  margin-bottom: 4em;
  /* @bp_mobileMenu - END */
}
.half .image-container:before {
  content: '';
  display: block;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  top: -0.675em;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.9em;
}
.half .image-container img {
  box-shadow: 0 0 12.5px rgba(15, 90, 113, 0.45);
}
.half .image-container .main-image {
  width: 100%;
}
.half .image-container .main-image img {
  width: 100%;
}
@media screen and (max-width: 730px) {
  .half .image-container .main-image img {
    margin-bottom: 1.5%;
  }
}
.half .image-container .small-images {
  width: 100%;
  display: inline-block;
}
.half .image-container .small-images img {
  width: 49%;
  float: left;
  clear: none;
}
.half .image-container .small-images img:first-child {
  margin-right: 2%;
}
@media screen and (min-width: 730px) {
  .half .image-container {
    text-align: center;
  }
  .half .image-container .main-image {
    width: 65.4302%;
    display: inline-block;
  }
  .half .image-container .small-images {
    width: 31.1572%;
    display: inline-block;
    vertical-align: top;
  }
  .half .image-container .small-images img {
    width: 100%;
  }
  .half .image-container .small-images img:first-child {
    margin-right: 0;
    margin-bottom: 9.6%;
  }
}
@media screen and (min-width: 900px) {
  .half .image-container {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    position: inherit;
  }
  .half .image-container img {
    box-shadow: 0 0 25px rgba(15, 90, 113, 0.45);
  }
  .half .image-container .main-image {
    width: 65%;
  }
  .half .image-container .small-images {
    width: 31%;
  }
}
@media screen and (min-width: 1400px) {
  .half .image-container:before {
    font-size: 144px;
  }
}
@media screen and (min-width: 900px) {
  .half .image-container.right-align {
    text-align: right;
  }
}
/* .half-intro - END */
.half.sustainable .content-container {
  padding-right: 1em;
}
.half.sustainable .content-container p {
  color: #2C3B67;
}
@media screen and (min-width: 900px) {
  .half.sustainable .content-container {
    margin-right: 2%;
    padding-right: 2em;
  }
}
@media screen and (min-width: 1400px) {
  .half.sustainable .content-container p {
    color: #fff;
  }
}
.half.sustainable .image-container:before {
  content: 'responsibly sourced';
  right: -6%;
  text-align: right;
}
@media screen and (max-width: 730px) {
  .half.sustainable .image-container:before {
    display: none;
  }
}
@media screen and (min-width: 730px) {
  .half.sustainable .image-container .main-image {
    margin-right: 2.895%;
  }
}
@media screen and (min-width: 900px) {
  .half.sustainable .image-container:before {
    right: 0;
  }
}
/* --- .half.sustainable - END --- */
.half.fishmongers {
  padding-bottom: 1em;
  /* .image-container */
}
.half.fishmongers > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .half.fishmongers > div {
    margin: 0 auto 3em;
  }
}
.half.fishmongers > div .image-container {
  display: flex;
  flex-wrap: wrap;
}
.half.fishmongers > div .image-container .main-image img {
  height: 100%;
  object-fit: cover;
}
.half.fishmongers .content-container {
  padding: 0 1em;
}
@media screen and (min-width: 900px) {
  .half.fishmongers .content-container {
    margin-left: 2%;
    padding: 0 2em;
    margin-bottom: 0;
  }
}
.half.fishmongers .image-container:before {
  content: 'skilled fishmongers';
  left: -6%;
  text-align: left;
}
@media screen and (max-width: 730px) {
  .half.fishmongers .image-container:before {
    display: none;
  }
}
.half.fishmongers .image-container .small-images img:first-child {
  margin-bottom: 2em;
}
@media screen and (min-width: 730px) {
  .half.fishmongers .image-container .main-image {
    margin-left: 2.895%;
  }
  .half.fishmongers .image-container .small-images img:first-child {
    margin-bottom: 9.6%;
  }
}
@media screen and (min-width: 900px) {
  .half.fishmongers .image-container:before {
    left: -0.25%;
  }
}
@media screen and (min-width: 730px) {
  .half.fishmongers {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .half.fishmongers {
    padding-bottom: 7em;
  }
}
/* --- .half.fishmongers - END --- */
/* --- LARGE BUBBLES --- */
.bubble {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 923px) {
  .bubble {
    display: none;
  }
}
.bubble:nth-of-type(1) {
  width: 147px;
  height: 147px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  right: 14%;
  top: 13%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(1):after {
  content: '';
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  right: 35px;
  top: 31px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(2) {
  width: 147px;
  height: 147px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 14%;
  top: 8%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(2):after {
  content: '';
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 35px;
  bottom: 31px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(3) {
  width: 52px;
  height: 52px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 33%;
  top: 23%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(3):after {
  content: '';
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 26px;
  top: 13px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(4) {
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 59%;
  top: 27%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(4):after {
  content: '';
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 10px;
  top: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(5) {
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 6%;
  top: 37%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(5):after {
  content: '';
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(6) {
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  right: 3%;
  top: 50%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(6):after {
  content: '';
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(7) {
  width: 52px;
  height: 52px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  right: 5%;
  top: 60%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(7):after {
  content: '';
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 26px;
  top: 13px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(8) {
  width: 52px;
  height: 52px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 3%;
  top: 67%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(8):after {
  content: '';
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 26px;
  top: 13px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(9) {
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  left: 20%;
  bottom: 10%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(9):after {
  content: '';
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.bubble:nth-of-type(10) {
  width: 24px;
  height: 24px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  opacity: 0.302;
  position: absolute;
  right: 20%;
  bottom: 11%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -webkit-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
  background-image: -ms-linear-gradient(-23deg, #ffffff 0%, #ffffff 0%, #b9dbe5 100%);
}
.bubble:nth-of-type(10):after {
  content: '';
  width: 6px;
  height: 6px;
  box-shadow: 0px 0px 24px 0px rgba(49, 121, 143, 0.5);
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
/* --- LARGE BUBBLES - END --- */
.guide-intro {
  position: relative;
  max-width: 610px;
  margin: 0 auto 3.5em;
  text-align: center;
}
.guide-intro h3 {
  margin-top: 0;
}
.guide-intro h3 span {
  display: block;
}
@media screen and (min-width: 1400px) {
  .guide-intro {
    margin-bottom: 5em;
  }
}
/* --- .guide-intro - END --- */
.guide-tiles {
  position: relative;
  margin-bottom: 4em;
  /* --- .main-tile - END --- */
  /* --- .other-tiles --- - */
}
.guide-tiles .main-tile {
  position: relative;
  border: 5px solid #25738b;
  margin-bottom: 1em;
  cursor: pointer;
  box-shadow: 0 0 7.5px 3px #e2e1e1;
  transition: all 0.35s ease-in-out;
  /* --- .cta-btn - END --- */
  /* --- .tile.one - END --- */
}
.guide-tiles .main-tile:hover {
  border: 5px solid #2c3c68;
}
.guide-tiles .main-tile .cta-btn {
  display: block;
  width: 3.28125em;
  height: 3.28125em;
  text-align: center;
  position: absolute;
  top: -2.15em;
  left: -1.3em;
  z-index: 20;
  border-radius: 5em;
  line-height: 0.25em;
  box-shadow: 0 0 24px rgba(6, 63, 80, 0.41);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2QzgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODY2KSIgLz4KPC9zdmc+);
  transition: all 0.3s ease-in-out;
}
.guide-tiles .main-tile .cta-btn .btn.view {
  padding: 1.265625em 0.625em;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.guide-tiles .main-tile .cta-btn .btn.view .fa-long-arrow-right {
  display: block;
  margin-top: 0.25em;
}
.guide-tiles .main-tile .cta-btn:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjQzMDU1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzU2NDc2IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMTkxKSIgLz4KPC9zdmc+);
}
.guide-tiles .main-tile .cta-btn:hover .btn.view {
  color: #fff;
}
@media screen and (min-width: 414px) {
  .guide-tiles .main-tile .cta-btn {
    top: -1.5625em;
    left: -1.5625em;
  }
}
@media screen and (min-width: 1400px) {
  .guide-tiles .main-tile .cta-btn {
    width: 6.5625em;
    height: 6.5625em;
    top: -3.5em;
    left: -3.5em;
  }
  .guide-tiles .main-tile .cta-btn .btn.view {
    font-size: 1.75em;
    padding: 1.665625em 0.625em;
  }
}
.guide-tiles .main-tile .tile.one {
  position: relative;
}
.guide-tiles .main-tile .tile.one .content-container {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 1em;
  text-align: center;
}
.guide-tiles .main-tile .tile.one .content-container h4 {
  margin-top: 0;
}
.guide-tiles .main-tile .tile.one .content-container h4 a {
  color: inherit;
}
.guide-tiles .main-tile .tile.one .content-container h4 span {
  color: #3ab5f9;
}
.guide-tiles .main-tile .tile.one .content-container p {
  margin-bottom: 0;
}
@media screen and (min-width: 414px) {
  .guide-tiles .main-tile .tile.one .content-container {
    padding: 1.5em 2em;
  }
}
@media screen and (min-width: 730px) {
  .guide-tiles .main-tile .tile.one .content-container {
    padding: 1em;
  }
}
@media screen and (min-width: 900px) {
  .guide-tiles .main-tile .tile.one .content-container {
    padding: 2em;
  }
}
@media screen and (min-width: 1400px) {
  .guide-tiles .main-tile .tile.one .content-container {
    padding: 3.125em 3.75em;
  }
}
.guide-tiles .main-tile .tile.one .image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 275px;
}
.guide-tiles .main-tile .tile.one .image-container img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}
.guide-tiles .main-tile .tile.one .image-container:hover img {
  opacity: 0.85;
}
@media screen and (min-width: 500px) {
  .guide-tiles .main-tile .tile.one .image-container {
    min-height: 400px;
    max-height: 100%;
  }
}
@media screen and (min-width: 730px) {
  .guide-tiles .main-tile .tile.one .image-container {
    min-height: 242px;
  }
}
@media screen and (min-width: 730px) {
  .guide-tiles .main-tile .tile.one {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 730px) {
  .guide-tiles .main-tile {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 0;
    box-shadow: 0 0 15px 3px #e2e1e1;
  }
}
@media screen and (min-width: 900px) {
  .guide-tiles .main-tile {
    box-shadow: 0 0 20px 3px #e2e1e1;
  }
}
@media screen and (min-width: 1400px) {
  .guide-tiles .main-tile {
    border: 8.5px solid #25738b;
  }
  .guide-tiles .main-tile:hover {
    border: 8.5px solid #2c3c68;
  }
}
.guide-tiles .other-tiles {
  position: relative;
  /* .tile */
  /* --- @bp_mobileMenu - END --- - */
}
.guide-tiles .other-tiles .row-one,
.guide-tiles .other-tiles .row-two {
  display: block;
}
.guide-tiles .other-tiles .tile {
  position: relative;
  margin-bottom: 0.7em;
  cursor: pointer;
  box-shadow: 0 0 7.5px 3px #e2e1e1;
}
.guide-tiles .other-tiles .tile h4 {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: 1em;
  font-size: 2.25em;
}
.guide-tiles .other-tiles .tile h4 a {
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .guide-tiles .other-tiles .tile h4 {
    font-size: 2.5em;
    font-size: 3em;
  }
}
.guide-tiles .other-tiles .tile:hover .image-container img {
  opacity: 0.35;
}
.guide-tiles .other-tiles .tile .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkIzMzY0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjM0FCNUY5IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzc3KSIgLz4KPC9zdmc+);
  background-size: 103%;
}
.guide-tiles .other-tiles .tile .image-container img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 730px) {
  .guide-tiles .other-tiles {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
    /* --- .tile --- */
  }
  .guide-tiles .other-tiles .tile {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 15px 3px #e2e1e1;
  }
  .guide-tiles .other-tiles .tile.two,
  .guide-tiles .other-tiles .tile.three {
    margin-bottom: 2em;
  }
  .guide-tiles .other-tiles .tile.two,
  .guide-tiles .other-tiles .tile.four {
    margin-right: 2%;
  }
  .guide-tiles .other-tiles .tile.two,
  .guide-tiles .other-tiles .tile.five {
    width: 66%;
  }
  .guide-tiles .other-tiles .tile.three,
  .guide-tiles .other-tiles .tile.four {
    width: 31%;
  }
  .guide-tiles .other-tiles .tile.four,
  .guide-tiles .other-tiles .tile.five {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 720px) {
  .guide-tiles .other-tiles .row-two .tile.five img,
  .guide-tiles .other-tiles .row-one .tile.two img {
    aspect-ratio: 649 / 312;
  }
  .guide-tiles .other-tiles .row-two .tile.four img,
  .guide-tiles .other-tiles .row-one .tile.three img {
    aspect-ratio: 305 / 312;
  }
}
@media screen and (min-width: 900px) {
  .guide-tiles .other-tiles .tile {
    box-shadow: 0 0 20px 3px #e2e1e1;
  }
}
@media screen and (min-width: 900px) {
  .guide-tiles {
    margin-bottom: 6em;
  }
}
/* --- .guide-tiles - END --- */
.local-depot-intro {
  padding-bottom: 3em;
}
.local-depot-intro > div {
  position: relative;
}
.local-depot-intro .target-container {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.local-depot-intro .target-container .tag-msg {
  width: 5.78125em;
  height: 5.78125em;
  padding: 5px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4OUNCRjIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4MThDQUIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxNjIpIiAvPgo8L3N2Zz4=);
}
.local-depot-intro .target-container .tag-msg p {
  width: 6.8em;
  height: 6.8em;
  border-radius: 50%;
  margin: 0 auto;
  padding: 1.8em 0.9em 0.9em;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.119em;
  font-size: 0.75em;
}
.local-depot-intro .target-container img {
  width: 100%;
  max-width: 510px;
  aspect-ratio: 510 / 496;
}
.local-depot-intro .depot-intro {
  text-align: center;
}
.local-depot-intro .depot-intro p {
  margin-bottom: 1.5em;
}
.local-depot-intro .depot-intro p:last-child {
  margin-bottom: 0;
}
.local-depot-intro .depot-intro a.btn.grad {
  padding: 0.5em 4.675em;
}
@media screen and (min-width: 550px) {
  .local-depot-intro .target-container,
  .local-depot-intro .depot-intro {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }
  .local-depot-intro .target-container {
    max-width: 510px;
    margin-right: 2%;
  }
}
@media screen and (min-width: 730px) {
  .local-depot-intro .target-container .tag-msg {
    width: 6.58125em;
    height: 6.58125em;
  }
  .local-depot-intro .target-container .tag-msg p {
    width: 5.8em;
    height: 5.9em;
    padding: 0.9em;
    font-size: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .local-depot-intro .target-container {
    max-width: 638px;
    text-align: right;
    margin-right: 3.5%;
  }
  .local-depot-intro .target-container .tag-msg {
    width: 9.58125em;
    height: 9.58125em;
    padding: 8px;
  }
  .local-depot-intro .target-container .tag-msg p {
    width: 6.80625em;
    height: 6.80625em;
    padding: 1.25em 1em;
    font-size: 1.25em;
  }
  .local-depot-intro .depot-intro {
    max-width: 585px;
  }
}
@media screen and (min-width: 1400px) {
  .local-depot-intro .target-container {
    margin-right: 5%;
  }
  .local-depot-intro .target-container .tag-msg {
    width: 11.5625em;
    height: 11.5625em;
    padding: 10px;
  }
  .local-depot-intro .target-container .tag-msg p {
    width: 6.85em;
    height: 6.9em;
    padding: 1.15em 1em;
    font-size: 1.5em;
    line-height: 1.238em;
  }
  .local-depot-intro .depot-intro h3 {
    margin-bottom: 0.25em;
  }
  .local-depot-intro .depot-intro p {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .local-depot-intro .target-container {
    margin-right: 9%;
  }
}
.journal-intro {
  padding: 0 3em;
  text-align: center;
}
.journal-intro h3 {
  margin-bottom: 0.33em;
}
.journal-intro h3 span {
  display: block;
}
.journal-intro p {
  margin-bottom: 1.68em;
}
@media screen and (min-width: 1000px) {
  .journal-intro {
    position: relative;
    display: inline-block;
    width: 52%;
    max-width: 1030px;
    vertical-align: middle;
    margin-right: 3%;
    padding: 0;
    z-index: 20;
    background: #fff;
  }
  .journal-intro > div {
    position: absolute;
    width: 85%;
    max-width: 585px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .journal-intro > div {
    padding: 0 3em;
  }
  .journal-intro h3 {
    line-height: 1.2em;
  }
}
/* --- .journal-intro - END --- */
.journal-intro + div ul.category-posts-internal {
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
}
.journal-intro + div ul.category-posts-internal > li {
  flex: 0 0 290px;
}
.journal-intro + div ul.category-posts-internal li {
  margin: 0;
  padding: 0;
  padding-bottom: 33px !important;
  height: 100%;
}
.journal-intro + div ul.category-posts-internal li .intro-image,
.journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__featured-image {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzQUI1RjkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyQjMzNjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czMjApIiAvPgo8L3N2Zz4=);
}
.journal-intro + div ul.category-posts-internal li .intro-image img,
.journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__featured-image img {
  opacity: 0.7;
  object-fit: cover;
  max-width: 100% !important;
}
.journal-intro + div ul.category-posts-internal li h4,
.journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__featured-image + a {
  display: block;
  margin: 0.875em 0 0.25em;
  padding: 0 0.875em;
  font-size: 21px;
}
.journal-intro + div ul.category-posts-internal li h4:hover,
.journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__featured-image + a:hover {
  color: #3ab5f9;
}
@media screen and (min-width: 1024px) {
  .journal-intro + div ul.category-posts-internal li h4,
  .journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__featured-image + a {
    font-size: 32px;
  }
}
.journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__post-excerpt,
.journal-intro + div ul.category-posts-internal li p {
  margin-bottom: 0;
  padding: 0 1.475em 1.475em;
  font-size: 16px;
  color: #2b3463;
}
@media screen and (min-width: 1024px) {
  .journal-intro + div ul.category-posts-internal li .wp-block-latest-posts__post-excerpt,
  .journal-intro + div ul.category-posts-internal li p {
    font-size: 21px;
  }
}
.journal-intro + div ul.category-posts-internal li .post-date {
  opacity: 0;
  position: absolute;
  bottom: 1em;
  left: 1.7em;
  padding: 0;
  color: #fff;
  font-weight: 500;
  display: none;
}
.journal-intro + div ul.category-posts-internal li .post-date:before {
  content: 'Posted';
  display: block;
  width: auto;
  height: auto;
  font-weight: 300;
}
.journal-intro + div ul.category-posts-internal li a.cat-post-excerpt-more {
  display: block;
  margin-top: 1em;
  position: absolute;
  bottom: 22px;
}
.journal-intro + div ul.category-posts-internal li a.cat-post-excerpt-more:hover {
  color: #6bc8fb;
}
.journal-intro + div ul.category-posts-internal li a.cat-post-excerpt-more:hover:before {
  color: #6bc8fb;
}
.journal-intro + div ul.category-posts-internal li a.cat-post-excerpt-more:before {
  content: '\f0a9';
  display: inline;
  width: 2em;
  height: 2em;
  margin-right: 5px;
  color: #3ab5f9;
  font-family: 'FontAwesome';
}
.journal-intro + div ul.category-posts-internal .owl-stage-outer {
  overflow: visible;
}
.journal-intro + div ul.category-posts-internal .owl-item {
  box-shadow: 0 0 24px #e2e1e1;
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
}
.journal-intro + div ul.category-posts-internal .owl-item.active {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .journal-intro + div {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    overflow: hidden;
    padding:  25px 0 25px 15px;
  }
}
@media screen and (min-width: 1400px) {
  .journal-intro + div .category-posts-internal {
    max-width: 700px;
  }
  .journal-intro + div .category-posts-internal li h4 {
    font-size: 2em;
  }
}
#testimonials {
  position: relative;
  margin: 40px 0;
  background: #2C3B67;
  background-image: linear-gradient(to bottom, #2C3B67, #2b3463);
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (min-width: 1400px) {
  #testimonials {
    padding-top: 10em;
  }
}
#testimonials::before {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  top: 0;
  z-index: 200;
  background: url("./dsf-banner-border-o5Fo0GVH.png") no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
  #testimonials::before {
    height: 16em;
  }
}
@media screen and (min-width: 2560px) {
  #testimonials::before {
    height: 20em;
  }
}
@media screen and (min-width: 1400px) {
  #testimonials {
    padding-bottom: 10em;
  }
}
#testimonials:after {
  content: '';
  display: block;
  width: 100%;
  height: 10em;
  position: absolute;
  bottom: 0;
  z-index: 200;
  background: url("./dsf-banner-border-o5Fo0GVH.png") no-repeat transparent;
  background-size: 100%;
  background-position: center 101%;
}
@media screen and (min-width: 1400px) {
  #testimonials:after {
    height: 16em;
  }
}
@media screen and (min-width: 2560px) {
  #testimonials:after {
    height: 20em;
  }
}
.testimonials-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.testimonials-container .testimonial-container {
  margin-left: 0;
  margin-right: 0;
  color: #fff;
}
.testimonials-container .testimonial-container .testimonial-author {
  margin-top: 20px;
  font-size: 16px;
}
.testimonials-container .testimonials-slider {
  padding-left: 20px;
  padding-right: 20px;
}
.testimonials-container h2,
.testimonials-container p {
  color: #fff;
}
.testimonials-container li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .testimonials-container {
    padding: 60px 0;
  }
  .testimonials-container .testimonial-container {
    font-size: 21px;
  }
  .testimonials-container .testimonial-container .testimonial-author {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials-container {
    padding: 80px 0;
  }
}
.home.customer-testimonials {
  display: none;
}
/* --- .journal-insights - END --- */
#gridwrap4 .internal-container {
  position: relative;
  padding-bottom: 4em;
}
@media screen and (min-width: 550px) {
  #gridwrap4 .internal-container {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 1000px) {
  #gridwrap4 .internal-container {
    padding-bottom: 8em;
  }
}
.test-class {
  text-align: center;
}
.mailing-list {
  text-align: center;
  margin-bottom: 2em;
}
.mailing-list h5 {
  position: relative;
  padding: 0.9075em 0 1.25em;
  margin: 1.25em 0;
  line-height: 1.3em;
  z-index: 0;
}
.mailing-list h5:before {
  content: 'sign up';
  display: block;
  width: 100%;
  position: absolute;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.2em;
  color: #e4e4e4;
  opacity: 0.5;
  z-index: -1;
}
.mailing-list #subForm {
  text-align: center;
}
.mailing-list #subForm p input {
  width: 20px;
}
.mailing-list #subForm .form-fields {
  margin-bottom: 1.5em;
}
.mailing-list #subForm label {
  display: none;
}
.mailing-list #subForm input {
  color: #2b3463;
  margin-bottom: 10px;
  text-shadow: left;
  border: solid 1px #6984A7;
  opacity: 0.7;
  border-radius: 10px;
  padding: 0.625em 0.9375em;
  width: 90%;
  max-width: 590px;
}
.mailing-list #subForm input::placeholder {
  color: #2b3463;
  opacity: 1;
}
.mailing-list #subForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b3463;
  opacity: 1;
}
.mailing-list #subForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b3463;
  opacity: 1;
}
.mailing-list #subForm input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2b3463;
  opacity: 1;
}
.mailing-list #subForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #2b3463;
  opacity: 1;
}
.mailing-list #subForm input:focus {
  outline: none;
}
.mailing-list #subForm select {
  width: 90%;
  height: 2.4375em;
  position: relative;
  color: #2b3463;
  border: solid 1px #6984A7;
  padding: 0.625em 0.9375em;
  border-radius: 10px;
  opacity: 0.7;
  -webkit-appearance: none;
}
.mailing-list #subForm select:focus {
  outline: none;
}
.mailing-list #subForm select:before {
  content: '\f107';
  display: inline;
  width: 2em;
  height: auto;
  position: relative;
  float: right;
  right: 10px;
}
.mailing-list #subForm button {
  border: 0;
}
@media screen and (min-width: 37.5em) {
  .mailing-list #subForm input {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    max-width: 450px;
    margin-right: 2%;
    margin-bottom: 0;
    text-align: left;
  }
  .mailing-list #subForm select {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    max-width: 450px;
    text-align: left;
  }
}
@media screen and (min-width: 730px) {
  .mailing-list h5:before {
    font-size: 80px;
  }
  .mailing-list #subForm .form-fields {
    display: inline-block;
    width: 100%;
  }
  .mailing-list #subForm .form-actions {
    display: inline-block;
  }
}
@media screen and (min-width: 1400px) {
  .mailing-list {
    margin-bottom: 4em;
  }
  .mailing-list h5 {
    padding: 1.815em 0 2.5em;
  }
  .mailing-list h5:before {
    font-size: 200px;
  }
  .mailing-list #subForm input {
    font-size: 1.3125em;
    padding: 0.575em 1.875em;
  }
  .mailing-list #subForm select {
    font-size: 1.3125em;
    padding: 0.575em 1.875em;
  }
  .mailing-list #subForm button {
    font-size: 1.3125em;
  }
}
/* --- .mailing-list - END --- */
/* --- HOMEPAGE GRID STYLING - END --- */
/* --- FOOTER STYLING - START --- */
footer.footer {
  position: relative;
  overflow: hidden;
}
#bottomwrap {
  position: relative;
  background: linear-gradient(to bottom, #3A7F8D 10%, #ABC2A1 100%);
  padding: 2em 0;
  margin-top: calc(100vw / 15);
  /* --- 600px - END --- */
  /* --- 900px - END --- */
  /* --- 1100px - END --- */
  /* --- 1400px - END --- */
  /* --- 1800px - END --- */
}
#bottomwrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  z-index: 30;
  width: 100%;
  height: calc(100vw / 15);
  background: url("./footer-border-gzXRTcmc.png") no-repeat transparent;
  background-size: 100%;
  background-position: bottom center;
}
#bottomwrap div[class*="bottom"] {
  margin-bottom: 1em;
}
#bottomwrap div[class*="bottom"]:first-child {
  margin-bottom: 0;
}
#bottomwrap div[class*="bottom"] h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
#bottomwrap div[class*="bottom"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottomwrap div[class*="bottom"] ul li .fa {
  color: #2C3B67;
}
#bottomwrap div[class*="bottom"] ul li a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
#bottomwrap div[class*="bottom"] ul li a:hover {
  color: #2C3B67;
}
#bottomwrap div[class*="bottom"] address {
  font-style: normal;
  color: #fff;
}
#bottomwrap div[class*="bottom"] .social-links {
  margin-bottom: 0;
}
#bottomwrap div.bottom-3 iframe#twitter-widget-0 html.SandboxRoot.env-bp-min body > div.timeline-Tweet-media {
  display: none !important;
}
#bottomwrap div.bottom-5 a {
  color: #fff;
  margin-right: 0.5em;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 0;
}
#bottomwrap div.bottom-5 a:last-child {
  margin-right: 0;
}
#bottomwrap div.bottom-5 a:hover {
  color: #2C3B67;
}
#bottomwrap div.bottom-6 p {
  color: #fff;
  margin-bottom: 0;
}
#bottomwrap div.bottom-6 a {
  color: #fff;
  font-weight: 300;
}
#bottomwrap div.bottom-6 a:hover {
  color: #2C3B67;
}
@media screen and (min-width: 600px) {
  #bottomwrap div[class*="bottom"] {
    display: inline;
    float: left;
    clear: none;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  #bottomwrap div.bottom-5 {
    width: 40% !important;
    max-width: none !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
  }
  #bottomwrap div.bottom-6 {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1399px) {
  #bottomwrap div[class*="bottom"]:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  #bottomwrap div[class*="bottom"] {
    margin-bottom: 3em;
  }
  #bottomwrap div[class*="bottom"] h4 {
    margin-bottom: 0.5em;
  }
  #bottomwrap div[class*="bottom"] address {
    font-size: 1.3125em;
    line-height: 1.4em;
    margin-bottom: 0.765em;
  }
  #bottomwrap div[class*="bottom"] ul li {
    font-size: 1.3125em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1400px) {
  #bottomwrap div[class*="bottom"] {
    width: 23%;
    display: inline;
    float: left;
    clear: none;
    margin-bottom: 0;
  }
  #bottomwrap div[class*="bottom"]:nth-child(4n) {
    margin-right: 0;
  }
  #bottomwrap div[class*="bottom"]:last-child {
    margin-right: 0;
  }
  #bottomwrap div[class*="bottom"] h4 {
    font-size: 2em;
    line-height: 1.2em;
  }
  #bottomwrap div[class*="bottom"] ul li {
    margin-bottom: 0.5em;
  }
  #bottomwrap .widget-odd.widget-first.bottom-1,
  #bottomwrap .widget-even.bottom-2 {
    max-width: 280px;
    margin-right: 3%;
  }
  #bottomwrap div.bottom-5 {
    margin-right: 9.5% !important;
  }
  #bottomwrap div.bottom-5 a {
    font-size: 2em;
    margin-right: 1em;
  }
  #bottomwrap div.bottom-6 {
    width: 48% !important;
    max-width: none !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
    padding-top: 0;
  }
  #bottomwrap div.bottom-6 p {
    font-size: 1em;
    padding-top: 2em;
  }
}
@media screen and (min-width: 1500px) {
  #bottomwrap .widget-even.bottom-2 {
    margin-right: 6.5%;
  }
}
@media screen and (min-width: 1800px) {
  #bottomwrap div[class*="bottom"] {
    margin-right: 2.6%;
  }
  #bottomwrap div[class*="bottom"]:nth-child(4n+4) {
    margin-right: 0;
  }
}
#footerwrap {
  background: #fff;
  /* --- .sponsor-links - END --- */
}
#footerwrap .sponsor-links {
  display: block !important;
  padding: 0.9375em 0 0;
  /* --- 414px - END --- */
  /* --- @bp_mobileMenu - END --- */
  /* --- 900px - END --- */
  /* --- 1180px - END --- */
  /* --- 1400px - END --- */
}
#footerwrap .sponsor-links p {
  font-size: 1.1em;
  max-width: 240px;
  font-weight: 500;
  margin: 0 auto;
}
#footerwrap .sponsor-links ul {
  width: 69%;
  position: relative;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
#footerwrap .sponsor-links ul li {
  position: relative;
}
#footerwrap .sponsor-links ul img {
  max-width: 285px;
  margin-bottom: 0.75em;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #footerwrap .sponsor-links ul img {
    max-width: 100px;
  }
}
@media screen and (min-width: 414px) {
  #footerwrap .sponsor-links P {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 730px) {
  #footerwrap .sponsor-links p {
    display: inline-block;
    max-width: 200px;
    margin: 0;
    vertical-align: middle;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  #footerwrap .sponsor-links p {
    margin-right: 1.5em;
  }
  #footerwrap .sponsor-links ul {
    width: 71%;
    max-width: 1092px;
  }
}
@media screen and (min-width: 1180px) {
  #footerwrap .sponsor-links ul {
    width: 77%;
  }
}
@media screen and (min-width: 1400px) {
  #footerwrap .sponsor-links ul {
    width: 80%;
  }
}
/* --- footerwrap --- */
/* --- FOOTER STYLING - END --- */
/* --- FLEXBOX - START --- */
html.flexbox {
  /* --- 500px - END --- */
  /* --- @bp_mobileMenu - END --- */
  /* --- 900px - END --- */
  /* --- 1000px - END --- */
  /* --- 1180px - END --- */
  /* --- 1400px - END --- */
}
html.flexbox .guide-tiles .other-tiles .tile img {
  display: flex;
}
html.flexbox .tiles .two-third,
html.flexbox .tiles .third {
  display: flex;
}
html.flexbox .tiles .two-third img,
html.flexbox .tiles .third img {
  display: flex;
}
html.flexbox .recipe-items ul li a {
  display: inline-block;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
html.flexbox .recipe-items ul li figure {
  display: grid;
}
html.flexbox .category-list .category-item .item-image img {
  display: flex;
}
html.flexbox body.category-journal .category-list,
html.flexbox body.category-blog .category-list,
html.flexbox body.category-industy-insights .category-list,
html.flexbox body.latest-news .category-list,
html.flexbox body.press-releaases .category-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  html.flexbox body.find-your-local-depot #wpsl-result-list #wpsl-stores ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 730px) {
  html.flexbox .guide-tiles > div {
    display: flex;
    justify-content: space-between;
  }
  html.flexbox .guide-tiles .other-tiles div[class*="row"] {
    display: flex;
    justify-content: space-between;
  }
  html.flexbox .guide-tiles .other-tiles .tile {
    display: flex;
  }
  html.flexbox .usp-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
  html.flexbox .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 900px) {
  html.flexbox {
    /* --- .type-page, .type-post - END --- */
  }
  html.flexbox .type-page .half .content-container h3,
  html.flexbox .type-post .half .content-container h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  html.flexbox body.home #gridwrap3 .internal-container {
    display: flex;
    align-items: center;
  }
  html.flexbox body.single #gridwrap3 .internal-container {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 1180px) {
  html.flexbox #footerwrap .sponsor-links > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  html.flexbox #footerwrap .sponsor-links > div ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  html.flexbox body.find-your-local-depot {
    /* --- #wpsl-result-list --- */
  }
  html.flexbox body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: initial;
  }
}
/* --- FLEXBOX - END --- */
@media screen and (min-width: 1000px) {
  body.single #gridwrap3 .internal-container {
    width: 100%;
    max-width: none;
  }
}
main {
  clear: left;
}
main .internal-container {
  text-align: center;
}
main section {
  position: relative;
}
main h3 {
  color: #3ab5f9;
  font-size: 1.3em;
}
main a {
  font-weight: 300;
  color: #3ab5f9;
}
main a:hover {
  color: #2C3B67;
  text-decoration: underline;
}
main .btn.grad {
  max-width: none;
  padding: 0.75em 1.75em;
  line-height: 0.95em;
}
@media screen and (min-width: 730px) {
  main h3 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1400px) {
  main h3 {
    font-size: 2.25em;
  }
}
/* --- CATEGORY PAGE GRID LAYOUT (FISH GLOSSARY) - START --- */
.category-desc {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 1.875em;
  font-size: 1.25em;
}
.category-desc:before {
  content: '';
  display: block;
  height: 68px;
  width: 30px;
  margin: 0 auto 1.0625em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABECAMAAAClDqU8AAAC/VBMVEUAAACEqcuIy/OIyvGIy/OErdCDpsmFrNCFrdCClraDpceHweaEqs2Eqs2IyfGDpsmDpMaClbSEp8qEqs2FtNiDn8GEqs2IyPCFsNOHwOaCnb6ClbWHvuSErM+CmruBjq6EqMuDo8WGv+WBkbCGut+Bj6+ClraIyO+DosSEqMuDpMeGv+SEqs2EpsmIxu2Eqs2IyO+GuN2BkK+Gt9yClraDo8WIxuyFrdCClbaHxOuEqMuClraEqMuClraClreDoMGIx+6ErtGDo8WHwOaFsdWDoMKEp8qGut+DpceIxuyHweeDo8WFq86Eqs2Cl7eDo8WIxu6ClbWCm7yFtNiFrM+FtdmEqs2DnLyEp8qDpMaIyO+ClLODo8WHw+mDpMaDoMKBjqyCm7uGvuSDocOCmbqDpceIx+6DosSIyPCCmLmBkK+FrM+Do8WEqs2IyvGClbSFrdCHwumDo8WDo8WHwOaFrM+GvuSCk7OIyfCGt9yEp8mIyfCEqMuDpsiCm7yDnb6CkrGIyvKDpMeCmLiIyvGHxOuCk7OIyfGCl7eClbWBkK+IyfGDnr+HweaFstaCmLmHxOuIyvGDo8SHwumGvOGFttqFr9KHweiGut+CmrqFsdSEp8qDoMGFtdmHweaIyvGIy/OEpsmBkbCDocOCk7ODnb2HwumGv+WGu+CGuN2CkrKIyO+CmLmDpsiFsdSFrdGGveKGud6IyfGDoMGCl7eIyvGFr9KFstaIy/ODnr+BkbGGvOGCmLiDpMeGuN2ClraBjayGv+WHwumFsNOIx+6Gv+WFrM+FsNOGu+CFrdCBjq2GveKFtdmIyvGIyfGDnb6Gu+CBj66BkbCGut+Do8WDocOBj66FtdmGt9yBkK+IyvGDo8WEqs2EqMuDpMeIyO+ClreBjq2Iy/OHweiEpsmDnb6Ck7OHxeyGv+aGvOGGuN2FtNiDocKCmruIx+2Hw+qGut+Fr9KFrdGBkbCFs9eCmLiBkbGGud6FttqFsdSFrM+CmLmGvuOCm7yClLTFEZfMAAAA2nRSTlMABPBQ4AYlCAJ3Qx/37OnosLChh3txTkIsJhUVEA4N/Pv39e/k5Nza2djNyrWnmpSKgYFXV1FIRTs1MC0pKSQdGhj9/Pv78/Dw7+7n5eHf3dLSycbGwsHAv7qynpyJhYF/enl4c3Jta2pnYV9dWlVSUE5OSEE/MzAqISEXEgr9/Pz6+vr49/b09PTz8evo5+Tj39/b29nY1tbS0NDPzczKycjIxsbDwsHBwMC6urOysrCuqamjoaGamZeXlZCOjYiIhX18eXNzcG9pZmVkYFtaUEZDPj42NTMjIN1zO7MAAAOfSURBVDjLdZFleNNQFIZPgdqQbcCGDnd3d3d3d3d3d3d3d3d3d4eENpAmdagOtgEP56YNbZPy/vm+3jf3Pufewo6vIslEUvi5AGk+/ZeZMOHsHMz8wzJkSO5n2NN+K4nbnhwAJpeY/+nT4gEaEHlGTjtVkVSii+n1+sM1QKBGJ/zRaQIEqNhCr0+TgbRyafT6/NiCUZf49u3bAIA7GCXUIKVcQ6OxazGjsWE5CEOm/EakRUoIS42537+vyArhKfYd6Rfe3WLZfatZdmQ4N5Jl12fN1IjNlUnuUjZil+IsY2qz25RSpyhsMo0hpZfJ1FUq75pMN31f7TfVHic5NNevwopA1YTIE2bzv897mc2PIfjdzebLIKJcY84TPNMBR/2gl3nhcDwI/HrtcJSEAJoNjjwKEDn5AzcGUfrHj9Jin2ixXAu9dB7LQbGXtFgkT4YrH/x17c+2EMrEnz/T+9p7q/UJSGht3eor6a3WmhIXWGvraQ1SMno8wrxxdTzpQcYyz3kSYxMSysvlsYRNJO47nXFyedtZhzzSOec6kBPrdGbEaOM6DnKquFwjMJq4ioMctcv1EN8xMfEeINUHj5gqXGJweQ3J1InpAKbQdCqcdmgqmm6qAkhH03S7OFAWoWk8cBKNNnYoTRdMTTethK5NKrpdFXR0Wjzm8+fUn5EiSlUTkukgIgcGLhYFqGQwxBatV6+4GkDVIUdkXwCI2JyjYGwHQ5Qgx0IYdhrwWJXBkHYqzpU2siDZpToaWags2d3A0AUgs06n66iMK6RDroIqkuQQGD1Lp+uG96xFUVShAlSDUd0pqmNjqvmbolStqJy42B8AGlMFsOaMAOiGK6smgTIKszlFjUK52xaliukv/O9vY4ZkIzm6d9myNlsVbF1sBUBOb1tdBUaMrW42uTxt20KiAsdFyOUS7iIJ9XSuu8xV5rjnQmnP7ZXJGI7LLJSev6dhCaXV71a+UtVuHyhx1e32Pv660d5eInva7dX9tU9SUlVfq1ZNCMXypCPgJ/Ns7xWhaL1eLckyXu9wEDnDLMhCshnDNCPZksmnAZHxDHOdZDTDRJONDBM8YfSfhWRrNq0WX1KR708+ZfCD8HxnENHyfBkIpjPPVwD/xPP4PRBCltx8S7XQNIf4GZUhlEHx8ZeEUio+vhRIiXa7yd1eud27FDKZJa970Xiomtud+yPIqZD9S953eb9kfwnhGPSF8AjC0wNdD/gfN7KHDvoXAYiXMZwFmDsAAAAASUVORK5CYII=") no-repeat center transparent;
  background-size: contain;
}
.category-desc h2 {
  margin-top: 0;
  margin-bottom: 0.35em;
}
@media screen and (min-width: 1400px) {
  .category-desc {
    margin: 0 auto 3.75em;
  }
  .category-desc:before {
    margin: 0 auto 2.125em;
  }
  .category-desc h2 {
    margin-bottom: 0.5825em;
    line-height: 1.17em;
  }
}
body.category-our-businesses .category-list .category-item .item-description p,
body.category-our-businesses .category-list > article .item-description p {
  display: block;
}
/* line limit override back to normal */
.category-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* --- .category-item - END --- */
}
.category-list > .category-item,
.category-list > article {
  position: relative;
  width: 100%;
  box-shadow: 0 0 10.5px 1.5px #e2e1e1;
  margin-bottom: 2em;
  cursor: pointer;
  text-align: left;
}
.category-list > .category-item img,
.category-list > article img {
  opacity: 0.5;
}
.category-list > .category-item:hover .item-head img,
.category-list > article:hover .item-head img {
  opacity: 0.7;
}
.category-list > .category-item .item-head,
.category-list > article .item-head {
  position: relative;
  overflow: hidden;
  background: #2C3B67;
  min-height: 50vw;
  max-height: 50vw;
}
.category-list > .category-item .item-head img,
.category-list > article .item-head img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 520px) and (max-width: 730px) {
  .category-list > .category-item .item-head img,
  .category-list > article .item-head img {
    height: 100%;
  }
}
.category-list > .category-item .category-title,
.category-list > article .category-title {
  position: absolute;
  width: 80%;
  bottom: 10%;
  left: 10%;
  margin: 0;
}
.category-list > .category-item .category-title .post-category-title,
.category-list > article .category-title .post-category-title {
  display: inline-block;
  margin-bottom: 0.125em;
  font-size: 0.875em;
}
.category-list > .category-item .category-title .post-category-title:after,
.category-list > article .category-title .post-category-title:after {
  margin-left: 0.5em;
  content: '\f0da';
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 0.6em;
}
.category-list > .category-item .category-title a,
.category-list > article .category-title a {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 0.95em;
  transition: all 0.3s ease-in-out;
}
.category-list > .category-item .category-title a:hover,
.category-list > article .category-title a:hover {
  color: #6bc8fb;
  text-decoration: none;
}
.category-list > .category-item img,
.category-list > article img {
  width: 100%;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  backface-visibility: hidden;
}
.category-list > .category-item .item-description,
.category-list > article .item-description {
  padding: 1.5em;
  margin: 0;
}
.category-list > .category-item .item-description .btn.grad,
.category-list > article .item-description .btn.grad {
  display: block;
  margin-top: 1.5em;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .category-list > .category-item,
  .category-list > article {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    clear: none;
    margin-right: 1%;
    margin-left: 1%;
  }
  .category-list > .category-item:nth-child(even),
  .category-list > article:nth-child(even) {
    margin-right: 0;
  }
  .category-list > .category-item:nth-child(2n+3),
  .category-list > article:nth-child(2n+3) {
    clear: left;
  }
}
@media screen and (min-width: 730px) {
  .category-list > .category-item,
  .category-list > article {
    text-align: left;
  }
  .category-list > .category-item .item-head,
  .category-list > article .item-head {
    min-height: 12.75vw;
    max-height: 12.75vw;
  }
  .category-list > .category-item .item-description .btn.grad,
  .category-list > article .item-description .btn.grad {
    max-width: 260px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1000px) {
  .category-list > .category-item,
  .category-list > article {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-bottom: 2em;
    margin-right: 1%;
    margin-left: 1%;
    clear: none;
  }
  .category-list > .category-item:nth-child(3n),
  .category-list > article:nth-child(3n) {
    margin-right: 0;
  }
  .category-list > .category-item:nth-child(3n+1),
  .category-list > article:nth-child(3n+1) {
    clear: left;
  }
  .category-list > .category-item .category-title,
  .category-list > article .category-title {
    left: 1em;
    bottom: 0.85em;
  }
  .category-list > .category-item .item-description,
  .category-list > article .item-description {
    padding: 1.325em;
  }
}
@media screen and (min-width: 1400px) {
  .category-list > .category-item,
  .category-list > article {
    box-shadow: 0 0 21px 3px #e2e1e1;
  }
  .category-list > .category-item .category-title,
  .category-list > article .category-title {
    font-size: 2em;
    left: 1.225em;
  }
  .category-list > .category-item .category-title .post-category-title,
  .category-list > article .category-title .post-category-title {
    font-size: 0.75em;
  }
  .category-list > .category-item .item-description,
  .category-list > article .item-description {
    padding: 1.925em;
  }
}
/* --- CATEGORY PAGE GRID LAYOUT - END --- */
/* --- INTERNAL PAGES GENERAL - START --- */
body.single .type-post:before,
body.page .type-post:before {
  content: '';
  display: block;
  height: 68px;
  width: 30px;
  margin: 0 auto 1.0625em;
  background: url("data:image/png;base64,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") no-repeat center transparent;
  background-size: contain;
}
@media screen and (min-width: 1400px) {
  body.single .type-post:before,
  body.page .type-post:before {
    margin: 0 auto 2.125em;
  }
}
body.single .type-page:before,
body.page .type-page:before {
  content: '';
  display: block;
  height: 68px;
  width: 30px;
  margin: 0 auto 1.0625em;
  background: url("data:image/png;base64,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") no-repeat center transparent;
  background-size: contain;
}
.type-page {
  /* p */
  /* ul */
  /* --- ol - TOP LVL --- */
}
.type-page h4 {
  margin-top: 1.5em;
}
.type-page p {
  width: 85%;
  margin: 0 auto 1em;
  max-width: 1150px;
}
.type-page p.intro-text {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 2em;
  /* --- @bp_mobileMenu --- */
  /* --- 1400px --- */
}
@media screen and (min-width: 730px) {
  .type-page p.intro-text {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1400px) {
  .type-page p.intro-text {
    font-size: 2em;
  }
}
.type-page p a:hover {
  text-decoration: underline;
}
.type-page img {
  max-width: 100%;
}
.type-page ul {
  list-style-position: inside;
  padding: 0;
  max-width: 800px;
  margin: auto;
  /* --- @bp_mobileMenu --- */
  /* --- 1400px --- */
}
.type-page ul li {
  color: #2C3B67;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
.type-page ul li ul li {
  font-size: inherit;
}
@media screen and (min-width: 730px) {
  .type-page ul li {
    font-size: 1.2em;
  }
  .type-page ul li ul li {
    font-size: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .type-page ul li {
    font-size: 1.3em;
    line-height: 1.238em;
  }
  .type-page ul li ul li {
    font-size: inherit;
    line-height: inherit;
  }
}
.type-page ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style: none;
  /* --- 1400px --- */
}
.type-page ol li {
  margin-bottom: 0.5em;
  /* --- ol - SECOND LVL --- */
}
.type-page ol li span {
  display: block;
  margin-bottom: 0.25em;
  color: #3ab5f9;
  font-weight: 600;
  font-size: 1.5em;
}
.type-page ol li > ol {
  margin-bottom: 2em;
}
.type-page ol li > ol li {
  /* --- ol - THIRD LVL (a, b, c etc.) --- */
}
.type-page ol li > ol li > ol li {
  font-size: 0.875em;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  .type-page ol ol li {
    font-size: 1.3em;
  }
}
/* .type-page - END */
.type-page,
.type-post {
  /* internal page override 50/50 content and image containers */
}
.type-page .half,
.type-post .half {
  margin-top: 1.5em;
}
.type-page .half .content-container,
.type-post .half .content-container {
  margin-bottom: 1.5em;
}
.type-page .half .content-container p,
.type-post .half .content-container p {
  color: #2C3B67;
  width: 100%;
  margin-top: 0;
  font-size: 1em;
}
.type-page .half .content-container p:last-child,
.type-post .half .content-container p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .type-page .half .content-container,
  .type-post .half .content-container {
    margin-bottom: 0;
    padding: 8% 0;
  }
}
@media screen and (min-width: 900px) {
  .type-page .half .content-container.no-pad,
  .type-post .half .content-container.no-pad {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .type-page .half .content-container.no-pad.business,
  .type-post .half .content-container.no-pad.business {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.type-page .half .image-container,
.type-post .half .image-container {
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .type-page .half .image-container,
  .type-post .half .image-container {
    margin-bottom: 0;
  }
}
.type-page .half:before,
.type-post .half:before,
.type-page .half:after,
.type-post .half:after {
  content: '';
  display: table;
}
.type-page .half:after,
.type-post .half:after {
  clear: both;
}
@media screen and (min-width: 1400px) {
  .type-page .half,
  .type-post .half {
    margin-top: 2.5em;
  }
  .type-page .half .content-container p,
  .type-post .half .content-container p {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 730px) {
  .type-page .half.left .main-image,
  .type-post .half.left .main-image {
    margin-left: 2.895%;
  }
  .type-page .half.left .main-image img,
  .type-post .half.left .main-image img {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 900px) {
  .type-page .half.left .image-container,
  .type-post .half.left .image-container {
    float: left;
  }
  .type-page .half.left .content-container.no-pad,
  .type-post .half.left .content-container.no-pad {
    right: 0;
  }
}
@media screen and (min-width: 730px) {
  .type-page .half.right .main-image,
  .type-post .half.right .main-image {
    margin-right: 2.895%;
  }
}
@media screen and (min-width: 900px) {
  .type-page .half.right .image-container,
  .type-post .half.right .image-container {
    float: right;
  }
  .type-page .half.right .content-container.no-pad,
  .type-post .half.right .content-container.no-pad {
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .type-page .half.left.laky .content-container.no-pad,
  .type-post .half.left.laky .content-container.no-pad {
    position: inherit;
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1250px) {
  .type-page .half.left.laky .content-container.no-pad,
  .type-post .half.left.laky .content-container.no-pad {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 900px) {
  .type-page .half.left.laky .image-container,
  .type-post .half.left.laky .image-container {
    float: left;
  }
}
@media screen and (min-width: 1250px) {
  .type-page .half.left.laky .image-container,
  .type-post .half.left.laky .image-container {
    float: left;
  }
}
@media screen and (min-width: 1420px) {
  .type-page .half.left.laky .image-container,
  .type-post .half.left.laky .image-container {
    width: 38%;
  }
}
.type-post .half .image-container img {
  box-shadow: none;
}
.other-container {
  margin-bottom: 2.8125em;
}
.other-container .other-info a.large-text {
  font-size: 2em;
}
@media screen and (max-width: 730px) {
  .other-container .other-info a {
    word-break: break-word;
  }
}
@media screen and (min-width: 730px) {
  .other-container {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 1400px) {
  .other-container {
    margin-bottom: 5.625em;
  }
}
/* --- .type-page - END --- */
/* --- INTERNAL PAGES GENERAL - END --- */
/* --- INTERNAL PAGES FISHES - START --- */
.featured-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: -4em auto 0;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzQUI1RjkiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyQjMzNjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czMjIpIiAvPgo8L3N2Zz4=);
}
.featured-image img {
  width: 100%;
  opacity: 0.8;
}
@media screen and (min-width: 414px) {
  .featured-image {
    width: 125px;
    height: 125px;
    margin: -4em auto 0;
  }
}
@media screen and (min-width: 600px) {
  .featured-image {
    width: 175px;
    height: 175px;
    margin: -8em auto 0;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .featured-image {
    width: 250px;
    height: 250px;
    margin: -13.5em auto 0;
  }
}
/* --- .featured-image - END --- */
.description-container {
  margin-bottom: 2em;
}
.description-container .fish-desc {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.description-container .fish-desc .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
.description-container .fish-desc .buttons .btn-green {
  background: #18c956;
}
.description-container .fish-desc .buttons a {
  color: #fff;
  border-radius: 12px;
  padding: 12px 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 3px;
}
.description-container .fish-desc .buttons a span {
  display: block;
}
.description-container .fish-desc .buttons a:hover {
  background: #2c3b67;
  color: #fff;
}
.description-container .fish-desc .buttons a img {
  display: block;
  margin: 0 auto 0.4em;
}
@media screen and (max-width: 600px) {
  .description-container .fish-desc .buttons a img {
    width: 4%;
  }
}
.description-container .fish-desc .buttons .btn-blue {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  border: 0;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
  box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
@media screen and (min-width: 1400px) {
  .description-container {
    margin-bottom: 3.5em;
    padding-top: 0.65em;
  }
}
/* --- .description-container - END --- */
.usp-container {
  position: relative;
  margin-bottom: 1em;
}
.usp-container .usp-item {
  display: block;
  margin-bottom: 1em;
}
.usp-container .usp-item h3 {
  margin-top: 0;
}
.usp-container .usp-item p {
  margin-bottom: 0;
}
.usp-container .usp-item:after {
  display: block;
  position: relative;
  content: '';
  height: 3em;
  text-align: center;
  background: url("./single-vertical-wave-Dg35tfqP.png") no-repeat transparent;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.usp-container .usp-item:last-child:after {
  display: none;
}
@media screen and (min-width: 730px) {
  .usp-container {
    margin-bottom: 1.96875em;
  }
  .usp-container .usp-item {
    position: relative;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5em 0 0;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .usp-container .usp-item:after {
    position: absolute;
    width: 1em;
    height: 3em;
    right: -6%;
    top: 50%;
    transform: rotate(0) translateY(-50%);
  }
  .usp-container .usp-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .usp-container .usp-item:nth-child(3n+3):after {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .usp-container {
    margin-bottom: 2em;
  }
}
/* --- .usp-container - END --- */
.facts-container {
  position: relative;
  /* --- ol --- */
  /* --- @bp_mobileMenu - END --- */
}
.facts-container .facts-list {
  padding: 1.25em;
  background: #f3f3f3;
  margin-bottom: 2.8125em;
}
.facts-container h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.facts-container h3 {
  margin-bottom: 1.2em;
}
.facts-container ol {
  list-style: none;
  counter-reset: section;
  margin-top: 0;
  margin-bottom: 1.25em;
  padding: 0;
}
.facts-container ol li {
  position: relative;
  padding: 0.5em 1.5em;
  margin-bottom: 0.3em;
  color: #fff;
  background: #2b3463;
  font-weight: 300;
}
.facts-container ol li:last-child {
  margin-bottom: 0;
}
.facts-container ol li:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.325em;
  content: counter(section) '.';
  counter-increment: section;
  color: #3ab5f9;
  font-size: 1.5em;
  font-weight: 600;
}
.facts-container ol li a:hover {
  color: #fff;
  text-decoration: underline;
}
.facts-container ul li {
  font-size: 1em;
}
.facts-container p a {
  color: #3ab5f9;
  font-weight: 300;
}
.facts-container p a.btn.grad {
  color: #ffffff;
}
.facts-container p a.btn.grad:hover {
  text-decoration: none;
}
@media screen and (min-width: 730px) {
  .facts-container .facts-list {
    margin-bottom: 3.5em;
    padding: 2em 2.5em;
  }
  .facts-container ol li {
    padding: 0.75em 1em;
    font-size: 1.3125em;
    line-height: 1em;
  }
  .facts-container ol li:before {
    font-size: 44px;
    line-height: 33px;
  }
  .facts-container ul li {
    font-size: 1.3em;
    line-height: 1.238em;
  }
}
@media screen and (min-width: 1400px) {
  .facts-container .facts-list {
    padding: 2.8125em 5.625em;
    margin-bottom: 5.625em;
  }
  .facts-container ol {
    margin-bottom: 2.5em;
  }
  .facts-container ol li:before {
    font-size: 63px;
    line-height: 47.25px;
  }
}
/* --- .facts-container - END --- */
.questions-container .faq-items {
  margin-bottom: 2.8125em;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.questions-container .faq-items h2 {
  margin-top: 0;
}
.questions-container .faq-items p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 730px) {
  .questions-container p {
    margin-bottom: 2.25em;
  }
}
@media screen and (min-width: 1400px) {
  .questions-container .faq-items {
    margin-bottom: 3.625em;
  }
}
/* --- .questions-container - END --- */
.recipe-items {
  /* --- ul --- */
  /* --- @bp_mobileMenu - END --- */
}
.recipe-items .owl-carousel .owl-item {
  display: flex;
}
.recipe-items h2 {
  margin-top: 0;
}
.recipe-items ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2.1875em;
  /* --- li --- */
}
.recipe-items ul li {
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
  box-shadow: 0 0 23px #e2e1e1;
  overflow: hidden;
}
.recipe-items ul li figure {
  position: relative;
  margin: 0;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  background: #2b3364;
}
html.flexbox .recipe-items ul li figure {
  display: flex;
  flex-wrap: wrap;
}
html.flexbox .recipe-items ul li figure a.video img {
  height: 300px;
  max-width: auto;
  width: auto;
}
.recipe-items ul li figure img {
  opacity: 0.5;
}
.recipe-items ul li figure figcaption {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0.5em;
  padding: 0 1em;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1em;
}
.recipe-items ul li p {
  text-align: left;
  margin: 0;
  padding: 1.75em 1.925em 1.75em;
}
.recipe-items ul li p .btn.grad {
  text-align: center;
  max-width: 260px;
}
.recipe-items ul li p:last-child {
  padding-top: 0;
  padding-bottom: 2.85em;
}
.recipe-items img {
  width: 100%;
}
@media screen and (min-width: 730px) {
  .recipe-items {
    /* --- ul --- */
  }
  .recipe-items p {
    margin-bottom: 2em;
  }
  .recipe-items ul {
    margin-bottom: 5.4375em;
  }
  .recipe-items ul li p .btn.grad {
    width: 100%;
  }
}
/* --- .recipe-items - END --- */
.share-info {
  background: #f3f3f3;
  padding: 1.25em;
  margin-bottom: 4.5em;
}
.share-info h3 {
  margin-top: 0;
  margin-bottom: 0.75em;
}
.share-info p {
  margin-bottom: 1.25em;
}
.share-info p:last-child {
  margin-bottom: 0;
}
.share-info a {
  background: transparent;
}
.share-info a:hover {
  text-decoration: none !important;
}
.share-info i.fa {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 1.3em;
}
.share-info i.fa:before {
  color: #3ab5f9 !important;
}
.share-info i.fa:hover:before {
  color: #2c8bbf !important;
}
@media screen and (min-width: 730px) {
  .share-info {
    padding: 2.5em;
  }
  .share-info h3 {
    margin-bottom: 1em;
  }
  .share-info i.fa {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1400px) {
  .share-info h3 {
    margin-bottom: 1.25em;
  }
}
/* --- .share-info - END --- */
.other-fish-intro {
  padding: 0 3em;
  text-align: center;
}
.other-fish-intro h3 {
  margin-bottom: 0.33em;
}
.other-fish-intro h3 span {
  display: block;
}
.other-fish-intro p {
  margin-bottom: 1.68em;
}
.other-fish-intro .btn.grad {
  max-width: none;
  padding: 0.5em 1.5em;
}
@media screen and (min-width: 1000px) {
  .other-fish-intro {
    position: relative;
    display: inline-block;
    width: 52%;
    max-width: 1030px;
    vertical-align: middle;
    margin-right: 3%;
    padding: 0;
    z-index: 20;
    background: #fff;
  }
  .other-fish-intro > div {
    position: absolute;
    width: 85%;
    max-width: 585px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .other-fish-intro h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    line-height: 1.2em;
  }
  .other-fish-intro .btn.grad {
    max-width: none;
    padding: 0.75em 1.5em;
  }
}
/* --- .other-fish-intro - END --- */
.logo-container {
  position: relative;
  display: block;
  background: #f3f3f3;
  padding: 1.25em;
}
.logo-container p:first-child {
  margin-top: 0 !important;
}
.logo-container figure {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 2em;
}
.logo-container figure:last-child {
  margin-bottom: 0;
}
.logo-container figure img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 414px) {
  .logo-container figure {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
  }
  .logo-container figure:nth-child(odd) {
    margin-right: 0;
  }
  .logo-container figure:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 730px) {
  .logo-container {
    padding: 2em 2.5em;
  }
  .logo-container figure {
    width: 30%;
    margin-bottom: 0;
  }
  .logo-container figure:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .logo-container {
    padding: 2.8125em 5.625em;
  }
  .logo-container figcaption {
    font-size: 1.25em;
  }
}
ul.list li {
  position: relative;
  margin: 0.25em 0.5em !important;
  padding: 0.75em 0;
}
ul.list li:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  content: '';
  width: 1em;
  height: 1.5em;
  right: -1.5%;
  text-align: center;
  background: url("./single-vertical-wave-Dg35tfqP.png") no-repeat transparent;
  background-position: center;
  background-size: contain;
}
ul.list li:last-child::after {
  background: transparent;
  width: 0;
  height: 0;
  right: 0;
}
.tiles {
  display: block;
  margin: 1.5em 0;
  /* .two-third, .third */
}
.tiles .third {
  width: 100%;
}
.tiles .two-third,
.tiles .third {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  box-shadow: 0 0 7.5px 3px #e2e1e1;
}
.tiles .two-third .image-container,
.tiles .third .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkIzMzY0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjM0FCNUY5IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzc3KSIgLz4KPC9zdmc+);
  background-size: 103%;
  cursor: pointer;
}
.tiles .two-third .image-container img,
.tiles .third .image-container img {
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
  vertical-align: top;
}
.tiles .two-third:hover .image-container img,
.tiles .third:hover .image-container img {
  opacity: 0.35;
}
.tiles img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .tiles img {
    min-height: 450px;
  }
}
.tiles h4 {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: 1em;
  font-size: 2.25em;
}
.tiles h4 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 1400px) {
  .tiles h4 {
    font-size: 2.5em;
    font-size: 3em;
  }
}
@media screen and (min-width: 730px) {
  .tiles .third {
    display: inline-block;
    vertical-align: top;
    width: 31%;
  }
  .tiles .two-third {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    margin-right: 2%;
  }
  .tiles .two-third,
  .tiles .third {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .tiles .two-third,
  .tiles .third {
    box-shadow: 0 0 20px 3px #e2e1e1;
  }
}
/* .tiles */
@media screen and (min-width: 730px) {
  .tiles.reverse {
    margin: 2.5% 0;
  }
  .tiles.reverse .third {
    margin-right: 2%;
  }
  .tiles.reverse .two-third {
    margin-right: 0;
  }
}
.video-tile {
  display: block;
  width: 100%;
  margin-bottom: 2.5em;
}
.video-tile p {
  margin-top: 0.75em;
  font-weight: 500;
}
@media screen and (min-width: 730px) {
  .video-tile.grid {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .video-tile.grid:nth-child(2n+1) {
    margin-right: 0;
  }
  .video-tile.grid:last-child {
    margin-right: 0;
  }
  .video-tile.grid .video-container {
    width: 100%;
    padding-bottom: 56.15%;
  }
}
/* --- INTERNAL PAGES FISHES - END --- */
/* --- FIND YOUR LOCAL DEPOT STYLING - START --- */
.type-page .intro-description {
  width: 85%;
  max-width: 1050px;
  margin: 0 auto 1.875em;
}
.type-page .intro-description h2 {
  margin-bottom: 0.265em;
}
.type-page .intro-description p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 730px) {
  .type-page .intro-description {
    margin: 0 auto 3.75em;
  }
}
/* --- .type-page - END --- */
body.find-your-local-depot {
  /* --- .wpsl-search - END --- */
  /* --- MAP LOCATOR - START --- */
  /* --- MAP LOCATOR - END --- */
  /* --- #wpsl-result-list - END --- */
}
body.find-your-local-depot .type-page:before {
  content: '';
  display: block;
  width: 50px;
  height: 51px;
  margin: 0 auto 0.75em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAzCAYAAADVY1sUAAAFe0lEQVRogd2aa4hVVRTHfzOeMkaTJPNDDy0ZTYSMaUDwlc9Ks8TEVBw1Sxv1Qw9ISI0+BFYSEpKERqT5TIOKqDExy3wU5CstGtIptEgDs8JHNsbM+vdh7+vcmbn33HPuPdcZ+sNi73v2a6291157r7VvydL95ygy1gETgKeANUl3Xl/zKgABUtJ9p6M7MMPnn6AIgqRQbEGuaTZWEVFsQa4Y/keCmLU1D4kgEEVZkWuBPkBl2reuwHigDvgJ+DfJAZNUrb44C3UvUAF0aFF+M/Chz18EvgJqgE3A6UIHD7CCBbkPeA4Y2uL7QeCMLwf4C9gL9MYJPdrTK8AW4GWgNl8mApT3HikHXsetAMBRYA+wHjfbDUAP4Gdf/itOtQA6AWOAacBEYDowFVgJPA+cjctMoPxUaxZOiDKcvr8NvAiRN9zfwHuebgUWA4/jDs0HgMnAgTgMlWIiBpVgWoZpDaYyTGsx9ce0BJMy1G9Iy1uWPk9gqsZ0F6ZtmG7DtBfTpEg8XRZERkQqQbYK2TP+9xxks5BdDGlzCtkun383R//fIBuLbDWyjsg2I6vKyZdHHKu1BKgGGoHBwNcR240ErgP+jFh/Nm5/VQOrcUZia65GUTf7g8CiNMaiCgFgRBcihbk48z0bZzwqgF/CGkQxv9fjZqYEWAXsjslUvpgDdAam4IzJKEKMSZQVWQp0wx1m8xNhMTqqgTuBEUAVsCFbxVxWqzemR31+YUwLlwSdw7Tc51/AFGSzWoHCV2QBTlfXAD8kMcV54A3cYTkcd75sylQpzPyWIZvq88timOliUMp0P5bN/JYikYXGInVB2o5UG1LvStBqn45A6t6szCPMHxnt008K146CcQl4H3cvGwlsblkhTLUG+XRnG6tVinb7dGCck70U5xgBHEt8fvNDytj0zVQYYHY10I/mjtANuAjIGV+WQiPOZ0jUu8uATDx18untpHmeV90xoRGoDZA+Bu7J0mE3Wl+n9wB3J8JuduygtaOWQk9a8/RpILPKTLVDUIG7rhQr/FLix4iDygBZFfAIzZexDBiH861r0r434g6kYsaQhPMcp9Fate7HOWXpt+FGYG3Jknf2ZeqsM3AeuICLiLQHDMDduvf7PAANR51M2a4oF4CTwE2eThabywgo92ldpsKwa/wRnBCVtA9BUnv5SKbCsAPxC58+2A4OQ5ANacFXswMx7K71kU+HtvE9C6SBSAOQTiEdzHzXyrxHwJ2k+3Abax7OO2wrpBy6jTgr1Qq5HKvXfDqlDZyqFJVjmuFDSyvzDQdtQVaHbDiyRW20N17y6QZkx1uVNwkSqpsNSE/7/EKknld4b8xEehjpHNLijHU8AuV+H9nqdbMKeAsX0qyPod+lxItrpdALWO7zC4DfwgeJNjPzkY4hjUJajxS1HUifI/2RdUYz0y1INUhdkTYjvZm1bpMgkfT0PLJxyH5HNgnZB8g6R2h3I7JhPj854ljlyLYh64tz6maH1r8sSHTr8SOm4ZhOYhqPaTumihxt0sM3Ucaaiekgpn6YdmF6CNPF0DYxVyRFtf6EPYxzOQ/hAtsdCrRM5bhIyVpkXZBtRDYG2dmcbWPukXQ64U/aFUiGNBfpW6SlSL1i9jUIaR1SXZp1qkaajlQfqQ+PfF+s6oEncX/PWAYMw7mmzwKf4bzI73HRjxQ6AgNxsYAKYAhNF8EGXDh0MTmsUzYU+oZ4ABcBHIyL007EBZtHZajbB/ckl45TOAFWAccLYSSp5+kvPc3DCTUUt0J9gP6+ziXgEM6f+A7YCRwmy90pLpL+58M/uMDBDv+7B02PoceAQUkOlo4knqfbBQp5nm5XCChqQKTZnayhmAMFKq5qnca9AU4AVhRzoP8AJVkzPH2LSsIAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}
body.find-your-local-depot .intro-description h2 {
  margin-top: 0;
}
body.find-your-local-depot #wpsl-wrap {
  margin-bottom: 0;
  overflow: visible;
}
body.find-your-local-depot main > p {
  width: 100%;
  max-width: none;
}
body.find-your-local-depot .wpsl-search {
  width: 85%;
  max-width: 885px;
  margin: 0 auto 2em;
  padding: 0;
  background: transparent;
  /* --- #wpsl-search-wrap --- */
  /* --- @bp_mobileMenu --- */
  /* --- 1400px - END --- */
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap {
  width: 100%;
  /* --- .wpsl-input --- */
  /* --- .wpsl-search-btn-wrap --- */
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input {
  display: inline-block;
  vertical-align: super;
  float: none;
  width: 100%;
  max-width: 590px;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input > div {
  width: 1px;
  height: 1px;
  opacity: 0;
  margin: 0;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input > div label {
  width: 1px;
  line-height: 0;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzOUFERjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMjcwQUEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxNTYpIiAvPgo8L3N2Zz4=);
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0.5em;
  border: 0 !important;
  width: 100%;
  text-align: center;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input::placeholder {
  color: #fff;
  opacity: 1;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
  display: inline-block;
  vertical-align: super;
  float: none;
  margin: 0;
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap input#wpsl-search-btn {
  border: 0;
  float: none;
  margin: 0;
  padding: 0.5em 2em;
  max-width: 260px;
  border-radius: 2em;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
}
body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap input#wpsl-search-btn:hover {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDMwNTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRDVGNzIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MykiIC8+Cjwvc3ZnPg==);
}
@media screen and (min-width: 730px) {
  body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input {
    margin-right: 2.1875em;
  }
  body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  body.find-your-local-depot .wpsl-search {
    /* --- #wpsl-search-wrap --- */
  }
  body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-input input#wpsl-search-input {
    padding: 0.57em 1.285em;
    font-size: 1.3125em;
  }
  body.find-your-local-depot .wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap input#wpsl-search-btn {
    font-size: 1.3em;
  }
}
body.find-your-local-depot #wpsl-gmap {
  width: 100%;
  max-height: 510px;
  margin-bottom: 2em;
  float: none;
  /* --- HIDE GOOGLE NAME ETC (DECLUTTER OTHER TEXT LAYERED ON THE MAP) --- */
  /* --- MAP CONTROLS (ZOOM, REFRESH & LOCATION ICONS) --- */
  /* --- VIEW ON GOOGLE MAPS LINK INSIDE INFO WINDOW --- */
  /* --- MAP INFO WINDOW FOR EACH DEPOT --- */
  /* --- .wpsl-info-window --- */
  /* --- @bp_mobileMenu --- */
  /* --- 1400px --- */
}
body.find-your-local-depot #wpsl-gmap .gmnoprint.gm-style-cc {
  display: none;
}
body.find-your-local-depot #wpsl-gmap .gmnoprint.gm-bundled-control > div.gmnoprint > div {
  border-radius: 0 !important;
  box-shadow: 0 0 21px 3px rgba(195, 196, 197, 0.75) !important;
}
body.find-your-local-depot #wpsl-gmap .gmnoprint.gm-bundled-control > div.gmnoprint > div > div {
  max-width: 28px !important;
  max-height: 1px !important;
  left: 0 !important;
}
body.find-your-local-depot #wpsl-gmap .gmnoprint.gm-bundled-control > div.gmnoprint > div > div:nth-of-type(2n) {
  width: 14px !important;
  height: 1px !important;
  margin: 0 auto;
  background-color: #e6e6e6 !important;
}
body.find-your-local-depot #wpsl-gmap #wpsl-map-controls {
  border-radius: 0;
  box-shadow: 0 0 21px 3px rgba(195, 196, 197, 0.75);
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div {
  width: 250px !important;
  height: 200px !important;
  background: transparent !important;
  /* close info window btn */
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div {
  /* arrow pointer shadow */
  /* arrow pointer */
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:first-child {
  display: none;
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(even) {
  width: 250px !important;
  background: transparent !important;
  border-radius: 0 !important;
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(2n) {
  box-shadow: none !important;
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(3n) {
  display: none;
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(3n) div {
  /* arrow pointer style */
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(3n) div > div {
  background: #f3f3f3 !important;
  box-shadow: 0 0 24px rgba(195, 196, 197, 0.75) !important;
}
body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div:last-child {
  position: absolute !important;
  top: 60px !important;
  right: -14px !important;
}
@media screen and (min-width: 730px) {
  body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div {
    width: 290px !important;
  }
  body.find-your-local-depot #wpsl-gmap .gm-style > div > div:last-child > div:last-child > div > div > div:nth-child(even) {
    width: 290px !important;
  }
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw {
  width: 100% !important;
  max-width: 250px;
  left: 0 !important;
  top: 0 !important;
  text-align: left;
  font-family: 'Rasa', serif;
  overflow: visible;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw > div {
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  overflow: visible !important;
  width: 100%;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw > div > div {
  overflow: visible !important;
  position: relative;
  display: block;
}
@media screen and (min-width: 730px) {
  body.find-your-local-depot #wpsl-gmap .gm-style-iw {
    max-width: 290px !important;
  }
}
body.find-your-local-depot #wpsl-gmap .wpsl-info-actions {
  width: 100%;
  max-width: 290px;
  margin: 0 !important;
  padding: 1.125em 1.3em 0.85em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzNDZEODMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyQzNCNjciIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czMTEpIiAvPgo8L3N2Zz4=);
}
body.find-your-local-depot #wpsl-gmap .wpsl-info-actions a {
  float: none;
  color: #fff;
  margin: 0;
  font-size: 1.4em;
}
body.find-your-local-depot #wpsl-gmap .wpsl-info-actions a:after {
  content: '\f178';
  display: inline;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  margin-left: 0.5em;
  color: #3ab5f9;
  font-family: 'FontAwesome';
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw {
  max-width: none !important;
  position: relative;
  top: 3.25em;
  left: 2em;
  min-height: 260px;
  max-height: 385px;
  box-shadow: 0 0 24px rgba(195, 196, 197, 0.75) !important;
  /* --- DEPOT ADDRESS DETAILS --- */
  /* --- DEPOT CONTACT DETAILS --- */
  /* .contact-details */
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .address-details {
  width: 100%;
  max-width: 284px;
  padding: 0 1.5em 2em;
  margin-bottom: 0;
  background: #fff;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .address-details strong {
  display: block;
  margin-bottom: 0.35em;
  padding-top: 0.75em;
  font-weight: 500;
  font-size: 1.6em;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .address-details span {
  font-size: 1.2em;
  font-weight: 300;
  padding: 0;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details {
  width: 100%;
  max-width: 290px;
  position: relative;
  padding: 0.5em 1.3em 1em;
  background: #f3f3f3;
  margin-top: -0.75em;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details:after {
  content: '';
  display: block;
  width: 2.5375em;
  height: 1.6175em;
  position: absolute;
  bottom: -1.4em;
  left: 50%;
  transform: translateX(-50%);
  background: url("./info-window-pointer-D0rTrSQV.png") no-repeat top center transparent;
  background-size: contain;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details h4 {
  margin: 0.35em 0 0.25em;
  font-size: 1.85em;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span {
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.4em;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span.phone-number > strong,
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span.fax-number > strong,
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span.email-address > strong {
  display: none;
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span:before {
  content: '';
  display: inline-block;
  color: #3ab5f9;
  font-family: 'FontAwesome';
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span.phone-number:before {
  content: '\f095';
}
body.find-your-local-depot #wpsl-gmap .gm-style-iw .contact-details span.email-address:before {
  content: '\f0e0';
}
@media screen and (min-width: 730px) {
  body.find-your-local-depot #wpsl-gmap {
    margin-bottom: 4.375em;
  }
}
@media screen and (min-width: 1400px) {
  body.find-your-local-depot #wpsl-gmap .wpsl-info-actions {
    max-width: 238px;
    padding: 1.125em 2.025em 0.85em;
  }
  body.find-your-local-depot #wpsl-gmap .wpsl-info-actions a {
    font-size: 1.625em;
  }
  body.find-your-local-depot #wpsl-gmap .wpsl-info-window .address-details {
    max-width: 238px;
    padding: 0 1.75em 2em;
    font-size: 1.15em;
    line-height: 1.7em;
  }
  body.find-your-local-depot #wpsl-gmap .wpsl-info-window .address-details strong {
    font-size: 1.4em;
  }
  body.find-your-local-depot #wpsl-gmap .wpsl-info-window .contact-details {
    max-width: 238px;
    padding: 0.75em 2.015em 1.5em;
  }
  body.find-your-local-depot #wpsl-gmap .wpsl-info-window .contact-details span {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
body.find-your-local-depot .depot-description p {
  max-width: 840px;
}
body.find-your-local-depot #wpsl-result-list {
  margin: 0;
  width: 100%;
  /* --- #wpsl-stores - END --- */
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores {
  height: auto !important;
  overflow: visible;
  /* --- ul --- */
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul {
  position: relative;
  max-width: none;
  /* li */
  /* --- 500px --- */
  /* --- @bp_mobileMenu --- */
  /* --- 1200px --- */
  /* --- 1400px --- */
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li {
  list-style: none !important;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 2em;
  padding: 0;
  border: 0;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
  text-align: center;
  /* --- .wpsl-store-location - END --- */
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header {
  display: block;
  width: 100%;
  height: 2.25em;
  position: relative;
  margin: 0;
  padding: 0.85em 1em 0;
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4ODIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM3REJGRTciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3NTgwOUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4ODIpIiAvPgo8L3N2Zz4=);
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header:after {
  display: block;
  content: '\f041';
  width: auto;
  height: auto;
  position: absolute;
  top: 0.425em;
  right: 0.5em;
  margin: 0;
  color: #fff;
  opacity: 0.5;
  font-family: 'FontAwesome';
  font-size: 1.5em;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wp-post-image {
  position: relative;
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 1.5625em auto 0;
  padding: 0;
  float: none;
  border-radius: 0;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  padding: 0 1.3em 0 1.65em;
  /* --- .wpsl-contact-details - END --- */
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1em;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location > p > strong {
  position: relative;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 500;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location > p span {
  font-weight: 300;
  font-size: 1.15em;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-country {
  display: none;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-city,
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-state,
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-zip-code {
  display: block;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details {
  margin-top: 0.62em;
  margin-bottom: 1.055em;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span {
  position: relative;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span strong {
  display: none;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  content: '';
  color: #3ab5f9;
  font-size: 1.5em;
  font-family: 'FontAwesome';
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.phone-number,
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.fax-number,
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.email-address {
  font-weight: 500;
  font-size: 1.3em;
  word-wrap: break-word;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.phone-number:before {
  content: '\f095';
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.fax-number:before {
  content: '\f1ac';
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.email-address:before {
  content: '\f0e0';
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .get-in-touch {
  max-width: none;
  width: 100%;
  margin: 0 0 2em;
  padding: 0 1.65em;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .get-in-touch .btn.grad {
  width: 80%;
  max-width: 250px;
  text-align: center;
}
body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li.no-results {
  display: block !important;
  width: 100%;
  max-width: none;
  text-align: center;
  font-size: 2em;
  box-shadow: none;
}
@media screen and (min-width: 650px) {
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header {
    height: 3.25em;
    padding: 1.5em 1em 0;
    font-size: 1.35em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header:after {
    top: 0.55em;
    font-size: 2em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 730px) {
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li {
    text-align: left;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wp-post-image {
    margin: 1.5625em 0;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location > p span {
    font-size: 1em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span:before {
    font-size: 1em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.phone-number,
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.fax-number,
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-contact-details span.email-address {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li {
    width: 32%;
    max-width: 450px;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header {
    padding: 1.75em 1.25em 0;
    font-size: 1.75em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header:after {
    height: 64px;
    width: 45px;
    top: 0.2em;
    right: 0.36em;
    font-size: 2.8em;
    line-height: 0.85em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li:nth-child(even) {
    margin-right: 2%;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header {
    font-size: 1.35em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-city-header:after {
    font-size: 2.7em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wp-post-image {
    margin: 0.73em 0;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .wpsl-store-location > p span {
    line-height: 1.375em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .get-in-touch {
    margin: 0 0 1.12em;
    padding: 0 1em;
  }
  body.find-your-local-depot #wpsl-result-list #wpsl-stores ul li .get-in-touch .btn.grad {
    font-size: 0.75em;
    width: 100%;
    padding: 0.75em 1em;
  }
}
/* --- body.find-your-local-depot - END --- */
/* --- FIND YOUR LOCAL DEPOT STYLING - END --- */
/* --- FORM STYLING - START --- */
/* --- CCONTACT US Page - START --- */
.contact {
  /* --- .wpcf7-form - END --- */
}
.contact .nf-form-cont .nf-form-layout .nf-before-form-content {
  display: none;
}
@media screen and (min-width: 730px) {
  .contact .nf-form-cont .nf-form-layout .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact .nf-form-cont .nf-form-layout .nf-form-content nf-fields-wrap nf-field {
  width: 100%;
}
@media screen and (min-width: 730px) {
  .contact .nf-form-cont .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(-n+4) {
    width: 50%;
  }
  .contact .nf-form-cont .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(-n+4):nth-child(even) .nf-field-container {
    margin-left: 15px;
  }
  .contact .nf-form-cont .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(-n+4):nth-child(odd) .nf-field-container {
    margin-right: 15px;
  }
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .nf-field-element input {
  display: inline-block;
  padding: 0.5em 2.03125em;
  font-weight: 300;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  transition: background 0.3s ease-in-out;
  color: white;
  width: auto;
  border-radius: 999px;
  padding: 0.75em 1.75em !important;
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .nf-field-element input:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDMwNTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRDVGNzIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MykiIC8+Cjwvc3ZnPg==);
}
@media screen and (min-width: 730px) {
  .contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field .nf-field-element input {
    padding: 0.5em 3em;
  }
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-before-field {
  display: none;
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-label {
  display: block;
  width: 1px;
  height: 1px;
  text-indent: -999999em;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  border: 0;
  color: #2C3B67;
  font-weight: 300;
  box-shadow: 0 0 24px rgba(108, 108, 108, 0.4);
  -webkit-appearance: none;
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::placeholder {
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1.15em;
  border: 0;
  color: #2C3B67;
  font-weight: 300;
  box-shadow: 0 0 24px rgba(108, 108, 108, 0.4);
  -webkit-appearance: none;
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::placeholder {
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .nf-form-cont .nf-form-layout .nf-form-content .nf-field-container .nf-field .nf-field-element .g-recaptcha > div {
  margin: auto;
}
.contact .wpcf7 {
  position: relative;
}
.contact .wpcf7-form {
  position: relative;
  width: 100%;
  /* --- .input-field --- */
  /* --- .verification --- */
  /* --- @bp_mobileMenu --- */
}
.contact .wpcf7-form .input-field {
  margin-bottom: 1.5em;
}
.contact .wpcf7-form .input-field span {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.contact .wpcf7-form .input-field span input {
  width: 100%;
}
.contact .wpcf7-form .input-field label {
  display: block;
  width: 1px;
  height: 1px;
  text-indent: -999999em;
  opacity: 0;
}
.contact .wpcf7-form .input-field input {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1em;
  border: 0;
  color: #2C3B67;
  font-weight: 300;
  box-shadow: 0 0 24px rgba(108, 108, 108, 0.4);
  -webkit-appearance: none;
}
.contact .wpcf7-form .input-field input::placeholder {
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75em 1.15em;
  border: 0;
  color: #2C3B67;
  font-weight: 300;
  box-shadow: 0 0 24px rgba(108, 108, 108, 0.4);
  -webkit-appearance: none;
}
.contact .wpcf7-form .input-field textarea::placeholder {
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .input-field textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: rgba(43, 52, 99, 0.5);
}
.contact .wpcf7-form .verification {
  width: 50%;
  min-width: 304px;
  margin: 0 auto 1em;
}
.contact .wpcf7-form .verification .g-recaptcha > div {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 730px) {
  .contact .wpcf7-form .input-field {
    display: inline-block;
    width: 48.75%;
    margin-right: 2%;
    margin-bottom: 3%;
    vertical-align: top;
  }
  .contact .wpcf7-form .input-field:nth-child(odd) {
    margin-right: 0;
  }
  .contact .wpcf7-form .input-field.enquiry {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .contact .wpcf7-form .verification {
    margin: 0 auto 3%;
  }
}
@media screen and (min-width: 1400px) {
  .contact .wpcf7-form .input-field input {
    font-size: 1.3125em;
  }
  .contact .wpcf7-form .input-field textarea {
    font-size: 1.3125em;
  }
  .contact .wpcf7-form .submit-action .wpcf7-submit {
    width: 15%;
    font-size: 1.3125em;
  }
}
.contact ul.postal-address {
  position: relative;
  list-style: none;
}
.contact ul.postal-address li {
  font-weight: 400;
}
.contact ul.postal-address li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .contact ul.postal-address {
    margin-top: 2em;
  }
  .contact ul.postal-address li {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1400px) {
  .contact ul.postal-address li {
    font-size: 1.875em;
  }
}
/* --- CONTACT US Page - START --- */
/* --- FORM STYLING - END --- */
/* --- TWITTER WIDGET --- */
.tp_recent_tweets li {
  background: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.tp_recent_tweets li:last-child {
  padding-bottom: 0;
}
.tp_recent_tweets li a.twitter_time {
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
}
.tp_recent_tweets li span {
  display: block;
  width: 100%;
  color: #fff;
  margin-bottom: 4px;
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 600;
}
.tp_recent_tweets li span a {
  font-size: 1em;
}
.tp_recent_tweets li span.tweet {
  font-weight: 400;
}
.tp_recent_tweets li span.tweet a {
  color: #2C3B67 !important;
  font-weight: 300;
}
.tp_recent_tweets li span.tweet a:hover {
  color: #247189 !important;
}
/* --- TWITTER WIDGET - END --- */
/* --- MAIN --- */
body.single-post main,
body.search main {
  padding-bottom: 25;
}
/* --- MAIN - END --- */
/* --- PAGINATION - START --- */
.pagination {
  display: inline-block;
  width: 100%;
}
.pagination span,
.pagination a {
  font-size: 1.5em;
  line-height: 1.238em;
  color: #2b3463;
  margin-right: 0.25em;
}
.pagination span:hover,
.pagination a:hover {
  color: #3ab5f9;
}
/* --- PAGINATION - END --- */
.location {
  display: inline-block;
  width: 100%;
}
.location .item-description a {
  word-break: break-all;
}
.location .item-description a.btn.grad {
  word-break: normal;
}
/* --- SEARCH PAGE - START --- */
body.search #banner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTMuNDQ5NjkxOTkxNzg2NDQ2JSIgeTE9IjcyLjg1NzE0Mjg1NzE0Mjg1JSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzJCMzQ2MyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzJCNTY4NyIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzE5OCkiIC8+Cjwvc3ZnPg==);
  background-size: cover;
  max-height: 270px;
}
body.search #banner:after {
  background: url("./internal-banner-border-6fGuWeK7.png") no-repeat transparent;
  bottom: 0;
  background-position: bottom center;
  background-size: 100%;
}
@media screen and (min-width: 1400px) {
  body.search #banner:after {
    height: 11em;
  }
}
body.search #banner .banner-container .banner-image {
  visibility: hidden;
}
body.search #banner .banner-container .banner-image img {
  width: 0;
  height: 0;
}
@media screen and (min-width: 400px) {
  body.search #banner {
    max-height: 370px;
  }
}
@media screen and (min-width: 730px) {
  body.search #banner {
    max-height: 550px;
  }
}
@media screen and (min-width: 1300px) {
  body.search #banner {
    max-height: 650px;
  }
}
body.search article h2 {
  font-size: 25px !important;
  padding: 10px !important;
}
body.search .sidebar {
  display: none;
}
/* --- SEARCH PAGE - END --- */
/* --- PREPARATION PAGE - START --- */
body.preparation .type-page ul {
  position: relative;
  margin-bottom: 2.5em;
}
body.preparation .type-page ul li {
  position: relative;
  display: inline;
  margin-right: 0.75em;
  padding-bottom: 0.5em;
}
body.preparation .type-page ul li:last-child {
  margin-right: 0;
}
/* --- PREPARATION PAGE - END --- */
/* --- FRSH FOOD HUB - START --- */
#ffh-login-close {
  position: absolute;
  top: 1em;
  right: 1.5em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  color: #fff;
  white-space: nowrap;
  text-indent: 100%;
}
#ffh-login-close:before {
  position: absolute;
  top: 0;
  right: 1em;
  display: inline-block;
  vertical-align: middle;
  content: '\f00d';
  color: #fff;
  width: 1.15em;
  height: 1.15em;
  font-family: 'FontAwesome';
}
#ffh-login-close:before:hover {
  opacity: 0.7;
}
@media screen and (min-width: 730px) {
  #ffh-login-close {
    width: 7em;
    height: auto;
    top: 2.25em;
    right: 3em;
    text-indent: 2.5em;
    font-size: 1.15em;
  }
  #ffh-login-close:before {
    content: '';
    width: 28px;
    height: 28px;
    background-size: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAMAAADkSAzAAAAAdVBMVEUAAAA6tfk6tfk7tvg6tvg6tfk6tvo5tfk6tfk6tfk6tvo6tfo5tfk6tvk6tvo6t/c2t/8rqv85tfk6tvk6tfk6tvo6tfk5tvo5tvk6tvg4uP86tfk6tvk5tvk5tPg6tPg6tfg6tfk5uPg6tfk6tvo7tfk6tfmgvNdUAAAAJnRSTlMA+vQXSPjn4KieaWNaVD4eCgbWzsjBdl5QRBDauLJwbU0nJNKSeY3Jm7UAAADHSURBVCjPfdLnEoJADATgVUGQIr13LO//iLLcwBBQ91eSb27mLoD0PSUqIeLHnL6AdtaLsISzlKXFKtxoUHPSqcY+CQ0amrW0DrXyoGJOzcnGGpdqKL3RMmySzzou5kBE06fhdcCT5mKX4kydz/U45D4po2vALz0X+IP3b6bR5FF5XfNK1dgfHnrDQNV7aS7NBDAafEy+NUcZ4xm7NWS0JoDSSizQ5iVr2pxLuFm9RUt8YNUHJzbLdmfUSH1u9YPFJUTKmNPuAyaBHEACkqz8AAAAAElFTkSuQmCC") no-repeat;
    right: unset;
    left: 0;
  }
  #ffh-login-close:before:hover {
    opacity: 1;
  }
  #ffh-login-close:hover {
    color: #3ab5f9;
  }
}
@media screen and (min-width: 900px) {
  #ffh-login-close {
    top: 4em;
  }
}
@media screen and (min-width: 1400px) {
  #ffh-login-close {
    top: 5.5em;
    right: 10em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1800px) {
  #ffh-login-close {
    right: 12.25em;
  }
}
#ffh-login-container {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 2em 0;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NDUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjYuNzk2NzE0NTc5MDU1NDQzJSIgeTE9IjgwLjM1NzE0Mjg1NzE0Mjg2JSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzJCMzM2NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzMyNjU3RSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzU0NSkiIC8+Cjwvc3ZnPg==);
  background-size: cover;
}
@media screen and (min-width: 730px) {
  #ffh-login-container {
    padding: 3.25em 0;
  }
}
@media screen and (min-width: 900px) {
  #ffh-login-container {
    padding: 4em 0;
  }
}
@media screen and (min-width: 1400px) {
  #ffh-login-container {
    padding: 5.035em 0;
  }
}
#food_hub_login {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#food_hub_login h3 {
  margin-top: 0.35em;
  margin-bottom: 0.5em;
  color: #3ab5f9;
  font-size: 1.5em;
}
@media screen and (min-width: 900px) {
  #food_hub_login h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1400px) {
  #food_hub_login h3 {
    font-size: 2.5em;
  }
}
#food_hub_login p {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
#food_hub_login a {
  color: #fff !important;
}
#food_hub_login a:hover {
  color: #3ab5f9 !important;
}
#food_hub_login .input-group {
  display: block;
  width: 75%;
  margin-top: 0.5em;
}
@media screen and (min-width: 500px) {
  #food_hub_login .input-group {
    width: 48%;
    max-width: 450px;
    display: inline-block;
    margin-right: 2%;
  }
  #food_hub_login .input-group:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1170px) {
  #food_hub_login .input-group:nth-child(even) {
    margin-right: 2%;
  }
}
#hubLogin label,
#food_hub_login label {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  color: #fff;
  font-weight: 600;
}
#hubLogin input,
#food_hub_login input {
  margin: 0.5em 0 0.5em;
  padding: 0.25em 1em;
  line-height: 1.75em;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 2em;
}
#hubLogin input::placeholder,
#food_hub_login input::placeholder {
  color: #fff;
  opacity: 1;
}
#hubLogin input::-webkit-input-placeholder,
#food_hub_login input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
#hubLogin input::-moz-placeholder,
#food_hub_login input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
#hubLogin input:-ms-input-placeholder,
#food_hub_login input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
#hubLogin input:-moz-placeholder,
#food_hub_login input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
#hubLogin input:focus,
#food_hub_login input:focus {
  outline: 0;
}
@media screen and (min-width: 730px) {
  #hubLogin input,
  #food_hub_login input {
    padding: 0.35em 1em;
  }
}
@media screen and (min-width: 900px) {
  #hubLogin input,
  #food_hub_login input {
    font-size: 1.15em;
    padding: 0.2em 1em;
  }
}
@media screen and (min-width: 1400px) {
  #hubLogin input,
  #food_hub_login input {
    font-size: 1.3em;
    padding: 0.5em 1em;
  }
}
#hubLogin input[type="text"],
#food_hub_login input[type="text"],
#hubLogin input[type="password"],
#food_hub_login input[type="password"] {
  max-height: 48px;
}
#hubLogin input[type="checkbox"],
#food_hub_login input[type="checkbox"] {
  background: transparent;
  border: none;
}
#hubLogin input[type="submit"],
#food_hub_login a.food-login-button {
  color: #fff !important;
  background: #3ab5f9;
  margin-top: 0.5em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 24px rgba(3, 53, 68, 0.4);
  box-shadow: 0 0 24px rgba(3, 53, 68, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
}
#hubLogin input[type="submit"]:hover,
#food_hub_login a.food-login-button:hover {
  color: #fff !important;
  background: #09a2f7;
}
@media screen and (min-width: 730px) {
  #hubLogin input[type="submit"],
  #food_hub_login a.food-login-button {
    font-size: 1.15em;
    padding: 0.35em 4.377em;
  }
}
@media screen and (min-width: 1400px) {
  #hubLogin input[type="submit"],
  #food_hub_login a.food-login-button {
    font-size: 1.3em;
    padding: 0.55em 4.377em;
  }
}
#ffh-login-container #formError {
  color: red;
  margin-top: 5px;
}
#ffh-login-container.new {
  position: relative;
}
/* --- FRSH FOOD HUB - END --- */
body.search #breadcrumbs .breadcrumb_last {
  display: block;
  font-weight: 500;
  font-size: 1.75em;
  color: #ffffff;
  margin-top: 15px;
}
body.search .banner-text p {
  display: none;
}
body.search .banner-text p#breadcrumbs {
  display: block;
}
body.search .category-list .item-description p {
  margin: 0;
  overflow: hidden;
  font-weight: 300;
}
@media screen and (min-width: 1400px) {
  body.search .category-list .item-description p {
    font-size: 1.3em;
    line-height: 1.238em;
  }
}
.type-page .half .content-container h3 {
  color: #2b3463;
}
#map div .gm-style-iw {
  max-width: none !important;
  background: #fff;
  text-align: left !important;
  font-family: 'Rasa', serif;
  font-size: 16px;
  /* --- DEPOT ADDRESS DETAILS --- */
  /* --- DEPOT CONTACT DETAILS --- */
  /* .contact-details */
}
#map div .gm-style-iw .address-details {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 16px;
}
#map div .gm-style-iw .address-details strong {
  display: block;
  margin-bottom: 0.35em;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}
#map div .gm-style-iw .address-details span {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  display: block;
  line-height: 22px;
}
#map div .gm-style-iw .contact-details span {
  font-weight: 500;
  font-size: 1.15em;
  margin-bottom: 5px;
  display: block;
}
#map div .gm-style-iw .contact-details span a {
  color: #2C3561;
  font-weight: 700;
}
#map div .gm-style-iw .contact-details span a:hover {
  color: #3ab5f9;
}
#map div .gm-style-iw .contact-details span a.btn {
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 400;
}
#map div .gm-style-iw .contact-details span.phone-number > strong,
#map div .gm-style-iw .contact-details span.fax-number > strong,
#map div .gm-style-iw .contact-details span.email-address > strong {
  display: none;
}
#map div .gm-style-iw .contact-details span.phone-number:before,
#map div .gm-style-iw .contact-details span.fax-number:before,
#map div .gm-style-iw .contact-details span.email-address:before {
  margin-right: 5px;
}
#map div .gm-style-iw .contact-details span:before {
  content: '';
  display: inline-block;
  color: #3ab5f9;
  font-family: 'FontAwesome';
}
#map div .gm-style-iw .contact-details span.phone-number:before {
  content: '\f095';
}
#map div .gm-style-iw .contact-details span.email-address:before {
  content: '\f0e0';
}
#local-depot-search #postInput {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzOUFERjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMjcwQUEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxNTYpIiAvPgo8L3N2Zz4=);
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0.5em;
  border: 0 !important;
  width: 100%;
  text-align: center;
  margin-bottom: 10px ;
  max-width: 572px;
  text-transform: capitalize;
}
@media screen and (min-width: 730px) {
  #local-depot-search #postInput {
    margin-right: 2.1875em;
  }
}
#local-depot-search #postInput::placeholder {
  color: #fff;
}
#local-depot-search #postInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}
#local-depot-search #postInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}
#local-depot-search #postInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}
#local-depot-search #postInput:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
}
#local-depot-search #postSearch {
  border: 0;
  float: none;
  margin: 0;
  padding: 0.5em 2em;
  max-width: 260px;
  border-radius: 2em;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkMzQjY3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzQ2RDgzIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDQzKSIgLz4KPC9zdmc+);
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 24px rgba(15, 90, 113, 0.4);
}
#local-depot-search #postSearch:hover {
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyNDMwNTUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyRDVGNzIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MykiIC8+Cjwvc3ZnPg==);
}
@media screen and (min-width: 1400px) {
  #local-depot-search {
    /* --- #wpsl-search-wrap --- */
  }
  #local-depot-search #postInput {
    padding: 0.57em 1.285em;
    font-size: 22px;
    text-align: left;
  }
  #local-depot-search #postSearch {
    font-size: 22px;
    padding: 0 35px;
    height: 49px;
  }
}
#local-depot-search #postcode-error2 {
  margin-top: 0px;
  font-size: 16px;
}
@media screen and (min-width: 1081px) {
  .intro-description #local-depot-search {
    margin-top: 30px;
  }
}
body.category-our-businesses .category-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 528px) {
  body.category-our-businesses .category-list article {
    position: relative;
  }
  body.category-our-businesses .category-list article a.btn.grad {
    position: absolute;
    bottom: 25px;
  }
}
.wpcf7-form-control-wrap {
  text-align: center;
  text-align: -webkit-center;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}
ul.options {
  list-style-type: none;
  padding-top: 1em;
  margin-left: 0;
}
ul.options li {
  display: block;
  margin: 0.5em 0;
}
@media screen and (min-width: 1000px) {
  ul.options li {
    display: inline-block;
    margin: 0 1em;
  }
}
.clearfix.error {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .clearfix.error {
    padding-bottom: 200px;
  }
}
#subForm #fielddyihlye {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.category-list article {
  position: relative;
  padding-bottom: 4em;
}
@media screen and (min-width: 1000px) {
  .category-list article {
    padding-bottom: 6em;
  }
}
.category-list article a.btn.grad {
  position: absolute;
  bottom: 30px;
}
.fish-info {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  margin-bottom: 2em;
}
.fish-info p a.btn.grad {
  max-width: 325px;
}
#related-fish-bottom {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
#related-fish-bottom .related-container {
  padding: 30px 0;
}
#related-fish-bottom .related-container .image {
  border-radius: 50%;
  position: relative;
  background: #2b3364;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#related-fish-bottom .related-container .image img {
  opacity: 0.5;
}
#related-fish-bottom .related-container .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
#related-fish-bottom .related-container .text p.title {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 700;
}
#related-fish-bottom .related-container .text a {
  color: #ffffff;
  font-weight: 500;
}
#recipes .owl-nav div {
  display: inline-block;
  margin-right: 10px;
}
#recipes .owl-nav .owl-next {
  font-size: 0px;
}
#recipes .owl-nav .owl-next:after {
  display: inline-block;
  content: '\f061';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #2b3463;
}
#recipes .owl-nav .owl-next:hover:after {
  color: #3ab5f9 !important;
}
#recipes .owl-nav .owl-prev {
  font-size: 0px;
}
#recipes .owl-nav .owl-prev:after {
  display: inline-block;
  content: '\f060';
  font-family: 'fontawesome';
  font-size: 20px;
  color: #2b3463;
}
#recipes .owl-nav .owl-prev:hover:after {
  color: #3ab5f9 !important;
}
.category-list .category-item {
  padding-bottom: 80px;
}
.category-list .category-item a.btn.grad {
  position: absolute;
  bottom: 20px;
}
body #moove_gdpr_cookie_info_bar {
  bottom: 0% !important;
  margin: 0 0%;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 30px 0 80px 0;
  border-top: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center;
  padding-top: 10px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  margin: 0;
  font-size: 20px;
  line-height: 18px;
  padding-bottom: 0;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 !important;
  display: flex;
  align-content: center;
  justify-content: center;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all {
  background-color: #5e5e5e !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover {
  background-color: #5e5e5e !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
  font-size: 14px !important;
}
@media only screen and (max-width: 650px) {
  body #moove_gdpr_cookie_info_bar {
    padding-bottom: 110px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center;
    padding-top: 5px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    font-size: 14px !important;
  }
}
.wp-block-gallery.has-nested-images.is-cropped.smaller {
  justify-content: center;
}
.wp-block-gallery.has-nested-images.is-cropped.smaller figure.wp-block-image {
  max-width: 40% !important;
}
@media only screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images.is-cropped.smaller figure.wp-block-image {
    flex-basis: 100%;
    max-width: 100% !important;
  }
}
body.become-a-customer .nf-table-display {
  margin: 0 auto;
  width: 100%;
}
body.become-a-customer .nf-table-display nf-fields-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.become-a-customer .nf-table-display nf-fields-wrap nf-field {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  body.become-a-customer .nf-table-display nf-fields-wrap nf-field {
    flex-basis: 45%;
  }
}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*  Owl Carousel - Core
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
html.flexbox .owl-carousel .owl-stage {
  display: block;
  display: flex;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
*    Default theme - Owl Carousel CSS File
*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
#subscribe {
  scroll-margin-top: 200px;
}
