/*
Theme Name: BLANC new website!
Theme URI: http://www.liangeugene.com
Author: Liang Eugene
Author URI: http://www.liangeugene.com
Description: A straightforward cinematic theme for BLANC
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, black, images, responsive
Text Domain: BLANC
Version: 100.0
*/

/* 
 * Utlity Classes
 */

.hoverImg {
  height:101%;
  width:100%;
  background-color:#000;
  z-index:99;
  position:absolute;
  top:0;
  left:0;
  opacity:0.5;
  display:none;
} 
.navbar-default {
  background-color: #FFF;
  border-color: #FFF;
}

.active {
  color: #000;
  font-style: bold;
}

.fa.fa-facebook, 
.fa.fa-envelope {
  color: #000;
}

.fa.fa-facebook:hover, 
.fa.fa-envelope:hover {
  color: #ccc;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.more-gutter > [class*='col-'] {
    padding-right: 95px;
    /* padding-left:20px; */
}


.navbar-default .navbar-nav>.active>a {
  background-color: #fff;
  /* background-color: #F8F8F8; */
  color: #000;
}
body {
  overflow-x: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", serif; 
}

#contactWidget {
  /* can this actually work ? */
  position: relative;
  display: none;
  background-color: #fede00;
  color:#444;
  top:0px;
  width: 100%;
  padding-bottom: 30px;
  z-index:99999999;
  margin-top: 0px;
}

#contactWidget h3 {
  font-size:30px;
  font-weight: bold;
  color: #000; 
}

#contactWidget p {
  padding-top: 14px;
  font-size: 18px;
  color: #000;
}

#contactWidget .global-form {
  padding-top: 14px;
}

.btn-default {
  background-color: #000;
  color: #FFF;
  border-radius: 0;
}

.formClose {
  color: #444;
  padding-bottom: 10px;
  padding-right:10px;
  margin-top:4px;
  display:inline-block;
  float:right;
  position:relative;
}
.formClose:hover {
  cursor: pointer;
}

#mainNavi {
  line-height: 70px;
  height: 70px;
  padding-top: 0px;
  font-size: 14px;  
}
#mainNavi li.active a {
  color: #000;
}

#mainNavi li.active a:hover {
  background-color: #fff;
}
#mainNavi li a {
  line-height: 70px;
  height: 70px;
  padding-top: 0px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  margin-left: 12px;
  color: #b3b3b3;
}

@media (max-width: 1170px) {
  #bs-example-navbar-collapse-1 {
    z-index: 9000;
  }
  .hoverImg {
    display: block;
  }
  .cursor {
    cursor: pointer;
  }

  .more-gutter > [class*='col-'] {
      padding-right: 0px;
      /* padding-left:20px; */
      margin-left: -15px;
      margin-right: -15px;
  }
  #mainNavi {
    line-height: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 10px;  
  }
  #mainNavi li a {
    line-height: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 14px; 
    font-weight: bold;
    margin-right: 12px;
    margin-left: 10px;
    color: #b2b2b2;
  }

  #mainNavi li a:hover {
    color: #b3b3b3;
  }
  .navbar .navbar-collapse {
    background-color: #fff;
    color: #FFF;
    z-index: 999999;
  }
  #social-icons {
    display: none;
  }

  .navbar-default {
    border-color: #FFF;
  }
  .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    border-color: #fff;
  }

  .navbar-default .navbar-toggle:focus, 
  .navbar-default .navbar-toggle {
    background-color: #FFF;
    color: #fff;
  }

  .navbar-collapse {
    border-top: 1px solid #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
  }

  #contactWidget {
    padding-top: 16px;
  }
  #contactWidget h3 {
    font-size: 20px; 
  }

  #contactWidget p {
    padding-top: 14px;
    font-size: 12px;
    color: #000;
  }


  .navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    color: #000;
  }
  #mainNavi li.active a {
    color: #000;
  }

  .navbar-default .navbar-toggle:focus, 
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
}


/*!
 * Home Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  z-index:9;
}


.carousel-control.right,
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);

}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  z-index:2;
}

.carousel.fade .active.left, .carousel .active.right {
    left:0;
    opacity:1;
    z-index:3;
}
.carousel.fade .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:3;
}


/* desktop shd be 8 */
.carousel.fade .item.left {
  z-index: 9;
}
.carousel.fade .item.right {
  z-index: 9;
}
.carousel.fade .carousel-control {
  z-index: 9;
}

