.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.header__goldBar {
  background: #cfb991;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__goldBar--moButton {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  font-size: 1rem;
  color: #000 !important;
}

.header__goldBar--moButton .fa-bars {
  pointer-events: none;
  color: #000 !important;
}

.header__goldBar--moButton:hover {
  cursor: pointer;
}

@media (max-width: 499px) {
  .header__goldBar--moButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header__goldBar--inner {
  position: relative;
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 1140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1199px) {
  .header__goldBar--inner {
    width: 940px;
  }
}

@media (max-width: 990px) {
  .header__goldBar--inner {
    width: 720px;
  }
}

@media (max-width: 499px) {
  .header__goldBar--inner {
    width: 100%;
    padding: 0.75rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.header__goldBar--menus {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000 !important;
  background: #cfb991;
}

.header__goldBar--menus a {
  color: #000 !important;
}

@media (max-width: 499px) {
  .header__goldBar--menus {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    padding: 0.5rem 1rem 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    display: none;
    height: 0;
  }
}

.header__goldBar__findInfoFor {
  position: relative;
}

.header__goldBar__findInfoFor button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  font-size: .875rem;
}

.header__goldBar__findInfoFor button span {
  font-size: .675rem;
  pointer-events: none;
  margin-left: 0.25rem;
}

.header__goldBar__findInfoFor button:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 499px) {
  .header__goldBar__findInfoFor button {
    display: none;
  }
}

.header__goldBar__findInfoFor > span {
  display: none;
}

@media (max-width: 499px) {
  .header__goldBar__findInfoFor > span {
    display: block;
    margin-bottom: 1rem;
  }
}

.header__goldBar__findInfoFor ul {
  z-index: 3;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: auto;
  height: auto;
  background: #cfb991;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0.5rem 0.8rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-transition: max-height .5s linear;
  transition: max-height .5s linear;
  overflow: hidden;
}

.header__goldBar__findInfoFor ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header__goldBar__findInfoFor ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.header__goldBar__findInfoFor ul li a {
  width: 100%;
  font-size: .95rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.header__goldBar__findInfoFor ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 499px) {
  .header__goldBar__findInfoFor ul li a {
    white-space: normal;
  }
}

@media (max-width: 499px) {
  .header__goldBar__findInfoFor ul {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media (max-width: 499px) {
  .header__goldBar__findInfoFor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    margin-right: 1rem;
  }
}

.header__goldBar__quickLinks {
  margin-left: auto;
}

.header__goldBar__quickLinks span {
  display: none;
}

@media (max-width: 499px) {
  .header__goldBar__quickLinks span {
    display: block;
    margin-bottom: 1.5rem;
  }
}

.header__goldBar__quickLinks ul {
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.header__goldBar__quickLinks ul li {
  margin-right: 1.25rem;
}

.header__goldBar__quickLinks ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.header__goldBar__quickLinks ul li a {
  width: 100%;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.header__goldBar__quickLinks ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 499px) {
  .header__goldBar__quickLinks ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header__goldBar__quickLinks ul li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 499px) {
  .header__goldBar__quickLinks ul {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 499px) {
  .header__goldBar__quickLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
}

.header__goldBar__search {
  color: #000 !important;
  background-color: #cfb991;
  border: none;
}

.header__goldBar__search svg {
  pointer-events: none;
}

.header__goldBar__search--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__goldBar__search--dropdown {
  position: absolute;
  right: 0;
  background: #cfb991;
  top: 100%;
  padding: 0.35rem 0.5rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.header__goldBar__search--dropdown .gsc-search-button {
  display: none;
}

.header__goldBar__search--dropdown .form-group {
  width: 100% !important; 
  margin-bottom: unset;
}

.header__goldBar__search--dropdown .gsc-input {
  padding: 0 !important;
  margin: 0;
}

.header__goldBar__search--dropdown input {
  font-size: 0.8rem !important;
}

@media (max-width: 499px) {
  .header__goldBar__search--dropdown {
    min-width: 0;
    width: 100%;
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition: height 0.1s linear;
    transition: height 0.1s linear;
    height: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.header__goldBar__search:hover {
  cursor: pointer;
}

@media (max-width: 499px) {
  .header__goldBar__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
}

@media (max-width: 499px) {
  .header__goldBar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__mainNav.container {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 990px) {
  .header__mainNav.container {
    width: 100% !important;
  }
}

.header__mainNav {
  background-color: #fff;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-transform: uppercase;
}

.header__mainNav button {
  margin: 0;
  padding: 0;
  display: none;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  position: relative;
}

.header__mainNav button svg {
  pointer-events: none;
}

.header__mainnavbutton: hover {
  cursor: pointer;
  color: #cfb991;
}

@media (max-width: 990px) {
  .header__mainNav button {
    width: 720px;
    text-align: left;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0.75rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media (max-width: 767px) {
  .header__mainNav button {
    padding: 0.75rem 1rem;
    width: auto;
  }
}

.header__mainNav--main {
  width: 100%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /* width: 1140px; */
  padding: 0;
}

.header__mainNav--main > ul > li > a:after {
  content: "";
  height: 2px;
  width: calc(100% - 30.4px);
  position: absolute;
  bottom: 12px;
  left: 0.95rem;
  visibility: hidden;
  background: #8e6f3e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
  transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

@media (max-width: 990px) {
  .header__mainNav--main > ul > li > a:after {
    height: 0;
  }
}

.header__mainNav--main > ul > li:hover > a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header__mainNav--main ul {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 990px) {
  .header__mainNav--main ul {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    background: black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0 0 0.5rem 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .header__mainNav--main ul {
    padding: 0.25rem 1rem;
  }
}

.header__mainNav--main ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /* position: relative; */
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .header__mainNav--main ul li {
    height: auto;
    display: block;
  }
}

.header__mainNav--main ul li a {
  display: inline-block;
  padding: 0.75rem 0.95rem;
  width: 100%;
  height: auto;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}

.header__mainNav--main ul li a span {
  font-size: 0.75rem;
  color: #000;
  margin-left: 0.35rem;
  pointer-events: none;
}

@media (max-width: 990px) {
  .header__mainNav--main ul li a span {
    color: white;
  }
}

@media (max-width: 990px) {
  .header__mainNav--main ul li a {
    padding: 0.35rem 0;
    color: white;
    width: auto;
    position: relative;
  }
}

@media (max-width: 767px) {
  .header__mainNav--main ul li a {
    padding: 0.35rem 0;
  }
}

@media (max-width: 990px) {
  .header__mainNav--main ul li:hover > a {
    color: #cfb991;
  }
}

@media (max-width: 990px) {
  .header__mainNav--main ul li:hover > a > span {
    color: #cfb991;
  }
}

.header__mainNav--main ul li:first-child {
  margin-left: -0.95rem;
}

@media (max-width: 990px) {
  .header__mainNav--main ul li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .header__mainNav--main {
    /* width: 940px; */
  }
}

@media (max-width: 990px) {
  .header__mainNav--main {
    /* width: 720px; */
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .header__mainNav--main {
    width: 100%;
  }
}

.header__mainNav--dropdownOuter {
  display: none !important;
  position: absolute;
  background: #fff;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-transform: none;
  z-index: 3000;
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
}

.header__mainNav--dropdownOuter li {
  margin: 0 !important;
}

.header__mainNav--dropdownOuter li:not(:first-child) {
  border-top: 1px solid #c4bfc0;
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter li:not(:first-child) {
    border-top: none;
  }
}

.header__mainNav--dropdownOuter li > a {
  padding: 0.6rem 1.3rem !important;
  color: #555960 !important;
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter li > a {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    color: #fff !important;
  }
}

.header__mainNav--dropdownOuter li > a > span {
  font-size: 0.65rem !important;
  pointer-events: none;
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter li > a > span {
    padding-left: 0.5rem;
  }
}

.header__mainNav--dropdownOuter li:hover > a {
  background-color: #dedede;
  color: #000 !important;
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter li:hover > a {
    background-color: inherit;
    color: #cfb991 !important;
  }
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: none;
  }
}

@media (max-width: 990px) {
  .header__mainNav--dropdownOuter {
    position: relative;
    top: 0;
    padding-left: 1rem;
  }
}

.header__mainNav--dropdownInner {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 990px) {
  .header__mainNav--dropdownInner {
    position: relative;
    top: 0;
    left: 0;
    padding: 0.2rem 1.3rem !important;
  }
}

.header__mainnav--dropdowninnerli: first-child {
  border-top: none;
}

@media (max-width: 990px) {
  .header__mainNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: black;
    opacity: 0.9;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .header__mainNav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show.accordion__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show.accordion__content--footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show.header__goldBar--menus {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show.header__mainNav--dropdownOuter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show.header__mainNav--dropdownInner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show.header__goldBar__search--dropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 2000;
}

.show.header__mainNav--main {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.selected.dropdown-button: after {
  content: "";
  height: 2px;
  width: calc(100% - 30.4px);
  position: absolute;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  bottom: 12px;
  left: 0.95rem;
  background: #8e6f3e;
}

@media (max-width: 990px) {
  .selected.dropdown-button {
    background: black;
    color: #cfb991 !important;
  }

  .selected.dropdown-button span {
    color: #cfb991;
  }

  .selected.dropdown-button: after {
    height: 0;
  }
}

.header__mainnav--main>ul>li>a.is-active-page: after {
  content: "";
  height: 2px;
  width: calc(100% - 30.4px);
  position: absolute;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  bottom: 12px;
  left: 0.95rem;
  background: #8e6f3e;
}

@media (max-width: 990px) {
  .header__mainnav--main > ul > li > a.is-active-page:after {
    height: 0;
  }
}







/*** Modifications for engineering and megamenus ***/

#top-bar-container .header__goldBar__quickLinks ul li:hover {
  cursor: initial;
  text-decoration: none;
}

#top-bar-container .header__goldBar__quickLinks .dropdown-item:hover a, 
#top-bar-container .header__goldBar__quickLinks .dropdown-item:focus a {
  text-decoration: none;
}

#top-bar-container .header__goldBar__quickLinks .dropdown-item:active,
#top-bar-container .header__goldBar__quickLinks .dropdown-item.active {
  background-color: #fff;
}

#top-bar-container,
#top-bar-container a {
  font-family: acumin-pro,"Franklin Gothic",sans-serif;
  line-height: 1.5em;
}

#top-bar-container a,
#top-bar-container a:link,
#top-bar-container a:visited,
#top-bar-container a:active {
  color: #000;
}

#top-bar-container button {
  padding: 0;
}

#top-bar-container svg.svg-inline--fa {
  position: relative;
  top: unset;
}

#top-bar-container button.header__goldBar--moButton svg {
  top: 4px;
}

#top-bar-container button.header__goldBar__search svg {
  top: -2px;
}

#top-bar-container li {
  width: unset;
  margin-bottom: unset;
}

#top-bar-container li.spacer {
  width: 100%;
}

#top-bar-container li.engr-purdue {
  border-right: 1px solid #fff;
  padding-right: 1.25rem;
}

#top-bar-container li.engr-college .dropdown-menu {
  display: none;
  border: none;
  padding: 5px 0;
  background-color: #cfb991;
  z-index: 3000;
}

