/**************************** GLOBAL ****************************/
body {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center 0%;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 300;
}
body, td, th {
	-webkit-text-size-adjust: none;
	font-size: 1em;
	line-height: 1.4em;
	color: #373A36;
	
}
html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.at4-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 14px;
  line-height: 1em;
  color: #173d60 !important;
  background-color: #ffffff;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a:link, a:active, a:visited {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: 2px solid #64b246;
}
a:hover {
  color: #64b246;
}
input[type="button"], input[type="submit"], input[type="reset"] { /* remove for standard buttons */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.logo {
  width: 100%;
  padding: 0px 0px 42%;
  background-image: url("../images/global/CoH-Logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-white {
  width: 100%;
  padding: 0px 0px 30.8%;
  background-image: url("../images/global/LeeHealth-logo-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
h1, .h1-style {
  font-family: ff-tisa-web-pro, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
}
h2, .h2-style {
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0px auto;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 300;
  color: #002E54;
}
.index h2 {
  margin-top: 0px;
  padding-top: 0px;
}
h3 {
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
}
a.utility-btn {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
a.utility-btn:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
a.utility-btn:focus, a.utility-btn:active, a.utility-btn:is-active {
  color: #0055a9;
  outline: none;
}
button.utility-btn {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
button.utility-btn:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
button.utility-btn:focus, button.utility-btn:active, button.utility-btn:is-active {
  color: #0055a9;
  outline: none;
}
/*
a.utility-btn.back-btn {
	padding: 11px 24px 11px 40px;
	background-position: 21px 49%;
	background-size: 10px;
	background-image: url("../images/global/right-arrow-white.png");
}
*/
/*
a.utility-btn::before, a.utility-btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 6px;
	height: 6px;
	transition: .1s all ease-in-out;
}
a.utility-btn::before {
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(-135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
a.utility-btn::after {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
*/
/*
a.utility-btn:hover, a.utility-btn:focus, a.utility-btn:active, button.utility-btn:hover, button.utility-btn:focus, button.utility-btn:active {
	box-shadow: 4px 4px 0px 0px rgba(8,87,153,1);
	transform: translate(-4px, -4px);
	background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91,194,231,.35) 0%, rgba(91,194,231,.35) 30%, rgba(91,194,231,.0) 100%);
	background-size: 10px, cover;
}
*/
/*
a.utility-btn:hover::before, a.utility-btn:focus::before, a.utility-btn:active::before, a.utility-btn:hover::after, a.utility-btn:focus::after, a.utility-btn:active::after {
	transform: rotateZ(-45deg) scaleY(1);
}
*/
#SUBMIT {
  /*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
*/
  -webkit-border-radius: 22.5px;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  font-family: "HCo Whitney SSm", serif;
  line-height: 1em !important;
}
.skip-to-content {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0px;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  font-family: "HCo Whitney SSm", serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #173d60;
  text-align: center;
  transition: .25s all ease-in-out;
  oveflow: hidden;
}
.skip-to-content:hover, .skip-to-content:focus, .skip-to-content:active {
  top: 78px;
  opacity: 1;
  transform: translateY(0%);
}
.skip-to-content.FixedHeader:hover, .skip-to-content.FixedHeader:focus, .skip-to-content.FixedHeader:active {
  top: 63px;
}
.skip-to-content .background-space {
  display: inline-block;
  max-width: 90%;
  padding: 8px 26px;
  position: relative;
  z-index: 1;
}
.skip-to-content .background-space::before, .skip-to-content .background-space::after {
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  top: 30%;
  opacity: 0;
  transform: translateY(-50%) rotateZ(90deg);
  background-image: url("../images/global/arrow-lt-blue.png");
  transition: .15s all ease-in-out 0s;
}
.skip-to-content:hover .background-space::before, .skip-to-content:focus .background-space::before, .skip-to-content:active .background-space::before, .skip-to-content:hover .background-space::after, .skip-to-content:focus .background-space::after, .skip-to-content:active .background-space::after {
  top: 50%;
  opacity: 1;
  transition: .15s all ease-in-out .25s;
}
.skip-to-content .background-space::before {
  left: 0;
}
.skip-to-content .background-space::after {
  right: 0;
}
.anchor-jump {
  position: absolute;
  z-index: 1;
  transform: translateY(-120px);
}
/**************************** HEADER ****************************/
header {
  font-family: "HCo Whitney SSm", serif;
  position: fixed;
  z-index: 2021;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: .9em;
  line-height: 1em;
  text-align: right;
  transition: .1s all ease-in-out;
}
header.FixedHeader {
  top: -27px; /*was-25px*/
}
header .top-line {
  background-color: #E9E9E7;
  padding: 0px 40px;
  text-align: left;
  color: #002E54;
  font-weight: 300;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  z-index: 10;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .1);
  transform: scaleY(1);
  transform-origin: bottom;
  overflow: hidden;
  transition: .15s all ease-in-out;
}
header.FixedHeader .top-line {
  transform: scaleY(0);
}
header .top-line .nci-designated {
  display: inline-block;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: .02em;
  padding: 5px 0px;
}
header .inner {
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
header .inner a.top-logo {
  position: absolute;
  z-index: 12;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 160px;
  transition: .1s all ease-in-out 0s;
}
header.FixedHeader .inner a.top-logo {
  width: 120px;
  transition: .075s all ease-in-out .125s;
}
header .inner a.top-logo .logo {
  background-image: url("../images/global/CoH-Logo-white.svg");
  transition: .1s all ease-in-out 0s;
}
header #californiapg.inner a.top-logo .logo {
 background-image: url("../images/global/CoH-Logo.svg");
}
header.FixedHeader .inner a.top-logo .logo {
  background-image: url("../images/global/CoH-Logo.svg");
  transition: .075s all ease-in-out .125s;
}
header .inner .hamburger-link {
  display: none;
}
header .inner .mobile-options {
  display: none;
}
header .inner nav {
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .inner nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #E9E9E7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1);
  transition: .275s all ease-in-out;
}
/*
.talent-network-page header .inner nav::after {
	background-color: #0072CE;
}
*/
header.FixedHeader .inner nav::after {
  width: 100vw;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
}
header .inner nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px 16px 0px 20px;
  /*	background-color: #E9E9E7;*/
}
header .inner nav ul li {
  display: inline-block;
}
header .link-list > li > a, header .link-list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0px;
  display: block;
  font-family: open-sans, sans-serif;
  color: #0072ce;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0);
  padding: 32px 24px 32px 44px;
  position: relative;
  z-index: 1;
  outline: none !important;
  transition: .2s all ease-in-out;
}
header.FixedHeader .link-list > li > a {
  border-right: 1px solid rgba(0, 0, 0, 0);
  padding: 24px 24px 24px 44px;
  color: #373A36;
}
header .link-list button {
  padding: 32px 44px 32px 24px;
}
header.FixedHeader .link-list button {
  border-right: 1px solid rgba(0, 0, 0, 0);
  padding: 24px 44px 24px 24px;
  color: #373A36;
}
header .link-list button.active {
  color: #ffffff;
}
header .link-list button::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 49%;
  transform: translateY(-50%) rotateZ(90deg);
  width: 8px;
  height: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/global/arrow-dk-blue.png");
  transition: .2s all ease-in-out;
}
header.FixedHeader .link-list button::after {
  background-image: url("../images/global/arrow-dk-gray.png");
}
header.FixedHeader .link-list button.active::after {
  background-image: url("../images/global/arrow-white.png");
}
header .link-list button:hover::after, header .link-list button:focus::after {
  top: 53%;
}
header .link-list button.active::after {
  transform: translateY(-50%) rotateZ(270deg);
  top: 51%;
}
header .link-list button.active:hover::after, header .link-list button.active:focus::after {
  top: 49%;
}
header .link-list > li > a.home-link::after, header .link-list > li > a.community-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 22px;
  top: 50%;
  transform: translateY(-50%) rotateZ(0deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s all ease-in-out;
}
header .link-list > li > a.home-link::after {
  top: 49%;
  left: 25px;
  width: 12px;
  height: 12px;
  background-image: url("../images/global/home-icon-blue.png");
}
header.FixedHeader .link-list > li > a.home-link::after {
  background-image: url("../images/global/home-icon-dk-gray.png");
}
header .link-list > li > a.community-link::after {
  width: 14px;
  height: 14px;
  background-image: url("../images/global/talent-network-icon.png");
}
header.FixedHeader .link-list > li > a.community-link::after {
  background-image: url("../images/global/talent-network-icon-dk-gray.png");
}
header .link-list > li > a::before, header .link-list button::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #0072ce;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  transition: .2s transform ease-in-out, .2s opacity ease-in-out, .2s height ease-in-out 0s;
}
header.FixedHeader .link-list > li > a::before, header.FixedHeader .link-list button::before {
  background-color: #0072CE;
}
header .link-list > li > a:hover::before, header .link-list > li > a:focus::before, header .link-list > li > a:active::before, header .link-list button:hover::before, header .link-list button:focus::before, header .link-list button:active::before, header .link-list button.active::before {
  transform: scaleX(1);
  opacity: 1;
}
header .link-list button.active::before {
  height: 100%;
  background-color: #004ea7;
}
header.FixedHeader .link-list button.active::before {
  background-color: #0072CE;
}
header .link-list > li .careers-content {
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  text-align: left;
  display: none;
  overflow: hidden;
}
header .link-list > li .careers-content ul {
  padding: 20px 0px 20px;
  border-bottom: 9px solid #0072CE;
}
header .link-list > li .careers-content li {
  display: block;
}
header .link-list > li .careers-content li a {
  display: block;
  padding: 16px 32px 8px;
  color: #373A36;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
header .link-list > li .careers-content li a:focus {
  outline: none;
}
header .link-list > li .careers-content li a.home {
  padding: 16px 32px 8px 54px;
}
header .link-list > li .careers-content li a.home::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 31px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../images/global/home-icon-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .link-list > li .careers-content li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 0px;
  height: 2px;
  background-image: linear-gradient(90deg, #0072CE 0%, #0072CE 90%, #ffffff 100%);
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  transition: .2s all ease-in-out;
}
header .link-list > li .careers-content li a:hover::before, header .link-list > li .careers-content li a:focus::before, header .link-list > li .careers-content li a:active::before {
  transform: scaleX(1);
  opacity: .5;
}
header .share-this {
  padding: 0px 0px 1px 0px;
  vertical-align: middle;
}
header .share-this.desktop-only {
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
header .share-this.mobile-only {
  display: none;
}
.share-this .sharethis-left, .share-this .sharethis-right {
  display: inline-block;
  vertical-align: middle;
  color: #002E54;
}
.addthis_sharing_toolbox {
  padding-top: 0px;
}
.at-style-responsive .at-share-btn {
  padding: 1px !important;
  margin: 0 1px 0px !important;
}
.at-icon-wrapper {
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
}
.at-svc-facebook, .at-svc-twitter, .at-svc-linkedin, .at-svc-email, .at-svc-mailto {
  background-repeat: no-repeat !important;
  background-color: #0077bc !important;
  background-size: 13px 13px;
  width: 17px !important;
  height: 17px !important;
  background-position: center center !important;
}
.at-svc-facebook {
  background-image: url("../images/global/sm-icons/fb.png") !important;
  background-color: #1D4F91 !important;
}
.at-svc-facebook:hover, .at-svc-facebook:focus, .at-svc-facebook:active {
  background-image: url("../images/global/sm-icons/fb-blue.png") !important;
  background-color: #ffffff !important;
}
.at-svc-twitter {
  background-image: url("../images/global/sm-icons/twittter.png") !important;
  background-color: #1D4F91 !important;
}
.at-svc-twitter:hover, .at-svc-twitter:focus, .at-svc-twitter:active {
  background-image: url("../images/global/sm-icons/twitter-blue.png") !important;
  background-color: #ffffff !important;
}
.at-svc-linkedin {
  background-image: url("../images/global/sm-icons/linkedin.png") !important;
  background-color: #1D4F91 !important;
}
.at-svc-linkedin:hover, .at-svc-linkedin:focus, .at-svc-linkedin:active {
  background-image: url("../images/global/sm-icons/linkedin-blue.png") !important;
  background-color: #ffffff !important;
}
.at-svc-email {
  background-image: url("../images/global/sm-icons/email.png") !important;
  background-color: #1D4F91 !important;
}
.at-svc-email:hover, .at-svc-email:focus, .at-svc-email:active {
  background-image: url("../images/global/sm-icons/email-blue.png") !important;
  background-color: #ffffff !important;
}
.at-svc-mailto {
  background-image: url("../images/global/sm-icons/email.png") !important;
  background-color: #1D4F91 !important;
}
.at-svc-mailto:hover, .at-svc-mailto:focus, .at-svc-mailto:active {
  background-image: url("../images/global/sm-icons/email-blue.png") !important;
  background-color: #ffffff !important;
}
.at-share-tbx-element .at-share-btn:focus {
  transform: none !important;
  outline: none !important;
}
.at-share-btn-elements svg {
  display: none !important;
}
.at-share-tbx-element .at-icon-wrapper {
  margin: 0px 0px 0px 3px !important;
}
.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover {
  transform: translateY(0px) !important;
}
/**************************** HERO IMAGE ****************************/
#hero {
  background-color: #bebebe;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 43vw;
  margin: 0px auto;
  max-height: calc(100vh - 150px);
  /*	background-image: url("../images/main/main-banner.webp");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
}
#hero-main {
  background-color: #bebebe;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 43vw;
  margin: 0px auto;
  max-height: calc(100vh - 150px);
  min-height: 520px;
}
#hero.sub-header {
  background-image: url("../images/sub/search/job-search-banner.webp");
  height: 36vw;
  /*	border-bottom: 9px solid #0072CE;*/
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
#hero.sub-header.tn-header {
  background-image: url("../images/sub/talent-network/talent-network-banner.webp");
}
#hero.sub-header.event-header {
  background-image: url("../images/sub/events/events-banner.webp");
}
#hero.sub-header.oc-header {
  background-image: linear-gradient(160deg, rgb(220, 236, 253) 15%, rgba(255, 255, 255, 0) 35%), url("../images/sub/oc-hospital/oc-banner.webp");
  height: 40vw;
  border: none;
  max-height: none;
  background-position: 70% center;
}
/*
#hero.sub-header.oc-header:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30vw 50vw;
  border-color: transparent transparent transparent  #608A32;
  left: 0;
  top: 0;
  position: absolute;
	z-index: 1;
}
*/
/*
#oc-header-swipe {
	position: absolute;
	z-index:100000;
  top: 25%;
	left:30px;
	color:#ffffff;
	font-size: 5.5vw;
	line-height: 1em;
	font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
#hero .inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 52.5%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 1450px;
  margin: 0px auto;
}
#hero-main .inner {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 52.5%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 1450px;
  margin: 0px auto;
}
#hero.sub-header .inner {
  top: 57%;
}
#hero.sub-header.oc-header .inner {
  width: 100%;
  text-align: left;
  left: 0;
  max-width: none;
  top: 50%;
  transform: translateY(-50%);
}
.inner#ocbanner .copy2 {
  width: auto;
  padding: 0 2% 1%;
  background-color: #00A383;
  border: 0;
  position: relative;
  display: inline-block;
  max-width: none;
}
#hero .copy {
  box-sizing: border-box;
  width: 50%;
  max-width: 770px;
  padding: 4% 5% 3% 2%;
  font-size: 18px;
  line-height: 1.3em;
  background-color: rgba(255, 255, 255, 1);
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#2B5E97), color-stop(0%, #2B5E97), color-stop(74.66%, #54C8E9), to(#DAE79A)) 1;
  border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
#hero-main .copy {
  box-sizing: border-box;
  width: 50%;
  max-width: 770px;
  padding: 4% 5% 3% 2%;
  font-size: 18px;
  line-height: 1.3em;
  background-color: rgba(255, 255, 255, 1);
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#2B5E97), color-stop(0%, #2B5E97), color-stop(74.66%, #54C8E9), to(#DAE79A)) 1;
  border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
#hero .copy2 {
  box-sizing: border-box;
  width: 50%;
  max-width: 500px;
  padding: 3% 2% 3% 2%;
  font-size: 18px;
  line-height: 1.3em;
  background-color: rgba(0, 0, 0, .5);
  border: 0;
  position: relative;
  display: inline-block;
}
#hero.sub-header .copy2 h2 {
  color: #ffffff;
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0px;
  letter-spacing: -.02em;
}
#hero.sub-header .copy2 h3 {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}
#hero.sub-header .copy {
  max-width: 520px;
  padding: 4.25% 3% 4.5%;
}
#hero .copy h1, #hero-main .copy h1, #hero .copy .h1-style, #hero-main .copy .h1-style {
  margin: 0px 0px 0em;
  padding: 0px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0;
  color: #0072CE;
}
#hero.sub-header .copy h1, #hero.sub-header .copy .h1-style {
  font-size: 24px;
  line-height: 1em;
}
#hero .copy h2, 
#hero-main .copy .h2-style {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: -1px;
  margin: .25em 0px 0px;
  color: #002E54;
}

#hero.sub-header .copy h2, #hero.sub-header .copy .h2-style {
  font-size: 52px;
  line-height: 64px;
}
#hero .copy h2 strong, #hero-main .copy h2 strong, #hero .copy .h2-style strong, #hero-main .copy .h2-style strong {
  font-weight: 500;
  font-family: 'HCo Whitney SSm', serif;
}
.ctca-banner {
  margin: 0px auto 0px;
  padding: 1em 0;
  background-color: #0072ce;
}
.ctca-banner .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.ctca-banner h2 {
  display: block;
  font-size: 18px;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 400;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.2em;
}
/**************************** SEARCH FIELDS ****************************/
.search {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .15);
  background: #061037;/*was#002e54*/
}
.front-page-search .mobile-only {
  display: none !important;
}
.mobile-search-button {
  display: none;
}
.search ul.inner {
  list-style: none;
  margin: 0px auto;
  padding: 10px 0px 10px;
  width: 90%;
  max-width: 1500px;
  text-align: center;
}
.search.front-page-search ul.inner {
  position: relative;
  z-index: 10;
}
.search ul.inner > li {
  display: inline-block;
  vertical-align: top;
  width: calc(24% - 5px);
  text-align: left;
  position: relative;
}
.search ul.inner > li:nth-child(2) {
  margin: 0px .5%;
}
.search ul.inner > li:nth-child(3) {
  margin: 0px .5% 0px 0px;
}
.search ul.inner > li.mobile-search-link {
  display: none;
}
.search ul.inner > li.advanced-search {
  display: inline-block;
}
.search ul.inner > li.mobile-search-link:nth-child(6) {
  display: inline-block;
}
.keyword-search {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.keyword-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 0px;
  border: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  margin: 0px;
  font-size: 16px;
  line-height: 1em;
}
.keyword-search input.textbox {
  box-sizing: border-box;
  width: 90%;
  color: #373A36 !important;
  font-weight: 400;
  padding: 12px 16px 14px;
}
.keyword-search input.textbox::-webkit-input-placeholder {
  color: #373A36 !important;
}
.keyword-search input.textbox:-moz-placeholder {
  color: #373A36 !important;
}
.keyword-search input.textbox::-moz-placeholder {
  color: #373A36 !important;
}
.keyword-search input.textbox:-ms-input-placeholder {
  color: #373A36 !important;
}
.keyword-search input.buttons {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/global/magnifying-glass-lt-grey.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s all ease-in-out;
}
.keyword-search input.buttons:hover, .keyword-search input.buttons:focus, .keyword-search input.buttons:active {
  background-image: url("../images/global/magnifying-glass-lt-blue.png");
}
.accordion-button, .mobile-search-link a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: open-sans, sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 16px 16px;
  background-color: #ffffff;
  text-align: left;
  margin: 0px;
  color: #373A36;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out 0.05s;
  overflow: hidden;
}
.accordion-button:hover, .accordion-button:focus, .accordion-button:active, .mobile-search-link a:hover, .mobile-search-link a:focus, .mobile-search-link a:active {
  color: #ffffff;
  transition: .2s all ease-in-out .0s;
}
.accordion-button::before, .mobile-search-link a::before, .accordion-button::after, .mobile-search-link a::after {
  content: "";
  position: absolute;
}
.accordion-button::after, .mobile-search-link a::after {
  z-index: 1;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  width: 8px;
  height: 8px;
  background-image: url("../images/global/arrow-lt-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .05s all ease-in-out 0.0s;
}
.mobile-search-link a::after {
  transform: translateY(-50%) rotateZ(0deg);
}
.accordion-button:hover::after, .accordion-button:focus::after, .accordion-button:active::after, .mobile-search-link a:hover::after, .mobile-search-link a:focus::after, .mobile-search-link a:active::after {
  background-image: url("../images/global/arrow-white.png");
  transition: .05s all ease-in-out 0.2s;
}
.accordion-button.active::after {
  transform: translateY(-50%) rotateZ(-90deg);
}
.accordion-button::before, .mobile-search-link a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background-color: #1D4F91;*/
	background-color: #0071CC;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  transition: .25s all ease-in-out;
}
.accordion-button:hover::before, .accordion-button:focus::before, .accordion-button:active::before, .mobile-search-link a:hover::before, .mobile-search-link a:focus::before, .mobile-search-link a:active::before {
  transform: scaleX(1);
  opacity: 1;
}
.accordion-content {
  position: absolute;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 16px 19px;
  margin: 0px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-top: 0px solid #ebebeb;
  max-height: 200px;
  overflow-y: auto;
}
.sub-search .accordion-content {
  position: relative;
}
.accordion-content li {
  margin: 2px auto;
  box-sizing: border-box;
  width: 100%;
}
.accordion-content li:first-child {
  margin: 0px auto 2px auto;
}
.accordion-content a {
  display: inline-block;
  color: #153959;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2em;
  /*	padding: 3px 25px 3px 5px;*/
  padding: 3px 2px 3px 2px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  word-break: break-word; /*--To fix the bad long word breaks when it resizes responsively--*/
}
.accordion-content a::before, .accordion-content a::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.accordion-content a::before {
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #bebebe;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  translate: .25s all ease-in-out;
}
.accordion-content a:hover::before, .accordion-content a:focus::before, .accordion-content a:active::before {
  opacity: 1;
  transform: scaleX(1);
  translate: .2s all ease-in-out;
}
.accordion-content a::after {
  width: 7px;
  height: 7px;
  right: 9px;
  top: 47%;
  transform: translateY(-50%);
  background-image: url("../images/global/arrow-lt-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .1s all ease-in-out .0s;
}
.accordion-content a:hover::after, .accordion-content a:focus::after, .accordion-content a:active::after {
  right: 6px;
  opacity: 1;
  transition: .1s all ease-in-out .1s;
}
.lower-front-search {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 5;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, .12);
  padding-bottom: 10px;
}
.lower-front-search .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.lower-front-search .inner a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 500;
  font-style: normal;
  padding: 9px 30px 10px 16px;
  text-align: left;
  margin: 0px;
  position: relative;
  z-index: 1;
  transition: .15s all ease-in-out .1s;
}
.lower-front-search .inner a strong {
  color: #ffffff;
  font-weight: 500;
  transition: .15s all ease-in-out .0s;
}
.lower-front-search .inner a:hover strong, .lower-front-search .inner a:focus strong, .lower-front-search .inner a:active strong {
  color: #5BC2E7;
  transition: .15s all ease-in-out .1s;
}
.lower-front-search .inner a:hover, .lower-front-search .inner a:focus, .lower-front-search .inner a:active {
  color: #ffffff;
  transition: .15s all ease-in-out .0s;
}
.lower-front-search .inner a::before, .lower-front-search .inner a::after {
  content: "";
  position: absolute;
}
.lower-front-search .inner a::after {
  z-index: 1;
  width: 10px;
  height: 10px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/global/arrow-white.png");
  transition: .1s all ease-in-out 0s;
}
.lower-front-search .inner a:hover::after, .lower-front-search .inner a:focus::after, .lower-front-search .inner a:active::after {
  background-image: url("../images/global/arrow-white.png");
  transition: .075s all ease-in-out .175s;
}
.lower-front-search .inner a::before {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: left;
  background-color: #00428a;
  opacity: 0;
  transform: scaleX(0);
  transition: .25s all ease-in-out;
}
.lower-front-search .inner a:hover::before, .lower-front-search .inner a:focus::before, .lower-front-search .inner a:active::before {
  opacity: 1;
  transform: scaleX(1);
}
.lower-front-search .inner label, .lower-front-search .inner label input, .lower-front-search .inner label span {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.lower-front-search .inner label {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lower-front-search .inner label input {
  width: 1em;
  heigth: 1.2em;
}
.lower-front-search .inner label span {
  padding: 8px 20px 9px 0px;
}
.is-category {
  margin-left: 12px !important;
}
/**************************** INTRO COPY ****************************/
.intro-front {
  background-color: #ffffff;
  /*	box-shadow: 0px 5px 80px 0px rgba(0,0,0,.12);*/
}
.intro-front .inner {
  width: 90%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 2em 0px 2em; /*was 4.5em 0px 2em*/
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
}
/**************************** NURSING BANNER - MAIN PG ****************************/
.nursing-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F2FA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #E9F2FA 0%, rgba(255, 255, 255, 0) 100%);
  padding: .75em 0px 0;
  margin: 0;
}
.nursing-banner .inner {
  width: 90%;
  max-width: 1000px;
  padding: 1% 1%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  /*border: 1px solid #0073bb;*/
  position: relative;
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#2B5E97), color-stop(0%, #2B5E97), color-stop(74.66%, #54C8E9), to(#DAE79A)) 1;
  border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
}
.nursing-banner-photo {
  box-sizing: border-box;
  width: 25%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nursing-banner-photo img {
  display: block;
}
.nursing-banner-photo .top {
  width: 70%;
  margin: 0 auto;
}
.nursing-banner-photo .btm {
  padding: 4% 0 0;
  width: 100%;
  color: #00000;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
  font-size: 12px;
  text-align: center;
  letter-spacing: -.5px;
}
.nursing-banner-text {
  box-sizing: border-box;
  width: 77%;
  padding: 1% 2%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nursing-banner-text h2 {
  color: #002E54;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
  font-size: 25px;
  text-align: center;
  letter-spacing: -.75px;
  margin: 0 0 0px;
}
.nursing-banner-btn {
  width: 24%;
  align-self: center
}
/**************************** PEOPLE FIRST ****************************/
.people-first {}
.people-first::before {
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(0deg, #F6F7C2 0%, #00CFB9 100%) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#F6F7C2), to(#00CFB9)) 1;
  border-image: linear-gradient(0deg, #F6F7C2 0%, #00CFB9 100%) 1;
  content: "";
  height: 6.5em;
  border-left-width: 0.125em;
  display: inline-block;
  position: relative;
  left: 50%;
}
.people-first .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 1em 0px 7em;
  text-align: center;
}
.people-first .inner .copy {
  margin: 4em auto 0;
}
.section-icons {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 3em;
}
#featuredjobsmain.section-icons {
  padding-top: 2em;
}
.people-first p {
  display: block;
  margin: 2em auto 3em;
  max-width: 900px;
  font-size: 1.2em;
  line-height: 1.6em;
}
.people-first .inner ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}
.people-first .inner ul li {
  display: inline-block;
  width: 23%;
  margin: 0px 1%;
  padding: 0px 0px 12.5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.people-first .inner ul li:nth-child(1) {
  background-image: url("../images/global/award-logos/magnet.png");
}
.people-first .inner ul li:nth-child(2) {
  background-image: url("../images/global/award-logos/diversityinc.png");
}
.people-first .inner ul li:nth-child(3) {
  background-image: url("../images/global/award-logos/aptp.png");
}
.people-first .inner ul li:nth-child(4) {
  background-image: url("../images/global/award-logos/charitynavigator.png");
}
/*--MEET OUR PEOPLE--*/
.meet-our-people {
  background-color: #ffffff;
  margin: 0px auto 0px;
  padding: 0 0 2%;
  display: block;
}
.meet-our-people h2 {
  display: block;
  margin: 0px auto 20px;
}
.meet-our-people .inner {
  width: 80%;
  max-width: 1400px;
  padding: 3% 5% 3%;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.meet-our-people .inner ul {
  list-style: none;
  margin: 30px auto 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: row;
}
.meet-our-people .inner li {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0px 1.5%;
  width: 30%;
  padding: 0px 0px 12%;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  align-content: flex-start;
  position: relative;
}
.meet-photo {
  width: 100%;
  padding-top: 66.66%;
}
#Loren.meet-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/main/meet-our-people/loran-burandt-photo.png");
}
#Saul.meet-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/main/meet-our-people/saul-priceman-photo.jpg");
}
#Stephanie.meet-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/main/meet-our-people/stephanie-smith-photo.png");
}
.meet-text {
  width: 90%;
  padding: 1.5em 5% 0;
  margin: 0 0;
}
.meet-text h3 {
  display: block;
  font-size: 16px;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
  margin: 0 auto .5em;
  color: #3d3d3d;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.meet-text p {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 auto 1.5em;
}
/*--What We Stand For--*/
.we-stand-for {
  margin: 0px auto 0px;
  padding: 0 0 2%;
  display: block;
}
.we-stand-for h2 {
  display: block;
  margin: 0px auto 20px;
}
.we-stand-for .inner {
  width: 80%;
  max-width: 1400px;
  padding: 3% 5% 3%;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.we-stand-for .inner ul {
  list-style: none;
  margin: 30px auto 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: row;
}
.we-stand-for .inner li {
  background-color: #ffffff;
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0px 1.5%;
  width: 30%;
  padding: 0px 0px;
  align-content: flex-start;
  position: relative;
}
.we-stand-for .inner li a {
  color: #0072ce;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 300;
  font-size: .9em;
  background-color: transparent;
  transition: all 300ms ease-in-out;
  position: relative;
}
.we-stand-for .inner li a:hover, .we-stand-for .inner li a:focus, .we-stand-for .inner li a:active {
  color: #0055a9;
}
.we-stand-for .inner li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-55%);
  width: 10px;
  height: 10px;
  background-image: url("../images/global/blue-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6;
}
.we-stand-for .inner li a::after {
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
}
.we-stand-for .inner li a::after, .we-stand-for .inner li a::after, .we-stand-for .inner li a::after {
  opacity: 1;
}
.we-stand-for-photo {
  width: 100%;
}
.we-stand-for-photo img {
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
}
.we-stand-for-text {
  width: 90%;
  padding: 1.5em 5% 0;
  margin: 0 0;
}
.we-stand-for-text h3 {
  display: block;
  font-size: 16px;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
  margin: 0 auto .5em;
  color: #3d3d3d;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.we-stand-for-text p {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 auto 1.5em;
}
.nationwide-map {
  background-color: #f8f8f8;
  margin: 0px auto 0px;
  padding: 3% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/main/helix-ring.png), linear-gradient(180deg, rgb(248, 248, 248, 1) 8%, rgb(255, 255, 255, .1)90%), linear-gradient(90deg, rgb(114, 199, 182) 0%, rgb(247, 247, 213) 100%);
}
.nationwide-map .inner {
  width: 90%;
  max-width: 1200px;
  padding: 3% 0 3%;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.nationwide-map h2 {
  display: block;
  margin: 0px auto 20px;
}
.map-graphic {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}
#ca-jobs {
  position: absolute;
  width: 10%;
  height: 10%;
  top: 45%;
  left: 3%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 2;
}
#az-jobs {
  position: absolute;
  width: 10%;
  height: 10%;
  top: 58%;
  left: 15%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 2;
}
#ga-jobs {
  position: absolute;
  width: 10%;
  height: 10%;
  top: 65%;
  right: 19%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 2;
}
#il-jobs {
  position: absolute;
  width: 10%;
  height: 10%;
  top: 40%;
  right: 32%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 2;
}
#map-btn a.button {
  margin: 20px auto 0;
}
/**************************** FEATURED CAREER PATHS ****************************/
.career-paths {
  background-color: #ffffff;
  margin: 0px auto 0px;
  padding: 3% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/global/rebrand-texture-bg-purple.jpg);
  border-width: 0.625em 0 0 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.career-paths .inner {
  width: 80%;
  max-width: 1400px;
  padding: 3% 5% 3%;
  margin: 0px auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(20%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 20%);
  -webkit-box-shadow: 2px -15px 25px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px -15px 25px 1px rgba(0, 0, 0, 0.2);
  display: block;
}
.career-paths p {
  display: block;
  margin: 1em auto 3em;
  font-size: 1.2em;
  line-height: 1.6em;
}
.career-paths2 {
  background-color: #ffffff;
  margin: 0px auto 0px;
  padding: 3% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/global/rebrand-texture-bg-purple.jpg);
  border-width: 0.625em 0 0 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.career-paths2 .inner {
  width: 96%;
  max-width: 1400px;
  padding: 3% 2% 3%;
  margin: 0px auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(20%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 20%);
  -webkit-box-shadow: 2px -15px 25px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px -15px 25px 1px rgba(0, 0, 0, 0.2);
  display: block;
}
.career-paths2 .inner ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.career-paths2 .inner ul li > a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top:0; left:0;
}
.career-paths2 .inner ul li {
  display: inline-block;
  margin: 0px 1%;
  width: 25%;
  padding: 24% 0px 0px 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/main/path1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.career-paths2 .inner ul li:nth-child(2) {
  background-image: url("../images/main/path2.jpg");
}
.career-paths2 .inner ul li:nth-child(3) {
  background-image: url("../images/main/path3.jpg");
}
.career-paths2 .inner ul li:nth-child(4) {
  background-image: url("../images/main/path4.jpg");
}
.career-paths2 .inner ul li:nth-child(5) {
  background-image: url("../images/main/path5.jpg");
}
.career-paths2 p {
  display: block;
  margin: 1em auto 3em;
  font-size: 1.2em;
  line-height: 1.6em;
}
.cp-text-area-mobile {
  display: none;
}
.cp-text-area {
  padding: 0 5% 0;
  display: block;
  color: #333333;
  position: absolute;
  font-size: 1em;
  line-height: 1.2em;
  width: 90%;
 
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
}
.cp-text-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background: rgb(0, 207, 185);
  background: linear-gradient(90deg, rgba(0, 207, 185, 1) 0%, rgba(246, 247, 194, 1) 100%);
}

