@charset "UTF-8";
/*
* 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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.success-banner-top .success-banner-close::after {
  -webkit-transform: rotate(-45deg);
          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 {
  background: #fff url(../images/oia-logo.png) no-repeat center center;
  height: 86px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 184px;
}

#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 {
  font-weight: bold;
  color: #333;
  display: inline-block;
  line-height: 56px;
  padding: 0 12px;
}

#header #nav-primary .menu-primary-container a:hover {
  color: #ff6d10;
}

#header #nav-primary .highlight {
  margin-left: 10px;
}

#header #nav-primary .highlight > a {
  background: #58B7B3;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
  padding: 12px 13px 10px 13px;
}

#header #nav-primary .highlight .sub-menu {
  background: #58B7B3;
  top: 56px;
}

#header #nav-primary .highlight .sub-menu a {
  color: #fff;
}

#header #nav-primary .highlight:hover > a {
  background: #54565b;
}

#header #nav-primary .sub-menu {
  background: #fff;
  display: none;
  font-size: 13px;
  left: 50%;
  padding: 20px 14px 5px 14px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          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 #menu-primary > li {
  height: 56px;
}

#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 #header-login-form,
#header #header-search-form {
  height: 0;
  text-align: right;
  -webkit-transition: height 0.5s ease-in-out;
          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: 1200px) {
  #header #nav-primary {
    font-size: 13px;
  }
}

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

@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;
    left: 0;
    position: fixed;
    z-index: 1010;
  }
  .menu-expanded #header #logo {
    position: fixed;
    top: 0;
    z-index: 1010;
  }
  #header {
    background: #fff;
    max-height: 40px;
    overflow: hidden;
    position: fixed;
  }
  #header #logo {
    background: #54565b url(../images/oia-logo-mobile.png) no-repeat center center;
    height: 40px;
    width: 86px;
  }
  #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 #menu-primary > li {
    border-bottom: 1px solid #ccc;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #header #nav-primary #menu-primary > li:last-child {
    border-bottom: 0;
  }
  #header #nav-primary #menu-primary > li > a {
    font-size: 22px;
    line-height: 1.8;
    padding-left: 0;
  }
  #header #nav-primary #menu-primary > li:first-child a::after {
    content: "The go-to place for what’s happening in the industry.";
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 10px;
  }
  #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 #menu-primary {
    background: #f1f1f2;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    width: 100%;
  }
  #header #menu-primary .sub-menu {
    background: transparent;
    display: block;
    left: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  #header #menu-primary .sub-menu li a {
    color: #ff6d10;
    font-weight: normal;
    line-height: 2.2;
    padding: 0;
  }
  #header #menu-primary .sub-menu a::before {
    display: none;
  }
  #header #menu-secondary {
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 11;
    text-align: center;
  }
  #header #menu-secondary a {
    color: #333;
    font-size: 12px;
  }
  #header #menu-secondary li {
    float: 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 {
    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 #menu-primary {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #header #menu-secondary li {
    width: 100%;
  }
}

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