#hardLeft {
  z-index: 8;
}

/* mobile should be 8 */

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#footer-home {
  display: block;
  background-color: #000;
}
footer {
  background-color:#000;
}

footer a {
  color: white;
}


.navbar-brand {
  font-size: 10px;
  color: white;  
}

.careers-link {
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
}

.navbar-inverse .footer-brand {
  font-size: 10px;
  width: 400px;
  color: white;
}

.navbar-brand .footer-brand {
  font-size: 10px;
  width: 400px;
  color: white;
}
.navbar-inverse .navbar-nav>li>a.careers-link {
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
}

#myCarousel {
  margin-top: -10px;
}

/* needs to reset on mobile */




.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
  text-transform: uppercase;
}

.navbar-brand img {
  margin-top: 8px;
}

/* carousel customization */
#big-arrow {
  margin-top: -50px;
}





/*
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
*/


.carousel-caption {
  float: left;
  text-align: left;
  margin: 0 auto;
  margin-left: -11%;
  top: 200px;
  width: 50%;
  text-shadow: none;
}

.carousel-caption > img {
  padding-left: 10px;
  margin-top: -6px;
  display: inline-block;
}

.carousel-caption h3 {
  font-size: 34px;
  color: white;
  margin-top: -90px;
  font-weight: bold;
}

.carousel-caption a {
  font-size: 20px;
  color: white;
}
.carousel-indicators {
  position: absolute;
  top: 320px;
  margin-left: -41%;
  float: left;
  text-align: left;
  height: 80px;
}

.carousel-inner a {
  color: white;
}

.carousel-inner a:hover {
  color: white;
}

.carousel-control .large-next {
  background-image:url("http://blancmedia.s3-ap-southeast-1.amazonaws.com/wp-content/uploads/2015/04/carousel-arrow.png");
  width: 57px;
  height: 109px;
  margin-top: -15px;
  font-size: 30px;
  margin-right: 15px;
}

.carousel-control .icon-prev {
  display: none;
}

.carousel-control .icon-next::before {
  content: "";
}


#next-arrow {
  display: none;
}

.carousel-indicators li {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #646464;
  background-color: #646464;
  color: white;
  text-indent: 8px;
  padding-top: 2px; 
}

.carousel-indicators .active {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #444;
}

/* end carousel customization */

/* news flash */
.news-flash {
  position: absolute;
  display: block;
  color: #c7c6c6;
  background-color: black;
  height: 150px;
  width: 500px;
  bottom:170px;  
  z-index: 10;
  padding:8px 20px 20px 20px;
  background-color:rgba(000,0,0,0.7);
  float:left;
  margin-left: 8%;
}

.news-flash > img {
  margin-top: 12px;
}

.news-flash .header {
  position: relative;
  top: 10px;
  font-size: 1em;
  padding-left: 12px;
  margin-top: -4px;
}

.news-flash .data {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
}

.ticker {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticker li {
  height: 40px;
}


.fillHome {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
/* end news flash */


/* responsive version */
@media (max-width: 1170px) {
  .carousel.fade .item.left {
    z-index: 10;
  }
  .carousel.fade .item.right {
    z-index: 10;
  }
  .carousel.fade .carousel-control {
    z-index: 10;
  }

  #hardLeft {
    z-index: 10;
  }

  h1,h2,h3,h4,h5,h6,p {
    padding:0 15px 0 15px;
  }

  .img-responsive {
    padding:0;
    margin:0;
  }

  .fillHome {
    width: 100%;
    height: 100%;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
    /*
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    */
    background-position: 60% 20%;

  }

  #myCarousel {
    margin-top: 0px;
  }


  .navbar-header {
    padding-left: 4px;
  }
  .navbar-brand {
    padding-left: 4px;
  }
  .navbar-brand img {
    margin-top: 0;
    margin-left: 10px;
    height: 20px;
  }
  .navbar .navbar-collapse {
    text-align: left;
  }
  .carousel.fade .carousel-control .icon-prev {
    display: block;
  }

  .navbar-default .navbar-toggle {
    border: none;
  }

  #big-arrow {
    display: none;
  }

  .carousel.fade .carousel-control .icon-next::before {
    content: ""; /* "\203a" */
  }

  .carousel.fade .carousel-control .icon-prev::before {
    content: ""; /* "\2039" */
  }

  #next-arrow {
    display: block;
  }

  .news-flash {
    display: none;
  }

  #footer-home {
    display: none
  }
  .carousel-caption {
    top: 60px;
    width:97%;
    font-size:0.9em;
  }

  .carousel-caption a {
    margin-left: 10px;
    font-size: 14px; /* 27px */
    color: #d7d7d7;
  }

  .carousel-caption h3 {
    font-size: 19px; /* 32px */
    margin-top:-10px;
    margin-left: -5px;
    letter-spacing: 1px;
  }

  .carousel-indicators {
    display:none;
  }

  .carousel-control-containers .carousel-control {
    position: absolute;
    margin-bottom: 0px;
    top:91%;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
  } 


  .carousel-control.right {
    right:66%;
    background-color: #000;
    color:#FFF;
    height:40px;
    opacity: 1;
  }
  .carousel-control.left {
    background-color: #000;
    color:#FFF;
    height:40px;
    margin-left:15px;
    opacity: 1;
  }

  .carousel-caption > img {
    margin-top: -4px;
    height: 12px;
  }



  .col-lg-1, .col-lg-10 {
    padding:0;
  }



}


