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

/* * {
  outline: 1px solid rgba(255, 0, 0, .3) !important;
} */

/* 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*Kevin HaccckS LOL*/
.mfp-iframe-scaler iframe {
  background: transparent;
  box-shadow: none;
}

/*
   font-family: "neue-haas-grotesk-display", sans-serif;
   font-family: "neue-haas-grotesk-text", sans-serif;
*/
/*
breakpoints
1530px
1200px
1024px
768px   
*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 170px;
}

body.menu-is-open {
  overflow: hidden;
}


a {
  color: #001c71;
  text-decoration: underline;
}

a:hover {
  color: #852166;
}

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

#skip-to-content-link {
  background: #852166;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

#skip-to-content-link:focus {
  transform: translateY(0%);
}

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

.menu-toggle {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  float: right;
}

.menu-toggle span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #852166;
  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: 2px;
  background-color: #852166;
  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;
}

h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h2.tiny-heading-2 {
  font-size: 16.5px;
  color: #636466;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
  color: #001c71;
}

h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #001c71;
}

h5 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

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

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=number]:focus-visible,
input[type=search]:focus-visible {
  border-radius: 0;

}

*:focus,
*:focus-visible {
  outline: 2px solid #001c71;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.btn,
.te-form .te-submit,
#search-form>.search-content>li .advanced-button {
  display: inline-block;
  border-radius: 5px;
  line-height: 1.5;
  padding: 9px 20px;
  background-color: #852166;
  color: #fff;
  font-weight: 700;
  border: none;
  text-decoration: none;
}

.btn:hover,
.te-form .te-submit:hover,
#search-form>.search-content>li .advanced-button:hover {
  background-color: #001c71;
  color: #fff;
}

.btn.white,
.te-form .white.te-submit,
#search-form>.search-content>li .advanced-button {
  color: #000;
  background-color: #fff;
}

.btn.white:hover,
.te-form .white.te-submit:hover,
#search-form>.search-content>li .advanced-button:hover {
  background-color: #001c71;
  color: #fff;
}

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

/* Header Menu */
.menu-toggle {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  background: none;
}

.menu-toggle span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #852166;
  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: 2px;
  background-color: #852166;
  transition: all 0.25s ease-in-out;
}

.menu-toggle span:before {
  position: absolute;
  transform-origin: center;
  top: -5px;
}

.menu-toggle span:after {
  position: absolute;
  transform-origin: center;
  bottom: -5px;
}

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


#site-header {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#site-header.hidden {
  transform: translateY(-200px);
  position: fixed;
}

#site-header.reveal-header {
  transform: translateY(0);
}

#site-header.transitions {
  transition: transform 0.5s ease-in-out;
}

#site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: #071b6b;
  background: linear-gradient(to right, #071b6b 0%, #5a6ec7 40%, #a73440 75%, #f6ce46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#071b6b", endColorstr="#f6ce46", GradientType=1);
}

#site-header .top-bar {
  padding-top: 25px;
}

#site-header .top-bar:after {
  content: "";
  clear: both;
  display: table;
}

#site-header .right {
  float: right;
}

#site-header .corp-site-link {
  display: inline-block;
  margin-right: 20px;
}

#site-header .corp-site-link a {
  color: #852166;
  text-decoration: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

#site-header .corp-site-link a:hover {
  color: #001c71;
  font-weight: 700;
}

#site-header .social-media {
  display: inline-block;
}

#site-header .social-media.splash {
  margin-top: 10px;
}

#site-header .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-header .social-media ul li {
  display: inline-block;
  margin: 0 10px;
}

#site-header .social-media ul li a {
  text-decoration: none;
  font-size: 21px;
  color: #852166;
}

#site-header .bottom-bar {
  padding: 25px 0;
}

#site-header .bottom-bar:after {
  content: "";
  clear: both;
  display: table;
}

#site-header .bottom-bar .logo {
  display: block;
  float: left;
  max-width: 370px;
  width: 24.1830065359vw;
}

#site-header .bottom-bar .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

#site-header .bottom-bar .menu-wrap {
  display: block;
  float: right;
  margin-top: 15px;
}

#site-header .bottom-bar .menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 3px;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn),
#site-header .bottom-bar .menu-wrap .main-menu>ul>li>button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  line-height: 1.5;
  color: #000;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  border: none;
  font-size: 15px;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn):after,
#site-header .bottom-bar .menu-wrap .main-menu>ul>li>button:after {
  content: attr(data-page-title);
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 700;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn).current-page,
#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn):hover,
#site-header .bottom-bar .menu-wrap .main-menu>ul>li>button.current-page,
#site-header .bottom-bar .menu-wrap .main-menu>ul>li>button:hover {
  font-weight: 700;
  color: #852166;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a.job-btn {
  border: 2px solid #852166;
  border-radius: 5px;
  font-weight: 700;
  display: block;
  padding: 5px 15px 3px 15px;
  text-decoration: none;
  color: #852166;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>a.job-btn:hover {
  background-color: #852166;
  color: #fff;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li:hover>ul.sub-menu {
  display: block;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu {
  display: none;
  position: absolute;
  padding-top: 5px;
  top: 100%;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu.is-active {
  display: block;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu>li>a {
  display: block;
  padding: 5px 15px;
  display: block;
  white-space: nowrap;
  color: #852166;
  text-decoration: none;
  background-color: #fff;
}

#site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu>li>a:hover {
  background-color: #852166;
  color: #fff;
}


.hero-banner {
  position: relative;
}

.hero-banner h1,
.hero-banner .h1-style {
  font-weight: 700;
  padding: 35px;
  margin: 0;
  text-align: right;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-size: 62px;
}

.hero-banner .hero-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.hero-banner .hero-content h1 {
  position: relative;
  max-width: 500px;
}

.hero-banner .hero-content.shape-success h1 {
  max-width: 650px;
}

.hero-banner .hero-content.empowering-success-bt h1 {
  max-width: 710px;
}

.hero-banner .hero-content.setting-a-new-standard-bt h1 {
  max-width: 760px;
}

.hero-banner .hero-content.empowering-change-bt h1 {
  max-width: 760px;
}

.hero-banner .hero-banner-images {
  position: relative;
}

.hero-banner .hero-banner-images .hero-banner-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-banner .hero-banner-images.one-up .hero-banner-img {
  height: 60vh;
  min-height: 400px;
}

.hero-banner .hero-banner-images.three-up {
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-template-rows: auto auto;
  grid-gap: 11px;
}

.hero-banner .hero-banner-images.two-up {
  display: grid;
  grid-template-columns: 68% 1fr;
  grid-template-rows: auto;
  grid-gap: 11px;
}

.hero-banner .hero-banner-images.two-up-flipped {
  display: grid;
  grid-template-columns: 1fr 68%;
  grid-template-rows: auto;
  grid-gap: 11px;
}

.hero-banner .hero-banner-images .hero-banner-img.home-1 {
  background-image: url("../images/home/hero-banner-1.jpg");
  background-position: top center;
  grid-row: 1/3;
  height: 60vh;
  min-height: 400px;
}

.hero-banner .hero-banner-images .hero-banner-img.home-1:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.home-2 {
  background-image: url("../images/home/hero-banner-2.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.home-3 {
  background-image: url("../images/home/hero-banner-3.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.job-1 {
  background-image: url("../images/global/job-header-1.jpg");
  background-position: top center;
  grid-row: 1/3;
  height: 50vh;
  min-height: 400px;
}

.hero-banner .hero-banner-images .hero-banner-img.job-1:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.job-2 {
  background-image: url("../images/global/job-header-2.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.job-3 {
  background-image: url("../images/global/job-header-3.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.who-we-are-1 {
  height: 60vh;
  background-image: url("../images/sub/who-we-are/who-we-are-banner-1.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.who-we-are-1:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.who-we-are-2 {
  background-image: url("../images/sub/who-we-are/who-we-are-banner-2.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success-1 {
  background-image: url("../images/sub/application-faq/banner-1.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success-2 {
  background-image: url("../images/sub/application-faq/banner-2.jpg");
  background-position: top left;
  height: 60vh;
  min-height: 400px;
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success-2:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success-2 h1,
.hero-banner .hero-banner-images .hero-banner-img.empowering-success-2 .h1-style {
  right: auto;
  left: 0;
  text-align: left;
}

.hero-banner .hero-banner-images .hero-banner-img.your-wellbeing-1 {
  background-image: url("../images/sub/benefits/banner-benefits.jpg");
  background-position: center !important;
}

.hero-banner .hero-banner-images .hero-banner-img.your-wellbeing-1:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.shape-success {
  background-image: url("../images/sub/corporate/corporate-banner.jpg");
  background-position: center top;
}

.hero-banner .hero-banner-images .hero-banner-img.shape-success:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success {
  background-image: url("../images/sub/commercial-row/banner-com-row.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-success:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.passion-in-action {
  background-image: url("../images/sub/commercial-us/banner-comm-us.jpg");
  background-position: top center;
}

.hero-banner .hero-banner-images .hero-banner-img.passion-in-action:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.setting-a-new-standard {
  background-image: url("../images/sub/tech-ops/tech-ops-banner.jpg");
  background-position: top center;
}

.hero-banner .hero-banner-images .hero-banner-img.setting-a-new-standard:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-change {
  background-image: url("../images/sub/r-and-d/rand-banner.jpg");
  background-position: top center;
}

.hero-banner .hero-banner-images .hero-banner-img.empowering-change:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.deib-1 {
  background-image: url("../images/sub/deib/banner-deib-1.jpg");
}

.hero-banner .hero-banner-images .hero-banner-img.deib-2 {
  background-image: url("../images/sub/deib/banner-deib-2.jpg");
  background-position: center top;
  height: 60vh;
  min-height: 400px;
}

.hero-banner .hero-banner-images .hero-banner-img.deib-2:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(51, 11, 39, 0), rgba(51, 11, 39, 0.8));
}

.hero-banner .hero-banner-images .hero-banner-img.deib-2 h1 {
  right: auto;
  left: 20px;
  text-align: left;
}


.job-search-bar {
  background-color: #852166;
  margin: 10px 0;
}

.job-search-bar .wrap {
  max-width: 1170px;
}

.job-search-bar .mobile-search-button {
  display: none;
}

.job-search-bar #search-form {
  padding: 20px 0;
}

.job-search-bar #search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-search-bar #search-form .search-content {
  display: flex;
  justify-content: space-between;
}

.job-search-bar #search-form .search-content>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(50% - 116px);
  margin-bottom: 0;
}

.job-search-bar #search-form .search-content>li:first-child {
  display: inline-flex;
  position: relative;
}

.job-search-bar #search-form .search-content > li:nth-child(2) {
  display: none;
}

.job-search-bar #search-form .search-content>li:first-child:after {
  content: 'OR';
  display: inline-block;
  font-weight: 700;
  color: #fff;
  width: 24px;
  text-align: right;
  vertical-align: top;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.job-search-bar #search-form .search-content>li:last-child {
  width: auto;
}

.job-search-bar #search-form .search-content>li input[type=text] {
  padding: 17px 25px 17px 25px;
  width: calc(100% - 142px);
  border: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.job-search-bar #search-form .search-content>li .search-button {
  font-weight: 700;
  background-color: transparent;
  border: none;
  border-left: 1px solid #852166;
  background-color: #fff;
  padding: 17px 25px 17px 25px;
}

.job-search-bar #search-form .search-content>li .search-button:hover {
  color: #001c71;
}

