.stripped-rule {
  position: relative;
}
.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}
@media (max-width: 1114.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}

.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}
@media (max-width: 1114.96px) {
  .bg-wave {
    height: 50px;
  }
}

@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}
@media (min-width: 1115px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}
@media (max-width: 1114.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 1114.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 1114.96px) and (max-width: 1114.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}

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

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

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

h1, h2, h3, h4, h4, h5, h6, p, a {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stripped-rule {
  position: relative;
}

.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}

@media (max-width: 1114.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}
.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 1114.96px) {
  .bg-wave {
    height: 50px;
  }
}
@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}

@media (min-width: 1115px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 1114.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 1114.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 1114.96px) and (max-width: 1114.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}
@keyframes wavy {
  0% {
    background-position: center left 0px;
  }
  100% {
    background-position: center left -38px;
  }
}
html {
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
  --appHeight: 100vh;
  --headerHeight: 85px;
  --appHeightAdjusted: calc(var(--appHeight) - var(--headerHeight));
}
@media (min-width: 1115px) {
  html {
    --headerHeight: 95px;
  }
}

html {
  box-sizing: border-box;
}

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

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
  background: rgb(var(--color-beige));
  color: rgb(var(--color-text));
  font-family: var(--primary-font-family);
}
body.logged-in .header {
  top: 32px;
}
@media (max-width: 1114.96px) {
  body {
    margin-top: 157px;
  }
  body.logged-in .header {
    top: 0;
  }
}

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

.site-width {
  margin: 0 auto;
  max-width: var(--site-width);
  width: 90%;
}

img {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--header-font-family);
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h1-margin);
  color: rgb(var(--color-text));
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h2-margin);
  color: rgb(var(--color-text));
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h3-margin);
  color: rgb(var(--color-text));
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h4-margin);
  color: rgb(var(--color-text));
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h5-margin);
  color: rgb(var(--color-text));
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  line-height: 1.1;
  font-weight: 500;
  margin: var(--h6-margin);
  color: rgb(var(--color-text));
}

@media (max-width: 767.96px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.7);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2-font-size) * 0.8);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 0.8);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 0.9);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 0.9);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 0.9);
  }
}
h2 {
  font-family: var(--primary-font-family);
  font-style: italic;
  font-weight: 100;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

h3 {
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
h3::after {
  background-color: rgb(var(--color-red));
  content: "";
  display: block;
  height: 4px;
  max-width: 80px;
  width: 10%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

p {
  font-size: 23px;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 31px;
  margin: 0 0 30px;
}
@media (max-width: 1114.96px) {
  p {
    font-size: 19px;
    line-height: 23px;
  }
}

a {
  color: rgb(var(--color-red));
}
a:hover {
  color: rgb(var(--color-red-dark));
}

.wysiwyg p {
  font-size: 19px;
  margin-bottom: 20px;
}
.wysiwyg ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 0 0 30px;
}
.wysiwyg ul li {
  font-size: 19px;
  line-height: 30px;
}
@media (max-width: 1114.96px) {
  .wysiwyg ul li {
    font-size: 19px;
  }
}

.stripped-rule {
  position: relative;
}

.stripped-rule::before {
  background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 150px, rgb(var(--color-white)) 150px, rgb(var(--color-white)) 300px);
  content: "";
  display: block;
  height: 70px;
  width: 100%;
}

@media (max-width: 1114.96px) {
  .stripped-rule::before {
    background: repeating-linear-gradient(90deg, rgb(var(--color-orange)) 0, rgb(var(--color-orange)) 70px, rgb(var(--color-white)) 70px, rgb(var(--color-white)) 140px);
    height: 40px;
  }
}
.bg-gradient {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #fee9d6);
  background-image: -o-linear-gradient(top, #f8afb8, #fee9d6);
}

.bg-gradient-light {
  background-color: #f8afb8;
  background-image: linear-gradient(to bottom, #f8afb8, #feebd7 50%);
  background-image: -o-linear-gradient(top, #f8afb8, #feebd7 50%);
}

.bg-wave {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 1114.96px) {
  .bg-wave {
    height: 50px;
  }
}
@keyframes liquid {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg);
  }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg);
  }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}
.bg-wave-liquid {
  /* Liquid Effect Desktop Only & Non Safari Browsers */
  /* Use Wave Static on Safari */
}

