@import url(https://fonts.googleapis.com/css?family=Signika:300,400,700&display=swap);
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?an66yp');
  src:  url('fonts/icomoon.eot?an66yp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?an66yp') format('woff2'),
    url('fonts/icomoon.ttf?an66yp') format('truetype'),
    url('fonts/icomoon.woff?an66yp') format('woff'),
    url('fonts/icomoon.svg?an66yp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-document-file-docx:before {
  content: "\e923";
}
.icon-document-file-xls:before {
  content: "\e924";
}
.icon-document-file-ppt:before {
  content: "\e925";
}
.icon-document-file-pdf:before {
  content: "\e926";
}
.icon-info:before {
  content: "\e917";
}
.icon-shopping-basket:before {
  content: "\e91e";
}
.icon-tag:before {
  content: "\e90a";
}
.icon-paypal .path1:before {
  content: "\e918";
  color: rgb(37, 59, 128);
}
.icon-paypal .path2:before {
  content: "\e919";
  margin-left: -3.7578125em;
  color: rgb(23, 155, 215);
}
.icon-paypal .path3:before {
  content: "\e91a";
  margin-left: -3.7578125em;
  color: rgb(37, 59, 128);
}
.icon-paypal .path4:before {
  content: "\e91b";
  margin-left: -3.7578125em;
  color: rgb(23, 155, 215);
}
.icon-paypal .path5:before {
  content: "\e91c";
  margin-left: -3.7578125em;
  color: rgb(34, 45, 101);
}
.icon-paypal .path6:before {
  content: "\e91d";
  margin-left: -3.7578125em;
  color: rgb(37, 59, 128);
}
.icon-gift-aid:before {
  content: "\e916";
}
.icon-become-a-member:before {
  content: "\e91f";
}
.icon-donation:before {
  content: "\e920";
}
.icon-existing-member:before {
  content: "\e921";
}
.icon-new-member:before {
  content: "\e922";
}
.icon-mortarboard:before {
  content: "\e913";
}
.icon-phone:before {
  content: "\e914";
}
.icon-signup:before {
  content: "\e915";
}
.icon-bluestone360-logo:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e901";
  color: #f00;
}
.icon-googleplus:before {
  content: "\e902";
  color: #dc4e41;
}
.icon-linkedin:before {
  content: "\e903";
  color: #0077b5;
}
.icon-pinterest:before {
  content: "\e904";
  color: #bd081c;
}
.icon-facebook:before {
  content: "\e905";
  color: #3b5998;
}
.icon-instagram:before {
  content: "\e906";
  color: #e4405f;
}
.icon-twitter:before {
  content: "\e900";
  color: #1da1f2;
}
.icon-cancel:before {
  content: "\e90c";
}
.icon-plus:before {
  content: "\e912";
}
.icon-chevron-right:before {
  content: "\e90b";
}
.icon-chevron-left:before {
  content: "\e909";
}
.icon-picture:before {
  content: "\e90d";
}
.icon-envelop:before {
  content: "\e911";
}
.icon-phone1:before {
  content: "\e90f";
}
.icon-telephone:before {
  content: "\e90f";
}
.icon-contact:before {
  content: "\e90f";
}
.icon-support:before {
  content: "\e90f";
}
.icon-call:before {
  content: "\e90f";
}
.icon-location:before {
  content: "\e910";
}
.icon-map-marker:before {
  content: "\e910";
}
.icon-pin:before {
  content: "\e910";
}
.icon-play:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e908";
}

@charset "UTF-8";
/**
 * Main
 *
 * The base scss file
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/** Abstract Colors
 ---------------------------------------------------------*/
/** Borders
 ---------------------------------------------------------*/
/** Shadows
 ---------------------------------------------------------*/
/** Device Sizes
 ---------------------------------------------------------*/
/** Typography
 ---------------------------------------------------------*/
/* Accessible hiding. */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/** Sections
 ---------------------------------------------------------*/
section {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 736px) {
  section {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}
section.page-content {
  margin-top: 5rem;
}

@media (max-width: 576px) {
  .g-block.alignwide {
    width: auto;
    padding: 0 2rem;
  }
}
.page-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1069px) {
  .page-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/** Custom Additions
 ---------------------------------------------------------*/
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 576px) {
  .alignfull {
    margin: 0px;
    width: 100%;
  }
}

.alignwide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px calc(25% - 25vw);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100vw;
}
@media (min-width: 1069px) {
  .alignwide {
    width: 90%;
  }
}
@media (min-width: 1069px) and (max-width: 1280px) {
  .alignwide {
    max-width: 1150px;
  }
}
@media (max-width: 1069px) {
  .alignwide {
    max-width: 970px;
    width: 95%;
  }
}
@media (max-width: 576px) {
  .alignwide {
    width: 100%;
  }
}
.alignwide .alignwide {
  margin: 0px;
  margin: 0 auto;
  width: 100%;
}

.middle-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

/** Self Clearing Goodness
 ---------------------------------------------------------*/
