/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideWidth {
  0% {
    width: 0;
  }
}
@keyframes slideWidth {
  0% {
    width: 0;
  }
}
@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
    transform: translatey(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { 
  font-family:'ETmodules'; 
  src: url("//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/Storyfox_December2020/Fonts/ETmodules/modules.eot") format("embedded-opentype"),
    url("//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/Storyfox_December2020/Fonts/ETmodules/modules.ttf") format("truetype"), 
    url("//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/Storyfox_December2020/Fonts/ETmodules/modules.woff") format("woff"),
    url("//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/Storyfox_December2020/Fonts/ETmodules/modules.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin:0;
  padding-bottom: 1em;
}
p:not(.has-background):last-of-type {
  padding-bottom: 0;
}
/* Anchor Links */
a {
  color: #2ea3f2;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-family: Open Sans,Arial,sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul{
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}
ol{
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
}
ul,
ol {
  margin:0;
}

ul ul,
ol ul,
ul ol,
ol ol {
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
}
blockquote, q {
  quotes: none;
}
figure {
  margin: 0;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
outline: none;
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Open Sans,Arial,sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #f5404e;
  border-color: #f5404e;
  color: #fff;
  
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin:15px  0;
  white-space:normal;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline:0;
}

.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}


/* .hs-button:hover, .hs-button:focus {
background-color: #cd1826;
border-color: #cd1826;

color: #fff;
}
*/
/* .hs-button:active {
background-color: #ff6876;
border-color: #ff6876; */
}
.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !important;
}

.hs-form label {
  font-size: .83rem;
  color: #666;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
}
.systems-page form#email-prefs-form input[type="email"] {
    width: 100% !important;
}
.hs-input,input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"],     
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100% ;
  min-height: 51px;
  color: #919191;
  border: 1px solid #bbb;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #eee;
  width: 100%;
  font-size: 14px;
  padding: 16px;
  position: relative;
  font-family: inherit;
  font-weight:400;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:unset;
}

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

.hs-input:-moz-placeholder {
  color: #919191;
}

.hs-input::-webkit-input-placeholder {
  color: #919191;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #eee;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
.hs-form-field {
  margin-bottom: 16px;
}
ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #919191;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans,Arial,sans-serif;
}
@media(min-width:768px){
  form {
    max-width: 767px;
    font-family: Open Sans,Arial,sans-serif;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
 */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.no-nav .footer-container-inner .footer__container {
  min-height: auto;
}

.no-nav .footer-middle-group .hs-menu-wrapper>ul>li {
  float: right;
}

.no-nav .custom-menu-primary {
  height: 68px;
}

@media(max-width:980px){
  .no-nav .custom-menu-primary {
    height: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/*===================================================== Recettage Copernic ====================================================*/
a.h-banner-btn-wrap {
  padding: .3em 1em;
  line-height: 1.7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  box-shadow: 0px 2px 18px 0px #f46675;
  transition: all 300ms ease 0ms;
  display: inline-block;
  padding-right: 47px;
  padding-left: 35px;
  color: #ffffff;
  border-width: 10px;
  border-color: #FF4200;
  border-radius: 100px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  background-color: #FF4200;
}

a.h-banner-btn-wrap:hover {
  letter-spacing:2px;
  color:#fff;
}

a.h-banner-btn-wrap:after {
  font-family: ETmodules;
  speak: none;
  position: absolute;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  opacity: 1;
  margin-left: .3em;
  left: auto;
  content: "I";
  -moz-osx-font-smoothing: grayscale;
}

/*===================================================== Demo page ====================================================*/

.hs-storyfox-iframe .dnd-section {
  padding-bottom: 107px !important;
}
@media (min-width: 981px){
  .hs-storyfox-iframe .dnd-section{
    padding: 4% 0;
  }
  .hs-storyfox-iframe .dnd-section > .row-fluid{
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1350px){
  .hs-storyfox-iframe .dnd-section{
    padding: 54px 0;
  }
  .hs-storyfox-iframe .dnd-section > .row-fluid{
    padding: 27px 0px;
  }
}

@media(max-width:980px){
  .hs-storyfox-iframe .dnd-section {
    padding: 50px 0;
  }
  .hs-storyfox-iframe .dnd-section > .row-fluid {
    padding: 30px 0;
  }
}


/*===================================================== Full width page ====================================================*/

.hs-fullwidth-heading .dnd-section {
  padding-top: 2vw;
  padding-bottom: 0vw;
}
.hs-fullwidth-heading .dnd-section > .row-fluid {
  padding-top: 42px!important;
}
#cgu .hs-fullwidth-heading .dnd-section > .row-fluid {
  padding-top: 42px!important;
}
#cgu .hs-fullwidth-heading .widget-type-rich_text {
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-size: 21px;
  line-height: 1.3em;
  text-align: center;
}

.hs-fullwidth-heading .widget-type-rich_text h1 {
  font-weight: 700;
  font-size:  2.1rem;
  line-height: 1.2em;
  color: #FF4200;
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
}
.hs-fullwidth-heading .widget-type-rich_text h1 span {
  font-size: xx-large;
}

.hs-body-content .dnd-section {
  padding: 0;
}
.hs-body-content ul,
.hs-body-content ol{
  padding-bottom: 1em;
}
.hs-body-content h2 {
  font-size: 26px;
}   
cite, em, i {
  font-style: italic;
}
.hs-fullwidth-heading .widget-type-rich_text {
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  min-height: 185px;
  padding-top: 11px;

}
#hs-cgu .hs-fullwidth-heading .widget-type-rich_text {
  padding: 0;
  min-height: unset;
  text-align:center;
}
.hs-fullwidth-heading .widget-type-rich_text h3 {
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 10px;
  line-height: 2em;
  text-align: center;
}
#hs-dpa .hs-body-content .widget-type-rich_text {
  margin-top: -58px!important;
}
#hs-privacy-policy .hs-body-content .widget-type-rich_text,
#hs-pssi .hs-body-content .widget-type-rich_text{
  margin-top: -58px!important;
}

@media (min-width: 981px){
  .hs-fullwidth-heading .widget-type-rich_text{
    margin-bottom: 2.75%;
  }

}

@media only screen and (max-width: 980px){
  .hs-fullwidth-heading .dnd-section {
    padding-top: 108px;
  }

  #cgu .hs-fullwidth-heading .dnd-section>.row-fluid {
    padding: 0 !important;
  }

  .hs-fullwidth-heading .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .hs-fullwidth-heading .widget-type-rich_text h1 {
    font-size: 40px;
  }

  .hs-body-content .dnd-section {
    padding-bottom: 110px;
  }
  .hs-fullwidth-heading .widget-type-rich_text h3 {
    font-size: 16px;
    letter-spacing: 5px;
  }

  #hs-dpa .hs-fullwidth-heading .dnd-section>.row-fluid {
    padding-top: 42px !important;
  }
  #hs-cgu .hs-fullwidth-heading .dnd-section>.row-fluid {
    padding-top: 0 !important;
  }
}


@media only screen and (max-width: 767px){
  .hs-fullwidth-heading .widget-type-rich_text h1 {
    font-size: 32px;
  }
  .hs-fullwidth-heading .widget-type-rich_text h3 {
    font-size: 14px;
  }
  .hs-body-content p {
    word-break: break-word;
  }
}
/*===================================================== Organization Page ====================================================*/

.organization-top-section .dnd-section {
  padding-top: 53px;
  padding-bottom: 0px;
  margin-top: 45px;
  background-color: rgba(0, 0, 0, 0);
  min-height: 100px;
  position: relative;
  z-index:0;
}

.organization-top-section .dnd-section > .row-fluid {
  margin: 30px auto -65px;
  padding-top: 0px;
  padding-bottom: 50px;
  width: 90%;
  max-width: 1557px;
}

.organization-top-section .dnd-section > .row-fluid > div {
  width: 92%;
  max-width: 53%;
  padding-top: 3px;
  margin-top: 75px;
  animation-timing-function: linear;
  animation-duration: 0.2s;
  margin-left: auto;
  margin-right: auto;
}

.organization-top-section p {
  line-height: 0;
}
.organization-top-section .widget-type-rich_text {
  text-align: left;
}
.hs-organization-card {
  padding-top: 0px;
  margin-top: 41px;
}
.hs-organization-card .dnd-section{
  padding:0;
}
.hs-organization-card .hs-button {
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  line-height: 1.7em;
  border-width: 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#f4404E 0%,#f4404E 100%);
  padding: 19px 34px;
  margin: 0;
  display: inline-block;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 7px 30px -10px #f4404E;
  color: #fff;
  text-decoration: none;
}
.hs-organization-card .hs-button:after {
  content: "\35";
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  transition: all 300ms ease 0ms;
  opacity: 0;
  position: absolute;
  content: "I";
}

.hs-organization-card .hs-button:hover:after {
  margin-left: .3em;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
.hs-organization-card .hs-button-wrap:after {
  display: none;
}

.hs-organization-card .hs-button:hover {
  letter-spacing: 5.5px;
  background-color: hsla(0,0%,100%,.2);
}
.hs-organization-card .dnd-section .dnd-row:first-of-type > .row-fluid {
  margin-top: -30px;
}
.hs-organization-card .dnd-section:last-of-type > .row-fluid {
  padding-top: 49px;
  padding-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 1304px;
}

.hs-organization-card .span3 {
  margin-left: 0 !important;
}

.hs-organization-card .span3:last-child {
  margin-right: 0;
}

.hs-organization-card .span3 .widget-type-rich_text {
  min-height: 170px;
  background-color: #00244c;
  max-height: 212px;
  padding: 0 6%;
}

.hs-organization-card .span3 .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  padding: 16% 8%;
  width: auto;
  margin: auto;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}
.hs-organization-card  h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.hs-organization-card p {
  color: #fff;
}
.hs-features-card .dnd-section {
  padding-top: 0px;
  padding-bottom: 74px;
}

