*, *: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 20px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}
.bottom_pane .dnd-section,
.bottom_pane .dnd-section > .row-fluid,
.blog_social .dnd-section,
.blog_social .dnd-section > .row-fluid{
  padding: 0;
}


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


@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body {
  font-family: open sans,sans-serif;
  font-size: 18px;
  line-height:1.5;
  font-weight:400;
  font-size:18px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;

}

img, svg {
    vertical-align: middle;
}

html{
  font-size:16px;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}

/* 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 {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor:pointer;
  min-height: 50px;
  padding-right: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #5F1937;
  transition: all .3s;
  border-radius: 0 0 0 0;
  border-color: #5F1937;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 13px 17px;
  font-size: 1rem;
  margin-top: 20px;
}

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-input {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hs-form{
  margin-bottom: 30px;
}

/* Labels */

form label {
  font-family: montserrat,sans-serif;
  color: #454545;
  font-size: 16px;
  font-weight:400;
  line-height:24px;
}

/* Help text - legends */

form legend {
  font-size: 16px;
}

/* 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 {
  padding: 13px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6b6b6b;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form{
  max-width: 767px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  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: #EF6B51;
}

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

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

ul.no-list.hs-error-msgs li label{
  color: #a52336;

}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor:pointer;
  min-height: 50px;
  padding-right: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #a52336;
  transition: all .3s;
  border-radius: 0 0 12px 0;
  clip-path: polygon(100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 0);
  border-color: #a52336;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 13px 17px;
  font-size: 1rem;
  margin-top: 20px;
  white-space: normal;
}

body.page-editor form .hs-button,
body.page-editor form input[type=submit] {
  clip-path: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:1200px){
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_module .widget-type-email_subscriptions, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .section.post-footer form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:767px){
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_module .widget-type-email_subscriptions, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_password_reset, .section.post-footer form {
    background-color: rgba(240, 240, 240, 1.0);
    padding: 30px 20px !important;
    display: block;  
    margin-bottom: 30px;
  }
}



label.hs-main-font-element {
  color: #ef6b51;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
body.form-open header.header .btn-search {
  background: #a52336 url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/close-loupe.svg) 50% no-repeat!important;
  cursor: pointer;
  display: block;
  height: 57px;
  height: 58px; 
  margin: 0;
  -webkit-mask: none;
  padding: 15px;
  padding: 0 15px;
  text-indent: -9999px;
  /*   width: 65px; */
}


body.form-open header.header .btn-search{
  width:65px;
}

.mobile_navigation .navigation-primary >ul>li.no-submenu>a {
  font-weight: 400;
  text-transform: none;
}

li.dl-back {
  border-bottom: 1px solid #f0f0f0 !important;
  position: relative;
  text-align: center;
}

.mobile_navigation .navigation-primary ul li.dl-back> a {
  width: calc(100% - 20px) !important;
}


.additional_search #keywordSearch .aa-Input:focus {
  box-shadow: none !important;
  outline: none;
}

body.form-open header.header .btn-search {
  /*   height: 58px; */
  margin: 0;
  padding: 0 15px;
  /*   width: 69px; */
}

body.form-open header.header .btn-search{
  width:65px;
  height:60px;
}
.min-wrap {
  min-height: 158px;
}

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

header.header.sticky .filter-option-inner-inner{
  color:#000;
}

.mobile_navigation nav.navigation-primary {
  overflow: visible !important;
}

li.dl-back a {
  position: relative;
  text-align: center;
}

.mobile_navigation {
  overflow: hidden;
}

li.dl-back a:before {
  content: '';
  background: #a52336;
  border-bottom: none;
  border-right: none;
  bottom: 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 16px;
  left: auto;
  margin: auto;
  mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta.svg) center center no-repeat;
  -webkit-mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta.svg) center center no-repeat;
  position: absolute;
  right: 23px;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}