/*!
 * END Home Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/*!
 * Start Work Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* start of Work.php */

#workContainer {
  margin-top:44px;
  position: relative;
}

.footer, .push {
    height: 55px; /* .push must be the same height as .footer */
}

.work-item:hover {
  cursor: pointer;
}

.work-item {
  padding-bottom:25px;
}

.work-item > img:hover > .overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.5;
    border-radius:30px;
}

.work-item div {
  margin: 0 auto;
}

.work-item div h4 {
  padding-left:0px;
  margin-left: -40px;
  padding-top:10px;
  color: #3D3D3D;
  font-size: 20px;
  /* line-height: 0.4em; */
}

.work-item div a{
  display: inline-block;
  padding-left: 0px;
  margin-left: -40px;
  font-size: 15px;
  margin-top: -8px;
}


#workSorterContainer {
  padding: 0;
  background-color: #000;
  color: white;
  display: block; 
}

#workSorter {
  padding: 0px 0 0 20px;
  background-color: inherit;
}

#workSorter ul {
  list-style: none;
  padding:14px 14px 0px 14px;
}

#workSorter ul li{
  display: inline-block;
  padding-right: 20px;
}

#workSorter ul li:hover{
  cursor: pointer;
}

#paginationContainer .pagination{
  text-align: center;
}

.pagination li a, .pagination li span {
  color: #000;
}

.pagination li a.active {
  font-weight: bold;
} 

.pagination>.active>a {
  background-color: #000;
  border: 1px solid #000;
}

.work-item div span {
  display: none;
}

#sortUp {
  display: none;
  margin-top: -30px;
  padding-right: 100px;
}


.mobile-work-caption {
  display: none;
}
@media (max-width: 1170px) {

  #workContainer {
    margin-top:0px;
  }

  #workSorterContainer {
    display: none;
  }


  #pagingPageWork {
    margin-top: 30px;
    width: inherit;
    text-align: center;
  }
  #pagingPageWork > ul {
    margin: auto 0;
  }

  /*
  .work-caption {
    position: relative;
    top:-180px;
    z-index: 1;
  }

  .work-caption p {
    display: none;
  }
  */
  .work-caption {
    display: none;
  }

  .mobile-work-caption {
    display: block;
    position: absolute;
    z-index: 999;
    top:0;
    left:0;
    padding-left:10px;
    padding-top: 20px;
    font-size: 20px;
    color: white;
  }
  .work-item:hover {
    cursor: pointer;
  }
  .work-item {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow-y:hidden;
  }
  .work-item img {
    opacity: 1;
  }
  .work-item div h4 {
    margin: -40px 10px 10px 10px;
    color: white;
    line-height: 1em;
  }

  .workItemDesktopLink {
    display: none;
  }

  .work-item div > a {
    display: none;
  }

  .work-item div span {
    display: block;
    margin-top:-30px;
    display: none;
  }

  .work-item div span a {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 900;
  } 



  .paginationContainerWorkPage {
    display: none;
  }

}

