/* breakpoints */







/* Colours */








/* Typography */




/* Elements */

:where(html) {
    /* Primary */
    --blue: #143d82;
    --gray: #f2f2f2;
    --dark-gray: #383838;
    --red: #ff634f;
    --cyan: #00b5fa;
    /* Tints */
    --blue-tint-1: #002954;
    --blue-tint-1: #002954;
    --gray-tint-1: #cccccc;
    --gray-tint-2: #969696;
    --white: #fff;
    --black: #000;
    --red-tint-1: #ff6e7d;
    --red-tint-2: #ed4a4d;
    --cyan-tint-1: #00c2ff;
    --cyan-tint-2: #00a6ff;
}
:where(html) {
    --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.25);
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 ;
    }
}
body {
    background-color: #F2F1F0;
}

.body-wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

/* nav is open  */
.body-wrapper.open {
    height: 100vh;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1300px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 0px calc(100% / 12);
    background-color: var(--white);
}

.dnd-section > .row-fluid {
    margin: 0 auto;
    max-width: 1300px;
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }
}

.dnd-section .spacing-small {
    margin-top: var(--spacing, 40px);
    margin-bottom: var(--spacing, 40px);
}

.dnd-section .spacing-medium {
    margin-top: var(--spacing, 80px);
    margin-bottom: var(--spacing, 80px);
}

.dnd-section .spacing-top-medium {
    margin-top: var(--spacing, 80px);
    margin-bottom: 0;
}

/*  .spacing-mb-0 
    !! to be use when the UI requires the image to 
    be sitting on the bottom of the container
*/

.dnd-section .spacing-mb-0 {
    margin-top: var(--spacing, 120px);
    margin-bottom: 0;
}

.dnd-section .spacing-large {
    margin-top: var(--spacing, 140px);
    margin-bottom: var(--spacing, 140px);
}

/* Small screens */
@media (max-width: 768px) {
    .dnd-section .spacing-small {
        --spacing: 20px;
    }
    .dnd-section .spacing-medium {
        --spacing: 40px;
    }
    
    .dnd-section .spacing-top-medium {
        --spacing: 40px;
    }

    .dnd-section .spacing-large {
        --spacing: 80px;
    }
    .dnd-section .spacing-mb-0 {
        margin-top: var(--spacing, 40px);
        margin-bottom: 0;
    }
}

/* Large screens */
@media (min-width: 1601px) {
    .dnd-section .spacing-small {
        --spacing: 60px;
    }
    .dnd-section .spacing-medium {
        --spacing: 120px;
    }

    .dnd-section .spacing-top-medium {
        --spacing: 120px;
    }
    
    .dnd-section .spacing-large {
        --spacing: 200px;
    }
}

.dnd-row + .dnd-row div[class^="module"] {
    margin-top: 0;
}

/* Default type (med) */
html {
  --h1: 54px;
  --h2: 44px;
  --h3: 36px;
  --h4: 24px;
  --h5: 16px;
  --h6: 14px;
  --pLarge: 20px;
  --p: 18px;
  --pSmall: 14px;
  --subheading: 12px;
  --display-large: 80px;
  font-size: var(--p);
}

/* Small type */
@media (max-width: 768px) {
  html {
    --h1: 36px;
    --h2: 30px;
    --h3: 24px;
    --h4: 18px;
    --h5: 14px;
    --h6: 12px;
    --pLarge: 16px;
    --p: 14px;
    --pSmall: 12px;
    --subheading: 11px;
    --display-large: 32px; 
    font-size: var(--p);
  }
}

/* Small type */
/* @media (max-width: 1439px) {
  html {
    --h1: 44px;
    --h2: 36px;
  }
} */

/* Large screens */
@media (min-width: 1601px) {
  html {
    --h1: 62px;
    --h2: 54px;
    --h3: 46px;
    --h4: 30px;
    --h5: 18px;
    --h6: 15px;
    --pLarge: 22px;
    --p: 18px;
    --pSmall: 15px;
    --subheading: 13px;
    --display-large: 80px; 
    font-size: var(--p);
  }
}

body {
  color: var(--blue);
  font-family: Open Sans, sans-serif;
  line-height: 1.4;
  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: var(--p);
  line-height: 1.6;
  margin: 0 0 1rem;
  font-family: Open Sans, sans-serif;
}
.text-small,
.text-small p,
.text-small a {
  font-size: var(--pSmall);
}
.text-large,
.text-large p,
.text-large a {
  font-size: var(--pLarge);
}

strong,
.text-bold {
  font-weight: 700;
}

