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

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

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

.dnd-section .widget-type-cell {
  padding-left: 10px;
  padding-right: 10px;
}
.dnd-section[class*="force-full-width-section"] > div {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
.dnd-section[class*="force-full-width-section"] > div > div,
.dnd-section[class*="force-full-width-section"]{
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
    font-family: 'NickelIcons';
    src: url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/ni-font1.ttf?rxli6k") format("truetype"),
         url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/ni-font1.woff?rxli6k") format("woff"),
         url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/ni-font1.svg#NickelIcons") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'FontAwesome_blog';
    src: url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),
         url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),
         url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),
         url("https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: eicons;
  src: url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/eicons.woff2) format("woff2"),
    url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/eicons.woff) format("woff"),
    url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/eicons.ttf) format("truetype"),
    url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/fonts/eicons.svg)format("svg");
  font-weight: 400;
  font-style: normal
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: .9rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  display: inline-block;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl ol, ul {
  margin-bottom: 1em;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  border-style:solid;
  font-weight: 800 ;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space:normal;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  min-height: 59px;
}

.hs-button:hover, .hs-button:focus {
  outline:none;
}

.hs-button:active {
  outline:none;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: 300;
  font-size: 18px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  margin: 0;
  font-size: 18px;
  color: #000;
  background: #eee;
  padding: 15px 20px;
  border: 1px solid transparent;
}

.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;
}

.hs-input[type=file] {
    border: initial;
    border-style: dotted;
    line-height: normal;
    cursor:pointer
}

.hs-input[type=file]:hover {
    border: initial;
    border-style: dotted;
    line-height: normal;
    cursor:pointer;
    background-color: initial
}


.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus{
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

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;
}



.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;
}

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

.field {
  margin-bottom: 20px;
  margin-top: 20px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
label.hs-error-msg,
.hs-error-msgs label{
  color: #f00 !important;
}
h3.form-title {
  font-weight: 600;
}
.hs_error_rollup {
  margin-bottom: 25px;
}
.hs-button, .button--primary {
  margin-top: 10px;
}


h3:empty {
  display: none;
}

form select.hs-input {
  padding: 15px 20px;
  color: #6c6c6c;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  line-height: 1.5;
}

.hs-fieldtype-select.field {
  position: relative;
  z-index: 3;
}

.hs-fieldtype-select.field:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

form textarea.hs-input {
  overflow: auto;
  resize: vertical;
  min-height: 132px;
  display: block;
}

form .hs-richtext p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
}

form .hs-richtext {
  margin: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

 .header-bottom-wrap .content .hs-menu-wrapper>ul>li>ul>li>a {
     background-color: #071243;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs-motivation-layout .hs-condition-header {
  padding: 0;
}

.hs-motivation-layout .hs-condition-header .custom-header-logo a {
  display: block;
}

.mobile{
  display: none;
}


.custom-motivation-banner h1 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 29px;
  line-height: 1;
  margin: 0px 0px 50px 0px;
}

.custom-motivation-banner .dnd-section[class*="background-image"]:after {
  background-color: #fbfbfb;
  opacity: 0.33;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
}

.custom-motivation-banner .dnd-section[class*="background-image"] {
  position: relative;
}

.custom-motivation-banner .dnd-section[class*="background-image"] > div {
  position: relative;
  z-index: 1;
}

.custom-motivation-banner .dnd-section[class*="background-image"] >.row-fluid {
  max-width: 1024px;
}

.custom-motivation-banner .form-title {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #051A4C;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom:20px;
}


.hs-motivation-layout .row-fluid .span6 {
  width: 50%;
  margin: 0;
}

.custom-motivation-banner h2 span {
  color: #e22752;
  font-size: 1.3em;
}

.custom-motivation-banner h2 {
  color: #fdc20b;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 39px;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.custom-motivation-banner hr {
  padding-top: 0;
  padding-bottom: 3px;
  height: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #bcbcbc;
  border-bottom-color: #bcbcbc;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0;
  margin-bottom: 23px;
  line-height: 0;
  font-size: 0;
}

.custom-motivation-banner p strong {
  font-weight: 800;
  font-size: 22px;
}

.custom-motivation-banner p em {
  color: #e22752;
  font-style: normal;
  font-weight: 600;
}

.custom-motivation-banner p {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.custom-motivation-banner .hs-form span.hs-form-required {
  display: none;
}

.custom-motivation-banner .hs-form{
  margin-bottom:20px;
}

.custom-motivation-banner .hs-form .hs-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  background-color: #ffffff;
  padding: .5rem 1rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #051A4C;
}

.custom-motivation-banner .hs-form .hs-input::-webkit-input-placeholder {
  color: rgba(5, 26, 76);
  font-family: inherit;
  opacity: .6;
}

.custom-motivation-banner .hs-form .hs-input[type=checkbox], .custom-motivation-banner .hs-form .hs-input[type=radio] {
  width: auto;
  display: inline;
  margin: 0;
}

.custom-motivation-banner .hs-form .inputs-list label>input, .custom-motivation-banner .hs-form .inputs-list label>span {
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  font-size: 15px;
  display: block;
  margin: -25px 0 0 30px;
  vertical-align: unset;
}

.custom-motivation-banner .hs-form .hs-richtext.hs-main-font-element {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
  margin-left: 30px;
}

.custom-motivation-banner .hs-form .hs-richtext.hs-main-font-element p {
  font-size: 13px;
}

.custom-motivation-banner .hs-form .hs-button {
  text-transform: none;
  letter-spacing: 0px;
  border-radius: 500px 500px 500px 500px;
  padding: 15px 30px 15px 30px;
  min-height: 40px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 800;
}

.custom-motivation-banner .hs-form .actions {
  text-align: center;
}

p.small-size {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.hs-motivation-layout .row-fluid [class*="span"] {
  min-height: 0;
}

.custom-motivation-banner h1 span {
  color: #e22752;
}

.custom-motivation-section h2 {
  font-size: 24px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.custom-motivation-section .dnd-section>.row-fluid {
  max-width: 1024px;
}

.custom-motivation-section h3 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  line-height: 1em;
  font-weight: 600;
}

.custom-motivation-section .dnd-section .widget-type-cell {
  padding: 10px;
}

.custom-motivation-section .row-fluid .span4 {
  width: 33.333%;
  margin: 0;
}

.custom-motivation-section .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 3px;
}

.custom-motivation-banner .hs-form .hs-input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  border-color: #333;
}


@media(max-width:1024px){
  .custom-motivation-banner .dnd-section {
    padding: 80px;
  }

  .hs-motivation-layout .row-fluid .span6 {
    width: 100%;
  }
}

