/* Includes
-------------------------------------------- */

/* Normalize
-------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Reset
-------------------------------------------- */

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1313;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
    clip-path: none;
    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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

 .sr-only, .visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
	--color-main: #000; /* Black */
	--color-second: #002C6F; /* Dark Blue */
	--color-third: #2ED4EF; /* Teal */
	--color-highlight: var(--color-third); 
	--color-fourth: #c8c9c7; /* Black */
	--color-light: #f2f2f2;
	--color-dark: #353535;
	--color-grey-medium: #707070;
	--color-grey-light: #ccc;
	--color-super-light: #f5f5f5;
	--color-white: #fff;

	--font-header: "owners-wide", sans-serif;;
	--font-header-alt: 'owners', sans-serif;
	--font-body: Arial, sans-serif;

	--width-content: 120rem;
	--width-wide: 160rem;
	--width-nav: 90rem;
	--width-medium: 99.2rem;
	--width-small: 54rem;
  --container-padding: 3rem;
}
/* Base
-------------------------------------------- */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    color: #494a52;
    background: var(--color-super-light);
    font-family: var(--font-body);
    font-size: 1.8rem;
    line-height: 1.8;
}

/* Layout
-------------------------------------------- */

/* .container {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
  padding-left: 3rem;
} */

.container {
  width: 100%;
  max-width: calc( var(--width-content) + var(--container-padding) * 2 );
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
@media (min-width: 768px) {
  .container--narrow {
    --width-content: var(--width-medium);
    --container-padding: 12.8vw;
  }
  .container--wide {
    --width-content: var(--width-wide);
  }
}

.wide-wrapper { /* is the being used anywhere? */
    max-width: 160rem;
    margin: 0 auto;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
    position: relative;
}
.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section {
    padding: 4rem 0;
}
@media (min-width: 992px) {
    section {
        padding: 8rem 0;
    }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
    color: var(--white);
}

/* Background Colors */

.bg-white {
    background-color: var(--white);
}
.bg-blue-light {
    background-color: var(--blue-light);
}
.bg-grey-light,
.bg-gray-light {
    background-color: var(--super-light);
}
.bg-blue-dark {
    background-color: var(--blue-dark);
}
.bg-dark {
    background-color: var(--dark);
}
/* Typography
-------------------------------------------- */
/* Owners Medium
font-family: "owners", sans-serif;
font-weight: 500;
font-style: normal;
Owners Bold
font-family: "owners", sans-serif;
font-weight: 700;
font-style: normal;
Owners Wide Bold
font-family: "owners-wide", sans-serif;
font-weight: 700;
font-style: normal; */
body {
  font-family: var(--font-body);
}
a {
    color: var(--color-second);
      text-decoration: none;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
  }
  a:hover,
  a:active,
  a:focus {
      color: var(--color-third);
    text-decoration: none;
  }
  
  p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: var(--font-header);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .05em;
    color: var(--color-second);
  }
  p:first-child,
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0;
  }
  
  h1, .h1 {
    font-size: clamp(4rem, 6vw, 6.4rem);
    text-transform: uppercase;
    color: var(--color-third);
  }
  h2, .h2 {
    font-size: clamp(2.4rem, 3vw, 3.2rem);
    text-transform: uppercase;
  }
  h3, .h3 {
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    text-transform: uppercase;
  }
  h4, .h4 {
    /* font-size: 1.5rem; */
    font-size: clamp(1.6rem, 2.25vw, 2.2rem);
    font-family: var(--font-header-alt);
    font-weight: 700;
  }
  h5, .h5 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 500;
  }
  h6, .h6 {
    font-size: 1.5rem;
  }
  .font-header {
    font-family: var(--font-header);
  }
  .font-header-alt {
    font-family: var(--font-header-alt);
  }
  
  strong {
    font-weight: 700;
  }
  
  code {
    vertical-align: bottom;
  }
  
  ul,
  ol {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /* Blockquote */
  
  blockquote {
      margin: 2rem 0;
      padding-left: 2rem;
      border-left: 0.5rem solid var(--color-light);
  }
  
  /* Horizontal Rules */
  
  hr {
      background-color: var(--color-fourth);
    height: 1px;
    border: none;
  }

  /* Buttons
-------------------------------------------- */

.btn,
.hs-button {
	display: inline-block;
	padding: .3125em 1.75em;
	text-align: center;
  background: var(--transparent);
  color: var(--color-second);
  /* border-radius: 1.25em; */
  border: 2px solid var(--color-second);
  font-family: var(--font-header);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  cursor: pointer;
  transition: color .25s cubic-bezier(.104,.204,.492,1),background-color .25s cubic-bezier(.104,.204,.492,1);
}
.btn:hover,
.btn:active,
.btn:focus,
.hs-button:hover,
.hs-button:active,
.hs-button:focus {
	text-decoration: none;
  background: var(--color-second);
  color: var(--color-white);
}
.cta_button:hover {
	text-decoration: none;
  background: var(--color-second) !important;
  color: var(--color-white) !important;
}

.btn--secondary {
	background-color: var(--color-second);;
	color: var(--color-white);
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
	background-color: var(--color-third);;
	color: var(--color-white);
}
button {
  cursor: pointer;
}

/* HubSpot Overrides */

.hs-button.secondary {
	display: inline-block;
	padding: 1rem 2rem;
	-webkit-appearance: none;
}
.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
	text-decoration: none;
}

