/* Colour Palette */












*, *:before, *:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

.body-container-wrapper {
  min-height: calc(100vh - 422px); /* Height of the footer content */
}

img {
  max-width: 100%;
}

/*! 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: 0; /* Remove the minimum height in custom modules */
    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 {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
  position: relative; /* Helps with absolute positioning within the section. */
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 18px;
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #1B1E32;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.55;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #F08300;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity  0.15s linear;
  -o-transition: opacity  0.15s linear;
  transition: opacity  0.15s linear;
}

a:hover, a:focus {
  opacity: 0.7;
  text-decoration: none; 
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1B1E32;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.67rem;
  font-weight: 200;
  line-height: 1; 
}

h2 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.11;
}

h3 {
  font-size: 1.33rem;
  line-height: 1.0416;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

.hs_cos_wrapper_type_rich_text ul {
  list-style-type: '>';
  margin: 0;
  padding: 0.5rem;
}
.hs_cos_wrapper_type_rich_text ul li {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

/* Code blocks */

code {
  background-color: #DADADA;
  padding: 0.25rem;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Selection */

::selection {
  background: #FFCE02; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FFCE02; /* Gecko Browsers */
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: #F08300;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.16;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.16;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-weight: 200;
  }
}
a.cta_button.button {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; /* Override CTA box-sizing */
}

.button {
  background-color: #F08300;
  border: 2px solid #F08300;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.11rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  margin: 0;
  min-height: 50px;
  padding: 0.45rem 1.8rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}
.button:active {
  background-color: #dc6f00;
  border-color: #dc6f00;
  text-decoration: none;
}
.button:disabled {
  background-color: #DADADA;
  color: #FFFFFF;
  text-decoration: none;
}
.button:focus, 
.button:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (min-width: 1198px) {
  .button {
    min-width: 315px;
  }
}
@media (max-width: 768px) {
  .button {
    padding: 0.6rem 1.8rem; /* Fills in the minimum 50px height with smaller font */
  }
}

/* ESM Brand Button Colours */

/* ESM Blue Button */
button.button--blue,
.button.button--blue {
  background-color: #F08300;
  border-color: #F08300;
  color: #FFFFFF;
}
button.button--blue:active,
.button.button--blue:active {
  background-color: #dc6f00;
  border-color: #dc6f00;
}
button.button--blue:focus,
.button.button--blue:focus, 
button.button--blue:hover,
.button.button--blue:hover {}

/* ESM Dark Button */
button.button--dark,
.button.button--dark {
  background-color: #1B1E32;
  border-color: #1B1E32;
  color: #FFFFFF;
}
button.button--dark:active,
.button.button--dark:active {
  background-color: #070a1e;
  border-color: #070a1e;
}
button.button--dark:focus,
.button.button--dark:focus, 
button.button--dark:hover,
.button.button--dark:hover {}

/* ESM Green Button */
button.button--green,
.button.button--green {
  background-color: #169E78;
  border-color: #169E78;
  color: #FFFFFF;
}
button.button--green:active,
.button.button--green:active {
  background-color: #028a64;
  border-color: #028a64;
}
button.button--green:focus,
.button.button--green:focus, 
button.button--green:hover,
.button.button--green:hover {}

/* ESM Grey Button */
button.button--grey,
.button.button--grey {
  background-color: #DADADA;
  border-color: #DADADA;
  color: #F08300;
}
button.button--grey:active,
.button.button--grey:active {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
button.button--grey:focus,
.button.button--grey:focus, 
button.button--grey:hover,
.button.button--grey:hover {}

/* ESM Orange Button */
button.button--orange,
.button.button--orange {
  background-color: #F08300;
  border-color: #F08300;
  color: #FFFFFF;
}
button.button--orange:active,
.button.button--orange:active {
  background-color: #dc6f00;
  border-color: #dc6f00;
}
button.button--orange:focus,
.button.button--orange:focus, 
button.button--orange:hover,
.button.button--orange:hover {}

/* ESM Pink Button */
button.button--pink,
.button.button--pink {
  background-color: #F08300;
  border-color: #F08300;
  color: #FFFFFF;
}
button.button--pink:active,
.button.button--pink:active {
  background-color: #dc6f00;
  border-color: #dc6f00;
}
button.button--pink:focus,
.button.button--pink:focus, 
button.button--pink:hover,
.button.button--pink:hover {}

/* ESM Red Button */
button.button--red,
.button.button--red {
  background-color: #F08300;
  border-color: #F08300;
  color: #FFFFFF;
}
button.button--red:active,
.button.button--red:active {
  background-color: #dc6f00;
  border-color: #dc6f00;
}
button.button--red:focus,
.button.button--red:focus, 
button.button--red:hover,
.button.button--red:hover {}

/* ESM Blue Text Button */
button.button--blue-text,
.button.button--blue-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #F08300;
}
button.button--blue-text:active,
.button.button--blue-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--blue-text:focus,
.button.button--blue-text:focus, 
button.button--blue-text:hover,
.button.button--blue-text:hover {}

/* ESM Dark Text Button */
button.button--dark-text,
.button.button--dark-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B1E32;
}
button.button--dark-text:active,
.button.button--dark-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--dark-text:focus,
.button.button--dark-text:focus, 
button.button--dark-text:hover,
.button.button--dark-text:hover {}

/* ESM Green Text Button */
button.button--green-text,
.button.button--green-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #F08300;
}
button.button--green-text:active,
.button.button--green-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--green-text:focus,
.button.button--green-text:focus, 
button.button--green-text:hover,
.button.button--green-text:hover {}