@media (min-width: 1115px) {
  body:not(.safari) .bg-wave-liquid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 40vh;
    background: rgba(0, 0, 0, 0);
    font-family: Roboto;
    overflow: hidden;
    transform: rotate(180deg);
  }
  body:not(.safari) .bg-wave-liquid:before, body:not(.safari) .bg-wave-liquid:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background-color: rgb(var(--color-blue-light));
    animation-name: liquid;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  body:not(.safari) .bg-wave-liquid:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
  }
  body:not(.safari) .bg-wave-liquid:after {
    bottom: 12vh;
    opacity: 0.5;
    border-radius: 47%;
    animation-duration: 10s;
  }
}
body.safari .bg-wave-liquid {
  background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  /*
  &--animated {
  	animation: wavy-large 1.9s linear infinite;
  	-webkit-animation: wavy-large 1.9s linear infinite;
  	height: 130px;
  }
  */
}

@media (max-width: 1114.96px) {
  body.safari .bg-wave-liquid {
    height: 50px;
  }
}
@media (max-width: 1114.96px) {
  .bg-wave-liquid {
    background-image: url("/wp-content/themes/masonslobster/assets/images/texture-wave.png");
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /*
    &--animated {
    	animation: wavy-large 1.9s linear infinite;
    	-webkit-animation: wavy-large 1.9s linear infinite;
    	height: 130px;
    }
    */
  }
}
@media (max-width: 1114.96px) and (max-width: 1114.96px) {
  .bg-wave-liquid {
    height: 50px;
  }
}
@keyframes wavy {
  0% {
    background-position: center left 0px;
  }
  100% {
    background-position: center left -38px;
  }
}
.header {
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  transition: background-color 0.3s ease;
  top: 0;
  z-index: 9999;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  position: relative;
}

.header__mobile-cta {
  display: none;
}

.header__logo {
  display: inline-block;
  max-width: 345px;
  width: 30%;
}
.header__logo svg {
  fill: #fff;
  height: 75px;
  width: 100%;
}

.header.scrolling {
  background-color: rgb(var(--color-white));
}
.header.scrolling .header__logo svg {
  fill: #000;
}

.header__nav {
  text-align: right;
  width: 70%;
}
.header__nav li {
  color: rgb(var(--color-white));
  display: inline-block;
  font-family: var(--secondary-font-family);
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 8px;
}
.header__nav.scrolling li:not(:last-child) {
  color: rgb(var(--color-black));
}
.header__nav li.current_page_item a,
.header__nav li.current-page-ancestor a {
  border-bottom: solid 3px rgb(var(--color-red));
}
.header__nav li a {
  color: rgb(var(--color-white));
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 200ms linear;
}
.header__nav li a:hover {
  color: rgb(var(--color-red));
}
.header__nav li:last-child {
  background: rgb(var(--color-red));
  margin-right: 0;
  padding: 10px 11px 8px;
}
.header__nav li:last-child a {
  color: rgb(var(--color-white));
}
.header__nav li:last-child:hover {
  background: rgb(var(--color-red-dark));
}
.header__nav.scrolling li a {
  color: rgb(var(--color-black));
}
.header__nav.scrolling li a:hover {
  color: rgb(var(--color-red));
}
.header__nav.scrolling li:last-child a {
  color: rgb(var(--color-white));
}

