@media only screen and (max-width: 800px) {
  .siteHeader,
  .content,
  .article,
  .siteFooter,
  .footerWrapper {
    overflow: hidden;
    width: 100%;
    min-width: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .siteHeader {
    height: 95px;
    margin: 0 auto;
    padding: 15px 20px 0;
  }
  .siteLogo {
    position: absolute;
  }
  .breadCrumb {
    margin-left: 20px;
  }
  .article {
    float: none;
    width: 100%;
    padding: 0 20px 30px;
  }
  .contactList dl {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .boxLister li {
    display: block;
    margin-left: 0;
    margin-bottom: 45px;
  }
  .interiorLister li {
    margin-left: 0 !important;
  }
  .downloadItem [type="submit"] {
    margin-top: 10px;
  }
  .downloadItem [type="text"] {
    padding-right: 10px;
  }
  .downloadItem em {
    display: block;
  }
  .downloadItem em span {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .downloadItem div a {
    position: relative;
    left: 30px;
  }
  .clientLister {
    padding: 0 30px;
  }
  .clientLister li {
    float: left;
    width: auto;
    height: auto;
    padding: 30px 0;
  }
  .clientLister li:nth-child(odd) {
    clear: both;
  }
  .clientLister li:nth-child(even) {
    float: right;
  }
  .clientLister img {
    position: static;
    max-width: none;
    margin-top: 0;
  }
  .sidebar {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  .sidebar>.geoinsight {
    max-width: 240px;
  }
  .geoinsight img {
    max-width: 320px;
  }
  .sidebar>.widget {
    margin: 0;
    text-align: center;
  }
  .siteFooter {
    padding: 30px 20px 0;
  }
  .footerColumns>div {
    float: none;
    width: 100%;
  }
  .siteFooter dl {
    margin: 0 0 40px;
  }
  .copyRight em {
    display: block;
    margin-bottom: 15px;
  }
  .copyRight em:after {
    display: none;
  }
  .socialMedia img {
    max-width: none;
  }
  .siteFooter .socialMedia {
    margin-top: -20px;
  }
  .mailForm li,
  .mailForm .two-thirds {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
  }
  .btnLink {
    top: 105px;
    left: 30px;
    float: left;
    background: #ff8b00 url(/files/images/buttons/btn-submit.png) no-repeat 85% 50%;
    padding: 5px 40px 5px 10px;
    border: 0;
    border-right: 4px solid #e36b00;
    border-bottom: 4px solid #e36b00;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
}