/**************************** GLOBAL ****************************/
body {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center 0%;
  font-family: 'Gotham', sans-serif;
}
body, td, th {
  color: #000;
  -webkit-text-size-adjust: none;
 font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.3;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  outline: none;
  text-decoration: none;
  transition: all .15s ease-out;
}
a:hover {
  color: #64b246;
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
}
input[type="button"], input[type="submit"], input[type="reset"] { /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}
.imgover { /*class to call JS function for rollovers*/
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nowrap {
  white-space: nowrap;
  /*	display: inline-block;*/
  overflow: hidden;
}
.bold {
  font-weight: 700;
}
.global-inside {
  width: 90%;
  margin: 0px auto 0px auto;
}
.global-inside-1500px {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}
.allcaps-txt {
  text-transform: uppercase !important;
}
.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}
.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
main {
  width: 100%;
  overflow: hidden;
  margin-top: 102px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.light-blue{
	background-color: #afdaf4;
}
.light-green{
	background-color: #bbd7a2;
}
.darker-blue{
	background-color: #8fafd1;
}
.unbold{
	font-weight:400;
}
sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
    top: -1em;
}
.bluetxt {
  color: #0076a8 !important;
}
.whitetxt {
  color: #ffffff !important;
}
/**************************** HEADER ****************************/
header {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  z-index: 50000000;
  padding: 17px 0px 21px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}
