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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --primary-color: #0057bf;
  --green: #a2e4bf;
  --dark-green: #008531;
  --light-blue: #62b6f3;
  --hot-pink: #df1995;
  --light-pink: #EF95CF;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}
a:hover {
  color: var(--hot-pink);
}

html {
  font-size: 90%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-backface-visibility: hidden;
  background-color: #f3f2f2;
  color: #000;
  overflow-x: hidden;
}

.wrap,
.inner {
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
  max-width: 1775px;
}

.sr-only, .featured-jobs ul.featured-jobs-bottom li dl div dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
}

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

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

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

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

p {
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.65;
}

select {
  appearance: none;
  border-radius: 0;
  border: 1px solid #ececec;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  background-image: url();
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

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

.btn, .te-form .te-submit {
  display: block;
  width: fit-content;
  min-width: 240px;
  padding: 1rem;
  font-weight: 700;
  font-size: 23px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 8px;
  border: none;
  text-align: center;
}
.btn:after, .te-form .te-submit:after {
  content: "";
  display: inline-block;
  background-image: url("../svg/arrow-white.svg");
  height: 1.5rem;
  width: 1.75rem;
  background-size: 1.5rem;
  vertical-align: top;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  position: relative;
  top: 4px;
}
.btn:hover, .te-form .te-submit:hover {
  background-color: var(--green);
  color: #000;
}
.btn:hover:after, .te-form .te-submit:hover:after {
  color: #000;
  background-image: url("../svg/arrow.svg");
}

.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-block;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  position: relative;
}
.share-this-icons ul li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  text-indent: -9999px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 100%;
}
.share-this-icons ul li a:hover {
  background-color: #2356b8;
  border: 1px solid #c3f5c2;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23000'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23000'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  display: none !important;
}
.share-this-icons ul li a.share-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}

.skip-to-content {
  position: absolute;
  left: 20px;
  top: 20px;
  transform: translateY(-100%);
  background-color: #fff;
  color: #000;
  padding: 0.75rem 1.4rem;
  transition: transform 0.25s ease-in-out;
  transform: translateY(-400%);
  border: 3px solid #5e8bf3;
  border-radius: 40px;
  z-index: 99;
  font-weight: 500;
}
.skip-to-content:after {
  content: "↵ ENTER";
  color: #fff;
  font-size: 0.65rem;
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #376ef0;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.skip-to-content:hover, .skip-to-content:focus, .skip-to-content:focus-visible {
  outline: none;
  transform: translateY(0);
  box-shadow: 0px 0px 0px 3px rgba(55, 110, 240, 0.25);
}

.menu-toggle {
  position: absolute;
  display: block;
  height: 62px;
  width: 62px;
  right: 0;
  top: 0;
  background-color: #2355b8;
  border: none;
  min-height: 62px;
  padding: 12px 20px;
}
@media screen and (min-width: 599px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  font-size: 0;
  display: block;
  width: 45%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.25s ease-in-out;
  border-radius: 20px;
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  border-radius: 20px;
}
.menu-toggle span:before {
  position: absolute;
  transform-origin: center;
  top: -8px;
  width: 80%;
}
.menu-toggle span:after {
  position: absolute;
  transform-origin: center;
  bottom: -8px;
  width: 90%;
}
.menu-toggle.is-active span {
  background-color: transparent;
  width: 45%;
}
.menu-toggle.is-active span:before {
  transform: rotate(45deg);
  top: 0;
  width: 100%;
}
.menu-toggle.is-active span:after {
  transform: rotate(135deg);
  bottom: 0;
  width: 100%;
}

.site-header {
  padding: 1.25rem 0;
  transition: transform 0.25s ease-in-out;
  grid-area: header;
  width: min(1920px, 100%);
}
.site-header .logo {
  height: auto;
  left: 30px;
  position: relative;
  width: max(160px, min(20vw, 262px));
  z-index: 0;
  display: block;
}
.site-header .logo > svg {
  position: relative;
  width: auto;
}
.site-header .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  border-bottom-left-radius: 24px;
  box-shadow: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  transition: 0.5s, border-radius 0s, border 0s;
  transition-delay: 0.5s, 0s, 0s;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #d6d3d2;
}
.site-header .main-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.site-header .main-menu > ul > li > a {
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  display: block;
  min-height: 66px;
  padding: 12px 20px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  line-height: 1rem;
  align-content: center;
  align-items: center;
  -webkit-appearance: none;
  white-space: nowrap;
}
.site-header .main-menu > ul > li > a:hover {
  background: #083f7d !important;
  color: #fff !important;
}
.site-header .main-menu a.logo-mark {
  align-content: center;
  align-items: center;
  background: #fff;
  border-bottom-left-radius: 24px;
  border-left: 1px solid #d6d3d2;
  display: inline-flex;
  flex-flow: row nowrap;
  height: 66px;
  justify-content: center;
  margin-left: -66px;
  position: relative;
  right: -66px;
  transition: 0.25s ease-in-out, border-radius 0s;
  width: 66px;
  padding: 0;
}
.site-header .main-menu a.logo-mark:after {
  background: linear-gradient(270deg, rgba(136, 139, 149, 0.0901960784), rgba(0, 0, 0, 0));
  border-right: 1px solid #eee;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 0;
}
.site-header .main-menu a.logo-mark > svg {
  display: block;
  height: 36px;
  opacity: 0;
  position: relative;
  top: -3px;
  transition: opacity 0.8s ease-in-out;
  width: 36px;
  z-index: 1;
}
.site-header .main-menu > ul > li:nth-child(1) > a {
  border-bottom-left-radius: 24px;
  border-left: 1px solid #d6d3d2;
  transition: 0.5s ease-in-out, border-radius 0s, transform 0.25s ease-in-out;
  background: #fff;
  color: #0057bf;
  z-index: 1;
}
.site-header .main-menu > ul > li:nth-child(2) > a {
  background: #f2f7fc;
  color: #083f7d;
  border: 0;
  border-radius: 0;
  transition: 0.4s ease-in-out;
}
.site-header .main-menu > ul > li:nth-child(3) > a {
  background: #dff0fd;
  color: #083f7d;
  border: 0;
  border-radius: 0;
  transition: 0.4s ease-in-out;
}
.site-header .main-menu > ul > li.has-children {
  background: #dff0fd;
  position: relative;
  white-space: nowrap;
}
.site-header .main-menu > ul > li.has-children a {
  display: inline-block;
  vertical-align: top;
}
.site-header .main-menu > ul > li.has-children button {
  height: 100%;
  width: 35px;
  background-color: transparent;
  padding: 0;
  border: none;
}
.site-header .main-menu > ul > li.has-children button:before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15.6 9.4'%3E%3Cg id='c'%3E%3Cpolygon points='9.4 7.8 15.6 1.6 14 0 7.8 6.2 1.6 0 0 1.6 6.2 7.8 7.8 9.4 9.4 7.8' fill='%23083f7d'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.site-header .main-menu > ul > li.has-children button:hover:before {
  transform: rotate(-180deg);
}
.site-header .main-menu > ul > li.has-children > ul {
  position: absolute;
  right: 0;
  top: 67px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  width: 130%;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .main-menu > ul > li.has-children > ul > li {
  display: block;
  border-top: 1px solid rgb(214, 214, 214);
}
.site-header .main-menu > ul > li.has-children > ul > li:first-child {
  border-top: none;
}
.site-header .main-menu > ul > li.has-children > ul > li a {
  color: #000;
  display: block;
  padding: 0.2rem 1rem;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}
.site-header .main-menu > ul > li.has-children > ul > li a:hover {
  background-color: var(--green);
}
.site-header.trigger-scroll {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  width: min(1920px, 100%);
}
.site-header.trigger-scroll .logo {
  transform: translateY(-300px);
}
.site-header.trigger-scroll .main-menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1490196078);
  pointer-events: all;
}
.site-header.trigger-scroll .main-menu > ul li:nth-child(1) > a {
  border-bottom-left-radius: 0;
}
.site-header.trigger-scroll .main-menu a.logo-mark {
  transition-delay: 0s;
  margin-left: 0;
  right: 0;
  transform: none;
  transition: 0.5s ease-in-out, transform 0.25s ease-in-out;
  z-index: 0;
}
.site-header.trigger-scroll .main-menu a.logo-mark > svg {
  opacity: 1;
}

