@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "perfectly-nineties";
  src: url("../fonts/PerfectlyNineties-Regular.otf") format("opentype"), url("../fonts/PerfectlyNineties-Regular.woff") format("woff");
}
@font-face {
  font-family: "perfectly-nineties";
  font-style: italic;
  src: url("../fonts/PerfectlyNineties-Italic.otf") format("opentype"), url("../fonts/PerfectlyNineties-Italic.woff") format("woff");
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #123B22;
}
a:hover {
  color: #BD5915;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.wrap,
.inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.skip-to-content {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  font-size: clamp(12px, 2vw, 21px);
  position: absolute;
  transform: translate(-50%, -100%);
  left: 50%;
  background-color: #BD5915;
  color: #fff;
  z-index: 9999;
  transition: transform 0.25s ease-in-out;
}

.skip-to-content:focus {
  transform: translate(-50%, 0%);
  outline: 2px solid #337835;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 {
  font-family: "perfectly-nineties", serif;
}

h2 {
  font-family: "perfectly-nineties", serif;
}

h3 {
  font-family: "perfectly-nineties", serif;
}

h4 {
  font-family: "perfectly-nineties", serif;
}

h5 {
  font-family: "perfectly-nineties", serif;
}

h6 {
  font-family: "perfectly-nineties", serif;
}

select {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ececec;
  padding: 14px 30px 14px 10px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  background-position: calc(100% - 30px) center;
  background-color: transparent;
  background-image: url("../images/global/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #8b8b8b;
  display: block;
  box-shadow: 0 3px 0 #b2cda5;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search] {
  appearance: none;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid #8b8b8b;
  display: block;
  box-shadow: 0 3px 0 #b2cda5;
  width: 100%;
}

.btn, .sub-search form > ul > li .advanced-button {
  display: inline-block;
  border: 1px solid #8B8B8B;
  padding: 10px 20px;
  background-color: #B2CDA5;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
}
.btn:hover, .sub-search form > ul > li .advanced-button:hover {
  background-color: #123B22;
  color: #fff;
}

/* Header Menu */
#header {
  position: relative;
  z-index: 10;
  padding: 7px 0;
}
#header .wrap:after {
  content: "";
  clear: both;
  display: table;
}
#header .logo {
  float: left;
}
#header .logo img {
  width: 216px;
  height: 136px;
}
#header .nav-wrap {
  float: right;
}
#header .nav-wrap .signin-link {
  display: none;
  float: right;
  clear: both;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1B5C34;
  padding: 5px 10px 5px 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 16px;
  background-image: url("../images/global/icon-person.svg");
  letter-spacing: 0.05em;
  margin-top: 25px;
}
#header .nav-wrap .signin-link:hover {
  color: #BD5915;
}
#header .nav-wrap .signin-link:focus {
  color: #BD5915;
  outline: 1px solid #337835;
}
#header .nav-wrap .main-menu {
  clear: both;
  margin-top: 76px;
}
#header .nav-wrap .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .nav-wrap .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 25px 0 21px;
}
#header .nav-wrap .main-menu > ul > li:last-child {
  margin: 0 0 0 21px;
}
#header .nav-wrap .main-menu > ul > li > a,
#header .nav-wrap .main-menu > ul > li > button {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 10px;
  color: #000;
}
#header .nav-wrap .main-menu > ul > li > a:after,
#header .nav-wrap .main-menu > ul > li > button:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #BD5915;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}
#header .nav-wrap .main-menu > ul > li > a:hover:after,
#header .nav-wrap .main-menu > ul > li > button:hover:after {
  transform: scale(1);
}
#header .nav-wrap .main-menu > ul > li > a:focus,
#header .nav-wrap .main-menu > ul > li > button:focus {
  outline: 1px solid #BD5915;
}
#header .nav-wrap .main-menu > ul > li > a:focus:after,
#header .nav-wrap .main-menu > ul > li > button:focus:after {
  transform: scale(1);
}
#header .nav-wrap .main-menu > ul > li > ul {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  display: none;
}
#header .nav-wrap .main-menu > ul > li > ul > li {
  white-space: nowrap;
}
#header .nav-wrap .main-menu > ul > li > ul > li > a {
  display: block;
  padding: 10px 20px;
}
#header .nav-wrap .main-menu > ul > li > ul > li > a:hover {
  background-color: red;
}
#header .menu-toggle {
  position: relative;
  display: block;
  float: right;
  height: 25px;
  width: 25px;
  background: #B2CDA5;
  border: 1px solid #8B8B8B;
  padding: 20px;
  cursor: pointer;
}
#header .menu-toggle span {
  font-size: 0;
  display: block;
  width: calc(100% - 10px);
  height: 3px;
  background-color: #223759;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
}
#header .menu-toggle span:before, #header .menu-toggle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #223759;
  transition: all 0.25s ease-in-out;
}
#header .menu-toggle span:before {
  position: absolute;
  transform-origin: center;
  top: -8px;
}
#header .menu-toggle span:after {
  position: absolute;
  transform-origin: center;
  bottom: -8px;
}
#header .menu-toggle.is-active span {
  background-color: transparent;
}
#header .menu-toggle.is-active span:before {
  transform: rotate(45deg);
  top: 0;
}
#header .menu-toggle.is-active span:after {
  transform: rotate(135deg);
  bottom: 0;
}
#header .menu-toggle {
  float: right;
}
@media screen and (min-width: 800px) {
  #header .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #header .logo img {
    width: 175px;
    height: auto;
  }
  #header .nav-wrap .signin-link {
    margin-top: 20px;
  }
  #header .nav-wrap .main-menu {
    margin-top: 62px;
  }
  #header .nav-wrap .main-menu > ul > li {
    margin: 0 8px 0 4px;
  }
  #header .nav-wrap .main-menu > ul > li a,
  #header .nav-wrap .main-menu > ul > li button {
    font-size: clamp(14px, 1vw, 16px);
  }
  #header .nav-wrap .main-menu > ul > li:last-child {
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 800px) {
  #header .logo img {
    width: 125px;
    height: auto;
  }
  #header .menu-toggle {
    margin-top: 18px;
  }
  #header .nav-wrap {
    float: none;
    background-color: #123B22;
    width: calc(100% + 40px);
    margin: 0 -20px;
    clear: both;
    display: flex;
    flex-direction: column-reverse;
    display: none;
  }
  #header .nav-wrap .signin-link {
    margin-top: 0;
    padding: 10px 20px;
    background-color: #B2CDA5;
    display: block;
    width: 100%;
    text-align: center;
    background-position: calc(50% - 45px) center;
  }
  #header .nav-wrap .main-menu {
    margin-top: 0;
  }
  #header .nav-wrap .main-menu > ul {
    text-align: center;
  }
  #header .nav-wrap .main-menu > ul > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(178, 205, 165, 0.2);
  }
  #header .nav-wrap .main-menu > ul > li:last-child {
    margin: 0;
    border-bottom: none;
  }
  #header .nav-wrap .main-menu > ul > li > a,
  #header .nav-wrap .main-menu > ul > li > button {
    color: #B2CDA5;
    font-size: clamp(16px, 1vw, 18px);
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  #header .nav-wrap .main-menu > ul > li > a:after,
  #header .nav-wrap .main-menu > ul > li > button:after {
    content: none;
  }
  #header .nav-wrap .main-menu > ul > li > a:hover, #header .nav-wrap .main-menu > ul > li > a:focus,
  #header .nav-wrap .main-menu > ul > li > button:hover,
  #header .nav-wrap .main-menu > ul > li > button:focus {
    background-color: #B2CDA5;
    color: #123B22;
  }
}
#footer .top-bar {
  background-color: #1B5C34;
  padding: 35px 0;
}
#footer .top-bar .wrap:after {
  content: "";
  clear: both;
  display: table;
}
#footer .top-bar .footer-nav {
  float: left;
  width: 600px;
}
#footer .top-bar .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
}
#footer .top-bar .footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}
#footer .top-bar .footer-nav ul li a {
  font-family: "perfectly-nineties", serif;
  font-style: italic;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 18px);
}
#footer .top-bar .footer-nav ul li a:hover {
  color: #BD5915;
}
#footer .top-bar .social-media {
  float: right;
  width: 445px;
  text-align: right;
}
#footer .top-bar .social-media strong {
  display: inline-block;
  vertical-align: middle;
  font-family: "perfectly-nineties", serif;
  font-size: clamp(16px, 1.5vw, 18px);
  color: #fff;
  font-weight: normal;
  margin-right: 15px;
}
#footer .top-bar .social-media ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  width: 310px;
}
#footer .top-bar .social-media ul li {
  display: inline-block;
  margin-left: 4%;
  text-align: center;
}
#footer .top-bar .social-media ul li a {
  display: inline-block;
}
#footer .top-bar .social-media ul li a svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  display: inline-block;
}
#footer .top-bar .social-media ul li a svg.youtube {
  width: 42px;
}
#footer .bottom-bar {
  background-color: #123B22;
  padding: 40px 0 60px;
  text-align: center;
}
#footer .bottom-bar p {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 18px);
}
#footer .bottom-bar p a {
  color: #fff;
  text-decoration: underline;
}
#footer .bottom-bar p a:hover {
  color: #3AAD4C;
}

