@font-face {
  font-family: National2;
  src: url(../assets/fonts/National2Web-Regular.woff) format('woff');
  font-weight: normal;
}

@font-face {
  font-family: National2;
  src: url(../assets/fonts/National2Web-Medium.woff) format('woff');
  font-weight: 600;
}

@font-face {
  font-family: National2;
  src: url(../assets/fonts/National2Web-Bold.woff) format('woff');
  font-weight: bold;
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: National2;
  line-height: 2rem;
  font-weight: normal;
  font-size: 16px;
  padding-top: 16px;
  overflow-x: hidden;
}

h1 {
  font-size: 2.75rem;
  color: white;
  text-align: left;
  line-height: 3rem;
  margin-bottom: 30px;
}

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #ff4713;
  text-align: left;
  margin-bottom: 16px;
}

h3 {
  font-size: 0.875rem;
  font-weight: normal;
  color: gray;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: black;
  text-align: left;
}

p {
  font-size: 1.125rem;
  color: black;
  text-align: left;
}

a:link {color: #143c43;
  text-decoration: underline;}

a:visited {color: #143c43;
  text-decoration: underline;}

a:hover {color: #000000;
  text-decoration: underline;}

a:active {color: #143c43;
  text-decoration: underline;}

a.btn {text-decoration: none;}

@media (max-width: 992px) {
  .header ul.navbar-nav {
    margin-top: 36px !important;
    right: 16px;
    width: 100vw;
  }

  .header ul.navbar-nav li {
    border-bottom: 1px solid #dddddd;
    margin-left: 0;
    text-align: center;
    background-color: #fafafa;
  }

  .header ul.navbar-nav li:first-child {
    border-top: 1px solid #dddddd;
  }
}

#landing {
  background-color: #ff4713;
  position: relative;
}

#landing .container {
  padding: 56px 0;
}

#landing .container .row .col:first-child {
  width: 338px;
  flex-basis: unset;
  flex-grow: 0;
  padding: 0;
  padding-right: 16px;
}

#landing .container .row .col:last-child {
  flex-shrink: 1;
  padding-left: 0;
}

#landing .container .row .col:last-child .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -74px;
  max-width: 100%;
}

#landing a {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}

#landing img {
  width: 696px;
  height: 360px;
  max-width: 110%;
}

#landing a:hover.btn,
#calloutbox a:hover.btn {background-color: #3e1560;
  color: #ffffff;}

#landing .img-spacer {
  width: 100%;
  height: 88px;
}

#belonging-statement,
#join-our-team {
  background-color: #ffffff;
}

#belonging-statement .container .row,
#join-our-team .container .row {
  justify-content: center;
}

#core-values {
  background-color: #f9f5f2;
}

#core-values .container .row .col:last-child {
  flex-shrink: 1;
  position: relative;
}

#core-values .container .row:last-child {
  margin-top: 16px;
}

#core-values .card {
  border-radius: 6px;
  border-width: 0;
  border-left-width: 6px;
  border-style: solid;
  padding-left: 6px;
  overflow: hidden;
  margin-top: 24px;
  height: 140px;
  line-height: 1.5rem;
  box-shadow: 0 2px 16px 0 rgba(151, 151, 151, 0.35);
}

#core-values .card-body {
  background-color: white;
  padding: 32px;
}

#core-values .card-body p {
  font-size: 1rem;
}

#core-values img {
  position: absolute;
  top: -158px;
  width: 178px;
  height: 275px;
}

#benefits {
  background-color: #ffffff;
}

#benefits .benefit > div:first-child {
  line-height: 32px;
  min-height: 32px;
  min-width: 32px;
}

#benefits .row:first-child .col:last-child div {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

#benefits .row:first-child img {
  max-width: 100%;
  max-height: 280px;
}

@media (max-width: 576px) {
  #benefits .container {
    padding-top: 0;
  }

  #benefits .row:first-child img {
    max-width: unset;
    max-height: unset;
    width: 100vw;
  }

  #benefits .row:first-child .col:last-child {
    position: relative;
    left: -47px;
    margin-bottom: 28px;
  }
}

#benefits .row:first-child .col:last-child {
  text-align: right;
}

#benefits .row:last-child .col:first-child {
  padding-top: 16px;
  line-height: 1.5rem;
  padding-right: 40px;
}

#benefits h3 {
  margin-top: 40px;
}

#benefits .value-props {
  margin-top: 40px;
  margin-bottom: 140px;
}

