/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Sticky Footer */
html,
body {
  height: 100%;
}

.body-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}

div[data-global-resource-path*="header"] {
  grid-row-start: 1;
  grid-row-end: 2;
  min-width: 0; /* Fixes width issues on smaller screens */
}

div[data-global-resource-path*="footer"] {
  grid-row-start: 3;
  grid-row-end: 4;
  min-width: 0; /* Fixes width issues on smaller screens */
}

.body-container-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
  min-width: 0; /* Fixes width issues on smaller screens */
}

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:after {
  clear: both;
  content: '';
  display: table;
}

.row-fluid [class*='span'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/* Clearfix */

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

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section .dnd-module.widget-span {
  padding: 0 20px;
}

.dnd-section[class*="force-full-width-section"]>.row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
  padding: 0;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 0 24px;
  }

  .dnd-section > .row-fluid {
    margin: 0 auto;
    padding: 0 12px;
  }
  
  .dnd-section .dnd-module.widget-span {
    padding: 0 12px;
  }  
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

html {
  font-variant-numeric: lining-nums;
  line-height: 160%;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 25px;
}

/* Anchors */

a {
  cursor: pointer;
  transition: color 0.15s linear;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 160%;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
}

h4,
h5,
h6 {
  margin: 0 0 1em;
}

/* Lists */

