/*  Universal placeholder for implementing page container on an element  */
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .header.before-fixed {
    opacity: 0;
    transition: opacity .3s linear; }
  .header.pos-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background: #fff;
    opacity: 1; }

.header-desktop {
  height: 68px;
  padding: 21px 40px 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 992px) {
    .header-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header-desktop .logo {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 243px;
            flex: 0 0 243px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .header-desktop .logo svg {
      width: 87px;
      height: 29px; }
    .header-desktop .logo .logo-meta {
      position: absolute;
      top: 4px;
      right: 15px;
      width: 140px;
      margin: 0;
      display: block; }
      .header-desktop .logo .logo-meta:before {
        content: '';
        display: table; }
      .header-desktop .logo .logo-meta:after {
        content: '';
        display: table;
        clear: both; }
      .header-desktop .logo .logo-meta .pipe {
        width: 2px;
        height: 21px;
        margin: 0 18px;
        background: #0096e5;
        float: left;
        display: block; }
      .header-desktop .logo .logo-meta .text {
        margin-top: -1px;
        font-size: 15px;
        color: #5a697b;
        float: left;
        display: block;
        font-family: 'MuseoSans700'; }
  .header-desktop .navigation-container {
    margin-top: 2px;
    padding-right: 170px;
    margin-bottom: auto;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-desktop .navigation-container > .inner {
      width: 100%; }
    .header-desktop .navigation-container .menu-level-2 {
      display: none; }
    .header-desktop .navigation-container .menu-level-1 {
      padding: 0;
      margin: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-desktop .navigation-container .menu-level-1:before {
        content: '';
        display: table; }
      .header-desktop .navigation-container .menu-level-1:after {
        content: '';
        display: table;
        clear: both; }
      .header-desktop .navigation-container .menu-level-1 > li {
        padding: 0 21px;
        list-style-type: none; }
        .header-desktop .navigation-container .menu-level-1 > li:first-child {
          margin-left: 0; }
        .header-desktop .navigation-container .menu-level-1 > li > .item-inner {
          position: relative;
          display: block; }
          .header-desktop .navigation-container .menu-level-1 > li > .item-inner a {
            padding-bottom: 4px;
            font-size: 17px;
            font-family: 'MuseoSans500';
            color: #6a7077;
            white-space: nowrap;
            display: block; }
            .header-desktop .navigation-container .menu-level-1 > li > .item-inner a.item-extra-hovered {
              color: #36a9fc; }
          .header-desktop .navigation-container .menu-level-1 > li > .item-inner .item-extra {
            position: absolute;
            bottom: 10px;
            height: 5px;
            left: 0;
            width: 100%;
            text-align: center;
            cursor: pointer; }
            .header-desktop .navigation-container .menu-level-1 > li > .item-inner .item-extra::after {
              display: inline-block;
              width: 4px;
              height: 0;
              content: ''; }
        .header-desktop .navigation-container .menu-level-1 > li:hover > .item-inner .item-extra::after,
        .header-desktop .navigation-container .menu-level-1 > li.active > .item-inner .item-extra::after {
          width: 100%;
          height: 4px;
          background: #36a9fc;
          transition: width 0.3s ease-in-out;
          content: ''; }
        .header-desktop .navigation-container .menu-level-1 > li.active > .item-inner > a {
          color: #36A8FC; }
    .header-desktop .navigation-container .menu__item--home {
      display: none; }
  .header-desktop .navigation {
    width: 100%; }
  .header-desktop #passingphase-general-search-form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #22384E;
    color: #fff;
    padding: 20px 24px 60px;
    text-align: center; }
    .header-desktop #passingphase-general-search-form #edit-actions, .header-desktop #passingphase-general-search-form #edit-actions--2 {
      display: none; }
    .header-desktop #passingphase-general-search-form .close {
      position: absolute;
      top: 88px;
      font-size: 30px;
      cursor: pointer;
      right: 40px;
      color: #FFF;
      opacity: 1;
      font-weight: 100; }
    .header-desktop #passingphase-general-search-form #edit-keyword {
      background: none;
      border: none;
      border-bottom: 2px solid #36A8FC;
      border-radius: 0;
      width: 900px;
      font-size: 32px;
      padding: 40px 60px;
      color: #FFF;
      outline: 0;
      font-family: 'MuseoSans100';
      height: auto; }
    .header-desktop #passingphase-general-search-form .fa-search {
      position: absolute;
      left: 24px;
      top: 88px;
      font-size: 30px;
      color: #01aeef;
      cursor: pointer; }
    @media (min-width: 768px) {
      .header-desktop #passingphase-general-search-form .close {
        right: calc(50% - 434px); }
      .header-desktop #passingphase-general-search-form .fa-search {
        left: calc(50% - 450px); } }
  .header-desktop .search-form-container {
    position: absolute;
    right: 36px; }
    .header-desktop .search-form-container .header-search-trigger {
      padding: 10px;
      background-color: #4E6071;
      border-radius: 50px;
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      color: #fff;
      transition: opacity .2s ease; }
      .header-desktop .search-form-container .header-search-trigger:hover {
        opacity: .5; }
      .header-desktop .search-form-container .header-search-trigger .fa-search {
        position: relative;
        top: -6px;
        left: -1px; }