.hs-features-card .dnd-section > .row-fluid {
  padding-top: 27px;
  margin-top: 1px;
  max-width: 1440px;
}
.hs-logos-slider .dnd-section>.row-fluid {
  width: 100%;
  max-width: 1328px;
}
.hs-logos-slider .hs-button-wrap:after {
  display: none;
}
#hs-cas-client-immersive-experience .logo-slider-wrapper .slider-heading-inner {
  padding-top: 22px;
}
@media (min-width: 981px){
  .hs-organization-card .span3{
    width: 20.875%;
    margin-right: 5.5%;
  }
  .hs-organization-card .span3 .hs_cos_wrapper_type_rich_text{
    padding-bottom: 34%;
  }
  .hs-organization-card .dnd-section .dnd-row:first-of-type{
    padding: 2% 0;
  }
  .mobile{
    display:none;
  }
}
@media only screen and (min-width: 1350px){
  .hs-organization-card .dnd-section .dnd-row:first-of-type{
    padding: 27px 0;
  }
}
@media(max-width:980px){
  .organization-top-section .dnd-section>.row-fluid>div {
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: 75px;
    width: 100%;
    max-width: 77%;
  }

  .organization-top-section h3 {
    font-size: 22px;
  }
  .hs-organization-card .dnd-section:last-of-type>.row-fluid {
    padding-top: 16px;
    padding-bottom: 48px;
    width: 98%;
    max-width: 624px;
  }

  .hs-organization-card .span3 {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .hs-organization-card .span3:nth-child(even) {
    margin-right: 0;
  }

  .hs-organization-card .dnd-section:first-of-type {
    order: 2;
  }

  .hs-organization-card .span3 .widget-type-rich_text {
    background-color: #b3b3b3;
  }

  .hs-organization-card .span3 .hs_cos_wrapper_type_rich_text {
    height: 212px;
  }

  /*   .organization-card-area > .row-fluid-wrapper>div>div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
} */
  .hs-features-card .dnd-section>.row-fluid {
    margin-top: 3px;
  }
  .desktop{
    display:none;
  }
}
@media(max-width:767px){
  .organization-top-section .dnd-section {
    min-height: 100px;
    max-height: 377px;
  }

  .organization-top-section .dnd-section>.row-fluid {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: -5px;
  }

  .organization-top-section .dnd-section>.row-fluid>div {
    width: 92%;
    max-width: 84%;
    padding-top: 3px;
    margin-top: 82px;
  }

  .organization-top-section p:not(.has-background):last-of-type {
    padding-bottom: 6px;
  }

  .hs-organization-card {
    margin-top: 41px;
  }

  .hs-organization-card .span3 {
    padding-top: 7px;
    padding-bottom: 5px;
    max-width: 61%;
    margin: 0 auto !important;
    width: 100%;
  }

  .hs-organization-card .dnd-section:last-of-type>.row-fluid {
    width: 100%;
    max-width: 100%;
  }
  .hs-organization-card .span3 .widget-type-rich_text {
    height: 220px;
    min-height: 163px;
    display: table;
    table-layout: fixed;
  }
  .hs-organization-card .span3 .hs_cos_wrapper_type_rich_text {
    height: 220px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0;
  }
  .hs-organization-card .span3 section {
    padding: 16% 8%;
    width: auto;
    margin: auto;
    padding-top: 25px;
  }
  .hs-organization-card.mobile {
    margin-top: 17px;
  }

  .hs-organization-card.mobile .dnd-section>.row-fluid {
    width: 100%;
    max-width: 100%;
  }

  .hs-organization-card h2 {
    font-size: 20px;
  }
  .hs-features-card {
    display: none;
  }
}

@media(max-width:479px){
  .organization-top-section .dnd-section {
    min-height: unset;
    max-height: unset;
    margin: 0;
  }

  .organization-top-section .dnd-section>.row-fluid>div {
    margin:  auto;
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

/*===================================================== clients Page ====================================================*/


.hs-banner-clients .video-banner-wrapper {
  padding-top: 3vw;
  height: 381px;
  margin: 0;
}

.hs-banner-clients .video-banner-wrapper .video-banner-content {
  padding-top: 13px;
  height: 377px;
  padding-bottom: 27px;
  width: 80%;
  max-width: 1080px;
}

.hs-banner-clients .video-banner-wrapper .video-banner-heading {
  margin: 0;
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.2em;
  height: auto;
  min-height: auto;
}

.hs-banner-clients .video-banner-sub_heading {
  max-width: 800px;
  font-size: 10px;
  line-height: 1em;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
}

.hs-banner-clients .video-banner-sub_heading h2 {
  color: #fff;
}
.hs-banner-clients .video-banner-wrapper .video-banner-sub_heading {
  max-width: 800px;
  height: auto;
  text-align: center;
  padding: 0;
  margin-top: -8px;
}

.hs-banner-clients .video-banner-wrapper .video-banner-sub_heading p {
  line-height: 0;
}

.hs-banner-clients .video-banner-wrapper .video-banner-sub_heading > div {
  font-size: 10px;
}

.hs-banner-clients .video-banner-sub_heading h2 {
  font-size: 26px;
}
.clients-top-area-1 .dnd-section {
  padding-top: 53px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.clients-top-section .dnd-section > .row-fluid {
  width: 100%;
  max-width: 1187px;
}
.clients-top-area-1 .dnd-section > .row-fluid {
  margin-bottom: 30px;
}
.clients-top-section .span6:last-child {
  margin-right: 0;
  margin-left: 0;
}
.clients-top-section .hs-button-wrap:after {
  display: none;
}

.clients-top-area-1 .span6:first-child .hs_cos_wrapper_type_linked_image {
  border-radius: 20px;
  overflow: hidden;
  display:block;
  position: relative;
  max-width: 100%;
}

.clients-top-section .widget-type-linked_image img {
  position: relative;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clients-top-section .span6 {
  display: block !important;
  margin-left:0!important;
}

.clients-top-area-1 .span6:last-child .widget-type-linked_image {
  animation-timing-function: linear;
  animation-duration: 0.2s;
  margin-bottom: 5.82%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  text-align: left;
}

.clients-top-section .widget-type-rich_text {
  font-size: 16px;
  line-height: 2em;
  width: 100%;
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19px;
}

.clients-top-section .hs-button {
  margin: 0;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 13px;
  background-image: linear-gradient(90deg, rgb(244, 64, 78) 0%, rgb(244, 64, 78) 100%);
  border-width: 0px;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 34px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  box-shadow: rgb(244, 64, 78) 0px 7px 30px -10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.clients-top-section .hs-button:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px;
  font-family: ETmodules !important;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease 0ms;
  content:'I';
  line-height: inherit;
  margin-left: -1em;
  left: auto;
  font-size: inherit;
}

.clients-top-section .hs-button:hover:after {
  left: auto;
  margin-left: 0.3em;
  opacity: 1;
}

.clients-top-section .hs-button:hover {
  letter-spacing: 5.5px;
}
.clients-top-area-2 .dnd-section {
  padding: 0;
}

.clients-top-area-2 .span6:last-child .hs_cos_wrapper_type_linked_image {
  display:block;
  position: relative;
  max-width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}

.clients-top-area-2 .span6:first-child .widget-type-linked_image {
  margin: 0 auto 5.82%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  line-height: 0;
}
.clients-bottom-section .widget-type-rich_text {
  margin: 0 auto;
  color: #FF4200;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 31px;
  line-height: 2em;
  padding-top: 0px;
  margin-top: 0px;
  max-width: 812px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: center;
  width: 100%;
}

.clients-bottom-section .widget-type-rich_text p {
  line-height: 2em;
  padding-bottom: 1em;
}


@media(min-width:981px){
  .hs-banner-clients .video-banner-wrapper .video-banner_divider {
    background-size: 100% 175px;
    bottom: 0;
    height: 175px;
    z-index: 1;
    transform: rotateY(180deg);
  }
  .clients-top-section .dnd-section > .row-fluid,
  .clients-bottom-section .dnd-section > .row-fluid{
    padding: 2% 0px;
  }
  .clients-top-section .span6{
    width: 47.25%;
    margin-right: 5.5%;
  }
  .clients-top-area-1 .span6:last-child .widget-type-linked_image{
    width: 48%;
  }
  .clients-top-area-2 .span6:first-child .widget-type-linked_image{
    width: 33%;
  }
  .clients-bottom-section .dnd-section{
    padding: 4% 0;
  }
}
@media only screen and (min-width: 1350px){
  .clients-top-section .dnd-section > .row-fluid,
  .clients-bottom-section .dnd-section > .row-fluid{
    padding: 27px 0px;
  }
  .clients-bottom-section .dnd-section{
    padding: 54px 0;
  }
}
@media(max-width:1250px){
  .clients-top-section .dnd-section>.row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media(max-width:980px){
  .hs-banner-clients .video-banner-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
    height: 388px;
  }

  .hs-banner-clients .video-banner-wrapper .video-banner-content {
    margin-top: -53px;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .hs-banner-clients .video-banner-wrapper .video-banner-sub_heading {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    padding-top: 30px;
    font-size: 10px;
    line-height: 1em;
  }
  .clients-top-section .clients-top-area-1 .span6:first-child, 
  .clients-top-section .clients-top-area-2 .span6:last-child {
    display: none !important;
  }

  .clients-top-section .span6 {
    width: 100%;
  }

  .clients-top-section .dnd-section>.row-fluid {
    padding-right: 0;
    padding-left: 0;
    width: 75%;
    display: block !important;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 30px 0;
  }
  .clients-top-area-1 .span6:last-child .widget-type-linked_image {
    width: 49%;
    margin-bottom: 45px;
  }

  .clients-top-section .widget-type-rich_text {
    padding-bottom: 16px;
  }
  .clients-top-area-2 .span6:first-child .widget-type-linked_image {
    margin-bottom: 30px;
    width: 52%;
  }   

  .clients-top-section  .clients-top-area-2 .dnd-section>.row-fluid {
    margin-top: 0;
  }
  .clients-bottom-section .dnd-section {
    padding: 50px 0;
  }

  .clients-bottom-section .dnd-section > .row-fluid {
    padding: 30px 0;
  }

  .clients-top-area-2 .span6 {
    margin-bottom: 31px;
  }
}
@media(max-width:767px){
  .hs-banner-clients .video-banner-wrapper .video-banner-sub_heading {
    padding-top: 20px;
  }
  .hs-banner-clients .video-banner-wrapper {
    height: 357px;
  }
}


/*===================================================== cas-client-bouygues-construction Page ====================================================*/

.cas-client-top-section .dnd-section > .row-fluid {
  max-width: 1462px;
  width: 100%;
  padding-bottom: 0px!important;
}

.cas-client-top-section .widget-type-rich_text {
  margin: 0 auto;
  width: 100%;
  max-width: 812px;
  font-size: 16px;
  line-height: 2em;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.cas-client-top-section .dnd-section {
  padding-bottom: 0;
  padding-top: 20px;
}

.cas-client-top-section h2 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
}
.hs-bouygues-construction-page .hs-features-card .dnd-section>.row-fluid {
  width: 80%;
  max-width: 1080px;
}

.hs-bouygues-construction-page .feature-card-wrapper .feature-item:last-child {
  margin-right: 0;
}
#hs-feature-cas-client-bouygues-construction .hs-feature-1 h4 {
  padding-bottom: 24px;
}

#hs-feature-cas-client-bouygues-construction .hs-feature-1 .feature-item-inner {
  padding-bottom: 53px;
}
.hs-bouygues-construction-page .hs-features-card .dnd-section {
  padding-bottom: 0;
}

.cas-client-middle-section .widget-type-rich_text {
  margin: 0 auto;
  max-width: 812px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2em;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.cas-client-middle-section .dnd-section {
  padding-top: 27px;
}

.client-advantage-of-storyfox p {
  padding-bottom: 1em;
  font-size: 16px;
}
.client-advantage-of-storyfox .dnd-section {
  padding: 0;
}
.client-advantage-of-storyfox .dnd-section>.row-fluid {
  width: 100%;
}
.cas-client-middle-section .widget-type-linked_image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  margin-bottom: 25px;
  margin-top: 0px;
  text-align: center;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  display: block;
}

.cas-client-middle-section .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.cas-client-middle-section img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  position: relative;
  max-width: 100%;
  height: auto;
}

.cas-client-middle-section .dnd-row:last-child .widget-type-rich_text {
  margin-top: -29px;
  padding: 30px 0 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.cas-client-middle-section .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
  display: block;
  position: relative;
  font-size: 16px;
  margin-left: 31px;
}

.cas-client-middle-section .dnd-row:last-child p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}
.cas-client-middle-section {
  position: relative;
  z-index: 50;
}
.cas-client-content-video  .dnd-section {
  padding: 0;
}
.cas-client-content-video  .span6:last-child {
  margin: 0 !important;
}

.cas-client-content-video .span6 > .dnd-row {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.cas-client-content-video .widget-type-linked_image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  margin-top: 63px;
  text-align: center;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  display: block;
}

.cas-client-content-video .span6 {
  display: block !important;
}

.cas-client-content-video .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.cas-client-content-video img {
  position: relative;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.cas-client-content-video .widget-type-rich_text {
  font-size: 16px;
  line-height: 2em;
  width: 100%;
  max-width: 812px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.cas-client-content-video .widget-type-rich_text p {
  line-height: 2em;
}
.cas-client-content-video .dnd-section >  .row-fluid {
  padding-top: 0px!important;
  display:block!important;
}

.cas-client-content-video .span6>.dnd-row:last-child {
  margin-bottom: 0;
}

.cas-client-content-video .span6:first-child>.dnd-row {
  margin: 0;
}

.cas-client-content-video .span6:first-child>.dnd-row:last-child {
  padding: 30px 0 0;
  margin-top: -8px;
  line-height: 1.5;
  text-align: center;
  margin-left: 31px;
  font-size: 16px;
}

.cas-client-content-video .span6:first-child>.dnd-row:last-child p {
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1.5;
}

.hs-bouygues-construction-page .hs-logos-slider .dnd-section {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 3px;
  margin-top: 42px;
}
.hs-bouygues-construction-page .logo-slider-wrapper .logo-slider-heading {
  padding-top: 6px;
}

.hs-logos-slider .hs-button {
  border-width: 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#f4404E 0%,#f4404E 100%);
  padding: 18px 34px;
  margin: 0;
  box-shadow: 0px 7px 30px -10px #f4404E;
  transition: all 300ms ease 0ms;
}
.hs-logos-slider .hs-button:after {
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  transition: all 300ms ease 0ms;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 !important;
  opacity: 0;
  position: absolute;
  content:"I";
}

.hs-logos-slider .hs-button:hover:after {
  margin-left: .3em;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.hs-logos-slider .hs-button:hover {
  letter-spacing: 5.5px!important;
}
.hs-logos-slider .dnd-row:last-child {
  padding-top: 6px;
}
.hs-bouygues-construction-page .cas-client-middle-section .dnd-section {
  padding-bottom: 27px;
  padding-top:0;
}
.home-video-creation-content .dnd-section {
  padding: 0;
}

.home-video-creation-content .dnd-section > .row-fluid {
  width: 100%;
}
#hs-cas-client-immersive-experience .hs-logos-slider .hs_cos_wrapper_type_module {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 981px){
  .cas-client-top-section .dnd-section > .row-fluid,
  .cas-client-content-video .dnd-section > .row-fluid{
    padding: 2% 0;
  }
  .hs-bouygues-construction-page .feature-card-wrapper .feature-item{
    width: 29.6667%;
    margin-right: 5.5%;
  }
  .cas-client-middle-section .widget-type-linked_image{
    width: 5%;
  }
  .cas-client-middle-section .dnd-row:last-child .widget-type-rich_text{
    width: 53%;
  }
  .cas-client-middle-section .dnd-row:first-child .widget-type-rich_text{
    margin-bottom: 2.75%;   
  }
  .cas-client-content-video .span6{
    width: 47.25%;
    margin-right: 5.5%;
  }
  .cas-client-content-video .span6 > .dnd-row{       
    margin-bottom: 5.82%;
  }
  .cas-client-content-video .widget-type-linked_image{
    width: 7%;
  }
  .hs-logos-slider .dnd-row:last-child {
    padding-bottom: 2%;
  }
}
@media only screen and (min-width: 1350px){
  .cas-client-top-section .dnd-section > .row-fluid,
  .cas-client-content-video .dnd-section > .row-fluid{
    padding: 27px 0;
  }
  .hs-logos-slider .dnd-row:last-child {
    padding-bottom: 24px;
  }

}
@media(max-width:1680px){
  .cas-client-top-section .dnd-section {
    padding-bottom: 0;
    padding-top: 10px;
  }
}


@media only screen and (max-width: 980px){
  .cas-client-top-section .widget-type-rich_text {
    width: 72%;
    padding: 30px 0 0;
  }

  .cas-client-top-section h2 {
    font-size: 35px;
  }
  .hs-bouygues-construction-page .hs-features-card .dnd-section>.row-fluid {
    width: 48%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .cas-client-middle-section .widget-type-rich_text {
    margin-bottom: 30px !important;
  }

  .cas-client-middle-section .widget-type-linked_image {
    max-width: 812px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 25px;

    width: 100%;
  }
  .cas-client-middle-section img {
    max-width: 589px !important;
    width: 100%;
  }
  .cas-client-middle-section .hs_cos_wrapper_type_linked_image {
    display: block;
  }

  .cas-client-middle-section .dnd-row:last-child .widget-type-rich_text {
    padding: 30px 0 0;
    width: 80%;
    margin-bottom: 0 !important;
  }
  .cas-client-content-video .span6 {
    width: 100%;
    float: none;
  }

  .cas-client-content-video .dnd-row > div {
    display: block !important;
    padding-top: 37%;
  }

  .cas-client-content-video .span6 .dnd-row > div {
    padding: 0;
  }

  .cas-client-content-video .span6:first-child>.dnd-row:first-child {
    opacity: 0;
    visibility: hidden;
    z-index: -1;  
  }
  .cas-client-content-video .span6:first-child>.dnd-row:last-child {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .cas-client-content-video .span6:last-child .widget-type-rich_text {
    margin-bottom: 30px;
  }

  .cas-client-content-video .hs-responsive-embed-wrapper {
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  .hs-bouygues-construction-page .hs-logos-slider .dnd-section {
    margin-top: 0;
  }
  .hs-logos-slider .dnd-row:last-child {
    display: none !important;
  }
  .hs-bouygues-construction-page .logo-slider-wrapper .logo-slider-heading {
    width: 80%;
    margin: 0 auto;
  }
  .hs-bouygues-construction-page .hs-logos-slider {
    padding-bottom: 80px;
  }
  #hs-cas-client-immersive-experience.hs-bouygues-construction-page .hs-logos-slider,
  #hs-cas-client-immersive-experience.hs-bouygues-construction-page .hs-logos-slider,
  #hs-cas-client-immersive-experience .hs-logos-slider .dnd-row:last-child{
    padding:0;
    padding-bottom:0;
  }
  #hs-cas-client-immersive-experience .hs-logos-slider .dnd-row:last-child {
    padding-bottom: 0;
    margin-bottom: -24px!important;

  }
  .hs-bouygues-construction-page .logo-slider-wrapper .logo-slider-heading {
    margin-bottom: -24px;
    padding-bottom: 35px;
  }

  .hs-bouygues-construction-page .cas-client-content-video {

    padding-bottom: 43px;
  }
  .bouygues-banner .banner-area-wrapper .page-center {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px){
  .cas-client-top-section h2 {
    font-size: 28px;
  }

  .cas-client-top-section .widget-type-rich_text {
    padding: 38px 0 0;
  }

  .hs-bouygues-construction-page .hs-features-card {
    display: block;
  }

  .cas-client-middle-section .dnd-section {
    padding-top: 0;
  }

  .hs-bouygues-construction-page .feature-card-wrapper .feature-item:last-child {
    margin-bottom: 0;
  }

  .cas-client-middle-section .widget-type-rich_text {
    width: 77%;
  }

  .cas-client-middle-section .dnd-section>.row-fluid {
    width: 100%;
  }

  .cas-client-middle-section .widget-type-linked_image {
    width: 12%;
    margin-left: auto;
    margin-right: auto;
  }

  .cas-client-middle-section .dnd-row:last-child .widget-type-rich_text {
    padding: 38px 0 0;
  }

  .cas-client-middle-section .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
    margin-left: 0;
  }

  .cas-client-content-video .widget-type-linked_image {
    width: 13%;
    margin-left: auto;
    margin-right: auto;
  }

  .cas-client-content-video .dnd-row>div {
    padding-top: 30%;
  }

  .cas-client-content-video .span6:first-child>.dnd-row:last-child {
    margin-left: 0;
    margin-top: -8px;
    padding: 50px 0 0;
  }

}

@media(max-width:480px){
  .cas-client-content-video .dnd-row>div {
    padding-top: 0;
  }
}

/*===================================================== Immersive Experience, digitaliser Page ====================================================*/

#hs-cas-client-immersive-experience .cas-client-top-section .widget-type-rich_text {
  max-width: 825px;
}

#hs-cas-client-immersive-experience .cas-client-middle-section .dnd-section>.row-fluid {
  padding-bottom: 50px;
}
#hs-feature-cas-client-immersive-experience .hs-feature-1 .feature-item-inner {
  padding-bottom: 67px;
}

#hs-cas-client-immersive-experience .cas-client-middle-section .dnd-section {
  padding-top: 10px;
}

#hs-cas-client-immersive-experience .advantage-of-storyfox-wrapper .as-left-column {
  margin-top: 16px;
}