.gform_page_footer:after,
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/** Skeleton Grid
 ---------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Site Wide Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
input[type=submit],
button,
.button {
  outline: none;
}

a:focus-visible,
input[type=submit]:focus-visible,
button:focus-visible,
.button:focus-visible {
  outline: 2px solid black;
  outline-offset: 5px;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.inline-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.inline-cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  display: block;
}
.inline-cover.ie-fix {
  background-size: cover;
  background-position: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.inline-cover.ie-fix img {
  opacity: 0;
}

.sub-banner-padding {
  margin-top: 25rem;
}

/** Typography Defaults
 ---------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Signika", sans-serif;
  color: #363636;
}

a {
  text-decoration: none;
  color: #363636;
}
a:hover {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.section-heading {
  font-size: 4rem;
  color: #054c8b;
}
@media (min-width: 736px) {
  .section-heading {
    margin-top: 0;
  }
}

.color-alpha, .color-brand-green {
  color: #01b19c;
}
.color-alpha a, .color-brand-green a {
  color: #01b19c;
}

.color-bravo, .color-brand-blue {
  color: #054c8b;
}
.color-bravo a, .color-brand-blue a {
  color: #054c8b;
}

/* Button Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
input[type=submit],
input[type=reset],
input[type=button], .restore-item {
  display: inline-block;
  padding: 2px 20px;
  color: #555;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 50px;
  border: 1.5px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover, .button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus, .restore-item:hover, .restore-item:focus {
  color: #333;
  border-color: #888;
  text-decoration: none;
}
.button:hover a, .button:focus a,
input[type=submit]:hover a,
input[type=submit]:focus a,
input[type=reset]:hover a,
input[type=reset]:focus a,
input[type=button]:hover a,
input[type=button]:focus a, .restore-item:hover a, .restore-item:focus a {
  text-decoration: none;
}
.button.button--primary,
input[type=submit].button--primary,
input[type=reset].button--primary,
input[type=button].button--primary, .restore-item.button--primary {
  color: #FFF;
  background-color: #054c8b;
  border-color: #054c8b;
}
.button.button--primary:hover, .button.button--primary:focus,
input[type=submit].button--primary:hover,
input[type=submit].button--primary:focus,
input[type=reset].button--primary:hover,
input[type=reset].button--primary:focus,
input[type=button].button--primary:hover,
input[type=button].button--primary:focus, .restore-item.button--primary:hover, .restore-item.button--primary:focus {
  color: #FFF;
  background-color: #03294b;
  border-color: #03294b;
}
.button.button--secondary, .button.single_add_to_cart_button, .button.checkout-button.wc-forward, .button.button[name=update_cart], .button.wc-backward, .button.button[name=woocommerce_checkout_place_order],
input[type=submit].button--secondary,
input[type=submit].single_add_to_cart_button,
input[type=submit].checkout-button.wc-forward,
input[type=submit].button[name=update_cart],
input[type=submit].wc-backward,
input[type=submit].button[name=woocommerce_checkout_place_order],
input[type=reset].button--secondary,
input[type=reset].single_add_to_cart_button,
input[type=reset].checkout-button.wc-forward,
input[type=reset].button[name=update_cart],
input[type=reset].wc-backward,
input[type=reset].button[name=woocommerce_checkout_place_order],
input[type=button].button--secondary,
input[type=button].single_add_to_cart_button,
input[type=button].checkout-button.wc-forward,
input[type=button].button[name=update_cart],
input[type=button].wc-backward,
input[type=button].button[name=woocommerce_checkout_place_order], .restore-item.button--secondary, .restore-item.single_add_to_cart_button, .restore-item.checkout-button.wc-forward, .restore-item.button[name=update_cart], .restore-item.wc-backward, .restore-item.button[name=woocommerce_checkout_place_order] {
  background-color: #01b19c;
  border-color: #01b19c;
  color: #FFF;
}
.button.button--secondary:hover, .button.button--secondary:focus, .button.single_add_to_cart_button:hover, .button.single_add_to_cart_button:focus, .button.checkout-button.wc-forward:hover, .button.checkout-button.wc-forward:focus, .button.button[name=update_cart]:hover, .button.button[name=update_cart]:focus, .button.wc-backward:hover, .button.wc-backward:focus, .button.button[name=woocommerce_checkout_place_order]:hover, .button.button[name=woocommerce_checkout_place_order]:focus,
input[type=submit].button--secondary:hover,
input[type=submit].button--secondary:focus,
input[type=submit].single_add_to_cart_button:hover,
input[type=submit].single_add_to_cart_button:focus,
input[type=submit].checkout-button.wc-forward:hover,
input[type=submit].checkout-button.wc-forward:focus,
input[type=submit].button[name=update_cart]:hover,
input[type=submit].button[name=update_cart]:focus,
input[type=submit].wc-backward:hover,
input[type=submit].wc-backward:focus,
input[type=submit].button[name=woocommerce_checkout_place_order]:hover,
input[type=submit].button[name=woocommerce_checkout_place_order]:focus,
input[type=reset].button--secondary:hover,
input[type=reset].button--secondary:focus,
input[type=reset].single_add_to_cart_button:hover,
input[type=reset].single_add_to_cart_button:focus,
input[type=reset].checkout-button.wc-forward:hover,
input[type=reset].checkout-button.wc-forward:focus,
input[type=reset].button[name=update_cart]:hover,
input[type=reset].button[name=update_cart]:focus,
input[type=reset].wc-backward:hover,
input[type=reset].wc-backward:focus,
input[type=reset].button[name=woocommerce_checkout_place_order]:hover,
input[type=reset].button[name=woocommerce_checkout_place_order]:focus,
input[type=button].button--secondary:hover,
input[type=button].button--secondary:focus,
input[type=button].single_add_to_cart_button:hover,
input[type=button].single_add_to_cart_button:focus,
input[type=button].checkout-button.wc-forward:hover,
input[type=button].checkout-button.wc-forward:focus,
input[type=button].button[name=update_cart]:hover,
input[type=button].button[name=update_cart]:focus,
input[type=button].wc-backward:hover,
input[type=button].wc-backward:focus,
input[type=button].button[name=woocommerce_checkout_place_order]:hover,
input[type=button].button[name=woocommerce_checkout_place_order]:focus, .restore-item.button--secondary:hover, .restore-item.button--secondary:focus, .restore-item.single_add_to_cart_button:hover, .restore-item.single_add_to_cart_button:focus, .restore-item.checkout-button.wc-forward:hover, .restore-item.checkout-button.wc-forward:focus, .restore-item.button[name=update_cart]:hover, .restore-item.button[name=update_cart]:focus, .restore-item.wc-backward:hover, .restore-item.wc-backward:focus, .restore-item.button[name=woocommerce_checkout_place_order]:hover, .restore-item.button[name=woocommerce_checkout_place_order]:focus {
  color: #FFF;
  background-color: #016f62;
  border-color: #016f62;
}
.button.button--donate,
input[type=submit].button--donate,
input[type=reset].button--donate,
input[type=button].button--donate, .restore-item.button--donate {
  background-color: #006BB4;
  border-color: #006BB4;
  color: #FFF;
}
.button.button--donate:hover, .button.button--donate:focus,
input[type=submit].button--donate:hover,
input[type=submit].button--donate:focus,
input[type=reset].button--donate:hover,
input[type=reset].button--donate:focus,
input[type=button].button--donate:hover,
input[type=button].button--donate:focus, .restore-item.button--donate:hover, .restore-item.button--donate:focus {
  color: #FFF;
  background-color: #004472;
  border-color: #004472;
}
.button.button--banner, .button.wc-forward, .button.restore-item,
input[type=submit].button--banner,
input[type=submit].wc-forward,
input[type=submit].restore-item,
input[type=reset].button--banner,
input[type=reset].wc-forward,
input[type=reset].restore-item,
input[type=button].button--banner,
input[type=button].wc-forward,
input[type=button].restore-item, .restore-item.button--banner, .restore-item.wc-forward, .restore-item.restore-item {
  background-color: transparent;
  border-color: white;
  color: #FFF;
}
.button.button--banner:hover, .button.button--banner:focus, .button.wc-forward:hover, .button.wc-forward:focus, .button.restore-item:hover, .button.restore-item:focus,
input[type=submit].button--banner:hover,
input[type=submit].button--banner:focus,
input[type=submit].wc-forward:hover,
input[type=submit].wc-forward:focus,
input[type=submit].restore-item:hover,
input[type=submit].restore-item:focus,
input[type=reset].button--banner:hover,
input[type=reset].button--banner:focus,
input[type=reset].wc-forward:hover,
input[type=reset].wc-forward:focus,
input[type=reset].restore-item:hover,
input[type=reset].restore-item:focus,
input[type=button].button--banner:hover,
input[type=button].button--banner:focus,
input[type=button].wc-forward:hover,
input[type=button].wc-forward:focus,
input[type=button].restore-item:hover,
input[type=button].restore-item:focus, .restore-item.button--banner:hover, .restore-item.button--banner:focus, .restore-item.wc-forward:hover, .restore-item.wc-forward:focus, .restore-item.restore-item:hover, .restore-item.restore-item:focus {
  background-color: white;
  border-color: white;
  color: #01b19c;
}
.button.wc-forward:hover, .button.wc-forward:focus, .button.restore-item:hover, .button.restore-item:focus,
input[type=submit].wc-forward:hover,
input[type=submit].wc-forward:focus,
input[type=submit].restore-item:hover,
input[type=submit].restore-item:focus,
input[type=reset].wc-forward:hover,
input[type=reset].wc-forward:focus,
input[type=reset].restore-item:hover,
input[type=reset].restore-item:focus,
input[type=button].wc-forward:hover,
input[type=button].wc-forward:focus,
input[type=button].restore-item:hover,
input[type=button].restore-item:focus, .restore-item.wc-forward:hover, .restore-item.wc-forward:focus, .restore-item.restore-item:hover, .restore-item.restore-item:focus {
  color: #008533;
}
.button.button--search,
input[type=submit].button--search,
input[type=reset].button--search,
input[type=button].button--search, .restore-item.button--search {
  background-color: transparent;
  border-color: white;
  color: #FFF;
}
.button.button--search:hover, .button.button--search:focus,
input[type=submit].button--search:hover,
input[type=submit].button--search:focus,
input[type=reset].button--search:hover,
input[type=reset].button--search:focus,
input[type=button].button--search:hover,
input[type=button].button--search:focus, .restore-item.button--search:hover, .restore-item.button--search:focus {
  background-color: white;
  border-color: white;
}
.button.button--hollow, .button.product_type_simple,
input[type=submit].button--hollow,
input[type=submit].product_type_simple,
input[type=reset].button--hollow,
input[type=reset].product_type_simple,
input[type=button].button--hollow,
input[type=button].product_type_simple, .restore-item.button--hollow, .restore-item.product_type_simple {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
.button.button--hollow:hover, .button.button--hollow:focus, .button.product_type_simple:hover, .button.product_type_simple:focus,
input[type=submit].button--hollow:hover,
input[type=submit].button--hollow:focus,
input[type=submit].product_type_simple:hover,
input[type=submit].product_type_simple:focus,
input[type=reset].button--hollow:hover,
input[type=reset].button--hollow:focus,
input[type=reset].product_type_simple:hover,
input[type=reset].product_type_simple:focus,
input[type=button].button--hollow:hover,
input[type=button].button--hollow:focus,
input[type=button].product_type_simple:hover,
input[type=button].product_type_simple:focus, .restore-item.button--hollow:hover, .restore-item.button--hollow:focus, .restore-item.product_type_simple:hover, .restore-item.product_type_simple:focus {
  background-color: #363636;
  border-color: #363636;
  color: white;
}
.button.button--hollow:hover a, .button.button--hollow:focus a, .button.product_type_simple:hover a, .button.product_type_simple:focus a,
input[type=submit].button--hollow:hover a,
input[type=submit].button--hollow:focus a,
input[type=submit].product_type_simple:hover a,
input[type=submit].product_type_simple:focus a,
input[type=reset].button--hollow:hover a,
input[type=reset].button--hollow:focus a,
input[type=reset].product_type_simple:hover a,
input[type=reset].product_type_simple:focus a,
input[type=button].button--hollow:hover a,
input[type=button].button--hollow:focus a,
input[type=button].product_type_simple:hover a,
input[type=button].product_type_simple:focus a, .restore-item.button--hollow:hover a, .restore-item.button--hollow:focus a, .restore-item.product_type_simple:hover a, .restore-item.product_type_simple:focus a {
  color: white;
}

button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.woocommerce .button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Blog Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  margin: 30px 0 0 0;
  text-align: center;
  width: 100%;
}
.pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul.page-numbers li {
  margin: 0.5rem;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 4px;
  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;
}
.pagination .icon-chevron-thin-right,
.pagination .icon-chevron-thin-left {
  position: relative;
}
.pagination li a, .pagination li span {
  display: block;
}
.pagination li .page-numbers {
  background: #054c8b;
  color: white;
  text-decoration: none;
}
.pagination li .page-numbers.current {
  background: #03315a;
}
.pagination li .page-numbers:hover {
  background: #03315a;
}

/* Woocommerce Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.woocommerce-pagination {
  width: 100%;
}
.woocommerce-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-pagination .page-numbers li {
  margin: 0.5rem;
}
.woocommerce-pagination .page-numbers li .page-numbers {
  background: #01b19c;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 4px;
  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;
  color: white;
  text-decoration: none;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background: #017e6f;
}
.woocommerce-pagination .page-numbers li .current {
  background: #017e6f;
}

/* Post Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-pagination {
  margin: 50px 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-pagination a {
  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;
  text-decoration: none;
  padding: 1.5rem;
  background: #01b19c;
  color: white;
  border-radius: 4px;
}
.post-pagination a .icon {
  position: relative;
}
.post-pagination a:hover {
  background: #017e6f;
}
.post-pagination .single-pag-prev a {
  padding-left: 0.75rem;
}
.post-pagination .single-pag-next a {
  padding-right: 0.75rem;
}

li.button-hollow a, li.button-solid a {
  padding: 1rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
}

li.button-hollow a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid white 0.2rem;
}

li.button-solid a {
  background-color: #01b19c;
  border: solid #01b19c 0.2rem;
  color: white;
}

button.button-hollow, a.button-hollow {
  border: solid #054c8b;
  padding: 1rem 2rem;
  border-radius: 2rem;
}

a.button-hollow {
  text-decoration: none;
}

/* Social Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.social {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  font-size: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
}
ul.social li:last-child {
  margin: 0;
}
ul.social li .icon {
  display: block;
}
ul.social li .icon:before {
  color: white;
}
ul.social li .icon:hover {
  text-decoration: none;
}

select {
  margin: 1rem 0;
  border: 0.1rem solid #363636;
  cursor: pointer;
  width: 100%;
  border-radius: 4rem;
  padding: 1rem 2rem;
  padding-right: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../img/chevron-down.svg") no-repeat right;
  background-position-x: calc(100% - 2rem);
}

input {
  border: 1px solid #292929;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  border: 1px solid #292929;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  resize: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select:focus, input:focus, textarea:focus {
  border: 1px solid #01b19c;
}
select:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid black;
  outline-offset: 5px;
}

fieldset {
  padding: 0;
  border: 0;
}

.checkbox {
  margin-bottom: 1rem;
  position: relative;
  display: block;
}
.checkbox input[type=checkbox] {
  opacity: 0.00000001;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #01b19c;
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #01b19c;
  border-left: 2px solid #01b19c;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  position: absolute;
  top: 12px;
  left: 10px;
}
.checkbox input[type=checkbox]:checked ~ label::before {
  color: #01b19c;
}
.checkbox input[type=checkbox]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  width: 200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}
.checkbox input {
  margin-right: 1rem;
}

.gform_wrapper {
  max-width: 500px;
}
.gform_wrapper .validation_error, .gform_wrapper .gfield_required, .gform_wrapper .validation_message {
  color: #eb1c26;
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .screen-reader-text {
  display: none;
}
.gform_wrapper .gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gform_body li input, .gform_wrapper .gform_body li textarea {
  width: 100%;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 5;
  background: white;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}
@media (min-width: 1069px) {
  header .helpline-mobile {
    display: none;
  }
}
header .helpline-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
}
header .helpline-mobile .icon {
  margin-right: 5px;
  font-size: 2.2rem;
}
header .header-logo {
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 736px) {
  header .header-logo {
    left: calc(50% - 0.7rem);
  }
}
@media (min-width: 1069px) {
  header .header-logo {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1250px) {
  header .header-logo {
    position: static;
    padding-right: 2rem;
  }
}
header .header-logo .logo {
  display: block;
  width: 14rem;
}
@media (min-width: 736px) {
  header .header-logo .logo {
    width: 16rem;
  }
}
@media (min-width: 736px) {
  header .header-logo .logo {
    width: 18rem;
  }
}
@media (min-width: 1250px) {
  header .header-logo .logo {
    width: 20rem;
  }
}
header .header-logo .logo img {
  border-radius: 0px;
}
header .cta-menu, header .secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .cta-nav {
  display: none;
}
@media (min-width: 1069px) {
  header .cta-nav {
    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;
    margin: 1rem 0 2rem 0;
  }
}
@media (min-width: 1250px) {
  header .cta-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .cta-nav a {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  color: #363636;
  text-decoration: none;
}
header .cta-nav a:hover {
  color: #01b19c;
}
header .cta-nav .cta-menu li {
  line-height: 16px;
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  border-right: black solid 1px;
}
header .cta-nav .cta-menu li:last-of-type {
  border-right: 0px;
}
header .cta-nav .secondary-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
header .cta-nav .secondary-menu li {
  margin-right: 1.2rem;
}
header .cta-nav .secondary-menu li:last-of-type {
  justify-self: flex-end;
  margin-left: auto;
}
header .cta-nav .secondary-menu li:last-of-type a {
  border-bottom: none;
}
header .cta-nav .meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  position: relative;
  font-family: proxima-nova, sans-serif;
  display: flex;
}
header .cta-nav .meta .search-lightbox-button {
  margin: 0px 15px;
  margin-right: 0;
  font-size: 20px;
  color: #363636;
}
header .cta-nav .meta .search-lightbox-button:hover span:before {
  color: #01b19c;
}
header .cta-nav .meta a {
  font-size: 20px;
  text-decoration: none;
  position: relative;
  margin: 8px 0 0 15px;
  border-bottom: none;
}
header .cta-nav .meta a .cart-count {
  position: absolute;
  top: 0px;
  right: -4px;
  width: 10px;
  height: 10px;
  padding: 4px;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  background: #054c8b;
}
header .primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1069px) {
  header .primary-nav {
    padding: 1.7rem 0 0 0;
  }
}
@media (min-width: 1250px) {
  header .primary-nav {
    border-top: #DBDBDB solid 1px;
  }
}
header .primary-nav a {
  font-weight: 600;
  font-size: 19px;
  color: #363636;
  display: block;
}
header .primary-nav .main-menu li {
  padding-right: 1.5rem;
  margin-right: 1rem;
  border-right: black solid 2px;
}
header .primary-nav .main-menu li:nth-child(1) {
  border-color: #00B29C;
}
header .primary-nav .main-menu li:nth-child(2) {
  border-color: #054B8B;
}
header .primary-nav .main-menu li:nth-child(3) {
  border-color: #FFCE48;
}
header .primary-nav .main-menu li:nth-child(4) {
  border-color: #41A5DF;
}
header .primary-nav .main-menu li:last-of-type {
  border-right: 0px;
}
header .primary-nav .main-menu li .sub-menu li {
  border: 0px;
}
header .primary-nav .main-menu li .sub-menu li a {
  font-weight: 500;
}
header .primary-nav .button-wrap {
  display: none;
}
@media (min-width: 1069px) {
  header .primary-nav .button-wrap {
    display: block;
    z-index: 2;
  }
}
header .header-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1024px;
}
@media (min-width: 1069px) {
  header .header-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
header .mobile-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 0.5rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 736px) {
  header .mobile-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1069px) {
  header .mobile-cta {
    display: none;
  }
}
header .mobile-cta a.button {
  font-size: 14px !important;
  padding: 0 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 170px;
}
header .mobile-cta a.button:nth-of-type(2) {
  margin-left: 1rem;
}
@media (min-width: 350px) {
  header .mobile-cta a.button:nth-of-type(2) {
    margin-left: 4rem;
  }
}
@media (min-width: 736px) {
  header .mobile-cta a.button:nth-of-type(2) {
    margin-left: 2rem;
  }
}
header ul.main-menu {
  display: none;
  margin: 0;
  padding: 0px;
}
header ul.main-menu ul, header ul.main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul.main-menu a:hover {
  text-decoration: none;
}
header ul.main-menu > li {
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}
header ul.main-menu > li:hover:after {
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  bottom: -17px;
  width: 100%;
  z-index: 1;
}
header ul.main-menu > li > a {
  position: relative;
  z-index: 2;
}
header ul.main-menu > li > a:hover {
  color: #01b19c;
}
header ul.main-menu > li.menu-item-has-children:hover > a,
header ul.main-menu > li.menu-item-has-children:focus-within > a {
  position: relative;
  display: block;
}
header ul.main-menu > li.menu-item-has-children:hover > a:before,
header ul.main-menu > li.menu-item-has-children:focus-within > a:before {
  content: "";
  display: block;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 3;
}
header ul.main-menu > li.menu-item-has-children:hover > a .first-li-arrow,
header ul.main-menu > li.menu-item-has-children:focus-within > a .first-li-arrow {
  content: "";
  display: block;
  border-color: transparent transparent #01b19c transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  margin-left: -10px;
  z-index: 3;
}
header ul.main-menu > li > .sub-menu {
  display: none;
}
header ul.main-menu > li > .sub-menu li {
  min-width: 300px;
  margin-right: 0px;
  padding-right: 0px;
}
header ul.main-menu li.menu-item-has-children:hover > .sub-menu,
header ul.main-menu li.menu-item-has-children:focus-within > .sub-menu {
  display: block;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  background-color: white;
  min-width: 240px;
  border-radius: 4px;
  margin-top: 2rem;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
}
header ul.main-menu > li.menu-item-has-children > .sub-menu:before {
  position: absolute;
  content: "";
  height: calc(100% + 5rem);
  width: calc(100% + 5rem);
  z-index: -1;
  left: -2rem;
  top: -2rem;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu a {
  display: block;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu a:hover {
  color: #01b19c;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li a {
  color: #363636;
  padding: 1rem 2rem;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li a:focus-visible {
  outline-offset: -10px;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:first-of-type {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:first-of-type > a {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 1rem;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:last-of-type {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:last-of-type > a {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 1rem;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:hover {
  background-color: #01b19c;
  outline: none !important;
}
header ul.main-menu > li.menu-item-has-children > .sub-menu li:hover a {
  color: white;
}
header ul.main-menu > li > .sub-menu > .only-one-child > .sub-menu {
  top: 0;
  margin-top: 0;
}
header ul.main-menu > li > .sub-menu > li {
  position: relative;
}
header ul.main-menu > li > .sub-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: -100%;
  background: #01b19c;
  z-index: 10;
  width: 100%;
  border-radius: 4px;
  margin-top: -15px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
header ul.main-menu > li > .sub-menu > li > .sub-menu:before {
  position: absolute;
  content: "";
  height: calc(100% + 5rem);
  width: calc(100% + 5rem);
  z-index: -1;
  left: -2.5rem;
  top: -2.5rem;
}
header ul.main-menu > li > .sub-menu > li > .sub-menu li {
  margin-top: 0;
}
header ul.main-menu > li > .sub-menu > li > .sub-menu a {
  color: white;
}
header ul.main-menu > li > .sub-menu > li > .sub-menu a:hover {
  background: #017e6f;
}
header ul.main-menu > li:nth-of-type(3) > .sub-menu > li > .sub-menu, header ul.main-menu > li:nth-of-type(4) > .sub-menu > li > .sub-menu {
  left: -100%;
}
header ul.main-menu > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header ul.main-menu > li > .sub-menu > li.menu-item-has-children:hover > a:before {
  content: "";
  display: block;
  border-color: transparent #01b19c transparent transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  right: 0;
}
header.sticky {
  padding: 1.5rem 0;
  position: fixed;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  top: 0;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header.sticky .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.sticky .mobile-cta {
  display: none;
  width: auto;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: 4rem;
}
@media (min-width: 736px) {
  header.sticky .mobile-cta {
    display: inline-block;
  }
}
header.sticky .header-logo {
  position: static;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
header.sticky .header-right {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header.sticky .menu-button {
  display: inline-block;
}
header.sticky .cta-nav, header.sticky .primary-nav {
  display: none;
}
header.sticky .primary-nav {
  padding: 0;
  border-top: 0;
}
header.sticky .helpline-mobile {
  display: none;
}
header.sticky .curved-divide {
  display: none;
}

.curved-divide {
  background: white;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 80px;
  left: 0;
  -webkit-clip-path: ellipse(80% 56% at 50% 35%);
          clip-path: ellipse(80% 56% at 50% 35%);
  z-index: 1;
}
@media (min-width: 1069px) {
  .curved-divide {
    -webkit-clip-path: ellipse(70% 56% at 50% 35%);
            clip-path: ellipse(70% 56% at 50% 35%);
    bottom: -40px;
  }
}
@media (min-width: 1250px) {
  .curved-divide {
    width: 150%;
    left: -25%;
    -webkit-clip-path: ellipse(40% 50%);
            clip-path: ellipse(40% 50%);
  }
}

/* Main Menu / Hamburger Switch
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-button {
  display: inline-block;
}

@media (min-width: 1069px) {
  header .menu-button {
    display: none;
  }
  header ul.main-menu {
    display: inline-block;
  }
}
/* Hamburger (Mobile Menu Button)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  padding: 18px 0 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  background: transparent;
}

.hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #363636;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/** Spin */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.swipe-open .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.swipe-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.swipe-open .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home footer {
  padding-top: 0;
  margin-top: -4rem;
}
@media (min-width: 526px) {
  .home footer {
    padding-top: 0;
  }
}