.header-sticky .site-header {
  transform: translateY(-100%);
}

.header-sticky .site-header .logo-mark {
  transition-delay: 0.5s;
}

.header-sticky .site-header.trigger-scroll {
  right: 0;
  width: auto;
  transform: translateY(0);
}

@media screen and (max-width: 599px) {
  .site-header.trigger-scroll {
    position: absolute;
  }
  .site-header .logo {
    left: 0;
  }
  .site-header .main-menu {
    border: none;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 62px;
    width: 100%;
    min-width: 220px;
    border-bottom-left-radius: 0;
    text-align: left;
    display: block;
    transition: 0.5s, border-radius 0s, border 0s, opacity 0.75s;
    transition-delay: 0s, 0s, 0s, 0.1s;
    opacity: 0;
    visibility: hidden;
  }
  .site-header .main-menu a {
    display: block;
    width: 100%;
    border-radius: 0 !important;
  }
  .site-header .main-menu a.logo-mark {
    display: none;
  }
  .site-header .main-menu > ul {
    display: block;
  }
  .site-header .main-menu > ul > li:nth-child(1) a {
    border-bottom-left-radius: 0;
    border: 1px solid #d6d3d2;
    transition: 0.5s ease-in-out, border-radius 0s, transform 0.25s ease-in-out;
    background: #fff;
    color: #0057bf;
    z-index: 1;
    display: block;
  }
  .site-header .main-menu > ul > li:nth-child(2) a {
    background: #f2f7fc;
    color: #083f7d;
    border: 1px solid #d6d3d2;
    border-top: none;
    border-radius: 0;
    transition: 0.4s ease-in-out;
    display: block;
  }
  .site-header .main-menu > ul > li:nth-child(3) a {
    background: #dff0fd;
    color: #083f7d;
    border: 1px solid #d6d3d2;
    border-top: none;
    border-radius: 0;
    transition: 0.4s ease-in-out;
    display: block;
  }
  .site-header .main-menu > ul > li:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-header .main-menu > ul > li:last-child > a {
    width: calc(100% - 40px);
    display: inline-block;
  }
  .site-header .main-menu > ul > li:last-child button {
    display: inline-block;
    width: 40px;
    height: auto;
  }
  .site-header .main-menu > ul > li.has-children > ul {
    position: static;
    width: 100%;
  }
  .site-header .main-menu.is-open {
    display: block;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
}
.accent-waves {
  pointer-events: none;
}

.accent-waves .svg-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.accent-waves .svg-wrap img, .accent-waves .svg-wrap svg {
  height: 100%;
  min-width: 100%;
  width: auto;
}

.accent-waves[data-h-align=left], .accent-waves[data-h-align=right] {
  opacity: 0;
  transform: scaleX(0.5);
  transition: transform 1.85s ease-in-out, opacity 1.85s ease-in-out;
  transition-delay: 0.25s, 0.5s;
  will-change: transform;
}

.accent-waves[data-h-align=left].-animated, .accent-waves[data-h-align=right].-animated {
  opacity: 0.05;
  transform: none;
}

.accent-waves[data-h-align=left] {
  transform-origin: left;
}

.accent-waves[data-h-align=left] .svg-wrap img, .accent-waves[data-h-align=left] .svg-wrap svg {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: top right;
}

.accent-waves[data-h-align=right] {
  transform-origin: right;
}

.accent-waves[data-h-align=right] .svg-wrap img, .accent-waves[data-h-align=right] .svg-wrap svg {
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
}

.accent-waves[data-color=white] img path, .accent-waves[data-color=white] svg path {
  fill: #fff;
}

.accent-waves[data-color=light-blue] svg path {
  fill: #62b6f3;
}

.accent-waves[data-scale=default] img, .accent-waves[data-scale=default] svg {
  transform: scale(1);
}

.accent-waves[data-scale=medium] img, .accent-waves[data-scale=medium] svg {
  transform: scale(1.3);
}

.accent-box-w-waves[data-bgcolor=sky-blue] .accent-waves[data-treatment=vertical-gradient--fade-ltr] .svg-wrap {
  mix-blend-mode: unset;
}

.accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small] .svg-wrap img, .accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small] .svg-wrap svg {
  transform: scale(0.75);
}

.accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small][data-h-align=right] .svg-wrap img, .accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small][data-h-align=right] .svg-wrap svg {
  transform-origin: center right;
}

.accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small][data-h-align=left] .svg-wrap img, .accent-waves[data-treatment=vertical-gradient--fade-ttb][data-scale=small][data-h-align=left] .svg-wrap svg {
  transform-origin: center left;
}

#footer .accent-waves {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc((min(100vw, 1920px) - max(30px, min(4vw, 48px)) * 13) / 14 * 6 + max(30px, min(4vw, 48px)) * 5);
  z-index: 0;
}

@media (min-width: 768px) {
  #footer .accent-waves {
    width: calc((min(100vw, 1920px) - max(30px, min(4vw, 48px)) * 13) / 14 * 5 + max(30px, min(4vw, 48px)) * 4);
  }
}
#footer .share-this-icons {
  border: 1px solid var(--hot-pink);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 2rem;
  display: flex;
  align-items: center;
  margin: 2rem auto;
  width: fit-content;
}
#footer .top-footer-row {
  background-color: #2356b8;
  position: relative;
  z-index: 1;
}
#footer .top-footer-row .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 4rem 2rem;
}
#footer .top-footer-row .brand-col .footer-logo {
  display: block;
  margin-bottom: 20px;
}
#footer .top-footer-row .brand-col svg {
  max-width: 270px;
  width: 100%;
}
#footer .top-footer-row .brand-col .social-media-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
#footer .top-footer-row .brand-col .social-media-links ul > li > a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
#footer .top-footer-row .nav-col ul {
  columns: 2;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .top-footer-row .nav-col ul li {
  border-left: 5px solid #608ccd;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
#footer .top-footer-row .nav-col ul li a {
  border-bottom: 1px solid var(--green);
  color: #fff;
  font-weight: 700;
  display: inlin-block;
}
#footer .top-footer-row .nav-col ul li a:hover {
  border-bottom-color: var(--hot-pink);
}
#footer .bottom-footer-row {
  background-color: #1b3f79;
  text-align: center;
  padding: 1rem 0 1.5rem;
}
#footer .bottom-footer-row .copyright-info {
  color: #fff;
  line-height: 1.5;
}
#footer .bottom-footer-row nav {
  margin: 1rem 0;
}
#footer .bottom-footer-row nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .bottom-footer-row nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
}
#footer .bottom-footer-row nav ul li a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid var(--green);
}
#footer .bottom-footer-row nav ul li a:hover {
  border-bottom-color: var(--hot-pink);
}

