@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;
}


#local_header{
    display:none!important;
}

#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: #EC623C;
}
.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/earlyyears/earlyyearsbanner.jpg") no-repeat center center;
  background-size: cover;
}




.full-width-banner#childminder-banner {
  background: url("/-/Media/Images/jobs/careers/earlyyears/childminderbanner.jpg") no-repeat center center;
  background-size: cover;
}


.full-width-banner#earlyyears-banner {
  background: url("/-/Media/Images/jobs/careers/earlyyears/childearlyyearsbanner.jpg") no-repeat center center;
  background-size: cover;
}



.full-width-banner#start-your-career-banner {
  background: url("/-/Media/Images/jobs/careers/earlyyears/start-your-career-banner.jpg") no-repeat center center;
  background-size: cover;
}



a.thumbnail {
  padding: 0 0 1em 0;
  height: 100%;
}
.breakout-bg {
  background: #FFF1F0;
}
.breakout-bg.alternate{
  background: #CBE8F7;
}

.breakout-bg.alternate-two{
  background: #CBE8F7;
}

.breakout-bg.alternate-three{
  background: #E6EEE8;
}


.breakout-bg.light-orange{
    background:#fee0d6;
    color:#222;
}

.breakout-bg.light-green{
    background:#d6f6eb;
    color:#222;
}





.well h2 {
  margin-top: 1em !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;
}
.feature-blocks {
  width: 100%;
  overflow: hidden;
}
.feature-blocks .text-block {
  width: 65%;
  background: #fff;
  color: #444;
  font-weight: 500;
  padding: 1em 1em 0.5em;
  box-sizing: border-box;
}


.feature-blocks .text-block.green {
  background: #E6EEE8;
}


.feature-blocks .text-block.blue {
  background: #CBE8F7;
}


.feature-blocks .text-block.orange {
  background: #fee0d6;
}






.feature-blocks .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
}
.feature-blocks .image-block {
  width: 35%;
  box-sizing: border-box;
    height: 225px;
;

}




.chev-right::after {
  content: url("/-/Media/Images/jobs/careers/earlyyears/chevron-right-circle.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}


a[role="button"].primary.small {
  background: #08314C;
  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.small {
  background: #DCE8F7;
  color: #08314C;
  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-orange {
  color: #EC623C;
}

.corporate-lightblue {
  color: #1e98db;
}


.corporate-green {
  color: #6e8f6b;
}

.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;
}



@media (max-width: 30em) {
	.mob-pad{
		padding:2em;
	}
}

/*quiz*/
#quiz {
	display: flex;
	background:  #E6EEE8;
	border: 2px solid #fff;
}

@media (max-width: 600px) {
    #quiz {
    	display: block;
    }
    
    #quiz h2{
    font-size:1em;
}
}

#quiz h2{
    font-size:1.5em;
}
#quiz a[role="button"].next, #quiz a[role="button"] {
	color: #000;
	text-shadow: none;
	font-weight: 700;
	box-shadow: none;
	width: 100%;
	border: none;
	margin-top: 0.5em;
}
@media (min-width: 30em) {
	#quiz a[role="button"] {
		width: 50%;
	}
}
@media (min-width: 48em) {
	#quiz a[role="button"].next {
		width: 30%;
	}
}
#quiz a[role="button"]#request-info {
	width: 100%;
}
#quiz a[role="button"].next:hover, #quiz a[role="button"]:hover {
	color: #3C3C3B !important;
	background: #fff !important;
}
#quiz a[role="button"].next:nth-of-type(1), #quiz a[role="button"] {
	background:#EC623C;
	color: #222;
	    border-radius: 1.5em;
}
#quiz a[role="button"].next:nth-of-type(2) {
	color: #fff;
	background: #08314C;
	    border-radius: 1.5em;
}

#quiz a[role="button"].next:nth-of-type(3) {
	color: #222;
	background: #fff;
	 border-radius: 1.5em;
}
@media (min-width: 48em) {
	#quiz a[role="button"].next:nth-of-type(2), #quiz a[role="button"].next:nth-of-type(3) {
		margin-left: 1em;
	}
	#quiz a[role="button"], #quiz a[role="button"].next {
		margin-top: 0;
	}
}
#quiz .seven.columns {
	padding: 1em;
	width: 100%;
	margin-left: 0.5em;
}
#quiz .five.columns {
	display: none;
	margin-right: 0.5em;
}
@media (min-width: 50em) {
	
	#quiz .seven.columns {
		width: 100%;
	}
}
#quiz-wrapper {
	position: relative;
}
#quiz-wrapper h2 {
	font-size: 1.45em;
	margin: 1em 0 0.25em;
	color: #222!important;
}
#quiz-wrapper h3 {
	color: #222!important;
}
#quiz-container {
	position: relative;
	max-height: 275px;
	overflow-y: hidden;
	margin-bottom: 1em;
}
@media (min-width: 30em) {
	#quiz-container {
		max-height: 300px;
	}
}
@media (min-width: 48em) {
	#quiz-container {
		max-height: 175px;
	}
}
#quiz-container.result {
	max-height: 300px;
}
@media (max-width: 32.5em) {
	#quiz h4 {
		font-size: 1em;
	}
	#quizPosResult.longResult {
		min-height: 450px;
	}
	#quiz-wrapper {
		min-height: 450px;
	}
	#quiz-wrapper h2 {
		font-size: 1em;
		font-weight: bold;
	}
	#quiz-container.result {
		max-height: 450px;
	}
	#quiz-container {
		min-height: 350px;
	}
	#quiz-container h2 {
		font-size: 1em;
		margin-top: 0;
	}
}
.Box {
	position: relative;
	padding: 0 0 1em;
	color: #000;
	width: 100%;
	height: 400px;
	cursor: pointer;
}
.quiz-result {
	display: none;
	color: #222;
}
.quiz-result p.medium {
	margin-top: 0.5em;
}


@media (min-width: 50em) {
    #quiz .six.imgbg {
        display: block;
        background: url(/-/Media/Images/jobs/careers/earlyyears/quizbg.jpg) no-repeat;
        background-size: cover;
    }
}



.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;
    }
    
    
}