

.featured_logos{
  background: #333;
}

.featured_wrapper{
  width:100%;
  position: relative;
}

#featured_logos{
  background:#ebebeb;
  padding: 30px 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  box-sizing: border-box; 
}

#featured_logos img{height: auto; width: auto; max-width: 100%; max-height: 150px; display: block; margin: 0 auto;}

.featured_area{
  width:100%;
  position: relative;

}

.featured_area .featured{
  background:#00a7e1;
  width: 100%;
  position: absolute;
  top: 0px;
}






.video_wrapper{width: 59%; float: left;}


  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.featured_area .copy_wrapper{
  margin: 50px auto 0;
  padding: 0 3%;
  width: 41%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  box-sizing: border-box; 
}

.featured_area .copy_wrapper .quote{font-size: 38px; line-height: 1;}

.featured_area .quote{
  color:#FFF;
  margin: 0px 10px 25px;
  font-family:"DIN Next W01 Light";
  display: table;
height: 300px;
  overflow: hidden;

}

.featured_area .quote div{
  display: table-cell;
  vertical-align: middle;
}

.featured_area .quoter p{
    color:#FFF;
    margin: 0px 10px 5px;
    font-size: 28px;
    line-height: 1;
     font-family:"DIN Next W01 Light";
}



.tab_wrapper{
  height: 0;
  position: relative;
}

.tab_wrapper .tab{
  width: 53px;
  position: absolute;
  right: 111px;
  z-index: 100;
  top:-3px;
  height:30px;
}


.tab_wrapper .tab img{width:100%;}




#triangle-bottomleft{float: left; width: 0; height: 0; border-bottom: 30px solid #009AD7; border-right: 15px solid #FFF;}



@media only screen and (max-width: 1400px) {
 .featured_area .copy_wrapper{margin: 5px auto 0px; padding: 0 3%;}
 .featured_area .copy_wrapper .quote{font-size: 34px; height: 300px;}
 .featured_area .copy_wrapper .quoter p{font-size: 24px;}

}

@media only screen and (max-width: 1200px) {
 .featured_area .copy_wrapper .quote{font-size: 32px; height: 265px; }
 .featured_area .copy_wrapper .quoter p{font-size: 20px;}
}

@media only screen and (max-width: 1100px) {
  .featured_area .copy_wrapper .quote{font-size: 26px; height: 240px;}
}

@media only screen and (max-width: 1000px) {
  .featured_area .copy_wrapper .quote{font-size: 24px; height: 170px;}
  .featured_area p {display: none;}
  .featured_area .video_wrapper{width:100%;}
  .tab_wrapper .tab{right: 13%;}
  .tab_wrapper .tab{top:0;}
  .featured_area .copy_wrapper {display: none;}

}

@media only screen and (max-width: 600px) {

  .tab_wrapper .tab{right: 46%;}

}
