/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

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

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

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

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

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

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

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

/* Need a "hide-for-sr" class? Add aria-hidden='true' to the element */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Only display the element when it's focused */
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}


/* dm-serif-text-regular - latin */
@font-face {
  font-family: 'DM Serif Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
/*   font-display: fallback; */
  src: local('😡'),
       url('https://8726121.fs1.hubspotusercontent-na1.net/hubfs/8726121/raw_assets/public/NASA_2020/fonts/dm-serif-text-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}



/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
/*   font-display: fallback; */
  src: local('😡'),
       url('https://8726121.fs1.hubspotusercontent-na1.net/hubfs/8726121/raw_assets/public/NASA_2020/fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
/*   font-display: fallback; */
  src: local('😡'),
       url('https://8726121.fs1.hubspotusercontent-na1.net/hubfs/8726121/raw_assets/public/NASA_2020/fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
/*   font-display: fallback; */
  src: local('😡'),
       url('https://8726121.fs1.hubspotusercontent-na1.net/hubfs/8726121/raw_assets/public/NASA_2020/fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}

/* Base
-------------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}

/* Layout
-------------------------------------------- */

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

section {
  padding: 4rem 0;
}
section.section-sm {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  section {
    padding: 8rem 0;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 12rem 0;
  }
}

/* Typography
-------------------------------------------- */

a {
  color: #e6b50f;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
  color: #cd9c00;
  text-decoration: none;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p a {
  font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #212b7b;
  font-family: 'DM Serif Text', serif;
  font-weight: 400;
  line-height: 1.3;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 4.4rem;
}
h2, .h2 {
  font-size: 3.6rem;
}
h3, .h3 {
  font-size: 2.6rem;
  color: #4752e2;
}
h4, .h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h5, .h5 {
  font-size: 2rem;
}
h6, .h6 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 9rem;
    letter-spacing: -2px;
    line-height: 1;
  }
  h2, .h2 {
    font-size: 7rem;
    letter-spacing: -2px;
    line-height: 1.1;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

hr {
  margin: 4rem 0;
  background-color: #d0d8ff;
  height: 1px;
  border: 0;
}

/* Helpers
-------------------------------------------- */

/* Colors */

.blue-dark {
  color: #212b7b;
}
.blue-medium {
  color: #4752e2;
}
.blue-light {
  color: #f8faff;
}
.gold {
  color: #e6b50f;
}
.purple {
  color: #8a34ec;
}
.gray-dark {
  color: #222;
}
.white {
  color: #fff;
}

/* Background Colors */

.bg-blue-dark {
  background-color: #212b7b;
  color: #fff;
}
.bg-blue-dark a,
.bg-blue-dark h1,
.bg-blue-dark h2,
.bg-blue-dark h3,
.bg-blue-dark h4,
.bg-blue-dark h5,
.bg-blue-dark h6 {
  color: #fff;
}
.bg-blue-light {
  background-color: #f8faff;
}
.bg-gold {
  background-color: #e6b50f;
  color: #fff;
}
.bg-gold a,
.bg-gold h1,
.bg-gold h2,
.bg-gold h3,
.bg-gold h4,
.bg-gold h5,
.bg-gold h6 {
  color: #fff;
}
.bg-gray-dark {
  background-color: #222;
  color: #fff;
}
.bg-gray-dark a,
.bg-gray-dark h1,
.bg-gray-dark h2,
.bg-gray-dark h3,
.bg-gray-dark h4,
.bg-gray-dark h5,
.bg-gray-dark h6 {
  color: #fff;
}
.bg-gray-light {
  background-color: #fafafa;
}
.bg-purple {
  background-color: #8a34ec;
  color: #fff;
}
.bg-purple a,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6 {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-gradient {
  background: linear-gradient(140deg, #263087, #4752E2 80%);
  color: #fff;
}
.bg-gradient a,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6 {
  color: #fff;
} {
  color: #fff;
}

/* Background Images */



/* Buttons
-------------------------------------------- */

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}

.btn--primary {
  background-color: #e6b50f;
  border: 2px solid #e6b50f;;
  border-radius: 5rem;
  color: #fff;
}
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  background-color: transparent;
  color: #e6b50f;
}

.btn--secondary {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.8rem;
  padding: 0;
  background-color: transparent;
  color: #e6b50f;
}
.btn--secondary:before {
  position: absolute;
  content: '';
  top: -0.6rem;
  left: 50%;
  width: 8.2rem;
  height: 8.2rem;
  border: 2px solid #e6b50e;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn--secondary:after {
  position: absolute;
  content: '';
  top: -0.6rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1rem 0.5rem #e6b50f;
  box-shadow: 0 0 1rem 0.5rem #e6b50f;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}
.btn--secondary-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1.5rem;
  background-color: #e6b50f;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.btn--secondary-icon img {
  width: 3.4rem;
  height: 3.4rem;
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
  color: #e6b50f;
}
.btn--secondary:hover:after {
  opacity: 0.5;
}

/* HubSpot Overrides */

.hs_submit {
  position: relative;
}
.hs_submit .hs-button.primary {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #e6b50f;
  border: 2px solid #e6b50f;;
  border-radius: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.hs_submit .hs-button.primary:hover,
.hs_submit .hs-button.primary:active,
.hs_submit .hs-button.primary:focus {
  background-color: transparent;
  color: #e6b50f;
  cursor: pointer;
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}

.btn--block {
  display: block;
}

/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  height: 5rem;
  margin-bottom: 4rem;
  padding: 1rem 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #4752e2;
  color: #212b7b
}

textarea {
  min-height: 12rem;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}
/* honeypot fields are hidden */
.hs-field_1,
.hs-field_2 {
  display: none;
}

/* Labels */

.hs-form .hs-form-field label {
  color: #4752e2;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c3c3c8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c3c3c8;
}

/* Error */

.hs-form .hs-input.invalid {
  border-color: red;
}
.hs-form .hs-error-msgs {
  position: relative;
  top: -3rem;
  margin: 0 !important;
  padding: 0 0 0 2rem !important;
  list-style: none;
}
.hs-form label.hs-error-msg {
  color: red;
  font-size: 1.4rem;
}
.hs-form .hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
  color: red;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* 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,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

@media (min-width: 768px) {
  .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: 4rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 4rem;
  }
  .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: 2rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 2rem;
  }
}

/* Search */

.hs-search-field__bar {
  position: relative;
}
.hs-search-field__bar button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 5rem;
}
.hs-search-field__bar button svg {
  height: 2rem !important;
  width: 2rem;
}
.hs-search-field__bar button svg path {
  fill: #e6b50f;
}
.hs-search-field__suggestions {
  display: none;
}

/* Wrapper
-------------------------------------------- */

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
}
.wrapper-lp {
  position: relative;
  overflow: hidden;
}
@media(min-width: 992px) {
  .wrapper {
    padding-top: 0;
  }
}

/* Header
-------------------------------------------- */

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 2rem 0;
  -webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,.15);
  box-shadow: 0 0 0.6rem rgba(0,0,0,.15);
  min-height: 120px;
}
.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top__logo {
  height: 6rem;
}
@media(min-width: 992px) {
  .header-top {
    position: relative;
    z-index: 101;
  }
  .header-top__logo {
    height: 8rem;
  }
}

