html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/********************************************
Variables
*********************************************/
/********************************************
Base
*********************************************/
body {
  font-family: Graphik, sans-serif;
}

/********************************************
Heading
*********************************************/
.h-heading, .careers_cta h2, .careers_cta h3, .careers_cta h4, .single-page-career__apply, .single-page-career__title {
  font-family: Graphik, sans-serif;
  margin-bottom: 20px;
  color: #414042;
}
.h-heading--medium, .careers_cta h2, .careers_cta h3, .careers_cta h4, .single-page-career__apply {
  font-size: 24px !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .h-heading--medium, .careers_cta h2, .careers_cta h3, .careers_cta h4, .single-page-career__apply {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
}
.h-heading--medium strong, .careers_cta h2 strong, .careers_cta h3 strong, .careers_cta h4 strong, .single-page-career__apply strong {
  font-weight: 500;
}
.h-heading--large, .join_our_team_jobs__heading_wrapper h2 {
  font-size: 54px !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .h-heading--large, .join_our_team_jobs__heading_wrapper h2 {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
}
.h-heading--large strong, .join_our_team_jobs__heading_wrapper h2 strong {
  font-weight: 500;
}
.h-heading--xlarge, .single-page-career__title {
  font-size: 54px !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .h-heading--xlarge, .single-page-career__title {
    font-size: 32px !important;
    margin-bottom: 20px;
  }
}
.h-heading--xlarge strong, .single-page-career__title strong {
  font-weight: 500;
}

/********************************************
Careers Page
*********************************************/
.join_our_team {
  background: url("icons/fdc_bg_pattern_tri_01.svg") no-repeat;
  background-size: 40% auto;
  background-position: top right;
}
.join_our_team p {
  font-family: Graphik, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}
@media only screen and (max-width: 600px) {
  .join_our_team p {
    font-size: 18px;
  }
}

.join_our_team_jobs__heading_wrapper {
  position: relative;
  display: flex;
  padding: 80px 0;
  margin: 0 4%;
}
.join_our_team_jobs__heading_wrapper__inner {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .join_our_team_jobs__heading_wrapper__inner {
    width: 50%;
  }
}
.join_our_team_jobs__heading_wrapper:after {
  position: absolute;
  bottom: 20px;
  left: 0px;
  content: "";
  display: block;
  height: 8px;
  width: 50px;
  background: #C2372E;
}

.join_our_team_jobs_content_wrapper {
  position: relative;
  padding: 80px 0;
  margin: 0 4%;
}
.join_our_team_jobs_content_wrapper .searchandfilter {
  background: #eeeeee;
  background: linear-gradient(90deg, #eeeeee 0%, rgba(255, 255, 255, 0) 72%);
  color: #808080;
}
.join_our_team_jobs_content_wrapper .searchandfilter .sf-input-text, .join_our_team_jobs_content_wrapper .searchandfilter .sf-input-select {
  color: #222222 !important;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  height: 40px;
  font-size: 18px;
}
.join_our_team_jobs_content_wrapper .searchandfilter .sf-input-select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1105.793-134.395l5,6,5-6" transform="translate(-1105.793 134.395)" fill="black"/></svg>') !important;
}
@media only screen and (min-width: 600px) {
  .join_our_team_jobs_content_wrapper .searchandfilter li {
    padding: 20px 0;
  }
}
.join_our_team_jobs_content_wrapper .searchandfilter li input {
  color: #808080 !important;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}
.join_our_team_jobs_content_wrapper .search-filter-results {
  width: calc(100%);
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1);
}
@media only screen and (min-width: 600px) {
  .join_our_team_jobs_content_wrapper .search-filter-results {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2);
  }
}
@media only screen and (min-width: 1024px) {
  .join_our_team_jobs_content_wrapper .search-filter-results {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3);
  }
}
@media only screen and (min-width: 1280px) {
  .join_our_team_jobs_content_wrapper .search-filter-results {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4);
  }
}

.join_our_team_job_listing {
  padding: 12%;
  -webkit-box-shadow: 1px 3px 16px -3px rgba(0, 0, 0, 0.62);
  box-shadow: 1px 3px 16px -3px rgba(0, 0, 0, 0.62);
  position: relative;
  text-align: center;
  background: #fff;
}
.join_our_team_job_listing small, .join_our_team_job_listing sub, .join_our_team_job_listing sup {
  font-size: 0.6em;
}
.join_our_team_job_listing sub {
  vertical-align: sub;
}
.join_our_team_job_listing sup {
  vertical-align: super;
  position: relative;
  top: 1px;
}
.join_our_team_job_listing__state {
  position: absolute;
  left: 15px;
  top: 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}
