.container {
  text-align: center;
}

.right-align {
  text-align: right;
}

.btn {
  border-radius: 8px;
  background-color: #298dcd;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.btn:hover, .btn:active {
  background-color: #2373a1;
  text-decoration: none;
}

#hero-banner {
  display: flex;
  position: relative;
  align-items: center;
  background: url("../../img/careers/top-banner-career.v11.jpg") no-repeat;
  color: #FFF;
  height: 480px;
  background-size: cover;
  background-position: center top;
}

#hero-banner .container h1 {
  font-family: "Poppins Regular";
  letter-spacing: 0;
  font-size: 40px;
  padding: 0px;
  padding-bottom: 24px;
  margin: 0px;
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#hero-banner .container .btn {
  display: inline-block;
  width: 280px;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.24);
  height: 32px;
  line-height: 33px;
}

#nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
}

#nav, #nav-height-match {
  height: 50px;
}

#nav-height-match {
  display: none;
}

#nav a {
  display: inline-block;
  width: 160px;
  line-height: 50px;
  color: var(--half-dollar-color, #80807e);
  text-align: center;
}

#nav a:hover, #nav a.active {
  text-decoration: none;
  color: var(--cash-color, #74BA39);
  border-bottom: 4px solid var(--cash-color, #74BA39);
  line-height: 45px;
}

#main-content h2 {
  color: var(--cash-color, #74ba3b);
  font-size: 28px;
  margin-top: 62px;
  margin-bottom: 18px;
}

#main-content hr {
  height: 1px;
  color: #e7e7e7;
  width: 40%;
  margin: 0 auto;
}

.image-container, .col-2, .col-3 {
  margin-bottom: 62px;
  margin-top: 62px;
}

.image-container img {
  height: 213px;
}

.col-2, .col-3, .image-container {
  display: flex;
  justify-content: center;
}

#main-content .col-2 p, #main-content .col-3 p {
  margin-bottom: 18px;
}

.col-3 > div {
  flex: 1;
  width: 0;
}

.col-3 > div:first-child {
  padding: 0px 14px 0px 0px;
}

.col-3 > div:last-child {
  padding: 0px 0px 0px 14px;
}

.col-3 > div:nth-child(2) {
  padding: 0px 6px;
}

.col-2 div.image {
  max-width: 368px;
  flex-shrink: 0;
}

.col-2 div.image img {
  width: 100%;
}

#main-content .col-2 h2 {
  margin-top: 0px;
}

.cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cards > div {
  width: 40%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4%;
  border: 1px solid #e7e7e7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

#main-content .cards .content {
  margin: 0;
  margin-bottom: 12px;
  color: #80807e;
}

#main-content .cards .signature {
  margin: 0;
  color: #76b844;
}

#main-content .cards .heading {
  margin: 0;
  margin-bottom: 12px;
}

#teams .col-2 div.image {
  padding-left: 20px;
}

#main-content .amenities .life-at {
  max-width: 640px;
}

#main-content .amenities .mobile .col-3 {
  flex-direction: row;
  align-items: start;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 24px;
}

#main-content .amenities .mobile .col-3 .cult-icon {
  max-width: 50px;
  margin-right: 12px;
}

#main-content .amenities .mobile .col-3 .cult-icon img {
  width: 50px;
}

#main-content .amenities .mobile .col-3 p {
  margin-top: 0;
}

#main-content #teams .content {
  text-align: left;
}

#main-content #carousel {
  padding-bottom: 40px;
}

#main-content #carousel h2 {
  color: var(--coal-color, #323532);
}

#main-content #openings {
  background-color: #f2f2f2;
}

#main-content #openings .title {
  padding-top: 40px;
}

#main-content #openings .title h2 {
  margin-top: 0;
}

#main-content #openings .cards .content {
  padding-bottom: 24px;
}

#main-content #openings .cards > div {
  margin-bottom: 30px;
  background-color: #fff;
  justify-content: space-between;
}

#main-content #openings .cards > div p {
  color: #323532;
}

#main-content #openings .cards div .cta a {
  display: inline-block;
  width: 200px;
  height: 34px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  background-color: #2e96d3;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
}

#main-content #openings div:last-child h2 {
  margin-top: 30px;
}

#main-content #openings .interest-cta p {
  margin-bottom: 0;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: 1000;
  border-top: 0;
  background-color: #FFF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.image-container img:last-child {
  padding-left: 4px;
}

.footer-push {
  background-color: #f2f2f2;
}

@media (min-width: 769px) {
  #hero-banner .container {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media (max-width: 768px) {
  #nav a {
    width: 70px;
  }

  #main-content hr {
    width: 80%;
  }

  .image-container img {
    max-width: 100%;
    height: auto;
  }

  .image-container img:first-child {
    padding-bottom: 4px;
  }

  .col-3 > div {
    width: auto;
  }

  .col-3, .image-container, .cards, #teams .col-2 {
    flex-direction: column;
  }

  .col-3 > div:first-child, .col-3 > div:last-child, .col-3 > div:nth-child(2) {
    padding: 0;
  }

  .cards > div {
    width: 91%;
    margin-bottom: 30px;
    min-height: 100px;
  }

  .cards > div:last-child {
    margin-bottom: 0px;
  }

  #teams .col-2 {
    margin-bottom: 0;
  }

  #teams .col-2 div.image {
    padding-left: 0px;
  }

  #teams .mobile.image {
    margin-bottom: 62px;
  }

  #teams .mobile.image img {
    width: 100%;
  }

  .sticky {
    top: 0;
  }

  .image-container img:last-child {
    padding-left: 0px;
  }

  .col-2, .col-3, .image-container {
    align-items: center;
  }

  #hero-banner hr, #openings hr {
    width: 200px;
  }
}
@media (max-width: 350px) {
  #nav a {
    font-size: 14px;
    width: 60px;
  }
}
@media (min-width: 601px) {
  .slick-slide {
    margin: 0 6px;
  }
}
@media (max-width: 600px) {
  #hero-banner {
    background: url("../../img/careers/top-banner-career-mobile.v14.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }

  #hero-banner .container h1 {
    font-size: 22px;
  }

  #hero-banner .container .btn {
    width: 220px;
    font-size: 14px;
  }

  .section p {
    font-size: 14px;
  }

  #main-content .amenities .mobile .col-3 p {
    margin-bottom: 12px;
  }

  #main-content h2 {
    font-size: 18px;
    margin-top: 62px;
    margin-bottom: 18px;
  }

  #carousel .office-photos img {
    width: 100%;
  }
}

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