@media screen and (max-width: 1200px) {
  #footer .top-bar .footer-nav {
    width: 520px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .top-bar .footer-nav {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
  }
  #footer .top-bar .social-media {
    float: none;
    width: 100%;
    text-align: left;
  }
  #footer .bottom-bar {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #footer .top-bar .footer-nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
  #footer .top-bar .social-media strong {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .top-bar .social-media ul {
    width: 100%;
    text-align: center;
  }
  #footer .top-bar .social-media ul li {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.join-our-talent-network {
  position: relative;
  background-color: #223759;
  padding: 110px 0 150px;
}
.join-our-talent-network:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #223759;
  background-image: url("../images/global/talent-engine-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
.join-our-talent-network .wrap {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}
.join-our-talent-network h2 {
  font-size: 48px;
  font-size: clamp(32px, 2.5vw, 48px);
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.join-our-talent-network p {
  font-size: 28px;
  font-size: clamp(18px, 1.5vw, 28px);
  color: #fff;
}
.join-our-talent-network p br {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .join-our-talent-network {
    padding: 50px 20px;
  }
}
#home-hero-banner {
  min-height: 360px;
  max-height: 625px;
  height: 40vh;
  background-color: #123B22;
  display: flex;
}
#home-hero-banner h1 {
  color: #fff;
  font-weight: normal;
  font-size: 62px;
  font-size: clamp(44px, 2vw, 62px);
  line-height: 1;
  margin: auto;
}
#home-hero-banner h1 em {
  font-size: 117px;
  font-size: clamp(60px, 7vw, 117px);
  display: block;
  margin-left: 76px;
}
#home-hero-banner > * {
  flex: 1;
}
#home-hero-banner .hero-content-col {
  background-image: url("../images/global/leaf-texture.png.webp");
  background-position: center;
  background-size: cover;
  display: flex;
}
#home-hero-banner .hero-image-col {
  background-image: url("../images/main/home-hero.jpg.webp");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  #home-hero-banner {
    flex-direction: column-reverse;
    min-height: 1px;
    height: calc(100vh - 200px);
    max-height: 100%;
  }
  #home-hero-banner .hero-content-col {
    padding: 10px 0;
  }
  #home-hero-banner .hero-image-col {
    height: 50vh;
  }
}
.inner-banner {
  min-height: 425px;
  height: 30vh;
  background-color: #123B22;
  display: flex;
  flex-direction: row-reverse;
}
.inner-banner .h1,
.inner-banner h1 {
  color: #fff;
  font-weight: normal;
  font-size: 62px;
  font-size: clamp(44px, 2vw, 62px);
  line-height: 1;
  margin: auto;
  font-family: "perfectly-nineties", serif;
}
.inner-banner .h1 em,
.inner-banner h1 em {
  font-size: 117px;
  font-size: clamp(60px, 7vw, 117px);
  display: block;
  margin-left: 76px;
}
.inner-banner > * {
  flex: 1;
}
.inner-banner .inner-banner-content {
  background-image: url("../images/global/leaf-texture.png");
  background-position: center;
  background-size: cover;
  display: flex;
}
.inner-banner .inner-banner-image {
  background-image: url("../images/job-pages/job-search.jpg");
  background-size: cover;
  background-position: center;
}
.inner-banner .inner-banner-image.job-details {
  background-image: url("../images/job-pages/job-details.jpg");
}