ul,
ol {
  margin: 0 0 25px;
  padding-left: 25px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 25px;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

hr {
  border: 0;
  border-bottom: 1px solid #CCC;
  margin: 25px 0;
}

/* Image alt text */

img {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}


/* Custom Fonts */

@font-face {
  font-family: 'Thesaurus Std';
  src: local("Thesaurus"),
  local("Thesaurus-Regular"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/ThesaurusStd/ThesaurusStd-Regular.woff2') format("woff2"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/ThesaurusStd/ThesaurusStd-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thesaurus Std';
  src: local("Thesaurus"),
  local("Thesaurus-Medium"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/ThesaurusStd/ThesaurusStd-Medium.woff2') format("woff2"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/ThesaurusStd/ThesaurusStd-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Verlag';
  src: local("Verlag"),
  local("Verlag"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/Verlag/Verlag-Book.woff2') format("woff2"),
  url('//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/fonts/Verlag/Verlag-Book.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bigger {
  display: inline-block;
  font-size: 140%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #E6E6E6 !important;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  padding-top: 32px;
  position: relative;
}

/* Labels */

form label {
  display: block;
  font-family: 'Thesaurus Std', serif;
}

.hs-form-field>label {
  color: #231F20;
  font-size: 14px;
  left: 0;
  letter-spacing: -0.02em;
  line-height: 166.5%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  transform: translateY(32px);
  transition: transform 0.1s linear;
}

.hs-form-field.freeze>label,
.hs-form-field:focus-within>label {
  transform: translateY(9px);
}

.hs-fieldtype-file.hs-form-field>label {
  margin-bottom: 10px;
  position: relative;
  transform: translateY(0);
}

/* Help text */

form legend {
  font-size: 14px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form textarea {
  background: none;
  border-radius: 0;
  border-color: rgba(35, 31, 32, 0.2);
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  line-height: 160%;
  padding: 0 0 8px;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form input[type=date]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(35, 31, 32, 1);
  outline: 0;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10'%3E%3Cpath stroke='%23231F20' d='m1 1 7.5 7.5L16 1'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 10px;
  padding: 0 31px 8px 0;
}

form textarea {
  height: 70px;
  resize: none;
}

form fieldset {
  margin: 0 -15px !important;
  max-width: none !important;
}

form fieldset .hs-form-field {
  padding-left: 15px;
  padding-right: 15px;
}

form fieldset .hs-form-field>label {
  padding: 0 15px;
}

form fieldset .hs-fieldtype-file.hs-form-field>label {
  padding: 0;
}

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

form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list li {
  display: block;
  margin: 8px 0 0;
}

form .inputs-list li:first-child {
  margin-top: 0;
}

form input[type='checkbox'],
form input[type='radio'] {
  cursor: pointer;
}

form .inputs-list .hs-form-booleancheckbox-display,
form .inputs-list .hs-form-checkbox-display,
form .inputs-list .hs-form-radio-display {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 166%;
  position: relative;
}

form .inputs-list .hs-form-booleancheckbox-display>input[type='checkbox'],
form .inputs-list .hs-form-checkbox-display>input[type='checkbox'],
form .inputs-list .hs-form-radio-display>input[type='radio'] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

form .inputs-list .hs-form-booleancheckbox-display>span,
form .inputs-list .hs-form-checkbox-display>span,
form .inputs-list .hs-form-radio-display>span {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

form .inputs-list .hs-form-booleancheckbox-display>span::before,
form .inputs-list .hs-form-checkbox-display>span::before,
form .inputs-list .hs-form-radio-display>span::before {
  border: 1px solid #031E2F;
  content: '';
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
}

form .inputs-list .hs-form-checkbox-display>input[type='checkbox']:checked+span::before,
form .inputs-list .hs-form-booleancheckbox-display>input[type='checkbox']:checked+span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23031E2F' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

form .inputs-list .hs-form-radio-display>span::before {
  border-radius: 100%;
}

form .inputs-list .hs-form-radio-display>input[type='radio']:checked+span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23031E2F' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10'%3E%3Cpath stroke='%23231F20' d='m1 1 7.5 7.5L16 1'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

form .hs-dateinput input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  min-height: 30.59px;
  text-align: left;
}

form .hs-dateinput input::-webkit-date-and-time-value {
  text-align: left;
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  border-radius: 0;
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

form .datepicker-header .datepicker-controls .button {
  text-transform: none;
}

form .datepicker-controls .button {
  color: #031e2f;
}

form .datepicker-controls button:disabled,
form .datepicker-controls .button:disabled {
  opacity: 0;
}

form .datepicker span,
form .datepicker-cell.focused:not(.selected) {
  color: #031e2f;
}

form .datepicker-cell.selected,
form .datepicker-cell.selected:hover {
  background-color: #031e2f;
}

form .datepicker-cell.next:not(.disabled),
form .datepicker-cell.prev:not(.disabled),
form .datepicker-cell.disabled {
  color: #031e2f;
}

form .datepicker-cell.next:not(.disabled),
form .datepicker-cell.prev:not(.disabled) {
  opacity: 0.6;
}

form .datepicker-cell.disabled {
  opacity: 0.2;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 0;
  font-family: "Thesaurus Std";
  padding: 0;
}

form input[type=file]::file-selector-button {
  background-color: #031E2F;
  border: 1px solid #031E2F;
  color: #FFF;
  cursor: pointer;
  font-family: "Thesaurus Std";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 166%;
  margin-right: 30px;
  padding: 7px 10px 6px;
  text-align: center;
  width: 116px;
}

form input[type=file]::file-selector-button:hover,
form input[type=file]::file-selector-button:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.hs-fieldtype-file>.input {
  position: relative;
}

.hs-fieldtype-file>.input::after {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(35, 31, 32, .2);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 146px;
  position: absolute;
  right: 0;
}

/* Schedule a Meeting */

.form_richtext .hs-schedule_a_meeting {
  display: flex;
}

.form_richtext .hs-schedule_a_meeting.hs-form-field>label {
  flex-shrink: 0;
  position: relative;
  transform: translateY(0);
}

.form_richtext .hs-schedule_a_meeting.hs-form-field.freeze>label,
.form_richtext .hs-schedule_a_meeting.hs-form-field:focus-within>label {
  transform: translateY(0);
}

.form_richtext form fieldset .hs-schedule_a_meeting.hs-form-field>label {
  padding-left: 0;
  padding-right: 20px;
}

.form_richtext form .hs-schedule_a_meeting .inputs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form_richtext form .hs-schedule_a_meeting .inputs-list li {
  margin: 0;
}

.form_richtext form .hs-schedule_a_meeting .inputs-list .hs-form-radio-display>span::before {
  border-radius: 0;
}

.form_richtext form .hs-schedule_a_meeting .inputs-list .hs-form-radio-display>input[type='radio']:checked+span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23031E2F' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 14px;
  margin: 0 0 22px;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 1em !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  font-size: 14px;
  margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 39px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .hs-form-field {
    padding-top: 24px;
  }

  .hs-form-field>label {
    font-size: 16px;
    transform: translateY(24px);
  }

  .hs-form-field.freeze>label,
  .hs-form-field:focus-within>label {
    transform: translateY(5px);
  }

  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    padding: 0 0 4px;
  }

  form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10'%3E%3Cpath stroke='%23031E2F' stroke-width='2' d='m1 1 7.5 7.5L16 1'/%3E%3C/svg%3E");
    background-size: 15px 7.5px;
    padding: 0 31px 4px 0;
  }

  form input[type=submit],
  form .hs-button {
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .hs-form-field {
    padding-top: 32px;
  }

  .hs-form-field>label {
    font-size: 20px;
    transform: translateY(27px);
  }

  .hs-form-field.freeze>label,
  .hs-form-field:focus-within>label {
    transform: translateY(5px);
  }

  form input[type=file]::file-selector-button {
    margin-right: 20px;
  }

  .hs-fieldtype-file>.input::after {
    left: 136px;
  }

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

  form input[type=submit],
  form .hs-button {
    margin-top: 32px;
  }
}

@media (max-width: 501px) {
  .hs_why_are_you_interested_in_becoming_a_stdalfour_connoisseur {
    padding-top: 66px;
  }
}

@media (max-width: 466px) {
  .hs_please_tell_us_more_about_you_and_what_makes_you_unique {
    padding-top: 66px;
  }
}

@media (max-width: 435px) {
  .hs_how_would_you_promote_our_brand_and_our_products {
    padding-top: 66px;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 25px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header.header {
  background: #FBF8F2;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 24px 0;
}

html.sticky-header header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header__container.content-wrapper {
  max-width: 1360px;
}

.header__row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 181px;
  overflow: hidden;
}

.header__logo .logo-company-name {
  font-size: 18px;
}

/* Navigation */

.header__navigation {
  padding-right: 19px;
}

.header__navigation .menu--desktop li.menu__item--depth-1 {
  margin-left: 40px;
  padding: 10px 0;
}

.header__navigation .menu--desktop .menu__link {
  color: #031E2F;
  display: inline-block;
  font-family: 'Thesaurus Std', sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.header__navigation .menu--desktop .menu__link:hover,
.header__navigation .menu--desktop .menu__link:focus {
  color: #031E2F;
}

.header__navigation .menu--mobile {
  text-align: center;
}

.header__navigation .menu--mobile li.menu__item--depth-1 {
  margin: 0 0 57px;
}

.header__navigation .menu--mobile .menu__link {
  background: none;
  color: #031E2F;
  font-family: 'Thesaurus Std', sans-serif;
  font-size: 30px;
  line-height: 120%;
}

/* Mobile toggles */

@media (min-width: 1025px) {
  .header__navigation--toggle,
  .header__close--toggle {
    display: none;
  }
  
  /*   START -- NEW ICON IN "LA RESERVE" MENU ITEM */
  #hs_cos_wrapper_navigation_primary [href*=la-reserve] {
    position: relative;
  }

  #hs_cos_wrapper_navigation_primary [href*=la-reserve]:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-image: url(//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/images/new-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px auto;
    color: #fff;
    content: "NEW";
    display: block;
    font-size: 16px;
    left: 50%;
    letter-spacing: 0;
    line-height: 190%;
    line-height: 1;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    top: 7px;
    transform: translateX(-50%);
    width: 80px;
    z-index: 1;
    transform: none;
    left: unset;
    right: 5px;
  }
  /*   END -- NEW ICON IN "LA RESERVE" MENU ITEM */

  /*   START -- NEW ICON IN "St. Dalfour x Der Feinschmecker" MENU ITEM */
  #hs_cos_wrapper_navigation_primary [href*=st-dalfour-x-der-feinschmecker] {
    position: relative;
  }

  #hs_cos_wrapper_navigation_primary [href*=st-dalfour-x-der-feinschmecker]:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-image: url(//20860304.fs1.hubspotusercontent-na1.net/hubfs/20860304/raw_assets/public/stdalfour/images/new-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px auto;
    color: #fff;
    content: "NEW";
    display: block;
    font-size: 16px;
    left: 50%;
    letter-spacing: 0;
    line-height: 190%;
    line-height: 1;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    top: 7px;
    transform: translateX(-50%);
    width: 80px;
    z-index: 1;
    transform: none;
    left: unset;
    right: 5px;
  }
  /*   END -- NEW ICON IN "St. Dalfour x Der Feinschmecker" MENU ITEM */
  
}

@media (max-width: 1024px) {
  header.header {
    padding: 32px 0 17px;
  }

  .header__container {
    align-items: flex-end;
  }

  .header__navigation {
    background-color: #FBF8F2;
    display: none;
    left: 0;
    height: calc(100vh - 117px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: 0;
    top: 117px;
    z-index: 2;
  }

  .header__navigation.open {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  #hs_cos_wrapper_navigation_primary {
    padding-top: 57px;
    width: 100%;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
  }

  .header__navigation--toggle:hover,
  .header__navigation--toggle:focus,
  .header__close--toggle:hover,
  .header__close--toggle:focus {
    background-color: transparent;
    border: 0;
    color: #000000;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle {
    margin-bottom: 12px;
  }

  .header__close--toggle {
    color: #000000;
    display: none;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 15px;
  }

  .header__close--toggle.show {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }

  .header__navigation--toggle svg,
  .header__close--toggle svg {
    display: block;
    stroke: #031E2F;
  }

  .header__navigation--toggle svg {
    width: 40px;
  }

  .header__close--toggle svg {
    margin-left: 15px;
    width: 19px;
  }
}

@media (max-width: 767px) {
  header.header {
    padding: 62px 0 13px;
  }

  .header__container {
    align-items: center;
  }

  .header__logo {
    max-width: 122px;
  }

  .header__navigation {
    height: calc(100vh - 121px);
    top: 121px;
  }

  .header__navigation.open {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  #hs_cos_wrapper_navigation_primary {
    padding-top: 57px;
    width: 100%;
  }

  .header__navigation--toggle {
    margin-bottom: 0;
  }

  .header__navigation--toggle svg {
    width: 35px;
  }

  .header__close--toggle.show {
    flex-flow: row-reverse wrap;
  }

  .header__close--toggle svg {
    margin-left: 0;
    margin-right: 15px;
    width: 19px;
  }
}
.footer {
  background-color: #FBF8F2;
  color: #031E2F;
  padding: 40px 0 0;
}

#hs_cos_wrapper_footer_logo {
  margin: 0 auto 57.59px;
  max-width: 1280px;
  position: relative;
  text-align: center;
}

#hs_cos_wrapper_footer_logo:before {
  background-color: #707070;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#hs_cos_wrapper_footer_logo_hs_logo_widget {
  background-color: #FBF8F2;
  padding: 0 102.5px;
  position: relative;
}

#hs_cos_wrapper_footer_nav_large,
#hs_cos_wrapper_footer_nav {
  color: #031E2F;
  font-family: 'Thesaurus Std';
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 47.41px;
  text-align: center;
}

#hs_cos_wrapper_footer_nav_large a,
#hs_cos_wrapper_footer_nav a {
  color: inherit;
  text-decoration: none;
}