header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header li {
  display: inline-block;
  vertical: middle;
}
.header-inside {
  width: 90%;
  margin: 0px auto;
}
.header-inside .header-logo {
  width: 220px;
  padding: 0px;
}
.header-inside .header-logo a.logo {
  display: block;
  width: 100%;
  padding-bottom: 28.8%;
  margin: 0px;
  background-image: url(../images/global/LeeHealth-logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-top {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.nav-top a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  color: #0076a8;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  transition: .2s all ease-in-out;
}
.nav-top a:hover, .nav-top a:focus, .nav-top a:active {
 color: #0076a8;
}


/*--SHARE THIS--*/
.shareThis-holder-main-pg {
  text-align: center;
  width: 100%;
  background-color: #f4f4f5;
  padding: 0.2em 0px 0.2em;
  border-bottom: 1px solid #696a6c;
}
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
/*  vertical-align: top;*/
  margin-right: 7px;
  color: rgba(60, 60, 67, 1);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 0px;
}
.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;
  border-radius: 100%;
}
.share-this-icons ul li a {
  background-color: rgb(244 244 245);
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  border-radius: 100%;
  border: 1px solid #696a6c;
}
.share-this-icons ul li a:hover {
  background-color: #696a6c !important;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23000'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23000'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='white'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
/**************************** BANNER ****************************/
.sub-banner-new {
  background-image: url("../images/global/banner-main.webp");
  background-repeat: no-repeat;
 background-position: center 90%;
  background-size: cover;
  padding: 2em 0 1.5em;
  width: 100%;
}
#althead {
  background-image: url("../images/global/beach-and-chair.jpg");
  background-repeat: no-repeat;
 background-position: center 90%;
  background-size: cover;
  padding: 2em 0 20em;
  width: 100%;
}
.sub-banner-new .inner {
  width: 90%;
	padding: 2% 0 4%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#althead .sub-banner-txt {
  padding: 4% 5% 2.5%;
  margin: 0px auto;
  width: 65%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	background-color: #ffffff;
	border-radius: 130px 8px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: -17px 17px 0px 2px #76B329; 
box-shadow: -17px 17px 0px 2px #76B329;
}
.sub-banner-txt {
  padding: 5% 5% 3%;
  margin: 0px;
  width: 40%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	background-color: #ffffff;
	border-radius: 130px 8px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: -17px 17px 0px 2px #76B329; 
box-shadow: -17px 17px 0px 2px #76B329;
}
/*
.sub-banner-txt::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -25px;
  top: 25px;
border-radius: 130px 8px;
  padding: 0 2% 2.8% 0;
  margin: 0px;
  width: 90%;
  height: 85%;
  background-color: #538316;
}
*/
.sub-banner-photo {
  padding: 0 4% 2.8% 0;
  margin: 0px;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  height: 85%;
}
.sub-banner-photo::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -25px;
  top: 25px;
  border-bottom-left-radius: 140px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 140px;
  padding: 0 2% 2.8% 0;
  margin: 0px;
  width: 90%;
  height: 85%;
  background-color: rgb(0, 118, 168);
}
.sub-banner-photo img {
  border-bottom-left-radius: 130px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 130px;
  height: 360px;
}
.sub-banner-txt h2 {
 font-size: 4rem;
  font-size: clamp(1.5rem, 3.5vw, 3.5rem);
	line-height: 1.1em;
  font-weight: 700;
  margin: 0 0px 10px;
  font-family: 'Gotham', sans-serif;
  letter-spacing: -.04em;
  color: #0076a8;
  width: 100%;
}
.banner-italic {
	 font-weight: 400;
	font-size: 4rem;
  font-size: clamp(1.8rem, 4vw, 4rem);
	line-height: .9em;
	letter-spacing: -.04em;
	margin:0;
}
.sub-banner-txt p {
    font-family: 'Gotham', sans-serif;
  font-weight: 400;
	font-size: 1.125rem;
	font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.3;
  margin: 0 0 10px;
  color: #000000;
  width: 100%;
}
.sub-banner-txt h3 {
  font-size: 1.6rem;
  font-size: clamp(1rem, 2vw, 1.6rem);
	line-height: 1.1em;
  font-weight: 400;
  margin: 0 0px 10px;
  font-family: 'Gotham', sans-serif;
  letter-spacing: -.02em;
  color: #252525;
  text-align: left;
}
.green-background {
  background-color: rgba(124, 188, 75, .85);
}
.lt-blue-background {
  background-color: rgba(63, 181, 230, 0.8);
}
.invisible {
  display: none;
}
.hide-on-mobile {
  display: inline-block;
}
/*-- ---- Hamburger Style and Animation ---- --*/
.burger {
  padding: 0px 15px;
  cursor: pointer;
  transition: all 0.15s linear;
  text-transform: none;
  overflow: visible;
  margin: 0px !important;
  position: fixed;
  z-index: -1;
  top: 42px;
  right: 5%;
  display: none;
}
.burger:hover {
  opacity: 0.75;
}
.burger-box {
  width: 32px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.all-the-fixins {
  display: block;
  top: -35%;
  margin-top: -2px;
}
.all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
  background-color: rgb(0 118 168);
  width: 30px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.all-the-fixins::before, .all-the-fixins::after {
  content: "";
  display: block;
}
.all-the-fixins::before {
  top: -12px;
}
.all-the-fixins::after {
  bottom: -12px;
}
.mmmmmm .all-the-fixins {
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mmmmmm .all-the-fixins::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.mmmmmm .all-the-fixins::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger-title.active ~ .mmmmmm .all-the-fixins::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
.hamburger-title:hover ~ .mmmmmm .all-the-fixins, .hamburger-title:focus ~ .mmmmmm .all-the-fixins, .hamburger-title:hover ~ .mmmmmm .all-the-fixins::before, .hamburger-title:focus ~ .mmmmmm .all-the-fixins::before, .hamburger-title:hover ~ .mmmmmm .all-the-fixins::after, .hamburger-title:focus ~ .mmmmmm .all-the-fixins::after {
  background-color: #009ddc;
}
.hamburger-title {
  display: none;
}
/**************************** CONTENT ****************************/
.content {
  width: 100%;
}
/*--Event Banners---*/
.event-banners {
  width: 100%;
  text-align: center;
  padding: 2.5% 0px;
  color: #ffffff;
  background-color: #0076a8;
  border-bottom: 5px solid #ffffff;
  display: none;
}
.event-banners h2 {
  display: block;
  font-size: 60px;
  line-height: 1em;
  width: 80%;
  font-weight: 600;
  margin: 0px auto 15px;
  color: #ffffff;
  letter-spacing: -.02em;
}
.event-banners h3 {
  display: block;
  font-size: 32px;
  line-height: 1.1em;
  width: 80%;
  font-weight: 500;
  margin: 0px auto 15px;
  color: #ffffff;
  letter-spacing: -.02em;
}
.event-banners h4 {
  display: block;
  font-size: 22px;
  line-height: 1.1em;
  width: 90%;
  max-width: 1200px;
  padding: 1% 0;
  font-weight: 400;
  margin: 0px auto 0;
  color: #ffffff;
  letter-spacing: -.02em;
  background-color: rgb(19, 56, 90);
}
.city-state-txt {
  display: block;
  font-size: 22px;
  line-height: 1.1em;
  width: 90%;
  max-width: 1200px;
  padding: 1% 0;
  font-weight: 400;
  margin: 0px auto 15px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -.02em;
}
.event-banners .inner {
  width: 90%;
  margin: 20px auto 20px;
  max-width: 1200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.event {
  background-color: #ffffff;
  padding: 2% 2% 1.5%;
  margin: 0px 1%;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  border-radius: 3px;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event:first-of-type {
  margin: 0px 1% 0 0;
}
.event:last-of-type {
  margin: 0px 0 0 1%;
}
.event h2 {
  font-size: 28px;
  line-height: 1em;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  width: 100%;
  color: #0076a8;
}
.event h3 {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: -.01em;
  margin: 0 0 10px !important;
  width: 100%;
  font-weight: 500;
  color: #000000;
  min-height: 2em !important;
}
/*-- ---- Announcement Section ---- --*/
.announcement {
  width: 100%;
  text-align: center;
  padding: 3% 0px;
  color: #000000;
  background-color: #14bdef;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.announcement .inner {
  width: 90%;
  margin: 0px auto;
  max-width: 1200px;
}
.announcement .inner h1 {
  display: block;
 font-size: 4rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1em;
  width: 100%;
  font-weight: 600;
  margin: 0px auto 15px;
  color: #fff;
  letter-spacing: -.02em;
}
.announcement p {
	font-size: 1.5rem;
   font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  margin: 0;
	color:#000000;
	letter-spacing: -.01em;
}
/*-- ---- Program Header Section ---- --*/
.cta-info {
  width: 100%;
  text-align: center;
  padding: 50px 0px;
  color: #000;
  background-color: #bbd7a2;
	
}
#cta-section{
	background-color: #bbd7a2; 
	position: relative;
	isolation: isolate;
}
#cta-section::before{
	content: "";
  position: absolute;
  inset: 0;    
	background-image: url("../images/main/beach.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  z-index: -1;	
}
#cta-section .cta-info-inner{
	max-width: 1000px;
}
.cta-info-inner {
  width: 90%;
  margin: 0px auto;
  max-width: 1200px;
}
.cta-info-inner p {
	font-size: 1.5rem;
   font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.3;
  color: #000000;
 margin: 0px auto 10px;
	letter-spacing: -.01em;
	width:100%;
}
.cta-info-inner p a {
  color: #0076a8;
  position: relative;
  text-decoration: none;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.cta-info-inner p a:hover {
  color: #005072;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .2s ease;
  text-decoration: none;
}
.cta-info-inner h2 {
  display: block;
	 font-size: 2.5rem;
font-size: clamp(1.5rem, 3vw, 2.5rem);
line-height: 1.1em;
  font-weight: 700;
  width: 100%;
 margin: 0px auto 10px;
  color: #000000;
  letter-spacing: -.02em;
}
.cta-info-inner h4 {
  display: block;
 font-size: 1.125rem;
  font-size: clamp(1.25rem, 1.5vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  width: 100%;
  font-weight: 500;
  margin: 0px auto 15px;
  color: #000000;
}
.cta-info-inner .openings {
  width: auto;
  margin: 0px auto;
  padding: 3% 2%;
  background-color: #ffffff;
  display: block;
  border-radius: 8px;
}
.expressbtn-holder {
  display: block;
	margin: 0 0 10px;
}
.expressbtn-holder a {
  display: inline-block;
  font-family: 'Gotham', sans-serif;
  color: #ffffff !important;
  background-color: rgb(2, 98, 138);
  text-transform: uppercase;
 font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1em;
  font-weight: 800;
  letter-spacing: .05em;
  margin: 10px 0px 5px;
  padding: 20px 34px 20px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  /*  width: 38%;*/
  overflow: hidden;
  transition: .2s all ease-in-out;
}
.expressbtn-holder a:hover, .expressbtn-holder a:focus, .expressbtn-holder a:active {
  border: 1px solid #2fbfee;
}
.expressbtn-holder a::before, .expressbtn-holder a::after {
  content: "";
  position: absolute;
}
.expressbtn-holder a::after {
  z-index: 1;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-image: url("../images/global/arrow-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.expressbtn-holder a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2fbfee;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  transition: .2s all ease-in-out;
}
.expressbtn-holder a:hover::before, .expressbtn-holder a:focus::before, .expressbtn-holder a:active::before {
  transform: scaleX(1);
  opacity: 1;
}
.cta-info-inner .openings-top {
  width: 100%;
  margin: 0px auto 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.cta-info-inner .openings-top-holder {
  padding: 3%;
  margin: 0px 1% 20px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  box-sizing: border-box;
  width: 31%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background-color: #0076AB;
  border-radius: 8px;
}
.cta-icon-left {
  text-align: center;
  margin: 0 auto 10px;
  width: 45%;
  padding-right: 5%;
}
.cta-icon-left img {
  width: 90%;
}
.cta-text-right {
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.cta-info-inner .openings-top h2 {
  display: block;
  width: 100%;
  font-weight: 600;
  margin: 0 auto 10px;
font-size: 2rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.1;
	letter-spacing: -.01em;
}
.cta-info-inner .openings-top a {
  color: #ffffff;
}
.cta-info-inner .openings-top a:hover {
  color: #84e3ff;
}
.ltbluetxt {
  color: #45b2e9;
}
.cta-info-inner .openings-top p {
  display: block;
  font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.2;
  color: #ffffff;
  width: 100%;
  font-weight: 400;
  margin: 0 auto 10px;
  letter-spacing: -.01em;
}
.cta-info-inner .openings-top p:last-child {
  margin: 0 auto;
}
.cta-info-inner .bonus {
  display: block;
  font-size: 35px;
  line-height: 1em;
  color: rgb(152 222 92);
  width: 100%;
  font-weight: 800;
  margin: 0 auto 20px;
  letter-spacing: 0em;
}
.cta-info-inner .bonus:first-of-type {
  margin: 0 auto 10px;
}
.cta-btn-holder {
  width: 55%;
  max-width: 600px;
  border: 2px solid #ffffff;
  margin: 0 auto 15px;
  display: block;
  text-align: center;
  background-color: rgba(22, 74, 122, .90);
}
.cta-btn2-holder {
  width: 90%;
  max-width: 600px;
  border: 2px solid #ffffff;
  margin: 0 auto 15px;
  display: flex;
  float: left;
  flex-direction: row;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: stretch;
  background-color: rgba(22, 74, 122, .90);
}
.cta-btn-holder:last-child, .cta-btn2-holder:last-child {
  margin: 0 auto 0px;
}
.cta-btn-holder-txt, .cta-btn2-holder-txt {
  width: 42%;
  padding: 3% 4%;
  flex: 1;
  text-align: center;
  font-size: 1.1em;
  line-height: normal;
  color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  /*justify-content: center;*/
  -ms-flex-pack: center;
  flex-direction: column;
}
.cta-btn-holder-btn {
  padding: 2% 2%;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #45b2e9 !important;
  max-width: 30%;
  width: auto;
}
.cta-btn2-holder-btn {
  width: 42%;
  flex: 1;
  text-align: center;
  background-color: #45b2e9 !important;
}
.cta-btn-holder-btn a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6em;
  line-height: normal;
  font-weight: 700;
  background-color: #45b2e9 !important;
  transition: .2s all ease-in-out;
}
.cta-btn-holder-btn a:hover {
  text-transform: uppercase;
  color: #000000;
  background-color: #7cbc4b !important;
}
.cta-btn2-holder-btn a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.4em;
  line-height: normal;
  background-color: #45b2e9 !important;
  transition: .2s all ease-in-out;
}
.cta-btn2-holder-btn a:hover {
  text-transform: uppercase;
  color: #000000;
  background-color: #7cbc4b !important;
}
/*--NURSE QUOTE SECTION--*/
.rn-quotes-area {
  width: 100%;
  text-align: center;
  padding: 1% 0px .5%;
  color: #ffffff;
  background-image: url("../images/global/yellow-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.rn-quotes-area .inner {
  width: 96%;
  margin: 0px auto;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*	flex-wrap: wrap;*/
}
.rn-quotes-area .inner div img {
  margin: 0 auto .2%;
  width: 50%;
}
.rn-quotes-area .inner div {
  margin: 0px .25% 1%;
  padding: 2%;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #000000;
  /*	align-content: stretch;*/
}
.rn-quotes-area .inner div h2 {
  font-size: 2em;
  line-height: 2em;
  font-weight: 600;
  color: #164a7a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.rn-quotes-area .inner div:first-child {
  flex: 2;
  flex-direction: column;
  position: relative;
  align-self: center;
}
.rn-quotes-area .inner div:nth-child(2) {
  flex: 3;
  flex-direction: column;
  background-color: rgba(255, 255, 255, .3);
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  border: 2px solid #fde146;
  border-radius: 10px;
  letter-spacing: -0.02em;
}
.rn-quotes-area .inner div:nth-child(2) p {
  flex-direction: column;
  background-color: rgba(255, 255, 255, .3);
  padding: 3% 3%;
  margin: 1% 0 .5%;
  border-radius: 5px;
  width: 94%;
}
.rn-quotes-area .inner div:nth-child(2) p strong {
  color: #164a7a;
}
/*--Callout 01 (Global)--*/
.callout-01 {
  width: 100%;
  padding: 0px 0px;
  background-color: #45b2e9;
}
.callout-01 .inner {
  width: 100% !important;
  max-width: none !important;
}
.callout-01 .cell {
  width: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.callout-01 .table-text {
  text-align: center;
  width: 80%;
  padding: 6% 10%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.callout-01 h2 {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0px 0 15px;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
}
.register {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
  vertical-align: super;
}
.callout-01 p {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0px;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 100%;
}
.callout-01-image {
  background-image: url(../images/main/nursing-family-photo.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 25%;
}
#ground-floor .callout-01-image {
  background-image: url("../images/main/nursing-family-photo.jpg") !important;
}
/*--Callout 02 (Global)--*/
.callout-02 {
  width: 100%;
  padding: 0px;
  background-image: url("../images/main/beach-scene.jpg");
  background-size: cover;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.callout-02 .inner {
  width: 100% !important;
  max-width: none !important;
}
.callout-02 .cell {
  width: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.callout-02 .table-text {
  text-align: left;
  width: 70%;
  padding: 20% 15%;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}
.callout-02 h2 {
 font-size: 2.5rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1em;
  font-weight: 600;
  color: #0076a8;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}
.callout-02 h3 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000000;
}
.callout-02 p {
	font-size: 1.125rem;
 font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.callout-02 h4 {
  font-weight: 500;
  color: #000000;
  font-size: 1.125rem;
  font-size: clamp(1.25rem, 1.5vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.callout-02 p a {
  color: #164a7a;
}
.callout-02 p a:hover {
  color: #164a7a;
  text-decoration: underline;
}
.callout-02-image {}
#beach .callout-02-image {}
#clinical-areas.callout-02 {
  background-image: url(../images/main/nurse-w-patient.jpg) !important;
  background-repeat: no-repeat;
  background-position: center 25%;
}
#clinical-areas.callout-02 .table-text {
  text-align: left;
  width: 75%;
  padding: 10% 10% 10% 15%;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  background-color: rgba(255, 255, 255, .4);
}
#clinical-areas.callout-02 h2 {
   font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1em;
line-height: 1em;
  font-weight: 700;
  color: #0076a8;
  letter-spacing: -0.02em;
  margin: 0px 0 10px;
  width: 100%;
  max-width: 600px;
}
#clinical-areas .title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 600;
  color: #009fdd;
  letter-spacing: 0.1em;
}
/*--Nurse Residency Section--*/
.rn-residency {
  padding: 2.5% 0;
  background-color: #e5f5fa;
	 border-top: 10px solid #ffffff;
	 border-bottom: 10px solid #ffffff;
}
.rn-residency .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.rn-residency h2 {
   font-size: 2.5rem;
font-size: clamp(1.5rem, 3vw, 2.5rem);
line-height: 1.1em;
  font-weight: 700;
  margin: 0 auto 20px;
  color: #143c61;
  width: 90%;
  letter-spacing: -0.02em;
}
.rn-residency p {
  margin: 0px 0 15px;
  padding: 0;
  font-weight: 400;
 font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.3;
  color: #000000;
}
.small-txt {
	font-weight: 400;
  font-size: 1rem;
  font-size: clamp(.9rem, 1.1vw, 1rem);
  line-height: 1.2;
  color: #000000;
	 margin: 15px 0 0;
}
.rn-residency p:last-of-type {
	margin: 0px 0 30px;
}
.rn-residency-areas {
  display: flex;
  flex-direction: row;
  align-content: center;
  width: 100%;
}
.callout-02 .bullets {
  display: block;
  width: 100%;
  margin: 1em auto;
  padding: 0px;
  text-align: left;
  column-count: 1;
}
.callout-02 .bullets ul {
  margin: 0;
  padding: 0;
}
.callout-02 .bullets li {
  margin: 0px 20px 10px;
  padding: 0 20px 0 0;
  font-weight: 500;
 font-size: 1.125rem;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.2;
  color: #000000;
  list-style-type: disc;
}
#hilites-container {
  display: block;
  padding-top: 2%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2%;
  background-image: url(../images/main/green-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: 'Gotham', sans-serif;
  color: #ffffff;
}
#hilites-container li {
  list-style-type: none !important;
  padding-left: 20px;
  margin-bottom: 7px !important;
  color: #ffffff;
  display: inline-block;
  background-image: url(../images/global/bullet.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 0% center;
  margin-right: 10px;
}
/*
#hilites-container li:first-child {
    list-style-type: none !important;
    margin-bottom: 7px !important;
     background-image: none !important;
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
}
*/
#hilites-container ul {
  margin-bottom: 0px !important;
  margin-left: -10px !important;
  margin-top: 0px;
}
#hilites-container .title {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.2px;
}
#hilites-container .categories {
  display: block;
  font-size: 2.4em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.8px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#hilites-container .subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  color: #000000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#hilites-container .body {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: normal;
  text-align: center;
  font-weight: 400;
  color: #000000;
}
#hilites-chat-container {
  width: 96%;
  padding-top: 30px;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 30px;
  border: 1px solid #FFFFFF;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.50);
}
#hilites-chat-btn-container {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hilites-bullets-left {
  display: table-cell;
  width: 45%;
  margin-right: 5%;
  text-align: left;
}
.hilites-bullets-right {
  display: table-cell;
  width: 50%;
  text-align: left;
}
.cta-info-button3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: normal;
  padding: 20px 30px;
  color: #ffffff;
  background-image: -webkit-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  border-radius: 4px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px !important;
  border: 1px solid #FFFFFF;
}
.cta-info-button3:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
}
.chat-button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: normal;
  padding: 20px 30px;
  color: #000000;
  background-image: -webkit-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(129, 195, 72, 1.00) 0%, rgba(106, 176, 77, 1.00) 100%);
  border-radius: 4px;
  width: 98%;
  max-width: 250px;
  margin-left: 1%;
  margin-right: 1%;
  border: 1px solid rgba(255, 255, 255, 1.00);
}
.chat-button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(80, 131, 183, 1.00) 0%, rgba(45, 104, 144, 1.00) 100%);
}
.table-with-left-image {
  display: table;
  margin: 20px auto 20px auto; /* -- Change this depending on your page spacing --*/
  background-color: #99cc99;
  width: 100%; /* -- can include a max-width here if you want -- */
}
.table-with-right-image {
  display: table;
  margin: 20px auto 20px auto;
  background-color: #99cc99;
  width: 100%;
}
.table-row {
  display: table-row;
}
.table-cell-left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: left; /* -- this is for inline element placement, not actual text --*/
  font-family: 'Gotham', sans-serif;
  background-image: url(../images/main/beach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.table-cell-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: left;
}
/* ---- Putting in Your Images ---- */
.table-with-left-image .table-cell-left {
  background-image: url(../images/main/beach.jpg);
  background-position: center right; /* possition will cange based on alignment of image and stuff for responsive... plan ahead -- */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0px 25% 0px; /* -- the % is basically just the ratio of the height to width multiplied by the % of the width of the column... in this case 50% x 50% = 25% -- */
}
.table-with-right-image .table-cell-right {
  background-image: url(../images/main/nurse-02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0px 25% 0px;
}
/* ---- Putting in Your Copy ---- */
.table-cell-text {
  display: inline-block;
  text-align: left;
  padding-top: 2%;
  padding-right: 2%;
  padding-left: 15%;
  padding-bottom: 2%;
  width: 470px;
  /*    max-width: 470px;  -- You basically just set this to half of the width of the space your content is going to sit in in the center of the page, minus the padding -- */
}
/* ---- YOU CAN IGNORE THIS - General made up copy sizes ---- */
.your-cells-title {
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.your-cells-sub-title {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: 3px;
  letter-spacing: .01em;
}
.your-cells-body-copy {
  font-size: 1.3em;
  line-height: 1.7em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}
#thank-you-container {
  display: block;
  padding-bottom: 2%;
  font-family: 'Gotham', sans-serif;
  color: #000000;
  text-align: center;
  padding-top: 4%;
}
#thank-you-container .title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 600;
  color: #0076a8;
  letter-spacing: -0.01em;
}
/*-- ---- ---- ---- Facilities Images ---- ---- ---- --*/
.facilities-area {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.facilities-area div {
  display: flex;
  flex-direction: column;
	background-color: #0076a8;
}
.entity-name{
	padding: 3% 2%;
	background-color: #0076a8;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
  font-size: .8rem;
  font-size: clamp(.9rem, .9vw, .8rem);
  line-height: 1.2;
}
/*-- ---- ---- ---- GENERAL FORM ELEMENTS ---- ---- ---- --*/
.form-header {
  display: block;
  width: 94%;
  max-width: 1100px;
  padding: 40px 3% 35px 3%;
  margin: 0px auto;
  font-size: 2.8rem;
font-size: clamp(1.5rem, 3.2vw, 2.8rem);
line-height: 1.2em;
  font-weight: 700;
  color: #143c61;
  background-color: #afdaf4;
}
#optimator-form {
  width: 94%;
  max-width: 1100px;
  background-color: #ffffff;
  padding: 2% 3%;
  margin: 0px auto 40px auto;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#optimator-form ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#optimator-form ul li {
  margin-top: 15px;
}
.intro-txt {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 10px auto 20px auto;
}
.disclaimer-txt {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  margin: 20px auto 20px auto;
  color: #454545;
}
/*-- ---- ---- ---- KEY FORM ELEMENTS ---- ---- ---- --*/
#optimator-form ul li label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 400;
  width: 250px;
}
#optimator-form ul li input {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: calc(94% - 260px);
  outline: none;
  border: 1px solid #cccccc;
  padding: 7px 3%;
  margin: 0px 0px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 1px 1px 0px 0px #e8e8e8;
  box-shadow: inset 1px 1px 0px 0px #e8e8e8;
}
#optimator-form ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url(../images/global/up-and-down-arrows.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  height: 35px;
  font-size: 1em;
  padding: 0px 3%;
  width: calc(100% - 260px);
  border: 1px solid #cccccc;
  margin: 5px 0px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 1px 1px 0px 0px #e8e8e8;
  box-shadow: inset 1px 1px 0px 0px #e8e8e8;
}
/*-- ---- RESUME UPLOAD ---- --*/
.upload-buttons-holder {
  width: calc(100% - 280px) !important;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.upload-buttons-holder label {
  letter-spacing: 0em !important;
  width: auto !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  padding: 7px 17px 7px 40px !important;
}
#optimator-form ul li .upload-buttons-holder input {
  width: auto;
}
.upload-buttons-holder button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 0px;
  padding: 7px 17px 7px 40px;
  border: 1px solid #CCCCCC;
  display: inline-block;
  transition: all 0.25s linear;
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #666666;
  background-color: #ffffff;
}
.one-drive {
  background-image: url(../images/global/one-drive.png), linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  ;
  background-repeat: no-repeat;
  background-size: 22px 22px, cover;
  background-position: 13px center, center center;
  text-align: left;
}
.one-drive:hover {
  border: 1px solid #ff5056;
  color: #ff5056;
}
.desktop-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.desktop-upload + label {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 0px;
  padding: 7px 17px 7px 40px;
  border: 1px solid #CCCCCC;
  transition: all 0.25s linear;
  margin-top: 0px;
  background-image: url(../images/global/upload-icon.png), linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  ;
  background-repeat: no-repeat;
  background-size: 17px 17px, cover;
  background-position: 16px 48%, center center;
  font-family: proxima-nova, sans-serif;
  color: #666666;
  width: auto;
}
.desktop-upload:focus + label, .desktop-upload + label:hover {
  border: 1px solid #ff5056;
  color: #ff5056;
}
.footnote {
  font-size: .8em !important;
  display: block !important;
  padding: 0px;
  margin: 0px;
  width: 100% !important;
}
.dropbox-dropin-btn, .dropbox-dropin-btn:link, .dropbox-dropin-btn:hover {
  display: inline-block;
  height: auto !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 1.1em !important;
  color: #666666 !important;
  padding: 8px 17px 8px 14px !important;
  border: 1px solid #CCCCCC !important;
  border-bottom-color: #CCCCCC !important;
  border-radius: 0px !important;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  margin-top: 10px !important;
  font-weight: 500 !important;
}
.dropbox-dropin-btn:hover {
  color: #ff5056 !important;
  border: 1px solid #ff5056 !important;
  border-bottom-color: #ff5056 !important;
}
.dropbox-dropin-default:hover, .dropbox-dropin-error:hover {
  border: 1px solid #ff5056 !important;
  border-bottom-color: #ff5056 !important;
  color: #ff5056 !important;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(240, 240, 240, 1.00) 100%);
}
.dropbox-dropin-default:active, .dropbox-dropin-error:active {
  border-color: #CCCCCC !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.dropbox-dropin-btn .dropin-btn-status {
  display: inline-block;
  width: 20px !important;
  height: 18px !important;
  vertical-align: middle !important;
  margin: 0 5px 0 0px !important;
  background: transparent url('https://www.dropbox.com/static/images/widgets/dbx-saver-status-2x.png') no-repeat !important;
  background-size: 80px 18px !important;
  -webkit-background-size: 80px 18px !important;
  position: relative;
  top: -1px;
}
.dropbox-dropin-progress .dropin-btn-status {
  width: 20px;
  margin: 0 4px 0 0;
  background: url('https://www.dropbox.com/static/images/widgets/dbx-progress-2x.png') no-repeat center center;
}
.dropbox-dropin-success .dropin-btn-status {
  background-position: -20px 0px !important;
}
.dropbox-dropin-disabled {
  border: 2px #e1e1e1 solid;
  border-bottom: 2px solid #e1e1e1;
  box-shadow: none;
}
.dropbox-dropin-disabled .dropin-btn-status {
  background-position: -40px 0px !important;
}
.dropbox-dropin-error .dropin-btn-status {
  background-position: -60px 0px !important;
}
.dropbox-chooser, .dropbox-dropin-btn {
  line-height: 1em !important;
  text-decoration: none !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.footnote {
  margin-top: 10px;
}
/*-- ---- CHECK BOXES ---- --*/
.multi-select-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: 300;
  width: 250px;
}
#optimator-form ul ul {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 300px);
  outline: none;
  border: 1px solid #cccccc;
  padding: 7px 20px;
  margin: 5px 0px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 1px 1px 0px 0px #e8e8e8;
  box-shadow: inset 1px 1px 0px 0px #e8e8e8;
  overflow-y: auto;
  max-height: 200px;
}
#optimator-form ul ul li {
  margin-top: 5px;
}
#optimator-form ul ul li input[type="checkbox"] {
  transform: scale(1.15, 1.15);
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  outline: none;
  border: 0px solid #cccccc;
  padding: 0px;
  margin: 0px 5px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#optimator-form ul ul li label {
  display: inline-block;
  vertical-align: top;
  width: 100%; /*--Added KD 11-02-21--*/
}
/*-- ---- BUTTON STUFF ---- --*/
.submit-btn-holder {
  display: block;
  margin: 10px auto 10px auto;
  text-align: center;
}
.submit-btn-holder input {
  font-family: 'Gotham', sans-serif;
  color: #ffffff !important;
  background-color: #13385a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: .05em;
  margin: 0px 0px 0px;
  padding: 12px 34px 12px 20px;
  border: 2px solid #194b78;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url("../images/global/arrow-lt-blue.png");
  background-size: 12px;
  background-position: 85% center;
  background-repeat: no-repeat;
  transition: .2s all ease-in-out;
}
.submit-btn-holder input:hover, .submit-btn-holder input:focus, .submit-btn-holder input:active {
  border: 2px solid #0077bc !important;
  background-color: #0077bc !important;
}
#id_resume {
  border: none !important;
  box-shadow: none !important;
  padding: 7px 0 !important;
}
.quote-slider {
  background-color: #b8dfee;
  color: #ffffff;
  margin: 0px auto 12px;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}
