.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #85D7FF;
  background: -webkit-linear-gradient(to top, #ebf8ff, #fff 95%);
  background: linear-gradient(to top, #ebf8ff, #fff 95%);
  z-index: -1;
  -webkit-clip-path: unset;
  clip-path: unset; }
  @media (max-width: 991px) {
    .header::after {
      -webkit-clip-path: unset;
      clip-path: unset; } }
.header .container {
  padding-top: 120px;
  min-height: 0vh; }
.header .content h1 {
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 5px;
  color: #3C4858; }
  @media (max-width: 500px) {
    .header .content h1 {
      font-size: 3.0rem; } }
.header .content h2 {
  font-size: 2.3rem;
  line-height: 3.0rem;
  font-weight: 300;
  color: #8492A6;
  display: block;
  max-width: 440px;
  margin: 0 auto 15px; }
  @media (max-width: 500px) {
    .header .content h2 {
      font-size: 2.0rem; } }

.switcher {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 300px; }
  .switcher a {
    border: 1px solid #18A6FF;
    color: #18A6FF;
    padding: 5px;
    width: 150px;
    display: inline-block;
    font-size: 2.0rem;
    float: left;
    text-decoration: none;
    cursor: pointer;
    z-index: 1; }
    .switcher a.option-a.active {
      border-right: none;
      background-color: #18A6FF;
      color: #fff;
      font-weight: 500; }
    .switcher a.option-b.active {
      border-left: none;
      background-color: #18A6FF;
      color: #fff;
      font-weight: 500; }

.content-a,
.content-b {
  display: block;
  display: none; }

.content-a.active {
  display: block; }

.content-b.active {
  display: block; }

.expando.card {
  cursor: pointer;
  text-align: left; }

.expando.card .job-name {
  font-weight: 400;
  font-size: 2.5rem;
  color: #000; }

.expando.card .job-location {
  font-weight: 400;
  font-size: 2.5rem;
  float: right; }

.expando.card .job-description {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 1.55rem;
  border-top: 1px solid #e0e0e0; }

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