html{
  max-width: 100% !important;
  overflow-x: hidden !important;
}

 body{

  font-family: 'Montserrat', sans-serif;
  background: #FFF;
  margin:0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;

}

.skew-content p{
  color: #FFF !important;
}

.skew-content h1{
  color: #FFF;
}

.careers-hero{
  padding-top: 0px;
  padding-bottom: 50px;
  background: #fff;
  width: auto;
  font-family: 'Montserrat', sans-serif;
}

   
.panel-body{
  background: #FAFAFA;
}

.panel-body p{
  font-size: 20px;
}

.panel-body a{
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #3266D5;
}


.container{
  padding-top: 0px;
    position: relative;
    width: 100%;
    /* background: linear-gradient(to right, #C8C8C8 1%, #ffffff 100%);*/
    }


.tab-pane h4,h3, h1{
  color: #333;
  font-weight: bold;
}

.choice{

  font-size: 40px;
  font-weight: 400;
}

.panel:hover{

  box-shadow: none;
  transform: none !important;
  background-color: #FAFAFA;
}


.form-control{

  border: 2px solid #C0C0C0;
  background-color: #f5f5f5;

}


.column {
     
    float: left;
    width: 50%;
    padding: 5px;
    padding-left: 20px;

}

.project{
  padding-left: 40px;
  padding-right: 30px;
}

.panel-project{

  padding-left: 20px;
  padding-right: 10px;
  
}

.column img{
   border-radius: 2px;
    
   /*opacity: 0.5;*/
    
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
}
/* Responsive layout - stacks up on top of each other instead of next to each other till 1024px*/
@media screen and (max-width: 1024px){

  .column {
        width: 100%;
    }

}


@media screen and (max-width: 500px) {
   .project{
  padding-left: 10px;
  padding-right: 10px;
}

}

@media screen and (max-width: 500px) {
   .panel-project{
  padding-left: 0px;
  padding-right: 0px;
}


}

#panel_control_manual{
  margin-left: 25px;
  margin-right: 25px;
}


.ctext{
   position: relative;
 
}


.ctext p{
  color: white;
  float: left;
  padding-left: 35px;
  font-size: 30px;

}

.ctext h5{
  color: white;
  float: left;
  padding-left: 35px;
  text-transform: uppercase;
  font-weight: bold;
  

}

.text-block {
    position: absolute;
    bottom: 10%;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 375px){

  .ctext p{
  color: white;
  font-size: 15px;
  font-weight: bold;

}

.ctext h5{
  color: white;
  text-transform: uppercase;
  font-weight: bold;

}


}


/*Rotating text*/
.text {
  text-align: center;
}

.text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
  float: right;
}

.letter {
  display: inline-block;
  position: relative;
/*  float: left;*/
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {

  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

span{
  text-align: right;
  display: flex;
  flex-direction: row;
  /*font-weight: bold;*/
  font-size: 70px;
}

.different{
 /* font-weight: bold;*/
  font-size: 70px;
  color: grey;
}

@media screen and (max-width: 1024px){

span{
  text-align: right;
  display: flex;
  flex-direction: row;
  /*font-weight: bold;*/
  font-size: 70px;
}

.different{ 
 /* font-weight: bold;*/
  font-size: 70px;
  color: grey;
}

}

@media screen and (max-width: 514px){

.different{
  padding-top: 100px;
  
  }
}


.word2 {
  padding-left: 80px;
}


.word4 {
  padding-left: 80px;
}

.wordsame{
   /*padding-left: 200px;*/
   text-indent: 200px;
}



@media screen and (max-width: 514px){

  .word {
  font-size: 40px;
 /* float: left;*/
}

.word2{
  padding-left: 0px !important;
}

.word4{
  padding-left: 0px !important;
}

.different{
  font-size: 70px;
  
  }

}

@media screen and (max-width: 514px){

  .text span{
    
    display: inline-block;
  font-size: 45px;
  text-align: center;

  }

  .wordsame{
    display: inline-block;
  font-size: 45px;
  text-indent: 0px;
  }


}


.panel-body{
  min-height: 353.7px;
}

#footer{
  background-color: #333;
  padding-top: 25px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 995px) {
  
  #footer{
    text-align: left !important;
  }

  .footer-follow {
  text-align: left !important;
  padding-left: 28px;
  margin-bottom: 20px;
  }

  .footer-copyright{
    float: left;
    padding-left: 28px;
  } 
}