#top-bar-container li.engr-college .dropdown-menu .dropdown-item {
  margin: 0;
}

#top-bar-container li.engr-college .dropdown-menu .dropdown-item b,
#top-bar-container li.engr-college .dropdown-menu .dropdown-item b a {
  font-size: 16px;
  font-weight: bold;
}

#top-bar-container li.engr-college .dropdown-menu .dropdown-item.no-link:hover {
  cursor: default;
  text-decoration: none;
  background-color: transparent;
}

#top-bar-container .gsc-input-box {
  border-radius: 0;
}

#top-bar-container .header__goldBar__quickLinks {
  margin-left: unset;
  width: 100%;
}

#top-bar-container .header__goldBar,
#top-bar-container .header__goldBar--inner {
  width: 100%;
  max-width: 100%;
}

.header__mainNav--dropdownOuter {
  left: unset;
}

.megamenu .header__mainNav--dropdownOuter {
  flex-direction: row;
  position: absolute;
  width: 100%;
  top: 48px;
  right: 0;
  left: 0;
  padding-bottom: 1.5rem;
}

.megamenu.not-megamenu .header__mainNav--dropdownOuter {
  width: unset;
  right: unset;
  left: unset;
}

.megamenu .header__mainNav--dropdownOuter * {
  text-align: left;
}