.mobile_navigation {
  background: #f0f0f0;
  max-width: 370px;
  min-width: 370px;
  z-index: 999999;
  transition: all .3s ease 0s;
  left: auto;
  position: fixed;
  right: -440px;
  -webkit-transition: visibility 0s linear .4s;
  -o-transition: visibility 0s linear .4s;
  transition: visibility 0s linear .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  overscroll-behavior: none;
  border-color: rgb(0 0 0 / 30%);
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgb(0 0 0 / 10%);
  /*   height: 100%; */
  overflow-y: auto;
  justify-content: space-between;
}

header.header.lp .bottom-header {
  border: 0 !important;
}



.mm-close {
  position: relative;
  border-bottom: none;
  background: #f0f0f0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  top: 0;
  z-index: 2;
  border: 0;
}

.close-btn{
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/close.svg) center center no-repeat;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}


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



.mobile_navigation .navigation-primary ul li {
  border-color: #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgb(255 255 255 / 85%);
  border-bottom: 1px solid #B3B3B3;
  /*   position:relative; */
}



.mobile_navigation .navigation-primary  ul li a {
  background: 0 0;
  border: 0;
  color: #000;
  display: block;
  font-family: montserrat,sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  max-width: 100%;
  padding: 15px 0 14px 20px;
  position: relative;
  right: 0;
  /*   text-transform: uppercase; */
  width: calc(100% - 55px);
  z-index: 9;
}

.mobile_navigation .navigation-primary  ul li a{
  /*   text-transform: capitalize; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.child-trigger:after{
  mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta.svg) center center no-repeat;
  -webkit-mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta.svg) center center no-repeat;
  background: #a52336;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 23px;
  left: auto;
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 16px;
}

.child-trigger:after{
  top:1px;
}

body.slide .mobile_navigation{
  right:-3px;
}

body.slide .mobile_navigation {
  /*   right: 0; */
  transition: all .3s ease 0s;
}

.header_topmenu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: initial;
}

.child-trigger {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  float: right;
  height: 48px;
  left: auto;
  position: relative;
  right: 0;
  top: 0px;
  width: 55px;
  z-index: 15;
}

header.header.lp {
  border-bottom: 1px solid #B3B3B3;
}


.overlay {
  z-index: 10;
  background: rgba(69,69,69,.9) 0% 0% no-repeat padding-box;
  opacity: 0;
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all .3s ease 0s;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

body.slide .overlay {
  opacity: 1;
  transition: all .3s ease 0s;
  pointer-events: all;
}


.mobile_navigation ul ul {
  display: none; 
}

.mb-language-switcher {
  position: relative;
  padding-top: 0;
  border-bottom: none;
  border: 0;
  top: 0;
  z-index: 2;
}

.mb-language-switcher ul {
  justify-content: left;
  list-style: none;
  margin-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
  line-height: 20px;
  margin-bottom: 16px;
  height: 21px;
}

.mb-language-switcher ul li {
  margin-right: 10px;
  line-height: 20px;
}

.mb-language-switcher ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #454545;
}

.mb-ft {
  position: relative;
}


.mobile_navigation .header_topmenu ul li a {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}


.mb-wrp {
  position: relative;
}



.ft-bottom {
  background: #454545;
  padding: 10px 0;
}



.ft-bottom-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 12px;
}








header.header .header-con {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

header.header {
  z-index: 9;
  position: relative;
}

header.header .bottom-header {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

header.header .region.region-header {
  padding: 25px 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
  position: relative;
  align-items: flex-start;
}

header.header div#block-sitebranding {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}

header.header .custom-header-logo {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: unset;
}

header.header .custom-header-logo img {
  height: auto;
  max-width: 195px;
  width: 100%;
  /*   margin: 0 1rem 0 0; */
  vertical-align: middle;
}


header.header .custom-header-logo img{
  margin:0;
}


header.header nav.header_topmenu {
  justify-content: flex-end;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}

header.header .header_topmenu ul.submenu.level-1 {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
}

header.header .header_topmenu ul.submenu.level-1>li {
  color: #454545;
  list-style: none;
}

header.header .header_topmenu ul.submenu.level-1>li>a {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  padding: 4px 20px;
  color: #000;
  display: block;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  white-space: nowrap;
  font-family: montserrat,sans-serif;
}

header.header .language-switcher {
  padding: 0;
  margin-right: 0;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin-top: 0;
  position: relative;
  top: -3px;
}

header.header .language-switcher ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  align-items: center;
  line-height: normal;
  display: flex;
}

header.header .language-switcher ul>li {
  position: relative;
  display: inline-block;
  padding: 1px 6px;
  list-style: none;
  line-height: 1.5;
}

header.header .language-switcher ul>li>a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  transition: all .3s;
  line-height: normal;
  font-family: montserrat,sans-serif;
}