.block-content a{
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.block-content a:hover{
  color: #0099ff;
  
}

.block-title span{
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 15px;
}



#footer{
 /* background-image: url(../img/footer-bg.jpg);*/
  background: radial-gradient(174.08px at 3.3% -0.21%, rgba(20,153,249,0.8) 0,
  rgba(15,114,229,0) 100%),radial-gradient(736.55px at 73.96% 100%, #1499f9 0, 
  rgba(16,131,231,0.9) 44.73%, rgba(15,114,229,0) 100%),#063975;
}

.navbar-brand{
  padding-left: 40px;
}

@media (max-width: 768px){
.navbar-brand{
  padding-left: 0px !important;
}
}

#build-what-matters-to-you{
  min-height: 550px;
  background: #f8f9fa;
  padding: 70px;
}

#build-what-matters-to-you h4{
  
  color: #1e3c72;
  
}

#build-what-matters-to-you h2{
  padding-top: 50px;
  color: #1e3c72;
  padding-bottom: 70px;

}

#build-what-matters-to-you a{
  font-size:17px;
}

.work{
  max-width: 150px;
  max-height: 150px;
}

.hero-culture{
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
  }

.hero-culture p, h5, h1{
  color: #FFF !important;
  text-align: left;
}

#company-culture{

  min-height: 400px;
  background: #1e3c72;
  padding: 70px;

}

@media (max-width: 470px) {

  #company-culture{
    padding: 20px !important;
  }

  .hero-culture h1{
  font-size: 25px;
}

}

.hero-culture h2{
color: #FFF;
padding-top: 50px;
}

.img-respo {
  max-width: 458px; 
  max-height: 270px; 
}

@media screen and (max-width: 514px){

  .img-responsive {
  height: auto;
  width: 100%;
}

}

.simphire p{
  font-size: 18px;
}
#workingatspendpi{
  min-height: 300px;
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  padding: 30px;
  text-align: center;

}

#workingatspendpi p{
  color: #FFF !important; 
}

#workingatspendpi h4{
  color: #FFF; 
  padding-top: 30px;

}

#workingatspendpi h3{
  color: #FFF; 
  font-size: 30px;

}


.working-at-spendpi{
  padding-left: 240px;
}


.hiring-hero{
  min-height: 550px;
  background: #f8f9fa;
  padding: 70px;
}

.hiring-hero p{
  color: #808080 !important;
}

.hiring-hero h5{
  color: #1e3c72 !important;
}

.hiring-hero h1{
  color: #1e3c72 !important;
}

@media (max-width: 470px) {

  .hiring-hero{
    padding: 20px !important;
  }

  .hiring-hero h1{
  font-size: 25px;
  }

}

.flex-grid .col {
  flex: 1;
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}
.flex-grid-thirds .col {
  width: 32%;
}

.be-you {
  padding: 80px;
  
}

.be-you h1{
  color: #1e3c72 !important;
  text-align: center;
}

.col p{
  font-size: 25px;
  text-align: center; 
  color: #1e3c72;

  
}
.flex-grid { 
  margin: 0 0 20px 0;
}
.col {
  background: #e6faff;
  padding: 100px;
  
}

.b-b1{
  background: #FFF;
}

.b-b3{
  background: #FFF;
}


@media (max-width: 1023px) {
  .be-you {
    display: none;
   
}

}


@media screen and (min-width: 0px) and (max-width: 1023px) {
  #core { 
    display: block; 
    text-align: center;
    }  /* show it on small screens */

  #core h2{
  color: #1e3c72;
}
  #core li{
    line-height: 1.9;
    text-align: justify-all;
  }
}

@media screen and (min-width: 1024px){
  #core { display: none; }   /* hide it elsewhere */
}

.values:hover{
   transform: scale(1.1);
}

.values-adds:hover{
   transform: scale(1.2);
}

.hiring-process{
  padding-top: 80px;
  background: transparent !important;
}

.hiring-process a{
  font-size: 25px;
}

.hiring-content{
  padding-top: 20px;
  background: transparent !important;
}

.hiring-content p, img{
  display: inline-block !important;
}


#challenging{
  min-height: 400px;
  background: #FFF;
  padding: 70px;
}

@media (max-width: 470px) {

  #challenging{
    padding: 20px !important;
  }

  #challenging h1{
  font-size: 25px;
  }

}

.challenging-hero p{
  color: #808080;
}
.challenging-hero h5{
  color: #1e3c72 !important;
}