/*!
 * END Work Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


 /*!
 * Start Work Single Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

#work-single {
  margin-top: 0px;

}

/*
.rightColumnData {
  margin-top:-20px;
}
*/

.mainContentRow {
  position: relative;
  /*top: 80px;*/
  /*margin-bottom: 30px;*/
}

.pushDown {
  padding-top: 100px;
}

/*
#work-single > .row {
  padding-top:100px;
  padding-bottom:100px;
}
*/
.introText {
  display: block;
}

.introText h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px
}

.introText p {
  font-size: 14px;
  line-height: 1.4em;
}

.introText h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 1.2em;
}

.introText p {
  font-size: 14px;
}

.introProj, .introProj p {
  font-size: 16px;
}

.readMore {
  padding:10px 10px 10px 0;
  font-size:1.2em;
  display: inline-block;
}

.readMore:hover {
  cursor: pointer;
}
.readMoreArrow > div {
  margin-top:4px;
}
.readMore .readMoreArrow {
  display: inline-block;
}

.more-text {
  display: none;
}

.more-text h4 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
}

.more-text p {
  font-size: 14px;
  line-height: 1.4em;
}

.more-text h4 {
  font-weight: bold;
}

@media (max-width: 1170px) {
  #work-single {
    margin-top: 0px;
  }
  .introTextP,
  .introTextH4 {
    display: none;
  }

  .introProjH1 {
    margin-top: -5px;
  }
  /*
  .introText {
    display: none;
  }
  */
  .readMoreArrow,
  .readMore {
    display: none;
  }

  .more-text {
    display: none;
  }

  .pushDown {
    padding-top: 40px;
  }

  .mainContentRow {
    position: relative;
    top: 10px;
    /*padding-bottom: 100px;*/
    margin-bottom: 0px;
  }

  .rightColumnData {
    margin-top: 0px;
  }


  .desktopPagination {
    display: none;
  }

  .mobilePagination {
    display: block;
  }

}

 /*!
 * END Start Work Single Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


 /*!
 * Start Inspiration Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


#inspiration {
  margin-top: 36px;
}

#inspiration-single {
  margin-top: 46px;
}

#inspiration-single > .row {
  padding-top: 50px;
  padding-bottom: 100px;
}
.inspiration-item {
  overflow: hidden;
}
.inspiration-item:hover {
  cursor: pointer;
}

.inspiration-item img {
  min-height: 8em;
}

.inspiration-caption-mobile {
  width: 100%;
  margin-left: 0px;
  position: relative;
  color: white;
  margin-top: -78px;
  padding:2px;
  overflow: hidden;  
}

/*
.inspiration-caption {
  width: 100%;
  margin-left: 0px;
  position: relative;
  color: white;
  background-color: #000;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  margin-top: -74px;
  padding:0px;
  overflow: hidden;
}
*/

.inspiration-caption {
  width: 100%;
  left: 0px;
  bottom: 0px;
  margin-left: 0px;
  position: absolute;
  color: white;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  padding:0px;
  overflow: hidden; 
}
.inspiration-caption h2 {
  letter-spacing: 1px;
}
.inspiration-caption-mobile h2,
.inspiration-caption h2 {
  font-size: 18px;
  line-height: 17px;
  display: block;
  margin-left: -30px;
}

.inspiration-caption p {
  letter-spacing: 1px;
}
.inspiration-caption-mobile p,
.inspiration-caption p {
  font-size: 13px;
  margin-top: -4px;
  display: block;
  margin-left: -30px;
}

.main-inspiration-item {
  min-height: 176px;
  background-color: yellow;
}

.main-inspiration-caption {
  z-index:1;
  position:absolute;
  margin-top: 60px;
}

.main-inspiration-caption .quote-date {
  padding-top: 3em;
  font-size: 13px;
  color: #000;
}

.main-inspiration-caption .quote-author {
  font-size: 16px;
  color: #000;
}

.main-inspiration-caption h4 {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  margin-top: -10px;
}

.main-inspiration-caption span {
  font-size: 0.9em;
}

.main-inspiration-caption h2{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 0.5em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", serif; 
  margin-left: 10px;
  margin-top: 30px;
}

.introTextInspiration h4 {
  font-weight: bold;
}
.introTextInspiration p {
  margin-top:-8px;
}
.introTextInspiration h4, 
.introTextInspiration p {
  font-size: 14px;
  color: #2f2f2f;
}