small,
small a {
  color: var(--red);
  font-size: var(--subheading);
  font-family: Metropolis, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* Anchors */

a {
  color: #143d82;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #143d82;
  font-family: Metropolis, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.4rem;
}

h1, .h1 {
  font-size: var(--h1);
  font-weight: 800;
}
h1.thin,
.h1.thin {
  font-weight: 300;
}

h2, .h2 {
  font-size: var(--h2);
  font-weight: 800;
}

h3, .h3 {
  font-size: var(--h3);
  font-weight: 700;
}

h4, .h4 {
  font-size: var(--h4);
  font-weight: 700;
}

h5, .h5 {
  font-size: var(--h5);
  font-weight: 700;
}

h6, .h6 {
  font-size: var(--h6);
  font-weight: 700;
}

/* Lists */

ul,
ol {
  font-size: var(--p);
  margin: 0 0 1.5rem;
  padding: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-family: Metropolis, sans serif;
  border-left: 4px solid #00b5fa;
  margin: 0;
  padding: 10px 0 10px 15px;
}
blockquote > :first-child {
  font-weight: 800;
  font-size: var(--h4);
}

blockquote > div:not(:first-child) {
  color: var(--blue);
  font-size: 16px;
  padding: .6rem 0;
}

/* Horizontal rules */

hr {
  background-color: var(--gray);
  border: none;
  color: var(--gray);
  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;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Utilities */
.text-light p,
.text-light .btn,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .text-dark {
  color: var(--white) !important;
}

.text-light .btn--tertiary {
  color: #143d82 !important;
}

.text-dark {
  color: var(--blue);
}

.text-secondary {
  color: #858485;
}

.text-caps {
  text-transform: uppercase;
}

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

/* Display Font-sizes */

.display-h1 {
  font-size: var(--h1);
}

.display-large {
  font-size: var(--display-large);
}

.display-small {
  color: var(--red);
  font-size: var(--subheading);
  font-family: Metropolis, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* Highlighted Text */

.text-highlight-dark {
  margin: 10px 0;
}

.text-highlight-dark p,
.text-highlight-dark h1,
.text-highlight-dark h2,
.text-highlight-dark h3,
.text-highlight-dark h4,
.text-highlight-dark h5,
.text-highlight-dark h6 {
  color: var(--white) !important;
  background-color: #002954;
  display: table;
  padding: 0 8px;
}

@font-face {
  font-family: 'Metropolis';
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Light.eot'); /* IE9 Compat Modes */
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: 'Metropolis';
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Bold.eot');
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Bold.woff2') format('woff2'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Bold.woff') format('woff'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-display: swap
}

@font-face { 
  font-family: 'Metropolis';
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-ExtraBold.eot');
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-ExtraBold.woff2') format('woff2'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-ExtraBold.woff') format('woff'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-ExtraBold.ttf')  format('truetype');
  font-weight: 800;
  font-display: swap
}
@font-face { 
  font-family: 'Metropolis';
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Regular.eot');
  src: url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Regular.woff2') format('woff2'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Regular.woff') format('woff'),
       url('/hubfs/3375779/website-theme-assets/fonts/Metropolis-Regular.ttf')  format('truetype');
  font-weight: 500;
  font-display: swap
}
button, .btn {
  border-radius: 3px;
  color: var(--blue);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Metropolis, sans-serif;
  font-size: var(--btnFontSize, 15px);
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: nowrap;
  width: auto;
  word-break: break-word;
}

button:focus,
.btn:focus {
  outline: 0;
}

.btn .btn__icon {
  display: flex;
  margin: 0 8px;
}

/* Small type */
@media (max-width: 768px) {
  button, .btn {
    --btnFontSize: 14px;
  }
}

/* Large screens */
@media (min-width: 1601px) {
  button,.btn {
    --btnFontSize: 16px;
  }
}
button .icon,
.btn .icon {
  font-size: 20px;
  margin-right: 6px;
  margin-left: -6px;
}

/* With Shadow */

.btn--shadow {
  box-shadow: 0px 5px 10px 0px #00000040;
}


/* Sizes */

.btn--fullwidth {
  width: 100%;
}

/* Primary */
.btn--primary {
  color: var(--white);
  background-color: var(--red);
  border: 2px solid var(--red);
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: #d23b47;
  text-decoration: none;
}

/* Secondary */
.btn--secondary {
  border: 2px solid rgba(96,123,185,0.19);
  background-color: rgba(203,214,239,0.1);
}
.btn--secondary:hover,
.btn--secondary:focus {
  border-color: var(--blue);
  text-decoration: none;
}

/* Tertiary */
.btn--tertiary {
  color: var(--blue);
  border: 2px solid #CBD7EE;
  background-color: #F9FAFD;
}
.btn--tertiary:hover,
.btn--tertiary:focus {
  border-color: var(--blue);
  text-decoration: none;
}

/* Button states */
/* button:disabled,
.btn:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:active,
.btn:active {
  background-color: #71727A;
  border-color: #71727A;
  color: var(--white);
  text-decoration: none;
} */

/* Button group */
.btn__group {
  display: flex;
}
.btn__group .btn + .btn {
  margin-left: 16px;
}

.btn--dropdown {
  border: 0;
  display: flex;
  align-items: end;
  padding: 8px 12px;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 0 0 1px #cbd7ee;
	border-radius: 100px;
  background: transparent;
	transition: background 0.2s ease;
}

@media only screen and (max-width: 768px) {
  .btn--dropdown {
    align-items: center;
    margin: 0;
  }
}

.btn-kind-icon svg {
  margin: 0 0 0 8px;
}

/* New Buttons */

/* Rounded */
.btn--rounded {
  color: var(--white);
  background-color: var(--red);
  border: 2px solid var(--red);
  border-radius: 980px;
}
.btn--rounded:hover,
.btn--rounded:focus {
  background-color: #d23b47;
  text-decoration: none;
}

/* Ghosts */
.btn-kind-ghost {
  color: var(--blue) !important;
  font-size: var(--btnFontSize: 14px;) !important;
}
.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .checkbox + .checkbox {
    padding-bottom: 6px;
  }
  .checkbox .icon {
    font-size: 22px;
    font-weight: 400;
  }
  .checkbox .label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 6px;
  }
  .checkbox.checked .icon:before,
  .checkbox .icon:after{
    display: block;
    font-family: 'Material Icons';
  }
  .checkbox.checked .icon:after,
  .checkbox .icon:before {
    display:none
  }
  .checkbox.checked .icon:before {
    content: 'check_box';
  }
  .checkbox .icon:after {
    content: 'check_box_outline_blank';
  }
  
  /*  allow tooltips in checkbox labels */
  .checkbox .tooltip .icon:before,
  .checkbox .tooltip .icon:after{
    content: '';
  }
/* Form */

form {
    font-family: Open Sans, sans-serif;
}

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

/* Labels */

form label {
    color: #33475B;
    display: block;
    font-size: var(--formFontSize, 15px);
    padding-top: 0;
    margin-bottom: 0.35rem;
    text-align: left;
    width: auto;
}

/* Help text - legends */

form legend {
    color: #33475B;
    font-size: var(--formFontSize, 15px);
}

/* Inputs */

.input {
    position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
    background-color: rgb(255 255 255 / 0.6);
    border: 1px solid rgb(133 132 133 / 0.6);
    border-radius: 4px;
    color: #858485;
    font-weight: 400;
    display: inline-block;
    font-size: var(--formFontSize, 15px);
    line-height: 1.4;
    padding: 13px 12px;
    width: 100%;
}
.form--primary input[type=text],
.form--primary input[type=email],
.form--primary input[type=password],
.form--primary input[type=tel],
.form--primary input[type=number],
.form--primary input[type=file],
.form--primary select,
.form--primary textarea {
    color: #787576;
    background-color: rgb(0 0 0 / 0.13);
    border: 1px solid #CDCDCF;
}

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-color: var(--cyan);
}

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

::-webkit-input-placeholder {
    font-weight: 400;
    color: #787576;
}

::-moz-placeholder {
    font-weight: 400;
    color: #787576;
}

:-ms-input-placeholder {
    font-weight: 400;
    color: #787576;
}

:-moz-placeholder {
    font-weight: 400;
    color: #787576;
}

::placeholder {
    font-weight: 400;
    color: #787576;
}

/* 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: var(--formFontSize, 15px);
    vertical-align: middle;
}

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

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #33475B;
    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: var(--white);
}

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

.fn-date-picker td.is-selected .pika-button {
    background: #343A40;
    border-radius: 0;
    box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
    background-color: #343A40 !important;
    border-radius: 0 !important;
    color: var(--white);
}

/* 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: var(--formFontSize, 15px);
    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-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: var(--formFontSize, 15px);
    margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
    color: var(--red);
}

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

.hs-error-msg {
    color: var(--red);
    margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    border: 2px solid rgba(96,123,185,0.19);
    background-color: rgba(203,214,239,0.1);
    border-radius: 3px;
    color: var(--blue);
    cursor: pointer;
    display: inline-block;
    font-family: Metropolis, sans-serif;
    font-size: var(--formFontSize, 15px);
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 12px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: nowrap !important;
    width: auto;
    word-break: break-word;
}
.form--primary form input[type=submit],
.form--primary form .hs-button {
    background-color: var(--red);
    border: 2px solid var(--red);
    color: var(--white)FFF
}
/* Small type */
@media (max-width: 768px) {
    form input[type=submit],
    form .hs-button {
        --formFontSize: 14px;
        padding: 12px 20px;
    }
}

/* Large screens */
@media (min-width: 1601px) {
    form input[type=submit],
    form .hs-button {
        --formFontSize: 16px;
    }
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: var(--blue);
    color: var(--white);
    
    color: var(--white);
}
.form--primary form input[type=submit]:hover,
.form--primary form input[type=submit]:focus,
.form--primary form .hs-button:hover,
.form--primary form .hs-button:focus {
    background-color: #d23b47;
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: #71727A;
    border-color: #71727A;
    
    color: var(--white);
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}
.icon {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.image__wrapper {
    position: relative;
}

.image__wrapper.expanded {
    width: 55vw;
}

.image__wrapper.expanded img {
    display: flex;
    border-top-left-radius: 12px 12px;
}

.image__wrapper img {
    width: 100%;
    height: auto;
}

img.image--greyscale, 
.image--greyscale img {
    filter: grayscale(1);
}

.image__wrapper--cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 56px;
}
.modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    display: none;
    top: 0;
    left: 0; 
  }
  .modal-open {
    overflow: hidden 
  }
  .modal {
    visibility: hidden;
    left: 0;
    margin: 0 calc(50vw - 650px);
    width: 1300px;
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 30px;
    background: var(--white);
    position: fixed;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
  }
  .modal--small {
    width: 710px;
    margin: 0 calc(50vw - 355px);
  }
  @media only screen and (max-width: 1400px) {
    .modal {
      margin: 0 5%;
      width: 90%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .modal {
      top: 0 !important;
      width: 100%;
      height: 100%;
      max-height: 100%;
      border-radius: 0;
      margin: 0;
    }
  }
  .modal .close-modal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    font-size: 13px;
    color: #9D9A9B;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
  } 
  .modal .close-modal .material-icons {
    padding-left: 6px; 
  }
  .modal .close-modal:hover .material-icons{
    color: var(--cyan);
  }
  .modal .close-modal:focus {
    outline: none;
  }
.radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .radio + .radio {
    padding-left: 12px;
  }
  .radio .icon {
    font-size: 22px;
    font-weight: 400;
  }
  .radio .label {
    font-size: 14px;
    line-height: 26px;
    padding-left: 6px;
  }
  .radio.checked .icon:before,
  .radio .icon:after{
    display: block;
    font-family: 'Material Icons';
  }
  .radio.checked .icon:after,
  .radio .icon:before {
    display:none
  }
  .radio.checked .icon:before {
    content: 'radio_button_checked';
  }
  .radio .icon:after {
    content: 'radio_button_unchecked';
  }
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

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: var(--white);
  vertical-align: bottom;
}
.tooltip {
    position: relative;
  }
  .tooltip .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    font-family: 'Material Icons' !important;
    color: #607BB9;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 6px;
  }
  .tooltip-text {
    display: none;
    position: absolute;
    font-size: 12px;
    text-align: left;
    line-height: 15px;
    font-weight: 400;
    color: var(--white);
    padding: 11px 13px;
    bottom: 18px;
    width: 200px;
    background-color: var(--blue);
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.5);
    transform: translateX(calc(-50% + 14px));
  }
  .tooltip-text:before {
       content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      bottom: -7px;
      border-top: 8px solid var(--blue);
      left: calc(50% - 10px);
      position: absolute;
  }
  
  .tooltip:hover .tooltip-text {
    display: block;
  }
.embed-container { 
    position: relative;
    border-radius: 1rem;
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

/* Header container */

.header {
  position: relative;
  background-color: transparent;
  padding: 0 calc(100% / 12);
  transition: linear 250ms background-color;
  z-index: 1;
}
@media only screen and (min-width: 1081px) and (max-width: 1240px) {
  .header {
    padding: 0 30px
  }
}
/* shadow theme */
header.theme--shadow {
  padding-bottom: 12px;
  background-color: var(--white);
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.13);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
}
.header__row-1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__row-2 {
  position: relative;
  -webkit-box-pack: between;
  -ms-flex-pack: between;
  justify-content: space-between;
}
@media only screen and (min-width: 1081px) {
  .header__navigation > .header__button {
    display: none
  }
}
.header__button a {
  color: var(--white);
  text-decoration: none;
}

.header__button a.hs-button {
  color: var(--white);
  background-color: var(--red);
  border: 2px solid var(--red);
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Metropolis, sans-serif;
  font-size: var(--btnFontSize, 16px);
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: nowrap;
  width: auto;
  word-break: break-word;
}

.header__button a.hs-button:hover {
  background-color: #d23b47;
  text-decoration: none;
}

.header__button a.hs-button:focus {
  background-color: #d23b47;
  text-decoration: none;
}

/* Fixed header on scroll */
@media only screen and (min-width: 1081px) {
  .fixed .header {
    position: fixed;
    height: 66px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.13);
    z-index: 2;
  }
  .fixed .header .header__row-1 {
    height: 0;
    visibility: hidden;
  }
  .fixed header.theme--dark .header__logo {
    background-image: none
  }
  .fixed header.theme--dark .header__logo img {
    visibility: visible
  }
  .fixed .header .navigation-primary .menu-link {
    font-size: 15px;
    color: var(--blue);
  }
  .fixed .header .navigation-primary .menu-arrow {
    font-size: 22px;
    color: rgb(205 205 207 / 1);
  }

  .fixed .header .btn--primary {
    font-size: 15px;
    padding: 10px 30px;
    transition: linear 250ms all;
  }
  .fixed .header .submenu.level-1 > .menu-item {
    padding: 24px 16px 18px;
    transition: linear 250ms padding;
  }
  .fixed + .body-container-wrapper {
    padding-top: 66px;
  }
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* dark theme */
header.theme--dark .header__logo {
  background-image: url('/hubfs/3375779/website-theme-assets/logos/roller_logo--colour-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.theme--dark .header__logo img {
  visibility: hidden
}

/* Navigation */

#nav-toggle,
.mobile-nav__header,
.header__navigation--toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Mobile styles */

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

  .header__container form {
    max-width: 100%;
  }

  .header__navigation{
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    width: 100%;
    background-color: var(--white);
    display: block;
    left: auto;
    right: 0;
    top: 50px;
    bottom: 0;
    position: absolute;
    z-index: 2;
    height: 100vh;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open {
    display: block;
  }
/* 
  .header__navigation--toggle.open:after {
    content: '';
    position: fixed;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  } */

  .header__column {
    position: absolute;
    width: 100%;
    max-width: 420px;
    top: 0;
    transition: 250ms linear all;
    right: -100%;
    z-index: 2;
  }
  .open .header__column {
    right: 0;
  }

  .header__row-1,
  .header__row-2 > .header__button {
    display: none
  }

  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    position: static;
  }

  .header__navigation--toggle {
    font-family: 'Material Icons';
    font-size: 30px;
    color: #858a96;
    cursor: pointer;
    display: block;
    height: 42px;
  }
  .theme--dark .header__navigation--toggle {
    color: var(--white);
  }

  .mobile-nav__header {
    display: none;
  }
  .mobile-nav__header.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 26px;
    background-color: var(--blue);
  }

  .header__close--toggle {
    font-family: 'Material Icons';
    font-size: 24px;
    color: var(--white);
    cursor: pointer;
    padding: 8px 26px;
  }
  .mobile-nav__header > .widget-type-logo a {
    display: flex;
  }

  .mobile-nav__header img {
    width: 124px !important;
  }

  .header__button {
    padding: 12px 34px;
  }
  .header__button .btn {
    width:100%;
  }

  .header__button a.hs-button {
    width:100%;
  }
}
.footer {
  background-color: var(--white);
  padding: 0 calc(100% / 12);
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer a {
  color: var(--blue);
}
/* 
 * SECONDARY MENU 
 */
.footer__row-1 {
  padding-bottom: 1.1rem;
  border-bottom: solid 1px #929CB5;
}
.footer__row-1 .hs-menu-item a {
  display: flex;
  align-items: center;
}
.footer__row-1 .hs-menu-item + .hs-menu-item {
  padding-left: 50px;
}
.footer__row-1 .hs-menu-item span {
  font-family: 'Material Icons';
  font-weight: 400;
  font-size: 1.2em;
  padding-right: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer__row-1 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
  .footer__row-1 .hs-menu-item span {
    padding-right: 4px;
  }
  .footer__row-1 .hs-menu-item + .hs-menu-item {
    padding-left: 30px;
  }
  footer a {
      display: inline-block;
      min-width: 40px;
      min-height: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .footer__row-1 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    justify-content: space-between;
  }
  .footer__row-1 .hs-menu-item + .hs-menu-item {
    padding-left: 12px;
  }
}

/* 
 * PRIMARY MENUS
 */
.footer__row-2 {
  padding: 40px 0;
}

.footer__row-2 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  line-height: 1.4;
}
/* all menus */
.footer__row-2 .hs-menu-item.hs-menu-depth-1 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
  overflow: hidden;
}
.footer__row-2 .hs-menu-item.hs-menu-depth-1 + .hs-menu-depth-1 {
  margin-left: 12px
}
.footer__row-2 ul.hs-menu-children-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 320px;
  margin-top: 12px;
  margin-bottom: 40px;
}
/* products menus */
.footer__row-2 .hs-menu-item.hs-menu-depth-1:first-child {
  flex-grow: 2;
}
.footer__row-2 .hs-menu-item.hs-menu-depth-1:first-child ul li{
  width: 50%;
  white-space: pre-wrap;
}
/* menu headers */
.footer__row-2 .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 > a {
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}
/* menu items */
.footer__row-2 .hs-menu-item.hs-menu-depth-2 {
  font-size: 13px;
  padding-right: 12px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  .footer__row-2 .hs-menu-item.hs-menu-depth-2 {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__row-2 .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    flex-wrap: wrap;
  }
  .footer__row-2 .hs-menu-item.hs-menu-depth-1+.hs-menu-depth-1 {
    margin: 0;
  }
  .footer__row-2 .hs-menu-item.hs-menu-depth-1:first-child {
    flex-basis: 100%
  }
  .footer__row-2 .hs-menu-item.hs-menu-depth-1 {
    flex-basis: 50%;
  }
}

/* 
 * COPYRIGHT/SOCIALS
 */
.footer__row-3 {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: solid 1px #929CB5;
}
.footer__row-3 .social-links {
  display: flex;
  align-items: center;
}
.footer__row-3 .social-links .module--social-links{
  padding-left: 24px
}

