/* benivo.com 2020 in Adobe fonts */
@import url("https://use.typekit.net/fbx6llz.css");


/* Generic */
*, *: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 */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

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

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

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

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

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

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

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

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

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

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

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* 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;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

/* this should be the same as the headers / footers */
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */
/* 
  * https://www.freecodecamp.org/news/8-point-grid-typography-on-the-web-be5dc97db6bc/ 
  * https://www.designsystems.com/space-grids-and-layouts/
  * https://medium.com/sketch-app-sources/exploring-responsive-type-scales-cf1da541be54
  * https://www.modularscale.com/?1&em&1.333?1&em&1.333
  * https://www.impactbnd.com/blog/how-font-sizes-effect-ux
  * https://type-scale.com/
  * https://atlassian.design/guidelines/product/foundations/typography
  * https://medium.com/nextux/a-quick-guide-to-creating-a-design-system-7888e267171f
  * https://web.dev/responsive-web-design-basics/
  * https://atlassian.design/guidelines/marketing/foundations/typography
  */

body {
  font-family: proxima-nova, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

/* Paragraphs */

p {
  font-size: 1rem;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: ;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: ;
}

a:active, a:focus {
  text-decoration: underline;
  color: ;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: ;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0;
  word-break: break-word;
}

h1 {
  font-size: 3.25rem;
  line-height: 1.1;
}

h2 {
  color: ;
  font-size: 2.25rem;
  line-height: 1.22;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.33;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}


/* Horizontal rules */

hr {
  background-color: ;
  border: none;
  color: ;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: ;
}

.disable-focus-styles :focus {
  outline: none;
}
/*
button,
.button,
.inverted-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.inverted-button:hover,
.inverted-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active,
.inverted-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}*/


/* Form */

form {
  --form-error-msg-col: #EF6B51;
  --form-error-border-col: #EF6B51;
  --form-input-bg-col: #fff;
  --form-col: #33475B;
  --form-placeholder-col: #BFBFBF;
  --form-border-col: #D1D6DC;
  --form-outline-col: rgba(82, 168, 236, 0.8);
  --form-pika-btn-bg-col: #343A40;
  --form-pika-btn-col: #fff;
  --form-btn-bg-col: #1692FF;
  --form-btn-hover-bg-col: #0075DB;
  --form-btn-active-bg-col: #003C70;
  --form-btn-col: #fff;
  --form-btn-hover-col: #fff;
  --form-btn-active-col: #fff;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: var(--form-col);
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: var(--form-col);
  font-size: 0.875rem;
}

.form-title {
  margin-bottom: 1rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: var(--form-input-bg-col);
  border: 2px solid var(--form-border-col);
  border-radius: 3px;
  color: var(--form-col);
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: var(--form-outline-col);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: var(--form-placeholder-col) ;
}

::-moz-placeholder {
  color: var(--form-placeholder-col) ;
}

:-ms-input-placeholder {
  color: var(--form-placeholder-col) ;
}

:-moz-placeholder {
  color: var(--form-placeholder-col) ;
}

::placeholder {
  color: var(--form-placeholder-col) ;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form-col);
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--form-pika-btn-col);
}

.fn-date-picker td.is-today .pika-button {
  color: var(--form-pika-btn-bg-col);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--form-pika-btn-bg-col);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--form-pika-btn-bg-col) !important;
  border-radius: 0 !important;
  color: var(--form-pika-btn-col);
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: var(--form-error-border-col);
}

.hs-error-msg {
  color: var(--form-error-msg-col);
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: var(--form-btn-bg-col);
  border-width: 1px;
  border-style: solid;
  border-color: var(--form-btn-bg-col);
  border-radius: 0.25rem;
  color: var(--form-btn-col);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: auto;
  margin: 0;
  font-size: 1rem; line-height: 1.5rem; 
  padding-top: 0.75rem;
padding-right: 2rem;
padding-bottom: 0.75rem;
padding-left: 2rem;
 
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  letter-spacing: normal;
  appearance: button;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--form-btn-hover-bg-col);
  border-color: var(--form-btn-hover-bg-col);

  color: var(--form-btn-hover-col);
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--form-btn-active-bg-col);
  border-color: var(--form-btn-active-bg-col);

  color: var(--form-btn-active-col);
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* overrides - Hs seems to inject weird CSS for some forms -   */

form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;  
}

@media (min-width:768px) {
  form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
  }

  form.hs-form fieldset.form-columns-2 .hs-form-field:first-of-type {
    padding-right: 1rem;
  }

  form.hs-form fieldset.form-columns-1 .input {
    margin-right: 0.25rem;
  }
    
  form.hs-form fieldset.form-columns-2 .input {
    margin-right: 0.25rem;
  }    
} 

form.inline-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;  
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

form.inline-form div {
  margin-right: 0.5rem;
}

form.inline-form div.hs-submit {
  /* hacky calculation ... urgh! makes sure the field and button are aligned*/
  padding-top: calc(1.5 * 0.875rem + 0.35rem - 1px); 
}




/* Components */



/* Header container */