/* Mobile Toggle UI */
.header__nav-toggle {
  cursor: pointer;
  display: none;
  height: 58px;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 56px;
  width: 70px;
  z-index: 5;
  margin: auto;
  position: absolute;
  scale: 0.7;
}
.header__nav-toggle .inner {
  position: relative;
}
.header__nav-toggle .line {
  background: rgb(var(--color-grey));
  height: 5px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 40px;
  transition: 200ms all linear;
  transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-webkit-transform-origin: left center;
  will-change: transform, opacity, left, top;
}
.header__nav-toggle .line-two {
  top: 21px;
}
.header__nav-toggle .line-three {
  top: 34px;
}
.header__nav-toggle.nav-open .line {
  background: rgb(var(--color-grey));
}
.header__nav-toggle.nav-open .line-one {
  left: 20px;
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__nav-toggle.nav-open .line-two {
  opacity: 0;
}
.header__nav-toggle.nav-open .line-three {
  left: 19px;
  top: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* Alert Bar */
.header__alert {
  background: #69C2EB;
  color: rgb(var(--color-white));
  padding: 15px 15px 20px;
  text-align: center;
}
.header__alert p {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 1114.96px) {
  .header {
    background: rgb(var(--color-white));
  }
  .header.nav-open {
    min-height: -webkit-fill-available;
  }
  .header__wrap {
    display: block;
    padding: 0;
    width: 100%;
  }
  .header__mobile-cta {
    display: block;
  }
  .header__mobile-cta a {
    background-color: rgb(var(--color-grey));
    font-family: var(--secondary-font-family);
    font-size: 20px;
    float: left;
    padding: 8px 0 5px;
    width: 50%;
  }
  .header__mobile-cta a:nth-child(2) {
    background-color: rgb(var(--color-red));
  }
  .header__logo {
    display: block;
    margin: 0 0 0 20px;
    max-width: 240px;
    width: 60%;
  }
  .header__logo svg {
    fill: #000;
  }
  .header__nav-toggle {
    display: block;
  }
  .header__nav {
    background: rgb(var(--color-cream));
    border-bottom: solid 2px rgb(var(--color-red));
    border-top: solid 2px rgb(var(--color-red));
    display: none;
    padding: 25px 0 0;
    width: 100%;
  }
  .header__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .header__nav-list li {
    display: block;
    margin-bottom: 22px;
    margin-right: 0;
    -ms-flex-order: 1;
        order: 1;
    padding-left: 30px;
    text-align: left;
  }
  .header__nav-list li:last-child {
    display: none;
  }
  .header__nav-list li a {
    color: rgb(var(--color-grey-light));
  }
}
.footer {
  background: rgba(var(--color-grey));
  min-height: 300px;
  padding: 0 0 40px;
  position: relative;
}

.footer__wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 50px;
}

.footer__col {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
.footer__col--col2 {
  margin-top: -50px;
  text-align: center;
}
.footer__col--col2 img {
  max-width: 170px;
}

.footer__links {
  text-align: right;
}

.footer__link {
  color: rgba(var(--color-white));
  display: block;
  font-family: var(--secondary-font-family);
  font-size: 22px;
  font-weight: bold;
}
.footer__link:hover {
  color: rgba(var(--color-red));
}

.footer__social-link {
  display: inline-block;
  height: 51px;
  margin-bottom: 0;
  margin-right: 20px;
  width: 51px;
}
.footer__social-link:hover svg {
  color: rgba(var(--color-red));
}
.footer__social-link svg {
  color: #fff;
  height: 53px;
  width: 53px;
}

.footer__branding {
  margin-bottom: 10px;
}

.footer_copyright {
  color: rgba(var(--color-white));
  font-size: 13px;
  margin-bottom: 5px;
}

.footer_cta {
  color: rgba(var(--color-red));
  text-transform: uppercase;
}

.cta-popup {
  position: fixed;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

.cta-popup__wrap {
  position: relative;
  background: #fff;
  padding: 10px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: popupFadeIn 0.3s ease-in-out;
}

.cta-popup__close {
  color: #fff;
  font-family: var(--secondary-font-family);
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.cta-popup__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 1114.96px) {
  .footer {
    padding: 40px 0;
  }
  .footer__wrap {
    display: block;
  }
  .footer__col {
    text-align: center;
    width: 100%;
  }
  .footer__col--col2 {
    margin: 0 0 20px;
  }
  .footer__col--col2 img {
    max-width: 130px;
  }
  .footer__links {
    margin-bottom: 20px;
    text-align: center;
  }
}
.btn:focus {
  outline: none;
}

.btn {
  -ms-flex-align: center;
      align-items: center;
  -webkit-appearance: none;
          appearance: none;
  background: rgb(var(--color-red));
  color: rgb(var(--color-white));
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--secondary-font-family);
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 5px;
  padding: 7px 35px 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms background ease, 250ms outline ease;
}
.btn--alt {
  background: rgb(var(--color-grey));
}

@media (pointer: fine) {
  a.btn:hover, a.btn.active, .btn:hover, .btn.active {
    color: rgb(var(--color-white));
    background: rgb(var(--color-red-dark));
  }
}
@media (pointer: fine) {
  a.btn--alt:hover, a.btn--alt.active, .btn--alt:hover, .btn--alt.active {
    background: rgb(var(--color-grey-light));
  }
}

@media (max-width: 1114.96px) {
  .btn {
    font-size: 22px;
  }
}