header.header .language-switcher ul>li:first-child:after {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

header.header .top-button-menu {
  bottom: 10px;
  right: 0;
  width: auto;
  padding: 0;
  position: absolute;
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
}

header.header .top-button-menu-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
}

header.header .top-button-menu-nav a {
  font-size: 14px;
  width: 100%;
  background: #a52336;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 5px 15px;
  z-index: 9;
  transition: background .15s ease-in-out;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block;
  text-decoration: none;
  font-family: montserrat,sans-serif;
}

header.header .bottom-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  background: #fff;
  opacity: 1;
  padding-right: 12px;
  padding-left: 12px;
}

header.header .bottom-header-con.header-con {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header .bottom-sitebranding-2 {
  display: none;
}

header.header.sticky .bottom-dropdown {
  display: none;
}

header.header .mburger.mburger--collapse.navbar-toggler {
  display: none;
}

header.header .header-search {
  display: flex;
  position: relative;
}

header.header .btn-search {
  font-size: 0;
  cursor: pointer;
  position: relative;
  content: "";
  margin-right: 0;
  padding: 15px;
  cursor: pointer;
  background-image: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/loupe.svg);
  background-repeat: no-repeat; 
  width: 65px;
  background-position: center; 
}

header.header span.search-label.focusable {
  display: none;
  position: absolute;
  bottom: 10px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align:center;
}

/* header.header .bottom-header .bottom-menu-main {
margin-left: -50px;
} */
header.header .bottom-header .bottom-menu-main {
  margin-left: -34px;
}


header.header .bottom-header .btn.btn-navbar.tb-megamenu-button {
  display: none;
}

header.header .bottom-header ul.submenu.level-1 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1px;
}

header.header .bottom-header ul.submenu.level-1 ul {
  display: none;
  position: absolute;
  background: #f0f0f0 0% 0% no-repeat padding-box;
  width:100%;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

header.header .bottom-header ul.submenu.level-1>li {
  position: relative;
}

header.header .bottom-header ul.submenu.level-1>li>a{
  padding:14px 47px 16px;
  border-top: 5px solid #fff;
}

header.header .bottom-header ul.submenu.level-1>li>a {
  color: #000;
  /*   padding: 15px 65px; */
  border-right: 1px solid #b3b3b3;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: none;
  border-bottom: 0;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: montserrat,sans-serif;
  font-size: 16px;
  line-height: 24px;
  /*   border-top: 5px solid #fff; */
}

.mobile_navigation .navigation-primary ul ul li a {
  line-height: 20px;
  text-transform: initial;
}

header.header .bottom-header ul.submenu.level-1 ul>li>a:hover {
  border-bottom: 1px solid #fff;
}

header.header .bottom-header ul.submenu.level-1>li>a:hover {
  /*   border-top: 5px solid #a52336; */
  cursor: pointer;
  background-color: #fff;
  color: #a52336;
  border-right: 1px solid #b3b3b3;
}

header.header .bottom-header ul.submenu.level-1>li>a:hover {
  border-top: 5px solid #a52336;
}



header.header .bottom-header ul.submenu.level-2 li.has-submenu>a:after {
  content: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta-r.svg);
  float: right;
  width: 20px; 
  height: 12px;
  border: 0; 
  margin: 0; 
  position: absolute; 
  right: 5px; 
  top: 50%; 
  margin-top: -5px; 
  display: block; 
  vertical-align: 0.255em;
  margin-right: 0;
}

