@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: "Trust Hartford Mono";
  src: url("../fonts/TrustHartfordMono-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Trust Hartford Mono";
  src: url("../fonts/TrustHartfordMono-Italic.woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Mono";
  src: url("../fonts/TrustHartfordMono-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Mono";
  src: url("../fonts/TrustHartfordSans-BoldItalic.woff2");
  font-weight: 700;
  font-style: italic;
}
/* Sans Font */
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-BoldItalic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-Italic.woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-Light.woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-LightItalic.woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Sans";
  src: url("../fonts/TrustHartfordSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}
/* Serif Font */
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-BoldItalic.woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-Italic.woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-XLight.woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Trust Hartford Serif";
  src: url("../fonts/TrustHartfordSerif-XLightItalic.woff2");
  font-weight: 200;
  font-style: italic;
}
/* Site Styles */
:root {
  --darkBlue: #3a5a78;
  --blueLightest: #eaf2f9;
  --green: #118654;
  --greenLightest: #ebfcf2;
  --red: #822b2f;
  --redLightest: #ffeef0;
  --purple: #4d4369;
  --purpleLightest: #f1efff;
  --greenP:#367a3d;
  --greenPHover:#255B06;
  --claret:#75013f;
  --claretHover:#52012C;
  --warmGray:#f5f2ef;
  --warmGrayWg:#eae5df;
  --grayBorder:#cdc4ba;
  --linkColor:#0d5996;
  --linkHover:#19446A;
  --fushia:#fe3082;
  --fushiaLight:#ffeaf3;
  --lightGray:#f3f3f3;
  --beigeLight:#f9f7f5;
  --darkTextColor:#1a1a1a;
}

/* Mono Font */
html {
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Trust Hartford Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
}

p {
  margin: 0.5rem 0;
}

.wrap,
.inner {
  max-width: 1800px;
  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 {
  position: absolute;
  background-color: var(--claret);
  display: block;
  padding: 1rem 2rem;
  font-weight: 700;
  color: #fff;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  transition: transform 0.25s ease-in-out;
  top: 0;
}
.skip-to-content:hover, .skip-to-content:focus {
  transform: translateY(0%) translateX(-50%);
  background-color: var(--claretHover);
  outline: 2px solid var(--red);
}

.btn, .talent-network .talent-network-form .te-form .te-submit {
  padding: 1rem 1.25rem;
  background-color: var(--claret);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid var(--claret);
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.0625rem + 0.16667vw, 1.25rem);
  display: inline-block;
}
.btn:hover, .talent-network .talent-network-form .te-form .te-submit:hover {
  background-color: var(--claretHover);
}

.btn-share.btn:hover, .talent-network .talent-network-form .te-form .btn-share.te-submit:hover {
  background-color: var(--claretHover);
  color: #fff;
}

#backbtn {
  background-color: transparent;
  color: var(--linkColor);
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
#backbtn:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 20px;
  background-size: 8px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%230d5996' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
  /*

  --linkColor:#0d5996;
  --linkHover:#19446A; 

  */
}
#backbtn:hover {
  color: var(--linkHover);
}
#backbtn:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%2319446A' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
}

h1 {
  font-family: "Trust Hartford Sans", sans-serif;
  font-size: 2.8125rem;
  font-size: clamp(2rem, 1.625rem + 1.1vw, 2.8125rem);
  line-height: 1.1;
}

.body-class-job-view h1 {
  font-family: "Trust Hartford Sans", sans-serif;
  font-size: 2rem;
  font-size: clamp(1.3rem, 1.2rem + 1.1vw, 2rem);
  line-height: 1.2;
}

h2 {
  font-family: "Trust Hartford Sans", sans-serif;
}

h3 {
  font-family: "Trust Hartford Sans", sans-serif;
}

h4 {
  font-family: "Trust Hartford Sans", sans-serif;
}

h5 {
  font-family: "Trust Hartford Sans", sans-serif;
}

h6 {
  font-family: "Trust Hartford Sans", sans-serif;
}