.quote-slider h3 {
  color: #164a7a;
  width: 90%;
  text-align: center;
  font-size: 32px;
  line-height: 70px;
  font-weight: 700;
  padding: 1em 0 .5em;
  margin: 0 auto;
}
.quote-slider h2 {
  text-align: center;
  font-size: 2.5rem;
font-size: clamp(1.5rem, 3vw, 2.5rem);
line-height: 1.2em;
  width: 90%;
  font-weight: 700;
  margin: 30px auto 10px;
  color: #000000;
  letter-spacing: -.02em;
}
.quoteslide-header-mobile-txt {
  display: none
}
.quote-slider .inner {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0px auto;
}
.quote-slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #133b75;
}
.quote-slide.live .copy {
  opacity: 1;
  transition: all .3s ease-in-out .3s;
}
.quote-slider .copy {
  width: 45%;
  padding: 0% 6% 0 6%;
  color: #000;
  text-align: center;
}
.quote-slider img {
  max-width: 100%;
  height: auto;
}
.slick-np-buttons {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border: 2px solid;
  width: 28px;
  height: 28px;
  background-color: #0076a8;
  z-index: 1;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  border-color: #0076a8;
}
#prev-next-wrap {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.slick-dots {
  float: right;
}
.slick-dots li {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  background-color: transparent;
  text-indent: -9999px;
  border: 2px solid #0076a8;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
}
.slick-dots li.slick-active button {
  background-color: #0076a8;
}
.quote-slider .copy .quote {
  display: block;
 font-size: 1.5rem;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 1px dotted rgb(0, 118, 171);
}
.quote-slider .copy .quote:last-of-type {
  padding: 0 0 0;
  border-bottom: none;
}
.quote-slider .copy .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
}
.quote-slider .photograph {
  width: 45%;
  height: 90%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}