.range-slider_wrapper {
    position: relative;
  }
  .range-slider_value {
    position: absolute;
    left: 14px;
    transform: translate(-50%, 0);
    min-width: 54px;
    white-space: nowrap;
    font-weight: 700;
    color: var(--white);
    background-color: #FF8877;
    padding: 10px 16px;
    line-height: 15px;
    border-radius: 2px;
  }
  .range-slider_value.start {
    transform: translate(-26%,0);
  }
  .range-slider_value.end {
    transform: translate(-86%,0);
  }
  .range-slider_value:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #ff8877;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
  }
  .range-slider_value.start:after {
    left: 14px;
  }
  .range-slider_value.end:after {
    left: calc(100% - 14px);
  }
  .range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 11px;
    border-radius: 5.5px;
    background: #CDCDCF;
    opacity: 0.4;
    outline: none;
    margin: 60px 0 10px;
    font-weight: 700;
  }
  
  .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.22);
    cursor: pointer;
  }
  .range-slider::-webkit-slider-thumb:before {
      width: 40px;
    height: 40px;
    position:absolute
  }
  
  .range-slider::-moz-range-thumb {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.22);
    cursor: pointer;
    border: none;
  }
/* Slider */
.slider,
.slider.slick-slider {
	display: flex;
	min-width: 100%;
	overflow: hidden;
	margin: 0 -60px;
	}

.slider.slick-slider .slick-list {
	overflow: hidden;
	width: 100%;
	margin: 0 60px;
}

.slider > div > div {
	height: 100%;
}

.slider.slick-slider .slick-track {
	display: flex;
	margin: 0 auto;
}
.slider.slick-slider .slick-slide {
	outline: 0;
}
.slider.slick-slider .slick-slide > div {
	height: 100%;
}

/* Arrows */
.slick-arrow {
	position: absolute;
	height: 100%;
	background-color: transparent;;
	border: 0;
	z-index: 1;
}
.slick-arrow.arrow-before {
	left: 0;
}

.slick-arrow.arrow-next {
	right: 0;
}
.slick-arrow .icon {
	display: inline-flex;
	position: absolute;
	top: 0;
	height: 100%;
	align-items: center;
	font-size: 60px;	
	color: var(--blue);
	margin: 0;
}
.text-light .slick-arrow .icon {
	color: rgb(255 255 255 / 50%);
}

@media (max-width: 1080px) {
	.slick-arrow .icon {
		position: relative;
		font-size: 40px;
	}
	
}
.dropdown {
	position: relative;
}

.dropdown-links {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr; 
	gap: 0px 60px; 
}

.dropdown-menu {
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(100% + .90rem);
  background-color: var(--white);
  padding: 28px 28px 28px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  display: none;
  pointer-events: none;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

@media only screen and (max-width: 1080px) {
    .dropdown-menu { 
        left: 0;
        min-width: calc(100vw - 117px);
    }
}

@media only screen and (max-width: 768px) {

    .dropdown-links {
        gap: 0px 25px; 
    }

    .dropdown-menu {
        margin: 20px 0 0;
        top: inherit;
        right: inherit;
        padding: 18px 7px;
        min-width: calc(100vw - 54px);
    }
}

.dropdown-links a {
    font-size: 14px;
    padding: 10px 8px;
    color: #001F4A;
    transition: background-color 150ms ease-in-out
}

@media only screen and (max-width: 768px) {
    .dropdown-links a {
        white-space: normal;
    }
}

.dropdown-links a:hover {
    background: #f1f3f9;
    border-radius: 4px;
}


.dropdown-links a:hover {
    text-decoration: none;
}

.dropdown.active > .link + .dropdown-menu {
    display: block;
    pointer-events: auto;
}

.dropdown.active > .btn--dropdown,
.btn--dropdown:hover  {
    color: var(--white);
    background: var(--blue);
}

.dropdown.active > .btn--dropdown svg path,
.btn--dropdown:hover svg path  {
    fill: var(--white);
} 

.dropdown > .btn--dropdown svg  {
    pointer-events: none;
    transition: transform 0.2s ease;
} 

.dropdown.active > .btn--dropdown svg  {
    transition: transform 0.2s ease;
    transform: rotate(180deg);
}
.card {
    --navy-60: #4570AE;
    background: var(--white);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    font-family: Metropolis, sans-serif;
    display: flex;
    flex-direction: column;
}

.card__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--blue);
}

.card__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.card-event {
    overflow: hidden;
    margin: 0 8px;
    filter: none;
}

.card__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: var(--blue);
}

@media only screen and (min-width: 992px) {
    .card-event {
        margin: 0 16px;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    }
}

.card-event-no-background {
    background: transparent;
    filter: none;
    margin: 0 16px;
    border-radius: 0;
    flex-direction: row;
}

.card-event-no-background .card-event--title {
    background: transparent;
}

.card-inline {
    margin: 0 0 40px 0;
}

.card-inline .card-event--content {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 0 16px;
}

.card-event--content-item-meta {
    flex: 1;
    font-size: 18px;
}

@media only screen and (min-width: 992px) {
    .card-event--content-item-meta {
        font-size: 24px;
    }
}

.card-event--content-item-meta .card-event-content--title {
    font-weight: 700;
}

.card-event--content-item-meta .card-event-content--subtitle {
    font-weight: 300;
}

.card-event--title {
    display: flex;
    align-items: center;
    padding: 40px 16px 32px ;
    background: #fafafc;
}

@media only screen and (min-width: 992px) {
    .card-event--title {
        padding: 40px 16px 32px 48px;
    }
}

.card-event-day {
    border: 1px solid var(--red);
    border-radius: 8px;
    padding: 8px;
    color: var(--red);
    text-align: center;
    width: 64px;
    height: 64px;
}

.card-event-day-lg {
    padding: 12px;
    width: 72px;
    height: 72px;
}

.card-event-day--label {
    font-size: 12px;
    text-transform: uppercase;
}

.card-event-day--number {
    font-weight: 700;
    font-size: 32px;
    line-height: .8;
}

.card-event-day-lg .card-event-day--number {
    line-height: 1;
}

.card-event-date {
    padding: 0 0 0 16px;
    font-size: 24px;
}

@media only screen and (min-width: 992px) {
    .card-event-date {
        padding: 0 0 0 48px;
    }
}

.card-event-date--month {
    font-weight: 700;
}

.card-event--content {
    padding: 24px 16px 8px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    .card-event--content {
        padding: 24px 16px 8px 48px;
    }
}

.card-inline .card-event--content-item {
    padding: 0 0 6px;
    align-items: flex-start;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .card-inline .card-event--content-item {
        flex-direction: row;
        align-items: center;
    }
}

.card-event--content-item {
    display: flex;
    padding: 0 0 20px 0;
}

.card-event-content--time {
    padding: 0;
    min-width: 82px;
    font-weight: 500;
    text-transform: lowercase;
}

@media only screen and (min-width: 992px) {
    .card-event-content--time {
        min-width: 115px;
    }
}

.card-event-content--title {
    font-weight: 300;
}

.card-event-content--time span {
    font-weight: 300;
}

/* Card Inline Styles */

.card-inline .card-event-content--time {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: inherit;
}

@media only screen and (min-width: 992px) {
    .card-inline .card-event-content--time {
        font-size: 20px;
        text-align: right;
    }
}

.card__icon {
    padding: 0 0 8px;
}

.card__link {
    padding: 8px 0 0;
    margin-top: auto;
}
.faq {
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    font-family: Metropolis, sans-serif;
    text-align: left;
}

.faq__items {
    padding: var(--spacing-lg) 0;
    max-width: 864px;
    margin: 0 auto;
}

.faq__item {
    background: var(--white)FFF;
    text-align: left;
    position: relative;
    cursor: pointer;
        border-bottom: 1px solid var(--blue);

}

.faq__item--content {
    flex: 1;
    display: none;
}

.faq__item--content.-visible {
    display: block;
}

.faq__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: var(--spacing-md);
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    padding: var(--spacing-sm) 0; 
    border-radius: 0;
    text-align: left;
    white-space: normal;
}

.faq__body {
    margin-bottom: 0; 
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 24px;
    color: #4570AE;
}

.faq__item--icon {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 80px;
    height: 24px;
}