dl div,
dl span {
  display: flex;
}
dl div dt,
dl span dt {
  height: 35px;
  width: 25px;
  display: inline-block;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center 20%;
  margin-right: 0.5rem;
}
dl div dd,
dl span dd {
  margin: 0;
  display: inline-block;
}
dl div:first-child dt,
dl span:first-child dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' id='Group_29' data-name='Group 29' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.276' height='23.165' viewBox='0 0 18.276 23.165'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_16' data-name='Rectangle 16' width='18.276' height='23.165' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_17' data-name='Group 17' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M10.01,12.942a2.934,2.934,0,1,1,2.934-2.934,2.934,2.934,0,0,1-2.934,2.934m0-11.492a8.559,8.559,0,0,0-8.559,8.558v.131c0,4.759,4.891,9.649,8.071,13.317H10.5c3.178-3.668,8.069-8.558,8.069-13.317v-.131A8.559,8.559,0,0,0,10.009,1.45Z' transform='translate(-0.872 -0.871)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px 23px;
}
dl div:nth-child(2) dt,
dl span:nth-child(2) dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' width='20' height='18.75' viewBox='0 0 20 18.75'%3E%3Cpath id='Icon_fa-solid-briefcase' data-name='Icon fa-solid-briefcase' d='M7.188,1.875h5.625a.313.313,0,0,1,.313.313V3.75H6.875V2.188A.313.313,0,0,1,7.188,1.875ZM5,2.188V3.75H2.5A2.5,2.5,0,0,0,0,6.25V10H20V6.25a2.5,2.5,0,0,0-2.5-2.5H15V2.188A2.189,2.189,0,0,0,12.813,0H7.188A2.189,2.189,0,0,0,5,2.188ZM20,11.25H12.5V12.5a1.249,1.249,0,0,1-1.25,1.25H8.75A1.249,1.249,0,0,1,7.5,12.5V11.25H0v5a2.5,2.5,0,0,0,2.5,2.5h15a2.5,2.5,0,0,0,2.5-2.5Z'/%3E%3C/svg%3E%0A");
  background-size: 20px 19px;
}
dl div:nth-child(3) dt,
dl span:nth-child(3) dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' width='16.893' height='21.5' viewBox='0 0 16.893 21.5'%3E%3Cg id='Icon_ion-document-text-sharp' data-name='Icon ion-document-text-sharp' transform='translate(-5.625 -2.25)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M19.125,2.887V9.908a.192.192,0,0,0,.192.192h7.022a.1.1,0,0,0,.068-.164L19.289,2.819a.1.1,0,0,0-.164.068Z' transform='translate(-4.286 -0.172)'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M13.688,11.464a.384.384,0,0,1-.384-.384V2.25H6.2a.576.576,0,0,0-.576.576V23.174a.576.576,0,0,0,.576.576H21.942a.576.576,0,0,0,.576-.576V11.464Zm4.991,7.679H9.464V17.607h9.214Zm0-3.839H9.464V13.768h9.214Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 17px 22px;
}
dl div:nth-child(4) dt,
dl span:nth-child(4) dt {
  background-size: 25px 27px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='362' height='362' viewBox='0 0 362 362'%3E%3Cg id='c' data-name='Icon'%3E%3Cpath d='M181,0C81.2,0,0,81.2,0,181s81.2,181,181,181,181-81.2,181-181S280.8,0,181,0ZM116.6,40c-8.6,11.9-15.9,25.6-21.9,40.7-8.7-1.9-17.3-4.2-25.7-6.7,13.5-14.2,29.6-25.7,47.6-34ZM59.7,84.6c9.9,3.2,20.1,6,30.6,8.3-8.8,26.5-13.7,56.4-13.7,88.1H25.9c0-36.4,12.7-69.9,33.8-96.4ZM26.5,195.4h50.4c1.1,25.9,5.7,51.1,13.2,73.8-10.5,2.4-20.8,5.6-30.8,8.8-18.4-23.3-30.2-53.9-32.8-82.6ZM68.5,287.5c8.5-2.6,17.1-4.9,26-6.8,6,15.3,13.5,29.2,22.1,41.3-18.2-8.4-34.5-20.1-48.1-34.5ZM167.7,335.5c-8.6-.8-18.4-2.5-27.3-4.9-13.6-13.7-25-31.6-33.5-52.5,19.8-3.6,40.6-5.7,60.7-6.4v63.8h.1ZM167.7,258.9c-23,.7-43.9,3.7-65.1,7.7-7.3-21.7-11.6-45.4-12.7-71.3h77.9v63.6h-.1ZM167.7,181h-78.2c0-30.9,4.6-60.1,13.2-85.5,21.2,4,42,6.3,64.9,6.9l.1,78.6h0ZM167.7,89.5c-20.1-.6-40.7-2.7-60.4-6.3,8.4-20.6,19.6-38.3,33-51.9,8.9-2.4,18.7-4.1,27.4-4.9v63.1h0ZM336.1,181h-60.9c0-30.9-4.6-60.2-13.1-86.2,13.8-2.7,27.2-6.1,40.1-10.3,21.2,26.6,33.9,60.1,33.9,96.5ZM293,74c-11.4,3.4-23.2,6.3-35.2,8.6-7.1-18.3-16.2-34.6-27-48.3,23.9,8.1,45.2,21.8,62.2,39.7ZM182.1,25.9c8.6,0,17.7,1,26.5,2.5,15.2,14.3,28,33.6,37.1,56.4-20.9,3.3-43.6,5-63.7,5l.1-63.9h0ZM182.1,102.7c23,0,45.5-1.9,67.9-5.6,8.3,25.1,12.3,53.6,12.3,83.9h-80.2v-78.3h0ZM182.1,195.4h79.9c-1.1,23-4.8,48.3-11.8,69.6-22.4-3.7-45.1-6.3-68.1-6.3v-63.3ZM182.1,336.1v-64.6c20.1,0,42.7,1.7,63.7,5.1-9.2,23.1-21.5,42.7-36.9,57.1-8.8,1.5-18.2,2.4-26.8,2.4ZM230.9,327.8c10.9-13.9,20.1-30.4,27.2-49,12.1,2.3,23.9,5.2,35.4,8.7-17.1,18.1-38.5,32.1-62.6,40.3ZM302.7,277.6c-13-4.2-26.5-7.3-40.3-10,7.1-22.2,11.5-46.4,12.5-72.3h60.5c-2.5,28.8-14.3,59.1-32.7,82.3Z'/%3E%3C/g%3E%3C/svg%3E");
}

.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%;
}

.menu-toggle {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  display: none;
}
.menu-toggle span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.25s ease-in-out;
}
.menu-toggle span:before {
  position: absolute;
  transform-origin: center;
  top: -8px;
}
.menu-toggle span:after {
  position: absolute;
  transform-origin: center;
  bottom: -8px;
}
.menu-toggle.is-active span {
  background-color: transparent;
}
.menu-toggle.is-active span:before {
  transform: rotate(45deg);
  top: 0;
}
.menu-toggle.is-active span:after {
  transform: rotate(135deg);
  bottom: 0;
}