#hs_cos_wrapper_footer_nav ul.menu__wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
}

#hs_cos_wrapper_footer_nav .menu__item {
  display: block;
}

#hs_cos_wrapper_footer_nav .menu__item--has-submenu {
  padding: 0 10px;
}

#hs_cos_wrapper_footer_nav .menu__submenu {
  left: 100%;
  top: -5px;
}

#hs_cos_wrapper_footer_nav .menu__submenu--level-2 {
  margin-left: 0 !important;
  transform: none;
}

#hs_cos_wrapper_footer_nav .menu__submenu--level-2 > .menu__item:first-child:before {
  left: -7.5px;
  top: 21px;
  transform: rotate(45deg);
}

#hs_cos_wrapper_footer_nav_small {
  font-family: 'Thesaurus Std';
  color: #031E2F;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 29px;
  text-transform: uppercase;
}

#hs_cos_wrapper_footer_nav_small .hs-menu-wrapper ul {
  justify-content: center;
}

#hs_cos_wrapper_footer_nav_small .hs-menu-depth-1 {
  margin: 0 26px;
}

#hs_cos_wrapper_footer_nav_small a {
  color: inherit;
  text-decoration: none;
}

#hs_cos_wrapper_newsletter {
  margin: 0 auto;
  max-width: 409px;
}

