/*! 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 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item; }

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none; }

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none; }

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

:root {
    --black: #000;
    --white: #fff;
    --grey: #d9e7e0;
    --dark-blue: #0a032c;
    --blue: #4691af;
    --baby-blue: #ddf7f8;
    --pink: #e82f89;
    --red: #e5353a;
    --orange: #ef8838;
    --tan: #be9f91;
    --green: #199170;
    --baby-green: #d9e7e0;
    --regular: 400;
    --semi-bold: 600;
    --bold: 700; }

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }

html {
    font-size: 100%;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth; }
html.is-fixed {
    position: relative;
    overflow: hidden !important; }

body {
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-x: hidden;
    color: var(--dark-blue); }
body.is-fixed {
    position: relative;
    overflow: hidden !important; }
@media (min-width: 1024px) {
    body {
        font-size: 1.125rem; } }

.no-margin {
    margin: 0 !important; }

a {
    color: inherit;
    -webkit-transition-property: background-color, opacity;
    -o-transition-property: background-color, opacity;
    transition-property: background-color, opacity; }

ul,
ol {
    padding-left: 1rem;
    list-style-position: outside;
    margin-bottom: 2rem; }

figure {
    margin: 0; }

img {
    max-width: 100%;
    height: auto; }

.wrap {
    position: relative;
    max-width: 1240px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 768px) {
    .wrap {
        width: 95%; } }
@media (min-width: 1280px) {
    .wrap {
        width: 100%; } }

.d-grid {
    display: -ms-grid;
    display: grid; }

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

.d-block {
    display: block; }

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.justify-content-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.align-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

.text-center {
    max-width: 55.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

/* = box shadows -------------------- */
.shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

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

.block-padding--35 {
    padding-top: calc(2.1875rem / 2);
    padding-bottom: calc(2.1875rem / 2); }
@media (min-width: 1024px) {
    .block-padding--35 {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem; } }