/* ESM Grey Text Button */
button.button--grey-text,
.button.button--grey-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #DADADA;
}
button.button--grey-text:active,
.button.button--green-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--grey-text:focus,
.button.button--grey-text:focus, 
button.button--grey-text:hover,
.button.button--grey-text:hover {}

/* ESM Orange Text Button */
button.button--orange-text,
.button.button--orange-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #F08300;
}
button.button--orange-text:active,
.button.button--orange-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--orange-text:focus,
.button.button--orange-text:focus, 
button.button--orange-text:hover,
.button.button--orange-text:hover {}

/* ESM Pink Text Button */
button.button--pink-text,
.button.button--pink-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #F08300;
}
button.button--pink-text:active,
.button.button--pink-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--pink-text:focus,
.button.button--pink-text:focus, 
button.button--pink-text:hover,
.button.button--pink-text:hover {}

/* ESM Red Text Button */
button.button--red-text,
.button.button--red-text {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #E51A2F;
}
button.button--red-text:active,
.button.button--red-text:active {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
button.button--red-text:focus,
.button.button--red-text:focus, 
button.button--red-text:hover,
.button.button--red-text:hover {}

/* Button Small */
.button--small {
  font-size: 0.7777rem;
  font-weight: 500;
  min-height: 0;
  min-width: 148px;
  text-transform: uppercase;
}
/* Form */

form {
  font-family: 'Poppins', sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #1B1E32;
  display: block;
  font-size: 1rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #4F4F4F;
  font-size: 0.725rem;
  margin-bottom: 0.25rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea,
#hs-pwd-widget-password {
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 0;
  color: #1B1E32;
  display: inline-block;
  font-size: 1rem;
  min-height: 50px;
  padding: 0.7rem;
  width: 100%;
}

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,
#hs-pwd-widget-password:focus {
  outline-color: #00A8E1;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #DADADA;
}

::-moz-placeholder {
  color: #DADADA;
}

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

:-moz-placeholder {
  color: #DADADA;
}

::placeholder {
  color: #DADADA;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.form-columns-1 .hs-input {
  width: 100% !important;
}

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

/* Inputs - checkbox */

