/* Theme base styles */

/*@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Open_Sans/500.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/500.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Open_Sans/700.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/700.woff") format("woff");
}*/

:root {

	/* Spacing */

	--container-width: 1280px;
  --side-padding: max(calc((100vw - var(--container-width)) / 2), 2rem);
	--container-width-narrow: 880px;
  --side-padding-narrow: max(calc((100vw - var(--container-width-narrow)) / 2), 2rem);
  
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #404040;
	--primary-color: #FF6B34;
	--primary-color-hover: #FF6B34;
	--secondary-color: #0E3A56;
	--secondary-color-hover: #071C41;
	--tertiary-color: #038CBB;
	--tertiary-color-hover: #038CBB;

	--black: #777;
	--dark-gray: #404040;
	--light-gray: #F3F4F6;
	--medium-gray: #6D748A; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--white: #fff;
  --not-white: #E7F5FE;
  --light-blue: #9BC9FF;

	/* Typography */

	--base-font-size: 2rem;
	--base-line-height: 1.5;
	--primary-font-family: "Open Sans", sans-serif;
	--secondary-font-family: "PT Sans", sans-serif;
}

/* Generic */

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

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

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! 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: 85%;
}

/**
 * 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 */

.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dnd-section .row-fluid::before,
  .dnd-section .row-fluid::after {
    display: none;
  }
  
  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  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;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: break-word;
}

/* Anchors */

a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*a:hover,
a:focus {
  color: var(--primary-color-hover);
}

a:active {
  color: var(--primary-color-hover);
}*/

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-family: var(--secondary-font-family);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 3.6rem;
  font-weight: 500;
}
h2,
.h2 {
  color: var(--secondary-color);
  font-size: 2.8rem;
  font-weight: 500;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2.2rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
  h2,
  .h2 {
    font-size: 4rem;
  }
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* 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="search"],
form select,
form textarea {
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--medium-gray);
}

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