.block-padding--49 {
    padding-top: calc(3.0625rem / 2);
    padding-bottom: calc(3.0625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--49 {
        padding-top: 3.0625rem;
        padding-bottom: 3.0625rem; } }

.block-padding--63 {
    padding-top: calc(3.9375rem / 2);
    padding-bottom: calc(3.9375rem / 2); }
@media (min-width: 1024px) {
    .block-padding--63 {
        padding-top: 3.9375rem;
        padding-bottom: 3.9375rem; } }

.block-padding--74 {
    padding-top: calc(4.625rem / 2);
    padding-bottom: calc(4.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--74 {
        padding-top: 4.625rem;
        padding-bottom: 4.625rem; } }

.block-padding--92 {
    padding-top: calc(5.75rem / 2);
    padding-bottom: calc(5.75rem / 2); }
@media (min-width: 1024px) {
    .block-padding--92 {
        padding-top: 5.75rem;
        padding-bottom: 5.75rem; } }

.block-padding--100 {
    padding-top: calc(6.25rem / 2);
    padding-bottom: calc(6.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--100 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }

.block-padding--122 {
    padding-top: calc(7.625rem / 2);
    padding-bottom: calc(7.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--122 {
        padding-top: 7.625rem;
        padding-bottom: 7.625rem; } }

.block-padding--128 {
    padding-top: calc(8rem / 2);
    padding-bottom: calc(8rem / 2); }
@media (min-width: 1024px) {
    .block-padding--128 {
        padding-top: 8rem;
        padding-bottom: 8rem; } }

.block-padding--164 {
    padding-top: calc(10.25rem / 2);
    padding-bottom: calc(10.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--164 {
        padding-top: 10.25rem;
        padding-bottom: 10.25rem; } }

.block-padding--200 {
    padding-top: calc(12.5rem / 2);
    padding-bottom: calc(12.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--200 {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem; } }

.block-padding--220 {
    padding-top: calc(13.5rem / 2);
    padding-bottom: calc(13.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--220 {
        padding-top: 13.5rem;
        padding-bottom: 13.5rem; } }

.block-padding--265 {
    padding-top: calc(16.5625rem / 2);
    padding-bottom: calc(16.5625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--265 {
        padding-top: 16.5625rem;
        padding-bottom: 16.5625rem; } }

.block-padding--top-35 {
    padding-top: calc(2.1875rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-35 {
        padding-top: 2.1875rem; } }

.block-padding--top-49 {
    padding-top: calc(3.0625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-49 {
        padding-top: 3.0625rem; } }

.block-padding--top-63 {
    padding-top: calc(3.9375rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-63 {
        padding-top: 3.9375rem; } }

.block-padding--top-74 {
    padding-top: calc(4.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-74 {
        padding-top: 4.625rem; } }

.block-padding--top-92 {
    padding-top: calc(5.75rem / 2 + 20px); }
@media (min-width: 1024px) {
    .block-padding--top-92 {
        padding-top: 5.75rem; } }

.block-padding--top-100 {
    padding-top: calc(6.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-100 {
        padding-top: 6.25rem; } }

.block-padding--top-122 {
    padding-top: calc(7.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-122 {
        padding-top: 7.625rem; } }

.block-padding--top-128 {
    padding-top: calc(8rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-128 {
        padding-top: 8rem; } }

.block-padding--top-164 {
    padding-top: calc(10.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-164 {
        padding-top: 10.25rem; } }

.block-padding--top-200 {
    padding-top: calc(12.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-200 {
        padding-top: 12.5rem; } }

.block-padding--top-220 {
    padding-top: calc(13.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-220 {
        padding-top: 13.5rem; } }

.block-padding--top-265 {
    padding-top: calc(16.5625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--top-265 {
        padding-top: 16.5625rem; } }

.block-padding--bottom-35 {
    padding-bottom: calc(2.1875rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-35 {
        padding-bottom: 2.1875rem; } }

.block-padding--bottom-49 {
    padding-bottom: calc(3.0625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-49 {
        padding-bottom: 3.0625rem; } }

.block-padding--bottom-63 {
    padding-bottom: calc(3.9375rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-63 {
        padding-bottom: 3.9375rem; } }

.block-padding--bottom-74 {
    padding-bottom: calc(4.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-74 {
        padding-bottom: 4.625rem; } }

.block-padding--bottom-92 {
    padding-bottom: calc(5.75rem / 2 + 20px); }
@media (min-width: 1024px) {
    .block-padding--bottom-92 {
        padding-bottom: 5.75rem; } }

.block-padding--bottom-100 {
    padding-bottom: calc(6.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-100 {
        padding-bottom: 6.25rem; } }

.block-padding--bottom-122 {
    padding-bottom: calc(7.625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-122 {
        padding-bottom: 7.625rem; } }

.block-padding--bottom-128 {
    padding-bottom: calc(8rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-128 {
        padding-bottom: 8rem; } }

.block-padding--bottom-164 {
    padding-bottom: calc(10.25rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-164 {
        padding-bottom: 10.25rem; } }

.block-padding--bottom-200 {
    padding-bottom: calc(12.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-200 {
        padding-bottom: 12.5rem; } }

.block-padding--bottom-220 {
    padding-bottom: calc(13.5rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-220 {
        padding-bottom: 13.5rem; } }

.block-padding--bottom-265 {
    padding-bottom: calc(16.5625rem / 2); }
@media (min-width: 1024px) {
    .block-padding--bottom-265 {
        padding-bottom: 16.5625rem; } }

/* = background colours  -------------------- */
.card.bb_white_bg {
    border: 1px solid var(--dark-blue);
    background-color: var(--white);
    color: var(--dark-blue); }
.card.bb_white_bg h3,
.card.bb_white_bg p {
    color: var(--dark-blue) !important; }

.dark_blue-bg {
    background-color: var(--dark-blue) !important; }

.blue-bg {
    background-color: var(--blue) !important; }

.baby_blue-bg {
    background-color: var(--baby-blue) !important; }

.pink-bg {
    background-color: var(--pink) !important; }

.tan-bg {
    background-color: var(--tan) !important; }

.red-bg {
    background-color: var(--red) !important; }

.orange-bg {
    background-color: var(--orange) !important; }

.green-bg {
    background-color: var(--green) !important; }

.content-wrapper.narrow {
    max-width: 858px;
}

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

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

.dnd-section > .row-fluid {
    margin: 0 auto; }

.dnd-section .dnd-column {
    padding: 0 20px; }

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

/* 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: 1px;
    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: 1px;
        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: 1px;
        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; } }

button,
.button {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    font-size: 0.92rem;
    text-align: center;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    white-space: normal; }
@media (min-width: 768px) {
    button,
    .button {
        width: auto; } }
button.no-style,
.button.no-style {
    margin: 0;
    padding: 0;
    border: none;
    background: none; }
button.no-style:hover, button.no-style:focus, button.no-style:active,
.button.no-style:hover,
.button.no-style:focus,
.button.no-style:active {
    margin: 0;
    padding: 0;
    border: none;
    background: none; }

button:disabled,
.button:disabled {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    color: #e6e6e6; }

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

button:active,
.button:active {
    text-decoration: none; }

.blue:hover {
    background-color: var(--pink) !important;
    color: var(--dark-blue) !important; }

.baby-blue {
    background-color: var(--baby-blue) !important;
    color: var(--dark-blue) !important; }
.baby-blue:hover {
    background-color: var(--blue) !important;
    color: var(--white) !important; }

.cta_button {
    width: 100% !important;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
@media (min-width: 768px) {
    .cta_button {
        width: auto !important; } }

@media (max-width: 768px) {
    a.cta_button {
        -webkit-box-sizing: inherit !important;
        box-sizing: inherit !important;
    }
    .contact-us .cta_button {
        width: auto !important;
    }
}

/* Form fields */
.hs-form-field {
    margin-bottom: 1.4rem; }

/* Labels */
form label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.35rem; }

/* Help text - legends */
form legend {
    font-size: 0.875rem; }

/* Inputs */
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
    background-color: #fff;
    border: 2px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem;
    width: 100%; }

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

/* Inputs - checkbox/radio */
form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none; }

form .inputs-list > li {
    display: block;
    margin: 0.7rem 0; }

form .inputs-list input,
form .inputs-list span {
    vertical-align: middle; }

form input[type="checkbox"],
form input[type="radio"] {
    cursor: pointer;
    margin-right: 0.35rem; }

/* Inputs - datepicker */
.hs-dateinput {
    position: relative; }

.hs-dateinput:before {
    content: "\01F4C5";
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
    border-radius: 0 !important;
    color: #fff; }

/* Inputs - file picker */
form input[type="file"] {
    background-color: transparent;
    border: initial;
    padding: initial; }

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem; }

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

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 1rem !important; }

/* Validation */
.hs-form-required {
    color: #ef6b51; }

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

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

/* Submit button */
form input[type="submit"],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    text-align: center;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    white-space: normal; }

/* Captcha */
.grecaptcha-badge {
    margin: 0 auto; }

/* Table */
table {
    border: 1px solid;
    margin-bottom: 1.4rem;
    overflow-wrap: break-word; }

/* Table Cells */
th,
td {
    border: 1px solid;
    padding: 0.75rem;
    vertical-align: top; }

/* Table Header */
thead th,
thead td {
    border-bottom: 2px solid;
    vertical-align: bottom; }

body {
    line-height: 1.4;
    word-break: break-word;
    color: var(--dark-blue); }

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    word-break: break-all; }

/* Paragraphs */
p {
    font-size: 1rem;
    line-height: 1.55;
    margin: 0 0 1.4rem; }

/* Anchors */
a {
    cursor: pointer;
    text-decoration: none; }

/* ###### Hyperlink restyling site wide ###### */

.blog-post span a{
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .3s;
}


.blog-post span a:hover, .blog-post span a:focus {
    color: #e82f89!important;
}

.hs_cos_wrapper_type_rich_text a:not(.cta_button):not(.no-style){
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .3s;
}

.hs_cos_wrapper_type_rich_text a:hover, .hs_cos_wrapper_type_rich_text a:focus {
    color: #e82f89!important;
}

.hs_cos_wrapper_type_rich_text span{
    text-decoration: none!important;
}

.blog-index__post-content span a, .blog-index__post-content h2 a{
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .3s;
}


.blog-index__post-content h2 a:hover, .blog-index__post-content h2 a:focus {
    color: #e82f89!important;
}

.blog-index__post-content span a:hover, .blog-index__post-content span a:focus {
    color: #e82f89!important;
}

.accordion a{
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .3s;
}


.accordion a:hover, .accordion a:focus {
    color: #e82f89!important;
}

/*
.card-slider .card a{
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .3s;
}

.card-slider .card a:hover, .card-slider .card a:focus {
    color: #e82f89!important;
}


*/

.pp-content .pp-wrap a{
	  background-image: linear-gradient(45deg,#e82f89,#e5353a 30%,#199170);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #0a032c!important;
    font-weight: 700;
    text-decoration: none!important;
    transition: background-size .3s;
} 

.pp-content .pp-wrap a:hover, .pp-content .pp-wrap a:focus {
    color: #e82f89!important;
}

.stat-box a {
  background-image: none!important;
}

.pp-content .pp-wrap .stat-box a:hover, .pp-content .pp-wrap .stat-box a:focus {
  color: #0A032C!important;
}

/* ###### Hyperlink restyling site wide ###### */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-blue);
    margin: 0 0 1.4rem; }

h1 {
    font-size: 2.5rem;
    line-height: 1.1; }
@media (min-width: 1280px) {
    h1 {
        font-size: 3.33333333333rem; } }
h1 strong {
    font-weight: var(--semi-bold); }

/* Lists */
ul,
ol {
    margin: 0 0 1.4rem; }

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

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

/* Code blocks */
pre {
    overflow: auto; }

code {
    vertical-align: bottom; }

/* Blockquotes */
blockquote {
    border-left: 2px solid;
    margin: 0 0 1.4rem;
    padding-left: 15px; }

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

/* Image alt text */
img {
    font-size: 14px;
    word-break: normal; }

.footer {
    padding: 4.25rem 0 1.5rem;
    background-color: var(--dark-blue); }
.footer .footer__logo {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem; }
@media (min-width: 768px) {
    .footer .footer__logo {
        margin-bottom: 3.625rem; } }
@media (min-width: 1024px) {
    .footer .footer__logo {
        -ms-flex: 0 0 12.1875rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.1875rem;
        -moz-box-flex: 0;
        flex: 0 0 12.1875rem;
        max-width: 12.1875rem; } }
@media (min-width: 1280px) {
    .footer .footer__logo {
        margin-bottom: 0; } }
.footer .footer__logo .logo {
    margin-right: 2rem; }
@media (min-width: 768px) {
    .footer .footer__logo .logo {
        margin-bottom: 1.625rem; } }
@media (min-width: 1280px) {
    .footer .footer__logo .logo {
        margin-bottom: 2.625rem; } }
.footer .footer-menu {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 0.888888888889rem; }
@media (min-width: 1024px) {
    .footer .footer-menu {
        -ms-flex: 0 0 51.125rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 51.125rem;
        -moz-box-flex: 0;
        flex: 0 0 51.125rem;
        max-width: 51.125rem; } }
.footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.footer .footer-menu ul li.hs-menu-depth-1 {
    width: 100%;
    margin-bottom: 1.5rem; }
@media (min-width: 768px) {
    .footer .footer-menu ul li.hs-menu-depth-1 {
        width: calc(100% / 3);
        margin-bottom: 0; } }
.footer .footer-menu ul li.hs-menu-depth-1 a h5 {
    font-size: 0.888888888889rem;
    margin-bottom: 1rem; }
.footer .footer-menu ul li.hs-menu-depth-1 a:hover {
    text-decoration: none !important; }
.footer .footer-menu ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
    display: block; }
.footer .footer-menu ul li.hs-menu-depth-1 .hs-menu-children-wrapper li {
    margin-bottom: 1rem; }
.footer .footer-menu ul li.hs-menu-depth-1 .hs-menu-children-wrapper li a {
    color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.footer .footer-menu ul li.hs-menu-depth-1 .hs-menu-children-wrapper li a:hover {
    text-decoration: underline !important; }
.footer .social-linkz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem; }
@media (min-width: 768px) {
    .footer .social-linkz {
        margin-top: 0; } }
.footer .social-linkz ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.footer .social-linkz ul li {
    display: inline-block;
    margin-right: 1rem; }
.footer .social-linkz ul li:last-child {
    margin-right: 0; }

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

.footer__copyright,
.policy {
    font-size: 0.888888888889rem; }
.footer__copyright a,
.policy a {
    color: var(--white); }

.policy {
    margin-left: 1rem; }

/* Header DND sections */
.header .dnd-section {
    padding: 0; }

header {
    position: relative;
    width: 100%;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5; }
@media (min-width: 768px) {
    header {
        position: absolute; } }
header .content-wrapper {
    max-width: 1315px; }
header.pin {
    position: fixed;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--white) !important; }
header.pin .header__logo img {
    width: 100px !important; }
header.pin .header__top {
    display: none; }
header .header__top {
    display: none; }
@media (min-width: 1024px) {
    header .header__top {
        display: block;
        margin-bottom: 0.75rem; } }
header .header__top li {
    list-style: none;
    padding: 0;
    margin: 0; }
header .header__top li a {
    font-size: 0.722222222222rem;
    color: var(--white); }
header .mobile-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
@media (min-width: 1024px) {
    header .mobile-btns {
        display: none; } }
header .mobile-btns .search {
    margin-right: 1.125rem; }
header .search-container {
    display: none;
    background-color: var(--grey);
    overflow: hidden;
    padding: 1rem 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10; }
header .search-container .hs-search-field__bar {
    position: relative; }
header .search-container .hs-search-field {
    width: 100%;
    padding: 0 1rem; }
header .search-container .hs-search-field .search-btn {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 15px;
    border-radius: 0;
    border: none;
    font-size: 1.125rem !important;
    text-align: left; }
@media (min-width: 768px) {
    header .search-container .hs-search-field .search-btn {
        position: absolute;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        padding: 6px 15px;
        border-radius: 2px;
        border: none;
        text-align: center; }
    header .search-container .hs-search-field .search-btn svg {
        display: none; } }
header .search-container .hs-search-field__input {
    background-color: var(--white);
    border: none;
    margin: 0 !important; }
header .search-container.is-active {
    display: block;
    width: 100%;
    height: 100vh; }
@media (min-width: 768px) {
    header .search-container.is-active {
        width: auto;
        height: auto; } }

.site-header__center {
    display: none; }
@media (min-width: 1024px) {
    .site-header__center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
.site-header__center > div {
    width: 100%; }

.hamburger {
    background: none !important;
    border: none !important;
    padding: 0; }
@media (min-width: 1024px) {
    .hamburger {
        display: none; } }
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
    background-color: none !important;
    border-color: none !important; }
.hamburger svg {
    width: 65px;
    height: 65px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.hamburger path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: var(--black);
    stroke-dashoffset: 0; }
.hamburger path#bottom,
.hamburger path#top {
    stroke-dasharray: 240px 950px; }
.hamburger path#middle {
    stroke-dasharray: 240px 240px; }
.hamburger.cross path#bottom,
.hamburger.cross path#top {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px; }
.hamburger.cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px; }

/* Logo */
.header__logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    max-width: 125px;
    overflow: hidden; }
@media (min-width: 768px) {
    .header__logo {
        max-width: 150px; } }

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

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

.site-header__center {
    width: 100%; }
.site-header__center nav.primary {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    z-index: 5; }
.site-header__center nav.primary ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 55px; }
.site-header__center nav.primary ul li.parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 55px; }
.site-header__center nav.primary ul li.parent a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem;
    font-size: 0.9375rem;
    font-weight: var(--regular);
    color: var(--dark-blue);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.site-header__center nav.primary ul li.parent a svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 106%;
    left: -105px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--white);
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    min-height: 508px; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu ul {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 30%;
    padding: 1rem 0; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu ul li {
    display: block;
    text-align: left; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu ul li a {
    display: block;
    padding: 1rem 2rem;
    text-decoration: underline !important; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu ul li a.active {
    font-weight: var(--semi-bold); }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu .menu-description-image {
    display: none;
    width: 70%;
    padding: 2rem;
    background-color: var(--grey);
    min-height: 508px; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu .menu-description-image.active {
    display: block; }
.site-header__center nav.primary ul li.parent .primary-dropdown-menu .menu-description-image p {
    padding-right: 5rem;
    line-height: 1.8;
    max-width: 460px;    
}
.site-header__center nav.primary ul li.parent:hover a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.site-header__center nav.primary ul li.parent:hover .primary-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
@media (min-width: 1024px) {
    .site-header__center nav.primary ul li.parent:nth-child(3) {
        margin-right: 0; } }
@media (min-width: 1280px) {
    .site-header__center nav.primary ul li.parent:nth-child(3) {
        margin-right: 10rem; } }
.site-header__center nav.primary ul li.parent:nth-child(4) > a,
.site-header__center nav.primary ul li.parent:nth-child(5) > a {
    color: var(--white); }
.site-header__center nav.primary ul li.contact {
    margin-left: 2rem; }
@media (min-width: 1024px) {
    .site-header__center nav.primary ul li.contact a svg {
        display: none; } }

@media (min-width: 768px) {
    .site-header__center nav.primary ul li.hide-desktop {
        display: none;
    }
}

.mobile_nav {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--white);
    position: fixed;
    top: 6.5rem;
    left: 0;
    width: 100%;
    height: 95vh;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    overflow: auto; }
@media (min-width: 1024px) {
    .mobile_nav {
        display: none; } }
.mobile_nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.mobile_nav ul li.parent {
    background-color: var(--dark-blue);
    border-bottom: 1px solid var(--white); }
.mobile_nav ul li.parent a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1.444444444rem;
    color: var(--white);
    color: var(--white); }
.mobile_nav ul li.parent a svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
.mobile_nav ul li.parent a svg path {
    stroke: var(--white); }
.mobile_nav ul li.parent .primary-dropdown-menu {
    display: none; }
.mobile_nav ul li.parent .primary-dropdown-menu li {
    border-bottom: 1px solid var(--white); }
.mobile_nav ul li.parent .primary-dropdown-menu li a {
    padding: 1rem 1.5rem;
    font-size: 1rem; }
.mobile_nav ul li.parent .primary-dropdown-menu.open {
    display: block;
    left: 0;
    opacity: 1; }
.mobile_nav ul li.parent .primary-dropdown-menu .menu-description-image {
    display: none; }
.mobile_nav ul li.parent.active a svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
.mobile_nav ul li.search-desktop {
    display: none; }
.mobile_nav ul li.contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1.4444444rem;
    color: var(--white); }
.mobile_nav ul li.contact a svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 1.25rem;
    height: 1.25rem; }
.mobile_nav ul.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 1.5rem; }
.mobile_nav ul.social-icons li {
    margin-right: 1rem; }
.mobile_nav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
header.pin .site-header__center nav.primary ul li:nth-child(4) a,
header.pin .site-header__center nav.primary ul li:nth-child(5) a {
    color: var(--dark-blue); }

section.hero-banner {
    position: relative;
    padding-top: calc(6.25rem / 2);
    padding-bottom: calc(6.25rem / 2);
    background-color: transparent;
    background-image: url("https://2399753.fs1.hubspotusercontent-na1.net/hubfs/2399753/bbPress2021/assets/img/mobileCircles.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
@media (min-width: 768px) {
    section.hero-banner {
        padding-top: 12.5rem;
        padding-bottom: 6.25rem;
        background-color: var(--baby-blue); } }
@media (min-width: 1024px) {
    section.hero-banner {
        margin-bottom: 160px;
        background-image: none; } }
section.hero-banner .dark-blue-bg {
    display: none;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 44.1329011345%;
    height: 110%;
    background-color: var(--dark-blue);
    border-bottom-left-radius: 5rem;
    z-index: 0; }
@media (min-width: 1024px) {
    section.hero-banner .dark-blue-bg {
        display: block; } }
section.hero-banner .hero-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    color: var(--dark-blue); }
@media (min-width: 1024px) {
    section.hero-banner .hero-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
@media (min-width: 1024px) and (min-width: 1024px) {
    section.hero-banner .hero-content h1,
    section.hero-banner .hero-content p {
        max-width: 33.375rem; } }
@media (min-width: 1024px) {
    section.hero-banner .hero-content h1 {
        font-weight: var(--semi-bold) !important; }
    section.hero-banner .hero-content p {
        margin-bottom: 3.125rem; } }
@media (min-width: 1024px) and (min-width: 1280px) {
    section.hero-banner .hero-content p {
        font-size: 1.875rem; } }
section.hero-banner .hero-image {
    position: relative;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
@media (min-width: 1024px) {
    section.hero-banner .hero-image {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
section.hero-banner .hero-image .circle {
    display: none;
    position: absolute;
    border-radius: 50rem;
    z-index: 1;
    animation: bounce 4s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate; }
@media (min-width: 1024px) {
    section.hero-banner .hero-image .circle {
        display: block; } }
section.hero-banner .hero-image .circle.orange-circle {
    width: calc(28rem / 2);
    height: calc(28rem / 2);
    top: -2rem;
    left: 0;
    background-color: var(--orange);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 2; }
@media (min-width: 1024px) {
    section.hero-banner .hero-image .circle.orange-circle {
        left: 2rem; } }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.orange-circle {
        width: 19rem;
        height: 19rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.orange-circle {
        width: 19rem;
        height: 19rem; } }
section.hero-banner .hero-image .circle.red-circle {
    width: calc(27.25rem / 2);
    height: calc(27.25rem / 2);
    top: 10rem;
    right: -8rem;
    background-color: var(--red);
    -webkit-animation: bounce 2s infinite alternate;
    animation: bounce 2s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.red-circle {
        width: 27.25rem;
        height: 27.25rem;
        top: 2rem;
        right: -20rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.red-circle {
        right: -30rem; } }
section.hero-banner .hero-image .circle.pink-circle {
    width: calc(7.5rem / 2);
    height: calc(7.5rem / 2);
    bottom: -17rem;
    left: -5rem;
    background-color: var(--pink);
    -webkit-animation: bounce 2.25s infinite alternate;
    animation: bounce 2.25s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.pink-circle {
        width: 5.5rem;
        height: 5.5rem;
        bottom: -22rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.pink-circle {
        width: 5.5rem;
        height: 5.5rem;
        bottom: -22rem; } }
section.hero-banner .hero-image .circle.pink-circle.two {
    width: 2.9375rem;
    height: 2.9375rem;
    top: -12rem;
    left: 14rem; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.pink-circle.two {
        width: 2.9375rem;
        height: 2.9375rem;
        top: -18rem;
        left: 20rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.pink-circle.two {
        width: 2.9375rem;
        height: 2.9375rem;
        top: -13rem;
        left: 23rem; } }
section.hero-banner .hero-image .circle.green-circle {
    width: calc(5.5625rem / 2);
    height: calc(5.5625rem / 2);
    top: -14rem;
    left: 8rem;
    background-color: var(--green);
    -webkit-animation: bounce 3s infinite alternate;
    animation: bounce 3s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.green-circle {
        width: 3.5625rem;
        height: 3.5625rem;
        top: -20rem;
        left: 12rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.green-circle {
        width: 3.5625rem;
        height: 3.5625rem;
        top: -18rem;
        left: 10rem; } }
section.hero-banner .hero-image .circle.green-circle.two {
    top: auto;
    bottom: -15rem;
    left: auto;
    right: 12rem;
    -webkit-animation: bounce 3.25s infinite alternate;
    animation: bounce 3.25s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.green-circle.two {
        bottom: -15rem;
        right: 8rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.green-circle.two {
        bottom: -17rem;
        right: 5rem; } }
section.hero-banner .hero-image .circle.blue-circle {
    width: calc(16.6875rem / 2);
    height: calc(16.6875rem / 2);
    top: -8rem;
    left: 6rem;
    background-color: var(--blue);
    -webkit-animation: bounce 2.5s infinite alternate;
    animation: bounce 2.5s infinite alternate; }
@media (min-width: 1024px) {
    section.hero-banner .hero-image .circle.blue-circle {
        top: -5rem;
        left: 12rem; } }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.blue-circle {
        width: 9.6875rem;
        height: 9.6875rem;
        top: -5rem;
        left: 13rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.blue-circle {
        width: 9.6875rem;
        height: 9.6875rem;
        top: -5rem;
        left: 13rem; } }
section.hero-banner .hero-image .circle.grey-circle {
    width: calc(7.5rem / 2);
    height: calc(7.5rem / 2);
    top: -10rem;
    left: 2rem;
    background-color: var(--grey);
    -webkit-animation: bounce 2.75s infinite alternate;
    animation: bounce 2.75s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.grey-circle {
        width: 5.5rem;
        height: 5.5rem;
        top: -14rem;
        left: 2rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.grey-circle {
        width: 5.5rem;
        height: 5.5rem;
        top: -10rem;
        left: 4rem; } }
section.hero-banner .hero-image .circle.featured-img {
    width: calc(10rem / 2);
    height: calc(10rem / 2);
    bottom: -22rem;
    right: 15rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-animation: bounce 3s infinite alternate;
    animation: bounce 3s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.featured-img {
        width: 9rem;
        height: 9rem;
        bottom: -27rem;
        right: 12rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.featured-img {
        width: 9rem;
        height: 9rem;
        bottom: -27rem;
        right: 12rem; } }
section.hero-banner .hero-image .circle.featured-img.first {
    width: calc(15.0625rem / 2);
    height: calc(15.0625rem / 2);
    top: -7rem;
    right: 2rem;
    bottom: auto;
    -webkit-animation: bounce 3.25s infinite alternate;
    animation: bounce 3.25s infinite alternate; }
@media (min-width: 1280px) {
    section.hero-banner .hero-image .circle.featured-img.first {
        width: 11.0625rem;
        height: 11.0625rem;
        top: -14rem;
        right: 0rem; } }
@media (min-width: 1536px) {
    section.hero-banner .hero-image .circle.featured-img.first {
        width: 11.0625rem;
        height: 11.0625rem;
        top: -8rem;
        right: -4rem; } }

section#page-hero {
    background-image: unset; }
section#page-hero .hero-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    color: var(--dark-blue); }
@media (min-width: 768px) {
    section#page-hero .hero-content {
        -ms-flex: 0 0 70%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -moz-box-flex: 0;
        flex: 0 0 70%;
        max-width: 70%; } }
@media (min-width: 1024px) {
    section#page-hero .hero-content {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
section#page-hero .hero-image .circle {
    display: block; }
section#page-hero .hero-image .circle.orange-circle {
    width: calc(17rem / 2);
    height: calc(17rem / 2);
    top: 5.5rem;
    left: auto;
    right: -2rem;
    background-color: var(--orange);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 2; }
@media (min-width: 768px) {
    section#page-hero .hero-image .circle.orange-circle {
        top: -2rem;
        left: auto;
        right: 5rem; } }
@media (min-width: 1024px) {
    section#page-hero .hero-image .circle.orange-circle {
        width: 19rem;
        height: 19rem;
        top: -2rem;
        left: 0; } }
section#page-hero .hero-image .circle.blue-circle {
    width: calc(5rem / 2);
    height: calc(5rem / 2);
    top: 2.5rem;
    left: 15rem;
    background-color: var(--blue);
    -webkit-animation: bounce 2.5s infinite alternate;
    animation: bounce 2.5s infinite alternate; }
@media (min-width: 768px) {
    section#page-hero .hero-image .circle.blue-circle {
        top: -27rem;
        left: 27rem; } }
@media (min-width: 1024px) {
    section#page-hero .hero-image .circle.blue-circle {
        width: 9.6875rem;
        height: 9.6875rem;
        top: -8rem;
        left: 6rem; } }
section#page-hero .hero-image .circle.grey-circle {
    width: calc(7.5rem / 2);
    height: calc(7.5rem / 2);
    top: 8rem;
    left: 2rem;
    background-color: var(--grey);
    -webkit-animation: bounce 2.75s infinite alternate;
    animation: bounce 2.75s infinite alternate;
    z-index: 2; }
@media (min-width: 768px) {
    section#page-hero .hero-image .circle.grey-circle {
        top: -25rem;
        left: 15rem; } }
@media (min-width: 1024px) {
    section#page-hero .hero-image .circle.grey-circle {
        width: calc(7.5rem / 2);
        height: calc(7.5rem / 2);
        top: -13rem;
        right: -14rem;
        left: unset; } }
section#page-hero .hero-image .circle.pink-circle.two {
    width: 1.938rem;
    height: 1.938rem;
    top: 2rem;
    left: 2rem; }
@media (min-width: 768px) {
    section#page-hero .hero-image .circle.pink-circle.two {
        top: -22rem;
        left: 34rem; } }
@media (min-width: 1024px) {
    section#page-hero .hero-image .circle.pink-circle.two {
        width: 2.9375rem;
        height: 2.9375rem;
        top: -12rem;
        left: 14rem; } }
section#page-hero .hero-image .circle.featured-img {
    width: calc(20rem / 2);
    height: calc(20rem / 2);
    right: 6rem;
    bottom: -10rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-animation: bounce 3s infinite alternate;
    animation: bounce 3s infinite alternate; }
@media (min-width: 768px) {
    section#page-hero .hero-image .circle.featured-img {
        right: 0rem;
        bottom: 4rem; } }
@media (min-width: 1024px) {
    section#page-hero .hero-image .circle.featured-img {
        width: 28rem;
        height: 28rem;
        bottom: -12rem;
        right: 3rem;
        z-index: 0; } }

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px); } }

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px); } }

section.full-width-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 3.75rem;
    border-bottom-right-radius: 3.75rem;
    padding-top: 1rem;
    padding-bottom: 8rem;
    color: var(--white);
    text-align: center; }
@media (min-width: 768px) {
    section.full-width-hero {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
@media (min-width: 1024px) {
    section.full-width-hero {
        padding-top: 12rem;
        padding-bottom: 12rem; } }
section.full-width-hero h1,
section.full-width-hero p {
    color: var(--white); }
@media (min-width: 1024px) {
    section.full-width-hero h1,
    section.full-width-hero p {
        max-width: 43.4375rem;
        margin-left: auto;
        margin-right: auto; } }
section.full-width-hero p {
    font-size: 1.44444444444rem; }
section.full-width-hero .circle {
    display: none;
    position: absolute;
    border-radius: 50rem;
    z-index: 1;
    animation: bounce 4s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate; }
@media (min-width: 1024px) {
    section.full-width-hero .circle {
        display: block; } }
section.full-width-hero .circle.blue-circle-full {
    width: calc(7.6875rem / 2);
    height: calc(7.6875rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--baby-green);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 2; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.blue-circle-full {
        width: 5.6875rem;
        height: 5.6875rem;
        top: 12rem;
        left: 4rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.blue-circle-full {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 12rem;
        left: 12rem; } }
section.full-width-hero .circle.green-circle-full {
    width: calc(5.8125rem / 2);
    height: calc(5.8125rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--green);
    -webkit-animation: bounce 2s infinite alternate;
    animation: bounce 2s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.green-circle-full {
        width: 3.8125rem;
        height: 3.8125rem;
        top: 15rem;
        left: 7rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.green-circle-full {
        width: 5.8125rem;
        height: 5.8125rem;
        top: 16rem;
        left: 16rem; } }
section.full-width-hero .circle.green-circle-full.two {
    width: calc(4.5625rem / 2);
    height: calc(4.5625rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--green);
    -webkit-animation: bounce 2.25s infinite alternate;
    animation: bounce 2.25s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.green-circle-full.two {
        width: 4.5625rem;
        height: 4.5625rem;
        top: 95%;
        left: auto;
        right: 3rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.green-circle-full.two {
        width: 4.5625rem;
        height: 4.5625rem; } }
section.full-width-hero .circle.pink-circle-full {
    width: calc(8.4375rem / 2);
    height: calc(8.4375rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--pink);
    -webkit-animation: bounce 3s infinite alternate;
    animation: bounce 3s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.pink-circle-full {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 5rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.pink-circle-full {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 10rem; } }
section.full-width-hero .circle.pink-circle-full.two {
    display: block;
    width: calc(1.9375rem / 2);
    height: calc(1.9375rem / 2);
    top: 90%;
    right: 7rem;
    background-color: var(--pink);
    -webkit-animation: bounce 3.25s infinite alternate;
    animation: bounce 3.25s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.pink-circle-full.two {
        width: 1.9375rem;
        height: 1.9375rem;
        top: 12rem;
        left: auto;
        right: 15rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.pink-circle-full.two {
        right: 23rem; } }
section.full-width-hero .circle.orange-circle-full {
    display: block;
    width: calc(15.25rem / 2);
    height: calc(15.25rem / 2);
    top: 88%;
    right: -1rem;
    background-color: var(--orange);
    -webkit-animation: bounce 2.75s infinite alternate;
    animation: bounce 2.75s infinite alternate;
    z-index: 1; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.orange-circle-full {
        width: 13.25rem;
        height: 13.25rem;
        top: 12rem;
        left: auto;
        right: -3rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.orange-circle-full {
        width: 15.25rem;
        height: 15.25rem; } }
section.full-width-hero .circle.light-blue-circle-full {
    display: block;
    width: calc(9.6875rem / 2);
    height: calc(9.6875rem / 2);
    top: 102%;
    right: 3rem;
    background-color: var(--blue);
    -webkit-animation: bounce 2.5s infinite alternate;
    animation: bounce 2.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    section.full-width-hero .circle.light-blue-circle-full {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 20rem;
        left: auto;
        right: 4rem; } }
@media (min-width: 1536px) {
    section.full-width-hero .circle.light-blue-circle-full {
        width: 9.6875rem;
        height: 9.6875rem;
        top: 20rem;
        left: auto;
        right: 8rem; } }
section.full-width-hero .featured-img {
    display: block;
    position: absolute;
    top: 110%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    min-height: 14.25rem; }
@media (min-width: 1024px) {
    section.full-width-hero .featured-img {
        top: 125%;
        width: 51.125rem;
        left: 50%;
        margin-left: calc(-51.125rem / 2);
        min-height: 25.9375rem; } }

.popular-articles .intro {
    margin-bottom: 1.4375rem; }
.popular-articles .intro h2 {
    margin-bottom: 0 !important; }
.popular-articles .intro h3.section_title {
    text-transform: uppercase; }
.popular-articles .intro a.view-more {
    display: inline-block;
    font-size: 0.75rem;
    text-decoration: underline !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 27px;
    margin-bottom: 28px;}
@media (min-width: 1024px) {
    .popular-articles .intro a.view-more {
        display: inline-block;
        margin-bottom: unset;} }

.popular-articles button.slick-arrow {
    display: none !important; }

.popular-articles button.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed; }
.popular-articles button.slick-disabled:hover {
    background-color: #0a032c; }

.popular-articles div.tag-icon {
    background: #199170;
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 0.65em;
    padding: 2px 8px;
    text-transform: uppercase;
    margin-bottom: 20px; }

.popular-articles .card {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 1.5rem; }
.popular-articles .card__img {
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 12.3125rem; }
.popular-articles .card__img .tag {
    position: relative;
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.25rem;
    background-color: var(--blue);
    font-size: 0.9375rem;
    color: var(--white);
    min-width: 4.8125rem;
    text-align: center; }
.popular-articles .card__content {
    padding: 1.5rem 0; }
.popular-articles .card__content .card__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-blue); }
.popular-articles .card__content button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    text-decoration: underline !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
.popular-articles .card__content button svg {
    width: 60px;
    height: 18px;
    margin-left: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.popular-articles .card__content button:hover {
    color: var(--blue); }
.popular-articles .card__content button:hover svg {
    margin-left: 0.8rem; }
.popular-articles .card__content button:hover svg path {
    fill: var(--blue); }


section.print-tip .print-tip-bg {
    max-width: 100%;
    padding: 2rem 1.5rem;
    background: url("https://2399753.fs1.hubspotusercontent-na1.net/hubfs/2399753/bbPress2021/assets/img/printTipBG.svg") var(--baby-green);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: calc(6.6875rem / 2); }
@media (min-width: 1024px) {
    section.print-tip .print-tip-bg {
        max-width: 51.125rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6.6875rem; } }
section.print-tip .print-tip-bg h3 {
    font-weight: var(--semi-bold); }
section.print-tip .print-tip-bg p {
    max-width: 38rem; }

@media (max-width: 768px) {
    section.print-tip .print-tip-bg {
        background-image: none;
    }
}

section.download-pdf {
    padding: 2rem 0;
    background-color: var(--dark-blue);
    color: var(--white); }
section.download-pdf h3 {
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--white); }
@media (min-width: 1024px) {
    section.download-pdf h3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(30%);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(30%);
        flex: 0 0 calc(30%); } }
section.download-pdf .text-cta {
    padding-left: 0; }
@media (min-width: 1024px) {
    section.download-pdf .text-cta {
        padding-left: 8rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(70%);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(70%);
        flex: 0 0 calc(70%); } }

section.dual-content-filter .filter-title h2 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }

section.dual-content-filter .sector-filter,
section.dual-content-filter .item-filter {
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media (min-width: 1024px) {
    section.dual-content-filter .sector-filter,
    section.dual-content-filter .item-filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(45%);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(45%);
        flex: 0 0 calc(45%); } }
section.dual-content-filter .sector-filter fieldset,
section.dual-content-filter .item-filter fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0 !important;
    padding: 0 !important; }
section.dual-content-filter .sector-filter fieldset select,
section.dual-content-filter .item-filter fieldset select {
    width: 65%;
    border: 1px solid var(--dark-blue);
    background-color: var(--dark-blue);
    color: var(--white); }

section.four-column-card .card-item {
    -ms-width: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 3rem; }
@media (min-width: 768px) {
    section.four-column-card .card-item {
        -ms-width: 0 0 48%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; } }
@media (min-width: 1024px) {
    section.four-column-card .card-item {
        -ms-width: 0 0 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; } }
@media (min-width: 1280px) {
    section.four-column-card .card-item {
        -ms-width: 0 0 24%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%; } }
section.four-column-card .card-item .card .card_img {
    width: 100%;
    min-height: 20.75rem; }
section.four-column-card .card-item .card .card-body {
    padding: 1rem 0; }
section.four-column-card .card-item .card .card-body .tag-icon {
    min-width: 7.6875rem;
    font-size: 0.9375rem;
    text-align: center; }

/* = pillar side navigation -------------------- */
.pillarNavSticky {
    width: 15%;
    padding: 20px 20px 0px;
    position: fixed;
    top: 180px;
    left: 2%;
    opacity: 0;
    background-color: var(--baby-green);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 10000;
    -webkit-animation: navAppear 1s ease-out;
    animation: navAppear 1s ease-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
}
@media only screen and (max-width: 1450px) {
  .pillarNavSticky {
    width: 11%;
  }
  .pillarNavSticky ul {
    font-size: .7375rem !important;
  }
  .pillarNavSticky ul li {
    padding: 8px 0 !important;
  }
}
.pillarNavSticky ul {
    padding-left: 0;
    font-size: 0.9375rem; }

.pillarNavSticky ul li {
    list-style-type: none;
    padding: 12px 0; }

.pillarNavSticky ul li:last-of-type {
    border-bottom: none; }

@media only screen and (max-width: 1200px) {
    .pillarNavSticky {
        display: none; } }

@media only screen and (max-width: 768px) {
    .pillarNav nav.pillarNavContain {
        display: block; }
    .pillarNav nav.pillarNavContain div {
        margin-bottom: 10px;
        height: 58px; }
    .pillarNav nav.pillarNavContain div:after {
        right: 8px;
        top: 5px;
        width: 37px;
        height: 45px;
        background-size: cover; }
    .pillarNav nav.pillarNavContain div p {
        padding: 20px 15px;
        max-width: 85%; } }

@-webkit-keyframes navAppear {
    from {
        opacity: 0;
        left: -240px; }
    to {
        opacity: 1;
        left: 2%; } }

@keyframes navAppear {
    from {
        opacity: 0;
        left: -240px; }
    to {
        opacity: 1;
        left: 2%; } }


section.pp-content .pp-wrap {
    margin: 0 auto;
    max-width: 51.125rem; }
section.pp-content .pp-wrap .print-terms {
    border-left: 1px solid var(--dark-blue);
    padding-left: 1.5rem; }
section.pp-content .pp-wrap .print-terms h4 {
    font-weight: var(--bold); }

section.pp-content .pp-wrap ul li {
    margin-bottom: 1rem;
}
    

.cta_banner .hs-cta-wrapper.desktop {
    display: none; }
@media (min-width: 1024px) {
    .cta_banner .hs-cta-wrapper.desktop {
        display: block; } }

.cta_banner .hs-cta-wrapper.mobile {
    display: block; }
@media (min-width: 1024px) {
    .cta_banner .hs-cta-wrapper.mobile {
        display: none; } }

.hs-blog-listing header,
.white-logo header,
.hs-blog-post header {
    background-color: var(--dark-blue); }
@media (min-width: 768px) {
    .hs-blog-listing header,
    .white-logo header,
    .hs-blog-post header {
        background-color: transparent; } }
.hs-blog-listing header.pin,
.white-logo header.pin,
.hs-blog-post header.pin {
    background-color: var(--white); }

.hs-blog-listing header .site-header__center nav.primary ul li.parent a,
.white-logo header .site-header__center nav.primary ul li.parent a,
.hs-blog-post header .site-header__center nav.primary ul li.parent a {
    color: var(--white); }

.hs-blog-listing header.pin .site-header__center nav.primary ul li.parent a,
.white-logo header.pin .site-header__center nav.primary ul li.parent a,
.hs-blog-listing header .site-header__center nav.primary .primary-dropdown-menu ul li a,
.white-logo header .site-header__center nav.primary .primary-dropdown-menu ul li a,
.hs-blog-listing header.pin .site-header__center nav.primary .primary-dropdown-menu ul li a,
.white-logo header.pin .site-header__center nav.primary .primary-dropdown-menu ul li a,
.hs-blog-post header.pin .site-header__center nav.primary ul li.parent a,
.hs-blog-post header .site-header__center nav.primary .primary-dropdown-menu ul li a,
.hs-blog-post header.pin .site-header__center nav.primary .primary-dropdown-menu ul li a {
    color: var(--dark-blue) !important; }

.hs-blog-listing header .header__logo svg path,
.white-logo header .header__logo svg path,
.hs-blog-listing header .search svg path,
.white-logo header .search svg path,
.hs-blog-post header .header__logo svg path,
.white-logo header .header__logo svg path,
.hs-blog-post header .search svg path,
.white-logo header .search svg path {
    fill: var(--white); }

.hs-blog-listing header .hamburger svg path,
.white-logo header .hamburger svg path,
.hs-blog-listing header .site-header__center nav.primary ul li.parent a svg path,
.white-logo header .site-header__center nav.primary ul li.parent a svg path,
.hs-blog-post header .hamburger svg path,
.white-logo header .hamburger svg path,
.hs-blog-post header .site-header__center nav.primary ul li.parent a svg path,
.white-logo header .site-header__center nav.primary ul li.parent a svg path {
    stroke: var(--white); }

.hs-blog-listing header.pin .header__logo svg path,
.white-logo header.pin .header__logo svg path,
.hs-blog-listing header.pin .search svg path,
.white-logo header.pin .search svg path,
.hs-blog-post header.pin .header__logo svg path,
.white-logo header.pin .header__logo svg path,
.hs-blog-post header.pin .search svg path,
.white-logo header.pin .search svg path {
    fill: var(--dark-blue); }

.hs-blog-listing header.pin .hamburger svg path,
.white-logo header.pin .hamburger svg path,
.hs-blog-listing header.pin .site-header__center nav.primary ul li.parent a svg path,
.white-logo header.pin .site-header__center nav.primary ul li.parent a svg path,
.hs-blog-post header.pin .hamburger svg path,
.white-logo header.pin .hamburger svg path,
.hs-blog-post header.pin .site-header__center nav.primary ul li.parent a svg path,
.white-logo header.pin .site-header__center nav.primary ul li.parent a svg path {
    stroke: var(--dark-blue); }

.blog-post,
.blog-related-posts {
    padding: 40px 0 80px; }
@media (min-width: 1024px) {
    .blog-post,
    .blog-related-posts {
        padding: 80px 20px; } }

.blog-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--dark-blue);
    border-bottom-left-radius: 3.75rem;
    border-bottom-right-radius: 3.75rem;
    padding-top: 1rem;
    padding-bottom: 8rem;
    color: var(--white);
    text-align: center; }
@media (min-width: 1024px) {
    .blog-header {
        padding-top: 12rem;
        padding-bottom: 12rem; } }
.blog-header h1,
.blog-header h2,
.blog-header h3,
.blog-header h4,
.blog-header h5,
.blog-header h6,
.blog-header p {
    color: var(--white); }
.blog-header h4 {
    font-size: 1.325rem;
    font-weight: 100;
    max-width: 45.9375rem;
    margin-bottom: 0; }
@media (min-width: 1024px) {
    .blog-header h4 {
        font-size: 1.444444rem; } }
.blog-header .circle {
    display: none;
    position: absolute;
    border-radius: 50rem;
    z-index: 1;
    animation: bounce 4s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate; }
@media (min-width: 1024px) {
    .blog-header .circle {
        display: block; } }
.blog-header .circle.blue-circle-blog {
    width: calc(7.6875rem / 2);
    height: calc(7.6875rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--blue);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 2; }
@media (min-width: 1280px) {
    .blog-header .circle.blue-circle-blog {
        width: 5.6875rem;
        height: 5.6875rem;
        top: 12rem;
        left: 4rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.blue-circle-blog {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 12rem;
        left: 12rem; } }
.blog-header .circle.red-circle-blog {
    width: calc(5.8125rem / 2);
    height: calc(5.8125rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--red);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .blog-header .circle.red-circle-blog {
        width: 3.8125rem;
        height: 3.8125rem;
        top: 15rem;
        left: 7rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.red-circle-blog {
        width: 5.8125rem;
        height: 5.8125rem;
        top: 16rem;
        left: 16rem; } }
.blog-header .circle.pink-circle-blog {
    width: calc(8.4375rem / 2);
    height: calc(8.4375rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--pink);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .blog-header .circle.pink-circle-blog {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 5rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.pink-circle-blog {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 10rem; } }
.blog-header .circle.pink-circle-blog.two {
    display: block;
    width: calc(1.9375rem / 2);
    height: calc(1.9375rem / 2);
    top: 90%;
    right: 7rem;
    background-color: var(--pink);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .blog-header .circle.pink-circle-blog.two {
        width: 1.9375rem;
        height: 1.9375rem;
        top: 12rem;
        left: auto;
        right: 15rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.pink-circle-blog.two {
        right: 23rem; } }
.blog-header .circle.green-circle-blog {
    display: block;
    width: calc(15.25rem / 2);
    height: calc(15.25rem / 2);
    top: 88%;
    right: -1rem;
    background-color: var(--green);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 1; }
@media (min-width: 1280px) {
    .blog-header .circle.green-circle-blog {
        width: 13.25rem;
        height: 13.25rem;
        top: 12rem;
        left: auto;
        right: -3rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.green-circle-blog {
        width: 15.25rem;
        height: 15.25rem; } }
.blog-header .circle.green-circle-blog.two {
    width: calc(4.5625rem / 2);
    height: calc(4.5625rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--baby-green);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .blog-header .circle.green-circle-blog.two {
        width: 4.5625rem;
        height: 4.5625rem;
        top: 95%;
        left: auto;
        right: 3rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.green-circle-blog.two {
        width: 4.5625rem;
        height: 4.5625rem; } }
.blog-header .circle.light-blue-circle-blog {
    display: block;
    width: calc(9.6875rem / 2);
    height: calc(9.6875rem / 2);
    top: 102%;
    right: 3rem;
    background-color: var(--baby-blue);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .blog-header .circle.light-blue-circle-blog {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 20rem;
        left: auto;
        right: 4rem; } }
@media (min-width: 1536px) {
    .blog-header .circle.light-blue-circle-blog {
        width: 9.6875rem;
        height: 9.6875rem;
        top: 20rem;
        left: auto;
        right: 8rem; } }

/* Blog listing */
@media (min-width: 1024px) {
    .intro-wrapper {
        padding-left: 1rem;
        padding-right: 1rem; } }

.intro-wrapper h3 {
    font-size: 1.875rem;
    font-weight: var(--semi-bold);
    max-width: 60rem; }

.intro-wrapper p {
    max-width: 57rem; }

.blog-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.blog-index h2.featured-heading {
    display: block;
    width: 100%;
    font-size: 18px; }
@media (min-width: 1024px) {
    .blog-index h2.featured-heading {
        padding: 0 1rem; } }

.blog-index__post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1.4rem 0; }
@media (min-width: 768px) {
    .blog-index__post {
        padding: 1.4rem 1rem; } }

@media screen and (min-width: 768px) {
    .blog-index__post--small {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2); } }

@media screen and (min-width: 1000px) {
    .blog-index__post--small {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 4);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4); } }

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%; } }

.blog-index__post--large {
    position: relative; }

.blog-index__post--large:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -425px;
    bottom: -75px;
    background: #e82f89;
    border-radius: 100%;
    z-index: -1; }

.blog-index__post-image--large {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0 0;
    position: relative;
    width: 100%; }
@media (min-width: 1024px) {
    .blog-index__post-image--large {
        background-size: 75% 100%;
        background-position: unset;
        padding: 80px 0 80px; } }

.blog-index__post-content--large {
    background: #fff;
    padding: 40px 20px;
    width: unset;
    min-height: unset; }
@media (min-width: 1024px) {
    .blog-index__post-content--large {
        padding: 40px 45px;
        width: 610px;
        float: right;
        min-height: 449px; } }
.blog-index__post-content--large h2 {
    font-size: 1.875rem;
    font-weight: var(--regular); }
.blog-index__post-content--large p {
    margin-bottom: 5.3125rem; }
.blog-index__post-content--large .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px; }
.blog-index__post-content--large .read-more svg {
    margin-left: 10px;
    transition: margin-left .3s ease-in-out;}