.job-search-bar #search-form .search-content>li .search-accordion-button {
  padding: 17px 25px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  border: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 25px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
}

.job-search-bar #search-form .search-content>li .search-accordion-button.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
}

.job-search-bar #search-form .search-content>li .search-accordion-list {
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  display: none;
}

.job-search-bar #search-form .search-content>li .search-accordion-list a {
  display: block;
  padding: 3px 25px;
  color: #852166;
  text-decoration: none;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>a.accordion-section-title {
  position: relative;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>a.accordion-section-title:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  right: 28px;
  border-top: 5px solid #852166;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: 50%;
  margin-top: -5px;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>a.accordion-section-title.is-active:after {
  transform: rotate(180deg);
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content {
  display: none;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state {
  position: relative;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #852166;
  border-bottom: 1px solid #852166;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state.is-active:after {
  transform: rotate(-135deg);
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-content-state {
  display: none;
  padding-left: 20px;
}

.job-search-bar #search-form .search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-content-state a {
  font-size: 14px;
  text-decoration: underline;
}

.job-search-bar #search-form .search-content>li .advanced-button {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  border-radius: 3px;
  padding: 17px 55px;
  line-height: 1.2;
  white-space: nowrap;
}

.job-search-bar #search-form .search-content>li .advanced-button:hover {
  background-color: #001c71;
  color: #fff;
}


.page-intro-two-col {
  display: flex;
  align-items: center;
  margin: 60px 0;
  justify-content: stretch;
}

.page-intro-two-col>div {
  flex: 1;
}

.page-intro-two-col>div.content-col {
  padding: 30px;
}

.page-intro-two-col>div.content-col.ceo-quote {
  padding: 100px 30px;
}

.page-intro-two-col>div.content-col.ceo-quote h2 {
  margin-bottom: 25px;
}

.page-intro-two-col>div.content-col.ceo-quote h3 {
  margin-bottom: 40px;
}

.page-intro-two-col>div.img-col {
  background-size: cover;
  background-position: top center;
}

.page-intro-two-col>div.img-col.ceo-img {
  background-image: url("../images/sub/who-we-are/ceo.jpg");
}

.page-intro-two-col blockquote {
  margin: 30px 0;
  font-size: 20px;
  line-height: 1.5;
}

.page-intro-two-col .quote-author {
  margin-left: 80px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #001c71;
  font-size: 18px;
}

.page-intro-two-col .quote-author strong {
  display: block;
  font-weight: 600;
  font-size: 21px;
}


.career-areas {
  background-color: #e0e0e0;
  padding: 30px 0;
}

.career-areas .career-areas-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.career-areas .career-area-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.career-areas .career-area-list>li {
  position: relative;
  background-color: #fff;
  width: calc(50% - 20px);
  padding: 10px 10px 40px;
  margin-bottom: 40px;
  min-height: 640px;
}

.career-areas .career-area-list>li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.career-areas .career-area-list>li .btn-wrap {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 20px;
}

.career-areas .career-area-list>li .btn-wrap>* {
  margin-bottom: 10px;
}


.two-col {
  display: flex;
  justify-content: center;
  border-top: 12px solid #fff;
}

.two-col.flipped {
  flex-direction: row-reverse;
}

.two-col.flipped .inner {
  float: right;
}

.two-col.flipped>div {
  flex: 1;
}

.two-col.flipped>div:first-child {
  border-right: none;
  border-left: 6px solid #fff;
}

.two-col.flipped>div:first-child .inner {
  float: left;
}

.two-col.flipped>div:last-child {
  border-left: none;
  border-right: 6px solid #fff;
}

.two-col.flipped>div:last-child .inner {
  float: right;
}

.two-col>div {
  flex: 1;
}

.two-col>div:first-child {
  border-right: 6px solid #fff;
}

.two-col>div:first-child .inner {
  float: right;
}

.two-col>div:last-child {
  border-left: 6px solid #fff;
}

.two-col>div:last-child .inner {
  float: left;
}

.two-col>div.black-blue {
  background: rgb(0, 28, 113);
  background: linear-gradient(332deg, rgb(0, 28, 113) 55%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
  color: #fff;
}

.two-col>div.black-blue h2,
.two-col>div.black-blue h3 {
  color: #fff;
}

.two-col>div.blue {
  background: rgb(0, 28, 113);
  color: #fff;
}

.two-col>div.blue h2,
.two-col>div.blue h3 {
  color: #fff;
}

.two-col>div.pink-img-bg {
  background-size: cover;
  background-position: center;
  background-image: url("../images/global/pink-bg.jpg");
}

.two-col .content-col .inner,
.two-col .header-col .inner {
  max-width: 960px;
  padding: 120px 100px;
  margin: auto;
}

.two-col .content-col h3,
.two-col .header-col h3 {
  margin-bottom: 30px;
}

.two-col .content-col h4,
.two-col .header-col h4 {
  color: #fff;
  margin-bottom: 0;
}

.two-col .content-col h4.bigger,
.two-col .header-col h4.bigger {
  font-size: 34px;
}

.two-col .content-col p,
.two-col .header-col p {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}

.two-col .img-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.two-col .img-col.our-benefits {
  background-image: url("../images/home/benefits.jpg");
}

.two-col .img-col.diversity {
  background-image: url("../images/home/deib.jpg");
}

.two-col .img-col.community-engagement {
  background-position: center top;
  background-image: url("../images/sub/who-we-are/comm-engage.jpg");
}

.two-col .img-col.join-our-team {
  background-position: center top;
  background-image: url("../images/sub/corporate/join-our-team.jpg");
}

.two-col .img-col.comm-row-join-our-team {
  background-position: center;
  background-image: url("../images/sub/commercial-row/com-row-team.jpg");
}

.two-col .img-col.comm-us-join-our-team {
  background-image: url("../images/sub/commercial-us/join-our-team-comm-us.jpg");
}

.two-col .img-col.tech-ops-join-our-team {
  background-image: url("../images/sub/tech-ops/join-our-team-tech-ops.jpg");
}

.two-col .img-col.rand-join-our-team {
  background-image: url("../images/sub/r-and-d/join-our-team-rand.jpg");
}

.two-col .img-col.pay-equity {
  background-image: url("../images/sub/deib/pay-equity-photo.jpg");
}

.two-col .img-col.employee-resource-teams {
  background-image: url("../images/sub/deib/teams.jpg");
}


.linkedin-callout {
  display: none;
  margin: 40px 0;
  padding: 40px 20px;
  text-align: center;
  background: rgb(51, 66, 127);
  background: linear-gradient(62deg, rgb(51, 66, 127) 13%, rgb(128, 33, 101) 33%, rgb(128, 33, 101) 68%, rgb(255, 210, 91) 99%);
}

.linkedin-callout h4 {
  color: #fff;
}

.talent-network {
  text-align: center;
  background: rgb(51, 66, 127);
  background: linear-gradient(62deg, rgb(51, 66, 127) 13%, rgb(128, 33, 101) 33%, rgb(128, 33, 101) 68%, rgb(255, 210, 91) 99%);
  padding: 60px 0;
  margin-top: 12px;
  color: #fff;
}

.talent-network .wrap {
  max-width: 1090px;
}

.talent-network h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}

.talent-network p {
  font-size: 19px;
}

.talent-network h2+a {
  margin-top: 30px;
}

.talent-network a:not(.btn) {
  color: #fff;
}

.talent-network a:not(.btn):hover {
  color: #b8caff;
}


.tn-callout {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
}

.tn-callout a {
  position: relative;
  display: block;
}

.tn-callout a:before {
  content: "";
  display: block;
  background-size: cover;
  padding-bottom: 58%;
  width: 100%;
  background-position: center;
  background-image: url("../images/global/tn-callout.jpg");
}

.tn-callout a>div {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #001c71;
  color: #fff;
  width: 100%;
  min-height: 75px;
  transition: 0.25s ease-in-out;
  display: flex;
  justify-content: center;
}

.tn-callout a>div span {
  display: block;
  padding: 20px;
  margin: auto;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}

.tn-callout a:hover>div {
  min-height: 100%;
  background-color: rgba(133, 33, 102, 0.7);
}

.tn-callout a:hover>div span {
  transform: scale(1.2);
}

.our-focus {
  background-color: #f9f9f9;
  margin: 30px auto;
  padding: 50px 0;
  text-align: center;
}

.our-focus .focus {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.our-focus .focus>li {
  background-color: red;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  padding: 30px;
  width: calc(33.3333333333% - 10px);
}

.our-focus .focus>li.blue {
  background-color: #001c71;
  color: #fff;
}

.our-focus .focus>li.blue h4 {
  color: #fff;
}

.our-focus .focus>li.yellow {
  background-color: #f5d146;
  color: #000;
}

.our-focus .focus>li.yellow h4 {
  color: #000;
}

.our-focus .focus>li.purple {
  background-color: #852166;
  color: #fff;
}

.our-focus .focus>li.purple h4 {
  color: #fff;
}

.our-focus .focus>li .icon {
  /* default size just to see something */
  height: 150px;
  width: 80px;
  /* End default */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.our-focus .focus>li .icon.patients-first {
  width: 80px;
  background-image: url("../images/sub/who-we-are/white-stethescope.png");
}

.our-focus .focus>li .icon.place-to-work {
  width: 107px;
  background-image: url("../images/sub/who-we-are/black-group.png");
}

.our-focus .focus>li .icon.living-our-values {
  width: 87px;
  background-image: url("../images/sub/who-we-are/white-heart.png");
}


#site-footer {
  margin: 40px 0;
}

#site-footer.has-border {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

#site-footer:after {
  content: "";
  clear: both;
  display: table;
}

#site-footer .top-bar {
  margin-bottom: 30px;
}

