/*
* Header
*/
.success-banner-top {
  background-color: #f36d21;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .success-banner-top p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 31px;
    padding-left: 50px; }
  .success-banner-top .success-banner-close {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 31px;
    top: 20px;
    width: 50px; }
    .success-banner-top .success-banner-close::before {
      transform: rotate(45deg); }
    .success-banner-top .success-banner-close::after {
      transform: rotate(-45deg); }
    .success-banner-top .success-banner-close::after, .success-banner-top .success-banner-close::before {
      background: #fff;
      content: '';
      left: 0;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      width: 100%; }
    .success-banner-top .success-banner-close:after, .success-banner-top .success-banner-close:before {
      height: 1px; }

#header {
  background: #ebebeb;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15; }
  #header.banner-is-visible {
    top: 86px; }
  #header #branding {
    display: inline-block;
    position: relative; }
  #header .logo-link {
    display: inline-block; }
  #header .logo {
    background: #ebebeb url(../images/oia-logo-inactive-v2.png) no-repeat center center;
    background-size: 140px;
    height: 86px;
    margin-bottom: 0;
    text-indent: -9999px;
    width: 170px; }
    #header .logo.of-logo {
      background-image: url(../images/of-logo-inactive-v2.png); }
  #header .active .logo {
    background-color: #fff;
    background-image: url(../images/oia-logo-v3.png); }
  #header .active .logo.of-logo {
    background-image: url(../images/of-logo-v2.png); }
  #header ul {
    float: right;
    margin: 0; }
  #header li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative; }
  #header #nav-primary {
    float: right;
    font-size: 17px;
    height: 56px;
    margin-top: 30px;
    text-transform: uppercase; }
    #header #nav-primary .menu-primary-container a {
      color: #333;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      line-height: 56px;
      padding: 0 11px; }
      #header #nav-primary .menu-primary-container a:hover {
        color: #ff6d10; }
    #header #nav-primary .sub-menu {
      background: #fff;
      display: none;
      font-size: 13px;
      left: 50%;
      padding: 20px 14px 5px 14px;
      position: absolute;
      text-align: center;
      transform: translateX(-50%);
      width: 200px;
      z-index: 15; }
      #header #nav-primary .sub-menu li {
        width: 100%; }
      #header #nav-primary .sub-menu li a {
        line-height: 1.2; }
      #header #nav-primary .sub-menu a::before {
        border-top: 1px solid #dedede;
        content: '';
        display: block;
        margin-left: 25px;
        margin-top: 10px;
        padding: 5px 0;
        width: 100px; }
      #header #nav-primary .sub-menu li:first-child a::before {
        display: none; }
    #header #nav-primary li:hover .sub-menu {
      display: block; }
      #header #nav-primary li:hover .sub-menu::before {
        border-bottom: 12px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 12px solid #ebebeb;
        content: '';
        display: block;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: 0; }
    #header #nav-primary .header-menu-primary > li {
      height: 56px; }
      #header #nav-primary .header-menu-primary > li:last-child {
        background: #ec9256;
        font-size: 12px; }
        #header #nav-primary .header-menu-primary > li:last-child > a {
          color: #fff;
          padding: 0 17px;
          position: relative;
          word-spacing: 30px;
          z-index: 1; }
        #header #nav-primary .header-menu-primary > li:last-child::before {
          align-items: center;
          background: #ef7534;
          color: #fff;
          content: 'or';
          display: flex;
          font-size: 8px;
          height: 56px;
          position: absolute;
          text-indent: 56px;
          width: 62px;
          z-index: 0; }
      #header #nav-primary .header-menu-primary > li.donate-link {
        background: #477934;
        font-size: 16px; }
        #header #nav-primary .header-menu-primary > li.donate-link:before {
          display: none; }
    #header #nav-primary.action-visible-search, #header #nav-primary.action-visible-login {
      overflow: hidden; }
  #header #nav-secondary {
    background: #54565b;
    position: absolute;
    top: 0;
    width: 100%; }
    #header #nav-secondary li {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 30px;
      padding: 0 8px;
      text-transform: uppercase; }
    #header #nav-secondary a {
      color: #fff; }
    #header #nav-secondary .mobile-menu-icon {
      display: none; }
    #header #nav-secondary i {
      display: none; }
  #header #menu-secondary.header-menu-secondary .sub-menu {
    background: #fff;
    display: none;
    padding: 20px 15px 10px 15px;
    position: absolute;
    text-align: center;
    transform: translateX(-52.5px);
    width: 210px;
    z-index: 1020; }
    #header #menu-secondary.header-menu-secondary .sub-menu li {
      font-size: 14px;
      line-height: 2.5;
      padding: 0;
      width: 100%; }
      #header #menu-secondary.header-menu-secondary .sub-menu li:last-child a::after {
        display: none; }
    #header #menu-secondary.header-menu-secondary .sub-menu a {
      color: #333;
      font-weight: bold; }
      #header #menu-secondary.header-menu-secondary .sub-menu a::after {
        content: '';
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0 auto;
        width: 75px; }
    #header #menu-secondary.header-menu-secondary .sub-menu::before {
      border: 25px solid transparent;
      border-top: 10px solid #54565b;
      border-bottom: 10px solid transparent;
      content: '';
      display: block;
      left: calc(50% - 25px);
      position: absolute;
      top: 0; }
  #header #menu-secondary.header-menu-secondary > li:hover .sub-menu {
    display: block; }
  #header #header-login-form,
  #header #header-search-form {
    height: 0;
    text-align: right;
    transition: height 0.5s ease-in-out;
    overflow: hidden; }
    #header #header-login-form.visible,
    #header #header-search-form.visible {
      height: 56px; }
    #header #header-login-form > div,
    #header #header-search-form > div {
      margin-top: 10px; }
    #header #header-login-form input[type="submit"],
    #header #header-search-form input[type="submit"] {
      display: none; }
  #header #header-login-form .form-submit {
    display: inline-block; }
  #header #header-login-form button {
    margin-top: 0; }
  #header #header-search {
    height: 36px;
    font-size: 14px;
    padding-left: 8px;
    width: 300px; }
  #header #header-login-form .header-form-wrapper {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    position: relative; }
    #header #header-login-form .header-form-wrapper input {
      font-size: 12px;
      height: 35px;
      width: 180px; }
    #header #header-login-form .header-form-wrapper a {
      color: #ff6d10;
      line-height: 42px;
      text-transform: none; }
    #header #header-login-form .header-form-wrapper #forgot-password-header-link {
      line-height: 35px;
      position: absolute;
      right: 0;
      top: 0; }