.blog-index__post-content--large .read-more:hover svg {
    margin-left: 20px; }

.blog-index__post-image--small {
    display: block;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 11.5625rem; }

@media screen and (min-width: 768px) {
    .blog-index__post-image-wrapper--large {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 48%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%; }
    .blog-index__post-content--large {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 48%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        padding-left: 2rem; }
    .blog-index__post-content--full-width {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 0; } }

.blog-index__post-title {
    font-size: 1.25rem; }

.blog-index__post-timestamp {
    display: block; }

.blog-index__post-author {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.blog-index__post-author-image {
    border-radius: 50%;
    height: auto;
    margin-right: 0.35rem;
    width: 30px; }

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
    margin: 0 0 0.7rem; }

/* Blog pagination */
.blog-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.blog-pagination__link {
    border: 2px solid transparent;
    border-radius: 7px;
    line-height: 1;
    margin: 0 0.1rem;
    padding: 0.25rem 0.4rem;
    text-decoration: none; }

.blog-pagination__link--active {
    color: #E82F89 !important; }

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

.blog-pagination__prev-link {
    margin-right: 0.25rem; }

.blog-pagination__next-link {
    margin-left: 0.25rem; }

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
    color: #b0c1d4;
    cursor: default;
    pointer-events: none; }

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
    margin: 0 0.3rem; }

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
    fill: #b0c1d4; }

