@font-face {
    font-family: 'Graphik-Regular';
    src: url('https://cdn.signalapis.com/fonts/Graphik-Regular-Web.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Medium';
    src: url('https://cdn.signalapis.com/fonts/Graphik-Medium-Web.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Graphik-Medium-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Semibold';
    src: url('https://cdn.signalapis.com/fonts/Graphik-Semibold-Web.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Graphik-Semibold-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hellix-Regular';
    src: url('https://cdn.signalapis.com/fonts/Hellix-Regular.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Hellix-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hellix-Light';
    src: url('https://cdn.signalapis.com/fonts/Hellix-Light.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Hellix-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hellix-Bold';
    src: url('https://cdn.signalapis.com/fonts/Hellix-Bold.woff2') format('woff2'),
         url('https://cdn.signalapis.com/fonts/Hellix-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*  */

/* Fonts */







/* Color */


















































*, *: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;
}
.dnd-section {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}
html {
  font-size: 24px;
}

body {
  font-family: Graphik-Regular, serif;
  font-size: 1rem;
  color: #6d7081;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Graphik-Regular, serif;
}

/* Anchor Links */
a {
  color: #5E7AFF;
  text-decoration: none;
}
a:hover, a:focus {
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Hellix-Bold, serif;
  color: #001B38;
  word-break: break-word;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

h2 {
  font-size: 2.2857142857142856rem;
  line-height: 1.2;
  font-family: Hellix-Regular, serif;
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: Graphik-Medium, serif;
}

h4 {
  font-family: Hellix-Bold, serif;
  font-weight: normal;
  font-size: 1.7142857142857142rem;
  line-height: 1.5;
}

h5 {
  font-family: Hellix-Bold, serif;
  font-size: 1.4285714285714286rem;
  line-height: 1.5;
}

h6 {
  font-family: ;
  font-size: 0.8571428571428571rem;
  line-height: 1.5;
}

.subtitle_one {
  font-family: Graphik-Medium, serif;
  font-size:  1.1428571428571428rem;
}

.subtitle_two {
  font-weight: 500;
  font-family: Graphik-Regular, sans-serif;
  font-size:  0.875rem;
}

.body_one,
.body_two {
  font-family: Graphik-Regular, sans-serif;
}

.body_one {
  font-size:  1rem;
  font-style: italic;
}

.body_two {
  font-size:  .875rem;
  color: #6d7081;
}

.button {
  font-family: Graphik-Medium, serif;
  font-size:  0.75rem;
}

.overline, .caption {
  font-family: Graphik-Regular, sans-serif;
  font-size:  0.75rem;
}

.caption {
  font-style: italic;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 500px;
  font-family: Graphik-Regular, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #5E7AFF;
  color: #FFFFFF;
  border-radius: 24px;
  border-style: none;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
  width: auto;
  height: auto;
}

.hs-button:hover, 
.hs-button:focus {
  background-color: #3652d7;
  border-color: #3652d7;

  color: #FFFFFF;
}

.hs-button:active {
  background-color: #86a2ff;
  border-color: #86a2ff;
}

.hs-form label {
  font-size: .83rem;
  color: #001B38;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #6d7081;
  background-color: #ffffff;
  border: 1px solid #e5e6ec;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.hs-form-field {
  margin-bottom: 16px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Graphik-Regular, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
.header {
  top: 0;
  position: fixed;
  width: 100%;
  transition: top 0.4s;
  z-index: 2;
  background-color: #FFFFFF;
}

.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 100px;
}

.header__row, .header__navigation.header--element {
  display: flex;
  align-items: center;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

.nav-menu {
  display: none;
}

/* Styles for the Logo */

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

.header__logo .hs_cos_wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8px;
}

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

.header__logo--tablet {
  display: none;
}

/* Styles for the Links */

.navigation-primary {
  background-color: #FFFFFF;
}

.navigation-primary li a {
  font-size: 14px;
  color: #6d7081;
  font-family: Graphik-Regular;
}

.menu-link.active-item {
  color: #001B38;
}

.navigation-primary li:last-of-type a {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid rgba(94, 122, 255, 0.12);
  color: #5E7AFF;
}

.navigation-primary li:last-of-type a:hover {
  background-color: rgba(94, 122, 255, 0.12);
}

.nav-btn {
  margin-left: 32px;
}

.navigation-primary ul li:last-child {
  padding-right: 0;
}

/* Homepage styles - Midnight themed header */

.header.add-midnight-style {
  transition: all 0.4s;
  background-color: #001B38;
}

.header.add-midnight-style .navigation-primary {
  transition: all 0.4s;
  background-color: #001B38;
}

.header.add-midnight-style .header__logo.header__logo--main #hs-link-site_logo_hs_logo_widget img {
  background: url('https://6882485.fs1.hubspotusercontent-na1.net/hubfs/6882485/raw_assets/public/signal-cms/images/primary_logo_white.png') no-repeat; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 32px !important;
  padding-left: 200px;
  background-size: contain;
  transition: background 0.3s;
}

.header.add-midnight-style .navigation-primary a {
  color: #FFFFFF;
}

.header.add-midnight-style .navigation-primary a:hover {
  color: rgba(255, 255, 255, 0.64);
}

.header.add-midnight-style .navigation-primary li:last-of-type a {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.header.add-midnight-style .navigation-primary li:last-of-type a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1220px) {
  .header__container {
    padding: 0 16px;
  }
}
/* Mobile and Tablet Styles */

@media (max-width: 1150px) {
  .header__row, .header__navigation.header--element {
    display: none;
  }
  .header__row, .header__navigation.header--element.open {
    display: flex;
  }

  .header__container {
    flex-direction: column;
    padding: 0;
  }

  .header__row {
    display: flex;
    flex-direction: row;
    padding: 0 10px 10px;
    background-color: inherit;
    z-index: 1;
    height: 100%;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin-left: 20px;
  }

  .header__logo .hs_cos_wrapper {
    padding-top: 22px;
  }

  .nav-menu {
    display: inherit;
  }

  .navigation-primary li:last-of-type {
    margin: 10px 0;
  }

  .navigation-primary li:last-of-type a {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-btn-container {
    display: flex;
    padding: 8px 30px 40px;
  }

  .nav-btn {
    width: 100%;
    margin: auto;
  }

  .header__column {
    position: relative;
  }
  
  /* Navigation Menu Styles */
  .menu {
    -webkit-transition: 0.1s -webkit-transform linear;
    transition: 0.1s -webkit-transform linear;
    transition: 0.1s transform linear;
    transition: 0.1s transform linear, 0.1s -webkit-transform linear;
    position: relative;
    background: 0;
    float: left;
    margin: auto;
    margin-right: 16px;
    margin-top: 32px;
    height: 2.7rem;
    width: 2rem;
    z-index: 1;
    outline: 0;
    padding: 0;
    border: 0;
  }
  
  .bar, .bar::before, .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
    transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
    position: absolute;
    background-color: #5E7AFF;
    margin: auto;
    width: 100%;
    height: 2px;
    content: "";
    top: 50%;
    left: 0;
  }
  .bar {
    margin-top: -0.2rem;
  }
  .bar::before {
    top: -0.6rem;
  }
  .bar::after {
    top: 0.6rem;
  }
  .bar::before, .bar::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .active .bar {
    background: 0;
  }
  .active .bar::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .active .bar::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .active .bar::before, .active .bar::after {
    top: 0;
  }
  .active .bar, .active .bar::before, .active .bar::after {
    -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
    transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
  }
  
  .header__navigation nav {
    width: 100%;
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  }
  .nav-menu-open nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Landing Page Header Styles */

.no-header-body {
  margin-top: 0;
}

.landing-page-header {
  background-color: transparent;
}

.landing-page-header {
  height: 0;
  overflow: visible;
}

.landing-page.no-header {
  margin-top: -100px;
}

.body-wrapper-slim-footer .landing-page-header {
  height: 100px;
  overflow: visible;
}

.landing_page_header__container {
  position: relative;
  z-index: 2;
}

.landing-page-header__logo {
  width: 100%;
  margin: auto;
  z-index: 1;
  position: relative;
}

.landing-page-header__logo .hs_cos_wrapper {
  padding-top: 36px;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}

.footer > .compliance-footer__container {
  background-color: #001022;
}

.slim-footer {
  position: relative;
  z-index: 1;
}

.landing-page.no-header.azure + div > .slim-footer {
  background-color: #5E7AFF;

  & > .compliance-footer__container {
    background-color: #4F66D6;
  }
}

.landing-page.no-header.forest + div > .slim-footer {
  background-color: #2E6359;

  & > .compliance-footer__container {
    background-color: #27534B;
  }
}

.landing-page.no-header.midnight + div > .slim-footer {
  background-color: #001B38;

  & > .compliance-footer__container {
    background-color: #001022;
  }
}

.body-wrapper {
  position: relative;
  z-index: 0;
}

.global-footer-wrapper {
  position: sticky;
  z-index: -1;
  bottom: 0;
  height: 390px;
}

@media (max-width: 1060px) {
  .global-footer-wrapper {
    position: relative;
    z-index: 1;
  }

  .body-wrapper {
    margin-bottom: 0;
  }
}

.body-container-wrapper {
  background-color: #FFFFFF;
}

.footer__container {
  display: flex;
  padding: 3rem 0;
  margin: 0 2.5rem;
  min-height: 390px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.slim-footer__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
  max-width: 1200px;
}

.footer__content_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.footer__content_column.company_column{
  max-width: 420px;
  margin-right: 2%;
}

.footer__content_column.contact_column{
  max-width: 580px;
  margin-top: 20px;
  margin-left: 2%;
  justify-content: space-between;
}

.footer__logo {
  max-width: 200px;
}

.slim-footer__container > .footer__logo {
  margin: auto auto auto 0;
  padding: 16px 16px 16px 0;
}

.footer__copyright_container {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.footer__company_overview {
  text-align: left;
  margin: 12px 0;
  font-size: 14px;
}

.footer__links_address_container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.footer__address_box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  height: fit-content;
  border-radius: 8px;
  margin: auto 0;
  background-color: rgba(255, 255, 255, 0.12);
}

.azure + div > .slim-footer .footer__address_box {
  background-color: #4F66D6;
}

.forest + div > .slim-footer .footer__address_box {
  background-color: #27534B;
}

.midnight + div > .slim-footer .footer__address_box {
  background-color: rgba(255, 255, 255, 0.12);
}

.slim-footer__container > .footer__address_box {
 margin: 16px 0 16px auto;
 padding: 4px;
}

.footer__copyright {
  font-size: .7rem;
  margin: .5rem 0;
  font-family: Graphik-Regular, sans-serif;
}

.footer__copyright_container_mobile {
  display: none;
}

.privacy_terms_links__container {
  display: flex;
  justify-content: flex-end;
  margin: auto;
}

.footer__privacy_and_terms_links {
  margin-top: auto;
  margin-bottom: 8px;
}

.slim-footer__container > .footer__privacy_and_terms_links {
  margin: auto;
  padding: 16px;
}

.footer__address_box_outer_text {
  margin: 8px auto;
}

.footer__address_box_inner_text {
  margin-bottom: 0;
}

.footer-links__bubble {
  line-height: 16px;
  font-size: 10px;
  background-color: #5E7AFF;
  color: #E4F5FC;
  font-family: Graphik-Regular;
}

@media(max-width: 1060px) {  
  .footer__company_overview {
    text-align: center;
    flex-basis: auto;
  }

  .footer__container {
    flex-direction: column;
    align-items: center;
  }

  .slim-footer__container {
    flex-direction: column;
    align-items: center;
    padding: 24px 12px;
  }

  .slim-footer__container > .footer__logo,
  .slim-footer__container > .footer__address_box,
  .slim-footer__container > .footer__privacy_and_terms_links {
    margin: auto;
  }

  .footer__content_column.company_column {
    align-items: center;
    margin: auto;
  }
  
  .footer__content_column.contact_column {
    margin: auto;
  }

  .footer__links_address_container {
    flex-direction: column;
  }

  .footer__privacy_and_terms_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__copyright_container {
    display: none;
  }

  .footer__copyright_container_mobile {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@keyframes addBoxShadow {
  from {text-shadow: none;}
  to {text-shadow: 0 24px 32px rgba(94, 122, 255, 0.06);}
}

.error-page__content-wrapper {
  width: 100%;
  border-top-left-radius: 80px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(228, 245, 252, 0.48) 0%, rgba(228, 245, 252, 0) 100%);
  background-color: white;
}

.error-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -260px;
  min-height: 900px;
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.error-page-404-text {
  animation: addBoxShadow 2s forwards;
  animation-delay: 0.6s;
  font-size: 600px;
  color: #FFFFFF;
  font-family: Hellix-Bold, serif;
}

.error-page__content {
  margin-top: -580px;
}

.error-page__heading {
  font-size: 32px;
  margin-bottom: 16px;
}

.error-page__heading-top {
  font-size: 12px;
  text-transform: uppercase;
  color: #5E7AFF;
}

.error-page__text {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
}

.error-page__text span {
  font-weight: normal;
  color: #6d7081;
}

@media(max-width: 1200px) {
  .error-page {
    min-height: 620px;
  }

  .error-page-404-text {
    font-size: 400px;
    margin-top: 40px;
  }

  .error-page__content {
    margin-top: -400px;
  }
}

@media(max-width: 676px) {
  .error-page__heading {
    font-size: 24px;
  }
  .error-page-404-text {
    font-size: 190px;
    margin-top: 200px;
  }
  
  .error-page__content {
    margin-top: -200px;
    padding: 0 16px;
  }
}

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

.systems-page.password-prompt {
  display: flex;
  height: calc(100vh-269px);
  width: 100vw;
  background-color: #001B38;
}

.password-prompt-content {
  display: flex;
  background-color: white;
  flex-direction: column;
  border-radius:24px;
  padding: 80px 40px;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.password-prompt-content #hs-pwd-widget-password {
  margin-top: 0;
  padding: 16px 26px;
  border: 1px solid #E5E6EC;
  border-radius: 6px;
}

.password-prompt-content__header {
  font-size: 32px;
}

.password-prompt-content__subheader {
  color: #6D7081;
  margin-bottom: 16px;
}

.search-results-page__wrapper {
  border-top-left-radius: 80px;
  background: linear-gradient(180deg, rgba(228, 245, 252, 0.48) 0%, rgba(228, 245, 252, 0) 100%);
}

.search-results-page {
  background-color: white;
  margin: auto;
  padding: 80px 20px 40px;
  max-width: 1240px;
}

.search-results__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(max-width: 676px) {
  .search-results__header .blog-navigation__search {
    margin: 16px 16px 0;
  }
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Hellix-Bold, serif;
  font-size: 1.25rem;
  color: #001B38;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #6d7081;
}
.password-prompt input[type=password] {
  height: auto !important;
  display: block;
  margin-bottom: 18px;
}

/* Subscription Preferences Page Styles */
.content-wrapper.subscription-preferences-wrapper,
.content-wrapper.subscription-confirmation-wrapper,
.content-wrapper.backup-unsubscribe-wrapper {
  padding: 4rem 0;
  min-height: calc(100vh - 264px);
  min-width: 100vw;
  background-color: #E4F5FC;
}

.subscription-preferences-container .page-header,
.subscription-confirmation-container .page-header {
  font-size: 10px;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
}

.subscription-preferences-container .page-header>p {
  text-align: left;
  }

/* This targets just the h1/h2 and the email combination
 * and ensures that the text in a single line
 */
.subscription-preferences-container .page-header > * {
  display: inline;
  white-space: normal;
}

.subscription-preferences-container .page-header h1,
.subscription-preferences-container .page-header h2,
.subscription-confirmation-container .page-header h1,
.subscription-confirmation-container .page-header h2 {
  font-size: 14px !important; /* !important is used to override the class added for masked email */
  font-family: Graphik-Medium;
  color: #5E7AFF;
  text-transform: uppercase;
}

.subscription-confirmation-container .page-header h2 {
  margin-bottom: -12px; /* this is to make sure the email and disclaimer don't have a big gap between them,
  there is a <br /> set in the html that we con't have access to */
}

.subscription-preferences-container,
.subscription-confirmation-container,
.backup-unsubscribe-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 24px;
  padding: 40px;
  max-width: 600px;
  text-align: left;
}

.subscription-preferences-container p.email-prefs-subheader,
.email-prefs-subheader {
  display: block;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
  font-style: normal;
  color: #001B38;
}

.subscription-preferences-container div,
.subscription-preferences-container form > div {
  display: block;
  text-align: left;
  width: 100%;
}

.subscription-preferences-container form .checkbox-row,
.subscription-preferences-container form .subscribe-options span {
  font-size: 18px;
  font-family: Hellix-Bold, serif;
  color: #001B38;
}

.subscription-preferences-container form .item-inner {
  margin-bottom: 30px;
}
.subscription-preferences-container form .subscribe-options {
  margin-bottom: 40px;
}

.subscription-preferences-container form .checkbox-row input[type="checkbox"],
.subscription-preferences-container form .subscribe-options input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: px;
}

.subscription-preferences-container form .hs-button.primary {
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.subscription-confirmation-container .success {
  font-family: Graphik-Regular, sans-serif;
  font-size: 18px;
  color: #001B38;
  display: flex;
  min-width: unset;
  background-color: transparent;
  border: none;
  text-align: center;
  justify-content: center;
}

.backup-unsubscribe-container h3 {
  font-size: 14px;
  font-family: Graphik-Regular, sans-serif;
  color: #001B38;
}

.backup-unsubscribe-container h1 {
  font-size: 32px;
  color: #001B38;
}