.header-device {
  height: 53px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #22384e; }
  @media (min-width: 992px) {
    .header-device {
      display: none; } }
  .header-device > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .header-device .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 116px;
    height: 35px;
    background: url(/themes/custom/html_components/src/components/music/header/logo-150-mobile.png);
    top: -2px;
    background-size: 116px 35px;
    display: block;
    margin-left: -4px; }
    @media (min-width: 992px) {
      .header-device .logo {
        background: url(/themes/custom/html_components/src/components/music/header/music-logo.png);
        top: -9px; } }
    .header-device .logo.normal {
      margin-top: -3px; }
  .header-device .menu-toggle {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 30px;
    height: 20px;
    background: url(/themes/custom/html_components/src/components/layout/header/img/device-menu-toggle.png);
    background-repeat: no-repeat;
    background-size: 30px 19px;
    cursor: pointer; }

.passingphase-mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  height: 115%;
  background-color: #2d4257;
  z-index: 99;
  padding-top: 0;
  overflow: auto; }
  .passingphase-mega-menu:before {
    content: '';
    display: table; }
  .passingphase-mega-menu:after {
    content: '';
    display: table;
    clear: both; }

.mobile-nav-open-header {
  height: 53px;
  background-color: #22384E; }

.minimal-logo {
  position: relative;
  width: 116px;
  height: 35px;
  top: 9px;
  left: 24px; }

.passingphase-mm-stage {
  width: 100%;
  background: #2d4257;
  padding-bottom: 20%; }

.passingphase-mm-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .passingphase-mm-close .close-indicator {
    display: block;
    width: 22px;
    height: 22px;
    background-position: -1px 0;
    background: url(/themes/custom/html_components/src/components/layout/header/img/close-indicator.png);
    background-size: 23px 23px; }

.passingphase-mm-level-1 {
  font-family: 'MuseoSans300'; }
  .passingphase-mm-level-1 .passingphase-level-heading,
  .passingphase-mm-level-1 .passingphase-navigate-upwards {
    display: none; }
  .passingphase-mm-level-1 .header-aside-mobile {
    display: block; }

.passingphase-mm-level-2 .passingphase-mm-links-container .link-con,
.passingphase-mm-level-3 .passingphase-mm-links-container .link-con,
.passingphase-mm-level-4 .passingphase-mm-links-container .link-con {
  padding-left: 0;
  padding-right: 0; }

.passingphase-mm-level-2 .passingphase-mm-links-container li:first-child a,
.passingphase-mm-level-3 .passingphase-mm-links-container li:first-child a,
.passingphase-mm-level-4 .passingphase-mm-links-container li:first-child a {
  border-top: 1px solid #778592; }

.passingphase-mm-level {
  padding-left: 20px;
  font-family: museosans100; }
  .passingphase-mm-level.row {
    margin: 0;
    padding: 0; }
  .passingphase-mm-level ul {
    padding-left: 0;
    list-style-image: none; }
  .passingphase-mm-level li {
    margin-bottom: 0;
    list-style-type: none; }
  .passingphase-mm-level a {
    display: block;
    border-bottom: none;
    color: #fff; }
    .passingphase-mm-level a .passingphase-arrow-down-hollow-xs {
      display: none !important; }
  .passingphase-mm-level .passingphase-navigate-upwards {
    border-bottom: 1px solid #778592;
    color: #36A8FC;
    font-size: 16px;
    padding: 13px 20px;
    border-top: none; }
    .passingphase-mm-level .passingphase-navigate-upwards:before {
      content: '';
      display: table; }
    .passingphase-mm-level .passingphase-navigate-upwards:after {
      content: '';
      display: table;
      clear: both; }
    .passingphase-mm-level .passingphase-navigate-upwards .passingphase-indicator {
      margin: 3px 5px 0 0;
      float: left; }
    .passingphase-mm-level .passingphase-navigate-upwards .fa {
      padding-right: 10px;
      font-size: 20px;
      vertical-align: text-bottom; }

.passingphase-level-heading {
  margin: 0;
  color: #fff;
  display: block;
  border-top: none !important;
  border-bottom: 1px solid #778592; }
  .passingphase-level-heading:hover {
    text-decoration: none;
    color: #fff; }
  @media (min-width: 992px) {
    .passingphase-level-heading {
      border-width: 0 0 4px; } }

.passingphase-mm-links-container {
  width: 100%;
  padding: 0; }
  .passingphase-mm-links-container ul {
    border-bottom: 1px solid #778592;
    margin: 0 0 30px; }
  .passingphase-mm-links-container li {
    position: relative; }
    .passingphase-mm-links-container li:first-child a {
      border-top: none; }
  .passingphase-mm-links-container li .passingphase-indicator {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -10px;
    display: block;
    background-position: 75px -78px;
    display: block;
    width: 20px;
    height: 23px;
    background: url(/themes/custom/html_components/src/components/layout/header/img/mobile-item-arrow.png);
    background-size: contain;
    background-repeat: no-repeat; }
  .passingphase-mm-links-container a {
    border-top: 1px solid #778592;
    padding: 13px 20px;
    font-size: 17px;
    border-bottom: none; }
  .passingphase-mm-links-container .link-con {
    padding: 0 40px 0 0;
    display: block; }

/*# sourceMappingURL=header.css.map */
