
#projects {
  position:relative;
  margin-bottom:0px;
}



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
  .container {
    width:804px;
    padding:0 97px 0 91px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  .container {
    width:643px;
    padding:0 59px 0 68px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  .container {
    width:442px;
    padding:0 67px 0 68px;
  }
}

@media (max-width: 576px) { 
  .container {
    width:90%;
    padding:0 5%;
  }
}


/* HEADER */

#projects header {
  position:relative;
  display: block;
  margin-top:140px;
  padding-bottom:60px;
}
@media (max-width: 991px) { 
  #projects header  {
    margin-top:100px;
    padding-bottom:35px;
  }
}

#projects header .bluebox {
  width: 35px;
  height: 35px;
  background-color: #33c6f4;
  position:absolute;
  top:8px; left:0px;
  z-index: -1;
}

@media (max-width: 991px) { 
  #projects header .bluebox {
    width: 27px;
    height:27px;
  }
}

#projects header h2 {
    font-weight: 400;
    font-size: 36px;
    color: #363636;
    padding: 0 0 0 50px;
    letter-spacing: -0.02em;
    margin:0;
    margin-bottom:10px;
}

#projects header h1 {
    font-weight: 700;
    font-size: 48px;
    color: #363636;
    padding: 0px 0 0 0px;
    letter-spacing: -0.02em;
}

@media (max-width: 991px) { 
#projects header h2 {
    font-size: 27px;
    padding: 0px 0 0 40px;
  }
}

/* END OF HEADER */




#projects .sectionbox {
  padding-top:60px;
  padding-bottom:116px;
}



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  
  #projects .sectionbox {
    padding-top:40px;
    padding-bottom:100px;
  } 
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #projects header h1 {
      font-size: 37px;
  }
  #projects .sectionbox {
    padding-top:0px;
    padding-bottom:100px;
  } 
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) { 
  #projects header h1 {
      font-size: 37px;
  }
  #projects .sectionbox {
    padding-top:0px;
    padding-bottom:100px;
  } 
}











#projects .quotebox {
  position: relative;
}


#projects .quotebox h4::before {
  content:url(../images/projects_openquote.png);
  left:0px;
  top:-55px;
  position:absolute;
}

#projects .quotebox .person {
  color:#707070;
  text-align: right;
  /* border-top:3px solid #33c6f4; */
  padding-top:15px;
}

#projects .quotebox .name {
  font-weight:600;
  font-size:20px;
  display:inline-block;
  padding-right:15px;
  border-right:1px solid #707070;
}

#projects .quotebox .age {
  font-weight:400;
  font-size:15px;
  display:inline-block;
  padding-left:15px;
}

#projects .quotebox .status {
  font-weight:300;
  font-size:20px;
  display:block;
  padding-top:5px;
}




#projects .quotebox.one {
  padding: 0;
  margin-top:140px;
  margin-bottom:0px;
  margin-left:150px;
  margin-right:105px;
}

#projects .quotebox.two {
  padding: 0;
  margin-top:140px;
  margin-bottom:110px;
  margin-left:45px;
  margin-right:40px;
}

#projects .quotebox.third {
    padding: 0;
    margin-top: 140px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
}

#projects .quotebox h4 {
  font-weight:300;
  font-size:32px;
  color:#636363;
  margin:0;
  padding-bottom:30px;
  line-height:50px;
}

#projects .quotebox.one h4, 
#projects .quotebox.third h4  {
  padding-left:60px;
  text-align: center;
  padding-bottom: 40px;
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
  #projects .quotebox.one {
    margin-top:80px;
    margin-bottom:0px;
    margin-left:90px;
    margin-right:70px;
  }
    #projects .quotebox h4 {
    font-size:27.5px;
    padding-bottom:0px;
    line-height:40px;
  }
  #projects .quotebox .person {
    /* border-top:2px solid #33c6f4; */
    padding-top:15px;
  }

  #projects .quotebox .name {
    font-size:17.5px;
  }

  #projects .quotebox .age {
    font-size:12px;
  }

  #projects .quotebox .status {
    font-size:17.5px;
  }