@media screen and (max-width: 1024px) {
  #footer {
    text-align: center;
  }
  #footer .accent-wave {
    display: none;
  }
  #footer .top-footer-row .wrap {
    flex-direction: column-reverse;
  }
  #footer .top-footer-row .brand-col {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .top-footer-row .brand-col svg {
    max-width: 300px;
    margin: 0 auto 1rem;
  }
  #footer .top-footer-row .brand-col .social-media-links ul {
    justify-content: center;
  }
  #footer .top-footer-row .brand-col .social-media-links ul li a svg {
    width: 30px;
    height: 30px;
  }
  #footer .top-footer-row .nav-col ul {
    columns: 1;
    padding: 0;
    margin: 0;
  }
  #footer .top-footer-row .nav-col ul > li {
    border-left: none;
  }
}
.outer-wrap {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1019607843);
  display: grid;
  grid-template: auto 1fr auto/minmax(0, 1fr);
  grid-template-areas: "header" "main" "footer";
  min-height: 100%;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  background-color: #fff;
}

.hero-banner {
  position: relative;
}
.hero-banner .hero-banner-img {
  background-repeat: no-repeat;
  background-image: url("../images/home/hero-banner.webp");
  max-height: 725px;
  min-height: 410px;
  background-position: center;
  height: 40vh;
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.hero-banner .hero-banner-img:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 26, 114), rgba(0, 26, 114, 0)), url();
}
.hero-banner .hero-banner-img.thanks {
  height: 30vh;
  min-height: 350px;
}
.hero-banner .hero-banner-img.job-listing {
  background-image: url("../images/jobs/job-listing-banner.jpg");
}
.hero-banner .hero-banner-img.talent-network {
  background-position: center top;
  background-image: url("../images/talent-network/talent-network-banner.jpg");
}
.hero-banner .hero-banner-img.talent-network:before {
  content: none;
}
.hero-banner .hero-banner-img.blog-banner {
  background-image: url("../images/home/caring-matters-bg.jpg");
}
.hero-banner .hero-banner-img img {
  opacity: 0.07;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(-90deg, black, transparent);
}
.hero-banner .hero-banner-content {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: auto;
  left: 10%;
}
.hero-banner .hero-banner-content h1 {
  font-size: 3.1875rem;
  line-height: 1.1;
  font-size: clamp(3.5rem, 5vw, 5rem);
  font-weight: 300;
  margin: 0;
}
.hero-banner .hero-banner-content p {
  font-size: 1.875rem;
  font-size: clamp(1.125rem, 1.75vw, 1.75rem);
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .hero-banner {
    height: auto;
    min-height: 1px;
  }
  .hero-banner .hero-banner-img {
    min-height: 1px;
    height: 50vw;
    background-position: center;
    background-size: 100%;
    background-image: url("../images/home/homepage-mobile.jpg");
  }
  .hero-banner .hero-banner-img:before {
    content: none;
  }
  .hero-banner .hero-banner-img.job-listing {
    background-image: url("../images/jobs/job-listing-mobile.jpg");
  }
  .hero-banner .hero-banner-img.talent-network {
    background-position: center top;
    background-image: url("../images/talent-network/talent-mobile.jpg");
  }
  .hero-banner .hero-banner-img img {
    display: none;
  }
  .hero-banner .hero-banner-content {
    text-align: center;
    left: 0;
    padding: 2rem 0;
    position: static;
    transform: none;
    background-color: #083f7d;
    position: relative;
  }
  .hero-banner .hero-banner-content br {
    display: none;
  }
  .hero-banner .hero-banner-content:after {
    content: "";
    background-image: url("../svg/pediatrix-wave.svg");
    opacity: 0.05;
    position: absolute;
    height: 100%;
    width: 55%;
    top: 0;
    left: 0;
    transform: scale(-1);
    background-position: center left;
  }
}
#slide-banner {
  position: relative;
}
#slide-banner .slide-banner-img {
  background-repeat: no-repeat;
  background-image: url("../images/home/hero-banner.webp");
  max-height: 725px;
  min-height: 410px;
  background-position: center;
  height: 50vh;
  display: block;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#slide-banner .slide-banner-img:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 26, 114), rgba(0, 26, 114, 0)), url();
}
#slide-banner .slide-banner-img.thanks {
  height: 35vh;
  min-height: 350px;
}
#slide-banner .slide-banner-img.job-listing {
  background-image: url("../images/jobs/job-listing-banner.jpg");
}
#slide-banner .slide-banner-img.job-listing-1 {
  background-image: url("../images/jobs/job-listing-banner-1.jpg");
  background-position: center;
}
#slide-banner .slide-banner-img.job-listing-2 {
  background-image: url("../images/jobs/job-listing-banner-2.jpg");
  background-position: center;
}
#slide-banner .slide-banner-img.job-listing-3 {
  background-image: url("../images/jobs/job-listing-banner-3.jpg");
  background-position: center;
}
#slide-banner .slide-banner-img.job-listing-4 {
  background-image: url("../images/jobs/job-listing-banner-4.jpg");
  background-position: center;
}
#slide-banner .slide-banner-img.job-listing-5 {
  background-image: url("../images/jobs/job-listing-banner-5.jpg");
  background-position: center;
}
#slide-banner .slide-banner-img.talent-network {
  background-position: center top;
  background-image: url("../images/talent-network/talent-network-banner.jpg");
}
#slide-banner .slide-banner-img.talent-network:before {
  content: none;
}
#slide-banner .slide-banner-img.blog-banner {
  background-image: url("../images/home/caring-matters-bg.jpg");
}
#slide-banner .slide-banner-img img {
  transform: scaleX(-1) translateX(200px);
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(-90deg, black, transparent);
  opacity: 0;
  transition: opacity 0.75s ease-in-out 0.1s, transform 1s ease-in;
}
#slide-banner .splide__slide.is-active img {
  opacity: 0.07;
  transform: scaleX(-1) translateX(0%);
}
#slide-banner .splide__arrow {
  background-color: var(--dark-green);
}
#slide-banner .splide__arrow svg {
  fill: #fff;
}
#slide-banner .splide__arrow:hover {
  background-color: var(--green);
}
#slide-banner .splide__arrow:hover svg {
  fill: #000;
}
#slide-banner .slide-banner-content {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: auto;
  left: 10%;
  z-index: 10;
}
#slide-banner .slide-banner-content h1 {
  font-size: 3.1875rem;
  line-height: 1.1;
  font-size: clamp(3.5rem, 5vw, 5rem);
  font-weight: 300;
  margin: 0;
}
#slide-banner .slide-banner-content p {
  font-size: 1.875rem;
  font-size: clamp(1.125rem, 1.75vw, 1.75rem);
  line-height: 1.2;
}
#slide-banner .controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#slide-banner .controls .splide__toggle {
  background-color: var(--dark-green);
  border: none;
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  margin-left: 1em;
  opacity: 0.7;
}
#slide-banner .controls .splide__toggle svg {
  fill: #fff;
  height: 13px;
  display: block;
  margin: 0 auto;
  width: 13px;
}
#slide-banner .controls .splide__toggle:hover {
  opacity: 1;
  background-color: var(--green);
}
#slide-banner .controls .splide__toggle:hover svg {
  color: #000;
}