#header .wrap {
  padding: 0 3.75rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#header .wrap:after {
  content: "";
  clear: both;
  display: table;
}
#header .wrap > * {
  flex: 1;
}
#header .main-logo {
  width: fit-content;
  clear: both;
}
#header .main-logo img {
  height: 130px;
  padding: 20px 20px 20px 0;
}
#header .talent-network-link {
  position: absolute;
  top: 0;
  right: 3.75rem;
}
#header .talent-network-link a {
  background-color: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0.75rem 1.125rem;
  line-height: 1;
}
#header .talent-network-link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 14px;
  margin-right: 10px;
  background-image: url("../images/global/talent-network-guy.png");
}
#header .talent-network-link a:hover {
  background-color: var(--linkHover);
}
#header .main-menu {
  padding: 20px 0 20px 20px;
  white-space: nowrap;
}
#header .main-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  float: right;
  margin-top: 10px;
}
#header .main-menu > ul > li {
  margin: 0 1.5rem 0;
}
#header .main-menu > ul > li:last-child {
  margin: 0 0 0 1.5rem;
}
#header .main-menu > ul > li > a {
  font-weight: 700;
  font-size: 1.125rem;
  font-size: clamp(1rem, 1.5rem + 0.1666vw, 1.125rem);
  color: #000;
  padding-bottom: 1rem;
  display: block;
  position: relative;
  padding: 0 0.25rem 1rem;
}
#header .main-menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  min-width: 0;
  display: block;
  background-color: var(--fushia);
  transition: min-width 0.25s ease-in-out;
}
#header .main-menu > ul > li > a:hover {
  color: var(--linkHover);
}
#header .main-menu > ul > li > a:hover:after {
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  #header .wrap {
    padding: 0 20px;
  }
  #header .main-logo {
    z-index: 98;
    position: relative;
  }
  #header .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 100;
    border: none;
  }
  #header .main-menu {
    position: absolute;
    width: 50%;
    height: 100vh;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: var(--warmGray);
    padding: 6rem 20px 20px;
    transform: translateX(200%);
    transition: transform 0.25s ease-in-out;
  }
  #header .main-menu.is-open {
    transform: translateX(0);
  }
  #header .main-menu ul {
    flex-direction: column;
    float: none;
  }
  #header .main-menu ul li {
    margin: 0.5rem !important;
    border-bottom: 1px solid #000;
  }
  #header .main-menu ul li > a {
    padding: 0.5rem !important;
    font-size: 1.125rem;
  }
  #header .talent-network-link {
    right: 20px;
  }
}
#footer {
  background-color: var(--beigeLight);
  padding: 3.125rem 0 2.5rem;
  margin-top: 3.125rem;
}
#footer a {
  font-size: 1rem;
  color: #000;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .top-bar {
  border-bottom: 2px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
}
#footer .top-bar .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top-bar .footer-menu > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
#footer .top-bar .footer-menu > ul > li {
  font-size: clamp(1rem, 1.5rem + 0.1666vw, 1.125rem);
}
#footer .top-bar .footer-menu > ul > li strong {
  display: block;
  margin-bottom: 0.625rem;
}
#footer .top-bar .footer-menu > ul > li > ul > li {
  margin: 0.625rem 0;
}
#footer .bottom-bar .legal-links {
  margin: 1.5rem 0 1.25rem;
}
#footer .bottom-bar .legal-links > ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom-bar .legal-links > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem;
}
#footer .bottom-bar .legal-links > ul > li:last-child {
  margin: 0 0 0 1rem;
}
#footer .bottom-bar .legal-links > ul > li > a {
  display: block;
  vertical-align: top;
  line-height: 1;
}
#footer .bottom-bar .legal-links > ul > li .cute-check {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 42px;
  background-position: center;
  background-image: url("../svg/global/privacyoptions.svg");
  margin-left: 10px;
  position: relative;
  top: -1px;
}
#footer .bottom-bar .copyright {
  text-align: right;
}
#footer .bottom-bar .social-links {
  text-align: right;
  margin-bottom: 2rem;
}
#footer .bottom-bar .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
#footer .bottom-bar .social-links ul li a {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #000;
}
#footer .bottom-bar .social-links ul li a svg {
  height: 25px;
  width: 25px;
  fill: #fff;
}
#footer .bottom-bar .social-links ul li a:hover {
  background-color: var(--linkHover);
}

