/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Site header.
 */

.site-header {
  background-image: url("/themes/aarc/images/main-banner.jpg");
  /*background-image: none;*/
  background-repeat: no-repeat;
  background-position: 20% 84%;
  background-size: 100%;
  position: relative
}

@media (min-width: 75rem) {

.site-header {
    /* Necessary to keep the content from jumping up when header transitions to fixed. */
    /*min-height: var(--site-header-height-wide);*/
    min-height: 30rem;
    border-bottom: solid 1px transparent /* Will show in Windows high contrast mode. */
}
  }

.path-user:not(.user-logged-in) .site-header {
  background-image: url("/themes/aarc/images/bg-banner.jpg")
}

@media (min-width: 75rem) {

.path-user:not(.user-logged-in) .site-header {    
    min-height: 23.75rem
}
  }

.site-header__initial {
  position: relative;
  z-index: 102;
  display: flex;
  align-items: flex-end;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  /*background-color: var(--color--blue-50);*/
  background-color: rgba(255,255,255,0.35);
}

.site-header__fixable {
  display: flex;
  align-items: flex-end;
  transition: all 0.5s;
  background-color: rgba(255,255,255,0.35)
  /*box-shadow: -36px 1px 36px rgba(0, 0, 0, 0.08);*/
}

@media (min-width: 75rem) {
      .site-header__fixable.is-fixed:not(.is-expanded) {
        pointer-events: none;
      }
    }

@media (min-width: 75rem) {
    body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed {
      position: fixed;
      z-index: 102; /* Appear above body content that is position: relative */
      top: -4.5rem;
      max-width: 98.125rem;
      background: transparent;
    }

    body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed.is-expanded {
      background-color: rgba(255,255,255,0.9);
      box-shadow: -36px 1px 36px rgba(0, 0, 0, 0.08);
    }
  body:not(.is-always-mobile-nav) {

    /* Toolbar is fixed, and tray is either vertical or closed and horizontal. */
  }
      body:not(.is-always-mobile-nav).toolbar-vertical.toolbar-fixed .site-header__fixable.is-fixed, body:not(.is-always-mobile-nav).toolbar-horizontal.toolbar-fixed .site-header__fixable.is-fixed {
        top: -2.0625rem;
      }
  body:not(.is-always-mobile-nav) {
    /* Toolbar is fixed, and tray is open and horizontal. */
  }
    body:not(.is-always-mobile-nav).toolbar-horizontal.toolbar-fixed.toolbar-tray-open .site-header__fixable.is-fixed {
      top: 0.4375rem;
      top: 4.9375rem;
      /* fixed position aarc */
    }
}

.site-header__inner {
  flex-grow: 1;
  width: calc(100vw - 5.625rem);
  /* background: var(--color--white);
  background: transparent; */
  background-color: rgba(255,255,255,0.35);
}

/*
 * Only apply transition styles when JS is loaded. This
 * works around https://bugs.chromium.org/p/chromium/issues/detail?id=332189
 */

@media (min-width: 75rem) {

html.js body:not(.is-always-mobile-nav) .site-header__inner {
    transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s
}
  }

@media (min-width: 75rem) {

.site-header__fixable.is-expanded .site-header__inner {
    /*box-shadow: -36px 1px 36px rgba(0, 0, 0, 0.08); /* LTR */
    box-shadow: none
}
  }

@media (min-width: 75rem) {

[dir="rtl"] .site-header__fixable.is-expanded .site-header__inner {
    box-shadow: 36px 1px 36px rgba(0, 0, 0, 0.08)
}
  }

/* Hide the desktop nav when it's fixed and not active. */

@media (min-width: 75rem) {

body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) .site-header__inner {
    transform: translateX(-101%); /* LTR */
    opacity: 0
}
  }

@media (min-width: 75rem) {

[dir="rtl"] body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) .site-header__inner {
    transform: translateX(101%)
}
  }

.site-header__inner__container {
  display: flex;
  justify-content: space-between;
}

#block-aarc-site-branding {
  background: transparent;
}

div.header-nav {
  background: transparent;
  text-transform: uppercase;
}
