@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/vca0rlz.css");
#page {
  background-color: #fff;
}
#page h2 {
  font-size: 2em;
  color: #08314C;
  font-variation-settings: "wght"700;
}


#page h3 {
  color: #222;
  font-variation-settings: "wght"700;
}
#page_content {
  font-family: "source-sans-3-variable", sans-serif;
  font-weight: 400;
}
/*global careers nav */
.nav-links {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
#main-jobs-navigation {
  padding-top: 0;
}
#main-jobs-navigation .breakout-content {
  max-width: none;
  padding: 0;
  border-bottom: 3px solid #ddd;
}
#main-jobs-navigation a {
  border-bottom: 0 !important;
}
.nav-links a {
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s ease;
  border-bottom: 0;
}
.nav-links a:hover {
  color: #C1272D;
}
.nav-links .active {
  font-weight: bold;
  position: relative;
}
.nav-links .active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0096d7;
}


.banner-content .pseudo-h1, h1 {
  color: #08314C;
  font-size: 4rem;
  font-variation-settings: "wght"700;
  line-height: 1.0;
  margin: 0 0 1rem;
}
.pseudo-h1, h1 {
  font-variation-settings: "wght"700;
}
.banner-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  padding: 3em 1em 4em;
}
.full-width-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  padding: 3rem 1rem;
}



.full-width-banner#earlyyearscareers-banner {
  background: url("/-/Media/Images/jobs/careers/socialcareandnursingcareers/earlyyearsbanner.jpg") no-repeat center center;
  background-size: cover;
}









a.thumbnail {
  padding: 0 0 1em 0;
  height: 100%;
}
.breakout-bg {
  background: #E5F4FB;
}
.breakout-bg.alternate{
  background: rgba(0, 0, 0, .05);
}

.breakout-bg.alternate-two{
  background: #CBE8F7;
}

.breakout-bg.alternate-three{
  background: #E6EEE8;
}


.breakout-bg.alternate-four{
	background: #fff !important;
}



.well.white {
  background: #fff;
	color:#222;
}

.well.pale-blue {
  background: #DCE8F7;
	color:#08314c;
}

.well.pale-blue h3 {
	color:#08314c!important;
}



.well.pink {
  background: #FAEBF1;
}


.well.orange{
    background:#FFF1F0;
    	color:#222;
}

.well.orange h2, .well.orange h3{
    	color:#222!important;
}


.well.white-left-border {
  background: #fff;
}
@media (min-width: 585px) {
  .well.white-left-border {
    background: #fff;
    border-left: 1px solid #ccc;
  }
}
details summary {
  background: #08314c;
  border-radius: 0.75em;
  color: #fff;
  margin-bottom: 0.5em;
  text-shadow: none;
  box-shadow: none;
}
details > summary::before {
  border: 1px solid;
  border-radius: 500em;
  content: "+";
  font-size: 2rem;
  left: .5rem;
  padding: .25rem .5rem;
  position: absolute;
  top: .75rem;
  color: #fff;
  border-color: #fff;
  border-width: .125rem;
}
.text-block, .image-block {
  display: table-cell;
  vertical-align: top;
}

a.feature-job-blocks {
    width: 100%; 
    overflow: hidden; 
    display: table; 
    border-bottom:0!important;
}

.text-block, .image-block {
    display: table-cell;
    vertical-align: top; 
}

.text-block {
    width: 65%;
    background:#fff;
    color: #08314C; 
    font-weight: 700;
    font-size: 1.25em;
     padding: 0.5em;
    box-sizing: border-box; 
}
.text-block .read-more-link{
    font-size:0.75em;
}
 .image-block {
    width: 35%; 
    box-sizing: border-box;
	height:1em;
}

 .image-block img {
    width: 100%; 
    object-fit: cover; 
    display: block; 
}