@media screen and (max-width: 768px) {
  #footer .top-bar .footer-menu > ul {
    display: block;
  }
  #footer .top-bar .footer-menu > ul > li {
    margin-bottom: 1.5rem;
  }
  #footer .bottom-bar .copy-right {
    text-align: left;
  }
  #footer .bottom-bar .legal-links > ul {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .bottom-bar .legal-links > ul > li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  #footer .bottom-bar .social-links {
    text-align: center;
  }
  #footer .bottom-bar .social-links ul {
    justify-content: center;
  }
  #footer .bottom-bar .legal-links > ul {
    text-align: center;
  }
  #footer .bottom-bar .legal-links > ul > li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-banner {
  display: grid;
  grid-template-columns: 36.5% 63.5%;
}
.hero-banner .photo-col {
  background-image: url("../images/job-search/job-search.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}
.hero-banner .photo-col.talent-page {
  background-image: url("../images/talent-network/talent-network-banner.jpg");
}
.hero-banner .photo-col.job-details {
  background-image: url("../images/job-search/job-details.jpg");
}
.hero-banner .image-col {
  background-image: url("../images/job-search/banner.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}

.body-class-job-view .hero-banner .photo-col {
  background-image: url("../images/job-search/job-details.jpg");
}

@media screen and (max-width: 768px) {
  .hero-banner {
    display: block;
  }
  .hero-banner .photo-col {
    padding-bottom: 60%;
    width: 100%;
    background-image: url("../images/job-search/job-search-mobile.jpg");
  }
  .hero-banner .image-col {
    background-image: url("../images/job-search/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20%;
  }
  .body-class-job-view .hero-banner .photo-col {
    background-image: url("../images/job-search/job-details-mobile.jpg");
  }
}
#search-body {
  margin: 2rem 0;
}
#search-body .inner {
  display: grid;
  grid-template-columns: 28% 68%;
  grid-template-rows: 125px 1fr;
  grid-gap: 1% 4%;
}
#search-body .sub-search {
  grid-column: 2;
}
#search-body .search-results,
#search-body .talent-network-form {
  grid-column: 2;
  grid-row: 2;
}
#search-body .search-results-right {
  grid-column: 1;
  grid-row: 1/span 2;
}
#search-body .search-results-right h4 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-size: clamp(1.75rem, 0.666vw + 1.5rem, 2rem);
  margin: 0 0 1rem;
}

@media screen and (max-width: 1300px) {
  #search-body .inner {
    grid-template-columns: 28% 68%;
    grid-gap: 1% 2%;
  }
}
@media screen and (max-width: 1160px) {
  #search-body .inner {
    grid-template-rows: 250px 1fr;
  }
}
@media screen and (max-width: 960px) {
  #search-body .inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
/* Site Styles */
/* resets */
select {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ececec;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  background-image: url();
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search] {
  appearance: none;
  border-radius: 0;
  border: 1px solid #000;
  padding: 10px 10px 10px 10px;
}

/* end resets */
.talent-network #search-body .inner {
  display: block;
  max-width: 1230px;
}
.talent-network #search-body .search-results-right {
  display: none;
}
.talent-network .talent-network-form {
  margin-top: 3rem;
}
.talent-network .talent-network-form .form-intro {
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
}
.talent-network .talent-network-form .te-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talent-network .talent-network-form .te-form .te-submit {
  margin: 1rem 0;
  width: 250px;
}
.talent-network .talent-network-form .te-form .talent-disclaimer {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
}
.talent-network .talent-network-form .te-form .te-field {
  margin-bottom: 1.25rem;
  width: 100%;
}
.talent-network .talent-network-form .te-form .te-field > label {
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}
.talent-network .talent-network-form .te-form .te-field input[type=text],
.talent-network .talent-network-form .te-form .te-field input[type=email],
.talent-network .talent-network-form .te-form .te-field select {
  border: 2px solid #000;
  width: 100%;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
  padding: 1rem;
}
.talent-network .talent-network-form .te-form .te-field select {
  border: 2px solid #000;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  padding: 1rem 2rem 1rem 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='15.6' height='9.4' viewBox='0 0 15.6 9.4'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='9.4 7.8 15.6 1.6 14 0 7.8 6.2 1.6 0 0 1.6 6.2 7.8 7.8 9.4 9.4 7.8'/%3E%3C/g%3E%3C/svg%3E");
}
.talent-network .talent-network-form .te-form .te-field.te-field-categories, .talent-network .talent-network-form .te-form .te-field.te-field-locations {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.talent-network .talent-network-form .te-form .te-field.te-field-categories {
  margin-right: 3%;
}
.talent-network .talent-network-form .te-form .te-field #id_categories,
.talent-network .talent-network-form .te-form .te-field #id_locations {
  border: 2px solid #000;
  max-height: 200px;
  overflow-y: scroll;
  padding: 1rem;
}
.talent-network .talent-network-form .te-form .te-field #id_categories > *,
.talent-network .talent-network-form .te-form .te-field #id_locations > * {
  margin-bottom: 5px;
}

.optimator-form-field {
  margin-bottom: 1.25rem;
  width: 100%;
}
.optimator-form-field > label {
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}
.optimator-form-field input[type=text],
.optimator-form-field input[type=email],
.optimator-form-field select {
  border: 2px solid #000;
  width: 100%;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
  padding: 1rem;
}

.apply {
  margin: 2rem 0;
}

.apply #backbtn {
  display: none;
}

.video-sidebar {
  margin-bottom: 2rem;
}
.video-sidebar button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.video-sidebar button:before {
  content: "⏵";
  color: #fff;
  height: 45px;
  width: 65px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: var(--fushia);
  display: block;
  line-height: 45px;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-sidebar button:hover:before {
  background-color: var(--linkHover);
}
.video-sidebar img {
  max-width: 100%;
  height: auto;
}

.about-us {
  background-color: var(--beigeLight);
  padding: 2rem;
  margin-bottom: 2rem;
}
.about-us p {
  font-size: 1rem;
  font-size: clamp(1.1rem, 1rem + 0.25vw, 1em);
}
.about-us .hide-this {
  max-height: 135px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease-in-out;
}
.about-us .hide-this:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.25s ease-in-out;
}
.about-us #see-more-text {
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
  color: var(--linkColor);
  font-weight: 700;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}
.about-us #see-more-text:hover {
  color: var(--linkHover);
}
.about-us.open .hide-this {
  max-height: 999px;
}
.about-us.open .hide-this:after {
  opacity: 0;
}