@media screen and (max-width: 1024px) {
  .inner-banner {
    flex-direction: column;
    min-height: 100%;
    height: auto;
  }
  .inner-banner .inner-banner-image {
    padding-bottom: 40%;
  }
  .inner-banner .inner-banner-content {
    padding: 20px 0;
  }
}
.job-search-bar {
  padding: 20px 50px;
}
.job-search-bar .mobile-search-button {
  display: none;
}
.job-search-bar #search-content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.job-search-bar #search-content > li {
  flex: 1;
  margin: 0 10px;
  position: relative;
}
.job-search-bar #search-content > li > ul {
  display: none;
  position: absolute;
  max-height: 250px;
  overflow-y: scroll;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 2;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  background-color: #fff;
}
.job-search-bar #search-content > li > ul > li {
  margin-bottom: 3px;
}
.job-search-bar #search-content > li > ul > li > a {
  font-size: 16px;
  font-size: clamp(14px, 1vw, 16px);
  color: #123B22;
  text-decoration: underline;
}
.job-search-bar #search-content > li > ul > li > a:hover {
  color: #BD5915;
}
.job-search-bar #search-content > li:last-child {
  flex: 0;
}
.job-search-bar #search-content > li:last-child a.btn, .job-search-bar #search-content > li:last-child .sub-search form > ul > li a.advanced-button, .sub-search form > ul > li .job-search-bar #search-content > li:last-child a.advanced-button {
  white-space: nowrap;
  padding: 16px 60px;
}

@media screen and (max-width: 1720px) {
  .job-search-bar {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1260px) {
  .job-search-bar {
    padding: 20px 10px;
  }
  .job-search-bar #search-content > li:last-child a.btn,
  .job-search-bar #search-content > li:last-child .sub-search form > ul > li a.advanced-button,
  .sub-search form > ul > li .job-search-bar #search-content > li:last-child a.advanced-button {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .job-search-bar #search-content {
    flex-direction: column;
  }
  .job-search-bar #search-content > li {
    margin-bottom: 20px;
  }
  .job-search-bar #search-content > li a.btn,
  .job-search-bar #search-content > li a.advanced-button {
    padding: 16px 20px;
  }
  .job-search-bar #search-content > li > ul {
    position: static;
  }
}
#search_term {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1;
  border: 1px solid #8B8B8B;
  box-shadow: 0 3px 0 #3AAD4C;
  padding: 15px 20px 16px;
  background-color: transparent;
  text-align: left;
  width: 100%;
  background-color: #fff;
}

#search_term_btn {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  background-image: url("../images/global/icon-search.svg");
}
#search_term_btn:hover {
  background-color: #123B22;
  background-image: url("../images/global/icon-search-white.svg");
}

@media screen and (max-width: 1260px) {
  #search_term_btn {
    right: 5px;
  }
}
.search-accordion-button {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1;
  border: 1px solid #8B8B8B;
  box-shadow: 0 3px 0 #3AAD4C;
  padding: 20px 20px;
  background-color: transparent;
  text-align: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  color: #000;
}
.search-accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 50%;
  background-size: 20px 20px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/global/icon-caret.svg");
}

@media screen and (max-width: 1260px) {
  .search-accordion-button:after {
    right: 10px;
  }
}
#search-body {
  padding: 50px 0;
}
#search-body .inner:after {
  content: "";
  clear: both;
  display: table;
}
#search-body .sub-search,
#search-body .search-results-right {
  width: 35%;
  float: left;
}
#search-body .search-results-right {
  clear: left;
}
#search-body .search-results,
#search-body .talent-network-form {
  width: 63%;
  float: right;
}

@media screen and (max-width: 1024px) {
  #search-body {
    padding: 0px 0 30px;
  }
  #search-body .sub-search,
  #search-body .search-results-right {
    width: 100%;
    float: none;
  }
  #search-body .search-results,
  #search-body .talent-network-form {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.search-headings h1 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  color: #123B22;
  margin: 0;
}
.search-headings h2 {
  font-size: 32px;
  font-size: clamp(24px, 2vw, 32px);
  color: #223759;
  margin: 0;
}

