/*-- ---- ---- GLOBAL ---- ---- --*/
body {
   margin: 0px;
    color: #000;
    -webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: normal;
}
img {
  border: 0;
}

.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  color: #3F79BC;
  text-decoration: none;
  transition: all .2s ease-out;
}
a:hover {
  text-decoration: none;
	color: #009ace;
}
*:focus, a:focus {
  /*WEB COMPLIANCE*/
  outline: #3d9cfc auto 2px;
}
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 {
  cursor: pointer
}
.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.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;
}
.column {
	display: table-cell;
	vertical-align: middle;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
h1 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: .01em;
}
h2 {
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-top: 5px;
}
.white-background {
  background-color: #ffffff !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lowercase {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
}
/*-- ---- ---- HEADER ---- ---- --*/
header {
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  left: 0px;
  width: 100%;
}
.header-top {
  width: 100%;
  padding: 12px 0px;
  background-color: #ffffff;
  margin: 0px auto;
  box-shadow: 0px 1px 3px 0px rgba(0, 61, 166, .3);
}
.header-top-inner {
  width: 90%;
  max-width: 1500px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
	align-items: center ;
}
.header-logo {
  width: 290px;
  box-sizing: border-box;
}
.header-logo a.logo{
	display: inline-block;
	width: 100%;
	padding-bottom: 20%;
	background-image: url(../images/global/MultiCare_Overlake_Horizontal_Color.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.header-top-right {
/* width: auto;*/
/*	vertical-align: middle;*/
/*
  top: 43%;
  transform: translateY(-50%);
*/
/*	box-sizing: border-box;*/
	align-items: center;
  
}
.header-top-right ul {
	 display: inline-block;
	vertical-align: middle;
	width: auto;
}
.header-top-right li {
	 display: inline-block;
	margin-left: 5px;
  color: #009CDE;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -.02em;
  padding: 1px 10px 0 0;
  border-right: 1px solid #225288;
}

.header-top-right li a {
  color: #383C40;
	position: relative;
}
.header-top-right li a::after {
 opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #0077C8;
    -webkit-transition: height .2s ease-in-out,bottom .2s ease-in-out,opacity .2s ease-in-out;
    transition: height .2s ease-in-out,bottom .2s ease-in-out,opacity .2s ease-in-out;
}
    
.header-top-right li a:hover {
  color: #002C77;
}

.shareThis {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #383C40;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -.02em;
  padding-top: 1px;
}
/*--SHARE THIS--*/
.shareThis-holder-main-pg {
    text-align: center;
	display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
 .header-top-right .shareThis-holder-main-pg li {
    margin-left: 0 !important;
    padding: 0 !important;
    border-right: none !important;
}
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
/*  vertical-align: top;*/
  margin-right: 7px;
   font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-top: 5px;
}
.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,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%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'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M29.7,21.2L47.9,0h-4.3L27.7,18.4L15.1,0H0.5l19.1,27.8L0.5,50h4.3l16.7-19.4L34.9,50h14.6L29.7,21.2L29.7,21.2 z M23.7,28l-1.9-2.8L6.4,3.2H13L25.5,21l1.9,2.8l16.2,23.1h-6.6L23.7,28L23.7,28z'/%3E%3C/svg%3E%0A");
  background-position: 3px center;
}
.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,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%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'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M29.7,21.2L47.9,0h-4.3L27.7,18.4L15.1,0H0.5l19.1,27.8L0.5,50h4.3l16.7-19.4L34.9,50h14.6L29.7,21.2L29.7,21.2 z M23.7,28l-1.9-2.8L6.4,3.2H13L25.5,21l1.9,2.8l16.2,23.1h-6.6L23.7,28L23.7,28z'/%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");
}