header.header .bottom-header ul.submenu.level-1 li:hover>ul {
  display: block;
}
header.header .bottom-header ul.submenu.level-1 ul.submenu.level-2 ul {
  left: 100%;
  top: 0;
  height: 100%;
}

header.header .bottom-header ul.submenu.level-1 ul>li {
  top: 0;
  padding: 0 30px;
  display: block;
  float: none;
  list-style: none;
  margin-left: 0;
  border-top: 0;
  border-top: 2px solid #f0f0f0;
  background: #f0f0f0 0% 0% no-repeat padding-box;
}

header.header .bottom-header ul.submenu.level-1 ul>li>a {
  border: 0;
  padding: 15px 20px 15px 0!important;
  text-decoration: none!important;
  position: relative;
  border-bottom: 1px solid #dddada;
  margin-top: 0;
  clear: both;
  color: #333;
  display: block;
  line-height: 20px;
  text-shadow: none;
  font-weight: 700;
  transition: all .3s;
  font-family: montserrat,sans-serif;
  /* white-space: nowrap; */
  font-size: 16px;
}

header.header .bottom-header ul.submenu.level-1 ul>li:hover {
  border-top: 3px solid #a52336;
  color: #a52336;
  background: #fff;
}

.additional_search {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 99;
  padding: 0;
  top: 1px;
  display: block;
  visibility: hidden;
  transition: visibility .1s ease;
}

.additional_search .region.region-nav-additional {
  background: #a52336;
  padding: 55px;
  margin-top: -10px;
  z-index: 999;
  position: absolute;
  right: 0;
  width: 100%;
}

.additional_search .form--inline.clearfix.search-content.w-990 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.additional_search .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0px);
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
}

.additional_search .position-relative {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
  margin-bottom: 1.5rem;
  position: relative;
}

.additional_search .col-md-2 {
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem* 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}

.additional_search input.button.form-submit.btn.btn-primary.search-submit {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-right: 0;
  cursor: pointer;
  border-color: #a52336;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #a52336;
  clip-path: polygon(100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 0);
  border-radius: 0!important;
  height: 50px;
  font-size: 14px!important;
  font-weight: 700!important;
  text-transform: uppercase;
  margin-left: auto!important;
  padding-right: 40px!important;
  background: #fff url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/f-cta-r.svg) 90% center no-repeat;
  position: relative;
  top: 4px;
  font-family: montserrat,sans-serif;
  margin:0;
}

.additional_search span.icon-search {
  background: #fff;
  border-top: 5px solid #fff;
  content: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/loupe.svg);
  left: 92%;
  left: 96.5%;
  mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/loupe.svg);
  -webkit-mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/loupe.svg) no-repeat center center;
  padding: 20px!important;
  position: absolute;
  top: 0;
  width: 27px;
  z-index: 999;
}

.additional_search input.button.form-submit.btn.btn-primary.search-submit {
  position: absolute;
  /*   right: -24.5%; */
}


.additional_search input.button.form-submit.btn.btn-primary.search-submit {
  right: -18.8%;
}

.additional_search form.aa-Form {
  border-radius: 3px;
  display: flex;
  line-height: 1em;
  margin: 0;
  position: relative;
  width: 100%;
  align-items: center;
  border: 0;
  box-shadow: none;
  background-color: rgba(255,255,255,1);
}

.additional_search .aa-InputWrapper {
  order: 3;
  position: relative;
  width: 100%;
}

.additional_search #keywordSearch .aa-Input, .additional_search #keywordSearch .aa-Input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.additional_search #keywordSearch .aa-Input, .additional_search #keywordSearch .aa-DetachedSearchButton {
  background-color: #a52336;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  font-family: montserrat,sans-serif;
  outline:0;
}

.additional_search #keywordSearch .aa-InputWrapperPrefix, .additional_search #keywordSearch .aa-InputWrapperSuffix {
  display: none;
}

