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

.c-section {
  padding: 80px 5%;
  font-family: 'Proxima Nova', sans-serif;
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.c-section.is--shorter {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bg-dark {
  background-color: #50575d;
}

.bg-darkest {
  background-color: #222;
}

.c-accordion-item-trigger {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.bb-neutral {
  border-bottom: 1px solid #aaa;
}

.t-white {
  color: #fff;
}

._wf-button {
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #7ac143;
  box-shadow: 0 4px 0 0 #69a938;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

._wf-button:hover {
  background-color: #6eb03a;
  box-shadow: 0 4px 0 0 #64a135;
}

._wf-h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
}

._wf-h4.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

._wf-awards-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
  margin-left: -35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._wf-awards-flex__col {
  padding-right: 35px;
  padding-left: 35px;
}

._wf-awards-flex__col.is--title-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

._wf-awards-flex__col.is--link-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._wf-awards-icons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._wf-awards-icon {
  width: auto;
  height: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-section.is--shorter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ._wf-awards-flex {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._wf-awards-flex__col {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  ._wf-awards-flex__col.is--title-col {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }
  ._wf-awards-flex__col.is--link-col {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .c-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .c-section.is--shorter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ._wf-awards-flex {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._wf-awards-flex__col {
    margin-bottom: 20px;
  }
  ._wf-awards-flex__col.is--link-col {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ._wf-awards-icons-flex {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._wf-awards-icon {
    margin-bottom: 10px;
  }
}