.cp-text-area h3 {
  color: #002E54;
  font-weight: 600;
  margin: 5% 0 8%;
  display: block;
  font-size: 20px;
}
.cp-text-area h4 {
  display: none;
}
@media screen and (min-width: 775px) {
.career-paths2 ul li a:hover .cp-text-area {
  display: block;
  color: #333333;
  height: 100%;
  width: 90%;
  
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .9);
  transition: all 0.3s ease-in-out;
}
.career-paths2 ul li > a:hover .cp-text-area h3 {
  margin-top: 45%;
  display: block;
  font-size: 22px;
}.career-paths2 .inner ul li a:hover h4 {
  display: block;
}
.cp-text-area:hover h4 a:hover {
  text-decoration: underline !important;
}

}
/* 
.cp-text-area:hover h4:first-of-type {
  border-bottom: 1px dashed #333;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.cp-text-area:hover h4:last-of-type {
  border-bottom: none;
} */
.cp-text-area h4 {
  font-size: 17px;
  line-height: 1.2em;
  color: #0072CE;
  font-weight: 300;
  margin: 5px 0 5px;
}
.career-paths .inner ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.career-paths .inner ul li {
  background-color: #dedede;
  display: inline-block;
  margin: 0px 1%;
  width: 25%;
  padding: 0px 0px 24%;
  position: relative;
  z-index: 1;
}
.career-paths .inner ul li a {
  color: #002E54;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform-origin: center;
  transition: .2s all ease-in-out;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
}
.career-paths .inner ul li a:hover, .career-paths .inner ul li a:focus, .career-paths .inner ul li a:active {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 00px rgba(0, 0, 0, .1);
}
.career-paths .inner ul li a::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .3s all ease-in-out;
}
.career-paths .inner ul li a:hover::before, .career-paths .inner ul li a:focus::before, .career-paths .inner ul li a:active::before {
  top: -2.5%;
  left: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  filter: grayscale(100%);
}
.career-paths .inner ul li:nth-child(1) a::before {
  background-image: url("../images/main/path1.jpg")
}
.career-paths .inner ul li:nth-child(2) a::before {
  background-image: url("../images/main/path2.jpg")
}
.career-paths .inner ul li:nth-child(3) a::before {
  background-image: url("../images/main/path3.jpg")
}
.career-paths .inner ul li:nth-child(4) a::before {
  background-image: url("../images/main/path4.jpg")
}
.career-paths .inner ul li:nth-child(1) {
  margin: 0px 1% 0px 0px;
}
.career-paths .inner ul li:nth-child(4) {
  margin: 0px 0px 0px 1%;
}
.career-paths .inner ul li a .copy-container {
  position: absolute;
  z-index: 5;
  top: 75%;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: rgba(255, 255, 255, .9);
  padding: 10% 10%;
  transition: .25s all ease-in-out;
}
.career-paths .inner ul li a:hover .copy-container, .career-paths .inner ul li a:focus .copy-container, .career-paths .inner ul li a:active .copy-container {
  top: -.5%;
  background-color: rgba(255, 255, 255, .9);
}
.career-paths .inner ul li a .copy-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background: rgb(0, 207, 185);
  background: linear-gradient(90deg, rgba(0, 207, 185, 1) 0%, rgba(246, 247, 194, 1) 100%);
}
.career-paths .inner ul li .copy-container span {
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
}
.career-paths .inner ul li a .copy-container h3 {
  padding: 0px;
  margin: 0px auto .25em;
  transition: .25s all ease-in-out;
}
.career-paths .inner ul li a:hover .copy-container h3, .career-paths .inner ul li a:focus .copy-container h3, .career-paths .inner ul li a:active .copy-container h3 {
  color: #373A36;
  font-size: 1.65em;
}
.career-paths .inner ul li a .copy-container p {
  margin: auto 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.25em;
  color: #0072CE;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: .25s all ease-in-out;
}
.career-paths .inner ul li a:hover .copy-container p, .career-paths .inner ul li a:focus .copy-container p, .career-paths .inner ul li a:active .copy-container p {
  opacity: 1;
  height: 4em;
}
/**************************** QUOTE SECTION ****************************/
.testimonial-section {
  display: block;
  margin: 0px auto 3em;
  background-color: #0072CE;
  background-image: url("../images/main/quote-background.webp");
  background-postion: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 1);
  top: -10%;
  right: -10%;
  left: 65%;
  bottom: -10%;
  transform-origin: center;
}
.testimonial-section .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  padding: 9% 0px 9.5%;
  text-align: right;
}
.testimonial-section .inner .copy {
  display: inline-block;
  box-sizing: border-box;
  width: 55%;
  max-width: 650px;
  padding: 5% 5.5%;
  margin: 0px 1% 0px 0px;
  color: #3d3d3d;
  background-color: rgba(255, 255, 255, 1);
  /* background-color: rgba(126,127,116,.95); */
  /* border-bottom: 7px solid #D9D9D6; */
  text-align: left;
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(0deg, #F6F7C2 0%, #00CFB9 100%) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#F6F7C2), to(#00CFB9)) 1;
  border-image: linear-gradient(0deg, #F6F7C2 0%, #00CFB9 100%) 1;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
}
.testimonial-section .inner .copy blockquote {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 300;
  padding: 0px;
  margin: 0px 0px .25em;
}
.testimonial-section .inner .copy .quoted {
  font-weight: 600;
  margin: 0px 0px 1em;
}
/*
.testimonial-section .inner a {
	display: inline-block;
	box-shadow: 0px 0px 0px 0px #D9D9D6;
	margin: .5em 0px 0px;
	transition: .1s all ease-in-out;
}
.testimonial-section .inner a::before, .testimonial-section .inner a::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 6px;
	height: 6px;
	background-color: #D9D9D6;
	transition: .1s all ease-in-out;
}
.testimonial-section .inner a::before {
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-45deg) scaleY(0);
}
.testimonial-section .inner a::after {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: rotateZ(-45deg) scaleY(0);
}
.testimonial-section .inner a:hover, .testimonial-section .inner a:focus, .testimonial-section .inner a:active {
	box-shadow: 4px 4px 0px 0px #D9D9D6;
	transform: translate(-4px, -4px)
}
.testimonial-section .inner a:hover::before, .testimonial-section .inner a:focus::before, .testimonial-section .inner a:active::before {
	transform: rotateZ(-45deg) scaleY(1);
}
.testimonial-section .inner a:hover::after, .testimonial-section .inner a:focus::after, .testimonial-section .inner a:active::after {
	transform: rotateZ(-45deg) scaleY(1);
}
.testimonial-section .inner a span {
	display: block;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.01em;
	padding: 10px 40px 11px 24px;
	color: #373A36;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
*/
.testimonial-section .inner a span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**************************** FEATURED JOBS (front) ****************************/
.front-featured-jobs-vert-line {
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(0deg, #F6F7C2 0%, #AD96E9 100%) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#F6F7C2), to(#AD96E9)) 1;
  border-image: linear-gradient(0deg, #F6F7C2 0%, #AD96E9 100%) 1;
  content: "";
  height: 6.5em;
  border-left-width: 0.125em;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-bottom: 1.875em;
}
.front-featured-jobs {
  display: block;
  margin: 3em auto 0px;
}
.front-featured-jobs .inner {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0 0px 7em;
  text-align: center;
}
.front-featured-jobs ul {
  list-style: none;
  margin: 2em auto 0px;
  padding: 0px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.front-featured-jobs li {
  display: inline-block;
  margin: 0px 1%;
  width: 33%;
  position: relative;
  z-index: 1;
}
.front-featured-jobs li a {
  display: block;
  color: #373A36;
  padding: 12% 12% 13%;
  background-color: #ffffff;
  transition: .3s all ease-in-out;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 20px 5px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 20px 5px rgb(0 0 0 / 10%);
  height: 80%;
}
.front-featured-jobs li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 9px;
  /*	background-color: #5BC2E7;*/
  transition: .25s all ease-in-out;
  background: rgb(173, 150, 233);
  background: linear-gradient(90deg, rgba(173, 150, 233, 1) 0%, rgba(246, 247, 194, 1) 100%);
}
.front-featured-jobs li a::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 9px;
  /*	background-color: #5BC2E7;*/
  transition: .25s all ease-in-out;
  background: rgb(173, 150, 233);
  background: linear-gradient(90deg, rgba(173, 150, 233, 1) 0%, rgba(246, 247, 194, 1) 100%);
}
.front-featured-jobs li a:hover::before {
  height: 100%;
  background-color: #0072CE;
}
.front-featured-jobs li a:hover, .front-featured-jobs li a:focus, .front-featured-jobs li a:active {
  /*	color: #ffffff;*/
  transform: scale(1.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
}
.front-featured-jobs li a div {
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 0;
  transform: translateY(30%) translateX(-10%);
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .15);
  opacity: 0;
  transition: .15s all ease-out .0s;
}
.front-featured-jobs li a:hover div, .front-featured-jobs li a:focus div, .front-featured-jobs li a:active div {
  transform: translateY(30%) translateX(0%);
  opacity: 1;
  transition: .15s all ease-out .2s;
}
.front-featured-jobs h3 {
  margin: 0px auto .5em;
  font-size: 1.6em;
  line-height: 1.1em
}
.front-featured-jobs dl {
  margin: 0px;
  padding: 0px 0px .5em;
  font-size: 16px;
  line-height: 1.3em;
}
dt, dd {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
dt {
  font-weight: 600;
}
.front-featured-jobs dl span {
  display: block;
}
.front-featured-jobs p {
  margin: 0px 0px 1em;
  font-size: .9em;
  line-height: 1.5em;
}
/**************************** Talent Network SECTION (front) ****************************/
.front-page-tn {
  display: block;
  margin: 0px auto 20px;
  background-color: #0072CE;
  background-image: url("../images/main/tn-front.webp");
  background-postion: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.front-page-tn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 1);
  top: -10%;
  left: -20%;
  right: 65%;
  bottom: -10%;
  transform-origin: center;
}
.front-page-tn .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
  padding: 7.5% 0px 8%;
}
.front-page-tn .inner .copy {
  display: block;
  box-sizing: border-box;
  width: 50%;
  max-width: 535px;
  padding: 5% 5.5%;
  margin: 0px 0px 0px 2%;
  background-color: rgba(255, 255, 255, 1);
  border-width: 0 0 0 0.625em;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#2B5E97), color-stop(0%, #2B5E97), color-stop(74.66%, #54C8E9), to(#DAE79A)) 1;
  border-image: linear-gradient(180deg, #2B5E97 0%, #2B5E97 0%, #54C8E9 74.66%, #DAE79A 100%) 1;
  -webkit-box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.1);
}
/**************************** FOOTER ****************************/
footer {
/*
  background: -webkit-gradient(linear, left top, right top, from(#002E54), to(#002E54));
  background: linear-gradient(90deg, #002E54 0%, #002E54 100%);
*/
	background: #061037;
  font-size: 14px;
  line-heigth: 1.3em;
  padding: 4em 0px 0;
}
footer .inner {
  text-align: right;
  position: relative;
  z-index: 1;
}
footer .inner .top {
  padding: 0px 0px;
  margin: 0 auto 2em;
  width: 90%;
  max-width: 1450px;
}
footer .inner .bottom {
  padding: 0px 0px 2em;
  margin: 0 auto;
  /*
	width:90%;
	max-width: 1450px;
*/
  background-color: #0072ce;
}
footer .footer-left {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  /*	position: absolute;*/
  left: 0;
  top: 0;
}
footer .footer-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
  max-width: 1100px;
  margin: 5px 0px 0px 60px;
  position: relative;
  z-index: 1;
  text-align: left;
}
footer .footer-right .footer-career-nav {
  width: 75%;
  column-count: 3;
}
footer a {
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer a:hover, footer a:focus, footer a:active {
  color: #ffffff;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .inner {
  width: 100%;
  /*	max-width: 1450px;*/
  margin: 0px auto;
}
footer .footer-social-media {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
footer ul.social-media-links {
  display: block;
  padding: 0px 0px;
}
.social-media-links li {
  display: inline-block;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  width: 30px;
}
.social-media-links li a {
  display: block;
  width: 100%;
  padding: 0px 0px 100%;
  /*
	border-radius: 500px;
	background-color: rgba(118,134,146,.15);
*/
  transition: .2s all ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.social-media-links li a:hover, .social-media-links li a:focus, .social-media-links li a:active {
  /*	background-color: rgba(118,134,146,.15);*/
}
.social-media-links li a::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*	background-color: rgba(118,134,146,1);*/
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
  transition: .2s all ease-in-out;
}
.social-media-links li a:hover::before, .social-media-links li a:focus::before, .social-media-links li a:active::before {
  transform: scale(1);
  opacity: 1;
}
.social-media-links li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social-media-links li a.facebook::after {
  background-image: url("../images/global/sm-icons/fb.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.twitter::after {
  background-image: url("../images/global/sm-icons/twittter.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.linkedin::after {
  background-image: url("../images/global/sm-icons/linkedin.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.youtube::after {
  background-image: url("../images/global/sm-icons/youtube.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.insta::after {
  background-image: url("../images/global/sm-icons/instagram.png");
  transition: .2s all ease-in-out;
  background-size: 110%;
}
.social-media-links li a.glassdoor::after {
  background-image: url("../images/global/sm-icons/glassdoor.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.feed::after {
  background-image: url("../images/global/sm-icons/blog.png");
  transition: .2s all ease-in-out;
}
.social-media-links li a.facebook:hover::after, .social-media-links li a.facebook:focus::after, .social-media-links li a.facebook:active::after {
  background-image: url("../images/global/sm-icons/fb.png");
}
.social-media-links li a.twitter:hover::after, .social-media-links li a.twitter:focus::after, .social-media-links li a.twitter:active::after {
  background-image: url("../images/global/sm-icons/twittter.png");
}
.social-media-links li a.linkedin:hover::after, .social-media-links li a.linkedin:focus::after, .social-media-links li a.linkedin:active::after {
  background-image: url("../images/global/sm-icons/linkedin.png");
}
.social-media-links li a.youtube:hover::after, .social-media-links li a.youtube:focus::after, .social-media-links li a.youtube:active::after {
  background-image: url("../images/global/sm-icons/youtube.png");
}
.social-media-links li a.glassdoor:hover::after, .social-media-links li a.glassdoor:focus::after, .social-media-links li a.glassdoor:active::after {
  background-image: url("../images/global/sm-icons/glassdoor.png");
}
.social-media-links li a.insta:hover::after, .social-media-links li a.insta:focus::after, .social-media-links li a.insta:active::after {
  background-image: url("../images/global/sm-icons/instagram.png");
}
.social-media-links li a.feed:hover::after, .social-media-links li a.feed:focus::after, .social-media-links li a.feed:active::after {
  background-image: url("../images/global/sm-icons/blog.png");
}
footer .quality-logos {
  display: flex;
  justify-content: space-between;
  width: 50%;
  background-color: #ffffff;
  padding: 2em 25% 2em;
  /*	max-width: 700px;*/
  margin: 0 auto 0;
}
footer .quality-logos li {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin: 0px 2%;
  padding: 0px 0px 11.5%;
  position: relative;
}
footer .quality-logos li:first-child {
  margin: 0px 2% 0px 0px;
  width: 16%;
}
footer .quality-logos li:last-child {
  margin: 0px 0px 0px 2%;
  width: 18%;
}
footer .quality-logos li a {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .quality-logos li:nth-child(1) a {
  background-image: url("../images/global/award-logos/usnews.png")
}
footer .quality-logos li:nth-child(2) a {
  background-image: url("../images/global/award-logos/nci.png")
}
footer .quality-logos li:nth-child(3) a {
  background-image: url("../images/global/award-logos/nccn.png")
}
footer .quality-logos li:nth-child(4) a {
  background-image: url("../images/global/award-logos/magnet.png")
}
footer .corp-links {
  margin: 0px auto 2em;
  padding: 2em 0 0;
  text-align: center;
}
footer .corp-links li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid rgba(0, 0, 0, .1);
}
footer .corp-links li:last-child {
  border-right: 0px solid rgba(0, 0, 0, .1);
}
footer .corp-links li a {
  display: block;
  font-size: .9em;
  line-height: 1em;
  padding: 10px 30px
}
footer .copyright {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  font-size: .9em;
  line-height: 1.4em;
  margin: 0px auto;
  color: #ffffff;
}
/**************************** JOBS PAGES ****************************/
.jobs-pages-body {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  overflow: hidden;
  color: #373A36;
  position: static;
}
.jobs-pages-body .inner {
  width: calc(100% - 80px);
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
  padding: 4.5em 0px 6em;
}
.sub-search {
  width: 350px;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0px auto 30px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.sub-search h2, .sub-search .h2-style {
  display: block;
  background-color: #E9E9E7;
  color: #002E54;
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  padding: 16px 22px 16px;
  margin: 0px auto 12px;
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.sub-search ul.inner {
  list-style: none;
  margin: 0px auto;
  padding: 0px 0px 0px;
  width: 100%;
  max-width: 1500px;
  text-align: center;
}
.sub-search ul.inner > li {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 10px auto 0px;
  text-align: left;
  position: relative;
}
.sub-search ul.inner > li:nth-child(2) {
  margin: 10px auto 0px;
}
.sub-search ul.inner > li:nth-child(3) {
  margin: 10px auto 0px;
}
.sub-search ul.inner > li.mobile-search-link {
  display: block;
}
.sub-search .keyword-search {
  border: 1px solid #D9D9D6;
  border-radius: 0px;
}
.sub-search .accordion-button, .sub-search .mobile-search-link a {
  border: 1px solid #D9D9D6;
  border-radius: 0px;
}
.sub-search .accordion-button:hover, .sub-search .accordion-button:focus, .sub-search .accordion-button:active, .sub-search .mobile-search-link a:hover, .sub-search .mobile-search-link a:focus, .sub-search .mobile-search-link a:active {
  border: 1px solid #1D4F91;
}
.right-column {
  box-sizing: border-box;
  width: calc(100% - 380px);
  padding: 0px 40px 40px;
  background-color: #ffffff;
  display: block;
  float: right;
  min-height: 600px;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.job-page-headers {
  position: relative;
  z-index: 1;
  margin: 0px auto 1em;
}
.job-page-headers h1, .search-headings h1, .job-page-headers .h1-style, .search-headings .h1-style {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 500;
  margin: 0px auto .5em;
  color: #002E54;
}
.job-page-headers h1 span, .job-page-headers h1 strong, .job-page-headers .h1-style span, .job-page-headers .h1-style strong {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
  color: #0072CE;
}
.job-page-headers h2, .search-headings h2, .job-page-headers .h2-style, .search-headings .h2-style {
  font-size: 21px;
  line-height: 1em;
  padding: 0px 2px;
  margin: 0px auto 10px;
}
.job-page-headers .share-this {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  color: #373A36 !important;
}
.job-page-headers .share-this .sharethis-left {
  color: #373A36 !important;
}
.job-page-headers .share-this .at-svc-facebook:hover, .job-page-headers .share-this .at-svc-facebook:focus, .job-page-headers .share-this .at-svc-facebook:active {
  background-image: url("../images/global/sm-icons/fb.png") !important;
  background-color: #5BC2E7 !important;
}
.job-page-headers .share-this .at-svc-twitter:hover, .job-page-headers .share-this .at-svc-twitter:focus, .job-page-headers .share-this .at-svc-twitter:active {
  background-image: url("../images/global/sm-icons/twittter.png") !important;
  background-color: #5BC2E7 !important;
}
.job-page-headers .share-this .at-svc-linkedin:hover, .job-page-headers .share-this .at-svc-linkedin:focus, .job-page-headers .share-this .at-svc-linkedin:active {
  background-image: url("../images/global/sm-icons/linkedin.png") !important;
  background-color: #5BC2E7 !important;
}
.job-page-headers .share-this .at-svc-email:hover, .job-page-headers .share-this .at-svc-email:focus, .job-page-headers .share-this .at-svc-email:active {
  background-image: url("../images/global/sm-icons/email.png") !important;
  background-color: #5BC2E7 !important;
}
ul.pagination {
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #002E54;
  background-color: #f4f4f4;
  text-align: left;
}
.search-results ~ ul.pagination {
  text-align: right;
  margin: 0px 0px 0px;
}
ul.pagination li {
  display: inline-block;
  margin: 0px -1px 0px 0px;
}
ul.pagination li a {
  display: block;
  color: #005fab;
  transition: .15s all ease-in-out;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 2px;
}
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  color: #373A36;
  background-color: rgba(255, 255, 255, 1);
}
.right-column dl {
  list-style: none;
  margin: 0px 0px .5em;
  padding: 0px;
}
.right-column dt, .right-column dd {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.right-column dt {
  font-weight: 600;
}
.right-column .search-results > div {
  display: block;
  padding: 2em 10px 2.1em;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px;
  border-bottom: 1px solid #dedede;
}
.right-column .search-results > div:first-child {
  border-top: 1px solid #dedede;
}
.search-results h3 {
  margin: 0px auto 0px;
  font-size: 21px;
  line-height: 1.2em;
  color: #002E54;
  letter-spacing: -0.1px;
  font-family: 'HCo Whitney SSm';
  font-weight: 600;
  font-style: normal;
}
.right-column .search-results dl, .right-column .search-results span {
  display: block;
  margin: .75em 0px;
}
.body-class-manage-saved-jobs .right-column .search-results dl span {
  margin: 0px;
}
.right-column .search-results > div a.utility-btn.unsave {
  background-image: url("../images/global/close-x-white.png");
}
.right-column .search-results > div a.utility-btn.unsave:hover, .right-column .search-results > div a.utility-btn.unsave:focus, .right-column .search-results > div a.utility-btn.unsave:active {
  background-image: url("../images/global/close-x-white.png");
}
.right-column .search-results > div a:last-child {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 5px 0 0;
}
.right-column .search-results > div a:last-child:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.right-column .search-results > div a:last-child:focus, .search-results > div a:last-child:active, .search-results > div a:last-child:is-active {
  color: #0055a9;
  outline: none;
}
.seo-copy {
  display: block;
  margin: 3em 10px 0px;
  font-size: 14px;
  line-height: 1.5em;
}
.seo-copy h2 {
  color: #0072CE;
}
.left-column {
  width: 350px;
  box-sizing: border-box;
  display: block;
  float: left;
  clear: left;
}
.left-column ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tn-callout {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 74%;
  margin: 0px 0px 30px;
  background-color: #0077bc;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform-origin: center;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
  transition: .2s all ease-in-out;
}
.tn-callout:hover, .tn-callout:focus, .tn-callout:active {
  transform: scale(1.05);
  box-shadow: 3px 3px 8px 00px rgba(0, 0, 0, .15);
}
.tn-callout::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/sub/search/TalentNetwork.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s all ease-in-out;
}
.tn-callout:hover::before, .tn-callout:focus::before, .tn-callout:active::before {
  top: -2.5%;
  left: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  filter: grayscale(100%);
}
.tn-callout .copy {
  position: absolute;
  z-index: 1;
  left: -1px;
  bottom: 0;
  right: -1px;
  top: 75.5%;
  background-color: rgb(0 46 84 / 80%);
  transition: .2s all ease-out;
}
.tn-callout:hover .copy, .tn-callout:focus .copy, .tn-callout:active .copy {
  top: 0%;
  background-color: rgba(255, 255, 255, .9);
}
.tn-callout .copy .centering {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 5px 20px 5px 55px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: .2s all ease-out;
}
.tn-callout:hover .copy .centering, .tn-callout:focus .copy .centering, .tn-callout:active .copy .centering {
  color: #373A36;
}
.tn-callout .copy .centering strong {
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: -.035em;
  transition: .2s all ease-out;
}
.tn-callout:hover .copy .centering strong, .tn-callout:focus .copy .centering strong, .tn-callout:active .copy .centering strong {
  color: #0072CE;
}
.tn-callout .copy .centering::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/global/talent-network-icon-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s all ease-out;
}
.tn-callout:hover .copy .centering::before, .tn-callout:focus .copy .centering::before, .tn-callout:active .copy .centering::before {
  background-image: url("../images/global/talent-network-icon.png");
}
.sub-featured-jobs {
  color: #3d3d3d;
  background-color: #e9e9e7;
  margin: 0px auto 30px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.5em;
}
.sub-featured-jobs h2 {
  display: block;
  color: #002E54;
  font-size: 26px;
  line-height: 1em;
  padding: 16px 22px 10px;
  position: relative;
  z-index: 1;
  background-color: #E9E9E7;
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #AD96E9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#AD96E9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #AD96E9 100%) 1 1;
}
.sub-featured-jobs .featured-jobs-bottom {
  padding: 11px 11px;
}
.sub-featured-jobs li {
  padding: .25em 0px .25em;
  border-bottom: 1px solid rgba(2555, 255, 255, .15);
}
.sub-featured-jobs li:last-child {
  border-bottom: 0px solid rgba(2555, 255, 255, .15);
}
.sub-featured-jobs a {
  display: block;
  color: #3d3d3d;
  padding: 1.5em 22px 1.6em;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out .0s;
}
.sub-featured-jobs a:hover, .sub-featured-jobs a:focus, .sub-featured-jobs a:active {
  color: #373A36;
  transition: .2s all ease-in-out .1s;
}
.sub-featured-jobs a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform-origin: bottom;
  transform: scaleY(0);
  opacity: 0;
  transition: .3s all ease-in;
}
.sub-featured-jobs a:hover::before, .sub-featured-jobs a:focus::before, .sub-featured-jobs a:active::before {
  transform: scaleY(1);
  opacity: 1;
}
.sub-featured-jobs a h3 {
  color: #002E54;
  margin: 0px auto 0px;
  font-size: 21px;
  line-height: 1.1em;
  transition: .15s all ease-in-out 0s;
}
.sub-featured-jobs a:hover h3, .sub-featured-jobs a:focus h3, .sub-featured-jobs a:active h3 {
  color: #002E54;
  transition: .2s all ease-in-out .2s;
}
.sub-featured-jobs dl {
  margin: .75em 0px;
}
.sub-featured-jobs dl span {
  display: block;
}
.sub-featured-jobs p {
  margin: .75em 0px 0px;
}
.sub-featured-jobs li a div {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #0072ce;
  color: #fff;
  margin: 20px 0 0;
}
.sub-featured-jobs li a:hover div {
  cursor: pointer;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(225deg, #002E54 0%, #0072CE 100%);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.sub-featured-jobs li a:focus div, .sub-featured-jobs li a:active div, .sub-featured-jobs li a:is-active div {
  color: #ffffff;
  outline: none;
}
.sub-saved-jobs {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
}
.sub-saved-jobs h2 {
  display: block;
  background-color: #E9E9E7;
  color: #002E54;
  font-size: 26px;
  line-height: 1em;
  padding: 10px 20px;
  margin: 0px auto;
  /* border-bottom: 9px solid #00559b; */
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.sub-saved-jobs li {
  padding: 2em 10px 2.1em;
  border-bottom: 1px solid rgba(0, 114, 206, .15);
}
.sub-saved-jobs li:last-child {
  padding: 2em 10px 2.1em;
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.sub-saved-jobs h3 {
  margin: 0px auto 0px;
  font-size: 21px;
  line-height: 1.1em;
  color: #002E54;
}
.sub-saved-jobs dl, .sub-saved-jobs p {
  margin: .75em 0px;
}
.sub-saved-jobs span {
  display: block;
}
.sub-saved-jobs a {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
.sub-saved-jobs a:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.sub-saved-jobs a:focus, .sub-saved-jobs a:active, .sub-saved-jobs a:is-active {
  color: #0055a9;
  outline: none;
}
.details-buttons {
  list-style: none;
  margin: 0px 0px 1em;
  padding: 0px;
}
.details-buttons li {
  display: inline-block;
}
.details-list dt {
  width: 90px;
}
.job-description {
  font-size: 15px;
  line-height: 24px;
}
.job-description h3 {
  font-size: 1.35em;
  line-height: 1em;
  letter-spacing: -.03em;
  font-weight: 700;
  margin: 1em 0px 0px;
}
.right-column .apply-button {
  margin: 2em 0px 0px;
}
.single-column {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  padding: 0px 40px 40px;
  margin: 0px auto;
  background-color: #ffffff;
  display: block;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 1;
  border-width: 0 0 8px 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.single-column .single-column-buttons {
  list-style: none;
  margin: 1em 0px 0px;
  padding: 0px;
}
.single-column .single-column-buttons li {
  display: inline-block;
  vertical-align: middle;
}
.single-column .single-column-buttons li button, .single-column .single-column-buttons li input {
  display: block;
  margin: 0px 5px 0px 0px;
}
/*
.single-column .single-column-buttons li a{
	display: block;
	margin: 0px 5px 0px 0px;
}
*/
.single-column form > label, .label-class {
  display: block;
  width: 100%;
  margin: .75em auto .5em;
}
.single-column form > label span, .label-class > span {
  font-family: 'Gotham', sans-serif;
  padding: 0px 10px 4px;
  font-size: 14px;
  font-weight: 700;
  transition: .2s all ease-in-out;
}
.talent-network-page fieldset {
  display: inline-block;
  width: calc(50% - 13px);
  margin: .75em 0 .5em;
  border: 0px;
  padding: 0px;
}
.talent-network-page fieldset + fieldset {
  margin-left: 20px;
}
.talent-network-page fieldset legend {
  font-family: 'Gotham', sans-serif;
  padding: 0px 10px 4px;
  font-size: 14px;
  font-weight: 700;
  transition: .2s all ease-in-out;
}
.single-column form > label input {
  font-family: 'Roboto', sans-serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #153959;
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D6;
  transition: .2s all ease-in-out;
  padding: 7px 10px;
}
/*
.single-column form > label input:hover, .single-column form > label input:focus, .single-column form > label input:active {
	border-bottom: 2px solid #0077bc;
}
*/
.single-column form > label input[type="file"] {
  border: 0px;
  padding: 2px 0px;
}
.single-column form > label input[type="file"]::file-selector-button {
  font-family: open-sans, sans-serif;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 10px 40px 11px 24px;
  color: #ffffff;
  background-color: #0072CE;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 0px rgba(8, 87, 153, 1);
  margin: 0px 7px 0px 0px;
  transition: .15s all ease-in-out;
  background-image: url("../images/global/arrow-white.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 87.5% 48%;
}
.single-column form > label input[type="file"]::file-selector-button::before, .single-column form > label input[type="file"]::file-selector-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 6px;
  transition: .1s all ease-in-out;
}
.single-column form > label input[type="file"]::file-selector-button::before {
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(-135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.single-column form > label input[type="file"]::file-selector-button::after {
  right: 0;
  top: 0;
  transform-origin: top right;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.single-column form > label input[type="file"]::file-selector-button:hover, .single-column form > label input[type="file"]::file-selector-button:focus, .single-column form > label input[type="file"]::file-selector-button:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.single-column form > label input[type="file"]::file-selector-button:hover::before, .single-column form > label input[type="file"]::file-selector-button:focus::before, .single-column form > label input[type="file"]::file-selector-button:active::before, .single-column form > label input[type="file"]::file-selector-button:hover::after, .single-column form > label input[type="file"]::file-selector-button:focus::after, .single-column form > label input[type="file"]::file-selector-button:active::after {
  transform: rotateZ(-45deg) scaleY(1);
}
.single-column form > label input[type="file"]::-webkit-file-upload-button {
  font-family: open-sans, sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  border: 0px;
  border-radius: 0px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 10px 40px 11px 24px;
  color: #ffffff;
  background-color: #0072CE;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 0px rgba(8, 87, 153, 1);
  margin: 0px 0px;
  transition: .15s all ease-in-out;
  background-image: url("../images/global/arrow-white.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 87.5% 48%;
}
.single-column form > label input[type="file"]::-webkit-file-selector-button::before, .single-column form > label input[type="file"]::-webkit-file-selector-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 6px;
  transition: .1s all ease-in-out;
}
.single-column form > label input[type="file"]::-webkit-file-selector-button::before {
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(-135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.single-column form > label input[type="file"]::-webkit-file-selector-button::after {
  right: 0;
  top: 0;
  transform-origin: top right;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.single-column form > label input[type="file"]::-webkit-file-selector-button:hover, .single-column form > label input[type="file"]::-webkit-file-selector-button:focus, .single-column form > label input[type="file"]::-webkit-file-selector-button:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.single-column form > label input[type="file"]::-webkit-file-selector-button:hover::before, .single-column form > label input[type="file"]::-webkit-file-selector-button:focus::before, .single-column form > label input[type="file"]::-webkit-file-selector-button:active::before, .single-column form > label input[type="file"]::-webkit-file-selector-button:hover::after, .single-column form > label input[type="file"]::-webkit-file-selector-button:focus::after, .single-column form > label input[type="file"]::-webkit-file-selector-button:active::after {
  transform: rotateZ(-45deg) scaleY(1);
}
.supported-types {
  padding: 2px 10px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}
.single-column form > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #153959;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-bottom: 3px solid #dedede;
  padding: 7px 10px;
  margin: 3px 0px 0px;
  background-image: url("../images/global/up-and-down-arrows.png");
  background-position: 98% center;
  background-size: 18px;
  background-repeat: no-repeat;
  transition: .2s all ease-in-out;
}
.single-column form > label select:hover, .single-column form > label select:focus, .single-column form > label select:active {
  color: #ffffff;
  background-color: #153959;
  border: 1px solid #0077bc;
  border-bottom: 3px solid #0077bc;
  background-image: url("../images/global/up-and-down-arrows-hover.png");
}
.single-column form > label:hover span, .single-column form > label:focus span, .single-column form > label:active span {
  color: #0077bc;
}
ul.multi-check {
  list-style: none;
  padding: 7px 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  border-bottom: 3px solid #dedede;
  margin: 4px 0px 0px;
  max-height: 230px;
  overflow-y: scroll;
}
ul.multi-check label {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  margin: 6px 0px;
  transition: .15s all ease-in-out;
}
ul.multi-check label:hover, ul.multi-check label:focus, ul.multi-check label:active {
  color: #0077bc;
}
ul.multi-check label input {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px 3px 0px;
  padding: 0px 0px 0px;
  transition: .2s all ease-in-out;
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
}
.disclaimer {
  font-size: .9em;
}
.body-class-job-apply .search.sub-search, .body-class-job-referral .search.sub-search {
  display: none;
}
.body-class-job-referral .right-column, .body-class-job-apply .right-column {
  float: none;
  margin: 0px auto;
  min-height: 0px;
  width: calc(100% - 80px);
  max-width: 1000px;
}
.body-class-job-apply .left-column, .body-class-job-referral .left-column {
  display: none;
}
.body-class-job-apply form .optimator-form-field > label, .body-class-job-referral form > label {
  display: block;
  width: 100%;
  margin: .75em auto .5em;
  padding: 0px 0px 4px;
  font-size: 14px;
  font-weight: 700;
  transition: .2s all ease-in-out;
}
.body-class-job-apply form .optimator-form-field > label input, .body-class-job-referral form > label input[type="email"], .body-class-job-referral form > label input[type="text"] {
  font-family: "HCo Whitney SSm", serif;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #153959;
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D6;
  border-bottom: 2px solid #768692;
  transition: .2s all ease-in-out;
  padding: 7px 10px;
  margin-top: 10px;
}
.body-class-job-apply form .optimator-form-field > label input:hover, .body-class-job-apply form .optimator-form-field > label input:focus, .body-class-job-apply form .optimator-form-field > label input:active, .body-class-job-referral form > label input[type="text"]:hover, .body-class-job-referral form > label input[type="text"]:focus, .body-class-job-referral form > label input[type="text"]:active, .body-class-job-referral form > label input[type="email"]:hover, .body-class-job-referral form > label input[type="email"]:focus, .body-class-job-referral form > label input[type="email"]:active {
  border-bottom: 2px solid #0077bc;
}
.body-class-job-referral form ul {
  list-style: none;
  padding: 0px;
}
.event-pop-up {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 7px;
  width: 380px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .15);
  overflow: hidden;
}
@media screen and (max-height: 700px) {
  .event-pop-up {
    max-height: 400px;
  }
}
.event-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1em;
  letter-spacing: -.03em;
  padding: 16px 26px;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  background-color: #01CFB9;
  text-align: right;
  transition: all 0.25s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.event-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #11baa8;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: all 0.25s linear;
}
.event-button:hover::before, .event-button:focus::before, .event-button:active::before {
  opacity: 1;
  transform: scaleX(1);
}
.event-button:hover, .event-button.active {
  background: #11baa8;
}
.event-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #ffffff;
  left: 22px;
  top: 50%;
  transform: rotateZ(0deg) translateY(-50%);
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/global/calander-black.png");
  transition: .15s all ease-in-out .1s;
}
.event-button:hover::after, .event-button:focus::after, .event-button:active::after {
  background-image: url("../images/global/calander-dk-blue.png");
  transition: .15s all ease-in-out .0s;
}
.event-button.active::after {
  transform: rotateZ(180deg) translateY(50%);
  background-image: url("../images/global/x-blue.png");
  background-size: 45%;
  transition: .15s all ease-in-out .0s;
}
.event-button.active:hover::after, .event-button.active:focus::after, .event-button.active:active::after {
  transform: rotateZ(180deg) translateY(50%);
  background-image: url("../images/global/x-blue.png");
  background-size: 45%;
  transition: .15s all ease-in-out .0s;
}
.event-content {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 27px 2em 27px;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.event-content ul {
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0;
}
.event-content ul li {
  display: block;
  padding: 1.5em 5px;
  border-bottom: 1px solid rgba(118, 134, 146, .12);
}
.event-content ul li h3 {
  margin: 0px auto;
  padding: 0px;
  letter-spacing: -.03em;
}
.event-content ul li dl {
  font-size: 14px;
  line-height: 1.4em;
  list-style: none;
  margin: 1em 0px .5em;
}
.event-content ul li dl span {
  display: block;
}
.event-content ul li dl dt {
  width: 65px;
}
/*
.event-content ul li a.event-link {
	display: inline-block;
	background-color: #00428a;
	color: #ffffff;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 34px 9px 20px;
	margin: .25em 0px 0px;
	position: relative;
	z-index: 1;
}
*/
.event-content ul li a.notify-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  margin: .75em 0px 0px;
  color: rgba(118, 134, 146, .8);
  font-weight: 400;
  transition: .2s all ease-in-out;
}
.event-content ul li a.notify-link:hover, .event-content ul li a.notify-link:focus, .event-content ul li a.notify-link:active {
  text-decoration: underline;
  color: #0072CE !important;
}
/*
.event-content ul li a.event-link::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 10px;
	right: 18px;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/global/arrow-white.png");
	transition: .1s all ease-in-out 0s;
}
.event-content ul li a.event-link:hover::before, .event-content ul li a.event-link:focus::before, .event-content ul li a.event-link:active::before {
	right: 15px;
	opacity: 1;
	transition: .1s all ease-in-out .15s;
}
.event-content ul li a.event-link::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: left;
	background-color: #0072CE;
	opacity: 0;
	transform: scaleX(0);
	transition: .25s all ease-in-out;
}
.event-content ul li a.event-link:hover::after, .event-content ul li a.event-link:focus::after, .event-content ul li a.event-link:active::after {
	opacity: 1;
	transform: scaleX(1);
}
*/
.event-content ul li a.event-link {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
.event-content ul li a.event-link:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.event-content ul li a.event-link:focus, .event-content ul li a.event-link:active, .event-content ul li a.event-link:is-active {
  color: #0055a9;
  outline: none;
}
/*
.view-all-events {
	display: inline-block;
	background-color: #373A36;
	color: #ffffff !important;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 34px 9px 20px;
	margin: 1.5em 0px 0px;
	position: relative;
	z-index: 1;
}
.view-all-events::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 10px;
	right: 18px;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/global/arrow-white.png");
	transition: .1s all ease-in-out 0s;
}
.view-all-events:hover::before, .view-all-events:focus::before, .view-all-events:active::before {
	right: 15px;
	opacity: 1;
	transition: .1s all ease-in-out .15s;
}
.view-all-events::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: left;
	background-color: #768692;
	opacity: 0;
	transform: scaleX(0);
	transition: .25s all ease-in-out;
}
.view-all-events:hover::after, .view-all-events:focus::after, .view-all-events:active::after {
	opacity: 1;
	transform: scaleX(1);
}
*/
.view-all-events {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #0072ce;
  color: #ffffff;
  margin: 20px 0 0;
}
.view-all-events:hover {
  cursor: pointer;
  color: #ffffff;
  outline: none;
  background-image: linear-gradient(225deg, #002E54 0%, #0072CE 100%);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.view-all-events:focus, .view-all-events:active, .view-all-events:is-active {
  outline: none;
  color: #ffffff;
}
.google-job-map {
  width: 100%;
  padding-bottom: 300px;
  border: 1px solid #ababab;
  margin: 0px auto 10px auto;
  position: relative;
}
.google-job-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.body-class-manage-saved-jobs .job-details-btns {
  display: block;
  margin-bottom: 1.65em;
  margin-left: 0px;
}
/*
a.saved-jobs-button {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.01em;
	padding: 10px 40px 11px 24px;
	color: #ffffff;
	background-color: #0072CE;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 0px 0px rgba(8,87,153,1);
	margin: .5em 0px 0px;
	transition: .15s all ease-in-out;
	background-image: url("../images/global/arrow-white.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 85% 48%;
}
a.saved-jobs-button::before, a.saved-jobs-button::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 6px;
	height: 6px;
	transition: .1s all ease-in-out;
}
a.saved-jobs-button::before {
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(-135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
a.saved-jobs-button::after {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
a.saved-jobs-button:hover, a.saved-jobs-button:focus, a.saved-jobs-button:active {
	box-shadow: 4px 4px 0px 0px rgba(8,87,153,1);
	transform: translate(-4px, -4px);
	background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91,194,231,.35) 0%, rgba(91,194,231,.35) 30%, rgba(91,194,231,.0) 100%);
	background-size: 10px, cover;
}
a.saved-jobs-button:hover::before, a.saved-jobs-button:focus::before, a.saved-jobs-button:active::before, a.saved-jobs-button:hover::after, a.saved-jobs-button:focus::after, a.saved-jobs-button:active::after {
	transform: rotateZ(-45deg) scaleY(1);
}
*/
a.saved-jobs-button {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
a.saved-jobs-button:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
a.saved-jobs-button:focus, a.saved-jobs-button:active, a.saved-jobs-button:is-active {
  color: #0055a9;
  outline: none;
}
.apply a, a#id-submit {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 10px 40px 11px 24px;
  color: #ffffff;
  background-color: #0072CE;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 0px rgba(8, 87, 153, 1);
  margin: .5em 0px 0px;
  transition: .15s all ease-in-out;
  background-image: url("../images/global/arrow-white.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 85% 48%;
}
.apply a#backbtn {
  padding: 10px 24px 11px 40px;
  background-image: url("../images/global/arrow-white-back.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 18% 48%;
}
.apply a::before, .apply a::after, a#id-submit::before, a#id-submit::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 6px;
  transition: .1s all ease-in-out;
}
.apply a::before, a#id-submit::before {
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(-135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.apply a::after, a#id-submit::after {
  right: 0;
  top: 0;
  transform-origin: top right;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.apply a:hover, .apply a:focus, .apply a:active, a#id-submit:hover, a#id-submit:focus, a#id-submit:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.apply a#backbtn:hover, .apply a#backbtn:focus, .apply a#backbtn:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white-back.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.apply a:hover::before, .apply a:focus::before, .apply a:active::before, .apply a:hover::after, .apply a:focus::after, .apply a:active::after, a#backbtn:hover::before, a#backbtn:focus::before, a#backbtn:active::before, a#backbtn:hover::after, a#backbtn:focus::after, a#backbtn:active::after {
  transform: rotateZ(-45deg) scaleY(1);
}
/*
a#backbtn {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.01em;
	color: #ffffff;
	background-color: #0072CE;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 0px 0px rgba(8,87,153,1);
	margin: .5em 0px 0px;
	transition: .15s all ease-in-out;
	padding: 10px 24px 11px 40px;
	background-image: url("../images/global/arrow-white-back.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 18% 48%;
}
a#backbtn::before, a#backbtn::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 6px;
	height: 6px;
	transition: .1s all ease-in-out;
}
a#backbtn::before {
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(-135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
a#backbtn::after {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
a#backbtn:hover, a#backbtn:focus, a#backbtn:active {
	box-shadow: 4px 4px 0px 0px rgba(8,87,153,1);
	transform: translate(-4px, -4px);
	background-image: url("../images/global/arrow-white-back.png"), radial-gradient(circle, rgba(91,194,231,.35) 0%, rgba(91,194,231,.35) 30%, rgba(91,194,231,.0) 100%);
	background-size: 10px, cover;
}
a#backbtn:hover::before, a#backbtn:focus::before, a#backbtn:active::before, a#backbtn:hover::after, a#backbtn:focus::after, a#backbtn:active::after {
	transform: rotateZ(-45deg) scaleY(1);
}
*/
a#backbtn {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
a#backbtn::hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
a#backbtn::focus, #backbtn::active, #backbtn::is-active {
  color: #0055a9;
  outline: none;
}
.saved-jobs-content > div {
  display: block;
  padding: 2em 10px 2.1em;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0px;
  border-bottom: 1px solid #dedede;
}
.saved-jobs-content > div:first-child {
  border-top: 1px solid #dedede;
}
.saved-jobs-content > div h3 {
  margin: 0px auto 0px;
  font-size: 21px;
  line-height: 1.1em;
  color: #0072CE;
}
.body-class-manage-saved-jobs hr, .saved-jobs-content br {
  display: none;
}
.saved-jobs-content dl, .right-column .search-results span {
  display: block;
  margin: .75em 0px;
}
.saved-jobs-content dl span {
  display: block;
  margin: 0px;
}
.saved-jobs-btns {
  margin: 1em 0px 0px;
}
.body-class-manage-saved-jobs a.btn {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
.body-class-manage-saved-jobs a.btn:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.body-class-manage-saved-jobs a.btn:focus, .body-class-manage-saved-jobs a.btn:active, .body-class-manage-saved-jobs a.btn:is-active {
  color: #0055a9;
  outline: none;
}
/*
.body-class-manage-saved-jobs a.btn {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.01em;
	padding: 11px 40px 11px 24px;
	color: #ffffff;
	background-color: #0072CE;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 0px 0px rgba(8,87,153,1);
	margin: .5em 0px 0px;
	transition: .15s all ease-in-out;
	background-image: url("../images/global/arrow-white.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: calc(100% - 21px) 49%;
}
.body-class-manage-saved-jobs a.btn.back-btn {
	padding: 11px 24px 11px 40px;
	background-position: 21px 49%;
	background-size: 10px;
	background-image: url("../images/global/right-arrow-white.png");
}
*/
.body-class-manage-saved-jobs form > a.btn {
  background-image: url("../images/global/close-x-white.png");
}
/*
.body-class-manage-saved-jobs a.btn::before, .body-class-manage-saved-jobs a.btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 6px;
	height: 6px;
	transition: .1s all ease-in-out;
}
.body-class-manage-saved-jobs a.btn::before {
	top: 100%;
	left: 0;
	transform-origin: top left;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(-135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
.body-class-manage-saved-jobs a.btn::after {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: rotateZ(-45deg) scaleY(0);
	background-image: linear-gradient(135deg, rgba(8,87,153,0) 0%, rgba(8,87,153,0) 50%, rgba(8,87,153,1) 50%, rgba(8,87,153,1) 100%);
}
.body-class-manage-saved-jobs a.btn:hover, .body-class-manage-saved-jobs a.btn:focus, .body-class-manage-saved-jobs a.btn:active, .body-class-manage-saved-jobs a.btn:hover, .body-class-manage-saved-jobs a.btn:focus, .body-class-manage-saved-jobs a.btn:active {
	box-shadow: 4px 4px 0px 0px rgba(8,87,153,1);
	transform: translate(-4px, -4px);
	background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91,194,231,.35) 0%, rgba(91,194,231,.35) 30%, rgba(91,194,231,.0) 100%);
	background-size: 10px, cover;
}
*/
.body-class-manage-saved-jobs form > a.btn:hover, .body-class-manage-saved-jobs form > a.btn:focus, .body-class-manage-saved-jobs form > a.btn:active {
  background-image: url("../images/global/close-x-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
/*
.body-class-manage-saved-jobs a.btn:hover::before, .body-class-manage-saved-jobs a.btn:focus::before, .body-class-manage-saved-jobs a.btn:active::before, .body-class-manage-saved-jobs a.btn:hover::after, .body-class-manage-saved-jobs a.btn:focus::after, .body-class-manage-saved-jobs a.btn:active::after {
	transform: rotateZ(-45deg) scaleY(1);
}
*/
.body-class-event-page .event {
  padding: 3em 1em;
  border-bottom: 1px solid #D9D9D6;
}
.body-class-event-page .event:last-child {
  padding: 3em 1em 1em;
  border-bottom: 0px solid #D9D9D6;
}
.body-class-event-page dl span {
  display: block;
}
.event a {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 10px 40px 11px 24px;
  color: #ffffff;
  background-color: #0072CE;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 0px rgba(8, 87, 153, 1);
  margin: .5em 0px 0px;
  transition: .15s all ease-in-out;
  background-image: url("../images/global/arrow-white.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90% 48%;
}
.event a.notify-link {
  background-position: 95% 48%;
}
.event a::before, .event a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 6px;
  transition: .1s all ease-in-out;
}
.event a::before {
  top: 100%;
  left: 0;
  transform-origin: top left;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(-135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.event a::after {
  right: 0;
  top: 0;
  transform-origin: top right;
  transform: rotateZ(-45deg) scaleY(0);
  background-image: linear-gradient(135deg, rgba(8, 87, 153, 0) 0%, rgba(8, 87, 153, 0) 50%, rgba(8, 87, 153, 1) 50%, rgba(8, 87, 153, 1) 100%);
}
.event a:hover, .event a:focus, .event a:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.event a:hover, .event a:focus, .event a:active {
  box-shadow: 4px 4px 0px 0px rgba(8, 87, 153, 1);
  transform: translate(-4px, -4px);
  background-image: url("../images/global/arrow-white.png"), radial-gradient(circle, rgba(91, 194, 231, .35) 0%, rgba(91, 194, 231, .35) 30%, rgba(91, 194, 231, .0) 100%);
  background-size: 10px, cover;
}
.event a:hover::before, .event a:focus::before, .event a:active::before, .event a:hover::after, .event a:focus::after, .event a:active::after {
  transform: rotateZ(-45deg) scaleY(1);
}
.internship-link {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  padding: 5% 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F2FA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #E9F2FA 0%, rgba(255, 255, 255, 0) 100%);
}
.internship-link .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 50px;
}
.internship-link .inner h2, .internship-link .inner p {
  display: inline-block;
  color: #373A36;
  line-height: 1em;
}
.internship-link .inner h2 {
  margin: 0px auto 35px;
  padding: 0px 0.5em 0px 0px;
  display: block;
}
.internship-link .inner p {
  font-size: 1.5em;
  font-weight: 300;
}
/*--NEW STYLES KD--*/
.new-adjusted-btn a {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
.new-adjusted-btn a:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.new-adjusted-btn a:focus, .new-adjusted-btn a:active, .new-adjusted-btn a.is-active {
  color: #0055a9;
  outline: none;
}
.new-adjusted-btn a #map-btn {
  margin: 20px auto 0 !important;
}
.new-adjusted-btn2 a {
  display: inline-block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #fff;
  color: #0072ce;
  margin: 20px 0 0;
}
.new-adjusted-btn2 a:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.new-adjusted-btn2 a:focus, .new-adjusted-btn2 a:active, .new-adjusted-btn2 a.is-active {
  color: #0055a9;
  outline: none;
}
.new-adjusted-btn3 a {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.45em 1.125em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 2em;
  background: #fff;
  color: #0072ce;
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.new-adjusted-btn3 a:hover {
  cursor: pointer;
  color: #0055a9;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.new-adjusted-btn3 a:focus, .new-adjusted-btn3 a:active, .new-adjusted-btn3 a.is-active {
  color: #0055a9;
  outline: none;
}
.new-adjusted-btn3 a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20%;
  transform: translateY(-55%);
  width: 10px;
  height: 10px;
  background-image: url("../images/global/blue-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .9;
}
.new-adjusted-btn4 a {
  display: block;
  font-family: "HCo Whitney SSm", serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.66em 1.75em;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #0072ce;
  border-radius: 22.5px;
  background: #0072ce;
  color: #ffffff;
  margin: 0 0 0;
}
.new-adjusted-btn4 a:hover {
  cursor: pointer;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.new-adjusted-btn4 a:focus, .new-adjusted-btn4 a:active, .new-adjusted-btn4 a.is-active {
  color: #ffffff;
  outline: none;
}
#category-text h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 20px auto 0px;
  font-weight: 600;
}
.talent-network-page #talent-form-label {
  display: block;
  font-weight: 700;
  margin: 20px 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #0072ce !important;
  padding: 10px 20px;
  border-radius: 3px !important;
  position: relative !important;
  width: calc(100% - 40px);
}
#id_join_talent_network {
  width: auto;
}
.single-column form > label input#id_join_talent_network {
  display: inline-block;
}
.body-class-job-referral .employee-referral {
  background-color: rgba(0, 114, 206, 0.1);
  padding: 2%;
  font-size: .9em;
  line-height: 1.3em;
  font-weight: 500;
}
.body-class-job-referral .employee-referral a {
  color: #0072ce;
}
.body-class-job-referral .employee-referral a:hover {
  color: #0072ce !important;
  text-decoration: underline !important;
}
.body-class-job-referral .employee-referral a:focus, .body-class-job-referral .employee-referral a:active, .body-class-job-referral .employee-referral a:is-active {
  color: #0072ce !important;
  text-decoration: non !important;
}
.video {
  display: inline-block;
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 50, 100, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 50, 100, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 50, 100, 0.2);
  padding-top: 27%;
  position: relative;
  text-align: left;
  background-color: #f4f4f5;
  /* padding-top: 56.25%; */
}
#InnovationVideo.video {
  width: 60%;
  margin: 0 0 20px;
}
.video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border: 1px solid #ffffff;
}
.video-player .responsive-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  background-color: #ffffff;
}
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
#CoHHeader .share-this-icons > div {
  margin-top: 4px;
}
.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 1px;
  height: 20px;
  width: 20px;
  position: relative;
}
.share-this-icons ul li a {
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  color: #fff;
  background-color: #0072ce;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a:hover {
  background-color: #64b246;
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath  d='M43.29,15.62c0,.4,0,.81,0,1.22,0,12.47-9.5,26.85-26.85,26.85h0A26.71,26.71,0,0,1,2,39.45a21.23,21.23,0,0,0,2.25.14A19,19,0,0,0,16,35.54,9.46,9.46,0,0,1,7.15,29a9.3,9.3,0,0,0,4.26-.16,9.44,9.44,0,0,1-7.57-9.25v-.12a9.31,9.31,0,0,0,4.28,1.18A9.46,9.46,0,0,1,5.2,8a26.77,26.77,0,0,0,19.45,9.86,9.45,9.45,0,0,1,16.09-8.6,19.21,19.21,0,0,0,6-2.29,9.52,9.52,0,0,1-4.15,5.22A19.22,19.22,0,0,0,48,10.73,19.21,19.21,0,0,1,43.29,15.62Z' fill='%23fff'/%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='%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 {
  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");
}
.share-this-icons ul li a.share-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
section.awards-main {
  width: 100%;
  display: block;
}
section.awards-main .inner {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.awards-main .inner div {
  width: 6%;
  margin: 0 1%;
}
section.awards-main .inner div:nth-child(2) {
  width: 11%;
  margin: 0 .25%;
}
section.awards-main .inner div:nth-child(6) {
  width: 17%;
}
section.awards-main .inner div:nth-child(7) {
  width: 11.5%;
  margin: 0 .25%;
}
#banner-area {
  width: 100%;
  height: 43vw;
  margin: 0px auto 0px;
  max-height: calc(100vh - 150px);
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  min-height: 520px;
}
#banner-area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#banner-area li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 15px 0 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  background-color: #00643c;
  font-size: 16px;
  line-height: 1.3em;
}
#banner-area ul a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0072BC;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
#banner-area ul a:hover::before, #banner-area ul a:focus::before, #banner-area ul a:active::before {
  transform: scaleX(1);
}
#banner-area .inner {
  width: 85%;
  max-width: 1450px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner-area .inner .copy {
  position: relative;
  background-image: url(../images/global/award-logos/usnews.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 97% 20px;
  background-color: #ffffff;
  padding: 3% 8% 3% 3%;
}
#banner-area .inner .copy h1, #banner-area .inner .copy .h1-style {
  margin: 0px 0px 1.5em;
  padding: 0px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0;
  color: #0072CE;
}
.tightlineheight {
  line-height: .7em !important;
}
.btmmargin-extra {
  margin-bottom: 5% !important;
}
#banner-area .inner .copy h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -1px;
  margin: .25em 0px 0px;
  color: #002E54 !important;
}
#banner-area .inner .copy h2 span {
  
  font-weight: 400;
}
#banner-area .inner .copy h2 strong {
  font-weight: 600;
}
#banner-area .inner .copy h3 {}
#banner-area .inner .copy p {}
#banner-area .slide {
  position: absolute;
  z-index: -2;
  top: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: .65s all ease-in-out .6s;
}
#banner-area .slide.current {
  opacity: 1;
  z-index: -1;
  transition: .65s all ease-in-out;
}
#banner-area .slide.current::after {
  opacity: 1;
  transition: .45s all ease-in-out .15s;
}
#banner-area .slide::before {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  right: 0;
  width: 110%;
  background-size: cover;
  background-position: right 40%;
  background-repeat: no-repeat;
  transition: .15s all ease-in-out .75s;
}
#banner-area .slide.current::before {
  right: -5%;
  transition: .75s all ease-in-out;
}
#slide1::before {
  background-image: url("../images/main/slider/slide1.jpg");
  background-position: center 35% !important;
}
#slide2::before {
  background-image: url("../images/main/slider/slide2.jpg");
  background-position: right 30% !important;
}
#slide3::before {
  background-image: url("../images/main/slider/slide3.jpg");
  background-position: right 30% !important;
}
#slide4::before {
  background-image: url("../images/main/slider/slide2.jpg");
  background-position: right 30% !important;
}
/*-- ---- Numbered Slide Controls & Stop/Play ---- --*/
#banner-area .slidenav {
  position: absolute;
  z-index: 100;
  bottom: 22px;
  right: 0px;
  padding: 2px 20px 4px 0px;
  /*  background-image: linear-gradient(90deg, #789D4A 10%, #a1c771 45%, #a1c771 55%, #789D4A 90%);*/
  list-style: none;
  margin: 0px;
  border-radius: 50px 0px 0px 50px;
}
#banner-area .slidenav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 19px;
  padding-bottom: 19px;
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out;
}
#banner-area .slidenav li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #ffffff;
  margin: 0px;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 1px;
  line-height: 1px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s all ease-in-out;
}
#banner-area .slidenav li button.stop-button, #banner-area .slidenav li button.start-button {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
}
#banner-area .slidenav li button.stop-button {
  background-image: url("../images/global/pause-blue.png")
}
#banner-area .slidenav li button.stop-button:hover, #banner-area .slidenav li button.stop-button:focus, #banner-area .slidenav li button.stop-button:active {
  background-image: url("../images/global/pause-white.png");
  background-color: rgba(0, 50, 115, 1);
}
#banner-area .slidenav li button.start-button {
  background-image: url("../images/global/pause-blue.png")
}
#banner-area .slidenav li button.start-button:hover, #banner-area .slidenav li button.start-button:focus, #banner-area .slidenav li button.start-button:active {
  background-image: url("../images/global/pause-white.png");
  background-color: rgba(0, 50, 115, 1);
}
#banner-area .slidenav li button {}
#banner-area .slidenav li button:hover, #banner-area .slidenav li button:focus, #banner-area .slidenav li button:active {
  background-color: rgba(0, 50, 115, 1);
  color: #ffffff;
  transform: translate(-50%, -58%);
}
/*-- ---- Prev/Next Controls ---- --*/
#banner-area .controls {
  position: absolute;
  z-index: 100;
  bottom: 25px;
  right: 130px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#banner-area .controls li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px !important;
  margin: 0px 0px 0px 0px;
  transition: all .2s ease-in-out;
}
#banner-area .controls li:first-child:hover, #banner-area .controls li:first-child:focus, #banner-area .controls li:first-child:active {
  transform: translateX(-5px);
}
#banner-area .controls li:last-child:hover, #banner-area .controls li:last-child:focus, #banner-area .controls li:last-child:active {
  transform: translateX(5px);
}
#banner-area .controls li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
  line-height: 11px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
  border: 0px solid #ffffff;
  margin: 0px;
  display: block;
}
#banner-area .slidenav li button.current {
  background-color: rgba(255, 255, 255, 1);
  color: #053d5d;
}
#banner-area .slidenav li li:last-child button.current {
  background-color: rgba(255, 255, 255, 1);
  color: #06866B;
}
#banner-area button img {
  width: 12px;
  height: 12px;
}
.tn-intro-paragraph img {
  width: 85px;
  display: inline-block;
  top: 5px;
  position: relative;
  margin: 0 3px;
}
/* Share this */
.share-this-icons {
  display: block;
  margin: 25px 0;
}
.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 2px;
  height: 20px;
  width: 20px;
  position: relative;
}
.share-this-icons ul li a {
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-color: #002E54;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a:hover {
  background-color: #0072CE;
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
  background-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 {
  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");
}
.blog {
  background-color: #0072CD;
  text-align: center;
  padding: 70px 0;
}
.blog h2 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.blog p {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px;
}
.blog a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 21px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 600;
}
.blog a:hover {
  background-color: #fff;
  color: #0072CD;
}
#transform.wrapper {
  background-color: #111827;
  padding: 3% 0;
}
#transformnew.wrapper {
  background-color: #061037;
  padding: 0;
  text-align: left;
}
#campusinfo.wrapper {
  background-color: #0072ce;
  padding: 3% 0;
}
#campusinfonew.wrapper {
  background-color: #061037;
  padding: 0% 0;
}
#campusinfo li, #campusinfonew li {
  color: #ffffff;
  margin: 0 0 5px;
  list-style-type: disc;
  font-weight: 300;
}
#campusinfo ul, #campusinfonew ul {
  text-align: left;
  padding-left: 20px;
  margin: 0 0 10px;
}
#orangectycampus.wrapper {
  padding: 3% 0;
}
#orangectycampusnew.wrapper {
  padding: 3% 0;
  background-color: #0072ce;
}
.wrapper {
  margin: auto 0px;
  width: 100%;
  display: block;
  padding: 0;
}
.wrapper .inner {
  width: 90%;
  padding: 3% 5%;
  max-width: 1100px;
  margin: 0 auto;
}
.wrapper .inner-full {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.inner-full-txt {
  display: flex;
  margin: 0;
  padding: 2% 5%;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.inner-full-photo {
  display: flex;
  margin: 0;
  width: 50%;
}
#orangectycampusnew.wrapper h3{
	color: #000000;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom:15px;
}
#campusinfonew.wrapper .inner-full-photo{
	background-image: url(../images/sub/oc-hospital/interior-lobby.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
#transformnew.wrapper .inner-full-photo {
  background-image: url("../images/sub/oc-hospital/medical-professional.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#transformnew.wrapper .inner-full-txt, #campusinfonew.wrapper .inner-full-txt {
  text-align: left;
}
.wrapper .inner2 {
  width: 90%;
  max-width: 1200px;
  padding: 0;
  margin: 3% auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#quotenew.wrapper .inner2 {
  max-width: 1500px;
  margin: 0 auto;
}
#orangectycampus.wrapper .inner2 {
  margin: 2% auto 0;
}
#orangectycampusnew.wrapper .inner2 {
  margin: 2% auto 0;
  width: 90%;
  max-width: none;
}
#construction.wrapper .inner-full-photo {
  background-image: url(../images/sub/oc-hospital/construction-photo-02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#construction .inner-full-txt {
  padding: 6% 5%;
}
.wrapper .inner2 h2 {
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -.02em;
  margin: 0px 0 10px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: rgb(17, 24, 39);
}
.wrapper .inner3 {
  width: 90%;
  max-width: 1500px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.wrapper .inner3 h2, #campusinfonew.wrapper .inner-full h2 {
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0;
  margin: 0px 0 15px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: rgb(126, 233, 241);
}
#transformnew.wrapper .inner-full h2 {
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 0px 0 15px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: rgb(126, 233, 241);
  text-transform: uppercase;
}
.wrapper .inner3 h3,  #campusinfonew.wrapper .inner-full h3 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin: 0px 0 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: #ffffff;
}
#transformnew.wrapper .inner-full h3 {
  font-size: 1.9rem;
  line-height: 1.2em;
  letter-spacing: -.02em;
  margin: 0px 0 20px;
  padding: 0px;
	width:85%;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: #ffffff;
}
.marginbtmnone {
	margin: 0px 0 0px !important;
}
/*
#transformnew.wrapper .inner-full h3 br {
  display: none;
}
*/
.wrapper .inner3 h4, #transformnew.wrapper .inner-full h4, #campusinfonew.wrapper .inner-full h4 {
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 0px 0 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 400;
  color: #ffffff;
}
.wrapper .inner3 h5, #transformnew.wrapper .inner-full h5, #campusinfonew.wrapper .inner-full h5 {
  font-size: 1.3rem;
  line-height: 1.4em;
  letter-spacing: 0;
  margin: 20px 0 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: #ffffff;
}
.wrapper .inner3 p  {
  color: #ffffff;
  margin: 0px 0 10px;
  font-weight: 400;
}
#transformnew.wrapper .inner-full p, #campusinfonew.wrapper .inner-full p {
  color: #ffffff;
  margin: 0px 0 10px;
  font-weight: 300;
}
#transformnew.wrapper .inner-full p strong, #campusinfonew.wrapper .inner-full p strong {
  font-weight: 600;
}
.wrapper img {
  display: block;
}
.vert-txt-mid {
  vertical-align: -20% !important;
  margin: 0;
  line-height: 1em;
  display: inline-block;
}
.orangecty-callouts {
  display: flex;
  flex-direction: column;
  margin: 0 4%;
  text-align: left;
}
.orangecty-callouts:first-child, .orangecty-callouts:last-child {
  margin: 0;
}
.orangecty-callouts-photo img {
  border-radius: 15px;
}
.orangecty-callouts-photo {
  margin: 0 0 20px;
  border-radius: 15px;
}
.orangecty-callouts-txt p {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  font-size: .9rem;
  line-height: 1.2em;
}
.orangecty-callouts2 {
  display: flex;
  flex-direction: column;
  margin: 0 .3%;
  text-align: left;
  background-color: #ffffff;
}
.orangecty-callouts2:first-child, .orangecty-callouts2:last-child {
  margin: 0;
}
.orangecty-callouts2-photo {
  margin: 0 0 0px;
}
.orangecty-callouts2-txt {
  padding: 2% 5%;
  margin: 0;
}
.orangecty-callouts2-txt p {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  font-weight: 300 !important;
/*
  font-size: .9rem;
  line-height: 1.2em;
*/
  color: #000000 !important;
  padding: 0% 0 4%;
}
#orangectycampus h2 {
  width: 90%;
  max-width: 1000px;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -.02em;
  margin: 0px auto 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: rgb(17, 24, 39);
  text-align: center;
}
#orangectycampus p {
  width: 80%;
  max-width: 900px;
  margin: 0px auto 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7em;
}
#orangectycampusnew h2 {
  width: 90%;
  max-width: 1000px;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -.02em;
  margin: 0px auto 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
