input[type=text], input[type=email] {
  height: auto;
  padding: 1.125rem;
}

.content-manager-header {
  height: 7rem;
}

.global-header-wrapper {
  position: absolute;
  width: 100%;
}
.global-header-wrapper .global-header {
  outline: none;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header {
    height: 6.375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header {
    padding-top: 0.5rem;
  }
}
.global-header-wrapper .global-header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.global-header-wrapper .global-header .skip-to-main {
  color: white;
}
.global-header-wrapper .global-header.no-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 16, 36, 0.6)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 16, 36, 0.6), transparent);
}
.global-header-wrapper .global-header.no-background .primary-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.global-header-wrapper .global-header.has-background {
  background: rgba(255, 255, 255, 0.8);
}
.global-header-wrapper .global-header.has-background .top-bar-left .lbj-logo {
  background-image: url("../../../images/lbj-logo-blue.svg");
}
.global-header-wrapper .global-header.has-background .top-bar-left .hours-wrapper {
  display: none;
  visibility: hidden;
}
.global-header-wrapper .global-header.has-background .top-bar-right .nav-links .nav-item,
.global-header-wrapper .global-header.has-background .top-bar-right .secondary-nav-links .nav-item {
  color: #1c1c1c;
}
.global-header-wrapper .global-header.has-background .top-bar-right .nav-links .nav-item:hover,
.global-header-wrapper .global-header.has-background .top-bar-right .secondary-nav-links .nav-item:hover {
  color: black;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header.has-background .top-bar-right .nav-links .nav-item:not(.search-button)::after,
  .global-header-wrapper .global-header.has-background .top-bar-right .secondary-nav-links .nav-item:not(.search-button)::after {
    border-right: 0.0625rem solid #1c1c1c;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .hours-wrapper {
    display: none;
  }
}
.global-header-wrapper .global-header .title-bar {
  padding: 0;
}
.global-header-wrapper .global-header .mobile-menu-tab {
  background: transparent;
  height: 6.375rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 6.375rem;
  z-index: 31;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .mobile-menu-tab {
    display: none;
  }
}
.global-header-wrapper .global-header .mobile-menu-tab.is-open .menu-button .primary-icon {
  display: none;
}
.global-header-wrapper .global-header .mobile-menu-tab.is-open .menu-button .close-icon {
  display: inline-block;
}
.global-header-wrapper .global-header .mobile-menu-tab .menu-button {
  height: 100%;
  padding: 0.6rem;
  width: 100%;
}
.global-header-wrapper .global-header .mobile-menu-tab .menu-button:hover {
  cursor: pointer;
}
.global-header-wrapper .global-header .mobile-menu-tab .menu-button .primary-icon,
.global-header-wrapper .global-header .mobile-menu-tab .menu-button .close-icon {
  height: auto;
  width: 4.75rem;
}
.global-header-wrapper .global-header .mobile-menu-tab .menu-button .close-icon {
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 6.375rem;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    padding-left: 1rem;
    position: relative;
    width: 100%;
    z-index: 21;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-left {
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
  }
}
.global-header-wrapper .global-header .top-bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-left .lbj-logo {
    background-image: url("../../../images/lbj-logo-white.svg");
    background-position: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 6.375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-left .lbj-logo {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .global-header-wrapper .global-header .top-bar-left .lbj-logo {
    margin-right: 5.3125rem;
  }
}
.global-header-wrapper .global-header .top-bar-left .lbj-logo {
  background-image: url("../../../images/lbj-logo-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 175px;
  margin-top: 15px;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .right-wrapper {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.0625rem);
    -webkit-transition: visibility 0s linear 0.3s;
    transition: visibility 0s linear 0.3s;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.global-header-wrapper .global-header .right-wrapper.is-open {
  pointer-events: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .right-wrapper.is-open {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}
.global-header-wrapper .global-header .right-wrapper.is-open .top-bar-right {
  right: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right {
    background: #fff;
    border-bottom: 0.0625rem solid #01132b;
    border-left: 0.0625rem solid #01132b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-height: var(--mobile-menu-available-height, calc(100vh - 6.375rem));
    min-height: var(--mobile-menu-available-height, calc(100vh - 6.375rem));
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    padding-bottom: 2rem;
    padding-left: calc(6.375rem / 2);
    padding-right: calc(6.375rem / 2);
    padding-top: 2rem;
    position: relative;
    right: -20.3125rem;
    -webkit-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
    width: 20.3125rem;
  }
}
.global-header-wrapper .global-header .top-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5rem;
  z-index: 11;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.global-header-wrapper .global-header .top-bar-right .nav-links,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right .nav-links .nav-item-wrapper,
  .global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item-wrapper {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right .nav-links .nav-item,
  .global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item {
    color: #1c1c1c;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item {
  color: #fff;
  position: relative;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item:hover,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item:hover {
  color: #cccccc;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item:hover::before,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item:hover::before {
  -webkit-animation: lineGrow 0.6s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
          animation: lineGrow 0.6s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item::before,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item::before {
  border-bottom: 0.125rem solid #858585;
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99), width 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: opacity 0.6s cubic-bezier(0.55, 0.085, 0, 0.99), width 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: 0%;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item.selected::before,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item.selected::before {
  border-color: #a79569;
  opacity: 1;
  width: 100%;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item.selected:hover::before,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item.selected:hover::before {
  border-color: #858585;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .search-button,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .search-button {
  padding: 0 1.6875rem 0 0;
  position: relative;
  top: 0.3125rem;
}
.global-header-wrapper .global-header .top-bar-right .nav-links .search-button::before,
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .search-button::before {
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right > .nav-links,
  .global-header-wrapper .global-header .top-bar-right > .secondary-nav-links {
    display: none;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right .mobile-menu-content {
    display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-right .mobile-menu-content {
    display: none;
  }
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav {
  margin-bottom: 0;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .mobile-nav-parent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .mobile-submenu-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .mobile-submenu-toggle span {
  border-bottom: 0.125rem solid #1c1c1c;
  border-right: 0.125rem solid #1c1c1c;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 0.5rem;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .mobile-submenu-toggle[aria-expanded=true] span {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .nested {
  margin-bottom: 0.75rem;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .nested[hidden] {
  display: none;
}
.global-header-wrapper .global-header .top-bar-right .mobile-main-nav .nested a {
  color: #1c1c1c;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  padding: 0 0 0 1rem;
  text-transform: none;
}
.global-header-wrapper .global-header .top-bar-right .mobile-utility-nav {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-right .nav-links .nav-item {
    font-size: 0.875rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .global-header-wrapper .global-header .top-bar-right .nav-links .nav-item {
    font-size: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.global-header-wrapper .global-header .top-bar-right .nav-links .nav-item {
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links {
  margin-bottom: 0.5rem;
}
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item {
  font-size: 0.875rem;
  position: relative;
}
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item::before {
  bottom: 0.2rem;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item:not(.search-button) {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item:not(.search-button)::after {
    border-right: 0.0625rem solid #fff;
    bottom: 0.65rem;
    content: "";
    height: 0.8rem;
    position: absolute;
    right: -0.6rem;
    width: 0.0625rem;
  }
}
.global-header-wrapper .global-header .top-bar-right .secondary-nav-links .nav-item.search-button {
  cursor: pointer;
  padding-right: 1.0625rem;
}
@media print, screen and (max-width: 74.99875em) {
  .global-header-wrapper .global-header .top-bar-right .mobile-main-nav .nav-item,
  .global-header-wrapper .global-header .top-bar-right .mobile-utility-nav .nav-item {
    color: #1c1c1c;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .global-header-wrapper .global-header .top-bar-right .search-bar {
    display: none !important;
  }
}
.global-header-wrapper .global-header .top-bar-right .search-bar {
  position: fixed;
  right: 16px;
  top: 8px;
  z-index: 1000;
}
.global-header-wrapper .global-header .top-bar-right .search-bar .close-search {
  padding: 0;
  position: absolute;
  right: 50px;
  top: 8px;
}
.global-header-wrapper .global-header .top-bar-right .search-bar .close-search svg {
  height: 20px;
  width: 20px;
}
.global-header-wrapper .global-header .top-bar-right .search-bar .input-group {
  margin-left: auto;
  width: 500px;
}
.global-header-wrapper .global-header .top-bar-right .search-bar .input-group .search-input {
  height: 2.2rem;
}
.global-header-wrapper .global-header .top-bar-right .search-bar .input-group .search-button {
  height: 2.2rem;
  padding: 0.2rem;
  width: 2.5rem;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-input {
  border: 0.0625rem solid #01132b;
  height: 3.7rem;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-input::-webkit-input-placeholder {
  font-size: 1.1rem;
  font-style: italic;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-input::-moz-placeholder {
  font-size: 1.1rem;
  font-style: italic;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-input:-ms-input-placeholder {
  font-size: 1.1rem;
  font-style: italic;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-input:-moz-placeholder {
  font-size: 1.1rem;
  font-style: italic;
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.7rem;
  padding: 0;
  width: calc(6.375rem - 1rem);
}
.global-header-wrapper .global-header .top-bar-right .input-group .search-button svg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
.global-header-wrapper .global-header .top-bar-right .search-icon {
  height: 1.6rem;
  margin-left: 0.2rem;
  width: 2rem;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .global-header .top-bar-right .button-container {
    display: none;
  }
}
.global-header-wrapper .global-header .top-bar-right .button-container {
  margin-bottom: 1rem;
  width: 100%;
}
.global-header-wrapper .global-header .top-bar-right .button-container .button {
  padding: 1rem;
  text-transform: uppercase;
}
.global-header-wrapper .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 6.8rem;
  -webkit-transition: height 0.3s ease-out, opacity 0.15s ease-out;
  transition: height 0.3s ease-out, opacity 0.15s ease-out;
  width: 100%;
  z-index: 999;
}
.global-header-wrapper .mega-menu.is-open {
  border-bottom: 0.0625rem solid #1c1c1c;
  opacity: 1;
  -webkit-transition: height 0.3s ease-out, opacity 0.15s ease-out 0.15s;
  transition: height 0.3s ease-out, opacity 0.15s ease-out 0.15s;
}
.global-header-wrapper .mega-menu .fade-enter,
.global-header-wrapper .mega-menu .fade-appear {
  opacity: 0.01;
}
.global-header-wrapper .mega-menu .fade-enter.fade-enter-active, .global-header-wrapper .mega-menu .fade-enter.fade-appear-active,
.global-header-wrapper .mega-menu .fade-appear.fade-enter-active,
.global-header-wrapper .mega-menu .fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 2000ms ease-in;
  transition: opacity 2000ms ease-in;
}
.global-header-wrapper .mega-menu .mega-menu-centering-wrapper {
  border-top: 0.1rem solid #1c1c1c;
}
.global-header-wrapper .mega-menu .mega-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  max-width: 1300px;
  min-height: 10rem;
  padding: 1.5rem 5rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 1rem;
  padding-right: 2.5rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper {
  display: inline-block;
  position: relative;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper .title-link {
  display: inline-block;
  margin-bottom: 1.2rem;
  position: relative;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper .title-link::after {
  border-bottom: 0.09375rem solid #a79569;
  bottom: -1rem;
  content: "";
  left: 0;
  position: absolute;
  width: 75%;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper .title-link {
  color: #1c1c1c;
  display: inline-block;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper .title-link:hover {
  color: #4f4f4f;
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper .title-link:hover svg {
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}
.global-header-wrapper .mega-menu .mega-menu-container .title-flex-item .title-wrapper svg {
  height: 1.25rem;
  position: absolute;
  right: -1.8rem;
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 1.25rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  opacity: 0;
  width: 100%;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container.fade-appear {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container li {
  margin: 0.25rem 0;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container a {
  color: #858585;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container a:hover {
  color: #525252;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-container a.external-link svg {
  bottom: 0.0625rem;
  height: 1rem;
  right: 0.2rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature .cta {
  font-weight: bold;
  margin-top: 0.5rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature-img {
  width: 250px;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  overflow: hidden;
  padding-left: 2rem;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature-content h3 {
  font-size: 1.2rem;
  text-transform: none;
}
.global-header-wrapper .mega-menu .mega-menu-container .sublinks-feature-content p {
  font-size: 0.9rem;
}
.global-header-wrapper .off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 130%;
  height: 130vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .global-header-wrapper .off-canvas-overlay.is-open {
    opacity: 0;
    visibility: hidden;
  }
}
.global-header-wrapper .off-canvas-overlay.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 21;
}

@-webkit-keyframes lineGrow {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}

@keyframes lineGrow {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
/*# sourceMappingURL=lbj-header.css.map */
