/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'rl-limo', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #004252;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'congenial-light', sans-serif;
  color: #004252;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
@media (min-width: 960px) {
  p,
  ol,
  ul,
  dl,
  dd,
  form,
  table,
  address,
  pre {
    margin: 0 0 1.2em 0;
  }
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #004252;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #4e7c88;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #004252;
  color: #FFF;
}
::selection {
  background: #004252;
  color: #FFF;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #ffffff;
  border-color: rgba(0, 66, 82, 0.5);
  color: #004252;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #004252;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(0, 66, 82, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.banner {
  padding-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 960px) {
  .banner {
    padding-top: 3em;
  }
}
.single-product .banner {
  display: none;
}
.banner__helper {
  height: 60px;
  display: inline-block;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.banner__helper img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 680px) {
  .banner__helper {
    height: 90px;
  }
}
.banner__title {
  font-size: 22px;
  margin: 0;
  display: inline-block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
  min-width: 300px;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 32px;
    min-width: 550px;
  }
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 40px;
  }
}
.banner__breadcrumb-wrap {
  margin-bottom: 2em;
}
.banner__breadcrumb-wrap span {
  font-size: 13px !important;
  letter-spacing: 0.5px;
  margin-left: 3px;
  margin-right: 3px;
}
.banner__breadcrumb-wrap span:first-child {
  margin-left: 0;
}
.single-product .banner__breadcrumb-wrap {
  padding-top: 3em;
}
@media (min-width: 960px) {
  .single-product .banner__breadcrumb-wrap {
    padding-top: 4em;
  }
}
.single-product .banner__breadcrumb-wrap .banner__breadcrumbs:after {
  content: url(images/HeroTopLine_Icon.svg);
  margin-top: 1em;
  display: block;
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.fine-print {
  font-size: 0.8em;
  color: #4e7c88;
}
.fine-print a {
  color: #004252 !important;
  font-weight: 600;
}
.fine-print a:hover {
  color: #4e7c88 !important;
}
@media (max-width: 960px) {
  .fine-print {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .fine-print .fine-print__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fine-print .fine-print__copyright:after {
    content: '';
    position: relative;
    height: 13px;
    width: 1px;
    display: inline-block;
    background: #4e7c88;
    top: 2px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.fine-print .fine-print__bar::before {
  content: url('images/HeroTopLine_Icon.svg');
  display: block;
  margin-bottom: 1em;
}
.footer {
  padding-bottom: 1em;
  padding-top: 3em;
  background-image: url('images/bg5.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer a {
  color: #4e7c88;
}
.footer a:hover {
  color: #004252;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  .footer aside .grid__column--l-6 {
    padding-right: 5em;
  }
}
@media (max-width: 960px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer {
    padding-top: 5em;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--extra-small-gutters {
  margin: 0 -0.25rem;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--medium-gutters {
  margin: 0 -0.66666667rem;
}
@media (min-width: 960px) {
  .grid--large-gutters {
    margin: 0 -2rem;
  }
}
@media (min-width: 1200px) {
  .grid--xlarge-gutters {
    margin: 0 -3rem;
  }
}
@media (min-width: 1200px) {
  .grid--ularge-gutters {
    margin: 0 -5rem;
  }
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--top-y {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid--bottom-y {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid--left-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid--stretch--mobile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 680px) {
  .grid--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 960px) {
  .grid--stretch-l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .grid--stretch-xl {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--extra-small-gutters > .grid__column {
  padding: 0 0.25rem;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--medium-gutters > .grid__column {
  padding: 0 0.66666667rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .grid--xlarge-gutters > .grid__column {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .grid--ularge-gutters > .grid__column {
    padding: 0 5rem;
  }
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 860px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xxl-12 {
    width: 100%;
  }
  .grid__column--xxl-11 {
    width: 91.66666667%;
  }
  .grid__column--xxl-10 {
    width: 83.33333333%;
  }
  .grid__column--xxl-9 {
    width: 75%;
  }
  .grid__column--xxl-8 {
    width: 66.66666667%;
  }
  .grid__column--xxl-7 {
    width: 58.33333333%;
  }
  .grid__column--xxl-6 {
    width: 50%;
  }
  .grid__column--xxl-5 {
    width: 41.66666667%;
  }
  .grid__column--xxl-4 {
    width: 33.33333333%;
  }
  .grid__column--xxl-3 {
    width: 25%;
  }
  .grid__column--xxl-2 {
    width: 16.66666667%;
  }
  .grid__column--xxl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
  background-image: url('images/bg4.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .header .grid .grid__column--xl-3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .header .grid .grid__column--xl-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1200px) {
  .header .grid .grid__column--xl-2 {
    width: 7.66666667%;
  }
}
@media (min-width: 1200px) {
  .header .grid .grid__column--xl-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1200px) {
  .header .grid .grid__column--xl-7 {
    width: 67.33333333%;
  }
}
@media (min-width: 1440px) {
  .header {
    padding: 2em;
  }
}
.header:after {
  content: '';
  height: 25px;
  background-image: url('images/HeroTopLine_Icon.svg');
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: -5%;
  width: 110%;
  z-index: 2;
}
@media (min-width: 960px) {
  .header:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .header:after {
    bottom: -12px;
  }
}
.header__logo {
  display: block;
  margin-right: auto;
}
.header__logo img {
  display: block;
}
@media (min-width: 960px) {
  .header__logo img {
    -webkit-transition: width 400ms ease-out;
    transition: width 400ms ease-out;
    width: 450px;
  }
}
.header__search {
  display: none;
  position: absolute;
  bottom: -3.5em;
  z-index: 7;
  width: 220px;
}
@media (max-width: 960px) {
  .header__search {
    width: 220px;
  }
}
.header__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__buttons svg {
  width: 23px;
  height: 23px;
  fill: #004252;
}
@media (min-width: 960px) {
  .header__buttons svg {
    width: 32px;
    height: 32px;
  }
}
.header-helper.header-sticky--fixed {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  background: #ffffff;
}
@media (min-width: 960px) {
  .header-helper.header-sticky--fixed {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px 2px 8px -5px #999999;
            box-shadow: 0px 2px 8px -5px #999999;
    z-index: 9999999;
    top: 0;
  }
}
@media (min-width: 960px) {
  .header-helper.header-sticky--fixed .header__logo img {
    width: 300px;
    -webkit-transition: width 400ms ease-out;
    transition: width 400ms ease-out;
  }
}
@media (min-width: 1200px) {
  .header-helper.header-sticky--fixed.header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.single_add_to_cart_button,
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 0.8em 1.7em;
  height: auto;
  width: auto;
  line-height: 1;
  text-align: center;
  position: relative;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
}
.single_add_to_cart_button span,
.magicdust-button span {
  position: relative;
  z-index: 1;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
}
.single_add_to_cart_button img,
.magicdust-button img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.single_add_to_cart_button:hover,
.magicdust-button:hover {
  color: #004252;
}
.single_add_to_cart_button:hover img,
.magicdust-button:hover img {
  opacity: 70%;
}
button.single_add_to_cart_button,
button.magicdust-button,
input.single_add_to_cart_button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.single_add_to_cart_button:not(:focus),
button.magicdust-button:not(:focus),
input.single_add_to_cart_button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
@media (min-width: 960px) {
  .single_add_to_cart_button,
  .magicdust-button {
    font-size: 25px;
  }
  .single_add_to_cart_button span,
  .magicdust-button span {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .single_add_to_cart_button,
  .magicdust-button {
    font-size: 30px;
  }
  .single_add_to_cart_button span,
  .magicdust-button span {
    font-size: 30px;
  }
}
.magicdust-button-1 {
  padding: 0.8em 2.3em;
}
a.button.product_type_simple,
.add_to_cart_button,
.wc-forward,
.woocommerce-form-login__submit,
.wp-block-button__link,
.wp-element-button {
  background: url('images/Navigation_Rollover.png') !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: #004252 !important;
  font-size: 20px !important;
}
a.button.product_type_simple:hover,
.add_to_cart_button:hover,
.wc-forward:hover,
.woocommerce-form-login__submit:hover,
.wp-block-button__link:hover,
.wp-element-button:hover {
  opacity: 70%;
}
.wc-forward {
  font-size: 14px !important;
  padding: 0.7em 1.5em !important;
  top: -2px;
  position: relative;
}
a.button.product_type_simple {
  margin-left: -25px;
  font-size: 14px !important;
  padding: 1em 2em !important;
  position: relative;
}
.woocommerce-form-login__submit {
  font-size: 18px !important;
  padding: 0.8em 2.3em !important;
}
.add_to_cart_button {
  font-size: 15px !important;
  padding: 0.8em 1em !important;
  margin-top: 5px  !important;
}
.wc-block-components-totals-coupon__button {
  background-image: url('images/Navigation_Rollover.png');
}
.wc-block-cart__submit-button {
  background-image: url('images/Navigation_Rollover_wide.png') !important;
}
.wc-block-checkout__form select,
.wc-block-checkout__form input {
  border-radius: 0 !important;
  border: 1px solid #fde6d9 !important;
}
.magicdust-button-2 {
  background-image: url('images/Navigation_Rollover.png');
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  padding: 0.5em 3em;
  line-height: 1.6;
  height: auto !important;
  font-size: 17px;
  cursor: pointer;
}
.magicdust-button-2:hover {
  opacity: 70%;
}
.main {
  display: block;
  background-image: url('images/bg3.jpg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.main:focus {
  outline: none;
}
.page-template-template-modules .main {
  background: none;
}
.main__content {
  margin-bottom: 0;
  padding-bottom: 3em;
  min-height: 300px;
  position: relative;
}
.error404 .main__content {
  text-align: center;
}
.main__content:after {
  content: '';
  height: 25px;
  background-image: url('images/ModuleSeparatorLine2_Icon.svg');
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: -5%;
  width: 110%;
  z-index: 2;
}
@media (min-width: 960px) {
  .main__content:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .main__content:after {
    bottom: -12px;
  }
}
.main__content h2,
.main__content .h2 {
  font-size: 22px;
}
@media (min-width: 680px) {
  .main__content h2,
  .main__content .h2 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .main__content h2,
  .main__content .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .main__content h2,
  .main__content .h2 {
    font-size: 40px;
  }
}
.main__content h3,
.main__content .h3 {
  font-size: 18px;
}
@media (min-width: 680px) {
  .main__content h3,
  .main__content .h3 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .main__content h3,
  .main__content .h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .main__content h3,
  .main__content .h3 {
    font-size: 30px;
  }
}
.main__sidebar {
  margin-bottom: 3em;
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.header__buttons .header__menu-toggle--search {
  display: block;
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 3em 0 2em;
  position: relative;
}
@media (min-width: 960px) {
  .module {
    padding: 6em 0 5em;
  }
}
.module:after {
  content: '';
  height: 25px;
  background-image: url('images/ModuleSeparatorLine2_Icon.svg');
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: -5%;
  width: 110%;
  z-index: 2;
}
@media (min-width: 960px) {
  .module:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .module:after {
    bottom: -12px;
  }
}
.module--products .container {
  position: relative;
}
@media (min-width: 680px) {
  .module--products .module__button {
    position: absolute;
    top: -1.5em;
    right: 0;
  }
}
.module--social-media .container {
  position: relative;
}
@media (min-width: 680px) {
  .module--social-media .module__button {
    position: absolute;
    top: -0.5em;
    right: 0;
  }
}
.module--icons-sentences {
  padding: 3em 0 2em;
  position: relative;
}
@media (min-width: 960px) {
  .module--icons-sentences {
    padding: 4em 0 3em;
  }
}
.module--icons-sentences:after {
  content: '';
  background-image: url('images/ModuleSeparatorLine_Icon.svg');
  bottom: -13px;
}
@media (min-width: 960px) {
  .module--icons-sentences:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .module--icons-sentences:after {
    bottom: -12px;
  }
}
.module--products {
  position: relative;
}
.module--products:after {
  content: '';
  background-image: url('images/ModuleSeparatorLine_Icon.svg');
  bottom: -13px;
}
@media (min-width: 960px) {
  .module--products:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .module--products:after {
    bottom: -12px;
  }
}
.module__header {
  margin-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 960px) {
  .module__header {
    margin-bottom: 2.5em;
  }
}
.module--social-media .module__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 680px) {
  .module--social-media .module__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.module__content p:last-child {
  margin-bottom: 0;
}
.module__content p + .magicdust-button {
  margin-top: 1.5em;
}
.module--icons-sentences .module__content {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.module__content img {
  margin-top: 2em;
}
.module__subcontent p:last-child {
  margin-bottom: 0;
}
.module__subcontent p + .magicdust-button {
  margin-top: 1.5em;
}
.module--icons-sentences .module__subcontent {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.module__subcontent img {
  margin-top: 2em;
}
.module__title {
  font-size: 22px;
  margin: 0;
}
@media (min-width: 680px) {
  .module__title {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .module__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .module__title {
    font-size: 40px;
  }
}
.module__content + .module__button {
  margin-top: 1.5em;
}
@media (min-width: 960px) {
  .module__content + .module__button {
    margin-top: 2.5em;
  }
}
.module--products .module__button {
  text-align: center;
}
@media (max-width: 960px) {
  .module--products .module__button {
    margin-top: 1.5em;
  }
}
.module--social-media .module__button {
  text-align: center;
}
@media (max-width: 960px) {
  .module--social-media .module__button {
    margin-top: 1.5em;
  }
}
.module--text-image {
  padding: 0;
}
.module--call-to-action {
  padding: 0;
}
.module__products {
  margin-top: 2em;
}
.module__products ul li {
  width: 100% !important;
}
@media (max-width: 960px) {
  .module__products ul li {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 960px) {
  .module__products {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .module__products {
    margin-top: 4em;
  }
}
.module__header-image {
  position: relative;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 3px solid #fde6d9;
  margin-right: 1.5em;
}
.module__header-image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (min-width: 680px) {
  .module__header-image {
    height: 80px;
    width: 80px;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
  width: auto;
}
.navbar__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6em 1em;
  line-height: 1;
  font-family: 'congenial', sans-serif;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  position: relative;
  color: #004252;
}
.navbar__item a:hover:after,
.navbar__item.is-open > a:after,
.navbar__item.is-current > a:after {
  content: '';
  background-image: url('images/Navigation_Rollover.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -0.2em;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar__item--level-1 a {
  width: 100%;
  min-width: 100% !important;
}
@media (min-width: 1200px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar__item {
    display: block;
  }
  .navbar__item a {
    padding: 1em 1.5em;
    z-index: 2;
  }
  .navbar__item--level-0 {
    margin-left: 1em;
  }
  .navbar__item--level-0:first-child {
    margin-left: 0;
  }
  .navbar__item--level-0.is-current a:after,
  .navbar__item--level-0 > a:hover:after {
    content: '';
    background-position: center;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar__item {
    display: block;
  }
  .navbar__item a {
    font-size: 19px;
    padding: 1em 1.5em;
    z-index: 2;
    min-width: 108px;
  }
  .navbar__item a:after {
    background-position: center;
    left: -5px !important;
    width: 110% !important;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item {
  margin-left: 1em;
}
.navbar-dropdown__item a {
  font-size: 0.9em;
  letter-spacing: 1px;
}
.navbar-dropdown__item a:after {
  display: none;
}
.navbar-dropdown__item a:hover,
.navbar-dropdown__item.is-current > a {
  background: #fcd6c1 !important;
  color: #004252 !important;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 13em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
    margin-left: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #fde6d9;
    color: #004252 !important;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fde6d9 transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #fde6d9 transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
  text-align: center;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
}
.pagination > span {
  color: rgba(0, 66, 82, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
  padding-left: 1em;
  border-radius: 3px;
}
.search-form__input::-webkit-input-placeholder {
  text-align: left;
}
.search-form__input::-moz-placeholder {
  text-align: left;
}
.search-form__input:-ms-input-placeholder {
  text-align: left;
}
.search-form__input::-ms-input-placeholder {
  text-align: left;
}
.search-form__input::placeholder {
  text-align: left;
}
.search-form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #004252;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 3px;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.6em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #004252;
  color: #ffffff;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
  font-size: 19px;
}
.footer .widget_nav_menu ul li {
  margin: 2px 0;
}
@media (min-width: 1200px) {
  .footer .widget_nav_menu ul li a {
    font-size: 14px;
  }
}
.footer .widget_media_image {
  margin-bottom: 0;
}
.footer aside .widget_text {
  max-width: 310px;
}
@media (max-width: 960px) {
  .footer aside .widget_text {
    margin-left: auto;
    margin-right: auto;
  }
}
.slideshow {
  position: relative;
  margin-bottom: 3em;
}
@media (min-width: 680px) {
  .slideshow {
    margin-bottom: 4em;
  }
}
@media (min-width: 960px) {
  .slideshow {
    margin-bottom: 6em;
  }
}
@media (min-width: 1200px) {
  .slideshow {
    margin-bottom: 7em;
  }
}
.slideshow:after {
  content: '';
  height: 25px;
  background-image: url('images/HeroBottomLine_Icon.svg');
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: -5%;
  width: 110%;
  z-index: 1;
}
@media (min-width: 960px) {
  .slideshow:after {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .slideshow:after {
    bottom: -12px;
  }
}
.slideshow--helper {
  height: 300px;
  position: relative;
}
@media (min-width: 680px) {
  .slideshow--helper {
    height: 400px;
  }
}
@media (min-width: 960px) {
  .slideshow--helper {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .slideshow--helper {
    height: 700px;
  }
}
.slideshow__title {
  font-size: 22px;
  margin: 0;
}
@media (min-width: 680px) {
  .slideshow__title {
    font-size: 33px;
  }
}
@media (min-width: 960px) {
  .slideshow__title {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .slideshow__title {
    font-size: 53px;
  }
}
.slideshow__header {
  position: relative;
  padding: 1.5em 1em;
  z-index: 7;
}
.slideshow__header img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}
@media (min-width: 960px) {
  .slideshow__header {
    padding: 3.5em 1em;
  }
}
.slideshow__content-helper {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3em;
  width: 100%;
  z-index: 3;
}
@media (min-width: 680px) {
  .slideshow__content-helper {
    bottom: -3.5em;
  }
}
@media (min-width: 960px) {
  .slideshow__content-helper {
    bottom: -6em;
  }
}
@media (min-width: 1200px) {
  .slideshow__content-helper {
    bottom: -7em;
  }
}
.icons-sentences {
  text-align: center;
  margin: 2.5em 0 2em;
  position: relative;
}
.icons-sentences::before {
  content: url('images/HeroTopLine_Icon.svg');
}
.icons-sentences::after {
  content: url('images/HeroBottomLine_Icon.svg');
}
.icon-sentence {
  margin: 1em 0 1em;
}
@media (min-width: 960px) {
  .icon-sentence {
    margin: 0.3em 0 1.1em;
  }
}
.icon-sentence__icon {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.icon-sentence__title {
  font-size: 18px;
}
@media (min-width: 680px) {
  .icon-sentence__title {
    font-size: 23px;
  }
}
@media (min-width: 960px) {
  .icon-sentence__title {
    font-size: 26px;
  }
}
.icon-sentence__content {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.icon-sentence__content p:last-child {
  margin-bottom: 0;
}
.icon-sentence__content + .icon-sentence__link {
  margin-top: 1em;
}
.images-sentences {
  margin-top: 3.5em;
}
.image-sentence {
  text-align: center;
  margin: 1.3em 0 2em;
}
.image-sentence__image {
  position: relative;
  height: 240px;
  margin-bottom: 1em;
  border: 3px solid #fde6d9;
}
.image-sentence__image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (min-width: 680px) {
  .image-sentence__image {
    height: 240px;
  }
}
@media (min-width: 960px) {
  .image-sentence__image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .image-sentence__image {
    height: 310px;
  }
}
.image-sentence__title {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 680px) {
  .image-sentence__title {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .image-sentence__title {
    font-size: 26px;
  }
}
.icon-sentence__link:hover .image-sentence__image {
  opacity: 70%;
}
.icon-sentence__link:hover .image-sentence__title {
  color: #4e7c88;
}
.images-sentences__button-helper {
  text-align: center;
  height: 240px;
  position: relative;
  margin: 1.3em 0;
}
@media (min-width: 680px) {
  .images-sentences__button-helper {
    height: 240px;
  }
}
@media (min-width: 960px) {
  .images-sentences__button-helper {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .images-sentences__button-helper {
    height: 310px;
  }
}
.images-sentences__button {
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
}
.images-sentences__button img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.images-sentences__button:hover {
  color: #004252;
}
.images-sentences__button:hover img {
  opacity: 70%;
}
.images-sentences__button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .images-sentences__button span {
    width: 200px;
  }
}
@media (min-width: 680px) {
  .images-sentences__button {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .images-sentences__button {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .images-sentences__button {
    font-size: 43px;
  }
}
.text-image {
  text-align: center;
  max-width: 600px;
  padding: 2em 0;
  margin-left: auto;
  margin-right: auto;
}
.text-image__image {
  height: 300px;
}
.text-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 680px) {
  .text-image__image {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .text-image__image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .text-image__image {
    height: 600px;
  }
}
@media (max-width: 680px) {
  .text-image__title br {
    display: none;
  }
}
.call-to-action {
  text-align: center;
  max-width: 600px;
  padding: 2em 1em;
  margin-left: auto;
  margin-right: auto;
}
.call-to-action__image {
  height: 300px;
}
.call-to-action__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 680px) {
  .call-to-action__image {
    height: 400px;
  }
}
@media (min-width: 960px) {
  .call-to-action__image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .call-to-action__image {
    height: 430px;
  }
}
@media (max-width: 680px) {
  .call-to-action__title br {
    display: none;
  }
}
.social-media__posts {
  padding: 0.5em 1em;
  border: 2px solid #fde6d9;
  background-color: #fff5e5;
}
@media (min-width: 680px) {
  .social-media__posts {
    padding: 1em 1.5em;
  }
}
.social-media__posts .post {
  margin: 0.66666667rem 0;
}
@media (min-width: 960px) {
  .social-media__posts .grid__column--xl-2 {
    width: 20%;
  }
}
.social-media__posts .post__image {
  position: relative;
  height: 220px;
  width: 100%;
  border: 2px solid #fde6d9;
}
.social-media__posts .post__image img {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (min-width: 680px) {
  .social-media__posts .post__image {
    height: 290px;
  }
}
@media (min-width: 960px) {
  .social-media__posts .post__image {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .social-media__posts .post__image {
    height: 280px;
  }
}
@media (min-width: 1440px) {
  .social-media__posts .post__image {
    height: 360px;
  }
}
.social-media__stats {
  margin-top: 1em;
  margin-bottom: 1em;
}
.social-media__stats .stat {
  margin: 1em 0;
  text-align: center;
}
@media (min-width: 680px) {
  .social-media__stats .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-media__stats .stat_number {
  font-size: 20px;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 680px) {
  .social-media__stats .stat_number {
    font-size: 25px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .social-media__stats .stat_number {
    font-size: 31px;
  }
}
.social-media__stats .stat_title {
  font-size: 16px;
  color: #4e7c88;
  line-height: 1;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
}
@media (min-width: 680px) {
  .social-media__stats .stat_title {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .social-media__stats .stat_title {
    font-size: 21px;
  }
}
.toolbar {
  background: #b8e0de;
  text-align: center;
  color: #4b7a86;
  padding: 5px;
  font-size: 11px;
}
@media (min-width: 960px) {
  .toolbar {
    font-family: 'congenial', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 680px;
}
.container--ml {
  max-width: 860px;
}
.container--wide {
  max-width: 1200px;
}
.container--extra-wide {
  max-width: 1440px;
}
.container--ultra-wide {
  max-width: 1640px;
}
.container--full {
  max-width: 100%;
}
.container--full-no-padding {
  max-width: 100%;
  padding: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.u-bg {
  background: center center / cover no-repeat;
}
.u-overlay {
  -webkit-box-shadow: inset 0 0 0 800px rgb(0 0 0 / 20%);
          box-shadow: inset 0 0 0 800px rgb(0 0 0 / 20%);
}
.has-bg.module--cta {
  -webkit-box-shadow: inset 0 0 0 2800px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 2800px rgba(0, 0, 0, 0.5);
}
.u-display-desktop {
  display: none !important;
}
@media (min-width: 960px) {
  .u-display-desktop {
    display: block !important;
  }
}
.u-display-mobile {
  display: block !important;
}
@media (min-width: 960px) {
  .u-display-mobile {
    display: none !important;
  }
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap label {
  font-weight: 300 !important;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element input:not(.magicdust-button-2 ),
.nf-form-wrap .nf-field-element select,
.nf-form-wrap .nf-field-element textarea {
  border: 1px solid #fde6d9;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  padding: 0.8em 0.8em !important;
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
  height: 200px;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
  font-size: 16px;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
  }
}
.single-product .product_title.entry-title {
  font-size: 20px;
  font-weight: 300;
  font-family: 'congenial', sans-serif;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .single-product .product_title.entry-title {
    font-size: 35px;
  }
}
@media (min-width: 960px) {
  .single-product .product_title.entry-title {
    font-size: 45px;
  }
}
.product-frame-size {
  margin-bottom: 0;
  font-size: 16px;
  color: #4e7c88;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
}
.single-product .product-frame-size {
  margin-bottom: 15px;
  margin-top: 2px;
}
.related .product-frame-size {
  margin-bottom: 0;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #b8e0de;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 500;
  font-family: 'congenial-light', sans-serif;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 13px;
}
@media (min-width: 960px) {
  .woocommerce ul.products li.product .price {
    font-size: 15px;
  }
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: transparent;
  color: #004252;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.product-image-wrap {
  height: 190px;
  border: 3px solid #fde6d9;
}
@media (min-width: 680px) {
  .product-image-wrap {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .product-image-wrap {
    height: 500px;
  }
}
.product-image-wrap img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--products .product-image-wrap {
  height: 350px;
  border: 3px solid #fde6d9;
}
.module--products .product-image-wrap img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 680px) {
  .module--products .product-image-wrap {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .module--products .product-image-wrap {
    height: 750px;
  }
}
.wc-block-grid__product-image {
  height: 190px;
  border: 3px solid #fde6d9;
}
@media (min-width: 680px) {
  .wc-block-grid__product-image {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .wc-block-grid__product-image {
    height: 300px;
  }
}
.wc-block-grid__product-image img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category.product {
  text-align: center;
}
.product-category.product img {
  border: 2px solid #fde6d9;
}
.product-category--label {
  margin-bottom: 2px;
}
@media (max-width: 680px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 2em;
  }
}
.product_meta {
  margin-top: 2em;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  font-weight: 600;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
  font-weight: 300;
}
.product_meta .posted_in {
  display: block;
}
.product_meta .tagged_as {
  display: block;
}
.product_meta .posted_in + .tagged_as {
  margin-top: 1em;
}
.related.products h2,
.related.products .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 680px) {
  .related.products h2,
  .related.products .h2 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .related.products h2,
  .related.products .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .related.products h2,
  .related.products .h2 {
    font-size: 40px;
  }
}
.related.products .product-image-wrap {
  height: 190px;
}
@media (min-width: 680px) {
  .related.products .product-image-wrap {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .related.products .product-image-wrap {
    height: 320px;
  }
}
.related.products:before {
  content: url('images/HeroTopLine_Icon.svg');
  margin-bottom: 3em;
  display: block;
}
@media (min-width: 1200px) {
  .related.products:before {
    margin-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 31.77%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-right: 2em;
    margin-bottom: 2em;
  }
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.product-story {
  clear: both;
  width: 100%;
  padding-top: 3em;
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .product-story {
    margin-bottom: 3em;
  }
}
.product-story-title {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3.5em 0.5em 2em;
}
@media (min-width: 960px) {
  .product-story-title {
    font-size: 25px;
  }
}
.product-story-title span {
  position: relative;
  z-index: 2;
}
.product-story-title img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fde6d9;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #fde6d9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #004252 !important;
  font-family: 'congenial-light', sans-serif;
  letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fde6d9;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  padding: 0 2em;
}
.woocommerce-page .pagination {
  display: none;
}
.woocommerce--load-more {
  text-align: center;
  margin-bottom: 5em;
}
.single_add_to_cart_button {
  padding: 1.7em 3.5em !important;
  margin-top: 20px;
  margin-left: -10px !important;
}
.add_to_cart_button {
  margin-left: -14px !important;
}
.wc-block-cart-items__header span,
.wc-block-cart .wc-block-cart__totals-title {
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
}
.single-product .main__sidebar {
  display: none;
}
.product__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.single-product .product__filter,
.post-type-archive-product .product__filter {
  display: none;
}
.product__filter .facetwp-facet {
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 960px) {
  .product__filter .facetwp-facet {
    width: 29%;
  }
}
.product__filter .facetwp-facet .facetwp-input-wrap,
.product__filter .facetwp-facet .facetwp-search,
.product__filter .facetwp-facet select {
  width: 100%;
}
.product__filter .facetwp-facet .facetwp-search,
.product__filter .facetwp-facet select {
  height: 45px!important;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500 !important;
  letter-spacing: 2px;
  padding-left: 1em;
  border: 1px solid #fde6d9;
}
.product__filter .facetwp-type-dropdown,
.product__filter .facetwp-type-sort {
  position: relative;
}
.product__filter .facetwp-type-dropdown:after,
.product__filter .facetwp-type-sort:after {
  content: "";
  width: 8px  !important;
  height: 8px !important;
  border: solid #004252 !important;
  border-width: 0 2px 2px 0 !important;
  position: absolute;
  top: -5px !important;
  right: 25px !important;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  -webkit-transition: ease-in 0.15s;
  transition: ease-in 0.15s;
}
.product__filter .facetwp-type-dropdown select,
.product__filter .facetwp-type-sort select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product__filter .facetwp-type-search .facetwp-icon:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 100%;
  background: url('images/Magnify_Icon.svg') no-repeat;
  background-position: -5px 50%;
  background-size: 35px 35px;
}
.product__filter .facetwp-type-reset {
  width: 100%;
}
@media (min-width: 960px) {
  .product__filter .facetwp-type-reset {
    width: 13%;
  }
}
.product__filter .facetwp-type-reset .facetwp-reset {
  width: 100%;
  border: 0;
  background: none;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.wc-block-grid__product-title {
  font-size: 18px;
  font-weight: 500;
}
.wc-block-grid__product-price {
  font-size: 14px;
}
.wp-block-button__link {
  font-size: 15px  !important;
}
.woocommerce-form-login {
  max-width: 650px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-form-login label {
  text-transform: capitalize;
}
.woocommerce-form-login input {
  border: 1px solid #fde6d9 !important;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  padding: 0.8em 0.8em !important;
  border-radius: 0;
  height: auto;
}
.woocommerce-product-gallery__wrapper img {
  border: 2px solid #fde6d9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: url('images/MagnifyButton.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #004252;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -0.3em;
  top: -0.3em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  display: block;
  background: url('images/Magnify_Icon.svg') !important;
  height: 60% !important;
  width: 60%  !important;
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger svg {
  color: #004252;
  fill: #004252;
}
.woocommerce-ordering {
  display: none;
}
.onsale {
  color: #004252 !important;
  font-family: 'congenial-light', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 30px;
  height: 30px;
}
.single-product .onsale {
  right: -1em !important;
  left: auto !important;
  position: absolute !important;
}
@media (min-width: 960px) {
  .single-product .onsale {
    right: 50% !important;
  }
}
.related .products .onsale {
  right: 0;
}
@media (min-width: 960px) {
  .single-product .main__content .product {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}
.single-product .main__content .product .woocommerce-product-gallery {
  width: 100%;
  position: relative;
}
@media (min-width: 960px) {
  .single-product .main__content .product .woocommerce-product-gallery {
    width: 50%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 290px;
  }
}
.single-product .main__content .product .summary {
  width: 100%;
}
@media (min-width: 960px) {
  .single-product .main__content .product .summary {
    width: 50%;
    margin-bottom: 290px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 680px) {
  .single-product .main__content .product {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.single-product .main__content .product .woocommerce-tabs {
  width: 100%;
}
@media (min-width: 960px) {
  .single-product .main__content .product .woocommerce-tabs {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 960px) {
  .single-product .main__content .product .related.products {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 960px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 23.1%;
  }
}
/* Full-width thumbnail navigation */
.single-product .flex-control-thumbs {
  padding-top: 2em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 5px 0;
  list-style: none;
}
@media (min-width: 960px) {
  .single-product .flex-control-thumbs {
    position: absolute;
    bottom: -240px;
    width: 1200px;
    gap: 20px;
    margin: 20px 0;
  }
}
.single-product .flex-control-thumbs img {
  opacity: 1 !important;
  border: 2px solid #fde6d9;
}
.single-product .related.products .product {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-image: url('images/circle.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background-image: url('images/PositionActive.png') !important;
}
@media (min-width: 680px) {
  .owl-dots .owl-dot {
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.owl-nav .owl-prev {
  background-image: url('images/LeftArrow_Icon.svg') !important;
}
.owl-nav .owl-next {
  background-image: url('images/RightArrow_Icon.svg') !important;
}
@media (min-width: 960px) {
  .module--products .owl-nav {
    position: absolute;
    top: 0;
    right: 285px;
  }
  .module--products .owl-nav .owl-prev,
  .module--products .owl-nav .owl-next {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 960px) {
  .module--products .owl-carousel {
    position: static;
    width: 1900px;
  }
}
