.a-container {
  margin-right: auto;
  margin-left: auto;
}
.a-obj {
  padding: 3px 0;
}
.a-row *,
.a-row *:before,
.a-row *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.a-expand {
  width: 100%;
}
.a-col-1,
.a-col-2,
.a-col-3,
.a-col-4,
.a-col-5,
.a-col-6,
.a-col-7,
.a-col-8,
.a-col-9,
.a-col-10,
.a-col-11,
.a-col-12,
.a-col-13,
.a-col-14,
.a-col-15,
.a-col-16,
.a-col-17,
.a-col-18,
.a-col-19,
.a-col-20 {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.a-col-1::before,
.a-col-2::before,
.a-col-3::before,
.a-col-4::before,
.a-col-5::before,
.a-col-6::before,
.a-col-7::before,
.a-col-8::before,
.a-col-9::before,
.a-col-10::before,
.a-col-11::before,
.a-col-12::before,
.a-col-13::before,
.a-col-14::before,
.a-col-15::before,
.a-col-16::before,
.a-col-17::before,
.a-col-18::before,
.a-col-19::before,
.a-col-20::before,
.a-row::before,
.a-col-1::after,
.a-col-2::after,
.a-col-3::after,
.a-col-4::after,
.a-col-5::after,
.a-col-6::after,
.a-col-7::after,
.a-col-8::after,
.a-col-9::after,
.a-col-10::after,
.a-col-11::after,
.a-col-12::after,
.a-col-13::after,
.a-col-14::after,
.a-col-15::after,
.a-col-16::after,
.a-col-17::after,
.a-col-18::after,
.a-col-19::after,
.a-col-20::after,
.a-row::after {
  content: "";
  display: table;
}
.a-col-1::after,
.a-col-2::after,
.a-col-3::after,
.a-col-4::after,
.a-col-5::after,
.a-col-6::after,
.a-col-7::after,
.a-col-8::after,
.a-col-9::after,
.a-col-10::after,
.a-col-11::after,
.a-col-12::after,
.a-col-13::after,
.a-col-14::after,
.a-col-15::after,
.a-col-16::after,
.a-col-17::after,
.a-col-18::after,
.a-col-19::after,
.a-col-20::after,
.a-row::after {
  clear: both;
}
@media (min-width: 992px) {
  .a-col-1 {
    width: 5%;
  }
  .a-col-2 {
    width: 10%;
  }
  .a-col-3 {
    width: 15%;
  }
  .a-col-4 {
    width: 20%;
  }
  .a-col-5 {
    width: 25%;
  }
  .a-col-6 {
    width: 30%;
  }
  .a-col-7 {
    width: 35%;
  }
  .a-col-8 {
    width: 40%;
  }
  .a-col-9 {
    width: 45%;
  }
  .a-col-10 {
    width: 50%;
  }
  .a-col-11 {
    width: 55%;
  }
  .a-col-12 {
    width: 60%;
  }
  .a-col-13 {
    width: 65%;
  }
  .a-col-14 {
    width: 70%;
  }
  .a-col-15 {
    width: 75%;
  }
  .a-col-16 {
    width: 80%;
  }
  .a-col-17 {
    width: 85%;
  }
  .a-col-18 {
    width: 90%;
  }
  .a-col-19 {
    width: 95%;
  }
  .a-col-20 {
    width: 100%;
  }
}
