@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: #861936;
}
.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#teachers-banner {
  background: url("/-/Media/Images/jobs/careers/educationcareers25/earlyyearsbanner") no-repeat center center;
  background-size: cover;
}






a.thumbnail {
  padding: 0 0 1em 0;
  height: 100%;
}
.breakout-bg {
  background: #F6EAF5;
}
.breakout-bg.alternate{
  background: #08314C;
  color:#fff;
}

.breakout-bg.alternate h2, .breakout-bg.alternate-two h2,
.breakout-bg.alternate h3, .breakout-bg.alternate-two h3{
   color: #fff!important;
}


.breakout-bg.alternate a:link, .breakout-bg.alternate a:visited,
.breakout-bg.alternate-two a:link, .breakout-bg.alternate-two a:visited {
  color: #F6EAF5;
  border-bottom: 1px solid #F6EAF5;
}

.breakout-bg.alternate a:hover, .breakout-bg.alternate a:active,
.breakout-bg.alternate-two a:hover, .breakout-bg.alternate-two a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.well.white a:link, .well.white a:visited {
  color: #01599d;
  border-bottom: 1px solid #01599d
}

.well.white a:hover, .well.white a:active {
  color: #480387;
  border-bottom: 1px solid #480387;
}

.well.white h2{
    color:#08314C!important;
}


.breakout-bg.alternate-two{
  background: #861936;
  color:#fff;
}

.breakout-bg.alternate-three{
  background: #E6EEE8;
}



.well.white {
  background: #fff;
	color:#222;
}

.well.dark-blue {
  background: #08314C;
	color:#fff;
}

.well.dark-blue h2, .well.dark-blue h3 {
	color:#fff!important;
}



.well.dark-blue a:link, .well.dark-blue a:visited {
  color: #F6EAF4;
  border-bottom:1px solid #F6EAF4;
}

.well.dark-blue a:hover, .well.dark-blue a:active {
  color: #fff;
  border-bottom:1px solid #fff;
}


.well.pale-pink {
  background: #F6EAF4;
  color:#222;
}


.well.pale-pink  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.secondary summary {
  background: #861936;
  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 .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/educationcareers25/chevron-right-circle.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

.chev-right-pink::after {
  content: url("/-/Media/Images/jobs/careers/educationcareers25/chevron-right-circle-pink.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}


a[role="button"].primary {
  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"].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: #861936;
  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-darkred, p.lead {
  color: #861936;
}

.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;
	}
}




.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#banner-education-careers { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-education-careers.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-how-to-apply { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-how-to-apply.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-our-benefits { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-our-benefits.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-our-roles { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-our-roles.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-pay-ranges { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-pay-ranges.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-routes-into-teaching { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-routes-into-teaching.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-safeguarding { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-safeguarding.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-supply-teaching { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-supply-teaching.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-support-roles { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-support-roles.jpg") no-repeat center center; 
  background-size: cover;
}

.full-width-banner#banner-teaching { 
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-teaching.jpg") no-repeat center center; 
  background-size: cover;
}


.full-width-banner#banner-headteacher-roles {
  background: url("/-/Media/Images/jobs/careers/educationcareers25/banner-headteacher.jpg") no-repeat center center;
  background-size: cover;
}


.head-quote-auth{
    color:#D9E74C;
    font-weight:700;
    font-size:1.15rem;
}

.head-quote-mark{
    color:#D9E74C;
    font-size:2em;
    font-weight:700;
}




/* Make the two halves equal height */
.hero-split {
  display: flex;
  flex-wrap: wrap; /* stack on small screens */
}

/* Ensure each half stretches to the same height */
.hero-split > .columns {
  display: flex;
}

/* BLUE QUOTE PANEL */
.quote-panel {
  background-color: #01203F;
  color: #fff;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-split h2{
    color:#D9E74C!important;
}

.breakout-bg.alternate h2.lime{
     color:#D9E74C!important;
}

.breakout-bg.alternate-four{
   background:#01814E!important;
   color:#fff;
}


.breakout-bg.alternate-four h2{
   color:#fff!important;
}

.well.well-head{
    background:#01814E;
    color:#fff;
}

.well.well-head-apply{
    background:#01203F;
    color:#fff;
}


.well.well-head-apply a:link, .well.well-head-apply a:visited{
    color:#D9E74C;
    border-bottom:1px solid #D9E74C;
}

.well.well-head-apply a:hover, .well.well-head-apply a:active{
    color:#fff;
    border-bottom:1px solid #fff;
}


a[role="button"].primary.head-btn{
    background: #D9E74C;
    color: #01203F;
    font-weight: 700;
    box-shadow: none;
    padding: .5rem .75rem;
    text-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border: 0;
    border-radius: 2em;
    text-transform: uppercase;
}

a[role="button"].primary.head-btn:hover{
    background: #01814e;
    color: #fff;
}

.quote {
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

/* IMAGE SIDE */
.image-wrap {
  width: 100%;
  margin: 0;            /* remove default figure margins */
  display: flex;
}

.image-fit {
  display: block;
  width: 100%;
  height: 100%;         /* fill parent height to match blue panel */
  object-fit: cover;    /* crop to fill while preserving aspect ratio */
  object-position: center;
  min-height: 320px;    /* ensures a decent height on small screens */
}

/* Responsive: stack vertically */
@media (max-width: 48em) {
  .hero-split { flex-direction: column; }

  /* Make sure edges still butt on mobile */
  .columns.alpha,
  .columns.omega { padding-left: 0; padding-right: 0; }

  /* Slightly reduce padding for smaller screens */
  .quote-panel { padding: 2rem 1.5rem; }

  /* Keep image tall enough when stacked */
  .image-fit { min-height: 280px; }
}


.lime-quote{
    color: #D9E74C;
    font-size:4em;
    display:block; 
    margin-bottom:0;
    max-height:60px
}