.sub-featured-jobs,
.saved-jobs,
.recently-viewed-jobs {
  padding: 2rem;
  margin-bottom: 2rem;
}
.sub-featured-jobs h2,
.saved-jobs h2,
.recently-viewed-jobs h2 {
  font-size: 2.25rem;
  font-size: clamp(1.875rem, 1.6875rem + 0.5vw, 2rem);
  margin-top: 0;
  line-height: 1.2;
}
.sub-featured-jobs ul,
.saved-jobs ul,
.recently-viewed-jobs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-featured-jobs ul li,
.saved-jobs ul li,
.recently-viewed-jobs ul li {
  border-bottom: 2px solid #000;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.sub-featured-jobs ul li:last-child,
.saved-jobs ul li:last-child,
.recently-viewed-jobs ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sub-featured-jobs ul h3,
.saved-jobs ul h3,
.recently-viewed-jobs ul h3 {
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.1875rem + 0.5vw, 1.3rem);
  margin: 0 0 0.8rem;
  line-height: 1.2;
}
.sub-featured-jobs ul h3 a,
.saved-jobs ul h3 a,
.recently-viewed-jobs ul h3 a {
  color: #000;
}
.sub-featured-jobs .btn,
.saved-jobs .btn,
.recently-viewed-jobs .btn {
  margin-top: 20px;
}

.sub-featured-jobs {
  background-color: var(--claret);
  color: #fff !important;
}
.sub-featured-jobs h2 {
  color: #fff;
}
.sub-featured-jobs ul > li {
  border-bottom: 2px solid var(--fushia);
}
.sub-featured-jobs ul > li:last-child {
  border-bottom: none;
}
.sub-featured-jobs ul h3 a {
  color: #fff;
}
.sub-featured-jobs ul dl div:first-child dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' id='Group_29' data-name='Group 29' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.276' height='23.165' viewBox='0 0 18.276 23.165'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_16' data-name='Rectangle 16' width='18.276' height='23.165' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_17' data-name='Group 17' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M10.01,12.942a2.934,2.934,0,1,1,2.934-2.934,2.934,2.934,0,0,1-2.934,2.934m0-11.492a8.559,8.559,0,0,0-8.559,8.558v.131c0,4.759,4.891,9.649,8.071,13.317H10.5c3.178-3.668,8.069-8.558,8.069-13.317v-.131A8.559,8.559,0,0,0,10.009,1.45Z' transform='translate(-0.872 -0.871)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px 23px;
}
.sub-featured-jobs ul dl div:nth-child(2) dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='20' height='18.75' viewBox='0 0 20 18.75'%3E%3Cpath id='Icon_fa-solid-briefcase' data-name='Icon fa-solid-briefcase' d='M7.188,1.875h5.625a.313.313,0,0,1,.313.313V3.75H6.875V2.188A.313.313,0,0,1,7.188,1.875ZM5,2.188V3.75H2.5A2.5,2.5,0,0,0,0,6.25V10H20V6.25a2.5,2.5,0,0,0-2.5-2.5H15V2.188A2.189,2.189,0,0,0,12.813,0H7.188A2.189,2.189,0,0,0,5,2.188ZM20,11.25H12.5V12.5a1.249,1.249,0,0,1-1.25,1.25H8.75A1.249,1.249,0,0,1,7.5,12.5V11.25H0v5a2.5,2.5,0,0,0,2.5,2.5h15a2.5,2.5,0,0,0,2.5-2.5Z'/%3E%3C/svg%3E%0A");
  background-size: 20px 19px;
}
.sub-featured-jobs ul dl div:nth-child(3) dt {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='16.893' height='21.5' viewBox='0 0 16.893 21.5'%3E%3Cg id='Icon_ion-document-text-sharp' data-name='Icon ion-document-text-sharp' transform='translate(-5.625 -2.25)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M19.125,2.887V9.908a.192.192,0,0,0,.192.192h7.022a.1.1,0,0,0,.068-.164L19.289,2.819a.1.1,0,0,0-.164.068Z' transform='translate(-4.286 -0.172)'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M13.688,11.464a.384.384,0,0,1-.384-.384V2.25H6.2a.576.576,0,0,0-.576.576V23.174a.576.576,0,0,0,.576.576H21.942a.576.576,0,0,0,.576-.576V11.464Zm4.991,7.679H9.464V17.607h9.214Zm0-3.839H9.464V13.768h9.214Z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 17px 22px;
}

.saved-jobs {
  background-color: var(--beigeLight);
}

.legal-links-sidebar {
  background-color: var(--beigeLight);
  padding: 2rem;
}
.legal-links-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-links-sidebar ul > li {
  margin-bottom: 5px;
}
.legal-links-sidebar ul > li a {
  color: var(--linkColor);
}
.legal-links-sidebar ul > li a:hover {
  color: var(--linkHover);
}