@media (max-width: 767px) {
    .blog-pagination__number-link {
        display: none; } }

.tag-icon {
    width: auto;
    display: inline-block;
    background: #199170;
    color: #fff;
    font-size: 0.65em;
    padding: 2px 8px;
    text-transform: uppercase;
    margin-bottom: 20px; }

.tag-icon.event-marketing-bg,
.tag-icon.event-planning-bg {
    background-color: #e82f89; }

.tag-icon.brochure-printing-bg,
.tag-icon.print-tips-bg,
.tag-icon.business-printing-bg {
    background-color: #ef8838; }

.tag-icon.showcase-bg,
.tag-icon.opinion-bg {
    background-color: #4691af; }

.tag-icon.how-to-bg {
    background-color: #0a032c; }

.filter {
    display: none;
    width: 100%; }
@media (min-width: 1024px) {
    .filter {
        display: block;
        padding: 0 1rem;
        margin: 4.0625rem 0; } }
.filter h3 {
    font-size: 18px; }
.filter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.filter ul li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--dark-blue);
    font-size: 15px;
    color: var(--dark-blue);
    min-width: 7.8125rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }
.filter ul li a.active {
    background-color: var(--dark-blue);
    color: var(--white); }

.filter-mob {
    display: block;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: 5rem; }
@media (min-width: 1024px) {
    .filter-mob {
        display: none; } }
.filter-mob h3 {
    font-size: 18px; }
.filter-mob select {
    -webkit-appearance: none;
    width: 100%;
    height: 75%;
    padding: 0 1rem;
    background: url('https://2399753.fs1.hubspotusercontent-na1.net/hubfs/2399753/bbPress2021/assets/img/downArrow@2x.png'), var(--dark-blue);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: right 15px center;
    border-radius: 0;
    border: 0;
    color: var(--white); }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .filter-mob select {padding-right: 18px}
}

/* Blog post */
section.single-blog-hero {
    position: relative; }
section.single-blog-hero .blog-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
section.single-blog-hero .blog-header__inner .blog-post__tags {
    margin-bottom: 1.5rem; }
section.single-blog-hero .blog-header__inner .blog-post__tags a {
    color: var(--white);
    text-transform: uppercase; }
section.single-blog-hero .blog-header__inner h1 {
    max-width: 60rem; }
section.single-blog-hero .blog-header__inner h2,
section.single-blog-hero .blog-header__inner h3,
section.single-blog-hero .blog-header__inner h4,
section.single-blog-hero .blog-header__inner h5,
section.single-blog-hero .blog-header__inner h6,
section.single-blog-hero .blog-header__inner p {
    max-width: 50.125rem; }
section.single-blog-hero .blog-header__inner .featured-img {
    display: block;
    position: absolute;
    top: 110%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    min-height: 14.25rem; }
@media (min-width: 1024px) {
    section.single-blog-hero .blog-header__inner .featured-img {
        top: 125%;
        width: 51.125rem;
        min-height: 25.9375rem; } }

.hs-blog-post .blog-post {
    padding: 180px 0 80px; }
@media (min-width: 1024px) {
    .hs-blog-post .blog-post {
        padding-top: 20rem; } }
.hs-blog-post .blog-post img {
    width: 920px !important; }
.hs-blog-post .blog-post h2 {
    border-top: 1px solid #c2c0cb;
    padding-top: 2rem;
    margin-top: 3rem; }

.blog-post {
    margin: 0 auto;
    max-width: 51.125rem;
    padding-top: 12rem; }
@media (min-width: 1024px) {
    .blog-post {
        padding-top: 23rem; } }
.blog-post img {
    width: 920px !important; }
.blog-post h2 {
    border-top: 1px solid #c2c0cb;
    padding-top: 2rem;
    margin-top: 3rem; }

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

.blog-post__meta a {
    text-decoration: underline; }

.blog-post__timestamp {
    display: block; }

.blog-post__tags svg {
    height: auto;
    margin-right: 10px;
    width: 15px; }

.blog-post__tag-link {
    font-size: 0.875rem; }

/* Blog related posts */
.blog-recent-posts h2 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }
.blog-recent-posts h2 a {
    font-size: 1rem;
    text-transform: capitalize;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
    .blog-recent-posts h2 a {
        position: absolute;
        bottom: 40px;
        left: 40%;
    }
}