#hs_cos_wrapper_newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #031E2F;
}

#hs_cos_wrapper_newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #031E2F;
}

#hs_cos_wrapper_newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #031E2F;
}

#hs_cos_wrapper_newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #031E2F;
}

#hs_cos_wrapper_newsletter form {
  padding-right: 11px;
  position: relative;
}

#hs_cos_wrapper_newsletter form input[type=text],
#hs_cos_wrapper_newsletter form input[type=email],
#hs_cos_wrapper_newsletter form input[type=password],
#hs_cos_wrapper_newsletter form input[type=tel],
#hs_cos_wrapper_newsletter form input[type=number],
#hs_cos_wrapper_newsletter form input[type=file],
#hs_cos_wrapper_newsletter form select,
#hs_cos_wrapper_newsletter form textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #031E2F;
  color: #031E2F;
  font-family: 'Thesaurus Std', sans-serif;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 99px 12px 22px;
}

#hs_cos_wrapper_newsletter .hs-form-field {
  margin: 25px 0 0;
  padding: 0;
}

#hs_cos_wrapper_newsletter .hs-form-field:first-child {
  margin: 0;
}

#hs_cos_wrapper_newsletter .hs-form-field>label {
  display: none;
}

#hs_cos_wrapper_newsletter .hs-form-field>.input {
  position: relative;
  padding-left: 9px;
}

