/* ==========================================================================
   Atoms
   ========================================================================== */
.icon-logo_colour, .icon-logo_white {
  width: 100%;
  height: auto;
  max-width: 13.4375rem;
  max-height: 5rem;
}
.body-copy.body-copy--large {
  font-weight: 400;
  line-height: calc(1.5rem + -0.25 * ((100vw - 40rem) / 24));
}
@media screen and (min-width: 64rem) {
  .body-copy.body-copy--large {
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 40rem) {
  .body-copy.body-copy--large {
    line-height: 1.5rem;
  }
}
.title--four {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  font-size: calc(1.125rem + 0.125 * ((100vw - 20rem) / 44));
  line-height: calc(1.25rem + 0.25 * ((100vw - 20rem) / 44));
  text-transform: none;
}
@media screen and (min-width: 64rem) {
  .title--four {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 20rem) {
  .title--four {
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 64rem) {
  .title--four {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 20rem) {
  .title--four {
    font-size: 1.125rem;
  }
}
.title.title--main {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0.05em
}
.title.title--main svg.icon {
  display: block;
  fill: none;
  stroke: #999999;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.title--five {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
  font-size: calc(1.25rem + 0.375 * ((100vw - 20rem) / 44));
  line-height: calc(1.25rem + 0.125 * ((100vw - 20rem) / 44));
  text-transform: none;
}
@media screen and (min-width: 64rem) {
  .title--five {
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 20rem) {
  .title--five {
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 64rem) {
  .title--five {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 20rem) {
  .title--five {
    font-size: 1.25rem;
  }
}
p > a {
  color: #00aeef
}
p > a:hover {
  color: #00aeef;
  text-decoration: underline;
}
.button.button--cta {
  color: #ffffff;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0;
  border-radius: 0.3125rem;
  background: #e36159;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: calc(1rem + 0.25 * ((100vw - 20rem) / 44));
  text-transform: none;
  padding-left: 1.125rem;
  padding-right: 1.125rem
}
@media screen and (min-width: 64rem) {
  .button.button--cta {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 20rem) {
  .button.button--cta {
    font-size: 1rem;
  }
}
.button.button--cta:hover, .button.button--cta:focus, .button.button--cta:active {
  background: #CA4840;
}
.banner h2 {
  margin-bottom: 0;
}
.menu > li {
  display: inline;
}
.menu > li > a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 1.25rem
}
.menu > li > a::after {
  position: absolute;
  top: 0;
  right: -0.0625rem;
  content: '|';
  color: #ffffff;
}
.menu > li > a:hover {
  text-decoration: underline;
}
.menu > li:last-of-type > a {
  padding-right: 0
}
.menu > li:last-of-type > a::after {
  display: none;
}
/* ==========================================================================
   Molecules
   ========================================================================== */
.columns {
 padding-left: 0.625rem;
 padding-right: 0.625rem;
}
.header__right {
  text-align: center
}
.header__right p {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  margin: 0;
}
.header__right p::after {
  position: absolute;
  top: 0;
  right: 0.8125rem;
  content: '|';
  color: #00aeef;
}
.header__right p:last-of-type {
  padding-right: 0;
}
.header__right p:last-of-type::after {
  display: none;
}
.header__right p a {
  color: #474747;
}
.header__left {
  text-align: center;
}
.sub-banner__item span {
  color: white;
  padding-bottom: 0.0625rem;
  padding-left: 0.15625rem;
  padding-right: 0.15625rem;
  display: inline-block;
}
.sub-banner__item span:only-of-type {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.sub-banner__item span:first-of-type {
  padding-left: 0.3125rem;
}
.sub-banner__item span:last-of-type {
  padding-right: 0.3125rem;
}
.sub-banner__item {
  margin-bottom: 1.875rem;
}
.sub-banner__item .row {
  margin: 0;
}
.sub-banner__item--1 span {
  background: #E6361E;
}
.sub-banner__item--2 span {
  background: #93D801;
}
.sub-banner__item--3 span {
  background: #00AEEF;
}
.awards__title {
  padding-bottom: 1.5625rem;
  margin: 0;
  text-align: center;
}
.awards__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
}
.awards__logos .award__logo {
  text-align: center;
  width: 50%;
  margin-bottom: 0.625rem;
  padding: 0 0.3125rem;
}
.footer__top-left, .footer__top-right {
  text-align: center;
}
.footer__top-right {
  padding-top: 1.25rem;
}
.footer__bottom-left, .footer__bottom-right {
  text-align: center;
}
.footer__bottom-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer__bottom .menu {
  margin-bottom: 1rem;
}
/* ==========================================================================
   Organisms
   ========================================================================== */
 .row {
   max-width: 65.25rem;
 }
.header {
  border-top-color: #00AEEF;
  padding-top: 1.5625rem;
}
.banner {
  color: #FFFFFF;
  background: #00AEEF;
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
}
.information {
  margin-bottom: 3.125rem;
}
.sub-banner {
  margin-bottom: 0;
}
.CTA {
  background-color: #cccccc;
  background-image: url('../img/cta-small.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 1.25rem 1.25rem 32%;
  margin-bottom: 2.8125rem;
}
.awards {
  color: #FFFFFF;
  background: #00AEEF;
  padding: 1rem 0;
}
.footer {
  color: #ffffff;
}
.footer__top {
  padding: 0.625rem 0 0.5625rem;
  background: #0e0e0e;
}
.footer__bottom {
  padding: 1rem 0 0;
  background: #060606;
}
@media screen and (min-width: 40em) {
  .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .button.button--cta {
    max-width: 50%;
  }
  .header__right {
    text-align: right;
  }
  .header__left {
    text-align: left;
  }
  .CTA {
    background-image: url('../img/cta.jpg');
    background-position: center right;
    padding: 1.25rem;
  }
  .awards {
    padding-bottom: 0.375rem;
  }
  .awards__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    text-align: left;
  }
  .awards .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__top-left, .footer__top-right {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .title.title--main svg.icon {
    display: inline;
    margin-top: -0.1875rem;
    margin-bottom: 0;
  }
  .awards__logos .award__logo {
    width: auto;
  }
  .footer__bottom-left, .footer__bottom-right {
    text-align: left;
  }
  .footer__bottom-right {
    display: inline-block;
  }
  .footer__bottom .menu {
    float: right;
  }
}