.inputs-list li.hs-form-booleancheckbox,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox {
  margin: 0.25rem 0;
}
.inputs-list li.hs-form-booleancheckbox label,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label {
  position: relative;
}
.inputs-list li.hs-form-booleancheckbox label span,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: calc(25px + 0.25rem); /* Width of the new radio select and any additional spacing on the left */
  margin-right: 0.25rem; /* Additional spacing on the right */
  min-height: 25px;
}
.legal-consent-container .inputs-list li.hs-form-booleancheckbox label span {
  margin-left: calc(25px + 0.5rem) !important;
  padding-top: 2px;
}
/* Hide the original checkbox */
.inputs-list li.hs-form-booleancheckbox label input,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input {
  -webkit-appearance: none;
  height: 25px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 25px;
}
/* Add new checkbox */
.inputs-list li.hs-form-booleancheckbox label span::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span::before {
  border: 1px solid #dadada;
  border-radius: 0;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
/* Style new checked item */
.inputs-list li.hs-form-booleancheckbox label span::after,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label span::after {
  content: "";
  border: 4px solid #00A8E1;
  border-left: 0;
  border-radius: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  transition: opacity 0.15s ease-in-out;
  width: 8px;
}
/* Show when checked */
.inputs-list li.hs-form-booleancheckbox label input:checked + span::after,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:checked + span::after {
  opacity: 1;
}
/* Show focused element */
.inputs-list li.hs-form-booleancheckbox label input:hover + span:not(.hs-form-required)::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:hover + span:not(.hs-form-required)::before,
.inputs-list li.hs-form-booleancheckbox label input:focus + span:not(.hs-form-required)::before,
.hs_multiple_checkboxes ul.inputs-list li.hs-form-checkbox label input:focus + span:not(.hs-form-required)::before {
  box-shadow: 0 0 0 2px #00A8E1;
  outline: 2px solid transparent
}

/* inputs - Radio  */

.hs_radio_select ul.inputs-list li.hs-form-radio label {
  position: relative;
}
.hs_radio_select ul.inputs-list li.hs-form-radio label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: calc(25px + 0.25rem); /* Width of the new radio select and any additional spacing on the left */
  margin-right: 0.25rem; /* Additional spacing on the right */
  min-height: 15px;
}
/* Hide the original radio select */
.hs_radio_select ul.inputs-list li.hs-form-radio label input {
  -webkit-appearance: none;
  height: 15px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 15px;
}
/* Add new radio select */
.hs_radio_select ul.inputs-list li.hs-form-radio label span::before {
  border: 1px solid #dadada;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
/* Style new checked item */
.hs_radio_select ul.inputs-list li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  border: 4.5px solid #00A8E1;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: opacity 0.2s ease-in-out;
}
/* Show when checked */
.hs_radio_select ul.inputs-list li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}
/* Show focused element */
.hs_radio_select ul.inputs-list li.hs-form-radio label input:hover + span:not(.hs-form-required)::before,
.hs_radio_select ul.inputs-list li.hs-form-radio label input:focus + span:not(.hs-form-required)::before {
  box-shadow: 0 0 0 2px #00A8E1;
  outline: 2px solid transparent
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1B1E32;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #1B1E32;
}

.fn-date-picker td.is-today .pika-button {
  color: #1B1E32;
}