#projects .quotebox.third {
    margin-top: 110px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
}

  #projects .quotebox.third h4  {
    padding-left:30px;
    text-align: center;
    padding-bottom: 40px;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #projects .quotebox.one{
    margin-top:80px;
    margin-bottom:0px;
    margin-left:50px;
    margin-right:50px;
  }
    #projects .quotebox.one h4,
    #projects .quotebox.third h4 {
    font-size:27.5px;
    padding-bottom:30px;
    padding-left: 40px;
    line-height:40px;
  }
  #projects .quotebox .person {
    /* border-top:2px solid #33c6f4; */
    padding-top:15px;
  }

  #projects .quotebox .name {
    font-size:17.5px;
  }

  #projects .quotebox .age {
    font-size:12px;
  }

  #projects .quotebox .status {
    font-size:17.5px;
  }

  #projects .quotebox.third{
    margin-top:100px;
    margin-bottom:60px;
    margin-left:25px;
    margin-right:40px;
  }


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 577px) and (max-width: 767px) { 
  #projects .quotebox.one{
    margin-top:80px;
    margin-bottom:0px;
    margin-left:25px;
    margin-right:100px;
  }
    #projects .quotebox.one h4,
    #projects .quotebox.third h4 {
    font-size:27.5px;
    padding-bottom:30px;
    padding-left: 40px;
    line-height:40px;
  }
  #projects .quotebox .person {
    /* border-top:2px solid #33c6f4; */
    padding-top:15px;
  }

  #projects .quotebox .name {
    font-size:17.5px;
  }

  #projects .quotebox .age {
    font-size:12px;
  }

  #projects .quotebox .status {
    font-size:17.5px;
  }

  #projects .quotebox.third{
    margin-top:100px;
    margin-bottom:60px;
    margin-left:25px;
    margin-right:40px;
  }
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
  #projects .quotebox.one{
    margin-top:80px;
    margin-bottom:0px;
    margin-left:5%;
    margin-right:5%;
  }
    #projects .quotebox.one h4,
    #projects .quotebox.third h4 {
    font-size:24px;
    padding-bottom:30px;
    padding-left: 30px;
    line-height:30px;
  }
  #projects .quotebox .person {
    /* border-top:2px solid #33c6f4; */
    padding-top:15px;
  }

  #projects .quotebox .name {
    font-size:16px;
  }

  #projects .quotebox .age {
    font-size:12px;
  }

  #projects .quotebox .status {
    font-size:16px;
  }

  #projects .quotebox.third{
    margin-top:100px;
    margin-bottom:60px;
    margin-left:5%;
    margin-right:5%;
  }
}













#projects .iconbracketleftbottom {
  margin-top:-60px;
  margin-left:-20px;
}

#projects .row .col .bluedivider {
  width:100%;
  height:4px;
  background-color:#33c6f4;
  margin-top:64px;
}


#layoutC .row .col .bluedivider {
  margin-top:88px;
}




#projects .sectionheader {
  padding-bottom:25px;

}

#projects .sectionheader .icon {
  width:30px;
  padding-right:5px;
}

#projects .sectionheader {
  font-size:35px;
  font-weight:300;
  color:#363636;
}





#projects .row {
  width:100%;
  display:block;
  font-size:0;
  margin-bottom:0px;
}

#projects .row .col {
  display:inline-block;
  vertical-align: top;
}

#projects .row .col.left {
  width:472px;
  padding:0 0 0 57px;
}

#projects .row .col.right {
  width:472px;
  padding:0 0px 0 30px;
}

#projects .row .col .projectsbox {
  width:100%;
  height:340px;
  background-size:cover;
  overflow: hidden;
  margin-bottom:35px;
  position:relative;
}


#projects .row .col.fullwidth {
  width:975px;
  padding:0 0 0 57px;
}

#projects .row .col.fullwidth .projectsbox {
  height:450px;
  background-position:center center;
  background-attachment: cover;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

#projects .row .col .projectsbox.fullheight {
  height:690px;
  padding:0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#projects .row .col .projectsbox.fullheight.two {
  height:670px;
}

.bigscreen {display:block;}
.smallscreen {display:none;}
#projects .row .col.smallscreen {display:none; }
#projects .row.smallscreen {display:none; }