/* Footer
-------------------------------------------- */

.footer {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
  font-size: 1.5rem;
  text-align: center;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #e6b50f;
}
@media(min-width: 992px) {
  .footer {
    padding: 1rem 0;
  }
  .footer__inner {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: dense;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem;
  }
  .footer__copyright {
    -ms-grid-column: 1;
    grid-column-start: 1;
    text-align: left;
  }
  .footer__nav {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .footer__social {
    -ms-grid-column: 3;
    grid-column-start: 3;
    text-align: right;
  }
}

/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav__toggle {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1c2b7b;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 8px;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 15px;
  width: 85%;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 22px;
}
.mobile-nav__toggle.active span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-nav__toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__toggle.active span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobile-nav__list {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  margin: 0;
  padding: 2rem 0;
  background-color: #fafafa;
  list-style: none;
  overflow: scroll;
}
.mobile-nav__list.active {
  display: block;
}
.mobile-nav__item {
  position: relative;
  z-index: 2;
}
.mobile-nav__link {
  display: block;
  padding: 1rem 2rem;
  color: #212b7b;
  font-size: 1.8rem;
  font-weight: 700;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus,
.mobile-nav__link.active {
  color: #4752e2;
}

.mobile-nav__link-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7rem;
  height: 5.6rem;
  font-size: 0;
  text-align: center;
}
.mobile-nav__link-toggle:hover {
  cursor: pointer;
}
.mobile-nav__link-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav__dropdown-list {
  display: none;
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__dropdown-list.active {
  display: block;
}
.mobile-nav__dropdown-link {
  display: block;
  padding: 0.5rem 2rem;
  color: #3c3c3e;
  font-size: 1.6rem;
}
.mobile-nav__dropdown-link:hover,
.mobile-nav__dropdown-link:active,
.mobile-nav__dropdown-link:focus,
.mobile-nav__dropdown-link.active {
  color: #4752e2;
}

.mobile-nav__accent {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 10rem);
  transform: translate(50%, 10rem);
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

/* Main Nav */

.header-bottom {
  display: none;
}

@media (min-width: 992px) {
  .header-bottom {
    position: absolute;
    z-index: 99;
    width: 100%;
    display: block;
    min-height: 50px;
  }
  .header-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-bottom__link {
    position: relative;
    display: block;
    padding: 1.4rem 2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
  }
  .header-bottom__link:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: .8rem;
    height: .8rem;
    background-color: #d0d8ff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-bottom__item:first-of-type .header-bottom__link:before {
    display: none;
  }
  .header-bottom__link:hover,
  .header-bottom__link:active,
  .header-bottom__link:focus,
  .header-bottom__link.active {
    color: #e6b50f;
  }
  .header-bottom__dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0 2rem;
    background-color: #f4f4f4;
    list-style: none;
  }
  .header-bottom__item--has-children:hover .header-bottom__dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-bottom__item--has-children:hover .header-bottom__link:after {
    position: absolute;
    z-index: 99;
    content: '';
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f4f4f4;
  }
  .header-bottom__dropdown-link {
    display: block;
    padding: 1.4rem 2rem;
    color: #3c3c3e;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .header-bottom__dropdown-link:hover,
  .header-bottom__dropdown-link:active,
  .header-bottom__dropdown-link:focus,
  .header-bottom__dropdown-link.active {
    color: #e6b50f;
  }
  @media (min-width: 1200px) {
    .header-bottom__link {
      padding: 1.4rem 3rem;
    }
  }

/*   .hs-content-id-38667486904 .header-bottom__link {
    color: #212b7b;
  }
  .hs-content-id-38667486904 .header-bottom__link:hover,
  .hs-content-id-38667486904 .header-bottom__link:active,
  .hs-content-id-38667486904 .header-bottom__link:focus {
    color: #e6b50f;
  } */
}

/* Footer Nav */

.footer__list {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
@media(min-width: 992px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .footer__item {
    margin: 0 1rem;
  }
}

/* Blog
-------------------------------------------- */

.blog-subscribe {
  padding: 2rem 0;
  font-size: 1.6rem;
  min-height: 8.4rem;
}

.blog-subscribe__form {
  min-height: 80px;
}

.blog-subscribe__form p {
  margin-bottom: 1rem;
}
.blog-subscribe__form form .hs-input {
  height: 4.3rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.blog-subscribe__form .hs-error-msgs {
  position: relative;
  top: -2rem;
}
.blog-subscribe .hs-button.primary {
  font-size: 1.6rem;
  line-height: 1.2;
}
.blog-subscribe__form form .hs-email > label {
  display: none;
}

.blog-post__body .hs-cta-wrapper {
  min-height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(min-width: 992px) {
  .blog-subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-subscribe__form p {
    margin: 0;
  }
  .blog-subscribe__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-subscribe__form form .hs-input {
    margin: 0 2rem;
    width: 30rem;
  }
  .blog-subscribe__form form .hs-email {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-subscribe__form form .hs-error-msgs {
    position: absolute;
    top: calc(100% + 1px);
    left: 2rem;
    margin: 0;
  }
}

.blog-listing__inner {
  max-width: 840px;
  margin: 0 auto;
}
.blog-listing__item {
  margin-bottom: 8rem;
}
.blog-listing__item:last-of-type {
  margin-bottom: 0;
}
.blog-listing__title a {
  color: #212b7b;
}
.blog-listing__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}
.blog-listing__avatar {
  width: 70px;
  height: 70px;
  margin-right: 2rem;
  border: 2px solid #212b7b;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-listing__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media(min-width: 992px) {
  .blog-listing__title {
    font-size: 4rem;
  }
}

.blog-post__inner {
  max-width: 840px;
  margin: 0 auto;
}
.blog-post__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.blog-post__avatar {
  width: 70px;
  height: 70px;
  margin-right: 2rem;
  border: 3px solid #212b7b;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media(min-width: 992px) {
  .blog-post__body h2 {
    font-size: 4rem;
  }
}

/* Flex Table */

.flex-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #212b7b;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.flex-table-container {
  border-bottom: 1px solid #e2e5fa;
}
.flex-column {
  padding: 2rem;
}
.flex-table-header .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6b50f;
  border-left: 1px solid #fff;
  color: #fff;
  font-family: "DM Serif Text", serif;
}
.flex-table-header .flex-column:first-child {
  border-left: 0;
}
.flex-table-row:nth-of-type(odd) {
  background-color: #fff;
}
.flex-table-row:nth-of-type(even) {
  background-color: #f8f9ff;
}
.flex-table-row:hover {
  background-color: #e8eaf3;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid #e2e5fa;
}
.flex-column:last-child {
  border-right: 1px solid #e2e5fa;
}
.table__dot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e6b50f;
  border-radius: 50%;
}
@media(min-width: 1200px) {
  .flex-table {
    font-size: 1.6rem;
  }
  .table__dot {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media(max-width: 991px) {
  .blog-subscribe__form {
    min-height: 225px;
  }
  
  .header-top {
    min-height: 100px;
}
}