#masterslider .ms-container .ms-nav-next,
#masterslider .ms-container .ms-nav-prev,
#masterslider .ms-container .ms-bullets {
  display: none
}
.primary_media_feature.homepage_carousel .floating_text_area {
  width: 70%;
  bottom: auto;
  top: 8em;
  left: 14%;
  text-align: center;
  z-index: 10000;
}
.primary_media_feature.homepage_carousel .floating_text_area h1.media_feature_title {
  top: -2em;
  font-weight: 100;
  font-size: 2em;
}
.primary_media_feature.homepage_carousel .floating_text_area .media_feature_title:after {
  content: " ";
}
.primary_media_feature.homepage_carousel .floating_text_area:hover {
  background-color: transparent !important;
  background-color: rgba(32, 32, 32, 0.0) !important;
}
.work_feature {
  position: relative;
  height: 30em;
  overflow: hidden;
}
.work_feature h1,
.contact_teaser h1 {
  color: white;
  font-weight: 100;
}
.work_feature img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
.contact_teaser {
  background-color: #F75433;
}
.contact_teaser a, .contact_teaser a:hover, .contact_teaser a:visited{
  color: white !important;
}

#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/close-x-icon-white.png) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
  .project {
    cursor: pointer;
    overflow: hidden;
  }
  .project:hover h3 {
    border-bottom-color: #F75433;
  }
  .project h3{
    border-bottom: 1em solid white;
  }
  .project img{
    min-height: 14.9em;
    max-height:15em;width:auto;
    margin: 0 auto;
  }
  .pure-g {
    margin: 0 auto;
  }
  .pure-g.nudge{
    width: 70%;
  }
  .pure-g .project{
    margin: 0.2em;
  }
  section{
    margin: 0 auto;
  }
  .modal{
    background-color: #F75433;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .modal img{
    width: auto;
  }
  .modal img, .modal iframe{
    padding:0;
    margin: 0 auto;

  }
  .modal .description{
    text-align: left;
    background-color: white;
    color: black;
    position:absolute;
    bottom:0;
    z-index: 100;
  }
  .modal .description .modal-header{
    float:left;
    width: 10em;
    padding-left: 1em;
    padding-top: 0.8em;
    background-color: white;
  }
  .modal .description .modal-header h2{
    padding:0;
    margin:0;
  }
  .modal .description .modal-body{
    background-color: white;
    padding: 0.8em 1em 1em 10em;
    overflow: scroll;
  }
  .modal .description .modal-body p{
    padding-top: 0;
    margin-top: 0;
  }
  .modal a, .modal a:hover, .modal a:visited{
    color: black;
    font-weight: bold;
    text-decoration: underline;
  }
  section h4.left {
    float:left;
    border-top: 1em solid black;
    font-height:4em;
    font-weight:bold;
    width: 25%;
  }
  section .title{
    width: 10em;
    padding: 0 1em 1em 0;
    font-size: 2em;
    font-weight: bold;
    float: left;
    margin: 0 !important;
  }
  section img.background{
    position: absolute;
    width: 100%;
    height: auto;
    top: -14em;
    z-index: -1;
  }
  section.module a{
    color:  #F75433;
    text-decoration: underline;
  }
  section.inverse_color{
    color: white;
    background-position: center; 
    background-size: cover;
  }
  section.module div.shrinker {
    max-width: 1300px;
    margin: 0 auto;
  }
  h2.title {
    font-weight:bold;
    margin:0;
    padding:0;
    font-size:1.5em;
    width:100%;
  }
  .slide_strips.module{
    padding: 0 !important;
  }