.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f0f0f0; }

div.button {
  text-align: center; }
  div.button a {
    display: inline-block;
    padding: 20px 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 300; }
    div.button a:hover {
      color: #fff; }

div.spacer.spacer-25px {
  height: 25px; }
  div.spacer.spacer-50px {
    height: 50px; }
  div.spacer.spacer-75px {
    height: 75px; }

div.line {
  width: 100%;
  height: 1px;
  margin: 50px 0 25px 0; }

a {
  -o-transition: all 0.5s ease-out;
  -mx-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  a:hover {
    text-decoration: none; }

.text-right {
  text-align: right; }

.custom-article h1, .custom-article h2, .custom-article h3, .custom-article h4, .custom-article h5, .custom-article h6 {
  line-height: 150%;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center; }
  .custom-article h1 {
    font-size: 28px; }
  .custom-article h2 {
    font-size: 28px; }
  .custom-article h3 {
    font-size: 18px; }
  .custom-article h4 {
    font-size: 18px; }
  .custom-article ol, .custom-article p, .custom-article ul {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 300; }
    .custom-article ol:last-child, .custom-article p:last-child, .custom-article ul:last-child {
      margin-bottom: 0; }
  .custom-article ol, .custom-article ul {
    padding-left: 0;
    list-style: none; }
    .custom-article ol li, .custom-article ul li {
      padding: 10px 0; }
  .custom-article .nomarginbottom {
    margin-bottom: 0; }
  .custom-article .noborderbottom {
    border-bottom: 0; }
  .custom-article .nomargintop {
    margin-top: 0; }
  .custom-article strong {
    font-weight: 700; }
  .custom-article .colorwhite, .custom-article .colorwhite a {
    color: #fff; }
  .custom-article span.label {
    font-weight: 300; }
  .custom-article span.amaranth {
    font-size: 20px; }
  .custom-article.left {
    text-align: left; }
  .custom-article.center {
    text-align: center; }
  .custom-article.right {
    text-align: right; }
  .custom-article.custom-article-1 ol, .custom-article.custom-article-1 p, .custom-article.custom-article-1 ul {
    margin-top: 0;
    font-size: 18px;
    line-height: 180%; }
  .custom-article ul.infolist li {
    padding-right: 100px;
    position: relative; }
    .custom-article ul.infolist li .tooltips {
      position: absolute;
      right: 0;
      top: 50%;
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      color: #fff;
      text-align: center;
      line-height: 16px;
      font-weight: bold; }
    .custom-article ul.infolist li .pricelabel {
      position: absolute;
      right: 30px;
      top: 50%;
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .custom-article ul.infolist p {
      margin-bottom: 0; }
  .custom-article.nomarginbottom-1 ul {
    margin-bottom: 0; }
  .custom-article.nolinebottom-1 ul {
    border-bottom: 0; }
  .custom-article.nolinetop-1 ul li:first-child {
    border-top: 0; }

.custom-article-white ol, .custom-article-white p, .custom-article-white ul {
  color: #fff; }
  .custom-article-white a {
    color: #fff; }

@media screen and (min-width: 768px) {
  .custom-article h1 {
    font-size: 48px; }
    .custom-article h2 {
      font-size: 36px; }
    .custom-article h3 {
      font-size: 20px; }
    .custom-article h4 {
      font-size: 20px; } }

@media screen and (min-width: 992px) {
  .custom-article h1 {
    font-size: 40px; }
    .custom-article h2 {
      font-size: 36px; }
    .custom-article h3 {
      font-size: 20px; }
    .custom-article h4 {
      font-size: 20px; } }

@media screen and (min-width: 1200px) {
  .custom-article h1 {
    font-size: 40px; }
    .custom-article h2 {
      font-size: 42px; }
    .custom-article h3 {
      font-size: 24px; }
    .custom-article h4 {
      font-size: 20px; }
    .custom-article ol, .custom-article p, .custom-article ul {
      font-size: 15px; }
    .custom-article.custom-article-1 ol, .custom-article.custom-article-1 p, .custom-article.custom-article-1 ul {
      font-size: 18px;
      line-height: 180%; } }