/* Sizing */

.btn--sm {
	padding: .5rem 1rem;
	font-size: 1.6rem;
}

.btn--lg {
	padding: 1.5rem 3rem;
	font-size: 2rem;
}

.btn--block {
	display: block;
}
.arrow-btn {
  padding-left: 0;
}
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  display: block;
  width: 100%;
  height: 4.6rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2.4rem;
  border: 0.2rem solid var(--color-grey-light);
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #494a52;
  transition: box-shadow 0.15s ease-out, border-color 0.25s ease-out;
  appearance: none;
}

[type='file'] {
  margin-bottom: 2.4rem;
}

[type='text']:hover,
[type='text']:focus,
[type='password']:hover,
[type='password']:focus,
[type='date']:hover,
[type='date']:focus,
[type='datetime']:hover,
[type='datetime']:focus,
[type='datetime-local']:hover,
[type='datetime-local']:focus,
[type='month']:hover,
[type='month']:focus,
[type='week']:hover,
[type='week']:focus,
[type='email']:hover,
[type='email']:focus,
[type='number']:hover,
[type='number']:focus,
[type='search']:hover,
[type='search']:focus,
[type='tel']:hover,
[type='tel']:focus,
[type='time']:hover,
[type='time']:focus,
[type='url']:hover,
[type='url']:focus,
[type='color']:hover,
[type='color']:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  box-shadow: 0 0 0 0.4rem #E6EBF1;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-second);
}

textarea {
  height: auto;
  min-height: 20rem;
  max-width: 100%;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3.2rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.45" height="9.225" viewBox="0 0 16.45 9.225"><path d="M18,27.45a1,1,0,0,1-.707-1.707l6.518-6.518-6.518-6.518a1,1,0,0,1,1.414-1.414l7.225,7.225a1,1,0,0,1,0,1.414l-7.225,7.225A1,1,0,0,1,18,27.45Z" transform="translate(27.45 -17) rotate(90)" fill="%23002C6F"/></svg>');
  background-origin: content-box;
  background-position: right -2.2rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem 0.8rem;
}

select[multiple] {
  height: auto;
  background-image: none;
}

label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 0.8rem;
}

.hs-form .hs-field-desc {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: -0.4rem 0 .4rem;
}

/* Inputs List */

.hs-form ul.inputs-list:not(.hs-error-msgs) {
  margin: 0 0 2.4rem 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  font-size: 1.8rem;
  column-gap: 1rem;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) li:last-child label {
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) span {
  font-weight: 400;
}

/* Error */

.hs-form-required {
  color: #B11A11;
  margin-left: 0.2rem;
}

.hs-input.invalid {
  border-color: #B11A11;
}

.hs-error-msgs {
  position: relative;
  top: -1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #B11A11;
}

.hs-error-msg {
  font-size: 1.6rem;
  font-weight: 400;
}

/* Legal */