#hs_cos_wrapper_newsletter .hs-form-field>.input:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 35'%3E%3Cpath fill='%23031E2F' d='M2.6 27.493a20.37 20.37 0 0 0 7.079 7.453V0a20.37 20.37 0 0 0-7.077 7.45A20.824 20.824 0 0 0 0 17.468c.01 3.513.905 6.964 2.6 10.024Z'/%3E%3Cpath fill='%23F8F7F4' d='M3.6 27.493a20.37 20.37 0 0 0 7.079 7.453V0a20.37 20.37 0 0 0-7.077 7.45A20.824 20.824 0 0 0 1 17.468c.01 3.513.905 6.964 2.6 10.024Z'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}

#hs_cos_wrapper_newsletter form input[type=submit],
#hs_cos_wrapper_newsletter form .hs-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 101 49'%3E%3Cpath fill='%23FBF8F2' stroke='%23031E2F' d='M90.07 41.627V48.5H10.204v-7.154l-.24-.146a19.665 19.665 0 0 1-6.923-7.123A19.546 19.546 0 0 1 .5 24.5c.012-3.355.888-6.65 2.544-9.573a19.666 19.666 0 0 1 6.92-7.119l.241-.146V.5H90.07v7.162l.241.146a19.666 19.666 0 0 1 6.92 7.12 19.546 19.546 0 0 1 2.544 9.572 19.545 19.545 0 0 1-2.542 9.577A19.666 19.666 0 0 1 90.31 41.2l-.24.146v.282Z'/%3E%3Cpath stroke='%23031E2F' d='M38 24.657h23M61.656 24.657 56 19l5.658 5.655L56 30.314l5.656-5.657Z'/%3E%3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 101 49px;
  border-radius: 0;
  border: 0;
  font-size: 0;
  height: 49px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100.27px;
  position: absolute;
  top: 0;
  right: 0;
}

