@charset "utf-8";

/* Residential/Commercial Selector CSS 20160315 */
#rc-container {
  background: #f8f8fa;
  margin: 0;
  padding: 0;
}
.select-rc {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.max-width-100per {
  max-width: 100%;
}
.no-pl-pr {
  padding-left: 0;
  padding-right: 0;
}
.no-pl-pr a {
  color: #fff /*#000*/ !important;
  text-decoration: none !important;
}
.select-rc-base {
  position: relative;
}

#residential {
  background: #fff url(/us/resources/images/airstage/img-fcus-airstage-top-residential-01.jpg) no-repeat center bottom;
  background-size: cover /*contain*/;
}
#commercial {
  background: #fff url(/us/resources/images/airstage/img-fcus-airstage-top-commercial-01.jpg) no-repeat center bottom;
  background-size: cover /*contain*/;
}
#commercial a img {
  background-color: rgba(255, 255, 255, .01);
}
.select-rc-overlay {
  background: rgba(24,110,115,.82);
  bottom: 0;
  font-family: fs-m, sans-serif;
  font-size: 212.5%;
  line-height: 1;
  margin: 0;
  padding: .8em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.select-rc-overlay strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 9px;
  overflow: hidden;
  width: 95%;
  margin : 0 auto;
}
.select-rc-overlay strong b,
.dotted-line {
  display: block;
  font-family: fs-l, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-rc-base .arrow-w {
  background: url(/resources/images/arrow-link-w-l.png) 0 16px no-repeat;
  padding-left: 16px;
}
.select-rc-bottom {
  background: #000;
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(left, rgb(0,0,0) 0%, rgb(0,0,0) 50%, rgb(8,8,8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(0,0,0) 0%, rgb(0,0,0) 50%, rgb(8,8,8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(0,0,0) 0%, rgb(0,0,0) 50%, rgb(8,8,8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  clear: both;
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b1a', endColorstr='#f00',GradientType=1 ); IE6-9 */
  font-family: fs-m, sans-serif;
  padding: .4em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#footer .footer-inner dl {
  float: left;
  margin-right: 4.710144927%;/*52px*/
  width: 26.268115942028984%;/*290px*/
}
#footer .footer-inner dl.middle {
  width: 32.155797101449274%; /*355px*/
}
#footer .footer-inner dl.last {
  margin-right: 0;
  width: 32.155797101449274%; /*355px*/
}

@media screen and (max-width:1024px) {
  .select-rc-overlay {
    font-size: 137.5%;
  }
  .select-rc-base .arrow-w {
    background: url(/resources/images/arrow-link-w-l.png) left center no-repeat;
    padding-left: 14px;
  }
  .select-rc-overlay strong {
    font-size: 62.5%;
  }
}
@media screen and (max-width:580px) {
/*@media screen and (max-width:767px) {*/
  .select-rc-overlay {
    font-size: 118.75%;
  }
  .select-rc-base .arrow-w {
    background: url(/resources/images/arrow-link-w-m.png) left center no-repeat;
    padding-left: 14px;
  }
  .select-rc-overlay strong {
    font-size: 62.5%;
  }
  .no-pl-pr {
    margin-bottom: 0;
  }
  #footer .footer-inner dl.last {
    /*display: block;*/
    display: inline-block;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
  }
}

@-moz-document url-prefix() {
  #footer {
   padding-bottom: .1em;
  }
}