body.form-open header.header.sticky .btn-search {
  -webkit-mask: none;
  background: #a52336 url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/close-loupe.svg) center center no-repeat!important;
  text-indent: -9999px;
  padding: 15px;
  display: block;
  /*   height: 57px; */
  height: 60px;
  cursor: pointer;
}

body.form-open .additional_search {
  visibility: visible;
  transition: visibility .1s ease;
}

header.header.sticky .bottom-header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
}

header.header .bottom-header-con.header-con {
  background: #fff;
  z-index: 9;
  top: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

header.header.sticky  .bottom-sitebranding-2 {
  width: 100%;
  max-width: 120px;
  display: block!important;
}

header.header .bottom-sitebranding-2 .bottom-navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: unset;
}

header.header.sticky .bottom-header .bottom-menu-main {
  display: none;
}

header.header .bottom-sitebranding-2 img {
  max-width: 104px;
  position: relative;
  /*   top: 6px; */
}


header.header .bottom-sitebranding-2 img{
  top:0;
}

header.header.sticky .mburger.mburger--collapse.navbar-toggler {
  cursor: pointer;
  display: flex!important;
  padding: 9px 0;
  border-left: 1px solid #b3b3b3;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  transition: box-shadow .15s ease-in-out;
  border-left: 1px solid #b3b3b3;
}

header.header.sticky .mburger.mburger--collapse.navbar-toggler span {
  height: 38px;
  width: 70px;
  content: "";
  background: #000;
  box-shadow: none;
  mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/menu.svg);
  -webkit-mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/menu.svg) no-repeat center center;
  -webkit-mask: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/menu.svg) no-repeat center center;
  font-size: 1.25rem;
  line-height: 1;
}

header.header.sticky span.search-label.focusable {
  display: block;
  font-family: montserrat,sans-serif;
}

header.header.sticky .btn-search {
  margin-right: 15px;
  padding: 0;
  height: 58px;
  width: 60px;
  content: "";
  background-image: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/search-m.svg);
  box-shadow: none;
  cursor: pointer;
}

header.header.sticky .bottom-dropdown {
  display: block;
  width: 100%;
}

header.header.sticky .filter-option-main {
  border: 1px solid #b3b3b3;
  opacity: 1;
  border-radius: 0;
  background: #fff;
  height: 40px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 1rem;
  width: auto;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: montserrat,sans-serif;
  margin-left: 12px;
  cursor: pointer;
}

header.header.sticky .additional_search .region.region-nav-additional {
  position: fixed;
  width: 100%;
  max-width: 1290px;
  right: auto;
  top: 70px;
  left: auto;
}

body.form-open header.header.sticky .btn-search {
  width: 80px;
  margin: 0;
  padding: 0 15px;
  /*   height: 60px; */
  height: 58px; 

}

header.header.sticky .filter-option-inner-inner {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  top: 1px;
}