.sub-search {
  background-color: #F3F0E7;
  background-image: url("../images/global/geometric-leaves.png");
  background-blend-mode: multiply;
  padding: 20px 30px;
}
.sub-search .mobile-search-button {
  display: none;
}
.sub-search form > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-search form > ul > li {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.sub-search form > ul > li > ul.search-content {
  display: none;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 250px;
  margin: 0;
  padding: 20px;
  list-style: none;
}
.sub-search form > ul > li > ul.search-content > li {
  margin-bottom: 8px;
}
.sub-search form > ul > li > ul.search-content > li > a {
  font-size: 16px;
  font-size: clamp(14px, 1vw, 16px);
  color: #223759;
  text-decoration: underline;
  padding: 3px 0;
  display: block;
}
.sub-search form > ul > li .zip-search {
  position: relative;
  display: flex;
  gap: 5px;
}
.sub-search form > ul > li .zip-search #id_zipcode {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1;
  border: 1px solid #8B8B8B;
  box-shadow: 0 3px 0 #3AAD4C;
  padding: 15px 20px 16px;
  background-color: transparent;
  text-align: left;
  width: auto;
  background-color: #fff;
}
.sub-search form > ul > li .zip-search #id_radius {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1;
  border: 1px solid #8B8B8B;
  box-shadow: 0 3px 0 #3AAD4C;
  padding: 20px 20px;
  background-color: transparent;
  text-align: left;
  width: 152px;
  background-color: #fff;
  position: relative;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-image: url("../images/global/icon-caret.svg");
}
.sub-search form > ul > li .zip-search #id-zipcode-btn {
  cursor: pointer;
  background-color: #B2CDA5;
  padding: 20px;
  width: 65px;
  box-shadow: 0 3px 0 #3AAD4C;
  border: 1px solid #8B8B8B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-image: url("../images/global/icon-search.svg");
}
.sub-search form > ul > li .zip-search #id-zipcode-btn:hover {
  background-color: #123B22;
  background-image: url("../images/global/icon-search-white.svg");
}
.sub-search form > ul > li .advanced-button {
  padding: 20px 35px;
}

