*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .dnd-section, 
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "HelveticaNeueLTStd"; 
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-Roman.eot") format("embedded-opentype"), 
    url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-Roman.otf") format("opentype"),

    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-Roman.woff) format("woff"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-Roman.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; 
}


@font-face { 
  font-family: "HelveticaNeueLTStd";
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-It.eot") format("embedded-opentype"),
    url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-It.otf") format("opentype"),

    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-It.woff) format("woff"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-It.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/fontawesome-webfont%20.woff2) format("woff2"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/fontawesome-webfont%20.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "HelveticaNeueLTStd";
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-Bd.eot") format("embedded-opentype"), 
    url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/Fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-Bd.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/HelveticaNeueLTStd-Bd.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}


@font-face { 
  font-family: "astoria";
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/astorialight.eot") format("embedded-opentype"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astorialight.woff2) format("woff2"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astorialight.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astorialight.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "astoria"; 
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/astoria-roman.eot") format("embedded-opentype"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoria-roman.woff2) format("woff2"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoria-roman.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoria-roman.ttf) format("truetype");
  font-style: normal;
  font-weight: 500; 
}

@font-face { 
  font-family: "astoria"; 
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/astoriamedium.eot") format("embedded-opentype"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoriamedium.woff2) format("woff2"),
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoriamedium.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/astoriamedium.ttf) format("truetype");
  font-style: normal; 
  font-weight: 600;
}

@font-face {
  font-family: "Glyphicons Halflings"; 
  src: url("https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/EDHEC_July2021/glyphicons-halflings-regular-1.eot") format("embedded-opentype"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/glyphicons-halflings-regular.woff) format("woff"), 
    url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/fonts/glyphicons-halflings-regular.ttf) format("truetype");
}



html {
  font-size: 62.5%;
}


body {
  line-height: 1.714;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  background: #f7a600 url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/images/quote_bg.png) no-repeat scroll 30px 30px;
  background-size: 80px;
  color: #fff;
  font-family: "astoria", sans-serif;
  font-style: italic;
  margin: 10px 0 20px;
  padding: 10px 20px;
  border-left: 3px solid #e8e8e8;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-family: 'HelveticaNeueLTStd',Helvetica,sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  padding: 8px 9px;
  border: 1px solid #eceef0;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
  min-height: 42px;
  font-family: HelveticaNeueLTStd, Helvetica, sans-serif;
  line-height: 24px;
}