header.header.sticky .filter-option-main:after {
  content: url(https://www.edhec.edu/themes/custom/edhec/img/chevron-down-n.svg);
  position: relative;
  right: -7px;
  top: 1px;
  transition: transform .2s ease-in-out;
  margin-left: 11px;
}

header.header.sticky .bottom-sitebranding-2 {
  position: relative;
  top: -6px;
}

.bottom-dropdown-menu-nav {
  max-height: 377px;
  overflow: hidden;
  min-height: 114px;
  margin-top: 0;
  min-width: 240px!important;
  background: #f0f0f0 0% 0% no-repeat padding-box;
  border: 1px solid #b3b3b3;
  opacity: 1;
  border-radius: 0;
  z-index: 99;
  top: 38px;
  left: 12px;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  position: absolute;
  display: none;
}

.bottom-dropdown-con {
  position: relative;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1 {
  flex-direction: column;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1>li {
  position: relative;
  padding: 0 10px;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1>li>a{
  text-transform: capitalize;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1>li>a:hover {
  color: #1e2125;
  background-color: #e9ecef;
}


header.header.sticky .bottom-dropdown ul.submenu.level-1>li>a {
  cursor: pointer;
  user-select: none;
  margin: 0;
  width: 100%;
  padding: 5px;
  display: block;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  /*   text-transform: uppercase; */
  color: #000;
  font-size: 14px;
  font-weight: 700;
  font-family: montserrat,sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1>li:last-child a {
  border: 0;
}

header.header.sticky .bottom-dropdown ul.submenu.level-1>li:first-child>a {
  text-transform: capitalize;
}

header.header.sticky .bottom-dropdown.dropdown-open .bottom-dropdown-menu-nav {
  display: block;
}

header.header.sticky .bottom-dropdown.dropdown-open .filter-option-main {
  border-bottom: 1px solid #f0f0f0;
  z-index: 9999;
  padding-bottom: 5px;
  position: relative;
  height: 40px;
  background: #f0f0f0;
}

header.header.sticky .bottom-dropdown.dropdown-open .filter-option-main:after {
  transform: rotate(-180deg);
}


.mobile_navigation .navigation-primary ul li.home a {
  font-weight: 700;
}

.mobile_navigation .navigation-primary ul li.newsroom a {
  font-weight: 400;
}
.mobile_navigation .navigation-primary ul li.newsroom> a {
  font-weight: 700;
}

@media (min-width: 576px) {
  header.header .header-con {
    max-width: 540px;
  }

  .additional_search {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  header.header .header-con {
    max-width: 720px;
  }

  .additional_search {
    max-width: 720px;
  }

  .additional_search .position-relative {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .additional_search .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media (min-width: 992px) {
  header.header .header-con {
    max-width: 960px;
  }

  header.header div#block-sitebranding {
    flex: 0 0 auto;
    width: 25%;
  }

  header.header .bottom-dropdown {
    display: none;
  }

  .additional_search {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  header.header .header-con {
    max-width: 1140px;
  }

  header.header nav.header_topmenu {
    display: flex;
  }

  .additional_search {
    max-width: 1140px;
  }




}

@media (min-width: 1400px) {
  header.header .header-con {
    max-width: 1310px;
  }

  .additional_search {
    max-width: 1310px;
  }
}




@media (max-width: 1500px) {
  header.header .bottom-header ul.submenu.level-1>li:nth-child(3) ul ul {
    left: -100% !important;
    width: 100%;
  }
}

@media (max-width:1700px){
  /*   header.header .bottom-header ul.submenu.level-1 ul>li>a {
  font-size: 13px;
  padding: 10px 20px 10px 0!important;
} */

  header.header .bottom-header ul.submenu.level-1>li:last-child ul ul {
    left: -100% !important;
    width: 100%;
  }
}

@media (max-width:1400px){
  /*   header.header .bottom-header ul.submenu.level-1>li>a {
  font-size: 12px;
  padding: 15px 40px;
}  */

  /*   header.header .bottom-header ul.submenu.level-1 ul>li>a {
  font-size: 12px;
} */

  header.header .bottom-header ul.submenu.level-1>li:last-child ul ul {
    left: -110%!important;
  }
}


@media (min-width:1200px) and (max-width:1400px){
  body.form-open header.header .btn-search{
    width: 96px;
  }

  header.header .bottom-header ul.submenu.level-1>li>a {
    padding: 14px 22px 15px;
  }

  header.header .btn-search{
    background-position:left;
  }
}

@media (max-width:1200px){
  .min-wrap {
    min-height: 60px;
  }

  header.header .bottom-header {
    max-width: 100%;
    padding: 0 30px;
    border:0;
  }

  header.header.lp .bottom-header{
    height: 60px;
  }

  header.header.sticky .bottom-header-con.header-con {
    width: 100%;
    max-width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 30px;
  }

  .additional_search {
    width: 100%;
    max-width: 100%;
  }

  header.header .bottom-header-con.header-con {
    max-width: 100%;
    width: 100%;
  }

  header.header .mburger.mburger--collapse.navbar-toggler {
    content: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/menu.svg);
    display: block;
    height: 54px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 11px!important;
    width: 60px;
    cursor: pointer;
  }

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

  header.header .bottom-sitebranding-2 {
    display: block!important;
    max-width: 120px;
    width: 100%;
  }

  .top-container.header-con {
    display: none;
  }

  header.header .bottom-header .bottom-menu-main {
    width: 100%;
  }

  header.header .bottom-header .bottom-menu-main>div {
    display: none;
  }

  header.header span.search-label.focusable {
    display: block;
    font-family: montserrat,sans-serif;
  }

  header.header .btn-search {
    background-image: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/search-m.svg);
    box-shadow: none;
    content: "";
    cursor: pointer;
    height: 58px;
    /*     margin-right: 15px; */
    padding: 0;
    width: 60px;
  }

  header.header .bottom-header-con.header-con {
    height: 60px;
    max-width: 100%;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0;
  }


  .bottom-dropdown-con {
    display: none;
  }

  header.header .bottom-sitebranding-2 img {
    max-width: 138px !important;
    height: auto;
    display: block;
  }

  header.header.sticky .bottom-sitebranding-2 {
    top: -1px !important;
    display: block;
  }

  header.header.sticky .mburger.mburger--collapse.navbar-toggler {
    content: url(https://www.edhec.edu/themes/custom/edhec/img/menu.svg);
    display: block;
    height: 54px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 11px !important;
    width: 60px;
  }

  header.header .mburger.mburger--collapse.navbar-toggler span {
    display: none !important;
  }

  header.header span.search-label.focusable {
    bottom: 9px;
  }


  header.header.sticky .bottom-header .bottom-menu-main {
    display: none;
  }

  header.header.sticky .btn-search {
    background-image: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/search-m.svg);
    box-shadow: none;
    content: "";
    cursor: pointer;
    height: 60px;
    margin-right: 0;
    padding: 0;
    width: 90px;
    background-position: center;
  }

  header.header .mburger.mburger--collapse.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-left-color: #b3b3b3 !important;
  }

  header.header.sticky span.search-label.focusable {
    display: block;
    font-family: montserrat,sans-serif;
  }

  header.header.sticky .bottom-dropdown {
    display: block;
    width: 100%;
  }

  header.header .btn-search {
    width: 90px;
    margin-right: -1px;
  }

  body.form-open header.header .btn-search {
    width: 90px;
  } 



  .slide header.header .mburger.mburger--collapse.navbar-toggler{
    background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/close.svg) center center no-repeat;
  }

  .slide header.header .mburger.mburger--collapse.navbar-toggler {
    content: none; 
  }
  header.header.sticky .bottom-header-con.header-con {
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid transparent;
  }
}

@media (min-width: 768px) and (max-width:1000px){
  .additional_search .position-relative {
    flex: 0 0 auto;
    width: 81.333333%;
  }

  .additional_search input.button.form-submit.btn.btn-primary.search-submit {
    position: absolute;
    right: -26.5%;
  }
}

@media(max-width:900px){
  .additional_search span.icon-search {
    right: 0;
    left: initial;
  }
  .mobile_navigation{
    top:60px;
  }

  .slide header.header {
    position: fixed;
    top: -1px;
    width: 100%;
    left: 0;
    z-index: 9999;
  } 


}


@media(max-width:767px){
  .additional_search .position-relative {
    margin-bottom: 0;
  }

  .additional_search input.button.form-submit.btn.btn-primary.search-submit {
    position: absolute;
    right: -31.5%;
  }


  header.header {
    position: relative;
    z-index: 999;
  }

  .mobile_navigation{
    top:60px;
  }

  .additional_search form.aa-Form {
    background-color: transparent;
    display: block;
  }

  .additional_search input.button.form-submit.btn.btn-primary.search-submit {
    position: relative;
    right: 0;
    display: inline-block;
    margin-top: 1.5rem;
  }

  body.slide .mobile_navigation{
    right:0;
  }

}


@media (max-width:501px){
  .mm-close{
    display:none;
  }
}
@media(max-width:500px){
  .additional_search .region.region-nav-additional {
    padding: 30px;
  }

}

@media(max-width:430px){
  .mobile_navigation{
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100%;
  }


  .footer-top-right-image{
    margin: 0 -12px;
  }

  header.header .mburger.mburger--collapse.navbar-toggler {
    padding-right: 0 !important;
  }
}

@media(max-width:380px){

  header.header .bottom-sitebranding-2 img{
    max-width: 130px!important;
  }
  header.header .mburger.mburger--collapse.navbar-toggler {
    width: 270px;
    margin-right: -20px;
    background-size: 35px !important;
  }
  header.header .header-search {
    position: relative;
    right: 0;
  }
  header.header.sticky .mburger.mburger--collapse.navbar-toggler {
    width: 700px !important;
    margin-right: -20px !important;
  }
}
footer.cst-footer {
  background: #f0f0f0;
  padding-top: 0.25rem;
  display: block;
  position: relative;
  z-index: 8;
}

.footer-container.page-center {
  padding: 0 12px;
}
.footer-top-wrap {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  flex-wrap: wrap;
  line-height: 24px;
}



.footer-top-Left,
.footer-top-right{
  flex: 0 0 auto;
  width: 100%;
}

.footer-top-Left,
.footer-top-right{
  padding: 0 12px;
}

.footer-top-Left ul {
  flex-direction: row;
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}


.footer-top-Left ul li a {
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  display: block;
  padding: 8px;
  font-family: montserrat,sans-serif;
  line-height: 21px;
}


.footer-top-Left ul li a:hover{
  color: #921329;
}

.footer-top-right-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.footer-bottom {
  background: #454545;
  padding: 10px 0;
}

.footer-bottom-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 12px;
  line-height: 24px;
}



.socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 21px;
  min-height: 30px;
}

.socials ul li:not(:last-child) {
   margin-right: 0.75rem; 
  color: #454545;
}
/* 
.socials ul li:not(:last-child) {
  margin-right:1.02rem;
} */


.socials ul li a{ 
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

a.icon-facebook{
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/facebook.svg) center center no-repeat;
}

a.icon-twitter {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/twitter.svg) center center no-repeat;
}

a.icon-instagram {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/instagram.svg) center center no-repeat;
}

a.icon-youtube {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/youtube.svg) center center no-repeat;
}