#hs_cos_wrapper_newsletter form input[type=submit]:hover,
#hs_cos_wrapper_newsletter form input[type=submit]:focus,
#hs_cos_wrapper_newsletter form .hs-button:hover,
#hs_cos_wrapper_newsletter form .hs-button:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 101 49'%3E%3Cpath fill='%23031E2F' stroke='%23031E2F' d='M90.07 41.627V48.5H10.204v-7.154l-.24-.146a19.665 19.665 0 0 1-6.923-7.123A19.546 19.546 0 0 1 .5 24.5c.012-3.355.888-6.65 2.544-9.573a19.666 19.666 0 0 1 6.92-7.119l.241-.146V.5H90.07v7.162l.241.146a19.666 19.666 0 0 1 6.92 7.12 19.546 19.546 0 0 1 2.544 9.572 19.545 19.545 0 0 1-2.542 9.577A19.666 19.666 0 0 1 90.31 41.2l-.24.146v.282Z'/%3E%3Cpath stroke='%23FBF8F2' d='M38 24.657h23'/%3E%3Cpath fill='%23FBF8F2' stroke='%23FBF8F2' d='M61.656 24.657 56 19l5.658 5.655L56 30.314l5.656-5.657Z'/%3E%3C/svg%3E");
}

.footer-last-row {
  align-items: center;
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  line-height: 17px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 65px 0 40px;
}

.footer-last-row .copy-links {
  display: flex;
  flex-flow: row wrap;
}

.footer-last-row .copyright {
  margin: 5px 27px 5px 0;
}

#hs_cos_wrapper_footer_links {
  margin: 5px 0;
}

#hs_cos_wrapper_footer_links a {
  color: inherit;
  text-decoration: none;
}

#hs_cos_wrapper_footer_socials .social-links__link {
  margin: 0 10px;
}

.footer-last-row .website-design {
  text-align: right;
  margin: 5px 0;
}

.footer-last-row .website-design a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1025px) {
  #hs_cos_wrapper_footer_nav .menu__submenu .menu__link {
    padding: 5px 10px;
  }

  #hs_cos_wrapper_footer_nav .menu__submenu--level-2>.menu__item {
    font-size: 30px;
    text-align: center;
  }

  #hs_cos_wrapper_footer_nav .menu__child-toggle-icon {
    transform: rotate(-90deg);
  }
}

@media (max-width: 1024px) {
  #hs_cos_wrapper_footer_logo_hs_logo_widget {
    padding: 0 62.5px;
  }

  #hs_cos_wrapper_footer_nav_large,
  #hs_cos_wrapper_footer_nav {
    font-size: 32px;
    line-height: 38px;
  }

  #hs_cos_wrapper_footer_nav_large .hs-menu-depth-1,
  #hs_cos_wrapper_footer_nav .hs-menu-depth-1 {
    margin: 0 0 10px;
  }

  #hs_cos_wrapper_footer_nav .menu__submenu {
    padding: 0;
  }

  #hs_cos_wrapper_footer_nav .menu__item--has-submenu {
    padding-bottom: 0;
  }

  #hs_cos_wrapper_footer_nav .menu__submenu .menu__link {
    background-color: transparent;
    padding: 0;
  }

  #hs_cos_wrapper_footer_nav_small {
    font-weight: 400;
  }

  .footer-last-row {
    align-items: flex-end;
    display: grid;
    font-size: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "footerSocial footerSocial"
      "footerLinks footerWebsiteDesign";
    line-height: 19px;
    padding: 45px 0 32px;
  }

  #hs_cos_wrapper_footer_socials {
    grid-area: footerSocial;
    margin-bottom: 43px;
  }

  .copy-links {
    grid-area: footerLinks;
  }

  .footer-last-row .website-design {
    grid-area: footerWebsiteDesign;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 64px 0 0;
  }

  #hs_cos_wrapper_footer_logo {
    margin: 0 auto 48px;
  }

  #hs_cos_wrapper_footer_logo_hs_logo_widget {
    padding: 0 16px;
  }

  #hs_cos_wrapper_footer_logo .hs-image-widget {
    width: 156px;
  }

  #hs_cos_wrapper_footer_nav_large,
  #hs_cos_wrapper_footer_nav {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 44px;
  }

  #hs_cos_wrapper_footer_nav_large .hs-menu-depth-1,
  #hs_cos_wrapper_footer_nav .hs-menu-depth-1 {
    margin: 0 0 4px;
  }

  #hs_cos_wrapper_footer_nav_small {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 58px;
  }

  #hs_cos_wrapper_footer_nav_small .hs-menu-depth-1 {
    margin: 0 22.5px;
  }

  .footer-last-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "footerSocial"
      "footerLinks"
      "footerWebsiteDesign";
    padding: 40px 0 32px;
  }

  #hs_cos_wrapper_footer_socials {
    margin-bottom: 65px;
  }

  #hs_cos_wrapper_footer_links .hs-menu-wrapper ul {
    justify-content: center;
  }

  .footer-last-row .copy-links {
    display: block;
  }

  .footer-last-row .copyright {
    margin: 0 0 9px;
    text-align: center;
  }

  #hs_cos_wrapper_footer_links {
    margin: 0;
  }

  .footer-last-row .website-design {
    margin: 9px 0 0;
    text-align: center;
  }
}
/* Logo */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Form */