@media screen and (max-width: 1500px) {
  .sub-search form > ul > li .zip-search #id_zipcode {
    width: 50%;
  }
  .sub-search form > ul > li .zip-search #id_radius {
    width: 50%;
    background-position: calc(100% - 10px) center;
  }
}
@media screen and (max-width: 1024px) {
  .sub-search {
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
  }
  .sub-search .mobile-search-button {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #BD5915;
    color: #fff;
    border: none;
    font-size: 21px;
    font-size: clamp(18px, 1.5vw, 21px);
  }
  .sub-search #search-form {
    display: none;
    margin-top: 20px;
  }
}
.search-results .pagination {
  margin: 20px 0;
  display: flex;
  align-items: end;
}
.search-results .pagination span {
  font-size: 21px;
  line-height: 1;
  display: inline-block;
  margin: 0 2px;
}
.search-results .pagination a {
  dispaly: inline-block;
  color: #123B22;
  font-size: 21px;
  margin: 0 5px;
  line-height: 1;
}
.search-results .pagination a.next {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8b8b8b;
  background-color: #B2CDA5;
  text-indent: -9999px;
  height: 25px;
  width: 25px;
  background-image: url("../images/global/icon-caret-right.svg");
  margin: 0 7px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results .pagination a.prev {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #8b8b8b;
  background-color: #B2CDA5;
  text-indent: -9999px;
  height: 25px;
  width: 25px;
  background-image: url("../images/global/icon-caret-left.svg");
  margin: 0 7px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results .results-content {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.search-results .results-content > li {
  display: block;
  margin-bottom: 50px;
  border-bottom: 3px solid #F3F0E7;
  padding-bottom: 30px;
}
.search-results .results-content > li .job-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-results .results-content > li .job-info .logo-col {
  width: 240px;
  height: 165px;
  border: 1px solid #3AAD4C;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 20px;
}
.search-results .results-content > li .job-info .logo-col img {
  max-height: 90px;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-results .results-content > li .job-info .data-col {
  width: calc(100% - 300px);
}
.search-results .results-content > li .job-info .data-col a {
  display: inline-block;
}
.search-results .results-content > li .job-info .data-col a h3 {
  font-size: 36px;
  font-size: clamp(32px, 2vw, 36px);
  padding-bottom: 3px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #123B22;
  border-bottom: 2px solid #3AAD4C;
  display: inline-block;
}
.search-results .results-content > li .job-info .data-col dl {
  margin-top: 10px;
  flex-wrap: wrap;
}
.search-results .results-content > li .job-info .data-col dl div {
  font-size: 14px;
  width: 100%;
}
.search-results .results-content > li .job-info .data-col dl div dt {
  display: inline-block;
  width: 120px;
}
.search-results .results-content > li .job-info .data-col dl div dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #223759;
}
.search-results .results-content > li .job-info .data-col p {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
}

@media screen and (max-width: 1024px) {
  .search-results .results-content > li .job-info .data-col dl div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .search-results .results-content > li .job-info {
    display: block;
  }
  .search-results .results-content > li .job-info .logo-col {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    width: auto;
  }
  .search-results .results-content > li .job-info .data-col {
    width: 100%;
  }
  .search-results .results-content > li .job-info .data-col dl div dt {
    width: auto;
    margin-right: 5px;
  }
}
.search-results-right .tn-callout {
  margin: 30px 0;
}
.search-results-right .tn-callout:before {
  content: "";
  display: block;
  background-image: url("../images/global/talent-network-sidebar.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 53%;
  width: 100%;
}
.search-results-right .tn-callout a {
  display: block;
  text-align: center;
  font-size: 32px;
  font-size: clamp(24px, 2.2vw, 32px);
  padding: 10px;
  background-color: #223759;
  color: #fff;
  font-family: "perfectly-nineties", serif;
  font-weight: 400;
}
.search-results-right .saved-jobs,
.search-results-right .sub-featured-jobs,
.search-results-right .recently-viewed-jobs {
  padding: 30px;
  background-color: #F3F0E7;
  margin: 30px 0;
}
.search-results-right .saved-jobs h2,
.search-results-right .sub-featured-jobs h2,
.search-results-right .recently-viewed-jobs h2 {
  font-size: 36px;
  font-size: clamp(32px, 2vw, 36px);
  margin: 0 0 20px;
}
.search-results-right .saved-jobs ul,
.search-results-right .sub-featured-jobs ul,
.search-results-right .recently-viewed-jobs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results-right .saved-jobs ul > li,
.search-results-right .sub-featured-jobs ul > li,
.search-results-right .recently-viewed-jobs ul > li {
  margin-bottom: 40px;
}
.search-results-right .saved-jobs ul > li a,
.search-results-right .sub-featured-jobs ul > li a,
.search-results-right .recently-viewed-jobs ul > li a {
  display: inline-block;
  margin-bottom: 10px;
}
.search-results-right .saved-jobs ul > li a h3,
.search-results-right .sub-featured-jobs ul > li a h3,
.search-results-right .recently-viewed-jobs ul > li a h3 {
  font-size: 36px;
  font-size: clamp(24px, 1.5vw, 32px);
  line-height: 1.2;
  margin: 0;
  color: #123B22;
  border-bottom: 2px solid #3AAD4C;
  display: inline-block;
}
.search-results-right .saved-jobs ul > li dl,
.search-results-right .sub-featured-jobs ul > li dl,
.search-results-right .recently-viewed-jobs ul > li dl {
  margin-top: 10px;
}
.search-results-right .saved-jobs ul > li dl div,
.search-results-right .sub-featured-jobs ul > li dl div,
.search-results-right .recently-viewed-jobs ul > li dl div {
  font-size: 14px;
}
.search-results-right .saved-jobs ul > li dl div dt,
.search-results-right .sub-featured-jobs ul > li dl div dt,
.search-results-right .recently-viewed-jobs ul > li dl div dt {
  display: inline-block;
  width: 110px;
}
.search-results-right .saved-jobs ul > li dl div dd,
.search-results-right .sub-featured-jobs ul > li dl div dd,
.search-results-right .recently-viewed-jobs ul > li dl div dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #223759;
}

#category-text > br {
  display: none;
}

#job-details .job-details-btns {
  margin-top: 30px;
}
#job-details .job-details-btns a, #job-details .job-details-btns button {
  line-height: 1;
  padding: 18px 35px;
}
#job-details .job-details-btns > * {
  display: inline-block;
  vertical-align: top;
}
#job-details .job-info {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
#job-details .job-info .logo-col {
  width: 240px;
  height: 165px;
  border: 1px solid #3AAD4C;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
}
#job-details .job-info .logo-col img {
  width: 50%;
  max-height: 90px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#job-details .job-info .data-col {
  width: calc(100% - 300px);
}
#job-details .job-info .data-col dl {
  margin-top: 10px;
}
#job-details .job-info .data-col dl div {
  font-size: 14px;
}
#job-details .job-info .data-col dl div dt {
  display: inline-block;
  width: 110px;
}
#job-details .job-info .data-col dl div dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #223759;
}
#job-details .google-job-map {
  border: 1px solid #707070;
  display: block;
}
#job-details .google-job-map iframe {
  display: block;
  width: 100%;
  height: 290px;
}

@media screen and (max-width: 768px) {
  #job-details .job-details-btns {
    margin-top: 30px;
  }
  #job-details .job-details-btns a, #job-details .job-details-btns button {
    line-height: 1;
    padding: 18px 35px;
  }
  #job-details .job-details-btns > * {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  #job-details .job-details-btns form {
    margin: 0;
  }
  #job-details .job-details-btns form button,
  #job-details .job-details-btns form a {
    width: 100%;
  }
  #job-details .job-info {
    flex-direction: column;
  }
  #job-details .job-info .logo-col {
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
  }
  #job-details .job-info .logo-col img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 70%;
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
  }
  #job-details .job-info .data-col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #job-details .job-info .data-col dl {
    display: block;
  }
  #job-details .job-info .data-col dl > div {
    margin-bottom: 10px;
  }
}
.talent-network-form {
  position: relative;
}
.talent-network-form .form-intro h1 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  color: #123B22;
  margin-top: 0;
  margin-bottom: 10px;
}
.talent-network-form .form-intro h2 {
  font-size: 32px;
  font-size: clamp(24px, 2vw, 32px);
  color: #223759;
  margin: 0;
}
.talent-network-form .form-intro .back-button {
  position: absolute;
  right: 0;
  top: 0;
}
.talent-network-form .form-intro img {
  width: 100px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2px;
}
.talent-network-form .form-intro a {
  color: #123B22;
  text-decoration: underline;
}
.talent-network-form .form-intro a:hover {
  color: #BD5915;
}