#site-footer .top-bar .logo {
  display: block;
  width: 250px;
}

#site-footer .top-bar .logo img {
  max-width: 100%;
  height: auto;
}

#site-footer .mid-bar {
  margin-bottom: 30px;
}

#site-footer .mid-bar p {
  vertical-align: top;
  margin: 0;
  width: calc(100% - 220px);
  display: inline-block;
  margin-right: 35px;
  font-weight: 700;
}

#site-footer .mid-bar .social-media {
  vertical-align: top;
  display: inline-block;
}

#site-footer .mid-bar .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .mid-bar .social-media ul>li {
  display: inline-block;
  margin: 0 10px;
}

#site-footer .mid-bar .social-media ul>li>a {
  font-size: 24px;
  color: #852166;
}

#site-footer .bottom-bar .copyright {
  display: inline-block;
  margin-right: 50px;
  font-size: 15px;
  color: #444;
}

#site-footer .bottom-bar .privacy-links {
  display: inline-block;
}

#site-footer .bottom-bar .privacy-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .bottom-bar .privacy-links ul li {
  display: inline-block;
  margin-right: 40px;
}

#site-footer .bottom-bar .privacy-links ul li a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
}

.sub-search {
  width: 33.33333333%;
  float: right;
  margin-top: 30px;
}

.sub-search #search-form>ul>li:nth-last-child(-n+2) {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.sub-search #search-form>ul>li:nth-last-child(-n+2) a.btn,
.sub-search #search-form>ul>li:nth-last-child(-n+2) .te-form a.te-submit,
.te-form .sub-search #search-form>ul>li:nth-last-child(-n+2) a.te-submit,
.sub-search #search-form>ul.search-content>li:nth-last-child(-n+2) a.advanced-button {
  text-align: center;
  width: 190px;
}


.mobile-search-button {
  background-color: #852166;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 15px 20px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.02em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  position: relative;
}

.mobile-search-button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 25px;
  height: 26px;
  width: 26px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' fill='%23FFF' /%3E%3C/svg%3E");
}

.mobile-search-button.is-active {
  background-color: #001c71;
}

.mobile-search-button.is-active:after {
  transform: rotate(180deg);
}

.sub-search #search-form {
  background-color: #852166;
  padding: 20px;
}

.sub-search #search-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-search #search-form>.search-content>li {
  margin-bottom: 15px;
  position: relative;
}

.sub-search #search-form>.search-content>li:first-child {
  display: flex;
  width: 100%;
  position: relative;
}

.sub-search #search-form>.search-content>li:last-child {
  margin-bottom: 0;
}

.sub-search #search-form>.search-content>li input[type=text] {
  padding: 17px 25px 17px 25px;
  width: 100%;
  border: none;
  position: relative;
  z-index: 2;
}

.sub-search #search-form>.search-content>li input[type=text]:focus {
  border-radius: 0;
}

.sub-search #search-form>.search-content>li .search-button {
  font-weight: 700;
  background-color: #fff;
  border: none;
  border-left: 1px solid #852166;
  padding: 17px 25px 17px 25px;
}

.sub-search #search-form>.search-content>li .search-button:hover {
  color: #001c71;
}

.sub-search #search-form>.search-content>li .search-accordion-button {
  padding: 17px 25px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  border: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 25px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
}

.sub-search #search-form>.search-content>li:nth-child(2) {
  border-top: 2px solid #fff;
  padding-top: 20px;
  margin-top: 20p;
}

.sub-search #search-form>.search-content>li .search-accordion-button.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");
}

.sub-search #search-form>.search-content>li .search-accordion-list {
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  display: none;
}