.legal-consent-container {
  font-size: 1.6rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0 !important;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* Success */
.submitted-message {
  border: 0.2rem solid #1D7006;
  padding: 2rem 2rem 2rem 6rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><g transform="translate(-48 -48)"><path d="M60.5,48A12.5,12.5,0,1,1,48,60.5,12.514,12.514,0,0,1,60.5,48Zm0,23.077A10.577,10.577,0,1,0,49.923,60.5,10.589,10.589,0,0,0,60.5,71.077Z" fill="%231D7006"/><path d="M148.423,171.538a.961.961,0,0,1-.715-.318l-3.462-3.846a.962.962,0,1,1,1.429-1.286l2.722,3.024,7.366-8.769a.962.962,0,0,1,1.473,1.237l-8.077,9.615a.962.962,0,0,1-.72.343Z" transform="translate(-90.231 -105.269)" fill="%231D7006"/></g></svg>');
  background-position: 2rem 2.3rem;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  line-height: 1.6;
  min-height: 7.5rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

@media (min-width: 576px) {

  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 2rem;
  }

  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

}
/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */

.masthead {
  background: var(--color-white);
  padding: 0;
  box-shadow: 0 0 22px rgba(0,0,0,.1);
  position: relative;
}

.masthead__top {
  text-align: right;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
  background: var(--color-second);
}
.masthead__top .btn {
	margin-left: .75rem;
	border-radius: 0 0 1.125em 1.125em;
	padding: .25em 1.75em;
	margin-top: 1px;
	vertical-align: top;
}

.masthead__logo {
  display: block;
  width: 20rem;
  height: 5rem;
  padding: 0;
}

.masthead--lp .masthead__logo {
	margin: auto;
  }
.main-site-link {
	font-family: var(--font-header);
	letter-spacing: .05em;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.4rem;
	padding: .6rem 2rem;
}
.main-site-link a {
	color: var(--color-third);
}
.main-site-link a:hover,
.main-site-link a:focus {
	color: var(--color-white);
}
.masthead > .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2rem;
  padding: 2.4rem;
}

.masthead__search {
	width: 28rem;
	height: 5rem;
	position: relative;
}
.masthead__search input[type="text"] {
	width: 28rem;
	height: 5rem;
	position: relative;
	border: none;
	border-bottom: 1px solid var(--color-fourth);
	background: rgba(255,255,255,.2);
	color: #757575;
	padding: 0 1rem;
	line-height: 5rem;
}
.masthead__search input[type="text"]:hover, 
.masthead__search input[type="text"]:focus {
  border-color: transparent;
}
.masthead__search ::placeholder {
	color: #999;
}
.masthead__search button {
	width: 4rem;
	height: 5rem;
	background: transparent url(https://39680172.fs1.hubspotusercontent-na1.net/hubfs/39680172/blog/icon-search.svg) no-repeat center center / 19px 18px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center; 
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0 1rem;
}

.mobile-nav__toggle {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-third);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 8px;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 15px;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 22px;
}
.mobile-nav__toggle.is-open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-nav__toggle.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__toggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__toggle.is-open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobile-nav__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	margin: 0 -2rem;
	padding: 0;
	list-style: none;
	/* border-bottom: 4px solid var(--super-light); */
	z-index: 113;
}
.mobile-nav__list.is-open {
	display: block;
}
.mobile-nav__item {
	position: relative;
}
.mobile-nav__link {
  display: block;
	padding: 1rem 2rem;
	background-color: var(--color-light);
	border-top: 1px solid var(--color-fourth);
	text-transform: uppercase;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus {
	background-color: var(--color-third);
	color: var(--color-white);
}

.mobile-nav__dropdown-toggle {
	background: var(--color-white);
	border: none;
	position: absolute;
	top: 1px;
	right: 0;
	height: calc(100% - 1px);
	width: 4rem;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: background .3s;
}
.mobile-nav__dropdown-toggle::before,
.mobile-nav__dropdown-toggle::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--color-second);
	left: calc(50% - 10px);
	top: 2rem;
	transform: rotate(180deg);
	transition: transform .3s;
}
.mobile-nav__dropdown-toggle::after {
	transform: rotate(90deg);
}

.mobile-nav__dropdown-toggle.is-open {
	background: var(--color-third);
}
.mobile-nav__dropdown-toggle.is-open::before {
	transform: rotate(45deg);
}
.mobile-nav__dropdown-toggle.is-open::after {
	transform: rotate(-45deg);
}