.hs_cos_wrapper_type_form .form-title {
  color: #031E2F;
  font-family: "Thesaurus Std", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 -19px;
}

@media (max-width: 1024px) {
  .hs_cos_wrapper_type_form .form-title {
    margin: 0 0 1px;
  }
}

@media (max-width: 767px) {
  .hs_cos_wrapper_type_form .form-title {
    font-size: 32px;
    margin: 0 0 -11px;
  }
}

/* GLightbox */
body.glightbox-open {
  overflow: visible;
}

div.gslide-inline {
  max-height: calc(100vh - 200px);
}

.glightbox-clean button.gprev,
.glightbox-clean button.gnext {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 51.94px auto;
  border: 0;
  height: 38.45px;
  padding: 0;
  width: 51.94px;
}

.glightbox-clean button.gprev svg,
.glightbox-clean button.gnext svg {
  display: none;
}

.glightbox-clean button.gprev:hover,
.glightbox-clean button.gprev:focus,
.glightbox-clean button.gnext:hover,
.glightbox-clean button.gnext:focus {
  background-color: transparent;
  border: 0;
}

.glightbox-clean button.gprev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 39'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M19.225 38.45c0-10.618-8.607-19.225-19.225-19.225 10.618 0 19.225-8.607 19.225-19.225M51.931 19.45l-50.754-.354'/%3E%3C/svg%3E");
}

.glightbox-clean button.gnext {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 52 39'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M32.713 38.45c0-10.618 8.608-19.225 19.225-19.225-10.617 0-19.225-8.607-19.225-19.225M.007 20.45l50.754-.354'/%3E%3C/svg%3E");
}

.glightbox-clean .gprev.glightbox-button-hidden,
.glightbox-clean .gnext.glightbox-button-hidden {
  display: none !important;
}

.glightbox-clean button.gclose {
  background-color: transparent;
  height: 19px;
  opacity: 1;
  padding: 0;
  right: 40px;
  top: 40px;
  width: 71px;
}

.glightbox-clean button.gclose:hover,
.glightbox-clean button.gclose:focus {
  background-color: transparent;
  border: 0;
}

.glightbox-clean button.gclose:before {
  color: #FBF8F2;
  content: "Close";
  font-family: 'Thesaurus Std', serif;
  font-size: 18px;
  font-weight: 400;
  left: 0;
  line-height: 110%;
  margin-right: auto;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
}

.glightbox-clean button.gclose svg {
  margin-left: auto;
  width: 19px;
}

@media (max-width: 1024px) {
  .glightbox-clean button.gclose {
    right: 30px;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .glightbox-clean button.gclose {
    right: 32px;
    top: 32px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}