.prev-next {
  position: absolute;
  z-index: 20;
  bottom: 4.5em;
  left: 47.5%;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.prev-next li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border: 2px solid;
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  border-color: #fff;
}
.prev-next li a {
  position: absolute;
  z-index: 1;
  padding: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  border-color: #fff;
  transition: all .2s ease-in-out .0s;
}
.prev-next li a:hover, .prev-next li a:focus, .prev-next li a:active {
  color: #0077BC;
  transition: all .2s ease-in-out .1s;
  text-decoration: none;
}
.prev-next li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: scale(0);
  transition: all .3s ease-in-out;
}
.prev-next li a:hover::after, .prev-next li a:focus::after, .prev-next li a:active::after {
  transform: scale(1);
}
.lower-controls {
  position: absolute;
  z-index: 20;
  bottom: 5em;
  right: 7.5%;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lower-controls li {
  display: inline-block;
  margin: 0px 1px;
}
.lower-controls .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all .2s ease-in-out;
}
.lower-controls .dot:hover, .lower-controls .dot:focus, .lower-controls .dot:active {
  transform: translateY(-3px);
}
.lower-controls .dot.active {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
}
.quote-slide {
  /* opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  transform: translateX(-50%); */
}
/* .quote-slide.live {
	opacity: 1;
} */
.quote-slide .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-slide .quote span {
  display: block;
  text-transform: uppercase;
  color: #0076A8;
  font-weight: 700;
  font-size: 18px;
}
.lpn-program {
  padding: 100px 0 60px;
  text-align: center;
  background-image: url('../images/main/lpn/lpn-banner.jpg');
  background-size: cover;
  background-position: center 20%;
}
.lpn-program .inner {
  width: 75%;
  margin: 0px auto;
  max-width: 1200px;
  color: #fff;
}
.lpn-program .inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(22, 74, 122, 0.65);
}
.lpn-program h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fde146;
  margin: 0;
}
.lpn-program p strong {
  font-size: 21px;
  line-height: 1.2;
}
/**************************** FOOTER ****************************/
footer {
  background-color: #f7f7f7;
  color: #000000;
  font-size: 14px;
  line-height: 1.3em;
}
footer a {
  font-family: 'Gotham', sans-serif;
}
footer .inner {
  max-width: 1284px;
  margin: 0px auto;
  padding: 3.1875rem 10px 3.1875rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .inner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-bottom {
  background-color: #0076a8;
  color: #ffffff;
  font-size: .75rem;
  line-heigth: 1.3em;
}
.footer-bottom .inner {
  max-width: 1284px;
  margin: 0px auto;
  padding: 20px 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: stretch;
}
.footer-copyright {
  display: flex;
  display: -webkit-flex;
  width: 13%;
  margin-right: 5%;
  align-items: center;
}
.footer-eoe {
  display: flex;
  display: -webkit-flex;
  width: 80%;
  align-items: center;
  justify-content: flex-end;
}
.footer-eoe p, .footer-copyright p {
  padding: 0 0;
  margin: 0;
  line-height: 1.1em;
}
.footer-inner-column-01 {
  display: flex;
  display: -webkit-flex;
  width: 23%;
  justify-content: flex-start;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.footer-inner-column-02 {
  display: flex;
  display: -webkit-flex;
  width: 33%;
  justify-content: flex-start;
  flex-direction: column;
}
.footer-inner-column-03 {
  display: flex;
  display: -webkit-flex;
  width: 33.33333%;
  justify-content: flex-start;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.footer-social-container {
  box-sizing: border-box;
  width: 80%;
/*  margin-left: 20%;*/
  margin-bottom: 30px;
}
.footer-social-container h4 {
  color: #252525;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 14px;
}
.footer-quicklinks {
  display: block;
  padding-left: 2.1875rem;
}
.footer-inner-column-01 ul.footer-quicklinks {
  display: block;
  padding-left: 2.1875rem;
}
.footer-inner-column-01 li {
  margin-bottom: .8rem;
}
.footer-inner-column-01 li a {
  color: #252525;
  font-weight: 700;
  position: relative;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 2px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.footer-inner-column-01 li a:hover {
  color: #252525;
  background-image: repeating-linear-gradient(0deg, #252525, #252525 2px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .2s ease;
  text-decoration: none;
}
.footer-inner-column-02 ul.mainnav {
  display: block;
  column-count: 2;
}
.footer-inner-column-02 li {
  margin-bottom: 1.05rem;
}
.footer-inner-column-02 li a {
  color: #0076a8;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.footer-inner-column-02 li a:hover {
  color: #005072;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .2s ease;
  text-decoration: none;
}
.footer-left {
  display: flex;
  display: -webkit-flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.footer-logo {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0px 0px .875rem;
}
.footer-right {
  display: flex;
  display: -webkit-flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
footer .inner ul.social-media-links {
  display: block;
  padding: 1em 0px 0px;
}
.social-media-links li {
  display: inline-block;
  margin: 0px 4px 0px 0px;
  padding: 0px;
  width: 40px;
}
.social-media-links li a {
  display: block;
  width: 100%;
  padding: 0px 0px 100%;
  border-radius: 500px;
  background-color: #6ca425;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s all ease-in-out;
}
.social-media-links li a:hover, .social-media-links li a:focus, .social-media-links li a:active {
  background-color: linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%) !important;
}
.social-media-links li a.facebook {
  background-image: url("../images/global/sm-icons/fb.png");
}
.social-media-links li a.twitter {
  background-image: url("../images/global/sm-icons/twittter.png");
}
.social-media-links li a.linkedin {
  background-image: url("../images/global/sm-icons/linkedin.png");
}
.social-media-links li a.youtube {
  background-image: url("../images/global/sm-icons/youtube.png");
}
.social-media-links li a.instagram {
  background-image: url("../images/global/sm-icons/instagram.png");
}
.social-media-links li a.glassdoor {
  background-image: url("../images/global/sm-icons/glassdoor.png");
}
.social-media-links li a.instagram:hover, .social-media-links li a.instagram:focus, .social-media-links li a.instagram:active {
  background-image: url("../images/global/sm-icons/instagram.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
.social-media-links li a.facebook:hover, .social-media-links li a.facebook:focus, .social-media-links li a.facebook:active {
  background-image: url("../images/global/sm-icons/fb.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
.social-media-links li a.twitter:hover, .social-media-links li a.twitter:focus, .social-media-links li a.twitter:active {
  background-image: url("../images/global/sm-icons/twittter.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
.social-media-links li a.linkedin:hover, .social-media-links li a.linkedin:focus, .social-media-links li a.linkedin:active {
  background-image: url("../images/global/sm-icons/linkedin.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
.social-media-links li a.youtube:hover, .social-media-links li a.youtube:focus, .social-media-links li a.youtube:active {
  background-image: url("../images/global/sm-icons/youtube.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
.social-media-links li a.glassdoor:hover, .social-media-links li a.glassdoor:focus, .social-media-links li a.glassdoor:active {
  background-image: url("../images/global/sm-icons/glassdoor.png"), linear-gradient(45deg, #f09433 0%, #e6683c 40%, #dc2743 60%, #cc2366 75%, #bc1888 100%);
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center, center;
  transition: transform .6s ease;
}
#registrationpg.content {
  background-color:  #afdaf4;
}
.ats-warning {
  background-color: #13385a;
  display: none; /*--turn on for alerts--*/
}
.ats-warning .inner {
  margin: 0px auto;
  padding: 10px 0px 10px;
  width: 90%;
  max-width: 1500px;
  text-align: center;
}
.ats-warning .inner h3 {
  font-size: 18px;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 400;
}
#forbeslogo {
  text-align: left;
  margin: 0 0 0px 20%;
}
#forbeslogo img {
  width: 55%;
  margin: 0 auto;
}
#healthgradeslogo {
  text-align: left;
  margin: 0 0 0px 20%;
}
#healthgradeslogo img {
  width: 20%;
  margin: 0 auto;
}
#divnurslogo {
  text-align: left;
  margin: 0 0 10px 0;
}
#divnurslogo img {
  width: 55%;
  margin: 0 auto;
}
.magnetlogosfooter {
    display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
	gap: 10px;
  margin: 0 0 15px 0;
}
.magnetlogosfooter div {
	display: flex;
  display: -webkit-flex;
	margin:0%;
}
.magnetlogosfooter div img {
	max-height: 110px; /* Standardize visible height */
  max-width: 100%;
  object-fit: contain; /* Maintain aspect ratio */
  height: auto;
  width: auto;
}
.awardsbottomfooter {
    display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
	gap: 15px;
  margin: 0;
}
.awardsbottomfooter div {
	display: flex;
  display: -webkit-flex;
	margin:0%;
}
.awardsbottomfooter div img {
	max-height: 70px; /* Standardize visible height */
  max-width: 100%;
  object-fit: contain; /* Maintain aspect ratio */
  height: auto;
  width: auto;
}

.seasonal-intro {
  background-color: #b8dfee;
	text-align: center;
	padding: 2% 0; 
}
.seasonal-intro .inner {
  margin: 0px auto;
  padding: 10px 0px 10px;
  width: 80%;
  max-width: 800px;
  text-align: center;
}
.seasonal-intro .inner h1 {
  font-size: 2.8rem;
font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.1em;
  margin: 0 0 10px;
  color: #143c61;
  font-weight: 700;
  letter-spacing: -.02em;
}
.seasonal-intro .inner h2 {
 font-size: 1.8rem;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.2em;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  color: #000000;
  font-weight: 400;
}

.global-dual {
  width: 100%;
  margin: 0;
  display: block;
  text-align: left;
  box-sizing: border-box;
}
.global-dual .inner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#nursingintronew{
	background-color: #ffffff;
}
#seasonalintro{
	background-color: #b8dfee;
	text-align: center;
}
#magnetawardnew{
	background-color: #bbd7a2;
	border-top: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
}
#magnetaward.global-dual .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#magnetawardnew.global-dual .inner {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	text-align: center;
}
#magnetawardnew .global-dual-copy {
 padding: 3% 0% 1% !important;
  width: 100% !important;
  color: #000000;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;	
}
#nursingintronew.global-dual .inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	text-align: center;
}
#nursingintronew .global-dual-copy {
 padding: 3% 0% 1% !important;
  width: 100% !important;
  color: #000000;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;	
}
.callout-row {
  width: 90%;
  margin: 30px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
	align-items: stretch;
}
.callout-holders {
	background-color: #0076AB;
/*	width:25%;*/
	flex:1;
	margin:0 1.5% 15px;
/*	padding:3% 3% 2%;*/
	padding:0;
	border-radius: 50px 10px;
	-webkit-box-shadow: -20px 15px 0px 2px #bbd7a2; 
box-shadow: -20px 15px 0px 2px #62bb46;
	justify-content: space-between;
	color: #ffffff;
	text-align:center;
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
}
.callout-holders:last-of-type {
	margin: 0 0 15px 1.5%;
}
.callout-holders a:link, .callout-holders a:active, .callout-holders a:visited {
  outline: none;
  text-decoration: none;
  transition: all .15s ease-out;
	color: #ffffff;
}
.callout-holders a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.callout-photos{
	padding:0 0 0;
	margin:0 0 0;
	border-radius: 50px 0px 0 0;
	display: flex;
  display: -webkit-flex;
	flex:1;
}
#area01{
	background-image: url("../images/main/photo-01.webp") !important;
	background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	border-radius: 50px 0 0 10px;
}
#area02{
	background-image: url("../images/main/photo-02.webp") !important;
	background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
	border-radius: 0px 10px 50px 0px;
}
#perks{
	color: #000000;
  background-color: #8fafd1;
}
#perks p, #perks li{
	color: #000000 !important;
}
#perks.callout-holders {
	-webkit-box-shadow: -20px 15px 0px 2px #0076AB; 