.megamenu .header__mainNav--dropdownOuter ul {
  width: 100%;
  flex-direction: column;
  align-items: start;
  flex-wrap: nowrap;
}

.megamenu .header__mainNav--dropdownOuter .sub-nav-group ul {
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.megamenu .header__mainNav--dropdownOuter ul li {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.megamenu .header__mainNav--dropdownOuter ul li a {
  white-space: normal;
  flex-direction: column;
  align-items: flex-start;
}

.megamenu .header__mainNav--dropdownOuter h3,
.megamenu .header__mainNav--dropdownOuter h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.megamenu .header__mainNav--dropdownOuter h3 {
  margin: .5rem 0 4px 0;
  padding: 0.75rem 0.95rem;
}

.megamenu .header__mainNav--dropdownOuter h3 a {
  margin: 0;
  padding: 0;
}

.megamenu .header__mainNav--dropdownOuter h3 a:hover {
  text-decoration: underline;
}

.megamenu .header__mainNav--dropdownOuter .sub-nav-group {
  flex-direction: column;
  align-items: start;
}

.megamenu .header__mainNav--dropdownOuter .sub-nav-group span {
  display: flex;
  padding: 0.6rem 1.3rem 0 !important;
}

@media (max-width: 499px) {

  #main-nav-menu.nav-menu {
    display: block;
    position: static;
  }

  #main-nav-menu.nav-menu > li {
    display: block !important;
  }
  
  #main-nav-menu.nav-menu li.engr-purdue {
    border-right: none;
    padding-right: 0;
  }
  
  #main-nav-menu.nav-menu > li .dropdown-menu.show {
    display: block;
    float: none;
  }

  #top-bar-container li.spacer {
    height: 0;
    margin: 0;
    padding: 0;
  }

  #top-bar-container li.icon.social {
    float: left;
    margin-bottom: 10px;
  }

  #top-bar-container button.header__goldBar__search svg {
    top: unset;
  }
  
  .header__goldBar.container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .header__goldBar--menus.show {
    margin-bottom: -15px;
  }

  .header__mainNav--main ul {
    padding: 0 0;
  }
  
  .header__goldBar__quickLinks ul {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
}

@media (max-width: 990px) {

  .header__mainNav button {
    margin: 0;
    padding: .55rem 0;
  }

  .megamenu .header__mainNav--dropdownOuter {
    position: relative;
    top: 0;
  }
  
  .megamenu .header__mainNav--dropdownOuter li > h3 {
    color: #cfb991 !important;
    border-bottom: 1px solid #555960;
    padding: 1rem 0 .5rem 0;
    margin: 0;
  }
  
  .megamenu .header__mainNav--dropdownOuter li > h3 a {
    color: #cfb991 !important;
    margin: 0;
    padding: 0;
  }
  
  .header__mainNav--dropdownOuter li:hover > h3 a {
    color: #fff !important;
  }
  
  .header__mainNav--main ul li > a {
    margin: 0;
    padding: 0.3rem .6rem !important;
  }
  
}