.te-form {
  border: 1px solid #B2CDA5;
  padding: 40px 40px;
  margin: 20px 0;
}
.te-form > p {
  font-family: "perfectly-nineties", serif;
  font-size: 21px;
  font-weight: 400;
}
.te-form .te-field {
  margin-bottom: 20px;
}
.te-form .te-field label {
  text-transform: uppercase;
}
.te-form .te-field input[type=text],
.te-form .te-field input[type=email] {
  border: 1px solid #8b8b8b;
  display: block;
  box-shadow: 0 3px 0 #b2cda5;
  width: 100%;
}
.te-form .te-field.te-field-categories > div {
  max-height: 250px;
  padding: 20px;
  overflow-y: scroll;
  border: 1px solid #8b8b8b;
  box-shadow: 0 3px 0 #b2cda5;
}
.te-form .te-field.te-field-categories > div > div {
  margin-bottom: 5px;
}
.te-form .te-field.te-field-categories > div > div label {
  text-transform: none;
}
.te-form .te-field.te-field-categories > div > div input[type=checkbox] {
  margin-right: 10px;
}
.te-form .te-recaptcha {
  margin: 20px 0;
}

.talent-disclaimer {
  margin: 20px 0 30px;
}

.te-submit {
  display: inline-block;
  border: 1px solid #8B8B8B;
  padding: 10px 20px;
  background-color: #B2CDA5;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
}
.te-submit:hover {
  background-color: #123B22;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .te-form {
    padding: 20px;
  }
  .talent-network-form .form-intro .back-button {
    position: static;
    margin: 10px 0 20px;
  }
}
.mission-statement {
  background-color: #223759;
  color: #fff;
  padding: 60px 0;
}
.mission-statement h2 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.2;
  font-size: clamp(36px, 2.5vw, 48px);
}
.mission-statement p {
  font-size: 18px;
  font-size: clamp(16px, 1vw, 18px);
}
.mission-statement .wrap {
  display: flex;
  align-content: center;
  align-items: center;
}
.mission-statement .wrap > * {
  margin: 0 20px;
}
.mission-statement .wrap .video-col {
  border: 5px solid #fff;
  flex: 1;
}
.mission-statement .wrap .video-col .video-facade {
  background-color: transparent;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.mission-statement .wrap .video-col .video-facade:before {
  content: "";
  height: 100px;
  width: 100px;
  background-image: url("../images/global/play.svg");
  opacity: 0.7;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.mission-statement .wrap .video-col .video-facade img {
  margin: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.mission-statement .wrap .img-col {
  border: 5px solid #fff;
  flex: 1;
}
.mission-statement .wrap .img-col img {
  margin: 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.mission-statement .wrap .content-col {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .mission-statement {
    padding: 30px 0;
  }
  .mission-statement .wrap {
    flex-direction: column;
  }
  .mission-statement .wrap .video-col {
    margin-bottom: 20px;
  }
}
.view-job-opportunities-map {
  padding: 40px 50px;
  background-color: #F3F0E7;
  background-blend-mode: multiply;
  background-image: url("../images/global/geometric-leaves.png");
}
.view-job-opportunities-map .map-container {
  margin-bottom: 30px;
}
.view-job-opportunities-map .map-container #map {
  padding-bottom: 33.3333%;
  width: 100%;
  background-color: rgba(18, 59, 34, 0.1);
}
.view-job-opportunities-map h2 {
  font-size: 48px;
  font-size: clamp(32px, 2.5vw, 48px);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20px;
  color: #337835;
  font-weight: 400;
}
.view-job-opportunities-map p {
  font-size: 24px;
  font-size: clamp(18px, 1.75vw, 24px);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .view-job-opportunities-map .map-container #map {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 600px) {
  .view-job-opportunities-map {
    padding: 40px 30px;
  }
}
.we-invest-in-you h2 {
  color: #223759;
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  text-align: center;
}
.we-invest-in-you ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.we-invest-in-you ul li {
  flex: 1;
  margin: 0 30px;
}
.we-invest-in-you ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #707070;
}
.we-invest-in-you ul li h3 {
  font-size: 28px;
  font-size: clamp(21px, 1.5vw, 28px);
}
.we-invest-in-you ul li p {
  font-size: 16px;
  font-size: clamp(14px, 1vw, 16px);
}

@media screen and (max-width: 1024px) {
  .we-invest-in-you ul {
    flex-direction: column;
  }
  .we-invest-in-you ul li {
    margin: 0 auto 30px;
    max-width: 80%;
  }
}
.ceo-quote {
  background-color: #003E17;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 20px 0 0;
}
.ceo-quote > * {
  flex: 50%;
}
.ceo-quote blockquote {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 90px 0 100px;
}
.ceo-quote .ceo-image {
  background-image: url("../images/main/ceo-image-placehold.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 440px;
}

@media screen and (max-width: 1024px) {
  .ceo-quote {
    flex-direction: column-reverse;
    padding: 0;
  }
  .ceo-quote > * {
    flex: 1;
  }
  .ceo-quote blockquote {
    padding: 50px 0 60px;
  }
  .ceo-quote .ceo-image {
    background-position: center bottom;
  }
}
.link {
  text-transform: uppercase;
  font-size: 14px;
  color: #BD5915;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: block;
}
.link:hover {
  color: #337835;
}

.career-callouts {
  text-align: center;
  margin: 50px 0;
}
.career-callouts .wrap {
  padding: 0;
}
.career-callouts h2 {
  color: #223759;
  font-size: 48px;
  font-size: clamp(32px, 2.5vw, 48px);
  line-height: 1.2;
  text-align: center;
}
.career-callouts .callout-wrap {
  align-items: center;
  display: flex;
  text-align: left;
}
.career-callouts .callout-wrap:nth-child(5) {
  margin-bottom: 40px;
}
.career-callouts .callout-wrap:nth-child(even) {
  background-color: #F3F0E7;
}
.career-callouts .callout-wrap > * {
  flex: 1;
}
.career-callouts .callout-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.career-callouts .callout-wrap h3 {
  font-size: 28px;
  font-size: clamp(24px, 1.5vw, 32px);
  color: #123B22;
  margin-top: 0;
}
.career-callouts .callout-wrap p {
  font-size: 16px;
  font-size: clamp(14px, 1vw, 16px);
}
.career-callouts .callout-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.career-callouts .callout-wrap .content-col > * {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .career-callouts .callout-wrap {
    flex-direction: column !important;
  }
  .career-callouts .callout-wrap .content-col {
    margin: 30px;
  }
  .career-callouts .callout-wrap .content-col > * {
    max-width: 90%;
  }
}
.well-cared {
  background-color: #337835;
  background-image: url("../images/main/benefits-bg.png");
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 40px 0 60px;
}
.well-cared h2 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  margin-top: 0;
}
.well-cared p {
  font-size: 28px;
  font-size: clamp(21px, 2vw, 28px);
}
.well-cared ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  align-items: flex-end;
  justify-content: space-between;
}
.well-cared ul > li {
  flex: 1;
  font-size: clamp(18px, 1.75vw, 24px);
  font-family: "perfectly-nineties", serif;
}

@media screen and (max-width: 1024px) {
  .well-cared ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .well-cared ul > li {
    margin-bottom: 50px;
  }
}
.ceo-blockquote {
  background-color: #223759;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}
.ceo-blockquote blockquote {
  font-family: "perfectly-nineties", serif;
  padding: 30px 40px 40px 40px;
  margin: 0;
  position: relative;
  font-size: 32px;
  font-size: clamp(24px, 2vw, 36px);
}
.ceo-blockquote blockquote:before {
  content: "“";
  font-size: 145px;
  font-size: clamp(100px, 5vw, 145px);
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 5px;
}
.ceo-blockquote blockquote:after {
  content: "”";
  font-size: 145px;
  font-size: clamp(100px, 5vw, 145px);
  line-height: 1;
  position: absolute;
  bottom: -10px;
  margin-left: 20px;
}
.ceo-blockquote .author {
  font-size: 24px;
  font-size: clamp(18px, 1.25vw, 24px);
  font-style: italic;
  font-weight: 700;
}

.summer-intern-program {
  margin: 40px 0;
}
.summer-intern-program .wrap {
  display: flex;
}
.summer-intern-program .wrap > * {
  flex: 1;
}
.summer-intern-program .img-col {
  margin-right: 30px;
}
.summer-intern-program .img-col img {
  max-width: 100%;
  height: auto;
}
.summer-intern-program .content-col {
  margin-left: 30px;
}
.summer-intern-program .content-col h2 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 400;
  color: #015A1F;
  margin-top: 0;
  margin-bottom: 10px;
}
.summer-intern-program .content-col p strong {
  font-weight: normal;
  font-size: 28px;
  font-size: clamp(21px, 2vw, 28px);
}

@media screen and (max-width: 1024px) {
  .summer-intern-program .wrap {
    flex-direction: column;
  }
  .summer-intern-program .img-col {
    margin-right: 0;
  }
  .summer-intern-program .content-col {
    margin-left: 0;
  }
}
.green-list {
  background-color: #F3F0E7;
  background-image: url("../images/global/geometric-leaves.png");
  background-blend-mode: multiply;
  padding: 40px 0;
}
.green-list .wrap {
  max-width: 1320px;
}
.green-list .wrap:after {
  content: "";
  clear: both;
  display: table;
}
.green-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  max-width: 480px;
}
.green-list ul li {
  color: #1B5C34;
  font-family: "perfectly-nineties", serif;
  position: relative;
  padding-left: 40px;
  font-size: 65px;
  font-size: clamp(36px, 3vw, 65px);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 27px 30px;
  background-image: url("../images/global/leaf-list.svg");
}
.green-list ul li em {
  color: #223759;
}
.green-list p {
  text-align: center;
  width: 50%;
  max-width: 740px;
  float: right;
  font-size: 24px;
  font-size: clamp(18px, 1.5vw, 24px);
  border-top: 5px solid #BD5915;
  border-bottom: 5px solid #BD5915;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .green-list ul {
    width: auto;
    margin: 0 auto 20px;
    float: none;
    max-width: 340px;
  }
  .green-list ul > li {
    flex: none;
  }
  .green-list p {
    max-width: 100%;
    width: 100%;
  }
}
.map-joblist-job .map-joblist-buttons br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .map-joblist-job {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px !important;
  }
  .map-joblist-job .map-joblist-buttons {
    margin: 10px 0 0 0;
    order: 2;
  }
}
.mission-purpose {
  background-color: #F3F0E7;
  background-image: url("../images/global/geometric-leaves.png");
  background-blend-mode: multiply;
  padding: 40px 0;
}
.mission-purpose .row {
  border-bottom: 5px solid #BD5915;
  margin-bottom: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.mission-purpose .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mission-purpose .row h2.headline {
  color: #1B5C34;
  font-family: "perfectly-nineties", serif;
  position: relative;
  padding-left: 40px;
  font-size: 65px;
  font-size: clamp(48px, 3vw, 65px);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 27px 30px;
  background-image: url("../images/global/leaf-list.svg");
  display: table-cell;
  width: 420px;
  margin: 0;
}
.mission-purpose .row h2.headline em {
  color: #223759;
}
.mission-purpose .row p {
  font-size: 24px;
  font-size: clamp(18px, 1.5vw, 24px);
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .mission-purpose .row {
    text-align: center;
  }
  .mission-purpose .row h2.headline {
    margin: 0 auto;
    display: block;
  }
  .mission-purpose .row p {
    display: block;
  }
}
.our-values {
  background-image: url("../images/sub/our-culture/our-values.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.our-values .inner-wrap {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.our-values h2 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 400;
  color: #223759;
  margin-top: 0;
  text-align: center;
}
.our-values .accordion-wrap {
  border-bottom: 2px dashed #B9B9B9;
  padding: 20px 50px;
}
.our-values .accordion-wrap:last-child {
  border-bottom: none;
}
.our-values .accordion-wrap .value-accordion-header {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 28px;
  color: #123B22;
  font-family: "perfectly-nineties", serif;
  position: relative;
  padding: 0;
}
.our-values .accordion-wrap .value-accordion-header:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/global/icon-caret.svg");
}
.our-values .accordion-wrap .value-accordion-header.is-active:after {
  transform: rotate(180deg);
}
.our-values .value-content {
  display: none;
}

@media screen and (max-width: 960px) {
  .our-values .inner-wrap {
    padding: 15px;
  }
  .our-values .accordion-wrap {
    padding: 20px;
  }
}
.our-culture-in-action {
  background-color: #F3F0E7;
  padding: 60px 0;
}
.our-culture-in-action .culture-header {
  text-align: center;
  margin-bottom: 50px;
}
.our-culture-in-action .culture-header h2 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 400;
  color: #223759;
  margin-top: 0;
  text-align: center;
  margin: 0 0 0 10px;
}
.our-culture-in-action .culture-header p strong {
  display: block;
  color: #123B22;
}
.our-culture-in-action .wrap {
  max-width: 960px;
}
.our-culture-in-action .inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.our-culture-in-action .inner blockquote {
  font-size: 32px;
  font-size: clamp(24px, 2vw, 32px);
  font-family: "perfectly-nineties", serif;
  color: #223759;
  text-align: center;
  padding: 0;
  margin: 0;
}
.our-culture-in-action .inner blockquote span {
  display: block;
  font-size: 20px;
  font-size: clamp(16px, 1.2vw, 20px);
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  color: #123B22;
}
.our-culture-in-action .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}
.our-culture-in-action .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.our-culture-in-action .slick-dots li button {
  height: 25px;
  width: 25px;
  display: block;
  border-radius: 100%;
  border: 2px solid #223759;
  text-indent: -9999px;
  background-color: transparent;
}
.our-culture-in-action .slick-dots li.slick-active button {
  background-color: #BD5915;
}