.sub-search #search-form>.search-content>li .search-accordion-list a {
  display: block;
  padding: 3px 25px;
  color: #852166;
  text-decoration: none;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>a.accordion-section-title {
  position: relative;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>a.accordion-section-title:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  right: 28px;
  border-top: 5px solid #852166;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: 50%;
  margin-top: -5px;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>a.accordion-section-title.is-active:after {
  transform: rotate(180deg);
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content {
  display: none;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state {
  position: relative;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 1px solid #852166;
  border-bottom: 1px solid #852166;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-title-state.is-active:after {
  transform: rotate(-135deg);
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-content-state {
  display: none;
  padding-left: 20px;
}

.sub-search #search-form>.search-content>li .search-accordion-list>li>.accordion-section-content>ul>li>.accordion-section-content-state a {
  font-size: 14px;
  text-decoration: underline;
}

.sub-search #search-form>.search-content>li .zip-search>label {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #852166;
  padding-top: 12px;
  padding-bottom: 10px;

}

.sub-search #search-form>.search-content>li .zip-search {
  border-top: 2px solid #fff;

  white-space: nowrap;
  background-color: #fff;
}

.sub-search #search-form>.search-content>li .zip-search input[type=text] {
  padding: 17px 25px;
  width: calc(50% - 70px);
  margin-right: 5px;

}

.sub-search #search-form>.search-content>li .zip-search select {
  margin-right: 5px;
  width: calc(50% - 50px);
  padding: 17px 25px;
  line-height: 1;
  background-color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 25px) center;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
}

.sub-search #search-form>.search-content>li .zip-search .submit-search {
  background: none;
  padding: 17px 25px 18px 25px;
  border: none;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: calc(100% - 20px) center;
  text-align: left;
  background-color: #fff;

}

.sub-search #search-form>.search-content>li .zip-search .submit-search:hover {
  background-color: #001c71;
  color: #fff;
}

.search-results-right {
  float: right;
  width: 33.3333333333%;
}


#search-body .wrap:after {
  content: "";
  clear: both;
  display: table;
}

.search-results {
  float: left;
  clear: left;
  width: 55%;
}

.search-results .search-headings {
  margin: 30px 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}

.search-results .search-headings h1 {
  font-size: 32px;
  margin: 0 0 10px;
  color: #001c71;
}

.search-results .search-headings h2 {
  margin: 0;
  font-size: 21px;
  text-transform: uppercase;
  color: #852166;
}

.search-results ul.results-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-results ul.results-content>li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.search-results ul.results-content a {
  text-decoration: none;
}

.search-results ul.results-content a h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #001c71;
}

.search-results ul.results-content a:hover h3 {
  color: #852166;
}

.search-results ul.results-content dl {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}

.search-results ul.results-content dl>div {
  margin-bottom: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.search-results ul.results-content dl dt {
  font-weight: 700;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #852166;
  letter-spacing: 0.02em;
}

.search-results ul.results-content dl dd {
  display: inline;
  margin: 0;
}

.search-results ul.results-content p.job-description {
  font-size: 16px;
  margin: 10px 0 15px;
}

.search-results ul.results-content .read-more {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #001c71;
  text-decoration: none;
}

.search-results ul.results-content .read-more:after {
  content: "";
  position: relative;
  top: 0.5px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z' fill='%23001c71' /%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  display: inline-block;
  transition: 0.1s ease-in;
}

.search-results ul.results-content .read-more:hover {
  color: #852166;
}

.search-results ul.results-content .read-more:hover:after {
  transition: 0.1s ease-out;
  transform: translateX(5px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z' fill='%23852166' /%3E%3C/svg%3E");
}


.talent-network-form {
  float: left;
  width: 55%;
  margin-top: 30px;
  clear: left;
}

.talent-network-form h1 {
  font-size: 36px;
  color: #852166;
  float: left;
  margin: 0;
}

.talent-network-form .back-button {
  float: right;
}

.talent-network-form .form-intro {
  clear: both;
  margin-bottom: 25px;
}

.talent-network-form .form-intro h2 {
  color: #001c71;
}

.talent-network-form .form-intro p img {
  position: relative;
  top: 3.5px;
  display: inline;
  width: 75px;
}

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


.te-form .te-field {
  display: inline-block;
  margin-bottom: 14px;
}

.te-form .te-field label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: block;
  color: #852166;
  margin-bottom: 6px;
}

.te-form .te-field input[type=text],
.te-form .te-field input[type=email],
.te-form .te-field input[type=tel] {
  width: 100%;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 18px;
  border: 1px solid #cecece;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.te-form .te-field select {
  width: 100%;
  padding: 14px 20px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #cecece;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 25px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
}

.te-form .te-field.te-field-first_name {
  width: calc(40% - 5px);
}

.te-form .te-field.te-field-last_name {
  margin-left: 5px;
  width: calc(60% - 5px);
}

.te-form .te-field.te-field-email,
.te-form .te-field.te-field-phone_number,
.te-form .te-field.te-field-current_employer,
.te-form .te-field.te-field-current_title,
.te-form .te-field.te-field-contact_method,
.te-form .te-field.te-field-frequency {
  width: 100%;
}

.te-form .te-field.te-field-resume {
  width: 100%;
}

.te-form .te-field.te-field-categories,
.te-form .te-field.te-field-locations {
  width: 100%;
}

.te-form .te-field.te-field-categories>ul,
.te-form .te-field.te-field-locations>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  max-height: 250px;
  overflow: scroll;
  font-size: 18px;
  border: 1px solid #cecece;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.te-form .te-field.te-field-categories>ul>li,
.te-form .te-field.te-field-locations>ul>li {
  margin-bottom: 6px;
}

.te-form .te-field.te-field-categories>ul>li>label,
.te-form .te-field.te-field-locations>ul>li>label {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.saved-jobs,
.sub-featured-jobs,
.recently-viewed-jobs {
  position: relative;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #ccc;
  border-top: none;
}

.saved-jobs:before,
.sub-featured-jobs:before,
.recently-viewed-jobs:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(to right, #071b6b 0%, #5a6ec7 40%, #a73440 75%, #f6ce46 100%);
}

.saved-jobs h2,
.sub-featured-jobs h2,
.recently-viewed-jobs h2 {
  font-size: 24px;
}

.saved-jobs .featured-jobs-bottom,
.sub-featured-jobs .featured-jobs-bottom,
.recently-viewed-jobs .featured-jobs-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}

.saved-jobs .featured-jobs-bottom h3,
.sub-featured-jobs .featured-jobs-bottom h3,
.recently-viewed-jobs .featured-jobs-bottom h3 {
  font-size: 21px;
  margin: 0 0 10px;
  color: #001c71;
}

.saved-jobs .featured-jobs-bottom a,
.sub-featured-jobs .featured-jobs-bottom a,
.recently-viewed-jobs .featured-jobs-bottom a {
  text-decoration: none;
  color: #001c71;
}

.saved-jobs .featured-jobs-bottom dl,
.sub-featured-jobs .featured-jobs-bottom dl,
.recently-viewed-jobs .featured-jobs-bottom dl {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  margin-bottom: 5px;
}

.saved-jobs .featured-jobs-bottom dl>div,
.sub-featured-jobs .featured-jobs-bottom dl>div,
.recently-viewed-jobs .featured-jobs-bottom dl>div {
  margin-bottom: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.saved-jobs .featured-jobs-bottom dl dt,
.sub-featured-jobs .featured-jobs-bottom dl dt,
.recently-viewed-jobs .featured-jobs-bottom dl dt {
  font-weight: 700;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #852166;
  letter-spacing: 0.02em;
}

.saved-jobs .featured-jobs-bottom dl dd,
.sub-featured-jobs .featured-jobs-bottom dl dd,
.recently-viewed-jobs .featured-jobs-bottom dl dd {
  display: inline;
  margin: 0;
}

.saved-jobs .featured-jobs-bottom li,
.sub-featured-jobs .featured-jobs-bottom li,
.recently-viewed-jobs .featured-jobs-bottom li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.saved-jobs .featured-jobs-bottom li p,
.saved-jobs .featured-jobs-bottom li div,
.sub-featured-jobs .featured-jobs-bottom li p,
.sub-featured-jobs .featured-jobs-bottom li div,
.recently-viewed-jobs .featured-jobs-bottom li p,
.recently-viewed-jobs .featured-jobs-bottom li div {
  font-size: 14px;
}


#category-text {
  border-radius: 3px;
  padding: 15px 20px;
  background-color: #001c71;
  color: #fff;
}

#category-text h2 {
  margin-top: 0;
}

#job-details .google-job-map {
  margin: 20px 0;
}

