/* override global index.css */
body.single-webinar .bg-black {
  background-color: #343741;
}

p {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.main-content ul {
  list-style: disc;
}

.bg-mobile {
  position: relative;
}

.bg-mobile::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-position: 25%;
  background-size: cover;
  object-fit: cover;
}

.page-title {
  font-size: calc(23px + 5 * (100vw - 375px) / (1920 - 375));
  line-height: calc(55px + 5 * (100vw - 375px) / (1920 - 375));
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}

.heading-headline {
  font-size: calc(43px + 2 * (100vw - 375px) / (1920 - 375));
  line-height: calc(53px + 2 * (100vw - 375px) / (1920 - 375));
  font-weight: 400;
  color: #FFF;
  --bs-heading-color: #FFF;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}

.full-width {
  display: none;
}

@media screen and (min-width: 992px) {
  .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    object-fit: cover;
    display: unset;
    max-width: unset;
    height: 100%;
  }
}

/* @media screen and (min-width: 992px) {
  .hero-content {
    position: absolute;
    z-index: 2;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
  }
} */

.col-right {
  padding-block: 3rem;
}

@media screen and (min-width: 992px) {
  .col-right.detach {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 80px;
  }
}


@media screen and (width: 992px) {
  .form {
    margin-inline: 1rem;
    margin-block: 1rem;
  }
}

.is-desktop .form {
  width: 350px;
  position: relative;
  transition: all 0.2s;
}

.is-desktop .form.detached {
  position: fixed;
  top: 20px;
}

.is-desktop .form.detached h3 {
  padding-top: 0;
  padding-bottom: 0;
}

/* ================= */
/* Overall Sections */
.gfc.careers .container {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.neutral-100 {
  background-color: #FAFAFB
}


@media screen and (min-width:1200px) {
  .gfc.careers h2 {
    font-size: 48px;
  }
}

/* Hero section */
.gfc.careers .hero-background {
  background-size: cover;
  background-position-x: 55%;
}

.gfc.careers .container {
  padding: 75px 0;
}

.gfc.careers .hero-background .container {
  padding: 30px 0px;
}

.gfc.careers .hero-content h1 {
  font-size: 36px;
  line-height: normal;
}

.gfc.careers .sub-heading {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .gfc.careers .container {
    padding: 100px 0px;
  }

  .gfc.careers .hero-background .container {
    padding: 70px;
  }

  .gfc.careers .hero-content h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .gfc.careers .sub-heading {
    font-size: 20px;
    width: 75%;
    margin: auto;
  }
}

/* CTA Buttons */
.gfc.careers .cta-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.gfc.careers .btn {
  text-transform: none;
  font-weight: bold;
  margin: 0px;
}

.primary-orange-btn {
  background-color: #f47721;
  border: 3px solid #F47721;
  color: #FFF !important;
}

.secondary-orange-btn {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #F47721 !important;
}

.secondary-teal-btn {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #00AFAA !important;
}

.careers .btn:hover {
  background-color: #FFFFFF;
  color: #343741 !important;
  border-color: #343741;
}

.equity-cta {
  margin-top: 2rem;
}

.tvf-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.mar-bot-one {
  margin-bottom: 1rem;
}

.mar-bot-one-five {
  margin-bottom: 1.5rem !important;
}

.mar-bot-two {
  margin-bottom: 2rem !important;
}

@media Screen and (min-width: 767px) {
  .gfc.careers .cta-container {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
  }
}

/* Section One */
@media screen and (min-width: 768px) {
  .gfc.careers .section .row {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.three-card-section .container .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section h3 {
  font-size: 20px;
  ;
}

@media screen and (min-width: 992px) {

  .three-card-section .container h2,
  .three-card-section .container p {
    width: 80%;
  }
}

/* Cards */

.card-tiles {
  display: flex;
  flex: row;
  gap: 15px;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.two-card-repeating-with-cta .card-tiles {
  justify-content: center;
  gap: 2rem;
}

.card-tiles .card {
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: #797D82 0px 1px 4px;
  border-radius: 10px;
  width: 33%;
}

.two-card-repeating-with-cta .card-tiles .card {
  width: 40%
}

@media screen and (max-width:992px) {
  .card-tiles {
    flex-direction: column;
  }

  .card {
    width: 100% !important;
  }
}

.card-tiles .card .card-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.card-title {
  font-size: 24px;
  font-weight: 600 !important;
  text-align: center;
}

.card-text {
  font-size: 16px;
  width: 100% !important;
  line-height: 1.5;
  text-align: center;
}

/* Icon List with image */

.icon-list-image {
  border-radius: 10px;
  height: 300px
}

@media screen and (max-width: 992px) {
  .icon-list-image {
    height: 200px;
  }
}

.icon-list-item {
  display: flex;
  gap: 10px;
}

.list-icon {
  height: 24px;
}

.background-image-with-text-cta strong {
  font-weight: 900;
}

@media screen and (min-width: 1200px) {
  .background-image-with-text-cta .blurb {
    width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  .flex {
    display: flex;
  }

  .reverse-flex {
    flex-direction: column-reverse;
  }
}

/* Awards and Recognition */
.award-card-row {
  justify-content: center !important;
  gap: 2rem !important;
}

@media screen and (1ax-width: 992px) {
  .award-card-row {
    flex-direction: column;
    align-items: center;
  }

}

.award-card-row .card-icon {
  gap: .75rem;
}

.award-star {
  height: 40px;
}


/* Employee Card */
.employee-quotes .card-tiles .card {
  width: 45% !important;
}

.employee-quotes .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.employee-quotes .card-quote .card-text {
  font-style: italic !important;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.employee {
  display: flex;
  gap: 1rem;
  border-top: 1px solid #EFF0EF;
  margin-top: 1rem;
  padding-top: 1rem;
}

.employee-img>img {
  width: 60px;
}

.employee-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.employee-info>p {
  margin-bottom: 0;
  line-height: normal;
}

.employee-info .employee-name {
  font-size: 18px;
  font-weight: 900;
}

.employee-info .employee-title {
  font-size: 14px;
  color: #797D82;
}

@media screen and (max-width: 992px) {
  .employee-quotes .card-tiles .card {
    width: 100% !important;
  }
}

/* Large Text CTA */

.large-text-cta {
  background-color: #343741;
  margin-bottom: -5px;
}

.large-text-cta h2 {
  font-size: 48px;
  color: #f47721;
  text-align: center;
}

.large-text-cta h3 {
  font-size:  30px;
  color: #fff;
  text-align: center;
  line-height: 70px
}


.mar-bot-30 {
  margin-bottom: 30px !important;
}

.mar-bot-50 {
  margin-bottom: 50px:
}

.show-bullets {
  list-style-type: disc;
}

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