::-webkit-input-placeholder {
  color: var(--medium-gray);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--medium-gray);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  margin-right: 0.5rem;
}

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

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

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 {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

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

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: #E00000;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

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

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

/* Components */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,500,700|Open+Sans:300,300i,400,400i,500,500i&display=swap');
/* 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 ;
    }
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/
/* Brand Colors */









 f





 /* not in brand */

/* Template Colors */










 /* Light Grey */
 /* Light Grey */
 /* Light Grey 2 */
 /* Grey */
 /* Grey */



/* Typography */





/* Containers */





/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

/* Website background color and default font styles */
body {
  background:  #F3F4F6;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container-fluid .row-fluid .page-center,
.page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  /*display: flex;
  justify-content: center;*/
}

.container-fluid .row-fluid .center-small,
.center-small {
  float: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid .row-fluid .page-center .center-small,
.page-center .center-small {
  max-width: 800px;
  padding: 0;
}

.section {
  padding: 75px 0;
}

.section.collapse-top,
.collapse-top .section {  
  padding-top: 0;
}

.section.collapse-bottom,
.collapse-bottom .section {
  padding-bottom: 0;
}

.section.collapse-both,
.collapse-both .section {
  padding: 0;
}

.section.double-top,
.double-top .section {
  padding-top: 150px;
}

.section.double-bottom,
.double-bottom .section {
  padding-bottom: 150px;
}

.section.double-both,
.double-both .section {
  padding: 150px 0;
}

/* Reduces min-height on bootstrap structure */
.body-container .row-fluid [class*="span"] { min-height: 1px; }
.header-container .row-fluid [class*="span"],
.footer-container .row-fluid [class*="span"] { min-height: 0px; }


/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #404040;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #404040;
  text-shadow: none;
}



/* ==========================================================================
Buttons                                              
========================================================================== */


.button,
.hs-button,
input[type="submit"] {
  display: inline-block;
  border: 2px solid #FF6B34;
  border-radius: 9px;
  margin: 0;
  padding: .64em 1.3em .69em;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: ease all .3s;
  background: #FF6B34;
  -webkit-appearance: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  white-space: normal;
}

.hs_submit {
  padding-right: 8px;
}

/*
* ,
::-webkit-file-upload-button,
::-ms-browse
::-webkit-file-upload-button:hover,
::-ms-browse:hover
* */

.button:hover,
.hs-button:hover,
input[type="submit"]:hover {
  color: #000;
  background: transparent;
  border-color: #FF6B34;
  text-decoration: none;
}
.button.button--primary:hover {
  color: #fff;
  background: #ff7539;
}

.banner .button:hover {
  color: #fff;
}

p .button {
  margin-top: .5em;
}

.header-container-wrapper .button:hover,
.header-container-wrapper .hs-button:hover,
.header-container-wrapper input[type="submit"]:hover {
  color: white;
}

.button.secondary,
.hs-button.secondary,
input[type="submit"].secondary {
  background: #038CBB;
  border-color: #038CBB;
}

.button.secondary:hover,
.hs-button.secondary:hover,
input[type="submit"].secondary:hover {
  color: #038CBB;
  background: transparent;
  border-color: #038CBB;
}


.button.alt,
.hs-button.alt,
input[type="submit"].alt {
  color: #000;
  background: transparent;
  border-color: #FF6B34;
  text-decoration: none;
}

.button.alt:hover,
.hs-button.alt:hover,
input[type="submit"].alt:hover {
  color: #fff;
  background: #FF6B34;
  border-color: #FF6B34;
  text-decoration: none;
}

.button.secondary.alt,
.hs-button.secondary.alt,
input[type="submit"].secondary.alt {
  color: #fff;
  background: #038CBB;
  border-color: #038CBB;
}

.banner .button.alt,
.banner .hs-button.alt,
.banner input[type="submit"].alt {
  color: #fff;
}

.button.secondary:hover,
.hs-button.secondary:hover,
input[type="submit"].secondary:hover {
  color: #038CBB;
  background: transparent;
  border-color: #038CBB;
}


.button-arrow,
.button-arrow-white {
  border: 3px solid #FF6B34;
  background: transparent;
  color: #FF6B34;
  padding: 13px 27px;
}

.button-arrow:after,
.button-arrow-white:after {
  content: "\f061 ";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.button-arrow:hover {
  background: #FF6B34;
  border-color: #FF6B34;
  color: #fff;
}

.button-arrow-white {
  border-color: #fff;
  color: #fff;
}

.button-arrow-white:hover {
  background: #fff;
  border-color: #fff;
  color: #071C41;
}

.cta-arrow {
  font-weight: 700;
}

.cta-arrow:after {
  content: "\f061 ";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.button-play {
  border: 3px solid #FF6B34;
  background: transparent;
  color: #fff;
  padding: 13px 27px;
}

.button-play:after {
  content: "\f04b ";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.button-play:hover {
  background: #fff;
  border-color: #fff;
  color: #FF6B34;
}

.button-wide {
  padding-left: 50px;
  padding-right: 50px;
}

a i.fa.fa-arrow-right {
  margin-left: 7px;
}
.button-transparent {
  background: none;
  border: 2px solid #FF6B34;
  padding: 14px 40px 15px;
  color: #fff;
}
.button-transparent:hover,
.button-transparent:focus {
  background: #FF6B34;
  color: #000;
}

.hs_error_rollup {
  display: none !important;
}



/* Menus */
.hs-menu-wrapper ul {
  padding: 0;
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
  display: inline-block;
  width: auto
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
  top: -221px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}
@media(max-width: 768px) {
  .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
  }
  .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children a:hover + ul.hs-menu-children-wrapper,
  .top-bar .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children a:active + ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* ==========================================================================
Header                                              
========================================================================== */
body:not(.no-sticky) .header-container-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.main-header {
  position: relative;
  z-index: 99999;
}
.top-bar .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  z-index: 999999;
  text-align: left;
  white-space: normal;
  left: auto;
  min-width: 200px;
  right: 0;
}
.top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  background: #fff;
  color: #000;
  cursor: pointer !important;
  white-space: normal;
  padding: 10px 20px;
  line-height: normal;
}
.top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  background: #FF6B34;
}
@media(max-width: 767px) {
  body:not(.no-sticky) .header-container-wrapper {
    transition: .2s all;
    position: fixed;
  }  
  body:not(.no-sticky) .header-container-wrapper.nav-down {
    position: fixed;
    transform: translateY(0%);
  }
  body:not(.no-sticky) .header-container-wrapper.nav-up {
    position: fixed;
    transform: translateY(-100%);
  }
}



/* ==========================================================================
Footer                                              
========================================================================== */
.footer {
  background: #071C41;
}

.footer-container-wrapper a:focus {
  outline: 1px dotted #fff;
}

.footer .top {
  padding: 0;
}

.footer .contact-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .footer-container-wrapper .social-sharing-icons,
  .footer-container-wrapper ul.menu {
    justify-content: center;
  }

  .footer-container-wrapper .social-sharing-icons {
    margin-top: 3rem !important;
  }
}