@media screen and (max-width: 960px) {
  #slide-banner {
    height: auto;
    min-height: 1px;
    background-color: var(--primary-color);
  }
  #slide-banner .slide-banner-img {
    min-height: 1px;
    height: 50vw;
    background-position: center top;
    background-size: 100%;
    background-image: url("../images/home/homepage-mobile.jpg");
  }
  #slide-banner .slide-banner-img:before {
    content: none;
  }
  #slide-banner .slide-banner-img.job-listing {
    background-image: url("../images/jobs/job-listing-mobile.jpg");
  }
  #slide-banner .slide-banner-img.job-listing-1 {
    background-image: url("../images/jobs/job-listing-mobile-1.jpg");
    background-position: center;
  }
  #slide-banner .slide-banner-img.job-listing-2 {
    background-image: url("../images/jobs/job-listing-mobile-2.jpg");
    background-position: center;
  }
  #slide-banner .slide-banner-img.job-listing-3 {
    background-image: url("../images/jobs/job-listing-mobile-3.jpg");
    background-position: center;
  }
  #slide-banner .slide-banner-img.job-listing-4 {
    background-image: url("../images/jobs/job-listing-mobile-4.jpg");
    background-position: center;
  }
  #slide-banner .slide-banner-img.job-listing-5 {
    background-image: url("../images/jobs/job-listing-mobile-5.jpg");
    background-position: center top;
  }
  #slide-banner .slide-banner-img.talent-network {
    background-position: center top;
    background-image: url("../images/talent-network/talent-mobile.jpg");
  }
  #slide-banner .slide-banner-img img {
    display: none;
  }
  #slide-banner .slide-banner-content {
    text-align: center;
    left: 0;
    padding: 2rem 0;
    position: static;
    transform: none;
    background-color: #083f7d;
    position: relative;
  }
  #slide-banner .slide-banner-content br {
    display: none;
  }
  #slide-banner .slide-banner-content:after {
    content: "";
    background-image: url("../svg/pediatrix-wave.svg");
    opacity: 0.05;
    position: absolute;
    height: 100%;
    width: 55%;
    top: 0;
    left: 0;
    transform: scale(-1);
    background-position: center left;
  }
}
.job-search-bar {
  margin: 1rem;
}
.job-search-bar .wrap {
  background-color: #064b9e;
  max-width: 1775px;
  border-radius: 20px;
  padding: 1.25rem;
}
.job-search-bar .mobile-search-button {
  display: none;
}
.job-search-bar form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-search-bar form > #search-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.job-search-bar form > #search-content > li {
  position: relative;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.job-search-bar form > #search-content > li:nth-child(-n+3) {
  flex: 1;
}
.job-search-bar form > #search-content > li:nth-child(4) {
  display: none;
}
.job-search-bar form > #search-content > li:nth-child(5) .advanced-button {
  white-space: nowrap;
  background-color: var(--dark-green);
  font-size: 21px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: block;
  border-radius: 15px;
  padding: 1.25rem 1.75rem;
  transition: background-color 0.25s ease-in-out;
}
.job-search-bar form > #search-content > li:nth-child(5) .advanced-button:hover, .job-search-bar form > #search-content > li:nth-child(5) .advanced-button:focus {
  background-color: var(--green);
  color: #000;
}
.job-search-bar form > #search-content > li:nth-child(5) .advanced-button:focus {
  box-shadow: 0 0 0 4px rgba(var(--hot-pink), 0.8);
}
.job-search-bar form > #search-content > li input[type=text] {
  width: 100%;
  padding: 1.125rem 4.25rem 1.125rem 1.75rem;
  line-height: 1;
  font-size: clamp(0.9rem, 1vw, 1rem);
  border-radius: 15px;
  border: none;
}
.job-search-bar form > #search-content > li input[type=text] + button {
  position: absolute;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  background-image: url("../svg/magnify-glass.svg");
}
.job-search-bar form > #search-content > li button.search-accordion-button {
  width: 100%;
  padding: 1.125rem 1.75rem;
  line-height: 1.2;
  font-size: clamp(0.9rem, 1vw, 1rem);
  border-radius: 15px;
  text-align: left;
  background: #fff;
  border: none;
  background-image: url("../svg/angle-arrow-down.svg");
  background-position: calc(100% - 30px) center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.job-search-bar form > #search-content > li button.search-accordion-button[aria-expanded=true] {
  border-radius: 15px 15px 0 0;
}
.job-search-bar form > #search-content > li button.search-accordion-button[aria-expanded=true]:hover {
  background-color: #fff;
}
.job-search-bar form > #search-content > li > .search-content {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  max-height: 300px;
  overflow-x: scroll;
  padding-top: 1.5rem;
  margin-top: -1rem;
  scrollbar-color: var(--green) #63666A;
  display: none;
  z-index: 2;
}
.job-search-bar form > #search-content > li > .search-content > li > a {
  padding: 0.25rem 1rem;
  display: block;
}

@media screen and (max-width: 1250px) {
  .job-search-bar form > #search-content > li input[type=text],
  .job-search-bar form > #search-content > li button.search-accordion-button {
    padding: 1.5rem;
  }
  .job-search-bar form > #search-content > li button.search-accordion-button {
    background-position: calc(100% - 20px) center;
    background-size: 1.25rem;
  }
  .job-search-bar form > #search-content > li input[type=text] + button {
    background-size: 1.5rem;
    width: 2.25rem;
    height: 2.25rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .job-search-bar form > #search-content {
    flex-direction: column;
  }
}
.mission-statement {
  margin: 60px 0;
}
.mission-statement .wrap {
  max-width: 1520px;
}

.career-highlights {
  position: relative;
  padding: 1rem 0 2rem;
}
.career-highlights:before {
  content: "";
  background-color: #0057b8;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 80%;
  max-width: 1520px;
  z-index: -1;
}
.career-highlights h2 {
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 400;
}
.career-highlights .career-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.career-highlights .career-highlights-list li {
  flex: 1;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 80px;
}
.career-highlights .career-highlights-list li a {
  display: block;
}
.career-highlights .career-highlights-list li a:hover .content-wrap:after {
  background-color: var(--dark-green);
  background-image: url("../svg/arrow-white.svg");
}
.career-highlights .career-highlights-list li .img-wrap img {
  width: 100%;
  display: block;
}
.career-highlights .career-highlights-list li .content-wrap {
  padding: 1rem;
}
.career-highlights .career-highlights-list li .content-wrap:after {
  content: "";
  display: block;
  height: 3.25rem;
  width: 3.25rem;
  background-color: #e8f8ef;
  border-radius: 100%;
  background-image: url("../svg/arrow.svg");
  background-position: center center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
}
.career-highlights .career-highlights-list li .content-wrap h3 {
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  min-height: 55px;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-weight: 400;
}
.career-highlights .career-highlights-list li .content-wrap p {
  color: #000;
}