.blog-recent-posts .blog-recent-posts__post {
    width: 100%;
    border-radius: 1.25rem;
    margin-bottom: 1.5rem; }
@media (min-width: 1024px) {
    .blog-recent-posts .blog-recent-posts__post {
        width: calc(95% / 4); } }
.blog-recent-posts .blog-recent-posts__post .blog-recent-posts__image {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 11.5rem; }
.blog-recent-posts .blog-recent-posts__post .post-body {
    padding: 2rem 0; }
.blog-recent-posts .blog-recent-posts__post .post-body .blog-post__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    margin-bottom: 2.1875rem; }
.blog-recent-posts .blog-recent-posts__post .post-body .blog-post__meta a {
    margin-right: 0.75rem; }
.blog-recent-posts .blog-recent-posts__post .post-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: var(--semi-bold); }
.blog-recent-posts .blog-recent-posts__post .post-body .read-more {
    display: block;
    font-size: 0.9375rem;
    margin-top: 1.5rem; }
.blog-recent-posts .blog-recent-posts__post .post-body .read-more svg {
    margin-left: 10px;
    transition: margin-left .3s ease-in-out;}
.blog-recent-posts .blog-recent-posts__post .post-body .read-more:hover svg {
    margin-left: 20px; }
.blog-recent-posts .blog-recent-posts__post:hover {
    text-decoration: none; }

/* Blog comments */
.blog-comments {
    margin: 0 auto;
    max-width: 680px; }

.blog-comments .hs-submit {
    text-align: center; }

.blog-comments .comment-reply-to {
    border: 0 none; }

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
    background-color: transparent;
    text-decoration: underline; }

.blog-index__post-content--small h2,
.blog-index__post-content--small-overflow h2 {
    font-size: 1rem;
    font-weight: var(--semi-bold); }

.case-studies .blog-header .circle {
    display: none;
    position: absolute;
    border-radius: 50rem;
    z-index: 1;
    animation: bounce 4s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate; }
@media (min-width: 1024px) {
    .case-studies .blog-header .circle {
        display: block; } }