.introTextInspiration h4 {
  font-weight: bold;
}

.inspirationArticle h1 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0px;
  padding-bottom: 12px;
}

.inspirationArticle h3 {
  font-size: 16px;
  font-weight: bold; 
  margin-top: -6px;
  padding-bottom: 24px;
}

.inspirationArticle p {
  font-size: 14px;
}

.inspirationArticle h1, 
.inspirationArticle h3, 
.inspirationArticle p {
  color: #2f2f2f;
}

#mobileFooter {
  display: none;
}

.inspiration-caption-mobile {
  display: none;
}

@media (max-width: 1170px) {



  .inspiration-item {
    overflow-y: hidden; 
  }
  .inspiration-item img {
    min-height:4em;
  }
  #inspiration {
    margin-top: 0px;
  }

  .main-inspiration-caption {
    padding: 30px;
    margin-top: -40px;
  }

  .main-inspiration-caption h2 {
    font-size: 22px;
    padding-top: 0px;
  }

  .main-inspiration-caption h4 {
    font-size: 15px;
    font-weight: 900;
  }

  .main-inspiration-caption .quote-date {
    padding-top: 75px;
    font-size: 14px;
  }

  .main-inspiration-caption .quote-author {
    font-size: 13px;
  }


  .inspiration-caption-mobile {
    display: block;
    height: 200px;
    margin-top: -100%;
    color: white;    
    z-index: 99;
  }

  .inspiration-caption-mobile h2 {
    font-size: 18px;
    margin-left: 0px;
    color: white;
  }

  .inspiration-caption-mobile p {
    margin-left: 0px;
    color: white;
  }

  .inspiration-caption {
    display: none;
  }





  #inspiration-single {
    margin-top: 60px;
  }

  #inspiration-single > .row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #mobileFooter {
    display: block;
  }

  #desktopFooter {
    display: none;
  }


  .inspirationArticle h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    padding: 0 25px 12px 25px;
  }

  .inspirationArticle h3 {
    font-size: 14px;
    font-weight: bold; 
    padding: 0 25px 12px 25px;
  }

  .inspirationArticle p {
    font-size: 12px;
    padding: 0 25px 0 25px;
  }

  .dateholderInspirationArticle {
    display: none;
  }

  /*
  .inspirationArticle {
    padding: 0 25px 0 25px;
  }
  */


}

 /*!
 * END Inspiration Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


 /*!
 * Start People Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



#people-top {
  position: relative;
  padding: 20px 100px 20px 0;
  display: none;
}

#people-top:hover {
  cursor: pointer;
}

#people-overview {
  color: #2A9D7E;
  font-size: 22px;
  font-weight: bold;
}

#people-services {
  color: #B1B1B1;
  font-size: 22px;
  font-weight: bold;
}

#people-values {
  color: #B1B1B1;
  font-size: 22px;
  font-weight: bold;
}

#people-ourpeople {
  color: #B1B1B1;
  font-size: 22px;
  font-weight: bold;
}

.full {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height:100%;
  /* padding-top: 80px; */
}


/* 
  follow the margin-top for 
  this on page-people.php 
*/
#peopleChoicesContainer {
  background-color: #000;
  color: #FFF;
}


#peopleChoices ul {
  list-style: none;
  padding:14px 14px 10px 6px;
  margin-left: -14px;
}

#peopleChoices ul li{
  display: inline-block;
  padding-right: 18px;
  font-size: 14px;
}



#peopleChoices ul li:hover{
  cursor: pointer;
}

.services-item {
  border-top: 1px solid #FFF;
  padding: 4px;
  margin-top: 2px;
  width: 80%;
  margin-left: 20px;
}


.services-item-click h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0093ED;
  margin-left: -20px;
  padding: 4px 0 4px 0;  
}

.services-item-click h4,
.services-item-click0 h4,
.services-item-click1 h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0093ED;
  margin-left: -20px;
  padding: 4px 0 4px 0;
}





.services-item-label-cat h5 {
  font-size: 15px;
  color: #0093ED;
}

.services-item-label-cat p {
  font-size: 21px;
  color: #0093ED;
}

.services-item-click-icon {
  margin-top:4px;
  float:right;
}

.services-item-click-icon > div {
  margin-top:12px;
}