@media screen and (max-width: 1200px) {
  .career-highlights .career-highlights-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .career-highlights .career-highlights-list li {
    flex: calc(33.3333333% - 20px);
    max-width: 33.333333333%;
  }
  .career-highlights .career-highlights-list li .content-wrap h3 {
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .career-highlights:before {
    width: 70%;
  }
  .career-highlights .career-highlights-list {
    flex-direction: column;
  }
  .career-highlights .career-highlights-list li {
    flex: 1;
    width: 100%;
    max-width: unset;
  }
}
.featured-content {
  margin: 4rem 0 8rem;
}
.featured-content h2 {
  border-left: 5px solid var(--hot-pink);
  font-weight: 400;
  font-size: 45px;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  line-height: 1.25;
  padding-left: 2rem;
  max-width: 40rem;
}
.featured-content .wrap {
  display: flex;
  gap: 45px;
  align-items: center;
}
.featured-content .img-col {
  position: relative;
  width: 45%;
}
.featured-content .img-col img {
  position: relative;
  z-index: 1;
  width: 90%;
  float: right;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.featured-content .img-col:before {
  content: "";
  background-color: var(--light-blue);
  background-size: 100%, 100%;
  width: 90%;
  height: 100%;
  display: block;
  position: absolute;
  transform: translate(0%, 15%);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.featured-content .img-col:after {
  content: "";
  opacity: 0.1;
  background-image: url("../svg/pediatrix-wave.svg");
  background-size: 100%, 100%;
  width: 90%;
  height: 100%;
  display: block;
  position: absolute;
  transform: translate(0%, 15%);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.featured-content .img-col .img-wrapper:before {
  content: "";
  border-top: 5px solid var(--hot-pink);
  border-left: 5px solid var(--hot-pink);
  height: 45%;
  width: 15%;
  position: absolute;
  border-top-left-radius: 100px;
  transform: translate(35%, -15%);
}
.featured-content .content-col {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .featured-content {
    margin: 5rem 0;
  }
  .featured-content h2 {
    max-width: 100%;
  }
  .featured-content .wrap {
    flex-direction: column !important;
  }
  .featured-content .wrap .img-col {
    max-width: 90%;
    width: 100%;
    margin: 3rem;
  }
  .featured-content .wrap .content-col {
    width: 100%;
  }
}
.featured-jobs {
  position: relative;
  padding: 2rem 0 4rem;
  margin: 10rem 0;
}
.featured-jobs:before {
  content: "";
  border: 5px solid var(--hot-pink);
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 80%;
  max-width: 1520px;
  z-index: -1;
}
.featured-jobs h2 {
  color: #000;
  text-align: center;
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 400;
  background-color: #fff;
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: -65px;
  padding: 0 1rem;
}
.featured-jobs ul.featured-jobs-bottom {
  margin-top: -2rem;
}
.featured-jobs ul.featured-jobs-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
.featured-jobs ul.featured-jobs-bottom li {
  flex: 1;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem 80px;
  position: relative;
}
.featured-jobs ul.featured-jobs-bottom li a {
  display: block;
}
.featured-jobs ul.featured-jobs-bottom li a:after {
  content: "";
  display: block;
  height: 3.25rem;
  width: 3.25rem;
  background-color: #e8f8ef;
  border-radius: 100%;
  background-image: url("../svg/arrow.svg");
  background-position: center center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
}
.featured-jobs ul.featured-jobs-bottom li a:hover:after {
  background-color: var(--dark-green);
  background-image: url("../svg/arrow-white.svg");
}
.featured-jobs ul.featured-jobs-bottom li h3 {
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  min-height: 55px;
  color: var(--primary-color);
  margin: 0 0 1rem;
  font-weight: 400;
}
.featured-jobs ul.featured-jobs-bottom li p {
  color: #000;
}
.featured-jobs ul.featured-jobs-bottom li dl {
  font-size: 1.4375rem;
  font-size: clamp(1.2rem, 1vw, 1.4375rem);
  line-height: 1.75;
}
.featured-jobs ul.featured-jobs-bottom li dl div dd {
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .featured-jobs ul.featured-jobs-bottom {
    flex-wrap: wrap;
  }
  .featured-jobs ul.featured-jobs-bottom li {
    flex: calc(50% - 20px);
  }
  .featured-jobs ul.featured-jobs-bottom li h3 {
    min-height: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .featured-jobs {
    margin-bottom: 3rem;
  }
  .featured-jobs h2 {
    top: -55px;
  }
  .featured-jobs:before {
    width: 70%;
  }
  .featured-jobs ul.featured-jobs-bottom {
    flex-direction: column;
  }
  .featured-jobs ul.featured-jobs-bottom li {
    flex: unset;
    width: 100%;
  }
}
.more-info-links {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.more-info-links .content-col {
  width: 45%;
}
.more-info-links .content-col .inner-wrap {
  max-width: 535px;
  float: right;
}
.more-info-links .content-col h2 {
  border-left: 5px solid var(--hot-pink);
  font-weight: 400;
  font-size: 45px;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  padding-left: 2rem;
  max-width: 32rem;
}
.more-info-links .list-col {
  width: 52%;
  position: relative;
  padding: 1rem 4rem;
}
.more-info-links .list-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.more-info-links .list-col ul li {
  flex: 1;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.more-info-links .list-col ul li a {
  display: block;
}
.more-info-links .list-col ul li a:after {
  content: "";
  display: block;
  height: 3.25rem;
  width: 3.25rem;
  background-color: #e8f8ef;
  border-radius: 100%;
  background-image: url("../svg/arrow.svg");
  background-position: center center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  bottom: 20px;
}
.more-info-links .list-col ul li a:hover:after {
  background-color: var(--hot-pink);
}
.more-info-links .list-col ul li .img-wrap img {
  width: 100%;
  display: block;
}
.more-info-links .list-col ul li .content-wrap {
  padding: 10% 10% 6rem;
  padding: 2rem 1rem 80px;
}
.more-info-links .list-col ul li .content-wrap h3 {
  font-size: 28px;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.3;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-weight: 400;
}
.more-info-links .list-col ul li .content-wrap p {
  color: #000;
}
.more-info-links .list-col:before {
  content: "";
  background-color: var(--primary-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateY(-70px);
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.more-info-links .list-col:after {
  content: "";
  background-image: url("../svg/pediatrix-wave.svg");
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  transform: translateY(-70px);
}

@media screen and (max-width: 1200px) {
  .more-info-links .list-col {
    width: 65%;
  }
  .more-info-links .content-col {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .more-info-links {
    flex-direction: column;
    gap: 100px;
    margin-bottom: 3rem;
  }
  .more-info-links .list-col {
    width: 100%;
  }
  .more-info-links .content-col {
    width: 100%;
  }
  .more-info-links .content-col .inner-wrap {
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .more-info-links .list-col ul {
    flex-direction: column;
  }
}
.read-more {
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  background-color: #008531;
  color: #fff;
  display: block;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 1.25rem;
}
.read-more:after {
  content: "➞";
  margin-left: 0.5rem;
}
.read-more:hover {
  color: #fff;
  background-color: var(--hot-pink);
}

.blog-callout {
  position: relative;
  margin: 2rem 0;
}
.blog-callout .blog-callout-img {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/home/caring-matters-bg.jpg");
  background-position: center left;
  background-size: cover;
  position: absolute;
}
.blog-callout .content {
  margin: 6.5rem 0;
  position: relative;
  background-color: #fff;
  width: auto;
  display: inline-block;
  border-bottom-right-radius: 80px;
  padding: 3.75rem 5.625rem;
  max-width: 50rem;
  padding: 3.75rem;
}
.blog-callout .content:after {
  content: "";
  height: 25%;
  width: 25%;
  border-right: 5px solid var(--hot-pink);
  border-bottom: 5px solid var(--hot-pink);
  border-bottom-right-radius: 80px;
  display: block;
  position: absolute;
  right: -25px;
  bottom: -25px;
}
.blog-callout .content h3 {
  color: var(--primary-color);
}
.blog-callout .content h2 {
  font-size: 45px;
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  color: var(--primary-color);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .blog-callout .blog-callout-img {
    position: static;
    height: 30vh;
    background-position: top right;
  }
  .blog-callout .content {
    padding: 0;
    margin: 1rem auto;
    width: 85%;
    max-width: 100%;
  }
}
.join-our-talent-network .wrap {
  flex-direction: row-reverse;
}
.join-our-talent-network .img-col:before {
  background-color: #98a4ae;
}

.search-headings {
  position: relative;
  margin-bottom: 30px;
}
.search-headings h1 {
  font-size: 2.75rem;
  font-size: clamp(2.25rem, 2.75vw, 2.75rem);
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 0;
}
.search-headings h2 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.625vw, 1.625rem);
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.search-headings .share-this-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
}

.job-details .search-headings h1 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 2.75rem;
  font-size: clamp(2.25rem, 2.75vw, 2.75rem);
  line-height: 1.2;
}
.job-details .search-headings h2 {
  font-weight: 700;
}

.pagination {
  margin: 2rem 0;
  border: 1px solid var(--primary-color);
  width: fit-content;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagination .next,
.pagination .prev {
  color: #000;
  padding: 0.1rem 0.3rem;
  height: 30px;
  overflow: hidden;
  border-right: 1px solid var(--primary-color);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: var(--primary-color);
}
.pagination .next {
  border-right: none;
}
.pagination .page,
.pagination .ellipses {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: var(--primary-color);
  padding: 0.1rem;
  border-right: 1px solid var(--primary-color);
  width: 35px;
  height: 30px;
  line-height: 25px;
  font-size: 1.25rem;
  padding: 0.25rem;
}
.pagination .page.current,
.pagination .ellipses.current {
  background-color: var(--light-blue);
  font-weight: 700;
  color: #fff;
}
.pagination a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: var(--primary-color);
}

#search-body {
  margin: 2rem 0;
}
#search-body .inner {
  display: grid;
  grid-template-areas: "sidebar searchresults" "searchresultsright searchresults";
  grid-template-columns: 28.1690140845% 1fr;
  grid-template-rows: auto 1fr;
  gap: 3.25rem;
}
#search-body .sub-search {
  grid-area: sidebar;
}
#search-body .search-results-right {
  grid-area: searchresultsright;
}
#search-body .talent-network-form,
#search-body .search-results {
  grid-area: searchresults;
}
#search-body .results-content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
}
#search-body .results-content > li {
  padding: 2rem 1.75rem 90px;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  position: relative;
}
#search-body .results-content > li dl {
  margin-bottom: 2rem;
}
#search-body .results-content > li dl div {
  margin-bottom: 0.5rem;
}
#search-body .results-content > li dl div dt {
  padding: 0;
  margin: 0;
  display: inline;
  font-weight: 700;
}
#search-body .results-content > li dl div dd {
  padding: 0;
  margin: 0;
  display: inline;
}
#search-body .results-content > li h3 {
  font-size: 2.0625rem;
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  margin-top: 0;
  line-height: 1.1;
  color: var(--primary-color);
}
#search-body .results-content > li h3:hover {
  color: var(--dark-green);
}
#search-body .results-content > li p, #search-body .results-content > li span {
  display: none;
}
#search-body .results-content > li dl + a {
  padding: 1rem;
  border-radius: 8px;
  display: block;
  background-color: var(--dark-green);
  font-size: 1.4375rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 30px;
  width: 240px;
}
#search-body .results-content > li dl + a:hover {
  background-color: var(--green);
  color: #000;
}