@media screen and (max-width: 900px) {
  .our-culture-in-action .inner {
    display: block;
  }
  .our-culture-in-action .img-col {
    margin-bottom: 20px;
    text-align: center;
  }
  .our-culture-in-action .img-col img {
    display: block;
    margin: 0 auto;
  }
}
.giving-back {
  padding: 50px 0;
}
.giving-back .give-back-header {
  text-align: center;
  margin-bottom: 40px;
}
.giving-back .give-back-header h2 {
  font-size: 48px;
  font-size: clamp(36px, 2.5vw, 48px);
  font-weight: 400;
  color: #223759;
  margin-top: 0;
  margin: 0 0 0 10px;
}
.giving-back .give-back-header .wrap {
  max-width: 820px;
}
.giving-back .give-back-content .wrap:after {
  content: "";
  clear: both;
  display: table;
}
.giving-back .give-back-content .wrap .img-col {
  float: left;
  width: calc(50% - 20px);
}
.giving-back .give-back-content .wrap .img-col img {
  max-width: 100%;
  height: auto;
}
.giving-back .give-back-content .wrap .text-col {
  float: right;
  width: calc(50% - 20px);
}
.giving-back .give-back-content .wrap .text-col h3 {
  margin: 0;
  font-size: 36px;
  font-size: clamp(32px, 2vw, 36px);
  color: #123B22;
}
.giving-back .give-back-content .wrap .text-col p {
  font-size: 20px;
  font-size: clamp(16px, 1vw, 20px);
}
.giving-back .give-back-content #extra-content {
  display: none;
  border-top: 1px solid #ececec;
  margin: 20px auto;
}