.faq__item--icon--wrapper {
    position: relative;
    border: solid 2px var(--blue);
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.icon--removecircleoutline {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.icon--removecircleoutline:before,
.icon--removecircleoutline:after {
    content: "";
    display: block;
    background-color: var(--blue);
    position: absolute;		
    top: 50%; left: 0;
    transition: .35s;
    width: 100%;
    height: 2px;
}

.icon--removecircleoutline:before {
    transform: translatey(-50%);
}

.icon--removecircleoutline:after {
    transform: translatey(-50%) rotate(90deg);
}

.faq__heading.-open .icon--removecircleoutline:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.faq__heading.-open .icon--removecircleoutline:after {
    transform: translatey(-50%) rotate(0);
}


@media(min-width: 768px) {
    .faq__heading {
        font-size: 22px;
    }

    .faq__body {
        font-size: 18px;
    }

    .faq__heading  {
        padding: var(--spacing-md) 0; 
    }
}
.pricing-select {
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    padding: var(--spacing-md) 0 var(--spacing-md);
    display: block;
}

.pricing-select__wrapper {
    display: block;
    filter: drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.1));
}

.pricing-select__header {
    display: flex;
}

.pricing-select__select {
    position: relative;
    overflow: hidden;
    border-right: unset;
    background-color: unset;
}

.pricing-select__select .select-venue.-active {
    display: block;
}

.pricing-select__select .select-venue {
    display: none;
}

.pricing-select__label {
    display: block;
    background: transparent;
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 980px 0px 0px 980px;
    padding: var(--spacing-sm) 0;
}

.select-venue {
    border: 0;
    background: var(--white);
    border-radius: 980px;
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 0 24px;
}

.select-venue-icon {
    display: flex;
    position: absolute;
    top: 35%;
    right: var(--spacing-md);
    transform: translateY(-50%);
    pointer-events: none;
}

.pricing-content__wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #F7FAFF;
}

.pricing-content__wrapper--container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 8.33333% 64px;
}

.pricing-select__wrapper .m-pricing__currencies {
    bottom: 16px;
}

.pricing-select__wrapper .m-pricing__currencies label {
    background: transparent;
}

.pricing-currency__select {
    display: flex;
    justify-content: end;
    position: relative;
    margin-left: auto;
}

.pricing-currency__select label {
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-md);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.pricing-currency__select .select-currency {
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue);
    padding: 13px 0 16px;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 75px;
}

.pricing-currency__select .select-venue-icon {
    right: 0;
}

.pricing-currency__select.hidd-mobile .select-currency {
    max-width: 85px;
    padding: 13px 0 16px;
}

.pricing-currency__select.hidd-mobile {
    display: none;
}

.pricing-currency__select.hidd-mobile .select-venue-icon {
    right: var(--spacing-md);
}

@media(min-width: 768px) {
    .pricing-select {
        padding: var(--spacing-lg) 0 var(--spacing-md);
    }
    .pricing-content__wrapper {
        padding: 0;
    }
    .select-venue-icon {
       top: 45%;
    }
}

@media(min-width: 992px) { 
    .pricing-select {
        display: flex;
    }

    .pricing-select__label {
        display: unset;
        color: var(--white);
        background: var(--blue);
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .pricing-select__wrapper {
        padding: 0 0 32x;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    .select-venue {
        width: 352px;
        border-radius: 0px 980px 980px 0px;
        margin: 0;
    }

    .pricing-currency__select {
        display: none;
    }

    .pricing-currency__select.hidd-mobile {
        display: flex;
        margin: 0 0 var(--spacing-md, 32px);
    }
}

@media(min-width: 1300px) { 
    .pricing-content__wrapper--container {
        padding: 0 0;
    }
}

.pricing-currency__select.is-dropdown-hidden {
    visibility: hidden;
}
.tile {
    --navy-60: #4570AE;
    --spacing-xs: 8px;
    --spacing-md: calc(var(--spacing-xs) * 2);
    --spacing-lg: calc(var(--spacing-xs) * 3);
    --spacing-xlg: calc(var(--spacing-xs) * 4);
    --spacing-xxlg: calc(var(--spacing-xs) * 5);
    position: relative;
    background: var(--white);
    padding: var(--spacing-md) var(--spacing-xlg);
    border-radius: var(--spacing-md);
    margin: 0 0 64px;
}

.tile:last-child {
    margin-bottom: 0;
}

@media(min-width: 992px) { 
    .tile {
        margin: 0;
    }
}
.callout {
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 64px;
    padding: var(--spacing-md);
    background: #00BBFA;
    border-radius: var(--spacing-sm);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: Metropolis, sans-serif;
    text-align: center;
}

.callout__illustration {
    width: 305px;
    max-width: 305px;
    margin: -170px -70px 0;
    order: 1;
}

.callout__content {
    color: var(--white);
    order: 2;
}

.callout__content--secondary-text {
    font-family: Metropolis, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.callout__content--primary-text {
    padding: var(--spacing-xs) 0;
}

.callout__content--primary-text h2 {
    color: var(--white);
    font-size: 32px;
}

.callout__content--ctas > .section-ctas {
    display: block;
}

@media only screen and (min-width: 768px) {
    .callout {
        flex-wrap: nowrap;
        text-align: left;
    }

    .callout__illustration {
        margin: -190px 0 0;
        max-width: inherit;
        max-height: 416px;
        order: 1;
        width: auto;
        order: 2;
    }

    .callout__content {
        order: 1;
        max-width: 832px;
    }

    .callout__content--primary-text h2 {
        font-size: 42px;
    }

    .callout__content--ctas .section-ctas {
        display: flex;
    }

}

@media(min-width: 768px) and (max-width: 1023px) {
    .callout__content--primary-text h2 {
        font-size: 36px;
    }

    .callout__illustration {
        margin: -190px -45px 0;
    }
}





.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog nav */
.hs-blog-listing div:not(.fixed) .header,
.hs-blog-post div:not(.fixed) .header{
	background-color: var(--blue);
}

/* Blog nav single posts */
.hs-blog-post div:not(.fixed) .header{
	background-color: var(--white);
}

/* Blog header */
.blog-header {
	color: var(--white);
	background-color: var(--blue);
	padding: 0px calc(100% / 12);
}

.blog-header__inner {
	margin: 0 auto;
	max-width: 1300px;
	padding: 60px 0;
}

@media screen and (min-width: 768px) {
	.blog-header__inner .text-large{
		max-width: 900px;
	}
}

.blog-header__title,
.blog-header__subtitle {
	color: var(--white);
}

.blog-header__subtitle {
	font-weight: 500;
	line-height: 28px;
	font-size: 16px;
}

.blog-header__search {
	margin: 16px 0;
	display: flex;
	align-items: center;
}

.blog-header__search--input {
	flex: 1;
}

.blog-header__search--icon {
	margin: 0 4px;
	display: flex;
}

@media screen and (min-width: 768px) {
	.blog-header__search--icon {
		margin: 0 8px;
	}
}

@media screen and (min-width: 992px) {
	.blog-header.blog-header--author .blog-header__subtitle {
		max-width: inherit;
	}

	.blog-header__subtitle {
		max-width: 550px;
		font-size: 18px;
		line-height: 32px;
	}

	.blog-header__search {
		max-width: 550px;
	}
}

.blog-header__subtitle p {
	font-weight: 400;
	font-size: var(--pLarge);
}
.blog-header a{
	text-decoration: none;
}

.blog-header__form form {
	display: flex;
	margin: 36px 0;
}
.blog-header__form form .hs-form-field {
	width: 100%
}
.blog-header__form label:not(.hs-error-msg) {
display: none;
}
.blog-header__form .hs-submit input {
	margin-left: 18px
}

@media screen and (min-width: 768px) {
	.blog-header__form {
		width: 500px;
	}
}
@media screen and (max-width: 420px) {
	.blog-header__form form {
		flex-direction: column
	}
	.blog-header__form .hs-submit input{
		width: 100%;
		margin-left: 0px;
	}
}

/* Blog listing */
.blog-index__wrapper {
	padding: 0px calc(100% / 14);
	background-color: var(--white);
}

@media screen and (min-width: 992px) {
	.blog-index__wrapper {
		padding: 0px calc(100% / 12);
	}
}

.blog-index__section {
	margin: 0px auto;
	max-width: 1300px;
}

.blog-index {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--imgWidth),1fr));
	grid-gap: 30px;
	padding: 60px 0 30px;
}

