.ife-header {
  background-color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 48rem) {
  .ife-header {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.ife-header * {
  font-size: 16px;
}

.ife-header .badge {
  font-size: .6em;
  font-weight: bold;
}

.ife-header ul {
  list-style: none;
}

.ife-header hr {
  display: none;
}

@media screen and (min-width: 48rem) {
  .ife-header hr {
    background-color: #c4c4c4;
    border: 0;
    display: block;
    height: 1px;
    margin: .5em 0;
  }
}

.ife-header button {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .ife-header button:hover,
  .ife-header button:focus {
    background-color: transparent;
  }
}

.ife-header__logo-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ife-header__logo-text {
  font-size: 1.125em;
  margin: 0 .5em;
}

.ife-header__logo-link {
  color: #495155;
  text-decoration: none;
}

.ife-header__logo-link:hover,
.ife-header__logo-link:focus {
  text-decoration: underline;
}

.ife-header__logo-image,
.ife-header .orgLogo {
  background-color: #fefefe;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  margin: 0;
  max-height: 45px;
  padding: 4px;
  width: auto;
}

.ife-header__navbar-toggle {
  background-color: transparent;
  border: 0;
  color: #495155;
  padding-right: 4px;
}

.ife-header__navbar-toggle:hover,
.ife-header__navbar-toggle:focus {
  background-color: transparent;
  color: #495155;
}

@media screen and (min-width: 48rem) {
  .ife-header__navbar-toggle {
    display: none;
  }
}

.ife-header__menus {
  display: none;
}

.ife-header__menus.is-open {
  border-top: 1px solid #575f69;
  border-bottom: 1px solid #575f69;
  display: block;
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .ife-header__menus.is-open {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 48rem) {
  .ife-header__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: auto;
    -ms-flex: 0 1 auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
}

.bp-menu__list,
.bp-menu__dropdown-list {
  margin: 0;
  padding: 0;
}

.bp-menu__dropdown-list {
  background-color: #fefefe;
  border-top: 1px solid #d9dde3;
  display: none;
}

.bp-menu__item {
  display: block;
  position: relative;
}

.bp-menu__item + .bp-menu__item,
.bp-menu__dropdown-item + .bp-menu__dropdown-item {
  border-top: 1px solid #d9dde3;
}

.bp-menu__item + .bp-menu__item.is-open,
.bp-menu__item.is-open + .bp-menu__item {
  border-top: 1px solid #575f69;
}

.bp-menu__item.is-current {
  font-weight: bold;
}

.bp-menu__item.is-current,
.bp-menu__link,
.bp-menu__dropdown-link {
  background-color: #fefefe;
  display: block;
  padding: 1rem;
  width: 100%;
}

.bp-menu__item.is-current > .bp-menu__link {
  padding: 0;
}

.bp-menu__dropdown-link {
  padding-left: 2.5em;
}

.bp-menu__dropdown-button[type="button"] {
  border: 0;
  text-align: left;
}

.bp-menu__dropdown-button[type="button"]::after {
  content: '\f0d7';
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}

.bp-menu__item.is-current,
.bp-menu__link,
.bp-menu__link:link,
.bp-menu__link:visited,
.bp-menu__dropdown-link,
.bp-menu__dropdown-link:link,
.bp-menu__dropdown-link:visited,
.bp-menu__dropdown-button[type="button"] {
  color: #250e62;
  text-decoration: none;
}

.bp-menu__link:hover,
.bp-menu__link:link:hover,
.bp-menu__dropdown-link:hover,
.bp-menu__dropdown-link:link:hover,
.bp-menu__dropdown-button[type="button"]:hover,
.bp-menu__link:focus,
.bp-menu__link:link:focus,
.bp-menu__dropdown-link:focus,
.bp-menu__dropdown-link:link:focus,
.bp-menu__dropdown-button[type="button"]:focus {
  background-color: #fefefe;
  color: #250e62;
  text-decoration: underline;
}

.bp-menu__link.is-current,
.bp-menu__dropdown-link.is-current {
  font-weight: bold;
}

.bp-menu__dropdown-text,
.bp-menu__dropdown-item em {
  background-color: #fefefe;
  color: #2c2f35;
  display: block;
  padding: 1rem 1rem 1rem 2.5em;
}

@media screen and (min-width: 48rem) {
  .ife-navbar {
    background-color: #fefefe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .25rem 0;
  }

  .ife-navbar * {
    font-size: 16px;
  }

  .bp-menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.5;
    width: 100%;
  }

  .bp-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .bp-menu__item {
    padding: 0 .5rem;
  }

  .bp-menu__item + .bp-menu__item {
    border-top: 0;
    margin-left: 0.5em;
  }

  .bp-menu__item + .bp-menu__item.has-workflow {
    margin-left: 0;
    padding-left: 0;
  }

  .bp-menu__item + .bp-menu__item.has-workflow::before {
    color: #495155;
    content: '\f101';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 0.825em;
    font-weight: normal;
    opacity: .75;
    padding-right: 0.125em;
    vertical-align: middle;
  }

  .bp-menu__item.has-workflow + .bp-menu__item {
    border-top: 0;
  }

  .bp-menu__item + .bp-menu__item.fill-left {
    margin-left: auto;
  }

  .bp-menu__item + .bp-menu__item.fill-left::before {
    display: none;
  }

  .bp-menu__item.is-current,
  .bp-menu__link,
  .bp-menu__link:link,
  .bp-menu__link:visited {
    background-color: transparent;
    color: #495155;
    display: inline-block;
    padding: 1em 0;
    width: auto;
  }

  .bp-menu__item.is-current > .bp-menu__link {
    padding: 0;
  }

  .bp-menu__link:focus,
  .bp-menu__link:hover,
  .bp-menu__link:link:focus,
  .bp-menu__link:link:hover,
  .bp-menu__dropdown-button[type="button"],
  .bp-menu__dropdown-button[type="button"]:hover {
    background-color: transparent;
    color: #495155;
  }

  .bp-menu__dropdown-button[type="button"] {
    display: inline-block;
    position: relative;
  }

  .bp-menu__dropdown-button[type="button"]:focus,
  .bp-menu__dropdown-button[type="button"]:hover {
    background-color: transparent;
  }

  .bp-menu__dropdown-button[type="button"]::after {
    float: none;
    padding-left: 0.125em;
  }

  .bp-menu__dropdown-button[type="button"].is-open {
    text-decoration: underline;
  }

  .bp-menu__dropdown-list {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(55, 55, 55, 0.5);
    display: none;
    line-height: 1.25;
    margin: 0;
    padding: 1em;
    position: absolute;
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    z-index: 1002;
  }

  .bp-menu__dropdown-list::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1em;
    bottom: -1em;
    left: -1em;
    z-index: -1;
  }

  .bp-menu__dropdown-list.is-right::before {
    right: -.5rem;
  }

  .bp-menu__dropdown-list.is-right {
    right: 0;
    text-align: right;
    -webkit-transform: translateX(-0.5rem) translateY(-0.5em);
    -ms-transform: translateX(-0.5rem) translateY(-0.5em);
    transform: translateX(-0.5rem) translateY(-0.5em);
  }

  .has-frames .bp-menu__dropdown-list {
    position: relative;
  }

  .bp-menu__item.has-workflow .bp-menu__dropdown-list {
    -webkit-transform: translateX(0.125em) translateY(-0.5em);
    -ms-transform: translateX(0.125em) translateY(-0.5em);
    transform: translateX(0.125em) translateY(-0.5em);
  }

  .bp-menu__dropdown-item {
    white-space: nowrap;
  }

  .bp-menu__dropdown-item + .bp-menu__dropdown-item {
    border-top: 0;
    margin-top: .25em;
  }

  .bp-menu__dropdown-link,
  .bp-menu__dropdown-link:link,
  .bp-menu__dropdown-link:visited {
    background-color: transparent;
    color: #250e62;
    padding: 0;
    text-decoration: none;
  }

  .bp-menu__dropdown-link:focus,
  .bp-menu__dropdown-link:hover,
  .bp-menu__dropdown-link:link:focus,
  .bp-menu__dropdown-link:link:hover {
    background-color: transparent;
    text-decoration: underline;
  }

  .bp-menu__dropdown-link.is-current {
    font-weight: bold;
  }

  .bp-menu__dropdown-link.is-current::before {
    content: '\f0da';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-right: .25em;
  }

  .bp-menu__dropdown-text,
  .bp-menu__dropdown-item em {
    background-color: transparent;
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bp-menu__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}