/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
  #projects .row .col.left {
    width:370px;
    padding:0 0 0 34px;
  }

  #projects .row .col.right {
    width:370px;
    padding:0 0px 0 30px;
  }

  #projects .row .col .projectsbox {
    height:273px;
  }


  #projects .row .col.fullwidth {
    width:900px;
    padding:0;
    /*
    width:771px;
    padding:0 0 0 34px;
    */
  }

  #projects .row .col.fullwidth .projectsbox {
    height:354px;
  }

  #projects .row .col .bluedivider {
    height:3px;
    margin-top:64px;
  }

  #layoutC .row .col .bluedivider {
    margin-top:100px;
  }

  #projects .row .col .projectsbox.fullheight {
    height:546px;
  }

  #projects .row .col .projectsbox.fullheight.two {
    height:535px;
  }

  .bigscreen {display:block;}
  .smallscreen {display:none;}
  #projects .row .col.smallscreen {display:none; }
  #projects .row.smallscreen {display:none; }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #projects .row .col.left {
    width:442px;
    padding:0 0 0 97px;
    display:block;
  }

  #projects .row .col.right {
    width:442px;
    padding:0 0 0 97px;
    display:block;
  }

  #projects .row .col .projectsbox {
    height:325px;
    margin-bottom:30px;
  }

  #projects .row .col.fullwidth {
    width:100%;
    padding:0 0 0 0px;
  }

  #projects .row .col.fullwidth .projectsbox {
    height:317px;
    border-top-right-radius: 0px;
  }


  .bigscreen {display:none!important;}
  .smallscreen {display:block!important;}

  #projects .sectionheader.one {
    padding-left:130px;
  }
  
  #projects .sectionheader .icon {
    width:20px;
    padding-right:5px;
  }

  #projects .sectionheader {
    font-size:28px;
    padding-bottom:10px;
  }

  #layoutA .row .col.fullwidth .projectsbox {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #layoutB .row .col.fullwidth .projectsbox {
    margin-left:-103px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #layoutC .row .col .projectsbox.fullheight {
    height:721px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #layoutD .row .col.fullwidth .projectsbox,
  #layoutE .row .col.fullwidth .projectsbox {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-left:-103px;
  }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  #projects .row .col.left {
    width:442px;
    padding:0 0 0 0px;
    display:block;
  }

  #projects .row .col.right {
    width:442px;
    padding:0 0px 0 0px;
    display:block;
  }

  #projects .row .col .projectsbox {
    height:325px;
    margin-bottom:30px;
  }

  #projects .row .col.fullwidth {
    width:580px;
    padding:0 0 0 0px;
  }

  #projects .row .col.fullwidth .projectsbox {
    height:317px;
    border-top-right-radius: 0px;
  }


  .bigscreen {display:none!important;}
  .smallscreen {display:block!important;}

  #projects .sectionheader.one {
    padding-left:180px;
  }
  
  #projects .sectionheader .icon {
    width:20px;
    padding-right:5px;
  }

  #projects .sectionheader {
    font-size:28px;
    padding-bottom:10px;
  }

  #layoutA .row .col.fullwidth .projectsbox {
    width:580px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
  }

  #layoutB .row .col.fullwidth .projectsbox {
    width:600px;
    margin-left:-156px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
  }

  #layoutC .row .col .projectsbox.fullheight {
    height:721px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #layoutD .row .col.fullwidth .projectsbox,
  #layoutE .row .col.fullwidth .projectsbox {
    width:600px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    margin-left:-156px;
  }

}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
  #projects .row .col.left {
    width:100%;
    padding:0 0 0 0px;
    display:block;
  }

  #projects .row .col.right {
    width:100%;
    padding:0 0px 0 0px;
    display:block;
  }

  #projects .row .col .projectsbox {
    height:250px;
    margin-bottom:30px;
  }

  #projects .row .col.fullwidth {
    width:100%;
    padding:0 0 0 0px;
  }

  #projects .row .col.fullwidth .projectsbox {
    height:270px;
    border-top-right-radius: 0px;
  }


  .bigscreen {display:none!important;}
  .smallscreen {display:block!important;}

  #projects .sectionheader.one {
    padding-left:120px;
  }
  
  #projects .sectionheader .icon {
    width:20px;
    padding-right:5px;
  }

  #projects .sectionheader {
    font-size:28px;
    padding-bottom:10px;
  }

  #layoutA .row .col.fullwidth .projectsbox {
    width:110%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
  }

  #layoutB .row .col.fullwidth .projectsbox {
    width:110%;
    margin-left:-10%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
  }

  #layoutC .row .col .projectsbox.fullheight {
    width:110%;
    height:500px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #layoutD .row .col.fullwidth .projectsbox,
  #layoutE .row .col.fullwidth .projectsbox {
    width:110%;
    margin-left:-10%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }

  #projects .row .col .projectsbox.fullheight.two {
      height: 500px;
  }

}




#talktous {
  display:block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 150px;
}

#talktous .smallercontainer {
  width: 700px;
  background-color: #7d7d7d;
  color: white;
  display: block;
  padding: 60px 100px;
  margin: 0 auto;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


#talktous .header h2 {
    font-weight: 700;
    font-size: 42px;
    color: white;
    margin-top: 0;
}

#talktous .header h2 img {
  top:55px;
  position: absolute;
}

#talktous .contentbox {
  display: block;
  font-size: 0;
}

#talktous .itemset,
#talktous .iconbox,
#talktous .textbox {
  display: inline-block;
  vertical-align: top;
}

#talktous .itemset {
  padding: 5px 0;
}

#talktous .itemset.left {
  width: 40%;
}

#talktous .itemset.right {
  width: 58%;
}


#talktous .iconbox {
  width: 43px;
  height: 43px;
  padding: 5px;
}

#talktous .iconbox img {
  width: 100%;
}

#talktous .textbox {
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
}

#talktous .textbox a {
  color: white;
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
  #talktous .smallercontainer { width:700px; padding: 60px 75px; }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
  #talktous .smallercontainer { width:420px; padding: 60px 50px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
  #talktous .smallercontainer { width:470px; padding: 60px 50px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
  #talktous .smallercontainer { width:85%; padding: 60px 30px; }
  #talktous .itemset,
  #talktous .itemset.left,
  #talktous .itemset.right  { display:block; width:99% }

}



.people {
    font-size: 23px;
    font-weight: 700;
    color: #636363;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.people::before {
    font-family: fontawesome;
    content: '\f101';
    font-size: 2.1em;
    margin-left: -0.5em;
    padding-right: 0.3em;
    vertical-align: middle;
    line-height: 1em;
    color: #33c6f4;
}







