  .bmmarg {
    margin-bottom: 20px;
  }

  p.em {
    font-style: italic;
    font-size: 16px;
    color: #181B20;
  }

  .abouttbl {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    font-size: 12px;
    line-height: 16px;
  }

  .abouttbl td {
    padding: 20px 20px 25px;
    color: #fff;
    vertical-align: top;
    width: 25%;
  }

  .abouttbl td:nth-child(odd) {
    background: #9B111E;
  }

  .abouttbl td:nth-child(even) {
    background: #B81021;
  }

  .abouttbl .abouticon {
    display: block;
    height: 50px;
    background: url(/img/ubil/common/icons_onas.png) -2px -6px no-repeat;
    margin-bottom: 20px;
  }

  .abouttbl .ai1 {
    width: 105px;
  }

  .abouttbl .ai2 {
    width: 85px;
    background-position: -116px -6px;
  }

  .abouttbl .ai3 {
    width: 60px;
    background-position: -208px -3px;
  }

  .abouttbl .ai4 {
    width: 53px;
    background-position: -278px -3px;
  }

  .abouttbl h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
  }

  .abouttbl .kidsicon {
    display: block;
    height: 50px;
    width: 60px;
    background: url(/img/ubil/common/icons.png) -2px -2px no-repeat;
    margin-bottom: 20px;
  }

  .abouttbl .ki2 {
    background-position: -64px -2px;
  }

  .abouttbl .ki3 {
    background-position: -135px -2px;
  }

  .abouttbl .ki4 {
    background-position: -204px -2px;
  }

  article {
    margin-bottom: 50px;
  }

  article h3 {
    line-height: 35px;
    color: #000;
    margin-bottom: 20px;
  }

  article p {
    line-height: 24px;
  }

  article p a:link,
  article p a:visited {
    font-weight: bold;
    color: #272C30;
  }

  article p a:hover {
    color: #9B111E;
  }

  article .lead {
    font-size: 16px;
    margin-bottom: 10px;
    color: #272C30;
  }

  article h3+.lead {
    margin-top: -10px;
  }

  article h6 {
    font-weight: bold;
    color: #181B20;
  }

  article h6 small {
    color: #727577;
  }

  article iframe {
    margin-bottom: 35px;
  }

  .greycard {
    display: block;
    width: 100%;
    min-height: 440px;
    position: relative;
    border: 1px solid #D7D7D7;
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 18px;
    transition: border-color 0.2s ease-in;
  }

  .greycard>img,
  .greycard>figure {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .greycard figure {
    position: relative;
    min-height: 50px;
  }

  .greycard figure h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 20px;
    background: #9B111E;
    background: rgba(211, 46, 40, 0.85);
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 0;
  }

  .greycard figure h6 small {
    text-transform: none;
    font-size: 12px;
    color: #fff;
  }

  .greycard h4 {
    margin-top: 0;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0 20px;
    color: #272C30;
  }

  .greycard p {
    padding: 0 20px;
    margin-bottom: 48px;
    font-size: 13px;
    line-height: 18px;
    color: #727577;
  }

  .greycard .bottomline {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #D7D7D7;
    padding: 10px 20px;
    text-align: right;
  }

  .greycard:hover {
    border-color: #727577;
  }

  .greycard:hover h4 {
    color: #9B111E;
  }

  @media (max-width: 1169px) {
    .abouttbl {
      font-size: 11px;
    }

    .abouttbl td {
      padding: 20px 10px 20px;
    }

    .abouttbl .abouticon {
      transform: scale(0.5);
      transform-origin: 0% 0%;
      margin-bottom: -10px;
    }
  }

  @media (max-width: 991px) {
    .greycard {
      font-size: 12px;
      line-height: 16px;
    }
  }

  @media (max-width: 767px) {
    .abouttbl {
      font-size: 12px;
    }
  }

  @media (max-width: 479px) {
    .abouttbl {
      display: block;
    }

    .abouttbl td {
      display: inline-block;
      height: 200px;
      width: 45%;
      margin-bottom: 20px;
      margin-right: 3%;
    }

    .abouttbl.kidstbl td {
      height: 260px;
    }
  }

  @media (max-width: 380px) {
    .greycard figure h6 small {
      font-size: 10px;
    }

    article .col-xs-6 h6 small {
      display: none;
    }
  }

  @media (max-width: 359px) {
    .col-xxs-6 {
      width: 100%;
      float: none;
    }
  }