/*! 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;
}

:root {
  --blue: #03507b;
  --navy: #043155;
  --darkNavy: #0f2740;
  --navyTwo: #043055;
  --lightBlue: #00c2ff;
  --skyBlue: #e5eef1;
  --teal: #0091bf;
  --gray: #5a5b5b;
}

@view-transition {
  navigation: auto;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--blue);
}

a:hover {
  color: var(--navy);
}

html {
  font-size: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

body.menu-is-active {
  overflow-y: hidden;
}

.wrap,
.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 1.25rem;
  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;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-size: clamp(32px, 29px + 0.465vw, 36px);
  line-height: 1.3;
  color: var(--navy);
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: clamp(18px, 14.65px + 0.69vw, 24px);
  line-height: 1.2;
  color: var(--blue);
}

h4 {
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-family: "Montserrat", sans-serif;
}

.talent-network-form .advanced-button,
.btn,
.job-search-bar .advanced-button {
  display: block;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--teal);
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  border: none;
}
.talent-network-form .advanced-button.ghost,
.btn.ghost,
.job-search-bar .advanced-button.ghost {
  border: 1px solid #fff;
  background-color: transparent;
}
.talent-network-form .advanced-button:hover,
.btn:hover,
.job-search-bar .advanced-button:hover {
  background-color: var(--navy);
  color: #fff;
}

.skip-to-content {
  background: var(--navy);
  color: #fff;
  display: block;
  width: 300px;
  border-radius: 2px;
  text-align: center;
  padding: 1rem 1.25rem;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  margin-left: -150px;
  z-index: 99;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(-200%);
}
.skip-to-content:hover, .skip-to-content:focus {
  transform: translateY(10%);
}

/* Header Menu */
.menu-toggle {
  position: relative;
  display: block;
  height: 25px;
  width: 25px;
}
.menu-toggle span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  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: 3px;
  background-color: #FFF;
  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 {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 1rem 0;
  transition: background 0.25s ease-in;
  background-color: transparent;
}
#header.scrolling {
  background-color: var(--navy);
}
#header .menu-toggle {
  display: none;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#header .main-logo {
  display: block;
  width: 175px;
}
#header .main-logo img {
  max-width: 100%;
  height: auto;
}
#header .nav-top-right {
  width: calc(100% - 200px);
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
#header .contact-us {
  color: #fff;
}
#header .contact-us:hover {
  color: var(--lightBlue);
}
#header .lang-select {
  position: relative;
}
#header .lang-select button {
  background-color: transparent;
  border: none;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1.2px;
  cursor: pointer;
}
#header .lang-select button:hover {
  color: var(--lightBlue);
}
#header .lang-select button:hover:after {
  border-top: 5px solid var(--lightBlue);
}
#header .lang-select button img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 16px;
}
#header .lang-select button:after {
  content: "";
  display: inline-block;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: relative;
  top: -2px;
  margin-left: 7px;
  height: 0px;
  width: 0px;
}
#header .lang-select button.is-active:after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
#header .lang-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #033155;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 0 8px 8px;
  position: absolute;
  width: 190px;
  right: 0;
  display: none;
  top: 25px;
}
#header .lang-select ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.604);
}
#header .lang-select ul > li > a {
  display: block;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}
#header .lang-select ul > li > a:hover {
  color: var(--lightBlue);
}
#header .top-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  letter-spacing: 1.2px;
  gap: 40px;
  margin: 0 0 20px;
}
#header .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
#header .main-menu > ul > li:last-child {
  margin: 0 0 0 20px;
}
#header .main-menu > ul > li > a,
#header .main-menu > ul > li > button {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
}
#header .main-menu > ul > li > a:hover,
#header .main-menu > ul > li > button:hover {
  color: var(--lightBlue);
}
#header .main-menu > ul > li > ul {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  display: none;
}
#header .main-menu > ul > li > ul > li {
  white-space: nowrap;
}
#header .main-menu > ul > li > ul > li > a {
  display: block;
  padding: 10px 20px;
}
#header .main-menu > ul > li > ul > li > a:hover {
  background-color: red;
}

.menu-is-active #header {
  background-color: var(--navy);
}

