header{
  position: absolute;
  font-family: 'Montserrat';
}

header p {
  font-family: 'Montserrat' !important;
}
.menu{
  height: 70px;
  z-index: 1000;
}
.menu-safety-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
  background: rgba(0,0,0,0.25);
  transition: all 0.25s;
}
.icon-arrow-down{
  color: white;
}
header .icon-arrow-down::before{
  position: relative;
  color: inherit;
  left:auto;
  top: auto;
  font-family: 'simple-line-icons' !important;
}
header .icon-arrow-down{
  box-sizing: border-box;
  border: none;
}
header .icon-arrow-down::after{
  content: ''
}
.logo{
  width: 150px;
  height: auto;
  transition: width 0.25s;
}
.logo.scrolled{
  transition: width 0.25s;
  width: 120px;
}
.logo-container{
  transform: translateX(100px);
  transition: all 0.25s;
}
.logo-container.scrolled{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(222, 235, 247, 0.5);
  width: 140px;
  height: 60px;
  border-radius: 0%;
  border: solid white 2px;
  transform: translateX(45px);
  transition: all 0.25s;
}
.menu-items-container{
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.menu-items{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.menu-items-mobile{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-right: 20px;
}
.top-menu-items{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.25s;
}
.top-menu-items a{
  margin-left: 30px;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 30px 0 0px;
}
.top-menu-items.scrolled{
  opacity: 0;
  transition: all 0.25s;
}

.no-display{
  display: none;
}
.menu-items.hamburger-clicked{
  flex-direction: column;
}
.menu-item{
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  font-size: 17px;
  font-family: 'Montserrat';
  font-weight: 600;
  transition: transform 0.25s, opacity .5s;
  margin: 0;
}
.menu-item:hover{
  color: white;
  text-decoration: none;
}
.menu-item.scrolled{
  opacity: 0;
  pointer-events: none;
  width: 50px;
  transition: transform 0.25s, opacity .5s;
}
.menu-item-container.scrolled{
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s, opacity .5s;
}
.hamburger-menu{
  height: 50px;
  width: 50px;
  border: solid 2px white;
  background: url('../images/hamburger-blue.png') center no-repeat, linear-gradient(rgba(222, 235, 247, 0.5), rgba(222, 235, 247, 0.5));
  background-size: 30px 30px;
  transition: all 0.5s;
}
.hamburger-menu.hidden{
  height: 0;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  border: solid 0px white;
}
.fixed-mobile-nav{
  z-index: 1000;
  background: #c6c6c6ed;
  border: solid 2px white;
  border-radius: 10px;
  position: fixed;
  right: 20px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  transition: all 0.5s;
  padding: 10px;
  top: 120px;
}
.fixed-mobile-nav.no-home{

}
.home-menu-item.no-home{
  display: none;
}
.fixed-mobile-nav.hidden{
  height: 0;
  overflow: hidden;
  top: 90px;
  border: solid 0px white;
  transition: all 0.5s;
  padding: 0;
}
.mobile-menu-item{
  color: #2f4779;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: right;
  width: 205px;
  cursor: pointer;
  border-bottom: solid 1px white;
  transition: all 0.25s;
}
.mobile-menu-item.hidden{
  overflow: hidden;
  transform: all 0.5s;
}
.mobile-menu-item:hover{
  color: black;
  background: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: all 0.25s;
}
.menu-item-container{
  /*margin-bottom: -7px;*/
  padding: 20px;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  margin: 0 10px;
  /*transition: transform 0.25s, opacity .5s;*/
}
.menu-item-container:hover, .menu-item-container.active{
  background: rgba(255, 255, 255, 0.1);
  border: none;
  transition: all 0.25s;
}
header .active::after{
  content: '';
}
header hr.active{
  width: 100%;
  height: 2px;
  background: #ffffff;
  border: none;
  margin: 0;
  margin-top: 7px;
  transition: all 0.25s;
}
header hr.not-active{
  width: 100%;
  height: 2px;
  background: #ffffff;
  border: none;
  margin: 0;
  margin-top: 7px;
  transition: all 0.25s;
  transform: translateX(-101%);
  transition: all 0.25s;
}
.menu-item-container:hover hr.not-active{
  transform: translateX(0%);
  transition: all 0.25s;
}
.hover-dropdown{
  opacity: 0;
  z-index: -1;
  transition: all 0.25s;
  position: absolute;
  background: rgba(0,0,0,0.95);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  bottom: 0px;
  left: 0px;
  width: 500px;
  transform: translateY(200px);
  padding: 20px;
  pointer-events: none;
}
.hover-dropdown a{
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
  border-bottom: solid 1px white;
  font-family: 'Montserrat';
  width: 100%;
  padding: 10px;
  transition: all 0.25s;
}
.hover-dropdown a:hover, .mobile-slide a:hover, .mobile-slide p:hover{
  background: rgba(255,255,255, 0.3);
  transition: all 0.25s;
}
.menu-item-container:hover .hover-dropdown{
  opacity: 1;
  z-index: 1;
  transition: all 0.25s;
  pointer-events: all;
}
.mobile-slide{
  background: #c6c6c6ed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.25s;
  overflow-y: auto;
}
.mobile-slide a, .mobile-slide p{
  width: 100%;
  border-bottom: solid 1px white;
  padding: 13px 20px;
  color: #2f4779;
  cursor: pointer;
  transition: all 0.25s;
}
.mobile-slide.hidden{
  transform: translateX(-100%);
  transition: all 0.25s;
}
.mobile-slide p{
  margin: 0;
  text-align: right;
}
header .icon-arrow-left::before{
  font-family: 'simple-line-icons' !important;
  margin-right: 10px;
  margin-bottom: -3px;
}
header .icon-arrow-right::after{
  content: "\e606";
  font-family: 'simple-line-icons' !important;
  margin-left: 10px;
  margin-bottom: -3px;
}
header .icon-arrow-right::before{
  content: "";
}
header .dropdown-big{
  display: none;
  z-index: 99;
  position: fixed;
  top: 120px;
  left: 0;
  height: calc(100vh);
  width: 100vw;
  background: rgba(0,0,0,0.7);
  background: rgba(0,0,0,0);
  transition: all 0.25s;
}
header .dropdown-big.scrolled{
  transform: translateY(-120px);
  transition: all 0.25s;
}
header .dropdown-container{
  /*width: 65vw;*/
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
    align-items: center;
    z-index: 10000;
    display: none;
    transition: all 0.25s;
    min-width: 340px;
}

header .visible{
  display: flex;
}
.dropdown-container .links{
  background: rgb(58 90 156 / 82%); 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  position: relative;
  min-width: 420px;
}
.short-menu .dropdown-container .links, .short-menu .dropdown-container {
  min-width: 300px;
}
.restructuring-advisory-dropdown.dropdown-container{
  min-width: 480px;
}

.links a{
  width: 100%;
}
.dropdown-container .description{
  background: #f0f0f0;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
}
.dropdown-container .page{
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: solid 1px white;
}
.dropdown-container .page:hover{
  text-decoration: underline;
}
.dropdown-big.scrolled .dropdown-container{
  transform: translate(-50%, -120px);
  transition: all 0.25s;
}
.dropdown-container a:hover{
  text-decoration: none;
}
.dropdown-inner-list ul li:nth-child(odd) {
  margin-right: 25px;
}
.sub{
  width: 100%;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 5px;;
}
.sub:hover, .sub.active{
  background: rgba(0,0,0,0.3);
  color: white;
  text-decoration: underline;
}
.close-dropdown{
  color: black;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  color: white;
}
.fun-fact{
  font-size: 14px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: solid 1px black;
}
header .subsection{
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
}
header .subsection-description{
  font-size: 25px;
}
.dropdown-container hr{
  width: 100%;
  height: 1px;
  background-color: gray;
  border: none;
  margin: 10px 0;
}
.up-to-date{
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 3px;
}
.up-to-date-link{
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 5px 0;
}
.up-to-date-link:hover{
  text-decoration: underline;
  color: white;
}
.dropdown-inner-list ul {
  padding: 0;
  list-style: none;
}
.dropdown-inner-list ul li {
  width: calC(50% - 16px);
  display: inline-block;
  margin-bottom: 5px;
}
.dropdown-container .dropdown-inner-list ul {
    margin: 5px 0 5px 8px;
}
.dropdown-container .links a.sub {
    white-space: nowrap;
    font-size: 15px;
}
.dropdown-container .dropdown-inner-list ul li:nth-child(odd) {
    margin-right: 20px;
}
.dropdown-container .links hr {
    margin-bottom: 3px;
}
@media screen and (min-width: 1100px){
  .hamburger-menu{
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 1100px) {
  .menu-item-container hr{
    display: none;
  }
  .menu-item-container{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .fixed-nav{
    margin-left: 47px;
  }
  .logo-container.scrolled{
    transform: translateX(20px);
  }
  .top-menu-items{
    display: none;
  }
}

/* New menu css */
.page-id-1001-new header .dropdown-container {
    width: 100% !important;
    max-width: 700px !important;
    left: 81% !important;
}
.page-id-1001-new .dropdown-container .links{
  background:#3a5a9c99;
}  
/* New menu css end*/