#job-details .google-job-map iframe {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 200px;
}

#job-details dl {
  display: block;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  margin-bottom: 5px;
}

#job-details dl>div {
  margin-bottom: 3px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

#job-details dl dt {
  font-weight: 700;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #852166;
  letter-spacing: 0.02em;
}

#job-details dl dd {
  display: inline;
  margin: 0;
}

#job-details .job-details-btns {
  margin: 20px 0;
}

#job-details .job-details-btns>* {
  display: inline-block;
}

.discover-our-stories {
  margin: 40px 0;
}

.discover-our-stories.gray {
  margin: 0;
  padding: 40px 0;
  background-color: #d6d6d6;
}

.discover-our-stories .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discover-our-stories .our-stories-text-col {
  width: 28%;
}

.discover-our-stories .our-stories-text-col p {
  font-size: 17px;
}

.discover-our-stories .our-stories-wrap {
  width: 70%;
}

.discover-our-stories .our-stories-slider img {
  max-width: 100%;
  height: auto;
}

.discover-our-stories .our-stories-slider .our-story-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}

.discover-our-stories .our-stories-slider .our-story-slide:hover .our-story-content {
  opacity: 1;
}

.discover-our-stories .our-stories-slider .our-story-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background-color: rgba(133, 33, 102, 0.8);
  color: #fff;
  font-size: 19px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.discover-our-stories .our-stories-slider .our-story-content .video-person {
  margin-bottom: 20px;
}

.discover-our-stories .our-stories-slider .our-story-content .video-person strong {
  display: block;
}

.discover-our-stories .our-stories-slider .our-story-content .question {
  margin-bottom: 10px;
}

.discover-our-stories .our-stories-slider .our-story-content a {
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 5px 12px;
  line-height: 16px;
  text-decoration: none;
}

.discover-our-stories .our-stories-slider .our-story-content a:after {
  content: "";
  position: relative;
  top: -5px;
  height: 16px;
  width: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFF' class='bi bi-play-btn' viewBox='0 0 16 16'%3E%3Cpath d='M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z'/%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

.discover-our-stories .our-stories-slider .our-story-content a:hover {
  background-color: #fff;
  color: #852166;
}

.discover-our-stories .our-stories-slider .our-story-content a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23852166' class='bi bi-play-btn' viewBox='0 0 16 16'%3E%3Cpath d='M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z'/%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

.discover-our-stories .arrow-box {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.discover-our-stories .arrow-box .slick-arrow {
  background: none;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  border: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: none;
  font-size: 0;
}

.discover-our-stories .arrow-box .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237f7f7f' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}

.discover-our-stories .arrow-box .slick-arrow.slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23852166' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}

.discover-our-stories .arrow-box .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237f7f7f' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}

.discover-our-stories .arrow-box .slick-arrow.slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23852166' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}

.application-intro {
  text-align: center;
  margin: 60px 0;
}

.application-intro .wrap {
  max-width: 900px;
}

.application-faqs {
  padding: 70px 0;
  background-color: #e0e0e0;
}

.application-faqs .wrap {
  display: flex;
  justify-content: space-between;
}

.application-faqs .app-faq-intro {
  display: inline-block;
  vertical-align: top;
  width: 27%;
}

.application-faqs .app-faqs {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}


.accordion .accordion-header h4 {
  position: relative;
}

.accordion .accordion-header button {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border-radius: 0;
  border: none;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.accordion .accordion-header button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  background-color: #000;
  height: 4px;
  width: 32px;
  border-radius: 5px;
}

.accordion .accordion-header button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -16px;
  display: block;
  height: 32px;
  width: 4px;
  border-radius: 5px;
  background-color: #000;
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}

.accordion .accordion-header button.is-active {
  font-weight: 700;
  color: #001c71;
}

.accordion .accordion-header button.is-active:after {
  transform: rotate(90deg);
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content>* {
  margin-top: 0;
  padding: 0 20px;
}

.general-content {
  margin: 40px 0;
}

.general-content .gc-content-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.general-content .gc-content-wrap.photo-only>div {
  padding-bottom: 16%;
}

.general-content .gc-content-wrap .small-col {
  width: 35.2941176471%;
}

.general-content .gc-content-wrap .large-col {
  width: 64.0522875817%;
}

.general-content .gc-content-wrap .full-col {
  width: 100%;
}

.general-content .gc-content-wrap .photo-col {
  background-position: center center;
  background-size: cover;
}

.general-content .gc-content-wrap .photo-col.bike-riding {
  background-image: url("../images/sub/benefits/row-1-a.jpg");
}

.general-content .gc-content-wrap .photo-col.children {
  background-image: url("../images/sub/benefits/row-1-b.jpg");
}

.general-content .gc-content-wrap .photo-col.yoga {
  background-position: center top;
  background-image: url("../images/sub/benefits/row-2-a.jpg");
}

.general-content .gc-content-wrap .photo-col.team-work-makes-dream {
  background-image: url("../images/sub/benefits/row-3-a.jpg");
}

.general-content .gc-content-wrap .photo-col.corp-photo {
  background-position: center top;
  background-image: url("../images/sub/corporate/row-1-b.jpg");
}

.general-content .gc-content-wrap .photo-col.com-row {
  background-image: url("../images/sub/commercial-row/com-row-content.jpg");
  background-size: cover;
  background-position: center;
}

.general-content .gc-content-wrap .photo-col.com-us {
  background-image: url("../images/sub/commercial-us/comm-us-row-1-a.jpg");
  background-size: cover;
  background-position: center;
}

.general-content .gc-content-wrap .photo-col.com-us-2 {
  background-image: url("../images/sub/commercial-us/comm-us-row-1-b.jpg");
  background-size: cover;
  background-position: top center;
}

.general-content .gc-content-wrap .photo-col.tech-ops {
  background-size: cover;
  background-image: url("../images/sub/tech-ops/tech-ops-row-1-a.jpg");
}

.general-content .gc-content-wrap .photo-col.tech-ops-2 {
  background-size: cover;
  background-position: top center;
  background-image: url("../images/sub/tech-ops/tech-ops-row-1-b.jpg");
}

.general-content .gc-content-wrap .photo-col.rand-row-1a {
  background-image: url("../images/sub/r-and-d/rand-row-1-a.jpg");
}

.general-content .gc-content-wrap .photo-col.rand-row-1b {
  background-image: url("../images/sub/r-and-d/rand-row-1-b.jpg");
}

.general-content .gc-content-wrap .content-col {
  padding: 35px 10px;
}

.general-content .gc-content-wrap .content-col p:last-child {
  margin-bottom: 0;
}

.general-content .gc-content-wrap .content-col .content-photo {
  margin-top: -35px;
  margin-bottom: 30px;
  padding-bottom: 25%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/sub/corporate/row-1-a.jpg");
}

.general-content .gc-content-wrap .content-col h4 {
  font-size: 33px;
  color: #852166;
  margin-bottom: -10px;
}

.general-content .gc-content-wrap .content-col p {
  margin-bottom: 30px;
}

.general-content .gc-content-wrap .content-col p:first-child {
  margin-top: 0;
}

.general-content .footnotes p {
  font-size: 14px;
  text-align: center;
}


.video-wrapper {
  margin: 50px 0;
}

.video-wrapper .video-intro {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
}

.deib-testimonials {
  padding: 75px 0;
  text-align: center;
}

.deib-testimonials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.deib-testimonials ul li {
  position: relative;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  padding: 30px;
  width: calc(33.3333333333% - 10px);
  color: #333333;
  height: 390px;
}

.deib-testimonials ul li .cite-box {
  position: absolute;
  bottom: 30px;
}

.deib-testimonials ul li blockquote {
  margin: 0;
}

.deib-testimonials ul li h4 {
  font-size: 25px;
  margin: 0;
  color: #333333;
}

.deib-testimonials ul li:first-child {
  background-color: #001c71;
}

.deib-testimonials ul li:first-child h4 {
  color: #fff;
}

.deib-testimonials ul li:first-child blockquote {
  color: #fff;
}

.deib-testimonials ul li:first-child .job-title {
  color: #fff;
}

.deib-testimonials ul li:nth-child(2) {
  background-color: #f5d146;
}

.deib-testimonials ul li:last-child {
  background-color: #852166;
}

.deib-testimonials ul li:last-child h4 {
  color: #fff;
}

.deib-testimonials ul li:last-child blockquote {
  color: #fff;
}

.deib-testimonials ul li:last-child .job-title {
  color: #fff;
}

.deib-testimonials .testimonial-photo {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  margin-bottom: 20px;
}

.deib-testimonials .testimonial-photo img {
  max-width: 100%;
  height: auto;
}

.pagination {
  margin: 20px auto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.pagination>* {
  margin: 0 2px;
}

.pagination a {
  color: #001c71;
}

.pagination a:hover {
  color: #852166;
}

.under-construction {
  margin: 10px 0;
  padding: 40px 0;
  text-align: center;
}

.under-construction .wrap {
  max-width: 100p0x;
}

.under-construction h2 {
  font-size: 36px;
  margin: 0 0 0;
  letter-spacing: 0.01em;
}

.under-construction p {
  font-size: 20px;
}

.splash-banner {
  min-height: 250px;
  display: flex;
  text-align: center;
  border-bottom: 5px solid #000;
}

.splash-banner .wrap {
  margin: auto;
}

.splash-banner h1 {
  margin: 0;
}

.splash-banner h1 strong {
  font-size: 1.25em;
}

.site-map ul li {
  margin-bottom: 10px;
}

.site-map ul li a {
  font-size: 1.2em;
  color: #852166;
}

.site-map ul li a:hover {
  color: #001c71;
}

.page-intro-two-col.ceo {
  align-items: normal;
}

/*---new styles KD---*/
.homepage .job-search-bar #search-form .search-content>li .search-accordion-list {
  padding: 0 0 30px !important;
  max-height: 245px !important;
}

.body-class-job-search #search-form ul {
  position: relative !important;
}

.body-class-job-search #search-form>.search-content>li .search-accordion-list {
  max-height: 260px;
  padding: 0 0 25px;
}