@media screen and (max-width: 1500px) {
  #search-body .inner {
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.25rem;
  }
}
@media screen and (max-width: 1300px) {
  #search-body .results-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  #search-body .inner {
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.25rem;
  }
  #search-body .results-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  #search-body {
    margin-top: 0;
  }
  #search-body .inner {
    display: block;
  }
  #search-body .results-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #search-body .results-content {
    grid-template-columns: 1fr;
  }
}
.sub-search {
  padding: 1.875rem;
  background-color: var(--primary-color);
  border-radius: 20px;
}
.sub-search .advanced-button {
  display: inline-block;
  padding: 1rem;
  font-weight: 700;
  font-size: 23px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  background-color: #008531;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  min-width: 240px;
}
.sub-search .advanced-button:after {
  content: "";
  display: inline-block;
  background-image: url("../svg/arrow-white.svg");
  height: 1.5rem;
  width: 1.75rem;
  background-size: 1.5rem;
  vertical-align: top;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  position: relative;
  top: 4px;
}
.sub-search .advanced-button:hover {
  background-color: var(--green);
  color: #000;
}
.sub-search .advanced-button:hover:after {
  background-image: url("../svg/arrow.svg");
}
.sub-search form {
  margin-bottom: 0;
}
.sub-search form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-search form ul > li {
  position: relative;
  margin-bottom: 0.75rem;
}
.sub-search form ul > li:nth-last-child(2) {
  display: inline-block;
  margin-right: 0.5rem;
}
.sub-search form ul > li:last-child {
  margin-bottom: 0;
  display: inline-block;
}
.sub-search form ul > li:last-child .advanced-button {
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  background-color: var(--hot-pink);
  position: relative;
}
.sub-search form ul > li:last-child .advanced-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.243' height='22.243' viewBox='0 0 22.243 22.243'%3E%3Cpath id='Icon_feather-x' data-name='Icon feather-x' d='M27,9,9,27M9,9,27,27' transform='translate(-6.879 -6.879)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: 15px;
}
.sub-search form ul > li:last-child .advanced-button:hover {
  background-color: var(--light-pink);
  color: #000;
}
.sub-search form ul > li:last-child .advanced-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.243' height='22.243' viewBox='0 0 22.243 22.243'%3E%3Cpath id='Icon_feather-x' data-name='Icon feather-x' d='M27,9,9,27M9,9,27,27' transform='translate(-6.879 -6.879)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: 15px;
}
.sub-search form ul > li input[type=text] {
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  width: 100%;
  padding: 1rem 3.5rem 1rem 1rem;
}
.sub-search form ul > li .search-accordion-button {
  border-radius: 8px;
  border: none;
  font-size: 21px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  width: 100%;
  padding: 1rem 3.5rem 1rem 1rem;
  text-align: left;
  background-color: #fff;
  background-image: url("../svg/angle-arrow.svg");
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) center;
  cursor: pointer;
}
.sub-search form ul > li .search-button,
.sub-search form ul > li .submit-search,
.sub-search form ul > li #id-zipcode-btn {
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../svg/magnify-glass.svg");
  background-color: transparent;
  background-size: 1.5rem;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  height: 2rem;
  width: 2rem;
  display: block;
  position: absolute;
  right: 1rem;
  z-index: 2;
  cursor: pointer;
}
.sub-search form ul > li .zip-search {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.6785rem 0;
}
.sub-search form ul > li .zip-search input[type=text] {
  border-right: 1px solid #000;
  font-size: 21px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  display: inline-block;
  width: 45%;
  border-radius: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 0.5rem;
}
.sub-search form ul > li .zip-search select {
  font-size: 21px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  display: inline-block;
  width: 37%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 1rem;
  border: none;
}
.sub-search form ul > li > ul {
  display: none;
  max-height: 250px;
  background-color: #fff;
  padding: 1rem 1rem 1.25rem;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow-y: scroll;
  top: -6px;
}
.sub-search form ul > li > ul > li {
  margin-bottom: 0.25rem;
  display: block !important;
}
.sub-search form ul > li > ul > li > a {
  border-bottom: 1px solid var(--hot-pink);
  color: var(--primary-color);
}
.sub-search form ul > li > ul > li > a:hover {
  border-bottom-color: var(--dark-green);
  color: #008531;
}

@media screen and (max-width: 1024px) {
  .sub-search {
    border-radius: 0;
    margin: 0 -3rem 3rem;
  }
  .sub-search .mobile-search-button {
    display: block;
    width: 100%;
    border: none;
    background: var(--green);
    color: #000;
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.435;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    text-align: left;
    background-image: url("../svg/magnify-glass.svg");
    background-size: 2rem;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .sub-search .mobile-search-button.is-active {
    background-color: var(--hot-pink);
    background-image: url("../svg/arrow-white-open.svg");
    background-position: calc(100% - 1.25rem);
    background-size: 1.45rem;
    color: #fff;
  }
  .sub-search #search-form {
    display: none;
    margin-top: 1rem;
  }
}
.mobile-search-button {
  display: none;
}

