._wf-section {
  padding: 50px 25px;
}

._wf-section.is--rc-categories {
  padding-top: 80px;
  padding-bottom: 80px;
}

._wf-container {
  display: block;
  max-width: 1172px;
  margin-right: auto;
  margin-left: auto;
}

._wf-button {
  padding: 12px 40px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#093b96), to(#153667));
  background-image: linear-gradient(180deg, #093b96, #153667);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Avenir Light Pro', 'Verdana', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

._wf-button:hover {
  opacity: 0.9;
}

._wf-rc-categories__heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Avenir Light Pro', 'Verdana', sans-serif;
  color: #1d3d6e;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

._wf-rc-categories__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._wf-rc-categories__col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
}

._wf-container__footer {
  margin-top: 40px;
  text-align: center;
}

._wf-rc-categories__card {
  display: block;
  padding-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Avenir Light Pro', 'Verdana', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

._wf-rc-categories__card:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .15);
}

._wf-rc-categories-thumbnail {
  height: 120px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._wf-rc-categories__card-content {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

._wf-rc-categories__card-content-heading {
  margin-bottom: 5px;
  font-family: 'Avenir Light Pro', 'Verdana', sans-serif;
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

._wf-rc-categories__card-link {
  color: #00a9df;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

@media (max-width: 991px) {
  ._wf-rc-categories__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._wf-rc-categories__col {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media (max-width: 767px) {
  ._wf-rc-categories__col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 479px) {
  ._wf-rc-categories__col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