footer {
  background-color: #292929;
  padding: 0 0 4rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 5rem;
}
footer a:focus-visible {
  outline: 2px solid white;
}
@media (min-width: 526px) {
  footer {
    padding-top: 10rem;
  }
}
footer .logo {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
footer .logo img {
  max-width: 200px;
  border-radius: 0px;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1069px) {
  footer .footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-top .company-footer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
footer .footer-top .company-footer-info p:first-of-type {
  margin-top: 0;
}
footer .footer-top .footer-menus {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media (min-width: 736px) {
  footer .footer-top .footer-menus {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1069px) {
  footer .footer-top .footer-menus {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer .footer-top .footer-menus .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 736px) {
  footer .footer-top .footer-menus .footer-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 736px) and (max-width: 1069px) {
  footer .footer-top .footer-menus .footer-nav:nth-of-type(3) {
    display: none;
  }
}
footer .footer-top .footer-menus .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
footer .footer-top .footer-menus .footer-menu li:first-of-type {
  font-weight: 700;
  font-size: 2rem;
}
footer .footer-top .footer-menus .footer-menu li {
  margin: 0 0 6px 0;
}
footer .footer-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  border-bottom: solid 0.15rem rgba(255, 255, 255, 0.7);
  border-top: solid 0.15rem rgba(255, 255, 255, 0.7);
}
@media (min-width: 1069px) {
  footer .footer-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem 0;
  }
}
footer .footer-mid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-mid h3 {
  margin: 1rem 0 1.5rem 0;
}
footer .footer-mid .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-bottom: 0.75rem;
}
@media (min-width: 736px) {
  footer .footer-mid .company-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1069px) {
  footer .footer-mid .company-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
footer .footer-mid .company-info li {
  margin-bottom: 0.75rem;
}
@media (min-width: 736px) {
  footer .footer-mid .company-info li {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 1069px) {
  footer .footer-mid .company-info li {
    padding-right: 4rem;
  }
}
footer .footer-mid .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 1069px) {
  footer .footer-mid .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
}
footer .footer-mid .social li {
  padding-right: 1rem;
}
@media (min-width: 576px) {
  footer .footer-mid .social li:last-of-type {
    padding-right: 0;
  }
}
footer .footer-mid .social li:hover a:before {
  color: #01b19c;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 0 0;
  font-size: 1.2rem;
}
@media (min-width: 736px) {
  footer .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-bottom .copyright {
  margin-bottom: 1.5rem;
}
@media (min-width: 736px) {
  footer .footer-bottom .copyright {
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
}
footer .footer-bottom nav {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
@media (min-width: 736px) {
  footer .footer-bottom nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
  }
}
footer .footer-bottom nav .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
footer .footer-bottom nav .footer-links li {
  display: inline-block;
  margin-right: 1rem;
}
footer .footer-bottom nav .footer-links a {
  display: block;
}
footer a, footer button {
  color: rgba(255, 255, 255, 0.9);
}
footer a:hover, footer button:hover {
  color: #01b19c;
  text-decoration: none;
}
footer .credit {
  margin: 0;
}
@media (min-width: 736px) {
  footer .credit {
    margin: 0 0 0 auto;
  }
}
footer .credit a {
  text-decoration: none;
}
footer .credit .icon-bluestone360-logo {
  display: inline-block;
  margin: 0px 0 0 2px;
}

/* Sticky Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body {
  min-height: 100%;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-home .newsletter-signup {
  padding: 6rem 0 0 0;
}
@media (min-width: 736px) {
  .page-home .newsletter-signup {
    padding: 12rem 0 0 0;
  }
}

.page-template-page-landing .newsletter-signup, .is_page .newsletter-signup {
  padding: 6rem 0 0 0;
}
@media (min-width: 736px) {
  .page-template-page-landing .newsletter-signup, .is_page .newsletter-signup {
    padding: 4rem 0 0 0;
  }
}

.newsletter-signup.is_page {
  background: #E6F6FF;
}
.newsletter-signup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.newsletter-signup .newsletter--left {
  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-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 736px) {
  .newsletter-signup .newsletter--left {
    width: 50%;
  }
}
.newsletter-signup .newsletter--left iframe {
  margin: 0 auto;
}
.newsletter-signup .newsletter--right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin-bottom: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 736px) {
  .newsletter-signup .newsletter--right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    margin-bottom: 0;
    padding-left: 2rem;
  }
}
.newsletter-signup .block-convex-curve {
  margin: 0;
  bottom: 0;
  background: #292929;
}
.newsletter-signup .block-convex-curve .shape {
  position: relative;
  width: 100%;
  height: 120px;
  z-index: 1;
  -webkit-clip-path: ellipse(80% 56% at 50% 35%);
          clip-path: ellipse(80% 56% at 50% 35%);
}
@media (max-width: 576px) {
  .newsletter-signup .block-convex-curve .shape {
    height: 95px;
  }
}
@media (min-width: 1069px) {
  .newsletter-signup .block-convex-curve .shape {
    -webkit-clip-path: ellipse(70% 56% at 50% 35%);
            clip-path: ellipse(70% 56% at 50% 35%);
  }
}

#mc_embed_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mc_embed_signup h2 {
  margin-top: 0;
}
#mc_embed_signup .indicates-required {
  font-size: 1.25rem;
}
#mc_embed_signup .asterisk {
  color: #eb1c26;
}
#mc_embed_signup select:focus, #mc_embed_signup input:focus, #mc_embed_signup textarea:focus {
  border: 1px solid #054c8b;
}
#mc_embed_signup select:focus-visible, #mc_embed_signup input:focus-visible, #mc_embed_signup textarea:focus-visible {
  outline: 2px solid black;
  outline: 5px;
}
#mc_embed_signup .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1069px) {
  #mc_embed_signup .mc-field-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#mc_embed_signup .mc-field-group .asterisk {
  margin-left: 0.5rem;
}
#mc_embed_signup .mc-field-group label {
  width: 50%;
}
#mc_embed_signup .mc-field-group label {
  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;
  margin-bottom: 1rem;
}
@media (min-width: 1069px) {
  #mc_embed_signup .mc-field-group label {
    margin: 0;
  }
}
#mc_embed_signup .mc-field-group input {
  width: 100%;
}
@media (min-width: 1069px) {
  #mc_embed_signup .mc-field-group input {
    width: 100%;
  }
}
#mc_embed_signup .content__gdpr label {
  width: 100%;
}
#mc_embed_signup .content__gdpr input {
  width: 50px;
  margin-right: 2rem;
}
#mc_embed_signup .content__gdprLegal p, #mc_embed_signup .content__gdprLegal a {
  font-size: 1.2rem;
}
#mc_embed_signup .content__gdprLegal a {
  color: #054c8b;
  text-decoration: none;
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template .banner-mask, .is_page .banner-mask {
  display: none !important;
}
.page-template .no-image .overlay, .is_page .no-image .overlay {
  display: none !important;
}
.page-template .banner, .is_page .banner {
  min-height: 200px;
}
.page-template .banner .container, .is_page .banner .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template .banner .container .slide-caption, .is_page .banner .container .slide-caption {
  text-align: center;
}
.page-template .banner .container .slide-caption .subtitle, .is_page .banner .container .slide-caption .subtitle {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1069px) {
  .page-template .banner .container .slide-caption .subtitle, .is_page .banner .container .slide-caption .subtitle {
    font-size: 22px;
  }
}

.home .banner {
  margin-bottom: 12rem;
}
@media (min-width: 736px) {
  .home .banner {
    margin-bottom: 15rem;
  }
}
.home .banner .slide-caption {
  margin: 0;
  padding: 10rem 0 15rem 0;
}
@media (min-width: 736px) {
  .home .banner .slide-caption {
    padding: 20rem 0 25rem 0;
  }
}

.banner > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.banner .inline-cover {
  position: absolute;
}
.banner .slide-caption {
  padding: 12rem 0 10rem;
  max-width: 80%;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 736px) {
  .banner .slide-caption {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .banner .slide-caption {
    max-width: 50%;
  }
}
.banner .slide-caption h1 {
  margin: 0;
}
.banner .slide-caption .button {
  font-size: 2rem;
}

.banner {
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .banner {
    margin-bottom: 0px;
  }
}
@media (min-width: 736px) {
  .banner {
    background-color: #40C8B9;
  }
}
.banner img {
  border-radius: 0;
}
.banner.is_page {
  margin-bottom: 0px;
}
.banner .bottom-curve {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100px;
  bottom: 0px;
  background: url(../../img/bottom-curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 3;
}
@media (max-width: 576px) {
  .banner .bottom-curve {
    height: 30px;
  }
}
.banner .banner-mask {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.5;
}
@media (min-width: 736px) {
  .banner .banner-mask {
    left: -100px;
    opacity: 0.6;
  }
}
@media (min-width: 1069px) {
  .banner .banner-mask {
    left: -300px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-mask {
    left: -400px;
  }
}
.banner .banner-mask .shape {
  position: absolute;
  width: 120%;
  height: 100%;
  background: url(../../img/banner_mask.svg?2);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (min-width: 576px) {
  .banner .banner-mask .shape {
    width: 150%;
  }
}
@media (min-width: 736px) {
  .banner .banner-mask .shape {
    width: 150%;
    background-position: left 100% center;
  }
}
@media (min-width: 736px) {
  .banner .banner-mask .shape {
    width: 100%;
  }
}
.banner .banner-slider img {
  position: absolute;
  border-radius: 0px;
}
.banner .no-image {
  background-color: #40C8B9;
  width: 100%;
  height: 100%;
}
.banner .no-image .overlay {
  display: none;
}
.banner .banner-slider {
  background-color: black;
}
.banner h1, .banner h2 {
  font-weight: 500;
  color: white;
  margin: 0;
}
.banner .subtitle {
  color: white;
  margin: 10px 0 0 0;
}
.banner .button {
  margin-top: 10px;
}
.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 576px) {
  .banner .overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.banner-hidden {
  display: none;
}

/* Banner Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner .slick-slide {
  position: relative;
}
.banner .dots-container .slick-dots {
  bottom: 60px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .dots-container .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 10px 0 0;
}
.banner .dots-container .slick-dots li button {
  background-color: #fff;
  width: 50px;
  height: 4px;
}
.banner .dots-container .slick-dots li.slick-active button {
  background-color: #01b19c;
}

/* Banner Height Limits
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 736px) {
  .banner,
  .banner .slick-slide {
    max-height: 1200px;
  }
}

/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner .video-full {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .video-full iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: black;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.sub-banner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 20;
  width: 100%;
}
@media (min-width: 736px) {
  .sub-banner {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.sub-banner .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}
@media (min-width: 736px) {
  .sub-banner .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media (min-width: 1069px) {
  .sub-banner .container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.sub-banner .container:after {
  display: none;
}
.sub-banner .cta-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 4rem;
  padding: 4rem;
}
@media (max-width: 1069px) {
  .sub-banner .cta-area {
    padding: 30px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sub-banner .cta-area .circular-icon-holder {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.sub-banner .cta-area .circular-icon-holder > span {
  color: white;
  font-size: 3rem;
}
.sub-banner .cta-area:nth-child(1) {
  display: none;
  background: #006DB1;
}
@media (min-width: 736px) {
  .sub-banner .cta-area:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sub-banner .cta-area:nth-child(1) .circular-icon-holder {
  background: #00446f;
}
.sub-banner .cta-area:nth-child(1):hover {
  background: #00446f;
  text-decoration: none;
}
.sub-banner .cta-area:nth-child(1):hover .circular-icon-holder {
  background: #006DB1;
}
.sub-banner .cta-area:nth-child(2) {
  display: none;
  background: #757575;
}
@media (min-width: 1069px) {
  .sub-banner .cta-area:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sub-banner .cta-area:nth-child(2) .circular-icon-holder {
  background: #8f8f8f;
}
.sub-banner .cta-area:nth-child(2):hover {
  background: #8f8f8f;
  text-decoration: none;
}
.sub-banner .cta-area:nth-child(2):hover .circular-icon-holder {
  background: #757575;
}
.sub-banner .cta-area:nth-child(3) {
  background: #008533;
}
.sub-banner .cta-area:nth-child(3) .circular-icon-holder {
  background: #00521f;
}
.sub-banner .cta-area:nth-child(3):hover {
  background: #00521f;
  text-decoration: none;
}
.sub-banner .cta-area:nth-child(3):hover .circular-icon-holder {
  background: #008533;
}
.sub-banner .cta-area h3 {
  font-size: 30px;
  color: white;
  margin-bottom: 0;
}
@media (min-width: 736px) {
  .sub-banner .cta-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .sub-banner .cta-area h3 {
    font-size: 18px;
  }
}
.sub-banner .cta-area p {
  margin: 0;
  font-weight: 300;
  color: white;
}
.sub-banner .cta-area p span {
  display: block;
}

/* Subnav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sidebar-container {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media (min-width: 1069px) {
  .sidebar-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 22%;
  }
}

.sidebar-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 576px) {
  .sidebar-menu {
    margin-bottom: 50px;
  }
}
.sidebar-menu .current-menu-ancestor {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.sidebar-menu a {
  color: #363636;
}
.sidebar-menu ul {
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.sidebar-menu > li {
  border-radius: 4px;
  overflow: hidden;
}
.sidebar-menu li {
  font-family: proxima-nova, sans-serif;
  font-size: 2rem;
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 0.8rem;
  padding: 0;
  position: relative;
  background-color: #E1E1E1;
  text-align: left;
}
.sidebar-menu li a {
  color: #363636;
  display: block;
  font-size: 20px;
  padding: 2rem;
}
.sidebar-menu li.menu-item {
  display: none;
}
@media (min-width: 736px) {
  .sidebar-menu li.menu-item {
    display: block;
  }
}
.sidebar-menu li.menu-item a {
  padding-right: 5rem;
  font-weight: 600;
}
.sidebar-menu li.menu-item ul li {
  margin-bottom: 0px;
}
.sidebar-menu li.menu-item ul li a {
  padding: 2rem;
  font-weight: 400;
}
.sidebar-menu li.menu-item ul li a:last-of-type {
  padding-bottom: 15px !important;
}
.sidebar-menu li.menu-item-has-children .expander {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 40px;
  z-index: 3;
}
.sidebar-menu li.menu-item-has-children .expander:after {
  content: "\e90b";
  display: block;
  font-family: "icomoon" !important;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-menu li.current-menu-item {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.sidebar-menu li.current-menu-item > a {
  padding-right: 5rem;
  background-color: #01b19c;
  color: white;
}
.sidebar-menu li.current-menu-item ul {
  background-color: #E1E1E1;
}
.sidebar-menu li.current-menu-item ul li a {
  padding: 2rem;
  font-weight: 400;
}
.sidebar-menu li.current-menu-item .expander:after {
  color: white;
}
.sidebar-menu li a {
  color: #363636;
  display: block;
  font-size: 20px;
  padding: 2rem;
}
.sidebar-menu li li a {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}
.sidebar-menu li .expander {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-menu li.expanded > .expander {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .current-menu-parent {
  display: block !important;
}
.sidebar-menu .current-menu-parent .sub-menu li.menu-item {
  display: block !important;
}
.sidebar-menu li.current-menu-item > a {
  color: white;
  background-color: #01b19c;
}
.sidebar-menu .current-menu-item a {
  color: white;
}
.sidebar-menu .current-menu-item .sub-menu a {
  color: #363636;
}
.sidebar-menu li {
  position: relative;
}
.sidebar-menu li:before {
  background: #01b19c;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
}
.sidebar-menu li a {
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .sidebar-menu .sub-menu li:hover > a, .sidebar-menu li.menu-item-has-children:hover > a, .sidebar-menu .menu-item:hover > a {
    color: white;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
.sidebar-menu .sub-menu li:hover:before, .sidebar-menu li.menu-item-has-children:hover:before, .sidebar-menu .menu-item:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sidebar-menu .sub-menu li:hover .expander:after, .sidebar-menu li.menu-item-has-children:hover .expander:after, .sidebar-menu .menu-item:hover .expander:after {
  color: white;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sidebar-menu li.expanded:before {
  display: none;
}
.sidebar-menu a {
  text-decoration: none;
}
.sidebar-menu .current-menu-parent > a {
  background-color: #01b19c;
  color: white;
}
.sidebar-menu .current-menu-parent > a .expander:after {
  color: white;
}

.shop-page .columns.three, .category-page .columns.three, .product-page .columns.three {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 1069px) {
  .shop-page .columns.three, .category-page .columns.three, .product-page .columns.three {
    width: 22%;
    margin-top: 0;
  }
}
.shop-page .sidebar-menu > li:hover:before, .category-page .sidebar-menu > li:hover:before, .product-page .sidebar-menu > li:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.shop-page .sidebar-menu li.expanded .sub-menu, .category-page .sidebar-menu li.expanded .sub-menu, .product-page .sidebar-menu li.expanded .sub-menu {
  display: none;
}
.shop-page .sidebar-menu li.expanded .expander, .category-page .sidebar-menu li.expanded .expander, .product-page .sidebar-menu li.expanded .expander {
  display: none;
}
.shop-page .sidebar-menu li.expanded:before, .category-page .sidebar-menu li.expanded:before, .product-page .sidebar-menu li.expanded:before {
  display: block;
}
.shop-page .sidebar-menu .current-menu-item a, .category-page .sidebar-menu .current-menu-item a, .product-page .sidebar-menu .current-menu-item a {
  background: transparent;
  color: #363636;
  z-index: 3;
}
.shop-page .sidebar-menu .current-menu-item:before, .category-page .sidebar-menu .current-menu-item:before, .product-page .sidebar-menu .current-menu-item:before {
  z-index: 2;
}
@media (min-width: 576px) {
  .shop-page .sidebar-menu .current-menu-item:hover > a, .category-page .sidebar-menu .current-menu-item:hover > a, .product-page .sidebar-menu .current-menu-item:hover > a {
    color: white;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
.shop-page .sidebar-menu .current-menu-item:hover:before, .category-page .sidebar-menu .current-menu-item:hover:before, .product-page .sidebar-menu .current-menu-item:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.shop-page .sidebar-menu .current-menu-item:hover .expander:after, .category-page .sidebar-menu .current-menu-item:hover .expander:after, .product-page .sidebar-menu .current-menu-item:hover .expander:after {
  color: white;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/* Split Row
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.split-row {
  margin: 0 0 40px 0;
}
.split-row .split-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.split-row .column-a {
  background-color: #f7f7f7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.split-row .column-a .content-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10%;
  width: 100%;
}
.split-row .column-b {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1069px) {
  .split-row {
    margin: 0;
  }
  .split-row .split-row-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .split-row .column-a,
  .split-row .column-b {
    width: 50%;
  }
  .split-row .column-a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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;
  }
  .split-row .column-b {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
  }
  .split-row.switch .column-a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .split-row.switch .column-b {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* Block Row
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.block-row .block-row-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-row .block-row-item a img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.block-row .block-row-item a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.block-row .caption {
  bottom: 0;
  position: absolute;
  z-index: 1;
  padding: 30px;
}
.block-row .caption-title {
  color: white;
  margin: 0;
}

/* Multi Purpose Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.multi-purpose-block .multi-purpose-block-row {
  position: relative;
}
.multi-purpose-block .inline-cover {
  position: absolute;
}
.multi-purpose-block .content-inner {
  margin: 0 auto;
  max-width: 400px;
  padding: 100px 10%;
  position: relative;
  text-align: center;
  z-index: 2;
}
.multi-purpose-block .content-inner h2 {
  margin-top: 0;
}
.multi-purpose-block .content-inner h2, .multi-purpose-block .content-inner p {
  color: white;
}

article {
  font-family: proxima-nova, sans-serif;
}
article h1 {
  margin-top: 0;
}
article h2:first-of-type {
  margin-top: 0;
}
article img {
  border-radius: 4px;
}
article li {
  margin-bottom: 1rem;
}
article figure {
  margin: 0;
}
article .post-details {
  margin-bottom: 2rem;
}
article .wp-block-quote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  margin: 0px;
  padding: 50px 120px;
}
@media (max-width: 576px) {
  article .wp-block-quote {
    padding: 50px 50px;
  }
}
article .wp-block-quote:before, article .wp-block-quote:after {
  height: 70px;
}
article .wp-block-quote:before {
  position: absolute;
  left: 0px;
  top: -50px;
  font-size: 230px;
  content: open-quote;
}
article .wp-block-quote:after {
  position: absolute;
  right: 0px;
  bottom: 100px;
  font-size: 230px;
  content: close-quote;
}
@media (max-width: 576px) {
  article .wp-block-quote:before, article .wp-block-quote:after {
    font-size: 130px;
  }
  article .wp-block-quote:after {
    bottom: 10px;
  }
}
article .wp-block-quote p {
  margin: 0px;
  font-weight: 700;
  font-size: 35px;
}
@media (max-width: 576px) {
  article .wp-block-quote p {
    font-size: 22px;
  }
}

.related-documents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}
@media (min-width: 676px) {
  .related-documents {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1069px) {
  .related-documents {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-documents h2 {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.related-documents .document {
  background: #01b19c;
  border-radius: 4px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.related-documents .document .aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-documents .document h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}
.related-documents .document a {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 4rem;
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 736px) {
  .related-documents .document a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.related-documents .document a .icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-documents .document a .icon {
  margin-right: 2rem;
  position: relative;
}
.related-documents .document a .icon:before {
  font-size: 6rem;
}
.related-documents .document .button {
  color: white;
  border-color: white;
}
.related-documents .document .aspect-container:hover {
  background: #019886;
}
.related-documents .document .aspect-container:hover a .button {
  background: white;
  color: #017e6f;
}

.block-split-row .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}
.block-split-row .container .copy-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column: 1/-1;
}
@media (min-width: 736px) {
  .block-split-row .container .copy-col {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    padding-right: 2rem;
  }
}
@media (min-width: 1069px) {
  .block-split-row .container .copy-col {
    padding-right: 4rem;
  }
}
.block-split-row .container .copy-col p {
  color: #363636;
  margin: 1.5rem 0;
}
.block-split-row .container .copy-col p strong {
  font-size: 24px;
}
@media (max-width: 768px) {
  .block-split-row .container .copy-col p strong {
    font-size: 21px;
  }
}
.block-split-row .container .copy-col .button {
  margin-top: 2rem;
}
.block-split-row .container .image-col {
  position: relative;
  width: 100%;
  grid-column: 1/-1;
  text-align: right;
}
@media (min-width: 736px) {
  .block-split-row .container .image-col {
    grid-column: 7/-1;
    padding-right: 2rem;
  }
}
.block-split-row .container .image-col img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 4rem;
}
@media (min-width: 1069px) {
  .block-split-row .container .image-col img {
    max-width: 80%;
  }
}
.block-split-row.image-first .image-col {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 1/-1;
  text-align: left;
}
@media (min-width: 736px) {
  .block-split-row.image-first .image-col {
    grid-column: 1/-7;
  }
}
.block-split-row.image-first .copy-col {
  grid-column: 1/-1;
}
@media (min-width: 736px) {
  .block-split-row.image-first .copy-col {
    grid-column: 7/-1;
  }
}
.block-split-row.mobile-image-hide .image-col {
  display: none;
}
@media (min-width: 736px) {
  .block-split-row.mobile-image-hide .image-col {
    display: block;
  }
}
.block-split-row.mobile-image-hide.image-first .copy-col {
  grid-column: 1/-1;
}
@media (min-width: 736px) {
  .block-split-row.mobile-image-hide.image-first .copy-col {
    grid-column: 7/-1;
  }
}
.block-split-row.mobile-image-hide.image-first .image-col {
  -ms-grid-row: 1;
  grid-row: 1;
  display: none;
  text-align: left;
}
@media (min-width: 736px) {
  .block-split-row.mobile-image-hide.image-first .image-col {
    display: block;
  }
}

.block-tiles {
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-tiles .alignwide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 120px;
  padding: 80px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1069px) {
  .block-tiles .alignwide {
    grid-column-gap: 80px;
  }
}
@media (max-width: 768px) {
  .block-tiles .alignwide {
    padding: 20px 0px 0px 0px;
  }
}
@media (max-width: 576px) {
  .block-tiles .alignwide {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}
.block-tiles .tile {
  margin-bottom: 80px;
  font-weight: 300;
}
.block-tiles .tile:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .block-tiles .tile {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .block-tiles .tile {
    margin: 50px 20px;
    margin-top: 0px;
  }
}
.block-tiles .tile h2 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 400;
}
.block-tiles .tile:nth-of-type(even) {
  position: relative;
}
.block-tiles .tile p {
  margin-top: 0px;
  font-size: 18px;
}
.block-tiles img {
  border-radius: 30px 30px 150px 30px;
  max-width: 100%;
  height: auto;
}

.block-multi-purpose-row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  padding: 2rem 0;
}
@media (min-width: 1069px) {
  .block-multi-purpose-row {
    padding: 0;
  }
}
.block-multi-purpose-row .image {
  position: relative;
  z-index: -1;
  grid-column: 1/-1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  top: -20px;
}
@media (min-width: 736px) {
  .block-multi-purpose-row .image {
    height: 500px;
    top: 0;
  }
}
@media (min-width: 1069px) {
  .block-multi-purpose-row .image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    height: auto;
  }
}
.block-multi-purpose-row .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.block-multi-purpose-row .mask:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 736px) {
  .block-multi-purpose-row .mask:before {
    right: 60px;
    width: 120%;
    height: 170%;
    bottom: 20px;
    -webkit-box-shadow: 0px 0px 0px 2000px white;
            box-shadow: 0px 0px 0px 2000px white;
  }
}
@media (min-width: 969px) {
  .block-multi-purpose-row .mask:before {
    width: 130%;
    right: 150px;
    border-radius: 50%;
    height: 145%;
  }
}
@media (min-width: 1069px) {
  .block-multi-purpose-row .mask:before {
    width: 180%;
    height: 145%;
    right: 20px;
  }
}
@media (min-width: 1400px) {
  .block-multi-purpose-row .mask:before {
    bottom: 5px;
    width: 170%;
    height: 140%;
  }
}
@media (min-width: 1600px) {
  .block-multi-purpose-row .mask:before {
    width: 160%;
    height: 160%;
  }
}
.block-multi-purpose-row .copy {
  grid-column: 1/-1;
  background: white;
  max-width: 700px;
}
@media (min-width: 1069px) {
  .block-multi-purpose-row .copy {
    grid-column: 7/-1;
    padding: 10rem 0;
  }
}
@media (min-width: 1200px) {
  .block-multi-purpose-row .copy {
    grid-column: 7/-1;
    padding: 20rem 0;
  }
}
.block-multi-purpose-row .copy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-multi-purpose-row .copy h2 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  color: #054c8b;
}
@media (max-width: 1069px) {
  .block-multi-purpose-row .copy h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .block-multi-purpose-row .copy h2 {
    font-size: 21px;
  }
}
.block-multi-purpose-row .copy p {
  line-height: 35px;
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .block-multi-purpose-row .copy p {
    font-size: 18px;
  }
}

.block-news-row {
  margin: 0;
}
.block-news-row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-news-row .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.block-news-row .header h2 {
  margin: 0;
  color: #054c8b;
}
.block-news-row .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (min-width: 1069px) {
  .block-news-row .main {
    width: 50%;
  }
}
@media (max-width: 736px) {
  .block-news-row .main .post-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.block-news-row .main .post-card-content .date-excerpt {
  margin-top: 0;
}
.block-news-row .feed {
  width: 100%;
}
@media (min-width: 1069px) {
  .block-news-row .feed {
    width: 50%;
  }
}
.block-news-row .feed .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-news-row .feed .post-wrapper .post-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 736px) {
  .block-news-row .feed .post-wrapper .post-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.block-news-row .grid .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-news-row .grid .post-wrapper .post-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 936px) {
  .block-news-row .grid .post-wrapper .post-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

.block-taxonomy-row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 886px) {
  .block-taxonomy-row .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 5rem;
  }
}
.block-taxonomy-row .container .image {
  width: 100%;
  grid-column: 1/-1;
  text-align: center;
}
@media (min-width: 886px) {
  .block-taxonomy-row .container .image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.block-taxonomy-row .container .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.block-taxonomy-row .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column: 1/-1;
}
@media (min-width: 886px) {
  .block-taxonomy-row .container .content {
    grid-column: 7/-1;
  }
}
.block-taxonomy-row .container .content .tax-list {
  width: 100%;
}
.block-taxonomy-row .container .content .tax-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}
@media (min-width: 886px) {
  .block-taxonomy-row .container .content .tax-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block-taxonomy-row .container .content .tax-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  list-style: none;
  overflow: hidden;
}
@media (min-width: 886px) {
  .block-taxonomy-row .container .content .tax-list ul li {
    -webkit-box-flex: calc(50% - 3rem);
        -ms-flex: calc(50% - 3rem);
            flex: calc(50% - 3rem);
    margin-right: 3rem;
    width: auto;
    max-width: calc(50% - 3rem);
  }
}
.block-taxonomy-row .container .content .tax-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem;
  padding-left: 0;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin-right: 2rem;
  -webkit-transition: color 0.2s 0.2s ease-in-out;
  transition: color 0.2s 0.2s ease-in-out;
}
.block-taxonomy-row .container .content .tax-list ul li a:focus-visible {
  outline: 2px solid black;
  outline-offset: -2px;
}
@media (min-width: 576px) {
  .block-taxonomy-row .container .content .tax-list ul li a {
    padding-left: 1rem;
  }
}
.block-taxonomy-row .container .content .tax-list ul li .icon {
  color: #054c8b;
  font-size: 18px;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.block-taxonomy-row .container .content .tax-list ul li:before {
  background: #054c8b;
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  z-index: -1;
}
@media (min-width: 576px) {
  .block-taxonomy-row .container .content .tax-list ul li:before {
    display: block;
  }
}
.block-taxonomy-row .container .content .tax-list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #054c8b;
  bottom: 0;
}
@media (min-width: 576px) {
  .block-taxonomy-row .container .content .tax-list ul li:hover > a {
    color: white !important;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
}
.block-taxonomy-row .container .content .tax-list ul li:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.block-taxonomy-row .container .content .tax-list ul li:hover .icon {
  color: white;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.block-taxonomy-row.content-first .container .content {
  grid-column: 1/-1;
}
@media (min-width: 886px) {
  .block-taxonomy-row.content-first .container .content {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
}
.block-taxonomy-row.content-first .container .image {
  grid-column: 1/-1;
}
@media (min-width: 886px) {
  .block-taxonomy-row.content-first .container .image {
    grid-column: 7/-1;
  }
}
.block-taxonomy-row .content .meta {
  padding-right: 30px;
}
.block-taxonomy-row .content .meta h2 {
  color: #054c8b;
}
.block-taxonomy-row .content .meta p {
  margin-bottom: 2.5rem;
}

.block-concave-curve {
  margin: -2px;
  overflow: hidden;
  height: 100px;
  margin-bottom: -80px;
}
.block-concave-curve .shape {
  position: relative;
  top: -50px;
  width: 100%;
  height: 170px;
  -webkit-clip-path: ellipse(80% 56% at 50% 35%);
          clip-path: ellipse(80% 56% at 50% 35%);
  z-index: 1;
}
@media (min-width: 576px) {
  .block-concave-curve .shape {
    top: -80px;
  }
}
@media (max-width: 576px) {
  .block-concave-curve .shape {
    height: 95px;
  }
}
@media (min-width: 1069px) {
  .block-concave-curve .shape {
    -webkit-clip-path: ellipse(70% 56% at 50% 35%);
            clip-path: ellipse(70% 56% at 50% 35%);
  }
}
.block-concave-curve.top-level {
  position: relative;
  z-index: 99;
}

.block-convex-curve {
  margin: -2px 0;
  overflow: hidden;
}
.block-convex-curve .shape {
  position: relative;
  top: -60px;
  width: 100%;
  height: 170px;
  -webkit-clip-path: ellipse(80% 56% at 50% 35%);
          clip-path: ellipse(80% 56% at 50% 35%);
  background: white;
  z-index: 1;
}
@media (max-width: 576px) {
  .block-convex-curve .shape {
    height: 95px;
  }
}
@media (min-width: 1069px) {
  .block-convex-curve .shape {
    -webkit-clip-path: ellipse(70% 56% at 50% 35%);
            clip-path: ellipse(70% 56% at 50% 35%);
  }
}

.block-continue-reading-row {
  position: relative;
  overflow: hidden;
}
.block-continue-reading-row:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  content: ".....................................................................................................................................................................................................................";
  letter-spacing: 4px; /* Use letter-spacing to increase space between dots*/
}
.block-continue-reading-row:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: ".....................................................................................................................................................................................................................";
  letter-spacing: 4px; /* Use letter-spacing to increase space between dots*/
}
.block-continue-reading-row a {
  display: block;
  font-weight: 600;
  font-size: 28px;
  padding: 50px 0px 40px 0px;
}
.block-continue-reading-row a:hover {
  text-decoration: none;
}
.block-continue-reading-row a:hover .title {
  text-decoration: underline;
}
.block-continue-reading-row a .heading {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.block-continue-reading-row a:after {
  position: absolute;
  top: 33%;
  right: 0px;
  content: "→";
  font-size: 42px;
}

.woocommerce .screen-reader-text {
  display: none;
}
.woocommerce .coupon {
  display: none;
}
.woocommerce article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .inner-content {
  width: 100% !important;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1069px) {
  .woocommerce .inner-content {
    width: 74%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.woocommerce .inner-content .woocommerce-ordering {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: right;
}
@media (min-width: 736px) {
  .woocommerce .inner-content .woocommerce-ordering {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.woocommerce .inner-content .woocommerce-ordering select {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 736px) {
  .woocommerce .inner-content .woocommerce-ordering select {
    width: 75%;
    margin-top: 0;
  }
}
.woocommerce .inner-content .woocommerce-result-count {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 736px) {
  .woocommerce .inner-content .woocommerce-result-count {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.woocommerce .woocommerce-notices-wrapper {
  padding-bottom: 2rem;
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #008533;
  padding: 1rem 2rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 2rem;
}
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.woocommerce ul.products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 4rem 0;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}
@media (min-width: 736px) {
  .woocommerce ul.products li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
    margin: 2rem 0;
  }
}
@media (min-width: 1069px) {
  .woocommerce ul.products li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin: 3rem 0;
  }
}
.woocommerce ul.products li .woocommerce-loop-product__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce ul.products li .woocommerce-loop-product__link .archive-img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 3rem;
}
.woocommerce ul.products li .woocommerce-loop-product__link .archive-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.woocommerce ul.products li .woocommerce-loop-product__link h2, .woocommerce ul.products li .woocommerce-loop-product__link .price {
  padding: 0 2rem;
}
.woocommerce ul.products li .woocommerce-loop-product__link h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.woocommerce ul.products li .woocommerce-loop-product__link .price {
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2rem;
  color: #008533;
  margin-top: auto;
}
.woocommerce ul.products li a {
  text-decoration: none;
}
.woocommerce ul.products li .button {
  margin-top: auto;
  margin: 2rem;
}
.woocommerce ul.products li:hover {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.woocommerce ul.products:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  overflow: hidden;
  margin: 4rem 0;
}

.woocommerce.product-page .product.type-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery {
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (min-width: 1069px) {
  .woocommerce.product-page .product.type-product .woocommerce-product-gallery {
    margin-bottom: 0;
    width: 50%;
  }
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  color: transparent;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  height: 4rem;
  width: 4rem;
  background: #01b19c;
  border-radius: 50%;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\e908";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 1;
  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;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery img {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-control-nav {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 2rem 0;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-control-nav li {
  border-radius: 4px;
  margin-right: 2rem;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  background: #01b19c;
  color: white;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  position: relative;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev:before, .woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  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;
  height: 100%;
  width: 100%;
  font-size: 3rem;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a, .woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a {
  color: transparent;
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next:before {
  content: "\e90b";
}
.woocommerce.product-page .product.type-product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev:before {
  content: "\e909";
}
.woocommerce.product-page .product.type-product .summary.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1069px) {
  .woocommerce.product-page .product.type-product .summary.entry-summary {
    width: 50%;
    padding-left: 4rem;
  }
}
.woocommerce.product-page .product.type-product .summary.entry-summary .product_title.entry-title {
  margin: 0;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .stock {
  margin-top: 0;
  font-weight: bold;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .stock.in-stock {
  color: #008533;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .stock.out-of-stock {
  color: #eb1c26;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations tr {
  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;
  position: relative;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations .label {
  margin-right: 2rem;
  width: 15rem;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations .value select {
  width: 15rem;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations .reset_variations {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: -4rem;
  background: #eb1c26;
  color: white;
  padding: 1.5rem;
  border-radius: 4rem;
  text-decoration: none;
  font-size: 0;
  display: block;
  z-index: 1;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations .reset_variations:hover {
  background: #c3111a;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .variations_form .variations .reset_variations:before {
  content: "x";
  top: -2px;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #008533;
  font-weight: bold;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .woocommerce-variation-add-to-cart .quantity {
  position: relative;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .woocommerce-variation-add-to-cart .quantity:before {
  content: "Quantity";
  margin-right: 2rem;
  width: 15rem;
  display: inline-block;
}
.woocommerce.product-page .product.type-product .summary.entry-summary .woocommerce-variation-add-to-cart .quantity input {
  width: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce.product-page .related {
  width: 100%;
}
.woocommerce.product-page .related h2 {
  margin-bottom: 0;
}
.woocommerce.product-page .related .product.type-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce.product-page .related .product.type-product .button {
  margin-top: auto;
}

.cart-page .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-page .cart-empty.woocommerce-info {
  width: 100%;
}
.cart-page .woocommerce-cart-form {
  width: 100%;
}
.cart-page .woocommerce-cart-form .shop_table {
  width: 100%;
}
.cart-page .woocommerce-cart-form .shop_table input {
  background: transparent;
}
.cart-page .woocommerce-cart-form .shop_table thead {
  border-radius: 4px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;
}
.cart-page .woocommerce-cart-form .shop_table thead th {
  padding: 2rem;
  text-align: left;
}
.cart-page .woocommerce-cart-form .shop_table thead th:first-child {
  border-radius: 1rem 0 0 0;
}
.cart-page .woocommerce-cart-form .shop_table thead th:last-child {
  border-radius: 0 1rem 0 0;
}
.cart-page .woocommerce-cart-form .shop_table tbody .cart_item:nth-of-type(odd) {
  background: whitesmoke;
}
.cart-page .woocommerce-cart-form .shop_table tbody .cart_item:nth-of-type(even) {
  background: #fafafa;
}
.cart-page .woocommerce-cart-form .shop_table tbody .cart_item:nth-last-of-type(2) td:first-child {
  border-radius: 0 0 0 1rem;
}
.cart-page .woocommerce-cart-form .shop_table tbody .cart_item:nth-last-of-type(2) td:last-child {
  border-radius: 0 0 1rem 0;
}
.cart-page .woocommerce-cart-form .shop_table tbody td {
  padding: 2rem;
}
.cart-page .woocommerce-cart-form .shop_table tbody .product-remove .remove {
  background: #eb1c26;
  color: white;
  border-radius: 50%;
  display: block;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 auto;
}
.cart-page .woocommerce-cart-form .shop_table tbody .product-remove .remove:hover {
  background: #c3111a;
}
.cart-page .woocommerce-cart-form .shop_table tbody .product-thumbnail img {
  display: block;
  height: 15rem;
  width: 15rem;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-page .woocommerce-cart-form .shop_table tbody .product-quantity .quantity input {
  width: 10rem;
}
.cart-page .woocommerce-cart-form .shop_table tbody tr:last-of-type {
  text-align: right;
}
.cart-page .woocommerce-cart-form .shop_table tbody .actions {
  right: auto;
  position: relative;
  padding: 2rem 0;
}
.cart-page .cart-collaterals {
  margin-left: auto;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.cart-page .cart-collaterals .cart_totals {
  background: #f7f7f7;
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-page .cart-collaterals .cart_totals .shop_table th {
  padding: 2rem;
  padding-left: 0;
  padding-right: 2rem;
  text-align: left;
}

.checkout-page .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-page .woocommerce-NoticeGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page .woocommerce-NoticeGroup .woocommerce-error {
  color: white;
  background: #eb1c26;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  border-radius: 4rem;
}
.checkout-page .woocommerce-NoticeGroup .woocommerce-error li {
  padding: 1rem 0;
}
.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-page .required {
  color: #eb1c26;
  text-decoration: none;
}
.checkout-page .woocommerce-checkout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-page .woocommerce-checkout > #order_review_heading {
  display: none;
}
.checkout-page .woocommerce-checkout #customer_details {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 736px) {
  .checkout-page .woocommerce-checkout #customer_details {
    width: 60%;
    padding-right: 2rem;
  }
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label, .checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label input, .checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row span input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_phone_field label {
  position: relative;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_phone_field .phone-tooltip {
  top: 80%;
  left: 2.8rem;
  font-size: 1.4rem;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper #billing_address_2_field span {
  margin-left: 50%;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row.notes {
  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;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row.notes label {
  width: 50%;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row.notes .woocommerce-input-wrapper {
  width: 50%;
}
.checkout-page .woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row.notes .woocommerce-input-wrapper textarea {
  height: 10rem;
  width: 100%;
}
.checkout-page .woocommerce-checkout #order_review {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 736px) {
  .checkout-page .woocommerce-checkout #order_review {
    width: 40%;
    padding-left: 2rem;
  }
}
.checkout-page .woocommerce-checkout #order_review .shop_table thead th {
  text-align: left;
}
.checkout-page .woocommerce-checkout #order_review .shop_table tbody .cart_item .product-name {
  padding: 1rem 5rem 1rem 0;
}
.checkout-page .woocommerce-checkout #order_review .shop_table tbody .cart_item .product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
.checkout-page .woocommerce-checkout #order_review .shop_table tfoot th {
  text-align: left;
}
.checkout-page .woocommerce-checkout #order_review .woocommerce-checkout-payment .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-page .woocommerce-checkout #order_review .woocommerce_error.woocommerce-error.wc-stripe-error {
  background: #eb1c26;
  color: white;
  padding: 1rem 2rem;
  border-radius: 4rem;
  text-align: center;
  margin: 1.2rem 0;
  list-style: none;
  position: relative;
}
.checkout-page .woocommerce-checkout #order_review .woocommerce_error.woocommerce-error.wc-stripe-error:before {
  content: "";
  border-color: transparent transparent #eb1c26 transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: 0;
  left: 3rem;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
  z-index: 3;
}

.woocommerce-shipping-totals.shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
  font-size: 1.4rem;
}
.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator a {
  font-size: 1.4rem;
  color: #01b19c;
  text-decoration: none;
}
.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator a:hover {
  color: #017e6f;
}

.woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 2rem;
  width: 100%;
}
.woocommerce-order .woocommerce-thankyou-order-details.order_details {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 736px) {
  .woocommerce-order .woocommerce-thankyou-order-details.order_details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.woocommerce-order .woocommerce-order-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0;
}
@media (min-width: 736px) {
  .woocommerce-order .woocommerce-order-details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details td {
  padding: 1rem 1rem 1rem 0;
}

.related.products .product.type-product {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.woocommerce-shipping-fields input {
  position: relative;
}

.inner-content {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 1069px) {
  .inner-content {
    width: 74%;
    margin-left: 4%;
  }
}

.page-faqs .bs-accordion {
  margin: 0 0 2.5rem 0;
}

.bs-accordion {
  background-color: #02A494;
  margin: 2.5rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.bs-accordion .bs-accordion__heading {
  text-transform: none;
  cursor: pointer;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 70px 20px 30px;
  position: relative;
  text-decoration: none;
}
.bs-accordion .bs-accordion__heading .heading {
  margin: 0;
  font-size: 24px;
  color: white;
  font-weight: 600;
}
.bs-accordion .bs-accordion__heading span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-size: 25px;
  margin: -12px 0 0 0;
  position: absolute;
  right: 15px;
  top: 45%;
}
.bs-accordion .bs-accordion__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  position: relative;
  overflow: hidden;
  display: none;
}
.bs-accordion .bs-accordion__content {
  background: #E1E1E1;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  margin: 0px;
  padding: 30px;
}
.bs-accordion .bs-accordion__content h3.item-title {
  margin: 0;
}
.bs-accordion .bs-accordion__content p {
  color: #505050;
}
.bs-accordion .bs-accordion__content .button {
  margin-bottom: 15px;
}
.bs-accordion .bs-accordion__content .bs-active .bs-accordion__heading {
  color: #dbdbdb;
}
.bs-accordion .bs-accordion__heading span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 30px;
  color: white;
}
.bs-accordion.bs-active > .bs-accordion__heading span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bs-accordion:hover {
  background-color: #017e6f;
}

/* Breadcrumbs (Breadcrumb NavXT Plugin)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumbs {
  display: none;
  margin: 0;
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 736px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .container {
  padding: 2rem 0;
  border-bottom: 1px solid #E1E1E1;
  color: #757575;
}
.breadcrumbs .container a, .breadcrumbs .container span {
  font-weight: 300;
  color: #757575;
}
.breadcrumbs .container span {
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs .container span:first-of-type {
  margin-left: 0px;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-block-table {
  width: 100%;
}

body, .swipe-menu {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.swipe-open > h2, .swipe-open > ul, .swipe-footer {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.swipe-panel, .swipe-first-panel {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

body {
  position: relative;
  width: 100%;
}
body.swipe-open {
  overflow: hidden;
}

.swipe-menu {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 25px;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
  visibility: hidden;
  width: 300px;
  z-index: 99999;
}
.swipe-menu .swipe-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .swipe-menu .swipe-panel-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swipe-menu .swipe-panel-title div {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: -1;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .swipe-menu .swipe-panel-title div {
    margin-left: -45px;
    margin-top: 0;
  }
}
.swipe-menu .swipe-panel-title img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .swipe-menu .swipe-panel-title img {
    width: 60%;
  }
}
.swipe-menu .swipe-panel-level-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swipe-menu .swipe-panel-level-1 div > a {
  padding: 1rem;
  font-size: 17px;
  text-decoration: none;
  margin-bottom: 1rem;
}
.swipe-menu .swipe-panel-level-1 div > a:hover {
  color: #01b19c;
}
.swipe-menu .swipe-panel-level-1 div #cart {
  position: relative;
  text-align: left;
}
.swipe-menu .swipe-panel-level-1 div #cart a {
  display: block;
  font-size: 17px;
  text-decoration: none;
  padding: 1rem;
}
.swipe-menu .swipe-panel-level-1 div #cart a span:first-of-type {
  display: block;
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.swipe-menu .swipe-panel-level-1 div #cart a span:first-of-type:before {
  content: "\e91e";
}
.swipe-menu .swipe-panel-level-1 div #cart a span:last-of-type {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  background: #054c8b;
}
.swipe-menu .swipe-footer {
  width: 300px;
}
.swipe-menu.left-swipe {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.swipe-menu.right-swipe {
  right: 0;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}
.swipe-menu.swipe-open.left-swipe {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
  -webkit-transform: translate3d(-75px, 0, 0);
          transform: translate3d(-75px, 0, 0);
}
.swipe-menu.swipe-open.right-swipe {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swipe-menu ul {
  margin: 0;
  padding: 0;
}
.swipe-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.swipe-menu li a {
  color: #363636;
  display: block;
  font-size: 17px;
  padding: 1rem;
  position: relative;
  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;
  text-decoration: none;
}
.swipe-menu li a:first-of-type {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.swipe-menu li a.swipe-next-panel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  right: 0;
  top: 0;
  background: #01b19c;
  color: white;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 4px;
}
.swipe-menu li a.swipe-next-panel:hover {
  background: #017e6f;
}
.swipe-menu .swipe-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: static;
}
@media (min-width: 736px) {
  .swipe-menu .swipe-panel-title {
    position: relative;
  }
}
.swipe-menu .swipe-panel-title a.swipe-prev-panel {
  padding: 1rem;
  position: absolute;
  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;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #01b19c;
  color: white;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 4px;
  left: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 736px) {
  .swipe-menu .swipe-panel-title a.swipe-prev-panel {
    position: relative;
    border-radius: 4px;
  }
}
.swipe-menu .swipe-panel-title a.swipe-prev-panel:hover {
  background: #017e6f;
}
.swipe-menu li:hover a:first-of-type {
  color: #01b19c;
}
.swipe-menu li:hover a:first-of-type:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swipe-menu .swipe-prev-panel, .swipe-menu .swipe-next-panel {
  color: #363636;
  font-size: 22px;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 1px;
  text-decoration: none;
}
.swipe-menu h2 {
  color: #363636;
  position: relative;
  font-size: 19px;
  text-align: center;
}
.swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
  background: white;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  padding: 25px;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  top: 0;
  width: 300px;
  z-index: 100000;
  left: 300px;
}
.swipe-menu .swipe-panel.swipe-panel-open, .swipe-menu .swipe-first-panel.swipe-panel-open {
  left: 0;
}
.swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
  left: 0;
  -webkit-transform: translate3d(-75px, 0, 0);
          transform: translate3d(-75px, 0, 0);
}

.swipe-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  bottom: 0;
  max-width: 300px;
  padding: 25px;
  width: 100%;
  position: fixed;
  z-index: 100001;
}

.swipe-overlay {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(1, 177, 156, 0.9);
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  z-index: 99998;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.swipe-overlay.swipe-open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 736px) {
  .swipe-menu {
    width: 500px;
  }
  .swipe-menu .swipe-footer {
    width: 500px;
  }
  .swipe-menu.left-swipe {
    -webkit-transform: translate3d(-500px, 0, 0);
            transform: translate3d(-500px, 0, 0);
  }
  .swipe-menu.right-swipe {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
  }
  .swipe-menu.swipe-open.left-swipe.previous-panel > h2, .swipe-menu.swipe-open.left-swipe.previous-panel > ul, .swipe-menu.swipe-open.left-swipe.previous-panel .swipe-footer {
    -webkit-transform: translate3d(-125px, 0, 0);
            transform: translate3d(-125px, 0, 0);
  }
  .swipe-menu .swipe-panel, .swipe-menu .swipe-first-panel {
    width: 500px;
    left: 500px;
  }
  .swipe-menu .swipe-panel.previous-panel, .swipe-menu .swipe-first-panel.previous-panel {
    left: 0;
    -webkit-transform: translate3d(-125px, 0, 0);
            transform: translate3d(-125px, 0, 0);
  }
  .swipe-footer {
    max-width: 500px;
  }
}
/* Cookie Consent Notification Popup
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cookie-notification {
  background-color: #01b19c;
  bottom: 0;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  padding: 15px 0;
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.cookie-notification .cookie-notification__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie-notification p {
  margin: auto 0;
}
.cookie-notification a {
  color: white;
  text-decoration: underline;
}
.cookie-notification .cookie-notification__close {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookie-notification .cookie-notification__close:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.cookie-notification .cookie-notification__close:before {
  font-size: 24px;
}
.cookie-notification.active {
  opacity: 1;
  visibility: visible;
}

/* Sitemap (displays on Sitemap and 404 pages)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sitemap ul {
  list-style: none;
}

/* Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(1, 177, 156, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.custom-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

/* Search Button (When displayed in header)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__right .search-lightbox-button {
  float: left;
  margin: auto;
  color: #363636;
}
.header__right .search-lightbox-button:hover {
  color: #01b19c;
}

header.sticky .search-lightbox-button {
  color: #363636;
}
header.sticky .search-lightbox-button:hover {
  color: #01b19c;
}

/* Search Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-lightbox-button {
  color: white;
}

/* Search (Lightbox)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-lightbox .lightbox-content {
  top: 50px;
  opacity: 0;
  background-color: transparent;
  padding: 0 40px;
  max-width: 450px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-lightbox.active .lightbox-content {
  top: 0px;
  opacity: 1;
}
.search-lightbox #searchform {
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-lightbox #searchform .button.button--banner:hover {
  color: white;
}
.search-lightbox .widget-title, .search-lightbox .screen-reader-text {
  display: none;
}
.search-lightbox #s {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  height: 44px;
  padding: 0 60px 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-lightbox #s::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-lightbox #s::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-lightbox #s:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-lightbox #s::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-lightbox #s::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 736px) {
  .search-lightbox #s {
    font-size: 3rem;
  }
}
.search-lightbox #s:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-lightbox #searchsubmit {
  position: absolute;
  background: #01b19c;
  right: -6px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
}
.search-lightbox #searchsubmit:before {
  font-family: "icomoon" !important;
  content: "\e908";
}
.search.search-results > .container, .search.search-no-results > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search.search-results > .container .search-sidebar, .search.search-no-results > .container .search-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4rem;
}
.search.search-results > .container .search-sidebar .custom-input, .search.search-no-results > .container .search-sidebar .custom-input {
  width: 100%;
}
.search.search-results > .container .search-content, .search.search-no-results > .container .search-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.search.search-results > .container .search-content h1, .search.search-no-results > .container .search-content h1 {
  width: 100%;
}
/* Blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.posts-container .posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 736px) {
  .posts-container .posts-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Blog Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blog-feed .section-title {
  margin-bottom: 40px;
}
section.blog-feed .post-card {
  width: 100%;
}
@media (min-width: 736px) {
  section.blog-feed .post-card {
    width: 50%;
  }
}

/* Blog (Standard Layout)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-item {
  margin: 0 0 40px 0;
}
.post-item .wp-post-image {
  display: block;
  height: auto;
  margin: 0 0 20px 0;
  width: 100%;
}

/* Blog (Cards Layout)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blog-section .post-card {
  width: 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 736px) {
  section.blog-section .post-card {
    width: 50%;
  }
}
@media (min-width: 1069px) {
  section.blog-section .post-card {
    width: 33.3333%;
  }
}

/* Blog Post (Card)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-card {
  margin-bottom: 4rem;
}
.post-card h3 {
  margin: 0 0 20px 0;
}
.post-card .post-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
  height: 100%;
  position: relative;
  color: #363636;
}
.post-card .post-card__inner:hover {
  text-decoration: none;
}
.post-card .post-card__inner:hover .read-more:after {
  width: 100%;
}
.post-card .post-card-content {
  padding: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-card .post-card-content .date-excerpt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  margin-bottom: 1rem;
}
.post-card .post-card-content .button {
  margin-top: auto;
}
.post-card .post-card-content h3 {
  font-weight: 600;
  font-size: 24px;
  color: #054c8b;
}
@media (max-width: 1069px) {
  .post-card .post-card-content h3 {
    font-size: 18px;
  }
}
.post-card .post-card-content p {
  font-size: 16px;
  font-weight: 300;
}
.post-card .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}
.post-card .placeholder {
  height: 0;
  padding-bottom: 75%;
  background-color: #dbdbdb;
  position: relative;
}
.post-card .placeholder img {
  border-radius: 0;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-card .wp-post-image, .post-card .placeholder {
  border-radius: 4rem;
  overflow: hidden;
}

/* Events
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.event-item {
  border-bottom: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.event-item:last-child {
  border: none;
}
.event-item h2 {
  margin: 0 0 20px 0;
}
.event-item .event-image {
  width: 200px;
  margin: 0 20px 0 0;
}
.event-item .event-image img {
  width: 100%;
  height: auto;
  display: block;
}
.event-item .placeholder {
  height: 0;
  padding-bottom: 75%;
  background-color: #dbdbdb;
}

.pattern-booklet-form {
  padding: 25px 50px;
  border-radius: 25px;
}
.pattern-booklet-form .gform_wrapper {
  max-width: 800px !important;
}
.pattern-booklet-form .gfield_description.instruction {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.thank-you-page {
  font-size: 3.5rem;
}
.thank-you-page a {
  text-decoration: none;
}
.thank-you-page a:hover {
  color: #01b19c;
}
.thank-you-page p {
  font-size: 2rem;
  margin-top: 0;
}
.thank-you-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.thank-you-page .thank-you-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  width: 100%;
}
@media (min-width: 1069px) {
  .thank-you-page .thank-you-page-content {
    width: 50%;
  }
}
.thank-you-page .thank-you-page-content > h2, .thank-you-page .thank-you-page-content > h3 {
  margin-top: 0;
}
.thank-you-page .thank-you-page-image {
  width: 100%;
}
@media (min-width: 1069px) {
  .thank-you-page .thank-you-page-image {
    width: 50%;
  }
}
.thank-you-page .thank-you-page-image img {
  display: none;
  max-width: 50%;
  margin: 0 auto;
}
@media (min-width: 1069px) {
  .thank-you-page .thank-you-page-image img {
    display: block;
    max-width: 80%;
  }
}
.thank-you-page .thank-you-content-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: radial-gradient(circle at 2.5px, #dbdbdb 1.25px, rgba(255, 255, 255, 0) 1.5px);
  background-position: left bottom;
  background-size: 9px 5px;
  background-repeat: repeat-x;
  padding: 2rem 0;
}
@media (min-width: 736px) {
  .thank-you-page .thank-you-content-row {
    padding: 5rem 0;
  }
}
.thank-you-page .thank-you-content-row .lower-left {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media (min-width: 736px) {
  .thank-you-page .thank-you-content-row .lower-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin: 0;
  }
}
.thank-you-page .thank-you-content-row .lower-left h3 {
  margin: 0;
}
.thank-you-page .thank-you-content-row .lower-right {
  width: 100%;
  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-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 736px) {
  .thank-you-page .thank-you-content-row .lower-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-left: 2rem;
  }
}
.thank-you-page .thank-you-content-row .lower-right p {
  margin: 0;
  width: 100%;
}
.thank-you-page .thank-you-legal {
  margin-top: 4rem;
}
.thank-you-page .thank-you-legal p {
  font-size: 1.5rem;
}

/** References
 ---------------------------------------------------------*/
/**
* 1. Front-End Architecture
*    https://www.youtube.com/watch?v=gFKsEab2-iA
* 2. Commenting Convention
*    http://wilsonpage.co.uk/commenting-css/
* 3. Grid based on Skeleton
*    http://getskeleton.com/
*/
/** File Header
 ---------------------------------------------------------*/
/**
 * Footer
 *
 * The main application footer
 * found on all pages.
 */
/** Commenting Rules
 ---------------------------------------------------------*/
/**
* 1. Use a single line break between
*    all blocks.
* 2. Keep comment length under 40
*    characters.
*/
/** Dividers
 ---------------------------------------------------------*/
/** State Overrides
 ---------------------------------------------------------*/
/**
  * @large screen
  */