.fn-date-picker td.is-selected .pika-button {
  background: #00A8E1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px #00A8E1;
          box-shadow: inset 0 1px 3px #00A8E1;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F08300 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - dropdown */

.hs_dropdown_select select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
.hs_dropdown_select .input {
    position: relative;
}
.hs_dropdown_select .input:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 13L14.8612 0.25H0.138784L7.5 13Z' fill='%2300A8E1'/%3E%3C/svg%3E%0A");
    pointer-events: none;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

/* Inputs - textarea */

textarea {
  min-height: 140px;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

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

/* GDPR */

.legal-consent-container .hs-richtext {
  color: #4F4F4F;
  font-size: 0.725rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.725rem;
  margin-left: 1rem !important;
}
.hs-form-private .legal-consent-container a{
  color: #fff;
}

/* Validation */

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

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

.hs-error-msg {
  color: #E51A2F;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #F08300;
  border: 2px solid #F08300;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.11rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5;
  margin: 0;
  min-height: 50px;
  padding: 0.45rem 1.8rem;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  opacity: 0.7;

  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #dc6f00;
  border-color: #dc6f00;

  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  form input[type=submit],
  form .hs-button {
    min-width: 315px;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 9950;
}

@media (min-width: 901px) {
  .header.header--blue {
    position: relative;
  }
  .header.header--dark {
    position: relative;
  }
  .header .mega-menu--regular {
    background-color: transparent;
  }
  .header.header--blue .mega-menu--regular {
    background-color: #00A8E1;
  }
  .header.header--dark .mega-menu--regular {
    background-color: #1B1E32;
  }
  
  
  
}



.skip-link a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
}

.header__mobile-nav,
.header__hamburger {
  display: none; 
}

.header__logo {
  position: fixed;
  opacity: 0;
  top: 0.5rem;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  left: 0.5rem;
  visibility: hidden;
  z-index: 10000;
}
.sticky-mega-menu .header__logo {
  opacity: 1;
  visibility: visible;
}

/* Hamburger Icon */
button.hamburger {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}
button.hamburger > svg {
  fill: #FFFFFF;
  height: 20px;
  width: 35px;
}
button.hamburger > svg rect {
  fill: #FFFFFF;
}

@media (max-width: 900px) {
  .header__logo {
    opacity: 1;
    top: .35rem;
    visibility: visible;
    z-index: 10005;
  }
  .header__mobile-nav {
    background-color: rgba(27, 30, 50, 0.8);
    display: block;
    min-height: 65px;
    padding: 6px 16px;
    position: fixed;
    width: 100%;
    z-index: 10001;
  }
  .header__hamburger {
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
  }
  .header__mega-menu {
    opacity: 0;
    visibility: hidden;
  }
  .header__mega-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}

/* Language switcher */
.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
  position: absolute;
  right: 1rem;
  top: 2.4rem;
}
.header__language-switcher .globe_class {
  background-image: none;
  width: 0;
}
.header__language-switcher .lang_switcher_class {
  position: static;
}
.header__language-switcher .lang_list_class {
  display: block;
  opacity: 0;
  padding-top: 0;
  top: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}
.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
}
.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__language-switcher--label-current {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.header__language-switcher--label-current:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='9px' height='' fill='%23ffffff' viewBox='0 0 292.362 292.362' style='enable-background:new 0 0 292.362 292.362;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M286.935,69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952,0-9.233,1.807-12.85,5.424C1.807,72.998,0,77.279,0,82.228c0,4.948,1.807,9.229,5.424,12.847l127.907,127.907c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428L286.935,95.074c3.613-3.617,5.427-7.898,5.427-12.847C292.362,77.279,290.548,72.998,286.935,69.377z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  padding-left: 0.25rem;
}
.header__language-switcher .lang_list_class li {
  background-color: #e8f3ff;
  border: 0;
  color: #222e57;
  font-size: 0.8181rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-transform: uppercase;
  width: 50px;
}
.header__language-switcher .lang_list_class li a,
.header__language-switcher .lang_list_class li:hover a {
  color: #222e57;
}
.header__language-switcher .lang_list_class:after, 
.header__language-switcher .lang_list_class:before {
  display: none;
}
.header__language-switcher .lang_list_class li:first-child,
.header__language-switcher .lang_list_class li:last-child {
  border: 0;
}
.footer {
  background-color: #1B1E32;
}
.footer * {
  color: #FFFFFF;
  font-size: 0.833rem;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 20px 3.5rem 20px;
}
.footer__logo {
  width: 16.666666%;
}
.footer__about {
  width: 25%;
}
.footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 41.666666%;
}
.footer__menu {
  padding: 0 1rem; /* Fix space-evenly on IE11 */
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 16.666666%;
}
.footer__agency * {
  font-size: 0.66rem;
}
.footer__agency-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__agency-content > div {
  margin-bottom: 0.5rem;
}
.footer__agency-content > div:last-of-type {
  margin-bottom: 0;
}
.footer__copyright {
  background-color: #131523;
  padding: 1rem 1.11rem 1.11rem 1.33rem;
}
.footer__copyright-content {
  text-align: center;
}
.footer__copyright-content * {
  color: #FFFFFF;
  font-size: 0.66rem;
  font-weight: 200;
}

@media (max-width: 768px) {  
  .footer__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__about {
    width: 33.333333%;
  }
  .footer__menus {
    width: 50%;
  }
  .footer__agency {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
    width: 100%; 
  }
}

@media (max-width: 680px) {
  .footer__logo {
    width: 100%;
  }
  .footer__about {
    width: 100%;
    padding-top: 1rem;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    padding-top: 1rem;
    width: 100%;   
  }
  .footer__menu {
    padding: 0;
  }
}
/*******************************************
 * BLOG LISTINGS                           *
 *******************************************/

/* Blog Index - Hero */
.blog-index__hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-index__hero-content {
 /* max-width: 563px; */
  padding: 150px 0 80px 0;
  text-align: center;
}
.blog-index__hero-content * {
  color: #FFFFFF;
  text-align: center;
}

.hero-subscriber h3 {
  font-size: 1.5rem !important;
}

.hero-subscriber li.hs-form-checkbox {
   display: inline-block;
   width: 30%;
   vertical-align: top;
   padding: 0 5px 0 5px;
}

.hero-subscriber input[type=email] {
  max-width: 80% !important; 
}