.tn-callout {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 3rem;
}
.tn-callout .tn-image {
  background-image: url("../images/home/talent-network.jpg");
  background-position: top center;
  background-size: cover;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding-bottom: 65%;
  width: calc(100% - 50px);
  height: 0;
  position: relative;
}
.tn-callout .tn-image:before {
  content: "";
  background-color: #98a4ae;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}
.tn-callout .tn-image:after {
  content: "";
  background-image: url("../svg/pediatrix-wave.svg");
  background-position: center left;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -50px;
  opacity: 0.2;
  z-index: -1;
  bottom: -50px;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background-size: 100%;
}
.tn-callout h4 {
  border-left: 5px solid var(--hot-pink);
  font-weight: 400;
  font-size: 45px;
  font-size: clamp(32px, 2vw, 36px);
  padding-left: 1rem;
  max-width: 32rem;
  color: #000;
  margin: 0 0 1rem;
}
.tn-callout h4 strong {
  display: block;
  font-weight: 400;
}
.tn-callout .btn, .tn-callout .te-form .te-submit, .te-form .tn-callout .te-submit {
  position: absolute;
  right: 20px;
  bottom: -3px;
  background-color: var(--hot-pink);
}
.tn-callout .btn:hover, .tn-callout .te-form .te-submit:hover, .te-form .tn-callout .te-submit:hover {
  background-color: var(--light-pink);
  color: #000;
}

.saved-jobs,
.sub-featured-jobs,
.sub-featured-job {
  margin-bottom: 3rem;
  border: 5px solid var(--primary-color);
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding: 2.5rem 1.75rem 2rem 3.25rem;
}
.saved-jobs h2,
.sub-featured-jobs h2,
.sub-featured-job h2 {
  font-size: 2.8125rem;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 300;
  margin: 0 0 2rem;
}
.saved-jobs .featured-jobs-bottom,
.sub-featured-jobs .featured-jobs-bottom,
.sub-featured-job .featured-jobs-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.saved-jobs .featured-jobs-bottom > li,
.saved-jobs .featured-jobs-bottom > div,
.sub-featured-jobs .featured-jobs-bottom > li,
.sub-featured-jobs .featured-jobs-bottom > div,
.sub-featured-job .featured-jobs-bottom > li,
.sub-featured-job .featured-jobs-bottom > div {
  margin-bottom: 2rem;
}
.saved-jobs .featured-jobs-bottom > li h3,
.saved-jobs .featured-jobs-bottom > li h4,
.saved-jobs .featured-jobs-bottom > div h3,
.saved-jobs .featured-jobs-bottom > div h4,
.sub-featured-jobs .featured-jobs-bottom > li h3,
.sub-featured-jobs .featured-jobs-bottom > li h4,
.sub-featured-jobs .featured-jobs-bottom > div h3,
.sub-featured-jobs .featured-jobs-bottom > div h4,
.sub-featured-job .featured-jobs-bottom > li h3,
.sub-featured-job .featured-jobs-bottom > li h4,
.sub-featured-job .featured-jobs-bottom > div h3,
.sub-featured-job .featured-jobs-bottom > div h4 {
  font-size: 30px;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  line-height: 1;
  margin: 0 0 0.5rem;
  font-weight: 400;
  color: var(--primary-color);
}
.saved-jobs .featured-jobs-bottom > li h3:hover,
.saved-jobs .featured-jobs-bottom > li h4:hover,
.saved-jobs .featured-jobs-bottom > div h3:hover,
.saved-jobs .featured-jobs-bottom > div h4:hover,
.sub-featured-jobs .featured-jobs-bottom > li h3:hover,
.sub-featured-jobs .featured-jobs-bottom > li h4:hover,
.sub-featured-jobs .featured-jobs-bottom > div h3:hover,
.sub-featured-jobs .featured-jobs-bottom > div h4:hover,
.sub-featured-job .featured-jobs-bottom > li h3:hover,
.sub-featured-job .featured-jobs-bottom > li h4:hover,
.sub-featured-job .featured-jobs-bottom > div h3:hover,
.sub-featured-job .featured-jobs-bottom > div h4:hover {
  color: var(--dark-green);
}
.saved-jobs .featured-jobs-bottom > li dl,
.saved-jobs .featured-jobs-bottom > div dl,
.sub-featured-jobs .featured-jobs-bottom > li dl,
.sub-featured-jobs .featured-jobs-bottom > div dl,
.sub-featured-job .featured-jobs-bottom > li dl,
.sub-featured-job .featured-jobs-bottom > div dl {
  font-size: 1.4375rem;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 700;
  color: #000;
}
.saved-jobs .featured-jobs-bottom > li dl div,
.saved-jobs .featured-jobs-bottom > div dl div,
.sub-featured-jobs .featured-jobs-bottom > li dl div,
.sub-featured-jobs .featured-jobs-bottom > div dl div,
.sub-featured-job .featured-jobs-bottom > li dl div,
.sub-featured-job .featured-jobs-bottom > div dl div {
  display: block;
}
.saved-jobs .featured-jobs-bottom > li dl dt,
.saved-jobs .featured-jobs-bottom > div dl dt,
.sub-featured-jobs .featured-jobs-bottom > li dl dt,
.sub-featured-jobs .featured-jobs-bottom > div dl dt,
.sub-featured-job .featured-jobs-bottom > li dl dt,
.sub-featured-job .featured-jobs-bottom > div dl dt {
  display: none;
}
.saved-jobs .featured-jobs-bottom > li dl dd,
.saved-jobs .featured-jobs-bottom > div dl dd,
.sub-featured-jobs .featured-jobs-bottom > li dl dd,
.sub-featured-jobs .featured-jobs-bottom > div dl dd,
.sub-featured-job .featured-jobs-bottom > li dl dd,
.sub-featured-job .featured-jobs-bottom > div dl dd {
  margin: 0;
}

#category-text {
  margin-top: 3rem;
  line-height: 1.5;
}
#category-text h2 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.625vw, 1.625rem);
  font-weight: 400;
  margin-top: 0.5rem;
  margin: 0;
}
#category-text h2 + br {
  display: none;
}

#job-details {
  font-size: 1.125rem;
  font-size: clamp(0.9rem, 1vw, 1.125rem);
  position: relative;
}