@media(max-width:767px){
  .body-wrapper .custom-motivation-banner .dnd-section {
    padding: 20px 20px 20px 20px;
  }

  .custom-motivation-banner .form-title {
    text-align: center;
  }
  .custom-motivation-banner h1 {
    font-size: 26px;
  }

  .custom-motivation-banner h2 {
    font-size: 23px;
    line-height: 28px;
    text-align: center;
  }


  .custom-motivation-section .row-fluid .span4 {
    width: 100%;
  }
  .custom-motivation-section .widget-type-linked_image {
    width: 100%;
    text-align: center;
  }
  .custom-motivation-section .widget-type-linked_image img {
    margin: 0 auto;
    max-width: 40% !important;
  }
}
/* Contact page */
.body-wrapper .contact-row-one .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.contact-row-one .dnd-section > div {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-row-one .widget-type-header {
  max-width: 964px;
  margin: 0 auto;
  padding: 10px;
}

.contact-row-one .widget-type-header h3 {
  color: #051A4C;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.contact-row-one .widget-type-header h3:after {
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #e72359, #7e33c0);
  height: 3px;
  margin-top: 22px;
  margin-bottom: 52px;
}
.contact-row-one form select option:first-child {
  display: none !important;
}
.contact-row-one .row-fluid-wrapper.dnd-row[class*="background-color"] {
  padding: 60px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.contact-row-one .hs-form-field > label {
  display: none;
}

.contact-row-one form {
  padding-left: 29px;
  padding-top: 10px;
}
main .social-links-ttl {
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 33px;
  margin-bottom: 20px;
}
.contact-row-one form .hs-button {
  width: 100%;
  margin-bottom: 10px;
}
main .social-links-bottom {
  padding-bottom: 10px;
}

main .social-links-bottom .social-links-wrapper {
  font-size: 0;
}

main .social-links-bottom .social-links-wrapper a {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  margin-right: 29px;
}

main .social-links-bottom .social-links-wrapper a:last-child {
  margin-right: 0;
}

main .social-links-bottom .social-links-wrapper a i {
  color: #E22852;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  z-index: 2;
}

main .social-links-bottom .social-links-wrapper a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main .social-links-bottom .social-links-wrapper a:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}



@media (max-width:1024px){
  .body-wrapper .contact-row-one .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-row-one .widget-type-header h3 {
    font-size: 27px;
  }

  .contact-row-one .dnd-section>div {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-row-one .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-row-one .row-fluid-wrapper.dnd-row[class*="background-color"] {
    padding: 40px 50px;
  }
  .contact-row-one .dnd-section .widget-span {
    width: 100%;
    margin-left: 0;
  }
  main .social-links-ttl {
    font-size: 27px;
  }
  .contact-row-one form {
    padding-left: 0;
  }

  .contact-row-one .row-fluid-wrapper.dnd-row[class*="background-color"] {
    margin-bottom: -10px;
  }
}


@media (max-width:767px){
  .body-wrapper .contact-row-one .dnd-section {
    padding: 0;
  }
  .contact-row-one .widget-type-header h3 {
    font-size: 22px;
    padding: 10px;
  }

  .contact-row-one .widget-type-header h3:after {
    margin-bottom: 2px;
  }

  .contact-row-one .row-fluid-wrapper.dnd-row[class*="background-color"] {
    margin: 0;
    padding: 20px 30px;
  }
  main .social-links-ttl {
    font-size: 22px;
  }
}



/*Career-page */

.career-page-body .section-subheader {
  font-size: 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.career-page-body .widget-type-section_header p{
  padding: 0% 20% 0% 20%;
}
.career-page-body .widget-type-section_header h1{
  font-weight: 600;
  font-size: 37px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.career-page-body .widget-type-section_header h1+p{
  padding: 0;
}
.career-page-body .widget-type-section_header .section-subheader:after,
.career-page-body .widget-type-section_header h1:after,
.career-page-body .career-page-row-one .widget-type-section_header .section-subheader:after{
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#e72359), to(#7e33c0));
  background-image: -webkit-linear-gradient(left, #e72359, #7e33c0);
  background-image: -moz-linear-gradient(left, #e72359, #7e33c0);
  background-image: -o-linear-gradient(left, #e72359, #7e33c0);
  background-image: linear-gradient(to right, #e72359, #7e33c0);
  height: 3px;
  margin-top: 38px;
  margin-bottom: 52px;
}
.career-page-body .career-page-row-one .widget-type-section_header h1:after,
.career-page-body .widget-type-section_header h1+p .section-subheader:after {
  display: none;
}
.career-page-body .get-in-touch-out .get-in-touch-content-row h2+h3 {
  margin-bottom: 0px;
}
.career-page-body .widget-type-section_header h1:after {
  margin-top: 22px;
  margin-bottom: 60px;
}
.career-page-body .widget-type-header h2 {
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.career-page-body .dnd-section>.row-fluid {
  padding: 10px 0;
}
.career-page-body .widget-type-header h2:after {
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#e72359), to(#7e33c0));
  background-image: -webkit-linear-gradient(left, #e72359, #7e33c0);
  background-image: -moz-linear-gradient(left, #e72359, #7e33c0);
  background-image: -o-linear-gradient(left, #e72359, #7e33c0);
  background-image: linear-gradient(to right, #e72359, #7e33c0);
  height: 3px;
  margin-top: 22px;
  margin-bottom: 49px;
}
.career-page-row-two .content-with-icon-card-row .span4.dnd-module  {
  width: 33.3334%;
  margin-left: 0;
}
.career-page-row-two .content-with-icon-card-row .span4.dnd-module+.widget-span,
.career-page-row-two .content-with-icon-card-row .span4.dnd-module~.widget-span{
  margin-left: 0;
}
.career-page-body .career-page-row-three .widget-type-section_header {
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}
.career-page-body .career-page-row-one .widget-type-section_header h1 {
  font-size: 36px;
  margin-bottom: 28px;
}


/* ====== Enterprise Page ======= */
.enterprise-header-group .header-bottom-wrap {
  background-color: #d90b4a;
  padding: 0;
}
.enterprise-header-group .colored-logo-header {
  padding: 10px;
  text-align: center;
  width: 100%;
  padding-bottom: 4px;
}
.enterprise-header-group .colored-logo-header img {
  display: block;
}
.custom-enterprise-banner .main-banner-area .main-banner-area-content-in {
  text-align: left;
  width: 75.806%;
}
.custom-enterprise-banner .main-banner-area .main-banner-area-content-in h3 {
  font-weight: 200;
  line-height: 1;
  margin: 20px 0 0px;
}

.custom-enterprise-row1 .dnd-section>.row-fluid {
  max-width: 800px;
}
.custom-enterprise-row1 .dnd-module .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3em;
  margin: 0;
}
.custom-enterprise-row1 .dnd-module .hs_cos_wrapper_type_rich_text p {
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 20px 115px 0px 115px;
  margin-bottom: 20px;
}
.hs-enterprise-page .custom-accordion {
  padding: 0;
}
.hs-enterprise-page .custom-accordion .custom-accordion-inner {
  padding: 30px 0 0;
}
.hs-enterprise-page .custom-accordion .page-center {
  max-width: 100%;
}
.hs-enterprise-page .custom-accordion .custom-accordion-wrapper {
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  border: 0;
}
.hs-enterprise-page .custom-accordion .custom-accordion-item>h4 {
  padding: 30px;
  border-color: #e0e0e0;
}
.hs-enterprise-page .custom-accordion span.custom-accordion-icon {
  float: right;
  margin: 0;
  font-size: 16px;
  position: relative;
  right: -2px;
}
.hs-enterprise-page .custom-accordion .custom-accordion-item .custom-accordion-title {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #051A4C;
}
.hs-enterprise-page .custom-accordion span.custom-accordion-icon i:before {
  color: #051A4C;
}
.hs-enterprise-page .fa-plus-circle:before {
  content: "\f067";
}
.hs-enterprise-page .custom-accordion span.custom-accordion-icon .fa-minus-circle:before {
  content: "\f068";
  color: rgb(226, 40, 82);
}
.hs-enterprise-page .custom-accordion .custom-accordion-content {
  border-width: 1px;
  border-bottom-color: #e0e0e0;
  padding: 0px 30px 30px 30px;
}
.hs-enterprise-page .custom-accordion .custom-accordion-content p {
  margin: 0;
}
.hs-enterprise-page .custom-accordion .custom-accordion-item.accordion-active .custom-accordion-title {
  color: rgb(226, 40, 82);
}
.custom-enterprise-row1 {
  position: relative;
}
.custom-enterprise-row1 .shape-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -1px;
}
.custom-enterprise-row1 .shape-bottom svg {
  height: 40px;
  transform: translateX(-50%) rotateY(180deg);
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  fill: #fff;
}
.custom-enterprise-row1 .dnd-section {
  padding: 80px 0 120px !important;
}
.custom-enterprise-row2 .row-fluid .span4 {
  width: 33.33%;
  margin: 0;
}
.hs-enterprise-page .content-with-icon-card .content-with-icon {
  padding: 0;
}

.hs-enterprise-page .content-with-icon-card .content-with-icon-box-icon {
  margin: 0;
}

.hs-enterprise-page .content-with-icon-card .content-with-icon-box-icon span i:before {
  -webkit-text-fill-color: #c91e4b;
  color: #c91e4b;
  border-color: #c91e4b;
  background-image: none;
  padding: 0;
  width: auto;
}
.hs-enterprise-page .content-with-icon-card .content-with-icon-box-icon span i {
  top: -6px;
}
.hs-enterprise-page .content-with-icon-card .content-with-icon-box-icon span {
  font-size: 106px;
}
.hs-enterprise-page .content-with-icon-card h3.content-with-icon-box-title {
  font-weight: 900;
  font-size: 23px;
  color: #051A4C;
  margin: 6px 0 0;
}
.custom-enterprise-row4 .row-fluid .span4 {
  padding: 20px;
  width: 33.33%;
  margin: 0;
}
.custom-enterprise-row4 .dnd-module h2 {
  font-size: 55px;
  color: #051A4C;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  margin: 0;
}
.custom-enterprise-row4 .dnd-module hr {
  width: 5%;
  border-top: 5px solid #231931;
  background-color: transparent;
  height: 0;
  margin: 9px auto 27px;
}
.custom-enterprise-row6 h2 {
  font-size: 55px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1;
}
.custom-enterprise-row6 .hs-button {
  margin: 0;
  border-color: #E72359;
  border-radius: 10px 10px 10px 10px;
  padding: 30px 30px 30px 30px;
  font-size: 15px;
}

.custom-motivation-banner .hs-form .inputs-list label>span ,
.custom-motivation-banner .hs-form .hs-richtext.hs-main-font-element p {
  color: #051a4c;
}

h3.small-heading{
  line-height:1.2;
}

@media (min-width:1025px){
  .career-page-body .career-page-row-one .widget-type-section_header{
    text-align:center;
  }
}

@media (max-width:1024px){
  .career-page-body .widget-type-section_header p {
    padding: 0;
  }

  .career-page-body .widget-type-header h2,
  .career-page-body .widget-type-section_header h1{
    font-size: 30px;
  }

  .career-page-row-two .content-with-icon-card-row .span4.dnd-module,
  .career-page-row-two .content-with-icon-card-row .widget-span{
    width: 100%;
    margin-left:0;
  }
  .career-page-row-two .dnd-section > .row-fluid {
    padding-bottom: 13px;
  }
  .career-page-body .career-page-row-one .widget-type-section_header h1 {
    font-size: 24px;
  }
  .custom-enterprise-banner .main-banner-area {
    padding: 80px;
    background-position: center center;
  }
  .enterprise-header-group .colored-logo-header {
    padding-bottom: 3px;
  }
  .hs-enterprise-page .custom-accordion .custom-accordion-item .custom-accordion-title {
    font-size: 19px;
  }
  .hs-enterprise-page .custom-accordion .custom-accordion-item>h4 {
    font-size: 19px;
  }
  .custom-enterprise-row2 .dnd-section,
  .custom-enterprise-row4 .dnd-section,
  .custom-enterprise-row6 .dnd-section {
    padding: 80px !important;
  }
  .custom-enterprise-row4 .dnd-module h2 {
    font-size: 40px;
  }
  .custom-enterprise-row6 h2 {
    font-size: 40px;
  }

  .hs-website-page .row-fluid .span6 h3,
  h3.small-heading{
    font-size: 27px;
  }

}

@media (max-width:980px){
  .career-page-body .main-banner-area {
    background-position: left top;
    -moz-background-size: auto;
    background-size: auto;
  }
}
@media (max-width:767px){
  .career-page-body .main-banner-area {
    padding: 20px 9px;
  }
  .career-page-body .widget-type-header h2, 
  .career-page-body .widget-type-section_header h1 {
    font-size: 25px;
  }
  .career-page-body .get-in-touch-out {
    padding: 30px 10px 30px 10px;
  }
  .custom-enterprise-banner .main-banner-area {
    padding: 56px 32px;
  }
  .custom-enterprise-banner .main-banner-area .main-banner-area-content-in {
    width: 100%;
  }
  .custom-enterprise-row1 .dnd-section {
    padding: 40px 0 40px !important;
  }
  .custom-enterprise-row1 .dnd-module .hs_cos_wrapper_type_rich_text p {
    padding: 0;
  }
  .custom-enterprise-row2 .dnd-section,
  .custom-enterprise-row4 .dnd-section,
  .custom-enterprise-row6 .dnd-section {
    padding: 56px 32px !important;
  }
  .custom-enterprise-row2 .row-fluid .span4 {
    width: 100%;
    margin: 0px;
  }
  .custom-enterprise-row4 .row-fluid .span4 {
    padding: 10px;
    width: 100%;
    margin: 0px;
  }
  .custom-enterprise-row4 .dnd-section .widget-type-cell {
    padding: 0 !important;
  }
  .hs-enterprise-page .content-with-icon-card h3.content-with-icon-box-title {
    margin: 6px 0 4px;
  }

  .hs-website-page .row-fluid .span6 h3,
  h3.small-heading{
    font-size: 22px;
  }
  .hs-website-page .get-in-touch-out {
    padding: 20px 20px 20px 20px;
  }

}
@media (max-width: 370px) {
  .custom-enterprise-row1 .dnd-module .hs_cos_wrapper_type_rich_text h2 {
    font-size: 42px;
  }
  .custom-enterprise-row6 h2 {
    font-size: 30px;
  }
}
/* discover-our-teams-page */
.discover-our-teams-page-body .main-banner-area {
  background-position: top center;
}
.discover-our-teams-page-body .dnd-section > .row-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}
.discover-our-teams-page-body .dnd-section > .row-fluid > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:1024px){
  .discover-our-teams-page-body .content-with-icon-card .content-with-icon {
    margin-bottom: 0;
  }
}

@media (max-width:767px){
  .discover-our-teams-page-body .content-with-icon-card .top-devider-wrap {
    margin-bottom: -1px;
  }
  .discover-our-teams-page-body .content-with-icon-card .content-with-icon {
    padding: 30px 20px;
  }
  .discover-our-teams-page-body .content-with-icon-card-row+div:last-child .content-with-icon-card .content-with-icon {
    padding-bottom: 10px;
  }
  .discover-our-teams-page-body .content-with-icon-card .content-with-icon,
  .discover-our-teams-page-body .dnd-section > .row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* ===== Condition Page ====== */

.hs-condition-header {
  padding: 1% 1% 1% 1%;
  text-align: center;
}
.hs-condition-header .custom-header-logo {
  padding: 10px;
}
.hs-condition-header .custom-header-logo img {
  display: block;
  margin: 0 auto;
}
.custom-condition-row .dnd-section>.row-fluid {
  padding: 10px;
}
.custom-condition-row h3 {
  margin: 0;
  color: #000000;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 800;
}
.custom-condition-row ul,
.custom-condition-row ol{
  font-size: 18px;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 3em;
  padding: 0px;
  color: #000;
}
.custom-condition-row h2 {
  font-size: 33px;
  font-weight: 800;
}
.custom-condition-row p {
  font-weight: 300;
}

/* ========== Thank You ======== */
.hs-thank-you-header {
  padding: 30px 30px 40px;
}
.hs-thank-you-header .custom-header-logo img {
  display: block;
  margin: 0 auto;
  width: 226px !important;
}
.hs-thank-you-header .custom-header-logo {
  padding: 10px;
}
.custom-thank-you-row h1 {
  margin: 0 0 20px;
  color: #071743;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
.custom-thank-you-row .dnd-section>.row-fluid {
  max-width: 800px;
  padding: 10px;
}
.custom-thank-you-row h3 {
  line-height: 1;
  color: #e72359;
  font-size: 19px;
  font-family: "Montserrat",Sans-serif;
  font-weight: 600;
  margin: 0;
}
.hs-thank-footer {
  padding: 80px;
}
.hs-thank-footer .page-center {
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.hs-thank-footer .custom-footer-copyright {
  color: #cecece;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}

/* ========= Inscription ======= */

.custom-inscription-row .dnd-section>.row-fluid {
  max-width: 1024px;
}
.custom-inscription-row .row-fluid .span5 {
  width: 40.039%;
  padding: 10px !important;
}
.custom-inscription-row .row-fluid .span7 {
  width: 59.961%;
  padding: 10px !important;
  margin-left: 0;
}
.custom-inscription-row h2 {
  color: #071743;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 29px;
  margin: 0 0 20px;
}
.custom-inscription-row .row-fluid .span5 p {
  margin-bottom: 20px;
}

.custom-inscription-row .row-fluid .span7 .dnd-row {
  border: 1px solid #e72359;
  padding: 30px;
  margin-bottom: 20px;
}
.custom-inscription-row .row-fluid .span7 .dnd-row h3 {
  text-align: center;
  margin-top: 0;
  color: #071743;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.custom-inscription-row .row-fluid .span7 .dnd-row ul {
  padding: 0;
  list-style-type: none;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.custom-inscription-row .row-fluid .span7 .dnd-row ul li {
  padding: 0 20px;
  margin-bottom: 20px;
}
.custom-inscription-row .row-fluid .span7 .dnd-row ul li h4 {
  color: #1ad6d2;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.custom-inscription-row .row-fluid .span7 .dnd-row ul li p {
  margin: 0;
  line-height: 1.3em;
  color: #051A4C;
}
.custom-inscription-row .row-fluid .span7 .dnd-row ul li:first-child {
  border-right: 1px solid #e72359;
  margin-bottom: 28px;
}
.custom-inscription-row .row-fluid .span7 .dnd-row p {
  color: #e22752;
}

.inscription-footer {
  background-color: #071743;
  padding: 3%;
}
.inscription-footer .custom-inscription-footer-col {
  text-align: center;
  color: #fff;
  padding: 10px;
}
.inscription-footer .custom-inscription-footer-col p {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-weight: 300;
}
.inscription-footer .custom-inscription-footer-col p a {
  color: #fff;
  font-weight: bold;
}
.inscription-footer .custom-inscription-footer-col p b {
  font-weight: bold;
}

.elementor-divider {
  line-height: 0;
  font-size: 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.elementor-divider-separator {
  border: 0;
  height: 3px;
  width: 160px !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#E72359), to(#7E33C0));
  background-image: -webkit-linear-gradient(left, #E72359, #7E33C0);
  background-image: -moz-linear-gradient(left, #E72359, #7E33C0);
  background-image: -o-linear-gradient(left, #E72359, #7E33C0);
  background-image: linear-gradient(to right, #E72359, #7E33C0);
  margin: 0 auto;
  display: inline-block;
}
.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
  content: "\f3cd";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-money-check-edit:before {
  content: "\f872";
}
@media (max-width: 1024px) {
  .custom-thank-you-row h1 {
    font-size: 40px;
  }
  .custom-inscription-row .dnd-section {
    padding: 80px !important;
  }
  .custom-inscription-row .row-fluid .span7 {
    width: 100%;
    margin-top: 10px;
  }
  .custom-inscription-row .row-fluid .span5 {
    width: 100%;
  }
  .custom-inscription-row .dnd-section>.row-fluid {
    max-width: 1024px;
    flex-wrap: wrap;
  }
  .custom-condition-row .dnd-section,
  .custom-inscription-row .dnd-section {
    padding: 80px !important;
  }
  .custom-condition-row h2 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .custom-condition-row .dnd-section {
    padding: 56px 32px !important;
  }
  .custom-thank-you-row h1 {
    font-size: 30px;
  }
  .hs-thank-footer {
    padding: 56px 32px;
  }
  .custom-inscription-row .dnd-section {
    padding: 56px 32px !important;
  }
  .custom-condition-row h2 {
    font-size: 22px;
  }

  .custom-motivation-banner .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .custom-inscription-row .row-fluid .span7 .dnd-row ul {
    width: 100%;
  }
}





/* Home Page */
.transparent-header-wrapper .header-bottom-wrap {
  background: transparent;
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
}

.transparent-header-wrapper .website-header {
  position: relative;
  z-index: 100;
}

.transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li > a {
  color: #fff;
}

.transparent-header-wrapper  .colored-logo-header {
  display: none;
}

.transparent-header-wrapper .transparent-logo-header {
  display: block;
}



.home-page-body .page-header.section-header h1 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 37px;
  line-height: 1;
}
.home-page-body .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.home-page-body .page-header.section-header {
  margin-bottom: 64px;
}
.home-page-body .content-with-icon-card .content-with-icon {
  padding: 10px;
}

.home-page-body .content-with-icon-card-row .span4 {
  margin-left: 0;
  width: 33.3334%;
}

.home-page-body .content-with-icon-card-row .span4+.widget-span {
  margin-left: 0;
}

.home-page-body .content-with-icon-card h3.content-with-icon-box-title {
  font-size: 23px;
  margin-bottom: 1rem;
}
.home-page-body .content-with-icon-box-image.image-box.tudieoetquandtuleveux figure {
  width: 29%;
  margin-bottom: 25px;
  margin-top: 20px;
}

.home-page-body .content-with-icon-card .content-with-icon.content-with-icon-bottom-divider:after {
  content: "";
  width: 160px;
  height: 3px;
  display: block;
  margin: 0 auto;
  width: 25%;
  border-top: 3px solid #e72359;
  margin-top: 38px;
  margin-bottom: 3px;
}
.home-page-body .home-page-row-2 .dnd-section   .widget-type-cell {
  padding: 10px;
}
.home-page-body .home-page-row-2 p.secondary-header {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}

.home-page-body .home-page-row-2 .how-it-works-card-card-row .span6,
.home-page-body .home-page-row-2 .how-it-works-card-card-row .span6+.widget-span{
  width: 50%;
  padding: 10px;
  margin-left: 0;
}
.home-page-body .home-page-row-2 .page-header.section-header{
  margin-bottom: 40px;
}
.home-page-body .home-page-row-2 .get-in-touch-out {
  background-position: top center;
}
.home-page-body .home-page-row-2 .get-in-touch-out .get-in-touch-content-row h2 {
  font-size: 52px;
}
.home-page-body .home-page-row-2 .get-in-touch-out .get-in-touch-content-row h4 {
  max-width: 100%;
  line-height: 1.4em;
}
.home-page-body .widget-type-header h2 {
  margin-top: 0;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.home-page-body .widget-type-header {
  margin-bottom: 50px;
}

.home-page-row-3 .get-in-touch-out .get-in-touch-content-row h2 {
  font-size: 39px;
}

.home-page-row-3 .get-in-touch-out .get-in-touch-content-row {
  padding-bottom: 0;
}

.home-page-row-3 .get-in-touch-out .get-in-touch-buttn-row {
  padding: 2px 16px 26px;
}
.home-page-row-1 .dnd-section {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width:1499px){
  .home-page-body .content-with-icon-card .content-with-icon.content-with-icon-bottom-divider:after {
    margin-bottom: 2px;
  }
}

@media (max-width:1275px){
  .home-page-body .content-with-icon-card .content-with-icon.content-with-icon-bottom-divider:after {
    margin-bottom: 1px;
  }
}
@media (max-width:1024px){
  .transparent-header-wrapper .header-bottom-wrap .header-column.col-right .mobile-trigger {
    color: #fff;
  }
  .body-wrapper .home-page-row-1 .dnd-section {
    padding: 80px 20px 80px 20px;
  } 

  .home-page-body .page-header.section-header h1 {
    font-size: 30px;
  }
  .body-wrapper .home-page-row-2  .dnd-section {
    padding: 80px;
  }

  .home-page-body .home-page-row-2 .widget-span {
    width: 100% !important;
  }
  .home-page-body .home-page-row-2 .get-in-touch-out .get-in-touch-content-row h2 {
    font-size: 38px;
  }

  .body-wrapper .home-page-row-3  .dnd-section {
    padding: 80px 0px 80px 0px;
  }

  .home-page-body .widget-type-header h2 {
    font-size: 30px;
  }
}
@media (max-width:767px){
  .transparent-header-wrapper .header-bottom-wrap {
    top: 60px;
  }
  .home-page-body .page-header.section-header h1 {
    font-size: 25px;
  }
  .body-wrapper .home-page-row-2 .dnd-section {
    padding: 40px 20px 40px 20px;
  }

  .home-page-body .home-page-row-2 .dnd-section .widget-type-cell {
    padding: 0;
  }

  .home-page-body .home-page-row-2 .page-header.section-header {
    margin-bottom: 20px;
  }
  .home-page-body .home-page-row-2 .get-in-touch-out .get-in-touch-content-row h2 {
    font-size: 32px;
  }

  .home-page-body .widget-type-header h2 {
    font-size: 25px;
  }

  .home-page-body .widget-type-header > span {
    display: block;
  }

  .home-page-body .widget-type-header {
    margin: 0;
  }
  .home-page-body .home-page-row-2 .get-in-touch-out .get-in-touch-content-row h2 {
    font-size: 32px;
  }
  .home-page-body .content-with-icon-card-row .span4 {
    width: 100%;
  }
  .home-page-body .content-with-icon-card .content-with-icon img {
    padding-top: 20px;
    max-width: 80%;
  }
  .home-page-body .content-with-icon-card-row .span4 {
    width: 100%;
  }

  .home-page-body .content-with-icon-card .content-with-icon img {
    padding-top: 20px;
    max-width: 80%;
  }

  .home-page-body .content-with-icon-card .content-with-icon .image-box.Finilachatdecahiers img {
    padding-top: 84px;
  }

  .home-page-body .content-with-icon-box-image.image-box.tudieoetquandtuleveux figure img {
    padding-top: 84px;
  }
  .row-fluid.video-type-popup-card-row {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    align-items: center;
  }

  .row-fluid.video-type-popup-card-row > div {
    width: 100%;
  }
}

@media (max-width:479px){
  .our-partners-wrap .our-partner-gallery-item {
    width: 100%;
    max-width: 100%;
  }
}



/* Didacti page */
header.didacti-page-header {
  padding: 1% 1% 1% 1%;
}

.didacti-page-header-wrap {
  padding: 90px;
}

.didacti-page-headercolumn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.didacti-page-header-column {
  width: 50%;
}

.didacti-page-header-column > .content {
  padding: 10px;
}

.didacti-page-header-column.col-right {
  text-align: right;
}

.didacti-page-header-column .hs-button {
  margin-top: 0;
  min-height: 1px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: auto;
  border-radius: 10px 10px 10px 10px;
  padding: 30px 30px 30px 30px;
  border-width: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  line-height: 0.1em;
  letter-spacing: 3.1px;
  background-color: #FF9901;
  border-style: solid;
  border-color: #FF9901;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

.didacti-page-header-column .hs-button:hover {
  border-color: #FFFFFF;
  color: #E72359;
  border-radius: 10px 10px 10px 10px;
  background-color: #FF9901;
}
.didacti_page-layout {
  font-size: 18px;
  color: #000000;
}
.didacti_page-layout .dnd-section > .row-fluid {
  max-width: 1024px;
  padding: 10px;
  padding-top: 3px;
}
.didacti_page-layout .dnd-section > .row-fluid .widget-span.widget-type-cell {
  padding: 0;
}
.didacti_page-layout .widget-type-header {
  margin-bottom: 51px;
}
.didacti_page-layout .widget-type-header h2 {
  border: 0px;
  font-size: 2.8rem;
  font-style: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  clear: both;
  color: #000000;
  line-height: 1;
  margin-top: 0;
}
.didacti_page-layout p {
  margin-bottom: 1.75em;
}
.body-wrapper .didacti_page-layout .dnd-section {
  padding: 80px;
}
@media (max-width:1024px){
  .custom-accordion span.custom-accordion-2-icon {
    height: 17px;
  }
}
@media (max-width:767px){
  .didacti-page-header-wrap {
    padding: 66px 42px;
  }
  .didacti-page-headercolumn-wrap {
    flex-wrap: wrap;
  }
  .didacti-page-header-column {
    width: 100%;
  }
  .didacti-page-header-column.col-left > div > div > span,
  .didacti-page-header-column a img, .didacti-page-header-column a{
    display: block;
  }
  .didacti-page-header-column a {
    max-width: 300px;
  }
  .didacti-page-header-column.col-right {
    text-align: center;
  }
  .body-wrapper .didacti_page-layout .dnd-section {
    padding: 56px 32px;
  }
  .didacti_page-layout .dnd-section>.row-fluid {
    padding: 10px;
  }
}

@media (max-width:479px){
  .didacti-page-header-column .hs-button {
    white-space: normal;
    line-height: 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 {
  background-color: transparent;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/* Header Styling */

.header-top-wrap {
  background-color: #051A4C;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 20px 0px 20px;
}



.header-column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.header-top-wrap .page-center {
  max-width: 100%;
}

.header-top-wrap .content {
  padding: 10px;
  width: 100%;
}

.header-top-wrap .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  justify-content: flex-end;
  margin: 0;
}

.header-top-wrap .content ul li {
  text-align: right;
  position: relative;
  max-width: 100%;
  align-self: center;
  margin: 0px 10px 0px 0px;
}

.header-top-wrap .content ul li a {
  display: inline-block;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  background: #e62b59;
  font-size: 15px;
  font-weight: 800;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #051A4C;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 20px 10px 20px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-top-wrap .content ul li:last-child {
  margin-right: 0;
}

.header-top-wrap .content ul li:last-child a {
  background: #e62b59;
  border-color: #E22852;
}

.header-top-wrap .content ul li:last-child a:hover {
  color: #fff;
}

.header-top-wrap .content ul li a:hover {
  color: #E72359;
}

.header-bottom-wrap {
  padding: 1px 20px 3px 20px;
  position: relative;
  z-index: 9;
}
.header-top-wrap {
  position: relative;
  z-index: 10;
}
@media (max-width:1899px){
  .header-bottom-wrap {
    padding-bottom:10px;
  }

}
.header-bottom-wrap .page-center {
  max-width: 100%;
}

.header-bottom-wrap .header-column.col-left {
  width: 15.97%;
}

.header-bottom-wrap .header-column.col-right {
  width: 84.03%;
}

.header-bottom-wrap .content {
  padding: 20px 0px 20px 0px;
  width: 100%;
}

/* Menu Styling */

.header-bottom-wrap .content .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  height: 100%;
}

.header-bottom-wrap .content .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 25px;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li {
  position: relative;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a {
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #051A4C;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  display:block;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  content: "";
  opacity: 0;
  bottom: 10px;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li:last-child {
  margin-left: 50px;
  margin-right: 15px;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  border-width: 0;
  border-style: solid;
  padding: 0;
  background-color: #fff;
  font-size: 13px;
  width: auto;
  top: 100%;
  left: 0px;
  min-width: 10em;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li > a {
  text-shadow: none;
  border-left: 8px solid transparent;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  display:block;
  white-space: nowrap;
}



.header-bottom-wrap .content .hs-menu-wrapper > ul > li span.sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li span.sub-arrow i {
  pointer-events: none;
}

.sub-arrow i:before {
  content: "";
}


.header-bottom-wrap .header-column.col-left .content a {
  display: inline-block;
}


.header-bottom-wrap .header-column.col-left .content img {
  width: 93% !important;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}

.header-bottom-wrap .header-column.col-left .content {
  text-align: center;
}

.transparent-logo-header {
  display: none;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a:hover:after,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover > a:after{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:1;
  bottom: 0;
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:after, 
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:hover:after{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:1;
  bottom: 0;
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul {
  display: none;
}

.header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover > ul {
  display: block;
}

.header-top-wrap .content ul {
  list-style: none;
}
.header-top-wrap .content ul li a {
  min-height: 1px;
  margin-top: 0;
}
/* Menu Styling */


.fixed-header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  z-index: 9999;
}
.fixed-header-wrap {
  display: block;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s, visibility .3s;
}
.fix-header .fixed-header-wrap {
  display: block;
  opacity:1;
  visibility:visible;
  transition:opacity .3s, visibility .3s;
}
.fixed-header-wrap {
  font-size: 1rem;
}
/* .header-bottom-wrap .header-column.col-left .content a {
width: 100%;
} */


.transparent-header-wrapper .header-top-wrap .content ul li a:hover {
  color: rgba(255,255,255,1.0);
}

.hs-thank-you-header {
  padding-bottom: 33px;
}

.hs-thank-you-header .custom-header-logo {
  text-align: center;
}

.hs-condition-header .custom-header-logo {
  padding-bottom: 3px;
}

.hs-motivation-layout .hs-condition-header .custom-header-logo {
  padding-bottom: 10px;
}


@-moz-document url-prefix() { 
  .header-bottom-wrap .header-column.col-left .content img{
    width:276px !important;
  }
}
@media(min-width:1025px){

  /* Fixed Header */


  .fixed-header-wrap .header-column.col-left {
    width: 22%;
  }

  .fixed-header-wrap .header-column.col-center {
    width: 51.814%;
  }

  .fixed-header-wrap .header-column.col-right {
    width: 26.182%;
    text-align: right;
  }


  .fixed-header-wrap .header-column .content {
    padding: 10px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-header-wrap .header-column.col-left > .content > div {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-header-wrap .header-column.col-left > .content > div a {
    display: inline-block;
    width:100%;
  }

  .fixed-header-wrap .header-column.col-left > .content > div img {
    width: 100% !important;
    max-width: 200px;
    vertical-align: middle;
    display: inline-block;
    height: auto;
  }

  .fixed-header-wrap .header-column.col-left > .content > div > span {
    display: block;
    text-align: center;
    width: 100%;
  }

  .fixed-header-wrap .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed-header-wrap .hs-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fixed-header-wrap .header-column.col-center > div > div {
    width: 100%;
  }

  .fixed-header-wrap .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
  }

  .fixed-header-wrap .hs-menu-wrapper > ul > li > a {
    line-height: 20px;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 13px 20px;
    white-space: nowrap;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #051A4C;
  }


  .fixed-header-wrap .hs-menu-wrapper > ul > li > a:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    height: 3px;
    width: 100%;
    left: 0;
    z-index: 2;
    content: "";
    bottom: 0;
    opacity: 0;
  }

  .fixed-header-wrap .hs-menu-wrapper > ul > li > a:hover:after,
  .header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:after, 
  .header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:hover:after,
  .fixed-header-wrap .hs-menu-wrapper > ul > li.active > a:after{
    opacity: 1;
  }

  .fixed-header-wrap .header-column.col-right a {
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    letter-spacing: 0;
    background: transparent;
    border: 1px solid #e62b59;
    color: #e62b59;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px !important;
    min-height:1px;
    margin-top:0;
  }

  .fixed-header-wrap .header-column.col-right a:hover {
    background: #e62b59;
    color: #fff;
  }

  .fixed-header-wrap .header-column.col-right > div > div {
    width: 100%;
  }

  .fixed-header-wrap .header-column.col-right > div > div {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .fixed-header-wrap .header-column.col-right > div > div > span {
    display: block;
    width: 100%;
  }


  .mobile-trigger,
  .custom-mobile-menu{
    display: none !important;
  }
  .header-bottom-wrap .header-column.col-right .content > div {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .fixed-header-wrap.mobile {
    display: none !important;
  }


  /* Transparent Header */
  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li > a:hover,
  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover>a:hover {
    color: #fff;
  }

  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul,
  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul ul {
    background: transparent;
  }

  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul> li > a {
    padding-left: 0;
    color: #fff;
  }

  .transparent-header-wrapper  .header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li > a:hover, 
  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul   ul li > a:hover {
    color: #fff;
    color: rgba(0,0,0,1.0);
  }
  .transparent-header-wrapper .header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover > a {
    color: rgba(226,40,82,1.0);
  }
}

@media(max-width:1024px){


  .header-bottom-wrap .header-column.col-left {
    width: 80%;
  }

  .header-bottom-wrap .header-column.col-right {
    width: 20%;
  }

  .header-bottom-wrap .header-column-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-bottom-wrap .header-column.col-left .content {
    text-align: left;
  }

  .header-bottom-wrap .header-column.col-left .content img {
    max-width: 250px;
  }

  .header-bottom-wrap {
    padding: 1px 10px 1px 10px;
  }

  .header-bottom-wrap .header-column.col-right .hs-menu-wrapper {
    display: none;
  }

  .mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0);
    font-size: 40px;
    color: #051A4C;
    height: auto !important;
  }


  .custom-mobile-menu {
    margin-top: -10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-bottom-wrap .header-column.col-right .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-open1 .custom-mobile-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  custom-fixed-menu
  .custom-mobile-menu .hs-menu-wrapper > ul ,
  .custom-fixed-menu .hs-menu-wrapper > ul {
    position: relative;
    z-index: 2;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > a,
  .custom-fixed-menu .hs-menu-wrapper > ul > li > a{
    padding: 10px 20px;
    line-height: 20px;
    display: block;
    font-family: "Montserrat", Sans-serif;
    color: #051A4C;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a,
  .custom-fixed-menu .hs-menu-wrapper > ul > li > ul > li > a{
    padding: 10px 20px;
    line-height: 20px;
    display: block;
    font-family: "Montserrat", Sans-serif;
    color: #051A4C;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li,
  .custom-fixed-menu .hs-menu-wrapper > ul > li > ul > li{
    padding-left: 10px;
  }

  .mobile-open2 .mobile-trigger-fixed .eicon-menu-bar:before,
  .mobile-open1 .mobile-trigger-main .eicon-menu-bar:before{
    content: "\e87f";
  }

  .fixed-header-wrap.dekstop {
    display: none !important;
  }

  .fixed-header-wrap.mobile .header-column.col-center {
    width: 50.841%;
  }

  .fixed-header-wrap.mobile .header-column.col-right {
    width: 14.155%;
  }

  .fixed-header-wrap.mobile .header-column.col-left {
    width: 35%;
  }

  .fixed-header-wrap .header-column-wrap .header-column {
    padding: 0 10px;
  }

  .fixed-header-wrap.mobile .header-column.col-right .content .hs-menu-wrapper {
    display: none;
  }

  .fixed-header-wrap.mobile .header-column.col-center a {
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
    border-radius: 10px 10px 10px 10px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #e62b59;
    color: #e62b59;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    min-height:1px;
    margin-top:0;
  }

  .fixed-header-wrap.mobile .header-column.col-center > div {
    width: 100%;
  }

  .fixed-header-wrap.mobile {
    padding-bottom: 14px;
  }

  .fixed-header-wrap img {
    max-width: 200px;
  }

  .fixed-header-wrap.mobile .header-column.col-left > div {
    width: 100%;
    text-align: center;
  }

  .fixed-header-wrap.mobile .header-column {
  }

  .fixed-header-wrap.mobile .mobile-trigger {
    font-size: 30px;
    padding: .25em;
  }

  .fixed-header-wrap.mobile .header-column.col-right > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fixed-header-wrap.mobile .header-column.col-right {
    justify-content: flex-end;
  }

  .custom-fixed-menu {
    background-color: #fff;
    font-size: 13px;
    margin-top: 4px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    position: absolute;
    z-index: 99;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }

  .mobile-open2 .custom-fixed-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: calc(100vh - 113px);
    overflow-y: auto;
  }

  .fixed-header-wrap.mobile .header-column.col-center > div {
    padding-top: 3px;
  }

  .fixed-header-wrap.mobile .header-column.col-left> div {
    padding-top: 2px;
  }

  .custom-fixed-menu .hs-menu-wrapper > ul > li > a,
  .custom-fixed-menu .hs-menu-wrapper > ul > li > ul > li > a{
    color:#000;
  }

  .fixed-header-wrap.mobile .header-column.col-center a:hover {
    background: #e62b59;
    color: #fff;
  }
  .custom-fixed-menu .hs-menu-wrapper > ul {
    padding-top: 0;
  }
  .transparent-header-wrapper .custom-fixed-menu .hs-menu-wrapper > ul {
    padding-top: 5px;
  }

  @-moz-document url-prefix() { 
    .header-bottom-wrap .header-column.col-left .content img{
      width:232.5px !important;
    }
  }
}


@media(max-width:767px){
  .header-top-wrap .content {
    padding: 0;
  }

  .header-top-wrap .header-column-wrap {
    padding: 11px 10px 10px 10px;
  }

  .header-bottom-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .fixed-header-wrap.mobile .header-column.col-left {
    width: 100%;
    padding-bottom: 9px;
  }

  .fixed-header-wrap.mobile .header-column.col-center {
    width: 70%;
  }

  .fixed-header-wrap.mobile .header-column.col-right {
    width: 30%;
  }

  .fixed-header-wrap.mobile .header-column-wrap {
    flex-wrap: wrap;
  }

  .fixed-header-wrap.mobile .header-column.col-center a {
    font-size: 12px;
  }

  .fixed-header-wrap.mobile {
    padding-top: 8px;
    padding-bottom: 19px;
  }

  .fixed-header-wrap.mobile .header-column.col-center > div {
    padding-top: 0;
  }

  .fixed-header-wrap.mobile .mobile-trigger {
    padding-top: 2px;
  }

  .custom-fixed-menu .hs-menu-wrapper > ul {
    padding-top: 5px;
  }

  .header-bottom-wrap .header-column.col-left {
    width: 70%;
  }

  .header-bottom-wrap .header-column.col-right {
    width: 30%;
  }
}

@media(max-width:400px){
  .header-top-wrap .content ul li a {
    font-size: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.website-footer .page-center {
  max-width: 100%;
}

.footer-top-wrapper {
  padding: 80px;
  background-color: #051A4C;
  font-size: 14px;
}

.footer-top-column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-column.col-1 {
  width: 13.865%;
  text-align: center;
}

.footer-top-column > div {
  padding: 0px 15px 0px 15px;
}

.footer-top-column.col-2 {
  width: 21.301%;
}

.footer-top-column.col-2 > div {
  margin-bottom: 20px;
  padding: 0;
}

.footer-top-column.col-2 .hs-menu-wrapper > ul,.footer-top-column.col-3 .hs-menu-wrapper > ul {
  padding-left: 40px;
}

.footer-top-column.col-3 {
  width: 17.062%;
}

.footer-top-column.col-3 > div {
  padding: 0;
}

.footer-top-column.col-2 .hs-menu-wrapper > ul  li, .footer-top-column.col-3 .hs-menu-wrapper > ul li {
  padding-bottom: 15px;
}

.footer-top-column.col-2 .hs-menu-wrapper > ul li a, .footer-top-column.col-3 .hs-menu-wrapper > ul li a {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.footer-top-column.col-1 img {
  width: 175px !important;
}

.our-address li {
  padding-bottom: calc(20px/2);
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
}

.our-address li:last-child {
  padding-bottom: 0;
}

.our-address li i {
  color: #e72359;
  font-size: 25px;
}

.our-address li span.our-address-text {
  color: #ffffff;
  padding-left: 18px;
  display: inline-block;
}

.footer-top-column.col-4 > div {
  padding: 0;
}

.our-address li+li {
  margin-top: calc(20px/2);
}

.footer-top-column.col-5 {
  width: 22.785%;
}

.footer-top-column.col-5 > div {
  padding: 0;
}

.footer-top-column.col-5 .social-links-title {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-top-column.col-4 {
  width: 24.987%;
}

.footer-top-column.col-5 .social-links-wrapper {
  font-size: 0;
}

.footer-top-column.col-5 .social-links-bottom a {
  margin-right: 29px;
  padding: 0em;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  cursor: pointer;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-top-column.col-5 .social-links-bottom a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.our-address ul {
  padding: 0;
}
span.our-address-icon {
  text-decoration: none;
}

.our-address li span.our-address-text {
  -ms-flex-item-align: center;
  align-self: center;
}

.our-address li i {
  width: 1.25em;
}

.our-address ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

.our-address li:last-child a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.our-address li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-top-column.col-5 .social-links-bottom a {
  color: #fff;
}
.footer-top-column.col-5 .social-links-bottom a:last-child {
  margin-right: 0;
  margin-left: -1.5px;
}










.footer-bottom-wrapper {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #273A68;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 20px 10px 20px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  background-color: #051A4C;
  font-weight: 400;
}
.footer-bottom-column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-bottom-column {
  width: 50%;
}
.footer-bottom-column-wrap a {
  color: rgba(255,255,255,0.5);
  font-weight: bold;
}
.footer-bottom-column.col-2 .hs-menu-wrapper > ul {
  padding: 10px;
  text-align: right;
  padding-left: 40px;
}
.footer-bottom-column.col-2 .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.footer-bottom-column.col-2 .hs-menu-wrapper > ul li a {
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  line-height: 1.3;
}
span.our-address-icon {
  text-decoration: none;
  margin-top: -1px;
}
@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}
.footer-top-column.col-5 .social-links-bottom a:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  opacity: .9;
}
@media (min-width:1025px){
  .visible-tab-link{
    display:none;
  }
}

@media (max-width:1024px){
  .hidden-tab-link{
    display:none;
  }
  .footer-top-column.col-3 .content {
    display: none;
  }
  .footer-top-column.col-5, .footer-top-column.col-4, .footer-top-column.col-2, .footer-top-column.col-3 {
    width: 50%;
  }
  .footer-top-column.col-5>div {
    padding: 25px 25px 25px 25px;
  }
  .footer-bottom-column-wrap,
  .footer-top-column-wrap {
    flex-wrap: wrap;
  }
  .footer-bottom-column {
    width: 100%;
    text-align:center;
  }
  .footer-top-column.col-1 {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }

  .footer-top-column.col-2>div {
    margin-bottom: 0;
  }
  .footer-top-column.col-1 img {
    width: 200px !important;
    display: block;
    margin: 0 auto;
  }
  .footer-bottom-column.col-2 .hs-menu-wrapper>ul {
    text-align: center;
    padding-left: 50px;
  }

}

@media (max-width:767px){
  .footer-bottom-column.col-2 .hs-menu-wrapper>ul {
    text-align: center;
    padding-left: 50px;
  }

  .footer-top-column.col-5, .footer-top-column.col-4, .footer-top-column.col-2, .footer-top-column.col-3 {
    width: 100%;
    text-align: center;
  }

  .our-address li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .footer-top-wrapper {
    padding: 56px 32px;
  }

  .our-address li span.our-address-text {
    text-align: left;
  }

  .our-address li i {
    text-align: left;
  }

  .footer-top-column.col-2 .hs-menu-wrapper > ul, 
  .footer-top-column.col-3 .hs-menu-wrapper > ul {
    padding-left: 0;
  }

  .footer-top-column.col-1 img {
    width: 130px !important;
  }
}


@media (max-width:420px){
  .footer-bottom-column.col-2 .hs-menu-wrapper>ul>li {
    margin-bottom: 3px;
  }

  .footer-top-column.col-2 .hs-menu-wrapper > ul li,
  .footer-top-column.col-3 .hs-menu-wrapper>ul li {
    margin-bottom: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  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: #494a52;
  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-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.grecaptcha-badge{
  margin:0 !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  margin-top: 25px;
  padding-left: 4px;
}
.blog-comment-wrap {
  padding-top: 35px;
}
/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.hs-blog-banner {
  width: 100%;
  min-height: 514px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-blog-banner-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #959595;
}
.hs-blog-banner-content {
  z-index: 3;
  text-align: center;
  padding: 0px 15px;
  width: 100%;
  max-width: 1200px;
  height: -webkit-calc(100% - 160px);
  height: -moz-calc(100% - 160px);
  height: calc(100% - 160px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-blog-banner-content h1 {
  display: table-cell;
  margin: 0px 0px 0px 0px;
  font-size: 2.875em;
  font-weight: 300;
  color: #fff;
}
@media (max-width:720px){
  .hs-blog-banner-content h1 {
    margin-top: 20px;
    font-size: 2.25em;
  }
}


/* listing Page */
.blog-content-section {
  margin: 45px auto;
  max-width: 1200px;
  padding: 0 15px;
}
.posts-item-list {
  width: 100%;
  z-index: 3;
}

.posts-item-col {
  position: relative;
  float: left;
  padding: 15px;
  width: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.posts-item-col:nth-child(-n+2) {
  padding-top: 0;
}

.posts-item-post {
  position: relative;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  overflow: hidden;
}

.posts-item_media {
  position: relative;
  height: 270px;
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-mask-image: -webkit-radial-gradient(white,black);
  overflow: hidden;
}

.posts-item_media-background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.posts-item_media-link {
  display: block;
}

.posts-item_topic {
  position: absolute;
  top: 25px;
  left: 25px;
}

.posts-item_topic a {
  line-height: 1.125em;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
  transition: .3s linear;
  padding: 18px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 0;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 3;
  padding: 6px 18px;
  font-size: .75em;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #e22752;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
  font-family: Montserrat,sans-serif;
}

.posts-item_topic a:hover {
  background-color: #071243;
  color: #fff;
  text-decoration: none;
}

.posts-item-date {
  padding: 25px 25px 15px;
  color: #e22752;
  font-size: .8125em;
  text-transform: lowercase;
}

.hs-blog-listing, .hs-blog-post {
  font-weight: normal;
  line-height: initial;
  color: #6f6e6e;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.posts-item_content {
  position: relative;
  z-index: 1;
  padding: 0 25px 10px;
}

.posts-item_content a {
  text-decoration: none;
}

.posts-item_content a h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
  color: #292e30;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0;
}

.posts-item_content p {
  color: #6f6e6e;
  line-height: 1.5em;
  margin: 1em 0;
}

.posts-item_more {
  position: relative;
  width: 100%;
  float: left;
  padding: 6px 25px;
  border-top: 1px solid #f5f5f5;
}

p.posts-item_more-author {
  float: left;
  font-size: .8125em;
}

.hs-blog-listing p, 
.hs-blog-post p {
  line-height: 1.5em;
  margin: 1em 0;
}

a.posts-item_more-arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.posts-item_more-arrow i {
  font-size: 26px;
}


[class^="ni-icon-"],[class*=" ni-icon-"] {
  color: #e22752;
  display: inline-block;
  font-family: 'NickelIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ni-icon-exclamation-mark:before {
  content: "\e900"
}

.ni-icon-check:before {
  content: "\e901"
}

.ni-icon-clock:before {
  content: "\e902"
}

.ni-icon-smile:before {
  content: "\e903"
}

.ni-icon-calendar:before {
  content: "\e904"
}

.ni-icon-map:before {
  content: "\e905"
}

.ni-icon-chat:before {
  content: "\e906"
}

.ni-icon-book:before {
  content: "\e907"
}

.ni-icon-arrow:before {
  content: "\e908"
}

.ni-icon-paper-plane:before {
  content: "\e909"
}

.ni-icon-quote:before {
  content: "\e90a"
}

.ni-icon-circle:before {
  content: "\e90b"
}

.ni-icon-radio:before {
  content: "\e90c"
}
p.posts-item_more-author a,p.posts-item_more-author a:hover {
  color: #e22752;
  text-decoration: none;
}

.posts-item_content a:hover h3 {
  color: #e22752;
}

.posts-item-post:hover {
  -webkit-box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
  -moz-box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
}

a.posts-item_media-link:hover .posts-item_media-background-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-sidebar-col h3 {
  font-size: 1.875em;
  line-height: 1em;
  font-weight: 300;
  color: #292e30;
  margin-bottom: 33px;
  margin-top: 0;
}

.popular-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 17px;
}

.popular-post-item > a {
  min-width: 85px;
  text-decoration: none;
}

.popular-post-thumb {
  min-width: 85px;
  height: 85px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.popular-post-title {
  margin-left: 15px;
}

.popular-post-title h4 {
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400;
  color: #6f6e6e;
}

.blog-sidebar-col > div > div {
  margin-bottom: 58px;
}

.blog-sidebar-cta-wrap {}

.blog-sidebar-cta-wrap .image-wrap {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  padding-top: 230px;
  min-height: 230px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-cta-wrap .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sidebar-cta-wrap .cta-wrap {}

.blog-sidebar-cta-wrap a.cta_button {
  background-color: #e22752;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 30px 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.1875em;
  font-weight: bold;
  text-shadow: 4px 3px 3px rgba(0,0,0,0.2);
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
}

.blog-sidebar-cta-wrap a.cta_button:hover {
  color: #fff;
  background-color: #071243;
}

.follow-us-blog-sidebar ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.follow-us-blog-sidebar ul li {
  position: relative;
  height: 40px;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.follow-us-blog-sidebar ul li.facebook {
  background-color: #1777f2;
}

.follow-us-blog-sidebar ul li a {
  display: block;
  text-decoration: none;
}

.follow-us-blog-sidebar ul li a i {
  font: normal normal normal 14px/1 FontAwesome_blog;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.follow-us-blog-sidebar ul li a i.hidden-social {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  z-index: 6;
  left: -40px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.follow-us-blog-sidebar ul li  .social-label {
  margin-left: 40px;
  padding-left: 20px;
  color: #fff;
  line-height: 40px;
  position: relative;
  z-index: 5;
}

.follow-us-blog-sidebar ul li span.social-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  top: 0;
  left: 0px;
  z-index: 4;
  position: absolute;
}

.follow-us-blog-sidebar ul li a i.visible-social {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  z-index: 5;
  left: 0px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.follow-us-blog-sidebar ul li.instagram {
  background-color: #ef0075;
}

.ni-blog .sidebar .follow-us ul li a i.instagram i.visible-social {
  background-color: #ef0075;
}

.follow-us-blog-sidebar ul li.facebook a i.visible-social {
  background-color: #1777f2;
}

.follow-us-blog-sidebar ul li.instagram a i.visible-social {
  background-color: #ef0075;
}

.follow-us-blog-sidebar ul li:hover a i.visible-social {
  left: 40px;
  opacity: 0;
}

.follow-us-blog-sidebar ul li:hover a i.hidden-social {
  left: 0px;
  opacity: 1;
}

.follow-us-blog-sidebar ul {
  padding-top: 1px;
  padding-bottom: 0px;
}

.follow-us-blog-sidebar ul:after {content: "";display: table;width: 100%;clear: both;}

.blog-sidebar-subscription-wrap p {
  padding-top: 1px;
}

.blog-sidebar-subscription-form .hs-form-field > label {
  display: none;
}

.blog-sidebar-subscription-form .hs-form-field {
  margin-bottom: 15px;
}

.blog-sidebar-subscription-form .hs-form-field .input > .hs-input {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  font-size: 14px;
  padding: 16.5px;
  outline: 0;
  border: 1px solid #d6d5d5;
  resize: none;
  padding-right: 35px;
  padding-left: 25px;
  margin-top: 0px;
  background: #fff;
  line-height: normal;
  color: #000;
  font-weight: normal;
  font-family: arial, sans-serif;
}

.blog-sidebar-subscription-form .hs-form-field .input > .hs-input.invalid.error {
  border: 1px solid #eb5c5c;
  -webkit-box-shadow: 0px 4px 5.82px 0.18px rgba(35,31,32,0.08);
  -moz-box-shadow: 0px 4px 5.82px .18px rgba(35,31,32,0.08);
  box-shadow: 0px 4px 5.82px 0.18px rgba(35,31,32,0.08);
}

.blog-sidebar-subscription-form form {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
}

.blog-sidebar-subscription-form .hs-submit {
  z-index: 10;
}

.blog-sidebar-subscription-form .hs-submit .hs-button {
  text-align: center;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 0;
  font-weight: 600;
  line-height: 1.125em;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  -moz-transition: .3s linear;
  transition: .3s linear;
  font-size: 0px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  background-color: transparent;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  height: 51px;
  width: 51px;
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 50px;
  margin-top: 0px;
  box-shadow: none;
  min-height: 1px;
}

.blog-sidebar-subscription-form .hs-submit .actions:after {
  font-family: 'NickelIcons';
  content: "\e909";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 51px;
  width: 51px;
  color: #e22752;
  line-height: 51px;
  text-align: center;
  font-size: 1.375em;
  pointer-events: none;
  margin-right: 10px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

::after {}

.blog-sidebar-subscription-form .hs-submit .actions:hover:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blog-sidebar-subscription-form  ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 10px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-padding-start: 0px;
  padding-left: 0px;
}

.blog-sidebar-subscription-form ul.no-list.hs-error-msgs.inputs-list li,.blog-sidebar-subscription-form ul.no-list.hs-error-msgs.inputs-list li label {
  color: #eb5c5c !important;
  font-size: .9375em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-sidebar-subscription-form ul.no-list.hs-error-msgs.inputs-list li label {
  margin-top: 0 !important;
  display: initial;
}

.blog-sidebar-subscription-form form:after {content: "";display: table;width: 100%;}

.blog-sidebar-topics-post-wrap ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 1em;
  padding-top: 1px;
}

.blog-sidebar-topics-post-wrap ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}

.blog-sidebar-topics-post-wrap ul li a {
  display: block;
  width: 100%;
  color: #6f6e6e;
  font-size: 16px;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
  text-decoration: none;
}

.blog-sidebar-topics-post-wrap ul li a:hover {
  color: #e22752;
}

.blog-sidebar-topics-post-wrap ul li a span.filter-link-count {
  float: right;
}

.blog-sidebar-topics-post-wrap {
  padding-top: 1px;
}
.blog-sidebar-subscription-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 0;
}
.blog-sidebar-subscription-form .hs_error_rollup {
  padding-top: 0;
  margin-bottom: 0;
}

.blog-sidebar-subscription-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list * {
  margin-bottom: 0;
}

.blog-sidebar-subscription-form .hs_error_rollup * {
  margin-top: 0 !important;
  padding-top: 0;
}
ul.pagination-list {
  display: block;
  list-style: none;
  text-align: center;
  margin:1em 0;
}

ul.pagination-list li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  position: relative;
}

ul.pagination-list li a {
  background-color: transparent;
  color: #292e30;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 28px;
  min-width: 28px;
  line-height: 30px;
  font-size: .875em;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Montserrat;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
}

ul.pagination-list li a:hover {
  color: #e22752;
}

ul.pagination-list li.active a {
  background-color: #e22752;
  color: #fff;
}
.blog-content-section {
  padding-bottom: 56px;
}
@media (max-width:991px){
  .hs-blog-listing-wrap .span3.blog-sidebar-col,
  .hs-blog-listing-wrap .span9.hs-blog-content-col {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .hs-blog-listing-wrap .span9.hs-blog-content-col{
    margin-bottom: 20px;
  }
  .posts-item-list:after {
    content: "";
    display: table;
    width: 100%;
  }
}
@media (max-width:767px){
  .posts-item-col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .posts-item-col:nth-child(2) {
    padding-top: 15px;
  }
  .posts-item-col {
    float: none;
  }
  .follow-us-blog-sidebar ul:after {
    display:none;
  }
  .blog-sidebar-topics-post-wrap ul {
    padding-top: 0px;
  }
}


/* Post Page */
.hs-blog-post-wrap .hs-blog-banner-content {
  margin-top: 100px;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
}

.hs-blog-banner-post-info {
  position: absolute;
  z-index: 4;
  bottom: 55px;
  left: 50%;
  max-width: 1200px;
  padding: 0px 15px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
}

.hs-blog-banner-left {
  text-align: left;
}
.hs-blog-banner-right {
  text-align: right;
}
.hs-blog-banner-left p,
.hs-blog-banner-right p{
  margin: 0px;
  display: inline-block;
}

.hs-blog-banner-left p span,
.hs-blog-banner-right p span{
  color: #e22752;
}

.hs-blog-banner-post-info a,
.hs-blog-banner-post-info a:hover {
  color: #e22752;
  text-decoration: none;
}
.hs-blog-post-wrap .blog-content-section {
  margin-top: 0;
  margin-bottom: 0;
}

.hs-blog-post-wrap .hs-blog-content-col,.hs-blog-post-wrap .blog-sidebar-col {
  margin-top: 50px;
}

.post-page-body p:first-child {
  margin-top: 0;
}

.post-page-body  blockquote {
  font-size: 1.5625em;
  line-height: 1.6em;
  text-align: center;
  color: #292e30;
  font-weight: 400;
  padding: 35px 20px;
}

.post-page-body blockquote p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
}

.post-page-body h2 {
  font-size: 20px;
  margin-bottom: 27px;
  font-weight: 400;
  color: #292e30;
}

.post-page-body h1,.post-page-body h2,.post-page-body h3,.post-page-body h4,.post-page-body h5,.post-page-body h6 {
  margin-top: 0;
}

.post-page-body h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #292e30;
  font-weight: 400;
}

.post-page-body a:not(.cta_button) {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #6f6e6e;
  padding: 2px;
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  -moz-transition: color ease .3s;
  transition: color ease .3s;
  z-index: 3;
}

.post-page-body a:not(.cta_button):before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1.5px;
  left: 0;
  bottom: 0;
  background-color: #e22752;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.post-page-body a:not(.cta_button):hover {
  color: #fff;
}

.post-page-body a:not(.cta_button):hover:before {
  height: 100%;
}

.post-page-body a:not(.cta_button) * {
  z-index: 2;
}

.social-share-blog {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.social-share-blog a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #6f6e6e;
  padding: 2px;
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  -moz-transition: color ease .3s;
  transition: color ease .3s;
  padding: 0px 10px;
}

.social-share-blog a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome_blog;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #6f6e6e;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.social-share-blog a i.fa-twitter:before {
  content: "\f099";
}

.social-share-blog a i.fa-facebook:before {
  content: "\f09a";
}

.social-share-blog a i.fa-linkedin:before {
  content: "\f0e1";
}

.social-share-blog a:hover i {
  color: #e22752;
}
.topics-blog-post {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topics-blog-post a {
  letter-spacing: 0px;
  text-decoration: none;
  display: inline-block;
  padding: 9px 16px;
  background-color: #e22752;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  -moz-transition: .3s all linear;
  transition: .3s all linear;
}
.topics-blog-post a:before {
  display: none;
}
.topics-blog-post a:hover {
  background-color: #071243;
  text-decoration: none;
  color:#fff;
}
.post-page-body ul {
  list-style: none;
  padding-left: 0;
}
.post-page-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  z-index: 3;
}
.post-page-body ul li:before {
  position: absolute;
  color: #e22752;
  left: 0;
  content: "•";
  font-size: 1.875em;
  line-height: 16px;
}
.hs-blog-banner-left p small, 
.hs-blog-banner-right p small{
  font-size:inherit;
}

@media(max-width:1024px) and (min-width:768px){
  .popular-post-title {
    padding-right: 10px;
    margin-left: 0;
    padding-left: 15px;
  }

  .popular-post-item>a {
    min-width: 60px;
  }

  .popular-post-thumb {
    min-width: 60px;
    height: 60px;
  }
}

@media (max-width:720px){
  .hs-blog-banner-post-info{
    bottom: 30px;
  }
  .hs-blog-banner-left p small, 
  .hs-blog-banner-right p small{
    display:none;
  }
}
@media (max-width: 480px){
  .hs-blog-banner-post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 65px;
  }
  .hs-blog-banner-left,
  .hs-blog-banner-right{
    text-align: center;
  }
  .hs-blog-banner-left p,
  .hs-blog-banner-right p{
    margin: 0px;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, 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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  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: Montserrat,sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.custom-video .custom-video-overlay .custom-video-embed-play i {
  background: rgba(0, 0, 0, 0.7) url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/images/icn-play.png) no-repeat center center;
}

.custom-video .custom-video-overlay .custom-video-embed-play:hover i{
  background: rgba(0, 0, 0, 0.3) url(https://7301089.fs1.hubspotusercontent-na1.net/hubfs/7301089/raw_assets/public/ChallengeU_October2020/images/icn-play-hover.png) no-repeat center center;
}

h2.section-heading {
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  overflow:hidden;
  padding-bottom: 15px;
}

h2.section-heading:after {
  content: "";
  display: block;
  width: 160px;
  margin: 0 auto;
  background-image: -webkit-gradient(linear,left top,right top,from(#e72359),to(#7e33c0));
  background-image: -webkit-linear-gradient(left,#e72359,#7e33c0);
  background-image: -moz-linear-gradient(left,#e72359,#7e33c0);
  background-image: -o-linear-gradient(left,#e72359,#7e33c0);
  background-image: linear-gradient(to right,#e72359,#7e33c0);
  height: 3px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.elementor-spacer-inner {
  line-height: 0;
  height: 10px;
  margin-bottom: 20px;
}

.elementor-spacer-inner+h4 {
  font-size: 29px;
  color: #051A4C;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}

.hs-website-page .row-fluid .span6 {
  width: 50%;
  padding: 10px;
  margin: 0;
}

.fa-video:before {
  content: "\f03d";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-facebook-f:before {
  content: "\f39e";
}

@media(max-width:1024px){
  h2.section-heading {
    font-size: 30px;
  }

  .elementor-spacer-inner+h4 {
    font-size: 24px;
  }

  .hs-website-page .row-fluid .span6 {
    width: 100%;
  }
  .get-in-touch-out .get-in-touch-content-row h3 {
    font-size: 27px;
  }

  p.pre-gap {
    padding: 0 !important;
  }
}


@media(max-width:767px){
  .hs-website-page .row-fluid .span6 {
    width:100%;
  }

  h2.section-heading {
    font-size: 25px;
  }

  .get-in-touch-out .get-in-touch-content-row h3 {
    font-size: 22px;
  }
}
.error-404-page {
  background-color: #F6F6F6;
}
.error-404-page .header-bottom-wrap {
  background: transparent;
}
.error-404-page-section {
  padding: 30px;
  text-align: center;
  margin-top:-100px;
}
.error-page-content {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404-page .footer-top-wrapper {
  padding: 30px;
}

.error-404-page-section h1 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  font-weight: 600;
}
.error-404-page-section .content-wrapper {
  padding: 0;
}
.error-page-content-in {
  padding: 10px;
}
.error-404-page-section p {
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}


.systems-page form {
  max-width: 500px;
}

.systems-page form .hs-form-field {
  margin-bottom: 20px;
}

.systems-page ul.no-list {
  padding-left: 0;
}

input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #33475b;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  margin: 0;
  font-size: 18px;
  color: #000;
  background: #eee;
  padding: 15px 20px;
  border: 1px solid transparent;
  height: auto !important;
}

input#hs-pwd-widget-password:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  border-color: rgba(248,250,252,0.0);
}

.systems-page form#email-prefs-form {
  max-width: 100%;
}

@media (max-width:1024px){
  .error-404-page-section h1 {
    font-size: 40px;
  }
}
@media (max-width:767px){
  .error-404-page-section h1 {
    font-size: 30px;
  }

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

  .systems-page .success {
    min-width: 100%;
  }

  .systems-page h1 {
    font-size: 30px;
  }

  .systems-page h2 {
    font-size: 20px;
  }

  .systems-page .hs-input {
    width: 100% !important;
  }
}
[class*=" eicon-"],[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-square:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-eye:before {
    content: '\e8ac'
}
.fancybox-container {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-infobar {
    display: none;
}

.fancybox-bg {
    display: none;
}

.fancybox-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 50;
    text-align: right;
    padding: 0 .75rem;
}

.fancybox-toolbar button {
    position: absolute;
    font-size: 20px;
    right: .75em;
    margin-top: 14px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    color: rgb(238 238 238 / 90%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    background: transparent;
    border: none;
    cursor: pointer;
}

.fancybox-toolbar button svg {
    display: none;
}

.fancybox-toolbar button:before {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-toolbar .fancybox-button--close:before {
    content: '\e87f';
}

.fancybox-toolbar button:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-stage {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px;
    min-height: 50px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    text-align: center;
    height: 100%;
    padding: 0;
    position: relative;
}

.fancybox-inner {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.fancybox-navigation {
    display: none;
}

.fancybox-slide {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3), 0 0 8px -5px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3), 0 0 8px -5px rgba(0,0,0,.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 75%;
}

.fancybox-content {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    overflow: hidden !important;
}

.fancybox-content * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

@media (max-width:1024px){
  .fancybox-slide{
     width: 100%;
    padding:45px 15px;
  }
}