.widget-banner {
  margin-top: 60px; }
  @media all and (max-width: 480px) {
    .widget-banner {
      margin-top: 0; } }
  .widget-banner .title {
    text-align: center;
    margin: 0 auto 20px; }
  .widget-banner .banner-title {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    max-width: 85%;
    left: 50%;
    font-size: 30px;
    font-weight: 300;
    transform: translate(-50%, 0);
    line-height: 32px; }
    @media all and (max-width: 768px) {
      .widget-banner .banner-title {
        top: 5px; } }
    .widget-banner .banner-title a {
      font-size: 2rem;
      width: 100%;
      background: #18687a #18687a;
      color: #fff;
      position: relative;
      padding: 9px 0;
      display: block; }
      @media all and (max-width: 767px) {
        .widget-banner .banner-title a {
          font-size: 1.4rem; } }
    .widget-banner .banner-title:hover {
      text-decoration: none; }
    @media (max-width: 479px) {
      .widget-banner .banner-title {
        top: 5px; } }
  .widget-banner .content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 479px) {
      .widget-banner .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .widget-banner a, .widget-banner a:hover, .widget-banner a:visited {
    text-decoration: none; }

.banner-with-link-list .banner {
  text-align: center; }
  @media all and (min-width: 768px) {
    .banner-with-link-list .banner {
      display: inline-block;
      vertical-align: middle; } }
.banner-with-link-list .links ul > li {
  display: inline-block;
  vertical-align: middle; }
  .banner-with-link-list .links ul > li a {
    vertical-align: middle; }
  .banner-with-link-list .links ul > li:not(:last-child):after {
    content: '-';
    display: inline-block;
    vertical-align: middle; }

.banner-with-button-link {
  text-align: center;
  max-width: 1660px;
  margin: 0 auto; }
  .banner-with-button-link .title {
    padding: 18px 0; }
  .banner-with-button-link .image {
    line-height: 0; }
  .banner-with-button-link a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
    padding: 12px 19px; }
    .banner-with-button-link a span {
      position: relative;
      z-index: 1; }
    .banner-with-button-link a:after {
      content: '';
      background: #000000;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -ms-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      z-index: 0; }
    .banner-with-button-link a:hover {
      color: #FFFFFF; }
      .banner-with-button-link a:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .banner-with-button-link a:visited {
      color: inherit; }
  .banner-with-button-link .banner {
    display: inline-block;
    vertical-align: middle; }
  @media all and (min-width: 768px) {
    .banner-with-button-link .banner .title {
      padding: 35px 0; }
    .banner-with-button-link .banner a {
      font-size: 1.6rem;
      padding: 17px 32px; } }

.banner-with-background-color {
  text-align: center; }
  .banner-with-background-color .banner {
    display: inline-block;
    vertical-align: middle; }
  @media all and (min-width: 768px) {
    .banner-with-background-color {
      padding: 20px; } }

.two-banners .banner {
  position: relative; }
  @media (min-width: 479px) {
    .two-banners .banner.left {
      margin-right: 30px; }
    .two-banners .banner.right {
      margin-left: 30px; } }
  @media all and (max-width: 480px) {
    .two-banners .banner.left {
      margin-bottom: 20px; } }
@media all and (min-width: 768px) {
  .two-banners .banner {
    display: inline-block;
    vertical-align: middle;
    position: relative; } }
.two-banners .view-all {
  width: 100%;
  display: none;
  margin-left: 0;
  margin-right: 0; }

.widget-banner .banner.right .banner-title a {
  color: #fff; }
  .widget-banner .banner.right .banner-title a:before {
    border-bottom: 1px solid #fff; }

/*# sourceMappingURL=styles.css.map */