.body-class-job-search .search-results {
  min-height: 650px;
}

#fraud-warning {
  width: 100%;
  z-index: 99;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -10px;
}

#fraud-warning .wrap {
  position: relative;
}

#fraud-warning a:hover {
  text-decoration: none;
}

#fraud-warning p {
  margin: 0 0 20px;
}


@media screen and (max-width: 1530px) {
  body {
    font-size: 1.045751634vw;
  }

  h2.tiny-heading-2 {
    font-size: 1.1764705882vw;
    color: #636466;
    text-transform: uppercase;
  }

  h3 {
    font-size: 2.8758169935vw;
    margin: 0;
    color: #001c71;
  }

  h4 {
    font-size: 1.6339869281vw;
  }

  #site-header .top-bar .social-media ul li a {
    font-size: 1.3725490196vw;
  }

  #site-header .bottom-bar .logo {
    width: 18.954248366vw;
  }

  #site-header .bottom-bar .menu-wrap {
    margin-top: 10px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn),
  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button {
    font-size: 1.1764705882vw;
    padding: 5px 10px !important;
  }

  .hero-banner h1,
  .hero-banner .h1-style {
    font-size: 4.0522875817vw;
  }

  .page-intro-two-col blockquote {
    font-size: 1.3071895425vw;
  }

  .page-intro-two-col .quote-author {
    margin-left: 80px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #001c71;
  }

  .page-intro-two-col .quote-author font-size:calc(18/1530 * 100vw) strong {
    display: block;
    font-weight: 600;
    font-size: 1.3725490196vw;
  }

  .page-intro-two-col>div.content-col.ceo-quote {
    padding: 6.5359477124vw 30px;
  }

  .career-areas .career-area-list>li {
    min-height: auto;
  }

  .career-areas .career-area-list>li .btn-wrap {
    position: static;
  }

  .two-col .content-col h4.bigger,
  .two-col .header-col h4.bigger {
    font-size: 2.2222222222vw;
  }

  .te-form .te-field label {
    font-size: 0.9150326797vw;
  }

  .te-form .te-field input[type=text],
  .te-form .te-field input[type=email],
  .te-form .te-field input[type=tel] {
    font-size: 1.1764705882vw;
  }

  .te-form .te-field select {
    font-size: 1.1764705882vw;
  }

  .saved-jobs h2,
  .sub-featured-jobs h2,
  .recently-viewed-jobs h2 {
    font-size: 1.568627451vw;
  }

  .saved-jobs .featured-jobs-bottom h3,
  .sub-featured-jobs .featured-jobs-bottom h3,
  .recently-viewed-jobs .featured-jobs-bottom h3 {
    font-size: 1.3725490196vw;
  }

  .saved-jobs .featured-jobs-bottom dl,
  .sub-featured-jobs .featured-jobs-bottom dl,
  .recently-viewed-jobs .featured-jobs-bottom dl {
    font-size: 1.045751634vw;
  }

  .saved-jobs .featured-jobs-bottom li p,
  .saved-jobs .featured-jobs-bottom li div,
  .sub-featured-jobs .featured-jobs-bottom li p,
  .sub-featured-jobs .featured-jobs-bottom li div,
  .recently-viewed-jobs .featured-jobs-bottom li p,
  .recently-viewed-jobs .featured-jobs-bottom li div {
    font-size: 1.045751634vw;
  }

  .general-content .gc-content-wrap .content-col h4 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 1.1666666667vw;
  }

  h1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2.tiny-heading-2 {
    font-size: 1.3333333333vw;
    color: #636466;
    text-transform: uppercase;
  }

  h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 3.5vw;
    margin: 0;
    color: #001c71;
  }

  h4 {
    font-size: 2.0833333333vw;
  }

  h5 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h6 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  #site-header .top-bar .social-media ul li a {
    font-size: 1.75vw;
  }

  #site-header .bottom-bar .logo {
    width: 22.5vw;
  }

  #site-header .bottom-bar .menu-wrap {
    margin-top: 10px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 1px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn),
  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button {
    padding: 5px 5px !important;
  }

  .hero-banner h1,
  .hero-banner .h1-style {
    font-size: 4.3333333333vw;
  }

  .page-intro-two-col blockquote {
    font-size: 1.6666666667vw;
  }

  .page-intro-two-col .quote-author {
    font-size: 1.5vw;
  }

  .page-intro-two-col .quote-author strong {
    font-size: 1.75vw;
  }

  .two-col .content-col h4.bigger,
  .two-col .header-col h4.bigger {
    font-size: 2.8333333333vw;
  }

  .two-col .content-col .inner,
  .two-col .header-col .inner {
    max-width: 800px !important;
    padding: 90px 70px !important;
  }

  .te-form .te-field label {
    font-size: 1.1666666667vw;
  }

  .te-form .te-field input[type=text],
  .te-form .te-field input[type=email],
  .te-form .te-field input[type=tel] {
    font-size: 1.5vw;
  }

  .te-form .te-field select {
    font-size: 1.5vw;
  }

  .saved-jobs h2,
  .sub-featured-jobs h2,
  .recently-viewed-jobs h2 {
    font-size: 2vw;
  }

  .saved-jobs .featured-jobs-bottom h3,
  .sub-featured-jobs .featured-jobs-bottom h3,
  .recently-viewed-jobs .featured-jobs-bottom h3 {
    font-size: 1.75vw;
  }

  .saved-jobs .featured-jobs-bottom dl,
  .sub-featured-jobs .featured-jobs-bottom dl,
  .recently-viewed-jobs .featured-jobs-bottom dl {
    font-size: 1.3333333333vw;
  }

  .saved-jobs .featured-jobs-bottom li p,
  .saved-jobs .featured-jobs-bottom li div,
  .sub-featured-jobs .featured-jobs-bottom li p,
  .sub-featured-jobs .featured-jobs-bottom li div,
  .recently-viewed-jobs .featured-jobs-bottom li p,
  .recently-viewed-jobs .featured-jobs-bottom li div {
    font-size: 1.3333333333vw;
  }

  .general-content .gc-content-wrap .content-col h4 {
    font-size: 2.75vw;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.25vw;
  }

  h1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2.tiny-heading-2 {
    font-size: 1.5625vw;
    color: #636466;
    text-transform: uppercase;
  }

  h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 3.125vw;
    margin: 0;
    color: #001c71;
  }

  h4 {
    font-size: 2.44140625vw;
  }

  h5 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h6 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  #site-header .top-bar .social-media ul li a {
    font-size: 2.05078125vw;
  }

  #site-header .bottom-bar {
    padding-bottom: 20px;
  }

  #site-header .bottom-bar .logo {
    float: none;
    width: 34.1796875vw;
  }

  #site-header .bottom-bar .menu-wrap {
    float: none;
    margin-top: 20px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 1px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn),
  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button {
    font-size: 1.5625vw;
    padding: 5px !important;
  }

  .hero-banner h1,
  .hero-banner .h1-style {
    font-size: 4.6875vw;
  }

  .two-col .content-col h4.bigger,
  .two-col .header-col h4.bigger {
    font-size: 3.3203125vw;
  }

  .our-focus {
    margin: 0;
    padding: 10px 0;
  }

  .our-focus .focus {
    flex-direction: column;
  }

  .our-focus .focus>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .our-focus .focus>li .icon {
    display: inline-block;
    vertical-align: bottom;
  }

  .our-focus .focus>li .icon.patients-first {
    height: 90px;
  }

  .our-focus .focus>li .icon.place-to-work {
    height: 90px;
  }

  .our-focus .focus>li .icon.living-our-values {
    height: 90px;
  }

  .our-focus .focus>li h4 {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: calc(100% - 122px);
    margin-bottom: 2px;
  }

  .te-form .te-field label {
    font-size: 1.3671875vw;
  }

  .te-form .te-field input[type=text],
  .te-form .te-field input[type=email],
  .te-form .te-field input[type=tel] {
    font-size: 1.7578125vw;
  }

  .te-form .te-field select {
    font-size: 1.7578125vw;
  }

  .saved-jobs h2,
  .sub-featured-jobs h2,
  .recently-viewed-jobs h2 {
    font-size: 2.34375vw;
  }

  .saved-jobs .featured-jobs-bottom h3,
  .sub-featured-jobs .featured-jobs-bottom h3,
  .recently-viewed-jobs .featured-jobs-bottom h3 {
    font-size: 2.05078125vw;
  }

  .saved-jobs .featured-jobs-bottom dl,
  .sub-featured-jobs .featured-jobs-bottom dl,
  .recently-viewed-jobs .featured-jobs-bottom dl {
    font-size: 1.5625vw;
  }

  .saved-jobs .featured-jobs-bottom li p,
  .saved-jobs .featured-jobs-bottom li div,
  .sub-featured-jobs .featured-jobs-bottom li p,
  .sub-featured-jobs .featured-jobs-bottom li div,
  .recently-viewed-jobs .featured-jobs-bottom li p,
  .recently-viewed-jobs .featured-jobs-bottom li div {
    font-size: 1.5625vw;
  }

  .discover-our-stories .our-stories-text-col {
    width: 52%;
  }

  .discover-our-stories .our-stories-wrap {
    width: 45%;
  }

  .application-intro {
    margin: 30px 0;
  }

  .general-content .gc-content-wrap:not(.photo-only) {
    flex-direction: column;
  }

  .general-content .gc-content-wrap:not(.photo-only) .small-col:not(.photo-col) {
    width: 100%;
  }

  .general-content .gc-content-wrap:not(.photo-only) .large-col:not(.photo-col) {
    width: 100%;
  }

  .general-content .gc-content-wrap:not(.photo-only) .full-col {
    width: 100%;
  }

  .general-content .gc-content-wrap:not(.photo-only) .content-col {
    padding: 15px 0;
  }

  .general-content .gc-content-wrap:not(.photo-only) .content-col h4 {
    font-size: 3.22265625vw;
  }

  .deib-testimonials {
    padding: 30px 0;
  }

  .deib-testimonials ul {
    flex-direction: column;
  }

  .deib-testimonials ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .deib-testimonials ul li h4 {
    font-size: 2.34375vw;
  }

  .deib-testimonials ul li .testimonial-photo {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
  }

  .deib-testimonials ul li blockquote {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
    margin-left: 20px;
    font-size: 1.953125vw;
  }

  .deib-testimonials ul li .cite-box {
    margin-top: 20px;
    position: static;
  }
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
  .job-search-bar #search-form .search-content>li {
    width: calc(50% - 104px);
  }

  .job-search-bar #search-form .search-content>li input[type="text"] {
    padding: 17px 18px 17px 18px;
    width: calc(100% - 147px);
  }

  .job-search-bar #search-form .search-content>li .search-button {
    padding: 17px 18px 17px 18px;
    width: 117px;
    background-size: 22px;
  }

  .job-search-bar #search-form .search-content>li .search-accordion-button {
    padding: 17px 18px 17px 18px;
  }
}