.sub-search .mobile-search-button {
  display: none;
}
.sub-search form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-search form > ul.search-content {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.sub-search form > ul.search-content > li {
  flex-basis: 22.5rem;
  position: relative;
}
.sub-search form > ul.search-content > li:nth-child(1), .sub-search form > ul.search-content > li:nth-child(4), .sub-search form > ul.search-content > li:nth-child(5) {
  flex-basis: 26.25rem;
  flex-shrink: 1;
}
.sub-search form > ul.search-content > li:nth-child(6) {
  flex-basis: 10rem;
}
.sub-search form > ul.search-content > li input[type=text] {
  width: 100%;
  line-height: 1;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
  color: #707070;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 0.75rem 1.125rem;
}
.sub-search form > ul.search-content > li .search-accordion-button {
  width: 100%;
  font-size: 1.125rem;
  color: #707070;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  text-align: left;
  padding: 0.75rem 1.125rem;
}
.sub-search form > ul.search-content > li .search-accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background-image: url("../svg/global/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.sub-search form > ul.search-content > li .search-accordion-button.has-value {
  color: #000;
}
.sub-search form > ul.search-content > li .search-accordion-button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.sub-search form > ul.search-content > li .advanced-button {
  padding: 0.85rem 1.125rem;
  border: 2px solid #000;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.0625rem + 0.16667vw, 1.25rem);
}
.sub-search form > ul.search-content > li:last-child .advanced-button {
  border: none;
  text-align: left;
  color: var(--linkColor);
}
.sub-search form > ul.search-content > li:last-child .advanced-button:hover {
  color: var(--linkHover);
}
.sub-search form > ul.search-content > li .search-button {
  position: absolute;
  border: none;
  background-color: transparent;
  width: 50px;
  right: 0;
  top: 0;
  background-image: url("../svg/global/search.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  border-left: 2px solid #000;
}
.sub-search form > ul.search-content > li > ul {
  display: none;
  position: absolute;
  padding: 0 1rem 1rem;
  height: 150px;
  width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 2;
  margin-top: -4px;
  border: 2px solid #000;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sub-search form > ul.search-content > li > ul > li {
  margin-bottom: 5px;
}
.sub-search form > ul.search-content > li > ul > li a {
  color: #000;
}
.sub-search form > ul.search-content > li > ul > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1810px) {
  .sub-search form > ul.search-content > li {
    flex-basis: calc(30% - 1rem);
    flex-shrink: 1;
  }
  .sub-search form > ul.search-content > li:first-child, .sub-search form > ul.search-content > li:nth-child(4), .sub-search form > ul.search-content > li:nth-child(5) {
    flex-basis: calc(40% - 1rem);
    flex-shrink: 2;
  }
  .sub-search form > ul.search-content > li:last-child {
    flex-basis: 10rem;
  }
}
@media screen and (max-width: 1300px) {
  .sub-search form > ul.search-content {
    gap: 0.5rem;
  }
  .sub-search form > ul.search-content > li {
    flex-basis: calc(33.333333% - 0.5rem);
    flex-shrink: 1;
  }
  .sub-search form > ul.search-content > li:first-child, .sub-search form > ul.search-content > li:nth-child(4), .sub-search form > ul.search-content > li:nth-child(5) {
    flex-basis: calc(34% - 0.5rem);
    flex-shrink: 2;
  }
  .sub-search form > ul.search-content > li:last-child {
    flex-basis: 10rem;
  }
}
@media screen and (max-width: 1160px) {
  .sub-search form > ul.search-content > li {
    flex-basis: calc(50% - 0.5rem);
    flex-shrink: 1;
  }
  .sub-search form > ul.search-content > li:first-child {
    flex-basis: calc(100% - 0.5rem);
  }
  .sub-search form > ul.search-content > li:nth-child(4), .sub-search form > ul.search-content > li:nth-child(5) {
    flex-basis: calc(50% - 0.5rem);
    flex-shrink: 2;
  }
  .sub-search form > ul.search-content > li:last-child a {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .sub-search .mobile-search-button {
    background-color: var(--claret);
    color: #fff;
    border: none;
    width: 100%;
    padding: 1rem 1.15rem;
    font-size: 1.3125rem;
    font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
  }
  .sub-search .mobile-search-button:hover {
    background-color: var(--claretHover);
  }
  .sub-search form > ul.search-content {
    display: block;
    padding-top: 1rem;
  }
  .sub-search form > ul.search-content > li {
    margin: 0 0 0.5rem;
    width: 100%;
  }
}
.search-results-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tn-callout {
  background-image: url("../images/job-search/tn-callout.jpg");
  background-size: cover;
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 3.25rem;
}
.tn-callout a {
  display: block;
  color: #000;
}
.tn-callout div {
  position: absolute;
  background-color: var(--beigeLight);
  padding: 1rem;
  bottom: -40px;
  right: 0;
}
.tn-callout div span {
  display: block;
  font-size: 1.5625rem;
  font-size: clamp(1.25rem, 1.09375rem + 0.41666vw, 1.5625rem);
  font-weight: 700;
}
.tn-callout div span.read-more {
  font-weight: 400;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.25rem);
  color: var(--linkColor);
}
.tn-callout div span.read-more svg {
  width: 24px;
  height: 22px;
  fill: var(--linkColor);
  position: relative;
  top: 5px;
}

.job-details-btns {
  display: flex;
  max-width: 850px;
  gap: 0.75rem;
  text-align: center;
}
.job-details-btns > * {
  flex: 1;
  flex-basis: 220px;
}
.job-details-btns form > * {
  width: 100%;
  height: 100%;
}
.job-details-btns form > button,
.job-details-btns form > a {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.job-details-btns form > button:before,
.job-details-btns form > a:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='56.58' height='53.81' viewBox='0 0 56.58 53.81'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpolygon points='28.89 0 35.34 19.85 56.21 19.85 56.58 20.99 39.7 33.26 46.15 53.1 45.17 53.81 28.29 41.54 11.41 53.81 10.44 53.1 16.88 33.26 0 20.99 .37 19.85 21.24 19.85 27.69 0 28.89 0 28.89 0'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.job-details-btns form > button:hover,
.job-details-btns form > a:hover {
  color: #fff;
}
.job-details-btns form > button:hover:before,
.job-details-btns form > a:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='56.58' height='53.81' viewBox='0 0 56.58 53.81'%3E%3Cg id='c' fill='%23fff' data-name='Layer 1'%3E%3Cpolygon points='28.89 0 35.34 19.85 56.21 19.85 56.58 20.99 39.7 33.26 46.15 53.1 45.17 53.81 28.29 41.54 11.41 53.81 10.44 53.1 16.88 33.26 0 20.99 .37 19.85 21.24 19.85 27.69 0 28.89 0 28.89 0'/%3E%3C/g%3E%3C/svg%3E");
}
.job-details-btns a:last-child {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.job-details-btns a:last-child:hover {
  color: #fff;
  background-color: var(--claretHover);
}
.job-details-btns a:last-child:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='480' height='512' viewBox='0 0 480 512'%3E%3Cg id='c' fill='%23fff' data-name='Layer 1'%3E%3Cpath d='M384,192c53,0,96-43,96-96S437,0,384,0s-96,43-96,96c0,5.4.5,10.8,1.3,16l-129.7,72.1c-16.9-15-39.2-24.1-63.6-24.1C43,160,0,203,0,256s43,96,96,96c24.4,0,46.6-9.1,63.6-24.1l129.7,72.1c-.9,5.2-1.3,10.5-1.3,16,0,53,43,96,96,96s96-43,96-96-43-96-96-96c-24.4,0-46.6,9.1-63.6,24.1l-129.7-72.1c.9-5.2,1.3-10.5,1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9,15,39.2,24.1,63.6,24.1Z'/%3E%3C/g%3E%3C/svg%3E");
}
.job-details-btns a:nth-child(3):before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='480' height='512' viewBox='0 0 480 512'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M384,192c53,0,96-43,96-96S437,0,384,0s-96,43-96,96c0,5.4.5,10.8,1.3,16l-129.7,72.1c-16.9-15-39.2-24.1-63.6-24.1C43,160,0,203,0,256s43,96,96,96c24.4,0,46.6-9.1,63.6-24.1l129.7,72.1c-.9,5.2-1.3,10.5-1.3,16,0,53,43,96,96,96s96-43,96-96-43-96-96-96c-24.4,0-46.6,9.1-63.6,24.1l-129.7-72.1c.9-5.2,1.3-10.5,1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9,15,39.2,24.1,63.6,24.1Z'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.job-details-btns a:nth-child(3):hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='480' height='512' viewBox='0 0 480 512'%3E%3Cg id='c' fill='%23ffffff' data-name='Layer 1'%3E%3Cpath d='M384,192c53,0,96-43,96-96S437,0,384,0s-96,43-96,96c0,5.4.5,10.8,1.3,16l-129.7,72.1c-16.9-15-39.2-24.1-63.6-24.1C43,160,0,203,0,256s43,96,96,96c24.4,0,46.6-9.1,63.6-24.1l129.7,72.1c-.9,5.2-1.3,10.5-1.3,16,0,53,43,96,96,96s96-43,96-96-43-96-96-96c-24.4,0-46.6,9.1-63.6,24.1l-129.7-72.1c.9-5.2,1.3-10.5,1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9,15,39.2,24.1,63.6,24.1Z'/%3E%3C/g%3E%3C/svg%3E");
}