#orangectycampusnew p {
  width: 80%;
  max-width: 900px;
  margin: 0px auto 20px;
  text-align: center;
	font-size: 1em;
  line-height: 1.4em;
/*
  font-weight: 500;
  line-height: 1.7em;
*/
  color: #ffffff;
}
.photos-row {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.photo-holder {
  margin: 0px;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#construction.wrapper, #googlemap.wrapper, #googlemapnew.wrapper {
  text-align: left;
  background-color: #ffffff;
  color: #000000;
}
#googlemapnew.wrapper {
  border-width: 0.85em 0 0.85em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#construction.wrapper {
  border-width: 0.85em 0 0.85em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#construction.wrapper p:last-of-type {
  margin: 10px 0 0px;
}
#googlemap.wrapper h2, #googlemapnew.wrapper h2 {
  margin: 0px 0 15px;
}
#googlemap.wrapper h3, #googlemapnew.wrapper h3 {
  margin: 0px 0 15px;
  font-size: 1.3em;
}
#googlemap.wrapper p, #googlemapnew.wrapper p {
  margin: 0px 0 0px;
	font-weight: 300;
  line-height: 1.4em;
  font-size: 1em;
}
#quote.wrapper {
  text-align: left;
  color: #000000;
  background-color: #ffffff;
  padding: .25em 0;
  border-width: 0.85em 0 0 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#quotenew.wrapper {
  text-align: left;
  color: #000000;