.case-studies .blog-header .circle.blue-circle-case {
    width: calc(7.6875rem / 2);
    height: calc(7.6875rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--baby-green);
    -webkit-animation: bounce 1.5s infinite alternate;
    animation: bounce 1.5s infinite alternate;
    z-index: 2; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.blue-circle-case {
        width: 5.6875rem;
        height: 5.6875rem;
        top: 12rem;
        left: 4rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.blue-circle-case {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 12rem;
        left: 12rem; } }
.case-studies .blog-header .circle.green-circle-case {
    width: calc(5.8125rem / 2);
    height: calc(5.8125rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--green);
    -webkit-animation: bounce 2s infinite alternate;
    animation: bounce 2s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.green-circle-case {
        width: 3.8125rem;
        height: 3.8125rem;
        top: 15rem;
        left: 7rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.green-circle-case {
        width: 5.8125rem;
        height: 5.8125rem;
        top: 16rem;
        left: 16rem; } }
.case-studies .blog-header .circle.green-circle-case.two {
    width: calc(4.5625rem / 2);
    height: calc(4.5625rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--green);
    -webkit-animation: bounce 2.25s infinite alternate;
    animation: bounce 2.25s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.green-circle-case.two {
        width: 4.5625rem;
        height: 4.5625rem;
        top: 95%;
        left: auto;
        right: 3rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.green-circle-case.two {
        width: 4.5625rem;
        height: 4.5625rem; } }
.case-studies .blog-header .circle.pink-circle-case {
    width: calc(8.4375rem / 2);
    height: calc(8.4375rem / 2);
    top: 100%;
    right: 0;
    background-color: var(--pink);
    -webkit-animation: bounce 2.75s infinite alternate;
    animation: bounce 2.75s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.pink-circle-case {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 5rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.pink-circle-case {
        width: 8.4375rem;
        height: 8.4375rem;
        top: 85%;
        left: 10rem; } }
.case-studies .blog-header .circle.pink-circle-case.two {
    display: block;
    width: calc(1.9375rem / 2);
    height: calc(1.9375rem / 2);
    top: 90%;
    right: 7rem;
    background-color: var(--pink);
    -webkit-animation: bounce 2.45s infinite alternate;
    animation: bounce 2.45s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.pink-circle-case.two {
        width: 1.9375rem;
        height: 1.9375rem;
        top: 12rem;
        left: auto;
        right: 15rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.pink-circle-case.two {
        right: 23rem; } }
.case-studies .blog-header .circle.orange-circle-case {
    display: block;
    width: calc(15.25rem / 2);
    height: calc(15.25rem / 2);
    top: 88%;
    right: -1rem;
    background-color: var(--orange);
    -webkit-animation: bounce 3s infinite alternate;
    animation: bounce 3s infinite alternate;
    z-index: 1; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.orange-circle-case {
        width: 13.25rem;
        height: 13.25rem;
        top: 12rem;
        left: auto;
        right: -3rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.orange-circle-case {
        width: 15.25rem;
        height: 15.25rem; } }
.case-studies .blog-header .circle.light-blue-circle-case {
    display: block;
    width: calc(9.6875rem / 2);
    height: calc(9.6875rem / 2);
    top: 102%;
    right: 3rem;
    background-color: var(--blue);
    -webkit-animation: bounce 2.75s infinite alternate;
    animation: bounce 2.75s infinite alternate;
    z-index: 0; }
@media (min-width: 1280px) {
    .case-studies .blog-header .circle.light-blue-circle-case {
        width: 7.6875rem;
        height: 7.6875rem;
        top: 20rem;
        left: auto;
        right: 4rem; } }
@media (min-width: 1536px) {
    .case-studies .blog-header .circle.light-blue-circle-case {
        width: 9.6875rem;
        height: 9.6875rem;
        top: 20rem;
        left: auto;
        right: 8rem; } }

.case-studies .blog-index__post--small.desktop {
    display: none; }
@media screen and (min-width: 768px) {
    .case-studies .blog-index__post--small.desktop {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2); } }
@media screen and (min-width: 1000px) {
    .case-studies .blog-index__post--small.desktop {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% / 2);
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2); } }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small {
    min-height: 24.5625rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;}
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    min-height: 24.5625rem;
    color: var(--white);
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
@media (min-width: 1024px) {
    .case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small {
        padding: 3rem; } }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small .tag-icon {
    font-size: 15px; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small h2,
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small a {
    color: var(--white); }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small h2:hover,
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small a:hover {
    text-decoration: none; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small h2 {
    font-size: 1.875rem; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small svg {
    margin-left: 1.5rem; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small svg path {
    fill: var(--white); }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow {
    display: none;
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    min-height: 24.5625rem;
    color: var(--white);
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
@media (min-width: 1024px) {
    .case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow {
        padding: 3rem; } }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow .tag-icon {
    font-size: 15px;
    padding: 0; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow h2,
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow a {
    color: var(--white); }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow h2:hover,
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow a:hover {
    text-decoration: none; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow h2 {
    font-size: 1.875rem; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow svg {
    margin-left: 10px;
    transition: margin-left .3s ease;}
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow:hover svg {
    margin-left: 20px; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow svg path {
    fill: var(--white); }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small:hover .blog-index__post-content--small {
    display: none; }
.case-studies .blog-index__post--small.desktop .blog-index__post-image--small:hover .blog-index__post-content--small-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.case-studies .blog-index__post--small.mobile {
    display: block; }
@media (min-width: 768px) {
    .case-studies .blog-index__post--small.mobile {
        display: none; } }
.case-studies .blog-index__post--small.mobile .blog-index__post-image {
    display: block;
    height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    min-height: 11.5625rem;
    margin-bottom: 0; }
.case-studies .blog-index__post--small.mobile .tag-icon {
    padding: 1.5rem;
    margin-bottom: 0; }
.case-studies .blog-index__post--small.mobile .tag-icon h2 {
    color: var(--white); }
.case-studies .blog-index__post--small.mobile .tag-icon .tag {
    width: auto;
    display: inline-block;
    background: #199170;
    color: #fff;
    font-size: 0.9375rem;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px; }
.case-studies .blog-index__post--small.mobile .tag-icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white); }
.case-studies .blog-index__post--small.mobile .tag-icon a svg {
    margin-left: 1.5rem; }
.case-studies .blog-index__post--small.mobile .tag-icon a svg path {
    fill: var(--white); }

.case-study-intro {
    padding-top: 3rem;
    border-top: 1px solid #c2c0cb; }
.case-study-intro ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.case-study-intro ul li {
    margin-bottom: 0.75rem; }

.blog-post__body .stat-box,
.pp-wrap .stat-box {
    padding: 5rem;
    width: 100%;
    background-color: #E5353A;
    text-align: center;
    color: #fff;
}

.stat-box.blue {
    background-color: #4691AF;
}

.stat-box.blue a {
    color: #fff!imoprtant;
    text-decoration: none!important;
}

.stat-box.dark {
    background-color: #0A032C;
    text-align: left;
}

.stat-box.tip {
    background-color: #D9E7E0;
    text-align: left;
}

.pp-wrap .stat-box {
    margin-bottom: 2rem;
}

.blog-post__body .stat-box .stat,
.pp-wrap .stat-box .stat {
    display: block;
    font-size: 64px;
    font-weight: 700;
}

.blog-post__body .stat-box strong,
.pp-wrap .stat-box strong {
    display: block;
    font-size: 20px;
}

.blog-post__body .stat-box strong,
.blog-post__body .stat-box p,
.pp-wrap .stat-box strong,
.pp-wrap .stat-box p {
    color: #fff;
    margin-bottom: 1rem;
}

.stat-box.tip strong,
.stat-box.tip p,
.stat-box.tip a {
   color: #0A032C;
}

.case-recent-posts h2 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }
.case-recent-posts h2 a {
    font-size: 1rem;
    text-transform: capitalize;
    text-decoration: underline; }

.case-recent-posts .blog-recent-posts__post {
    width: 100%;
    border-radius: 1.25rem;
    margin-bottom: 1.5rem; }
@media (min-width: 1024px) {
    .case-recent-posts .blog-recent-posts__post {
        width: calc(95% / 2); } }
.case-recent-posts .blog-recent-posts__post .blog-recent-posts__image {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 24.5625rem; }
.case-recent-posts .blog-recent-posts__post .post-body,
.case-recent-posts .blog-recent-posts__post .post-body-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    min-height: 24.5625rem; }
@media (min-width: 1024px) {
    .case-recent-posts .blog-recent-posts__post .post-body,
    .case-recent-posts .blog-recent-posts__post .post-body-overflow {
        padding: 3rem; } }
.case-recent-posts .blog-recent-posts__post .post-body .tag-icon,
.case-recent-posts .blog-recent-posts__post .post-body-overflow .tag-icon {
    font-size: 15px; }
.case-recent-posts .blog-recent-posts__post .post-body h3,
.case-recent-posts .blog-recent-posts__post .post-body-overflow h3 {
    font-size: 1.875rem;
    font-weight: var(--semi-bold);
    color: var(--white); }
.case-recent-posts .blog-recent-posts__post .post-body .read-more,
.case-recent-posts .blog-recent-posts__post .post-body-overflow .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem; }
.case-recent-posts .blog-recent-posts__post .post-body .read-more svg,
.case-recent-posts .blog-recent-posts__post .post-body-overflow .read-more svg {
    margin-left: 10px;
    transition: margin-left .3s ease-in-out;}
.case-recent-posts .blog-recent-posts__post .post-body .read-more:hover svg,
.case-recent-posts .blog-recent-posts__post .post-body-overflow .read-more:hover svg {
    margin-left: 20px;}
.case-recent-posts .blog-recent-posts__post .post-body .read-more svg path,
.case-recent-posts .blog-recent-posts__post .post-body-overflow .read-more svg path {
    fill: var(--white); }
.case-recent-posts .blog-recent-posts__post .post-body-overflow {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
.case-recent-posts .blog-recent-posts__post .post-body-overflow.tag-icon {
    margin-bottom: 0; }
.case-recent-posts .blog-recent-posts__post .post-body-overflow .tag-icon {
    font-size: 15px;
    padding: 0; }
.case-recent-posts .blog-recent-posts__post:hover {
    text-decoration: none; }
.case-recent-posts .blog-recent-posts__post:hover .post-body {
    display: none; }
.case-recent-posts .blog-recent-posts__post:hover .post-body-overflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}
@media (max-width: 767px) {
    .careers-listing .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small,
    .case-recent-posts .blog-recent-posts__post .post-body {
        display: block;
        min-height: 250px;
    }
    .case-recent-posts .blog-recent-posts__post .post-body-overflow,
    .careers-listing .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small-overflow {
        display: block;
    }
    .careers-listing .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small h2,
    .careers-listing .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small p,
    .careers-listing .blog-index__post--small.desktop .blog-index__post-image--small .blog-index__post-content--small .tag-icon,
    .case-recent-posts .blog-recent-posts__post .post-body .tag-icon,
    .case-recent-posts .blog-recent-posts__post .post-body h3 {
        display: none;
    }
    .careers-listing .blog-index__post-image,
    .blog-recent-posts__image {
        background-blend-mode: lighten;
    }
    .cs-view-all {
        right: unset !important;
        top: unset !important;
        bottom: 15px;
        left: 40%;
    }
    .careers .blog-index__post {
        display: block !important;
    }
}
.cs-view-all {
    position: absolute;
    right: 0;
    top: -2px;
}

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

.error-page:before {
    color: #f3f6f9;
    content: attr(data-error);
    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; } }

/* System pages */
.systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4rem; }

.systems-page--search-results {
    max-width: 100%; }

.systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0; }

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

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

.systems-page form input[type="submit"] {
    margin: 0.625rem 0;
    display: block; }

/* Search pages */
.hs-search-results__title {
    color: #0a032c;
    font-family: Rubik;
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline; }

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

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

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

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 3px; }

.systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.625rem; }

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

.backup-unsubscribe input[type="email"] {
    font-size: 0.875rem !important;
    margin-bottom: 1.4rem;
    padding: 0.7rem !important; }

/* Subscription preferences */
#email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed; }

#email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed; }

/* Membership pages */
#hs-membership-form a[class*="show-password"] {
    font-size: 0.75rem; }

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0; }

.form-input-validation-message ul.hs-error-msgs li {
    margin: 0; }

.case-study-intro .client-logo img {
    width: auto!important;
}

.cta_button.arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-decoration: none!important;
    transition: margin-left .3s ease-in-out;
}

.cta_button.arrow:hover svg {
    margin-left: 20px;
    transition: margin-left .3s ease-in-out;
}

.cta_button svg {
    margin-left: 10px;
}

.cta_button.pink-arrow {
    color: #fff;    
}

.cta_button.pink-arrow svg path {
    fill: #E82F89;
}



section.image-gallery {
    position: relative;
}

@media only screen and (min-width: 768px) {
    section.image-gallery .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.image-gallery .gallery div.img-slide {
        flex: 1 1 30%;
        margin-right: 1%;
        margin-bottom: 10px;
    }
}

section.image-gallery svg.slick-arrow {
    position: absolute;
    top: 115%;
}

section.image-gallery svg.slick-arrow.next {
    right: 0;
}

section.image-gallery svg.slick-arrow path {
    fill: #fff;
}

@media only screen and (max-width: 767px) {
    .switchback-mob-reverse > .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }
}


/*  Additional module CSS */

section.accordion .wrap {
    width: 100%;
}

section.accordion h3 {
    font-size: 1.66666666667rem;
    font-weight: var(--semi-bold);
}

dl.accordion {
    border-bottom: 1px solid #0a032c;
}
.accordion a dt {
    font-weight: 600;
    display: block;
    position: relative;
}
.accordion a dt span {
    max-width: 93%;
    display: block;
}
.accordion a dt:before,
.accordion a dt.expand:before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #e82f89;
    color: #fff;
    content: "+";
    border-radius: 100%;
    padding: 0 6px;
    transition: background-color 0.3s ease;
}

.accordion a dt.expand:before,
.accordion a dt.active:before {
    background-color: #0a032c;
    content: "-";
    padding: 0 6.5px;
}

@media screen and (min-width: 768px) {
    .accordion a dt:before,
    .accordion a dt.expand:before {
        width: 30px;
        height: 30px;
        padding: 4px 10px;
    }
    .accordion a dt.active:before{
        padding: 4px 12px;
    }
}



.accordion a dt,
.accordion dd {
    padding: 25px 0;
    border-top: 1px solid #0a032c;
    border-bottom: 0;
    font-size: 0.8em;
}
.accordion a dt,
.accordion dd a {
    color: #0a032c;
}
.accordion dd {
    border-top: 0;
    margin-left: 0;
    padding-top: 0px;
    display:none;
}

.accordion dd.active {
    display: block;
}
.accordion dd:last-of-type {
    border-top: 0;
    position: relative;
}

section.anchor-link-menu section.anchor-contain-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
section.anchor-link-menu section.anchor-contain-desktop a {
  display: flex;
  padding-right: 3%;
  text-decoration: underline;
  font-size: 0.7em;
}
section.anchor-link-menu section.anchor-contain-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  section.anchor-link-menu section.anchor-contain-desktop {
    display: none;
  }
  section.anchor-link-menu section.anchor-contain-mobile {
    display: block;
  }
  section.anchor-link-menu section.anchor-contain-mobile select {
    background: #0A032C;
    border: none;
    height: 45px;
    min-width: 95%;
    color: #fff;
    padding: 6px 15px;
    -webkit-appearance: none;
  }
}


a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


section.two-col-banner-contain {
    margin-bottom: 5rem;
    color: #fff;
}

section.two-col-banner-contain h2 {
    color: #fff;
}

