.child_theme .hs-search-field__suggestions-container {
  z-index: 2;
}
.child_theme img.hs-image-widget {
  margin-bottom: 10px;
}
.child_theme .hs-search-results__pagination {
  flex-wrap: wrap;
}
.child_theme a:not([class]) {
  text-decoration: underline;
}
.child_theme [class*=full-width-section].dnd-section, 
.child_theme [class*=full-width-section].dnd-section>.row-fluid,
.child_theme .page-center.full_width{
  max-width: 100%;
}
.child_theme [class*="full-width-section"].dnd-section > .row-fluid,
.child_theme .content-wrapper .dnd-section > .row-fluid,
.child_theme .page-center .dnd-section > .row-fluid,
.child_theme .dnd-section:not([class*="full-width-section"]) > .row-fluid .page-center,
.child_theme .content-wrapper *[class*="span"] .page-center,
.child_theme .page-center.full_width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media(min-width: 1200px){
  .child_theme .content-wrapper ,
  .child_theme .dnd-section > .row-fluid,
  .child_theme .page-center{
    
    max-width: 1140.0px;
    
  }
}
@media(min-width: 1400px){
  .child_theme .content-wrapper ,
  .child_theme .dnd-section > .row-fluid,
  .child_theme .page-center{
    
    max-width: 1310px;
    
  }
}
@media(max-width: 1200px){
  .child_theme .content-wrapper ,
  .child_theme .dnd-section > .row-fluid,
  .child_theme .page-center{
    max-width: 100%;
  }
  .child_theme .page-center,
  .child_theme .content-wrapper,
  .child_theme .dnd-section > .row-fluid{
    padding-left: 30px;
    padding-right: 30px;
  } 
}
/* ===Primary button===  */

.child_theme .hs-button,
.child_theme .hs-trans-btn,
.child_theme .systems-page .hs-search-results__next-page,
.child_theme .systems-page .hs-search-results__prev-page,
.child_theme form input[type=submit]{
  padding: 13px 17px;
  clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s;
  font-weight: 400;
}

body .hs_fillter_wrp .hs_small_btn .btn_item a{
  padding: 13px 17px;
}

.child_theme .hs-trans-btn {
  clip-path: none;
}

body .hs_fillter_wrp .hs_small_btn .btn_item a:after{
  display:none;
}

.child_theme .hs-search-results__pagination {
  flex-wrap: wrap;
}
/* ===Secondary button===  */