@media (max-width: 768px) {
  .blog-index__hero-content {
    padding: 120px 0 80px 0;
  }
}

@media (max-width: 550px) {
 .hero-subscriber li.hs-form-checkbox {
   display: block !important;
   width: 100% !important;
   vertical-align: top;
} 
  
 .hero-subscriber input[type=email] {
  max-width: 100% !important; 
}
  
}

/* Blog Index - Featured */
.blog-index__featured-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .blog-index__featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Blog Index - Featured Post */
.blog-index__featured-post {
  padding-right: 0.5rem;
  width: 66.666666%;
}
.blog-index__featured-post .blog-index__post-wrapper {
  height: 100%;
  width: 100%;
}
.blog-index__featured-post .blog-index__post {
  margin: 0;
}
.blog-index__featured-post .blog-index__post-image:before {
  background: #FFCE02;
  content: '';
  height: calc(100% + 3rem);
  left: -1.5rem;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: absolute;
  pointer-events: none;
  top: -1.5rem;
  width: 33.333333%;
  z-index: 1;
}
.blog-index__featured-post .blog-index__tags {
  background-color: #F08300;
}
.blog-index__featured-post .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blog-index__featured-post .blog-index__post-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.5rem;
  width: 100%;
}
.blog-index__featured-post .blog-index__post-content-wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-index__featured-post .blog-index__post-meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 125px;
}
.blog-index__featured-post .blog-index__post-author-image {
  margin-bottom: 0.5rem;
}
.blog-index__featured-post .blog-index__post-meta {
  margin-left: 0; 
  text-align: center;
}
.blog-index__featured-post .blog-index__post-content h3 {
  color: #1D1D1B;
}
.blog-index__featured-post .blog-index__button {
  max-width: 315px;
}
.blog-index__featured-post .blog-index__post-author-image {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .blog-index__featured-post {
    padding-right: 0;
    width: 100%;
  }
  .blog-index__featured-wrapper {
    margin-top: -1rem;
  }
}

@media (max-width: 480px) {
  .blog-index__featured-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .blog-index__featured-post .blog-index__post-image {
    height: 95px;
    margin-left: 0.5rem;
  }
  .blog-index__featured-post .blog-index__post-image:before {
    height: calc(100% + 1rem);
    left: -0.5rem;
    top: -0.5rem;
  }
  .blog-index__featured-post .blog-index__post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog-index__featured-post .blog-index__post-content-wrapper {
    padding-right: 0;
    width: 100%;
  }
  .blog-index__featured-post .blog-index__post-meta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .blog-index__featured-post .blog-index__post-author-image {
    left: 2rem;
    top: 0;
  }
  .blog-index__featured-post .blog-index__post-meta {
    padding-left: 0.5rem;
    text-align: left;
  }
}

/* Blog Index - Popular Posts */
.blog-index__popular-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 0.5rem;
  padding-top: 30px;
  position: relative;
  width: 33.333333%;
}
.blog-index__popular-posts:before {
  color: #FFFFFF;
  content: 'MOST POPULAR';
  background-color: #F08300;
  font-size: 0.7777rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-index__popular-post-wrapper {
  position: relative;
}
.blog-index__popular-post-wrapper .blog-index__popular-post {
  margin-bottom: 1rem;
}
.blog-index__popular-post-wrapper:last-of-type .blog-index__popular-post {
  margin-bottom: 0;
}
.blog-index__popular-post {
  background-color: #E6E6E8;
  padding: 1rem;
}
.blog-index__popular-post h4 {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog-index__popular-post-meta {
  color: #1D1D1B;
  font-size: 0.7777rem;
}
.blog-index__popular-post-author a {
  color: #1D1D1B;
}
.blog-index__popular-post-tags {
  text-transform: uppercase;
}
.blog-index__popular-post-tags a.blog-post__tag-link {
  color: #1D1D1B;
}

@media (max-width: 768px) {
  .blog-index__popular-posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0;
    width: calc(100% + 1rem);
  }
  .blog-index__popular-posts:before {
    right: 0.5rem;
    top: 0.75rem;
  }
  .blog-index__popular-post-wrapper {
    width: 50%;
  }
  .blog-index__popular-post {
    height: calc(100% - 1rem);
    margin: 0.5rem;
  }
}

@media (max-width: 480px) {
  .blog-index__popular-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-index__popular-post-wrapper {
    width: 100%;
  }
  .blog-index__popular-post-wrapper .blog-index__popular-post {
    margin-bottom: 0;
  }
}

/* Blog Index */
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.blog-index__post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
}
.blog-index__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5rem;
  position: relative;
  width: 100%;
}
#infinite-scrolling-posts .blog-index__post-wrapper{
  display: none;
}
#infinite-scrolling-posts .blog-index__post-wrapper.post-show{
  display: flex;
}
#infinite-scrolling-posts .blog-index__post-wrapper .blog-index__post .blog-index__post-content .blog-index__post-meta-wrapper{
  position: absolute;
  top: 0;
  left: 0;
}
#infinite-scrolling-posts .blog-index__post-wrapper .blog-index__post .blog-index__post-image:nth-child(1){
      margin-top: 34px;
}