.temp-work-background-image {
    background: url("/-/Media/Images/jobs/careers/socialcareandnursingcareers/tempworkbg.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 275px;
}


.chev-right::after {
  content: url("/-/Media/Images/jobs/careers/socialcareandnursingcareers/chevron-right-circle.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}


a[role="button"].primary {
  background: #0096d7;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  padding: .5rem .75rem;
  text-shadow: none;
  font-size: 1em;
  border: 0;
  border-radius: 1.5em;
}
a[role="button"].secondary {
  background: #DCE8F7;
  color: #08314C;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.5em;
  padding: 1em;
  border: 0;
  border-radius: 1.5em;
}
a[role="button"].secondary {
  background: #08314c;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  padding: .5rem .75rem;
  font-size: 1em;
  border: 0;
  border-radius: 1.5em;
}
.blue-quote {
  color: #0096D7;
  font-variation-settings: "wght"700;
}

.corporate-lightblue {
  color: #0096d7;
}


.corporate-blue {
  color: #08314C;
}
.no-pad {
  padding: 0 !important;
}
.pad-left-15 {
  padding-left: 1.5em;
}
.add-double-top {
  padding-top: 2em;
}
@media (min-width: 585px) {
  .border-left {
    border-left: 1px solid #ccc;
    padding-left: 1em;
  }
}
.pad-tb {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.pad-all {
  padding: 1em !important;
}
.display-flex {
  display: block;
}
.h-100 {
  height: 100%;
}
.h-100 {
  height: 100%;
}
.h-90 {
  height: 90%;
}
@media only screen and (min-width: 37em) {
  .mobile-only {
    display: none;
  }
}
.display-flex {
  display: block;
}
@media(min-width:37.5em) {
  .display-flex {
    display: flex;
  }
}


.well{
	background:#08314c;
	color:#fff;
}

.well h3{
	color:#fff!important;
}


.well.alternate{
	background:#ec623c;
	color:#fff;
}

.well.alternate h3{
	color:#08314c!important;
}



.add-half-bottom{
    margin-bottom:0.5em!important;
}



@media (max-width: 30em) {
	.mob-pad{
		padding:2em;
	}
}




.mobile-nav-btn{
    display:none;
   cursor: pointer;

}
 .menu-icon {
            position: relative;
          top:2px;
            font-size: 24px;
            cursor: pointer;
        }

  #close-icon {
            display: none;
            font-size: 1em;
            cursor: pointer;
        }

#close-icon .icon.cancel.black{
    color:#08314c;
    font-size:16px;
    position:relative;
    top:-2px;
}

  #mobile-main-jobs-navigation{
        display:none;
    }

@media (max-width: 768px) {
    #main-jobs-navigation {
        display:none;
}
    
    
    #mobile-main-jobs-navigation{
        display:block;
        z-index: 1000;
    }
    
     #mobile-main-jobs-navigation a {
    border-bottom: 0 !important;
}
    
   .mobile-nav-btn{
    display:block;
}
    
    .nav-links {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0,0,0,0.5);
        transition: left 0.3s ease;
    }
    .nav-links a {
           padding: 5px 15px 0px;
        margin-top: 20px;
        border-bottom: 1px solid #ddd;
    }
    .menu-icon {
        display: block;
        padding: 10px;
    }
    
    #close-icon {
                display: block;
            }
    
    
    .nav-links.open {
        left: 0;
        display: flex;
    }
    
    
}



.full-width-banner#nurse-home-banner {
    background: url('/-/Media/Images/jobs/careers/socialcareandnursingcareers/nurse-home-banner.jpg') no-repeat center center;
    background-size: cover;
}


.full-width-banner#nurse-social-banner {
    background: url('/-/Media/Images/jobs/careers/socialcareandnursingcareers/nurse-social-banner.jpg') no-repeat center center;
    background-size: cover;
}	


.full-width-banner#nurse-therapy-banner {
    background: url('/-/Media/Images/jobs/careers/socialcareandnursingcareers/nurse-therapy-banner.jpg') no-repeat center center;
    background-size: cover;
}	


.full-width-banner#nurse-nursing-banner {
    background: url('/-/Media/Images/jobs/careers/socialcareandnursingcareers/nurse-nursing-banner.jpg') no-repeat center center;
    background-size: cover;
}	


/*interactive map*/


.map-popup{
    color:#fff!important;
    border-bottom:1px solid #fff!important;
}
#interactive-map {
	display: none;
}
@media(min-width:37.5em) {
	#interactive-map {
		display: block;
		position: absolute;
		top: 4em;
	}
}
#home-info {
	display: none;
	border-radius: 0.25em;
	background: #fff;
	padding: 0.5em;
	width: 200px;
	z-index: 1000;
	font-size: 0.9em;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(66, 65, 66, 1);
	box-shadow: 0px 3px 20px 0px rgba(66, 65, 66, 1);
}

	
	.display-flex{
		display:block;
	}
	


@media(min-width:48em) {
	
	
	.display-flex{
		display:flex;
	}
	
	#home-info {
		width: 300px;
		font-size: 1em;
	}
}
#home-info h3 {
	margin-bottom: 0;
}
#tooltip-close-button {
	float: right;
}
#tooltip-close-button img:hover {
	fill: green;
}
.houses {
	pointer-events: bounding-box;
}
.houses.active {
	fill: #008000;
}
.fadeHouse {
	opacity: 0.5;
}


.well.white-bg{
	background:#fff!important;
}

.well.teal-bg{
	background:#4DADB4!important;
	color:#222;
}

.well.navy-bg{
	background:#262754!important;
	color:#fff!important;
}

.h-100{
	height:100%!important;
}
