/***************/
/*GLOBAL STYLES*/
/***************/
body, td { 
  font-family: 'Lato', sans-serif;
  font-size: 14px;}
.page-width{
  max-width: 1200px;
  margin: auto;
}
.text-white{
  color: #fff;
}
h1, h2, h3, h4, h5{
    font-family: "Gill Sans MT", Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5, p{
  margin-top: 0px;
  }
@media (max-width: 767px) {
  h1{
    font-size: 26px;
  }
  h2{
    font-size: 22px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 18px;
  }
  h5{
    font-size: 16px;
  }
  p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 21px;
  }
  h4{
    font-size: 22px;
  }
  h5{
    font-size: 16px;
  }
  p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 22px;
  }
  h5{
    font-size: 16px;
  }
  p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
  }
}
.inline{
  display: inline;
}
.row-offset-none{
  margin-right: 0px;
  margin-left: 0px;
}
.row-offset-10{
  margin-right: 10px;
  margin-left: 10px;
}
.top-offset-none{
  margin-bottom: 0px;
}
.top-offset-mini{
  margin-top: 10px;
}
.top-offset-small{
  margin-top: 20px;
}
.top-offset-30{
  margin-top: 30px;
}
.top-offset-medium{
  margin-top: 40px;
}
.top-offset-large{
  margin-top: 60px;
}
.bottom-offset-none{
  margin-bottom: 0px;
}
.bottom-offset-mini{
  margin-bottom: 10px;
}
.bottom-offset-small{
  margin-bottom: 20px;
}
.bottom-offset-medium{
  margin-bottom: 40px;
}
.bottom-offset-large{
  margin-bottom: 60px;
}
.pad-left-20{
  padding-left: 20px;
}
.pad-right-20{
  padding-right: 20px;
}
.pad-left-30{
  padding-left: 30px;
}
.pad-right-30{
  padding-right: 30px;
}
.pad-right-none{
  padding-right: 0px;
}
.pad-left-none{
  padding-left: 0px;
}
.pad-left-60{
  padding-left: 60px;
}
.left-right-offset-mini{
  margin-left: 10px;
  margin-right: 10px;
}
.footer{
  font-size: 16px;
}
/*******************/
/*END GLOBAL STYLES*/
/*******************/

.nav .active{
  border-bottom: 2px solid #c00;
}
.galleryOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid gray;
}

.galleryImageContainer:hover .galleryOverlay {
  opacity: 1;
}

