.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-3-of-4 {
  width: 75%;
}

.w-1-of-4 {
  width: 25%;
  padding-left: 20px;
}

.w-full {
  width: 100%;
}

.text-lg {
  font-size: 16px;
}

#content-content {
  margin-bottom: 20px;
}

.home-cta {
  width: calc(100% /3);
  padding: 0 20px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-cta img {
  border-bottom: 12px solid #00a5e3;
}

.home-cta:nth-child(2) img,
.home-cta:nth-child(6) img {
  border-bottom: 12px solid #a54499;
}

.home-cta:nth-child(3) img,
.home-cta:nth-child(4) img {
  border-bottom: 12px solid #7ac142;
}

.home-cta h3 {
  margin-top: 10px;
  padding-right: 30px;
}

.home-cta h3::after {
  content: url('../images/arrow-cta.png');
  width: 30px;
  height: 16px;
  display: inline-block;
  padding-left: 10px;
}

.home-cta a {
  color: #222;
  font-size: 20px;
}

.cta-facebook a {
  display: block;
  background-color: #00a5e3;
  font-family: 'Yanone Kaffeesatz',
    Arial,
    helvetica,
    sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  padding: 24px;
  line-height: 36px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cta-facebook a span {
  float: right;
  background-image: url('../images/facebook-official.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 70px 70px;
  display: block;
  height: 70px;
  width: 70px;
}

#block-views-homepage-block_2 h2 {
  font-family: 'Yanone Kaffeesatz',
    Arial,
    helvetica,
    sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: #7ac142;
  border-radius: 8px 8px 0 0;
  padding: 6px;
  position: relative;
}

.views-field-field-partner-text-value {
  padding: 15px 15px 0 15px;
}

.views-field-field-partner-link-url a {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Yanone Kaffeesatz',
    Arial,
    helvetica,
    sans-serif;
  font-weight: 400;
  text-align: right;
  color: #000;
  margin: 10px 0;
  padding: 10px 20px;
  font-size: 18px;
  background: transparent url('../images/bg_arrow.png') no-repeat right 12px;
}

#block-views-homepage-block_3 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#block-views-homepage-block_3 h2::before,
#block-views-homepage-block_3 h2::after {
  display: block;
  height: 1px;
  position: absolute;
  top: 20px;
  width: 350px;
  background-color: #ccc;
  content: '';
}

#block-views-homepage-block_3 h2::before {
  left: 0;
}

#block-views-homepage-block_3 h2::after {
  right: 0;
}

#block-views-homepage-block_3 h2 {
  text-align: center;
}

#block-views-homepage-block_3 .views-row {
  padding: 40px;
}

#social a.facebook {
  background: url('../images/facebook-button.png') no-repeat left -2px;
  background-size: 30px;
  width: 36px;
}

#social a.youtube {
  background: url('../images/youtube-play.png') no-repeat left -2px;
  background-size: 30px;
  width: 36px;
}

#social a.instagram {
  background: url('../images/instagram.png') no-repeat left -2px;
  background-size: 30px;
  width: 36px;
}

#secondary-navigation > .menu > li.last a.active, 
#secondary-navigation > .menu > li.last a:hover {
  background: url(../images/bg_subnav.png) no-repeat -360px top !important;
  text-decoration: none;
}
.messages.error {
    display: none;
}
}