@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: #1E6D78;
}
.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: 2em 1em 3em;
}
.full-width-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  padding: 3rem 1rem;
}



.full-width-banner#engineering-banner {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-home.jpg") no-repeat center center;
  background-size: cover;
}

.full-width-banner#engineering-ourpeople {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-ourpeople.jpg") no-repeat center center;
  background-size: cover;
}



.full-width-banner#engineering-ourwork {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-ourwork.jpg") no-repeat center center;
  background-size: cover;
}



.full-width-banner#engineering-ourroles {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-ourroles.jpg") no-repeat center center;
  background-size: cover;
}

.full-width-banner#engineering-ourteams {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-ourteams.jpg") no-repeat center center;
  background-size: cover;
}


.full-width-banner#engineering-traininganddev {
  background: url("/-/Media/Images/jobs/careers/engineeringcareers25/engbanner-traininganddev.jpg") no-repeat center center;
  background-size: cover;
}








a.thumbnail {
  padding: 0 0 1em 0;
  height: 100%;
}
.breakout-bg {
  background: #D6E4E6;
}
.breakout-bg.alternate{
  background: #08314C;
  color:#fff;
}

.breakout-bg.alternate h2, .breakout-bg.alternate h3{
    color:#fff!important;
}

 .breakout-bg.alternate-two h2,
 .breakout-bg.alternate-two h3{
   color: #08314C!important;
}


.breakout-bg.alternate a:link, .breakout-bg.alternate a:visited{
  color: #fff;
  border-bottom: 1px solid #fff;
}

.breakout-bg.alternate a:hover, .breakout-bg.alternate 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: #f7f7f7;
  color:#222;
}

.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 > 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/engineeringcareers25/chevron-right-circle.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}

.chev-right-white::after {
  content: url("/-/Media/Images/jobs/careers/engineeringcareers25/chevron-right-circle-white.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  vertical-align: middle;
}



a[role="button"].primary {
  background: #1E6D78;
  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-teal {
  color: #1E6D78;
}

.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:#f7f7f7;
	color:#222;
}

.well h3{
	color:#08314C!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;
    }
    
    
}