.two-col-banner {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

@media screen and (min-width: 1024px) {
    .two-col-banner {
        padding-top: 70px;
        padding-bottom: 60px;
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (min-width: 1280px) {
    .two-col-banner .column-left {
        width: 31.623931624%;
    }
    .two-col-banner .column-right {
        width: 65.81196581200001%;
    }
}

.call-out-banner {
   position: relative;
}
.call-out-banner .text {
   padding: 75px 75px 50px;
   width: 70%;
   min-height: 300px;
   float: left;
   position: relative;
}
.call-out-banner .text .text-inner {
   float: right;
   margin-right: 250px;
   max-width: 600px;
}

@media only screen and (min-width: 768px) {
   .call-out-banner .text .text-inner {
      margin-right: 30px;
   }
}

@media only screen and (min-width: 1280px) {
   .call-out-banner .text .text-inner {
      margin-right: 250px;
   }
}

.call-out-banner .text .text-inner p {
   font-size: 30px;
}
.call-out-banner .image-space {
   width: 30%;
   float: left;
}
.call-out-banner .image-abs {
   position: absolute;
   right: -300px;
   top: -70px;
   max-width: 600px;
}

@media only screen and (min-width: 768px) {
   .call-out-banner .image-abs {
      max-width: 400px;
   }
}

@media only screen and (min-width: 1280px) {
   .call-out-banner .image-abs {
      max-width: 600px;
   }
}

@media only screen and (max-width: 767px) {
   .call-out-banner .image-abs {
      right: unset;
      left: 30px;
      top: -70px;
      max-width: 200px;
   }
   .call-out-banner .text {
      padding: 130px 30px 40px;
      margin-top: 100px;
      width: 100%;
      min-height: unset;
   }
   .call-out-banner .text .text-inner {
      font-size: 1em;
      max-width: unset;
   }
   .call-out-banner .text .text-inner p {
      line-height: 1.4em;
      font-size: 24px;
   }
   .call-out-banner .text .text-inner {
      margin-right: unset;
   }
}


.call-out-grid {
    padding: 60px 0 60px;
}

.call-out-grid.bb_white_bg {
    padding: 0;
}

.call-out-grid .wrap {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

@media screen and (min-width: 1024px) {
    .call-out-grid,
    .call-out-grid.bb_white_bg {
        padding: 60px 0 80px;
    }
}

.call-out-grid .description {
    max-width: 800px;
    padding-bottom: 20px;
}
.call-out-grid.bb_dark_blue_bg h2,
.call-out-grid.bb_dark_blue_bg p,
.call-out-grid.bb_dark_blue_bg a {
    color: #fff;
}
.call-out-grid.bb_dark_blue_bg .additional a {
    text-decoration: underline;
}
.call-out-grid-contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.call-out-grid-contain .grid-item {
    font-weight: 600;
    margin-bottom: 15px;
    border: 2px solid #0a032c;
    background-color: #fff;
    padding: 20px;
    transition: all 0.3s ease;
}
.call-out-grid.bb_dark_blue_bg .grid-item {
    border: 2px solid #fff;
    background-color: #0a032c;
    color: #fff;
}
.call-out-grid .grid-item.link-added:hover {
    border-color: #4691af;
    background-color: #4691af;
    cursor: pointer;
}
.call-out-grid .grid-item a {
    font-weight: 600;
}
.call-out-grid-contain.twocol .grid-item {
    flex: 1 1 49%;
    margin-right: 1%;
}
.call-out-grid-contain.threecol .grid-item {
    flex: 1 1 30%;
    margin-right: 1%;
}
@media (max-width: 767px) {
    .call-out-grid-contain {
        display: block;
    }
    .call-out-grid-contain .grid-item {
        margin-bottom: 12px;
    }
}


.cards {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
}

.cards__card {
   align-items: center;
   align-self: flex-start;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 1.4rem;
   max-width: 100%;
   width: 250px;
}

.card__image {
   height: auto;
   margin: 0 auto;
   max-width: 100%;
   padding: 0.7rem 10px;
}

.card__text {
   padding: 0 10px;
   text-align: center;
   width: 100%;
}


.card-slider-contain .wrap {
    width: 100%;
}

.card-slider .slick-list {
    overflow: visible;
}
.card-slider .card {
    height: 417px;
    margin-right: 10px;
    padding: 25px 30px;
    color: #fff;
    position: relative;
}
.card-slider .card.img-ver:hover {
    background-image: none !important;
}
.card-slider .card.img-ver div.desc {
    opacity: 0;
    padding-top: 10px;
    transition: opacity 0.3s ease, padding-top 0.3s ease;
}
.card-slider .card.img-ver:hover div.desc {
    opacity: 1;
    padding-top: 0px;
}

.card-slider .card a {
    color: var(--pink);
}

.card-slider .card a.card-link {
    display: flex;
    font-size: .75em;
    position: absolute;
    bottom: 20px;
    left: 35px;
    transition: left 0.3s ease;
    color: #fff;
}

.card-slider .card a.card-link svg {
    margin-left: 10px;
    transition: margin-left .3s ease;
}

.card-slider .card a.card-link:hover svg {
    margin-left: 20px;
}

.card-slider .card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.card-slider svg.slick-arrow {
    position: absolute;
    right: 40px;
    top: -55px;
    padding: 7px 13px;
    width: 60px;
    height: 30px;
}
.card-slider svg.slick-arrow:last-of-type {
    right: -12px;
}

.careers-listing {
  display: flex;
}
.careers-listing h2.no-vacancy {
  padding-left: 18px;
}
.careers-listing h3.careers-title {
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .careers-listing h3.careers-title {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}

.case-slider {
    position: relative;
}
.case-slider:before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    right: -425px;
    bottom: -75px;
    background: #E82F89;
    border-radius: 100%;
}
.case-slider svg.slick-arrow {
    position: absolute;
    right: 40px;
    top: -46px;
    padding: 7px 13px;
    width: 60px;
    height: 30px;
}
.case-slider svg.slick-arrow:last-of-type {
    right: -12px;
}
.case-slider .case {
    background-size: 75% 100%;
    background-repeat: no-repeat;
    padding: 80px 0 100px;
    position: relative;
}
.case-slider .case .content {
    background: #fff;
    padding: 40px 45px;
    width: 600px;
    min-height: 400px;
    float: right;
}
.case-slider .case .content a.card-link {
    font-size: 0.75em;
}
.case-slider .case .content a.card-link svg {
    margin-left: 10px;
    margin-bottom: -4px;
    transition: margin-left 0.3s ease;
}
.case-slider .case .content a.card-link:hover > svg,
.case-slider .case .content a.card-link svg:hover {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .case-slider .case .content {
        padding: 40px 30px;
        width: unset;
        min-height: unset;
    }
    .case-slider .case {
        background-size: 100%;
        padding: 200px 0 100px;
    }
    .case-slider:before {
        bottom: 80px;
    }
    .case-slider svg.slick-arrow {
        top: unset;
        bottom: 0;
    }
    .case-slider svg.slick-arrow:first-of-type {
        right: unset;
    }
}

@media only screen and (min-width: 1024px) {
  section.full-width-hero {
    padding-bottom: 6rem;
  }
}

.sections {
    padding-top: 2em;
}

.sections .section {
    padding: 2em 0;
}

.fade-content {
  width: 100%;
  height: 500px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  margin-top: -640px;
  z-index: 100;
  position: relative;
}

.signup {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}

.signup::before {
    content: url("https://2399753.fs1.hubspotusercontent-na1.net/hubfs/2399753/lock.svg");
    display: block;
    position: absolute;
    z-index: 1;
    top: -3em;
}

.signup-form {
    padding: 4em 2em;
    border: 2px solid #0a032c;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.signup-form h3.module-title {
    font-size: 2rem;
    text-align: center;
    color: #33475b;
}

.signup-form form {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}

.signup-form form input[type="submit"] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.signup-form h3.form-title {
    display: none;
}

@media (max-width: 767px) {
    .signup-form h3.module-title {
        font-size: 1.5rem;
    }

    .signup-form form {
        width: 100%;
    }
}

.gated-lp-banner-wrapper {
    position: relative;
    padding-top: 200px;
}

.gated-lp-banner-wrapper h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.gated-lp-banner-wrapper img.featured-image {
    margin-top: 2rem;
    width: 100%;
    max-width: none;
}

.gated-lp-banner-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80%;
    z-index: -1;
}

@media (max-width: 767px) {
    .gated-lp-banner-wrapper {
        padding-top: 60px;
    }
}

#map-canvas {
 height:420px;
}

.cta-wrapper{
    min-height: 64px;
}


.jump-link-menu {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9E7E0;
    max-width: 175px;
    z-index: 2;
    padding: 25px 15px;
    font-size: 14px;
    -webkit-box-shadow: 5px 13px 26px 5px rgba(0,0,0,0.16); 
    box-shadow: 5px 13px 26px 5px rgba(0,0,0,0.16);
}

.jump-link-menu__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contents__title {
    display: none;
}

@media (max-width: 1270px) {
    .jump-link-menu {
        bottom: 0;
        width: 100%;
        max-width: none;
        left: 0;
        top: auto;
        transform: none;
        font-size: 24px;
        padding: 15px 20px;
    }

    .contents__title {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .jump-link-menu__links {
        display: none;
    }

    .jump-link-menu__links.active {
        display: flex;
        margin-top: 10px;
    }

    .jump-link-menu.active svg {
        transform: rotate(180deg);
    }
}


section.logos-carousel {
    width: 100%;
}

.logos-slide .logo,
.single-logo-slide .logo {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 6px solid #fff;
    min-height: 110px;
}

.logos-slide .logo img,
.single-logo-slide .logo img {
    padding: 10px;
    height: 105px;
}

.logos-slide .logo.descriptions-active.slick-current,
.single-logo-slide .logo.descriptions-active.slick-current{
    border-color: #e82f89;
}

.logos-slide svg.slick-arrow,
.single-logo-slide svg.slick-arrow {
    position: absolute;
    right: 40px;
    top: -55px;
    padding: 7px 13px;
    width: 60px;
    height: 30px;
}

.logos-slide svg.slick-arrow:last-of-type,
.single-logo-slide svg.slick-arrow:last-of-type{
    right: -12px;
}

.logos-desc-slide {
    color: #fff;
}

.logos-desc {
    padding: 40px;
}

.logos-desc .content {
    width: 75%;
    float: left;
    margin-right: 5%;
}

.logos-desc .img {
    background: #fff;
    width: 20%;
    float: left;
    min-height: 222px;
    max-width: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos-desc .img img {
    padding: 20px;
    height: 125px;
}
@media only screen and (max-width: 767px) {
  .logos-desc .content,
  .logos-desc .img {
    display: block;
    width: 100%;
  }
  .logos-desc .img {
    max-width: unset;
  }
  .logos-desc .img img {
    padding: 50px 40px;
    height: 100%;
    text-align: center;
    width: 100%;
  }
}

.lead-in-text__wrapper {
    position: relative;
}

.lead-in-text__wrapper svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  color: #494A52;
  font-family: Lato;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 270px;
}

.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border: 2px solid #494A52;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: block;
  height: 30px;
  left: 125px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  padding: 10px 30px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #D0D2D4;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}

section#page-hero.hero-banner {
    margin-bottom: 1.66666666667rem;
}

section#page-hero.hero-banner .content-left {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5rem;
    z-index: 0;
}


@media screen and (min-width: 768px) {
    section#page-hero .hero-content {
        min-height: 410px;
    }

    section#page-hero.hero-banner .content-left {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    section#page-hero.hero-banner .content-left {
        width: 56.1329011345%;
    }
}

section#page-hero.hero-banner.green-layout .hero-content,
section#page-hero.hero-banner.green-layout .hero-content h1,
section#page-hero.hero-banner.red-layout .hero-content,
section#page-hero.hero-banner.red-layout .hero-content h1,
section#page-hero.hero-banner.dark_blue-layout .hero-content,
section#page-hero.hero-banner.dark_blue-layout .hero-content h1,
section#page-hero.hero-banner.pink-layout .hero-content,
section#page-hero.hero-banner.pink-layout .hero-content h1,
section#page-hero.hero-banner.blue-layout .hero-content,
section#page-hero.hero-banner.blue-layout .hero-content h1 {
    color: #fff;
}

section#page-hero.hero-banner {
    background-color: #fff;
}    

section#page-hero.hero-banner .hero-content .heading-logo {
    margin-bottom: 1.5rem;
}

section#page-hero.hero-banner .hero-content h1 strong {
    font-weight: 600;
}

section#page-hero.hero-banner .hero-content h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

section#page-hero.hero-banner.baby_blue-layout .hero-content h2 {
    color: #4691AF;
}

section#page-hero.hero-banner .hero-content p {
    font-size: 18px;
}

section#page-hero.hero-banner .banner-form {
    background: #D9E7E0;
    padding: 30px 50px 40px;    
    border-radius: 15px;

}

@media screen and (min-width: 768px) {
    section#page-hero.hero-banner .banner-form {
        margin-left: 30px;
    }
}

section#page-hero.hero-banner .banner-form label {
    font-weight: bold;
}

@media (min-width: 1024px) {
    section#page-hero.hero-banner .hero-content h1 { 
        font-size: 50px !important;

    }

    section#page-hero.hero-banner .hero-image .circle.orange-circle {
        left: unset;
        right: -20rem;
    }

    section#page-hero.hero-banner .hero-image .circle.orange-circle.form_circle {
        top: 10rem;
    }

    section#page-hero.hero-banner .hero-image .circle.blue-circle {
        top: 5rem;
        left: 2rem;
    }

    section#page-hero.hero-banner .hero-image .circle.grey-circle {
        top: -13rem;
        right: -14rem;
        left: unset;
    }

    section#page-hero.hero-banner .hero-image .circle.pink-circle {
        left: 22rem;
        bottom: -14rem;
    }

    section#page-hero.hero-banner .hero-image .circle.pink-circle.two {
        left: 4rem;
    }

    section.hero-banner .hero-image .circle.featured-img {
        width: 24rem;
        height: 24rem;
        bottom: -12rem;
        right: 3rem;
        z-index: 0;
    }

    section.hero-banner .hero-image .circle.imageonly.featured-img {
        width: 28rem;
        height: 28rem;
        bottom: -14rem;
        border-radius: unset;
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    section#page-hero.hero-banner .content-left {
        width: 100%;
        border-radius: 0 0 50px 0;
    }

    section#page-hero.hero-banner h1 {
        font-size: 2rem;
    }
    section#page-hero .hero-image .circle.featured-img {
        right: -1rem;
    }

    section#page-hero.imagecircles .hero-image .circle.featured-img {
        right: 5rem;
    }

    section#page-hero.hero-banner .banner-form {
        padding: 10px 10px 20px 35px;
    }

    section#page-hero.form .hero-image .circle.orange-circle {
        display: none;
    }
}