@media screen and (max-width: 1200px) {
  #header .main-menu > ul > li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  #header .main-menu > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #header .wrap {
    display: block;
  }
  #header .top-nav {
    gap: 0;
  }
  #header .contact-us {
    display: none;
  }
  #header .nav-top-right {
    width: 50%;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -50px;
    gap: 25px;
    float: right;
  }
  #header .menu-toggle {
    display: block;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: -33px;
  }
  #header .lang-select {
    text-align: center;
    margin-top: 20px;
  }
  #header .lang-select ul {
    position: static;
    box-shadow: none;
    width: 100%;
  }
  #header .top-nav .lang-select {
    display: none;
  }
  #header #lang-menu-mobile {
    display: block;
    background: transparent;
    text-align: center;
    box-shadow: none;
    position: static;
  }
  #header #lang-menu-mobile > li {
    display: inline-block;
  }
  #header #lang-menu-mobile > li > a {
    color: #fff;
    font-size: 13px;
  }
  #header .main-menu {
    display: none;
    overflow-y: scroll;
    padding: 20px 20px 40px;
    text-align: left;
    background-color: var(--navy);
    position: absolute;
    left: 0;
    width: 100%;
    top: 75px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  #header .main-menu > ul > li {
    display: block;
    margin: 0 0 10px;
    border-bottom: 2px solid hsla(0, 0%, 96%, 0.5);
  }
  #header .main-menu > ul > li:last-child {
    margin: 0 0 0;
    border-bottom: none;
  }
  #header .main-menu > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}
#footer {
  background-color: var(--navyTwo);
}
#footer .top-bar-footer {
  padding: 85px 0 50px;
  font-size: 14px;
}
#footer .top-bar-footer h2 {
  color: #fff;
  font-size: 39px;
  font-size: clamp(30px, 1vw + 24px, 39px);
  margin: 0 0 40px;
}
#footer .top-bar-footer .global-link {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  width: fit-content;
}
#footer .top-bar-footer .global-link svg {
  position: relative;
  top: 4px;
}
#footer .top-bar-footer .footer-grid {
  border-top: 1px solid rgba(224, 228, 232, 0.35);
  border-bottom: 1px solid rgba(224, 228, 232, 0.35);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 20px;
  padding-bottom: 40px;
}
#footer .top-bar-footer .footer-grid > div {
  color: #7f9ab1;
}
#footer .top-bar-footer .footer-grid > div h3 {
  color: #e0e4e8;
  font-size: 18px;
  font-size: clamp(16px, 15px + 0.23vw, 18px);
  font-weight: 600;
  letter-spacing: 1.1px;
  margin: 35px 0;
}
#footer .top-bar-footer .footer-grid > div p,
#footer .top-bar-footer .footer-grid > div address {
  margin: 0;
  line-height: 1.5;
  font-style: normal;
}
#footer .top-bar-footer .footer-grid > div p a,
#footer .top-bar-footer .footer-grid > div address a {
  color: #7f9ab1;
}
#footer .top-bar-footer .footer-grid > div p a:hover,
#footer .top-bar-footer .footer-grid > div address a:hover {
  color: #fff;
}
#footer .top-bar-footer .footer-grid > div nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top-bar-footer .footer-grid > div nav ul li {
  display: inline-block;
  margin-right: 5px;
}
#footer .top-bar-footer .footer-grid > div nav ul li a {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #7f9ab1;
  border-radius: 60px;
  position: relative;
}
#footer .top-bar-footer .footer-grid > div nav ul li a svg {
  fill: var(--navyTwo);
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#footer .top-bar-footer .footer-grid > div nav ul li a:hover {
  background-color: #fff;
}
#footer .bottom-bar-footer {
  background-color: var(--darkNavy);
  color: #fff;
  padding: 25px 0;
  font-size: 13px;
  line-height: 1;
}
#footer .bottom-bar-footer .wrap {
  display: flex;
  justify-content: center;
}
#footer .bottom-bar-footer a {
  color: #fff;
}
#footer .bottom-bar-footer a:hover {
  text-decoration: underline;
}
#footer .bottom-bar-footer .copyright {
  margin-right: 80px;
}
#footer .bottom-bar-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom-bar-footer ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  border-right: 1px solid #fff;
  padding: 0 16px 0 0;
}
#footer .bottom-bar-footer ul li:last-child {
  margin: 0;
  border-right: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #footer .top-bar-footer .footer-grid {
    display: block;
  }
  #footer .bottom-bar-footer .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .bottom-bar-footer .copyright {
    margin-right: 0;
    margin-top: 20px;
  }
}
.hero-banner {
  height: 40vh;
  position: relative;
  min-height: 400px;
}
.hero-banner .hero-banner-image {
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main/slider/slide1.jpg");
  background-position: center right;
  background-size: cover;
}
.hero-banner .hero-banner-image.job-search {
  background-image: url("../images/job-search/job-search-header.jpg");
}
.hero-banner .hero-banner-image.job-details {
  background-image: url("../images/job-search/job-details-header.jpg");
}
.hero-banner .hero-banner-image.talent-network {
  background-image: url("../images/talent-network/talent-network-banner.jpg");
}
.hero-banner .hero-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.hero-banner .hero-banner-content h1 {
  font-size: 24px;
  font-size: clamp(18px, 14.65px + 0.69vw, 24px);
  letter-spacing: 3px;
  margin: 0 0 20px;
  color: #fff;
}
.hero-banner .hero-banner-content h2 {
  font-size: 48px;
  font-size: clamp(28px, 29px + 1.395vw, 48px);
  letter-spacing: 3px;
  margin: 0 0 20px;
  color: #fff;
}
.hero-banner .hero-banner-content a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 18px;
  font-size: clamp(16px, 15px + 0.23vw, 18px);
  color: #fff;
}