.job-details-btns {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 40px 0;
}
.job-details-btns > * {
  flex-basis: 200px;
  flex-shrink: 1;
}
.job-details-btns form {
  margin: 0;
}
.job-details-btns form > .btn, .job-details-btns .te-form form > .te-submit, .te-form .job-details-btns form > .te-submit {
  width: 100%;
  height: 100%;
}
.job-details-btns .btn, .job-details-btns .te-form .te-submit, .te-form .job-details-btns .te-submit {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  width: auto;
  background-color: var(--dark-green);
  min-width: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.job-details-btns .btn:hover, .job-details-btns .te-form .te-submit:hover, .te-form .job-details-btns .te-submit:hover {
  background-color: var(--green);
  color: #000;
}
.job-details-btns .btn:after, .job-details-btns .te-form .te-submit:after, .te-form .job-details-btns .te-submit:after {
  content: none;
}

.job-details-btns + .share-this-icons {
  margin-top: -10px;
  margin-bottom: -10px;
}

@media screen and (max-width: 1024px) {
  .job-details-btns {
    display: block;
  }
  .job-details-btns > *,
  .job-details-btns .btn,
  .job-details-btns .te-form .te-submit,
  .te-form .job-details-btns .te-submit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.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%;
}

.job-info {
  background-color: #c8e5f6;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.job-info .map-col .embed-container {
  padding-bottom: 42.25%;
}
.job-info .remote-col {
  position: relative;
  background-image: url("../images/jobs/remote-map.png");
  background-size: cover;
  padding-bottom: 45%;
  background-position: center right;
}
.job-info .remote-col .info {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  padding-bottom: 10%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/jobs/text-box.png");
  z-index: 2;
}
.job-info .remote-col .arrows {
  background-image: url("../images/jobs/nav-arrows.png");
  width: 20px;
  height: 55px;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.job-info .remote-col .layers {
  background-image: url("../images/jobs/layers.png");
  height: 50px;
  width: 50px;
  background-position: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.job-info .remote-col .house {
  position: absolute;
  background-image: url("../images/jobs/house.png");
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 25%;
  right: 21%;
  width: 25%;
  height: 40%;
  z-index: 0;
}
.job-info .col.data-col {
  padding: 2.25rem 2.5rem;
  align-items: center;
  display: inline-flex;
}
.job-info .col.data-col dl {
  margin: 0;
}
.job-info .col.data-col dl div {
  margin-bottom: 0.5rem;
}
.job-info .col.data-col dl div:last-child {
  margin-bottom: 0;
}
.job-info .col.data-col dl dt {
  display: inline-block;
  font-weight: 700;
}
.job-info .col.data-col dl dd {
  margin: 0 0 0 0.25rem;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  .job-info .remote-col .house {
    right: 6%;
    top: 23%;
  }
}
@media screen and (max-width: 1300px) {
  .job-info {
    flex-direction: column;
  }
  .job-info .remote-col {
    flex: 100%;
    padding-bottom: 50%;
  }
  .job-info .remote-col .house {
    top: 23%;
    right: 21%;
  }
  .job-info .col {
    flex: auto;
    width: 100%;
  }
  .job-info .col.data-col {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .job-info {
    display: block;
  }
  .job-info.remote dl > div {
    display: inline-block;
    margin-right: 5px;
  }
  .job-info .remote-col {
    padding-bottom: 35%;
  }
  .job-info .remote-col .house {
    top: 20%;
    right: 24%;
  }
}
.form-intro h1 {
  font-size: 55px;
  font-size: clamp(42px, 2vw, 55px);
  font-weight: 400;
  margin: 0 0 1rem;
}

.body-class-interest-capture .form-intro h1 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 1.625vw, 1.625rem);
  font-weight: 400;
  margin-top: 0.5rem;
}

.saved-jobs-content .saved-jobs-btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.saved-jobs-content h3,
.saved-jobs-content h4 {
  font-size: 30px;
  font-size: clamp(1.25rem, 2vw, 1.875rem);
  margin: 0 0 0.5rem;
  font-weight: 400;
  color: var(--primary-color);
}
.saved-jobs-content dl {
  line-height: 1.75;
}
.saved-jobs-content dl span {
  display: block;
}
.saved-jobs-content dl span dd {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.saved-jobs-content dl span dt {
  padding: 0;
  margin: 0 5px 0 0;
  font-weight: 700;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .saved-jobs-content .saved-jobs-btns {
    display: block;
  }
  .saved-jobs-content .saved-jobs-btns > * {
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px;
    display: block !important;
  }
  .saved-jobs-content .saved-jobs-btns > * > * {
    width: 100%;
  }
  .saved-jobs-content .saved-jobs-btns .btn, .saved-jobs-content .saved-jobs-btns .te-form .te-submit, .te-form .saved-jobs-content .saved-jobs-btns .te-submit {
    position: relative;
  }
  .saved-jobs-content .saved-jobs-btns .btn:after, .saved-jobs-content .saved-jobs-btns .te-form .te-submit:after, .te-form .saved-jobs-content .saved-jobs-btns .te-submit:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
#optimator-form .apply {
  gap: 30px;
  max-width: 500px;
}
#optimator-form .apply > .btn, #optimator-form .te-form .apply > .te-submit, .te-form #optimator-form .apply > .te-submit {
  flex: 1;
  text-align: center;
}
#optimator-form .apply > .btn:after, #optimator-form .te-form .apply > .te-submit:after, .te-form #optimator-form .apply > .te-submit:after {
  margin-top: -4px;
}
#optimator-form .apply > .btn#backbtn, #optimator-form .te-form .apply > #backbtn.te-submit, .te-form #optimator-form .apply > #backbtn.te-submit {
  display: none;
}
#optimator-form .optimator-form-field > label {
  font-weight: 700;
  margin-bottom: 0.33rem;
  display: block;
  font-size: 1.4375rem;
  font-size: clamp(1.2rem, 1vw, 1.4375rem);
}
#optimator-form .optimator-form-field input[type=text],
#optimator-form .optimator-form-field input[type=email],
#optimator-form .optimator-form-field input[type=tel] {
  font-size: 1.4375rem;
  font-size: clamp(1.2rem, 1vw, 1.4375rem);
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #000;
  margin-top: 5px;
}

.featured-job-card .job-department span {
  display: block;
  font-weight: 700;
}

.te-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.te-form .te-recaptcha {
  width: 100%;
}
.te-form .te-field {
  width: 100%;
}
.te-form .te-field > label {
  font-weight: 700;
  margin-bottom: 0.33rem;
  display: block;
}
.te-form .te-field input[type=text],
.te-form .te-field input[type=email],
.te-form .te-field input[type=tel] {
  font-size: 1.125rem;
  font-size: clamp(0.9rem, 1vw, 1.125rem);
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: 1px solid #000;
}
.te-form .te-field select {
  font-size: 1.125rem;
  font-size: clamp(0.9rem, 1vw, 1.125rem);
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: 1px solid #000;
  background-image: url("../svg/angle-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: calc(100% - 2rem) center;
}
@media screen and (min-width: 768px) {
  .te-form .te-field.te-field-locations, .te-form .te-field.te-field-categories {
    display: inline-block;
    width: calc(50% - 20px);
  }
}
.te-form .te-field.te-field-locations > div, .te-form .te-field.te-field-categories > div {
  max-height: 200px;
  padding: 1rem;
  overflow: scroll;
  border: 1px solid #000;
}
.te-form .te-field.te-field-locations > div > div, .te-form .te-field.te-field-categories > div > div {
  margin-bottom: 10px;
}
.te-form .te-submit {
  cursor: pointer;
  background-color: var(--dark-green);
  width: 200px;
}
.te-form .te-submit:after {
  content: none;
}
.te-form .te-submit:hover {
  background-color: var(--green);
  color: #000;
}

.blog-home .sub-search,
.blog-post .sub-search {
  display: flex;
  flex-direction: column-reverse;
}

.blog-filters {
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #fff;
}
.blog-filters h2 {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.blog-filters .blog-filter {
  margin-bottom: 2rem;
}
.blog-filters .blog-filter form {
  position: relative;
}
.blog-filters .blog-filter h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  margin: 0 0 0.5rem;
}
.blog-filters .blog-filter input[type=text] {
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  width: 100%;
  padding: 1rem 3.5rem 1rem 1rem;
}
.blog-filters .blog-filter button.submit-search {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../svg/magnify-glass.svg);
  background-color: transparent;
  background-size: 1.5rem;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  height: 2rem;
  width: 2rem;
  display: block;
  position: absolute;
  right: 1rem;
  z-index: 2;
  cursor: pointer;
}
.blog-filters .blog-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-filters .blog-filter ul li {
  margin-bottom: 0.25rem;
}
.blog-filters .blog-filter ul li a {
  color: #fff;
  border-bottom: 1px solid var(--hot-pink);
}
.blog-filters .blog-filter ul li a:hover {
  color: var(--green);
}

.blog-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-listing > li {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-listing > li h3 {
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  color: var(--primary-color);
  margin: 0 0 1rem;
  font-weight: 400;
}

.published-date {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.published-date time {
  font-weight: 300;
}

.blog-post .search-results article h2 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 1.75vw, 1.75rem);
  line-height: 1.3;
  color: var(--primary-color);
}
.blog-post .search-results article h3 {
  font-size: 1.25rem;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  color: var(--dark-green);
  font-weight: 300;
}
.blog-post .search-results article h4 {
  font-size: 1.25rem;
  font-size: clamp(1rem, 1.125vw, 1.125rem);
  color: var(--primary-color);
}
.blog-post .search-results article h5 {
  font-size: 1.125rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.blog-post .search-results article h6 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-size: clamp(0.75rem, 1vw, 0.8rem);
  color: var(--primary-color);
}

.thank-you {
  position: relative;
  background-image: url("../");
  background-color: var(--light-blue);
  padding: 40px 0;
}
.thank-you:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  background-image: url("../svg/pediatrix-wave.svg");
  background-size: 100%, 100%;
  background-position: center right;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.thank-you .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  border-radius: 40px;
  background-color: #fff;
  width: 70%;
}
.thank-you .wrap h2 {
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .thank-you .wrap {
    width: 90%;
  }
}

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