/* !
Theme Name: MPA
Description: A responsive WordPress theme by Thirteen Digital
Author: Thirteen Digital
Author URL: http://www.thirteendigital.com.au
Version: 0.0.1

*/

/* 2023 Website Restyle by Bed & Breakfast
https://bnbdesign.au */

@import url(fonts/font-awesome/all.css);
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");

/* @font-face { font-family: "JakartaSans"; src: url("fonts/jakarta/PlusJakartaSans-Bold.woff2") format("woff2"), url("fonts/jakarta/PlusJakartaSans-Bold.woff") format("woff"); font-weight: 700; }

@font-face { font-family: "JakartaSans"; src: url("fonts/jakarta/PlusJakartaSans-BoldItalic.woff2") format("woff2"), url("fonts/jakarta/PlusJakartaSans-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; }

@font-face { font-family: "JakartaSans"; src: url("fonts/jakarta/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("fonts/jakarta/PlusJakartaSans-ExtraBold.woff") format("woff"); font-weight: 800; }

@font-face { font-family: "JakartaSans"; src: url("fonts/jakarta/PlusJakartaSans-ExtraBoldItalic.woff2") format("woff2"), url("fonts/jakarta/PlusJakartaSans-ExtraBoldItalic.woff") format("woff"); font-weight: 800; font-style: italic; } */

.bg--primary {
  background-color: #133841;
}

.color--primary {
  color: #133841;
}

.border--primary {
  border-color: #133841;
}

.bg--secondary {
  background-color: #fd8152;
}

.color--secondary {
  color: #fd8152;
}

.border--secondary {
  border-color: #fd8152;
}

.bg--dark {
  background-color: #111;
}

.color--dark {
  color: #111;
}

.border--dark {
  border-color: #111;
}

.bg--light {
  background-color: #fffdf8;
}

.color--light {
  color: #fffdf8;
}

.border--light {
  border-color: #fffdf8;
}

.bg--error {
  background-color: #f03738;
}

.color--error {
  color: #f03738;
}

.border--error {
  border-color: #f03738;
}

.bg--default {
  background-color: #f5f1ee;
}

.color--default {
  color: #133841;
}

.border--default {
  border-color: #133841;
}

.bg--white {
  background-color: #ffffff;
}

.color--white {
  color: #ffffff;
}

.border--white {
  border-color: #ffffff;
}

.bg--orange {
  background-color: #fca785;
}

.color--orange {
  color: #f84b09;
}

.border--orange {
  border-color: #fd8152;
}

.bg--baby-blue {
  background-color: #b9e6ff;
}

.color--baby-blue {
  color: #b9e6ff;
}

.border--baby-blue {
  border-color: #b9e6ff;
}

.bg--blue {
  background-color: #0a5b86;
}

.color--blue {
  color: #0a5b86;
}

.border--blue {
  border-color: #0a5b86;
}

/* 0px to 599px */
/* 600px to 1279px */
/* 1280px to 1599px */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
.link--phone,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
capt,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

.spacer--xs {
  height: 0.75rem;
}

.spacer--s {
  height: 1.5rem;
}

.spacer--m {
  height: 3rem;
}

.spacer--l {
  height: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .spacer--xs {
    height: 0.38rem;
  }

  .spacer--s {
    height: 0.75rem;
  }

  .spacer--m {
    height: 1.5rem;
  }

  .spacer--l {
    height: 2.25rem;
  }
}

.nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav li {
  position: relative;
}

.nav a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

ul.nav--stacked {
  display: block;
}

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

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

.is-relative {
  position: relative;
}

.is-hidden {
  display: none;
}

.va {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flex--justify {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid,
.u-columns {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3rem;
}

.grid__item,
.u-columns .col-1,
.u-columns .col-2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 3rem;
  width: 100%;
}

.grid__item--half,
.u-columns .col-1,
.u-columns .col-2 {
  width: 50%;
}

.grid__item--third {
  width: 33.333%;
}

.grid__item--fourth {
  width: 25%;
}

.grid__item--fifth {
  width: 20%;
}

.grid__item--sixth {
  width: 16.667%;
}

.grid__item--one {
  width: 8%;
}

.grid__item--two {
  width: 17%;
}

.grid__item--three {
  width: 25%;
}

.grid__item--four {
  width: 33.333%;
}

.grid__item--five {
  width: 42%;
}

.grid__item--six {
  width: 50%;
}

.grid__item--seven {
  width: 58%;
}

.grid__item--eight {
  width: 67%;
}

.grid__item--nine {
  width: 75%;
}

.grid__item--ten {
  width: 83%;
}

.grid__item--eleven {
  width: 92%;
}

.grid--justify {
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.grid--tight {
  margin-left: 0;
}

.grid--tight .grid__item,
.grid--tight .u-columns .col-1,
.u-columns .grid--tight .col-1,
.grid--tight .u-columns .col-2,
.u-columns .grid--tight .col-2 {
  padding-left: 0;
}

@media handheld, only screen and (max-width: 1279px) {
  .grid__item,
  .u-columns .col-1,
  .u-columns .col-2 {
    width: 100%;
  }
}

.has-spinner {
  position: relative;
}

a[href^="tel"] {
  white-space: nowrap;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0a4d71;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -32px;
  top: -32px;
  font-size: 0;
}

.mfp-close:before,
.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 24px;
  background-color: #ffffff;
  margin-top: -12px;
  margin-left: -2px;
  border-radius: 1px;
  transition: all 0.24s ease-in-out;
}

.mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-close:hover:before,
.mfp-close:hover:after {
  background-color: #0a5b86;
}

.mfp-close-btn-in .mfp-close {
  top: 3rem;
  right: 3rem;
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  background-color: #fd8152;
}

@media handheld, only screen and (max-width: 599px) {
  .mfp-close-btn-in .mfp-close {
    top: 1rem;
    right: 1rem;
  }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  min-width: 100vw;
}

.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;
}

/* ARROW NAVIGATION */
.slick-arrow {
  position: absolute;
  z-index: 240;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 48px;
  line-height: 1em;
  background-color: transparent;
}

.slick-arrow i {
  font-weight: 400;
}

.slick-arrow--previous {
  left: 0;
}

.slick-arrow--next {
  right: 0;
}

.slick-arrow:hover {
  color: #ffffff;
  opacity: 1;
}