@media screen and (max-width: 900px) {
  .hero-banner {
    min-height: 1px;
    height: auto;
  }
  .hero-banner .hero-banner-image {
    height: 30vh;
    position: static;
  }
  .hero-banner .hero-banner-content {
    position: static;
    transform: translate(0);
    background-color: var(--navy);
    padding: 20px 0;
  }
}
#search-body {
  margin: 2rem 0;
}
#search-body .inner {
  display: grid;
  grid-template-areas: "sidebar searchresults" "searchresultsright searchresults";
  grid-template-columns: 35% 1fr;
  grid-template-rows: auto 1fr;
  gap: 1rem 3.25rem;
}
#search-body .sub-search {
  grid-area: sidebar;
}
#search-body .talent-network-form,
#search-body .search-results {
  grid-area: searchresults;
}
#search-body #search-body .search-results-right {
  grid-area: searchresultsright;
}

@media screen and (max-width: 960px) {
  #search-body {
    margin: 0 0 2rem;
  }
  #search-body .inner {
    display: block;
  }
}
.mobile-search-button {
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  border: 1px solid #fff;
  background-color: var(--teal);
  color: #fff;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.mobile-search-button:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  display: block;
  background-color: var(--navy);
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.01' height='15.754' viewBox='0 0 27.01 15.754'%3E%3Cpath id='Icon_fa-solid-angle-down' data-name='Icon fa-solid-angle-down' d='M14.161,24.089a2.253,2.253,0,0,0,3.185,0L28.6,12.839a2.252,2.252,0,1,0-3.185-3.185L15.75,19.315,6.089,9.661A2.252,2.252,0,1,0,2.9,12.846L14.154,24.1Z' transform='translate(-2.245 -8.995)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.mobile-search-button[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}

.sub-search {
  background-color: var(--navy);
  padding: 20px;
}
.sub-search .mobile-search-button {
  display: none;
}
.sub-search #search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-search #search-form > ul > li {
  margin-bottom: 10px;
  position: relative;
}
.sub-search #search-form > ul > li:last-child {
  margin-bottom: 0;
}
.sub-search #search-form > ul > li input[type=text] {
  width: 100%;
  padding: 15px 55px 15px 15px;
  border: 1px solid #fff;
}
.sub-search #search-form > ul > li input[type=text] + button {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1;
  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='511.97' height='512.07' viewBox='0 0 511.97 512.07' fill='%230091bf'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M416,208c0,45.9-14.9,88.3-40,122.7l126.6,126.7c12.5,12.5,12.5,32.8,0,45.3-12.5,12.5-32.8,12.5-45.3,0l-126.6-126.7c-34.4,25.2-76.8,40-122.7,40C93.1,416,0,322.9,0,208S93.1,0,208,0s208,93.1,208,208ZM208,352c79.53,0,144-64.47,144-144s-64.47-144-144-144S64,128.47,64,208s64.47,144,144,144Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  border-radius: 3px;
  color: #74787c;
}
.sub-search #search-form > ul > li input[type=text] + button:hover {
  background-color: var(--navyTwo);
  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='511.97' height='512.07' viewBox='0 0 511.97 512.07' fill='%23fff'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M416,208c0,45.9-14.9,88.3-40,122.7l126.6,126.7c12.5,12.5,12.5,32.8,0,45.3-12.5,12.5-32.8,12.5-45.3,0l-126.6-126.7c-34.4,25.2-76.8,40-122.7,40C93.1,416,0,322.9,0,208S93.1,0,208,0s208,93.1,208,208ZM208,352c79.53,0,144-64.47,144-144s-64.47-144-144-144S64,128.47,64,208s64.47,144,144,144Z'/%3E%3C/g%3E%3C/svg%3E");
}
.sub-search #search-form > ul > li .search-accordion-button {
  width: 100%;
  padding: 15px;
  line-height: 1;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #74787c;
  position: relative;
}
.sub-search #search-form > ul > li .search-accordion-button:after {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.01' height='15.754' viewBox='0 0 27.01 15.754' fill='%230091bf'%3E%3Cpath id='Icon_fa-solid-angle-down' data-name='Icon fa-solid-angle-down' d='M14.161,24.089a2.253,2.253,0,0,0,3.185,0L28.6,12.839a2.252,2.252,0,1,0-3.185-3.185L15.75,19.315,6.089,9.661A2.252,2.252,0,1,0,2.9,12.846L14.154,24.1Z' transform='translate(-2.245 -8.995)'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.sub-search #search-form > ul > li .search-accordion-button[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.sub-search #search-form > ul > li > ul.search-content {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  top: -2px;
  padding: 5px 15px 20px 15px;
  max-height: 200px;
  overflow-y: scroll;
  display: none;
}
.sub-search #search-form > ul > li > ul.search-content > li {
  margin-bottom: 2px;
}
.sub-search #search-form > ul > li > ul.search-content > li:last-child {
  margin-bottom: 0;
}
.sub-search #search-form > ul > li > ul.search-content > li > a {
  color: var(--navy);
}
.sub-search #search-form > ul > li > ul.search-content > li > a:hover {
  color: var(--darkNavy);
  text-decoration: underline;
}
.sub-search #search-form > ul > li .advanced-button {
  display: block;
  background-color: var(--teal);
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.sub-search #search-form > ul > li .advanced-button:hover {
  background-color: var(--blue);
}