/* Blog Index - Meta */
.blog-index__post-meta-wrapper {
  padding-top: 0.75rem;
}
.blog-index__post-author-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 68px;
  left: 1.5rem;
  position: absolute;
  top: 0;
  width: 68px;
  z-index: 1;
}
.blog-index__post-author-image > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-index__post-author-name {
  color: #888888;
  font-weight: 500;
}
.blog-index__post-author-name a {
  color: #888888;
}
.blog-index__post-date {
  color: #888888;
}
.blog-index__post-meta {
  color: #888888;
  font-size: 0.7777rem;
  margin-left: calc(68px + 2rem);
}
.blog-index__post-meta > a {
  color: #888888;
}

@media (max-width: 768px) {
  .blog-index__post-wrapper {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .blog-index__post-wrapper {
    width: 100%;
  }
  .blog-index__post-meta-wrapper {
    display: none;
  }
}

/* Blog Index - Image */
.blog-index__post-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 243px;
  position: relative;
  width: 100%;
}
.blog-index__post-image > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-index__tags {
  background-color: rgba(27, 30, 50, 0.62);
  color: #FFFFFF;
  bottom: 0;
  padding: 0.25rem 1rem;
  position: absolute;
  right: 0;
}
.blog-index__tags a.blog-post__tag-link {
  color: #FFFFFF;
  font-size: 0.7777rem;
  text-transform: uppercase;
}

/* Blog Index - Post Content */
.blog-index__post-content {
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
}
.blog-index__post-content a,
.blog-index__post-content h3 {
  color: #4F4F4F;
}
.blog-index__post-content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog-index__button {
  margin-top: 1rem;
  width: 100%;
}