box-shadow: -20px 15px 0px 2px #0076AB;
}
.callout-text{
	padding: 4% 5% 3%;
	display: flex;
  display: -webkit-flex;
	flex: 1;
	flex-direction: column;
	text-align: left;
	margin:0
}
.callout-holders h2 {
	margin:0 0 10px;
	font-size: 2.5rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
line-height: 1.1em;
}
.callout-text p{
	color: #ffffff !important;
	font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.3;
	margin: 5px 0 15px;
}
.callout-holders ul {
	 margin: 0;
  padding: 0;
}
.callout-holders li {
	 margin: 0px 0px 8px 20px;
	padding: 0 20px 0 0;
   font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.2;
	color: #ffffff;
	list-style-type: disc;
	letter-spacing: -0.01em;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
	text-align: left;
}
.global-dual-copy {
 padding: 2% 2% 2% 0% !important;
  width: 65% !important;
  color: #000000;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.flmap{
	width:60%;
	margin:15px 0 0;
}

.global-dual-copy h2 {
  font-size: 2.5rem;
font-size: clamp(1.5rem, 3vw, 2.5rem);
line-height: 1.1em;
  margin: 0 0 10px;
  color: #143c61;
  font-weight: 700;
  letter-spacing: -.02em;
}
#nursingintronew .global-dual-copy h2 {
	margin: 10px auto 20px;
	width:80%;
	line-height: 1.2em;
}
.global-dual-copy p {
	font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  margin: 0 0 15px;
  padding: 0;
}
#magnetlogo {
  width: 35% !important;
  padding:1% 0% !important;
	display: flex;
  display: -webkit-flex;
  position: relative;
  flex-direction: column;
	text-align: center;
	justify-content: center;
}
.magnet-logos-holder {
  width: 50% !important;
  padding:0% !important;
	margin:0 auto 30px;
	display: flex;
  display: -webkit-flex;
  position: relative;
  flex-direction: row;
	text-align: center;
	justify-content: center;
}
.magnet-logos-holder .logo{
	text-align: center;
	display: flex;
  display: -webkit-flex;
	flex:1;
	margin:0;
	justify-content: center;
}
.magnet-logos-holder .logo#journeymagnet img{
	width:60%;
	text-align: center;
}
.magnet-logos-holder .logo img {
  flex-shrink: 0; /* prevents logo from shrinking */
  height: 50px; /* set a consistent height */
  width: auto; /* keeps aspect ratio */
  object-fit: contain; /* ensures no distortion */
}
.magnet-top{
	margin: 0 0 5px;
	width:100%;
}
.magnet-top img {
  width: 30%;
}
.magnet-bottom{
	margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.magnet-bottom .logo{
	width:50%;
	margin:0;
}
.magnet-bottom img {
  width: 85%;
}
.rns-choose {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
	  background-color: #8fafd1;
  		border-bottom: 10px solid #ffffff;
}
.rns-choose .inner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.rns-choose .inner div {
  margin: 0px;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}
.rns-choose-copy {
  padding: 15% 10% !important;
  width: 80% !important;
   color: #000000;
	text-align: left;
}
.rns-choose-copy ul {
	 margin: 0 0 10px;
  padding: 0;
	text-align: left;
	width:100%;
}
.rns-choose-copy li {
	 margin: 0px 0px 10px 20px;
	padding: 0 20px 0 0;
	width: calc(100% - 20px);
	font-weight: 500;
	
}
.rns-choose-copy h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1em;
line-height: 1em;
  font-weight: 700;
	text-align: left;
  color: #143c61;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.rns-choose-copy p {
 font-size: 1.125rem;
 font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
  padding: 0; 
	color: #000000;
}
#rn-choose-photo {
  background-image: url("../images/main/nurse-with-boy.webp");
  background-position: 70% center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