@media screen and (max-width: 960px) {
  .sub-search {
    margin: 0 -20px 20px;
  }
  .sub-search .mobile-search-button {
    display: block;
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    border: 1px solid #fff;
    background-color: var(--teal);
    color: #fff;
    font-weight: 700;
    position: relative;
    cursor: pointer;
  }
  .sub-search .mobile-search-button:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    display: block;
    background-color: var(--navy);
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.01' height='15.754' viewBox='0 0 27.01 15.754'%3E%3Cpath id='Icon_fa-solid-angle-down' data-name='Icon fa-solid-angle-down' d='M14.161,24.089a2.253,2.253,0,0,0,3.185,0L28.6,12.839a2.252,2.252,0,1,0-3.185-3.185L15.75,19.315,6.089,9.661A2.252,2.252,0,1,0,2.9,12.846L14.154,24.1Z' transform='translate(-2.245 -8.995)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
  .sub-search .mobile-search-button[aria-expanded=true]:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .sub-search #search-form {
    display: none;
    margin-top: 20px;
  }
}
.tn-callout {
  background-color: var(--teal);
  padding-bottom: 0;
}
.tn-callout h3 {
  font-size: 30px;
  font-size: clamp(24px, 20px + 0.7vw, 30px);
  padding: 15px 10px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.tn-callout img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.tn-callout img.tn-icon {
  display: block;
  max-width: 100px;
  margin: 10px auto 0;
  opacity: 0.4;
}

.search-headings h1 {
  font-size: 40px;
  font-size: clamp(30px, 24px + 1.16vw, 40px);
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--navy);
}
.search-headings h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: clamp(18px, 16px + 0.345vw, 21px);
  margin: 0;
  color: #5a5b5b;
}

.search-results .pagination {
  margin: 20px 0;
}
.search-results .pagination a,
.search-results .pagination span {
  color: #5a5b5b;
  display: inline-block;
  margin: 0 2px;
}
.search-results .pagination a:hover {
  color: var(--teal);
  text-decoration: underline;
}

.results-content {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5a5b5b;
}
.results-content > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--blue);
}
.results-content > li:last-child {
  border-bottom: none;
}
.results-content a {
  color: var(--teal);
}
.results-content a h3 {
  font-size: 32px;
  font-size: clamp(26px, 22.65px + 0.7vw, 32px);
  margin: 0 0 5px;
}

#category-text {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #5a5b5b;
}
#category-text h2 {
  color: var(--navy);
  margin: 0 0 10px;
}
#category-text p {
  margin-top: 0;
}

.saved-jobs {
  background-color: #e5eef1;
}
.saved-jobs h2 {
  color: var(--navy);
}
.saved-jobs h3 a {
  color: var(--teal);
}

