@charset "UTF-8";
/*! 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;
}

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

/*================================================
  FONT WEIGHTS
  Poppins
  - 300: Light
  - 400: Regular
  - 500: Medium
  - 600: Semibold
  - 700: Bold
================================================*/
/*================================================
  CSS props
================================================*/
:root {
  --vSpacing: 100px;
  --hSpacing: 130px;
  --hSpacingSmall: 100px;
}

@media (max-width: 1260px) {
  :root {
    --vSpacing: 80px;
    --hSpacing: 60px;
    --hSpacingSmall: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --vSpacing: 60px;
    --hSpacing: 25px;
    --hSpacingSmall: 25px;
  }
}
/*================================================
  General
================================================*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 300;
  color: #323538;
}
body .inverse {
  color: #fff;
}

@media (max-width: 1260px) {
  body.js-nav-open {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
/*================================================
  Helpers
================================================*/
.sr-only {
  position: absolute;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .show--sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide--sm {
    display: none !important;
  }
}
.text-centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text--gradient {
  color: #ef6c67;
  background: -webkit-linear-gradient(left, #ef6c67 0%, #3b7595 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*================================================
  Elements
================================================*/
/*------------------------------------
  General
--------------------------------------*/
p {
  margin: 30px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
--------------------------------------*/
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  margin: 50px 0 10px 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}
.inverse h1, .inverse .h1, .inverse h2, .inverse .h2, .inverse h3, .inverse .h3,
.inverse h4, .inverse .h4, .inverse h5, .inverse .h5, .inverse h6, .inverse .h6 {
  color: #fff;
}

h3 + p, h3 + ul, h3 + ol, .h3 + p, .h3 + ul, .h3 + ol, h4 + p, h4 + ul, h4 + ol, .h4 + p, .h4 + ul, .h4 + ol, h5 + p, h5 + ul, h5 + ol, .h5 + p, .h5 + ul, .h5 + ol, h6 + p, h6 + ul, h6 + ol, .h6 + p, .h6 + ul, .h6 + ol {
  margin-top: 10px;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 30px;
}

h1, .h1 {
  font-family: "Lora", Georgia, serif;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 400;
}

h2, .h2 {
  font-family: "Lora", Georgia, serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.3;
  font-weight: 400;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 1460px) {
  h1, .h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.3;
  }
  h2, .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
  }
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  h3, .h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  h4, .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1, .h1, h2, .h2, h3, .h3,
  h4, .h4, h5, .h5, h6, .h6 {
    margin: 50px 0 15px 0;
  }
}
/*------------------------------------
  Lists
--------------------------------------*/
ul, ol {
  margin: 30px 0;
  text-align: left;
}
ul:first-child, ol:first-child {
  margin-top: 0;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul.no-list, ol.no-list {
  list-style: none;
  padding: 0;
}
ul ul, ul ol, ul ul:first-child, ul ol:first-child, ol ul, ol ol, ol ul:first-child, ol ol:first-child {
  margin-top: 5px;
}
ul li, ol li {
  margin: 5px 0 0 0;
}
ul li:first-child, ol li:first-child {
  margin-top: 0;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/*------------------------------------
  Links
--------------------------------------*/
a {
  text-decoration: underline;
  color: #006380;
  transition: color 0.2s ease-in-out;
}
a:focus {
  outline: 2px solid #006380;
  outline-offset: 5px;
}
a:focus:not(:focus-visible) {
  outline: inherit;
}
a:focus, a:hover {
  text-decoration: none;
}
.inverse a {
  color: #fff;
}
.inverse a:focus {
  outline-color: #fff;
}

/*------------------------------------
  CTA links
--------------------------------------*/
.cta-link {
  position: relative;
  left: 0;
  display: inline;
  padding-right: 30px;
  line-height: 1.4;
  background-image: url("https://8429782.fs1.hubspotusercontent-na1.net/hubfs/8429782/raw_assets/public/IHTSC/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  font-weight: 500;
  text-decoration: none;
  transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
}
.cta-link:hover {
  left: 5px;
}
.inverse .cta-link {
  background-image: url("https://8429782.fs1.hubspotusercontent-na1.net/hubfs/8429782/raw_assets/public/IHTSC/images/icons/arrow-right-white.svg");
  color: #fff;
}
li .cta-link {
  line-height: 1.7;
}

/*------------------------------------
  Buttons
--------------------------------------*/
button {
  cursor: pointer;
}

.button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  background-color: #C64C42;
  border-radius: 5px;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #fff;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.button:not([disabled]):focus, .button:not([disabled]):hover {
  transform: translateY(-5px);
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.button:not([disabled]):focus::before, .button:not([disabled]):hover::before {
  transform: translateY(5px);
}
.inverse .button {
  background-color: #fff;
  color: #006380;
}
.button[disabled] {
  opacity: 0.5;
  cursor: default;
}

.button--lg {
  padding: 30px 50px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.button--outline {
  border: 2px solid #C64C42;
  background-color: #fff;
  color: #C64C42;
}
.inverse .button--outline {
  color: #C64C42;
}
.inverse .button--outline:not([disabled]):focus, .inverse .button--outline:not([disabled]):hover {
  background-color: #C64C42;
  color: #fff;
}

@media (max-width: 1023px) {
  .button,
  .button--lg {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .button--lg {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 10px 15px;
  }
}
@media (max-width: 580px) {
  .button,
  .button--lg {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
blockquote {
  position: relative;
  margin: 60px auto;
  padding: 10px 0 10px 30px;
  border-left: 4px solid #EF6C67;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  font-style: italic;
}

@media (max-width: 767px) {
  blockquote {
    margin: 30px auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Videos */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin: 20px 0;
}
.video-wrap:first-child {
  margin-top: 0;
}
.video-wrap:last-child {
  margin-bottom: 0;
}

.video-wrap iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}

.form-container {
  max-width: 800px;
}

fieldset {
  position: relative;
}

.hs-form-field {
  position: relative;
  margin-bottom: 30px;
}

.main-content form fieldset {
  max-width: 100%;
}

form label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

form legend {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  border: 2px solid #EAEEF2;
  border-radius: 0;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #737373;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #006380;
}

select {
  padding-right: 40px;
  background-color: #fff;
  background-image: url("https://8429782.fs1.hubspotusercontent-na1.net/hubfs/8429782/raw_assets/public/IHTSC/images/icons/caret-down.svg"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
select:hover {
  border-color: #006380;
}
select::-ms-expand {
  display: none;
}
select option {
  background-color: #fff;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #737373;
}

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

ul.inputs-list {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.inputs-list > li {
  display: block;
  margin: 5px 0 0 0;
}
ul.inputs-list > li:first-child {
  margin-top: 0;
}
ul.inputs-list label {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
ul.inputs-list input, ul.inputs-list span {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

.hs-form-checkbox,
.hs-form-radio,
.hs-form-booleancheckbox {
  position: relative;
}
.hs-form-checkbox span,
.hs-form-radio span,
.hs-form-booleancheckbox span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  position: absolute;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  margin-left: 0;
  font-weight: 400;
}
.hs-input[type=checkbox] + span::before,
.hs-input[type=radio] + span::before {
  content: "";
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #fff;
  border: 2px solid #737373;
  border-radius: 5px;
  cursor: pointer;
}
.hs-input[type=checkbox]:focus + span::before,
.hs-input[type=radio]:focus + span::before {
  outline: 2px solid #006380;
}
.hs-input[type=checkbox]:checked + span::before,
.hs-input[type=radio]:checked + span::before {
  border-color: #006380;
  background-color: #006380;
  box-shadow: inset 0 0 0 8px #fff;
}

.hs-input[type=radio] + span::before {
  border-radius: 50%;
}

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

form .hs-richtext,
form .hs-richtext p {
  margin: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
form .hs-richtext:first-child,
form .hs-richtext p:first-child {
  margin-top: 0;
}
form .hs-richtext:last-child,
form .hs-richtext p:last-child {
  margin-bottom: 0;
}

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

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

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

.hs-error-msgs {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.hs-error-msgs label {
  font-weight: normal;
}

.hs-error-msg {
  margin-top: 10px;
  color: red;
}
.hs-error-msg label {
  font-weight: normal;
}

#hs_login_reset {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

form input[type=submit],
form .hs-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 15px 0 0 0;
  padding: 15px 53px;
  text-align: center;
  background-color: #EF6C67;
  border: 0;
  border-radius: 6px;
  line-height: 1.1;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: #006380;
  color: #fff;
}

/*================================================
  Structure
================================================*/
/*------------------------------------
  Layout
--------------------------------------*/
#main-content-wrap {
  display: block;
  position: relative;
}
#main-content-wrap:focus {
  outline: none;
}

.main-content--offset {
  padding-top: 20px;
}

.content-wrap {
  max-width: 960px;
}

.content-section {
  margin-top: 30px;
}

@media (max-width: 1260px) {
  .main-content--offset {
    padding-top: 0;
  }
}
/*------------------------------------
  Container
--------------------------------------*/
.container {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 80px;
  padding: 0 var(--hSpacing);
}

.container--padding {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: var(--vSpacing);
  padding-bottom: var(--vSpacing);
}

.container--padding-top {
  padding-top: 100px;
  padding-top: var(--vSpacing);
}

.container--padding-bottom {
  padding-bottom: 100px;
  padding-bottom: var(--vSpacing);
}

.container--full {
  max-width: 1920px;
  padding-left: var(--hSpacingSmall);
  padding-right: var(--hSpacingSmall);
}

.container--sm {
  max-width: 1360px;
}

.container--xs {
  max-width: 1220px;
}

@media (max-width: 1260px) {
  .container--xs {
    max-width: 1080px;
  }
}
/*------------------------------------
  Grid
--------------------------------------*/
.row::after {
  content: "";
  display: table;
  clear: both;
}

.row,
.row--flex {
  margin: 50px -30px;
  margin-top: var(--vSpacing);
  margin-bottom: var(--vSpacing);
}
.row:first-child,
.row--flex:first-child {
  margin-top: 0;
}
.row:last-child,
.row--flex:last-child {
  margin-bottom: 0;
}

.row--flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row--flex-centered {
  align-items: center;
}

.col {
  box-sizing: border-box;
  float: left;
  padding: 0 30px;
}

.col.span1 {
  width: 8.3333333333%;
}

.col.span2 {
  width: 16.6666666667%;
}

.col.span3 {
  width: 25%;
}

.col.span4 {
  width: 33.3333333333%;
}

.col.span5 {
  width: 41.6666666667%;
}

.col.span6 {
  width: 50%;
}

.col.span7 {
  width: 58.3333333333%;
}

.col.span8 {
  width: 66.6666666667%;
}

.col.span9 {
  width: 75%;
}

.col.span10 {
  width: 83.3333333333%;
}

.col.span11 {
  width: 91.6666666667%;
}

.col.span12 {
  width: 100%;
}

.col.span13 {
  width: 108.3333333333%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .row--md {
    margin-left: 0;
    margin-right: 0;
  }
  .row--md.row--flex {
    display: block;
  }
  .row--md > .col {
    float: none;
    margin-top: 50px;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .row--md > .col:first-child {
    margin-top: 0;
  }
  .row--md > .col.span1, .row--md > .col.span2, .row--md > .col.span3, .row--md > .col.span4, .row--md > .col.span5, .row--md > .col.span6, .row--md > .col.span7, .row--md > .col.span8, .row--md > .col.span9, .row--md > .col.span10, .row--md > .col.span11, .row--md > .col.span12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row,
  .row--flex {
    margin-left: 0;
    margin-right: 0;
  }
  .row--flex {
    display: block;
  }
  .col {
    float: none;
    margin-top: 50px;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .col:first-child {
    margin-top: 0;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  .col.span1, .col.span2, .col.span3, .col.span4, .col.span5, .col.span6,
  .col.span7, .col.span8, .col.span9, .col.span10, .col.span11, .col.span12 {
    width: 100%;
  }
}
/*------------------------------------
  HubSpot Grid
--------------------------------------*/
.row-fluid {
  width: 100%;
}
.row-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
/*================================================
  Header
================================================*/
#page-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-header.is-relative {
  position: relative;
}
#page-header > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-header__logo {
  flex: 0 0 auto;
  max-width: 50%;
}
.page-header__logo a {
  display: inline-block;
}

.page-header__logo-img img {
  display: block;
  margin: 0 auto;
}

.page-header__logo-img--lg {
  max-width: 470px;
}

@media (max-width: 1460px) {
  .page-header__logo-img--lg {
    max-width: 380px;
  }
}
@media (max-width: 1023px) {
  #page-header {
    position: relative;
  }
  #page-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header__logo {
    max-width: 100%;
  }
  .page-header__logo-img {
    max-width: 150px;
  }
  .page-header__logo-img--lg {
    max-width: 280px;
  }
}
/*================================================
  Footer
================================================*/
#page-footer {
  padding: 60px 0;
  background-color: #EAEEF2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
#page-footer a {
  color: #323538;
}
#page-footer .separator {
  color: #949494;
  margin: 0 10px;
}

.page-footer__copyright {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.page-footer__site-info {
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.page-footer__author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.page-footer__author svg {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .page-footer__author {
    text-align: right;
  }
}
/*================================================
  Content
================================================*/
/*------------------------------------
  System pages
--------------------------------------*/
.system-content h1 {
  margin-bottom: 30px;
}
.system-content h1:empty {
  margin: 0;
}
.system-content h1:empty + h2 {
  margin-top: 0;
}
.system-content p {
  margin-bottom: 30px;
}
.system-content .success {
  display: inline-block;
  margin: 30px 0;
  padding: 15px 30px;
  background-color: #F0F6EA;
  border: 2px solid #4C712D;
  color: #4C712D;
}
.system-content .success:first-child {
  margin-top: 0;
}
.system-content .success:last-child {
  margin-bottom: 0;
}

/*------------------------------------
  Subscription options
--------------------------------------*/
.email-prefs label {
  font-weight: normal;
}
.email-prefs .item {
  margin: 30px 0;
  padding: 30px;
  background-color: #eee;
  border: 2px solid #ddd;
  border-radius: 6px;
}
.email-prefs .item:first-child {
  margin-top: 0;
}
.email-prefs .item:last-child {
  margin-bottom: 0;
}
.email-prefs .item p:first-child {
  margin-top: 0;
}
.email-prefs .item p:last-child {
  margin-bottom: 0;
}
.email-prefs .item .checkbox-row + p {
  margin-top: 5px;
}

/*------------------------------------
  Membership pages
--------------------------------------*/
.hs-login-widget-show-password,
.hs-register-widget-show-password,
.hs-reset-widget-show-password {
  float: right;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

/*------------------------------------
  CONTENTS
  Panels
  Pull content
--------------------------------------*/
/*------------------------------------
  Panels
--------------------------------------*/
.panel {
  position: relative;
  margin-top: 100px;
  margin-top: var(--vSpacing);
}
.hs_cos_wrapper_type_module:last-child .panel:not(.panel--flush) {
  margin-bottom: var(--vSpacing);
}
.panel--nomargin-top {
  margin-top: 0;
}
.panel--margin-bottom {
  margin-bottom: 100px;
  margin-bottom: var(--vSpacing);
}
.panel--pull {
  overflow: hidden;
}
.panel__intro {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.panel--bg-rectangle::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 1330px;
  height: 100%;
  opacity: 0.7;
  background-color: #EAEEF2;
}
@media (max-width: 767px) {
  .panel--bg-rectangle::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .panel--main {
    margin-top: 30px;
  }
  .panel__intro {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
/*------------------------------------
  Pull content
--------------------------------------*/
.pull-content-block::after {
  content: "";
  display: table;
  clear: both;
}

.pull-right {
  box-sizing: border-box;
  float: right;
  padding: 0 0 40px 80px;
}
.pull-right img {
  display: block;
}

@media (min-width: 1461px) {
  .pull-right {
    margin-right: calc(-50vw + ( 1780px - (var(--hSpacing) * 2) ) / 2);
  }
  .container--sm .pull-right {
    margin-right: calc(-50vw + ( 1360px - (var(--hSpacing) * 2) ) / 2);
  }
}
@media (min-width: 1461px) and (max-width: 1600px) {
  .pull-content-block .pull-right {
    margin-right: calc(-1 * var(--hSpacing));
  }
}
@media (max-width: 1800px) {
  .pull-right {
    max-width: 70%;
  }
}
@media (max-width: 1600px) {
  .pull-right {
    max-width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .pull-right {
    float: none;
    max-width: 400px;
    margin: 60px 0;
    padding: 0;
  }
  .pull-right:first-child {
    margin-top: 0;
  }
  .pull-right:last-child {
    margin-bottom: 0;
  }
}
/*================================================
  Modules
================================================*/
.feature-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
}
@media (min-width: 1461px) {
  .feature-content h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.3;
  }
}

.feature-content__title {
  max-width: 840px;
}

.feature-content__bg {
  flex-shrink: 0;
  position: relative;
  width: 44%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-content__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(160deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

.feature-content__feature-img {
  flex-shrink: 0;
  max-width: 460px;
}
.feature-content__feature-img img {
  display: block;
}

.feature-content__section {
  padding: 100px;
  background-color: #fff;
}
.feature-content__section.feature-content__section--full {
  flex-grow: 1;
  padding-top: 0;
}

.feature-content__content {
  max-width: 640px;
  margin: 0 auto;
}
.feature-content__content::after {
  content: "";
  display: table;
  clear: both;
}
.feature-content__section .feature-content__content {
  max-width: 1180px;
}

.feature-content__img {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 30%;
  margin-left: -300px;
}
.feature-content__img img {
  display: block;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
}

.feature-content__intro {
  margin: 30px 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media (max-width: 1460px) {
  .feature-content__feature-img {
    max-width: 360px;
  }
  .feature-content__section {
    padding: 80px 60px;
  }
}
@media (max-width: 1260px) {
  .feature-content__feature-img {
    display: none;
  }
  .feature-content__img {
    display: block;
    max-width: 300px;
    margin-top: 180px;
    margin-left: -240px;
  }
}
@media (max-width: 1023px) {
  .feature-content {
    display: block;
    min-height: 0;
    padding: 30px 60px 60px 60px;
  }
  .feature-content__bg {
    display: none;
  }
  .feature-content__img {
    float: right;
    max-width: 40%;
    margin: 0 0 40px 40px;
  }
  .feature-content__section {
    margin-left: 0;
    padding: 0;
  }
  .feature-content__content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .feature-content {
    padding: 0 30px 30px 30px;
  }
  .feature-content__img {
    max-width: 25%;
    margin: 0 0 30px 30px;
  }
  .feature-content__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.photo-set {
  position: relative;
}
.photo-set::after {
  content: "";
  display: table;
  clear: both;
}
.photo-set img {
  display: block;
}
.photo-set__secondary {
  position: relative;
  z-index: 2;
  float: right;
  max-width: 50%;
  margin-top: -60px;
}

/*------------------------------------
  Video
--------------------------------------*/
.video {
  display: block;
  margin: 30px 0;
}
.video:first-child {
  margin-top: 0;
}
.video:last-child {
  margin-bottom: 0;
}

.video__caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #737373;
}

/*================================================
  Third-party components
================================================*/
/*----------------------------------------
  Micromodal
------------------------------------------*/
.modal__overlay {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  box-sizing: border-box;
  position: relative;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  overflow-y: auto;
}
.modal--video .modal__container {
  width: calc(100% - 40px);
  max-width: 1080px;
}
.modal--img .modal__container {
  max-height: 100%;
  text-align: right;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
}
.modal-img .modal__close {
  top: 10px;
}

.modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal--video .modal__content {
  padding: 0;
  border-radius: 0;
}
.modal--img .modal__content {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background-color: transparent;
}
.modal--img .modal__content img {
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 80px);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}