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

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

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

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

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

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

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-blue: #00AEEF;
  --color-grey: #BCC1C5;
  --color-black: #363536;
  --color-dark-blue: #1C3E75;
  --color-whitesmoke: #F5F5F5;
  --color-white: #FFFFFF;
  --color-gradient: linear-gradient(90deg, #00AEEF 0%, #ACE4FA 23.5%, #FFFFFF 51.5%, #DCDEE1 88.5%, #BCC1C5 100%);
  --font-body: "proxima-nova",Arial,sans-serif;
  --width-content: 1220px;
  --width-wide: 1320px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  color: #494a52;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  background: var(--color-white);
}
.guts {
  /* padding-top: 7rem; */
}
/* .wrapper.page {
overflow: hidden;
} */

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

.container {
  max-width: var(--width-wide);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}


.container-narrow {
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-medium{
  max-width: var(--width-medium);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
}

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

/* Colors */

.white {
  color: var(--white);
}


/* main section {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

main section.fadein {
  opacity: 1;
  transform: translate(0, 0);
} */
/* Typography
-------------------------------------------- */
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  color: var(--color-black);
  font-size: 18px;
  line-height: 1.77;
  font-weight: 400;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: var(--color-blue);
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--color-dark-blue);
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .25em;
  margin-bottom: .25em;
  font-family: var(--font-body);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--color-dark-blue);
}
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: clamp(40px, 6vw + 2rem, 80px);
  line-height: 1.06;
}

h2, .h2 {
  font-size: clamp(30px, 5vw + 1rem, 50px);
  line-height: 1;
}

h3, .h3 {
  font-size: clamp(24px, 4vw + 1rem, 40px);
  line-height: 1.25;
}

h4, .h4 {
  font-size: clamp(20px, 3vw + 1rem, 32px);
  line-height: 1.52;
}

h5, .h5 {
  font-size: clamp(16px, 2vw + 1rem, 26px);
  line-height: 1.5;
}

h6, .h6 {
  font-size: clamp(14px, 1.5vw + 0.5rem, 18px);
  line-height: 1.5;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

strong {
  font-weight: 900;
}

code {
  vertical-align: bottom;
}

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

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


/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 0.5rem solid var(--color-blue);
}

/* Horizontal Rules */

hr {
  background-color: var(--color-dark-blue);
  height: 1px;
  border: none;
}


.bg-grey {
  background: var(--color-whitesmoke);
  color: var(--color-black);
}

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

.bg-blue {
  background: var(--color-dark-blue);
  color: var(--color-white);
}

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

.btn,
.cta_button,
.hs-button,
input.hs-button,
.primary-btn,
.secondary-btn{
  color: var(--color-white);
  background: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
  display: inline-block;
  font-style: normal;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 15px 30px;
  border-radius: 52px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;

}


.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
input.hs-button:hover,
input.hs-button:focus,
.primary-btn:hover,
.primary-btn:focus{
  background: var(--color-white);
  border-color: var(--color-dark-blue);
  color: var(--color-dark-blue);
  outline: none;
  text-decoration: none;
}

.secondary-btn{
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

.secondary-btn:hover,
.secondary-btn:focus{
  background: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-blue);
}

button {
  cursor: pointer;
}


@media (min-width: 768px){
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 991px){

}
@media (max-width: 767px){
  .visible-phone {
    display: block !important;
  }
}

/* HubSpot Overrides */

.hs-button.secondary,
.btn.secondary{
  background: var(--color-blue);
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}

.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus,
.btn.secondary:hover,
.btn.secondary:active,
.btn.secondary:focus {
  background: var(--color-white);
  border-color: var(--color-dark-blue);
  color: var(--color-dark-blue);
  outline: none;
  text-decoration: none;
}

/* Sizing */

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

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}