.child_theme .hs-sec-btn, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button, 
.child_theme .hs_service .widget-type-form .hs-button, 
.child_theme .form-row.secondary input[type="submit"], 
.child_theme .popup_modal_box.bg_primary .hs-button,
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page {
  padding: 18px 20px;
  padding-right: 50px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
  border-radius: 0;
  border-bottom-right-radius: 12px;
}
.child_theme .hs-sec-btn::before, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button::before, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button::before, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button::before, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button::before, 
.child_theme .hs_service .widget-type-form .hs-button::before, 
.child_theme .form-row.secondary input[type="submit"]::before, 
.child_theme .popup_modal_box.bg_primary .hs-button::before,
.child_theme .systems-page .hs-search-results__next-page::before, 
.child_theme .systems-page .hs-search-results__prev-page::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(137, 30, 46,1.0);;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  transform: scaleX(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.child_theme .hs-sec-btn:hover::before, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button:hover::before, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button:hover::before, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button:hover::before, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button:hover::before, 
.child_theme .hs_service .widget-type-form .hs-button:hover::before, 
.child_theme .form-row.secondary input[type="submit"]:hover::before, 
.child_theme .popup_modal_box.bg_primary .hs-button:hover::before,
.child_theme .systems-page .hs-search-results__next-page:hover::before, 
.child_theme .systems-page .hs-search-results__prev-page:hover::before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.child_theme .hs-sec-btn::after, 
.child_theme .contact-banner .form-row.hs-secondary input.hs-button::after, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button::after, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button::after, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button::after, 
.child_theme .hs_service .widget-type-form .hs-button::after, 
.child_theme .form-row.secondary input[type="submit"]::after, 
.child_theme .popup_modal_box.bg_primary .hs-button::after,
.child_theme .systems-page .hs-search-results__next-page::after, 
.child_theme .systems-page .hs-search-results__prev-page::after{
  mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/f-cta.svg);
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/f-cta.svg) no-repeat center center;
  content: "";
  width: 20px;
  background: #fff;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -10px;
}
/* === Form ===  */
.child_theme form label {
  font-size: 16px;
  font-family: Montserrat, sans-serif 
}
.child_theme form input[type=email], 
.child_theme form input[type=file], 
.child_theme form input[type=number],
.child_theme form input[type=password], 
.child_theme form input[type=search], 
.child_theme form input[type=tel], 
.child_theme form input[type=text], 
.child_theme form select, 
.child_theme form textarea{
  font-size: 14px;
  padding: 13px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: auto;
  line-height: 1.5;
}
/* =============Header============= */
body.form-open header.header .btn-search {
  background: #a52336 url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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;
}
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 rgba(240, 240, 240,1.0) !important;
  position: relative;
  text-align: center;
}
.mobile_navigation .navigation-primary ul li.dl-back> a {
  width: calc(100% - 40px) !important;
  text-decoration: none;
  padding-left: 57px;
}
.additional_search #keywordSearch .aa-Input:focus {
  box-shadow: none !important;
  outline: none;
}
body.form-open header.header .btn-search {
  margin: 0;
  padding: 0 15px;
}
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: rgba(0, 0, 0,1.0);
}
.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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/f-cta.svg) center center no-repeat;
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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: rgba(240, 240, 240,1.0);
  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%);
  overflow-y: auto;
  justify-content: space-between;
}
header.header.lp .bottom-header {
  border: 0 !important;
}
.mm-close {
  position: relative;
  border-bottom: none;
  background: rgba(240, 240, 240,1.0)!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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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;
}
.mobile_navigation .navigation-primary  ul li a {
  background: 0 0;
  border: 0;
  color:  rgba(0, 0, 0,1.0);
  display: block;
  font-family: Montserrat, sans-serif ;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  max-width: 100%;
  padding: 15px 20px 15px 20px;
  position: relative;
  right: 0;
  width: calc(100% - 55px);
  z-index: 9;
  line-height: normal;
}
.mobile_navigation .navigation-primary  ul li a{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.child-trigger::after{
  mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/f-cta.svg) center center no-repeat;
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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 {
  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;
  display: block;
  margin-left: 0;
}
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;
  margin-bottom: 0;
}
.child_theme .mb-language-switcher ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color:  rgba(0, 0, 0,1.0);
  text-decoration: none;
  font-family: Montserrat, sans-serif 
}
.child_theme .mb-language-switcher ul li:last-child a,
header.header .language-switcher ul>li:last-child a{
  text-decoration: underline;
  font-weight: 700;
}
.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%;
  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:  rgba(0, 0, 0,1.0);
  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;
  margin-bottom: 0; 
}
header.header .language-switcher ul>li>a {
  text-decoration: none;
  font-size: 14px;
  color:  rgba(0, 0, 0,1.0);
  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:  rgba(0, 0, 0,1.0);
  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 ;
  clip-path: none;
}
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 rgba(179, 179, 179,1.0);
  border-bottom: 1px solid rgba(179, 179, 179,1.0);
  background-color: rgba(255, 255, 255,1.0);
  opacity: 1;
  padding-right: 12px;
  padding-left: 12px;
}
.lp_header header.header .bottom-header{
  border-top: none;
}
header.header .bottom-header-con.header-con {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
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;
  margin-left: auto;
}
header.header .btn-search {
  font-size: 0;
  cursor: pointer;
  position: relative;
  content: "";
  margin-right: 0;
  padding: 15px;
  cursor: pointer;
  background-image: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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: -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: rgba(240, 240, 240,
    1.0) 0% 0% no-repeat padding-box;
  width:100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
header.header .bottom-header ul.submenu.level-1>li {
  position: relative;
}
header.header .bottom-header ul li {
  margin-bottom: 0;
}
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:  rgba(0, 0, 0,1.0);
  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;
}
.mobile_navigation .navigation-primary ul ul li a {
  line-height: normal;
  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 {
  cursor: pointer;
  background-color: #fff;
  border-right: 1px solid #b3b3b3;
}
header.header .bottom-header ul.submenu.level-1>li:hover>a {
  border-top: 5px solid #a52336;
}
header.header .bottom-header ul.submenu.level-2 li.has-submenu>a:after {
  content: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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 rgba(240, 240, 240,1.0);
  background: rgba(240, 240, 240,1.0) 0% 0% no-repeat padding-box;
}
header.header .bottom-header ul.submenu.level-1 ul>li>a {
  border: 0;
  padding: 15px 20px 15px 0;
  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 ;
  font-size: 16px;
}
header.header .bottom-header ul.submenu.level-1 ul ul li a {
  font-size: 16px;
  padding: 10px 8px;
}
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-color: rgba(165, 35, 54,1.0);
  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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/loupe.svg);
  left: 92%;
  left: 96.5%;
  mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/loupe.svg);
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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;
}
.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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/close-loupe.svg) center center no-repeat!important;
  text-indent: -9999px;
  padding: 15px;
  display: block;
  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 {
  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;
}
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:  rgba(0, 0, 0,1.0);
  box-shadow: none;
  mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/menu.svg);
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/menu.svg) no-repeat center center;
  -webkit-mask: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/menu.svg) no-repeat center center;
  font-size: 1.25rem;
  line-height: 1;
}
header.header.sticky .mburger.mburger--collapse.navbar-toggler span:hover {
  background: #891e2e;
}
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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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: 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;
}
.bottom-dropdown-menu-nav {
  max-height: 377px;
  overflow: hidden;
  min-height: 114px;
  margin-top: 0;
  min-width: 240px!important;
  background: rgba(240, 240, 240,1.0) 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;
  color:  rgba(0, 0, 0,1.0);
  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 rgba(240, 240, 240,1.0);
  z-index: 9999;
  padding-bottom: 5px;
  position: relative;
  height: 40px;
  background: rgba(240, 240, 240,1.0);
}
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;
}
.simple-banner.cm_banner {
  min-height: 34.6vw;
}
.simple-banner.cm_banner .banner-content-inner.col12 {
  padding: 0;
}
.simple-banner.cm_banner .top_sec h1 {
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.cm_banner.simple-banner .top_sec {
  max-width: 800px;
}
.simple-banner.cm_banner .top_sec p {
  font-size: 24px;
}

/* ==Theme Setting===== */
.header-con-main{
  background-color: rgba(255, 255, 255,1.0);
}
header.header.sticky .bottom-header{
  background-color: rgba(255, 255, 255,1.0);
}
header.header .header_topmenu ul.submenu.level-1>li>a,
header.header .language-switcher ul>li>a{
  color: rgba(0, 0, 0,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
header.header .bottom-header ul.submenu.level-1>li>a{
  font-size: 16px;
  color: rgba(0, 0, 0,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
header.header .bottom-header ul.submenu.level-1>li:hover >a,
header.header .header_topmenu ul.submenu.level-1>li:hover>a,
header.header .language-switcher ul>li:first-child:hover>a{	
  color: rgba(165, 35, 54,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
header.header .bottom-header ul.submenu.level-1>li.active >a,
header.header .bottom-header ul.submenu.level-1>li.active-branch >a{
  border-top: 5px solid #a52336;
  color: rgba(165, 35, 54,1.0);
  background-color: rgba(2, 103, 128,0.0);
}

header.header .bottom-header ul.submenu.level-1 ul li a {
  font-size: 16px;
  color: rgba(51, 51, 51,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
header.header .bottom-header ul.submenu.level-1 ul li:hover >a {
  background-color: rgba(2, 103, 128,0.0);
  color: rgba(165, 35, 54,1.0);
}
header.header .bottom-header ul.submenu.level-1 ul li.active,
header.header .bottom-header ul.submenu.level-1 ul li.active-branch{
  border-top: 3px solid #a52336;
}
header.header .bottom-header ul.submenu.level-1 ul li.active >a,
header.header .bottom-header ul.submenu.level-1 ul li.active-branch >a{
  color: rgba(165, 35, 54,1.0);
  background-color: rgba(2, 103, 128,0.0);
}
header.header .top-button-menu-nav a{
  background-color: rgba(165, 35, 54,1.0);
  color: rgba(255, 255, 255,1.0);
  border-width: 0px;
  border-color: rgba(165, 35, 54,1.0);
  padding: 5px 8px;
  border-radius: 0px;
}
header.header .top-button-menu-nav a:hover{
  border-color: rgba(137, 30, 46,1.0);
  color: rgba(255, 255, 255,1.0);
  background-color: rgba(137, 30, 46,1.0);
}
.lp_footer.cm_footer.footer .footer-section-1 .col-section.num1 {
  display: block;
}
.cm_team_cont a {text-decoration: none !important;}

@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: 1201px) {
  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>li:last-child ul ul {
    left: -100% !important;
    width: 100%;
  }
}
@media (max-width:1400px){
  header.header .bottom-header ul.submenu.level-1>li:last-child ul ul {
    left: -100%!important;
  }
}
@media (min-width:1201px) 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: 1300px){
  .simple-banner.cm_banner .top_sec h1 {
    font-size: 20px;
  }
  .simple-banner.cm_banner .top_sec p {
    font-size: 18px;
  }
}
@media (max-width:1200px){
  .simple-banner.cm_banner{
    padding-left: 30px;
    padding-top: 99px;
    justify-content: flex-start;
  }
  .cm_banner.simple-banner .page-center {
    padding: 0;
  }
  .min-wrap {
    min-height: 60px;
  }
  header.header .bottom-header {
    max-width: 100%;
    padding: 0 30px;
    padding-right: 35px;
    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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/menu.svg);
    border: 1px solid transparent; 
    cursor: pointer;
    display: block;
    height: 54px;
    margin-left: 8px;
    margin-top: 0;
    padding: 11px 9px 11px 7px !important;
    width: 53px;
    margin-right: 3px;
  }
  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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/search-m.svg);
    box-shadow: none;
    content: "";
    cursor: pointer;
    height: 58px;
    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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/search-m.svg);
    box-shadow: none;
    content: "";
    cursor: pointer;
    height: 60px;
    margin-right: 0;
    padding: 0;
    width: 90px;
    background-position: center;
  }
  header.header .header-search{
    background-color: transparent;
    border: 1px solid transparent;
    border-right-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(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/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-top: 1px solid transparent;
    border-bottom: 1px solid rgba(179, 179, 179,1.0);
  }
  .mobile_navigation .navigation-primary ul li a,
  .child_theme .mb-language-switcher ul li a{
    color: rgba(0, 0, 0,1.0);
  }
  .mobile_navigation .navigation-primary ul li:hover >a {
    color: rgba(0, 0, 0,1.0);
  }
  .mobile_navigation .navigation-primary ul li.active >a,
  .mobile_navigation .navigation-primary ul li.active-branch >a {
    color: rgba(0, 0, 0,1.0);
  }
  .mobile_navigation .navigation-primary ul ul li a{
    color: rgba(0, 0, 0,1.0);
  }
  .mobile_navigation .navigation-primary ul ul li:hover >a{
    color: rgba(0, 0, 0,1.0);
  }
  .mobile_navigation .navigation-primary ul ul li.active >a,
  .mobile_navigation .navigation-primary ul ul li.active-branch >a {
    color: rgba(0, 0, 0,1.0);
  }
  header.header .bottom-header{
    background-color: rgba(255, 255, 255,1.0);
  }

  header.header.sticky .mburger.mburger--collapse.navbar-toggler {
    border-left: 0; 
  }

  header.header.sticky .btn-search {
    width: 87px;
  }

}

@media(min-width:768px){
  header.header .mburger.mburger--collapse.navbar-toggler { 
    margin-left: 6px !important;
    margin-right: 0; !important 
    width: 48px !important;
  } 

}

@media(max-width:767px){ 



  header.header.sticky .mburger.mburger--collapse.navbar-toggler {
    width: 52px !important;
    margin-left: 2px !important;
  }


  header.header.sticky .mburger.mburger--collapse.navbar-toggler {  
    border-left: 0;
    width: 56px;
    padding: 11px 6px 11px 7px !important; 
  }
}

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

  header.header.sticky .bottom-header-con.header-con {
    padding: 0 15px; 
  }

  header.header.sticky .mburger.mburger--collapse.navbar-toggler {
    height: 54px;
    margin-left: 8px;
    margin-top: 0;
    padding: 11px 9px 11px 7px !important;
    width: 53px;
    margin-right: 3px;
  }
}
@media(max-width:500px){
  .additional_search .region.region-nav-additional {
    padding: 30px;
  }
  body.slide .mobile_navigation{
    max-width: 100%;
    width: 100%;
    right: -3px;
  }
  header.header .bottom-header{
    padding: 0 15px;
  }
}
@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{
    width: 138px!important;
    max-width:100%;
  } 
  header.header .header-search {
    position: relative;
    right: 0;
  }

}

/* ===footer=== */
.cm_footer .footer-section-1 .col-section {
  padding: 0 12px;
}
.cm_footer  .footer-menu .hs-menu-wrapper ul {
  flex-direction: row;
  display: flex;
}
.cm_footer .footer-menu .hs-menu-wrapper ul li {
  margin: 0;
}
.cm_footer .footer-menu .hs-menu-wrapper ul li a {
  padding: 8px;
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: Montserrat, sans-serif 
}
.cm_footer .footer-section-1 .flex_row {
  align-items: center;
}
.footer-row.type_image .footer-image {
  text-align: center;
}
.cm_bottom .page-center {
  max-width: 100%; 
  padding: 0; 
}
.cm_bottom .page-center .flex_row {
  padding: 0 12px;
}
.cm_social .footer-social {
  padding-left: 0;
  gap: 12px;
  row-gap: 0;
}
.cm_social .footer-social .footer-social-item {
  width: auto;
  height: auto;
}
.cm_social .footer-social .footer-social-item a {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  display: inline-block;
}
.cm_social .footer-social .footer-social-item a img {
  width: auto;
}
.cm_footer .back_to_top {
  width: 60px;
  height: 60px;
  content: url(//5095660.fs1.hubspotusercontent-na1.net/hubfs/5095660/raw_assets/public/EDHEC_Business_School_April_2024/images/cta.svg);
  box-shadow: 1px 5px 5px rgb(0 0 0/50%);
  border-radius: 4px;
  right: 0;
  margin: 0 8px;
  transition: none;
  text-align: center;
  padding: 20px;
}
.cm_footer.footer .footer-section-1 .col-section.num1 {
  display: none;
}
.backtotop_show .back_to_top {
  display: block;
}
.back_to_top{
  display: none;
}
.cm_footer.lp_footer .footer-section-1 .flex_row {
  justify-content: center;
}
.cm_footer .back_to_top:focus {
  box-shadow: 0 0 0 0.15rem rgba(351,79,65,.15);
}
@media (min-width: 1300px){
  .cm_footer .footer-menu .hs-menu-wrapper ul li{
    min-width: 170px;
  }
}

@media (max-width: 1200px){
  .cm_footer.footer .footer-section-1 .col-section.num1{
    display: block;
    margin-bottom: 10px;
  }
  .cm_footer .footer-menu .hs-menu-wrapper ul li {
    width: 50%;
  }
  .cm_footer .footer-section-1 .page-center {
    max-width: 100%;
    padding: 0 15px;
  }
  .cm_footer .footer-menu .hs-menu-wrapper ul li a {
    padding: 5px 0;
  }
  .cm_button .ftr_btn_item a {
    padding: 5px 8px;
    font-weight: 700;
    font-size: 14px;
    transition: background .15s ease-in-out;
    clip-path: polygon(100% 0, 100% 80%, 95% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1200px) and (min-width: 992px){
  .cm_footer.footer .footer-section-1 {
    padding-top: 30px !important;
  }
  .cm_footer.footer .footer-section-1 .col-section.num2,
  .cm_footer.footer .footer-section-1 .col-section.num3{
    width: 100% !important;
  }
}
@media (max-width: 767px){
  .cm_footer.footer .flex_row .col-section:not(:first-child) {
    padding-top: 0;
  }
  .cm_bottom .footer-social-item:not(:first-child) {
    margin: 0;
  }
}


header.header .bottom-header ul.submenu.level-1 li >ul ul {
  border-left: 1px solid #b3b3b3; 
}

header.header .bottom-header ul.submenu.level-1 li >ul ul li { 
    padding: 0 30px;
}

header.header .bottom-header ul.submenu.level-1 ul ul li a {
  padding: 15px 20px 15px 0;
}

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

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}  

@media(min-width:1200px){
  .cm_footer.lp_footer .flex_row {
    justify-content: flex-end !important;
  }
}


.min-wrap.lp_header {
  min-height: auto;
}

.simple-banner.cm_banner .bg_el.overlay_bg:after{
  opacity: .7;
  background-color: transparent !important;
  background: linear-gradient(to right, rgba(0, 0, .1) 21%, rgba(0, 0, 0, .4) 60%);
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 9;
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media(max-width:900px){
  .cm_banner.simple-banner .bg_img {
    position: static;
    min-height: 33.4vw;
  }

  .cm_banner.simple-banner .bg_el.overlay_bg {
    position: static;
  }

  .simple-banner.cm_banner {
    min-height: auto;
    padding: 0;
  }

  .cm_banner.simple-banner .page-center .flex_row {
    position: relative;
    z-index: 3;
    padding: 15px 30px;
    background: rgba(240, 240, 240,1.0);
  }

  .cm_banner.simple-banner .top_sec > * {
    color:  rgba(0, 0, 0,1.0) !important;
  }
}