.challenging-hero h1{
  color: #1e3c72 !important;
}

#how-we-hire{
  min-height: 400px;
  background: #f8f9fa; 
  padding: 70px;

}


#how-we-hire h1{
  color: #1e3c72 !important;
}

#how-we-hire p{
  color:  #808080;
}

@media (max-width: 470px) {
#how-we-hire{
  padding: 20px
  }

  .hiring-content img{
  max-width: 100px !important;
  max-height: 100px !important;

  }
}


.join-us{
  background-image: url(../img/joinus.jpg);
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 700px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;

}

.join-us h1{
  text-align: center !important;
  color: #FFF;
  padding-left: 140px !important;
  padding-right: 140px !important;
  
}

.join-us-hero{
  padding-top: 20%;

}

@media (max-width: 470px) {

  .join-us h1{
  text-align: center !important;
  color: #FFF;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 300;
  
}

}


/*All roles*/

#home {
  height: 95vh;
}

#home .home-wrapper {
  padding-top: 20%;
}

.home-wrapper h1{
  padding-left: 40px;
}

.home-wrapper a{
  float: left;
  padding-left: 40px;
  font-weight: bold;
  color: #FFF;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-10px);}
}
.bounce {
  animation-name: bounce;
}


.bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .3;

}

.home-content h1 {
  padding-top: 40px;
  text-transform: uppercase;
  font-size:30px;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
  float: right;
  background: transparent;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
  color: #868F9B;
}

.breadcrumb>li+li:before {
  color: #868F9B;
}


.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}



@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
    font-size:31.5px;
  }

  .main-btn , .default-btn , .outline-btn , .white-btn  {
    padding: 8px 22px;
    font-size:14px;
  }

  .home-content h1 {
    font-size:20px;
  }

  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .header-wrapper .breadcrumb {
    float: none;
    text-align: center;
  }
}


.roles-hero{
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
  }

.roles-hero p{
  color: #000 !important;
  text-align: left;
}

#roles-panel{

  min-height: 400px;
  background: #FFF;
  padding: 70px;

}

@media (max-width: 470px) {

  #roles-panel{
    padding: 20px !important;
  }

  .roles-hero h1{
  font-size: 25px;
}

}

.roles-hero h2{
color: #FFF;
padding-top: 50px;
}


.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.3333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat !important;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
    background-repeat: no-repeat !important;
  }
}

.card__image--river {
  background-image: url(../img/tech-jobs.jpg);
  background-repeat: no-repeat !important;
}
.card__image--record {
  background-image: url(../img/support.jpg);
  background-repeat: no-repeat !important;
}
.card__image--fence {
  background-image: url(../img/equip.jpg);
  background-repeat: no-repeat !important;
  
}

@media only screen and (max-width: 767px){

  .card__image {
    background-repeat: no-repeat !important;
  }
  
  .card__image--river {
  background-image: url(../img/tech-jobs.jpg) no-repeat;
  background-repeat: no-repeat !important;
}
.card__image--record {
  background-image: url(../img/support.jpg) no-repeat;
  background-repeat: no-repeat !important;
}
.card__image--fence {
  background-image: url(../img/equip.jpg) no-repeat;
  background-repeat: no-repeat !important;
  
}

}


.card__title {
  color: #696969;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.card__text p{
  flex: 1 1 auto;
  font-size: 0.1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  color: blue !important;

}

#open-roles{
  background: #FFF;
  padding: 70px;
}

#open-roles h3{
  text-align: center;
  color: #1e3c72;
}

#open-roles a{
  font-size: 2.1rem;

}

#open-roles p{
  padding-top: 10px;
  font-size: 1.4rem;
  padding-bottom: 40px;
  
}

@media (max-width: 470px) {

  #open-roles{
    padding: 20px !important;
  }

}

.job p{
  font-size: 1.5rem !important;
  color: #565d6d !important;
}

.job a{
  color: #334fbf !important;
}


.job-head h1{
  padding-bottom: 240px;
}

@media (max-width: 470px) {

  .job-head h1{
  padding-bottom: 20px;
  padding-left: 10px;
}

}



/*/All roles*/

/*Job decsriptions*/
#job-hero {
  

  }

#job-posting{
  min-height: 500px;
  background: #F0F0F0;
  padding-top: 70px;
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 1200px) {

  #job-posting{
  padding: 30px;
  }
  
}

#job-posting p{
  color: #808080;
  font-size: 1.6rem;
}

#job-posting h3{
  color: #1e3c72;

}