@media (max-width: 767px){
  .btn,
  .cta_button,
  .hs-button,
  input.hs-button,
  .primary-btn,
  .secondary-btn {
    font-size: 15px;
    padding: 10px 20px;
  }

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

form {
  background: #00B0F0;
  padding: 30px 20px;
  border-radius: 15px;
}

.actions {
  cursor: pointer;
  padding-top: 10px;
}

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 {
  appearance: none;
  background: var(--color-white);
  border: none;
  color: var(--color-black);
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0px;
  outline: none;
  width: 100%;
  padding: 22px 20px;
  border-radius: 10px;
  letter-spacing: -0.01em;
  text-align: left;
  text-transform: uppercase;
}

select {
  height: 71px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: var(--color-blue);
}


textarea {
  min-height: 173px;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 32px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.45" height="9.225" viewBox="0 0 16.45 9.225"><path d="M18,27.45a1,1,0,0,1-.707-1.707l6.518-6.518-6.518-6.518a1,1,0,0,1,1.414-1.414l7.225,7.225a1,1,0,0,1,0,1.414l-7.225,7.225A1,1,0,0,1,18,27.45Z" transform="translate(27.45 -17) rotate(90)" fill="%231B363A"/></svg>') !important;
  background-origin: content-box !important;
  background-position: right -22px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
}

select[multiple] {
  height: auto;
  background-image: none;
}

label {
  display: block;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 6px;
  text-align: left;
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0px 0 5px 20px;
}

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

.inputs-list li [type=checkbox] {
  border: 1px solid #020A0A;
  border-radius: 0;
  width: 20px !important;
  height: 20px;
  margin: 0 10px 0 0px;
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li [type=checkbox] + span {
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li.hs-form-booleancheckbox label {
  display: inline-block !important;
  vertical-align: middle;
}

.hs-button {
  cursor: pointer
}

/* Inputs List */

.hs-form ul.inputs-list:not(.hs-error-msgs) {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

/* .hs-form ul.inputs-list:not(.hs-error-msgs) li {
margin-bottom: 10px;
} */

.hs-form ul.inputs-list:not(.hs-error-msgs) label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 10px;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) li:last-child label {
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  margin: 5px 0 0 !important;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: #fff;
  line-height: 1.2;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

.hs-error-msg {
  font-size: 14px;
  font-weight: 400;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 20px;
}

/* 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 {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

.hs_resume_upload .hs-input {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
}

input#hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* For Firefox */
:-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* For Firefox 19+ */
::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* For Internet Explorer 10+ */
:-ms-input-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* For Edge (older versions) */
::-ms-input-placeholder {
  color: var(--color-black);
  opacity: 1;
}

/* Universal selector for future compatibility */
::placeholder {
  color: var(--color-black);
  opacity: 1;
}


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 20px;
  }
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Header
-------------------------------------------- */

.header {
  min-height: 232px;
}

.header-wrap {
  overflow: hidden;
  min-height: 232px;
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
}

.header .header-bg-color {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background: linear-gradient(90deg, #00aeef, #ace4fa 23.5%, #fff 51.5%, #dcdee1 88.5%, #bcc1c5);
  clip-path: polygon(.14% 0,22.25% 0,77.03% 63.71%,100% 35.34%,100% 100%,20.1% 9.04%,.14% 30.41%);
}


.header .logo {
  text-align: right;    
  padding: 30px 0;
}

.header .header-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  clip-path: polygon(22% 0%, 77.03% 63.71%, 100% 35.34%, 99.86% 0%, 22.11% 0%);
  background-color: #fff;
}

.header .container {
  position: relative;
  z-index: 1;
}


.lp-logo {
  padding: 30px 0;
}

.lp-logo img {
  left: calc(22.6% - 122px);
  position: relative;
  z-index: 1;
}

.header-lp-wrap {
  min-height: 156px;
  overflow: hidden;
  top: 0;
  z-index: 9;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.header-lp-wrap:before {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  clip-path: polygon(-20% -7%, 100% 0%, 70% 0%, 22.6% 90%);
  z-index: 1;
}

.header-lp-color {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background: linear-gradient(90.06deg, #00AEEF 31.41%, #FFFFFF 48.26%, #DCDEE1 80.66%, #BCC1C5 87.06%);
  height: 100%;
  top: 0;
  clip-path: polygon(-30% -18%, 100% 0%, 75% 0%, 22.6% 100%);
}



@media (min-width: 2000px){
  .header .container {
    max-width: 100%;
  }
  .header .logo img {
    position: relative;
    right: 16%;
  }

/*   .lp-logo img {
    position: relative;
    left: 16.2%;
  } */

}

@media (min-width: 2500px){
  .header .container {
    max-width: 100%;
  }
  .header .logo img {
    position: relative;
    right: 17%;
  }
}

@media (max-width: 1600px){
  .header .container {
    max-width: 100%;
  }
  .header .logo img {
    position: relative;
    right: 14%;
  }
}

@media (max-width: 1400px){
  .header .logo img {
    position: relative;
    right: 14%;
  }
}

@media (max-width: 1200px){
  .header .logo img {
    position: relative;
    right: 11%;
  }
}

@media (max-width: 991px){
  .header .logo img {
    position: relative;
    right: 0;
  }

  .header .header-bg-color {
    clip-path: polygon(.14% 0, -20% 0, 50% 63%, 100% 20%, 100% 70%, 20.1% 70%, .14% 70%);
    bottom: -50px;
  }

  .header .header-wrap:before {
    clip-path: none;
  }

  .header-wrap {
    min-height: 160px;
    position: relative;
  }

  .header .logo {
    text-align: center;
    padding: 25px 0;
  }

  .header-lp-wrap:before {
    clip-path: none;
  }

  .header-lp-color {
    bottom: -50px;
    clip-path: polygon(.14% 0, -20% 0, 50% 63%, 100% 20%, 100% 70%, 20.1% 70%, .14% 70%);
    z-index: 2;
    top: auto;
  }

  .header-lp-wrap {
    min-height: 160px;
    position: relative;
  }

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

  .lp-logo img {
    left: 0;
  }

  .lp-logo {
    padding: 25px 0;
  }
}

@media (max-width: 600px){
  .header .logo img {
    max-width: 80% !important;
  }
}
/* Footer
-------------------------------------------- */

footer.footer {
  background: var(--color-grey);
  padding: 15px 0;
}

.footer_copyright_col {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.5;
}

.footer_copyright_col p {
  margin: 0;
  text-transform: uppercase;
}

.footer-top-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_social ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.footer_social ul li {
  margin: 0 10px;
}

@media (max-width:767px){
  .footer-top-container {
    flex-direction: column;
    align-items: self-start;
  }

  .footer_copyright_col {
    padding-bottom: 15px;
  }

  .footer_social ul li {
    margin: 0 8px;
  }
}
.blog-listing__grid-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 0 0 0 50px;
}

.blog-listing__featured-image {
  overflow: hidden;
  padding-bottom: 66.666%;
  position: relative;
}

.blog-listing__featured-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 100%;
}

.blog-listing__featured-image:hover img {
  transform: scale(1.05);
}

.blog-listing__title {
  padding: 15px;
  text-align: center;
}


.blog-listing__pagination {
  margin-top: 45px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.blog-listing__pagination span {
  opacity: .5;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.blog-listing__pagination a.next-posts-link, .blog-listing__pagination a.prev-posts-link {
  display: flex;
  align-items: center;
}

.blog-listing__pagination svg {
  width: 15px;
  height: 15px;
}

.blog-listing__pagination a.previous-posts-link, 
.blog-listing__pagination span.previous {
  left: 0;
  position: absolute;
  display: flex;
  align-items: center;
}

.blog-listing__pagination a.next-posts-link, .blog-listing__pagination span.next {
  position: absolute;
  right: 0;
}

.blog-listing__pagination span.previous svg,
.blog-listing__pagination a.previous-posts-link svg{
  margin-right: 5px;
}

.blog-listing__pagination span.next svg,
.blog-listing__pagination a.next-posts-link svg{
  margin-left: 5px;
}

.blog-listing__pagination a.next-posts-link svg, 
.blog-listing__pagination a.previous-posts-link svg {
  fill: var(--color-red);
}

.blog-listing__pagination a.next-posts-link:hover svg, 
.blog-listing__pagination a.previous-posts-link:hover svg {
  fill: var(--color-yellow);
}

.blog-post-col {
  width: 83.33333333%;
  margin: 0 auto;
}

.blog__social-sharing {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.blog__social-sharing > span {
  margin-right: 5px;
}

.blog__social-link-icon {
  display: inline-block;
  margin: 0 8px;
}

.blog__social-link-icon svg {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.blog-post__rich-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-post-top-col .blog__social-sharing {
  padding-top: 0;
}

.blog-post-bottom-col .blog__social-sharing {
  padding-top: 0;
}

@media (min-width: 768px) {
  .blog-listing__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .blog-listing__grid-item {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .blog-listing__grid-item {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 991px) {
  .blog-post-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-listing__grid-item {
    margin-bottom: 30px;
    display: block;
  }

  .blog-post-col {
    width: 100%;
    margin: 0 auto;
  }
}