form fieldset {
  max-width: 100% !important;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline:none;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

.hs-form-required {
    color: red;
    padding-left: 4px;
}

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

.hs-error-msg,
.hs-error-msgs label{
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
button, .button{
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  padding: 8px 16px;
  transition: all .2s ease-in-out 0s;
  width: auto;
  text-transform: uppercase;
  color: #708593;
  line-height: 1.428571429;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.custom-logo img {
  max-width: 123px;
}

.section-top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #91a3af;
  font-size: 24px;
  font-weight: 100;
}

.region-call-us {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.region-socials {
  width: 50%;
  margin-top: -1px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.region-call-us ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -2px;
}

.region-call-us ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  border-left: 1px solid #eceef0;
  padding-left: 10px;
}

.region-call-us ul li.first {
  border-left: none;
  padding-left: 0;
}

.menu-block-wrapper .hs-menu-wrapper >ul {
  /* display: block; */
  /* float: right; */
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.menu-block-wrapper .hs-menu-wrapper >ul >li {
  font-size: 12px;
  height: 40px;
  margin: 0;
  padding-bottom: 0;
  display: inline-block;
  /* float: right; */
  border-left: 1px solid #eceef0;
  font-size: 12px;
  height: 40px;
  margin: 0;
  padding-bottom: 0;
  padding: .2em .5em 0 0;
  border-left: none;
  display: inline-flex;
  align-items: center;
}

.menu-block-wrapper .hs-menu-wrapper >ul >li >a {
  display: inline-block;
  font-family: 'HelveticaNeueLTStd',Helvetica,sans-serif;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 12px;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  /* width: 40px; */
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}

.menu-block-wrapper .hs-menu-wrapper >ul >li:after {
  content: '|';
  padding: 0 5px;
  right: 0;
}

.region-call-us ul li a {
  line-height: 40px;
}


.sticky-wrapper {
  background-color: #fff;
}

.custom-logo {
  width: 16.666666666666664%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-logo a {
  border-top: 3px solid transparent;
  line-height: 100px;
  display: block;
  -webkit-transition: line-height .3s linear;
  -moz-transition: line-height .3s linear;
  -o-transition: line-height .3s linear;
  -ms-transition: line-height .3s linear;
  transition: line-height .3s linear;
  line-height: 55px;
}

.custom-logo img {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.custom-stick-row:before, .custom-stick-row:after {content: "";clear: both;display: block;}

.search-toggle-bar {
  right: -28px;
  width: 20px;
  position: absolute;
  /* padding-right: 12px; */
  z-index: 1000;
  border-top: 3px solid transparent;
  text-align: center;
}

.custom-stick-row {
  position: relative;
}

.search-toggle-bar .search-toggle {
  line-height: 60px;
  -webkit-transition: line-height .3s linear;
  -moz-transition: line-height .3s linear;
  -o-transition: line-height .3s linear;
  -ms-transition: line-height .3s linear;
  transition: line-height .3s linear;
}

.fa-search:before {
  content: "\f002";
}

.custom-logo a {
  border-top: 3px solid transparent !important;
}

.custom-menu-primary .hs-menu-wrapper >ul {}

.custom-menu-primary .hs-menu-wrapper >ul >li {
  padding: 20px 9px;
  position: static;
}

.custom-menu-primary .hs-menu-wrapper >ul >li > a {
  padding: 5px 0;
  border-bottom: 2px solid transparent !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  color: #000;
}

.section-top-bar {
  min-height: 47px;
}


.custom-trigger-group{
  display:none;
}



.region-top {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  height: 125px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; 
}

.fadeInRight {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

.close-icon-group {
  width: 8.333333333333332%;
  float: left;
  position: relative;
  min-height: 1px;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
}

.region-top .search-close {
  font-size: 25px;
  line-height: 125px;
  display: block;
  text-align: center;
  color: #b9bec3;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove:before {
  content: "\e014";
}

.custom-search-content {
  width: 91.66666666666666%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.region-top input[name=search_block_form] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
  border-bottom: 0 solid rgba(0,0,0,.05) !important;
  border-image: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  color: #b9bec3;
  font-size: 36px;
  font-weight: 300;
  height: 65px;
  left: 0;
  letter-spacing: 0;
  line-height: 36px !important;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-top: 7px;
  position: absolute;
  top: 30px;
  vertical-align: middle;
  width: 100%;
}

.region-top .page-center {
  padding-right: 15px;
  padding-left: 15px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.close-icon-group {
  right: -14px;
}


.region-top input[name=search_block_form]:focus {
  outline: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li >ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  /* display: none; */
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  width: 100%;
  display: block;
  max-width: 950px;
}

.region-navigation {
  width: 83.33333333333334%;
  float: left;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child >ul >li {
  width: 14.52991452991453%;
  float: left;
  margin-left: 2.564102564102564%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child >ul >li:nth-child(3),.custom-menu-primary .hs-menu-wrapper>ul>li:first-child >ul >li:nth-child(4) {
  width: 23.076923076923077%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child >ul >li:first-child {
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul {
  padding: 20px 7px 7px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li>a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.15;
  font-weight: 500;
  color: #708593;
  background-color: transparent;
  border: none;
  color: #100f0f;
  font-weight: 700;
  display: block;
  font-size: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul {
  padding: 20px 7px 7px;
  padding-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul li>a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.15;
  font-weight: 500;
  color: #708593;
  border: none;
  color: #100f0f;
  font-size: 12px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul >li.hs-item-has-children >a {
  font-weight: 700 !important;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul >li.hs-item-has-children >ul {
  padding: 20px 7px 15px;
  padding-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul >li.hs-item-has-children >ul li {
  padding-right: 9px;
  width: 160px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li>a {
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul>li >ul >li >ul >li.hs-item-has-children >a {
  /* text-transform: uppercase; */
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.clicked>ul {
  display: block;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) >ul>li >ul>li {
  width: 31.623931623931625%;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) >ul>li >ul>li:nth-child(2) {
  margin-left: 2.564102564102564%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) >ul>li >ul {
  padding: 0;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) >ul>li >ul>li {
  padding: 20px 7px 7px;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li {
  width: 250px;
}


.tb-megamenu-column-inner.mega-inner {
  width: 31.623931623931625%;
  float: left;
  margin-left: 2.564102564102564%;
}

.tb-megamenu-row .mega-inner .tb-megamenu-block {
  padding: 40px;
  background-color: #f5f5f5;
  margin: 0;
}

.tb-megamenu-column-inner.mega-inner .tb-megamenu-block {
  padding: 40px;
  background-color: #f5f5f5;
  margin: 0;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.tb-megamenu-column-inner.mega-inner .tb-megamenu-block img {
  width: 100%;
  vertical-align: middle;
}

.fleche-rouge a {
  background: #fff;
  padding: 10px;
  min-height: 80px;
  line-height: 1.3;
  display: block;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  font-size: 12px;
}

.tb-megamenu-column-inner.mega-inner .tb-megamenu-block p {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul >li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul >li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~ li>ul>li:first-child>ul >li{
  width: 31.623931623931625%;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~ li>ul>li:first-child>ul{
  display: block;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul >li:nth-child(2),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul >li:nth-child(2),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~li>ul>li:first-child>ul >li:nth-child(2){
  margin-left: 2.564102564102564%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul:before, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul:after ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul:before, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~li>ul>li:first-child>ul:before, 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~li>ul>li:first-child>ul:after{
  content: "";clear: both;display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul >li >a ,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul >li >a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~li>ul>li:first-child>ul >li >a{
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child>ul >li >ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul >li >ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) ~li>ul>li:first-child>ul >li >ul{
  padding: 20px 7px 7px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li>ul >li:nth-child(2) {
  position: absolute;
  bottom: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  z-index: 95 !important;
  width: 629px !important;
  margin-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li >ul >li:nth-child(2) >ul {
  padding: 10px 20px 30px 40px !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li >ul >li:nth-child(2) >ul >li {
  border-top: 1px solid #708593 !important;
  padding-top: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li>ul >li:nth-child(2) >ul >li >a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.15 !important;
  font-weight: 500;
  border: none;
  display: inline-block;
  background: url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/images/link-arrow.png) no-repeat top 10px right;
  padding-right: 16px;
  text-transform: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) .fleche-rouge a {
  font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:first-child>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)~li>ul>li:first-child>ul>li{
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about .tb-megamenu-column-inner.mega-inner .tb-megamenu-block img {
  height: 146px;
  /* object-fit: cover; */
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about .fleche-rouge a {
  font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about>ul>li:nth-child(2)>ul>li>a {
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.alumni>ul>li:first-child>ul>li>a {
  display: block !important;
  font-weight: 400;
}

a {}

.custom-menu-primary .hs-menu-wrapper>ul>li.alumni>ul>li:first-child>ul {
  padding: 20px 7px 7px !important;
}

.language-switcher-locale-url li .active {
  color: #a51b35 !important;
  font-weight: 600;
}

.language-switcher-locale-url li a {
  color: #000 !important;
}


.custom-menu-primary .hs-menu-wrapper>ul li>a:hover {
  text-decoration: underline;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.clicked>a {
  border-bottom: 2px solid #8e2838 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul > li>a:hover {
  text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li .custom-programmes >a {
  font-weight: 700 !important;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.student-experience ul ul a {
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li>ul>li:nth-child(2)>ul>li>a {
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul ul .fleche-rouge a {
  text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul ul .fleche-rouge a:hover {
  color: #000;
  text-decoration: underline;
}

.custom-search-content ::placeholder {
  opacity: 0.54;
} 

.close-icon-group {
  right: -28px;
}

.region-top .search-close:hover {
  color: #a51b35;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.executive-education>ul>li>ul>li .custom-programmes>a {
  font-weight: 400 !important;
}
.custom-search-content ::placeholder {
  opacity: 0.6;
  color:#000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.programmes ~ li>ul>li:nth-child(2) {
  bottom: 1px;
}

.region-top {
  display: none;
}

header.header.lp-header .sticky-wrapper {
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 992px){
  .volet-menu{
    display:none !important;
  }

  .sticky-wrapper {
    min-height: 66px;
  }


  body.scroll-header .sticky-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .custom-header {
    min-height: 113px;
  }
  header.header.lp-header .custom-header {
    min-height: 66px;
  }
}

@media screen and (max-width: 1270px){
  .search-toggle-bar {
    right: 0;
  }
}
@media screen and (max-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 20px 6px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {}

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    max-width: 780px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li {
    width: 13.090128755365%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li {
    margin-left: 4.2918454935622%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3), .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(4) {
    width: 21.781115879828%;
  }

  .tb-megamenu-column-inner.mega-inner {
    position: relative;
    z-index: 99;
  }

  .sticky-wrapper {
    min-height: 64px;
  }
  .custom-header {
    min-height: 111px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper > li {
    width: 100%;
  }
  .tb-megamenu-column-inner.mega-inner .tb-megamenu-block {
    padding: 20px;
  }
}

@media screen and (max-width: 991px){
  .section-top-bar {
    display: none;
  }

  .sticky-wrapper {
    min-height: 1px;
  }

  .dexp-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  .dexp-section.dexp-sticky {
    background: #fff;
    z-index: 9999;
  }
  .region-navigation {
    display: none;
  }

  .search-toggle-bar .search-toggle {
    font-size: 22px;
    border-top: 0 solid;
  }

  .search-toggle-bar {
    right: -32px;
  }

  .custom-trigger-group {
    width: 8.333333333333332%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    z-index: 9;
  }

  .custom-logo {
    width: 50%;
    text-align: center;
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }

  span.menu-toggle {
    font-size: 28px;
    cursor: pointer;
    line-height: 30px !important;
    height: auto !important;
    margin: 15px 0;
  }

  .custom-logo a {
    border: 0 !important;
  }

  .search-toggle-bar {
    border: 0;
  }
  .custom-logo img {
    width: 100% !important;
  }

  .region-top {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    height: 80px;
  }

  .region-top input[name=search_block_form] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    border-bottom: 0 solid rgba(0,0,0,.05) !important;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    color: #b9bec3;
    font-size: 26px;
    font-weight: 300;
    height: 50px !important;
    left: 0;
    letter-spacing: 0;
    line-height: 36px !important;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 7px;
    position: absolute;
    top: 15px;
    vertical-align: middle;
    width: 100%;
  }

  .region-top .search-close {
    font-size: 25px;
    line-height: 80px;
    display: block;
    text-align: center;
    color: #b9bec3;
  }

  .close-icon-group {
    right: 0;
  }
  .dexp-section.dexp-sticky {
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 20%);
  }

  .custom-header {
    min-height: 60px;
  }

  .volet-menu {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    overflow: auto;
    padding: 30px;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
  }

  .show-mobile-nav .volet-menu {
    left: 0;
  }

  .volet-menu .hs-menu-wrapper >ul >li {
    border-top: 1px solid #708593;
    padding: 12px 0;
  }

  .volet-menu .hs-menu-wrapper >ul >li ul {
    display: none;
    padding-left: 20px;
  }

  .volet-menu .hs-menu-wrapper >ul >li >a {
    font-weight: 600;
    color: #708593;
    font-family: sans-serif;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #000;
    font-family: astoria, sans-serif;
    line-height: 24px;
  }

  .volet-menu .hs-menu-wrapper >ul li >a:hover {
    color: #8e2838;
  }

  .volet-menu .hs-menu-wrapper >ul >li ul li {
    padding: .2em .5em 0 0;
  }

  .volet-menu .hs-menu-wrapper >ul >li ul li a {
    text-transform: none;
    font-weight: 600;
    color: #708593;
    font-family: sans-serif;
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-family: 'astoria',sans-serif;
    line-height: 24px;
  }

  span.custom-letter {
    display: block;
    padding: 12px 0px 0;
  }

  .volet-menu .hs-menu-wrapper>ul>li:first-child {
    padding: 12px 0 0;
  }

  span.custom-letter {
    display: block;
    padding: 12px 0px 0;
  }

  .volet-menu .hs-menu-wrapper>ul>li:first-child {
    padding: 12px 0 0;
  }

  .volet-menu .hs-menu-wrapper>ul>li:first-child ~ li>a {
    text-transform: uppercase;
  }

  .volet-menu .hs-menu-wrapper>ul>li:last-child >a {
    text-transform: none !important;
  }

  .volet-menu .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 1px solid rgb(112, 133, 147);
  }
  .volet-menu .hs-menu-wrapper>ul>li:last-child>a {
    color: #708593;
  }
  ul.language-switcher-locale-url {
    list-style: none;
  }

  .volet-menu {
    padding: 31px 30px 30px;
  }

  span.custom-letter {
    padding: 13px 0px 0;
  }

  .volet-menu .hs-menu-wrapper>ul>li:nth-child(2) >ul>li>a {
    padding: 0px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .volet-menu .hs-menu-wrapper>ul>li:nth-child(2) >ul>li {
    padding: 2px 0;
  }

  .volet-menu .hs-menu-wrapper>ul>li ul li.hs-item-has-children>:hover {
    color: #708593;
  }

  .volet-menu {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    height: 100%;
  }
}


@media screen and (max-width: 846px){
  .search-toggle-bar {
    right: 15px;
  }

  .close-icon-group {
    width: 16.6667%;
  }

  .custom-search-content {
    width: 83.3333%;
  }


}

@media screen and (max-width: 767px){
  ul.language-switcher-locale-url {
    padding-left: 0;
    padding: 0;
    margin-top: 12px;
  }

  ul.language-switcher-locale-url li {
    display: inline-block;
    margin-right: 10px;
  }
}
.custom-footer-images img {
  max-width: 240px;
}

.page-center {
  margin: 0 auto;
}

.custom-footer-bottom {
  padding: 10px 0;
}

.region-copyright {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.region-socials-bottom {
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  float: left;
}

.custom-footer-bottom-content:before, .custom-footer-bottom-content:after {content: "";display: block;clear: both;}

.custom-footer-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.custom-footer-social-icons ul li {
  font-size: 12px;
  height: 20px;
  margin: 0;
  padding-bottom: 0;
  display: inline;
  float: left;
  margin-right: 4px;
}

.custom-footer-social-icons ul li a {
  color: #708593;
  width: 28px;
  height: 25px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #708593;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.region-copyright p {
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  font-family: 'HelveticaNeueLTStd',Helvetica,sans-serif;
}

.custom-footer-left {
  width: 41.66666666666667%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.custom-usefull-link-group {
  width: 33.33333333333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.custom-footer-direct-access {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.custom-footer-images img {
  vertical-align: middle;
}

.custom-footer-images {
  margin: 0 0 10px;
}

.custom-footer-about p {
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
  margin: 0 0 10px;
}

.custom-footer-about h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.1;
  font-family: "astoria",Helvetica,sans-serif;
}

footer.footer {
  background-color: #fff;
}

.custom-footer-top-content .hs-menu-wrapper >ul>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "astoria",Helvetica,sans-serif;
  margin-top: 20px;
  display: block;
  line-height: 1.1;
}

.custom-footer-top-content .hs-menu-wrapper >ul ul li {
  width: 150px;
  margin: 0;
  display: block;
  color: #fff;
  float: left;
  padding: .2em .5em 0 0;
}

.custom-footer-top-content .hs-menu-wrapper >ul ul {
  display: block;
}

.custom-footer-top-content .hs-menu-wrapper >ul ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  column-width: 100px;
}

.custom-footer-top-content .hs-menu-wrapper >ul ul li a {
  color: #708593;
  text-transform: uppercase;
  font-family: "astoria";
  font-weight: 600;
  font-size: 12px;
  display: block;
  line-height: 24px;
}


.custom-footer-social-icons ul li {
  line-height: 24px;
}


.sharer-btn {
  background: url(https://5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_July2021/images/share-2-icon.png);
  bottom: 5%;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 5%;
  width: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
  z-index: 99999999;
}

.close-Overlay {
  font-size: 48px !important;
  height: 50px;
  transform: rotate(
    45deg
  );
  line-height: 50px !important;
  position: fixed;
  color: #fff;
  right: 5%;
  top: 5%;
  width: 50px;
}

.fa-plus-circle:before {
  content: "\f055";
}

.sharer-wrapper {
  display: flex;
  width: 50%;
  display: flex;
  margin: 15% auto 0 25%;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.sharer.box-center.box-icon {
  transform: rotate(
    45deg
  );
  cursor: pointer;
  border-radius: 0;
}

.dexp-shortcodes-box.box-center:not(.box-none) .box-icon {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 101px;
  margin: 0 auto;
}

.sharer.box-center.box-icon .fa {
  transform: rotate(
    -45deg
  );
  cursor: pointer;
}

.dexp-shortcodes-box:not(.box-background) .box-icon {
  color: #ea581a;
}

.dexp-shortcodes-box.box-circle .box-icon {
  border-radius: 50%;
  border: 1px #00b0e9 solid;
  text-align: center;
}

.dexp-shortcodes-box .box-icon {
  text-align: center;
  -webkit-transform: rotate(
    0deg
  ) scale(1) skew(0) translate(0);
  -moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
  transform: rotate(
    0deg
  ) scale(1) skew(0) translate(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-print:before {
  content: "\f02f";
}


.dexp-shortcodes-box.box-center:not(.box-none):hover .box-icon {
  color: #fff;
}

.close-Overlay {
  cursor: pointer;
}


.overlay {
  display: none;
}

.close-Overlay {
  cursor: pointer;
  z-index: 999;
}

ul.no-list.hs-error-msgs {
    padding: 0;
}


@media (max-width:991px){
  .custom-footer-left {
    width: 100%;
  }

  .custom-usefull-link-group {
    width: 100%;
  }

  .custom-footer-direct-access {
    width: 100%;
  }

  .custom-footer-top-content .hs-menu-wrapper>ul ul li {
    float: none;
  }

  .custom-footer-top-content .hs-menu-wrapper>ul ul {
    margin-bottom: 10px;
  }

}

@media (max-width:767px){
  .region-copyright {
    width: 100%;
  }

  .region-socials-bottom {
    width: 100%;
  }

  .custom-footer-social-icons ul {
    float: left;
    padding-left: 40px;
    position: relative;
  }

  .sharer-wrapper {
    display: block;
    width: 15%;
    margin: 10% auto 0 42%;
  }

  .sharer-wrapper .dexp-shortcodes-box.box-center:not(.box-none) .box-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 56px;
    margin: 6px;
  }

  .sharer.box-center.box-icon {
    transform: rotate(
      45deg
    );
    cursor: pointer;
    border-radius: 0;
    text-align: center;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.hs-landing-page form {
  background-color: rgba(255, 255, 255, .82);
  padding: 6px 24px;
  border-radius: 10px;
}