.services-item-click:hover,
.services-item-click0:hover,
.services-item-click1:hover {
  cursor: pointer;
}

.services-item-description {
  display: none;
  margin-left: -10px;
}

.services-item-description > p {
  font-size: 22px;
  color: #E7E7E7;
}

#people-overview-container, 
#people-services-container, 
#people-values-container, 
#people-ourpeople-container {
  color:#FFF;
  z-index:0;
  padding-top: 150px;
  margin-top: -50px;
  position: relative;
  overflow-y: scroll;
}

#people-overview-container {
  margin-top: 0px;

}

#people-overview-container h2{
  color: #2A9D7E;
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: -100px;
  margin-bottom: 60px;
  font-weight: bold;
  z-index: 0;
  padding-top: 60px;
  padding-left: 18px;
}

#people-services-container h2 {
  color: #0093ED;
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: -120px;
  margin-bottom: 60px;
  font-weight: bold;
  z-index:0;
  padding-top: 80px;
  padding-left: 18px;
}

#people-values-container h2 {
  color: #FFD800;
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: -120px;
  margin-bottom: 60px;
  font-weight: bold;
  z-index:0;
  padding-top: 80px;
  padding-left: 30px;
}

#people-ourpeople-container h2 {
  color: #DC003C;
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: -100px;
  margin-bottom: 60px;
  font-weight: bold;
  z-index:0;
  padding-top: 80px;
  padding-left: 18px;
}


.overview-description > p {
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: 1px;  
}
 
.services-description > p {
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: 1px;
}


.ourpeople-description > p {
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: 1px;
}

.peoplevalues-description > p {
  font-size: 22px;
  padding-left: 30px;
  letter-spacing: 1px; 
}


.mobilePagePeople {
  display: none;
}
@media (max-width: 1170px) {


  /* all desktop stuff goes hidden */
  #peopleChoicesContainer,
  #peopleChoicesContainer,
  #people-overview-container,
  #people-services-container,
  #people-values-container,
  #people-ourpeople-container {
    display: none;
  }


  .mobilePagePeople {
    display: block;
    margin: 0 0 0 0;
    padding: 6px;
    background-color: #000;
  }

  .theWhiteLine {
    margin: 10px 10px 10px 10px;
    height: 1px;
    border-top:1px solid #fff;
    padding: 0 10px 0 10px;
  }

  .mobileOverView {
    margin-top: 50px;
  }

  .mobileOverView h2 {
    color: #2A9D7E;
    font-size: 22px;
  }
  .mobileOverView p {
    color: #fff;
  }

  .mobileServicesView h2 {
    font-size: 22px;
  }

  .mobileServicesView h2, 
  .mobileServicesView h4 {
    color: #0093ed;
  }
  .mobileServicesView p {
    color: #fff;
  }
  .mobileValuesView h2 {
    color: #ffd800;
    font-size: 22px
  }
  .mobileValuesView p {
    color: #fff;
  }
  .mobilePeopleView h2 {
    color: #dc003c;
    font-size: 22px
  }

  .mobilePeopleView p {
    color: #fff;
  }





  #peopleChoicesContainer-sticky-wrapper {
    display: none;
  }


  #people-overview-container, 
  #people-services-container, 
  #people-values-container, 
  #people-ourpeople-container {
    padding-top: 70px;
    padding-left: 30px;
  }


  #people-overview-container h2, 
  #people-services-container h2, 
  #people-values-container h2, 
  #people-ourpeople-container h2{
    margin-bottom: 0px;
  }

  #peopleChoicesContainer {
    height: 45px;
    margin-top: -65px;
    padding-left: 24px;
    display: none;
  }

  #peopleChoices ul {
    list-style: none;
    padding:8px 8px 4px 0;
    margin-left: -14px;
  }

  #peopleChoices ul li{
    display: inline-block;
    padding-right: 10px;
    font-size: 0.9em;
  }

  .services-item {
    border-top:1px solid #FFF;
    margin:0 auto;
    width:90%;
  }
  .services-item-click {
    margin-left: -30px;

  }
  .services-item-click h4 {
    font-size: 14px;
  }
  .overview-description p, 
  .services-description p, 
  .peoplevalues-description p, 
  .ourpeople-description p{
    font-size: 14px;
  }
  .services-item-description p {
    font-size: 14px;
  }
  .services-item-description > p {
    margin-left: 0;
    font-size: 14px;
  }

  .services-item-description {
    display: block;
    margin-left: -30px;
  }

  .services-item-click-icon {
    display: none;
  }

  .services-item-label-cat {
    display: none;
  }

  #people-overview-container h2, 
  #people-services-container h2, 
  #people-values-container h2, 
  #people-ourpeople-container h2 {
    margin-top: -100px;
    font-size: 18px;
  }

  .full {
    height: auto;
    padding-bottom: 40px;
  }

}