body {
  --main-nav-height: 68px;
  --mobile-header-height: 150px;
  --subheader-height: 36px;
  --header-background-color: rgba(255,255,255,1.0);
  --announcement-bar-color: #bc0a6f;
}

.announcement__bar {
  margin-top: calc(var(--main-nav-height) + var(--subheader-height) ) ;
  background-color: var(--announcement-bar-color); 
  display: flex; 
  align-items: center; 
  color:#fff; 
  font-weight:500;  
}

.announcement__bar__container {
  padding: 0.5rem 1rem; 
  display: flex; 
  column-gap: 1rem; 
  align-items: center; 
  width:100%; 
  justify-content:center;
}

.header {
  background-color: var(--header-background-color);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: calc(var(--main-nav-height) + var(--subheader-height) ) ;
}

.header.header--is-scrolled {
  margin-top: calc( var(--subheader-height) * -1 );
  filter: drop-shadow(0px 2px 3px gray);
}


.header__container {
  display: grid;
  grid-template-columns: max-content auto auto;
  width: 100%;
  line-height: 1;
  column-gap: 1.35rem;
  height: var(--main-nav-height);
  padding: 0 1.25rem;
}




.header__sub-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  width: 100%;
  line-height: 1;
  font-size: .75rem;
  height: var(--subheader-height);
  align-items: center;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}

.header__logo img {
  max-width: 100%;
}