@media screen and (min-width: 960px) {
  .mobile-search-button {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .job-search-bar #search-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .job-search-bar #search-form .search-content {
    display: flex;
    flex-direction: column;
  }

  .job-search-bar #search-form .search-content>li {
    width: 100%;
    margin: 10px 0;
  }

  .job-search-bar #search-form .search-content>li:first-child {}

  .job-search-bar #search-form .search-content>li:first-child::after {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .job-search-bar #search-form .search-content>li input[type="text"] {
    width: 100%;
  }

  .sub-search {
    width: 100%;
    float: none;
  }

  .body-class-job-search .search-results {
    /*--new style KD--*/
    min-height: 0 !important;
  }

  .sub-search #search-form {
    display: none;
  }

  .search-results-right {
    float: none;
    width: 100%;
  }

  .talent-network-form {
    float: none;
    width: 100%;
  }

  .talent-network-form h1 {
    float: none;
    margin-bottom: 10px;
  }

  .talent-network-form .back-button {
    float: none;
    margin-bottom: 1px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 16px;
    margin-top: 82px;
  }

  .desktop-only {
    display: none;
  }

  h1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h2.tiny-heading-2 {
    font-size: 14px;
    color: #636466;
    text-transform: uppercase;
  }

  h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 32px;
    margin: 0;
    color: #001c71;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  h6 {
    font-family: "neue-haas-grotesk-display", sans-serif;
  }

  #site-header .bottom-bar {
    position: relative;
  }

  #site-header .bottom-bar .menu-toggle {
    margin-top: 3px;
  }

  #site-header .bottom-bar .logo {
    float: left;
    width: 225px;
  }

  #site-header .bottom-bar .corp-info {
    position: fixed;
    padding-top: 15px;
  }

  #site-header .bottom-bar .corp-info .corp-site-link {
    display: inline-block;
  }

  #site-header .bottom-bar .corp-info .corp-site-link a {
    color: #852166;
  }

  #site-header .bottom-bar .corp-info .social-media {
    display: inline-block;
  }

  #site-header .bottom-bar .corp-info .social-media ul>li {
    display: inline-block;
    margin: 0 10px;
  }

  #site-header .bottom-bar .corp-info .social-media ul>li>a {
    font-size: 21px;
    color: #852166;
  }

  #site-header .bottom-bar .menu-wrap {
    display: none;
    border-top: 6px solid #f5d146;
    border-bottom: 6px solid #f5d146;
    position: absolute;
    left: 0;
    margin-top: 0;
    margin: 0 -20px;
    top: 100%;
    height: calc(100vh - 83px);
    width: calc(100% + 40px);
    padding: 0 20px;
    background-color: #fff;
  }

  #site-header .bottom-bar .menu-wrap .main-menu {
    padding-top: 60px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul {
    display: block;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li {
    display: block;
    margin-bottom: 10px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button,
  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>a:not(.job-btn) {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #001c71;
    float: right;
    margin-top: 7px;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>button.is-open:before {
    transform: rotate(180deg);
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li:hover>ul.sub-menu {
    display: none;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu {
    position: static;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu.is-active {
    display: block;
  }

  #site-header .bottom-bar .menu-wrap .main-menu>ul>li>ul.sub-menu>li>a {
    font-size: 15px;
  }

  .hero-banner .hero-content.shape-success h1 {
    width: 100%;
  }

  .hero-banner .hero-content.empowering-success-bt h1 {
    width: 100%;
  }

  .hero-banner .hero-content.setting-a-new-standard-bt h1 {
    width: 100%;
  }

  .hero-banner .hero-content.empowering-change-bt h1 {
    width: 100%;
  }

  .hero-banner .hero-banner-images.two-up-flipped {
    grid-template-columns: 1fr 60%;
  }

  .hero-banner .hero-banner-images.two-up {
    grid-template-columns: 60% 1fr;
  }

  .hero-banner .hero-banner-images.one-up .hero-banner-img {
    height: 30vh;
    background-position: center left;
    min-height: 1px;
  }

  .hero-banner .hero-banner-images .hero-banner-img.who-we-are-1 {
    height: 40vh;
    background-position: center;
  }

  .hero-banner .hero-banner-images .hero-banner-img.deib-1 {
    background-image: url("../images/sub/deib/banner-deib-1.jpg");
  }

  .hero-banner .hero-banner-images .hero-banner-img.deib-2 {
    background-image: url("../images/sub/deib/banner-deib-2.jpg");
    background-position: center top;
    height: 40vh;
    min-height: 400px;
  }

  .hero-banner .hero-banner-images .hero-banner-img.empowering-success-1 {
    background-image: url("../images/sub/application-faq/banner-1.jpg");
  }

  .hero-banner .hero-banner-images .hero-banner-img.empowering-success-2 {
    background-image: url("../images/sub/application-faq/banner-2.jpg");
    background-position: top left;
    height: 40vh;
    min-height: 400px;
  }

  .hero-banner .hero-banner-images .hero-banner-img.empowering-change {
    background-position: 83% center;
  }

  .hero-banner h1,
  .hero-banner .h1-style {
    font-size: 4.6875vw;
    padding: 20px 10px;
    width: 100%;
  }

  .page-intro-two-col {
    flex-direction: column;
    margin: 30px 0;
  }

  .page-intro-two-col blockquote {
    font-size: 2.6041666667vw;
    margin: 10px 0 20px;
  }

  .page-intro-two-col .quote-author {
    font-size: 2.34375vw;
  }

  .page-intro-two-col .quote-author strong {
    font-size: 2.734375vw;
  }

  .page-intro-two-col.ceo {
    flex-direction: column-reverse;
  }

  .page-intro-two-col>div.content-col.ceo-quote {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .page-intro-two-col>div.content-col.ceo-quote h2 {
    margin-bottom: 10px;
  }

  .page-intro-two-col>div.content-col.ceo-quote h3 {
    margin-bottom: 20px;
  }

  .page-intro-two-col>div.img-col {
    background-position: right center;
    padding-bottom: 90%;
  }

  .page-intro-two-col .quote-author {
    margin-left: 0;
  }

  #videointro.page-intro-two-col {
    align-items: stretch !important;
  }

  .career-areas .career-area-list>li {
    width: 100%;
  }

  .career-areas .career-area-list>li .btn-wrap>.btn,
  .career-areas .career-area-list>li .te-form .btn-wrap>.te-submit,
  .te-form .career-areas .career-area-list>li .btn-wrap>.te-submit,
  .career-areas .career-area-list>li #search-form>.search-content>li .btn-wrap>.advanced-button,
  #search-form>.search-content>li .career-areas .career-area-list>li .btn-wrap>.advanced-button {
    width: 100%;
  }

  .two-col {
    flex-direction: column;
  }

  .two-col.flipped {
    flex-direction: column-reverse;
  }

  .two-col>* {
    border-right: none !important;
    border-left: none !important;
  }

  .two-col .content-col h3,
  .two-col .header-col h3 {
    margin-bottom: 15px;
  }

  .two-col .content-col h4.bigger,
  .two-col .header-col h4.bigger {
    font-size: 28px;
  }

  .two-col .content-col .inner,
  .two-col .header-col .inner {
    max-width: 800px !important;
    padding: 20px 20px !important;
  }

  .two-col .content-col p,
  .two-col .header-col p {
    margin-bottom: 15px;
  }

  .two-col .img-col {
    padding-bottom: 66%;
  }

  .talent-network h2 {
    font-size: 32px;
  }

  .talent-network p {
    font-size: 18px;
  }

  .job-search-bar #search-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative !important;
  }

  #site-footer .mid-bar p {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  #site-footer .bottom-bar .copyright {
    margin-bottom: 10px;
    display: block;
  }

  #site-footer .bottom-bar .privacy-links {
    display: block;
  }

  #site-footer .bottom-bar .privacy-links ul li {
    display: block;
  }

  .te-form .te-field.te-field-first_name {
    width: 100%;
  }

  .te-form .te-field.te-field-last_name {
    margin-left: 0;
    width: 100%;
  }

  .te-form .te-field label {
    font-size: 13px;
  }

  .te-form .te-field input[type=text],
  .te-form .te-field input[type=email],
  .te-form .te-field input[type=tel] {
    font-size: 16px;
  }

  .te-form .te-field select {
    font-size: 16px;
  }

  .saved-jobs h2,
  .sub-featured-jobs h2,
  .recently-viewed-jobs h2 {
    font-size: 24px;
  }

  .saved-jobs .featured-jobs-bottom h3,
  .sub-featured-jobs .featured-jobs-bottom h3,
  .recently-viewed-jobs .featured-jobs-bottom h3 {
    font-size: 21px;
  }

  .saved-jobs .featured-jobs-bottom dl,
  .sub-featured-jobs .featured-jobs-bottom dl,
  .recently-viewed-jobs .featured-jobs-bottom dl {
    font-size: 14px;
  }

  .saved-jobs .featured-jobs-bottom li p,
  .saved-jobs .featured-jobs-bottom li div,
  .sub-featured-jobs .featured-jobs-bottom li p,
  .sub-featured-jobs .featured-jobs-bottom li div,
  .recently-viewed-jobs .featured-jobs-bottom li p,
  .recently-viewed-jobs .featured-jobs-bottom li div {
    font-size: 14px;
  }

  .discover-our-stories .wrap {
    display: block;
  }

  .discover-our-stories .our-stories-text-col {
    width: 100%;
  }

  .discover-our-stories .our-stories-text-col p {
    font-size: 16px;
  }

  .discover-our-stories .our-stories-wrap {
    width: 100%;
  }

  .discover-our-stories .our-stories-slider .our-story-slide {
    margin: 0;
  }

  .discover-our-stories .arrow-box {
    float: none;
    margin: 15px auto;
    text-align: center;
  }

  .application-faqs {
    padding: 30px 0;
  }

  .application-faqs .wrap {
    display: block;
  }

  .application-faqs .app-faq-intro {
    display: block;
    width: 100%;
  }

  .application-faqs .app-faqs {
    display: block;
    width: 100%;
  }

  .accordion .accordion-header button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    background-color: #000;
    height: 3px;
    width: 20px;
    border-radius: 5px;
  }

  .accordion .accordion-header button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
    display: block;
    height: 20px;
    width: 3px;
    border-radius: 5px;
    background-color: #000;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
  }

  .general-content .gc-content-wrap:not(.photo-only) .content-col h4 {
    font-size: 28px;
  }

  .deib-testimonials ul li h4 {
    font-size: 3.125vw;
  }

  .deib-testimonials ul li blockquote {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 600px) {
  .mfp-iframe-scaler {
    padding-top: 100%;
  }

  #fraud-warning {
    padding: 20px 0;
  }

  #fraud-warning p {
    font-size: 12px;
    margin: 0 0 10px;
  }

  #fraud-warning button {
    height: 35px;
    width: 35px;
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {

  .btn,
  .te-form .te-submit,
  #search-form>.search-content>li .advanced-button {
    font-size: 15px;
  }

  .hero-banner .hero-content h1 {
    text-align: left;
  }

  .hero-banner h1,
  .hero-banner .h1-style {
    font-size: 7.5vw;
  }

  .job-search-bar #search-form .search-content>li {
    font-size: 14px;
  }

  .job-search-bar #search-form .search-content>li .advanced-button {
    padding: 10px 25px;
  }

  .page-intro-two-col {
    flex-direction: column;
  }

  .page-intro-two-col blockquote {
    font-size: 16px;
  }

  .page-intro-two-col .quote-author {
    font-size: 16px;
  }

  .page-intro-two-col .quote-author strong {
    font-size: 16px;
  }

  .two-col .content-col h4.bigger,
  .two-col .header-col h4.bigger {
    font-size: 18px;
  }

  .accordion .accordion-header h4 {
    font-size: 18px;
  }

  .accordion .accordion-header button {
    padding: 15px 35px 15px 0;
  }

  .general-content .gc-content-wrap.photo-only {
    flex-direction: column;
    margin: 0;
  }

  .general-content .gc-content-wrap.photo-only>div {
    width: 100% !important;
    padding: 33%;
    margin-bottom: 10px;
  }

  .deib-testimonials ul li h4 {
    font-size: 21px;
  }

  .deib-testimonials ul li blockquote {
    margin-left: 0;
    width: 100%;
    font-size: 18px;
  }
}