.overlayText {
  color: #333;
  font-size: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.galleryImageContainer {
  position: relative;
  width: 100%;
}

.galleryImage {
  display: block;
  width: 100%;
  height: auto;
}


.gallery{
/*  max-width: 1070px;
  margin: 0 auto;*/
}
.gallery .row img{
  border: 1px solid #aaa;
}


@media only screen and (min-width: 1200px){
  .bs{
    width: 331px;
  }
  .squares{
    width: 170px;
    float: right;
  }
  .nav{
    margin-top: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .squares{
    width: 160px;
    float: right;
  }
  .bs{
    float: left;
    width: 331px;
  }
  .nav{
    margin-top: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .squares{
    width: 140px;
    float: right;
  }
  .bs{
    float: left;
    width: 294px;
  }
  .nav{
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px){
  .squares{
    width: 120px;
    float: none;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .bs{
    float: none;
    margin: 0px auto;
    width: 260px;
  }
  .nav{
    text-align: center!important;
  }
}

.text-black{
  color: #444;
}
.text-red:hover{
  color:#a10;
}
a{
  color: #c00;
}
a:hover{
  color: #a10;
}
img{
  width: 100%;
}
.nav{
    list-style:none;
    text-align:right;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block!important;
    padding:0px!important;
    margin: 10px;
}
.nav li a:hover{
  background-color: transparent;
  color: #444;
}
.nav li a .text-red:hover{
  border-bottom: 2px solid #444!important;
}
.nav li a .text-black:hover{
  border-bottom: 2px solid #c00!important;
}
.black{
  background-color: #000;
}




@media (min-width: 1200px) {
  .designs{
    font-size: 74px;
    color: #fff;
  }
  .that-not-only{
    font-size: 28px;
    color: #aaa;
    line-height: 52px;
  }
  .function-or{
    font-size: 29.3px;
    line-height: 8px;
    color: #aaa;
  }
  .look-nice-but{
    font-size: 26px;
    color: #aaa;
    line-height: 0px;
  }
  .that-stand{
    font-size: 53px;
    line-height: 8px;
    color: #fff;
  }
  .look-nice-but-that-stand{
    padding-left: 27px;
  }
  .out{
    font-size: 55px;
    color: #fff;
    line-height: 50px;
  }
  .in-the-crowd{
    font-size: 38.7px;
    line-height: 31px;
    color: #aaa;
  }
  .clean-smart-effective{
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .designs{
    font-size: 68px;
    color: #fff;
  }
  .that-not-only{
    font-size: 25px;
    color: #aaa;
    line-height: 50px;
  }
  .function-or{
    font-size: 25.4px;
    line-height: 0px;
    color: #aaa;
  }
  .look-nice-but{
    font-size: 21px;
    color: #aaa;
    line-height: 0px;
  }
  .that-stand{
    font-size: 45px;
    line-height: 8px;
    color: #fff;
  }
  .look-nice-but-that-stand{
    padding-left: 27px;
  }
  .out{
    font-size: 49px;
    color: #fff;
    line-height: 48px;
  }
  .in-the-crowd{
    font-size: 33px;
    line-height: 25px;
    color: #aaa;
  }
  .clean-smart-effective{
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .designs{
    font-size: 57px;
    color: #fff;
  }
  .that-not-only{
    font-size: 21px;
    color: #aaa;
    line-height: 36px;
  }
  .function-or{
    font-size: 22px;
    line-height: 8px;
    color: #aaa;
  }
  .look-nice-but{
    font-size: 18px;
    color: #aaa;
    line-height: 0px;
  }
  .that-stand{
    font-size: 39px;
    line-height: 8px;
    color: #fff;
  }
  .look-nice-but-that-stand{
    padding-left: 27px;
  }
  .out{
    font-size: 39px;
    color: #fff;
    line-height: 36px;
  }
  .in-the-crowd{
    font-size: 28.6px;
    line-height: 17px;
    color: #aaa;
  }
  .clean-smart-effective{
    font-size: 40px;
  }
}
.red-line {
  border: none;
  border-bottom: 2px solid #C00;
  margin: 30px 0 30px 0;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 65%;
    margin: 30px auto;
    max-width: 800px;
}}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-indicators li {
/*  border: 1px solid #a10;*/
  background-color: #fd7872;
  border-radius: 0px;
}
.carousel-indicators .active {
  background-color: #a10;
}
@media (max-width: 767px){
  .project-page .top-offset-large{
    margin-top: 20px;
  }
}
.icons{
  max-width: 50px;
  margin-right: 20px;
  float: left;
}
.project-role{
  font-size: 16px;
  font-weight: bold;
}






/*Below added with site update 2/11/18*/

.bs{height: 76px;}
.text-dark-red{color:#c30000;}
.verticalText{
  -ms-transform: rotate(-90deg); /* IE 9 */
   -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
  font-size: 60px;
  color: #888;
  }
.verticalText-mobile{
      color: #888;
      padding-top: 20px;
}
.top-offset-400{
  margin-top: 400px;
}
.top-offset-xxl{
  margin-top: 170px;
}

.top-offset-240{
  margin-top: 240px;
}
.bottom-offset-xlarge{
  margin-bottom: 100px;
}
.bracket{
  font-size: 500px;
  color:#ccc;
}
.paradox{
  z-index: -1;
  background-image: url("../img/paradox.png");
  margin-top: 100px;
  background-repeat:  no-repeat;
  background-position: center bottom;
}
.rectangle{
  height: 170px;
  background: rgba(244, 144, 141, 0.2);
}
.rectangle-1{
  width: 70%;
  margin-top: 60px;
}
.rectangle-2{
  width: 80%;
}
.rectangle-3{
  width: 90%;
}
.rectangle-text{
  width: 190px;
  margin-left: 160px;
}
.rectangle-bracket{
    font-size: 100px;
    color: #444;
    padding-top: 3px;
}
.nl-rectangle{
  background: rgba(244, 144, 141, 0.2);
}
.nl-rectangle-1, .nl-rectangle-2, .nl-rectangle-3{
  width: 30%;
  margin-top: 120px;
  float: left;
  margin-left: 3%;
  padding-top: 80px;
}
.nl-rectangle-1{
  padding-bottom: 140px;
}
.nl-rectangle-2{
  padding-bottom: 200px;
}
.nl-rectangle-3{
  padding-bottom: 100px;
}
.nl-rectangle-text{
  width: 70%;
  margin-left: 10px;
}
.nl-rectangle-bracket{
    font-size: 100px;
    color: #444;
    padding-top: 10px;
    margin-left: 6px;
}
.circle {
  width: 330px;
  height: 330px;
  background: rgba(244, 144, 141, 0.2);
  -moz-border-radius: 165px;
  -webkit-border-radius: 165px;
  border-radius: 165px;
  position: absolute;
}
.circle-1{
  left: 50%;
}
.circle-2{
  top: 185px;
  left: 10%
}
.circle-3{
  top: 185px;
  left: 90%;
}
.circle-4{
  left: 50%;
  top: 370px;
}
.circle h5{
  margin-left: 21%;
  margin-top: 33.5%;
  margin-bottom: 23px;
}
.circle p{
  margin-left: 21%;
  width: 73%;
}
.circle-bracket{
    font-size: 100px;
    color: #444;
    float: left;
    margin-top: 25%;
    margin-left: 9%;
}
.text-red{
  color:#c00;
}
.opaque{
  opacity: .5;
}
.goal-square{
  width:  50px;
  height:   50px;
  float: left;
}
.red-1{
  background-color: #be1600;  
}
.red-2{
  background-color: #d73224;  
}
.red-3{
  background-color: #f2544b;  
}
.red-4{
  background-color: #f4908d;  
}
.goals-gradient{
  z-index: -1;
  background-image: url("../../img/goals-bg-gradient.png");
  background-repeat:  repeat-x;
  padding-bottom:   100px;
}
.top-offset-10{
  margin-top: 10px;
}
.liTier1{
  list-style-image: url(../img/liTier1.png);
}
.liTier2{
  list-style-image: url(../img/liTier2.png);
}
.liTier3{
  list-style-image: url(../img/liTier3.png);
}
.strike{
  text-decoration: line-through;
}
.result-text{
  color: #D73224;
  font-size: 22px;
  font-weight: bold;
  margin-left: 70px;
}
.results-bg{
  background-color: #eee;
  padding-bottom: 90px;
  margin-bottom: 100px;
}
.asterisks{
  font-size: 40px;
  font-weight: bold;
  color: #444;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.note{
  background-color: #eee;
  padding: 20px;
  font-size: 16px;
  margin-left: 15px
}
.note li{
  margin-bottom: 10px;
}
.note-stripe{
  background: linear-gradient(270deg, #FBCBC9, #FBD0CE, #EEEEEE);
  margin: 20px -20px 15px 0px;
  padding: 10px;
  font-size: 18px;
}
.note-stripe-text{
  width: 85%;
  margin-left: 15%;
}
.footnote{
  background-color: #eee;
  padding: 20px;
  font-size: 16px;
  width: 80%;
  margin-left: 15px
}
ul.dashed{
  list-style: none;
}
/* Prevent nested li's from getting messed up */
ul.dashed > li::before {
    content: "-";
    margin-left: -15px;
}
h5.title{
  font-weight: bold;
}
li{
  margin-bottom: 20px;
}
body{font-size: 18px;}

@media (max-width: 767px){
.hero-img-offset{
  margin-top: 20px;
}
.top-offset-xxl{
  margin-top: 40px;
}
.paradox{
    background-size: contain;
  }
.circle{
  width: 240px;
  height: 240px;
  background: rgba(244, 144, 141, 0.15);
  position: absolute;
  float: left;
  z-index: -1;
}
.circle-1{
  left: 50px;
  top: 0px
}
.circle-2{
  top: 0px;
  left: 50px
}
.circle-3{
  top: 0px;
  left: 50px;
}
.circle-4{
  left: 50px;
  top: 0px;
}
.circle-xs-h5{
  margin-left: 13%;
  top: 75px;
  position: relative;
  padding-left: 5px;
}
.circle-xs-p{
  margin-left: 13%;
  width: 55%;
  position: relative;
  top: 70px;
  padding-left: 5px;
}
.circle-bracket{
    font-size: 100px;
    color: #444;
    float: left;
    margin-top: 45px;
    margin-left: 45px;
    position: relative;
}
.rectangle-text{
  width: 67%;
  margin-left: 35px;
}
.rectangle-1{
  width: 80%;
  margin-top: -30px;
}
.rectangle-2{
  width: 90%;
}
.rectangle-3{
  width: 100%;
}
.nl-rectangle-1, .nl-rectangle-2, .nl-rectangle-3{
  margin-top: -30px;
  padding-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.problem-flex-text{
}
.hero-img-offset{
  margin-top: 60px;
}
.paradox{
    background-size: contain;
  }
.circle{
  width: 240px;
  height: 240px;
  background: rgba(244, 144, 141, 0.15);
}
.circle-1{
  left: 30%;
  top: -20px
}
.circle-2{
  top: 120px;
  left: 0%
}
.circle-3{
  top: 120px;
  left: 60%;
}
.circle-4{
  left: 30%;
  top: 260px;
}
.circle h5{
  margin-left: 21%;
  margin-top: 31.5%;
  margin-bottom: 23px;
}
.circle p{
  margin-left: 21%;
  width: 80%;
}
.circle-bracket{
    font-size: 100px;
    color: #444;
    float: left;
    margin-top: 20%;
    margin-left: 9%;
}
.rectangle-text{
  width: 190px;
  margin-left: 130px;
}
.rectangle-1{
  width: 80%;
  margin-top: 0px;
}
.rectangle-2{
  width: 90%;
}
.rectangle-3{
  width: 100%;
}
.nl-rectangle-1, .nl-rectangle-2, .nl-rectangle-3{
  margin-top: 0px;
}
}
@media (min-width: 992px){
  .problem-flex-text{
  margin-left: 330px; 
  margin-top:190px;
}
.hero-img-offset{
  margin-top: 80px;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.circle {
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}
.problem-flex-text{
  margin-left: 270px; 
  margin-top:190px;
}
}
@media (min-width: 1200px){
  .circle {
  width: 330px;
  height: 330px;
  -moz-border-radius: 165px;
  -webkit-border-radius: 165px;
  border-radius: 165px;
}
}