.mobile-nav__list .mobile-nav__list {
	position: relative;
	background-color: var(--color-white);
	margin: 0;
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link {
	background-color: var(--color-white);
}
.mobile-nav__list .mobile-nav__list .mobile-nav__link:hover,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:active,
.mobile-nav__list .mobile-nav__list .mobile-nav__link:focus {
	background-color: var(--color-third);
	color: var(--color-second);
}

@media (min-width: 1102px) {
	.mobile-nav {
		display: none;
	}
}

/* Main Nav */

.main-nav {
	display: none;
}

@media (min-width: 1102px) {
	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 2.5rem 0 1rem;
	}
	.main-nav__list {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.main-nav__list>li {
		position: relative;
	}
	.main-nav__link {
		display: block;
    font-size: 1rem;
		padding: .5rem .625rem;
		color: var(--color-second);
    font-weight: 800;
    text-transform: uppercase;
	}
	.main-nav__link.active-branch {
		color: var(--dark);
	}
	.main-nav__link:hover,
	.main-nav__link:active,
	.main-nav__link:focus {
		color: var(--color-third);
	}

	.main-nav__dropdown {
		position: absolute;
		right: 0;
		top: -9999px;
		margin: 0;
		padding: 1rem 0;
		border-radius: .75rem 0 .75rem .75rem;
		list-style: none;
		width: 15rem;
		background: var(--color-second);
		text-align: right;
		font-size: 1rem;
		z-index: 13;
		transform: translateY(-.5rem);
		transition: transform .3s;
	}
	.main-nav__dropdown::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 .5rem 1rem;
		border-color: transparent transparent var(--color-second) transparent;
		position: absolute;
		right: 0;
		top: 0;	
		transition: top .3s;	
	}
	.main-nav__dropdown-item {
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.main-nav__dropdown-item:first-of-type {
		border-top: none; 
	}
	.main-nav__dropdown-link {
		display: block;
		padding: .25rem 1rem;
		color: var(--color-white);
		text-transform: uppercase;
	}
	.main-nav__dropdown-link:hover,
	.main-nav__dropdown-link:active,
	.main-nav__dropdown-link:focus {
		color: var(--color-third);
	}
	.main-nav__list>li:hover .main-nav__dropdown {
		top: auto;
		transform: translateY(0);
	}
	.main-nav__list>li:hover .main-nav__dropdown::after {
		top: -0.5rem;
	}
}
/* Footer
-------------------------------------------- */

.footer {
  background: var(--color-third);
  color: var(--color-main);
  box-shadow: 0 0 22px rgba(0,0,0,.1);
}
.footer__top {
  padding: 2rem;
  text-align: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}
.footer a {
  color: var(--color-second);
} 
.footer a:hover {
  color: var(--color-white);
}
.footer__logo {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  color: var(--color-second);
  margin: auto;
}
.footer__logo a {
  color: var(--color-second);
}
.footer__form {
  width: 100%;
  text-align: center;
}
.footer__form h2 {
  color: var(--color-second);
}
.footer__form input[type=email] {
  border-color: transparent;
}
.footer__form input[type=email]:hover,
.footer__form input[type=email]:focus {
  box-shadow: 0 0 0 0.4rem rgba(0,0,0,0.2);
}
.footer__links {
  text-align: center;
}
.footer__links--social {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.footer__links--social li {
  padding: 0;
  margin: 0;
}
.footer__links--social li a {
  display: block;
}
.footer__links--social svg {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.footer__links--shop {
  font-family: var(--font-header);
  font-size: 1.4rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.footer__bottom {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
  background-color: rgba(0,0,0,.15);
}
@media (min-width: 992px) {
  .footer__top {
    padding: 3rem 0;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .footer__links {
    text-align: right;
  }
  .footer__links--social {
    justify-content: flex-end;
  }
  .footer__logo {
    margin: 0 0 2rem;
  }
}
#main {
  background: url(https://39680172.fs1.hubspotusercontent-na1.net/hubfs/39680172/blog/bg-halftone-f5.webp) repeat-x center top;
  min-height: 60rem;
  margin-bottom: 6rem;
}
/* .hs-blog-listing {} */
.blog-listing__header {
    padding: 4rem 0 2rem;
    margin: 0;
  }
.blog-listing_tag-heading {
  text-transform: uppercase;
  font-family: var(--font-header);
}
.blog-listing {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
  row-gap: 4rem;
  margin-bottom: 4rem;
}
.blog-listing-item-featured-image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 80/50;
  object-fit: cover;
}
.blog-listing-item,
.blog-listing__first-post {
  display: block;
  background: var(--color-white);
  color: var(--color-main);
  text-decoration: none;
  transform: scale(1);
  transition: all .3s;
  position: relative;
  box-shadow: 0 0 22px rgba(0,0,0,.1);
}

.blog-listing-item:hover,
.blog-listing-item:focus {
  text-decoration: none;
  transform: scale(1.02);
}
.blog-listing-item-featured-image {
  display: block;
}
.blog-listing-item-summary {
  display: block;
  padding: 2.5rem 2.5rem 5rem;
}
.blog-listing-topics {
  font-size: .75em;
  text-transform: uppercase;
}
.blog-listing__byline {
  font-size: .875em;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -1rem;
}
.blog-listing__byline svg {
  width: 1em;
  height: 1em;
  position:relative;
  top: 2px;
}
.blog-listing__read-more {
  display: block;
  text-align: right;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-right: 3rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.blog-listing__read-more::after {
  content: "";
  display: block;
  background: url(https://39680172.fs1.hubspotusercontent-na1.net/hubfs/39680172/blog/easi-arrow.svg) no-repeat right top / contain;
  position: absolute;
  right: 0;
  top: .25em;
  width: 26px;
  height: 18px;
}
.blog-pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.blog-pagination .null {
  display: none;
}
.hs-search-results__pagination {
  padding: 8rem 0;
  justify-content: space-between !important;
}
.hs-search-results__pagination__link--disabled {
  opacity: .2;
  pointer-events: none;
}
@media(min-width: 768px){
  .blog-listing {
    grid-template-columns: 1fr 1fr;
  }
  .blog-listing__first-post {
    grid-column-end: 3;
    grid-column-start: 1;
  }
}

@media(min-width: 992px){
  .blog-listing__header {
    padding: 5rem 0 4rem;
  }
  .blog-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-listing__first-post {
    grid-column-end: 4;
    grid-column-start: 1;
    display: grid;
    grid-template-columns: 3fr 2fr;
    z-index: 2;
  }
}
.tags-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
}
.tags-nav ul li {
  display: inline-block;

}
.tags-nav ul li a {
  display: block;
  font-size: 700;
  font-family: var(--font-header);
  letter-spacing: .05em;
  text-transform: uppercase;
  position: relative;
}
.tags-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  display: block;
  width: 90%;
  height: 3px;
  background: var(--color-third);
  transform: scaleX(0);
  transition: transform .3s;
}
.tags-nav ul li a:hover,
.tags-nav ul li a:focus {
  color: var(--color-second)
}
.tags-nav ul li a:hover::after,
.tags-nav ul li a:focus::after {
  transform: scaleX(1);
}

/* .hs-blog-post {} */
.blog-post__header {
  padding: 2rem 0;
  margin: 0;
  max-width: 96rem;
}
.blog-post__header h1 {
  margin: .25em 0;
}
.blog-post__byline {
  font-size: 1.6rem;
}
.blog-post__featured-image {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 8rem;
}
.blog-post__featured-image img {
  position: relative;
  z-index: 2;
  max-width: 96rem;
  box-shadow: 0 0 22px rgba(0,0,0,.1);
}
.blog-post__featured-image::after {
  content: "";
  display: block;
  z-index: 1;
  width: 108rem;
  height: 21rem;
  background: url(https://39680172.fs1.hubspotusercontent-na1.net/hubfs/39680172/blog/featured-image-accent.svg) no-repeat right top / contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-post__body a {
  text-decoration: underline;
}
.blog-post__content {
}
/* social sharing */

.blog-post__social-share {
  margin-right: 20px;
}
.blog-post__social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.blog-post__social-share ul li a {
  background: var(--color-third);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.blog-post__social-share ul li svg {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
}

.blog-post__social-share ul li a:hover {
  background: var(--color-second);
  color: #fff;
}
@media(min-width: 840px){
  .blog-post__content{
    display: flex;
    max-width: 960px;
    gap: 4rem;
  }
  .blog-post__social-share {
    width: 104px;
  }
  .blog-post__social-share ul {
    position: sticky;
    display: block;
    top: 30px;
    padding: 0 15px 0 15px;
  }

}
/**Styling scrollable elements*/

.vveani {
  opacity: 0;
  transition: opacity 500ms;
}

.hs-inline-edit .vveani {
  opacity: 1;
  transition: none !important;
}
.hs-inline-edit .vveani.scrolled {
  animation: none !important;
}

.vveani.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 0.8s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.8s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* Tone down the animation to avoid vestibular motion triggers like scaling or panning large objects. */
@media (prefers-reduced-motion) {
	.vveani {
	  opacity: 1;
	}
	.scrolled {
	  animation: none !important;
	}
  }

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* @media (max-width: 768px) {
	.vveani { opacity: 1 !important; }
} */