@media (min-width: 992px) {
  .page-header-content {
    position: relative;
    padding-right: 23em;
  }
  .page-header-content .page-marquee-image {
    position: absolute;
    left: calc(100% - 23rem);
    top: 0;
  }
  .page-header-content .page-marquee-image img {
    height: 31.25rem;
    width: auto;
  }
}
.navbar-container {
  margin: 3em 0;
}
.navbar-container > .container {
  align-items: center;
}
.navbar-container > .container .navbar-label {
  color: #0a3e59;
  font-weight: 700;
  margin-right: 0.5em;
}

@media (min-width: 992px) {
  .navbar-container {
    border-bottom: 0.0625rem solid #d4d4d4;
  }
}
.navbar-nav {
  position: relative;
}
.navbar-nav .tab-group, .navbar-nav .reviewer-tabs {
  display: flex;
}
.navbar-nav .tab, .navbar-nav .reviewer-tab {
  position: relative;
  top: 0.0625rem;
  background-color: rgba(0, 150, 203, 0.08);
  border-top: 0.0625rem solid #c6e3ed;
  border-right: 0.0625rem solid #c6e3ed;
  border-left: 0.0625rem solid #c6e3ed;
  border-bottom: 0.0625rem solid #d4d4d4;
  border-radius: 0.1875rem 0.1875rem 0 0;
  line-height: 2.75em;
  margin-right: 1.25em;
  min-width: 9.375em;
  white-space: nowrap;
}
.navbar-nav .tab.active, .navbar-nav .reviewer-tab.active {
  cursor: default !important;
  pointer-events: none;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
}
.navbar-nav .tab h5, .navbar-nav .reviewer-tab h5 {
  font-size: 1.25em;
  margin-top: 0.25rem;
  margin-bottom: 0;
  line-height: 1.75rem;
}

.tabbed-content .content-area:not(.active) {
  display: none;
}

.not-found {
  max-width: 38.375rem;
  min-height: 9.75rem;
  border-radius: 0.1875rem;
  background: #EBF7FB;
  padding: 2rem;
  margin-bottom: 9.75rem;
}
.not-found p {
  color: #000000;
  font-family: Proxima Nova;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.content-area > h2 {
  margin-bottom: 3rem;
}
.content-area .content h3 {
  margin-top: 1em;
}

.position {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.position .position-header h3 {
  font-size: 36px;
}
.position .position-header p {
  margin-bottom: 8px;
}
.position .position-description {
  margin-bottom: 20px;
}
.position .btn-primary {
  font-weight: 700;
  color: #ffffff;
}

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