.blog-index-latest {
	padding: 20px 0 30px;
}

@media only screen and (min-width: 1560px) {
	.blog-index {
		--imgWidth: calc( (1300px - 60px) / 5);
	}

	.blog-index .featured {
		--imgWidth: calc( (1300px - 60px) / 3);
	}
}
@media only screen and (max-width: 1560px) {
	.blog-index {
		--imgWidth: calc( (1000vw / 12 - 30px) / 4);
	}
}
@media only screen and (max-width: 768px) {
	.blog-index {
		--imgWidth: calc( 1000vw / 12);
	}
}

.blog-index .blog-index__post {
	width: 100%;
	background-color: var(--white);
}

@media only screen and (min-width: 992px) {
	.blog-index .blog-index__post {
		display: flex;
    	flex-direction: column;	
	}
}

.blog-index .blog-index__post-image {
	display: flex;
	transition: filter .2s, transform .2s;
}

.blog-index .blog-index__post-image:hover {
	filter: drop-shadow(var(--shadow-hover));
	transform: translate3d(0,-5px,0);
}

.blog-index .blog-index__post-image:hover+.blog-index__post-content .h3,
.blog-index .blog-index__post-image:hover+.blog-index__post-content h3 {
	text-decoration: underline;
}

.blog-index .blog-index__post .blog-index__post-image-featured img {
	height: auto;
}

.blog-index .blog-index__post-image img {
	width: 100%;
	border-radius: 4px;
	height: calc(var(--imgWidth)/1.65);
	object-fit: cover;
}

.blog-index__post img:hover > .blog-index__post-content h2 {
	text-decoration: underline;
}

@media only screen and (min-width: 992px) {
	.blog-index .blog-index__post-image img {
		height: calc(var(--imgWidth) / 1.40);
	}
}

.blog-index .blog-index__post-content {
	padding-top: 20px;
}

.blog-index .blog-index__post-content h3 {
	font-size: 20px;
}

@media only screen and (min-width: 992px) {
	.blog-index .blog-index__post-content {
		display: flex;
		flex-direction: column;
		flex: 1;c
	}

	.blog-index .blog-index__post-content h3 {
		font-size: 22px;
		padding: 8px 0 0;
	}
}

.blog-index .blog-index__post-date {
	font-size: .875rem;
	margin-bottom: 0;
}

.blog-index .blog-index__post .h5  {
	line-height: 1.4;
}
.blog-index .blog-index__post h3 a  {
	color: var(--blue);
}

.blog-index .blog-index__post-content .blog-post__meta-name {
	font-size: 16px;
	font-weight: 500;
}

.blog-index__post-content-meta {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	font-family: Metropolis, sans-serif;
	gap: .5rem;
}

.blog-index__post-content-meta .blog-index__post-content-meta-name span {
	margin: 0 6px;
}

/* Blog featured article */
.show-featured {
	display: none;
}

@media only screen and (min-width: 1080px) {
	
	.blog-index .blog-index__post.featured {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(var(--imgWidth),1fr));
		grid-gap: 30px;
		margin-bottom: 40px;
	}
	.blog-index .blog-index__post.featured h3 {
		font-size: var(--h3);
	}
	.blog-index .blog-index__post.featured {
		grid-column: 1 / -1;
	}
	.featured .hide-featured {
		display: none;
	}
	.featured .show-featured {
		display: block;
	}
}
@media only screen and (min-width: 1560px) {
	.blog-index .featured .blog-index__post-image {
		--imgWidth: calc( (1300px - 60px) / 3 * 2 + 30px);
		grid-column: span 2;
	}
}


/* Blog pagination */

.blog-pagination {
	display: block;
	font-family: Metropolis, sans-serif;
	margin-bottom: 3.3rem;
	text-align: center;
	padding: 16px 0px 0;
}