#hs-cas-client-immersive-experience .advantage-of-storyfox-wrapper {
  min-height: 688px;
}

#hs-cas-client-immersive-experience .cas-client-content-video .span6:first-child .widget-type-rich_text {
  margin-top: 17px;
}

.cas-client-content-video .widget-type-rich_text h2 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
}

@media only screen and (max-width: 980px){
  #hs-cas-client-immersive-experience .hs-features-card .dnd-section>.row-fluid {
    width: 46%;
    padding-top: 30px;
  }

  #hs-cas-client-immersive-experience .cas-client-middle-section .widget-type-rich_text {
    margin-bottom: 20px !important;
  }

  #hs-cas-client-immersive-experience .cas-client-middle-section .dnd-section {
    padding-top: 0;
  }

  #hs-cas-client-immersive-experience .cas-client-middle-section .dnd-section>.row-fluid {
    padding-bottom: 30px;
  }
  #hs-cas-client-immersive-experience .cas-client-content-video {
    padding-top: 272px;
  }

  #hs-cas-client-immersive-experience .cas-client-content-video .span6:first-child .widget-type-rich_text {
    width: 94%;
    margin-bottom: 30px;
  }

  .cas-client-content-video .widget-type-rich_text h2 {
    font-size: 35px;
  }

  #hs-cas-client-immersive-experience .hs-logos-slider .dnd-row:last-child {
    display: block !important;
    padding-bottom: 30px;
  }

  #hs-cas-client-immersive-experience .cas-client-content-video .dnd-section>.row-fluid {
    padding-bottom: 30px;
  }
  .immersive-experience-banner .banner-area-wrapper .banner-img-wrap {
    width: 44%;
  }

  .immersive-experience-banner .banner-area-wrapper {
    height: 416px;
  }
  #hs-cas-client-immersive-experience .cas-client-top-section .widget-type-rich_text {
    padding: 90px 0 0;
    width: 73%;
  }
}