/* Blog Index - Subscribe */
.blog-index__subscribe {
  background-color: #00A8E1;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.blog-index__subscribe:after {
  content: url(https://1761341.fs1.hubspotusercontent-na1.net/hubfs/1761341/Partial-Circle-Left-Center.svg);
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-index__subscribe-form {
  margin: auto;
  max-width: 70%;
  text-align: center;
}

@media (max-width: 550px) {
 .blog-index__subscribe-form {
   max-width: 100%; 
  }
}

.blog-index__subscribe-form h3 {
  color: #FFFFFF;
  font-size: 2rem;
}
.blog-index__subscribe-form .hs-richtext * {
  color: #FFFFFF;
}
.blog-index__subscribe-form form label {
  color: #FFFFFF;
  text-align: center !important;
}
.blog-index__subscribe-form form input[type=submit], 
.blog-index__subscribe-form form .hs-button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #00A8E1;
}

.blog-index__subscribe-form li.hs-form-checkbox {
   display: inline-block;
   width: 30%;
   vertical-align: top;
}

@media (max-width: 768px) {
  .blog-index__subscribe {
    margin-bottom: -40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .blog-index__subscribe:after {
    right: -200px;
  }
}

@media (max-width: 550px) {
  .blog-index__subscribe-form li.hs-form-checkbox {
   display: block;
   width: 100%;
}
}

@media (max-width: 480px) {
  .blog-index__subscribe:after {
    right: -350px
  }
}

/* Blog Pagination */
.blog-pagination {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.blog-index__load-more-button-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* Resources */
.blog-index__resources {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*******************************************
 * BLOG POST                               *
 *******************************************/

 /* Blog Post - Header */
 .blog-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 150px;
}
.blog-post__details {
  padding-right: 2rem;
  width: 31%;
}
.blog-post__author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-post__author-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.blog-post__author-date {
  margin-left: 0.5rem;
}
.blog-post__author-date * {
  color: #888888;
  font-size: 14px;
}
.blog-post__youtube {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 66.666666%;
}


.blog-post__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*   margin-left: 2rem; */
  position: relative;
  width: 66.666666%;
}
/* .blog-post__image:before {
  background: #FFCE02;
  content: '';
  height: 85%;
  left: -1.5rem;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: absolute;
  pointer-events: none;
  top: -1.5rem;
  width: 33.333333%;
  z-index: 0;
} */
.blog-post__tags {
  background-color: #F08300;
  color: #FFFFFF;
  bottom: 0;
  padding: 0.25rem 1rem;
  position: absolute;
  right: 0;
}
.blog-post__tags a.blog-post__tag-link {
  color: #FFFFFF;
  font-size: 0.7777rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .blog-post__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 100px;
  }
  .blog-post__header .blog-post__details {
    display: none;
  }
  .blog-post__author {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
  }
  .blog-post__image {
    height: 325px;
    margin-bottom: 1rem;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .blog-post__image {
    height: 100px;
    margin-left: -0.5rem;
    margin-right: -1rem;
    width: calc(100vw - 2rem);
  }
/*   .blog-post__image:before {
    height: calc(100% + 2rem);
    top: -1rem;
  } */
}

/* Blog Post - Sidebar */
.blog-post__sidebar {
  padding-right: 2rem;
  width: 33.333333%;
}
.blog-post__sidebar .blog-post__details {
  display: none;
}
.blog-post__reading-time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
}
.blog-post__reading-time > svg {
  margin-left: 0.5rem;
}
.blog-post__share {
  text-align: right;
  margin-bottom: 1rem;
}
.blog-post__share > span {
  display: block;
  margin-bottom: 0.25rem;
}
.blog-post__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post__share ul li {
  padding-left: 0.5rem;
}
.blog-post__categories-wrapper {
  padding-top: 30px;
  position: relative;
}
.blog-post__categories-header {
  background-color: #F08300;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-post__categories {
  background-color: #E6E6E8;
  padding: 1rem;
}
.blog-post__category-link {
  display: block;
  color: #4F4F4F;
}

@media (max-width: 768px) {
  .blog-post__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2rem;
    padding-right: 0;
    width: 100%;
  }
  .blog-post__sidebar .blog-post__details {
    display: block;
    width: 66.666666%;
  }
  .blog-post__meta {
    width: 33.333333%;
  }
  .blog-post__reading-time > svg {
    height: 45px;
    width: 45px;
  }
  .blog-post__categories-wrapper {
    display: none;
  }  
}

@media (max-width: 480px) {
  .blog-post__sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-post__sidebar .blog-post__details {
    width: 100%;
  }
  .blog-post__meta {
    display: none;
  }
}

/* Blog Post - Main */
.blog-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blog-post__content {
  width: 75%;
}
.blog-post__body {
  max-width: 741px;
  padding-bottom: 2rem;
}
.blog-post__footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 741px;
  padding-top: 2rem;
}
.blog-post__footer .blog-post__share {
  color: #F08300;
  margin-bottom: 0;
}

  .blog-post__subscription-form {
    padding: 25px;
    background-color: #1b1e32;
    color: #1b1e32 !important;
    margin: 25px 0 0 0;
  }

  .blog-post__subscription-form label {
    color: #fff !important;
  }

  .blog-post__subscription-form h3 {
    color: #fff !important;
  }

  .blog-post__subscription-form p {
    color: #fff !important;
  }

  .blog-post__subscription-form .hs-form-required {
    color: #fff !important;
  }

  .blog-post__subscription-form .legal-consent-container {
    display: none !important;
  }

/*form responsive fix for target on the subscription form button only, we do not want to overwrite anywhere else */
#hs_form_target_subscription_form input.hs-button.primary.large {
    width: 99% !important;
    min-width: unset;
}


@media (max-width: 864px) {
  #hs_form_target_subscription_form input.hs-button.primary.large {
    font-size: 14px !important; 
  }
}

@media (max-width: 768px) {
  
  .blog-post__subscription-form {
    display: none;
  }
  
  .blog-post__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-post__content {
      width: 100%;
  }
}

