







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

.disable-focus-styles :focus {
  outline: none;
}
/*! 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;
}





/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

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

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

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

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


.content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

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

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

/* General  */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;
    overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}






html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3D3E40;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #19CCA3;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #23EDC0;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}

strong {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0D2547;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  margin-block-end: 0em;
  opacity: 0.7;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

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

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

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

/* Blockquote */

blockquote {
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-left: 7px solid #19CCA3;
  padding-left: 15px;
}

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

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Primary Button */

button,
.button {
  -webkit-box-align: center;
  align-items: center;
  background-color: #19CCA3;
  border: 1px solid #19CCA3; 
  border-radius: 32px;
  color: #FFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  fill: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  background-color: #27EDC0;
  border-color: #27EDC0;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #21d4ab;
  border-color: #21d4ab;
}

/* Secondary Button */

.button.button--secondary {
  background-color: transparent;
  border: 2px solid #19CCA3;
  color: #19CCA3;
  fill: #19CCA3;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent;
  border: 2px solid #27EDC0; 
  color: #27EDC0;
  fill: #27EDC0;
}

.button.button--secondary:disabled {
  background-color: transparent;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none; 
  border-radius: 0;
  color: #19CCA3;
  font-size: 1rem;
  font-style: normal;
  fill: #19CCA3;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; 
}

.button.button--simple:after {
  background-color: #19CCA3;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none; 
  color: #27EDC0;
}

.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  color: #E6E6E6;
  pointer-events: none;
}

.button.button--simple:disabled:after {
  background-color: #D0D0D0;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 10px 50px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

/* Button Alignment */ 

.button.button--center {
    position: relative;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 3rem;
    margin-top: 25px;
}

.button.button--full {
    display: block;
}


  /* Base */
  .cta-form {
    display: block;
    width: 100%;
  }

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

  form fieldset > .hs-form-field {
    margin: 0.625rem 0;
  }

  /* Form Title */
  .form-title {
    display: block;
    background-color: #0D2547;
    font-family: "Lato", "sans-serif";
    font-weight: 900; !important;
    font-style: normal;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    padding: 24px;
    text-align: center;
  }

  .form-title ~ div > form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }

  /* Labels */
  .hs-form-field > label {
    color: #0D2547;
    font-size: 1rem;
    border-radius: 10px;
  }

  form div.in-focus > label {
    color: #3D3E40;
    padding: 0;
  }

  form div.in-focus.hs-fieldtype-radio > label,
  form div.in-focus.hs-fieldtype-checkbox > label {
    padding: 0;
  }

  label.hs-form-radio-display,
  label.hs-form-checkbox-display {
    font-family: "Muli", "sans-serif";
    font-size: 0.875rem;
  }

  .hs-fieldtype-radio label,
  .hs-fieldtype-checkbox label {
    position: static;
    color: #3D3E40;
  }

  /* Help Text - Legends */

  .hs-form-field legend {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    color: #3D3E40;
  }

  /* Inputs */

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea { 
    -webkit-appearance: none; 
       -moz-appearance: none; 
    border: none; 
    padding: 15px 20px;
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #3D3E40;
    border-radius: 4px;
    background-color: #E9EFF5;
    margin-top: 8px;
    width: 100% !important;
    box-sizing: border-box;
  }

  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 {
    outline: -webkit-focus-ring-color auto 5px;
  }

  form .in-focus select {
    color: #CBD1D6;
  }

  /* Placeholder Text */
  input::-webkit-input-placeholder {
    color: #CBD1D6;
  }

  input::-moz-placeholder {
    color: #CBD1D6;
  }

  input::-ms-placeholder {
    color: #CBD1D6;
  }

  input::placeholder {
    color: #CBD1D6;
  }

  /* Inputs - Checkbox/Radio */

  form ul.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  form ul.inputs-list li {
    margin: 0.3125rem 0;
  }

  form ul.inputs-list li input {
    position: absolute;
    left: -9999px;
  }

  form ul.inputs-list li input + span {
    position: relative;
    padding-left: 1.4375rem;
  }

  form ul.inputs-list li input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    border: 1px solid #CBE8F8;
    border-radius: 4px;
    box-sizing: border-box;
  }

  form ul.inputs-list li input[type=radio] + span:before {
    border-radius: 50%;
  }

  form ul.inputs-list li input + span:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }

  form ul.inputs-list li input[type=radio] + span:after {
    content: "";
    background-image: none;
    background-color: #19CCA3;
    width: 8px;
    height: 8px;
    left: 4px;
    border-radius: 100%;
  }

  form ul.inputs-list li input + span:hover:after {
    opacity: .2;   
  }

  form ul.inputs-list li input:checked + span:after {
    opacity: 1;   
  }

  form .input ul.invalid.error > li input + span:before {
    border-color: #FF7A6E;
  }

  /* Inputs - Select */

  .hs-fieldtype-select .input {
    position: relative;
  }

  .hs-fieldtype-select .input:after {
    content: '';
    width: 0; 
    height: 0; 
    border-radius: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #19CCA3;
    position: absolute;
    top: 57%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }

  /* Inputs - Datepicker */

  .hs-datepicker button.pika-button.pika-day {
    background: transparent !important;
  }

  .hs-datepicker button.pika-button:hover {
    background-color: #2355B2 !important;
  }

  .hs-datepicker .is-selected button.pika-button {
    background-color: #053794 !important;
    box-shadow: none !important;
  }

  .hs-datepicker .is-selected.is-today button.pika-button {
    color: white;
  }

  .hs-datepicker .is-today button.pika-button {
    color: #053794;
  }

  /* Inputs - File Picker */

  .hs-fieldtype-file input[type=file] {
    line-height: 1;
  }

  /* Headings & Text */

  form .hs-richtext {
    font-size: 0.875rem;
    margin: 1.5rem 0;
  }

  form .hs-richtext img {
    max-width: 100% !important;
  }

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

  /* GDPR */

  .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 0.875rem;
    margin-left: 15px !important;
  }

  /* Validation */

  .hs-form-field.has-error > label,
  .hs-form-field.has-error:before {
    top: 33%;
  }

  .hs-form-field.hs-fieldtype-textarea.has-error > label {
    top: 30px;
  }

  .hs-input.invalid.error {
    border: 1px solid #FF7A6E;
  }

  .hs-error-msgs li,
  .hs-error-msgs li label {
    color: #FF7A6E !important;
    font-size: .875rem;
  }

  .hs-error-msgs li a {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
  }

  /* Submit */

  form input[type=submit] {
    background-color: #19CCA3;
    border: 1px solid #19CCA3; 
    border-radius: 32px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 50px;
    text-align: center;
    font-family: "Muli", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 100%;
    max-width: 500px;
    white-space: normal;
    line-height: 1.5;
    margin: 0.625rem 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus {
    background-color: #00a47b;
    border-color: #00a47b;
  }

  form input[type=submit]:active {
    background-color: #2de0b7;
  }

/* Inline Thank You Message */

.submitted-message {
  background-color: #FFFFFF;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px 45px;
}

/* Consent Text Override (This text takes on the same size settings as the form's general Rich Text setting, which also controls the Title, so manual override needed. 
TODO Maybe there's a better way to do this? */

#hs_cos_wrapper_landing_page-module-12 .legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
}

