/*
Theme Name: RedEye
Theme URI: https:redeye.com
Author: EchoLogyx
Author URI: https://echologyx.com
Description: Yet to be.
Version: 1.0
Text Domain: redeye

Redeye WordPress Theme ©2020 EchoLogyx.
Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal
*/


/*! 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;
    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;
    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;
    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;
    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;
}




/**
* Theme styles start here: starting with variables
*/

:root {
    /* colors */
    --primary-red: #E51D41;
    --headings: #002958;
    --body-copy: #002958;
    --grey-text: #A3A3A3;
    --bg-light-blue: #F6FAFF;
    --bg-light-green: #F6FFFB;
    --bg-grey: #DFDFDF;
    --bg-light-blue-border: #DEEDFF;
    --bg-light-green-border: #E3F3EC;
    --bg-white-border: var(--bg-grey);
    --main-bg-color: #FFFFFF;
    --main-txt-color: var(--body-copy);
    --headings-txt-color: var(--headings);
    --main-txt-color-grey: var(--grey-text);
    --selection-bg-color: #BFDCEA;
    /* spacings */
    --max-width-cap: 1400px;
    --l-spacing: 96px;
    --m-spacing: 48px;
    --s-spacing: 24px;
    --component-h-spacing-l: 30px;
    --component-h-spacing-s: 24px;
    --cta-h-padding-l: 76px;
    --cta-h-padding-m: 50px;
    --cta-h-padding-s: 24px;
}

/**
* Fonts
*/

@font-face {
    font-family: 'GoogleSans-Regular';
    font-display: block;
    src: url('../eot/googlesans-regular.eot');
    src: url('../eot/googlesans-regular.eot') format('embedded-opentype'),
        url('../woff2/googlesans-regular.woff2') format('woff2'),
        url('../woff/googlesans-regular.woff') format('woff'),
        url('../ttf/googlesans-regular.ttf') format('truetype'),
        url('../svg/googlesans-regular.svg') format('svg');
}

@font-face {
    font-family: 'Gilroy-Bold';
    font-display: block;
    src: url('../eot/gilroy-bold.eot');
    src: url('../eot/gilroy-bold.eot') format('embedded-opentype'),
        url('../woff2/gilroy-bold.woff2') format('woff2'),
        url('../woff/gilroy-bold.woff') format('woff'),
        url('../ttf/gilroy-bold.ttf') format('truetype'),
        url('../svg/gilroy-bold.svg') format('svg');
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    font-display: block;
    src: url('../eot/gilroy-extrabold.eot');
    src: url('../eot/gilroy-extrabold.eot') format('embedded-opentype'),
        url('../woff2/gilroy-extrabold.woff2') format('woff2'),
        url('../woff/gilroy-extrabold.woff') format('woff'),
        url('../ttf/gilroy-extrabold.ttf') format('truetype'),
        url('../svg/gilroy-extrabold.svg') format('svg');
}

@font-face {
    font-family: 'Grafolita-Script';
    font-display: block;
    src: url('../eot/grafolitascriptw01-medium.eot');
    src: url('../eot/grafolitascriptw01-medium.eot') format('embedded-opentype'),
        url('../woff2/grafolitascriptw01-medium.woff2') format('woff2'),
        url('../woff/grafolitascriptw01-medium.woff') format('woff'),
        url('../ttf/grafolitascriptw01-medium.ttf') format('truetype'),
        url('../svg/grafolitascriptw01-medium.svg') format('svg');
}

/**
* Hide horizontal scrollbars
*/

[scrollflag]::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}

[scrollflag] {
    /* IE and Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
}

/**
* Animations
*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.spin {
    -webkit-animation-name: spin;
    animation-name: spin;
}

/**
* Main css starts here
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--main-txt-color);
    font-family: "GoogleSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    background-color: var(--main-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: "Gilroy-ExtraBold";
    color: var(--headings-txt-color);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilroy-Bold";
    color: var(--headings-txt-color);
}

.chrome h2 {
    font-family: "Gilroy-ExtraBold";
    color: var(--headings-txt-color);
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote cite {
    font-style: normal;
}

pre {
    overflow: auto;
}

abbr,
acronym {
    cursor: help;
}

mark,
ins,
a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1rem 1rem;
}

img,
iframe,
video {
    max-width: 100%;
    position: relative;
}

video {
    height: auto;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

/* table td,
table th {
    word-break: break-word;
} */

button,
input,
select,
optgroup,
textarea {
    text-rendering: optimizeLegibility;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
  padding-left: 76px;
  padding-right: 76px;
  color: #ffffff;
  height: 39px;
  font-weight: 500;
  font-size: 15px;
  line-height: 111.46%;
  text-align: center;
  background-color: var(--primary-red);
  border-radius: 3px;
  padding-top: 11px;
  padding-bottom: 11px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
	color: var(--body-copy);
    font-size: 17px;
    line-height: 160%;
    width: 100%;
    height: 49px;
    border: solid 1px var(--bg-light-blue-border);
    background-color: #ffffff;
    padding: 11px 12px;
    border-radius: 3px !important;
	margin-bottom: 35px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    resize: vertical;
}

::-moz-selection {
    background-color: var(--selection-bg-color);
}

::selection {
    background-color: var(--selection-bg-color);
}

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

/**
* Text meant only for screen readers.
*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 1000000;
    /* Above WP toolbar. */
}

.re-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #FFFFFF;
	display: none;
}

html.ie {
    max-width: 100vw !important;
    overflow-x: hidden;
}

html:not(.ie) .re-ie-section {
    display: none !important;
}

.re-ie-section {
    font-size: 16px;
    line-height: 19px;
    color: #384957;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 0px 8px rgba(180, 180, 180, 0.18);
    box-shadow: 4px 0px 8px rgba(180, 180, 180, 0.18);
    text-align: center;
    position: fixed;
    padding-top: 28px;
    padding-bottom: 28px;
}

.re-ie-section b {
    font-weight: bold;
}

.re-ie-section a {
    color: #E51D41;
    text-decoration: underline;
}

.re-ie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.re-ie-text {
    margin-left: 10px;
    margin-right: 10px;
}

.re-ie-close {
    cursor: pointer;
    padding-top: 2px;
    text-align: center;
}

body.re-fully-loaded .re-loader,
.re-loader>svg>path:not(.re-active),
.re-hidden {
    display: none !important;
}

.re-loader svg {
    display: block;
    width: 61px;
    height: 25px;
    margin: calc((100vh - 25px) / 2) auto;
}

.re-clear::before,
.re-clear::after {
    content: '';
    display: table;
    clear: both;
}

.re-subheading-small {
    font-size: 15px;
    line-height: 130%;
}

.re-subheading-medium {
    line-height: 130%;
}

.re-background-light-blue {
    background-color: var(--bg-light-blue);
}

.re-background-light-blue.re-section-has-break,
.re-section-end.re-section-break-blue {
    border-bottom: 1px solid var(--bg-light-blue-border);
}

.re-background-light-green {
    background-color: var(--bg-light-green);
}

.re-background-light-green.re-section-has-break,
.re-section-end.re-section-break-green {
    border-bottom: 1px solid var(--bg-light-green-border);
}

.re-background-white {
    background-color: #FFFFFF;
}

.re-background-white.re-section-has-break,
.re-section-end.re-section-break-white {
    border-bottom: 1px solid var(--bg-white-border);
}

.re-background-gray {
    background-color: var(--bg-grey);
}

.re-body-copy-large {
    font-size: 19px;
    line-height: 160%;
}

.re-body-copy-regular {
    font-size: 17px;
    line-height: 160%;
}

.re-body-copy-small {
    font-size: 15px;
    line-height: 130%;
}

.re-body-copy-smaller {
    font-size: 14px;
    line-height: 18px;
}

.re-small-print {
    font-size: 11px;
    line-height: 14px;
}