a.icon-linkedin {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/linkedin.svg) center center no-repeat;
}

a.icon-chat {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/chat.svg) center center no-repeat;
}

a.icon-tiktok {
  background: url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/tiktok.svg) center center no-repeat;
}


.toggle-cta {
  margin: 0 0.5rem;
  background: #fff url(https://5095660.fs1.hubspotusercontent-eu1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_January2023/images/cta.svg) center center no-repeat;
  bottom: 80px;
  box-shadow: 1px 5px 5px rgba(0,0,0,.5);
  cursor: pointer;
  display: block;
  float: right;
  height: 60px;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 60px;
  z-index: 999;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid transparent;
  user-select: none;
  background-size: 30% 57%;
}


.toggle-cta:focus{
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(255 79 65 / 15%);
}












@media (min-width: 1201px){
  .ft-btn{
    display:none;
  }
  .footer-top-Left {
    flex: 0 0 auto;
    width: 75%;
  }


  .footer-top-right {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1300px){
  .footer-top-Left ul li {
    min-width: 170px;
    display: flex;
    color: #454545;
  }
}

@media(max-width:1200px){
  footer.cst-footer {
    padding-top: 30px;
  }


  .footer-top-Left ul li a {
    padding:5px;
    padding-left: 0;
    padding-right: 0;
  }

  .ft-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 10px;
    padding: 0 12px;
    width: 100%;
  }
  .footer-top-wrap .hs-button {
    clip-path: polygon(100% 0,100% 80%,95% 100%,0 100%,0 0);
    background: #a52336;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 9;
    transition: background .15s ease-in-out;
    padding: 5px 8px;
    display: block;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    width: 100%;
    line-height: 21px;

  }


  .footer-top-Left ul  {
    flex-direction: row;
  }

  .footer-top-Left ul li {
    width: 50%;
  }

  .footer-top-wrap{
    padding: 0 15px;
  }


}