@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  background-color: #fcfcfc;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-35px {
  margin-bottom: 35px;
}

.fs-13px {
  font-size: 13.3333px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-56px {
  font-size: 56px;
}

.fs-80px {
  font-size: 80px;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.f1 {
  flex: 1;
}

.f1point2 {
  flex: 1.2;
}

.f1point6 {
  flex: 1.6;
}

.f2 {
  flex: 2;
}

.lh-25px {
  line-height: 25px;
}

.green {
  color: rgb(144, 218, 54);
}

.orange {
  color: rgb(240, 141, 60);
}

.gray {
  color: rgb(98, 98, 98);
}

.light-gray {
  color: rgb(168, 168, 168);
}

.dark-gray {
  color: rgb(68, 68, 68) !important;
}

.bg-orange {
  background-color: #f05a24;
}

.w-62 {
  width: 62%;
}

.w-90 {
  width: 90%;
}

.h-90px {
  height: 90px;
}

.border-1 {
  border: 1px solid rgb(235, 235, 235);
}

.focus-shadow-none:focus {
  box-shadow: none;
}

.hover-black:hover {
  color: black !important;
}

.hover-blue:hover {
  color: #007cc3 !important;
}

/* Header */

.logo {
  width: 179.89px
}

/* Top white header bar (to mirror monolith) */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.site-header .container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.site-header .logo {
  width: auto;
  max-height: 48px;
}
.site-header nav a {
  color: #3d3d3d !important;
  font-weight: 500;
  margin-left: 28px;
}
.site-header nav a.fw-semibold { font-weight: 700; }
.site-header .btn.btn-light {
  padding: 8px 18px;
  border-radius: 999px;
  margin-left: 28px;
  background: #f05a24;
  color: #fff !important;
  border: none;
}

/* Main */

.heading2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

.heading3 {
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 300;
}

.heading5 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.banner {
  padding: 35px 15px 0px 15px;
  background-image: url("../imgs/banner.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 450px;
}

.job-banner {
  background-image: url("../imgs/banner.png");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.job-title {
  color: white;
  font-size: 56px;
  font-weight: 700;
}

.subhead {
  color: white;
  padding-top: 30px;
  padding-bottom: 250px;
}

.job-listing .container {
  padding: 35px 15px 0px 15px;
}

.job-card {
  padding: 12px 15px 8px 28px;
  box-shadow: 1px 1px 10px -4px #707070;
  margin-bottom: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #eee;
}

.company {
  color: rgb(153, 153, 153);
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 500;
}

.location {
  color: rgb(153, 153, 153);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.job-type {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.date {
  color: rgb(153, 153, 153);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.name {
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
}

.form {
  display: none;
}

.form::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 70px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
}

.form::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 71px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.form-input {
  background-color: #f6f6f6;
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
}

.form-input:focus {
  color: #1982c2 !important;
  background-color: #e9f5fc;
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
}

.form-check-label {
  color: #898989;
  font-size: 11.62px;
  font-weight: 400;
}

.optional {
  color: #898989;
  font-size: 11.62px;
}

.facebook:hover {
  color: #3b5998;
}

.twitter:hover {
  color: #52a2f3;
}

.linkedin:hover {
  color: #3b77b5;
}

.pinterest:hover {
  color: #bd081b;
}

/* Footer */

.f-logo {
  width: 200px;
  margin-bottom: 120px;
}

.f-nav {
  display: flex;
  width: 70%;
  margin-bottom: 50px;
}

.icons {
  justify-content: end;
  margin-top: 3rem;
}

.icon {
  background-color: white;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-color: #cccccc !important;
}

.icon:hover {
  background-color: #e18982;
}

.icon-text {
  transition: 0.3s;
}

.icon-text:hover {
  color: white !important;
}

/* Bootstrap Default Alterations */

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas-body {
  padding: 0;
  padding-left: 1rem;
}

.btn-close:focus {
  box-shadow: none;
}

.offcanvas-end {
  width: 250px;
}

/* Media Queries */

@media screen and (min-width: 1200px) {
  .border-xl-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 990px) {
  .navbar-nav {
    width: 75%;
  }
}

@media screen and (max-width: 1440px) {
  .navbar-nav {
    width: 92%;
  }
}

@media screen and (max-width: 1200px) {
  .offcanvas {
    background-color: #191919;
  }
  .nav-link {
    color: #a6a6a6 !important;
  }
  .nav-link:hover {
    color: white !important;
  }
  .active {
    color: white !important;
  }
  .nav-item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  .f-logo {
    width: 299px;
    margin-bottom: 40px;
  }
  .f-nav {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  .icons {
    justify-content: center;
    margin-top: 10px;
  }
  .icon:hover {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pad3 {
    padding-top: 1rem;
  }
  .hover-black:hover {
    color: white !important;
  }
  .join-btn {
    font-size: 15px;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (max-width: 990px) {
  .fs-lg-13px {
    font-size: 13px;
  }
  .new-job {
    font-size: 26px;
  }
  .job-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 770px) {
  .location {
    font-size: 9.75px;
  }
  .job-type {
    font-size: 9.75px;
  }
  .date {
    font-size: 9.75px;
  }
  .company {
    font-size: 14px;
    margin-top: 40px;
  }
  .job-wrapper {
    display: block !important;
  }
  .job-banner {
    background-size: 100%;
    height: 280px;
    background-position-y: top;
  }
  .job-title {
    font-size: 36px;
  }
  .subhead {
    padding-top: 115px !important;
  }
  .ride-box {
    width: 600px;
    max-width: 85%;
  }
  .ride-inner-box {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .job-description {
    width: 85%;
    font-size: 13px;
    line-height: 19px;
  }
  .name {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .subhead {
    margin-top: -90px;
  }
}

@media screen and (max-width: 570px) {
  .subhead {
    font-size: 50px;
  }
  .banner {
    height: 280px;
  }
}

@media screen and (max-width: 450px) {
  .logo {
    width: 200px;
  }
  .name {
    font-size: 16px;
  }
  .ride-inner-box {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .job-banner {
    margin-bottom: -50px;
  }
  .job-title {
    font-size: 26px;
    padding-bottom: 80px;
  }
}