.join_our_team_job_listing__icon {
  display: block;
  width: 100%;
  height: 72px;
  width: 72px;
  margin: 20px 0;
  display: inline-block;
}
.join_our_team_job_listing__icon--01 {
  background: url("icons/fdc_job_icon_01.svg") no-repeat;
  background-size: auto 72px;
  background-position: center center;
}
.join_our_team_job_listing__icon--02 {
  background: url("icons/fdc_job_icon_02.svg") no-repeat;
  background-size: auto 72px;
  background-position: center center;
}
.join_our_team_job_listing__title {
  font-size: 28px;
  line-height: 1.2;
  color: #414042;
  margin-bottom: 20px;
}
.join_our_team_job_listing__title strong {
  font-weight: 500;
}
.join_our_team_job_listing__closing-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #414042;
  margin-bottom: 20px;
}
.join_our_team_job_listing__description {
  font-size: 12px;
  color: #414042;
  margin-bottom: 30px;
}
.join_our_team_job_listing__button {
  border: 2px solid #C2372E;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.join_our_team_job_listing__button:hover {
  background: #C2372E;
  color: #fff;
}

/********************************************
Single Careers Page
*********************************************/
.single-page-career {
  margin-top: 80px;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 600px) {
  .single-page-career {
    padding: 0 20px;
  }
}
.single-page-career__inner {
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
  z-index: 1;
}
.single-page-career p {
  font-family: Graphik, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}
@media only screen and (max-width: 600px) {
  .single-page-career p {
    font-size: 16px;
  }
}
.single-page-career:before {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("icons/fdc_bg_pattern_tri_01.svg") no-repeat;
  background-position: top right;
  opacity: 0.4;
}
@media only screen and (max-width: 600px) {
  .single-page-career:before {
    background-size: 50%;
    opacity: 0.3;
  }
}
.single-page-career:after {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("icons/fdc_bg_pattern_tri_02.svg") no-repeat;
  background-position: bottom right;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .single-page-career:after {
    background-size: 25%;
    opacity: 0.3;
  }
}
.single-page-career__header {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.single-page-career__header:after {
  position: absolute;
  bottom: -20px;
  left: 0px;
  content: "";
  display: block;
  height: 8px;
  width: 50px;
  background: #C2372E;
}
.single-page-career__content {
  width: 100%;
  margin-bottom: 40px;
}
.single-page-career__content p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .single-page-career__content {
    width: 50%;
  }
}
.single-page-career__closing-date {
  font-size: 18px;
  text-transform: capitalize;
}
.single-page-career__apply {
  line-height: 1.2;
}
.single-page-career__form {
  margin-top: 40px;
  width: 100%;
}
.single-page-career__form p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .single-page-career__form {
    width: 50%;
  }
}

/********************************************
Careers CTA
*********************************************/
.careers_cta {
  background: #EEEEEE;
  position: relative;
}
.careers_cta h2, .careers_cta h3, .careers_cta h4 {
  margin-bottom: 20px;
  position: relative;
}
.careers_cta h2:after, .careers_cta h3:after, .careers_cta h4:after {
  --contentWidth: 1260px;
  position: absolute;
  bottom: 10px;
  content: "";
  display: block;
  height: 8px;
  width: 50px;
  background: #C2372E;
  margin: 0 calc(25% - 50vw + 50px);
}
@media only screen and (min-width: 600px) {
  .careers_cta h2:after, .careers_cta h3:after, .careers_cta h4:after {
    margin: 0 calc(90% - 50vw + 50px);
  }
}
.careers_cta p {
  margin-bottom: 20px;
}
.careers_cta__inner {
  margin: 0 auto;
  max-width: 1260px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .careers_cta__inner {
    flex-direction: row;
  }
}
.careers_cta__content {
  width: 100%;
  position: relative;
  padding: 40px 20px;
}
@media only screen and (min-width: 600px) {
  .careers_cta__content {
    padding: 80px 40px;
    width: 50%;
  }
}
.careers_cta__image {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .careers_cta__image {
    width: 50%;
  }
}
.careers_cta__image img {
  z-index: 5;
  width: 50%;
  position: relative;
  right: 0;
}
@media only screen and (min-width: 600px) {
  .careers_cta__image img {
    width: 80%;
    position: absolute;
    bottom: -1px;
    right: 0;
  }
}
.careers_cta__image:before {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url("icons/fdc_bg_pattern_tri_03.svg") no-repeat;
  background-position: top right;
  background-size: 100% auto;
  opacity: 0.6;
}
@media only screen and (max-width: 600px) {
  .careers_cta__image:before {
    background-size: 100%;
    opacity: 0.3;
  }
}
