/* colours */
/* nav */
/* alerts buttons dialogues */
/* rad */
/* fonts */
/* grid */
/* media query */
/* colours */
/* nav */
/* alerts buttons dialogues */
/* rad */
/* fonts */
/* grid */
/* media query */
/* section */
/* retina images */
/* Custom Variables */
.zopim {
    display: none !important;
  }
*, *:before, *:after {
  box-sizing: border-box !important;
}

div.mpHeader {
  border-bottom: 2px solid #5fb047 !important;
}

section.awards {
  padding-top: 40px;
}
section.awards header {
  margin-bottom: 40px;
}
section.awards p {
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
}
section.awards .container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 1240px !important;
}
section.awards .container .item {
  width: 396px;
  padding: 20px;
  background: white;
  text-align: center;
  margin-bottom: 25px;
}
section.awards .container .item h2 {
  font-size: 18px;
  margin: 30px 0;
}
section.awards .container .item img {
  max-width: 100%;
}
section.awards .container .item p {
  padding: 0;
}
section.awards .cta-end .primaryButtonSmall {
  font-size: 18px;
  padding: 12px 30px;
}

/* DESKTOP */
@media only screen and (max-width: 1240px) {
  section.awards .container .item {
    width: 308px;
  }
}
/* TABLET */
@media only screen and (max-width: 990px) {
  section.awards .container .item {
    width: 366px;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .grey-bg {
    border: none;
  }

  section.awards {
    padding-top: 20px;
  }
  section.awards p {
    width: 90%;
    margin: 0 auto;
  }
  section.awards .container .item {
    width: 100%;
    padding: 20px 30px;
    border-left: 10px solid #e9e9e9;
    border-right: 10px solid #e9e9e9;
  }
  section.awards .container .item img {
    max-width: 220px;
  }
  section.awards .cta-end {
    padding: 0 10px;
  }
  section.awards .cta-end .primaryButtonSmall {
    width: 100%;
	font-size:14px;
  }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