@media all and (max-width: 1300px) {
  #header .logo {
    background-size: 130px;
    width: 160px; }
  #header #nav-primary .menu-primary-container a {
    font-size: 13px; } }

@media all and (max-width: 1260px) {
  #header .logo {
    background-size: 85px;
    width: 110px; } }

@media all and (max-width: 1200px) {
  #header #nav-primary {
    font-size: 13px; } }

@media all and (max-width: 1080px) {
  #header #nav-primary a {
    padding: 0 7px; } }

@media all and (min-width: 981px) and (max-width: 1038px) {
  #header #nav-primary .menu-primary-container a {
    padding-left: 8px;
    padding-right: 8px; } }

@media all and (max-width: 980px) {
  .menu-expanded #container {
    height: 0;
    overflow: hidden; }
  .menu-expanded #header {
    max-height: 9999px;
    overflow: visible;
    position: relative; }
    .menu-expanded #header #nav-primary {
      min-height: 1vh; }
    .menu-expanded #header .mobile-nav {
      background: #fff; }
  #header {
    background: #fff;
    max-height: 40px;
    overflow: hidden;
    position: fixed; }
    #header .logo {
      background: #54565b url(../images/oia-logo-mobile.png) no-repeat center center;
      background-size: 32px 32px;
      height: 40px;
      width: 43px; }
      #header .logo.of-logo {
        background-image: url(../images/of-logo-mobile.png); }
    #header .active .logo {
      background-color: #ff6200;
      background-image: url(../images/oia-logo-mobile.png); }
    #header .active .logo.of-logo {
      background-color: #337c28;
      background-image: url(../images/of-logo-mobile.png); }
    #header #nav-primary {
      background: #f1f1f2;
      height: auto;
      left: 0;
      margin-top: 0;
      padding-top: 90px;
      position: absolute;
      top: 40px;
      width: 100%;
      z-index: 10; }
      #header #nav-primary .header-menu-primary > li {
        border-bottom: 1px solid #ccc;
        break-inside: avoid;
        height: auto;
        line-height: 1;
        margin-bottom: 20px;
        margin-left: 20px;
        padding-bottom: 20px;
        position: relative;
        width: 100%; }
        #header #nav-primary .header-menu-primary > li:last-child {
          border-bottom: 0;
          margin: 0;
          padding: 20px 0;
          text-align: center; }
          #header #nav-primary .header-menu-primary > li:last-child::before {
            background: transparent;
            border-top: none !important;
            content: 'or' !important;
            right: 50% !important;
            text-indent: 0;
            top: 34px !important; }
          #header #nav-primary .header-menu-primary > li:last-child::after {
            display: none !important; }
          #header #nav-primary .header-menu-primary > li:last-child:hover .sub-menu::before {
            display: none; }
          #header #nav-primary .header-menu-primary > li:last-child .sub-menu {
            padding-left: 30px; }
            #header #nav-primary .header-menu-primary > li:last-child .sub-menu a {
              color: #fff; }
        #header #nav-primary .header-menu-primary > li > a {
          font-size: 22px;
          line-height: 1.8;
          padding-left: 0; }
        #header #nav-primary .header-menu-primary > li.menu-item-has-children::before, #header #nav-primary .header-menu-primary > li.menu-item-has-children::after {
          border-top: 2px solid #333;
          content: '';
          display: block;
          position: absolute;
          right: 50px;
          top: 20px;
          width: 20px; }
        #header #nav-primary .header-menu-primary > li.menu-item-has-children::after {
          transform: rotate(90deg); }
      #header #nav-primary .highlight > a {
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 0;
        text-align: center;
        width: 125px; }
      #header #nav-primary .highlight .sub-menu {
        background: transparent;
        top: 0; }
        #header #nav-primary .highlight .sub-menu a {
          color: #ff6d10; }
    #header #nav-primary .header-menu-primary {
      background: #f1f1f2;
      overflow: hidden;
      width: 100%; }
      #header #nav-primary .header-menu-primary .sub-menu {
        background: transparent;
        display: block;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding-left: 0;
        padding-top: 0;
        position: relative;
        text-align: left;
        transform: none;
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        width: 100%; }
        #header #nav-primary .header-menu-primary .sub-menu li a {
          color: #ff6d10;
          font-weight: normal;
          line-height: 2.2;
          padding: 0; }
        #header #nav-primary .header-menu-primary .sub-menu a::before {
          display: none; }
      #header #nav-primary .header-menu-primary .expanded .sub-menu {
        max-height: 1000px; }
    #header #nav-secondary .header-menu-secondary {
      left: 0;
      position: absolute;
      text-align: center;
      top: 70px;
      width: 100%;
      z-index: 11; }
      #header #nav-secondary .header-menu-secondary a {
        color: #333;
        font-size: 12px; }
      #header #nav-secondary .header-menu-secondary li {
        float: none; }
        #header #nav-secondary .header-menu-secondary li:hover .sub-menu {
          display: none; }
    #header #nav-secondary {
      background: transparent; }
    #header #nav-secondary .mobile-nav {
      padding-left: 100px;
      width: 100%; }
      #header #nav-secondary .mobile-nav .mobile-menu-icon {
        display: inline-block; }
      #header #nav-secondary .mobile-nav li {
        float: right;
        height: 40px;
        line-height: 1;
        text-align: center;
        width: 33%; }
        #header #nav-secondary .mobile-nav li a {
          color: #54565b;
          display: inline-block;
          margin-top: 5px; }
      #header #nav-secondary .mobile-nav i {
        color: #54565b;
        display: block;
        font-size: 18px;
        margin-top: 4px;
        width: 100%; } }

@media all and (max-width: 560px) {
  .success-banner-top p {
    padding: 31px 20px;
    padding-right: 100px;
    text-align: center; } }

@media all and (max-width: 531px) {
  #header.banner-is-visible {
    top: 110px; } }

@media all and (max-width: 600px) {
  #header #nav-primary {
    padding-top: 190px; }
  #header .header-menu-primary {
    column-count: 1; }
  #header .header-menu-secondary li {
    width: 100%; } }

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