/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.intro-banner {
  position: relative; }
  .intro-banner img {
    width: 100%; }
  .intro-banner h1 {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: .5rem 1rem 1rem;
    z-index: 100;
    margin: 0;
    line-height: 1em; }
  .intro-banner .toggle {
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    padding: .5rem 1rem;
    color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease, padding, 0.2s ease; }
    .intro-banner .toggle:before {
      content: "";
      display: inline-block;
      height: 1em;
      width: 1em;
      margin-right: .5em;
      background-image: url(../img/toggle.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: relative;
      top: .1em; }
    .intro-banner .toggle:hover, .intro-banner .toggle.open {
      color: #fff;
      cursor: pointer; }
  .intro-banner nav {
    transition: font-size 0.2s ease;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25); }
    .intro-banner nav.open, .no-js .intro-banner nav {
      height: auto;
      overflow: visible; }
    .intro-banner nav ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
    .intro-banner nav a {
      color: #fff;
      display: block;
      padding: .5rem 1rem;
      background-color: transparent;
      position: relative;
      transition: color 0.2s ease-in-out, background-color 0.2s ease, padding, 0.2s ease; }
      .intro-banner nav a:hover {
        background-color: #6699cc;
        color: #fff; }
      .intro-banner nav a.current {
        background-color: #004b8d;
        color: #fff; }
      .intro-banner nav a:before .news .intro-banner nav a {
        position: relative;
        top: .1em;
        content: "";
        display: inline-block;
        height: 1em;
        width: 1em;
        margin-right: .5em;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
      .intro-banner nav a.articles:before {
        background-image: url(../img/articles.svg); }
      .intro-banner nav a.media-kit:before {
        background-image: url(../img/media-kit.svg); }
      .intro-banner nav a.photos:before {
        background-image: url(../img/photos.svg); }
      .intro-banner nav a.videos:before {
        background-image: url(../img/videos.svg); }
      .intro-banner nav a.socialmedia:before {
        background-image: url(../img/socialmedia.svg); }
      .intro-banner nav a.radio:before {
        background-image: url(../img/radio.svg); }

@media screen and (min-width: 45rem) {
  .intro-banner {
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
    .intro-banner h1 {
      color: #fff;
      padding: 0;
      z-index: 100;
      margin: 0 3rem 0 0;
      line-height: normal;
      font-size: 2.5em; }
    .intro-banner .toggle {
      display: none; }
    .intro-banner nav {
      height: auto;
      width: auto;
      overflow: visible;
      z-index: 90;
      flex: 1;
      line-height: normal;
      background-color: transparent;
      text-align: right;
      font-size: 1em; }
      .intro-banner nav ul {
        background-color: rgba(0, 0, 0, 0.65);
        border-radius: 1em;
        display: inline-block;
        padding: 0 1rem; }
      .intro-banner nav li {
        display: inline-block;
        border-bottom: none;
        margin-left: .5rem; }
        .intro-banner nav li a {
          color: #fff; }
          .intro-banner nav li a:hover {
            color: #1d344d; }
        .intro-banner nav li:first-child {
          border-top: none;
          margin-left: 0; }
      .intro-banner nav a {
        padding: .25em; }
  .intro-banner.full-bleed h1 {
    background-color: transparent;
    padding-left: 0; } }

@media screen and (min-width: 45rem) {
  .intro-banner {
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
    .intro-banner h1 {
      color: #fff;
      padding: 0;
      z-index: 100;
      margin: 0 4rem 0 0;
      line-height: normal;
      font-size: 2.5em; }
    .intro-banner .toggle {
      display: none; }
    .intro-banner nav {
      height: auto;
      width: auto;
      overflow: visible;
      z-index: 90;
      flex: 1;
      line-height: normal;
      background-color: transparent;
      text-align: right;
      font-size: 1em; }
      .intro-banner nav ul {
        border-radius: 1em;
        display: inline-block;
        padding: 0 1rem; }
      .intro-banner nav li {
        display: inline-block;
        border-bottom: none;
        margin-left: .25rem;
        padding: .25rem 0; }
        .intro-banner nav li a {
          color: #fff;
          border-radius: 1em;
          padding: .25rem .75rem; }
          .intro-banner nav li a:hover, .intro-banner nav li a.current {
            background-color: #305680;
            color: #fff; }
        .intro-banner nav li:first-child {
          border-top: none;
          margin-left: 0; }
      .intro-banner nav a {
        padding: .25em; }
  .intro-banner.full-bleed h1 {
    background-color: transparent;
    padding-left: 0; } }

@media screen and (min-width: 65rem) {
  .intro-banner.sectionfront {
    padding-top: 0rem; }
  .intro-banner h1 {
    font-size: 3.5em; }
  .intro-banner nav {
    text-align: right;
    font-size: 1em; }
    .intro-banner nav ul {
      padding: 0 2rem; }
    .intro-banner nav li {
      margin-left: 1.5rem; }
      .intro-banner nav li:first-child {
        margin-left: 0; } }

@media screen and (min-width: 75rem) {
  .intro-banner nav {
    font-size: 1.2em; } }

@media screen and (min-width: 85rem) {
  .intro-banner {
    font-size: 1.25em; } }