.footer .footer-lower-links a {
  font-size: 12px;
  line-height: 1.15em;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: 0px;
  padding: 0px 0px 0px 8px;
}

.footer .footer-lower-links a:hover {
  opacity: 0.7;
}

.footer .quote h4 {
  margin-bottom: 30px;
}
.footer .quote p strong {
  text-transform: uppercase;
}
.footer .quote p {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer .bottom {
  padding: 40px 0 0;
}

.footer .logo {
  text-align: center;
}

.footer .logo img {
  max-width: 240px;
}


.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul  {
  padding-top: 1em;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  padding: 0 0 1em;
}

@media screen and (min-width: 48em) {
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    padding: 0 0 0 20px;
  }

  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    padding: 0 1em;
    max-width: 180px;
  }

}
.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  display: flex;
  flex-flow: column;
}


.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
  padding-left: 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
  padding-right: 0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  color: #fff;
  border: 0;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 550px) {
  .footer .copyright p,
  .footer .copyright .footer-lower-links {
    display: flex;
    flex-flow: column;
  }
  .footer .copyright .footer-lower-links a::before {
    display: none;
  }
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  padding-left: 0;
  padding-bottom: 2rem;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal;
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    line-height: 48px;
  }
}

.footer .social {
  padding-top: 10px;
}
.footer .social a {
  border-bottom: 0;
  margin-right: 0;
}
.footer .social a:hover i {
  color: #fff;
  opacity: 0.7;
}
.footer .social i {
  background: transparent;
  color: #fff;
  font-size: 30px;
  border-radius: 0;
  margin-left: 7px;
}
.footer .social a:first-child i {
  margin-left: 0;
}
.footer .social i.fa-facebook:before {
  content: "\f230";
}
.footer .social i.fa-linkedin:before {
  content: "\f08c";
}

.header-lp{
  background: #071C41;
}
.footer-lp{
  background: #071C41;
  padding: 20px 0;
}

.footer .copyright {
  padding: 20px 0;
  text-align: right;
}

@media (max-width: 48em) {
  .footer .copyright {
    text-align: center;
  }
}

.footer .copyright p {
  font-size: 0;
}

.footer .copyright a,
.footer .copyright .copyright-text,
.footer-lp a,
.footer-lp .copyright-text {
  font-size: 12px !important;
  color: #C3C6CE;
  position: relative;
}
@media (max-width: 767px) {
  .footer .copyright a,
  .footer .copyright .copyright-text,
  .footer-lp a,
  .footer-lp .copyright-text {
    line-height: 48px;
    display: inline-block;
  }
}

.footer .copyright a:before {
  content: '';
  display: inline-block;
  margin-left: .5em;
  margin-right: 1em;
  height: 1em;
  width: 1px;
  background-color: #C3C6CE;
  position: relative;
  top: 2px;
}


.footer .footer-lower-links {}

.footer .terms {
  padding-top: 20px;
}

.footer-lp,
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li,
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  font-size: 14px;
  line-height: 1.15em;
  margin: 0 auto;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  padding: 0 10px;
}
.footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {
  padding-right: 0;
}
.footer .assessment-link-wrapper {
  transition: all 0.3s ease;
}
.footer .assessment-link-wrapper:hover {
  opacity: 0.6;
}
.footer .assessment-link-wrapper a {
  border: none;
  max-width: 280px;
  display: block;
}

.footer .assessment-link-wrapper img {
  display: block;
  margin: 0 20px 0.6rem 0;
  transform: translateY(3px);
}

.footer .assessment-link-wrapper sup {
  font-size: 0.45em;
  top: -1em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .footer .assessment-link-wrapper a {
    text-align: left;
    margin-top: 0.6rem;
  }
}

@media screen and (min-width: 1100px) {
  .footer .assessment-link-wrapper a {
    max-width: none;
    text-align: right;
  }
  .footer .assessment-link-wrapper img {
    display: inline-block;
  }   
  .assessment-link-wrapper {
    margin: 25px 0 21px;
  }
}

@media(max-width: 1100px){

  .landing-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    display: block;
  }

}

@media (min-width: 900px) {
  .footer .bottom .widget-type-cell .widget-type-menu {
    width: 100%;
    padding: 0;
  }
  .footer .bottom .social {
    width: 19%;
  }
}