.re-btn {
    line-height: 37px;
    text-align: center;
    border: 1px solid var(--primary-red);
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.re-btn-primary {
    background-color: var(--primary-red);
    color: #FFFFFF;
}

.re-btn-secondary {
    color: var(--primary-red);
}

.re-btn-demo { 
  font-size: 15px; 
  line-height: 37px; 
  text-align: center; 
  background-color: #E51D41; 
  border: 1px solid #E51D41; 
  border-radius: 3px; 
  cursor: pointer;
  display: inline-block;
  width: 248px; 
  margin-top: 10px;
}

.re-btn-right-chevron::after {
    content: url("../svg/re-right-chevron.svg");
    margin-left: 12px;
}

.re-link-primary {
    color: var(--primary-red);
    font-size: 17px;
    line-height: 160%;
}

.re-link-underline,
.re-link-underline:hover,
.re-link-underline:focus,
.re-link-underline-hover:hover,
.re-link-underline-hover:focus {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.re-heading .re-link-underline,
.re-heading .re-link-underline:hover,
.re-heading .re-link-underline:focus,
.re-heading .re-link-underline-hover:hover,
.re-heading .re-link-underline-hover:focus,
.re-subheading-large .re-link-underline,
.re-subheading-large .re-link-underline:hover,
.re-subheading-large .re-link-underline:focus,
.re-subheading-large .re-link-underline-hover:hover,
.re-subheading-large .re-link-underline-hover:focus,
.re-subheading-home .re-link-underline,
.re-subheading-home .re-link-underline:hover,
.re-subheading-home .re-link-underline:focus,
.re-subheading-home .re-link-underline-hover:hover,
.re-subheading-home .re-link-underline-hover:focus,
.re-subheading-medium .re-link-underline,
.re-subheading-medium .re-link-underline:hover,
.re-subheading-medium .re-link-underline:focus,
.re-subheading-medium .re-link-underline-hover:hover,
.re-subheading-medium .re-link-underline-hover:focus,
.re-subheading-small .re-link-underline,
.re-subheading-small .re-link-underline:hover,
.re-subheading-small .re-link-underline:focus,
.re-subheading-small .re-link-underline-hover:hover,
.re-subheading-small .re-link-underline-hover:focus {
    -webkit-text-decoration-color: var(--primary-red);
    text-decoration-color: var(--primary-red);
    text-decoration-thickness: 3px;
}

.re-link-container>.re-link {
    display: inline-block;
}

.re-heading a,
.re-subheading-large a,
.re-subheading-home a,
.re-subheading-medium a,
.re-subheading-small a {
    color: var(--headings-txt-color);
}

.re-img-link,
.re-img {
    display: block;
}

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

.re-img:not([width]):not([height]) {
    width: 100%;
}

.re-img-border-radius {
    border-radius: 3px;
    overflow: hidden;
}

.re-text-area {
    max-width: 700px;
}

.re-text-area span {
    -webkit-text-decoration-color: var(--primary-red) !important;
    text-decoration-color: var(--primary-red) !important;
    text-decoration-thickness: 1px !important;
}

.re-text-area ul {
    list-style: disc inside;
    padding-left: 20px;
    font-size: 17px;
    line-height: 27px;
}


.re-text-area ol {
    list-style: decimal inside;
    padding-left: 20px;
    font-size: 17px;
    line-height: 27px;
}

.re-text-area a {
    color: var(--primary-red);
    text-decoration: underline;
}

.re-breadcrumbs {
    font-size: 15px;
    line-height: 130%;
    color: var(--body-copy);
}

.re-breadcrumbs a {
    color: var(--primary-red);
}

.re-breadcrumbs .re-sep::before {
    content: '/';
    margin-left: 6px;
    margin-right: 6px;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #FFFFFF;
}

#re-main-menu {
    background: #FFFFFF;
}

.re-logo-container {
    width: 100px;
}

.re-logo-container>a {
    display: inline-block;
    height: 27px;
    width: 100%;
}

.re-primary-nav ul>li:not([data-cta="true"]) a {
    color: var(--headings);
    display: block;
}

.re-primary-nav ul>li.menu-item-has-children:not(.sub-menu-expanded)>.sub-menu-wrapper {
    display: none;
}

.re-secondary-menu {
    background-color: var(--bg-light-blue);
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    overflow: hidden;
    -webkit-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

.re-secondary-menu>div {
    height: 44px;
}

.re-secondary-menu ul {
    height: 42px;
    -webkit-box-shadow: 0px 0px 2px rgba(63, 112, 148, 0.25);
    box-shadow: 0px 0px 2px rgba(63, 112, 148, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.re-secondary-menu ul {
    padding-left: var(--s-spacing);
    padding-right: var(--s-spacing);
}

.re-secondary-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.re-secondary-menu ul li:not(:first-child) {
    margin-left: 25px;
}

.re-secondary-menu ul li a {
    color: var(--headings);
    font-size: 15px;
    line-height: 130%;
}

.re-secondary-menu ul li.current-menu-item a {
    font-family: "Gilroy-Bold";
}

.re-secondary-menu ul li.current-menu-item a,
.re-secondary-menu ul li a:hover {
    -webkit-text-decoration-color: var(--primary-red);
    text-decoration-color: var(--primary-red);
    text-decoration-thickness: 2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.re-secondary-menu .sub-menu {
    display: none;
}

.re-list-price {
  padding: 0;
  margin: 0;
  list-style-type: none!important;
  text-align:left!important;
}
.re-list-tick {
  background: url('../png/icon-green-tick-1.png') no-repeat left top!important;
  padding-top: 3px!important;
  padding-left: 40px!important;
  font-size: 15px !important;
  line-height: 24px!important;
  margin-bottom: 30px!important;
}

body:not(.has-secondary-menu) #container {
    padding-top: 65px;
}

body.has-secondary-menu #container {
    padding-top: 109px;
}

.re-section-hero {
    text-align: center;
}

.re-section-hero .re-section-content>*:not(:first-child) {
    margin-top: 30px;
}

.re-section-hero .re-text-area {
    margin-left: auto;
    margin-right: auto;
}

.re-section-column .re-column-thumbnail {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.re-section-column .re-col .re-img {
    margin-left: auto;
    margin-right: auto;
}

.re-full-height-image-v-padding .re-section-image {
    padding-top: 100px;
    padding-bottom: 100px;
}

.re-section-testimonial .re-section-logo {
    width: 153px;
    height: 70px;
    border-radius: 3px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
}

.re-section-testimonial .re-section-logo.re-logo-has-bg {
    padding: 0;
}

.re-testimonial-author {
    color: var(--main-txt-color-grey);
}

.re-section-logo-bar .re-item-container-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.re-section-logo-bar .re-item-container-wrapper.four-columns {
    max-width: 900px;
}

.re-section-logo-bar .re-item-container-wrapper.five-columns {
    max-width: 1149px;
}

.re-section-logo-bar .re-item-container-wrapper.six-columns {
    max-width: 1400px;
}

.re-section-logo-bar .re-item-container-wrapper .re-item-container:not(:first-child) {
    margin-top: 10px;
}

.re-section-logo-bar .re-item-container-wrapper .re-item,
.re-section-logo-bar .re-item-container-wrapper .re-img-link {
    min-width: 153px;
    max-width: 153px;
    min-height: 70px;
    max-height: 70px;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.re-section-logo-bar .re-item-container-wrapper .re-item.has-logo-text {
    position: relative;
}

.re-section-logo-bar .re-item-container-wrapper .re-item.has-logo-text .re-logo-text {
    position: relative;
    z-index: 1;
}

.re-background-gray .re-item.has-logo-text .re-img {
    background-color: var(--bg-grey);
}

.re-background-white .re-item.has-logo-text .re-img {
    background-color: #FFFFFF;
}

.re-background-light-green .re-item.has-logo-text .re-img {
    background-color: var(--bg-light-green);
}

.re-background-light-blue .re-item.has-logo-text .re-img {
    background-color: var(--bg-light-blue);
}

.re-section-logo-bar .re-item-container-wrapper .re-item.has-logo-text .re-img {
    opacity: 1;
    position: absolute;
    width: 153px;
    height: 70px;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: opacity ease 0.175s;
    -o-transition: opacity ease 0.175s;
    transition: opacity ease 0.175s;
}

.re-section-logo-bar .re-item-container-wrapper .re-item:not(:last-child) {
    margin-right: 1px;
}

@media (hover: hover) and (pointer: fine) {
    .re-section-logo-bar .re-item-container-wrapper .re-item.has-logo-text:hover .re-img {
        opacity: 0;
    }

    .re-breadcrumbs a:hover {
        text-decoration: underline;
    }
}

/*@media (hover: none) and (pointer: coarse) {
    .re-section-logo-bar .re-item-container-wrapper .re-item.has-logo-text .re-img {
        opacity: 1;
    }
}*/

.re-section-logo-bar .re-item-container-wrapper .re-item .re-logo-text {
    font-size: 14px;
    line-height: 18px;
    color: var(--headings);
    word-break: break-word;
    opacity: 1;
    -webkit-transition: opacity ease 0.0175s;
    -o-transition: opacity ease 0.0175s;
    transition: opacity ease 0.0175s;
}

.re-section-icon .re-item {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-section-results .re-col {
    text-align: center;
}

.re-section-results .data-item {
    margin-bottom: 15px;
}

.re-section-case-study-index .re-img-border-radius {
    border-radius: 3px;
    overflow: hidden;
}

.re-section-case-study-index .re-case-study-subcontent {
    padding-top: 10px;
    padding-bottom: 10px;
}

.re-section-case-study-index .re-heading,
.re-section-case-study-index .re-subheading-large,
.re-section-case-study-index .re-subheading-medium,
.re-section-case-study-index .re-subheading-small,
.re-section-case-study-index .re-text-area {
    margin-bottom: 20px;
}

.re-case-study-featured .re-case-study-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.re-case-study-featured .re-case-study-subcontent {
    position: relative;
}

.re-case-study-featured .re-case-study-subcontent .re-link-container {
    width: 100%;
    position: absolute;
    left: 0;
}

.re-section-case-study-index .re-img-border-radius {
    height: 170px;
}

.re-section-case-study-index .re-img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.re-section-case-study-index.re-load-complete .re-btn-container {
    display: none;
}

.re-section-case-study-index.re-load-complete .re-btn {
    pointer-events: none;
}

.re-no-error ul.hs-error-msgs {
    display: none !important;
}

.re-form-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

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

.hs-form-field>label {
    color: var(--headings);
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.2px;
    display: block;
    margin-bottom: 2px;
}

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

.hs-input:not([type="checkbox"]),
.hs-input:not([type="radio"]) {
    color: var(--body-copy);
    font-size: 17px;
    line-height: 160%;
    width: 100%;
    height: 49px;
    border: solid 1px var(--bg-light-blue-border);
    background-color: #ffffff;
    padding: 11px 12px;
    border-radius: 3px !important;
}

.hs-fieldtype-booleancheckbox label {
    display: inline-block;
}

.hs-input[type="checkbox"] {
    display: none;
}

.hs-form-field.hs-fieldtype-checkbox li.hs-form-checkbox {
    margin: 8px 0;
}

.hs-form-field.hs-fieldtype-file div.input input[type="file"] {
    border: none;
    background: none;
    padding: 5px 0;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #E51D41;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 8px 20px;
    cursor: pointer;
    height: 38px;
    margin-right: 15px;
    margin-left: 1px;
}

input[type="file"]::file-selector-button {
    background-color: #E51D41;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
    height: 38px;
    margin-right: 15px;
    margin-left: 1px;
}

.hs-form-radio .hs-form-radio-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hs-form-radio {
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.hs-form-radio input[type='radio'] {
    display: none;
}

.hs-form-radio input[type=radio]+span {
    font-size: 15px;
    line-height: 160%;
}

.hs-form-radio span:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 12px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #DEEDFF;
    background-color: #fff;
}

.hs-form-radio input[type=radio]:checked+span:before {
    border: 1px solid #E51D41;
}

.hs-form-radio input[type=radio]:checked+span:after {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 11px;
    content: " ";
    display: block;
    background: #E51D41;
}

.hs-richtext h1 {
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin: 20px 0;
}

.hs-richtext h2 {
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin: 20px 0;
}

.hs-richtext h3 {
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin: 20px 0;
}

.hs-richtext h4 {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin: 20px 0;
}

legend.hs-field-desc {
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #A3A3A3;
}

.hs-input[type='file'] {
    font-size: 15px;
}

.hs-richtext img {
    margin: 20px 0;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.hs-richtext p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.legal-consent-container {
    margin: 20px 0;
}

.hs-recaptcha.hs-form-field {
    display: none;
}

.hs-form-field .hs-dateinput {
    position: relative;
}

.hs-form-field .hs-dateinput::after {
    content: "";
    height: 48px;
    width: 48px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    background: url(../png/re-calendar.png);
    cursor: pointer;
    background-position: center;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    border-left: 1px solid #DEEDFF;
}

.fn-date-picker .pika-table abbr {
    text-decoration: none;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #384957;
}

.fn-date-picker .pika-title {
    font-family: "GoogleSans-Regular";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #1B252D;
}

.hs-datepicker .fn-date-picker .is-today .pika-button {
    color: #000;
}

.hs-datepicker .fn-date-picker .pika-table td,
.hs-datepicker .fn-date-picker .pika-table th {
    padding: 1px;
}

.hs-datepicker .fn-date-picker .pika-button {
    color: #384957;
    background: #DEEDFF;
    border-radius: 2px;
    font-family: "GoogleSans-Regular";
}

.hs-datepicker .fn-date-picker .pika-button:hover {
    background: #E51D41 !important;
}

.hs-datepicker .fn-date-picker .is-selected .pika-button {
    background: #E51D41;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hs-input[type="checkbox"]+span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

.hs-input[type="checkbox"]+span::before {
    content: '';
    min-width: 25px;
    width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 12px;
}

.hs-input[type="checkbox"]:not(:checked)+span::before {
    background: #FFFFFF;
    border: 1px solid var(--bg-light-blue-border);
}

.hs-input[type="checkbox"]:checked+span::before {
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
    background-image: url("../svg/re-checked.svg");
    background-position: center;
    background-repeat: no-repeat;
}

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

.hs-fieldtype-select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 43px;
}

.hs-fieldtype-select .input::after {
    content: url("../svg/re-select-arrow.svg");
    position: absolute;
    pointer-events: none;
    z-index: 9;
    top: 15px;
    right: 20px;
}

.hs-input::-webkit-input-placeholder {
    opacity: .7;
}

.hs-input::-moz-placeholder {
    opacity: .7;
}

.hs-input:-ms-input-placeholder {
    opacity: .7;
}

.hs-input::-ms-input-placeholder {
    opacity: .7;
}

.hs-input::placeholder {
    opacity: .7;
}

.hs-submit {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hs-button {
    color: #ffffff;
    height: 39px;
    font-weight: 500;
    font-size: 15px;
    line-height: 111.46%;
    text-align: center;
    background-color: var(--primary-red);
    border-radius: 3px;
    padding-top: 11px;
    padding-bottom: 11px;
}

ul.hs-error-msgs {
    list-style: none;
}

.hubspot-form-container:not(.re-no-error) label.hs-error-msg,
.hubspot-form-container:not(.re-no-error) ul.hs-error-msgs li label {
    display: block;
    color: var(--primary-red);
    margin-top: 10px;
}

.re-section-twitter-widget {
    text-align: center;
}

.re-section-twitter-widget .re-twitter-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-section-twitter-widget .re-twitter-label a {
    color: var(--headings-txt-color);
}

.re-section-twitter-widget .re-twitter-item-container a {
    color: var(--primary-red);
}

.re-section-twitter-widget a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.re-section-twitter-widget .re-twitter-label::before {
    content: url("../svg/re-twitter-widget-icon.svg");
    margin-right: 10px;
}

.re-section-twitter-widget .re-twitter-item-container,
.re-section-twitter-widget .re-twitter-item>div {
    margin-left: auto;
    margin-right: auto;
}

.re-section-twitter-widget .re-twitter-item-container {
    max-width: 1030px;
}

.re-twitter-item-container.slick-slider .slick-arrow {
    position: absolute;
    z-index: 9;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    top: calc(50% - (30px / 2));
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.re-twitter-item-container.slick-slider .slick-prev {
    left: -10px;
    background-image: url("../svg/re-twitter-widget-arrow-left.svg");
}

.re-twitter-item-container.slick-slider .slick-next {
    right: -10px;
    background-image: url("../svg/re-twitter-widget-arrow-right.svg");
}

.re-section-twitter-widget .re-twitter-item>div {
    max-width: 700px;
}

.re-footer .re-footer-upper .re-footer-row .re-footer-col li {
    margin-top: 15px;
}

.re-footer .re-footer-upper .re-footer-row .re-footer-col h4,
.re-extras-heading {
    font-size: 16px;
    line-height: 130%;
}

.re-footer .re-footer-upper .re-footer-row .re-footer-col h4,
.re-footer .re-footer-upper .re-footer-row .re-footer-col a {
    color: var(--headings-txt-color);
}

.re-footer .re-footer-upper .re-footer-row .re-footer-col a {
    display: block;
}

.re-footer-widget-container {
    border-top: 1px solid var(--bg-grey);
}

.re-extras .re-extras-item>a {
    font-size: 15px;
    line-height: 130%;
    color: var(--main-txt-color);
}

.re-extras .re-extras-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.re-extras .re-extras-socials a {
    display: inline-block;
    min-width: 29px;
    max-width: 29px;
    min-height: 29px;
    max-height: 29px;
    border-radius: 50%;
    overflow: hidden;
}

.re-extras .re-extras-socials a>img {
    width: 100%;
}

.re-extras .re-extras-socials a:not(:first-child) {
    margin-left: 15px;
}

.re-extras .re-extras-logos p {
    line-height: 0;
}

.re-extras .re-extras-logos img {
    height: 50px;
    width: auto;
}

.re-copyright-section p {
    color: var(--main-txt-color-grey);
    font-size: 11px;
    line-height: 14px;
    padding-left: 15px;
    background: url("../svg/re-copyright.svg") no-repeat left top 2px;
}

.re-section-blog-post {
    padding-bottom: 0 !important;
}

.re-insights-single-top-author-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.re-insights-single-top-author-area-left,
.re-insights-single-top-author-area-right,
.re-insights-single-top-author-area-left .re-author-meta,
.re-insights-single-top-author-area-right .post-meta,
.re-insights-single-top-author-area-right .post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.re-section-blog-post .re-heading {
    margin-bottom: 80px;
}

.re-section-blog-post .re-insights-single-published-date {
    margin-right: 15px;
}

.re-insights-single-top-author-area-left .re-separator {
    margin-right: 15px;
}

.re-author-meta .re-author {
    color: var(--primary-red);
}

.re-insights-single-top-author-area-right .post-duration::before {
    content: url(../svg/re-time-to-read-icon.svg);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 10px;
    width: 14px;
    height: 16px;
}

.re-insights-single-top-author-area-right .re-separator {
    margin: 0 15px 0 10px;
}

.re-insights-single-top-author-area-right .post-share {
    background-image: url("../svg/re-share-icon.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    background-position: center right;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.re-insights-single-top-author-area-right .post-share:not(.re-share-active) .post-share-icons {
    display: none;
}

.re-insights-single-top-author-area-right .post-share-icons {
    list-style: none;
    padding: 9px;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.11);
    background: #FFF;
    position: absolute;
    width: 114px;
    height: 42px;
    top: -51px;
    right: -10px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
}

.re-insights-single-top-author-area-right .post-share-icons li a {
    display: block;
}

.re-insights-single-top-author-area-right .post-share-icons::before,
.re-insights-single-top-author-area-right .post-share-icons::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 9px;
    bottom: -9px;
    z-index: 4;
}

.re-insights-single-top-author-area-right .post-share-icons::before {
    left: calc(80% - 7px);
    background: -webkit-gradient(linear, right top, left bottom, from(#ffffff), color-stop(49.9%, #ffffff), color-stop(50%, transparent));
    background: -o-linear-gradient(right top, #ffffff 0%, #ffffff 49.9%, transparent 50%);
    background: linear-gradient(to left bottom, #ffffff 0%, #ffffff 49.9%, transparent 50%);
}

.re-insights-single-top-author-area-right .post-share-icons::after {
    right: calc(20% - 7px);
    background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), color-stop(49.9%, #ffffff), color-stop(50%, transparent));
    background: -o-linear-gradient(left top, #ffffff 0%, #ffffff 49.9%, transparent 50%);
    background: linear-gradient(to right bottom, #ffffff 0%, #ffffff 49.9%, transparent 50%);
}

.post-share-linkedin {
    background: url(../svg/re-linkedin.svg);
}

.post-share-twitter {
    background: url(../svg/re-twitter.svg);
}

.post-share-facebook {
    background: url(../svg/re-facebook.svg);
}

.re-insights-single-top-author-area-right .post-share-icons>li:not(:last-child) {
    margin-right: 12px;
}

.post-share-email,
.post-share-twitter,
.post-share-linkedin,
.post-share-facebook {
    height: 29px;
    width: 29px;
    border-radius: 12px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
}

.re-insights-single-top-author-area-right .post-share-email,
.re-insights-single-top-author-area-right .post-share-twitter,
.re-insights-single-top-author-area-right .post-share-linkedin,
.re-insights-single-top-author-area-right .post-share-facebook {
    height: 24px;
    width: 24px;
    background-size: 24px;
}

.re-section-blog-post .post-share-icons a {
    text-indent: -99999px;
    display: block;
    height: 100%;
}

.re-section-blog-post .re-featured-image {
    overflow: visible;
}

.re-section-blog-post .re-featured-image img {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
}

.re-section-blog-post .re-insights-single-content {
    margin: 50px auto;
}

.re-section-blog-post .re-floating-share-icons-container {
    position: relative;
    z-index: 1;
}

.re-section-blog-post .re-floating-share-icons-container .re-floating-share-icons {
    position: absolute;
    z-index: 997;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50px;
    left: 0;
}

.re-section-blog-post .re-floating-share-icons-container .re-floating-share-icons>li:not(:last-child) {
    margin-bottom: 10px;
}

.re-section-blog-post .re-floating-share-icons-container ul.re-floating-share-icons.re-sticky-icons {
    position: fixed;
    top: 140px;
}

.re-body-has-sticky-icons .re-section-related-insights,
.re-body-has-sticky-icons .re-bottom-components,
.re-body-has-sticky-icons footer,
.re-body-has-sticky-icons .re-insights-single-bottom-author-area {
    position: relative;
    z-index: 998;
}

.re-body-has-sticky-icons .re-bottom-components,
.re-body-has-sticky-icons footer {
    background-color: white;
}

@media only screen and (min-width: 1592px) {
    .re-section-blog-post .re-floating-share-icons-container ul.re-floating-share-icons.re-sticky-icons {
        left: calc((100% - 1400px) / 2);
    }
}

@media only screen and (max-width: 1591px) {
    .re-section-blog-post .re-floating-share-icons-container ul.re-floating-share-icons.re-sticky-icons {
        left: var(--l-spacing);
    }
}

.re-section-blog-post .re-insights-single-content img {
    display: block;
    height: auto;
    margin: 20px 0;
    border-radius: 3px;
}

.re-section-blog-post .re-insights-single-content p {
    width: 100%;
    font-family: "GoogleSans-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    text-align: left;
}

/* 
.re-section-blog-post .re-insights-single-content h3 {
    font-family: "Gilroy-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
} */

.re-section-blog-post .re-insights-single-content::after {
    display: block;
    content: "";
    margin-top: 50px;
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
}

.re-section-blog-post .re-insights-single-categories-tags {
    max-width: 700px;
    margin: 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-section-blog-post .re-insights-single-categories-tags::before {
    content: url(../svg/re-tag-icon.svg);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 12px;
    width: 14px;
    height: 16px;

}

.re-section-blog-post .re-insights-single-categories-tags a {
    text-transform: capitalize;
}

.re-section-blog-post .re-insights-single-categories-tags a:hover {
    text-decoration: underline;
}

.re-section-blog-post .re-insights-single-categories-tags .re-separator {
    margin: 0 12px;
}

.re-section-blog-post .re-insights-single-categories-tags span:last-of-type {
    display: none;
}

.re-section-blog-post .re-insights-single-bottom-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin: 0 auto 80px auto;
}

.re-section-blog-post .re-insights-single-bottom-share-icons span {
    font-family: "GoogleSans-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    text-align: left;
    margin-right: 10px;
}

.re-insights-single-bottom-share-icons .post-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.re-insights-single-bottom-share-icons .post-share-icons>li,
.re-insights-single-bottom-share-icons .post-share-icons>li a {
    height: 29px;
    width: 29px;
}

.re-insights-single-bottom-share-icons .post-share-icons>li:not(:last-child) {
    margin-right: 15px;
}

/* .re-section-blog-post .re-insights-single-bottom-author-area::before {
	display: block;
	content: "";
	border-top: 1px solid #DEEDFF;
	width: 100%;
} */
.re-insights-single-bottom-author-area .re-section-content-inner {
    max-width: 700px;
    margin: 20px auto;
}

.re-insights-single-bottom-author-area .re-section-content .re-insights-single-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 20px 0;
}

.re-insights-single-bottom-author-area .re-section-content .re-insights-single-author .author-dp {
    height: 79px;
    width: 79px;
}

.re-insights-single-author .author-dp img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px #ffffff00;
    border-radius: 50px;
}

.re-insights-single-author .author-meta {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 20px;
}

.re-insights-single-author .author-meta .re-author-designation {
    display: block;
}

.re-insights-single-author .author-meta,
.re-insights-single-author-bio {
    font-family: "GoogleSans-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 160%;
    text-align: left;
}

.re-insights-single-bottom-author-area .re-section-start.re-section-break-white,
.re-section-newsletter .re-section-start.re-section-break-white {
    border-top: 1px solid var(--bg-white-border);
}

.re-insights-single-bottom-author-area .re-section-start.re-section-break-green,
.re-section-newsletter .re-section-start.re-section-break-green {
    border-top: 1px solid var(--bg-light-green-border);
}

.re-insights-single-bottom-author-area .re-section-start.re-section-break-blue,
.re-section-newsletter .re-section-start.re-section-break-blue {
    border-top: 1px solid var(--bg-light-blue-border);
}

.re-blog-area .re-current-query {
    color: var(--primary-red);
}

.re-blog-area .re-insights-all-categories li.re-active-category {
    color: var(--primary-red);
    text-decoration: underline;
    font-size: 17px;
    line-height: 160%;
}

.re-blog-area .re-insights-all-categories li:not(.re-active-category) a:hover {
    text-decoration: underline;
}

.re-blog-area .post-body .post-categories>a.re-current-category {
    color: #D81E5B;
    pointer-events: none;
}

.re-blog-post iframe,
.re-blog-post video {
    width: 100%;
    height: 400px;
}

.re-blog-post form ul {
    list-style: none;
    padding-left: 0;
}

.re-blog-area .re-section-blog-index {
    padding-top: 0;
}

.re-section-blog-index .re-blog-index-top {
    padding: 30px 0;
}

.re-section-blog-index .re-section-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.re-section-blog-index .re-section-subtitle .re-page-indication {
    color: var(--grey-text);
    margin-left: 15px;
}

.re-section-blog-index .re-search-form::before {
    content: url(../svg/re-search.svg);
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 0 13px;
    vertical-align: middle;
}

.re-section-blog-index .re-search-form {
    background-color: white;
    margin: 20px auto;
    padding: 8px 0;
    width: 480px;
    height: 50px;
    border: 1px solid #DEEDFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.re-text-area.re-no-post-found {
    margin: 120px auto 30px auto;
}

.re-section-blog-index .re-search-count {
    font-size: 17px;
    line-height: 160%;
    color: #A3A3A3;
    width: 480px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}

.re-section-blog-index .re-search-form label {
    width: 100%;
}

.re-section-blog-index .re-search-form .re-search-field {
    font-size: 17px;
    line-height: 160%;
    width: 100%;
    padding-right: 15px !important;
}

.re-section-blog-index .re-search-form .re-search-submit {
    color: var(--primary-red);
    background-image: url(../svg/re-search-arrow.svg);
    background-size: 8px;
    background-color: #fff;
    background-position: right center;
    padding-right: 15px;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.re-section-blog-index .re-search-form .re-search-clear {
    color: var(--primary-red);
    background-image: url(../svg/re-search-clear.svg);
    background-size: 9px;
    background-color: #fff;
    background-position: right center;
    padding-right: 15px;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.re-section-blog-index .re-search-form:not(.re-typing) .re-search-submit {
    display: none;
}

.re-section-blog-index .re-search-form .re-search-clear {
    display: none;
}

.search .re-section-blog-index .re-search-form:not(.re-typing) .re-search-clear {
    display: block;
}

.re-section-blog-index .re-insights-all-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search .re-section-blog-index .re-insights-all-categories {
    display: none;
}

.re-section-blog-index .re-insights-all-categories li:not(:last-child) {
    text-transform: capitalize;
    margin-right: 20px;
}

.re-section-blog-index .re-insights-all-categories li a {
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    color: #384957;
}

.re-section-blog-index .re-post-container {
    padding: 45px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.re-section-blog-index .re-section-newsletter {
    margin: 40px auto;
}

.re-section-blog-index .re-newsletter-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.re-section-blog-index article.post,
.re-section-related-insights article.post {
    max-width: 421px;
    min-width: 269px;
    width: calc((100% - (68px * 2)) / 3);
    position: relative;
    padding-bottom: 27px;
}

.re-section-blog-index article.post:not(:last-child),
.re-section-related-insights article.post:not(:last-child) {
    margin-right: 68px;
}

.re-section-blog-index .post .post-thumbnail,
.re-section-blog-index .post .post-thumbnail-inner,
.re-section-related-insights .post .post-thumbnail,
.re-section-related-insights .post .post-thumbnail-inner {
    display: block;
    width: 100%;
}

.re-section-blog-index .post .post-thumbnail img,
.re-section-related-insights .post .post-thumbnail img {
    display: block;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.re-section-blog-index .post-thumbnail .post-published,
.re-section-related-insights .post-thumbnail .post-published {
    width: 108px;
    height: 24px;
    color: #fff;
    background-color: var(--primary-red);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    border-radius: 0 3px;

}

.re-section-blog-index .post-body .entry-title,
.re-section-related-insights .post-body .entry-title {
    margin: 10px 0;
}

.re-section-blog-index .post-body .post-blurb,
.re-section-related-insights .post-body .post-blurb {
    margin-bottom: 10px;
    max-height: 108px;
    font-size: 17px;
    line-height: 160%;
    overflow: hidden;
}

.re-section-blog-index .post-body .post-categories,
.re-section-related-insights .post-body .post-categories {
    margin-bottom: 10px;
    color: var(--grey-text);
    font-size: 14px;
}

.re-section-blog-index .post-body .post-categories a,
.re-section-related-insights .post-body .post-categories a {
    color: var(--grey-text);
    font-size: 14px;
    line-height: 18px;
}

.re-section-blog-index .post-body .post-categories a:hover,
.re-section-related-insights .post-body .post-categories a:hover {
    text-decoration: underline;
}

.re-section-blog-index .post-body .post-categories:before,
.re-section-related-insights .post-body .post-categories:before {
    content: url(../svg/re-tag-gray.svg);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 8px;
    width: 14px;
    height: 16px;
}

.re-section-blog-index .post-body .post-categories .re-separator,
.re-section-related-insights .post-body .post-categories .re-separator {
    margin: 0 8px;
}

.re-section-blog-index .post-body .post-link,
.re-section-related-insights .post-body .post-link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.re-section-related-insights .re-btn-container {
    text-align: center;
}

.re-section-blog-index .re-section-newsletter .re-newsletter-content {
    max-width: 700px;
}

.re-section-newsletter .re-newsletter-banner .re-text-area {
    margin-top: 3px;
    font-size: 19px;
    line-height: 160%;
}

.re-section-newsletter .re-newsletter-banner .re-btn-container {
    margin-top: 25px;
}

.re-section-newsletter .re-newsletter-image {
    min-width: 185px;
    max-width: 185px;
    height: 175px;
    margin-left: 70px;
}

.re-section-newsletter .re-newsletter-image img {
    width: 100%;
    height: 100%;
}

.re-section-blog-index .navigation.pagination {
    text-align: center;
    margin-top: 45px;
}

.re-section-blog-index .navigation.pagination .nav-links {
    display: inline-block;
}

.re-section-blog-index .navigation.pagination a,
.re-section-blog-index .navigation.pagination span {
    font-size: 17px;
    color: #384957;
    line-height: 28px;
    width: 27px;
    height: 27px;
    text-align: center;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.re-section-blog-index .navigation.pagination a:hover {
    text-decoration: underline;
}

.re-section-blog-index .navigation.pagination .nav-links::after {
    content: "";
    display: table;
    clear: both;
}

.re-section-blog-index .navigation.pagination a:not(:last-child),
.re-section-blog-index .navigation.pagination span:not(:last-child) {
    margin-right: 5px;
}

.re-section-blog-index .navigation.pagination .current {
    background: var(--primary-red);
    color: #ffffff;
    border-radius: 15px;
}

.re-section-blog-index .navigation.pagination .next {
    text-indent: -99999999px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    background-image: url("../svg/re-nav-arrow-right.svg");
}

.re-section-blog-index .navigation.pagination .prev {
    text-indent: -99999999px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    background-image: url("../svg/re-nav-arrow-left.svg");
}

.re-section-blog-index .navigation.pagination .dots {
    max-width: 8px;
}

.re-section-related-insights .re-post-container {
    margin-top: 50px;
    margin-bottom: 90px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.re-section-blog-index .post .post-thumbnail,
.re-section-related-insights .post .post-thumbnail {
    position: relative;
}

.re-blog-post .re-blog-cta {
    padding-left: var(--cta-h-padding-m);
    padding-right: var(--cta-h-padding-m);
    background-color: var(--primary-red);
    color: #fff;
    line-height: 37px;
    text-align: center;
    border: 1px solid var(--primary-red);
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
}

.CookieDeclaration .CookieDeclarationType {
    width: 100%;
    overflow-x: auto;
}

.CookieDeclaration .CookieDeclarationTable {
	min-width: 600px;
}

.re-section-container.re-section-hero .re-text-area table {
	min-width: 600px;
}
.re-section-container.re-section-hero .re-text-area {
	overflow-x: auto;
}
.re-primary-nav .re-primary-nav-left .current_page_parent>a {
	font-family: "Gilroy-Bold";
	-webkit-text-decoration-color: var(--primary-red);
    text-decoration-color: var(--primary-red);
    text-decoration-thickness: 2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

label.accord {
    display: block;    
	padding: 8px 22px;
    margin: 0 0 1px 0;
	cursor: pointer;
	background: #DEEDFF;
	border-radius: 3px;
	color: #002958;
	transition: ease .5s;
}
label.accord:hover {
	background: #006EFF;
	color: #FFF;
}
.accordcontent {
    background: #F6FAFF;
    padding: 10px 25px;
    border: 1px solid #DEEDFF;
	margin: 0 0 1px 0;
	border-radius: 3px;
}

input.accord + .accordcontent {
	display: none;
}

input.accord:checked + .accordcontent {
	display: block;
}

input.accord {
	display: none;
}

.faqs {
	text-align:left;
}

.faqbody {
  width: 100%;
  background: #F6FAFF;
  padding: 10px 25px;
  border: 1px solid #DEEDFF;
  margin: 0 0 1px 0;
  border-radius: 3px;
  display: none;
}

.buttonfaq{
	width:100%;
	text-align:left;
    padding: 25px 20px;
    margin: 0 0 3px 0;
	cursor: pointer;
	background: #DEEDFF;
	border-radius: 3px;
	color: #002958;
	transition: ease .5s;    
}

.buttonfaq:hover{
	background: #F6FAFF;    
}

/********RESPONSIVE STARTS******************/

@media only screen and (min-width: 1135px) {
	h1.entry-title {
		display: none;
	}
	
	.re-heading {
        font-size: 50px;
        line-height: 130%;
    }

	.re-subheading-large {
        font-size: 30px;
        line-height: 37px;
    }

    .re-subheading-home {
        font-size: 40px;
        line-height: 48px;	
    }		
	
    .re-subheading-medium {
        font-size: 22px;
    }

    .re-btn {
        padding-left: var(--cta-h-padding-l);
        padding-right: var(--cta-h-padding-l);
    }

    .re-section-column .re-row .re-col:nth-of-type(2) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .re-section-column .re-col {
        width: calc((100% - 40px) / 3);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .re-section-column .re-col>*:not(:first-child) {
        margin-top: 20px;
    }

    .re-section-image-text .re-col {
        min-width: calc(50% - 34px);
        max-width: calc(50% - 34px);
    }

    .re-section-image-text>div>.re-btn-container {
        margin-top: 80px;
    }

    .re-section-testimonial .re-col {
        width: calc((100% - 68px) / 2);
    }

    .re-section-testimonial .re-col:first-child .re-section-logo {
        display: none;
    }

    .re-section-testimonial .re-section-logo {
        border: 1px solid #9e9e9e;
    }

    .re-testimonial-container.slick-slider .slick-arrow {
        position: absolute;
        z-index: 9;
        text-indent: -999999px;
        width: 28px;
        height: 29px;
        top: calc(50% - (29px / 2));
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
    }

    .re-testimonial-container.slick-slider .slick-prev {
        left: -58px;
        background-image: url("../svg/re-round-arrow-left.svg");
    }

    .re-testimonial-container.slick-slider .slick-next {
        right: -58px;
        background-image: url("../svg/re-round-arrow-right.svg");
    }

    .re-section-testimonial .re-arrow {
        display: none;
    }

    .re-section-testimonial .re-section-btn {
        margin-top: 80px;
    }

    .re-section-icon .re-item-container-wrapper.six-columns .re-item:not(:last-child) {
        margin-right: 40px;
    }

    .re-section-results .re-col {
        min-width: calc((100% - 80px) / 3);
        max-width: calc((100% - 80px) / 3);
    }

    .re-case-study-featured .re-case-study-row:not(:last-child) {
        margin-bottom: 80px;
    }

    .re-case-study-featured .re-case-study-item {
        min-width: calc((100% - 68px) / 2);
        max-width: calc((100% - 68px) / 2);
    }

    .re-case-study-featured .re-img-border-radius {
        height: 248px;
        margin-bottom: 15px;
    }

    .re-case-study-featured .re-case-study-subcontent {
        padding-top: 0;
        padding-bottom: 0;
    }

    .re-case-study-featured .re-heading,
    .re-case-study-featured .re-subheading-large,
    .re-case-study-featured .re-subheading-medium,
    .re-case-study-featured .re-subheading-small,
    .re-case-study-featured .re-text-area {
        margin-bottom: 15px;
    }

    .re-case-study-all .re-case-study-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .re-case-study-all .re-case-study-row:not(:last-child) {
        margin-bottom: 80px;
    }

    .re-case-study-all .re-case-study-item {
        min-width: calc((100% - (68px * 2)) / 3);
        max-width: calc((100% - (68px * 2)) / 3);
    }

    .re-case-study-all .re-case-study-item:not(:last-child) {
        margin-right: 68px;
    }

    .re-case-study-all .re-case-study-subcontent {
        position: relative;
        height: calc(100% - 170px);
        padding-bottom: 37px;
    }

    .re-case-study-all .re-case-study-subcontent .re-link-container {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .re-case-study-all .re-case-study-subcontent .re-link-container {
        bottom: 10px;
    }

    .re-case-study-featured .re-case-study-subcontent {
        height: calc(100% - 263px);
        padding-bottom: 27px;
    }

    .re-case-study-featured .re-case-study-subcontent .re-link-container {
        bottom: 0;
    }

    .re-section-case-study-index .re-btn-container {
        margin-top: 80px;
    }

    .re-section-content,
    .re-footer>section>*,
    .re-footer-widget-container>div {
        padding-left: var(--l-spacing);
        padding-right: var(--l-spacing);
        max-width: calc(var(--max-width-cap) + (var(--l-spacing) * 2));
        margin-left: auto;
        margin-right: auto;
    }

    .re-ie-content {
        padding-left: 96px;
        padding-right: 96px;
        max-width: calc(1400px + (96px * 2));
        margin-left: auto;
        margin-right: auto;
    }

    .re-footer a:not(.re-btn):hover {
        text-decoration: underline;
    }

    .re-footer .re-footer-upper .re-footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 33px;
        padding-bottom: 43px;
    }

    .re-footer .re-footer-upper .re-footer-row>div>*:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col {
        min-width: 152px;
        max-width: 152px;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col li,
    .re-footer .re-footer-upper .re-footer-row .re-footer-col a {
        font-size: 14px;
        line-height: 18px;
    }

    .re-newsletter,
    .re-extras {
        padding-top: 40px;
    }

    .re-newsletter {
        padding-bottom: 40px;
    }

    .re-newsletter .re-newsletter-content {
        font-size: 17px;
        line-height: 160%;
    }

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

    .re-extras .re-extras-items-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .re-extras .re-extras-item {
        margin-right: 60px;
    }

    .re-extras .re-extras-right {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .re-extras .re-extras-socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .re-extras .re-extras-logos {
        margin-top: 18px;
        text-align: right;
    }

    .re-extras .re-extras-logos img {
        margin-left: 3px;
    }

    .re-copyright-section {
        margin-bottom: 36px;
    }

    .re-insights-single-top-author-area .re-insights-single-top-author-area-right .re-separator,
    .re-insights-single-top-author-area .re-insights-single-top-author-area-right .post-share {
        display: none;
    }

    .re-author:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1134px) {
    * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    input,
    select,
    textarea,
    button {
        -webkit-touch-callout: default !important;
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        -ms-user-select: auto !important;
        user-select: auto !important;
    }

    .re-section-column .re-col {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .re-section-column .re-col>*:not(:first-child) {
        margin-top: 16px;
    }

    .re-section-testimonial .re-col:last-child .re-section-logo {
        display: none;
    }

    .re-section-testimonial .re-col:first-child>div {
        position: relative;
    }

    .re-section-testimonial .re-section-logo {
        position: absolute;
        left: 10px;
        bottom: 10px;
        z-index: 9;
    }

    .re-testimonial-container.slick-slider .slick-arrow {
        display: none !important;
    }

    .re-section-testimonial .re-prev,
    .re-section-testimonial .re-next {
        cursor: pointer;
        background-repeat: no-repeat;
    }

    .re-section-testimonial .re-prev {
        padding-left: 22px;
        background-image: url("../svg/re-left-arrow.svg");
        background-position: left center;
    }

    .re-section-testimonial .re-prev::before {
        content: 'Previous';
    }

    .re-section-testimonial .re-next {
        padding-right: 22px;
        background-image: url("../svg/re-right-arrow.svg");
        background-position: right center;
    }

    .re-section-testimonial .re-next::before {
        content: 'Next';
    }

    .re-case-study-featured .re-case-study-row:not(:last-child),
    .re-case-study-all .re-case-study-row:not(:last-child),
    .re-case-study-all .re-case-study-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .re-case-study-featured .re-case-study-subcontent {
        height: calc(100% - 170px);
        padding-bottom: 37px;
    }

    .re-case-study-featured .re-case-study-subcontent .re-link-container {
        bottom: 10px;
    }

    /*     .hs-fieldtype-text:not(.re-form-show),
    .hs-fieldtype-select:not(.re-form-show) {
        display: none;
    }

    .re-blog-post .hs-fieldtype-text:not(.re-form-show),
    .re-blog-post .hs-fieldtype-select:not(.re-form-show) {
        display: block;
    } */

    .re-footer .re-footer-upper .re-footer-row .re-footer-col {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .re-footer .re-footer-upper .re-footer-row>div:not(:last-of-type)>.re-footer-col,
    .re-footer .re-footer-upper .re-footer-row>div:last-of-type>.re-footer-col:not(:last-of-type) {
        border-bottom: 1px solid var(--bg-grey);
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col h4 {
        padding-right: 35px;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col h4,
    .re-footer .re-footer-upper .re-footer-row .re-footer-col.re-collapsed {
        cursor: pointer;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col.re-collapsed h4 {
        background: url("../svg/re-plus.svg") no-repeat right center;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col:not(.re-collapsed) h4 {
        background: url("../svg/re-minus.svg") no-repeat right center;
    }

    .re-footer .re-footer-col h4+div {
        height: auto;
        opacity: 1;
        -webkit-transition: max-height 0.5s ease-out, opacity 1s ease;
        -o-transition: max-height 0.5s ease-out, opacity 1s ease;
        transition: max-height 0.5s ease-out, opacity 1s ease;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col.re-collapsed h4+div {
        max-height: 0 !important;
        overflow: hidden;
        opacity: 0;
    }

    .re-footer .re-footer-upper .re-footer-row .re-footer-col li,
    .re-footer .re-footer-upper .re-footer-row .re-footer-col a {
        font-size: 15px;
        line-height: 130%;
    }

    .re-newsletter,
    .re-extras {
        padding-top: 25px;
    }

    .re-newsletter .re-newsletter-content {
        font-size: 15px;
        line-height: 130%;
    }

    .re-extras .re-extras-item {
        margin-top: 12px;
    }

    .re-extras .re-extras-socials {
        margin-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .re-extras .re-extras-logos {
        margin-top: 23px;
    }

    .re-extras .re-extras-logos img:not(:last-child) {
        margin-right: 3px;
    }

    .re-copyright-section {
        margin-top: 21px;
        margin-bottom: 24px;
    }

    .re-section-blog-post .re-floating-share-icons-container {
        display: none;
    }

    .re-insights-single-top-author-area-left .re-author-designation {
        display: none;
    }

    .re-section-blog-index .re-post-container,
    .re-section-related-insights .re-post-container {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .re-section-blog-index article.post:not(:last-child),
    .re-section-related-insights article.post:not(:last-child) {
        margin: 0 auto;
    }

    .re-section-blog-index article.post,
    .re-section-related-insights article.post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: initial;
        min-width: initial;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .re-section-blog-index .re-section-content .re-post-container:last-child article:last-child,
    .re-section-related-insights .re-post-container article:last-child {
        border-bottom: 0px;
    }

    .re-section-blog-index .post-body .post-link,
    .re-section-related-insights .post-body .post-link {
        position: initial;
    }

    .re-section-blog-index .post-body,
    .re-section-related-insights .post-body {
        margin-left: 30px;
        width: calc(57% - 30px);
    }

    .re-section-blog-index .post .post-thumbnail,
    .re-section-related-insights .post .post-thumbnail {
        width: 43%;
        max-width: 439px;
        min-width: 269px;
    }

    .re-section-blog-index .post-body .entry-title,
    .re-section-related-insights .post-body .entry-title {
        margin: 0 0 10px 0;
    }

    .re-section-blog-index .re-section-newsletter {
        margin: 0 auto;
    }

    .re-section-blog-index .navigation.pagination {
        margin-top: 55px;
    }

    .re-section-related-insights .re-post-container {
        margin-top: 0px;
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 1134px) and (min-width: 745px) {
    .re-heading {
        font-size: 42px;
        line-height: 140%;
    }

    .re-subheading-home {
        font-size: 34px;
        line-height: 40px;
    }	
	
    .re-subheading-large {
        font-size: 28px;
        line-height: 35px;
    }

    .re-subheading-medium {
        font-size: 20px;
    }

    .re-btn {
        padding-left: var(--cta-h-padding-m);
        padding-right: var(--cta-h-padding-m);
    }

    .re-section-column .re-row .re-col:nth-of-type(2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .re-section-column .re-col {
        width: calc((100% - 20px) / 3);
    }

    .re-section-column .re-col .re-btn {
        padding-left: var(--cta-h-padding-s);
        padding-right: var(--cta-h-padding-s);
    }

    .re-section-image-text .re-col {
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .re-section-image-text>div>.re-btn-container {
        margin-top: 40px;
    }

    .re-section-testimonial .re-col {
        width: calc((100% - 30px) / 2);
    }

    .re-section-testimonial .re-subheading-large {
        margin-top: 0 !important;
    }

    .re-section-testimonial .re-arrow {
        margin-top: 40px;
        text-align: center;
    }

    .re-section-testimonial .re-section-btn {
        margin-top: 40px;
    }

    .re-section-logo-bar .re-item-container-wrapper.five-columns,
    .re-section-logo-bar .re-item-container-wrapper.six-columns {
        margin-left: calc(var(--m-spacing) * -1);
        margin-right: calc(var(--m-spacing) * -1);
    }

    .re-section-logo-bar .five-columns .re-row,
    .re-section-logo-bar .six-columns .re-row {
        padding-left: var(--m-spacing);
        padding-right: var(--m-spacing);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%;
    }

    .re-section-icon .re-item-container-wrapper.six-columns .re-item:not(:last-child) {
        margin-right: 22px;
    }

    .re-section-results .re-col {
        min-width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }

    .re-section-results .data-item .re-heading {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .re-case-study-featured .re-case-study-item {
        min-width: calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }

    .re-section-case-study-index .re-btn-container {
        margin-top: 70px;
    }

    .re-case-study-all .re-case-study-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .re-case-study-all .re-img-border-radius {
        min-width: 42%;
        max-width: 42%;
        margin-right: 30px;
    }

    .re-case-study-all .re-case-study-subcontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .re-section-hero .re-btn,
    .re-section-column .re-section-btn,
    .re-section-image-text .re-section-btn,
    .re-section-testimonial .re-section-btn,
    .re-section-logo-bar .re-section-btn,
    .re-section-case-study-index .re-section-btn {
        padding-left: var(--cta-h-padding-l);
        padding-right: var(--cta-h-padding-l);
    }

    .re-section-content,
    .re-footer .re-footer-upper .re-footer-row .re-footer-col,
    .re-footer-widget-container>div,
    .re-copyright-content {
        padding-left: var(--m-spacing);
        padding-right: var(--m-spacing);
    }

    .re-ie-content {
        padding-left: 48px;
        padding-right: 48px;
    }

    .re-newsletter {
        padding-bottom: 30px;
    }

    .re-section-blog-post .re-heading {
        margin-bottom: 40px;
    }

    .re-section-blog-post .re-insights-single-content {
        margin: 40px auto;
    }

    .re-section-blog-post .re-insights-single-categories-tags {
        margin: 40px auto;
    }

    .re-section-blog-post .re-insights-single-bottom-share-icons {
        margin: 0 auto 40px auto;
    }

    .re-section-blog-post .re-insights-single-content img {
        margin: 20px 0;
    }
}

@media only screen and (min-width: 745px) {
    .re-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .re-heading,
    .re-subheading-large,
	.re-subheading-home	{
        letter-spacing: 0.02em;
    }

    .re-section-start,
    .re-section-end {
        height: 59px;
    }

    .re-spacer {
        height: 30px;
    }

    .re-section-container:not(hr) {
        padding-top: var(--component-h-spacing-l);
        padding-bottom: var(--component-h-spacing-l);
    }

    .re-section-column {
        text-align: center;
    }

    .re-section-column .re-col {
        max-width: 402px;
    }

    .re-section-column .re-column-thumbnail {
        margin-left: auto;
        margin-right: auto;
    }

    .re-section-column>div>.re-btn-container {
        margin-top: 70px;
    }

    .re-full-height-image:not(.re-full-height-image-v-padding) .re-section-image>div {
        height: 400px;
    }

    .firefox .re-full-height-image:not(.re-full-height-image-v-padding) .re-section-image>div {
        width: 100%;
    }

    .re-full-height-image.re-full-height-image-v-padding .re-section-image>div {
        height: 100%;
    }

    .re-full-height-image .re-section-image>div a,
    .re-full-height-image .re-section-image>div img {
        height: 100%;
    }

    .re-full-height-image .re-section-image>div img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .re-section-image-text.re-img-right .re-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .re-section-image-text .re-col,
    .re-section-testimonial .re-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .re-section-image-text .re-section-text>div>*:not(first-child) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .re-section-image-text>div>.re-btn-container,
    .re-section-testimonial>div>.re-btn-container,
    .re-section-logo-bar>div {
        text-align: center;
    }

    .re-section-testimonial .re-col:nth-child(2)>div>*:not(:first-child) {
        margin-top: 20px;
    }

    .re-section-testimonial .re-col:nth-child(2)>div {
        padding-right: 15px;
    }

    .re-section-logo-bar .re-section-content>*:not(:first-child) {
        margin-top: 50px;
    }

    .re-section-icon .re-row.re-item-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .re-section-icon .re-item-container-wrapper .re-row:not(:last-child) {
        margin-bottom: 30px;
    }

    .re-section-icon .re-item-container-wrapper:not(.six-columns) .re-item:not(:last-child) {
        margin-right: 40px;
    }

    .re-section-case-study-index>div>.re-heading,
    .re-section-case-study-index>div>.re-subheading-large,
    .re-section-case-study-index>div>.re-subheading-medium,
    .re-section-case-study-index>div>.re-subheading-small {
        margin-bottom: 30px;
    }

    .re-section-case-study-index .re-btn-container {
        text-align: center;
    }

    textarea.hs-input {
        height: 150px !important;
    }

    .hs-button {
        padding-left: 76px;
        padding-right: 76px;
    }

    .re-section-twitter-widget .re-twitter-label {
        margin-bottom: 22px;
    }

    .re-section-twitter-widget .re-twitter-item-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .re-newsletter .re-newsletter-content {
        margin-top: 10px;
    }

    .re-newsletter .re-btn {
        margin-top: 20px;
    }

    .re-small-post-suration {
        display: none;
    }
}

@media only screen and (max-width: 744px) {
    .re-body-copy-large {
        font-size: 17px;
        line-height: 160%;
    }

    .re-insights-single-top-author-area-right .post-share-icons {
        background: #f1f1f100;
    }

    .re-heading {
        font-size: 27px;
        line-height: 150%;
    }
	
    .re-subheading-home {
        font-size: 24px;
        line-height: 145%;
    }	

    .re-subheading-large {
        font-size: 22px;
        line-height: 142%;
    }

    .re-subheading-medium {
        font-size: 18px;
    }

    .re-btn {
        padding-left: var(--cta-h-padding-s);
        padding-right: var(--cta-h-padding-s);
    }

    .re-section-start,
    .re-section-end {
        height: 23px;
    }

    .re-spacer {
        height: 8px;
    }

    .re-section-container:not(hr) {
        padding-top: var(--component-h-spacing-s);
        padding-bottom: var(--component-h-spacing-s);
    }

    .re-section-column .re-col:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .re-section-column>div>.re-btn-container,
    .re-section-image-text .re-section-text>div>* {
        margin-top: 16px;
    }

    .re-section-image-text>div>.re-btn-container {
        margin-top: 24px;
    }

    .re-section-testimonial .re-section-content .re-col,
    .re-section-testimonial .re-section-content .re-arrow,
    .re-section-testimonial .re-section-content>.re-btn-container {
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
    }

    .re-section-testimonial .re-col:nth-child(2)>div>*:not(:last-child) {
        margin-top: 16px;
    }

    .re-section-testimonial .re-col:nth-child(2)>div>.re-btn-container {
        margin-top: 30px;
    }

    .re-section-testimonial .re-arrow {
        margin-top: 30px;
    }

    .re-section-testimonial .re-section-btn {
        margin-top: 30px;
    }

    .re-section-logo-bar .re-section-content>*:not(:first-child) {
        margin-top: 35px;
    }

    .re-section-logo-bar .re-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%;
    }

    .re-section-logo-bar .re-item {
        text-align: center;
    }

    .re-section-logo-bar .re-item-container-wrapper,
    .re-section-icon .re-item-container-wrapper,
    .re-case-study-featured .re-case-study-item-container-wrapper {
        margin-left: calc(var(--s-spacing) * -1);
        margin-right: calc(var(--s-spacing) * -1);
    }

    .re-section-icon .re-item-container-wrapper,
    .re-section-results .re-results-item-container,
    .re-case-study-featured .re-case-study-item-container-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .re-section-icon .re-item-container-wrapper,
    .re-section-icon .re-row,
    .re-section-results .re-results-item-container,
    .re-section-results .re-results-item-container .re-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .re-section-icon .re-row,
    .re-case-study-featured .re-case-study-row {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .re-section-icon .re-row:first-child {
        padding-left: var(--s-spacing);
    }

    .re-section-icon .re-row:last-child {
        padding-right: var(--s-spacing);
    }

    .re-section-icon .re-item-container-wrapper:not(.six-columns) .re-item:not(:last-child) {
        margin-right: 20px;
    }

    .re-section-icon .re-item-container-wrapper .re-row:not(:last-child),
    .re-section-icon .re-item-container-wrapper .re-item:not(:last-child) {
        margin-right: 20px;
    }

    .re-section-results .re-results-item-container {
        margin-left: calc(var(--s-spacing) * -1);
        margin-right: calc(var(--s-spacing) * -1);
    }

    .re-section-results .re-row {
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .re-section-results .re-col {
        min-width: 253px;
        max-width: 253px;
    }

    .re-section-results .re-col:not(:last-child) {
        margin-right: 12px;
    }

    .re-case-study-featured .re-case-study-item-container {
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
    }

    .re-case-study-featured .re-case-study-item {
        min-width: calc((100vw - (var(--s-spacing) * 2)) * 0.75);
        max-width: calc((100vw - (var(--s-spacing) * 2)) * 0.75);
    }

    .re-case-study-featured .re-case-study-item:not(:last-child) {
        margin-right: 12px;
    }

    .re-section-case-study-index>div>.re-heading,
    .re-section-case-study-index>div>.re-subheading-large,
    .re-section-case-study-index>div>.re-subheading-medium,
    .re-section-case-study-index>div>.re-subheading-small {
        margin-bottom: 20px;
    }

    .re-section-case-study-index .re-btn-container {
        margin-top: 40px;
    }

    .re-section-container:not(.re-section-testimonial) .re-section-content,
    .re-footer .re-footer-upper .re-footer-row .re-footer-col,
    .re-footer-widget-container>div,
    .re-copyright-content {
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
    }

    textarea.hs-input {
        height: 135px !important;
    }

    .hs-button {
        padding-left: 24px;
        padding-right: 24px;
    }

    .re-section-twitter-widget .re-twitter-label {
        margin-bottom: 16px;
    }

    .re-section-twitter-widget .re-twitter-item-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .re-ie-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .re-newsletter {
        padding-bottom: 25px;
    }

    .re-newsletter .re-newsletter-content {
        margin-top: 5px;
    }

    .re-newsletter .re-btn {
        margin-top: 15px;
    }

    .re-page-components .re-section-breadcrumb {
        display: none;
    }

    .re-insights-single-top-author-area .re-insights-single-top-author-area-right .re-separator {
        display: none;
    }

    .re-insights-single-top-author-area-right .post-share {
        background: none;
        height: auto;
        width: auto;
    }

    .re-insights-single-top-author-area-right .post-share:not(.re-share-active) .post-share-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: initial;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        height: auto;
        margin-top: 15px;
    }

    .re-insights-single-top-author-area-right .post-share-email,
    .re-insights-single-top-author-area-right .post-share-twitter,
    .re-insights-single-top-author-area-right .post-share-linkedin,
    .re-insights-single-top-author-area-right .post-share-facebook {
        height: 29px;
        width: 29px;
        background-size: 29px;
    }

    .re-insights-single-top-author-area-right .post-share-icons>li:not(:last-child) {
        margin-right: 15px;
    }

    .re-insights-single-top-author-area {
        margin-bottom: 15px;
    }

    .re-section-blog-post .re-featured-image img {
        max-width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
        width: auto;
        height: auto;
        display: block;
    }

    .re-insights-single-top-author-area,
    .re-insights-single-top-author-area-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .re-section-blog-post .re-insights-single-published-date {
        margin: 0 0 10px 0;
    }

    .re-insights-single-top-author-area-left .re-separator,
    .re-insights-single-top-author-area-right .post-meta .post-duration {
        display: none;
    }

    .re-section-blog-post .re-heading {
        margin-bottom: 30px;
    }

    .re-section-blog-post .re-insights-single-content {
        margin: 30px auto;
    }

    .re-section-blog-post .re-insights-single-categories-tags {
        margin: 30px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .re-section-blog-post .re-insights-single-bottom-share-icons {
        margin: 0 auto 30px auto;
    }

    .re-section-blog-post .re-insights-single-content img {
        margin: 30px 0;
    }

    .re-blog-post iframe,
    .re-blog-post video {
        width: 100%;
        height: 320px;
    }

    .re-section-blog-index .re-blog-index-top {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .re-section-blog-index .re-section-subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .re-section-blog-index .re-section-subtitle .re-page-indication {
        margin: 0 auto;
    }

    .re-section-blog-index .re-search-form,
    .re-section-blog-index .re-search-count {
        width: 100%;
    }

    .re-section-blog-index .re-insights-all-categories {
        width: calc(100% - (2 * var(--s-spacing)));
        margin: 0 auto;
    }

    .re-section-blog-index .navigation.pagination {
        margin-top: 10px;
    }

    .re-text-area.re-no-post-found {
        margin: 75px auto 30px auto;
    }

    .re-section-blog-index article.post,
    .re-section-related-insights article.post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 40px 0;
        border: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .re-section-blog-index .post .post-thumbnail,
    .re-section-related-insights .post .post-thumbnail {
        width: 100%;
        max-width: initial;
        min-width: initial;
    }

    .re-section-blog-index .post .post-thumbnail img,
    .re-section-related-insights .post .post-thumbnail img {
        width: 100%;
    }

    .re-section-blog-index .post-body,
    .re-section-related-insights .post-body {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .re-section-newsletter .re-newsletter-image {
        display: none;
    }

    .re-section-blog-index .re-section-newsletter {
        margin-bottom: 30px;
    }

    .re-section-related-insights .re-post-container {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .re-section-related-insights .re-btn-container {
        text-align: left;
    }

    .re-section-blog-index .re-section-newsletter {
        margin-bottom: 30px;
    }
}

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

    .re-primary-nav-mobile,
    .re-navigation-mobile-lower,
    .re-primary-nav-right .sub-menu-wrapper {
        display: none;
    }

    #header {
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
        border-bottom: 1px solid var(--bg-grey);
    }

    #re-main-menu {
        position: relative;
    }

    .re-logo-container,
    .re-primary-nav {
        height: 64px;
    }

    #re-main-menu,
    .re-primary-nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .re-logo-container,
    .re-primary-nav-right {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .re-primary-nav,
    .re-primary-nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .re-primary-nav-left {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .re-logo-container,
    .re-primary-nav>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .re-primary-nav-right,
    .re-primary-nav>ul>li:not(:first-child) {
        padding-left: 25px;
    }

    .re-primary-nav-right::before {
        content: url("../svg/re-menu-separator.svg");
        margin-right: 25px;
        margin-top: 14px;
    }

    .re-primary-nav ul>li a {
        color: var(--headings);
        font-size: 15px;
        line-height: 130%;
    }

    .re-primary-nav>ul>li.current-menu-item a,
    .current-menu-parent>a,
    .sub-menu-wrapper a,
    .re-primary-nav .current-page-ancestor {
        font-family: "Gilroy-Bold";
    }

    .re-primary-nav>ul>li.current-menu-item:not(.menu-item-has-children) a,
    .re-primary-nav>ul>li:not([data-cta="true"]):not(.menu-item-has-children)>a:hover,
    .re-primary-nav .current-page-ancestor>a,
    .re-primary-nav .sub-menu-expanded .submenu-title>a,
    .re-primary-nav .current-page-ancestor .submenu-title>a {
        -webkit-text-decoration-color: var(--primary-red);
        text-decoration-color: var(--primary-red);
        text-decoration-thickness: 2px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }

    .re-primary-nav ul>li[data-cta="true"] a {
        color: #FFFFFF;
        background-color: var(--primary-red);
        height: 40px;
        padding: 11px 20px;
        border-radius: 3px;
    }

    .re-primary-nav ul>li[data-cta="true"] a::after {
        content: url("../svg/re-right-chevron.svg");
        margin-left: 12px;
    }

    .menu-item-has-children>a {
        position: relative;
    }

    .menu-item-has-children>a:hover::after,
    .menu-item-has-children.sub-menu-expanded>a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 12px;
        top: 100%;
        left: 0;
        background: url("../svg/re-menu-down-arrow.svg") no-repeat bottom center;
    }

    .submenu-title a {
        pointer-events: none;
    }

    .re-primary-nav-left .sub-menu-wrapper {
        position: absolute;
        left: calc(var(--s-spacing) * -1);
        top: 65px;
        width: calc(100% + (var(--s-spacing) * 2));
        background: #FFFFFF;
        border-bottom: 1px solid var(--bg-grey);
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: var(--s-spacing);
    }

    .sub-menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sub-menu-wrapper li.submenu-title {
        min-width: 160px;
        max-width: 160px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        top: 0;
        left: -170px;
    }

    .sub-menu-wrapper li:not(.submenu-title) {
        min-width: 180px;
        max-width: 180px;
        margin-right: 10px;
    }

    .sub-menu-wrapper li:not(.submenu-title) a {
        display: inline-block;
        padding: 15px 10px 15px 20px;
    }

    .sub-menu-wrapper li:not(.submenu-title) a:hover,
    .sub-menu-wrapper li:not(.submenu-title).current-menu-item a {
        background-color: var(--bg-light-blue);
    }

    .menu-item-description {
        font-family: "GoogleSans-Regular";
        color: var(--grey-text);
        margin-top: 7px;
        display: block;
        text-decoration: none !important;
    }

    .re-secondary-menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1023px) {
    #header {
        background: rgba(0, 0, 0, 0.6);
        height: 64px;
        top: 0;
        overflow: hidden;
        -webkit-transition: top 0.2s ease-in-out, height 0.7s ease-in-out;
        -o-transition: top 0.2s ease-in-out, height 0.7s ease-in-out;
        transition: top 0.2s ease-in-out, height 0.7s ease-in-out;
    }

    body.re-mobile-menu-expanded #header {
        height: 100vh;
    }

    body:not(.re-mobile-menu-expanded) #header.re-menu-up {
        top: -65px;
    }

    body.re-mobile-menu-overflow #container,
    body.re-mobile-menu-overflow .re-footer {
        overflow: hidden !important;
        height: 0 !important;
    }

    body .re-secondary-menu.re-menu-up {
        top: -109px;
    }

    .re-logo-container {
        height: 64px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid var(--bg-grey);
        padding-left: var(--s-spacing);
        padding-right: var(--s-spacing);
    }

    .re-primary-nav-mobile {
        font-size: 15px;
        line-height: 31px;
        width: 70px;
        padding-left: 0;
        padding-right: 0;
    }

    body:not(.re-mobile-menu-expanded) .re-primary-nav-mobile::before {
        content: 'Menu';
    }

    body.re-mobile-menu-expanded .re-primary-nav-mobile::before {
        content: 'Close';
    }

    .re-primary-nav {
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }

    .re-primary-nav .current-menu-item>a,
    .re-primary-nav .current-page-ancestor>a {
        -webkit-text-decoration-color: var(--primary-red);
        text-decoration-color: var(--primary-red);
        text-decoration-thickness: 2px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }

    .re-primary-nav-left {
        padding-top: 35px;
        padding-bottom: 22px;
        border-bottom: 1px solid var(--bg-grey);
    }

    .re-primary-nav a {
        color: var(--headings-txt-color);
    }

    .re-primary-nav ul>li a {
        font-family: "Gilroy-Bold";
        font-size: 19px;
        line-height: 142%;
        display: block;
    }

    .re-primary-nav ul>li.menu-item-has-children.sub-menu-expanded>a {
        background: url("../svg/re-minus.svg") no-repeat right center;
    }

    .re-primary-nav ul>li.menu-item-has-children:not(.sub-menu-expanded)>a {
        background: url("../svg/re-plus.svg") no-repeat right center;
    }

    .re-primary-nav-left>li:not(:last-child) {
        margin-bottom: 22px;
    }

    .re-primary-nav-left>li .sub-menu-wrapper {
        padding-top: 22px;
    }

    .re-primary-nav-left>li li,
    .re-primary-nav-left>li li a {
        font-family: "GoogleSans-Regular";
        font-size: 19px;
        line-height: 160%;
        display: block;
    }

    .re-primary-nav-left>li li:not(:last-child) {
        margin-bottom: 17px;
    }

    .re-primary-nav-right>li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .re-primary-nav-right>li[data-cta="true"] {
        background-color: var(--primary-red);
    }

    .re-primary-nav-right>li[data-cta="true"] a {
        color: #FFFFFF;
        background: url("../svg/re-menu-right-chevron.svg") no-repeat right center;
    }

    .menu-item-has-children .submenu-title,
    .menu-item-description {
        display: none;
    }

    .re-primary-nav .re-extras {
        padding-top: 0;
    }

    .re-primary-nav .re-extras-item,
    .re-primary-nav .re-extras-socials,
    .re-primary-nav .re-extras-logos {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .re-primary-nav .re-extras-item:not(:first-of-type),
    .re-primary-nav .re-extras-socials,
    .re-primary-nav .re-extras-logos {
        border-top: 1px solid var(--bg-grey);
    }

    .re-secondary-menu ul li:last-child {
        padding-right: 25px;
    }

    .re-extras-item a {
        color: var(--headings-txt-color);
    }

    .re-extras-newsletter-item a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 541px) and (max-width: 1023px) {

    .re-primary-nav>ul>li,
    .re-primary-nav .re-extras-item,
    .re-primary-nav .re-extras-socials,
    .re-primary-nav .re-extras-logos {
        padding-left: 100px;
        padding-right: 35px;
    }
}


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

    .re-primary-nav>ul>li,
    .re-primary-nav .re-extras-item,
    .re-primary-nav .re-extras-socials,
    .re-primary-nav .re-extras-logos {
        padding-left: 35px;
        padding-right: 35px;
    }
}

#bitnami-banner,
.grecaptcha-badge {
    display: none !important;
}