/*GENERAL HALF/HALF SECTIONS*/
.fifty-fifty {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
	  background-color: #8fafd1;
  		border-bottom: 10px solid #ffffff;
}
.fifty-fifty .inner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.fifty-fifty .inner div {
  margin: 0px;
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}
.fifty-fifty-copy {
  padding: 8% 10% !important;
  width: 80% !important;
   color: #000000;
	text-align: left;
}
.fifty-fifty-copy ul {
	 margin: 0 0 10px;
  padding: 0;
	text-align: left;
	width:100%;
}
.fifty-fifty-copy li {
	 margin: 0px 0px 8px 20px;
	padding: 0 20px 0 0;
	width: calc(100% - 20px);
	font-weight: 500;
	line-height: 1.2em;
	
}
.fifty-fifty-copy h2 {
  font-size: 2.1rem;
	font-size: clamp(1.2rem, 2.7vw, 2.1rem);
  line-height: 1.1em;
  font-weight: 700;
	text-align: left;
  color: #143c61;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
}
.fifty-fifty-copy p {
 font-size: 1.125rem;
 font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0; 
	color: #000000;
}
#lpg-photo {
  background-image: url("../images/sub/lpg-additional-care/lpg-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#skilled-nursing-photo {
  background-image: url("../images/sub/lpg-additional-care/skilled-rn-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#home-health-photo {
  background-image: url("../images/sub/lpg-additional-care/home-health-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#hospital-at-home-photo {
  background-image: url("../images/sub/lpg-additional-care/hospital-home-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#cancer-centers-photo {
  background-image: url("../images/sub/lpg-additional-care/cancer-centers-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#ambulatory-photo {
  background-image: url("../images/sub/lpg-additional-care/ambulatory-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#lee-memorial-photo {
  background-image: url("../images/sub/hospital-medical-centers/lee-memorial-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#cape-coral-photo {
  background-image: url("../images/sub/hospital-medical-centers/cape-coral-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#healthpark-photo {
  background-image: url("../images/sub/hospital-medical-centers/healthpark-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#golisano-photo {
  background-image: url("../images/sub/hospital-medical-centers/golisano-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#gulf-coast-photo {
  background-image: url("../images/sub/hospital-medical-centers/gulf-coast-photo.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
#LeeMemorialSection, #CapeCoralSection, #HealthParkSection,
#GulfCoastSection, #GolisanoSection, #LPGSection, #SkilledNursingSection, #HomeHealthSection, #HospitalatHomeSection, #AmbulatorySection,
#CancerCentersSection
{
    scroll-margin-top: 101px;
}

.welcome-paradise {
	padding: 2em 0;
	display: block;
	background-color: #0076AB;
	border-bottom: 10px solid #fff;
}
.welcome-paradise .inner {
  width: 90%;
  max-width: 1500px;
  padding: 2% 0;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
	align-items: center;
  text-align: left;
	box-sizing: border-box;
}
.welcome-top-row{
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
	align-items: center;
  text-align: left;
	margin: 0px 0 15px;
}
.welcome-top-row .text{
	display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
	width: 50%; 
	margin-right: 5%;
}
.welcome-top-row .text h2 {
  margin: 0 0 10px;
	padding: 0;
	color:#ffffff;
	font-size: 2.5rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1em;
	  letter-spacing: -.01em;
}
.welcome-top-row .text p {
  margin: 5px 0 15px;
	padding: 0;
	color:#ffffff;
	font-size: 1.2rem;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.3;
}
.welcome-top-row .image{
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
	align-items: center;
  text-align: left;
	width: 45%; 
	border-radius: 8px;
	background-image: url("../images/main/woman-with-dog.webp");
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: cover;
	padding-top:30%;
}
.welcome-bottom-row{
	display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
	align-items: center;
  text-align: center;
	margin: 30px 0 0;
}
.welcome-bottom-row h3 {
  margin: 0 0 20px;
	padding: 0;
	color:#0076a8;
	font-size: 24px;
	line-height: 1.2;
	  letter-spacing: -.01em;
	width:100%;
}
.welcome-resources{
	display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
	align-items: center;
  text-align: center;
	background-color: cornsilk
}
.sub-cards-white {
  padding: 2em 0px 2em;
  position: relative;
  display: block;
  background-color: #0076A8;
  background: rgb(0, 118, 168);
  background: -moz-linear-gradient(0deg, rgba(0, 118, 168, 1) 0%, rgba(53, 162, 207, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 118, 168, 1) 0%, rgba(53, 162, 207, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 118, 168, 1) 0%, rgba(53, 162, 207, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076a8", endColorstr="#35a2cf", GradientType=1);
 
}
.sub-cards-white#relores{
  padding: 2em 0px 2em;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(53, 162, 207, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(53, 162, 207, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(53, 162, 207, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#35a2cf", GradientType=1);
}
.sub-cards-white .inner {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-cards-white h2 {
  color: #ffffff;
	font-size: 2.5rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.1em;
  letter-spacing: -.01em;
  width: 90%;
  max-width: 1400px;
  font-weight: 700;
  margin: 0 auto 15px;
  text-align: center;
}
.white-card li {
  border-bottom: none !important;
  box-shadow: none !important;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0px 0px 10px 20px !important;
}
.white-card ul {
  margin: 0 !important;
  padding: 0 !important;
}
.sub-card-photo {
  width: 100%;
  display: block;
  margin: 0px;
}
.sub-card-photo img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.sub-card-text {
  padding: 6% !important;
  width: 88%;
  text-align: left !important;
}
.sub-card-text a {
  color: #0076a8;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 0 100%;
}
.sub-card-text a:hover {
  color: #005072;
  background-image: repeating-linear-gradient(0deg, #005072, #005072 1px, transparent 0, transparent 2em);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .2s ease;
  text-decoration: none;
}
.sub-card-text p {
 font-size: 1.4rem;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.2em;
  letter-spacing: -.01em;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
}
.sub-card-text h3 {
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 1.8vw, 1.5rem);
  line-height: 1.2em;
  letter-spacing: -.01em;
  color: #000000;
  font-weight: 700;
  margin: 0 auto 10px;
}
.sub-card-text h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 auto 10px;
}
.sub-cards-white .inner2 {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 20px;
  display: block;
}
#relores.sub-cards-white .inner ul li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: center;
  flex-direction: column;
  width: 24%;
  padding: 0 0%;
  margin: 0 0 2%;
  border-bottom: 15px solid #35A2CF;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  align-items: flex-start;
  text-align: center;
}
.sub-cards-white .inner ul {
  /*  list-style: none;*/
  width: 100%;
  margin: 15px 0px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-cards-white .inner ul li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: center;
  flex-direction: column;
  width: 49%;
  padding: 0 0%;
  margin: 0 0 10px;
  border-bottom: 15px solid #76B429;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.37);
  align-items: flex-start;
}
.awardbar{
	margin: 15px 0 0 !important;
	display: flex;
  display: -webkit-flex;
  flex-direction: row !important;
  justify-content: center !important;
}
.award-vert{
	display: flex;
  display: -webkit-flex;
	width:100px;
	margin: 0 1% !important;
}
.award-vert:first-child{
	margin: 0 1% 0 0 !important;
}
.award-vert:last-child{
	margin: 0 0 0 1% !important;
}
.award-horz{
	width:150px;
	margin: 0 1% !important;
	display: flex;
  display: -webkit-flex;
}
.award-horz:first-child{
	margin: 0 1% 0 0 !important;
}
.award-horz:last-child{
	margin: 0 0 0 1% !important;
}