.header__column {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ctas */

.header__column.header__ctas {
  display: flex;
  width: 100%;
  column-gap: 1rem;
  justify-content: flex-end;
}

.header__ctas--mobile {
  display: none;
}



/* Navigation */
#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__navigation--toggle,
.header__close--toggle {
  display: none;
  cursor: pointer;
}


/* Mobile styles */
@media (max-width: 767px) {

  .header__container {
    grid-template-columns: max-content auto;
    grid-template-rows: auto auto;
    align-content: center;
  }

  .header__logo {
    margin: 0 1rem;
  }

  .header__ctas--mobile {
    display: block;
  }

  .header__column.header__ctas {
    display: none;
  }

  .header__column {
    justify-content: flex-end;
    position: relative;
  }

  .header__navigation { 
    display: none;
    width: 100vw ;
  }

  .header__navigation.open {
    background-color: var(--header-background-color);
    display: block;
    position: absolute;
    right: -1.5rem; 
    top: 50px;
    z-index: 2;
  }

  .header__close--toggle {
    display: none;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle {
    display: block;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    position: relative;
  }

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

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle {
    height: 25px;
    width: 25px;
  }

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

  .header__close--toggle.show {
    display: block;
  }  

  .announcement__bar__container {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }  

}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
.footer {
  --footer-background-color: rgba(0, 30, 56, 1);
  --footer-header-color: #fff ;
  --footer-text-color: #E2E8F0 ;
  --footer-links-color: #E2E8F0 ; /* gray-200 */
  --footer-links-hover-color: #94A3B8; /* gray-400 */
  --footer-copyright-links-color: #94A3B8; /* gray-400 */
  --footer-copyright-links-hover-color: #64748B; /* gray-500 */
  
  background-color: var( --footer-background-color);
  text-align: center;
  
}

.footer__container.content-wrapper {
  padding: 1rem 20px;
}

.footer__column-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  text-align: left;
}

.footer__column ul {
  padding: 0;
  list-style-position: inside;  
  list-style-type: none;
}

.footer__column .be-module-richtext li  {
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer__column {
  color: var(--footer-text-color);
} 

.footer__column h5  {
  color: var(--footer-header-color) !important;
}

.footer__column li a {
  color: var(--footer-links-color);
}

.footer__column li a:hover {
  color: var(--footer-links-hover-color);
}


.footer__copyright {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright .footer__copyright__links {
  display: flex;
  column-gap: 1rem;
}

.footer__copyright .footer__copyright__links a {
  color: var(--footer-copyright-links-color);
}
.footer__copyright .footer__copyright__links a:hover {
  color: var(--footer-copyright-links-hover-color);
}

.footer__social-wrapper {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}

.footer__social-wrapper a {
  color: var(--footer-links-color) ;
  fill: var(--footer-links-color);
}

.footer__social-wrapper a:hover {
  color: var(--footer-links-hover-color) ;
  fill: var(--footer-links-hover-color); 
}


@media (max-width: 767px) {
  .footer__copyright {
    display: block;
  }
  .footer__copyright .footer__copyright__links {
    margin-top: 0.5rem;
    justify-content: center;
  }

}

/* Utilities */
.u-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;  
}

.u-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;  
}

.u-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-mb-8 {
  margin-bottom: 2rem;
}

.u-m-auto {
  margin: auto;
}
.u-justify-between { justify-content: space-between; }
.u-justify-center{	justify-content: center; }
.u-w-1\/2   { width: 50%; }
.u-w-1\/3   { width: 33.33333333%; }
.u-w-1\/4   { width: 25%; }
.u-w-1\/5   { width: 20%; }
.u-w-1\/6   { width: 16.66666667%; }
.u-w-1\/10  { width: 10%; }
.u-w-2\/3   { width: 66.66666667%; }
.u-w-3\/4   { width: 75%; }
.u-w-2\/5   { width: 40%; }
.u-w-3\/5   { width: 60%; }
.u-w-4\/5   { width: 80%; }
.u-w-5\/6   { width: 83.33333333%; }
.u-w-full   { width: 100%; }


.u-max-w-3xs { max-width: 16rem ;}
.u-max-w-2xs { max-width: 18rem ;}
.u-max-w-xs { max-width:   20rem;}
.u-max-w-sm { max-width:   24rem;}
.u-max-w-md { max-width:   28rem ; }
.u-max-w-lg { max-width:   32rem ; }
.u-max-w-xl { max-width:   36rem ; }
.u-max-w-2xl { max-width: 42rem ; }
.u-max-w-3xl { max-width: 48rem ; }
.u-max-w-4xl { max-width: 56rem ; }
.u-max-w-5xl { max-width: 64rem ; }
.u-max-w-6xl { max-width: 72rem ; }
.u-max-w-7xl { max-width: 80rem ; }
.u-max-w-none { max-width: none;}
.u-max-w-px { max-width: 1px;}
.u-max-w-full { max-width: 100%;}
.u-max-w-dvw { max-width: 100dvw;}
.u-max-w-dvh { max-width: 100dvh;}
.u-max-w-lvw { max-width: 100lvw;}
.u-max-w-lvh { max-width: 100lvh;}
.u-max-w-svw { max-width: 100svw;}
.u-max-w-svh { max-width: 100svh;}
.u-max-w-screen { max-width: 100vw;}
.u-max-w-min { max-width: min-content;}
.u-max-w-max { max-width: max-content;}
.u-max-w-fit { max-width: fit-content;}


@media (max-width: 767px) {
  .u-w-1\/2\@sm { width: 50%; }
  .u-w-1\/3\@sm { width: 33.33333333%; }
  .u-w-1\/4\@sm { width: 25%; }
  .u-w-1\/5\@sm { width: 20%; }
  .u-w-1\/6\@sm { width: 16.66666667%; }
  .u-w-2\/3\@sm { width: 66.66666667%; }
  .u-w-3\/4\@sm { width: 75%; }
  .u-w-2\/5\@sm { width: 40%; }
  .u-w-3\/5\@sm { width: 60%; }
  .u-w-4\/5\@sm { width: 80%; }
  .u-w-5\/6\@sm { width: 83.33333333%; }
  .u-w-full\@sm { width: 100%; }
  .u-max-w-3xs\@sm { max-width: 16rem ;}
  .u-max-w-2xs\@sm { max-width: 18rem ;}
  .u-max-w-xs\@sm { max-width:   20rem;}
  .u-max-w-sm\@sm { max-width:   24rem;}
  .u-max-w-md\@sm { max-width:   28rem ; }
  .u-max-w-lg\@sm { max-width:   32rem ; }
  .u-max-w-xl\@sm { max-width:   36rem ; }
  .u-max-w-2xl\@sm { max-width: 42rem ; }
  .u-max-w-3xl\@sm { max-width: 48rem ; }
  .u-max-w-4xl\@sm { max-width: 56rem ; }
  .u-max-w-5xl\@sm { max-width: 64rem ; }
  .u-max-w-6xl\@sm { max-width: 72rem ; }
  .u-max-w-7xl\@sm { max-width: 80rem ; }
  .u-max-w-none\@sm { max-width: none;}
  .u-max-w-px\@sm { max-width: 1px;}
  .u-max-w-full\@sm { max-width: 100%;}
  .u-max-w-dvw\@sm { max-width: 100dvw;}
  .u-max-w-dvh\@sm { max-width: 100dvh;}
  .u-max-w-lvw\@sm { max-width: 100lvw;}
  .u-max-w-lvh\@sm { max-width: 100lvh;}
  .u-max-w-svw\@sm { max-width: 100svw;}
  .u-max-w-svh\@sm { max-width: 100svh;}
  .u-max-w-screen\@sm { max-width: 100vw;}
  .u-max-w-min\@sm { max-width: min-content;}
  .u-max-w-max\@sm { max-width: max-content;}
  .u-max-w-fit\@sm { max-width: fit-content;}  
}






@keyframes \?wobble {
  0% {
    box-shadow: inset 4px 4px rgb(236, 15, 170), inset -4px -4px rgb(236, 15, 170);
  }
  100% {
    box-shadow: inset 8px 8px rgb(236, 15, 170), inset -8px -8px rgb(236, 15, 170);
  }
}

.\? {
  animation: \?wobble 0.5s ease-in-out alternate infinite
}



/** done this way because of the way hubspot has responsive classes - they don't build up from mobile screens **/
/* Visibilty Classes */

.hidden {
  display: none;
}

.show {
  display: inherit;
}

.visible	{
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

@media (max-width: 768px) {

  .hidden\@sm {
    display: none;
  }
  
  .show\@sm {
    display: inherit;
  }
  
  .visible\@sm	{
    visibility: visible;
  }
  
  .invisible\@sm {
    visibility: hidden;
  }

}




@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 ;
  }
}


.absolute {
  position: absolute;
}

.relative {
  position: relative;
}