@font-face {
    font-family: 'Campton Bold';
    src: url("/fonts/Campton-BoldDEMO.otf");
}
@font-face {
    font-family: 'Campton Light';
    src: url("/fonts/Campton-LightDEMO.otf");
}




body {
  margin: 0;
  padding: 0;
  text-align:center;
  color:rgba(0,0,0,.9);
  font-family:'Campton Light';
}

h1,h2,h3,h4,h5{
  font-family:'Campton Bold';
}

h1 {
  font-size: 85px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  width: calc(100% - 30px);
  height: 500px;
  padding-top: 350px;
  background-color: rgba(50,50,50,.6);
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  font-size: 50px;
  margin-bottom:15px;
}

p {
    width: 95%;
    margin: 0 auto;
    font-size: 25px;
    line-height: 35px;
}
img {
  width: 100%;
}

.reg-font{
  font-family:"Georgia", tahoma, serif;
}
.clearfix {
  width: 100%;
  height: 1px;
  clear: both;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.splash-section {
  min-height: 850px;
  background-image: url(images/join-our-incredible-team-photo-header.jpg);
  background-size: cover;
}

.team-value-section .container {
  padding-bottom: 135px;
}

.team-value-section .image-footer {
  max-height: 450px;
  overflow: hidden;
  text-align: left;
}
img.main-image {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  float: left;
}
img.secondary-image {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.company-section {
    background-color: #3E3E3F;
    color: #fff;
    padding: 25px 0 115px;
}




.board-box {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  float: left;
  vertical-align: top;
  font-size: 16px;
}
.board-box h3 {
    margin-bottom: 10px;
    padding-top: 35px;
}
.board-box p {
    font-size: 18px;
    line-height: 28px;
    width: 75%;
}
.board-box.lounge{
  background-image:url(images/office-space.jpg);
  background-size:cover;
}
.board-box.flower{
  background-image:url(images/flower.jpg);
  background-size:cover;
}
.board-box.trip{
  background-image:url(images/trip.jpg);
  background-size:cover;
}
.board-box.table{
  background-image:url(images/table.jpg);
  background-size:cover;
}


.about-section {
    background-color: #EBE9E7;
    padding: 25px 0 95px;
}

.testimonial-section {
    padding: 95px 0 95px;
}

.testimonial{
  position:relative;
  width:90%;
  font-family:"Georgia";
  font-weight:500;
}
.testimonial span {
  width: 50px;
  display: block;
  position: absolute;
}
.testimonial span.right {
    right: -55px;
    bottom: 15px;
}
.testimonial span.left{
  left: -55px;
  top: -30px;
}
.testimonial span img{
  width:100%;
}
p.author {
  font-family: "Campton Bold";
  margin-top: 15px;
}



.position {
  margin-top: 50px;
  position:relative;
}

.position.last{
  padding-top:35px;
}
.position.last  :before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(0,0,0,.9);
  margin: 0 auto;
  left: -100px;
  right: -100px;
  top: 0px;
}

.position h4{
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.position h4 span{
  text-transform:capitalize;
}
.pipe{
  font-family:"Helvetica", arial, sans-serif;
  padding: 0 5px;
  display:inline-block;
}
.position p {
    font-size: 18px;
    line-height: 23px;
}
.position h5{
  font-size:16px;
  padding-left:15px;
}

.requirements{
  margin-top:25px;
}

.requirements > div {
  width:49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.requirements ul {
  padding-left: 35px;
  list-style-position: outside;
  padding-right: 15px;
}
.requirements ul li {
  font-size:16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.extra p {
  font-size: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
  line-height: 30px;
}

.positions-section .image-footer{
  max-height: 450px;
  overflow: hidden;
  text-align: left;
}

.apply-section {
    background-color: #3E3E3F;
    color: #fff;
    padding: 35px 0 150px;
}

.apply-section a {
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: #3E3E3F;
  color: #fff;
  padding: 5px 0 15px;
}
footer .container {
  border-top: 2px solid;
  padding-top: 10px;
}
footer p {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  width: 100%;
}




@media(max-width:1499px) {
  .board-box p{
    font-size:16px;
    width:90%;
    line-height:25px;
  }
}

@media(max-width:1199px) {
  .container{
    width:990px;
  }
  .testimonial{
    width:85%;
  }
  .testimonial span{
    width:35px;
  }
}

@media(max-width:991px) {
  .container{
    width:750px;
  }
  .splash-section{
    min-height:600px;
  }
  h1{
    font-size: 60px;
    height: 400px;
    padding-top: 275px;
  }
  h2{
    font-size:40px;
  }
  
  p{
    font-size: 20px;
    line-height: 30px;
  }
  .team-value-section .container {
    padding-bottom: 75px;
  }
  .board-box p {
    font-size: 14px;
    width: 95%;
    line-height: 22px;
  }
}

@media(max-width:767px) {
  
  .container {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  
  
  .splash-section {
    min-height: 500px;
  }
  
  h1 {
    font-size: 40px;
    height: 325px;
    padding-top: 175px;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 10px);
  }
  h2{
    font-size:26px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  
  img.main-image{
    width:100%;
  }
  img.secondary-image{
    display:none;
  }
  
  .company-section{
    padding-bottom:60px;
  }
  .board-box{
    width:100%;
  }
  .board-box h3{
    padding-top:15px;
  }
  .board-box p{
    padding-bottom:25px;
  }
    
  
  .testimonial span{
    width:20px;
  }
  .testimonial span.left {
    left: -5px;
    top: -30px;
  }
  .testimonial span.right {
    right: -20px;
    bottom: 15px;
  }

  .image-splash.team{
    overflow:hidden;
    width:100%;
  }
  .image-splash.team img{
    width: 200%;
    left: -50%;
    position: relative;
  }
  
  .position p{
    font-size:14px;
  }
  
  .requirements > div{
    width:100%;
  }
  
  .apply-section{
    padding: 35px 0 100px;
  }
  footer p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 100%;
  }

}