/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

hr {
  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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

:root {
  --g-max-width: 1680px;
  --g-col-gutter: 16px;
  --g-col-width: calc((var(--g-max-width) - var(--g-col-gutter)*11)/12);
  --g-container: calc(var(--g-max-width) - var(--g-container-min-margin)*2);
  --g-container-l: calc(var(--g-max-width) - var(--g-col-width)*2 - var(--g-col-gutter)*2);
  --g-container-m: calc(var(--g-max-width) - var(--g-col-width)*4 - var(--g-col-gutter)*2);
  --g-container-margin: calc((100vw - var(--g-container))/2);
  --g-container-min-margin: 4.5rem;
}


@media (max-width: 1600px) {
  :root {
    --g-max-width: 1320px;
  }

  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: var(--g-container);
  }
}

@media (max-width: 1280px) {
  :root {
    --g-max-width: 100vw;
  }
}

@media (max-width: 1024px) {
  :root {
    --g-container-min-margin: 2rem;
    --g-container-m: var(--g-container);
    --g-container-l: var(--g-container);
  }
  
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}



@media (max-width: 850px) {
  :root {
    --g-container-min-margin: 1.5rem;
  }
}



@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: mattervivvi-bold;
  src: url("https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/Vivvi_September2020/Fonts/MatterVivvi-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: mattervivvi-medium;
  src: url("https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/Vivvi_September2020/Fonts/MatterVivvi-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: mattervivvi-regular;
  src: url("https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/Vivvi_September2020/Fonts/MatterVivvi-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: mattervivvi-semibold;
  src: url("https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/Vivvi_September2020/Fonts/MatterVivvi-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

/** Toyota Fonts **/
@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BlackIt.ttf');
    src: local('Toyota Type Black Italic'), local('ToyotaType-BlackIt'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Black.ttf');
    src: local('Toyota Type Black'), local('ToyotaType-Black'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Bold.ttf');
    src: local('Toyota Type Bold'), local('ToyotaType-Bold'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Book';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BookIt.ttf');
    src: local('Toyota Type Book Italic'), local('ToyotaType-BookIt'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BookIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Light.ttf');
    src: local('Toyota Type Light'), local('ToyotaType-Light'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Book';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Book.ttf');
    src: local('Toyota Type Book'), local('ToyotaType-Book'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BoldIt.ttf');
    src: local('Toyota Type Bold Italic'), local('ToyotaType-BoldIt'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Italic.ttf');
    src: local('Toyota Type Italic'), local('ToyotaType-Italic'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-LightIt.ttf');
    src: local('Toyota Type Light Italic'), local('ToyotaType-LightIt'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Regular.ttf');
    src: local('Toyota Type'), local('ToyotaType-Regular'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-SemiboldIt.ttf');
    src: local('Toyota Type Semibold Italic'), local('ToyotaType-SemiboldIt'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type';
    src: url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Semibold.ttf');
    src: local('Toyota Type Semibold'), local('ToyotaType-Semibold'),
        url('https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/toyota-fonts/ToyotaType-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: Lato, serif;
  color: #494a52;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #1272d9;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 900px;
  padding: 20px;
  position: relative;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  font-size: 18px;
  font-family: mattervivvi-medium;
  line-height: 18px;
  outline: none;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-button:hover {
  border-bottom-style: dashed;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
select.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0;
  padding: 8px;
  border: 0;
  font-family: mattervivvi-regular,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #665d55;
  padding-bottom: 4.800px;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #aca59e;
}

.hs-input::-webkit-input-placeholder {
  color: #aca59e;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #aca59e;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #aca59e;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}

.hs-form fieldset {
  margin-bottom: .75rem!important;
  max-width: 100%!important;
}

.hs-form-field,.hs-search-module .field .hs-input {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 2px solid #aca59e;
  line-height: normal;
  font-size: 16px;
}

.hs-form label {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  text-align: left;
  font-family: inherit;
  box-sizing: border-box;
  line-height: normal;
  font-size: 20px;
}

.hs-form-field label {
  transform: translate3d(0,2.5px,0);
}

.hs-form-field label, .hs-form-field label span {
  color: #aca59e;
}

.hs-fieldtype-select.hs-form-field label:not(.hs-error-msg) {
  width: 100%;
  /*position: absolute;*/
  bottom: .5rem;
  left: 0;
  pointer-events: none;
  font-size: var(--input-standard-fs);
}

.hs-fieldtype-select:after {
  position: absolute;
  top: 2px;
  right: 8px;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: .8rem;
  width: .8rem;
  transform: rotate(135deg);
  color: #aca59e;
}

.hs-form-field .input, .hs-form-field input {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, input, select, textarea {
  outline: 0;
}

.hs-fieldtype-select.hs-form-field .hs-input {
  color: #aca59e;
  margin-left: 8px;
  padding: 0;
  cursor: pointer;
  padding-right: 24px;
}

#contact-us-form select {
  width: 100%;
  cursor: pointer;
}

.hs-fieldtype-select.hs-form-field .input {
  padding: 8px;
  padding-bottom: 4.800px;
}

.hs-form-field .hs-form-required {
  font-size: 16px;
  color: #ff7f00;
}

.form-columns-2 .hs-form-field {
  width: calc(50% - var(--g-col-gutter)/2)!important;
}

.form-columns-2 .hs-form-field:first-child {
  margin-right: 16px;
}

.footer-form-wrapper form {
  padding: 0;
  max-width: 100%;
}

.footer-form-wrapper {
  margin-top: 16px;
}

.footer-form-wrapper .field {
  width: 100%;
  margin-bottom: 1rem;
}

.modal-standard__main form select option:first-child {
  display: none;
}

.hs_message textarea {
  font-size: var(--input-standard-fs);
  border: 2px solid #aca59e;
  width: 100%!important;
  min-height: 240px;
  padding: .5rem;
}

.hs-form textarea {
  border: 2px solid #aca59e;
  min-height: 240px;
  padding: .5rem;
}

.hs-fieldtype-textarea.field.hs-form-field {
  border: none;  
}

.modal-standard__main .hs-submit {
  margin-top: 38px;
  display: inline-block;
  width: 100%;
  padding-bottom: 2px !important;
}

.hs-error-msgs {
  position: absolute;
  bottom: -1.8rem;
  right: 2px;
  transform: translate3d(0,-.5rem,0);
  margin-bottom: 0;
  width: auto;
}

.hs-error-msgs label {
  font-size: 14px;
  color: #ff7f00!important;
}

.form-columns-3 .hs-form-field:not(:last-child) {
  margin-right: 16px;
}

.form-columns-3 .hs-form-field {
  width: calc((100% - var(--g-col-gutter)*2)/3)!important;
}

.hs-fieldtype-radio.hs-form-field {
  display: block;
  border-bottom: none !important;
}

.hs-fieldtype-radio.hs-form-field > label {
  margin-bottom: .5rem;
  opacity: 1!important;
  color: #ff7f00 !important;
}

.hs-fieldtype-radio.hs-form-field > label > span {
  color: #ff7f00 !important;
  font-family: mattervivvi-medium;
}

ul.inputs-list {
  margin: 0;
  padding: 0;
}

ul.inputs-list > li:not(:last-child) {
  margin-bottom: .5rem;
  padding: 0;
}

ul.inputs-list > li label span {
  color: #665d55;
  position: relative;
  margin-left: 1.5rem;
  display: block;
}

.hs-input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-top: 1px;
  width: 100%;
  margin: 0;
}

ul.inputs-list >li label span:before {
  position: absolute;
  content: "";
  top: calc(50% - .4rem);
  left: -1.5rem;
  height: 1rem;
  width: 1rem;
  background-color: #d3cfcb;
  border-radius: 100%;
}

ul.inputs-list >li label span:after {
  position: absolute;
  content: "";
  top: calc(50% - .25rem);
  left: -1.3rem;
  height: .65rem;
  width: .65rem;
  background-color: #ff7f00;
  border-radius: 100%;
  opacity: 0;
}

ul.inputs-list >li input:checked~span:after {
  opacity: 1;
}

.hs-fieldtype-checkbox {
  display: block;
  border-bottom: none !important;
}

.hs-fieldtype-checkbox > label {
  margin-bottom: .5rem;
  opacity: 1 !important;
  color: #ff7f00 !important;
}

.hs-fieldtype-checkbox > label > span {
  color: #ff7f00 !important;
  font-family: mattervivvi-medium;
}

.hs-input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-top: 1px;
  width: 100%;
  margin: 0;
}

.body-container-wrapper .hs-form-field,
.body-container-wrapper .hs_comment {
  margin-bottom: 25px;
  display: block;
}

.body-container-wrapper textarea {
  margin-top: 20px;
}

.modal-standard__main .hs_error_rollup {
  display: none;
}

.hs-fieldtype-select.hs-form-field .hs-input option {
  color: #665d55;
}

.systems-page input.email-edit.hs-input,
#hs_cos_wrapper_password_prompt #hs-pwd-widget-password {
  border-bottom: 2px solid #aca59e;
}

.systems-page ul.no-list.hs-error-msgs {
  position: static;
}



@media (max-width: 1600px) and (min-width: 850px) {
  .form-columns-3 .hs-form-field .hs-error-msgs {
    bottom: -46px;
    right: -10px;
  }

  .form-columns-3 .hs-form-field.hs-fieldtype-checkbox {
    margin-bottom: 31px;
  }
}

@media (max-width: 1024px) {
  input.hs-input, select.hs-input, textarea.hs-input, input[type="password"] {
    font-size: 16px;
    line-height: 18.4px;
  }

  .hs-button {
    font-size: 16px;
    line-height: 18.4px;
  }

  .hs-error-msgs label {
    font-size: 12px !important;
  }

  .hs-form label {
    font-size: 16px;
  }

}

@media (max-width: 850px) {
  .form-columns-2 .hs-form-field {
    width: 100%!important;
    margin-right: 0!important;
  }

  .hs-form fieldset {
    margin-bottom: 0!important;
  }

  .hs-form-field {
    margin-bottom: 1.85rem!important;
  }

  .hs-form-field .input {
    margin-left: 0!important;
    width: 100%;
  }

  .hs-fieldtype-select:after {
    top: 0px;
  } 

  .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .hs_child_s_birthdate legend, .hs_birthdate legend, .hs_desired_start_date legend {
    position: static !important;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.footer-top-section {
    background-color: #f3ebe5 !important;
}

.ft-top-content-group h5,
.ft-top-content-group p {
    text-align: center;
}

.ft-top-content-group h5 {
    font-size: 2.25rem !important;
    font-family: 'mattervivvi-semibold' !important;
    color: #1272d9 !important;
}

.ft-top-content-group p {
    font-size: 1.25rem !important;
    font-family: 'mattervivvi-regular' !important;
    color: #1272d9 !important;
}

.side-image-form {
    margin-bottom: 2rem;
}

.ft-sign-up-btn button {
    border: none !important;
    color: #ffffff !important;
    background-color: #1272d9 !important;
    padding: 10px 20px !important;
    border-radius: 50px;
    margin-top: 1rem !important;
    font-size: 1.125rem !important;
}

.ft-sign-up-btn button:hover {
    border: none !important;
}

.footer-newsletter {
    padding: 2rem 0;
}

.footer-newsletter form {
    padding: 0 !important;
}

.footer-newsletter .hs-submit {
    margin-top: 10px;
}

.footer-newsletter h3 {
    color: #665d55;
    font-family: 'mattervivvi-medium';
    font-size: 1rem;
    margin-bottom: 2rem;
}

.footer-newsletter .hs-form-field .input {
    margin-top: 10px;
}

.footer-newsletter .hs-fieldtype-select.hs-form-field label:not(.hs-error-msg) {
    display: none;
}

.footer-newsletter .hs-fieldtype-select.hs-form-field .hs-input {
    margin-left: 0 !important;
}

.footer-newsletter form .hs-button {
    color: #1272d9 !important;
    border-color: #1272d9 !important;
}

.footer-newsletter form .hs-button:hover {
    border-bottom: 2px solid #1272d9 !important;
}

.ft-top-content-group > div {
    min-width: 100% !important;
    max-width: 100% !important;
    align-items: center;
}

.show-child {
    display: none;
}

.show-subchild {
    display: none;
}

.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    margin-left: 2rem;
}

.hs-menu-depth-3 ul.hs-menu-children-wrapper {
    margin-left: 2rem;
}

.arrow-down::after {
    content: '>';
    padding-left: 8px;
    transform: rotate(45deg);
}

.arrow-up::after {
    content: '<';
    padding-left: 8px;
    transform: rotate(45deg);
}

.subarrow-down::after {
    content: '>';
    padding-left: 8px;
    transform: rotate(45deg);
}

.subarrow-up::after {
    content: '<';
    padding-left: 8px;
    transform: rotate(45deg);
}

.hs-richtext.hs-main-font-element {
    font-size: 0.7rem;
    margin-top: 1rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  margin: 0 auto;
}

.header-inner-container {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}

.header-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-button button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  text-align: left;
  box-sizing: border-box;
  font-size: 20px;
  color: #aca59e;
  font-family: mattervivvi-medium;
  cursor: pointer;
  outline: none;
  padding-bottom: 1px !important;
}

.header-button button > span {
  border-bottom: 1px solid #aca59e;
  padding-bottom: 2px;
  display: block;
}

.col-left .header-button button > span {
  position: relative;
  bottom: 1px;
}

.header-button button:hover {
  color: #2586ec;
}

.header-button button:hover > span{
  border-color: #2586ec;
}

.col-left {
  display: flex;
  width: 30%;
  align-items: center;
}

.col-right {
  width: 30%;
  text-align: right;
}

.mobile-trigger {
  margin-right: 1rem;
}

.mobile-trigger button {
  position: relative;
  height: 1.8rem;
  width: 2.5rem;
  cursor: pointer;
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}

.mobile-trigger button {
  border-top: 5px solid #ff7f00;
  border-bottom: 5px solid #ff7f00;
}

.mobile-trigger button:after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #ff7f00;
  top: 7px;
}

.header__logo svg {
  fill: #ff7f00;
  margin-top: -4px;
  margin-bottom: 7px;
  transition: 0.1s;
}

.header__logo svg:hover {
  fill: #2586ec;
}

header.header {
  line-height: 0;
}

.col-left .header-button button {
  position: relative;
  top: 1px;
}

.custom-menu-primary {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #f3ebe5;
  transform: translate3d(-100vw,0,0);
  transition: 0.5s;
  line-height: 1;
  z-index: 99999;
}

.mobile-open .custom-menu-primary {
  transform: translateZ(0);
}

.menu__top {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: row;
  padding: 32px 72px 0;
}

body.mobile-open {
  overflow: hidden;
}

.menu__logo svg path {
  fill: #ff7f00;
}

button.menu__close {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  outline: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
  line-height: 0;
  margin-bottom: 0;
}

button.menu__close svg {
  width: 100%;
  height: 100%;
  line-height: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  max-width: 33.33333%;
  width: 100%;
  padding: 20vh 72px 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  background-color: #f3ebe5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  background-color: #faf8f7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  background-color: #f7f2ef;
}

.menu-top-icon {
  margin-bottom: 1rem;
}

.menu-top-icon svg {
  height: 3rem;
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  display: block;
  line-height: 1.35;
  transition: color .3s;
  font-size: 1.875rem;
  font-family: mattervivvi-medium;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:not(:first-child) > a {
  margin-bottom: 80px;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:not(:first-child) > ul li a {
  line-height: 1.5;
  font-size: 26px;
}

button.join-btn {
  position: relative;
  cursor: pointer;
  font-family: mattervivvi-medium;
  color: #ffffff;
  background-color: #1272d9;
  border: 1px solid #1272d9;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 4rem;
  font-size: 1.125rem;
}


.popup-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0s;
  max-height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 999999;
}

.contact-popup,
.schedule-popup,
.signup-popup {
  display: none; 
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup-wrapper {
  opacity: 1;
  background-color: rgba(255,127,0,.7);
  transition: opacity .3s;
}

body.popup-active {
  overflow: hidden;
}

.modal__inner {
  position: relative;
  width: 100%;
  max-width: 1256px;
  background: #fff;
}

button.modal__btn-close {
  position: absolute;
  top: 0;
  left: calc(100% + 2rem);
  cursor: pointer;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
  outline: none;
  width: 55px;
  height: 55px;
}

.modal__main {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  padding: 2rem 2.5rem 2.5rem;
  max-height: calc(100vh - var(--g-col-width)*2);
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-standard {
  position: relative;
}

.modal-standard__svg {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-standard__sub {
  margin-bottom: 3rem;
}

.modal-standard__sub h3 {
  color: #2586ec;
  margin-bottom: 1rem;
  font-size: 42px;
  max-width: 80%;
}

.modal-standard__sub p {
  max-width: 80%;
  margin-bottom: 3rem;
  font-size: 26px;
}

.modal-standard__main form {
  padding: 0;
  max-width: 100%;
}

.modal-standard__main {
  padding-top: 40px;
}

.modal-standard__main .form-title {
  display: none;
}

.signup-popup .modal-standard__main {
  padding-top: 30px;
}

.hs_child_s_birthdate,
.hs_birthdate,
.hs_desired_start_date {
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
  border-bottom: none;
}

.hs_child_s_birthdate label,
.hs_birthdate label,
.hs_desired_start_date label {
  margin-right: 1rem;
  white-space: nowrap;
}

.hs_child_s_birthdate legend,
.hs_birthdate legend,
.hs_desired_start_date legend {
  position: absolute;
  left: 2px;
  bottom: -1.25rem;
  font-size: 14px;
  color: #aca59e !important;
  margin: 0;
}

.hs_child_s_birthdate .hs-input,
.hs_birthdate .hs-input,
.hs_desired_start_date .hs-input {
  border-bottom: 2px solid #aca59e;
}

.schedule-popup .modal-standard__main {
  padding-top: 30px;
}

.contact-popup .modal-standard__sub h3 {
  color: #ff7f00;
}

.contact-popup form .hs-button,
.footer-form-wrapper form .hs-button {
  color: #ff7f00;
  border-color: #ff7f00;
}

.footer-menu-wrapper .hs-menu-wrapper>ul ul li a[href="javascript:;"] {
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  transition: transform var(--base-transition-time);
  --base-transition-time: 0.5s;
  z-index: 3;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
  transform: translate3d(-100%,0,0);
  z-index: 2;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
  transform: translate3d(-200%,0,0);
  z-index: 1;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
  transition: transform calc(var(--base-transition-time)*2.25);
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
  transform: translateZ(0);
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
  transform: translateZ(0);
}


@media screen and (min-width: 1024px) {
  #hs_menu_wrapper_primary_menu {
    height: 100vh;
    overflow-y: scroll;
  }

  button.join-btn {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1600px) {
  .modal__inner {
    width: var(--main-width);
    max-width: calc(100vw - var(--close-button-size)*2 - 6rem);
  }

  .modal__inner {
    --main-width: calc(var(--g-col-width)*9 + var(--g-col-gutter)*8);
    --close-button-size: 55px;
  }
}

@media (max-width: 1280px) {
  .modal__inner {
    --main-width: calc(var(--g-col-width)*11 + var(--g-col-gutter)*10);
  }
}

@media (max-width: 1024px) {

  .bnr-left-col.none {
    display: none;
  }


  .col-left .header-button {
    display: none;
  }

  .col-left {
    justify-content: center;
  }

  .header-button button {
    font-size: 16px;
  }

  .menu__top {
    position: relative;
    padding: 16px 32px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    min-width: 100%;
    max-width: 100%;
    padding: 32px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    min-height: auto;
    flex-direction: column;
  }

  .custom-menu-primary {
    overflow-y: scroll;
    height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul {
    display: flex;
    flex-direction: column;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > ul > li {
    width: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a {
    margin-bottom: 32px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul li a {
    font-size: 20px;
  }

  button.join-btn {
    margin-top: 33px;
    font-size: 16px;
  }

  .modal-standard__sub h3 {
    font-size: 32px;
  }

  .hs-form .hs_child_s_birthdate label,
  .hs-form .hs_birthdate label,
  .hs-form .hs_desired_start_date label{
    font-size: 16px;
  }

  .hs-form .hs_child_s_birthdate legend,
  .hs-form .hs_birthdate legend,
  .hs-form .hs_desired_start_date legend{
    font-size: 12px;
  }

  .modal-standard__sub p {
    font-size: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: rgba(102,93,85,1.0) !important;
  }
}


@media (max-width: 850px) {
  .col-right {
    display: none;
  }

  .col-left {
    width: auto;
  }

  .header__logo svg {
    max-height: 2.5rem;
    width: auto;
  }

  .header-inner-container {
    justify-content: space-between;
    padding-top: .8rem;
    padding-bottom: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 32px 24px;
  }

  .menu__top {
    padding: 16px 24px 0;
  }

  .modal__inner {
    max-height: calc(100vh - var(--g-col-width)*2 - var(--close-button-size));
    width: 100%;
    max-width: 100vw;
  }

  button.modal__btn-close {
    right: 1em;
    left: auto;
    top: -1em;
    transform: translate3d(0,-100%,0);
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .modal-standard__svg {
    top: auto;
    bottom: -3rem;
  }

  .modal__main:after {
    content: "";
    position: absolute;
    height: 25%;
    width: 100%;
    background-color: transparent;
  }

  .modal-standard__main .hs-submit {
    margin-top: 46px;
  }

  .hs-form .hs_child_s_birthdate label,
  .hs-form .hs_birthdate label,
  .hs-form .hs_desired_start_date label{
    min-width: 100%;
    margin-right: 0;
    margin-bottom: .25rem;
  }

  .hs_child_s_birthdate,
  .hs_birthdate,
  .hs_desired_start_date {
    flex-direction: column;
  }

  .hs-form .hs_child_s_birthdate,
  .hs-form .hs_birthdate,
  .hs-form .hs_desired_start_date {
    margin-bottom: 2.5rem!important;
  }

  .signup-popup .modal-standard__main {
    padding-top: 0;
  }

}


.hs-menu-item > div:nth-of-type(1) {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

.footer-wrapper {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.footer-inner-wrp {
  display: flex;
}

.footer-logo {
  width: 50%;
  padding-right: 10%;
}

.footer-menu-wrapper {
  width: 50%;
}

.footer-logo svg {
  height: auto;
  width: 100%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
  margin-right: 2rem;
  width: calc(33.33333% - 2rem);
  padding: .5rem 0 0 4px;
  margin-bottom: 5rem;
  border-top: 8px solid #f3ebe5;
}

.footer-menu-wrapper .hs-menu-wrapper>ul ul li a {
  margin-bottom: .5rem;
  font-size: 1rem;
  display: block;
  font-family: mattervivvi-medium;
}

.footer-menu-wrapper .hs-menu-wrapper>ul ul li:last-child > a {
  margin-bottom: 0;
}


.footer-top-section {
  background-color: rgba(243,235,229,.6);
  overflow: hidden;
  position: relative;
}

.ft-top-content-group {
  display: flex;
}

.ft-top-content-group > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  min-width: 50%;
  max-width: 50%;
  padding: 4rem 0;
}

.ft-top-content-group .ft-left-col {
  padding-right: 3rem;
}

.footer-form-wrapper .form-title {
  display: none;
}

.ft-top-content-group .ft-right-col {
  padding-left: 3rem;
}

.ft-top-content-group h5 {
  margin-bottom: 2rem;
  color: #2586ec;
  font-size: 42px;
}

.side-image-form {
  max-width: 70%;
  margin-bottom: 4rem;
}

.ft-top-content-group P {
  font-size: 26px;
  color: #2586ec;
  MARGIN: 0;
}

.ft-sign-up-btn button {
  position: relative;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: 2px solid #2586ec;
  color: #2786ec;
  font-size: 20px;
  font-family: mattervivvi-medium;
  margin-top: 1rem;
}

.ft-sign-up-btn button:hover {
  border-style: dashed;
}

.footer-top-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #f3ebe5;
}

.ft-right-col .ft-top-content-group h5 {
  color: #ff7f00;
}

.ft-form-title h5 {
  color: #ff7f00;
  margin-bottom: 1rem;
}

.ft-form-title p {
  color: #ff7f00;
}

.ft-form-title {
  max-width: 90%;
}

.email-sign-up-form form {
  padding: 0;
}

.email-sign-up-form .hs-button {
  padding-bottom: 1px !important;
  margin-top: 12px;
  color: #ff7f00 !important;
  border-color: #ff7f00 !important;
}

.email-sign-up-form .hs-form-field > label span:not(.hs-form-required) {
  display: none;
  color: #ff7f00 !important;
}

.email-sign-up-form .hs-form-field {
  width: 100%;
  margin-bottom: 13px;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #aca59e;
}

.email-sign-up-form .hs-form-field > label {
  margin: 0;
  transform: translate3d(0,2.5px,0);
  color: #ff7f00 !important;
}

.email-sign-up-form .hs-input {
  border: 0;
}

.email-sign-up-form .hs-form-field .input {
  width: 100%;
}

.email-sign-up-form .hs-form-required {
  font-size: 16px;
  color: #ff7f00;
  position: relative;
  top: 3px;
}

.email-sign-up-form form {
  margin-bottom: 1px;
  max-width: 100%;
}

.email-sign-up-form select {
  margin-left: 8px;
  color: #aca59e;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.email-sign-up-form .hs-fieldtype-select:after {
  position: absolute;
  top: 5px;
  right: 8px;
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: .8rem;
  width: .8rem;
  transform: rotate(135deg);
  color: #aca59e;
}

.footer-form-wrapper .hs_error_rollup {
  display: none;
}


.footer-form-wrapper form .hs-button {
  padding-bottom: 1px;
}


@media (max-width: 1280px) {
  .footer-menu-wrapper {
    margin-bottom: .5rem;
  }
}


@media (max-width: 1024px) {
  .footer-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: row;
  }

  .footer-menu-wrapper {
    margin-bottom: .25rem;
  }

  button.ft-sign-up-btn button {
    font-size: 16px;
  }

  .ft-top-content-group P {
    font-size: 20px;
  }

  .ft-top-content-group h5 {
    font-size: 32px;
  }

  .email-sign-up-form .hs-button {
    font-size: 16px;
    padding-bottom: 0 !important;
  }

  .email-sign-up-form .hs-input {
    font-size: 16px;
    line-height: 18px;
  }

  .ft-sign-up-btn button {
    font-size: 16px;
    line-height: 18.4px;
  }

}


@media (max-width: 850px) {
  .footer-inner-wrp {
    flex-direction: column-reverse;
  }

  .footer-logo {
    width: 80%;
    padding: 0;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
  }

  .footer-menu-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .footer-logo {
    margin-bottom: -3px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul>li {
    max-width: calc(50% - 1rem);
    width: calc(50% - 1rem);
    margin-right: 0!important;
    margin-bottom: 2rem;
    border-top-width: 4px;
    font-size: 18px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ft-top-content-group>div {
    width: 100%;
    max-width: 100%;
    padding: 48px 24px !important;
  }

  .ft-top-content-group {
    flex-direction: column;
  }

  .footer-top-section:after {
    display: none;
  }

  .footer-top-section .footer__container {
    max-width: 100%;
  }

  .email-sign-up-form .hs-form-field {
    margin-bottom: 23px;
  }

  .side-image-form {
    max-width: 100%;
  }

  .ft-left-col {
    background-color: #f3ebe5;
  }

  .side-image-form {
    margin-bottom: 2rem;
  }

  .email-sign-up-form form {
    margin-bottom: 5px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
  margin-bottom: 0;
}

.blog-header__form {
  margin: 0 1rem;
}

h2.post-listing-simple {
  clear: both;
  width: 100%;
}

h2.post-listing-simple a {
  color: inherit;
  text-decoration: none;
}

.blog-index__post-content a:hover {
  color: inherit;
  text-decoration: none;
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
  display: none;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
  border: none;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}



@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 3.3rem;
  margin-left: 0 !important;
  margin-top: 25px;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0px;
}

.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.blog-post__tag-link {
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}


.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*  Blog Listing with Sidebar  */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.post-description h2 a {
  color: inherit;
  text-decoration: none;
}

.section.post-footer {
  margin-top: 40px;
}

.blog-header__author-social-links {
  margin-top: 30px;
}


@media (max-width: 991px) {
  .hs-blog-listing .blog-sidebar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .hs-blog-listing .blog-index {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-recent-posts__list {
    display: block;
  }

  .post-item > .page-center {
    display: block;
    margin-bottom: 30px;
  }

  .hs-blog-listing .blog-index {
    padding-top: 0;
  }

  .blog-recent-posts__post {
    padding: 1rem 0px;
  }
}



@media (max-width: 991px) {
  .hs-blog-listing .blog-sidebar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .hs-blog-listing .blog-index {
    width: 100%;
    padding-top: 0;
  }

}

@media (max-width: 767px) {
  .blog-recent-posts__list {
    display: block;
  }

  .post-item > .page-center {
    display: block;
    margin-bottom: 30px;
  }

  .blog-index__post {
    padding: 1rem 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

/***** Password Protected Page CSS *****/
.password-page-title { width: 100%; display: inline-block; text-align: center; padding-top: 50px; }
.password-page-cols { width: 100%; display: inline-block; padding-top: 70px; padding-bottom: 150px; position: relative; }
.password-page-cols .content-wrapper { width: 830px; }
.password-page-cols:before { background-image: url(https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/1920_lion_bg.jpg) !important; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.password-page-inner { display: flex; flex-direction: row; }
.password-page-cols .left-col { display: inline-block; width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 20px 30px 20px; }
.password-page-cols .systems-page.right-col { display: inline-block; width: 49%; border-left: 3px solid #f3ebe5; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; }
.password-page-cols .systems-page form { padding: 20px; }
.password-page-cols .systems-page form input[type="password"] { padding: 8px 0; }


@media (max-width: 767px){
  .password-page-cols .content-wrapper { width: 100%; }
  .password-page-inner { display: inline-block; width: 100%; }
  .password-page-cols .left-col { display: inline-block; width: 100%; padding-left: 0; padding-right: 0; }
  .password-page-cols .systems-page.right-col { display: inline-block; width: 100%; border: none; margin-left: 0; padding: 0; }
  .password-page-cols .systems-page form { padding: 0; }
}

html {
  scroll-behavior: smooth;
}
/* .container-fluid.body-container.body-container__website { position: relative; }
.container-fluid.body-container.body-container__website:after {content: '';position: absolute;left: 0;bottom: 0;background-image: url(https://7061949.fs1.hubspotusercontent-na1.net/hubfs/7061949/1920_lion_bg.jpg) !important;background-size: cover !important;background-position: center top !important;background-repeat: no-repeat !important;width: 100%;height: 520px;z-index: -1;} */