/*-- ---- ---- HEADER-SCROLL ---- ---- --*/
.navfix nav ul {
  padding: 5px 0px 9px;
  background-color: rgba(0, 105, 177, .85);
  border-bottom: 9px solid #61C250;
}
/*-- ---- ---- BANNER ---- ---- --*/
.banner-area {
	padding: 0em 0px 30%;
	margin-top: 87px;
    background-color: #939392;
	background-repeat: no-repeat;
	background-image:
    linear-gradient(45deg, rgba(27, 54, 93, 0.5), rgba(27, 54, 93, 0)),
    url(../images/main/banner-rn-nurse.jpg);
	background-size: cover;
	background-position: center 20%;
	position: relative;
	z-index: 1;
}
.banner-area .header-cta-section {
    box-sizing: border-box;
    padding: 1% 1%;
    margin: .5em auto 0px;
	text-align: center;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    background-color: #B1364A;
/*
	background: rgb(27,54,93);
background: -moz-linear-gradient(180deg, rgba(27,54,93,1) 0%, rgba(54,117,183,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(27,54,93,1) 0%, rgba(54,117,183,1) 100%);
background: linear-gradient(180deg, rgba(27,54,93,1) 0%, rgba(54,117,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b365d",endColorstr="#3675b7",GradientType=1);
*/
	color: #FFFFFF;
    border-radius: 10px;
	border: 1px solid #ffffff;
    position: absolute;
	z-index: 999999;
    left: 50px;
    bottom: 20px;
    opacity: 100%;
	max-width: 300px;
    transition: .15s all ease-in-out .0s;
	-webkit-box-shadow: 5px 5px 6px -1px rgba(0,0,0,0.65); 
box-shadow: 5px 5px 6px -1px rgba(0,0,0,0.65);
}
.banner-area .header-cta-section h2 {
	letter-spacing: 0em;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin: 0 auto;
}
.banner-area .header-cta-section p {
    margin: .3em auto 0px;
    letter-spacing: 0em;
    font-size: .95em;
    line-height: 1.3em;
    font-weight: 300;
	color: #FFFFFF;
}
.banner-area .header-cta-section a:link, .banner-area .header-cta-section a:active, .banner-area .header-cta-section a:visited {
	color: #FFFFFF;
}
.banner-area .header-cta-section a:link, .banner-area .header-cta-section a:active, .banner-area .header-cta-section a:visited {
	color: #FFFFFF;
}
.banner-area .header-cta-section a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.banner-area .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
}
.banner-area .inner .copy {
	display: inline-block;
	text-align: left;
	width: 60%;
	padding: 0;
	color: rgba(255,255,255,1);
	font-weight: 300;
}

.banner-area .inner .copy h2 {
  font-size:55px;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -.03em;
	 margin: 0px 0 15px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.64);
}
.banner-area .inner .copy h3 {
	 font-size:35px;
	 margin: 0px 0 20px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -.03em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.64);
}
.banner-area .inner .copy h4 {
	 font-size:25px;
	 margin: 0px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -.01em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.64);
}