.people_services_columns,
.people_services_columns p {
  font-size: 14px;
  line-height:1em;
  letter-spacing: 1px;
}



 /*!
 * END People Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


 /*!
 * Start Careers Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.endingWhiteLine {
  margin: 0 30px 0 18px;
  height: 1px;
  border-top:1px solid #fff;
  width: 76%;
}

#careers-container {
  margin-top: 40px;
  padding-left: 35px;
  overflow-y: scroll;
  overflow-x: hidden;
}



#careers-container h2 {
  font-size: 35px;
  color: #fdcd2a;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 0px;

}

#careers-container .careers_page_description {
  margin-top: -18px;
}

#careers-container p {
  padding: 12px 0 12px 0;
  font-size: 15px;
  color: white;
  letter-spacing: 1px;
}

.endingText {
  padding: 60px 0 12px 0;
  font-size: 15px;
  color: white;
  letter-spacing: 1px;
  width: 80%; 
}


#careers-container .careersCTA {
  margin-top: -60px;
}

#careers-container p span {
  font-size: 20px;
  color: #fdcd2a;

}

.careers-item {
  border-top: 1px solid #FFF;
  padding: 4px;
  margin-top: 2px;
  width: 80%;
  margin-left: 2px;
}

.careers-item-click h4 {
  font-size: 20px;
  color: #a7a7a7;
  margin-left:-20px;
  letter-spacing: 1px;
}

.careers-item-click-icon {
  margin-top:4px;
  float:right;
}

.careers-item-click-icon > div {
  margin-top:12px;
}

.careers-item-click:hover {
  cursor: pointer;
}

.services-item-description > p {
  color: #E7E7E7;
  margin-left: -10px;
  font-size: 16px;
}

.paddingTop30 {
  padding-top: 30px;
}

.marginLeftMinus20 {
  margin-left: -10px;
}

.mobileCareers {
  display: none;
}
@media (max-width: 1170px) {
  .desktopCareers {
    display: none;
  }
  .mobileCareers {
    display: block;
    margin-top:50px;
  }

  .mobileCareers h2 {
    color: #fdcd2a;
    margin-left: -10px;
  }
  .mobileCareers h4 {
    color: #fdcd2a;
    margin-left: -10px
  }
  .mobileCareers p {
    color: #fff;
    margin-left: -10px
  }

  .mobileCareers p.mobileCTA {
    color: #fdcd2a;
    font-size: 16px;
  }

  .mobileCareers .mobileWhiteLine {
    height: 1px;
    border-top:1px solid #fff;
    margin: 4px 10px 4px 4px;
  }

  .mobileCareers .mobileWhiteLineEnding {
    height: 1px;
    border-top:1px solid #fff;
    margin: 14px 0 14px 0; 
  }
  #careers-container {
    margin-top: 0px;
    padding: 0 10px 0 10px;
  }

  #careers-container .careersCTA {
    margin-top: 0px;
    font-size: 14px;
  }

  #careers-container h2 {
    font-size: 24px;
    padding: 12px 25px 12px 30px;
  }
  #careers-container .careers_page_description {
    font-size: 13px;
    padding:0 25px 0 30px;
  }



  #careers-container p span {
    font-size: 16px;
    margin-top: -12px;
  }


  .careers-item {
    width: 85%;
    margin:0 30px 0 30px;
  }
  .careers-item-click {
    padding: 0;
    margin: 0;
  }
  .careers-item-click h4 {
    padding: 0;
    font-size: 14px;
    color: #fdcd2a;
    margin-left:0px;
  }
  .paddingTop30 {
    padding-top: 0px;
  }
  .marginLeftMinus20 {
    margin-left: 0px;
  }
  .services-item-description > p {
    margin-left: 14px;
    font-size: 14px;
  }
}
 /*!
 * END Careers Page
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