@media(min-width: 768px) and (max-width: 1180px){
  .footer .social i {
    margin: 0px;
    font-size: 25px;
    height: 27px;
    min-width: 27px;
  }
  .footer .bottom .widget-type-menu, .footer .bottom .widget-type-cell {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .footer .bottom .widget-type-cell .widget-type-menu {
    width: 100%;
    padding: 0;
  }
  .footer .bottom .widget-type-menu ul,
  .footer .bottom .social {
    text-align: left;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    padding: 10px 10px 0;
  }    
  .footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-left: 0;
  }
  .footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
    float: left;
  }
  .footer  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li:first-child {
    padding-top: 0;
    padding-left: 25px;
  }
  .footer .bottom .social {
    width: 30%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .footer .logo img {
    max-width: 150px;
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .footer .text-center,
  .footer .text-right {
    text-align: left;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li,
  .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    width: initial;
  }
  .footer .terms .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child {
    padding-left: 0;
  }
  .footer .quote,
  .footer .social {
    padding-top: 20px;
  }
  .footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li {
    padding: 0px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    display: block !important;
  }
  .footer .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin: 13px 0px;
  }
  .landing-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    display: block !important;
    vertical-align: top;
    padding: 2px 0px !important;
  }
  .footer .copyright .span4 {
    display: none;
  }
  .footer .copyright {
    padding: 20px 0 20px;
  }
  .footer .bottom .footer-ctas .button {
    width: 185px;
  }
}

.saas-theme .main-header {
  transition: all .3s ease-in-out;
}
.header__logo a:focus img {
  border: 1px dotted #fff !important;
}
.saas-theme .nav-up .main-header,
.saas-theme .nav-down .main-header {
  background-color: #071C41;
  box-shadow: rgba(0,0,0,.31) -0.5px 0.9px 5px 0;
}

@media screen and (max-width: 768px) {
  .saas-theme .header-container-wrapper .main-header {
    background-color: #071C41;
    box-shadow: rgba(0,0,0,.31) -0.5px 0.9px 5px 0;
  }
}

.saas-theme .header__item-content {
  background: #fff;
}
.saas-theme .header__subitem a {
  color: #000;
  -webkit-backface-visibility: hidden;
}
.saas-theme .header__subitem a:hover {
  text-decoration: underline;
}
.header__menu nav > ul > li > a, .header__menu nav > ul > li > .header__link-wrapper,
.header__menu nav > ul > li > a a, .header__menu nav > ul > li > a i, .header__menu nav > ul > li > .header__link-wrapper a, .header__menu nav > ul > li > .header__link-wrapper i {
  color: #E7F5FE !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: auto;
}

.saas-theme .header__menu nav > ul > li > .header__link-wrapper i {
  color: #FF6B34 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 20px;
  font-size: 24px;
  margin-bottom: -2px;
  font-family: fontawesome;
}
.saas-theme  .header__subitem__copy *,
.saas-theme .header__subitem h3,
.saas-theme .header__subitem h3 > div,
.saas-theme .header__subitem__inner-content * {
  color: #000;
}

.saas-theme  .header__menu > nav > ul > li .header__link-wrapper__subslist ul {
  background: #fff;
}

.header__menu > nav > ul > li a.current-page {
  /*   color:  */
}
.saas-theme .top-bar {
  display: none !important;
  background: transparent;
  text-align: right;
  font-size: 15px;
  color: #fff;
  line-height: 39px;
} 
.saas-theme .top-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  width: auto;
  font-family: 'PT Sans', sans-serif;
}
.saas-theme .top-bar .hs-menu-wrapper > ul > li:after {
  content: '';
  display: inline-block;
  margin: 0 30px;
  background: #fff;
  width: 1px;
  height: 15px;
  position: relative;
  top: 3px;
  opacity: .43;
}
.saas-theme .top-bar .hs-menu-wrapper > ul > li:last-child:after {
  display: none;
}

@media(max-width: 768px) {
  .saas-theme .header__menu nav > ul > li {
    border-bottom: 1px solid #ccc;
  }
  .saas-theme .top-bar .hs-menu-wrapper > ul > li:after {
    margin: 0 10px;
  }
}

@media(max-width: 485px) {
  .saas-theme .top-bar a {
    font-size: 12px;
  }
  .saas-theme .top-bar .hs-menu-wrapper > ul > li:after {
    margin: 0 5px;
  }
}

.saas-theme .search-bar form > input {
  margin-bottom: 0;
  min-height: 50px;
  padding: 0 15px;
}

/* Utilities */

/* 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;
  }
}

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

/* Responsive embed */

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