/*-- ---- Content ---- --*/
.sub-content{
	
}
/*-- ---- Now Hiring Section ---- --*/
.now-hiring {
  width: 100%;
  text-align: center;
  padding: 40px 0px;
 background-color: #1b365d;
  color: #ffffff;
border-bottom: 10px solid #8f2a3b;/*--turn off when showing red event div--*/
}
.now-hiring-inner {
	width: 90%;
	max-width: 1600px;
	margin: 0px auto;
}
.now-hiring-inner a {
	color: #ffffff;
	transition: .2s all ease-in-out .05s;
	text-decoration: none;
}
.now-hiring-inner a:hover, .now-hiring-inner a:focus, .now-hiring-inner a:active {
	text-decoration: underline;
	transition: .2s all ease-in-out;
}
.now-hiring-inner h1 {
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0px auto 15px;
  letter-spacing: 0em;
}
.now-hiring-inner h2 {
 display: block;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 auto 20px;
    letter-spacing: 0em;
}
.now-hiring-inner h3 {
  margin: 0px auto;
	 display: block;
 font-size: 22px;
    line-height: 1.1em;
	 font-weight: 400;
	letter-spacing: 0em;
}
.now-hiring-inner h4 {
  margin: 25px auto 0px;
	 display: block;
 font-size: 22px;
    line-height: 1.1em;
	 font-weight: 400;
	letter-spacing: 0em;
}
.sign-on-bonus-holder{
	width: 40%;
	max-width: 1000px;
	 margin: 30px auto 0;
	background-color: #3675b7;
	border: 1px solid #ffffff;
	padding: 1% 1%;	
}
.sign-on-bonus-holder h2 {
 display: block;
    font-size: 	25px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 auto 0;
    letter-spacing: 0em;
}
.sign-on-bonus-holder h3 {
  margin: 0px auto;
	 display: block;
 font-size: 20px;
    line-height: 1.1em;
	 font-weight: 400;
	letter-spacing: 0em;
	text-transform: uppercase;
}
.sign-on-bonus-holder h4 {
	 display: block;
 font-size: 22px;
    line-height: 1.4em;
	 font-weight: 400;
	letter-spacing: 0em;
	 margin: 0px auto 5px;
	 width:94%;
}
.sign-on-bonus-holder h4:last-of-type {
   margin: 0px auto;
	
}
/*-- ---- Event Section ---- --*/
.event {
  width: 100%;
	display: none;/*--turn on and off--*/
  text-align: center;
  padding: 40px 0px;
 background-color: #8f2a3b;
  color: #ffffff;
}
.event-inner {
  width: 90%;
  max-width: 1450px;
  margin: 0px auto;
}
    .event-inner a{
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 12px 20px 10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;    
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    vertical-align: top;
    border-radius: 30px;
    -webkit-transition: background-color .3s,color .3s,border-color .3s;
    transition: background-color .3s,color .3s,border-color .3s;
    color: #0077C8;
    text-shadow: none;
    border: 2px solid #0077C8;
    background-color: #ffffff;
    background-image: none;
    outline: none;
		margin:10px 0 0;
} 
.event-inner a:hover{
    color: #fff;
  border-color: #2E4364;
  background-color: #2E4364;
  background-image: none
}


.event-inner h2 {
  display: block;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0px auto 15px;
  letter-spacing: 0em;
}
.event-inner h3 {
 display: block;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 auto 15px;
    letter-spacing: 0em;
}
.event-highlight{
	padding:20px 0;
	background-color: darkred;
}
.event-inner h4 {
  margin: 0px auto;
	 display: block;
 font-size: 22px;
    line-height: 1.1em;
	 font-weight: 400;
	letter-spacing: 0em;
}

.nurse-candidates {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  background-color: #4fa1a9;
  color: #ffffff;
}
.nurse-candidates-inner {
 width: 86%;
 max-width: 1150px;
 margin: 10px auto 10px auto;
 background-color: #486fb1;
 padding:1% 2%;
 border: 1px solid #ffffff;
}
.aligned { 
            display: flex; 
            align-items: center; 
        } 
.nurse-candidates-inner span { 
            padding: 10px; 
        } 
.nurse-candidates-inner h2 {
    display: block;
    font-size: 20px;
/* width:80%;*/
 margin: 0 auto;
    line-height: 1.2em; 
    font-weight: 400;
    letter-spacing: -.02em;    
}
.nurse-candidates-inner a {
text-decoration: underline;
 color: #ffffff;
}