#hs_cos_wrapper_landing_page-module-12 .legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext {
  margin: 1rem 0;
}


  table {
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
    border-spacing: 0;
  }
  
  th,
  td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #E9EFF5;
    text-align: center;
  }

  tr:nth-child(odd) {
    background-color: rgba(#E9EFF5, .35);
  }

  thead th,
  thead td {
    color: #FFFFFF;
    background-color: #0D2547;
    border: none;
    border-bottom-width: 2px;
  }

  thead th {
    vertical-align: bottom;
    border-bottom: none;
  }

  tbody + tbody {
    border-top: none;
  }





.header {
  background-color: #2355b2;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.11);
}

.header__container {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .header__container {
    padding: 0 20px;
  }
}

/* Top Bar */

.header__top-bar {
  display: none;
  background-color: #FFFFFF;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
}

.header__top-bar .menu-link {
  color: #0D2547;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus {
  color: #19CCA3;
}

@media screen and (min-width: 768px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */
.header__main-bar {
  padding: 0.75rem 0;
  position: relative;
}

.header__main-bar .header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.logo-company-name {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 250px;
}

/* Main Navigation */

.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-items: center;
}

.header__navigation {
  background-color: #2355B2;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-items: flex-end;
  }

  .header__navigation {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 5px 20px;
  border-top: none;
}

.header__menu .header__navigation .menu-link {
  color: #FFFFFF;
  font-family: "Muli", "sans-serif";
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 10px 0;
}

.submenu.level-1>.has-submenu>.menu-arrow,
.submenu>.has-submenu>.menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  font-family: "Muli", "sans-serif";
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  padding: .7rem 0 .7rem 1rem;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  background-color: #19CCA3;
}