.sub-featured-jobs {
  background-color: #03507b;
  color: #fff;
}
.sub-featured-jobs h2 {
  color: #fff;
}
.sub-featured-jobs h3 a {
  color: #fff;
}

.sub-featured-jobs,
.saved-jobs,
.recently-viewed-jobs {
  padding: 40px 30px;
  margin: 20px 0;
}
.sub-featured-jobs h2,
.saved-jobs h2,
.recently-viewed-jobs h2 {
  margin: 0 0 20px;
  font-size: 32px;
  font-size: clamp(26px, 22.65px + 0.7vw, 32px);
}
.sub-featured-jobs .featured-jobs-bottom,
.saved-jobs .featured-jobs-bottom,
.recently-viewed-jobs .featured-jobs-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-featured-jobs .featured-jobs-bottom li,
.saved-jobs .featured-jobs-bottom li,
.recently-viewed-jobs .featured-jobs-bottom li {
  border-bottom: 1px solid var(--teal);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sub-featured-jobs .featured-jobs-bottom li:last-child,
.saved-jobs .featured-jobs-bottom li:last-child,
.recently-viewed-jobs .featured-jobs-bottom li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sub-featured-jobs .featured-jobs-bottom li h3,
.saved-jobs .featured-jobs-bottom li h3,
.recently-viewed-jobs .featured-jobs-bottom li h3 {
  font-size: 24px;
  font-size: clamp(18px, 14.65px + 0.69vw, 24px);
  margin: 0 0 10px 0;
}
.sub-featured-jobs .featured-jobs-bottom li dl div dt,
.sub-featured-jobs .featured-jobs-bottom li dl span dt,
.saved-jobs .featured-jobs-bottom li dl div dt,
.saved-jobs .featured-jobs-bottom li dl span dt,
.recently-viewed-jobs .featured-jobs-bottom li dl div dt,
.recently-viewed-jobs .featured-jobs-bottom li dl span dt {
  display: none;
}
.sub-featured-jobs .featured-jobs-bottom li dl div dd,
.sub-featured-jobs .featured-jobs-bottom li dl span dd,
.saved-jobs .featured-jobs-bottom li dl div dd,
.saved-jobs .featured-jobs-bottom li dl span dd,
.recently-viewed-jobs .featured-jobs-bottom li dl div dd,
.recently-viewed-jobs .featured-jobs-bottom li dl span dd {
  margin: 0;
}
.sub-featured-jobs .featured-jobs-bottom li p,
.saved-jobs .featured-jobs-bottom li p,
.recently-viewed-jobs .featured-jobs-bottom li p {
  margin-top: 5px;
  margin-bottom: 0;
}
.sub-featured-jobs .featured-jobs-bottom + .btn,
.saved-jobs .featured-jobs-bottom + .btn,
.recently-viewed-jobs .featured-jobs-bottom + .btn {
  margin-top: 20px;
}

#job-details .google-job-map {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#job-details .google-job-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#job-details,
.results-content {
  color: var(--gray);
}
#job-details dl span,
#job-details dl div,
.results-content dl span,
.results-content dl div {
  display: block;
}
#job-details dl dd,
.results-content dl dd {
  margin: 0;
  display: inline-block;
}
#job-details dl dt,
.results-content dl dt {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

#job-details h2 {
  color: var(--navy);
  font-size: 28px;
  font-size: clamp(21px, 17px + 0.8vw, 28px);
  margin: 10px 0;
}
#job-details .copy h3 {
  font-size: 24px;
  font-size: clamp(18px, 14.65px + 0.69vw, 24px);
  color: var(--navy);
  margin: 10px 0;
}
#job-details .copy h4 {
  font-size: 21px;
  font-size: clamp(18px, 16px + 0.345vw, 21px);
  color: #000;
  margin: 10px 0;
}
#job-details .copy h5 {
  font-size: 18px;
  font-size: clamp(16px, 15px + 0.23vw, 18px);
  color: var(--navy);
  margin: 10px 0;
}
#job-details .copy h6 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.job-details-btns {
  display: flex;
  gap: 10px;
}
.job-details-btns > * {
  width: 158px;
  text-align: center;
}
.job-details-btns form a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .job-details-btns {
    display: block;
  }
  .job-details-btns > * {
    width: 100%;
    margin-bottom: 10px;
  }
}
.share-this-icons {
  display: block;
  margin: 20px 0;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  text-transform: uppercase;
  color: #5a5b5b;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-block;
  margin: 0 2px;
  height: 25px;
  width: 25px;
  position: relative;
}
.share-this-icons ul li a {
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0;
  text-indent: -9999px;
  background-color: var(--teal);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.share-this-icons ul li a:hover {
  background-color: var(--navy);
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
  background-size: 60%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}

.talent-network-form {
  color: var(--gray);
}
.talent-network-form .form-intro h1 {
  color: var(--navy);
  margin: 0 0 10px;
}
.talent-network-form .form-intro h2 {
  font-size: 24px;
  font-size: clamp(20px, 18px + 0.4651162791vw, 24px);
  color: #000;
}
.talent-network-form .form-intro a:not(.btn) {
  color: var(--teal);
  text-decoration: underline;
}
.talent-network-form .form-intro a:not(.btn):hover {
  color: var(--navy);
}
.talent-network-form .talent-disclaimer {
  margin: 30px 0;
}
.talent-network-form .form-wrap {
  border: 1px solid #d8d8d8;
  padding: 30px;
  margin-top: 30px;
}
.talent-network-form .form-wrap p {
  margin-top: 0;
}
.talent-network-form .te-submit {
  display: block;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--teal);
  font-weight: 400;
  color: #fff;
  border: 1px solid var(--teal);
  border-radius: 3px;
}
.talent-network-form .te-submit:hover {
  background-color: var(--navy);
}
.talent-network-form .te-field {
  margin-bottom: 14px;
}
.talent-network-form .te-field > label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.talent-network-form .te-field input[type=text],
.talent-network-form .te-field input[type=email],
.talent-network-form .te-field select {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 12px;
}
.talent-network-form .te-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.01' height='15.754' viewBox='0 0 27.01 15.754' fill='%230091bf'%3E%3Cpath id='Icon_fa-solid-angle-down' data-name='Icon fa-solid-angle-down' d='M14.161,24.089a2.253,2.253,0,0,0,3.185,0L28.6,12.839a2.252,2.252,0,1,0-3.185-3.185L15.75,19.315,6.089,9.661A2.252,2.252,0,1,0,2.9,12.846L14.154,24.1Z' transform='translate(-2.245 -8.995)'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
.talent-network-form .te-field #id_categories,
.talent-network-form .te-field #id_locations {
  height: 260px;
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 12px 18px;
  overflow-y: scroll;
}
.talent-network-form .te-field #id_categories > div,
.talent-network-form .te-field #id_locations > div {
  margin-bottom: 3px;
}
.talent-network-form .te-field .te-location-group-header {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.talent-network-form .te-field .te-location-group-header button {
  width: 100%;
  background: none;
  text-align: left;
  border: none;
  cursor: pointer;
}
.talent-network-form .te-field .te-location-group-header button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2303507b' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  height: 15px;
  width: 15px;
  display: block;
  float: right;
}
.talent-network-form .te-field .te-location-group-header button:hover {
  color: var(--blue);
}
.talent-network-form .te-field .te-location-group-header button.is-open:after {
  transform: rotate(180deg);
}
.talent-network-form .te-field .te-location-picker {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 17px 18px 3px;
}
.talent-network-form .te-field .te-location-group {
  margin-bottom: 13px;
}
.talent-network-form .te-field .te-location-group-options {
  border: 1px solid #d8d8d8;
  padding: 12px 18px;
  display: none;
}
.talent-network-form .te-field .te-location-group-options > label {
  display: block;
  margin-bottom: 4px;
}

