.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.page-law .page-banner {
  background: url("../img/law/page-banner.jpg") no-repeat;
  background-image: url('../img/law/page-banner.jpg?1501052612');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-law .page-banner {
    background-image: url('../img/law/page-banner@2x.jpg?1501052612');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1280px 320px;
  }
}
.page-law .page-banner h1 {
  font-size: 36px;
}
.page-law .page-content {
  background: var(--bg-white);
}
.page-law.law-107 table .name {
  color: var(--text-body);
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 768px) {
  .page-law .page-banner {
    height: auto;
    padding-left: 0;
    background-position: center;
  }
  .page-law .page-banner h1 {
    font-size: 30px;
  }
  .page-law .nav-tabs > li {
    width: 50%;
    text-align: center;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Apple Watch ----------- */