@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFFFFF;
    -webkit-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    width: 200px;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #3D3E40;
    padding: 10px;
    background-color: #ffffff;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-top-color: #FFFFFF;
    top: 45%;
    right: 0px;
    border-radius: 2px;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #D1D6DC;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #19CCA3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D2547;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding-right: 20px;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
  color: #FFFFFF;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 6px;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/* Header - No Navigation */

.header--no-navigation {
  text-align: center;
  padding: 1rem 0;
}


/* Footer Container */

.footer {
  background-color: #0D2547;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__bottom-section {
  padding: 1.4rem 0;
  text-align: center;
}

.footer__bottom-section h1,
.footer__bottom-section h2,
.footer__bottom-section h3,
.footer__bottom-section h4,
.footer__bottom-section h5,
.footer__bottom-section h6,
.footer__bottom-section p,
.footer__bottom-section a,
.footer__bottom-section div,
.footer__bottom-section span {
  font-weight: 700;
  opacity: 0.8;
}

.footer__bottom-section a:hover {
  font-weight: 700;
  opacity: 1;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo {
  margin-bottom: 1.4rem;
}

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

.footer__address {
  margin: 25px 0;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #FFF;
}

.footer__navigation h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #19CCA3;
  font-weight: 700;
  margin-bottom: 0.5rem;;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 2rem;
}

.footer__navigation li {
  margin: 0.7rem 0;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation p,
.footer--no-navigation a,
.footer--no-navigation div,
.footer--no-navigation span {
  opacity: 0.8;
  font-weight: 700;
}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #FFFFFF;
}

.footer__form .form-title {
  font-size: 1rem;
  color: #19CCA3;
  background-color: transparent;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
}


// Overrides for CookieBot dialog 

#CybotCookiebotDialog a {
  padding: 5px 10px;
  border-radius: 5px;
}

#CybotCookiebotDialog {
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 14px 2px !important;
}

#CybotCookiebotDialog div {
    font-family: $font-secondary !important;
    font-weight: 300 !important;
    color: #576165 !important;
    font-size: 10.5pt;
}

#CybotCookiebotDialog a {
  font-family: $font-primary !important;
  font-weight: 500 !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 14pt !important;
    font-family: $font-primary !important;
    font-weight: 400 !important;
}



/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0px;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index__subheader {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links,
.blog-post__author__sharing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  display: inline-block;
  position: relative;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a:hover,
.blog-post__author__sharing a:hover {
  background-color: #19CCA3;
}

.author-social-links a svg,
.blog-post__author__sharing a svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  margin: 75px 0;
  display: flex;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  transition: box-shadow 0.3s;
}
.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}

.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: #0D2547;
  font-weight: 800;
  font-size: 26px;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  text-decoration: underline;
  color: #0D2547;
  font-weight: 800;
}

.blog-index__post__date {
  margin: 0 0 1rem 0;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h6 {
  margin: 10px 0;
}

.blog-tags {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.blog-tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-tag:hover {
  color: #00BAFF;
  text-decoration: underline;
  font-weight: 300;
}

.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  margin: 15px 0;
  flex-grow: 1;
}

.blog-pagination {
  margin: 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 7px;
  color: #484848;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

.blog-pagination__link--active {
  background-color: #19CCA3;
  color: white;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  margin: 35px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 175px;
  display: block;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  min-height: 375px;
  display: flex;
  flex-direction: column;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 10px 20px;
  }
}

.blog-post__tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 420px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 35px 0;
}

.blog-post__sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100px;
  color: #19CCA3;
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  line-height: 24px;
}

hr.blog-post__divider {
  border: none;
  border-bottom: 1px solid #E9EFF5; 
  margin: 100px -100px;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {
  display: flex;
  margin: 75px 0;
  padding: 0 100px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    margin: 10px 0;
    padding: 0;
    flex-direction: column;
  }
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

#comments-listing .comment-reply-to {
  color: #19CCA3;
  background-size: 15px;
  background-position: 20px;
  padding-left: 50px;
  border: 1px solid rgba(0,0,0,0);  
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00a47b;
}

#comments-listing .comment-reply-to:active {
  color: #41f4cb;
}

.blog-post__social-sharing .social-links__icon {
  border-radius: 50px;
  width: 37px;
}

.blog-post__social-sharing .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }

}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  text-align: center;
  margin-bottom: 50px;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-bottom: 1px solid #19CCA3;
  border-radius: 0;
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: 'Muli', sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 550px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: 'Muli', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}