@media (max-width: 480px) {
  .blog-post__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog-post__footer .blog-post__share {
    margin-top: 1rem;
    text-align: center;
  }
}

 /* Blog Post - Related Posts */
 .blog-post__related-posts {
   background-color: #F1F1F1;
 }
 .blog-post__related-posts .blog-index__post-content {
   background-color: #FFFFFF;
 }

 /* Blog Post - CTA */
 .blog-post__cta {
   background-color: #E71984;
 }


 /*******************************************
 * PORTFOLIO INDEX                          *
 *******************************************/

/* Portfolio Tags */
.portfolio-tags ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
}
.portfolio-tags ul li {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}

/* Portfolio Index */
.portfolio-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.portfolio-index__post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
}
.portfolio-index__post {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5rem;
  position: relative;
  width: 100%;
}
.portfolio-index__post {
  min-height: 394px;
}
.portfolio-index__post-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(240, 131, 0, 0.93);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  height: 100%;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 2rem;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  -o-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.portfolio-index__post-wrapper:nth-child(1n+1) .portfolio-index__post-overlay { background-color: rgba(240, 131, 0, 0.93); }
.portfolio-index__post-wrapper:nth-child(2n+2) .portfolio-index__post-overlay { background-color: rgba(0, 168, 225, 0.93); }
.portfolio-index__post-wrapper:nth-child(3n+3) .portfolio-index__post-overlay { background-color: rgba(231, 25, 132, 0.93); }
.portfolio-index__post-wrapper:nth-child(4n+4) .portfolio-index__post-overlay { background-color: rgba(22, 158, 120, 0.93); }
.portfolio-index__post-wrapper:nth-child(5n+5) .portfolio-index__post-overlay { background-color: rgba(229, 26, 47, 0.93); }
.portfolio-index__post-wrapper:nth-child(6n+6) .portfolio-index__post-overlay { background-color: rgba(27, 30, 50, 0.93); }
.portfolio-index__post:hover .portfolio-index__post-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-index__title {
  width: 100%;
}
.portfolio-index__title a {
  color: #ffffff;
}
.portfolio-index__separator {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
  width: 153px
}
.portfolio-index__subtitle {
  width: 100%;
}
.portfolio-index__subtitle a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .portfolio-index__post-wrapper {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .portfolio-index__post-wrapper {
    width: 100%;
  }
}


 /*******************************************
 * PORTFOLIO POST                           *
 *******************************************/

 .portfolio-post__hero {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .portfolio-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio-post__body {
  padding-right: 2rem;
  width: 50%;
}
.portfolio-post__side-image {
  padding-left: 2rem;
  width: 50%;
}
.portfolio-post__image {
  padding-top: 4.5rem;
  text-align: center;
}
.portfolio-post__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}


@media (max-width: 768px) {
  .portfolio-post__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-post__body {
    padding-right: 0;
    width: 100%;
  }
  .portfolio-post__side-image {
    padding-bottom: 1rem;
    padding-left: 0;
    width: 100%;
  }    
  .portfolio-post__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio-post__pagination a {
    margin-bottom: 0.5rem;
  }
}

/* Editor Note */
.editor-note {
  font-size: 0.75rem;
  font-style: italic;
}
.editor-note:before {
  content: "NOTE: ";
}
.error-page,
.systems-page {
  display: block;
  margin: auto;
  max-width: 741px;
}

/* Password Promt Page */
#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 1rem;
  margin-top: 0 !important;
  max-width: 315px;
}

/* Email Subscription Pages */
.systems-page .success {
  color: #169E78;
  margin: 1rem 0;
}
#email-prefs-form .header {
  position: relative;
}

.email-prefs .header {
  margin-top: 24px !important;
}

input.email-edit.hs-input {
  padding: .7rem !important;
  font-size: 1rem !important;
  max-width: 315px !important;
  margin-left: 0px;
}
.fakelabel {
 font-weight: bold; 
}

.fakelabel span {
  display: none; 
}

.fakelabel span:last-of-type{
  display: inline !important;
}

.subscribe-options {
 display: none !important; 
}

/* Membership Pages */
.hs-membership-loader.hs_submit.hs-submit {
  margin: 1rem 0;
}
.noscroll {
  overflow: hidden;
}

.has-anchor-link:before { 
  content: ''; 
  display: block; 
  position: relative; 
  width: 0; 
  height: 4em; 
  margin-top: -4em; 
}

/* Animations */
.fade-in {
  -webkit-animation: fadein 1s;
  animation: fadein 1s
}
@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}