@media handheld, only screen and (max-width: 1279px) {
  .slick-arrow--previous {
    left: -0.5em;
  }

  .slick-arrow--next {
    right: -0.5em;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .slick-arrow {
    font-size: 1.5rem;
  }
}

.slick-dots {
  position: absolute;
  bottom: 4.5rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}

@media handheld, only screen and (min-width: 1200px) {
  .slick-dots {
    max-width: 78rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots button {
  padding: 0;
  text-indent: -999em;
  width: 12px;
  height: 12px;
  border: 1px solid #fffdf8;
  background-color: #fffdf8;
  border-radius: 100px;
}

.slick-dots .slick-active button {
  background-color: #f84b09;
  border-color: #f84b09;
}

@media handheld, only screen and (max-width: 1279px) {
  .slick-dots {
    bottom: 1.5rem;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
  }
}

.tile--round .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  transform: none;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem 0;
}

@media handheld, only screen and (max-width: 599px) {
  .tile--round .slick-dots {
    bottom: auto;
    margin-top: 0.75rem;
    margin-bottom: 2.25rem;
  }
}

.bg--primary {
  background-color: #0a5b86;
}

.color--primary {
  color: #0a5b86;
}

.border--primary {
  border-color: #0a5b86;
}

.bg--secondary {
  background-color: #fd8152;
}

.color--secondary {
  color: #fd8152;
}

.border--secondary {
  border-color: #fd8152;
}

.bg--dark {
  background-color: #111;
}

.color--dark {
  color: #111;
}

.border--dark {
  border-color: #111;
}

.bg--light {
  background-color: #fffdf8;
}

.color--light {
  color: #fffdf8;
}

.border--light {
  border-color: #fffdf8;
}

.bg--error {
  background-color: #f03738;
}

.color--error {
  color: #f03738;
}

.border--error {
  border-color: #f03738;
}

.bg--default {
  background-color: #0a5b86;
}

.color--default {
  color: #0a5b86;
}

.border--default {
  border-color: #0a5b86;
}

.bg--white {
  background-color: #ffffff;
}

.color--white {
  color: #ffffff;
}

.border--white {
  border-color: #ffffff;
}

.bg--orange {
  background-color: #fd8152;
}

.color--orange {
  color: #fd8152;
}

.border--orange {
  border-color: #fd8152;
}

.bg--baby-blue {
  background-color: #b9e6ff;
}

.color--baby-blue {
  color: #b9e6ff;
}

.border--baby-blue {
  border-color: #b9e6ff;
}

.bg--blue {
  background-color: #0a5b86;
}

.color--blue {
  color: #0a5b86;
}

.border--blue {
  border-color: #0a5b86;
}

/* 0px to 599px */
/* 600px to 1279px */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #133841;
  border-radius: 10px;
  background-color: #f5f1ee;
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: all 0.2ms ease-out;
}

.selectric-focus .selectric {
  border-color: #f84b09;
  background-color: #fca785;
  color: #f84b09;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75em 3em 0.75em 1em;
  color: #133841;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  font-weight: normal;
}

.selectric .button:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  text-transform: none;
  font-size: 1.25rem;
  line-height: 2.4em;
  font-weight: 400;
  color: #133841;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  opacity: 0.64;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fca785;
  border: solid #fca785;
  border-width: 0 1px;
  z-index: -1;
  font-size: 1rem;
  line-height: 3em;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items li {
  display: block;
  padding: 0 1em;
  color: #133841;
  cursor: pointer;
}

.selectric-items li.selected {
  background-color: #f84b09;
  color: #ffffff;
}

.selectric-items li.highlighted {
  background-color: #fd8152;
  color: #ffffff;
}

.selectric-items li:hover {
  background-color: #fd8152;
  color: #ffff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #0a5b86;
}

.selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.gfield_error .selectric {
  border-color: #f03738;
}

body .facetwp-facet {
  margin-bottom: 0;
}

body .facetwp-input-wrap {
  display: block;
}

.facetwp-facet-alphabet {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 700;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media handheld, only screen and (max-width: 599px) {
  .facetwp-facet-alphabet {
    font-size: 1.5rem;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .facetwp-facet-alphabet {
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

body .facetwp-alpha {
  color: #b9e6ff;
  display: none;
}

body .facetwp-alpha.available,
body .facetwp-alpha.selected {
  display: block;
}

body .facetwp-alpha.available {
  color: #133841;
}

body .facetwp-alpha.selected {
  color: #fd8152;
  border-bottom: 1px solid;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.loader.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

@media handheld, only screen and (min-width: 768px) {
  .facetwp-type-proximity {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .facetwp-type-proximity .facetwp-input-wrap,
  .facetwp-type-proximity .selectric-wrapper {
    width: 48%;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .facetwp-type-proximity .selectric-wrapper {
    margin-top: 0.75rem;
  }
}

.facetwp-map-filtering {
  display: none;
}

body .facetwp-icon {
  right: 1em;
  opacity: 1;
}

body .facetwp-icon.locate-me::before {
  background-image: url(images/icon-locate.svg);
}

.gm-style {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.gm-style .gm-style-iw {
  font-size: 1rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fffdf8;
}

.fwpm-infobox-content {
  margin-bottom: 1.5em;
}

body .gm-ui-hover-effect {
  background: url(images/icon-close.svg) 50% 0 no-repeat !important;
  background-size: cover;
  top: 1rem !important;
  right: 1rem !important;
  opacity: 1;
}

body .gm-ui-hover-effect img {
  opacity: 0;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(
    45deg,
    #fffdf8 50%,
    rgba(255, 253, 248, 0) 51%,
    rgba(255, 253, 248, 0) 100%
  );
}

.woocommerce-page .submenu {
  margin-bottom: 7.5rem;
}

.woocommerce-page .footer {
  margin-top: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .woocommerce-page .submenu {
    margin-bottom: 3.75rem;
  }

  .woocommerce-page .footer {
    margin-top: 2.25rem;
  }
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-bottom: 1.5rem;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button) {
  text-decoration: underline;
}

.woocommerce-message,
.woocommerce-info {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-message .button,
.woocommerce-info .button {
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media handheld, only screen and (max-width: 599px) {
  .woocommerce-message,
  .woocommerce-info {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shop_table {
  border: 1px solid #0a5b86;
  border-bottom: none;
  width: 100%;
  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid #0a5b86;
  padding: 0.5em 1em;
}

.shop_table th {
  text-align: left;
}

.shop_table tfoot th {
  border-radius: 0;
}

.term-description {
  max-width: 44.25rem;
  margin-bottom: 3rem;
}

.woocommerce-products-subheader {
  margin-bottom: 3rem;
}

@media handheld, only screen and (min-width: 700px) {
  .woocommerce-products-subheader {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce-ordering {
    min-width: 16rem;
  }
}

.products .grid__item,
.products .u-columns .col-1,
.u-columns .products .col-1,
.products .u-columns .col-2,
.u-columns .products .col-2 {
  padding-bottom: 3rem;
}

.columns-2 .grid__item,
.columns-2 .u-columns .col-1,
.u-columns .columns-2 .col-1,
.columns-2 .u-columns .col-2,
.u-columns .columns-2 .col-2 {
  width: 50%;
}

.columns-3 .grid__item,
.columns-3 .u-columns .col-1,
.u-columns .columns-3 .col-1,
.columns-3 .u-columns .col-2,
.u-columns .columns-3 .col-2 {
  width: 33.333%;
}

.columns-4 .grid__item,
.columns-4 .u-columns .col-1,
.u-columns .columns-4 .col-1,
.columns-4 .u-columns .col-2,
.u-columns .columns-4 .col-2 {
  width: 25%;
}

@media handheld, only screen and (max-width: 1279px) {
  .columns-3 .grid__item,
  .columns-3 .u-columns .col-1,
  .u-columns .columns-3 .col-1,
  .columns-3 .u-columns .col-2,
  .u-columns .columns-3 .col-2,
  .columns-4 .grid__item,
  .columns-4 .u-columns .col-1,
  .u-columns .columns-4 .col-1,
  .columns-4 .u-columns .col-2,
  .u-columns .columns-4 .col-2 {
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .columns-2 .grid__item,
  .columns-2 .u-columns .col-1,
  .u-columns .columns-2 .col-1,
  .columns-2 .u-columns .col-2,
  .u-columns .columns-2 .col-2,
  .columns-3 .grid__item,
  .columns-3 .u-columns .col-1,
  .u-columns .columns-3 .col-1,
  .columns-3 .u-columns .col-2,
  .u-columns .columns-3 .col-2,
  .columns-4 .grid__item,
  .columns-4 .u-columns .col-1,
  .u-columns .columns-4 .col-1,
  .columns-4 .u-columns .col-2,
  .u-columns .columns-4 .col-2 {
    width: 100%;
  }
}

.woocommerce-loop-product {
  position: relative;
  background-color: #fafafa;
  box-shadow: 5px 5px 20px rgba(0, 38, 59, 0.1);
  text-align: center;
}

.woocommerce-loop-product a {
  text-decoration: none;
}

.woocommerce-loop-product__link {
  display: block;
  position: relative;
}

.onsale {
  position: absolute;
  z-index: 24;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 4em;
  width: 4em;
  height: 4em;
  border-radius: 1000px;
  text-align: center;
  background-color: #3cc13b;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

@media handheld, only screen and (max-width: 599px) {
  .onsale {
    transform: none;
    top: 1em;
    left: 1em;
  }
}

.woocommerce-loop-product img {
  margin-bottom: 1.5rem;
}

.woocommerce-loop-product .price {
  display: block;
  margin-bottom: 1.5rem;
  color: #0a5b86;
}

.woocommerce-loop-product .button {
  margin-bottom: 2rem;
}

.product__media {
  position: relative;
}

@media handheld, only screen and (min-width: 1200px) {
  .product {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product__media {
    width: 50%;
  }

  .product__content {
    width: 50%;
    padding-left: 3rem;
  }
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 4;
  top: 0.75rem;
  right: 0.75rem;
  text-decoration: none;
}

.flex-control-thumbs {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-left: -1rem;
}

.flex-control-thumbs li {
  cursor: pointer;
  width: 50%;
  padding-left: 1rem;
}

.flex-control-thumbs img {
  opacity: 0.5;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.product__content .price {
  font-size: 1.5rem;
  line-height: 1.13em;
  margin-bottom: 1.5rem;
}

.woocommerce-product-details__short-description {
  margin-bottom: 3rem;
}

.product .cart {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .single_add_to_cart_button {
  margin-left: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.product .quantity {
  margin-bottom: 1em;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.quantity {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity button {
  background-color: transparent;
  border-color: transparent;
  color: #0a5b86;
  padding-left: 1em;
  padding-right: 1em;
}

.quantity input {
  max-width: 3.75rem;
}

.single_variation_wrap {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.variations {
  margin-bottom: 1.5rem;
}

.variations td {
  padding: 0 0 0.75rem 0;
}

.woocommerce-variation-add-to-cart {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.woocommerce-variation-add-to-cart .quantity {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1em;
  margin-right: 1em;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-left: 0;
}

.reset_variations {
  display: block;
  margin-top: 0.75rem;
}

.woocommerce-variation-price {
  margin: 1.5rem 0;
}

.woocommerce-grouped-product-list .product {
  margin-bottom: 0;
}

table.variations th,
table.variations td {
  border-bottom: none;
}

.quantity input[type="number"] {
  text-align: center;
  width: auto;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.related {
  margin-top: 4.5rem;
}

@media handheld, only screen and (min-width: 1200px) {
  .product-remove {
    text-align: center;
  }
}

.product-remove .remove {
  font-weight: 400;
  text-decoration: none;
  color: #f03738;
  font-size: 1.75rem;
  line-height: 1em;
}

.product-thumbnail img {
  max-width: 60px;
  height: auto;
}

.coupon {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 32rem;
}

.coupon button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

@media handheld, only screen and (max-width: 599px) {
  .coupon {
    display: block;
  }

  .coupon button {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}

.cart-collaterals {
  margin-top: 3rem;
}

.cart_totals .shop_table {
  margin-bottom: 3rem;
}

.shop_table .woocommerce-shipping-methods,
.shop_table .woocommerce-shipping-destination {
  margin-bottom: 0.75rem;
}

.shipping-calculator-button {
  text-decoration: underline;
}

.shipping-calculator-form p + p {
  margin-top: 0.5rem;
}

@media handheld, only screen and (min-width: 1024px) {
  .cart__actions {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-collaterals {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cart_totals {
    width: 50%;
  }

  .wc-proceed-to-checkout {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .cart__actions .coupon {
    margin-bottom: 1.5rem;
  }
}

.form-row {
  padding-bottom: 1em;
}

.order-again {
  margin-top: 3rem;
}

@media handheld, only screen and (min-width: 1024px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
  }

  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
    padding-left: 1em;
  }

  .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce-shipping-fields__field-wrapper .form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row-last {
    width: 50%;
  }

  .woocommerce-billing-fields__field-wrapper .form-row-third,
  .woocommerce-shipping-fields__field-wrapper .form-row-third {
    width: 33.333%;
  }
}

.woocommerce-store-notice {
  position: fixed;
  z-index: 1280;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0a5b86;
  text-align: center;
  padding: 0.75rem 0;
}

.woocommerce-store-notice a {
  text-decoration: underline;
}

a.dynamic-cart {
  display: block;
  position: relative;
  color: #ffffff;
  background-color: #fd8152;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.9rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 100px;
  box-shadow: 5px 5px 20px rgba(0, 38, 59, 0.2);
}

.dynamic-cart__count {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.875rem;
  line-height: 1.5em;
  background-color: #0a5b86;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
}

.cart-collaterals .shipping-calculator-form {
  margin-top: 1.5rem;
}

body .select2-container,
body .select-2-container .selection {
  display: block;
}

body .select2-container--default .select2-selection--single {
  border-color: #b9e6ff;
  background-color: #b9e6ff;
  border-radius: 0;
  display: block;
  height: auto;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #0a5b86;
  line-height: 1.38em;
  padding: 0.75em 3em 0.75em 0.94em;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  width: auto;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.56rem;
  line-height: 1em;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  text-transform: none;
  font-weight: 400;
  color: #0a5b86;
}

body .select2-dropdown {
  border-color: #fffdf8;
  border-radius: 0;
}

body .select2-search--dropdown {
  padding: 1em;
  position: relative;
}

body .select2-search--dropdown:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}

body .select2-results__option {
  padding: 0.75em 0.94em;
  border-top: 1px solid #fffdf8;
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  background-color: #ffffff;
  color: #0a5b86;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #0a5b86;
  color: #ffffff;
}

.checkout_coupon {
  margin-bottom: 1.5rem;
}

.checkout_coupon p {
  margin-bottom: 1.5em;
}

#ship-to-different-address {
  margin-bottom: 1.5rem;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 1.5rem;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 1.5rem;
}

.checkout_coupon {
  margin-bottom: 1.5rem;
}

.checkout_coupon p {
  margin-bottom: 1.5em;
}

.checkout h3,
.checkout .link--phone {
  margin-top: 1.25em;
}

.checkout label:not(.woocommerce-form__label) {
  font-weight: 700;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
  padding-bottom: 1.5rem;
}

@media handheld, only screen and (max-width: 1279px) {
  .cart-collaterals .woocommerce-shipping-methods {
    margin-left: 6.25rem;
  }
}

.woocommerce-form-login,
.woocommerce-form-coupon {
  border: 1px solid #fffdf8;
  background-color: #fafafa;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.woocommerce-form-login p,
.woocommerce-form-coupon p {
  margin-bottom: 1em;
}

body #thwmsc_wrapper,
body .thwmsc-tab-panel {
  float: none;
}

body .thwmsc-tab-panels,
body .thwmsc-wrapper form.checkout,
body ul.thwmsc-tabs li {
  margin-bottom: 1.5rem;
}

body .thwmsc-tab-panel {
  padding: 3rem 1.5rem;
}

.thwmsc-buttons button + button {
  margin-left: 1.5rem;
}

.woocommerce-checkout-payment {
  background-color: #fffdf8;
}

.payment_methods,
.place-order {
  padding: 1.5rem;
}

.payment_box {
  position: relative;
  background-color: #b9e6ff;
  margin: 1rem 0;
  padding: 1rem;
}

.payment_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  background-color: #b9e6ff;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

.place-order {
  margin-bottom: 0;
  border-top: 1px solid #0a5b86;
}

@media handheld, only screen and (min-width: 1200px) {
  .account {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .account__nav {
    width: 20%;
  }

  .account__content {
    width: 76%;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .account__nav {
    margin-bottom: 1.5rem;
  }
}

.woocommerce-MyAccount-navigation li + li {
  margin-top: 0.5em;
}

.woocommerce-MyAccount-navigation .is-active a {
  font-weight: 700;
}

.woocommerce-Address-title {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.password-input {
  position: relative;
}

.password-input input {
  padding-right: 3em;
}

.show-password-input {
  position: absolute;
  top: 0;
  right: 1em;
  line-height: 1em;
}

.show-password-input:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
}

@media handheld, only screen and (max-width: 1279px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page
    table.shop_table_responsive
    tbody
    tr:first-child
    td:first-child {
    border-top: 0;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    margin-right: 1em;
  }

  .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }

  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }

  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }

  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: none;
  }
}

.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-order-details {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .woocommerce-order .woocommerce-order-overview,
  .woocommerce-order .woocommerce-order-details {
    margin-bottom: 2.25rem;
  }
}

.woocommerce-order-intro {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .woocommerce-order-intro {
    margin-bottom: 2.25rem;
  }
}

.woocommerce-order-hero {
  margin-top: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .woocommerce-order-hero {
    margin-top: 2.25rem;
  }
}

.donate .product .woocommerce-product-gallery,
.donate .product .suggested-price,
.donate .product .product_meta {
  display: none;
}

.donate .product .product_title,
.donate .product .nyp label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.donate .product .nyp {
  padding-top: 1.5rem;
  margin-bottom: 3rem;
}

.donate .product .nyp .minimum-price {
  padding-top: 1.5rem;
  opacity: 1;
}

.donate .product .cart {
  display: block;
  padding-top: 1.5rem;
}

.donate .product .product {
  display: block;
}

.donate .product .product__content {
  width: 100%;
  padding: 0;
}

.donate .product .product__media {
  display: none;
}

@media handheld, only screen and (max-width: 599px) {
  .donate .product .cart {
    padding-top: 0;
  }

  .donate .product .nyp {
    padding-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

.woocommerce-order-overview strong {
  display: block;
}

@media handheld, only screen and (min-width: 1280px) {
  .woocommerce-order-overview {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .woocommerce-order-overview li + li {
    border-left: 1px solid #fd8152;
    padding-left: 2.5em;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .woocommerce-order-overview li + li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #fd8152;
  }
}

#stripe-payment-data p {
  margin-bottom: 1.5em;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #b9e6ff;
  padding: 0.75em 1em;
  margin: 0;
  color: #0a5b86;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.spinner {
  height: 64px;
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  animation: rotation 1s infinite linear;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100px;
}

.spinner--dark {
  border-left: 2px solid rgba(185, 230, 255, 0.15);
  border-right: 2px solid rgba(185, 230, 255, 0.15);
  border-bottom: 2px solid rgba(185, 230, 255, 0.15);
  border-top: 2px solid rgba(185, 230, 255, 0.8);
}

.spinner--medium {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
}

.spinner--small {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@media handheld, only screen and (max-width: 599px) {
  .spinner {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
}

@keyframes bounceArrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(10px);
  }

  60% {
    transform: translateY(5px);
  }
}

.bounce-arrow {
  animation-name: bounceArrow;
}

body {
  background-color: #f5f1ee;
}

.body--no-scroll {
  overflow: hidden;
}

a {
  text-decoration: underline;
  font-weight: 400;
  color: #fd8152;
  transition: all 0.24s ease-in-out;
}

a:hover {
  color: #f84b09;
}

a.link--cover {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.link--phone {
  margin-bottom: 0;
  text-decoration: none;
}

a.button,
button.button,
form button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.75em;
  color: #ffffff;
  background-color: #133841;
  border: 2px solid #133841;
  text-transform: uppercase;
  /* Nathan */
  padding: 0.56em 1.5em;
  border-radius: 1em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.06em;
}

a.button:hover,
button.button:hover,
form button:hover,
input:hover[type="submit"],
input:hover[type="button"] {
  color: #f84b09;
  border-color: #f84b09;
  background-color: transparent;
}

@media handheld, only screen and (max-width: 599px) {
  a.button,
  button.button,
  form button,
  input[type="submit"],
  input[type="button"] {
    width: 100%;
    max-width: 340px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }
}

button:disabled {
  opacity: 0.4;
}

a.button--outline,
.woocommerce-loop-product a.button,
.wysiwyg a.button,
.term-description a.button,
.account__content a.button,
.gform_button,
button.button--outline,
.woocommerce-loop-product button.button {
  color: #133841;
  background-color: transparent;
}

a.button--outline.is-active,
.woocommerce-loop-product a.is-active.button,
.wysiwyg a.is-active.button,
.term-description a.is-active.button,
.account__content a.is-active.button,
.is-active.gform_button,
a.button--outline:hover,
.woocommerce-loop-product a.button:hover,
.wysiwyg a.button:hover,
.term-description a.button:hover,
.account__content a.button:hover,
.gform_button:hover,
button.button--outline.is-active,
.woocommerce-loop-product button.is-active.button,
button.button--outline:hover,
.woocommerce-loop-product button.button:hover {
  background-color: #f84b09;
  color: #ffffff;
}

a.button--secondary {
  background-color: #f84b09;
  border-color: #f84b09;
}

a.button--secondary:hover {
  background-color: transparent;
  color: #f84b09;
  border-color: #f84b09;
}

a.button--tertiary {
  background-color: #ffdd55;
  border-color: #ffdd55;
}

a.button--tertiary:hover {
  background-color: transparent;
  color: #ffdd55;
  border-color: #ffdd55;
}

.button--icon {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.button--icon .fa,
.button--icon .fal,
.button--icon .fas {
  vertical-align: middle;
}

@media handheld, only screen and (max-width: 599px) {
  .button--icon {
    width: auto;
    padding: 0;
  }
}

button.button--text {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  background-color: transparent;
  border-color: transparent;
  color: #0a5b86;
  text-decoration: underline;
  letter-spacing: 0;
}

button.button--text:hover {
  border-color: transparent;
}

button.button--text .fa,
button.button--text .fas,
button.button--text .fal {
  margin-right: 0.5em;
  vertical-align: middle;
}

@media handheld, only screen and (max-width: 599px) {
  button.button--text {
    width: auto;
    padding: 0;
  }
}

hr {
  border: solid #0a5b86;
  border-width: 1px 0 0 0;
  clear: both;
  width: 100%;
  margin: 3rem auto;
}

img,
iframe {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

::-moz-selection,
mark {
  background: #0a5b86;
  color: #ffffff;
  text-shadow: none;
}

::selection,
mark {
  background: #0a5b86;
  color: #ffffff;
  text-shadow: none;
}

.b-lazy {
  opacity: 0;
  transition: all 0.48s ease-in-out;
}

.b-loaded {
  opacity: 1;
}

.wrap {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 90%;
  max-width: 80rem;
}

.wrap--m {
  max-width: 64.5rem;
}

.wrap--small {
  max-width: 50rem;
}

.wrap--fluid {
  width: 96%;
  max-width: 84rem;
}

@media handheld, only screen and (max-width: 1279px) {
  .wrap {
    width: 90%;
    max-width: 100%;
  }
}

.header {
  position: relative;
  z-index: 800;
  background-color: #ffffff;
}

.header__logo {
  position: relative;
  width: 11rem;
  margin: 1.9rem 0;
}

.header > .wrap {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__subnav {
  position: absolute;
  top: 0;
  right: 0;
}

.header__nav {
  margin-bottom: 2.5rem;
}

@media handheld, only screen and (max-width: 1279px) {
  .header__logo {
    width: 8.44rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .header__subnav,
  .header__nav .menu-item {
    display: none;
  }

  .header__nav {
    margin-bottom: 0;
  }

  .header .wrap {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ===============
  Patient Stories images
  ===============*/
@media screen and (max-width: 1279px) {
    .layout--patient-story-grid .tile__item__media {max-width: 20rem}
    .layout--patient-story-grid .tile__item {display: flex; flex-direction: column; align-items: center;}
    .layout--patient-story-grid .tile__item__media img {min-width: initial}
}

/* ===============
  Footer
  ===============*/

/* INCLUSION STYLES */
.footer__inclusion {padding: 1.5rem 0}
.inclusion-statement {padding-bottom: 1.5rem}
.inclusion-statement > p:first-child {padding-bottom: .5rem}
.inclusion-flags {display: flex; gap: .5rem;}
.inclusion-flags img {max-width: 4rem;}

/* Footer Last Column */
.footer__primary .nav--social {justify-content: center; padding-top: 1.5rem}
.footer__primary .grid__item.grid__item--three {display: flex; flex-direction: column; align-items: center;}
.footer__secondary .grid__item.grid__item--three {display: flex; flex-direction: column; align-items: center;}
.footer__secondary .grid__item.grid__item--three .phone-lockup__heading {text-align: center;}
.footer__secondary .footer__logo__alt {display: flex; gap: 1rem;}

/* FOOTER STYLES */
.footer {
  background-color: #ffffff;
}



.footer .grid,
.footer .u-columns {
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__primary {
  padding-top: 4.06rem;
  padding-bottom: 2.69rem;
}

.footer h6 {
  font-size: 1rem;
}

@media handheld, only screen and (min-width: 1280px) {
  .footer__logo {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__logo img {
    width: 14rem;
    margin: 0 0 1.2rem 0;
  }
}

.footer__nav {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 1279px) {
  .footer__primary {
    text-align: center;
  }

  .footer__primary .grid,
  .footer__primary .u-columns {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__logo {
    width: 13rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
}

.footer__secondary {
  margin-bottom: 3rem;
}

.footer__cta {
  margin-bottom: 3rem;
}

.footer__call {
  text-align: right;
  margin-bottom: 3rem;
}

@media handheld, only screen and (min-width: 1280px) {
  .footer__cta {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__logo__alt {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__logo__alt img {
    width: 6.94rem;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .footer__social {
    margin-bottom: 3rem;
  }

  .footer__cta,
  .footer__call,
  .footer__logo__alt {
    text-align: center;
  }

  .footer__logo__alt img {
    max-width: 6.25rem;
  }
}

.footer__tertiary {
  padding: 1.5rem 0;
  /* border-top: 1px solid rgba(161, 175, 179, 0.27); */
}

.footer__tertiary a {
  color: #f84b09;
  text-decoration: none;
}

.pipe {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 2.25rem;
  margin: 0 1.5rem;
  background-color: rgba(161, 175, 179, 0.27);
}

@media handheld, only screen and (max-width: 1279px) {
  .footer__tertiary {
    padding: 3rem 0;
  }

  .footer__copyright .pipe {
    display: none;
  }

  .footer__credit {
    display: block;
    margin: 1.5rem 0;
  }
}

.popup {
  position: relative;
  width: 80%;
  max-width: 75rem;
  margin: 4.5rem auto;
  background-color: #fffdf8;
  padding: 4.5rem 3rem;
}

.popup--form {
  padding: 6rem 3rem 3rem 3rem;
  max-width: 42.63rem;
}

@media handheld, only screen and (max-width: 599px) {
  .popup {
    width: 94%;
    margin: 1.5rem auto;
    padding: 3rem 1.5rem;
  }

  .popup--form {
    padding: 3rem 1.5rem 1.5rem 1.5rem;
  }

  .popup .grid__item + .grid__item,
  .popup .u-columns .col-1 + .grid__item,
  .u-columns .popup .col-1 + .grid__item,
  .popup .u-columns .col-2 + .grid__item,
  .u-columns .popup .col-2 + .grid__item,
  .popup .u-columns .grid__item + .col-1,
  .u-columns .popup .grid__item + .col-1,
  .popup .u-columns .col-1 + .col-1,
  .u-columns .popup .col-1 + .col-1,
  .popup .u-columns .col-2 + .col-1,
  .u-columns .popup .col-2 + .col-1,
  .popup .u-columns .grid__item + .col-2,
  .u-columns .popup .grid__item + .col-2,
  .popup .u-columns .col-1 + .col-2,
  .u-columns .popup .col-1 + .col-2,
  .popup .u-columns .col-2 + .col-2,
  .u-columns .popup .col-2 + .col-2 {
    padding-top: 3rem;
  }
}

/* .globe {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.globe--orange {
  background-image: url(images/globe-orange.svg);
}

.globe--grey {
  background-image: url(images/globe-grey.svg);
}

.globe--blue-double {
  background-image: url(images/globe-blue-double.svg);
} */

.overlay {
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 253, 248, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease-in-out;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

body,
html {
  font-size: 16px;
  line-height: 1.5em;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #133841;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.link--phone,
h4,
h5,
h6 {
  font-weight: 700;
  color: #133841;
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
.link--phone a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

.h0 {
  font-size: 12.5rem;
  line-height: 1em;
}

h1,
.h1 {
  font-size: 3.38rem;
  line-height: 1.11em;
  margin-bottom: 0.74em;
  font-weight: 800;
}

h1 {
  color: #133841;
}

h2,
.h2,
.product_title,
.phone-lockup__number {
  font-size: 2.63rem;
  line-height: 1.19em;
  margin-bottom: 0.95em;
}

.phone-lockup__number {
  color: #fd8153 !important;
}

h3,
.link--phone,
.h3 {
  font-size: 2rem;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

h4,
.h4,
.cart_totals h2 {
  font-size: 1.63rem;
  line-height: 1.23em;
  margin-bottom: 0.92em;
}

h5,
.h5 {
  font-size: 1.38rem;
  line-height: 1.27em;
  margin-bottom: 1.09em;
  color: #133841;
}

h6,
.h6,
.woocommerce-loop-product__title {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

@media handheld, only screen and (max-width: 599px) {
  .h0 {
    font-size: 8rem;
    line-height: 1em;
  }

  h1,
  .h1 {
    font-size: 2rem;
    line-height: 1.11em;
  }

  h2,
  .h2,
  .product_title,
  .phone-lockup__number {
    font-size: 1.63rem;
    line-height: 1.19em;
  }

  h3,
  .link--phone,
  .h3 {
    font-size: 1.38rem;
    line-height: 1.25em;
  }

  h4,
  .h4,
  .cart_totals h2 {
    font-size: 1.13rem;
    line-height: 1.23em;
  }

  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.27em;
  }

  h6,
  .h6,
  .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

.heading--line {
  position: relative;
}

/* .heading--line span { position: relative; border-bottom: 1px solid #FFDFD6; padding-bottom: 8px; }

.heading--line span:before { content: ''; position: absolute; bottom: -1px; right: 100%; width: 100vw; border-bottom: 1px solid #FFDFD6; } */

.small,
.body--small,
.donate .product .nyp .minimum-price,
.footer__tertiary {
  font-size: 0.88rem;
  line-height: 1.43em;
}

sup,
sub {
  font-size: 0.5em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

blockquote {
  font-size: 1.38rem;
  line-height: 1.27em;
  margin-bottom: 1.09em;
  font-weight: 700;
}

@media handheld, only screen and (max-width: 599px) {
  blockquote {
    font-size: 1.25rem;
  }
}

.meta {
  color: #f84b09;
  font-weight: 700;
}

.list--icon li {
  position: relative;
  padding-left: 3.75em;
}

.list--icon li + li {
  margin-top: 1.25em;
}

.list--icon .fa {
  position: absolute;
  top: 0;
  left: 0;
  color: #fd8152;
  font-size: 1.38em;
  line-height: 1em;
}

.list--icon a {
  color: #f84b09;
  font-weight: 700;
}

.list--icon a[href^="tel:"] {
  text-decoration: none;
}

@media handheld, only screen and (max-width: 599px) {
  .list--icon li {
    padding-left: 2.5em;
  }
}

.wysiwyg table,
.term-description table,
.account__content table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 5px 5px 10px rgba(0, 38, 59, 0.2);
  background-color: #fffdf8;
  border-radius: 1rem 1rem 0 0;
}

.wysiwyg thead,
.term-description thead,
.account__content thead {
  border-radius: 1rem 1rem 0 0;
}

.wysiwyg th,
.term-description th,
.account__content th {
  background-color: #fd8152;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 0.25em 1em;
}

.wysiwyg th:first-of-type,
.term-description th:first-of-type,
.account__content th:first-of-type {
  border-top-left-radius: 1rem;
}

.wysiwyg th:last-of-type,
.term-description th:last-of-type,
.account__content th:last-of-type {
  border-top-right-radius: 1rem;
}

.wysiwyg td,
.term-description td,
.account__content td {
  padding: 1em;
}

.wysiwyg h2,
.term-description h2,
.account__content h2,
.wysiwyg h3,
.term-description h3,
.account__content h3,
.wysiwyg .link--phone,
.term-description .link--phone,
.account__content .link--phone,
.wysiwyg h4,
.term-description h4,
.account__content h4,
.wysiwyg h5,
.term-description h5,
.account__content h5,
.wysiwyg h6,
.term-description h6,
.account__content h6 {
  color: #fd8152;
}

.wysiwyg * + h2,
.term-description * + h2,
.account__content * + h2,
.wysiwyg * + h3,
.term-description * + h3,
.account__content * + h3,
.wysiwyg * + .link--phone,
.term-description * + .link--phone,
.account__content * + .link--phone {
  margin-top: 4.5rem;
}

.wysiwyg * + h4,
.term-description * + h4,
.account__content * + h4,
.wysiwyg * + h5,
.term-description * + h5,
.account__content * + h5,
.wysiwyg * + h6,
.term-description * + h6,
.account__content * + h6 {
  margin-top: 3rem;
}

.wysiwyg p,
.term-description p,
.account__content p,
.wysiwyg ul,
.term-description ul,
.account__content ul,
.wysiwyg ol,
.term-description ol,
.account__content ol,
.wysiwyg blockquote,
.term-description blockquote,
.account__content blockquote,
.wysiwyg table,
.term-description table,
.account__content table,
.wysiwyg iframe,
.term-description iframe,
.account__content iframe {
  margin-bottom: 1.5em;
}

.wysiwyg li,
.term-description li,
.account__content li {
  position: relative;
  padding-left: 1.5em;
}

.wysiwyg li > ul,
.term-description li > ul,
.account__content li > ul,
.wysiwyg li > ol,
.term-description li > ol,
.account__content li > ol {
  margin-bottom: 0;
}

.wysiwyg ul li:before,
.term-description ul li:before,
.account__content ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  color: #0a5b86;
}

.wysiwyg ol,
.term-description ol,
.account__content ol {
  list-style: none;
  counter-reset: number-counter;
}

.wysiwyg ol li,
.term-description ol li,
.account__content ol li {
  padding-left: 2em;
  position: relative;
}

.wysiwyg ol li:before,
.term-description ol li:before,
.account__content ol li:before {
  content: counter(number-counter) ".";
  counter-increment: number-counter;
  position: absolute;
  top: 0;
  left: 0;
  color: #0a5b86;
}

.wysiwyg ol li ol,
.term-description ol li ol,
.account__content ol li ol {
  counter-reset: alpha-counter;
}

.wysiwyg ol li ol li:before,
.term-description ol li ol li:before,
.account__content ol li ol li:before {
  content: counter(alpha-counter, lower-alpha) ".";
  counter-increment: alpha-counter;
}

.message,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.validation_error,
.gform_submission_error {
  position: relative;
  color: #ffffff;
  background-color: #0a5b86;
  padding: 1.5em 1.5em 1.5em 4.38em;
}

.message:before,
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.validation_error:before,
.gform_submission_error:before {
  content: "\f05a";
  position: absolute;
  font-size: 1.75rem;
  line-height: 1em;
  top: 0.79em;
  left: 0.79em;
  font-family: "Font Awesome 5 Pro";
}

.message a,
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a,
.validation_error a,
.gform_submission_error a {
  color: #ffffff;
}

@media handheld, only screen and (max-width: 599px) {
  .message,
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info,
  .validation_error,
  .gform_submission_error {
    padding: 1em 1em 1em 3em;
  }

  .message:before,
  .woocommerce-message:before,
  .woocommerce-error:before,
  .woocommerce-info:before,
  .validation_error:before,
  .gform_submission_error:before {
    font-size: 1.25rem;
    top: 1em;
  }
}

.message--success,
.woocommerce-message {
  background-color: #3cc13b;
}

.message--success:before,
.woocommerce-message:before {
  content: "\f058";
}

.message--error,
.woocommerce-error,
.validation_error,
.gform_submission_error {
  background-color: #f03738;
}

.message--error:before,
.woocommerce-error:before,
.validation_error:before,
.gform_submission_error:before {
  content: "\f00d";
}

.phone-lockup__heading {
  margin-bottom: 0.5em;
  font-size: 1rem;
}

.phone-lockup__number {
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 700;
}

.list--search {
  border-top: 1px solid #1f91cf;
}

.list--search li {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #1f91cf;
}

.list--search .list__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 10rem;
  margin-left: 6rem;
}

@media handheld, only screen and (max-width: 599px) {
  .list--search .list__media {
    max-width: 5rem;
    margin-left: 1.5rem;
  }
}

address {
  font-style: normal;
}

input,
form select,
textarea,
button {
  font-family: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
form select,
textarea {
  font-size: 1rem;
  line-height: 1.5em;
  color: #133841;
  background-color: transparent;
  border: 2px solid #13384169;
  border-radius: 4px;
  padding: 0.75em 1em;
  width: 100%;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
form select:focus,
textarea:focus {
  background-color: #ffffff;
  border-color: #fd8153;
}

textarea {
  vertical-align: top;
  min-height: 12.5rem;
  line-height: 1.5em;
  padding: 1em;
}

input[type="submit"],
button {
  cursor: pointer;
  transition: all 0.24s ease-in-out;
  border: none;
}

@media handheld, only screen and (max-width: 1279px) {
  input,
  form select,
  textarea,
  button {
    border-radius: 0;
  }
}

.gfield_required {
  display: inline-block;
  margin-left: 0.25rem;
}

.gform_fields {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-bottom: 0;
}

.gfield {
  width: 100%;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

.gfield_label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 700;
}

.gf_left_half,
.gf_right_half,
.gf_left_third,
.gf_middle_third,
.gf_right_third,
.gf_first_quarter,
.gf_second_quarter,
.gf_third_quarter,
.gf_fourth_quarter,
.gfield--width-half,
.gfield--width-third,
.gfield--width-quarter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gf_left_half,
.gf_right_half,
.gfield--width-half {
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third,
.gfield--width-third {
  width: 33.333%;
}

.gf_first_quarter,
.gf_second_quarter,
.gf_third_quarter,
.gf_fourth_quarter,
.gfield--width-quarter {
  width: 25%;
}

@media handheld, only screen and (max-width: 599px) {
  .gf_left_half,
  .gf_right_half,
  .gf_left_third,
  .gf_middle_third,
  .gf_right_third,
  .gf_first_quarter,
  .gf_second_quarter,
  .gf_third_quarter,
  .gf_fourth_quarter,
  .gfield--width-half,
  .gfield--width-third,
  .gfield--width-quarter {
    width: 100%;
  }
}

.field_description_above .gfield_description {
  margin-bottom: 1em;
}

.field_description_below .gfield_description {
  margin-top: 1em;
}

.hidden_label .gfield_label,
.gform_validation_container,
.gform_hidden,
.gfield_visibility_hidden,
.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_footer {
  position: relative;
  z-index: 12;
  padding-top: 1.5rem;
}

.gform_ajax_spinner {
  margin-left: 1.25rem;
  border: 4px solid rgba(10, 91, 134, 0.3);
  border-left: 4px solid #0a5b86;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"],
.ginput_container_consent input[type="checkbox"],
.ginput_container_consent input[type="radio"],
.woocommerce-shipping-methods input[type="checkbox"],
.woocommerce-shipping-methods input[type="radio"],
.wc_payment_methods input[type="checkbox"],
.wc_payment_methods input[type="radio"],
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input[type="radio"],
#ship-to-different-address input[type="checkbox"],
#ship-to-different-address input[type="radio"],
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_checkbox label,
.gfield_radio label,
.ginput_container_consent label,
.woocommerce-shipping-methods label,
.wc_payment_methods label,
.woocommerce-terms-and-conditions-wrapper label,
#ship-to-different-address label,
.custom-checkbox label {
  position: relative;
  padding-left: 2.875em;
  min-height: 22px;
  display: block;
}

.gfield_checkbox li + li,
.gfield_checkbox .gchoice + .gchoice,
.gfield_radio li + li,
.gfield_radio .gchoice + .gchoice,
.ginput_container_consent li + li,
.ginput_container_consent .gchoice + .gchoice,
.woocommerce-shipping-methods li + li,
.woocommerce-shipping-methods .gchoice + .gchoice,
.wc_payment_methods li + li,
.wc_payment_methods .gchoice + .gchoice,
.woocommerce-terms-and-conditions-wrapper li + li,
.woocommerce-terms-and-conditions-wrapper .gchoice + .gchoice,
#ship-to-different-address li + li,
#ship-to-different-address .gchoice + .gchoice,
.custom-checkbox li + li,
.custom-checkbox .gchoice + .gchoice {
  margin-top: 1.5em;
}

.gfield_checkbox .custom-input,
.gfield_radio .custom-input,
.ginput_container_consent .custom-input,
.woocommerce-shipping-methods .custom-input,
.wc_payment_methods .custom-input,
.woocommerce-terms-and-conditions-wrapper .custom-input,
#ship-to-different-address .custom-input,
.custom-checkbox .custom-input {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: 1px solid #fd8152;
}

.gfield_checkbox input[type="checkbox"]:checked + label .custom-input,
.gfield_checkbox input[type="radio"]:checked + label .custom-input,
.gfield_radio input[type="checkbox"]:checked + label .custom-input,
.gfield_radio input[type="radio"]:checked + label .custom-input,
.ginput_container_consent input[type="checkbox"]:checked + label .custom-input,
.ginput_container_consent input[type="radio"]:checked + label .custom-input,
.woocommerce-shipping-methods
  input[type="checkbox"]:checked
  + label
  .custom-input,
.woocommerce-shipping-methods input[type="radio"]:checked + label .custom-input,
.wc_payment_methods input[type="checkbox"]:checked + label .custom-input,
.wc_payment_methods input[type="radio"]:checked + label .custom-input,
.woocommerce-terms-and-conditions-wrapper
  input[type="checkbox"]:checked
  + label
  .custom-input,
.woocommerce-terms-and-conditions-wrapper
  input[type="radio"]:checked
  + label
  .custom-input,
#ship-to-different-address input[type="checkbox"]:checked + label .custom-input,
#ship-to-different-address input[type="radio"]:checked + label .custom-input,
.custom-checkbox input[type="checkbox"]:checked + label .custom-input,
.custom-checkbox input[type="radio"]:checked + label .custom-input {
  background-color: #f84b09;
  border-color: #f84b09;
}

.gfield_label_before_complex + .ginput_container_checkbox,
legend + .ginput_container_radio,
legend + .ginput_container_checkbox {
  margin-top: 1.5rem;
}

.custom-input--checkbox,
.checkbox .custom-input {
  text-align: center;
  line-height: 20px;
}

.gfield_checkbox input[type="checkbox"]:checked + label .custom-input:before,
.ginput_container_consent
  input[type="checkbox"]:checked
  + label
  .custom-input:before,
.gfield_checkbox input[type="checkbox"]:checked + label .custom-input:before,
.ginput_container_consent
  input[type="checkbox"]:checked
  + label
  .custom-input:before,
.woocommerce-terms-and-conditions-wrapper
  input[type="checkbox"]:checked
  + label
  .custom-input:before,
#ship-to-different-address
  input[type="checkbox"]:checked
  + label
  .custom-input:before,
.custom-checkbox input[type="checkbox"]:checked + label .custom-input:before {
  content: "\f00d";
  display: inline-block;
  vertical-align: top;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-size: 23px;
  font-weight: 300;
}

.gfield_radio input[type="radio"] + label .custom-input,
.woocommerce-shipping-methods .custom-input,
.wc_payment_methods .custom-input {
  border-radius: 100px;
}

.gfield_radio input[type="radio"]:checked + label .custom-input:before,
.woocommerce-shipping-methods
  input[type="radio"]:checked
  + label
  .custom-input:before,
.wc_payment_methods input[type="radio"]:checked + label .custom-input:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: #ffffff;
}

.payment_box label {
  padding-left: 0;
}

.payment_box .custom-input {
  display: none;
}

@media handheld, only screen and (min-width: 1280px) {
  .gfield_checkbox,
  .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gfield_checkbox li + li,
  .gfield_checkbox .gchoice + .gchoice,
  .gfield_radio li + li,
  .gfield_radio .gchoice + .gchoice {
    margin-top: 0;
  }
}

.gf_list_inline {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-bottom: -1rem;
}

.gf_list_inline li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.gf_list_inline li + li {
  margin-top: 0;
}

.ginput_container_date,
.custom-datepicker {
  position: relative;
}

.ginput_container_date:before,
.custom-datepicker:before {
  position: absolute;
  z-index: 2;
  right: 1em;
  content: "\f073";
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
  line-height: 2.4em;
  font-weight: 400;
  color: #133841;
}

.ginput_container_date input,
.custom-datepicker input {
  position: relative;
  z-index: 1;
}

.gform_submission_error {
  font-size: 1rem;
  line-height: 1.5em;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border: 1px solid #f03738;
}

.gfield_error .validation_message {
  color: #f03738;
  margin-top: 0.25em;
}

.gform_confirmation_message {
  display: block;
}

::-webkit-input-placeholder {
  color: #133841;
  opacity: 1;
}

:-moz-placeholder {
  color: #133841;
  opacity: 1;
}

::-moz-placeholder {
  color: #133841;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #133841;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #133841;
  opacity: 1;
}

:placeholder {
  color: #133841;
  opacity: 1;
}

.placeholdersjs {
  color: #133841;
  opacity: 1;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form--search {
  position: relative;
}

.form--search input {
  padding-right: 3em;
}

.form--search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  color: #0a5b86;
  font-size: 1.25rem;
}

.form--search button:hover {
  background-color: transparent;
}

.ginput_container_fileupload {
  border: 2px dashed;
  padding: 3rem;
  text-align: center;
}

.gform_drop_area button {
  margin: 0.75rem 0;
}

.gform_drop_instructions,
.gform_fileupload_rules {
  display: block;
}

.gfield_list_group_item {
  margin-bottom: 1em;
}

.gfield_list_group + .gfield_list_group {
  margin-top: 2em;
}

@media handheld, only screen and (min-width: 700px) {
  .ginput_complex {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gf_name_has_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
  }

  .ginput_container_address {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .ginput_complex span + span {
    display: block;
    margin-top: 1.5rem;
  }
}

.ginput_container_creditcard {
  display: block;
}

.ginput_container_creditcard .ginput_full {
  margin-bottom: 1rem;
}

.ginput_container_creditcard .StripeElement {
  color: #0a5b86;
  background-color: #b9e6ff;
  border: 1px solid #b9e6ff;
  border-radius: 0;
}

.nav--primary {
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav--primary a {
  position: relative;
}

.nav--primary .menu-item a {
  color: #133841;
}

.nav--primary > .is-active > a,
.nav--primary li:hover > a {
  color: #f84b09;
}

.nav--primary > .current-menu-item > a,
.nav--primary > .current-menu-ancestor > a {
  color: #f84b09;
}

.nav--primary .button--icon {
  font-size: 1.25rem;
  line-height: 1em;
  color: #133841;
}

.nav--primary .button--icon:hover {
  color: #f84b09;
}

@media handheld, only screen and (min-width: 1280px) {
  .nav--primary > li + li {
    margin-left: 2.5em;
  }

  .nav--primary > .current-menu-item > a,
  .nav--primary > .current-menu-ancestor > a {
    border-bottom: 2px solid #f84b09;
  }

  .nav--primary .menu-item--toggle {
    display: none;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .offscreen .nav--primary {
    display: block;
    text-align: center;
  }

  .offscreen .nav--primary > li {
    border-top: 2px solid #fd8152;
  }

  .offscreen .nav--primary > li > a {
    padding: 1em;
  }

  .offscreen .nav--primary .line {
    border-bottom: 2px solid transparent;
  }

  .offscreen .nav--primary .menu-item-toggle {
    color: #fd8152;
  }

  .offscreen .nav--primary a.is-active > .menu-item-toggle .fal:before {
    content: "\f068";
  }

  .offscreen .nav--primary .nav {
    display: block;
  }

  .offscreen .nav--primary .grid,
  .offscreen .nav--primary .u-columns {
    display: none;
  }

  .offscreen .nav--primary .current-menu-item > a .line,
  .offscreen .nav--primary .current_page_ancestor > a .line {
    border-color: inherit;
  }

  .header .nav--primary {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .nav--primary li + li {
    margin-left: 1.5rem;
  }
}

.menu-item-toggle {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 1.25rem;
  line-height: 1em;
  padding: 0 1em;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #133841;
  height: 4px;
  transition: all 0.24s ease-in-out;
  border-radius: 1px;
}

.hamburger__line--top {
  top: 0;
}

.hamburger__line--middle {
  top: 50%;
  left: 50%;
  margin-top: -2px;
  width: 100%;
  transform: translateX(-50%);
}

.hamburger__line--bottom {
  bottom: 0;
}

.hamburger.is-active .hamburger__line--top {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
}

.hamburger.is-active .hamburger__line--middle {
  width: 0;
}

.hamburger.is-active .hamburger__line--bottom {
  bottom: 50%;
  margin-bottom: -2px;
  transform: rotate(-45deg);
}

@media handheld, only screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}

.offscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 600;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.48s ease-in-out;
  width: 100%;
  visibility: hidden;
  transform: translateX(100%);
  background-color: #fffdf8;
}

.offscreen.is-active {
  transform: translateX(0);
  visibility: visible;
}

.offscreen__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.offscreen__content {
  padding: 81px 0;
}

.nav--button {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav--button a {
  padding: 0.38em 1.5em;
  background-color: rgb(195 221 218 / 36%);
  color: #133841;
  border-radius: 0 0 10px 10px;
}

.nav--button li:nth-last-child(2) a {
  background-color: rgb(195 221 218 / 36%);
}

.nav--button li:last-child a {
  background-color: rgb(240 78 35 / 88%);
  color: #fffeff;
}

@media handheld, only screen and (min-width: 1200px) {
  .nav--button li + li {
    margin-left: 0.25em;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .nav--button {
    display: block;
    line-height: 1.75em;
    text-align: center;
  }

  .nav--button li + li {
    margin-top: 0.13rem;
  }

  .nav--button a {
    border-radius: 0;
  }
}

.nav--secondary {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.63rem;
  line-height: 1.23em;
}

.nav--secondary a {
  color: #fd8152;
}

.nav--secondary {
  font-size: 0.62em;
  line-height: 1.5em;
  margin-top: 1em;
}

.nav--secondary li + li {
  margin-top: 0.75em;
}

.nav--secondary a {
  color: #133841;
}

@media handheld, only screen and (max-width: 1279px) {
  .nav--secondary {
    border-top: 2px solid #fafafa;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .nav--secondary .menu-item-has-children > a {
    padding: 1em 0;
  }

  .nav--secondary .sub-menu {
    display: none;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1em;
  }
}

@media handheld, only screen and (min-width: 1200px) {
  .nav--secondary + .nav--secondary {
    margin-top: 3rem;
  }
}

.nav--grid {
  text-transform: uppercase;
}

.nav--grid a {
  color: #133841;
  font-weight: 700;
}

.nav--grid .sub-menu {
  border-top: 1px solid rgba(161, 175, 179, 0.27);
  margin-top: 0.75em;
  padding-top: 1.5em;
}

.nav--grid .sub-menu li + li {
  margin-top: 1em;
}

.nav--grid .sub-menu a {
  font-weight: 400;
}

@media handheld, only screen and (min-width: 700px) {
  .nav--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .nav--grid {
    display: block;
  }

  .nav--grid > li + li {
    margin-top: 2.5rem;
  }
}

.mega-menu__item {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f5f1ee;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.mega-menu__item .wrap {
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mega-menu__close,
.search-form__close {
  position: absolute;
  top: -1.5rem;
  right: 0;
  color: #fd8152;
  font-size: 1.63rem;
  line-height: 1em;
}

.mega-menu__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #133841;
  margin-right: 299px;
  overflow: hidden;
}

/* .mega-menu .globe {
  position: absolute;
  bottom: -2.25rem;
  right: 11.25rem;
  width: 24.88rem;
  height: 25.25rem;
} */

@keyframes fadeMenu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mega-menu__item.is-active .wrap,
.mega-menu__item.is-active .mega-menu__close,
.mega-menu__item.is-active .search-form__close,
.mega-menu__item.is-active .globe {
  animation: fadeMenu 1s both;
  animation-delay: 0.25s;
}

.mega-menu__item.is-active .globe {
  animation-delay: 0.5s;
}

@media handheld, only screen and (max-width: 1279px) {
  .mega-menu__close,
  .search-form__close {
    top: 0;
    right: 0;
  }
}

.mega-menu__item__header {
  width: 23%;
}

.mega-menu__item__main {
  width: 65%;
}

.mega-menu__item__subheading {
  max-width: 11.69rem;
  font-size: 1rem;
}

.mega-menu__item__media {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 3rem;
}

.mega-menu__item__image {
  width: 14.06rem;
}

.mega-menu__item__image img {
  border-radius: 42px;
  box-shadow: 10px 10px 30px rgba(0, 38, 59, 0.25);
}

.mega-menu .tile {
  margin-top: 3rem;
}

.nav--plain a {
  color: #0a5b86;
}

@media handheld, only screen and (max-width: 599px) {
  .nav--plain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
  }

  .nav--plain li {
    padding-left: 1em;
    padding-bottom: 0.5em;
  }
}

@media handheld, only screen and (min-width: 1200px) {
  .nav--plain li + li {
    margin-left: 5em;
  }
}

.nav--social {
  font-size: 1.5rem;
  line-height: 1em;
}

.nav--social li + li {
  margin-left: 1em;
}

.nav--social a {
  color: #133841;
}

.nav--social a:hover {
  color: #f84b09;
}

@media handheld, only screen and (max-width: 1279px) {
  .nav--social {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media handheld, only screen and (min-width: 1200px) {
  .nav--tertiary {
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.submenu {
  background-color: #f5f1ee;
}

.submenu.is-inactive {
  height: 1.5rem;
}

.hero + .submenu {
  display: none;
}

@media handheld, only screen and (max-width: 1279px) {
  .submenu,
  .submenu.is-inactive {
    height: 0;
  }

  .submenu .wrap {
    display: none;
  }
}

.secondary-nav-menu {
	display: flex;
	padding: 1.25em 0;
}

.secondary-nav-menu a {
	display: block;

	text-decoration: none;
	font-weight: bold;
}

.nav--flat {
	display: block;
	margin-left: 2.5em;
	padding: 0;

	flex-wrap: wrap;

	border-left: 1px solid #133841;

	font-size: 1rem;
	line-height: 1.5em;
}

.nav--flat li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav--flat .menu-item-has-children,
.nav--flat {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav--flat a,
.secondary-nav-menu a {
  color: #133841;
  font-weight: 400;
  border-bottom: 2px solid;
  border-color: #f5f1ee;
  transition: all 0.1s ease-in;
}

.nav--flat a:hover,
.secondary-nav-menu a:hover {
  border-color: #fd8152;
}

.nav--flat .menu-item-has-children > a {
  color: #133841;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: #f5f1ee;
}

.nav--flat .current-menu-item > a span {
  border-bottom: 2px solid;
  border-color: #fd8152;
  font-weight: 700;
}

.nav--flat li {
  padding-left: 2.5em;
}

.nav--pagination,
.woocommerce-pagination ul,
.wp-pagenavi,
.facetwp-pager {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3rem;
}

.nav--pagination span,
.woocommerce-pagination ul span,
.nav--pagination a,
.woocommerce-pagination ul a,
.wp-pagenavi span,
.facetwp-pager span,
.wp-pagenavi a,
.facetwp-pager a {
  margin: 0 0.75em;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0 0.19em 0.5em 0.19em;
}

.nav--pagination a,
.woocommerce-pagination ul a,
.wp-pagenavi a,
.facetwp-pager a {
  color: #133841;
  cursor: pointer;
}

.nav--pagination a:hover,
.woocommerce-pagination ul a:hover,
.wp-pagenavi a:hover,
.facetwp-pager a:hover {
  color: #f84b09;
}

.nav--pagination .current,
.woocommerce-pagination ul .current,
.nav--pagination .active,
.woocommerce-pagination ul .active,
.wp-pagenavi .current,
.facetwp-pager .current,
.wp-pagenavi .active,
.facetwp-pager .active {
  color: #f84b09;
  border-bottom-color: #f84b09;
}

.nav--button-inline {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75em;
}

.nav--button-inline li {
  padding-left: 0.75em;
  padding-bottom: 0.75em;
}

.nav--button-inline .button,
.nav--button-inline button {
  display: block;
  width: 100%;
}

@media handheld, only screen and (max-width: 599px) {
  .nav--button-inline {
    display: block;
  }
}

body .wp-video {
  width: 100% !important;
  height: auto;
}

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}

.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup .wp-video {
  width: 100% !important;
}

body .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fd8152;
}

.alignright,
a .alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft,
a .alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter,
a .aligncenter {
  display: block;
  margin: 0 auto 1.5rem auto;
}

.alignnone,
a .alignnone {
  display: block;
  margin-bottom: 1.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  img.alignleft,
  img.alignright {
    max-width: 50%;
    height: auto;
  }
}

.wp-caption {
  margin-bottom: 1.5rem;
}

.wp-caption img {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.wp-caption p.wp-caption-text {
  margin-bottom: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #fffdf8;
}

.image--grayscale {
  filter: grayscale(100%);
}

@media handheld, only screen and (min-width: 1200px) {
  .image--portrait img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}

.layout {
  position: relative;
  margin-bottom: 6rem;
}

@media handheld, only screen and (max-width: 599px) {
  .layout {
    margin-bottom: 3rem;
  }
}

.layout__header {
  margin-bottom: 6rem;
}

@media handheld, only screen and (max-width: 599px) {
  .layout__header {
    margin-bottom: 3rem;
  }
}

.layout--patient-story-grid,
.layout--three-tile-lockup,
.layout--featured-patient-story,
.layout--cta {
  margin-bottom: 0;
}

.layout--patient-story-grid blockquote {
  color: #ff8b68;
}

.layout__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.layout--three-tile-lockup {
  padding: 6rem 0;
}

/* .layout--three-tile-lockup .globe {
  width: 69.38rem;
  height: 69.38rem;
  bottom: -37.06rem;
  left: 50%;
} */

@media handheld, only screen and (max-width: 599px) {
  .layout--three-tile-lockup {
    padding: 3.75rem 0;
  }
}

.layout--patient-story-grid {
  padding: 4.5rem 0;
  background-color: #1c3740;
}

.layout--patient-story-grid .layout__header {
  margin-bottom: 4.5rem;
}

/* .layout--patient-story-grid .globe {
  width: 69.38rem;
  height: 75.94rem;
  left: 50%;
  top: -32.5rem;
} */

.layout--patient-story-grid .layout__footer {
  text-align: center;
}

@media handheld, only screen and (min-width: 1280px) {
  .layout--patient-story-grid .layout__footer {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 17.5rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .layout--patient-story-grid {
    padding: 3rem 0;
  }

  .layout--patient-story-grid .layout__header {
    margin-bottom: 1.5rem;
  }
}

.layout--three-column-icon {
  padding: 6rem 0;
}

.layout--three-column-icon .layout__footer {
  padding-top: 4.5rem;
  text-align: right;
}

.layout--three-column-icon.layout--last {
  margin-bottom: 0;
}

.layout--three-column-icon .layout__bg {
  background-color: #fafafa;
}

@media handheld, only screen and (max-width: 1279px) {
  .layout--three-column-icon .grid__item--three {
    width: 33.33%;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .layout--three-column-icon {
    padding: 3rem 0;
  }

  .layout--three-column-icon .grid__item--three {
    width: 100%;
  }

  .layout--three-column-icon .grid__item--three + .grid__item,
  .layout--three-column-icon .u-columns .grid__item--three + .col-1,
  .u-columns .layout--three-column-icon .grid__item--three + .col-1,
  .layout--three-column-icon .u-columns .grid__item--three + .col-2,
  .u-columns .layout--three-column-icon .grid__item--three + .col-2 {
    margin-top: 2.25rem;
  }

  .layout--three-column-icon .pod__item__media {
    margin-bottom: 1.5rem;
  }

  .layout--three-column-icon .layout__footer {
    padding-top: 1.5rem;
  }
}

.layout--donation + .layout--three-column-icon {
  background-color: #fafafa;
}

.layout--intro.layout--first,
.layout--full-width-content.layout--first,
.layout--search,
.layout--form.layout--first {
  padding-top: 6rem;
}

@media handheld, only screen and (max-width: 599px) {
  .layout--intro.layout--first,
  .layout--full-width-content.layout--first,
  .layout--search,
  .layout--form.layout--first {
    padding-top: 3rem;
  }
}

.layout--full-width-content {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .layout--full-width-content {
    margin-bottom: 2.25rem;
  }
}

.layout--featured-patient-story,
.layout--cta {
  background-color: #ffffff;
  padding: 6rem 0;
}

/* .layout--featured-patient-story .globe,
.layout--cta .globe {
  background-image: url(images/globe-blue-double-alt.png);
  bottom: -21.75rem;
  left: 50%;
  margin-left: 12rem;
  width: 51.44rem;
  height: 56.25rem;
} */

@media handheld, only screen and (min-width: 1280px) {
  .layout--featured-patient-story,
  .layout--cta {
    min-height: 34.5rem;
  }
}

/* @media handheld, only screen and (max-width: 1279px) {
  .layout--featured-patient-story .globe,
  .layout--cta .globe {
    margin-left: -10rem;
  }
} */

@media handheld, only screen and (max-width: 599px) {
  .layout--featured-patient-story,
  .layout--cta {
    padding: 3rem 0;
  }

  /* .layout--featured-patient-story .globe,
  .layout--cta .globe {
    width: 25.72rem;
    height: 28.125rem;
    bottom: -11.75rem;
    margin-left: -7rem;
  } */
}

.layout--cta {
  padding: 10rem 0;
}

@media handheld, only screen and (max-width: 1279px) {
  .layout--cta .cta__content {
    margin-bottom: 0;
  }

  .layout--cta .globe {
    display: none;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .layout--cta {
    padding: 4rem 0;
  }
}

.search-form {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  background-color: #fffdf8;
}

.search-form__heading {
  color: #fd8152;
}

.search-form__form {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .search-form {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }

  .search-form__form {
    margin-bottom: 2.25rem;
  }
}

.hero__item {
  position: relative;
  background-color: #f5f1ee;
}

.hero__item__content {
  padding: 6rem 0;
}

.hero__item__heading,
.hero blockquote {
  margin-bottom: 3rem;
}

.hero__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 60%;
  min-width: 100vw;
}

.hero__item__bg {
  background: url(images/bg-hero.svg) 100% 0 no-repeat;
  background-size: cover;
}

/* .hero .globe {
  position: absolute;
  left: 50%;
  width: 33.69rem;
  height: 37.31rem;
  background-image: url(images/globe-oblong.svg);
  bottom: -17.5rem;
} */

@media handheld, only screen and (min-width: 1280px) {
  .hero__item .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero__item__content {
    width: 40%;
  }

  .hero__item__media {
    width: 68%;
    margin-left: 0%;
  }

  .hero__item__bg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .hero__item {
    background: #133841;
  }

  .hero blockquote {
    color: #ff8b68;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .hero__item__content {
    padding: 3.75rem 0;
  }
}

.tile__item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  /* height: 100%; */
}

/* Nathan */
@media handheld, only screen and (max-width: 1024px){
.tile__item {
  margin-bottom: 20px;
}}

.tile__item__media {
  position: relative;
}

/* Nathan */
.tile__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 62%;
}


.tile__item__border {
  height: 1rem;
  display: none;
}

/* Nathan */
.tile__item__content .tile__item__text {
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

.tile__item__content {
  padding: 5rem 5.94rem 4.63rem 3rem;
}

.tile__item__heading {
  margin-bottom: 0.75em;
}

.tile__item__meta {
  margin-bottom: 1.5rem;
}

/* Nathan */
.tile__item__text {
  margin-bottom: 2.5rem;
}

.tile__item img {
  width: 100%;
}

.tile__item__meta {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gradient--blue {
  background: linear-gradient(78.97deg, #f84b09 24%, #fd8152 94%);
}

.gradient--orange {
  background: linear-gradient(78.97deg, #003640 24%, #3c636a 94%);
}

.gradient--baby-blue {
  background: linear-gradient(78.97deg, #ff8b68 24%, #ffdbd1 94%);
}

@media handheld, only screen and (max-width: 599px) {
  .tile__item__border {
    height: 0.81rem;
  }

  .tile__item__content {
    padding: 2rem 1.5rem;
  }

  .tile__item__text {
    margin-bottom: 1.5rem;
  }
}

.tile__item--grid .tile__item__image {
  height: auto;
  padding-bottom: 0;

}

@media handheld, only screen and (min-width: 768px) {
  .tile__item--grid .tile__item__main {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tile__item--grid .tile__item__media {
    /* Nathan */
    width: 250px;
  }

  .tile__item--grid .tile__item__content {
    width: 60%;
  }

  .tile__item--grid img {
    display: block;
    /* width: 176px; */
    /* margin: 0 auto; */
  }

  .tile__item--grid .tile__item__content {
    padding: 2.5rem;
  }

  .tile__item--3 .tile__item__main {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}


@media handheld, only screen and (max-width: 599px) {
  .tile__item--grid .tile__item__main {
    display: block;
  }

  /* Nathan */
  .tile__item--grid .tile__item__media {
    /* margin-top: 3rem; */
    /* margin-left: 24%; */
    /* margin-right: 24%; */
  }

  .tile__item--grid .tile__item__content {
    padding: 2rem 1.5rem;
  }
}

.tile--round .grid,
.tile--round .u-columns {
  margin-left: -1.5rem;
}

.tile--round .grid__item,
.tile--round .u-columns .col-1,
.u-columns .tile--round .col-1,
.tile--round .u-columns .col-2,
.u-columns .tile--round .col-2 {
  padding-left: 1.5rem;
  padding-bottom: 0;
}

.tile--round .grid,
.tile--round .u-columns {
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tile--round .tile__item {
  border-radius: 1rem;
  overflow: visible;
  box-shadow: 10px 10px 10px rgba(0, 38, 59, 0.2);
  text-align: center;
  padding: 1.5rem;
  margin-top: 8.44rem;
}

.tile--round .tile__item__media {
  border-radius: 1000px;
  overflow: hidden;
  margin-top: -8.44rem;
  margin-bottom: 1.5rem;
  box-shadow: 0px 5px 10px rgba(0, 38, 59, 0.2);
}

.tile--round .tile__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.tile--round .tile__item__image img {
  width: 100%;
}

.tile--round .tile__item__text {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.88em;
}

.tile--round .button {
  width: 100%;
  padding-left: 0.56em;
  padding-right: 0.56em;
}

@media handheld, only screen and (max-width: 1279px) {
  .tile--round .grid,
  .tile--round .u-columns {
    margin-left: 0;
  }

  .tile--round .grid__item,
  .tile--round .u-columns .col-1,
  .u-columns .tile--round .col-1,
  .tile--round .u-columns .col-2,
  .u-columns .tile--round .col-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.tile--icon .tile__item__main {
  padding: 3rem 3rem 3rem 1.5rem;
}

.tile--icon .tile__item__content {
  padding: 3rem 0 0 0;
}

.tile--icon .tile__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.tile--icon .tile__item__heading {
  margin-bottom: 1.25em;
}

@media handheld, only screen and (min-width: 700px) {
  .tile--icon .tile__item__main {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tile--icon .tile__item__content {
    width: 56%;
  }

  .tile--icon .tile__item__media {
    width: 32%;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .tile--icon .tile__item__main {
    padding: 3rem;
  }

  .tile--icon .grid__item + .grid__item,
  .tile--icon .u-columns .col-1 + .grid__item,
  .u-columns .tile--icon .col-1 + .grid__item,
  .tile--icon .u-columns .col-2 + .grid__item,
  .u-columns .tile--icon .col-2 + .grid__item,
  .tile--icon .u-columns .grid__item + .col-1,
  .u-columns .tile--icon .grid__item + .col-1,
  .tile--icon .u-columns .col-1 + .col-1,
  .u-columns .tile--icon .col-1 + .col-1,
  .tile--icon .u-columns .col-2 + .col-1,
  .u-columns .tile--icon .col-2 + .col-1,
  .tile--icon .u-columns .grid__item + .col-2,
  .u-columns .tile--icon .grid__item + .col-2,
  .tile--icon .u-columns .col-1 + .col-2,
  .u-columns .tile--icon .col-1 + .col-2,
  .tile--icon .u-columns .col-2 + .col-2,
  .u-columns .tile--icon .col-2 + .col-2 {
    margin-top: 3rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .tile--icon .tile__item__main {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }

  .tile--icon .grid__item + .grid__item,
  .tile--icon .u-columns .col-1 + .grid__item,
  .u-columns .tile--icon .col-1 + .grid__item,
  .tile--icon .u-columns .col-2 + .grid__item,
  .u-columns .tile--icon .col-2 + .grid__item,
  .tile--icon .u-columns .grid__item + .col-1,
  .u-columns .tile--icon .grid__item + .col-1,
  .tile--icon .u-columns .col-1 + .col-1,
  .u-columns .tile--icon .col-1 + .col-1,
  .tile--icon .u-columns .col-2 + .col-1,
  .u-columns .tile--icon .col-2 + .col-1,
  .tile--icon .u-columns .grid__item + .col-2,
  .u-columns .tile--icon .grid__item + .col-2,
  .tile--icon .u-columns .col-1 + .col-2,
  .u-columns .tile--icon .col-1 + .col-2,
  .tile--icon .u-columns .col-2 + .col-2,
  .u-columns .tile--icon .col-2 + .col-2 {
    margin-top: 2.25rem;
  }

  .tile--icon .tile__item__media {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .tile--icon .tile__item__content {
    padding-top: 1.5rem;
  }
}

.tile--text .grid,
.tile--text .u-columns {
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile--text .grid__item,
.tile--text .u-columns .col-1,
.u-columns .tile--text .col-1,
.tile--text .u-columns .col-2,
.u-columns .tile--text .col-2 {
  padding-bottom: 3rem;
}

.tile--text .tile__item__heading {
  color: #133841;
}

@media handheld, only screen and (max-width: 599px) {
  .tile--text .grid__item,
  .tile--text .u-columns .col-1,
  .u-columns .tile--text .col-1,
  .tile--text .u-columns .col-2,
  .u-columns .tile--text .col-2 {
    padding-bottom: 1.5rem;
  }
}

.tile--small {
  text-align: center;
}

.tile--small .grid__item,
.tile--small .u-columns .col-1,
.u-columns .tile--small .col-1,
.tile--small .u-columns .col-2,
.u-columns .tile--small .col-2 {
  padding-bottom: 3rem;
}

.tile--small .tile__item {
  padding: 3rem;
}

.tile--small .tile__item__media {
  margin-bottom: 3rem;
}

.tile--small .tile__item__icon {
  font-size: 5rem;
  line-height: 1em;
}

@media handheld, only screen and (max-width: 1279px) {
  .tile--small .grid__item,
  .tile--small .u-columns .col-1,
  .u-columns .tile--small .col-1,
  .tile--small .u-columns .col-2,
  .u-columns .tile--small .col-2 {
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .tile--small .grid__item,
  .tile--small .u-columns .col-1,
  .u-columns .tile--small .col-1,
  .tile--small .u-columns .col-2,
  .u-columns .tile--small .col-2 {
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .tile--small .tile__item {
    padding: 1.5rem;
  }

  .tile--small .tile__item__media {
    margin-bottom: 1.5rem;
  }
}

.tile--grid .grid,
.tile--grid .u-columns {
  margin-left: -1.5rem;
}

.tile--grid .grid__item,
.tile--grid .u-columns .col-1,
.u-columns .tile--grid .col-1,
.tile--grid .u-columns .col-2,
.u-columns .tile--grid .col-2 {
  padding-left: 1.5rem;
  padding-bottom: 3rem;
}

.tile--grid .tile__item {
  background: #fff;
}

.tile--grid .tile__item__media {
  background-color: #fff;
}

.tile--grid .tile__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 72%;
}

.tile--grid .tile__item__content {
  padding: 3rem;
}

.tile--grid .tile__item__meta {
  margin-bottom: 3rem;
}

.tile--grid .button {
  margin-top: 3rem;
}

@media handheld, only screen and (max-width: 1279px) {
  .tile--grid .grid__item,
  .tile--grid .u-columns .col-1,
  .u-columns .tile--grid .col-1,
  .tile--grid .u-columns .col-2,
  .u-columns .tile--grid .col-2 {
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .tile--grid .grid__item,
  .tile--grid .u-columns .col-1,
  .u-columns .tile--grid .col-1,
  .tile--grid .u-columns .col-2,
  .u-columns .tile--grid .col-2 {
    width: 100%;
  }

  .tile--grid .tile__item__content {
    padding: 1.5rem;
  }

  .tile--grid .tile__item__meta {
    margin-bottom: 1.5rem;
  }

  .tile--grid .button {
    margin-top: 1.5rem;
  }
}

.tile--flip .tile__item {
  border-radius: 1rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 5px 5px 20px rgba(0, 38, 59, 0.1);
}

.tile--flip .tile__item__media {
  width: 32%;
}

.tile--flip .tile__item__image {
  padding-bottom: 100%;
}

.tile--flip .tile__item__heading {
  margin-bottom: 1.14em;
}

.tile--flip .tile__item__content {
  width: 68%;
  padding: 1.63rem 3.25rem;
}

.tile--flip .tile__item__text {
  margin-bottom: 1.5rem;
}

@media handheld, only screen and (min-width: 1024px) {
  .custom-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1.44rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (2.5rem) [19];
    grid-template-rows: repeat(19, 2.5rem);
  }

  .custom-grid__item--1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 19;
    -ms-grid-row: 1;
    grid-row: 1 / span 19;
  }

  .custom-grid__item--2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 10;
    -ms-grid-row: 1;
    grid-row: 1 / span 10;
  }

  .custom-grid__item--3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 8;
    -ms-grid-row: 12;
    /* Nathan */
    grid-row: 11 / span 8;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  /* .custom-grid__item + .custom-grid__item {
    margin-top: 1.5rem;
  } */
}

.pod__item {
  text-align: center;
}

.pod__item__media {
  width: 41%;
  margin: 0 auto 3rem auto;
}

.pod__item__image {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 2%;
}

.pod__item__heading {
  margin-bottom: 0.44em;
}

@media handheld, only screen and (max-width: 599px) {
  .pod__item__media {
    margin-bottom: 1.5rem;
  }
}

.cta__meta {
  text-align: right;
  color: #fd8152;
}

.cta__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1000px;
  box-shadow: 10px 10px 30px rgba(0, 38, 59, 0.25);
}

.cta__image img {
  width: 100%;
}

.cta__text {
  margin-bottom: 3rem;
}

@media handheld, only screen and (min-width: 1280px) {
  .cta .grid,
  .cta .u-columns {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__content {
    max-width: 30.75rem;
  }

  .cta--alt .cta__content {
    max-width: none;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .cta__media {
    padding-left: 25%;
    padding-right: 10%;
  }

  .cta__content {
    margin-bottom: 3rem;
  }
}

.image-text--light-grey {
  background-color: #133841;
  padding: 5rem 0;
}

.image-text--light-grey p {
  color: #fff;
}

.image-text--light-grey h4 {
  color: #fca785;
}

@media handheld, only screen and (min-width: 1280px) {
  .image-text .grid,
  .image-text .u-columns {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-text--image-right .grid,
  .image-text--image-right .u-columns {
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .image-text__image {
    margin-bottom: 3rem;
  }
}

.intro__heading {
  color: #133841;
}

.no-content .intro__subheading {
  margin-bottom: 0;
}

.box__item {
  background-color: #fff;
  margin-bottom: 3rem;
  border-radius: 18px;
  box-shadow: 5px 5px 20px rgba(0, 38, 59, 0.2);
}

.box__item__media {
  background-color: transparent;
}

.box__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  border-radius: 18px;
}

.box__item__image img {
  width: 100%;
}

.box__item__content {
  padding: 4.38rem 3.81rem 2.88rem 0;
}

.box__item__heading {
  color: #133841;
}

.box__item__subheading {
  color: #fd8152;
}

@media handheld, only screen and (max-width: 1279px) {
  .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .box .grid__item,
  .box .u-columns .col-1,
  .u-columns .box .col-1,
  .box .u-columns .col-2,
  .u-columns .box .col-2 {
    width: 100%;
  }

  .box__item__content {
    padding: 3rem;
  }

  .box__item {
    margin-bottom: 0;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .box {
    display: block;
  }

  .box__item {
    margin-bottom: 1.5rem;
  }

  .box__item__content {
    padding: 1.5rem;
  }
}

.box--alt blockquote {
  font-size: 1rem;
}

.box--alt .box__item__text {
  margin-bottom: 2.5rem;
}

.box--alt .box__item__content {
  padding-top: 2.88rem;
}

@media handheld, only screen and (min-width: 1280px) {
  .box--alt .grid,
  .box--alt .u-columns {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.glossary__nav {
  margin-bottom: 3rem;
}

.glossary__item + .glossary__item {
  margin-top: 3rem;
}

.contact {
  position: relative;
}

.contact__divider {
  background-color: rgba(161, 175, 179, 0.27);
}

@media handheld, only screen and (min-width: 1280px) {
  .contact__divider {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    margin-left: -3rem;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .contact .grid__item,
  .contact .u-columns .col-1,
  .u-columns .contact .col-1,
  .contact .u-columns .col-2,
  .u-columns .contact .col-2 {
    width: 100%;
  }

  .contact__divider {
    height: 2px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.story {
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}

.story__heading {
  color: #133841;
}

.story__intro {
  background-color: #fffdf8;
  padding: 3rem 0;
  margin-bottom: 4.5rem;
}

.story__content section {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (min-width: 1280px) {
  .story__heading {
    margin-bottom: 1.94em;
  }

  .story__intro .grid,
  .story__intro .u-columns {
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media handheld, only screen and (max-width: 1279px) {
  .story__image {
    margin-bottom: 4.5rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .story {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }

  .story__intro {
    padding: 1.5rem 0;
    margin-bottom: 2.25rem;
  }

  .story__image {
    margin-bottom: 2.25rem;
  }

  .story__content section {
    margin-bottom: 2.25rem;
  }
}

.accordion,
.accordion__item {
  position: relative;
}

.accordion:before,
.accordion__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  background-color: #f04e233b;
  border-radius: 10px;
}

.accordion__item:before {
  top: auto;
  bottom: 0;
}

.accordion__item__heading {
  cursor: pointer;
  position: relative;
  padding: 1.54em 0 1.54em 2.12em;
  margin-bottom: 0;
}

.accordion__item__content {
  padding-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .accordion__item__content {
    padding-bottom: 1.5rem;
  }
}

.toggle {
  position: absolute;
  top: 1.73em;
  left: 0;
  font-size: 1em;
  line-height: 1em;
  width: 1em;
  height: 1em;
  text-align: center;
}

.toggle:before,
.toggle:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.24s ease-in-out;
}

.toggle:before {
  content: "\f067";
}

.toggle:after {
  content: "\f068";
  color: #f84b09;
  opacity: 0;
}

.toggle.is-active:before {
  opacity: 0;
}

.toggle.is-active:after {
  opacity: 1;
}

.article {
  padding-top: 4.5rem;
}

.article__media {
  margin-bottom: 4.5rem;
}

.article__media img {
  width: 100%;
}

.article__header {
  margin-bottom: 4.5rem;
}

.article__heading {
  color: #133841;
  margin-bottom: 0.44em;
}

@media handheld, only screen and (max-width: 599px) {
  .article {
    padding-top: 2.25rem;
  }

  .article__media {
    margin-bottom: 2.25rem;
  }

  .article__header {
    margin-bottom: 2.25rem;
  }
}

.not-found {
  padding: 7.5rem 0;
}

.not-found__heading {
  font-weight: 400;
  text-align: right;
  margin-bottom: 0;
}

.not-found__text {
  margin-bottom: 3rem;
}

@media handheld, only screen and (max-width: 599px) {
  .not-found {
    padding: 3.75rem 0;
  }

  .not-found,
  .not-found__heading {
    text-align: center;
  }

  .not-found__text {
    margin-bottom: 3rem;
  }
}

.donate {
  background-color: #fffdf8;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 5px 5px 10px rgba(0, 38, 59, 0.2);
  padding: 5rem 3.5rem;
  text-align: center;
}

.donate__header {
  margin-bottom: 3rem;
}

.donate__label {
  color: #fd8152;
}

@media handheld, only screen and (max-width: 599px) {
  .donate {
    padding: 2.4rem 1.5rem;
  }

  .donate__header {
    margin-bottom: 1.5rem;
  }
}

.layout--archive.layout--first {
  padding-top: 6rem;
}

.archive__filter {
  margin-bottom: 4.5rem;
}

@media handheld, only screen and (max-width: 599px) {
  .layout--archive.layout--first {
    padding-top: 3rem;
  }

  .archive__filter {
    margin-bottom: 2.25rem;
  }

  .archive__filter .grid__item + .grid__item,
  .archive__filter .u-columns .col-1 + .grid__item,
  .u-columns .archive__filter .col-1 + .grid__item,
  .archive__filter .u-columns .col-2 + .grid__item,
  .u-columns .archive__filter .col-2 + .grid__item,
  .archive__filter .u-columns .grid__item + .col-1,
  .u-columns .archive__filter .grid__item + .col-1,
  .archive__filter .u-columns .col-1 + .col-1,
  .u-columns .archive__filter .col-1 + .col-1,
  .archive__filter .u-columns .col-2 + .col-1,
  .u-columns .archive__filter .col-2 + .col-1,
  .archive__filter .u-columns .grid__item + .col-2,
  .u-columns .archive__filter .grid__item + .col-2,
  .archive__filter .u-columns .col-1 + .col-2,
  .u-columns .archive__filter .col-1 + .col-2,
  .archive__filter .u-columns .col-2 + .col-2,
  .u-columns .archive__filter .col-2 + .col-2 {
    margin-top: 0.75rem;
  }
}

.filter__footer {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  border-top: 0px solid #f04e233b;
}

.list__item {
  padding: 3rem 0;
  border-bottom: 0px solid #f04e233b;
}

.list__item__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  background-color: #fffdf8;
}

.list__item__image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.list__item__heading {
  color: #133841;
}

.list__item__subheading {
  color: #fd8152;
}

.list__item__text {
  margin-bottom: 2.5rem;
}

@media handheld, only screen and (min-width: 700px) {
  .list__item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }

  .list__item__media {
    width: 37%;
  }

  .list__item__content {
    width: 63%;
    padding-left: 3rem;
  }
}

@media handheld, only screen and (max-width: 599px) {
  .list__item__media {
    margin-bottom: 1.5rem;
  }
}

.map__filter {
  margin-bottom: 1.5rem;
}

.is-dark,
.woocommerce-store-notice {
  color: #fffdf8;
}

.is-dark h1,
.woocommerce-store-notice h1,
.is-dark h2,
.woocommerce-store-notice h2,
.is-dark h3,
.woocommerce-store-notice h3,
.is-dark .link--phone,
.woocommerce-store-notice .link--phone,
.is-dark h4,
.woocommerce-store-notice h4,
.is-dark h5,
.woocommerce-store-notice h5,
.is-dark h6,
.woocommerce-store-notice h6,
.is-dark a,
.woocommerce-store-notice a {
  color: #fffdf8;
}

.is-dark .button--outline,
.woocommerce-store-notice .button--outline,
.is-dark .woocommerce-loop-product .button,
.woocommerce-loop-product .is-dark .button,
.woocommerce-store-notice .woocommerce-loop-product .button,
.woocommerce-loop-product .woocommerce-store-notice .button,
.is-dark .wysiwyg a.button,
.wysiwyg .is-dark a.button,
.woocommerce-store-notice .wysiwyg a.button,
.wysiwyg .woocommerce-store-notice a.button,
.is-dark .term-description a.button,
.term-description .is-dark a.button,
.woocommerce-store-notice .term-description a.button,
.term-description .woocommerce-store-notice a.button,
.is-dark .account__content a.button,
.account__content .is-dark a.button,
.woocommerce-store-notice .account__content a.button,
.account__content .woocommerce-store-notice a.button {
  border-color: #ffffff;
}

.fa-hand-holding-heart {
  color: #F84B09;
}

.fa-comment-alt-dots {
  color: #FD8152;
}

.fa-sun {
  color: #133841;
}

/* Give the datepicker a background, border and high z-index */
#ui-datepicker-div {
    z-index: 9999 !important;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