btn.btn-share:hover::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='480' height='512' viewBox='0 0 480 512'%3E%3Cg id='c' fill='%23fff' data-name='Layer 1'%3E%3Cpath d='M384,192c53,0,96-43,96-96S437,0,384,0s-96,43-96,96c0,5.4.5,10.8,1.3,16l-129.7,72.1c-16.9-15-39.2-24.1-63.6-24.1C43,160,0,203,0,256s43,96,96,96c24.4,0,46.6-9.1,63.6-24.1l129.7,72.1c-.9,5.2-1.3,10.5-1.3,16,0,53,43,96,96,96s96-43,96-96-43-96-96-96c-24.4,0-46.6,9.1-63.6,24.1l-129.7-72.1c.9-5.2,1.3-10.5,1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9,15,39.2,24.1,63.6,24.1Z'/%3E%3C/g%3E%3C/svg%3E");
}

.job-details-btns a:last-child:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.job-details-btns a:last-child:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='%23fff' id='b'  data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
}

.btn.btn-back::before {
  background-image: none;
}

a.btn.btn-back {
  color: #000;
}

.btn.btn-share, .btn.btn-back {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

@media screen and (max-width: 600px) {
  .job-details-btns {
    flex-direction: column;
    gap: 0.75rem;
  }
  .job-details-btns > * {
    flex: 1;
    flex-basis: auto;
  }
}
#job-details {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
}
#job-details dl {
  margin: 1rem 0;
  padding: 2rem 3rem;
  background-color: var(--warmGray);
  display: flex;
  gap: 0.5rem;
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
}
#job-details dl div {
  width: 40%;
}
#job-details dl div:nth-child(3) {
  order: 3;
}
#job-details p {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.33333vw + 0.9375rem, 1.125rem);
}

