/*!
Theme Name: Aaron's Painting Co
Author: Wine Works
Author URI:
Description: Custom theme developed for Aaron's Painting Co
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Aaron's Painting Co
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Garet Book */
@font-face {
  font-family: "Garet";
  src: url("assets/fonts/Garet-Book.woff2") format("woff2"), url("assets/fonts/Garet-Book.woff") format("woff"), url("assets/fonts/Garet-Book.ttf") format("truetype"), url("assets/fonts/Garet-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Garet Heavy */
@font-face {
  font-family: "Garet";
  src: url("assets/fonts/Garet-Heavy.woff2") format("woff2"), url("assets/fonts/Garet-Heavy.woff") format("woff"), url("assets/fonts/Garet-Heavy.ttf") format("truetype"), url("assets/fonts/Garet-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* TT Gateral SemiBold */
@font-face {
  font-family: "TT Gateral";
  src: url("assets/fonts/ttgateral-semibold.ttf") format("truetype"), url("assets/fonts/ttgateral-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #fff;
  --lightgrey: #f4f4f4;
  --black: #000;
  --creme: #E5E3DC;
  --darkgreen: #3B402A;
  --slateblue: #657682;
  --navy: #102C47;
  --espresso: #201F1D;
  --brand-background-color: var(--creme);
  --brand-color: var(--navy);
  --brand-color-alt: var(--darkgreen);
  --body-background-color: var(--creme);
  --body-color: var(--espresso);
  --body-font-family: "Garet", sans-serif;
  --body-font-style: normal;
  --body-font-weight: normal;
  --global-transition-duration: 200ms;
  --global-transition-effect: ease-out;
  --content-max-width: 80rem;
  --wide-content-max-width: 70rem;
  --narrow-content-max-width: 54rem;
  --heading-font-family: "TT Gateral", serif;
  --heading-font-weight: normal;
  --heading-font-style: normal;
  --heading-color: #000;
  --heading-line-height: 1.4;
  --heading-margin-top: 0;
  --heading-margin-bottom: .5rem;
  --h1-font-size: 3rem;
  --h2-font-size: 2.25rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1.125rem;
  --paragraph-font-family: inherit;
  --paragraph-font-weight: normal;
  --paragraph-font-size: 1rem;
  --paragraph-line-height: 1.4;
  --paragraph-margin-bottom: 1.25rem;
  --paragraph-margin-top: 0;
  --anchor-color: var(--navy);
  --anchor-color-hover: lighten(var(--anchor-color), 10%);
  --anchor-text-decoration: none;
  --anchor-text-decoration-hover: none;
  --primary-navigation-anchor-color: var(--navy);
  --primary-navigation-anchor-color-hover: lighten(var(--primary-navigation-anchor-color), 10%);
  --primary-navigation-font-size: 1.125rem;
  --mobile-nav-toggle-background: #333;
  --mobile-nav-toggle-border-radius: .5rem;
  --mobile-nav-toggle-color: #fff;
  --mobile-nav-border-color: #363636;
  --mobile-nav-background-color: #f8f8f8;
  --secondary-navigation-anchor-color: #2e2e2e;
  --secondary-navigation-anchor-color-hover: #999;
  --secondary-navigation-background-color-mobile: #fff;
  --secondary-navigation-border-color-mobile: #999;
  --breadcrumb-color: #999 !default;
  --breadcrumb-anchor-color: #333333 !default;
  --breadcrumb-anchor-color-hover: #000000 !default;
  --button-primary-color: var(--creme);
  --button-primary-background: var(--darkgreen);
  --button-primary-border-color: var(--darkgreen);
  --button-primary-font-style: normal;
  --button-primary-color-hover: var(--creme);
  --button-primary-background-hover: var(--navy);
  --button-primary-border-color-hover: var(--navy);
  --button-alt-color: var(--creme);
  --button-alt-background: var(--slate);
  --button-alt-border-color: var(--slate);
  --button-alt-font-style: normal;
  --button-alt-color-hover: var(--creme);
  --button-alt-background-hover: var(--navy);
  --button-alt-border-color-hover: var(--navy);
  --modal-button-font-size: .75rem;
  --button-font-size: var(--paragraph-font-size);
  --large-button-font-size: 1.25rem;
  --textarea-border-color: #cccccc;
  --label-color: #6f6f6f;
  --hr-border-width: 2px;
  --hr-border-style: dotted;
  --hr-border-color: #cccccc;
  --hr-margin: (var(--paragraph-margin-bottom) * 2);
  --footer-border-color: #ece5d8;
  --footer-font-family: var(--body-font-family);
  --footer-font-size: .875rem;
  --footer-anchor-color: #333;
  --footer-copyright-color: #8a8a8a;
  --column-gutter: 4rem;
}

.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background-color);
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  line-height: var(--paragraph-line-height);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  margin-bottom: var(--heading-margin-bottom);
  margin-top: var(--heading-margin-top);
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, form legend.feature-title, h5.feature-title, h6.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-size: var(--h1-font-size);
  /* This text will scale between 36px at 420px and 46px at 1440px. */
  font-size: clamp(2.25rem, 1.993rem + 0.98vw, 2.875rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h2, .h2 {
  font-size: var(--h2-font-size);
  /* This text will scale between 32px at 420px and 40px at 1440px. */
  font-size: clamp(2rem, 1.794rem + 0.784vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h3, .h3 {
  font-size: var(--h3-font-size);
  /* This text will scale between 28px at 420px and 32px at 1440px. */
  font-size: clamp(1.75rem, 1.647rem + 0.392vw, 2rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h4, form legend, .h4 {
  font-size: var(--h4-font-size);
  /* This text will scale between 24px at 420px and 28px at 1440px. */
  font-size: clamp(1.5rem, 1.397rem + 0.392vw, 1.75rem);
  margin-bottom: 0.5em;
}
h5, .h5 {
  font-size: var(--h5-font-size);
  margin-bottom: 0.5em;
}

h6, .h6 {
  font-size: var(--h6-font-size);
  margin-bottom: 0;
}

.subtitle {
  font-size: 15px;
  font-family: var(--heading-font-family);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .subtitle {
    font-size: 17px;
  }
}

.eyebrow-title, .accordion--item__label, .accordion--item__label button, .back-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .eyebrow-title, .accordion--item__label, .accordion--item__label button, .back-link {
    font-size: 15px;
  }
}
.eyebrow-title + h1, .accordion--item__label + h1, .accordion--item__label button + h1, .back-link + h1, .eyebrow-title + h2, .accordion--item__label + h2, .accordion--item__label button + h2, .back-link + h2, .eyebrow-title + h3, .accordion--item__label + h3, .accordion--item__label button + h3, .back-link + h3 {
  margin-top: 0.5rem;
}
.eyebrow-title.eyebrow-title-margin, .eyebrow-title-margin.accordion--item__label, .accordion--item__label button.eyebrow-title-margin, .eyebrow-title-margin.back-link {
  margin-bottom: 1rem;
}

p {
  font-size: var(--paragraph-font-size);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}

ul, ol, dl {
  font-size: var(--paragraph-font-size);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 40em) {
  .br-responsive {
    display: block;
  }
}

form {
  margin-bottom: var(--paragraph-margin-bottom);
}
form.v65-form {
  font-size: var(--paragraph-font-size);
}
form p, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  color: var(--label-color);
  font-size: 0.875rem;
}
form input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
}
form textarea {
  border-color: var(--textarea-border-color);
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type=button], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

table {
  font-size: var(--paragraph-font-size);
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

a {
  color: var(--anchor-color);
  text-decoration: var(--anchor-text-decoration);
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: var(--anchor-color-hover);
  text-decoration: var(--anchor-text-decoration-hover);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: var(--hr-border-style) var(--hr-border-color);
  border-width: var(--hr-border-width) 0 0;
  clear: both;
  height: 0;
  margin: var(--hr-margin) 0;
}

.small-copy {
  font-size: 16px;
}
@media only screen and (min-width: 40em) {
  .small-copy {
    font-size: 18px;
  }
}

.close {
  padding: 0;
  background: none;
  border: 0;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.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;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 34px;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 40em) {
  .slick-prev, .slick-next {
    width: 92px;
    height: 59px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev::before, .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16px;
}
@media only screen and (min-width: 40em) {
  .slick-prev::before, .slick-next::before {
    height: 15px;
    width: 24px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-image: url("assets/images/icon-arrow-left.svg");
}

.slick-next {
  right: 0;
}
.slick-next::before {
  background-image: url("assets/images/icon-arrow-right.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: #000;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  bottom: 0;
  background: url("../images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}
.phone a {
  text-decoration: none;
}

.map {
  padding: 0 2rem;
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/icon-map-marker.svg") top left no-repeat;
  height: 1.5rem;
  width: 1rem;
}
.map a {
  display: block;
}

.social {
  text-align: right;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

header {
  background-color: var(--creme);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  z-index: 15;
}
header .content-wrapper, header .video-width-narrow, header .video-width-standard {
  margin: 0 auto;
}
header.header-type-1 .content-wrapper, header.header-type-1 .video-width-narrow, header.header-type-1 .video-width-standard {
  position: relative;
}
header.header-type-1 .c7-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
header a {
  text-decoration: none;
}
header a:hover, header a:focus {
  text-decoration: none;
}
header a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .c7-btn, .linkBtnUnderlined) {
  text-decoration: none;
}
header.header-type-2 {
  position: sticky;
  top: 0;
}
header.header-type-2 .header-wrapper {
  padding: 1rem 0;
}
header.header-type-2 .header-wrapper .content-wrapper, header.header-type-2 .header-wrapper .video-width-narrow, header.header-type-2 .header-wrapper .video-width-standard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}

.logo {
  display: block;
  text-align: center;
  width: 100%;
  z-index: 11;
}
.logo.logo-text {
  display: block;
  max-width: 100px;
}
@media only screen and (min-width: 40em) {
  .logo.logo-text {
    max-width: 170px;
  }
}
.sticky-header .logo.logo-text {
  display: none;
}
.logo.logo-icon {
  display: none;
  max-width: 38px;
}
.sticky-header .logo.logo-icon {
  display: block;
}
.logo img {
  max-width: 100%;
}
.logo .header-type-1 {
  margin: 0 auto;
}

.primary-navigation-wrapper {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background: var(--mobile-nav-background-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper {
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 64em) {
  .mobile-nav-active .primary-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-type-2 .primary-navigation-wrapper {
    padding-left: 2rem;
    flex-grow: 1;
    text-align: right;
  }
}
.primary-navigation-wrapper nav > ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    left: -8px;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    order: 2;
    margin-left: auto;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > a {
    order: 1;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: var(--primary-navigation-font-size);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.primary-navigation-wrapper nav ul ul {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  background: #fff;
  border-left: 1.5px solid var(--primary-navigation-anchor-color-hover);
  font-size: 0.875rem;
  list-style: none;
  min-width: 11rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  text-transform: none;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 75.0625em) {
  .primary-navigation-wrapper nav ul ul {
    min-width: 12.5rem;
  }
}
.primary-navigation-wrapper nav li {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li.v65-home {
    display: none;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > a {
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .primary-navigation-wrapper nav li.open > ul li {
    border-bottom: none;
  }
}
.primary-navigation-wrapper nav li:hover > button, .primary-navigation-wrapper nav li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li:hover ul, .primary-navigation-wrapper nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper nav li li {
  padding: 0;
}
.primary-navigation-wrapper nav li li a {
  padding: 0.35em 0;
}
.primary-navigation-wrapper nav a {
  color: var(--primary-navigation-anchor-color);
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav a {
    padding: 1rem;
  }
}
.primary-navigation-wrapper nav a:hover {
  color: var(--primary-navigation-anchor-color-hover);
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: var(--primary-navigation-anchor-color-hover);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation {
    float: left;
    padding: 4rem var(--column-gutter)/2 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 40em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: var(--secondary-navigation-background-color-mobile);
  border: 1px solid var(--secondary-navigation-border-color-mobile);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: var(--secondary-navigation-anchor-color);
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: var(--secondary-navigation-anchor-color) -hover;
}
.secondary-navigation .v65-leftSelected {
  color: var(--secondary-navigation-anchor-color) -hover;
}

.footer-navigation {
  text-align: center;
}
.footer-navigation ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .footer-navigation li {
    display: inline-block;
  }
}
.footer-navigation a {
  display: block;
  padding: 0.25rem 0.75rem;
}
@media only screen and (min-width: 40em) {
  .footer-navigation a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.mobile-nav-toggle {
  background: transparent;
  color: var(--mobile-nav-toggle-color);
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 21px;
  line-height: 14px;
  height: 14px;
  text-transform: uppercase;
  z-index: 20;
  margin-left: 2rem;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, var(--global-transition-duration);
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s var(--global-transition-duration);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 32%;
  right: 0;
  bottom: 0;
  width: 21px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: var(--global-transition-duration), var(--global-transition-duration);
  transition-delay: var(--global-transition-duration), 0s;
  background: #000;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:hover {
    transition: none !important;
  }
  *:hover * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .desktop-only {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.popup {
  display: none;
}
.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 29;
}
.popup .popup-wrapper {
  position: fixed;
  z-index: 1000;
  max-height: 100vh;
  background: #fff;
  max-width: 570px;
  width: calc(100% - 2rem);
  overflow-y: auto;
  color: #000;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .popup .popup-wrapper-content {
    padding: 3.75rem;
  }
}
.popup.is-open {
  display: block;
}
.popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .popup .h4 {
    font-size: 30px;
  }
}
.popup p {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .popup p {
    font-size: 18px;
  }
}
.popup p:last-of-type {
  margin-bottom: 0;
}
.popup .linkBtn, .popup .gform_wrapper form input[type=submit], .gform_wrapper form .popup input[type=submit], .popup .nf-form-cont input[type=submit], .nf-form-cont .popup input[type=submit] {
  display: block;
  width: 100%;
}
.popup .close-popup {
  position: absolute;
  width: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 7;
  cursor: pointer;
  line-height: 1;
}

/*Age Gate */
.custom-AgeGate {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s;
  display: none;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.custom-AgeGate.is-open {
  display: block;
}
.custom-AgeGate[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
  max-width: 570px;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content {
    padding: 3.75rem;
  }
}
.custom-AgeGate__Content--logo {
  max-width: 204px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.custom-AgeGate__Content .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content .h4 {
    font-size: 30px;
  }
}
.custom-AgeGate__Content p {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content p {
    font-size: 18px;
  }
}
.custom-AgeGate__Content input[type=checkbox] {
  vertical-align: text-bottom;
  margin: 0 0 0.1em;
}
.custom-AgeGate__Buttons {
  text-align: center;
}

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

.nf-form-cont .nf-before-form-content {
  margin-bottom: 1.25rem;
}
.nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label {
  font-weight: normal;
}
.posts-list {
  display: grid;
  row-gap: 80px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .posts-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .posts-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.posts-list__post {
  display: flex;
  flex-direction: column;
}
.posts-list__post--image {
  position: relative;
  padding-bottom: 66.67%;
}
.posts-list__post--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.posts-list__post--info {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  height: 100%;
}
.posts-list__post--info h3 {
  margin-bottom: 1.5rem;
}
.posts-list__post--info h3 a {
  text-decoration: none;
}
.posts-list__post--info__button {
  margin-top: auto;
}
.posts-list__post--teaser {
  font-size: 14px;
  margin-bottom: 22px;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .nf-form-cont input[type=submit],
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .linkBtnSlate, .menu-button a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 40em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .nf-form-cont input[type=submit],
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn, .linkBtnSlate, .menu-button a {
    padding: 0.65em 1.5em 0.75em;
  }
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .nf-form-cont input[type=submit]:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .nf-form-cont input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus, .nf-form-cont input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus,
.altModalBtn:hover,
.altModalBtn:active,
.altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus,
.altLargeBtn:hover,
.altLargeBtn:active,
.altLargeBtn:focus, .linkBtnSlate:hover, .menu-button a:hover, .linkBtnSlate:active, .menu-button a:active, .linkBtnSlate:focus, .menu-button a:focus {
  text-decoration: none;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .nf-form-cont input[type=submit],
.largeBtn, .largeLinkBtn {
  background: var(--button-primary-background);
  color: var(--button-primary-color);
  border: 1px solid var(--button-primary-border-color);
  font-style: var(--button-primary-font-style);
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .nf-form-cont input[type=submit]:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .nf-form-cont input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus, .nf-form-cont input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: var(--button-alt-background);
  color: var(--button-alt-color);
  border: 1px solid var(--button-alt-border-color);
  font-style: var(--button-alt-font-style);
}
.altModalBtn:hover, .altModalBtn:active, .altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus, .altLargeBtn:hover, .altLargeBtn:active, .altLargeBtn:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.linkBtnSlate, .menu-button a {
  background: var(--slateblue);
  color: var(--button-primary-color);
  border: 1px solid var(--slateblue);
  font-style: var(--button-primary-font-style);
}
.linkBtnSlate:hover, .menu-button a:hover, .linkBtnSlate:active, .menu-button a:active, .linkBtnSlate:focus, .menu-button a:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: var(--modal-button-font-size);
}

.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .nf-form-cont input[type=submit], .altBtn, .linkAltBtn, .linkBtnSlate, .menu-button a {
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: var(--button-font-size);
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: var(--large-button-font-size);
  }
}

.linkBtnUnderlined {
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  font-family: var(--heading-font-family);
}
.linkBtnUnderlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  width: 100%;
  background-color: #000;
}
.linkBtnUnderlined:hover, .linkBtnUnderlined:focus {
  text-decoration: none;
}

.unstyledBtn {
  padding: 0;
  background: none;
  border: 0;
}

.button-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .menu-button {
    margin-left: 1rem;
  }
}
.menu-button a {
  text-transform: none !important;
  color: var(--creme) !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 40em) {
  .menu-button a {
    padding: 0.65em 1.5em 0.75em !important;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  margin: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.modal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal-slide .modal__overlay {
  will-change: transform;
}

body.mobile-nav-active {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.content-wrapper, .video-width-narrow, .video-width-standard {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  max-width: var(--content-max-width);
}
@media only screen and (min-width: 75.0625em) {
  .content-wrapper, .video-width-narrow, .video-width-standard {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 40em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.content-block {
  width: 100%;
  padding: 3rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 6rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-half {
    padding-top: 3rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 6rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-double {
    padding-top: 12rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 3rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 12rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
section.content-block.background-slate-blue {
  background-color: var(--slateblue);
}
section.content-block.background-slate-blue *:not(.linkWhiteBtn, .linkWhiteTextBtn) {
  color: #fff;
}
section.content-block.background-dark-green {
  background-color: var(--darkgreen);
}
section.content-block.background-dark-green *:not(.linkWhiteBtn, .linkWhiteTextBtn) {
  color: var(--creme);
}
section.content-block.background-navy {
  background-color: var(--navy);
}
section.content-block.background-navy *:not(.linkWhiteBtn, .linkWhiteTextBtn) {
  color: var(--creme);
}

@media only screen and (max-width: 39.9375em) {
  .left-align-on-mobile * {
    text-align: left;
  }
}

@media only screen and (min-width: 40em) {
  .left-align-on-desktop * {
    text-align: left;
  }
}

@media only screen and (max-width: 39.9375em) {
  .center-on-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 40em) {
  .center-on-desktop {
    text-align: center;
  }
}

.gform_wrapper {
  margin-top: 3rem !important;
}
.gform_wrapper form .gfield_required {
  color: #000 !important;
  margin-left: 0 !important;
}
.gform_wrapper form li {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form li {
    margin-bottom: 3rem;
  }
}
.gform_wrapper form label {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper form label {
    font-size: 22px;
  }
}
.gform_wrapper form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.gform_wrapper form .ginput_container_textarea {
  margin-top: 2.5rem !important;
}
.gform_wrapper form textarea {
  border-color: #000;
  border-radius: 0;
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form input[type=submit] {
    padding: 1rem 3rem;
  }
}

.section-intro {
  max-width: var(--narrow-content-max-width);
  margin: 0 auto;
}

.back-link {
  text-decoration: none !important;
  color: var(--black);
}

.header-banner {
  position: relative;
}
.header-banner__image {
  position: relative;
}
.header-banner__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .header-banner__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__image--desktop {
    display: none;
  }
}
.header-banner__content {
  padding: 2rem;
}
@media only screen and (min-width: 40em) {
  .header-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-banner__content {
    max-width: 750px;
  }
}
@media only screen and (min-width: 40em) {
  .header-banner__content * {
    color: #fff;
  }
}
.header-banner__content h1, .header-banner__content .h1 {
  font-size: clamp(3rem, 2.279rem + 2.745vw, 4.75rem);
  margin-bottom: 0.3em;
}
.header-banner__content p:last-of-type {
  margin-bottom: 0;
}
.header-banner__content p:has(.linkBtn, .nf-form-cont input[type=submit], .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .header-banner__content p:has(.linkBtn, .nf-form-cont input[type=submit], .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}

.promo-banner {
  display: block;
  background-color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 2.5rem;
}
.promo-banner * {
  color: #fff;
}
.promo-banner p {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--body-font-family);
  letter-spacing: 0.18em;
}
.promo-banner p:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: none;
}
.promo-banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.promo-banner .close {
  position: absolute;
  top: 8px;
  right: 1rem;
  width: 10px;
}
@media only screen and (min-width: 40em) {
  .promo-banner .close {
    width: 12px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .promo-banner .close {
    right: 2rem;
  }
}

.accordion-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.accordion {
  max-width: 690px;
  margin: 0 auto;
  /* title opened */
  /* title closed */
}
.accordion--item {
  border-bottom: 1px solid rgba(var(--lightgrey), 0.5);
}
.accordion--item:last-of-type {
  margin-bottom: 0;
}
.accordion--item__label {
  position: relative;
  padding: 1.25rem 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .accordion--item__label {
    padding-right: 0.5rem;
  }
}
.accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.accordion--item__content p:last-of-type {
  margin-bottom: 0;
}
.accordion .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 572px;
}
.accordion .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.accordion .minimalist-accordion__header {
  display: block;
}
.accordion .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
@media only screen and (max-width: 39.9375em) {
  .accordion .minimalist-accordion__header[aria-expanded=true]:before {
    right: 0;
  }
}
.accordion .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
@media only screen and (max-width: 39.9375em) {
  .accordion .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}

.basic-content-section .content-wrapper, .basic-content-section .video-width-narrow, .basic-content-section .video-width-standard {
  max-width: var(--narrow-content-max-width);
}
.basic-content-section.wide-wrapper {
  max-width: none;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns {
    column-gap: 2rem;
  }
}
.basic-content-section .content-columns-1 {
  display: block;
}
.basic-content-section .content-columns-1 .column {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-2 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-3 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns-3 .column {
    width: 33.33%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-4 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .basic-content-section .content-columns-4 .column {
    width: 25%;
  }
}

.benefits-grid-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.benefits {
  display: grid;
  row-gap: 16px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .benefits {
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.benefits .benefit {
  border: 1px solid var(--brand-color);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.38);
  padding: 3.5rem 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.benefits .benefit__number {
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  color: var(--brand-color-alt);
}
@media only screen and (min-width: 64.0625em) {
  .benefits .benefit h3.h5 {
    font-size: 24px;
  }
}
.benefits .benefit p {
  font-size: 14px;
}
.benefits .benefit p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 39.9375em) {
  .content-and-accordion {
    max-width: 672px;
    margin: 0 auto;
  }
}
.content-and-accordion-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .content-and-accordion-wrapper {
    display: flex;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .content-and-accordion-wrapper {
    column-gap: 6.25rem;
  }
}
.content-and-accordion__content {
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .content-and-accordion__content {
    max-width: 690px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .content-and-accordion__content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 3.875rem;
  }
}
.content-and-accordion__content.bordered {
  border: 1px solid var(--brand-color);
  border-radius: 6px;
  padding: 2rem 2.5rem;
}
@media only screen and (min-width: 40em) {
  .content-and-accordion__content.bordered {
    padding: 3.125rem 3.75rem;
  }
}
.content-and-accordion__content .overline {
  margin-bottom: 1.5rem;
}
.content-and-accordion__content p:last-of-type {
  margin-bottom: 0;
}
.content-and-accordion__accordion {
  /* title opened */
  /* title closed */
}
@media only screen and (min-width: 40em) {
  .content-and-accordion__accordion {
    min-width: 275px;
    width: 275px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .content-and-accordion__accordion {
    min-width: 374px;
    width: 374px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .content-and-accordion__accordion {
    position: relative;
    z-index: 1;
  }
}
.content-and-accordion__accordion--item {
  margin-bottom: 0.5rem;
}
.content-and-accordion__accordion--item:last-of-type {
  margin-bottom: 0;
}
.content-and-accordion__accordion--item__label {
  position: relative;
  background-color: var(--brand-background-color);
  padding: 0.5rem;
  border-radius: 2px;
}
.content-and-accordion__accordion--item__label, .content-and-accordion__accordion--item__label button {
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .content-and-accordion__accordion--item__label, .content-and-accordion__accordion--item__label button {
    font-size: 17px;
  }
}
.content-and-accordion__accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
}
.content-and-accordion__accordion--item__content p {
  font-size: 14px;
}
.content-and-accordion__accordion--item__content p:last-of-type {
  margin-bottom: 0;
}
.content-and-accordion__accordion .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 1rem;
  margin-bottom: 1rem;
}
.content-and-accordion__accordion .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.content-and-accordion__accordion .minimalist-accordion__header {
  display: block;
}
.content-and-accordion__accordion .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  position: absolute;
  right: 20px;
  top: 20px;
}
.content-and-accordion__accordion .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.content-and-accordion .linkBtnUnderlined + .linkBtnUnderlined {
  margin-left: 1rem;
}
@media only screen and (min-width: 40em) {
  .content-and-accordion .linkBtnUnderlined + .linkBtnUnderlined {
    margin-left: 3rem;
  }
}

.featured-two-images-and-content-section {
  background-image: url(assets/images/decal-background.png);
  background-size: 500px;
  background-repeat: repeat;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .featured-two-images-and-content-section {
    background-size: 1440px;
  }
}
.featured-two-images-and-content-section::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.featured-two-images-and-content-section.background-black::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(var(--brand-color-alt), 1) 35%, rgba(var(--brand-color-alt), 1) 100%);
}
@media only screen and (min-width: 40em) {
  .featured-two-images-and-content-section.background-black::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(var(--brand-color-alt), 1) 35%, rgba(var(--brand-color-alt), 1) 100%);
  }
}
.featured-two-images-and-content-section.background-gold::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(var(--brand-color-alt), 1) 35%, rgba(var(--brand-color-alt), 1) 100%);
}
@media only screen and (min-width: 40em) {
  .featured-two-images-and-content-section.background-gold::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(var(--brand-color-alt), 1) 35%, rgba(var(--brand-color-alt), 1) 100%);
  }
}
.featured-two-images-and-content-section .content-wrapper, .featured-two-images-and-content-section .video-width-narrow, .featured-two-images-and-content-section .video-width-standard {
  z-index: 1;
}
.featured-two-images-and-content-section__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .featured-two-images-and-content-section__title {
    margin-bottom: 90px;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 39.9375em) {
  .featured-images-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.featured-images-and-content:last-of-type {
  margin-bottom: 0;
}
.featured-images-and-content-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .featured-images-and-content-wrapper {
    display: flex;
    align-items: center;
  }
}
.featured-images-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .featured-images-and-content__image {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 16px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .featured-images-and-content__image {
    width: 55%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .featured-images-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.featured-images-and-content__image--large {
  max-width: 388px;
}
@media only screen and (min-width: 40em) {
  .featured-images-and-content__image--large {
    max-width: 491px;
  }
}
.featured-images-and-content__image--small {
  max-width: 172px;
}
@media only screen and (max-width: 39.9375em) {
  .featured-images-and-content__image--small {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  .featured-images-and-content__image--small {
    padding-bottom: 15%;
    max-width: 217px;
  }
}
.featured-images-and-content__image img {
  width: 100%;
}
@media only screen and (max-width: 39.9375em) {
  .featured-images-and-content__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 40em) {
  .featured-images-and-content__content {
    width: 50%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .featured-images-and-content__content {
    width: 45%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .featured-images-and-content__content {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .featured-images-and-content__content {
    padding: 2rem 6.25rem;
  }
}
.featured-images-and-content__content .disp-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.featured-images-and-content__content--link {
  margin-top: 2rem;
}

@media only screen and (min-width: 40em) {
  .fifty-quarter-quarter-section .no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.column-wrapper {
  display: flex;
  row-gap: 2rem;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 39.9375em) {
  .column-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64.0625em) {
  .column-wrapper {
    flex-direction: row;
  }
}
.column-wrapper .column {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .column-wrapper .column {
    margin: 0 auto;
  }
  .column-wrapper .column:last-of-type {
    margin-bottom: 0;
  }
}
.column-wrapper .column__image {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .column-wrapper .column__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .column-wrapper .column__image--desktop {
    display: none;
  }
}
.column-wrapper .column__image img {
  width: 100%;
}
.column-wrapper .column__content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 90.0625em) {
  .column-wrapper .column__content {
    padding: 3rem 0 0;
  }
}
.column-wrapper .column__content p:last-of-type {
  margin-bottom: 1.5rem;
}
.column-wrapper .column__button {
  margin-top: auto;
  text-align: center;
}
.column-wrapper .wide-column {
  width: 100%;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper .wide-column {
    grid-area: 1/1/2/3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .column-wrapper .wide-column {
    width: 50.7%;
  }
}
.column-wrapper .small-column {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .column-wrapper .small-column {
    width: 24.65%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper .small-column-1 {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper .small-column-2 {
    grid-area: 2/2/3/3;
  }
}
.column-wrapper.reverse-block .wide-column {
  order: 3;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper.reverse-block .wide-column {
    grid-area: 2/1/3/3;
  }
}
.column-wrapper.reverse-block .small-column-1 {
  order: 1;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper.reverse-block .small-column-1 {
    grid-area: 1/1/2/2;
  }
}
.column-wrapper.reverse-block .small-column-2 {
  order: 2;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .column-wrapper.reverse-block .small-column-2 {
    grid-area: 1/2/2/3;
  }
}

.four-column-icon-box-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.four-columns {
  display: grid;
  row-gap: 16px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .four-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .four-columns {
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.four-columns .four-column {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.38);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.four-columns .four-column__icon {
  text-align: center;
  margin-bottom: 0.25rem;
}
.four-columns .four-column__icon img {
  height: 22px !important;
}
.four-columns .four-column__content--link {
  margin-top: 0.5rem;
}
.four-columns .four-column .overline {
  text-align: center;
  margin-bottom: 1rem;
}
.four-columns .four-column p {
  font-size: 14px;
}
.four-columns .four-column p:last-of-type {
  margin-bottom: 0;
}
.four-columns .four-column .more {
  font-size: 14px;
}
.four-columns .four-column .more-content {
  margin-top: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-section .content-wrapper, .image-and-content-section .video-width-narrow, .image-and-content-section .video-width-standard {
    padding: 0;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-content:last-of-type {
  margin-bottom: 0;
}
.image-and-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-wrapper {
    display: flex;
    align-items: center;
  }
}
.image-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image {
    width: 52%;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.image-and-content__image img {
  width: 100%;
}
.image-and-content__content {
  position: relative;
  background-size: 500px;
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    background-size: 750px;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    width: 48%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content__content {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content__content {
    padding: 2rem 5rem;
  }
}
.image-and-content__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content__content--titlerow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content--titlerow {
    margin-bottom: 3rem;
  }
}
.image-and-content__content--titlerow img {
  max-height: 43px;
  margin-left: 1rem;
}
.image-and-content__content--titlerow .featured-image-and-content__content--title {
  margin-bottom: 0;
}
.image-and-content__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content__content .italic-text {
  margin-bottom: 2rem;
}
.image-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.image-and-content__content--price span {
  font-size: 12px;
  font-style: italic;
}
.image-and-content__content--price + .image-and-content__content--link {
  margin-top: 1rem;
}
.image-and-content__content .disp-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.image-and-content__content--link {
  margin-top: 2rem;
}
.image-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__content {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__image {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__content {
    order: 2;
  }
}

.image-and-content-scroll-section .content-wrapper, .image-and-content-scroll-section .video-width-narrow, .image-and-content-scroll-section .video-width-standard {
  position: static;
}

.image-and-content-scroll-block {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block {
    display: flex;
  }
}
.image-and-content-scroll-block__images {
  position: sticky;
  top: 125px;
  height: 100vh;
  height: 90vh;
  width: 49.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__images {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__images {
    padding: 5.875rem 7.5rem;
    padding: 0;
  }
}
.image-and-content-scroll-block__images--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-and-content-scroll-block__images .block-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  height: 90vh;
  height: calc(90vh - 125px);
}
.image-and-content-scroll-block__images .block-image img {
  object-fit: cover;
  height: 100% !important;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content {
    width: 50.5%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 5rem;
  }
}
.image-and-content-scroll-block__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content-scroll-block__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content-scroll-block__content .italic-text {
  margin-bottom: 2rem;
}
.image-and-content-scroll-block__content p:last-of-type {
  margin-bottom: 0;
}
.image-and-content-scroll-block__content p:has(.linkBtn, .nf-form-cont input[type=submit], .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content p:has(.linkBtn, .nf-form-cont input[type=submit], .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.75rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image {
  padding: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    padding: 3.25rem;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image img {
  width: 100%;
  opacity: 0;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    display: none;
  }
}
.image-and-content-scroll-block.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .scroll-nav-wrapper {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__images {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__content {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .scroll-nav-wrapper {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__images {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__content {
    order: 2;
  }
}

.scroll-nav-wrapper {
  position: sticky;
  top: 20vh;
  height: 100vh;
}
@media only screen and (max-width: 64em) {
  .scroll-nav-wrapper {
    display: none;
  }
}

.scroll-nav {
  position: absolute;
  top: 20vh;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  padding-top: 3rem;
  margin-bottom: 0;
}
.scroll-nav li {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
}
.scroll-nav li:first-of-type {
  margin-top: 0;
}
.scroll-nav li:last-of-type {
  margin-bottom: 0;
}
.scroll-nav li a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.background-blue .scroll-nav li a, .background-brown .scroll-nav li a {
  border-color: #fff;
}
.scroll-nav li a:hover, .scroll-nav li a:focus {
  background-color: #000;
  border: 1px solid #000;
}
.background-blue .scroll-nav li a:hover, .background-brown .scroll-nav li a:hover, .background-blue .scroll-nav li a:focus, .background-brown .scroll-nav li a:focus {
  background-color: #fff;
  border-color: #fff;
}
.scroll-nav li a.active {
  height: 28px;
  border: 1px solid #000;
  border-radius: 13px;
}
.background-blue .scroll-nav li a.active, .background-brown .scroll-nav li a.active {
  border-color: #fff;
}

@media only screen and (min-width: 40em) {
  .midpage-banner__mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner__desktop {
    display: none;
  }
}
.midpage-banner img {
  width: 100%;
}

.banner-blend {
  margin-top: -25%;
}

.midpage-banner-with-text {
  background-color: #000;
  position: relative;
}
.midpage-banner-with-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .midpage-banner-with-text::before {
    width: 70%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (min-width: 90.0625em) {
  .midpage-banner-with-text::before {
    width: 100%;
  }
}
.midpage-banner-with-text__image {
  position: relative;
  padding-bottom: 137%;
}
@media only screen and (min-width: 40em) {
  .midpage-banner-with-text__image {
    padding-bottom: 40%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .midpage-banner-with-text__image {
    padding-bottom: 28.4%;
  }
}
@media only screen and (min-width: 40em) {
  .midpage-banner-with-text__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner-with-text__image--desktop {
    display: none;
  }
}
.midpage-banner-with-text *:not(.linkWhiteBtn, .linkWhiteTextBtn) {
  color: #fff;
}
.midpage-banner-with-text img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100% !important;
}
.midpage-banner-with-text__content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner-with-text__content {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 40em) {
  .midpage-banner-with-text__content {
    align-items: center;
  }
}
.midpage-banner-with-text__content .content-wrapper, .midpage-banner-with-text__content .video-width-narrow, .midpage-banner-with-text__content .video-width-standard {
  width: 100%;
}
.midpage-banner-with-text__content--wrapper {
  max-width: 550px;
}
@media only screen and (min-width: 64.0625em) {
  .midpage-banner-with-text__content--wrapper {
    max-width: 400px;
  }
}

.midpage-slider-section {
  overflow-x: hidden;
}
.midpage-slider-section .content-wrapper, .midpage-slider-section .video-width-narrow, .midpage-slider-section .video-width-standard {
  padding: 0;
  max-width: none;
}

.midpage-slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.midpage-slider .slick-track {
  display: flex;
}
.midpage-slider .slick-arrow {
  background: none;
  position: absolute;
  width: 17px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 40em) {
  .midpage-slider .slick-arrow {
    width: 28px;
    height: 56px;
  }
}
.midpage-slider .slick-arrow::before {
  display: none;
}
.midpage-slider .slick-prev {
  background-image: url("assets/images/icons/icon-arrow-left-white.svg");
  left: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .midpage-slider .slick-prev {
    left: 3rem;
  }
}
.midpage-slider .slick-next {
  background-image: url("assets/images/icons/icon-arrow-right-white.svg");
  right: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .midpage-slider .slick-next {
    right: 3rem;
  }
}
.midpage-slider .slick-slide {
  margin: 0 0.5rem;
}

.page-menu {
  text-align: center;
}
.page-menu .page-menu-wrapper {
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .page-menu .page-menu-wrapper {
    padding: 0.25rem 0;
  }
}
.page-menu .page-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-menu .page-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper ul {
    font-size: 15px;
  }
}
.page-menu .page-menu-wrapper a {
  color: var(--primary-navigation-anchor-color);
  display: block;
  text-decoration: none;
  padding: 0 0.75rem;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper a {
    padding: 0 1rem;
  }
}
.page-menu .page-menu-wrapper a:hover {
  text-decoration: underline;
}
.page-menu .page-menu-wrapper .current-menu-item > a, .page-menu .page-menu-wrapper .current-menu-parent > a, .page-menu .page-menu-wrapper .hover > a {
  color: var(--brand-color-alt);
}

@media only screen and (min-width: 40em) {
  .photo-slider-section__content {
    padding-right: 105px;
  }
}

.photo-slider {
  margin-top: 3.125rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.photo-slider .slick-track {
  display: flex;
}
.photo-slider .slick-arrow {
  background: none;
  position: absolute;
  width: 39px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 39.9375em) {
  .photo-slider .slick-arrow {
    top: auto;
    bottom: -2rem;
  }
}
@media only screen and (min-width: 40em) {
  .photo-slider .slick-arrow {
    top: -4.125rem;
    width: 45px;
    height: 13px;
  }
}
.photo-slider .slick-arrow::before {
  display: none;
}
.photo-slider .slick-prev {
  background-image: url("assets/images/icons/icon-arrow-left-gold.svg");
}
@media only screen and (max-width: 39.9375em) {
  .photo-slider .slick-prev {
    left: calc(50% - 32px);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 40em) {
  .photo-slider .slick-prev {
    right: 60px;
    left: auto;
  }
}
.photo-slider .slick-next {
  background-image: url("assets/images/icons/icon-arrow-right-gold.svg");
}
@media only screen and (max-width: 39.9375em) {
  .photo-slider .slick-next {
    right: calc(50% - 32px);
    transform: translateX(50%);
  }
}
@media only screen and (min-width: 40em) {
  .photo-slider .slick-next {
    right: 0;
  }
}
.photo-slider .slick-slide {
  margin: 0 0.5rem;
}

.section-quote {
  text-align: center;
}
.section-quote .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}
.section-quote .eyebrow-title, .section-quote .back-link, .section-quote .accordion--item__label, .section-quote .accordion--item__label button, .accordion--item__label .section-quote button {
  margin-bottom: 2rem;
}

.quote {
  text-align: center;
}
.quote .quote-wrapper {
  max-width: 58.125rem;
  margin: 0 auto;
}
.quote__icon {
  margin-bottom: 2.25rem;
}
.quote blockquote {
  margin: 0;
}
.quote blockquote p {
  font-family: var(--heading-font-family);
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.008em;
  line-height: 1.23;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 64.0625em) {
  .quote blockquote p {
    font-size: 42px;
  }
}
.quote cite {
  font-family: var(--heading-font-family);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  text-align: center;
  letter-spacing: 0.105em;
}
@media only screen and (min-width: 64.0625em) {
  .quote cite {
    font-size: 13px;
  }
}
.quote cite span {
  font-weight: 400;
}

.team-members-section {
  z-index: 2 !important;
}
.team-members-section .content-wrapper > h2, .team-members-section .video-width-narrow > h2, .team-members-section .video-width-standard > h2 {
  margin-bottom: 2rem;
}

.team-members {
  display: grid;
  column-gap: 20px;
  row-gap: 3.5rem;
}
.team-members--two {
  max-width: 1124px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--two {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.75rem;
  }
}
.team-members--three {
  max-width: 868px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-members--four {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__image {
    max-width: 208px;
  }
}
.team-member__image img {
  width: 100%;
}
.team-member__content {
  transition: all 200ms ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 0.5rem 0;
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__content {
    margin-top: 0;
    padding: 0;
    padding-left: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--two .team-member__content {
    padding-left: 2rem;
  }
}
.team-member__content p {
  font-size: 14px;
}
.team-member__content p:last-of-type {
  margin-bottom: 0;
}
.team-member__content--button {
  margin-top: auto;
}
.team-member__name {
  margin-bottom: 0;
}
.team-member__name + .overline {
  margin-top: 0;
  margin-bottom: 0;
}
.team-member__contact {
  margin-top: 0.75rem;
  font-size: 14px;
}
.team-member__contact a {
  display: block;
}
.team-member .member-popup-button {
  margin-top: auto;
}
.team-member .member-popup-button .linkBtnUnderlined::after {
  display: none;
}

.member-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  transform: translate3d(0, 0, 0);
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  will-change: transform;
}
.member-popup.is-open {
  display: block;
  z-index: 999;
}
.member-popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.member-popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-popup-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.member-popup .close {
  position: absolute;
  width: 15px;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 7;
}
@media only screen and (max-width: 64em) {
  .member-popup .close {
    top: 5rem;
  }
}
.member-popup .member-rows {
  background-color: var(--brand-background-color);
  max-width: 1396px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows {
    width: calc(100% - 2rem);
  }
}
.member-popup .member-rows .team-member__name {
  text-align: center;
}
.member-popup .member-rows .team-member__position {
  text-align: center;
}
.member-popup .member-rows .image-and-content-wrapper {
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content-wrapper {
    height: 820px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__image {
    height: 820px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__image {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__image {
    width: 44.5%;
  }
}
.member-popup .member-rows .image-and-content__image img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  object-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 2rem !important;
    width: 50%;
    overflow-y: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 3rem 2rem !important;
    width: 55.5%;
  }
}
@media only screen and (min-width: 90.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 6.5rem 6rem !important;
  }
}
@media only screen and (max-width: 64em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content--wrapper {
    height: 100%;
  }
  .member-popup .member-rows .image-and-content__content--wrapper .more-content:not([style*="display: none"]) + .image-and-content__content--link {
    padding-bottom: 5%;
  }
}
.member-popup .member-rows .disp-content, .member-popup .member-rows .reg-content {
  margin-top: 2rem;
}
.member-popup .member-rows .more {
  font-size: 16px;
}

.section-testimonial .overline {
  text-align: center;
  margin-bottom: 2rem;
}

.three-column-icon-box-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.three-columns-icon-box {
  display: grid;
  row-gap: 16px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .three-columns-icon-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-columns-icon-box {
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.three-columns-icon-box .three-column-icon-box {
  border: 1px solid var(--brand-color);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.38);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.three-columns-icon-box .three-column-icon-box__icon {
  text-align: center;
  margin-bottom: 0.25rem;
}
.three-columns-icon-box .three-column-icon-box__icon img {
  height: 22px !important;
}
.three-columns-icon-box .three-column-icon-box__content--link {
  margin-top: 0.5rem;
}
.three-columns-icon-box .three-column-icon-box .overline {
  text-align: center;
  margin-bottom: 1rem;
}
.three-columns-icon-box .three-column-icon-box p {
  font-size: 14px;
}
.three-columns-icon-box .three-column-icon-box p:last-of-type {
  margin-bottom: 0;
}
.three-columns-icon-box .three-column-icon-box .more {
  font-size: 14px;
}
.three-columns-icon-box .three-column-icon-box .more-content {
  margin-top: 1rem;
}
.three-column {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .three-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-column {
    row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .three-column .column {
    margin: 0 auto;
  }
  .three-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.three-column .column__image {
  text-align: center;
}
.three-column .column__image img {
  width: 100%;
}
.three-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.three-column .column__content p:last-of-type {
  margin-bottom: 0;
}
.three-column .column__link {
  margin-top: 2rem;
}

.three-ctas {
  display: flex;
  row-gap: 1.25rem;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (max-width: 64em) {
  .three-ctas {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-ctas {
    height: 580px;
  }
}
.three-ctas .cta {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0%);
  position: relative;
  transition: 750ms ease-out all;
  background-color: #000;
}
@media only screen and (min-width: 64.0625em) {
  .three-ctas .cta {
    flex: 1 1 0%;
  }
  .three-ctas .cta.active, .three-ctas .cta:focus, .three-ctas .cta:focus-within {
    flex: 2.8 1 0;
  }
  .three-ctas .cta.active .cta__content--content, .three-ctas .cta:focus .cta__content--content, .three-ctas .cta:focus-within .cta__content--content {
    clip-path: inset(0);
    height: 80px;
  }
  .three-ctas .cta.active .cta__content--button, .three-ctas .cta:focus .cta__content--button, .three-ctas .cta:focus-within .cta__content--button {
    clip-path: inset(0);
    height: 36px;
  }
  .three-ctas .cta.not-active .cta__content {
    opacity: 0;
    visibility: hidden;
    transition: 250ms ease-out all;
  }
}
@media only screen and (max-width: 64em) {
  .three-ctas .cta {
    width: 100%;
    height: 440px;
  }
  .three-ctas .cta:last-of-type {
    margin-bottom: 0;
  }
}
.three-ctas .cta__image {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform-origin: center center;
}
.three-ctas .cta__image--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.three-ctas .cta__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.three-ctas .cta__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  z-index: 4;
  opacity: 0.7;
}
.three-ctas .cta__overlay::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 4;
  opacity: 0.7;
}
.three-ctas .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1rem;
  padding-bottom: 2rem;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: 2000ms ease-out all;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .three-ctas .cta__content {
    height: 440px;
  }
}
.three-ctas .cta__content * {
  -webkit-font-smoothing: antialiased;
}
.three-ctas .cta__content .overline {
  color: #fff;
  margin-bottom: 0.25rem;
}
.three-ctas .cta__content h2 {
  color: #fff;
}
.three-ctas .cta__content p:last-of-type {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .three-ctas .cta__content--content {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-ctas .cta__content--content, .three-ctas .cta__content--button {
    clip-path: inset(100% 0% 0%);
    transition: 750ms ease-out all;
    height: 0;
  }
}
@media only screen and (min-width: 40em) {
  .two-column-section .no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-column {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .two-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-column {
    row-gap: 4rem;
  }
}
.two-column .column {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .two-column .column {
    margin: 0 auto;
  }
  .two-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.two-column .column__image {
  text-align: center;
}
.two-column .column__image img {
  width: 100%;
}
.two-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 90.0625em) {
  .two-column .column__content {
    padding: 3rem 3.125rem 0;
  }
}
.two-column .column__content p:last-of-type {
  margin-bottom: 1.5rem;
}
.two-column .column__button {
  margin-top: auto;
  text-align: center;
}

.two-images-and-content-section .content-wrapper, .two-images-and-content-section .video-width-narrow, .two-images-and-content-section .video-width-standard {
  max-width: 1440px;
}

.two-images-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .two-images-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-images-and-content:last-of-type {
  margin-bottom: 0;
}
.two-images-and-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content-wrapper {
    display: flex;
    align-items: center;
  }
}
.two-images-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content__image {
    width: 61.5%;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 64em) {
  .two-images-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.two-images-and-content__image img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .two-images-and-content__image--2 {
    display: none;
  }
}
.two-images-and-content__content {
  position: relative;
  background-size: 500px;
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content__content {
    background-size: 750px;
  }
}
@media only screen and (max-width: 64em) {
  .two-images-and-content__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content__content {
    width: 38.5%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .two-images-and-content__content {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .two-images-and-content__content {
    padding: 2rem 5rem;
  }
}
.two-images-and-content__content--wrapper {
  position: relative;
  z-index: 2;
}
.two-images-and-content__content--titlerow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content__content--titlerow {
    margin-bottom: 3rem;
  }
}
.two-images-and-content__content--titlerow img {
  max-height: 43px;
  margin-left: 1rem;
}
.two-images-and-content__content--titlerow .featured-two-images-and-content__content--title {
  margin-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content__content--title {
    margin-bottom: 3rem;
  }
}
.two-images-and-content__content .subtitle {
  margin-bottom: 3rem;
}
.two-images-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.two-images-and-content__content .disp-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.two-images-and-content__content--link {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 40em) {
  .two-images-and-content__content--link {
    font-size: 18px;
    font-weight: 700;
  }
}
.two-images-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content.reverse-block .two-images-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content.reverse-block .two-images-and-content__content {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content.normal-block .two-images-and-content__image {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-images-and-content.normal-block .two-images-and-content__content {
    order: 2;
  }
}

.two-offset-column-section {
  position: relative;
}
.two-offset-column-section .content-wrapper, .two-offset-column-section .video-width-narrow, .two-offset-column-section .video-width-standard {
  z-index: 1;
}
.two-offset-column-section__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .two-offset-column-section__title {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 64em) {
  .two-offset-columns {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-offset-columns:last-of-type {
  margin-bottom: 0;
}
.two-offset-columns-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column--left {
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column--right {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column--right {
    width: 40%;
    padding-top: 13.75rem;
  }
}
.two-offset-columns .two-offset-column__image img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column__content {
    padding: 30px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .two-offset-columns .two-offset-column__content {
    padding: 30px 40px 0;
  }
}

@media only screen and (max-width: 64em) {
  .two-offsetting-images {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-offsetting-images:last-of-type {
  margin-bottom: 0;
}
.two-offsetting-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 68.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .two-offsetting-images .two-offsetting-image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images .two-offsetting-image--large {
    width: 60%;
  }
}
@media only screen and (max-width: 64em) {
  .two-offsetting-images .two-offsetting-image--small {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images .two-offsetting-image--small {
    width: 29%;
  }
}
.two-offsetting-images .two-offsetting-image__image img {
  width: 100%;
}
.two-offsetting-images.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images.reverse-block .two-offsetting-image--large {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images.reverse-block .two-offsetting-image--small {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images.normal-block .two-offsetting-image--large {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images.normal-block .two-offsetting-image--small {
    order: 2;
  }
}

.video-width-full {
  width: 100%;
}

.video-width-narrow {
  max-width: 43.125rem;
  margin: 0 auto;
}

.video-section__video {
  position: relative;
}
.video-section__video video {
  display: block;
  width: 100%;
}

.video-section__video .mute-video,
.video-section__video .play-pause-video {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__video .mute-video svg,
.video-section__video .play-pause-video svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg,
  .video-section__video .play-pause-video svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg.icon-pause,
  .video-section__video .play-pause-video svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__video .play-pause-video {
  left: initial;
  right: 2rem;
}
.video-section__video--no-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--no-autoplay .video-section__video--wrapper .play-pause-video {
  z-index: -1;
}
.video-section__video--yes-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--yes-autoplay .video-section__video--wrapper .play-pause-video,
.video-section__video--yes-autoplay .video-section__video--wrapper video {
  z-index: 1;
}
.video-section__video--playing {
  background: none !important;
}
.video-section__video--playing .video-section__video--wrapper .play-video {
  display: none !important;
}
.video-section__video--playing .video-section__video--wrapper .mute-video,
.video-section__video--playing .video-section__video--wrapper .play-pause-video {
  z-index: 1;
}
.video-section__video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__vimeo {
  position: relative;
}
.video-section__vimeo iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__vimeo iframe {
    width: auto;
  }
}
.video-section__vimeo__video iframe {
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo,
.video-section__vimeo .play-pause-video-vimeo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo svg,
.video-section__vimeo .play-pause-video-vimeo svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg,
  .video-section__vimeo .play-pause-video-vimeo svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg.icon-pause,
  .video-section__vimeo .play-pause-video-vimeo svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__vimeo .play-pause-video-vimeo {
  left: initial;
  right: 2rem;
}
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: -1;
}
.video-section__vimeo--playing {
  background: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper iframe {
  z-index: 1;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-video-vimeo {
  display: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: 1;
}
.video-section__vimeo--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__vimeo--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__vimeo--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video-section__youtube iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__youtube iframe {
    width: auto;
  }
}
.video-section__youtube--wrapper iframe {
  z-index: -1;
}
.video-section__youtube .mute-video-youtube,
.video-section__youtube .play-pause-video-youtube {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__youtube .mute-video-youtube svg,
.video-section__youtube .play-pause-video-youtube svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg,
  .video-section__youtube .play-pause-video-youtube svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg.icon-pause,
  .video-section__youtube .play-pause-video-youtube svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__youtube .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: -1;
}
.video-section__youtube--playing {
  background: none !important;
}
.video-section__youtube--playing .video-section__youtube--poster {
  z-index: -1;
}
.video-section__youtube--playing .video-section__youtube--wrapper iframe {
  z-index: 1;
  pointer-events: initial;
}
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube-modal {
  display: none !important;
}
.video-section__youtube--playing .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: 1;
}
.video-section__youtube--poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-section__youtube--poster img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.video-section__youtube--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__youtube--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__youtube--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__youtube .play-video-youtube,
.video-section__youtube .play-video-youtube-modal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__youtube .play-video-youtube span,
.video-section__youtube .play-video-youtube-modal span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

footer {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  font-weight: 400;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
}
footer ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: var(--footer-anchor-color);
}
footer a:hover, footer a:focus, footer a:active {
  text-decoration: underline !important;
}
footer a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .c7-btn, .linkBtnUnderlined) {
  text-decoration: none;
}
footer .footer-social {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 1.25rem;
}
footer .footer-phone {
  display: block;
  margin-top: 1.25rem;
}
footer .copyright {
  padding-top: 1.25rem;
  color: var(--footer-copyright-color);
  font-size: 0.75rem;
  margin: 0;
}
.credits-overlay {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-top: 3.25rem;
  position: fixed;
  opacity: 0;
  background: #333;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10003;
}
.credits-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
}
.credits-overlay .close-menu {
  color: #fff;
  font-size: 25px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  width: 50px;
  margin-left: auto;
}
.credits-overlay .close-menu::after {
  display: table;
  content: "";
  clear: both;
}
.credits-overlay .close-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 2.5rem;
}
.credits-overlay .close-menu .close-x {
  cursor: pointer;
}
.credits-overlay .overlay-credits-wrapper * {
  color: #ffffff;
}
.credits-overlay .overlay-credits-wrapper a:hover {
  color: #ccc;
}
@media only screen and (min-height: 376px) {
  .credits-overlay .overlay-credits-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 950px;
  }
}