.job-title{
  padding-top: 10px;
  padding-bottom: 40px;

}

.job-title p, .apply-btn{
  display: inline-block !important;
  float: right;
}

.job-title h2{
  text-align: left !important;
}

.apply-btn{
  display: inline-block;
  padding: 5px 20px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  background: #2ba327;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 200;
}



@media (max-width: 472px) {

 .job-title p, .apply-btn{
  display:table;
  float: none;
  align-content: center;
}

.job-title button{
  margin-left: 30px !important;
}

}

.job-desc h3{
  padding-left: 30px;
  font-size: 1.7rem;
  color: #1e3c72;
}

.job-desc h2{
  padding-left: 30px;
  font-size: 2.9rem;
  color: #1e3c72;
}

.job-desc p{
  padding-left: 30px;
  padding-top: 5px;
  float: left !important;
  color: #565d6d !important;
}

.job-desc ul{
 padding-left:45px;
 color: #565d6d !important;
}
.job-desc li{
  list-style: initial;
  color: #565d6d !important;
}


.job-title{
  padding-top: 10px;
  padding-bottom: 40px;

}


.job-pgend a{
  padding-left: 30px !important;
  float: left !important;
}

.job-pgend a, .apply-btn-end{
  display: inline-block !important;
  float: right;
}

.apply-btn-end{
  display: inline-block;
  padding: 5px 20px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  background: #3266D5;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 200;
}

@media (max-width: 472px) {

 .job-pgend a, .apply-btn-end{
  display:table;
  float: none;
  align-content: center;
}

.job-pgend button{
  margin-left: 30px !important;
}

}

.multiple-jobdesc{
  background: #F0F0F0;
  padding-top: 70px;
  padding-left: 200px;
  padding-right: 200px;
}

@media (max-width: 1200px) {

  .multiple-jobdesc{
  padding: 30px;
  }
  
}

.multi-head {
  min-height: 120px;
  background: #FFF !important;
}

.multi-body {
  background: #FFF !important;
}
.multijob-title h3{
  padding-left: 30px;
  font-size: 1.7rem;
  color: #1e3c72;
}

.multijob-title h2{
  padding-left: 30px;
  font-size: 2.9rem;
  color: #1e3c72;
  text-align: left !important;
}

.multijob-title p{
  padding-left: 30px;
  padding-top: 5px;
  float: left !important;
  color: #565d6d !important;
  font-weight:normal !important; 
}

.multi-body p{
  padding-left: 30px;
  padding-top: 5px;
  float: left !important;
  color: #565d6d !important;
  font-size: 1.6rem;
}

.multi-body ul{
 padding-left:45px;
 color: #565d6d !important;
}
.multi-body li{
  list-style: initial;
  color: #565d6d !important;
}

.multi-body h3{
   padding-left: 30px;
  font-size: 1.7rem;
  color: #1e3c72;
}

.multi-body a{
  padding-left: 30px !important;
  float: left !important;
}

.multi-body a, .apply-btn-end{
  display: inline-block !important;
  float: right;
}

@media (max-width: 513px) {

  .job-multipgend a, .apply-btn-end{
  display:table;
  float: none;
  align-content: center;
}

.job-multipgend button{
  margin-left: 30px !important;
}

}

#look-down{
  float: right;
  padding-right: 30px;
  color: #1967d2 !important;
}

#look-down p{
  color: #1967d2 !important;
  font-weight: bold !important;
}


@media (max-width: 510px) {

  #look-down{
  float: none !important;
  padding-right: 0px !important;
  
  }

}


@media (max-width: 510px) {

  .multi-head{
    min-height: 200px !important;
  }

}

@media (max-width: 417px) {

  .multi-head{
    min-height: 200px !important;
  }

}

@media (max-width: 325px) {

  .multi-head{
    min-height: 250px !important;
  }

}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}



.open-role {
  height: 10px;
  width: 10px;
  background-color: #2cbc21;
  border-radius: 50%;
  display: inline-block;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}

.closed-role {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  
}

@media only screen and (max-width: 995px) {
  
  #footer{
    text-align: center;
  }

  .footer-title{
    text-align: center !important;
  }
}

.navbar-brand img{
  padding-left: 20px !important;
}

.bg-img{
  background-image: url(../img/job-desc-cover.jpg) !important; 
}

.equal-opportunity{
  border: 1px solid #565d6d;
  padding: 10px;
  border-radius: 3px;
}

/*/Job descriptions*/