.anchor-content {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.popular-articles a.card div.tag-icon.event-marketing-bg,
.popular-articles a.card div.tag-icon.event-planning-bg {
    background: #E82F89;
}
.popular-articles a.card div.tag-icon.brochure-printing-bg,
.popular-articles a.card div.tag-icon.print-tips-bg {
    background: #EF8838;
}
.popular-articles a.card div.tag-icon.showcase-bg,
.popular-articles a.card div.tag-icon.opinion-bg {
    background: #4691AF;
}
.popular-articles a.card:hover {
    text-decoration: none !important;
    color: unset;
}
.popular-articles a.card:hover .card__content button svg {
    margin-left: .8rem;
}
.popular-articles a.card:hover .card__content button svg path {
    fill: #4691af;
}

.card--pricing {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  text-align: center;
}

.card__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  padding: 0.5rem 2.5rem;
}

.card--pricing hr {
  background: none;
  border-top: 1.5px solid #CED4DB;
}

.card__header {
  text-align: center;
}

.card__subtitle, .card__body li {
  font-size: 0.9em;
  line-height: 1.2em;
}

.card__body ul, .card__body li {
  padding: 0;
}

.card__body li {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  text-align: left;
}

.card__body svg {
  display: inline-block;
  fill: #494A52;
  margin-right: 10px;
  max-width: 20px;
}

@media screen and (max-width: 1200px) {
  .card--pricing {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 787px) {
  .card--pricing {
    margin-bottom: 1rem;
  }
}

.qf-form-wrapper{
    padding: 50px 32px;
    margin: 32px 0px;
}

.qf-form-wrapper .content-wrapper{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.qf-col{
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.qf-col .form {
    padding: 39px 32px 32px 32px;
}

.qf-col img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.qf-col h3{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 34px;
    line-height: 40px;
    color: white;
    margin-bottom: -12px;
}


.qf-col p{
    margin-bottom: 0px;
}

.form{
    padding: 16px 32px 32px 32px;
    font-size: 16px;
    -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.2);
}

.form label{
    color: #033333;
}

.form ::placeholder{
    color: #033333;
    font-size: 16px;
}

.form .input{
    margin-right: 22px!important;
}

.form .hs-input{
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 1px solid #033333;
    border-radius: 0;
    padding: 8px 0px;
    font-size: 16px;
}

.form ul {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.form .hs-richtext{
    color: #033333;
}

.form .hs-button {
    color: white;
    background-color: #0a032c;
    border: 2px solid #0a032c;
    padding: 12px 40px;
    margin-top: 16px;
    transition: ease-in-out 0.15s;
    cursor:pointer;
    font-size: 14px;
}

.form .hs-button:hover{
    background-color: white;
    color: #0a032c;
}

.form form textarea {
    background-image: url('');
    border-bottom: 1px solid #033333!important;
    line-height: 37px;
    min-height: 0px;
    padding: 0 0.7rem;
    resize: none;
    width: 100%!important;
}


@media screen and (max-width: 768px){
    .qf-form-wrapper{
        padding: 0px;
    }


.qf-form-wrapper .content-wrapper{
    flex-direction: column;
    gap: 32px;
    padding: 32px;
}


    .qf-col{
        width: 100%;
        gap: 20px;
    }
  
  .qf-col img{
    display:none
  }

    .form{
        padding: 32px;
    }

    .qf-col h2{
        font-size: 20px!important;
        line-height: 28px;
    }
}

.pillar-page .qf-form-wrapper{
  max-width: 51.125rem;
  margin: 32px auto;
}

section.quote-with-cta {
  display: flex;
}
section.quote {
  padding: 100px 30px 30px;
  position: relative;
  color: #fff;
  flex: 1;
  width: 74%;
  margin-right: 1%;
}
section.quote img {
  position: absolute;
  border-radius: 100%;
  top: -120px;  
  left: 30px;
  width: 184px;
  height: 184px;
}
section.quote div.quote-text {
  font-size: 1.8em;
  margin-bottom: 30px;
}
section.quote div.quote-name {
  font-size: 0.9em;
}
section.quote-cta {
  width: 25%;
}
section.quote-cta div.quote-cta-text {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  section.quote-with-cta {
    display: block;
  }
  section.quote,
  section.quote-cta {
    width: 100%;
  }
  section.quote img {
    left: 75px;
  }
}


.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__icon {
  background-color: #494A52;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #21222A;
}

.social-links__icon:active {
  background-color: #71727A;
}

.social-links__icon svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}

.statistic {
   padding: 30px;
   min-height: 300px;
}

.statistic span {
   font-size: 58px;
   font-weight: 600;
}
.statistic p.desc {
   font-size: 1.11111111111rem;
   font-weight: 600;
   margin-top: -10px;
   max-width: 600px;
   margin: 0 auto 30px;
}


.story-scroller {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.story-scroller__left {
  padding-right: 25px;
}

.story-scroller__right {
  height: 507px;
  overflow-y: scroll;
}

.story-scroller__right__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.story-scroller__right__item h4 {
  padding: 9px 10px;
  border-radius: 15px;
}

.story-scroller_arrow {
  position: absolute;
  top: 0;
  left: calc(50% + 28px);
  animation: bob 2s ease-in-out infinite;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.story-scroller__right__inner {
  direction: ltr;
}

.story-scroller__right {
  padding-left: 85px;
  direction: rtl;
}

/* width */
.story-scroller ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.story-scroller ::-webkit-scrollbar-track {
  background: #d9e7e0;
  border-radius: 5px;
  cursor: grab;
}

/* Handle */
.story-scroller ::-webkit-scrollbar-thumb {
  background: #4691af;
  border-radius: 20px;
}

/* Handle on hover */
.story-scroller ::-webkit-scrollbar-thumb:hover {
  background: #0a032c;
}

@media screen and (max-width: 767px) {
  .story-scroller_arrow {
    left: 25px;
    bottom: 450px;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .story-scroller {
    grid-template-columns: 1fr;
  }

  .story-scroller__right {
    margin-top: 40px;
  }
}

/* Company filter */
.teamMember-grp .company-profile-filter {
    position: relative;
    padding-bottom: 0;
}
.teamMember-grp .company-profile-filter .company-profile-filter-tab {
    position: relative;
    padding-top: 20px;
}
.teamMember-grp .company-profile-filter .company-profile-filter-tab .nav-tabs {
    display: none;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: .3s ease-in-out all;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
    .teamMember-grp .company-profile-filter .company-profile-filter-tab .nav-tabs {
        display: flex;
    }
}

.teamMember-grp .nav-link {
    display: block;
    padding: .5rem 1rem;
}
.teamMember-grp .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.teamMember-grp .nav-tabs .nav-link {
    border: 1px solid transparent;
}
.teamMember-grp .company-profile-filter .nav-link {
    padding: 0.8rem 1rem;
    border: 1px solid #0A032C;
    border-bottom: 2px solid #0A032C;
    margin-right: 12px;
    color: #0A032C;
    text-decoration: none;
    font-size: 0.75em;
}
.teamMember-grp .nav-tabs .nav-item.show .nav-link, 
.teamMember-grp .nav-tabs .nav-link.active {
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
}
.teamMember-grp .company-profile-filter .nav-link.active {
    background: #0A032C;
    color: #fff;
}


.teamMember-grp .company-profile-filter .company-profile-filter-tab select {
    display: block;
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--dark-blue);
    background-color: var(--dark-blue);
    color: var(--white);
}

@media screen and (min-width: 1024px) {
    .teamMember-grp .company-profile-filter .company-profile-filter-tab select {
        display: none;
    }
}

/* Company profiles */
.teamMember-grp .company-profiles {
    position: relative;
    padding-top: 0;
    padding-bottom: 40px;
}

.teamMember-grp .company-profiles .wrap {
    width: 100%;
}

.teamMember-grp .tab-content>.tab-pane {
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
    visibility: hidden;
}
.teamMember-grp .tab-content>.active {
    display: block;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 0 0;
    transition: opacity 1s ease;
    opacity: 1;
    visibility: visible;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item {
    flex-basis: 100%;
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 1.688rem;
}
.teamMember-grp .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item .card {
    background: 0;
    border: 0;
}
.teamMember-grp .card-img, 
.teamMember-grp .card-img-bottom, 
.teamMember-grp .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.teamMember-grp .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item .card .card-body {
    padding: 1.25rem 0rem;
    position: relative;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item .card .card-body a.twitter-icon {
    position: absolute;
    right: 1px;
    top: 21px;
}
.teamMember-grp .company-profiles .button,
.teamMember-grp .company-profiles .cta_button, 
.teamMember-grp .company-profiles button {
    display: inline-flex;
    border-radius: 0;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: .3s all ease-in;
    background: none;
    color: #0A032C;
    text-decoration: underline;
    outline: none;
    padding-left: 0;
}
.teamMember-grp .company-profiles .button img {
    margin-left: 8px;
    margin-top: 5px;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    display: none;
}
.teamMember-grp .company-profiles .open .button:after {
    content: "";
    border-bottom: solid 15px #0A032C;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 20px;
    margin-left: -12px;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .card-body {
    padding: 3rem;
    background: #0A032C;
    color: #fff;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-body h4 {
    margin-bottom: 10px;
    font-weight: 600;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-img-top img {
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.17);
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .mugshot {
    margin: 0 auto;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .photo-basis {
    flex-basis: 60%;
}
.teamMember-grp .company-profiles .tab-content .tab-pane .card-description .photo-basis h4 {
    margin: 0;
}
.teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .photo-basis > div > p:last-child {
    margin-bottom: 0;
}
.teamMember-grp .company-profiles .tab-content .tab-pane .card-description .photo-basis h4.mb-0 {
    color: #fff;
}
.teamMember-grp .company-profiles .tab-content .tab-pane .card-description .photo-basis p.pb-3 {
    padding-bottom: 1rem;
    margin-bottom: 0;
}



@media screen and (min-width: 37.5em){
    .teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item {
        flex-basis: 33.33%;
    }
}
@media screen and (min-width: 56.25em){
    .teamMember-grp .company-profile-filter {
        padding-top: 80px;
    }
    .teamMember-grp .company-profile-filter .company-profile-filter-tab .nav-tabs {
        min-width: calc(100% + 0px);
    }
    /* Company Profiles */
    .teamMember-grp .company-profiles {
        padding-bottom: 0;
    }
    .teamMember-grp .company-profiles .tab-content .tab-pane.active {
        justify-content: space-between;
        align-items: flex-start;
    }
    .teamMember-grp .company-profiles .tab-content .tab-pane.active .card-item {
        flex-basis: 25%;
    }
}

.teamMember-grp .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.teamMember-grp .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px){
    .teamMember-grp .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 992px){
    .teamMember-grp .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .teamMember-grp .offset-lg-6 {
        margin-left: 50%;
    }
}
@media (min-width: 1200px){
    .teamMember-grp .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .teamMember-grp .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .teamMember-grp .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .teamMember-grp .offset-xl-6 {
        margin-left: 50%;
    }
    .teamMember-grp .pl-xl-5, 
    .teamMember-grp .px-xl-5 {
        padding-left: 3rem;
    }
}


@media screen and (max-width: 45em) {
    .teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .mugshot {
        margin-bottom: 30px;
    }
    .teamMember-grp .company-profiles .tab-content .tab-pane.active .card-description .photo-basis {
        flex-basis: 100%;
    }
}

.user_social_icons{
      position: absolute;
    right: 0;
    top: 25px;
}
.user_social_icons img{
  height: 14px;
}


.timeline-slider-contain {
   padding-left: 10px;
   position: relative;
}
.timeline-slider-contain:before {
   content: "";
   width: 100%;
   height: 4px;
   background: #0a032c;
   position: absolute;
   top: 165px;
   left: 10px;
}
.timeline-slider .slick-list {
   overflow: visible;
}
.timeline-slider .card {
   height: 417px;
   max-width: 298px;
   margin-right: 10px;
   padding: 25px 30px 25px 0;
   position: relative;
}
.timeline-slider .card img {
   border-radius: 100%;
}
.timeline-slider .card h3 {
   font-size: 2.5rem;
   font-weight: 600;
   margin-top: 25px;
}
.timeline-slider svg.slick-arrow {
   position: absolute;
   right: 40px;
   top: -46px;
   padding: 7px 13px;
   width: 60px;
   height: 30px;
}
.timeline-slider svg.slick-arrow:last-of-type {
   right: -12px;
}