#job-details .copy + .job-details-btns {
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  #job-details dl {
    flex-direction: column;
    padding: 1.5rem;
  }
  #job-details dl div {
    width: 100%;
  }
}
#job-list-section {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#job-list-section > li {
  width: calc(33.333333% - 40px);
  background-color: var(--warmGray);
}
#job-list-section > li a {
  display: block;
  padding: 1.75rem 1.75rem 2rem;
}
#job-list-section > li a h3 {
  font-size: 1.4rem;
  font-size: clamp(1rem, 1.1rem + 0.25vw, 1.4rem);
  margin: 0 0 20px 0;
  color: var(--linkColor);
  line-height: 1.3;
}
#job-list-section > li a:hover h3 {
  color: var(--linkHover);
}
#job-list-section > li a dl {
  font-size: 1.3125rem;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.3125rem);
  margin: 0;
  color: #000;
}
#job-list-section > li a dl div {
  margin-bottom: 0.5rem;
  display: flex;
}
#job-list-section > li a dl div dt {
  height: 40px;
  width: 45px;
}
#job-list-section > li a dl div dd {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#job-list-section > li a dl div:first-child dt {
  background-size: 26px 34px;
}
#job-list-section > li a dl div:nth-child(2) dt {
  background-size: 29px 28px;
}
#job-list-section > li a dl div:nth-child(3) dt {
  background-size: 25px 32px;
}

@media screen and (max-width: 1500px) {
  #job-list-section {
    gap: 20px;
  }
  #job-list-section > li {
    width: calc(33.333333% - 20px);
  }
  #job-list-section > li > a {
    padding: 1.5rem 1.5rem 1.75rem;
  }
  #job-details dl {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 1300px) {
  #job-list-section > li a {
    padding: 1.25rem 1.25rem 1.5rem;
  }
  #job-list-section > li dl div dt {
    height: 30px;
    width: 40px;
    background-position: center;
  }
  #job-list-section > li dl div:first-child dt {
    background-size: 20px 22px;
  }
  #job-list-section > li dl div:nth-child(2) dt {
    background-size: 23px 22px;
  }
  #job-list-section > li dl div:nth-child(3) dt {
    background-size: 19px 26px;
  }
}
@media screen and (max-width: 1200px) {
  #job-list-section > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #job-list-section > li {
    width: 100%;
  }
}
.search-headings {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.search-headings h1 {
  margin: 0;
}
.search-headings h2 {
  font-weight: 400;
  color: #660033;
}

.pagination {
  border: 2px solid #000;
  display: flex;
  border-radius: 4px;
  width: fit-content;
  margin: 1.5rem 0 2rem;
}
.pagination > * {
  border-right: 1px solid #000;
}
.pagination > *:last-child {
  border-right: none;
}
.pagination .page {
  color: #000;
  width: 45px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.25rem);
}
.pagination .page:hover {
  color: #fff;
  background-color: var(--linkHover);
}
.pagination .page.current {
  background-color: #000;
  color: #fff;
}
.pagination .next,
.pagination .prev {
  text-indent: -9999px;
  background-size: 10px 16px;
  position: relative;
  width: 45px;
  height: 40px;
}
.pagination .next:before,
.pagination .prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-szie: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .next:hover,
.pagination .prev:hover {
  color: #fff;
  background-color: var(--linkHover);
}
.pagination .first-page,
.pagination .last-page {
  width: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  position: relative;
}
.pagination .first-page:before,
.pagination .last-page:before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 16px 15px;
  background-position: center;
}
.pagination .first-page:hover,
.pagination .last-page:hover {
  color: #fff;
  background-color: var(--linkHover);
}
.pagination .next:before {
  content: "";
  background-image: url("../svg/global/caret.svg");
  transform: rotate(180deg);
}
.pagination .next:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='white' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
}
.pagination .prev:before {
  content: "";
  background-image: url("../svg/global/caret.svg");
}
.pagination .prev:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='white' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='9.4' height='15.6' viewBox='0 0 9.4 15.6'%3E%3Cg id='c' data-name='Layer 2'%3E%3Cpolygon points='1.6 9.4 7.8 15.6 9.4 14 3.2 7.8 9.4 1.6 7.8 0 1.6 6.2 0 7.8 1.6 9.4'/%3E%3C/g%3E%3C/svg%3E");
}
.pagination .first-page:before {
  background-image: url("../svg/global/double-caret.svg");
}
.pagination .first-page:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='white' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='419.9' height='387.8' viewBox='0 0 419.9 387.8'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M17,176.8L0,193.8l17,17,160,160,17,17,33.9-33.9-17-17L67.9,193.9,210.9,50.9l17-17L194,0l-17,17L17,177v-.2ZM209,176.8l-17,17,17,17,160,160,17,17,33.9-33.9-17-17-143-143L402.9,50.9l17-17L386,0l-17,17-160,160v-.2Z'/%3E%3C/g%3E%3C/svg%3E");
}
.pagination .last-page:before {
  background-image: url("../svg/global/double-caret.svg");
  transform: rotate(180deg);
}
.pagination .last-page:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='white' id='b' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='419.9' height='387.8' viewBox='0 0 419.9 387.8'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M17,176.8L0,193.8l17,17,160,160,17,17,33.9-33.9-17-17L67.9,193.9,210.9,50.9l17-17L194,0l-17,17L17,177v-.2ZM209,176.8l-17,17,17,17,160,160,17,17,33.9-33.9-17-17-143-143L402.9,50.9l17-17L386,0l-17,17-160,160v-.2Z'/%3E%3C/g%3E%3C/svg%3E");
}

.ellipses {
  color: #000;
  width: 45px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.25rem);
}

@media screen and (max-width: 768px) {
  .pagination {
    width: 100%;
  }
  .pagination .page {
    flex: 1;
    width: auto;
    padding: 0.25rem 0.5rem;
    height: auto;
  }
  .pagination .next,
  .pagination .prev,
  .pagination .first-page,
  .pagination .last-page {
    flex: 1;
    width: auto;
    padding: 0.25rem 0.5rem;
    height: auto;
  }
  .ellipses {
    flex: 1;
    width: auto;
    padding: 0.25rem 0.5rem;
    height: auto;
  }
}

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