#optimator-form {
  margin: 20px 0 0;
}
#optimator-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
#optimator-form input[type=text],
#optimator-form input[type=email],
#optimator-form select {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 12px;
}
#optimator-form .apply #backbtn {
  display: none;
}

.job-search-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-search-bar .top-row {
  background-color: var(--blue);
  padding: 20px 0;
}
.job-search-bar .top-row .mobile-search-button {
  display: none;
}
.job-search-bar .top-row form > ul {
  display: flex;
  gap: 10px;
  line-height: 1;
}
.job-search-bar .top-row form > ul > li {
  flex: 1;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}
.job-search-bar .top-row form > ul > li input[type=text] {
  width: 100%;
  padding: 15px 55px 15px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 55px;
}
.job-search-bar .top-row form > ul > li .btn,
.job-search-bar .top-row form > ul > li .advanced-button {
  width: 100%;
  padding: 19px 5px 18px;
  height: 55px;
}
.job-search-bar .top-row form > ul > li input[type=text] + button {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1;
  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='511.97' height='512.07' viewBox='0 0 511.97 512.07' fill='%230091bf'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M416,208c0,45.9-14.9,88.3-40,122.7l126.6,126.7c12.5,12.5,12.5,32.8,0,45.3-12.5,12.5-32.8,12.5-45.3,0l-126.6-126.7c-34.4,25.2-76.8,40-122.7,40C93.1,416,0,322.9,0,208S93.1,0,208,0s208,93.1,208,208ZM208,352c79.53,0,144-64.47,144-144s-64.47-144-144-144S64,128.47,64,208s64.47,144,144,144Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  color: #74787c;
}
.job-search-bar .top-row form > ul > li input[type=text] + button:hover {
  background-color: var(--navyTwo);
  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='511.97' height='512.07' viewBox='0 0 511.97 512.07' fill='%23fff'%3E%3Cg id='c' data-name='Layer 1'%3E%3Cpath d='M416,208c0,45.9-14.9,88.3-40,122.7l126.6,126.7c12.5,12.5,12.5,32.8,0,45.3-12.5,12.5-32.8,12.5-45.3,0l-126.6-126.7c-34.4,25.2-76.8,40-122.7,40C93.1,416,0,322.9,0,208S93.1,0,208,0s208,93.1,208,208ZM208,352c79.53,0,144-64.47,144-144s-64.47-144-144-144S64,128.47,64,208s64.47,144,144,144Z'/%3E%3C/g%3E%3C/svg%3E");
}
.job-search-bar .top-row form > ul > li .search-accordion-button {
  width: 100%;
  padding: 15px;
  line-height: 1;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #74787c;
  position: relative;
  height: 55px;
}
.job-search-bar .top-row form > ul > li .search-accordion-button:after {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.01' height='15.754' viewBox='0 0 27.01 15.754' fill='%230091bf'%3E%3Cpath id='Icon_fa-solid-angle-down' data-name='Icon fa-solid-angle-down' d='M14.161,24.089a2.253,2.253,0,0,0,3.185,0L28.6,12.839a2.252,2.252,0,1,0-3.185-3.185L15.75,19.315,6.089,9.661A2.252,2.252,0,1,0,2.9,12.846L14.154,24.1Z' transform='translate(-2.245 -8.995)'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.job-search-bar .top-row form > ul > li .search-accordion-button[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.job-search-bar .top-row form > ul > li > ul.search-content {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  line-height: 1.5;
  padding: 5px 15px 20px 15px;
  max-height: 200px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  height: 200px;
  width: 100%;
  margin-top: -5px;
  z-index: 10;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  transform-origin: center top;
}
.job-search-bar .top-row form > ul > li > ul.search-content > li {
  margin-bottom: 2px;
}
.job-search-bar .top-row form > ul > li > ul.search-content > li:last-child {
  margin-bottom: 0;
}
.job-search-bar .top-row form > ul > li > ul.search-content > li > a {
  color: var(--navy);
}
.job-search-bar .top-row form > ul > li > ul.search-content > li > a:hover {
  color: var(--darkNavy);
  text-decoration: underline;
}
.job-search-bar .bottom-row {
  padding: 20px 0;
  background-color: var(--navy);
}
.job-search-bar .bottom-row ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.job-search-bar .bottom-row ul .btn {
  height: 55px;
  line-height: 2;
}
.job-search-bar .bottom-row ul .btn:hover {
  background-color: var(--blue);
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .job-search-bar .top-row form > ul {
    flex-wrap: wrap;
  }
  .job-search-bar .top-row form > ul > li {
    flex-shrink: 1;
    flex-basis: calc(50% - 20px);
    flex-grow: 50%;
  }
}
@media screen and (max-width: 960px) {
  .job-search-bar .top-row .mobile-search-button {
    display: block;
  }
  .job-search-bar .top-row form {
    display: none;
    margin-top: 20px;
  }
  .job-search-bar .top-row form > ul {
    display: block;
  }
  .job-search-bar .top-row form > ul > li {
    margin-bottom: 10px;
  }
  .job-search-bar .top-row form > ul > li ul.search-content {
    position: static;
  }
  .job-search-bar .bottom-row ul {
    display: block;
  }
  .job-search-bar .bottom-row ul > li {
    margin-bottom: 10px;
  }
  .job-search-bar .bottom-row ul > li .btn {
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
  .job-search-bar .bottom-row ul > li:last-child {
    margin-bottom: 0;
  }
}
.mission-statement {
  margin: 30px 0;
}
.mission-statement p {
  color: var(--gray);
}

.opportunites-throughout-the-world {
  position: relative;
  padding: 40px 0;
  background-image: linear-gradient(56deg, #e5eef1 0%, #e5eef1 65%, #83a2bc 100%);
}
.opportunites-throughout-the-world:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/main/globe-sphere.png");
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.opportunites-throughout-the-world .content-col {
  width: 50%;
  max-width: 575px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.opportunites-throughout-the-world .content-col h3 {
  margin: 0;
}
.opportunites-throughout-the-world .content-col h3 a {
  color: var(--blue);
}
.opportunites-throughout-the-world .content-col h3 a:hover {
  text-decoration: underline;
}
.opportunites-throughout-the-world .content-col p {
  margin-top: 0;
}
.opportunites-throughout-the-world .show-on-mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  .opportunites-throughout-the-world {
    display: flex;
    padding: 0 0 40px 0;
    flex-direction: column-reverse;
  }
  .opportunites-throughout-the-world:after {
    position: static;
    padding-bottom: 70%;
    min-height: 0px;
    background-position: center;
    display: block;
    background-color: #fff;
    background-size: 100%;
    background-image: url("../images/main/globe-sphere-mobile.jpg");
  }
  .opportunites-throughout-the-world .content-col {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .opportunites-throughout-the-world .hide-on-mobile {
    display: none;
  }
  .opportunites-throughout-the-world .show-on-mobile {
    display: block;
    padding: 0;
    margin: 10px 0 20px;
    list-style: none;
  }
  .opportunites-throughout-the-world .show-on-mobile > li {
    margin-bottom: 5px;
  }
}
.our-business {
  background-image: url("../images/main/our-business-bg.jpg");
  background-position: center;
  padding: 40px 0;
  text-align: center;
}
.our-business .wrap {
  max-width: 1100px;
}
.our-business h2 {
  color: #fff;
  margin: 0;
}
.our-business p {
  font-size: 21px;
  font-size: clamp(18px, 16px + 0.345vw, 21px);
  color: #fff;
}
.our-business ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.our-business ul > li {
  flex: 1;
}
.our-business ul > li .btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: clamp(16px, 15px + 0.23vw, 18px);
}

@media screen and (max-width: 900px) {
  .our-business ul {
    flex-direction: column;
  }
}
.career-hightlights {
  text-align: center;
  background-color: #f6f8f9;
  margin: 30px 0;
  padding: 30px 0 50px;
}
.career-hightlights h2 {
  margin-top: 0;
}
.career-hightlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.career-hightlights ul > li a {
  display: block;
  background-color: var(--navy);
}
.career-hightlights ul > li a:hover {
  background-color: var(--blue);
}
.career-hightlights ul > li img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.career-hightlights ul > li h3 {
  padding: 20px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .career-hightlights ul {
    flex-direction: column;
  }
}
.featured-jobs-home {
  margin: 50px 0;
}
.featured-jobs-home h2 {
  text-align: center;
}
.featured-jobs-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.featured-jobs-home ul li h3 {
  margin: 0 0 5px;
}
.featured-jobs-home ul li h3 a {
  color: var(--blue);
}
.featured-jobs-home ul li h3 a:hover {
  color: var(--navy);
}
.featured-jobs-home ul li dl {
  font-weight: 700;
  color: var(--gray);
}
.featured-jobs-home ul li dl div dt {
  display: none;
}
.featured-jobs-home ul li dl div dd {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .featured-jobs-home ul {
    flex-direction: column;
  }
}
.talent-network-banner {
  position: relative;
  margin: 30px 0;
}
.talent-network-banner .talent-network-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main/talent-network-bg.jpg");
  z-index: 0;
  background-size: cover;
  background-position: right 30%;
}
.talent-network-banner .talent-network-content {
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 0;
}
.talent-network-banner .talent-network-content h2 {
  color: #fff;
  margin: 0;
}
.talent-network-banner .talent-network-content .btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .talent-network-banner {
    background-color: var(--teal);
  }
  .talent-network-banner .talent-network-img {
    position: static;
    padding-bottom: 40%;
    background-image: url("../images/main/talent-network-mobile-bg.jpg");
  }
  .talent-network-banner .talent-network-content {
    width: 100%;
    background-color: var(--teal);
    padding: 40px 0;
  }
}
.form-intro .job-details-btns {
  display: none;
}

.body-class-job-apply .sub-search {
  display: none;
}

.body-class-job-apply #search-body .inner {
  display: block;
}

.body-class-job-apply #search-body .inner .search-results input[type=email] {
  max-width: 65%;
  display: block;
}

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