@media screen and (max-width: 960px) {
  .giving-back .give-back-content .wrap .img-col {
    display: block;
    width: 100%;
    float: none;
  }
  .giving-back .give-back-content .wrap .text-col {
    display: block;
    width: 100%;
    float: none;
  }
}
.environment-commitment {
  background-image: linear-gradient(170deg, #337835, #003E17);
  padding: 40px 0 100px;
  border-bottom: 5px solid #fff;
  margin-top: 40px;
}
.environment-commitment h2 {
  color: #fff;
  font-size: 36px;
  font-size: clamp(32px, 2vw, 36px);
  font-weight: 400;
  margin: 0 0 20px;
  text-align: center;
}
.environment-commitment .img-col {
  height: 300px;
  width: 300px;
  border: 4px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-position: center right;
  border-radius: 100%;
  overflow: hidden;
  background-image: url("../images/sub/our-culture/environment.jpg");
  display: inline-block;
}
.environment-commitment .content-col {
  display: inline-block;
  width: calc(100% - 400px);
  margin-left: 95px;
}
.environment-commitment .content-col p {
  font-size: 20px;
  font-size: clamp(16px, 1.1vw, 20px);
  color: #fff;
}

@media screen and (max-width: 960px) {
  .environment-commitment .img-col {
    display: block;
    margin: 0 auto 20px;
  }
  .environment-commitment .content-col {
    width: 100%;
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

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