#benefits .value-props .col,
#benefits .value-props p {
  text-align: center;
  margin-top: 12px;
  line-height: 1.4rem;
  font-size: 1rem;
  padding: 0 12px;
  font-weight: 600;
}

#benefits .value-props .col {
  max-width: 200px;
  margin-top: 36px;
}

#benefits .checkmark {
  padding: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
}

#benefits .checkmark img {
  height: 18px;
  position: relative;
}

#benefits #carousel img {
  width: unset;
  height: 100%;
}

#benefits .card {
  background-color: #f9f5f2;
  border-radius: 0 32px 32px;
  border: 0;
  position: relative;
}

#benefits .card .card-body {
  padding: 48px 32px 16px 48px;
}

#benefits .card .card-body p:last-child {
  font-size: 0.875rem;
}

#benefits .card .callout {
  position: absolute;
  background: #ff4713;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  top: 16px;
  left: -24px;
}

#benefits .card span {
  position: relative;
  top: 22px;
  font-size: 4rem;
  color: white;
}

#testimonials {min-height: 525.container-fluidpx}
@media screen and (max-width: 420px) {
  #testimonials {min-height: 525px}
}


#testimonials .controls {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
  position: relative;
  display: inline-block;
}

#testimonials .carousel-control-prev span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='10' height='6' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  width: 10px;
}

#testimonials .carousel-control-next span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='10' height='6' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  width: 10px;
}

#testimonials .carousel-indicators {
  position: relative;
  margin: 0;
}

#testimonials .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666666;
  margin: 0 6px;
}

#testimonials .carousel-indicators li.active {
  background-color: #ff4713;
}

#open-positions {
  margin-bottom: 100px;
}

#open-positions .container {
  padding-top: 30px;
}

#open-positions .container .row .col,
#open-positions .col h2,
#open-positions .col h3 {
  text-align: center;
}

#open-positions select {
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  margin-top: 16px;
  background-image: url(../assets/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #cacaca;
}

#calloutbox {
  background-color: #ff4713;
  border-radius: 6px;
  padding: 3em 1.75em;
  margin-bottom: 4em;
}
#calloutbox h2,
#calloutbox h3 {color: #ffffff}

#calloutbox a:hover.btn {background-color: #3e1560;
  color: #ffffff;}

#footer {
  background-color: #efefef;
}

#footer p {
  text-align: center;
  color: #777777;
}

.header.container {
  padding: 40px 16px;
  padding-right: 32px;
}

.header ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  right: -40px;
}

.header ul li {
  float: left;
  margin-left: 56px;
}

.header button {
  outline: none;
}

.header .nav-item a.nav-link {
  color: black;
  text-decoration: none;
}

.header a:hover {
  color: #666666;
}

.header .navbar-toggler {
  border: 0;
  color: black;
  font-weight: 600;
  position: relative;

}

.btn {
  height: 44px;
  border-radius: 22px;
  padding: 0 32px;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  background-color: white;
}

.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}

.container {
  max-width: 974px;
  padding: 88px 0;
}

.container .row {
  margin: 0;
}

.bg-red {
  border-color: #ff4713;
}

.bg-purple {
  border-color: #592d82;
}

.bg-blue {
  border-color: #149fda;
}

.bg-yellow {
  border-color: #f4e99a;
}

.text-grey {
  color: #808080;
}

.text-orange {
  color: #ff4713;
}

.carousel-container {
  height: 320px;
  margin-bottom: 24px;
}

#carousel {
  position: absolute;
  left: 0;
  height: 320px;
  overflow: hidden;
  width: 100vw;
}

#carousel .carousel-inner {
  display: flex;
  width: 100vw;
  overflow: visible;
}

#carousel .carousel-item {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 8px;
}

.mission-spacer {
  height: 10vw;
}

.job-template {
  display: none;
}

.job-list {
  padding-top: 20px;
}

.job-list table {
  margin-top: 40px;
  width: 100%;
}

.job-list th {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}

.job-list th,
.job-list td {
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
}

.job-list tr:last-child td {
  border: 0;
}

.job-list td:last-child {
  text-align: right;
  vertical-align: top;
  padding-top: 28px;
}

.job-list td p {
  margin-bottom: 0;
  line-height: 1.5rem;
}

.job-list .job-location {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #808080;
}

.job-list .btn {
  border: 2px solid #ff4713;
}

a.job-title {text-decoration: underline;}
a:hover.job-title {text-decoration: underline;}

button:hover.btn {background-color: #3e1560;
  color: #ffffff;
  border-color: #3e1560;}

.no-positions {
  margin-top: 40px;
  color: #808080;
}