/*--Intro Section--*/
  section.intro {
    width: 100%;
    background-color: #b0cee1;
    padding: 0px 0px;
  }
  .intro .cell {
    width: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .intro .table-text {
    text-align: center;
    width: 80%;
    padding: 8% 10%;
    display: inline-block;
    vertical-align: middle;
	  background-color: #e3eaf7;
  }
.blue-box{
	background-color: #c9d7ee;
	padding: 3% 6%;
}
.blue-box ul{
	text-align: center;
	 margin: 10px 0 0px; 
	padding-left: 0;
	 list-style-type: none;
}
.blue-box li{
    padding: 10px 0 10px;
    border-bottom: 1px dotted #000000;
    list-style-image: none;
    margin: 0px 0 8px;
    font-size: 20px;
    line-height: 1.3em;
}
.blue-box li:first-child{
     padding: 0px 0 10px;
}
.blue-box li:last-child{
    padding: 10px 0 0px;
    border-bottom: none;
}
  .intro .image {
	background-image: url("../images/main/two-nurses.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	  background-color: #e3eaf7;
  }
  .intro h2 {
    color: #00548b;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
    margin: 0px auto 25px;
    letter-spacing: -0.01em;
  }
.intro .table-text p {
   	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
	    margin: 0 0 20px;
  }
/*--Building Section--*/
.building-callout {
	padding: 0em 0px 35%;
	background-image: url("../images/main/overlake-bldg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	border-top: 1px solid #ffffff;
}
.building-callout .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
}
.building-callout .inner .copy {
	
	display: inline-block;
	text-align: center;
	width: 36%;
	padding: 4%;
	color: rgba(255,255,255,1);
	background-color: #3675b7;
	
}

.building-callout .inner .copy h2 {
	    font-size: 30px;
    color: #ffffff;
    line-height: 1.2em;
    margin: 0 0 10px;
	letter-spacing: -0.01em;
}
.building-callout .inner .copy p {
	font-size: 20px;
	line-height: 1.3em;
	margin: 1em 0px 0px;
	font-weight: 400;
}

/*--Dream Team Section--*/
.dream-team-callout {
	padding: 3% 0px;
	background-color: #efefef;
}
.dream-team-callout .inner {
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;
	background-color: #3675b7;
}
.dream-team-callout .cell {
  width: 50%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.dream-team-callout .table-text {
  text-align: center;
  width: 80%;
  padding: 5% 10%;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.dream-team-callout h2 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0px 0px 15px;
  letter-spacing: -0.01em;
  width: 100%;
}
.dream-team-callout p {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
	display: block;
  margin: 0px auto 20px;
	padding: 20px 0;
  letter-spacing: -0.01em;
	border-bottom: 1px dotted #ffffff;
}
.dream-team-callout p:last-child {
  margin: 0px auto 0px;
	display: block;
	padding: 0px;
	border-bottom: none;
}
/*
.dream-team-callout p {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0px 0px;
  letter-spacing: -0.01em;
  width: 100%;
}
*/
.dream-team-callout-image {
  background-image: url("../images/main/dream-team-photo.jpg");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  padding-bottom: 25%;
}
/*--Nurse Recruiter Section--*/
.why-join {
	padding: 2% 0px 0;
	background-color: #ffffff;
	text-align: center;
}
.why-join h2 {
    color: #000000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
    margin: 0px auto 20px;
    letter-spacing: -0.01em;
  }
.why-join-features {
	width: 100%;
	margin: 0px auto;
	background-color: #3675b7;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 2px solid #00000;
	background-image: url(../images/main/blue-bar-bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 25%
auto;
}
.why-join-features-holder {
	width: 20%;
    position: relative;
	border-right: 2px solid #ffffff;
	box-sizing: border-box;
}
.why-join-features-holder .top {
	width: 100%;
}
.why-join-features-holder .bottom {
	width: 90%;
	margin:0 auto;
	padding: 5% 5% 14% 5%;
	color: #ffffff;
}
.why-join-features-holder .bottom h2 {
	 font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
	color: #ffffff;
    margin: 0px auto 10px;
    letter-spacing: -0.01em;
	text-transform: uppercase;
}
.why-join-features-holder .bottom p {
	 font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
	color: #ffffff;
	margin: 0;
    letter-spacing: -0.01em;
}
.why-join-features-holder:last-of-type{
	border-right: none;
}
/*--Nurse Recruiter Section--*/
.rn-recruit {
	padding: 2% 0px 1%;
	background-color: #ffffff;
	text-align: center;
}
.rn-recruit .inner {
	width: 90%;
    max-width: 1500px;
    margin: 0px auto;

}
.rn-recruit h2 {
    color: #000000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
    margin: 0px auto 15px;
    letter-spacing: -0.01em;
  }
.rn-recruit p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2em;
  }
.callout-section {
	padding: 4em 0px 1em;
	text-align: center;
}
.callout-section .inner {
	width: 87%;
	max-width: 1450px;
	margin: 0px auto;
}
.callout-section .inner > p {
	display: block;
	width: 85%;
	max-width: 1000px;
	margin: 0px auto;
}
.callout-section .callout-lower {
	display: flex;
	margin: 3em 0px 0px;
}
.callout-section .callout {
	display: inline-block;
	vertical-align: top;
	padding: 24% 4% 3%;
	width: 24%;
	margin: .5%;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}
.callout-section .callout h3 {
	color: #696a6c;
	font-size: 1.45em;
}
.callout-section .callout::before {
	content: "";
	background-color: #bebebe;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 70%;
	background-position: bottom center;
	background-size: contain, cover;
	background-repeat: no-repeat;
}
.callout-section .callout-lower .callout:first-child::before {
	background-image: url("../images/mid-wave-1.png"), url("../images/pall.jpg");
}
.callout-section .callout-lower .callout:nth-child(3)::before {
	background-image: url("../images/mid-wave-4.png"), url("../images/midwife.jpg");
}
.callout-section .callout-lower .callout:nth-child(2)::before {
	background-image:  url("../images/mid-wave-2adj.png"), url("../images/ptlaugh.jpg");
}
.callout-section .callout-lower .callout:nth-child(4)::before {
	background-image: url("../images/mid-wave-4.png"), url("../images/pall.jpg");
}




  /*--Advancing Strategies Section--*/
  section.adv-strategies {
    width: 100%;
    background-color: #b0cee1;
    padding: 0px 0px;
  }
  .adv-strategies .cell {
    width: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .adv-strategies .table-text {
    text-align: left;
    width: 80%;
    padding: 8% 10%;
    display: inline-block;
    vertical-align: middle;
	  background-image: linear-gradient(to right,#F3F2ED 30%,#D7ECFA);
  }
  .adv-strategies .image {
	background-image: url(../images/main/nurse-isolated.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	  background-color: #f3f2ed;
  }
  .adv-strategies h2 {
    color: #00548b;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
    margin: 0px auto 25px;
    letter-spacing: -0.01em;
  }
.adv-strategies .table-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2em;
  }
section.recruiters-new {
    padding:2% 0;	  
    background-color: #c9d7ee;
	display: block;
	width:100%;
}
section.recruiters-new .inner {
    width:80%;
/*	max-width: 1600px;*/
	flex-wrap: wrap;
	margin: 0 auto;
	 display: inline-flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.individual-recruiter-holder{
  background-color: #ffffff;
  width:45%;
  display:flex;
  margin:0 .25em 10px;
  min-height: 280px;
}
.recruiter-photo{
 width: 200px;
 padding:0;
	min-height: 22em;
}
#haruun .recruiter-photo{
  background-image: url("../images/main/recruiters/haruun-photo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#amiejo .recruiter-photo{
  background-image: url("../images/main/recruiters/amie-jo-photo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#denice .recruiter-photo{
  background-image: url("../images/main/recruiters/denice-photo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#emma .recruiter-photo{
  background-image: url("../images/main/recruiters/emma-photo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#lauren .recruiter-photo{
  background-image: url("../images/main/recruiters/lauren-photo.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#tammy .recruiter-photo{
  background-image: url("../images/main/recruiters/tammy-photo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3675b7;
}
.recruiter-info{
 width: calc(100% - 200px);
 padding:4% 5%;
  background-color: #ffffff;
}
.recruiter-info h2{
     font-size: 24px;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: -.02em;
	 margin: 0px 0px 10px;
}
.recruiter-info{
     font-weight: 600;
}
.recruiter-info ul{
 text-align: left;
  padding-left: 15px;
  margin: 10px 0;
}
.recruiter-info li{
        font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0px 0px 5px;
    padding: 0;
	list-style-type: disc;
}
.recruiter-info li:last-child{
     margin: 0px 0px 15px;
}
.recruiter-info{
     font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0;
}
/*--Recruiter Section--*/
 
section.recruit {
     padding: 0px 0px;	  
    background-color: #ffffff;
	    display: block;
  }
section.recruit .inner {
     width: 100%;
     margin: 0px auto;
	 text-align: center;
	display: flex;
  }

.recruit-holder{
/*	display:inline-block;*/
	flex: 1;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -0.01em;
	margin: 0px .5%;
	padding: 2% 2%;
	color: #000000;
	text-align: left;
	vertical-align: top;
	min-height: 4em;
	background-color: #c9d7ee;
	position: relative;
	display: flex;
display: -webkit-flex;
flex-direction: column;
/*justify-content: center;*/
align-items: center;
	width: 25%;
}

.recruit-holder:first-of-type{
margin: 0px .5% 0px 0;	
}
.recruit-holder:last-of-type{
margin: 0px 0px 0px .5%;	
}
.contact-info-holder {
     width: 100%;
     margin: 0px auto;
	 align-items: center;
	display: block;
	 vertical-align: top;
  }
.contact-info-holder img {
     padding: 0;
	display: block;
  }
  .contact-left {
      width: 44%;
	  margin-right: 3%;
	  display: inline-block;
	  vertical-align: top;
    }
 .contact-right {
        width: 51%;
	   display: inline-block;
	 vertical-align: top;
	 font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
    letter-spacing: -0.01em;
    }
.contact-right ul {
  list-style: disc;
  width: auto;
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.contact-right li {
  width: auto;
  margin: 0px 0px 5px;
}
.contact-right h2{
    font-size: 22px;
  line-height: 1.1em;
  font-weight: 700;
    letter-spacing: -0.01em;
	color: #3F79BC;
	margin: 0 0 5px;
    }
.contact-right .phone{
   font-weight: 700;
    letter-spacing: -0.01em;
	color: #000000;
	margin: 0 0 5px;
    }
.contact-right a:link, .contact-right a:active, .contact-right a:visited {
  color: #3675b7;
	font-weight: 700;
	letter-spacing: -0.01em;
  text-decoration: none;
  transition: all .2s ease-out;
}
.contact-right a:hover {
  text-decoration: none;
	color: #009ace;
}
.quote-holder:first-of-type{
	border-left: none;
	border-right: 10px solid #ffffff;
}
.quote-holder:nth-last-of-type(2){
	border-right: 10px solid #ffffff;
}
.contact-right br {
       display: block;
    }

/*-- ---- Footer  ---- --*/
footer {
  padding: 0px;
  color: #ffffff;
  text-align: center;
  background-color: #818687;
}
.footer-lower {
  max-width: 1500px;
  width: 90%;
  margin: 0px auto 0px;
  padding: 40px 0px;
  vertical-align: top;
  text-align: center;
}
.footer-lower-left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2% 0px 0px;
  text-align: left;
}
.footer-lower-left p {
 font-size:12px;
 line-height: 1.5em;
}
.footer-logo {
  width: 90%;
}
.footer-lower-right {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
	text-align: right;
}
.footer-lower-right p {
 font-size:15px;
 line-height: 1.5em;
  margin:0 0 10px
}
.footer-lower-right p:last-of-type{
  margin:0 0 20px;
}
.sm-holder {
	width: auto;
	padding-left:10px;
    padding-right: 0;
	display: inline-block;
}
.sm-holder img {
	height: 25px;
}

/** ---- ---- Ready To Apply Section TOP ---- ---- **/

.apply-top {
	position: fixed;
	z-index: 2020;
	right: 20px;
	bottom: 20px;
	background-color: #8f2a3b;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 15px;
	max-width: 300px;
	padding: 2.45em 1.8em 1.8em;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	transition: .4s bottom ease-in-out .3s;
	-webkit-animation-name: load-popup !important;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration:1.3s;
	animation-name: load-popup !important;
	animation-timing-function: ease-in-out;
	animation-duration: 1.3s;
	display: inline-block;
}
@-webkit-keyframes load-popup {
    0%   {right: -450px; opacity: 0;}
    70%   {right: -450px; opacity: 0;}
    100%  {right: 30px; opacity: 1;}
}
@keyframes load-popup {
    0%   {right: -450px; opacity: 0;}
    70%   {right: -450px; opacity: 0;}
    100%  {right: 30px; opacity: 1;}
}
.apply-top.closed {
	opacity: 0;
	right: -450px;
	-webkit-animation-name: close-popup !important;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-name: close-popup !important;
	animation-timing-function: ease-in-out;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes close-popup {
    0%   {right: 20px; opacity: 1; display: inline-block;}
    60%   {right: -450px; opacity: 0; display: inline-block;}
    100%  {right: -450px; opacity: 0; display: none; visibility: hidden;}
}
@keyframes close-popup {
    0%   {right: 20px; opacity: 1; display: inline-block;}
    60%   {right: -450px; opacity: 0; display: inline-block;}
    100%  {right: -450px; opacity: 0; display: none; visibility: hidden;}
}
.apply-top .close-button {
	font-family: 'Fjalla One', sans-serif;
	position: absolute;
	z-index: 1;
	right: 11px;
	top: 8px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	background-color: #e81928;;
	border: 0px;
	border-radius: 50px;
	padding: 4px 21px 2px 9px;
	font-weight: 700;
	overflow: hidden;
	transition: .2s all ease-in-out .05s;
	color: #ffffff;
}
.apply-top .close-button:hover, .apply-top .close-button:focus, .apply-top .close-button:active {
	transition: .2s all ease-in-out;
	color: #ae111c;
}
.apply-top .close-button::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	background-image: url(../images/global/close-x-red.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	transition: .1s all ease-in-out 0s;
}
.apply-top .close-button:hover::before, .apply-top .close-button:focus::before, .apply-top .close-button:active::before {
	background-color: #e81928;;
	background-image: url(../images/global/close-x-white.png);
	transition: .1s all ease-in-out .15s;
}
.apply-top .close-button::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	background-color: #ffffff;
	transform: scaleX(0);
	transform-origin: left;
	transition: .25s all ease-in-out;
}
.apply-top .close-button:hover::after, .apply-top .close-button:focus::after, .apply-top .close-button:active::after {
	transform: scaleX(1);
	background-color: #ffffff;
}
.apply-top a {
	color: #ffffff;
	font-weight: 900;
	font-size: 1.1em;
	transition: .2s all ease-in-out .05s;
	text-decoration: none;
}
.apply-top a:hover, .apply-top a:focus, .apply-top a:active {
	text-decoration: underline;
	transition: .2s all ease-in-out;
}
.apply-top h2 {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -.015em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px .35em;
	margin: 0px auto .03em;
	position: relative;
	z-index: 1;
}
.apply-top h2 strong {
	letter-spacing: .01em;
}
.apply-top p {
	margin: 0px;
	padding: 0px;
}
#residentsbtn {
  width: 100%;
  display: block;
	margin: 20px auto 0;
}
#residentsbtn a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 15px 60px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -.02em;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  background-color: #8f2a3b;
  border-radius: 30px;
  transition: background-color .3s, color .3s, border-color .3s;
}
#residentsbtn a:hover::before, #residentsbtn a:focus::before, #residentsbtn a:active::before {
  transform: scaleX(1);
}
#residentsbtn a:hover {
  background-color: #ffffff;
  background-image: none;
  color: #8f2a3b !important;
  border: 2px solid #ffffff;
}