/*
  background-color: #7E7F74;
  padding: .25em 0;
*/
  border-width: 0.85em 0 0 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#transform .dual-text, #campusinfo .dual-text {
  background-color: transparent !important;
}
#transform .dual-text, #campusinfo .dual-text {
  background-color: transparent !important;
}
#transform .dual-text {
  padding: 0% 4% 0% 0%;
}
#quote .dual-text p {
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 0px 0 15px;
}
#quotenew .dual-text p {
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 0px 0 15px;
	padding-left: 45px;
}
.wrapper#quote .inner2 h2 {
  margin: 0px 0 15px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
}
.wrapper#quote .inner2 h2::before {
  position: absolute;
  font-family: Georgia, serif;
  content: '\201C';
  color: rgb(90, 95, 106);
  left: 0;
  top: 50%;
  font-size: 2.2em;
  line-height: 1em;
  transform: translateY(-28%);
}
.wrapper#quotenew .inner2 h2 {
  margin: 0px 0 15px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
}
.wrapper#quotenew .inner2 h2::before {
  position: absolute;
  font-family: Georgia, serif;
  content: '\201C';
  color: rgb(90, 95, 106);
  left: 0;
  top: 0;
  font-size: 2.2em;
  line-height: 1em;
/*  transform: translateY(-88%);*/
}
.quote-mark {
  font-size: 2em;
  line-height: 1em;
  vertical-align: bottom;
  display: inline-block;
  margin: 0;
}
.quote-name {
  font-weight: 600;
  line-height: 1.4em;
  font-size: 1em;
  padding-left: 45px;
}
#googlemap .dual-text {
  width: 60%;
}
#googlemap .google-wrapper {
  width: 40%;
}
#googlemapnew .dual-text {
  width: 50%;
	padding: 8% 5%;
}
#googlemapnew .google-wrapper {
  width: 50%;
}
.dual-text {
  background-color: #ffffff;
  padding: 4% 5%;
  box-sizing: border-box;
  width: 70%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.dual-text p {
  font-weight: 500;
  line-height: 1.7em;
}
.dual-photo {
  padding: 0%;
  box-sizing: border-box;
  border-radius: 15px;
  width: 30%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#AnnetteWalkerPhoto {
  background-color: #fff;
  padding: 2% 0 2% 2%;
  width: 30%;
  border-radius: 0;
}
#googlemapnew .google-wrapper, #googlemapnew .google-wrapper iframe {
  border-radius: 0 !important;
}
.google-wrapper {
  padding: 0%;
  box-sizing: border-box;
  border-radius: 15px;
  width: 30%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.google-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#transform .dual-photo img, #campusinfo .dual-photo img {
  border-radius: 15px;
}
#transform .dual-photo, #campusinfo .dual-photo {
  width: 70%;
  background-image: none;
}
#construction .dual-photo img, #quote .dual-photo img {
  border-radius: 15px;
}
#OCintro.wrapper {
  text-align: center;
  background-color: #0072ce;
  color: #ffffff;
  border-width: 0 0 0.85em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#OCintro.wrapper p {
  letter-spacing: -.02em;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0;
}
#OCintro.wrapper h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0px auto;
  letter-spacing: -.02em;
  color: #ffffff;
}
.oc-intro-btn {
  margin-top: 0px;
}
.oc-intro-btn a {
  font-family: "HCo Whitney SSm", serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2.2em;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #00A383;
  border-radius: 30px;
  background: #00A383;
  color: #ffffff;
  margin: 0 auto 20px;
  display: inline-block;
}
.oc-intro-btn a:hover {
  cursor: pointer;
  background-color: #00A383 !important;
  border: 1px solid #00A383 !important;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.oc-intro-btn a:focus, .oc-intro-btn a:active, .oc-intro-btn a.is-active {
  background-color: #00A383 !important;
  border: 1px solid #00A383 !important;
  outline: none;
}
#OCtext02.wrapper, #OCtext03.wrapper, #OCtext05.wrapper {
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  border-width: 0 0 0.85em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#OCtext04.wrapper {
  text-align: center;
  padding: 2em 0;
  color: #000000;
  background-color: #111827;
  border-width: 0 0 0.85em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#fbfcad), to(#976aa6)) 1 1;
  border-image: linear-gradient(270deg, #fbfcad 0%, #976aa6 100%) 1 1;
}
#OCtext02.wrapper p, #OCtext03.wrapper p {
  letter-spacing: -.02em;
  color: #000000;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 10px 0;
}
#OCtext05.wrapper p {
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0px 0 10px;
  letter-spacing: -.01em;
  color: #003366;
}
#OCtext05.wrapper .inner {
  padding: 1% 5% 3%;
}
#OCtext04.wrapper h2 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0px 0 20px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  color: #ffffff;
}
#OCtext04.wrapper p {
  letter-spacing: -.02em;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 10px 0;
}
.ctca-banner a:link, .ctca-banner a:active, .ctca-banner a:visited {
  color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ctca-banner a:hover {
	
}
.wrapper .inner strong {
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0px;
  letter-spacing: -.01em;
  color: #003366;
}
.scriptfont {
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 250%;
  line-height: .4;
}
.oc-cta-btn {
  margin-top: 10px;
}
.oc-cta-btn a {
  font-family: "HCo Whitney SSm", serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2.2em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgb(126, 233, 241);
  border-radius: 30px;
  background: rgb(126, 233, 241) !important;
  color: #000000;
  margin: 0 auto 0;
  display: inline-block;
}
.oc-ta-btn a:hover {
  cursor: pointer;
  background-color: rgb(126, 233, 241) !important;
  border: 1px solid rgb(126, 233, 241) !important;
  outline: none;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.oc-cta-btn a:focus, .oc-cta-btn a:active, .oc-cta-btn a.is-active {
  background-color: rgb(126, 233, 241) !important;
  border: 1px solid rgb(126, 233, 241) !important;
  outline: none;
}

.oc-viewjobs-btn a {
  font-family: "HCo Whitney SSm", serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 22px;
  min-width: 7.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2.2em;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: #061037;
  color: #ffffff;
  margin: 0 auto 0;
  display: inline-block;
}
.oc-viewjobs-btn a:hover {
  cursor: pointer;
  background-color: #061037 !important;
  border: 1px solid #ffffff !important;
  outline: none;
 
}
.oc-viewjobs-btn a:focus, .oc-viewjobs-btn a:active, .oc-viewjobs-btn a.is-active {
  background-color: #01886E !important;
  border: 1px solid #ffffff !important;
  outline: none;
}
#orangectjobsbanner {
  background-color: #00A383;
  border-top: 2px solid #ffffff;
}
#orangectjobsbanner a {
  color: #ffffff;
	text-decoration: none;
}
#orangectjobsbanner a:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
#orangectjobsbanner a:focus, #orangectjobsbanner a:active, #orangectjobsbanner a.is-active {
  color: #ffffff;
}
#hero.sub-header.oc-header h2 {
  color: #ffffff;
  font-size: 6.125rem;
  line-height: 1;
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  letter-spacing: 0;
}
#hero.sub-header.oc-header h3 {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}
div#ncilogo {
  width: 13%;
}
div#beckerlogo {
  width: 9%;
}
/*--People First Section Main Pg--*/
.we-stand-for .inner2 {
  width: 80%;
  max-width: 1400px;
  padding: 3% 5% 3%;
  margin: 0px auto;
  text-align: center;
  display: block;
}
.we-stand-for .inner2 ul {
  list-style: none;
  margin: 30px auto 0px;
  padding: 0px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: row;
}
.we-stand-for .inner2 li {
  
  display: flex;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin: 0px .5%;
  width: 33%;
  padding: 0px 0px;
  align-content: flex-start;
  position: relative;
}
.we-stand-for .inner2 li a {
  color: #0072ce;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-style: solid;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
  font-size: 1em;
  background-color: transparent;
  transition: all 300ms ease-in-out;
  position: relative;
}
.we-stand-for .inner2 li a:hover, .we-stand-for .inner2 li a:focus, .we-stand-for .inner2 li a:active {
  color: #0055a9;
}
.we-stand-for .inner2 li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-55%);
  width: 10px;
  height: 10px;
  background-image: url("../images/global/blue-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6;
}
.we-stand-for .inner2 li a::after {
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
}
.we-stand-for .inner2 li a::after, .we-stand-for .inner2 li a::after, .we-stand-for .inner2 li a::after {
  opacity: 1;
}
.we-stand-for-photo2 {
  width: 100%;
	background-color: aqua;
	padding-top:56.25%;
}
.we-stand-for-photo2 img {
  display: block;
}
#cohbuildings{
	background-image: url(../images/main/what-we-stand-for/image-history.png);
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: cover;
}
#legacyphoto{
	background-image: url(../images/main/what-we-stand-for/image-legacy.jpg);
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: cover;
}
.we-stand-for-text2 {
  width: 90%;
  padding: 1.5em 5% 0;
  margin: 0 0;
}
.we-stand-for-text2 h3 {
  display: block;
  font-size: 16px;
  font-family: 'HCo Whitney SSm', serif;
  font-weight: 600;
  margin: 0 auto .5em;
  color: #3d3d3d;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.we-stand-for-text2 p {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 auto 1.5em;
}
.video-holder-main {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-responsive-main {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
}
.video-responsive-main iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#construction h2, #googlemapnew.wrapper h2 {
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -.02em;
  margin: 0px 0 10px;
  padding: 0px;
  font-family: "HCo Whitney SSm", serif;
  font-weight: 600;
}
#googlemapnew.wrapper h2 {
	margin: 0px 0 25px !important;
}
.wc-opps {
  display: flex;
  /*	max-width: 1620px;*/
  margin: 0 auto
}
.wc-opps .opps-banner {
	height: 0;
	margin:0 1% 0;
	flex: 1;
	position: relative;
	padding-bottom: 28%; /*was 28px*/
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
.wc-opps .opps-banner::before {
	content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
border-width:  0 0 0.625em 0;
  border-style: solid;
  -o-border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#F6F7C2), to(#00CFB9)) 1 1;
  border-image: linear-gradient(270deg, #F6F7C2 0%, #00CFB9 100%) 1 1;
}
.wc-opps .opps-banner:first-child {
  border-left: none;
}
.wc-opps .opps-banner.research-careers {
  background-image: url("../images/main/path1.jpg");
}
.wc-opps .opps-banner.nurs-careers {
  background-image: url("../images/main/path2.jpg");
}
.wc-opps .opps-banner.allied-careers {
  background-image: url("../images/main/path3.jpg");
}
.wc-opps .opps-banner.phys-careers {
  background-image: url("../images/main/path4.jpg");
}
.wc-opps .opps-banner.corp-careers {
  background-image: url("../images/main/path5.jpg");
}
.wc-opps .opps-banner .copy {
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 35%;
  text-align: center;
  padding: 5px 15px;
  transition: all .25s ease-in-out;
  box-sizing: border-box;
}
.wc-opps .opps-banner .copy h2 {
  font-size: 1.1em;
  margin: auto;
  margin-bottom: 0;
  line-height: 1.1;
  color: #002E54;
  font-weight: 600;
}
.wc-opps .opps-banner .copy h3 {
  font-size: .9em;
  line-height: 1.2em;
  margin: auto;
  margin-top: 7px;
  font-weight: 400;
  color: #0072CE;
	text-decoration: underline;
}
.wc-opps .opps-banner:hover .copy {
  max-height: 100%;
  background-color: rgba(255, 255, 255, .9);
}
.bluetxt{
	color: rgb(126, 233, 241);
}