@media only screen and (max-width: 767px){
  #hs-cas-client-immersive-experience .cas-client-content-video {
    padding-top: 27px;
  }

  #hs-cas-client-immersive-experience .advantage-of-storyfox-wrapper .page-center {
    height: auto;
  }
  #hs-cas-client-immersive-experience .hs-features-card .dnd-section>.row-fluid {
    width: 67%;
  }
  .logo-slider-wrapper.home-slider .logo-slider-heading {
    padding-top: 73px;
    margin-bottom: -24px;
    padding-bottom: 30px;
  }
  .immersive-experience-banner .banner-area-wrapper .banner-img-wrap {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*========================================================== Home Page =========================================================*/

.home-top-img-section .dnd-section {
  padding: 0;
}

.home-top-img-section .dnd-section > .row-fluid {
  margin-top: -47px;
  width: 100%;
  max-width: 1325px;
}
.home-top-img-section  .span2 {
  margin-left: 0 !important;
  display: block !important;
}

.home-top-img-section .span2:last-child {
  margin-right: 0;
}
.home-top-img-section .widget-type-linked_image {
  margin: 0 auto;
}
.home-top-img-section .span2:nth-child(2) .widget-type-linked_image {
  width: 75%;
}

.home-top-img-section .span2:nth-child(4) .widget-type-linked_image {
  width: 66%;
  text-align: left;
}

.home-top-img-section .span2:nth-child(6) .widget-type-linked_image {
  margin-top: -12px!important;
  width: 100%;
  max-width: 57%;
  text-align: center;
  margin-left: 0;
}
.home-video-and-content .dnd-section {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 60px;
  background-color: rgba(0,0,0,0);
}

.home-video-and-content .widget-span {
  display: block !important;
}

.home-video-and-content .span7 > .dnd-row:first-child {
  font-size: 24px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.home-video-and-content h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
  font-family: Montserrat;
  color: #FF4200;
}

.home-video-and-content .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  min-height: unset !important;
  max-height: unset !important;
  min-width: unset !important;
}
.home-video-and-content .span5 {
  padding-top: 30px;
  margin-left: 0 !important;
}

.home-video-and-content .span5 .dnd-row:first-child {
  font-size: 24px;
  margin-top: 37px;
  width: 100%;
}

.home-video-and-content .span7>.dnd-row:last-child {
  max-width: 91%;
  margin-left: auto;
  margin-right: auto;
}
.home-video-and-content .span5 .dnd-row:nth-child(even) {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2em;
}

.home-video-and-content p {
  line-height: 2em;
  padding-bottom: 1em;
}

.home-video-and-content .cta_button {
  border-width: 0px!important;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#f4404E 0%,#f4404E 100%);
  padding-top: 18px;
  padding-right: 34px;
  padding-bottom: 18px;
  padding-left: 34px;
  box-shadow: 0px 7px 30px -10px #f4404E;
  transition: letter-spacing 300ms ease 0ms;
  display: inline-block;
  color: #fff;
  line-height: 1.7em;
}

.home-video-and-content p:not(.has-background):last-of-type {
  line-height: 0;
}

.home-video-and-content .cta_button:after {
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  transition: all 300ms ease 0ms;
  opacity: 0;
  position: absolute;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 !important;
  content: "I";
}