@media only screen and (min-width: 992px) {
	.blog-pagination {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}

.blog-pagination__nav {
	display: flex;
	justify-content: center;
	padding: 16px 0 0;
}

@media only screen and (min-width: 992px) {
	.blog-pagination__nav {
		padding: 0;
	}
}

.blog-pagination__nav a {
	padding: 0 12px;
}

.blog-pagination__nav .blog-pagination__link {
	font-weight: 700;
}

.blog-pagination__link {
	color: var(--blue);
	display: inline-flex;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
	text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
	display: none;
}
.blog-pagination__number-link {
	padding: 6px 9px;
}
.blog-pagination__link--active {
	color: #143d82;
	font-weight: 700;
}

.blog-pagination__number-link:not(.blog-pagination__link--active):hover,
.blog-pagination__number-link:not(.blog-pagination__link--active):focus {
	font-weight: 500;
}

.blog-pagination__link-icon {
	display: flex;
    align-items: center;
	margin: 0 6px;
}

.blog-pagination__link-icon-left {
	transform: rotate(180deg);
}

.blog-pagination__items span {
	padding: 6px 9px;
	font-size: 16px;
}


/* Blog categories */

.blog-categories {
	padding: 60px 0;
	display: flex;
	flex-direction: column;
}

.blog-categories .ls-container {
	width: 100%;
	padding: 40px;
}
.blog-categories .rs-container {
	width: 100%;
	padding: 20px 40px;
	background: rgba(242, 241, 240, 0.5);
}

@media only screen and (min-width: 1080px) {
	.blog-categories {
		flex-direction: row;
	}
	.blog-categories .ls-container {
		width: 375px;

	}
	.blog-categories .rs-container {
		width:calc(100% - 375px);
	}
}

.blog-categories .rs-container ul {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.blog-categories .rs-container ul li {
	width: 50%;
	margin: 0 0 1em;
	padding-right: 15px;
}
.blog-categories .rs-container ul li a {
	color:var(--blue);
	font-size: var(--p);
	line-height:26px;
	text-decoration: none !important;
}
.blog-categories .ls-container .block-text h3 {
	color: var(--blue);
}
.blog-categories .ls-container .block-text p {
	color: var(--blue);
}


/* Blog editor-picks */

.blog-index-picks {
	display: flex;
	flex-direction: column;
	grid-auto-columns: 1fr; 
	grid-template-columns: 1.4fr 1fr; 
	gap: 0px 54px;
	padding: 0 0 30px;
}

@media only screen and (min-width: 992px) {
	.blog-index-picks {
		display: grid; 
	}
}

@media only screen and (min-width: 992px) {

	.blog-index-picks .blog-index__post-image img {
		height: calc(var(--imgWidth)/);
	}
}

.blog-index-picks h2 {
	font-size: 32px;
	padding: 8px 0 0;
}

@media only screen and (min-width: 992px) {

	.blog-index-picks h2 {
		font-size: 42px;
		padding: 8px 0 0;
	}
}

.blog-index-picks .blog-post__meta-avatar {
	display: flex;
}

.blog-index-picks .blog-post__meta-avatar img {
	width: 38px;
	height: 38px;
}

.blog-index-picks .blog-post__meta-name {
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
}

.blog-index-picks .blog-post__meta-name span {
	color: #757382;
	font-size: 14px;
}

.blog-index-picks .blog-post__readingtime {
	position: relative;
}

.blog-index-picks .blog-post__separator {
	height: 31px;
	width: 1px;
	background: #eee;
}

.blog-index-picks .blog-index__summary {
	flex-direction: row-reverse;
	padding: 0 0 28px 0;
}

.blog-index-picks .blog-index__summary .blog-index__post-image {
	display: flex;
}

@media only screen and (max-width: 1080px) {
	.blog-index-picks .blog-index__summary .blog-index__post-image {
		display: none;
	}
}

.blog-index-picks .blog-index__summary:not(:first-child) {
	padding: 28px 0;
}

@media only screen and (max-width: 1080px) {

	.blog-index-picks .blog-index__summary:first-child {
		padding: 28px 0;
	}
}

.blog-index-picks .blog-index__summary:not(:last-child) {
	border-bottom: 1px solid #CBD7EE;
}

.blog-index-picks .blog-index__summary .blog-index__post-content {
	flex: auto;
	padding: 0 16px 0 0;
}

@media only screen and (max-width: 768px) {
	.blog-index-picks .blog-index__summary .blog-index__post-content {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) {

	.blog-index-picks .blog-index__summary .blog-index__post-image img {
		height: 80px;
    	width: 130px;
	}
}

.blog-index-picks .blog-index__summary .blog-index__post-content-meta .blog-post__meta-name span {
	font-size: 16px;
	color: var(--blue);
}

.blog-index__section-header {
	padding: 60px 0 36px;
	display: flex;
}

.blog-index__section-header span {
	display: flex;
	justify-content: end;
}

.blog-index__section-header span a {
	font-weight: 700;
	font-size: 16px;
}

.blog-index__section-header span a svg {
	margin: 0 10px;
}

.blog-index__section-header h4 {
	flex: 1;
}

.blog-heading {
	padding: 60px 0 0;
}

@media only screen and (max-width: 768px) {

	.blog-heading h4, .blog-heading-wrapper h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.blog-index__section-header h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 768px) {

	.blog-index-picks .blog-index-picks__sidebar {
		padding: 30px 0;
	}
	
	.blog-index-picks .blog-index-picks__sidebar h3 {
		font-size: 16px;
		padding: 8px 0;
		line-height: 24px;
	}

	.blog-index-picks .blog-index-picks__sidebar .blog-index__summary {
		display: flex;
	}

	.blog-index-picks .blog-index-picks__sidebar .blog-index__summary .blog-index__post-image img {
	    height: 54px;
    	width: 85px;
	}
	
	.blog-index-picks .blog-index-picks__sidebar .blog-index__summary .blog-index__post-content-meta .blog-post__meta-name {
		font-size: 14px;
		padding: 0 8px 0 0;
	}

	.blog-index-picks .blog-index-picks__sidebar .blog-index__summary .blog-index__post-content-meta .blog-post__meta-name span {
		font-size: 14px;
	}

	.blog-index-picks .blog-index-picks__sidebar .blog-index__summary .blog-index__post-content-meta .blog-post__meta-name .blog-post__readingtime {
		padding: 0 8px;
		font-size: 14px;
	}
}

/* Blog filter */

.blog-filter-options {
  display: flex;
  align-items: baseline;
  white-space: nowrap; 
  padding: 0 0 16px;
  flex-wrap: wrap;
}

.blog-filter-options nav {
	display: none;
}

@media only screen and (min-width: 992px) {


	.blog-filter-options nav {
		display: flex;
		padding: 8px 0 0;
	}

	.blog-filter-options nav ul {
		margin: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {

	.blog-filter-options {
		margin: 24px calc(100% / -14) 0 0;
	}
}

.blog-filter-options nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {

	.blog-filter-options nav ul {
		flex-wrap: nowrap;
		padding-left: 0;
		margin-block: 0;
		overflow-x: auto;
		list-style: none;
		text-align: center;
		white-space: nowrap;
	}
}

.blog-filter-options nav li {
	padding: 0 8px 0 1px;
}

.blog-filter-options nav li:not(:last-child) {
  display: flex;
  list-style-type: none;
  padding: 0 8px 0 1px;
}

.blog-filter-options nav li.active a {
  color: var(--white);
  background: var(--blue);
  border: 0;
}

.blog-filter-options nav li:hover a {
  color: var(--white);
  background: var(--blue);
  border: 0;
}

.blog-filter-options nav li a {
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 0 0 1px #cbd7ee;
	border-radius: 100px;
	transition: background 0.2s ease;
}

.blog-filter-options nav li a:hover, .blog-filter-options nav li a:focus, .blog-filter-options nav li.active {
  text-decoration: none;
}
/* Blog post image */
.blog-post__img {
  width: 100%;
  height: calc(100vw / 2 * 0.85);
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 2220px) {
  .blog-post__img {
    height: calc(2220px / 2 * 0.85);
  }
}

/* Blog post progress bar */

.blog-post__progressbar {
  position: fixed;
  display: none;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 990px) {
  .blog-post__progressbar {
    top: 66px;
  }
}

.blog-post__progressbar.js-is-sticky {
  display: block;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: var(--gray);
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: var(--cyan);
  width: 0%;
}

/* Blog post header */

.blog-post__header {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  padding: 40px 0 0;
  font-family: Metropolis, sans serif;
}

@media only screen and (min-width: 990px) {
  .blog-post__header {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.blog-post__header-content {
  display: flex;
  flex-direction: column;
}

.blog-post__metadata {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.blog-post__date {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

figure.blog-post__header-img {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.blog-post__header-img > img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  object-position: 100% 0;
}

/* Blog post container */
.blog-post__wrapper {
  background-color: var(--white);
  padding: 0px calc(100% / 15);
}

.blog-post__section {
  margin: 0 auto;
  max-width: 1300px;
}

/* Breadcrumbs */
.blog-post__breadcrumbs {
  display: flex;
  align-items: center;
  color: #ff634f;
  font-size: var(--pSmall);
  padding: 8px 0;
  text-transform: uppercase;
  font-family: Metropolis, sans serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog-post__breadcrumbs a,
.blog-post__breadcrumbs span {
  color: #ff634f;
}

.blog-post__breadcrumbs span {
  padding: 0 0.5em;
}

.blog-post__breadcrumbs span.material-icons {
  color: #cdcdcf;
  font-size: var(--p);
  padding: 0 20px;
}

/* Blog post */
.blog-post {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
  color: var(--blue);
  font-size: var(--p);
  padding: 70px 0 32px;
  font-family: Metropolis, sans serif;
}
@media only screen and (max-width: 1200px) {
  .blog-post {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post__article,
  .blog-post__subscribe {
    width: 100%;
  }
}

.blog-post__excerpt {
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #cbd7ee;
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (min-width: 990px) {
  .blog-post__excerpt {
    padding: 0 0 64px;
  }
}

.blog-post__sidebar {
  min-width: 300px;
  margin: 0 40px;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .blog-post__sidebar {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
}

.blog-post__sidebar-inner {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .blog-post__sidebar-inner {
    position: sticky;
    top: 100px;
  }
  .blog-post__meta-wrapper.fixed {
    position: fixed;
    top: 100px;
    width: 300px;
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}

.blog-post__meta-wrapper .blog-post__meta:first-child {
  display: none;
}

@media only screen and (min-width: 990px) {
  .blog-post__meta-wrapper .blog-post__meta:first-child {
    display: block;
  }
}

/* Blog post content */
.blog-post__title {
  color: var(--blue);
}

@media only screen and (min-width: 990px) {
  .blog-post__title {
    margin: 4px 0 16px;
  }
}

.blog-post__readingtime {
  display: flex;
  align-items: center;
}

.blog-post__readingtime-icon {
  padding: 0 4px 0 0;
  display: flex;
}

.blog-post__meta h4 {
  color: var(--blue);
  margin: 0 0 24px;
}

.blog-post__meta {
  font-size: var(--pSmall);
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
}

.blog-post__meta-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-post__meta-name {
  font-size: 22px;
  font-weight: 700;
  padding: 0.4rem 0;
}

.blog-post__meta-name a {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.blog-post__meta-bio {
  font-size: 14px;
  line-height: 24px;
  color: #757382;
  padding: 0 0 40px;
  border-bottom: 1px solid #cbd7ee;
}

@media only screen and (min-width: 768px) {
  .blog-post__meta-bio {
    color: var(--blue);
  }
}

.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__body {
  padding: 28px 0 16px;
}

@media only screen and (min-width: 990px) {
  .blog-post__body {
    padding: 32px 0;
  }
}

.blog-post__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.blog-post__body ul,
.blog-post__body ol {
  margin: 0 0 1.5rem 2.5rem;
  font-family: Metropolis, sans serif;
  font-size: var(--p);
  line-height: 32px;
}

.blog-post__body ul li,
.blog-post__body ol li {
  padding: 8px 0;
}

@media (max-width: 768px) {
  .blog-post__body ul,
  .blog-post__body ol {
    font-size: 18px;
  }
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: var(--blue);
  margin: 1.7rem 0;
}

.blog-post__body h2 {
  font-size: var(--h3);
}

.blog-post__body h3 {
  font-size: var(--h4);
}

.blog-post__body h4 {
  font-size: var(--h5);
}

.blog-post__body h5 {
  font-size: var(--h6);
}

/* Blog post paragraph TODO: review latest styleguide will overwrite to Metropolis,
sans-serif for now */

.blog-post__body p {
  font-family: Metropolis, sans serif;
  line-height: 32px;
}

.blog-post__body a {
  color: #00b5fa;
}

@media (max-width: 768px) {
  .blog-post__body p {
    font-size: 18px;
  }
}

/* Blog share */
.blog-post .share-icons {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}

.blog-post .share-icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 26px;
  color: var(--blue);
  margin: 10px 0;
  text-decoration: none;
}

@media only screen and (min-width: 990px) {
  .blog-post .share-icons a {
    width: fit-content;
  }
}

.blog-post .share-icons a .share-icons__icon {
  background: var(--blue);
  border-radius: 4px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.blog-post .share-icons a .share-icons__label {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0 16px;
}

.blog-post .share-icons a:not(:last-child) {
  padding-right: 12px;
}

.blog-post .share-icons a .tooltip {
  opacity: 0;
  transform: translateX(calc(-50% + -66px)) translate3d(0,5px,0) translateY(0);
  transition: all .15s ease-in-out;
}

.blog-post .share-icons a .js-tooltip-open {
  opacity: 1;
  transform: translateX(calc(-50% + -66px)) translate3d(0,0,0) translateY(-5px);
}

.blog-post .share-icons a .js-tooltip-open .tooltip-text {
  display: block;
  bottom: 25px;
  width: 90px;
  background-color: var(--dark-gray);
}

.blog-post .share-icons a .js-tooltip-open .tooltip-text:before {
  border-top: 8px solid var(--dark-gray);
}

/* Blog subscribe */
.blog-post__subscribe {
  padding: 60px 28px;
  background-color: #143d82;
  color: var(--white);
  border-radius: 20px;
  margin: 150px 0 60px;
  position: relative;
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe {
    min-height: auto;
    padding: 60px 28px; 
    margin: 100px 0 60px;
    padding: 60px;
  }
}

@media only screen and (max-width:768px) {

  .blog-post__subscribe .blog-post__subscribe-inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    min-height: 390px;
  }

   .blog-post__subscribe .blog-post__subscribe-illustration {
    position: absolute;
    min-width: 300px;
    right: 20px;
    top: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .blog-post__subscribe .blog-post__subscribe-content {
    margin: 35px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .blog-post__subscribe {
    padding: 40px 28px;
  }
}

@media only screen and (min-width: 768px) {

  .blog-post__subscribe .blog-post__subscribe-illustration {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .blog-post__subscribe .blog-post__subscribe-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 8px;
    align-items: center;
  }
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe .blog-post__subscribe-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 8px;
  }
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe .blog-post__subscribe-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .blog-post__subscribe .blog-post__subscribe-inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 0px 8px;
  }
}

@media only screen and (min-width: 992px) {

  .blog-post__subscribe h2 {
    font-size: 42px;
  }

}

.blog-post__subscribe p {
  font-size: 1rem;
  line-height: 28px;
}

.blog-post__subscribe .submitted-message p {
  font-weight: 700;
  font-family: Metropolis, sans-serif;
}

.blog-post__subscribe .submitted-message p span {
  display: inline-flex;
  align-items: center;
}

.blog-post__subscribe .submitted-message p span img {
  margin: 0 0 0 8px;
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe p {
    line-height: 35px;
  }
}

.blog-post__subscribe form {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe form {
    display: flex;
    max-width: 575px;
    width: 100%;
  }
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe .blog-post__subscribe-content {
    margin: 0;
  }
}

.blog-post__subscribe .blog-post__subscribe-illustration img {
  width: 100%;
  max-width: 365px;
}

@media only screen and (min-width: 990px) {

  .blog-post__subscribe .blog-post__subscribe-illustration {
    position: absolute;
    right: 20px;
    top: 165px;
    left: auto;
    transform: translateY(-50%);
  }

  .blog-post__subscribe .blog-post__subscribe-illustration img {
    margin-right: auto;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 1200px) {

  .blog-post__subscribe .blog-post__subscribe-illustration {
    position: absolute;
    right: 20px;
    top: 115px;
    left: auto;
    transform: translateY(-50%);
  }

  .blog-post__subscribe .blog-post__subscribe-illustration img {
    margin-right: auto;
    max-width: fit-content;
  }
}

.blog-post__subscribe label:not(.hs-error-msg) {
  display: none;
}
.blog-post__subscribe .hs-form-field {
  flex-grow: 1;
  margin-bottom: 0;
}

.blog-post__subscribe .input {
  margin: 0 0 16px;
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe .input {
    margin-right: 18px;
  }
}

.blog-post__subscribe input[type="email"] {
  background-color: var(--white);
}

.blog-post__subscribe input[type="submit"] {
  width: 100%
}

@media only screen and (min-width: 990px) {
  .blog-post__subscribe input[type="submit"] {
    width: auto;
  }
}

/* Blog tags */
ul.blog-post__tags {
  list-style: none;
  padding-bottom: 80px;
  margin: 0;
}

.blog-post__tags h4 {
  color: var(--blue);
}
li.blog-post__tag {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  background: #f5f5f5;
  margin-right: 12px;
}
.blog-post__tag a {
  color: var(--blue);
}

/* Blog related posts */
.blog-related__wrapper {
  padding: 0;
}

@media only screen and (min-width: 990px) {
  .blog-related__wrapper {
    padding: 0 0 60px;
  }
}

.blog-related__wrapper .blog-index {
  padding: 20px 0 40px;
  grid-gap: 10px;
}
@media only screen and (min-width: 990px) {
  .blog-related__wrapper .blog-index {
    grid-gap: 30px;
  }
}

.blog-related__wrapper .blog-index__post-content {
  padding: 20px 0;
}

.blog-related__wrapper .blog-index__post-content h3 {
  margin-top: 8px;
}

.blog-related__wrapper .blog-index__post-content small,
small a {
  font-size: 14px;
  letter-spacing: 1px;
}

.blog-related__wrapper .blog-index__post-date {
  margin-left: 12px;
}
.blog-related__wrapper h5 a {
  color: var(--blue);
}

.blog-related__wrapper .blog-post__section h2 {
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .blog-related__wrapper .blog-post__section h2 {
    font-size: 26px;
  }
}
.layout--banner {
    margin-top: -125px;
}

.layout--banner .dnd-section:first-of-type > .row-fluid {
    padding-top: 125px;
}
/****** Plans + Addons + Calculator ******/
  .monthly, .annual,
  .aud, .eur, .gbp, .usd
  {
    display: none
  }
  .monthly.selected, .annual.selected,
  .aud.selected, .eur.selected, .gbp.selected, .usd.selected
  {
    display: inline;
  }

  /****** Client logos ******/
  .page--pricing .module--logos {
    margin-top: 40px;
  }
  
  /****** Currency symbols ******/
  [data-currency-symbol="usd"].summary_cost:before {
    content: '$';
  }
  [data-currency-symbol="aud"].summary_cost:before {
    content: 'AU$';
  }
  /* [data-currency-symbol="usd"]:not(.summary_cost):before,
  [data-currency-symbol="aud"]:not(.summary_cost):before {
    content: '$';
  } */
  [data-currency-symbol="usd"]:before {
    content: '$';
  }
  [data-currency-symbol="aud"]:before {
    content: 'AU$';
  }
  [data-currency-symbol="eur"]:before {
    content: '€';
  }
  [data-currency-symbol="gbp"]:before {
    content: '£';
  }
  [data-billing-show="monthly"] .annual,
  [data-billing-show="annual"] .monthly {
    display: none;
  }
  [data-billing-show="monthly"] .monthly,
  [data-billing-show="annual"] .annual {
    display: inline;
  }
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Open Sans, 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: 700px;
  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.search-results {
  max-width: inherit;
  padding: 3rem 0;
}

@media screen and (min-width: 991px) {
  .systems-page.search-results {
    padding: 3rem 0;
  }
}

.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: var(--white);
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

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

.hs-search-results__title {
  color: #143d82
  font-family: Metropolis, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

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

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

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

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  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: 0.7rem !important;
}

.flex--between {
    display: flex;
    justify-content: space-between;
}
.flush {
    margin: 0;
}