.home-video-and-content .cta_button:hover:after {
  margin-left: .3em;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.home-video-and-content .cta_button:hover {
  letter-spacing: 5.5px;
}
.home-video-and-content .dnd-section > .row-fluid {
  padding-top: 0!important;
}
.home-video-and-content .span5 .dnd-row:nth-child(even) .widget-type-rich_text {
  padding-bottom: 14px;
}
.home-middle-section {
  padding-top: 24px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.home-middle-section .dnd-section {
  padding: 0;
}

.made-easy-area-heading .dnd-section > .row-fluid {
  margin-top: -30px;
  min-height: 169px;
}
.made-easy-area-heading .span12.dnd-column > .dnd-row:first-child {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2em;
  margin-top: 63px;
  text-align: center;
}

.made-easy-area-heading .span12.dnd-column > .dnd-row:last-child {
  font-size: 21px;
  line-height: 2em;
  padding-top: 0px;
  margin: 0 auto;
  width: 100%;
}

.made-easy-area-heading p {
  text-align: center;
}

.made-easy-details-column .span4 {
  margin-left: 0 !important;
  display: block !important;
}

.made-easy-details-column .span4:last-child {
  margin-right: 0;
}

.made-easy-details-column .widget-type-rich_text {
  font-size: 16px;
  line-height: 2em;
  margin-top: 15px;
}

.made-easy-details-column .widget-type-rich_text p {
  padding-bottom: 1em;
  line-height: 2em;
}

.made-easy-details-column .dnd-section:last-child > div {
  margin-top: -28px!important;
  width: 100%;
}
.made-easy-details-column .dnd-section:last-child>div {
  min-height: 169px;
  text-align: center;
}

.made-easy-details-column .dnd-section:last-child .widget-type-rich_text {
  font-size: 16px;
  line-height: 2em;
  margin-top: 63px;
}
.home-middle-section {
  /*min-height: 1000px;*/
}
.hs-logo-gallery .dnd-section > div {
  width: 100%;
  max-width: 100%;
}
.logo-gallery-area .dnd-section:last-child .logo-gallery-wrapper .page-center {
  width: 28%;
  max-width: 1402px;
}

.logo-gallery-area .dnd-section:last-child .logo-gallery-item:first-child {
  padding-top: 28px;
  text-align: center;
}
.logo-gallery-area .dnd-section:last-child .logo-gallery-item:last-child{
  padding-top: 19px;
  text-align: left;
}
.hs-newsletter-form .widget-type-rich_text {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hs-newsletter-form .widget-type-rich_text h2 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
}
.hs-newsletter-form .widget-type-rich_text {
  padding-top: 37px;
}
.hs-newsletter-form form {
  max-width: 100%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  margin: 0 auto;
}

.hs-newsletter-form form .hs-button {
  margin: 0;
}

.hs-newsletter-form form .actions {
  text-align: right;
  margin-top: -10px;
}

.hs-newsletter-form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.hs-newsletter-form form .hs-email + div .input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #666;
  margin-top: 3px;
  pointer-events: none;
}

.hs-newsletter-form form .hs-email + div {
  position: relative;
}

.hs-newsletter-form form .hs-button-wrap:after {
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  opacity: 0;
  position: absolute;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 !important;
  content: "I";
  color: #fff;
  top: 12px;
  right: 15px;
}

.hs-newsletter-form form .hs-button-wrap:hover .hs-button {
  padding: .3em 2em .3em .7em;
}

.hs-newsletter-form form .hs-button-wrap:hover:after {
  opacity: 1;
}

.hs-button-wrap {
  position: relative;
}
.hs-newsletter-form {
  padding-top: 0!important;
}
.hs-newsletter-form .dnd-section > div {
  padding-top: 0px!important;
}
.hs-newsletter-form form .hs-email {
  width: 50%;
  padding-right: 12px;
}
.hs-newsletter-form form .field {
  margin-bottom: 3%;
}
.home-top-img-section .widget-type-linked_image img {
  vertical-align: middle;
  width: 100%;
}

.home-top-img-section .span2:nth-child(3) {
  margin-top: -23px;
}
.hs-logos-slider .logo-slider-wrapper .slider-heading-inner{
  font-size: 38px;
  margin-bottom: 13px;
  padding-top: 63px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 27px;
  margin-bottom: -30px;
}
.home-feature-card-area .dnd-section>.row-fluid {
  padding-top: 27px;
}

.made-easy-details-column .dnd-section:last-child .widget-type-rich_text p {
  padding-bottom: 0;
}
@media (max-width: 1220px) and (min-width: 981px) {
  .home-middle-section {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 981px){
  .home-top-img-section .dnd-section>.row-fluid,
  .home-video-and-content .dnd-section > .row-fluid,
  .made-easy-area-heading .dnd-section > .row-fluid,
  .made-easy-details-column .dnd-section:last-child > div{  
    padding: 2% 0;
  }
  .home-top-img-section .span2{
    width: 14.1667%;
    margin-right: 3%;
  }
  .home-video-and-content .span7{
    width: 58.8%;
    margin-right: 3%;
  }
  .home-video-and-content .span7 > .dnd-row:first-child{
    max-width: 800px;
    margin-bottom: 2.551%;
  }
  .home-video-and-content .span5{
    width: 38.2%;
  }
  .home-video-and-content .span5 .dnd-row:first-child{
    max-width: 800px;
    margin-bottom: 3.927%;
  }
  .made-easy-area-heading .span12.dnd-column > .dnd-row:first-child{
    margin-bottom: 2.75%;
  }
  .made-easy-area-heading .span12.dnd-column > .dnd-row{
    max-width: 800px;
  }
  .made-easy-details-column .span4{
    width: 31.3333%;
    margin-right: 3%;
  }
  .logo-gallery-area .dnd-section:last-child .logo-gallery-item{
    width: 29.6667%;
  }
  .hs-newsletter-form .widget-type-rich_text{
    margin-bottom: 2.75%;
  }
  .hs-newsletter-form form{
    width: 64%;
  }
  .hs-newsletter-form{
    padding: 4% 0;
  }
  .hs-newsletter-form .dnd-section > div{
    padding: 2% 0;
  }
  .home-feature-card-area .dnd-section > .row-fluid {
    width: 57%;
    max-width: 1440px;
  }
  .hs-logo-gallery .dnd-section:first-child {
    margin-bottom: -5px;
  }
}
@media only screen and (min-width: 1350px){
  .home-top-img-section .dnd-section>.row-fluid,
  .home-video-and-content .dnd-section > .row-fluid,
  .made-easy-area-heading .dnd-section > .row-fluid,
  .made-easy-details-column .dnd-section:last-child > div{
    padding: 27px 0;
  }
  .hs-newsletter-form{
    padding: 54px 0;
  }
  .hs-newsletter-form .dnd-section > div{
    padding: 27px 0;
  }
}
@media(max-width:980px){
  .home-top-img-section {}

  .home-top-img-section .dnd-section>.row-fluid {
    width: 85%;
    padding: 50px 0px;
    margin-top: 0;
  }

  .home-top-img-section .span12.dnd-column > .dnd-row {
    margin-top: -47px;
    padding: 30px 0px;
  }

  .home-top-img-section .span12.dnd-column > .dnd-row > div {
    display: flex;
    flex-wrap: wrap;
  }

  .home-top-img-section .span12.dnd-column > .dnd-row > div:before,
  .home-top-img-section .span12.dnd-column > .dnd-row > div:after {
    display: none;
  }

  .home-top-img-section .span2 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .home-top-img-section .span2:nth-child(3n) {
    margin-right: 0;
  }

  .home-top-img-section .span2:nth-child(6) .widget-type-linked_image {
    margin: 0 auto;
  }

  .home-video-and-content h2 {
    font-size: 35px;
  }

  .home-video-and-content .dnd-section {
    margin-top: -47px;
  }
  .home-video-and-content .dnd-section>.row-fluid {
    width: 93%;
    max-width: 1700px;
    padding-top: 30px;
    margin-bottom: 21px;
    padding-bottom: 30px;
  }

  .home-video-and-content .span12.dnd-column .dnd-row:first-child {
    width: 84%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -23px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 30px;
  }

  .home-video-and-content h2 + p {
    line-height: 0;
  }

  .home-video-and-content .span12.dnd-column .dnd-row:nth-child(even) {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 73%;
  }

  .home-video-and-content .hs_cos_wrapper_type_cta {
    text-align: center;
    display: block;
  }

  .home-top-img-section .span2:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .made-easy-area-heading {
    margin-top: -30px;
    padding: 30px 0;
    min-height: 169px;
    max-width: 1080px;
  }

  .made-easy-area-heading .span12.dnd-column>.dnd-row:first-child {
    margin-bottom: 30px;
    max-width: 91%;
    margin-top: 0;
    padding-top: 63px;
  }

  .made-easy-area-heading .span12.dnd-column {
    display: block !important;
  }

  .made-easy-details-column .span4 {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  .home-middle-section .dnd-section > .row-fluid {
    display: block !important;
  }

  .made-easy-details-column .dnd-section:last-child {
    padding-bottom: 21px;
  }
  .home-feature-card-area {
    padding: 0;
  }
  .hs-logo-gallery .widget-type-rich_text {
    padding-top: 12px;
    padding-bottom: 30px;
  }

  .hs-logo-gallery .widget-type-rich_text h3 {
    padding-top: 22px;
    margin-bottom: 13px;
  }
  .logo-gallery-area .dnd-section:last-child .logo-gallery-wrapper .page-center {
    width: 41%;
    max-width: 1402px;
  }
  .hs-newsletter-form {
    padding: 50px 0;
  }
  .hs-newsletter-form .widget-type-rich_text h2 {
    font-size: 35px;
  }

  .hs-newsletter-form .widget-type-rich_text {
    margin-bottom: 30px;
  }
  .hs-newsletter-form form .actions{
    margin:0;
  }
}


@media(max-width:767px){
  /*.home-top-img-section {
    display: none;
  }*/

  .home-video-and-content h2 {
    font-size: 28px;
  }

  .video-and-content-area {
    position: relative;
    z-index: 5;
  }

  .made-easy-area-heading .dnd-section>.row-fluid {
    margin-top: 0;
  }

  .made-easy-details-column .span4:last-child {
    margin-bottom: 0;
  }

  .made-easy-details-column .widget-type-rich_text {
    margin-top: 0;
    padding-top: 15px;
  }

  .made-easy-details-column .dnd-section:last-child>div {
    padding: 30px 0;
    margin-top: -30px;
  }

  .made-easy-details-column .dnd-section:last-child .widget-type-rich_text {
    padding-top: 0;
  }

  .made-easy-details-column .dnd-section:last-child .widget-type-rich_text p {
    padding-bottom: 0;
  }

  .home-feature-card-area .dnd-section>.row-fluid {
    width: 67%;
  }
 /* .home-top-img-section {
    display: none;
  }*/

  .home-video-and-content h2 {
    font-size: 28px;
  }

  .video-and-content-area {
    position: relative;
    z-index: 5;
  }
  .made-easy-area-heading .dnd-section>.row-fluid {
    margin-top: 0;
  }

  .made-easy-details-column .span4:last-child {
    margin-bottom: 0;
  }

  .made-easy-details-column .widget-type-rich_text {
    margin-top: 0;
    padding-top: 15px;
  }

  .made-easy-details-column .dnd-section:last-child>div {
    padding: 30px 0;
    margin-top: -30px;
  }

  .made-easy-details-column .dnd-section:last-child .widget-type-rich_text {
    padding-top: 0;
  }

  .made-easy-details-column .dnd-section:last-child .widget-type-rich_text p {
    padding-bottom: 0;
  }
  .hs-logo-gallery {
    display: none;
  }

  .hs-newsletter-form form .field {
    width: 100%;
    padding: 0;
  }

  .hs-newsletter-form .widget-type-rich_text h2 {
    font-size: 28px;
  }

  .hs-newsletter-form form {
    width: 94%;
  }
  .home-video-and-content .dnd-section {
    margin-top: 0;
  }
  .home-video-and-content .dnd-section>.row-fluid {
    margin-top: -29px!important;
  }
  .home-video-and-content .dnd-section>.row-fluid > .dnd-column {
    padding-top: 30px;
  }
}
@media(max-width:480px){
  .home-middle-section h3 {
    line-height: 1;
  }

} 


.video_slider_section_1 div[class*="force-full-width-section"] > .row-fluid,
.video_slider_section_2 div[class*="force-full-width-section"] > .row-fluid{
  width: 100%;
}

.banner-section .widget-type-cell {
  min-height: 0;
}
.banner-section .dnd-section>.row-fluid {
  width: 100%;
}

.template-video-top-section {
  padding-top: 53px;
  margin-top: -49px;
  min-height: 423px;
}

.template-video-top-section .dnd-section>.row-fluid {
  width:87%;
  margin: -29px auto 21px;
}

.template-video-top-section .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:first-of-type {
  font-size: 16px;
  line-height: 2em;
  margin:0 auto;
  padding-bottom: 35px;
  margin-top: 70px;
  width: 100%;
  max-width: 800px;
}

.template-video-top-section h2 {
  text-align:center;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
  color: #00244c;
  padding-bottom:26px;
}

.template-video-top-section p:not(.has-background):last-of-type {
  padding-bottom:8px;
}

.template-video-top-section .hs-button {
  padding: 18px 34px;
  line-height: 1.7em;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 7px 30px -10px #f4404E;
  position: relative;
  z-index: 2;
  border: 0px solid transparent;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-radius: 4px;
  margin:0;
}

.template-video-top-section .hs-button:after {
  font-family: ETmodules;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  transition: all 300ms ease 0ms;
  content:"I";
  line-height: inherit;
  font-size: inherit;
  margin-left: -1em;
  left: auto;
}

.template-video-top-section .hs-button:hover {
  letter-spacing: 5.5px;
}

.template-video-top-section .hs-button:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.video_slider_section_wrapper {
  padding-bottom: 5px;
  margin-top: 24px;
}

.video_slider_section_1 .page-center.heading-section {
  max-width: 1444px;
  padding: 30px 0 27px;
  text-align:center;
}

.video_slider_section_1 .page-center.slider_section {
  width: 94%;
  max-width: 1383px;
  padding:0 0 61px;
}

.video_slider_section_wrapper .page-center.heading-section .span4,
.video_slider_section_wrapper .page-center.heading-section .span6,
.video_slider_section_wrapper .page-center.slider_section .span4,
.video_slider_section_wrapper .page-center.slider_section .span6{
  float: left;
  width:100%;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.video_slider_section_1 .page-center.heading-section h2 {
  font-family:Montserrat;
  font-size:23px;
  font-weight:700;
}

.video_slider_section_1 .page-center.heading-section .span4:nth-of-type(2) h2 {
  font-family:Open Sans;
}

.video_slider_section_1 .slider_section .span4:nth-of-type(2) .video_slider_wrapper .video_slide_description {
  padding:60px 8% 65px;
}

.video_slider_section_1 .slider_section .span4:nth-of-type(3) .video_slider_wrapper .video_slide_description {
  padding:45px 8% 72px;
}

.video_slider_section_1 .slider_section .span6:nth-of-type(1) .video_slider_wrapper .video_slide_description {
  padding:43px 8% 68px;
}

.video_slider_section_1 .slider_section .span6:nth-of-type(2) .video_slider_wrapper .video_slide_description {
  padding:58px 8% 77px;
}

.video_slider_section_2 .page-center.heading-section {
  width: 53%;
  max-width: 1221px;
  padding:6px 0 27px;
}

.video_slider_section_2 .page-center.heading-section h1 {
  font-size:26px;
  font-family:Montserrat;
  text-align:center;
}

.video_slider_section_2 .page-center.slider_section {
  width: 53%;
  max-width: 1383px;
  padding:0 0 30px;
}

.video_slider_section_2 .page-center.slider_section .dnd-section>.row-fluid {
  display:block !important;
}

.video_slider_section_2 .video_slider_wrapper .video_slide_title h2 {
  font-size:26px;
}
.video_slider_section_2 .page-center.slider_section {
  margin-bottom: 25px;
}
@media (min-width:981px) {
  .home-top-img-section {
    padding: 4% 0;
  }

  .video_slider_section_1 .page-center.heading-section {
    padding:2% 0 27px;
  }

  .video_slider_section_wrapper .page-center.heading-section .span4,
  .video_slider_section_wrapper .page-center.slider_section .span4 {
    width: 29.6667%;
    margin:0;
  }

  .video_slider_section_wrapper .page-center.heading-section .span6,
  .video_slider_section_wrapper .page-center.slider_section .span6 {
    width: 47.25%;
    margin:0;
  }

  .video_slider_section_wrapper .page-center.heading-section .span4:not(:last-of-type) ,
  .video_slider_section_wrapper .page-center.slider_section .span4:not(:last-of-type),
  .video_slider_section_wrapper .page-center.heading-section .span6:not(:last-of-type) ,
  .video_slider_section_wrapper .page-center.slider_section .span6:not(:last-of-type){
    margin-right: 5.5%;
  }

  .video_slider_section_2 .page-center.slider_section {
    padding:0 0 2%;
  }
}

@media (min-width:1350px) {
  .home-top-img-section {
    padding: 54px 0;
  }

  .video_slider_section_1 .page-center.heading-section {
    padding:27px 0 27px;
  }

  .video_slider_section_2 .page-center.slider_section {
    padding:0 0 27px;
  }

}
@media(max-width:980px){
  .template-video-top-section h2 {
    font-size: 32px;
  }
  .template-video-top-section .dnd-section>.row-fluid {
    max-width: 1700px;
    width: 80%;
  }
  .template-video-top-section .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:first-of-type {
    padding-top: 55px;
    margin-top: -48px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 11px;
  }
  .video_slider_section_1 .page-center.heading-section {
    display: none;
  }

  .video_slider_wrapper .page-center {
    width: 100%;
    text-align: center;
  }

  .video_slider_section_1 .dnd-section>.row-fluid, .video_slider_section_2 .dnd-section>.row-fluid {
    display: block !important;
  }

  .video_slider_section_1 .page-center.slider_section,
  .video_slider_section_2 .page-center.slider_section{
    max-width: 1080px;
    width: 80%;
  }
  .video_slider_section_wrapper .page-center.slider_section .span4,
  .video_slider_section_wrapper .page-center.slider_section .span6{
    float: none;
    width: 100%;
    margin: 0;
  }

  .video_slider_section_wrapper .span4:first-child {
    padding-bottom: 31px;
  }
  .video_slider_section_1 .page-center.slider_section {
    padding: 0;
  }

  .video_slider_section_2 .page-center.heading-section {
    display: none;
  }
  .video_slider_section_2 .page-center.slider_section {
    padding: 0;
  }
}

@media(max-width:767px){
  .template-video-top-section .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:first-of-type {
    margin-top: -52px;
  }
  .video_slider_section_2 .page-center.slider_section {
    padding-bottom: 20px;
  }
  .video_slider_section_1 .page-center.slider_section, .video_slider_section_2 .page-center.slider_section {
    width: 85%;
    max-width: 2560%;
    margin: 0 auto;
  }
  .template-video-top-section .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:first-of-type {
    margin-top: 0;
  }
  .template-video-top-section h2 {
    font-size: 28px;
  }
}
/* .wow {
opacity: 0;
}
.wow.zoomIn {
opacity: 1;
}
*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-group {
  position: fixed;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 23px;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  z-index: 500;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s, transform 0.4s ease 0s, opacity 0.4s ease-in-out 0s, -webkit-transform 0.4s ease 0s;
}

.header__container {
  z-index: 99;
  text-align: left;
  position: relative;
}

.header-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}

.header-logo .hs_cos_wrapper_type_logo:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
  content: "";
}

.header-logo img {
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 0px;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  transform: translateZ(0px);
  max-width: 138px;
  height: auto;
  width: auto !important;
  left: 3px;
  position: relative;
}
.header__container:before,.header__container:after {
  display: block;
  content: "";
  clear: both;
}

.header-logo > div {
  height: inherit;
}

.header-logo .hs_cos_wrapper_type_logo {
  height: inherit;
  width: 100%;
  display: block;
}
.main-header-group {
  min-height: 68px;
}

.custom-menu-primary {
  transition: all 0.4s ease-in-out 0s;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  float: right;
  font-weight: 600;
  padding-top: 33px;
}

.custom-menu-primary .hs_cos_wrapper {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .hs-menu-wrapper > ul {
  line-height: 0;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 1em;
  overflow-wrap: break-word;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  color: rgba(0,0,0,0.42);
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-bottom: 33px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  transition: all 0.4s ease-in-out 0s;
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > ul > li {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > ul > li > a {
  display: block;
  padding: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  background-color: rgb(245, 64, 79);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 60px;
  transition: all 0.5s ease 0s;
  padding: 10px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: rgb(255, 255, 255);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover {
  background-color: rgb(192, 70, 80);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
  opacity: .7;
}

@media only screen and (min-width: 981px){
  .fix-header .header-group {
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
  }
  .header-logo img{
    max-height: 49%;
  }
  .custom-menu-primary{
    padding: 22px 0 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a{
    padding-bottom: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > ul {
    position: absolute;
    top: 100%;
    z-index: 50;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    height: 33px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: block!important;
  }
}

@media(max-width:980px){
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child  {
  padding: 0px !important;
  }

  .mobile-navigation.mobile {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    float: right;
  }

  .mobile-trigger {
    padding-bottom: 24px;
    position: relative;
    display: block;
    line-height: 0;
  }

  .mobile-trigger:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 !important;
    color: #F4404E;
  }

  .header-logo img {
    max-width: 50%;
  }

  .main-header-group {
    min-height: unset;
  }

  .header-group {
    position: static;
  }

  .custom-menu-primary {
    padding-top: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    top: 100%;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 500;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    float: none;
    width: 100%;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
    line-height: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul li a:hover {
    background-color: rgba(0,0,0,.03) !important;
    opacity: .7;
    color: rgba(0,0,0,0.42);
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    pointer-events: none;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-open .child-trigger i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li>a {
    padding: 10px 6%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer__container {
  margin: 0 auto;
}

.footer-container-wrapper {
  display: block;
}

.footer-container-inner .footer__container {
  background: #fafcff;
  padding-top: 10vw;
  padding-bottom: 0vw;
  margin-top: 12px;
  min-height: 589px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.footer_top_image {
  background-image: url(//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/raw_assets/public/Storyfox_December2020/images/download.svg);
  background-size: 100% 250px;
  top: 0;
  height: 250px;
  z-index: 1;
  transform: rotateX(180deg);
  margin-top: -1px;
  background-position: 50%;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.footer-copyright .page-center {
  z-index: 5;
}
.footer-copyright p {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  color: #2f313d ;
}

.footer-copyright .widget-type-text {
  margin-top: -38px;
}

.footer-middle-group {
  z-index: 5;
  width: 40%;
  margin: 0 auto;
  min-height: 214px;
}

.footer-middle-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-middle-group .hs-menu-wrapper > ul > li {
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.footer-middle-group .hs-menu-wrapper > ul:before,
.footer-middle-group .hs-menu-wrapper > ul:after {
  display: block;
  content: "";
  clear: both;
}

.footer-middle-group .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}
.footer-middle-group .hs-menu-wrapper>ul>li > a {
  color: rgba(255,255,255,0.42);
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 19px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  font-weight: 700;
  display: block;
  text-align: center;
}
.footer-middle-group .hs-menu-wrapper>ul>li>a {
  cursor: text;
  pointer-events: none;
}
.footer-middle-group ul ul {
  text-align: center;
}

.footer-middle-group ul ul li a {
  color: #2f313d;
}

.footer-middle-group ul ul li {
  padding-bottom: 1em;
  display: block;
}

.footer-middle-group ul {
  line-height: 1.7em;
}
.footer-middle-group .hs-menu-wrapper>ul>li:nth-child(2) > ul {
  padding-top: 14px;
}
.footer-top-group {
  margin: auto;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  z-index: 5;
  position: relative;
}

.footer-heading {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.footer-heading h3 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 2em;
  text-align: center;
}

.footer-heading h2 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4em;
  color: #fff;
}

.footer-top-btn {
  margin-top: -20px;
  text-align: center;
}

.footer-top-btn a {
  line-height: 1.7em;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-width: 0px;
  border-color: rgba(0,0,0,0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#f4404E 0%,#f4404E 100%);
  padding-top: 11px;
  padding-right: 34px;
  padding-bottom: 11px;
  padding-left: 34px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 7px 30px -10px #f4404E;
  color: #fff;
  position: relative;
}

.footer-top-btn a:after {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 !important;
  opacity: 0;
  position: absolute;
  content: attr(data-icon);
  line-height: inherit;
  font-size: inherit!important;
  margin-left: -1em;
  left: auto;
  transition: all 300ms ease 0ms;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  content: "I";
}

.footer-top-btn a:hover:after {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}

.footer-top-btn a:hover {
  letter-spacing: 5.5px;
  background-color: hsla(0,0%,100%,.2);
  color: #fff;
}
.footer-copyright .page-center .widget-type-rich_text {
  padding-bottom: 16px;
}

.footer-copyright .page-center {
  padding-top: 0;
}
.footer-middle-group.desktop {
  margin-bottom: -38px;
}
@media only screen and (min-width: 981px){
  .footer-copyright .page-center,
  .footer-middle-group,
  .footer-top-group{
    padding: 2% 0;
  }
  .footer-middle-group .hs-menu-wrapper > ul > li{
    width: 29.6667%;
    margin-right: 5.5%;
  }
  .footer-middle-group .hs-menu-wrapper>ul>li > a{
    margin-bottom: 9.27%;
  }
  .footer-top-group{
    width: 89%;
    max-width: 331%;
  }
  .footer-heading{
    margin-bottom: 2.75%;
  }
  .mobile{
    display:none;
  }
}

@media only screen and (min-width: 1350px){
  .footer-copyright .page-center,
  .footer-middle-group,
  .footer-top-group{
    padding: 27px 0;
  }
}
@media(max-width:980px){
  .footer-middle-group .hs-menu-wrapper>ul>li {
    float:none;
  
  }
  .desktop{
    display:none;
  }
  .footer-container-inner .footer__container {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
    min-height: auto;
    margin: 0;
  }

  .footer_top_image {
    background-size: 100% 150px;
    top: 0;
    height: 150px;
    z-index: 1;
    transform: rotateY(0) rotateX(180deg);
  }

  .footer-top-group {
    margin: 0 auto 30px;;
    padding-top: 22px;
    margin-top: 38px;
    width: 80%;
    max-width: 80%;
    padding-bottom: 30px;
  }

  .footer-heading.mobile {
    margin-bottom: 30px;
  }

  .footer-heading h3 {
    font-size: 16px;
  }

  .footer-heading h2 {
    font-size: 40px;
  }

  .footer-top-btn {
    margin-top: -8px;
  }

  .footer-top-btn a {
    padding-top: 18px;
    padding-right: 34px;
    padding-bottom: 18px;
    padding-left: 34px;
  }
  .footer-top-group {
    padding-bottom: 0;
    margin-bottom: 27px;
  }
}


@media only screen and (max-width: 767px){
  .footer-container-inner .footer__container {
    padding-top: 78px;
    padding-bottom: 78px;
    height: auto;
    min-height: 466px;    
  }
  .footer-top-group {
    margin-bottom: 30px;
  }

  .footer-container-inner .footer__container {
    padding-top: 74px;
    padding-bottom: 74px;
    height: 184px;
    min-height: 437px;
  }
  .footer-heading h3 {
    font-size: 14px;
  }

  .footer-heading h2 {
    font-size: 32px;
  }

  .footer_top_image {
    background-size: 100% 110px;
    top: 0;
    height: 110px;
    z-index: 1;
    transform: rotateY(0) rotateX(180deg);
  }
  .footer-middle-group .hs-menu-wrapper>ul>li {
  float: none;
  }
}
@media(max-width:480px){
  .footer-container-inner .footer__container {
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans,Arial,sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-listing-page .dnd-section.row-depth-1:has(.blog-listing-hero) {
  position:relative;
}

.blog-listing-page .dnd-section.row-depth-1:has(.blog-listing-hero):before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-bottom: -1px;
  background-image: url(//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/raw_assets/public/Storyfox_December2020/images/blogDivider.svg);
  background-size: 100% 100px;
  top: auto;
  bottom: 0;
  height: 100px;
  z-index: 1;
}

.blog-listing-hero {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
}

.blog-listing-hero h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 1.1em;
  text-align: center;
}

.blogPosts {
  background-color: #ffffff;
}

.blogPosts .content-wrapper {
  padding: 27px 0;
}

.blogHeader {
  font-size: 36px;
  padding-bottom: 2px;
  margin-top: 35px;
  color: #f5404f;
  margin-bottom: 2.75%;
}
.blogHeader h2 {
  font-size: 26px;
  text-align: center;
}
.blogHeader h2 > span {
  font-size: xx-large;
  color: #2f313d;
}
.post-listing {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.post-item {
  float: left;
  max-width: 100%;
}
.post-listing:before, 
.post-listing:after, 
.blogNewsletter .content-wrapper:before,
.blogNewsletter .content-wrapper:after {
  display: table;
  content: "";
}
.post-listing:after,
.blogNewsletter .content-wrapper:after {
  clear: both;
}
.postItemInner {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-width: 0px;
  height:100%;
}
.featured-image-wrapper {
  margin: -20px -20px 29px;
  position: relative;
}
a.featured-image-link {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
img.featured-image {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  vertical-align: bottom;
  max-width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 solid #333;
  border-color: rgba(0,0,0,0);
}
h4.entry-title {
  font-size: 21px;
  line-height: 1.7em;
  text-align: center;
}
h4.entry-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
p.post-meta {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.8em;
}
.post-content {
  line-height: 1.8em;
}
.post-content-inner p {
  line-height: 1.8em;
}
.blogNewsletter {
  position: relative;
  background-color: #fff;
  min-height: 447px;
  padding: 54px 0;
  padding-top: 0px;
}
.blogNewsletterHeading {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.blogNewsletterHeading h2 {

  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
}
.blogNewsletterHeading h2 strong {
  font-family: Montserrat;
  color: #00244c;
}
.blogNewsletterHeading p {
  line-height: 2em;
}
.blogNewsletterHeading p > span {
  font-size: large;
}
.blogNewsletterForm h3.form-title {
  display: none;
}
.blogNewsletterForm form {
  margin-left: -3%;
  max-width: initial;
  display: flex;
  flex-direction: column;
}
.blogNewsletterForm .hs-form-field {
  padding: 0 0 0 3%;
  margin-bottom: 3%;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
/*.blogNewsletterForm .hs_email.hs-email {
width: 50%;
}*/
.blogNewsletterForm .hs-form-field > label {
  display: none;
}
.blogNewsletterForm .hs-input {
  font: 400 13.3333px Arial;
  font-family: inherit;
  position: relative;
  border: 1px solid #bbb;
  margin: 0;
  font-size: 14px;
  padding: 16px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: #eee;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #919191;
  letter-spacing: 1px;
  min-height: unset;
}
.blogNewsletterForm .hs-button.primary.large {
  font: 400 13.3333px Arial;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  position: relative;
  font-family: inherit;
  display: inline-block;
  margin: 0 0 0 18px;
  cursor: pointer;
  color: #ffffff!important;
  border-width: 0px!important;
  border-radius: 62px;
  font-size: 18px;
  background-color: #ff4200;
}
.blogNewsletterForm .hs-button-wrap:hover .hs-button.primary.large {
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}
.blogNewsletterForm .hs-button-wrap {
  cursor: pointer;
}
.blogNewsletterForm .actions {
  float: right;
  text-align: right;
  margin-top: -1.5%;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blogNewsletterForm .hs_error_rollup {
  display: none;
}
.blogNewsletter .content-wrapper {
  padding: 27px 0;
  padding-top: 0px!important;
}
.blogNewsletterInner {
  position: relative;
  z-index: 2;
  min-height: 1px;
  width: 100%;
  float: left;
}


/*********************************************** Post Page **************************************/

.content-wrapper:before,
.content-wrapper:after {
  display: table;
  content: "";
}
.content-wrapper:after {
  clear: both;
}

.blogPostWrapper {
  position: relative;
  background-color: #fff;
  padding: 54px 0;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 37px;
  margin-bottom: 25px;
}
.post_read {
  margin-top: 7px!important;
  margin-bottom: 2.75%;
}
.post_read p {
  text-align: right;
}
.blog-post__body {
  font-weight: 400;
}
.blogSocialWrapper {margin-top:30px;}
.blogSocialWrapper ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 22px 22px;
  padding-bottom: 0px!important;
  line-height: 26px;
  line-height: 0;
  font-size: 0;
  float:right;

}
.blogSocialWrapper ul li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.blogSocialWrapper ul li a {
  border: 0 solid #333;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 20px 20px 20px 20px;
}

.blogSocialWrapper ul li a > span {
  display: none;
}
.blogSocialWrapper ul li a:before {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.blogSocialWrapper ul li a.linked_in:before {
  content: "\e09d";

}
.blogSocialWrapper ul li a.twitter_in:before {
  content: "\e094";
  background:#ff4200;
  border-radius:50%;
}
.blogSocialWrapper ul li a.youtube_in:before {
  content: "\e0a3";
}
.blogSocialWrapper ul li a.linked_in {
  background-color:#ff4200;!important;
}
.blogSocialWrapper ul li a.twitter_in {
  background-color:#ff4200;!important;
}
.blogSocialWrapper ul li a.youtube_in {
  background-color:#ff4200;!important;
}
.post_read p {
  color: #000000;
}
.blog-post__body {
  padding-top: 5px;
}

.blog-post__body .blog_row1 section:first-child {
  padding-top: 0px !important;
}

.blog-post__body .body-content-heading {
  margin: 0 auto;
  font-size: 16px;
  line-height: 2em;
  min-height: 69px;
  max-width: 800px;
  animation-timing-function: linear;
  animation-duration: 0.2s;
  text-align: center;
  margin-bottom: 30px;
}

.blog-post__body h2 {

  font-weight: 700;
  font-size: 45px;
  line-height: 1.2em;
}

.blog-post__body .body-content-heading + div {
  padding-top: 2px;
  padding-bottom: 0px;
  animation-timing-function: linear;
  animation-duration: 0.2s;
}

.blog-post__body section .desktop {
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  display: block;
  line-height: 0;
}

.blog-post__body section img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  position: relative;
  width: 100%;
}

.blog-post__body section .desktop > span {
  display:block;
  position: relative;
  max-width: 100%;
}
.blog-post__body .blog_row1 {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.blog-post__body .blog_content_row:not(.blog_row1) {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-top: 54px;
}
.blog-post__body .blog_content_row.blog_row2 {
  padding-top: 29px;
}

.blog-post__body .blog_content_row.blog_row3 {
  padding-top: 22px;
}
.blog-post__body .blog_row4 > section {
  margin: 0 auto;
  padding-top: 0;
}

.blog-post__body .blog_row3 section .desktop {
  margin-bottom: 0;
}

.blog-post__body .blog_row4 {
  margin-top: -30px;
}

.blog-post__body .emoji {
  display: inline;
  height: 1em;
  margin: 0 .07em;
  width: 1em;
  vertical-align: -0.1em;
}

.blog-post__body .blog_row5 {
  margin-top: -30px !important;
}

.blog-post__body .blog_row5 section {
  margin: 0 auto;
  padding-top: 0;
  /*   max-height: 124px; */
  width: 68%;
}

.blog-post__body .cta_button {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  letter-spacing: 5px;
  font-size: 14px;
  background: #ff4200;

  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 32px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  box-shadow: rgb(244, 64, 78) 0px 7px 30px -10px;
  color: rgb(255, 255, 255);
  line-height: 1.7em;
  margin: 15px auto 0 !important;
}

.blog-post__body .cta_button:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px !important;
  font-family: ETmodules !important;
  line-height: inherit;
  margin-left: -1em;
  left: auto;
  font-size: inherit;
  content:"I";
  transition: all 300ms ease 0ms;
  opacity: 0;
  position: absolute;
}

.blog-post__body .cta_button:hover:after {
  left: auto;
  margin-left: 0.3em;
  opacity: 1;
}

.blog-post__body .cta_button:hover {
  letter-spacing: 5.5px;
}
.blog-post__body section >  span {
  display: block;
}
.blog-post__body .hs_cos_wrapper_type_rich_text > section:first-child {
  padding-top: 0;
}
.blog-post__body section a > span {
  display: inline;
}

.blog-post__body section > h2 {
  text-align: center;
}
.blog-post__body .tow_column ul {
  padding: 0;
  margin: 0;
  font-size:14px;
  line-height: 1.7em;
  list-style: none;
}

.blog-post__body .right_img ul > li:first-child,
.blog-post__body .left_img ul > li:first-child{
  margin-right: 5.5%;
}

.blog-post__body .tow_column ul:before,.blog-post__body .tow_column ul:after,
.blog-post__body .hs-equal-section ul:before,.blog-post__body .hs-equal-section ul:after {
  display: block;
  content: "";
  clear: both;
}

.blog-post__body .tow_column ul > li {
  float: left;
}
.blog-post__body .hs-equal-section ul {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: 14px;
  list-style: none;
}

.blog-post__body .hs-equal-section ul > li {
  float: left;
}
.blog-post__body .hs-equal-section ul>li h2 {
  text-align: center;
}

.blog-post__body .hs-equal-section {
  padding-top: 0;
}
.blog-post__body img, .blog-post__body iframe {
  max-width: 100%;
  width:100%
}


.blog-post__body .blog-creative_adventurer > h2 {
  text-align: left;
  color: #f5404e;
}

.blog-post__body section > h2 a {
  color: #f5404e;
  font-family: Montserrat;
}

.blog-post__body .blog-creative_adventurer {
  padding: 0;
}

.blog-post__body section > ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.blog-post__body section ul {
  line-height: inherit;
}

.blog-post__body section > ul > li {
  float: left;
}

.blog-post__body section > ul:after,
.blog-post__body section > ul:before {
  display: block;
  content: "";
  clear: both;
}

.blog-post__body section > ul > li .ca-img-wrap {
  width: 65%;
  text-align: left;
  margin-left: 0;
}
.blog-post__body section>ul>li img {
  width: auto;
  max-width: 100%;
}


.hs-button-wrap:after {
  font: 400 13.3333px Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ETmodules!important;
  speak: none;
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  content: "=";
  font-size: inherit;
  margin-left: -1em;
  left: auto;
  right: 1em;
  top: 0.3em;
  line-height: 1.7em!important;
  color: #fff;
  font-size: 18px;
}
.hs-button-wrap:hover:after {
  margin-left: .3em;
  left: auto;
  margin-left: .3em;
  opacity: 1;
  right: 0.6em;
}
.blogNewsletterForm .hs_quels_sujets_vous_interessent__ .input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #666;
  margin-top: 3px;
  pointer-events: none;
}

.blog-listing-hero .description img {
  max-width: 100%;
  width: 16px;
  vertical-align: -0.1em !important;
}

.quel_trepied_pour_smartphone_choisir .postBanner-wrapper .postBannerTitle,
.le_monde_de_la_formation_apres_le_covid .postBanner-wrapper .postBannerTitle {
  padding-top: 0px;
  padding-bottom: 8px;
  margin-top: 75px;
  margin-bottom: 75px;
}
.postBannerdate {
  color:#fff;
  text-align:center;
  font-weight:bold;
}
.quel_trepied_pour_smartphone_choisir .postBanner-wrapper, 
.le_monde_de_la_formation_apres_le_covid .postBanner-wrapper {
  min-height: 448px;
}

.comment_sous_titrer_une_video_youtube_facebook_linkedin_twitter_instagram .postBanner-wrapper {
  background-position: top;
}

.blog-listing-hero .description img {
  margin: 0 .07em;
}



@media (min-width: 981px){
  .post-item {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 8%;
  }
  .post-item:nth-child(3n) {
    margin-right: 0;
  }
  /* .postItemInner {
  margin-bottom: 18.539%;
}*/
  .blogNewsletterHeading {
    margin-bottom: 2.75%;
  }
  .blogNewsletterForm {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-post__body section,
  .blog-post__body section > ul{
    padding: 2% 0px;
  }
  .blog-post__body .body-content-heading + div,
  .blog-post__body section .desktop{
    margin-bottom: 2.75%;
  }
  .blog-post__body .blog_row4 > section{
    width: 61%;
  }
  .blog-post__body .right_img ul > li:first-child,
  .blog-post__body .left_img ul > li:last-child{
    width: 36.7%;
  }
  .blog-post__body .right_img ul > li:last-child,
  .blog-post__body .left_img ul > li:first-child{
    width: 57.8%;
  }
  .blog-post__body .hs-equal-section ul > li{
    width: 47.25%;
  }
  .blog-post__body .hs-equal-section ul > li:first-child{
    margin-right: 5.5%;
  }
  .blog-post__body section > ul > li{
    width: 47.25%;
  }
  .blog-post__body section > ul > li:first-child{
    margin-right: 5.5%;
  }
}   
@media only screen and (min-width: 1350px){
  .blog-post__body section,
  .blog-post__body section > ul{
    padding: 27px 0px;
  }
}
@media(max-width: 1349px) {
  .postBanner .content-wrapper {
    padding: 2% 0;
  }
}

@media(max-width: 980px){
  .blogPosts .content-wrapper, 
  .blogNewsletter .content-wrapper {
    padding: 30px 0;
  }
  .blog-listing-hero h1 {
    font-size: 40px;
  }
  .blogHeader {
    margin-bottom: 30px;
  }
  .post-item {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
  }
  .post-item:nth-child(odd) {
    clear: both;
  }
  .post-item:nth-child(2n) {
    margin-right: 0;
  }
  /* .postItemInner {
  margin-bottom: 16.21%;
}*/
  .blogNewsletter {
    padding: 50px 0;
    padding-top: 0px;
    min-height: auto;
  }
  .blogNewsletterHeading {
    margin-bottom: 30px;
  }
  .blogNewsletterHeading h2 {
    font-size: 35px;
  }

  .blog.postPage {
    position: relative;
  }
  .post_read {
    margin-bottom: 35px;
    margin-top: 10px !important;
  }
  .blog-post__body {
    padding: 0;
  }
  .blog-post__body .blog_content_row section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .blog-post__body h2 {
    font-size: 35px;
  }

  .blog-post__body section .desktop {
    display: none;
  }

  .blog-post__body .blog_row1 section div >span {
    width: 78%;
  }

  .blog-post__body .body-content-heading+div {
    margin-bottom: 30px;
  }

  .blog-post__body section div:last-child >span {
    margin-bottom: 0;
  }

  .blog-post__body .blog_row1 section:last-child div >span {
    width: 68%;
  }

  .blog-post__body section div >span {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }

  .blog-post__body .blog_row2 section div:nth-of-type(2n) > span {
    width: 68%;
  }

  .blog-post__body .blog_row3 .page-center {
    width: 81% !important;
    margin-top: -35px;
  }

  .blog-post__body .hs-cta-wrapper {
    display: block;
    width: 100%;
    padding: 46px 0 50px;
  }

  .blog-post__body .blog_row5 h2 {
    font-size: 26px;
  }

  .blog-post__body .blog_content_row.blog_row4 section {
    padding: 0;
  }

  .blog-post__body .blog_row4 {
    margin-top: -36px;
  }

  .blog-post__body .blog_content_row.blog_row3 .body-content-heading+div {
    width: 69%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .blog-post__body section {
    padding: 30px 0px;
  }

  .blog-post__body .right_img ul>li:first-child, .blog-post__body .left_img ul>li:first-child {
    margin-right: 0;
  }

  .blog-post__body .tow_column ul>li {
    float: none;
    width: 100% !important;
  }

  .blog-post__body .tow_column ul:before,
  .blog-post__body .tow_column ul:after,
  .blog-post__body .hs-equal-section ul:before, 
  .blog-post__body .hs-equal-section ul:after {
    display: none;
  }

  .blog-post__body .tow_column ul {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-post__body .right_img ul>li:first-child {
    order: 2;
  }

  .blog-post__body .tow_column ul>li img {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-post__body section {
    margin-top: 0 !important;
  }
  .blog-post__body section>ul>li .ca-img-wrap {
    margin: 0 auto;
  }

  .blog-post__body section>ul>li {
    width: 100%;
    float: none;
  }

  .blog-post__body section>ul>li:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .quel_trepied_pour_smartphone_choisir .postBanner-wrapper,
  .le_monde_de_la_formation_apres_le_covid .postBanner-wrapper{
    min-height: 312px;
  }
  .quel_trepied_pour_smartphone_choisir .postBanner-wrapper .postBannerTitle,
  .le_monde_de_la_formation_apres_le_covid .postBanner-wrapper .postBannerTitle {
    margin-top: 5px!important;
    margin-bottom: 43px!important;
  } 
}


@media(max-width: 767px){
  .blog-listing-hero h1 {
    font-size: 32px;
  }
  .post-item {
    width: 100%;
    margin: 0 0 8%;
  }
  .postItemInner {
    margin-right: 0;
    /* margin-bottom: 9.5%;*/
    width: 100%;
  }
  .blogNewsletterHeading h2 {
    font-size: 28px;
  }
  .blogNewsletterForm {
    width: 94%;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .blogNewsletterForm .hs_email.hs-email {
    width: 100%;
  }
  .mobileSeperator {
    padding: 50px 0;
    height: 100px;
    min-height: 106px;
    overflow-y: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 7px;
    background-color: #00244c!important;
    position: relative;
  }
  .mobileSeperatorInner {
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    margin-top: -1px;
    background-image: url(//8842853.fs1.hubspotusercontent-na1.net/hubfs/8842853/raw_assets/public/Storyfox_December2020/images/mobileSep.svg);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
  }
  .blog.postPage {
    margin-top: -2px;
  }
  .post_read {
    margin-top: 7px !important;
  }
  .blog-post__body h2 {
    font-size: 28px;
  }
  .blog-post__body .blog_row1 section div>span {
    width: 100%;
  }

  .blog-post__body .blog_row1 section:last-child div>span {
    width: 86%;
  }

  .blog-post__body .blog_row2 section div:nth-of-type(2n)>span {
    width: 83%;
  }
  .blog-post__body div + div {
    width: 100% !important;
  }
  .blog-post__body .blog_row3 .page-center {
    width: 100% !important;
  }
  .blog-post__body .blog_content_row.blog_row3 .body-content-heading+div {
    width: 69% !important;
  }
  .quel_trepied_pour_smartphone_choisir .postBanner-wrapper,
  .le_monde_de_la_formation_apres_le_covid .postBanner-wrapper{
    min-height: 262px;
  }
  .quel_trepied_pour_smartphone_choisir .postBanner-wrapper .postBannerTitle,
  .le_monde_de_la_formation_apres_le_covid .postBanner-wrapper .postBannerTitle{
    margin-top: 46px!important;
    margin-bottom: 46px!important;
  }


}



@media (max-width: 480px){
  .les_chiffres_cle_de_la_branded_video .postBanner-wrapper {
    height: 390px;
    min-height: 390px;
    max-height: 353px;
    margin-top: -1px;
    margin-bottom: -173px;
  }



}
/*Resources Copernic*/

.resources-post__wrapper {
  display:flex;
  width:100%;
}
.resources-post__body {
  width: calc(50% - 10px);
  padding: 0 10px 0 0;

}
.resources-post__body img {
  max-width:100%;
}
.form-resources {
  width: calc(50% - 10px);
  padding: 0 0 0 10px;
  background: #fff;
}
@media (max-width:600px) {
  .resources-post__wrapper {
    flex-wrap:wrap;
  }
  .resources-post__body,.form-resources {
    width:100%;
    padding:0;
  }
  .form-resources {
    padding: 30px 0 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Open Sans,Arial,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color:transparent;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1.25rem;
  color: #666;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #666;
}
.subscription-preferences form {
  max-width: 100%;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.mainErrorPage .content-wrapper {
  padding-top: 58px;
}
.mainErrorPage .error-page {
  padding: 0;
  text-align: unset;
  margin-bottom: 60px;
}
.mainErrorPage .error-page_heading {
  margin: 0;
}

@media (min-width: 981px){
  .mainErrorPage .content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e2e2e2;
    right: 20.875%!important;
  }
  .mainErrorPage .error-left-area {
    width: 79.125%;
    padding-bottom: 23px;
    float: left;
    padding-right: 5.5%;
  }

}