/*
Theme Name: Plastic Free Schools - SAS
Description: Custom WordPress theme for Surfers Against Sewage
Version: 1.0.2a
Author: Kyle Duncan
Author URI: http://www.thisisforge.com/
*/
/* Mixins */
/* Reset */
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

ul, ol, li {
  list-style: none;
}

/* Grid */
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 150px;
  padding-right: 150px;
}

.maxWidth350 {
  max-width: 350px;
}

.maxWidth425 {
  max-width: 425px;
}

.maxWidth500 {
  max-width: 500px;
}

.maxWidth600 {
  max-width: 600px;
}

.maxWidth750 {
  max-width: 750px;
}

.maxWidth900 {
  max-width: 900px;
}

.negMarRow {
  margin-left: -150px;
  margin-right: -150px;
}

.negMarRowLeft {
  margin-left: -150px;
}

.negMarRowRight {
  margin-right: -150px;
}

.negMar10 {
  margin-left: -10px;
  margin-right: -10px;
}

.negMar15 {
  margin-left: -15px;
  margin-right: -15px;
}

.negMar20 {
  margin-left: -20px;
  margin-right: -20px;
}

.negMar30 {
  margin-left: -30px;
  margin-right: -30px;
}

.negMar40 {
  margin-left: -40px;
  margin-right: -40px;
}

.inline-flex {
  display: inline-flex;
}
.inline-flex.column {
  flex-direction: column;
}

.flex-nowrap {
  display: flex;
}
.flex-nowrap.align-x {
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.justify {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex.align-x {
  align-items: center;
}
.flex.align-y {
  justify-content: center;
}
.flex .first {
  order: -1;
}
.flex .last {
  order: 13;
}
.flex .col-1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}
.flex .col-2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.flex .col-2_4 {
  flex: 0 0 20%;
  max-width: 20%;
}
.flex .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex .col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.flex .col-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}
.flex .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex .col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.flex .col-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.flex .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.flex .col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.flex .col-11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}
.flex .col-12 {
  flex: 0 0 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 1419px) {
  .row {
    padding-left: 100px;
    padding-right: 100px;
  }

  .negMarRow-xl {
    margin-left: -100px;
    margin-right: -100px;
  }

  .negMarRowLeft {
    margin-left: -100px;
  }

  .negMarRowRight {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1259px) {
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .negMarRow,
  .negMarRow-xl,
  .negMarRow-lg {
    margin-left: -30px;
    margin-right: -30px;
  }

  .negMarRowLeft {
    margin-left: -30px;
  }

  .negMarRowRight {
    margin-right: -30px;
  }

  .negMar0-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .flex,
  .flex-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .first-lg,
  .flex-lg .first-lg {
    order: -1;
  }
  .flex .last-lg,
  .flex-lg .last-lg {
    order: 13;
  }
  .flex .col-lg-1,
  .flex-lg .col-lg-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .flex .col-lg-2,
  .flex-lg .col-lg-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .flex .col-lg-2_4,
  .flex-lg .col-lg-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex .col-lg-3,
  .flex-lg .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex .col-lg-4,
  .flex-lg .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .flex .col-lg-5,
  .flex-lg .col-lg-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .flex .col-lg-6,
  .flex-lg .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex .col-lg-7,
  .flex-lg .col-lg-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .flex .col-lg-8,
  .flex-lg .col-lg-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .flex .col-lg-9,
  .flex-lg .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex .col-lg-10,
  .flex-lg .col-lg-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .flex .col-lg-11,
  .flex-lg .col-lg-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .flex .col-lg-12,
  .flex-lg .col-lg-12 {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pageHeaderTop .flex .col-lg-12 { text-align: center;}

}
@media screen and (max-width: 1023px) {
  .negMarRow-md {
    margin-left: -30px;
    margin-right: -30px;
  }

  .negMar0-md {
    margin-left: 0;
    margin-right: 0;
  }

  .flex,
  .flex-md {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .first-md,
  .flex-md .first-md {
    order: -1;
  }
  .flex .last-md,
  .flex-md .last-md {
    order: 13;
  }
  .flex .col-md-1,
  .flex-md .col-md-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .flex .col-md-2,
  .flex-md .col-md-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .flex .col-md-2_4,
  .flex-md .col-md-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex .col-md-3,
  .flex-md .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex .col-md-4,
  .flex-md .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .flex .col-md-5,
  .flex-md .col-md-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .flex .col-md-6,
  .flex-md .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex .col-md-7,
  .flex-md .col-md-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .flex .col-md-8,
  .flex-md .col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .flex .col-md-9,
  .flex-md .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex .col-md-10,
  .flex-md .col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .flex .col-md-11,
  .flex-md .col-md-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .flex .col-md-12,
  .flex-md .col-md-12 {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featureSlideshowText .row { max-width: 410px; }

  .negMarRow,
  .negMarRow-xl,
  .negMarRow-lg,
  .negMarRow-md,
  .negMarRow-sm {
    margin-left: -15px;
    margin-right: -15px;
  }

  .negMarRowLeft {
    margin-left: -15px;
  }

  .negMarRowRight {
    margin-right: -15px;
  }

  .negMar0-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .negMar15-sm {
    margin-left: -15px;
    margin-right: -15px;
  }

  .flex,
  .flex-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .first-sm,
  .flex-sm .first-sm {
    order: -1;
  }
  .flex .last-sm,
  .flex-sm .last-sm {
    order: 13;
  }
  .flex .col-sm-1,
  .flex-sm .col-sm-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .flex .col-sm-2,
  .flex-sm .col-sm-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .flex .col-sm-2_4,
  .flex-sm .col-sm-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex .col-sm-3,
  .flex-sm .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex .col-sm-4,
  .flex-sm .col-sm-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .flex .col-sm-5,
  .flex-sm .col-sm-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .flex .col-sm-6,
  .flex-sm .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex .col-sm-7,
  .flex-sm .col-sm-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .flex .col-sm-8,
  .flex-sm .col-sm-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .flex .col-sm-9,
  .flex-sm .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex .col-sm-10,
  .flex-sm .col-sm-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .flex .col-sm-11,
  .flex-sm .col-sm-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .flex .col-sm-12,
  .flex-sm .col-sm-12 {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .negMar0-xs {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-nowrap-xs {
    display: flex;
  }

  .flex,
  .flex-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .first-xs,
  .flex-xs .first-xs {
    order: -1;
  }
  .flex .last-xs,
  .flex-xs .last-xs {
    order: 13;
  }
  .flex .col-xs-1,
  .flex-xs .col-xs-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .flex .col-xs-2,
  .flex-xs .col-xs-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .flex .col-xs-2_4,
  .flex-xs .col-xs-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex .col-xs-3,
  .flex-xs .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex .col-xs-4,
  .flex-xs .col-xs-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .flex .col-xs-5,
  .flex-xs .col-xs-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .flex .col-xs-6,
  .flex-xs .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex .col-xs-7,
  .flex-xs .col-xs-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .flex .col-xs-8,
  .flex-xs .col-xs-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .flex .col-xs-9,
  .flex-xs .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex .col-xs-10,
  .flex-xs .col-xs-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .flex .col-xs-11,
  .flex-xs .col-xs-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .flex .col-xs-12,
  .flex-xs .col-xs-12 {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 359px) {
  .negMar0-xxs {
    margin-left: 0;
    margin-right: 0;
  }

  .flex,
  .flex-xxs {
    display: flex;
    flex-wrap: wrap;
  }
  .flex .first-xxs,
  .flex-xxs .first-xxs {
    order: -1;
  }
  .flex .last-xxs,
  .flex-xxs .last-xxs {
    order: 13;
  }
  .flex .col-xxs-1,
  .flex-xxs .col-xxs-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
  .flex .col-xxs-2,
  .flex-xxs .col-xxs-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .flex .col-xxs-2_4,
  .flex-xxs .col-xxs-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex .col-xxs-3,
  .flex-xxs .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex .col-xxs-4,
  .flex-xxs .col-xxs-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .flex .col-xxs-5,
  .flex-xxs .col-xxs-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .flex .col-xxs-6,
  .flex-xxs .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex .col-xxs-7,
  .flex-xxs .col-xxs-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .flex .col-xxs-8,
  .flex-xxs .col-xxs-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .flex .col-xxs-9,
  .flex-xxs .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex .col-xxs-10,
  .flex-xxs .col-xxs-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .flex .col-xxs-11,
  .flex-xxs .col-xxs-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
  }
  .flex .col-xxs-12,
  .flex-xxs .col-xxs-12 {
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Margins */
.autoMar {
  margin-left: auto;
  margin-right: auto;
}

.bMar0 {
  margin-bottom: 0 !important;
}

.lMar5 {
  margin-left: 5px;
}

.rMar5 {
  margin-right: 5px;
}

.tMar5 {
  margin-top: 5px;
}

.bMar5 {
  margin-bottom: 5px;
}

.lMar10 {
  margin-left: 10px;
}

.rMar10 {
  margin-right: 10px;
}

.tMar10 {
  margin-top: 10px;
}

.bMar10 {
  margin-bottom: 10px;
}

.lMar15 {
  margin-left: 15px;
}

.rMar15 {
  margin-right: 15px;
}

.tMar15 {
  margin-top: 15px;
}

.bMar15 {
  margin-bottom: 15px;
}

.lMar20 {
  margin-left: 20px;
}

.rMar20 {
  margin-right: 20px;
}

.tMar20 {
  margin-top: 20px;
}

.bMar20 {
  margin-bottom: 20px;
}

.lMar30 {
  margin-left: 30px;
}

.rMar30 {
  margin-right: 30px;
}

.tMar30 {
  margin-top: 30px;
}

.bMar30 {
  margin-bottom: 30px;
}

.lMar40 {
  margin-left: 40px;
}

.rMar40 {
  margin-right: 40px;
}

.tMar40 {
  margin-top: 40px;
}

.bMar40 {
  margin-bottom: 40px;
}

.lMar60 {
  margin-left: 60px;
}

.rMar60 {
  margin-right: 60px;
}

.tMar60 {
  margin-top: 60px;
}

.bMar60 {
  margin-bottom: 60px;
}

.lMar80 {
  margin-left: 80px;
}

.rMar80 {
  margin-right: 80px;
}

.tMar80 {
  margin-top: 80px;
}

.bMar80 {
  margin-bottom: 80px;
}

.lMar100 {
  margin-left: 100px;
}

.rMar100 {
  margin-right: 100px;
}

.tMar100 {
  margin-top: 100px;
}

.bMar100 {
  margin-bottom: 100px;
}

.tMar150 {
  margin-top: 150px;
}

.bMar150 {
  margin-bottom: 150px; /* 150px */
}

@media screen and (max-width: 1259px) {
  .bMar80-lg {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .lMar60, .lMar80, .lMar100 {
    margin-left: 50px;
  }

  .rMar60, .rMar80, .rMar100 {
    margin-right: 50px;
  }

  .tMar150 {
    margin-top: 120px;
  }

  .bMar150 {
    margin-bottom: 120px;
  }

  .bMar30-md {
    margin-bottom: 30px;
  }

  .bMar40-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bMar60, .bMar80, .bMar100 {
    margin-bottom: 50px;
  }

  .tMar60, .tMar80, .tMar100 {
    margin-top: 50px;
  }

  .tMar150 {
    margin-top: 80px;
  }

  .bMar150 {
    margin-bottom: 80px;
  }

  .bMar40-sm {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .bMar30-xs {
    margin-bottom: 30px;
  }

  .bMar40-xs {
    margin-bottom: 40px;
  }
}
/* Padding */
.lPad5 {
  padding-left: 5px;
}

.rPad5 {
  padding-right: 5px;
}

.tPad5 {
  padding-top: 5px;
}

.bPad5 {
  padding-bottom: 5px;
}

.lPad10 {
  padding-left: 10px;
}

.rPad10 {
  padding-right: 10px;
}

.tPad10 {
  padding-top: 10px;
}

.bPad10 {
  padding-bottom: 10px;
}

.pad10 {
  padding: 10px;
}

.lPad15 {
  padding-left: 15px;
}

.rPad15 {
  padding-right: 15px;
}

.tPad15 {
  padding-top: 15px;
}

.bPad15 {
  padding-bottom: 15px;
}

.pad15 {
  padding: 15px;
}

.lPad20 {
  padding-left: 20px;
}

.rPad20 {
  padding-right: 20px;
}

.tPad20 {
  padding-top: 20px;
}

.bPad20 {
  padding-bottom: 20px;
}

.pad20 {
  padding: 20px;
}

.lPad30 {
  padding-left: 30px;
}

.rPad30 {
  padding-right: 30px;
}

.tPad30 {
  padding-top: 30px;
}

.bPad30 {
  padding-bottom: 30px;
}

.pad30 {
  padding: 30px;
}

.lPad40 {
  padding-left: 40px;
}

.rPad40 {
  padding-right: 40px;
}

.tPad40 {
  padding-top: 40px;
}

.bPad40 {
  padding-bottom: 40px;
}

.pad40 {
  padding: 40px;
}

.lPad60 {
  padding-left: 60px;
}

.rPad60 {
  padding-right: 60px;
}

.tPad60 {
  padding-top: 60px;
}

.bPad60 {
  padding-bottom: 60px;
}

.lPad80 {
  padding-left: 80px;
}

.rPad80 {
  padding-right: 80px;
}

.tPad80 {
  padding-top: 80px;
}

.bPad80 {
  padding-bottom: 80px;
}

.lPad100 {
  padding-left: 100px;
}

.rPad100 {
  padding-right: 100px;
}

.tPad100 {
  padding-top: 100px;
}

.bPad100 {
  padding-bottom: 100px;
}

.lPad150 {
  padding-left: 150px;
}

.rPad150 {
  padding-right: 150px;
}

.tPad150 {
  padding-top: 150px;
}

.bPad150 {
  padding-bottom: 150px;
}

@media screen and (max-width: 1259px) {
  .lPad150 {
    padding-left: 80px;
  }

  .rPad150 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .lPad60, .lPad80, .lPad100 {
    padding-left: 50px;
  }

  .rPad60, .rPad80, .rPad100 {
    padding-right: 50px;
  }

  .tPad150 {
    padding-top: 120px;
  }

  .bPad150 {
    padding-bottom: 120px;
  }

  .bPad0-md {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bPad60, .bPad80, .bPad100 {
    padding-bottom: 50px;
  }

  .tPad60, .tPad80, .tPad100 {
    padding-top: 50px;
  }

  .tPad150 {
    padding-top: 80px;
  }

  .bPad150 {
    padding-bottom: 80px;
  }

  .pad20-sm {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .lPad20-xs {
    padding-left: 20px;
  }

  .rPad0-xs {
    padding-right: 0;
  }
}
/* Colours */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.errorRed {
  color: #f33;
}

.medGrey {
  color: #b6b6b6;
}

.teal {
  color: #005F7F;
}

.blueGreen {
  color: #1D6773;
}

.blueGreen50 {
  color: rgba(29, 103, 115, 0.5);
}

/* Background Colours */
.whiteBG {
  background-color: #fff;
}

.blackBG {
  background-color: #000;
}

.offWhiteBG {
  background-color: #f5f5f5;
}

.tealBG {
  background-color: #005F7F;
}

.teal95BG {
  background-color: rgba(0, 95, 127, 0.95);
}

.blueGreenBG {
  background-color: #1D6773;
}

.darkTeal90BG {
  background-color: rgba(18, 74, 94, 0.9);
}

.lightPinkBG {
  background-color: #e4d6e8;
}

/* Borders */
.errorRedBorder {
  border-color: #f33 !important;
}

.tBorderBrightBlue {
  border-top: 1px solid #22BDCF;
}

.bBorderWhite20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Shadows */
.boxShadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

/* Typography */
html, body, h1, h2, h3, h4, h5, h6, .fontReset {
  font-size: 21px;
}

html, body {
  color: #1D6773;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2em;
}

h6+h6{ margin-top: 1em;}

p {
  line-height: 1.5em;
  margin: 0 0 1em;
}
p.lessMar {
  margin-bottom: 0.4em;
}

.sansCond {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.sansAlt {
  font-family: hvd_posterregular, Roboto, Arial, Helvetica, sans-serif;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.hugeTitle {
  font-size: 14.5vh /*104px*/;
  line-height: 0.85em;
  margin-bottom: 0 /*0.7em*/;
}
.hugeTitle.lessMar {
  margin-bottom: 0.4em;
}
.hugeTitle.lesserMar {
  margin-bottom: 0.2em;
}

.bigTitle {
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom: 1em;
}
.bigTitle.sansAlt {
  font-size: 64px;
  line-height: 1em;
}
.bigTitle.sansAlt.blogTitle {
  font-size: 80px;
}
.bigTitle.lessMar {
  margin-bottom: 0.5em;
}

.medTitle {
  font-size: 42px;
  line-height: 1.1em;
  margin-bottom: 1em;
}

.smallTitle {
  font-size: 26px;
  margin-bottom: 0.8em;
}
.resourceWrapper .smallTitle { margin-bottom: 1.4em; }
.smallerTitle {
  font-size: 21px;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

.quote {
  font-size: 28px;
}

.large {
  font-size: 23px;
}

.small {
  font-size: 18px;
}

.smaller {
  font-size: 15px;
}

.tiny {
  font-size: 14px;
}

.cmsContent h2 {
  color: #005F7F;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 1.6em 0 0.8em;
  text-transform: uppercase;
}
.cmsContent h3 {
  color: #005F7F;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 1.6em 0 0.8em;
  text-transform: uppercase;
}
.cmsContent h2:first-child {
  margin-top: 0;
}
.cmsContent.blueGreenH2 h2 {
  color: #1D6773;
}
.cmsContent ul {
  list-style: disc;
  margin-bottom: 1em;
  padding: 0 0 0 1.4em;
}
.cmsContent ul li {
  line-height: 1.5em;
  list-style: disc;
}
.cmsContent ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding: 0 0 0 1.8em;
}
.cmsContent ol li {
  line-height: 1.5em;
  list-style: decimal;
}

.twoCols {
  column-gap: 40px;
  columns: 2;
}

.infoText {
  padding-left: 80px /*48px*/;
}

@media all and (max-width:767px){ .infoText{ padding-right: 15px;} }

.infoText:before {
  background: url("images/info.svg") no-repeat;
  content: '';
  height: 28px;
  left: 25px; /*0*/
  margin-top: -14px;
  position: absolute;
  top: 0.75em;
  width: 28px;
}

.padlockText {
  padding-left: 48px;
}
.padlockText:before {
  background: url("images/unlock.svg") no-repeat;
  content: '';
  height: 31px;
  left: 0;
  margin-top: -16px;
  position: absolute;
  top: 0.75em;
  width: 26px;
}

.uppercase {
  text-transform: uppercase;
}

.leftText {
  text-align: left;
}

.rightText {
  text-align: right;
}

.centreText {
  text-align: center;
}

.font0 {
  font-size: 0;
}

@media screen and (max-width: 1259px) {
  .leftText-lg {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, .fontReset, .smallerTitle {
    font-size: 17px;
  }

  .hugeTitle {
    font-size: 58px;
    line-height: 1em;
  }

  .bigTitle {
    font-size: 36px;
  }
  .bigTitle.sansAlt {
    font-size: 50px;
  }
  .bigTitle.sansAlt.blogTitle {
    font-size: 42px;
  }
  .modal .bigTitle.sansAlt {
    font-size: 32px;
  }

  .medTitle,
  .cmsContent h2
  {
    font-size: 30px;
  }
  
  .cmsContent h3
  {
    font-size: 24px;
  }

  .smallTitle {
    font-size: 22px;
  }

  .large {
    font-size: 20px;
  }

  .small {
    font-size: 15px;
  }

  .smaller {
    font-size: 14px;
  }

  .tiny {
    font-size: 13px;
  }

  .leftText-sm {
    text-align: left;
  }
}
/* Media */
a img {
  border: 0;
}

img,
video {
  display: block;
}
img.fullWidth,
video.fullWidth {
  height: auto;
  width: 100%;
}
img.fullHeight,
video.fullHeight {
  height: 100%;
  width: auto;
}
img.maxWidth,
video.maxWidth {
  height: auto;
  max-width: 100%;
}

.bgCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgCover.left {
  background-position: left center;
}
.bgCover.right {
  background-position: right center;
}

.bgCoverJS {
  overflow: hidden;
  position: relative;
}
.bgCoverJS .bgMediaJS {
  left: 0;
  position: absolute;
  top: 0;
}

.mediaWrapper iframe,
#videoWrapper iframe {
  border: 0;
  display: block;
  width: 100%;
}

#videoWrapper iframe {
  height: 100%;
}

/* Forms */
button,
input.text,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

button {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

input.text,
textarea.textarea,
#loginform input[type="text"],
#loginform input[type="password"],
.tml input[type="text"],
.tml input[type="password"]
 {
  background: none;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 23px 20px;
  width: 100%;
}

.tml input[type="text"], input.text
#loginform input[type="text"] {
  height: 78px;
}
input.text.narrowText {
  width: 100px;
}

textarea.textarea {
  height: 198px;
  resize: none;
}

.checkboxWrapper {
  line-height: 23px;
  padding-left: 33px;
}
.checkboxWrapper input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.checkboxWrapper .checkbox {
  background: #fff;
  border-radius: 7px;
  cursor: pointer;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 23px;
}
.checkboxWrapper .checkbox.active {
  background: #fff url("images/tick.svg") center center no-repeat;
  background-size: 15px auto;
}

.fieldWrapper input.text,
.fieldWrapper textarea.textarea {
  padding-bottom: 13px;
  padding-top: 33px;
}
.fieldWrapper .placeholder {
  font-size: 20px;
  left: 20px;
  line-height: 30px;
  position: absolute;
  top: 24px;
  transition: 0.3s;
}
.fieldWrapper.active .placeholder {
  font-size: 14px;
  line-height: 20px;
  top: 12px;
}

#subscribeForm input.text {
  background: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  color: #000;
}

.submitRow {
  min-height: 78px;
}

label.error {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  input.text,
  textarea.textarea {
    border-radius: 7px;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 20px;
  }

  input.text {
    height: 56px;
  }

  textarea.textarea {
    height: 168px;
  }

  .fieldWrapper input.text,
  .fieldWrapper textarea.textarea {
    padding-bottom: 4px;
    padding-top: 22px;
  }
  .fieldWrapper .placeholder {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 14px;
  }
  .fieldWrapper.active .placeholder {
    font-size: 12px;
    line-height: 18px;
    top: 7px;
  }

  .submitRow {
    min-height: 56px;
  }
}
/* Links/Buttons */
a {
  color: #005F7F;
  text-decoration: none;
}
a.white {
  color: #fff;
}

a,
.button {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}
a.block,
.button.block {
  display: block;
}
a:hover,
.button:hover {
  opacity: 0.8;
}
#loginform input.button,
.tml button, 
.button {
  border-radius: 5px;
  display: inline-block;
  font-size: 23px;
  height: 72px;
  line-height: 78px;
  padding: 0 40px;
  text-align: center;
  white-space: nowrap;
}
.tml button, #loginform input.button { background-color:#fff; color:#005F7F; width:100%; display: block;}

.button.block {
  padding: 0 30px;
  width: 100%;
}
.button.hasArrow:before {
  background: url("images/arrow.svg") no-repeat;
  background-size: 100% 200%;
  content: '';
  display: inline-block;
  height: 17px;
  margin: 26px 15px 0 0;
  transform: rotate(-90deg);
  vertical-align: top;
  width: 17px;
}
.button.small {
  font-size: 20px;
  font-weight: 500;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
}
.button.small.hasArrow:before {
  margin-top: 19px;
}
.button.small.hasPDF:before {
  background: url("images/file-icons.svg") 0 -24px no-repeat;
  background-size: 100% 400%;
  content: '';
  display: inline-block;
  height: 24px;
  margin: 16px 15px 0 0;
  vertical-align: top;
  width: 20px;
}
.button.small.hasPlus .plus {
  content: '';
  display: inline-block;
  height: 16px;
  margin: 20px 15px 0 0;
  vertical-align: top;
  width: 16px;
}
.button.small.hasPlus .plus:before, .button.small.hasPlus .plus:after {
  content: '';
  position: absolute;
}
.button.small.hasPlus .plus:before {
  height: 2px;
  left: 0;
  right: 0;
  top: 7px;
}
.button.small.hasPlus .plus:after {
  bottom: 0;
  left: 7px;
  top: 0;
  width: 2px;
}
.button.small.hasPlus.whiteBG .plus:before, .button.small.hasPlus.whiteBG .plus:after {
  background: #005F7F;
}
.button.small.hasPlus.tealBG .plus:before, .button.small.hasPlus.tealBG .plus:after {
  background: #fff;
}
.button.whiteBG, .button.tealBorder {
  color: #005F7F;
}
.button.tealBG, .button.whiteBorder {
  color: #fff;
}
.button.whiteBorder.hasArrow:before, .button.tealBG.hasArrow:before {
  background-position: 0 -17px;
}
.button.whiteBorder, .button.tealBorder {
  line-height: 76px;
}
.button.whiteBorder.small, .button.tealBorder.small {
  line-height: 54px;
}
.button.whiteBorder.small.hasArrow:before, .button.tealBorder.small.hasArrow:before {
  margin-top: 18px;
}
.button.whiteBorder.hasArrow:before, .button.tealBorder.hasArrow:before {
  margin-top: 29px;
}
.button.whiteBorder {
  border: 1px solid #fff;
}
.button.tealBorder {
  border: 1px solid #005F7F;
}

.cmsContent h6 a {
  background: #005F7F;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap;
}
.cmsContent h6 a:before {
  background: url("images/arrow.svg") 0 -17px no-repeat;
  background-size: 100% 200%;
  content: '';
  display: inline-block;
  height: 17px;
  margin: 19px 15px 0 0;
  transform: rotate(-90deg);
  vertical-align: top;
  width: 17px;
}

.arrowLink {
  display: inline-block;
  line-height: 1.5em;
  padding-left: 27px;
}
.arrowLink:before {
  background: url("images/arrow.svg") no-repeat;
  background-size: 100% 200%;
  content: '';
  height: 17px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  width: 17px;
}

.followIcons a {
  background: url("images/follow-icons.svg") no-repeat;
  display: inline-block;
  height: 35px;
  text-indent: -9999em;
  width: 35px;
}
.followIcons a.twitter {
  background-position: 0 -35px;
}
.followIcons a.instagram {
  background-position: 0 -70px;
}
.followIcons a.youtube {
  background-position: 0 -105px;
}

.circleIcon {
  display: inline-block;
  height: 51px;
  line-height: 51px;
  padding-right: 51px;
  position: relative;
  vertical-align: top;
}
.circleIcon.hasText {
  padding-right: 71px;
}
.lightHeader .circleIcon.hasText {
  color: #fff;
}
.circleIcon:after {
  background: url("images/circle-icons.svg") no-repeat;
  content: '';
  height: 51px; /* was 51px but was showing start of next circle */
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
}
.circleIcon.header-faqs:after{ display: none; }
.lightHeader .circleIcon.login:after {
  background-position: 0 -51px;
}
.circleIcon.search:after {
  background-position: 0 -102px;
}
.circleIcon.search.whiteIcon:after {
  background-position: 0 -204px;
}
.lightHeader .circleIcon.search:after {
  background-position: 0 -153px;
}

.titleScrollDown {
  left: 0;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 5;
}
.titleScrollDown a {
  border-radius: 5px;
  display: inline-block;
  padding: 30px 40px 20px;
}
.titleScrollDown a:hover {
  opacity: 1;
}
.titleScrollDown a:after {
  background: url("images/arrow.svg") no-repeat;
  content: '';
  display: block;
  height: 17px;
  margin: 10px auto 0;
  width: 17px;
}

.playBig:after,
.playSmall:after {
  background: url("images/play-circle.svg") no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}

.playSmall:after {
  height: 50px;
  margin: -25px 0 0 -25px;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .button,
  .button.small {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
  }
  .modal .button, #subscribeForm .button, .modal
  .button.small, #subscribeForm
  .button.small {
    box-shadow: none;
  }
  .button.block,
  .button.small.block {
    padding: 0 15px;
  }
  .button.hasArrow:before,
  .button.small.hasArrow:before {
    height: 13px;
    margin-right: 10px;
    margin-top: 21px;
    width: 13px;
  }
  .button.whiteBorder.hasArrow:before, .button.tealBG.hasArrow:before,
  .button.small.whiteBorder.hasArrow:before,
  .button.small.tealBG.hasArrow:before {
    background-position: 0 -13px;
  }
  .button.whiteBorder, .button.tealBorder,
  .button.small.whiteBorder,
  .button.small.tealBorder {
    line-height: 54px;
  }
  .button.whiteBorder.hasArrow:before, .button.tealBorder.hasArrow:before,
  .button.small.whiteBorder.hasArrow:before,
  .button.small.tealBorder.hasArrow:before {
    margin-top: 20px;
  }

  .cmsContent h6 a {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    padding: 0 20px;
  }
  .cmsContent h6 a:before {
    background-position: 0 -13px;
    height: 13px;
    margin-right: 10px;
    margin-top: 21px;
    width: 13px;
  }

  .playBig:after {
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .button.whiteBorder.hasArrow.noText-xs:before, .button.tealBG.hasArrow.noText-xs:before,
  .button.small.whiteBorder.hasArrow.noText-xs:before,
  .button.small.tealBG.hasArrow.noText-xs:before {
    background-position: 0 -17px;
  }
  .button.hasArrow.noText-xs:before,
  .button.small.hasArrow.noText-xs:before {
    height: 17px;
    margin-right: 0;
    margin-top: 19px;
    width: 17px;
  }
}
/* Misc. */
.waysToSupportContent {
  height: 100%;
  padding-bottom: 76px;
}
.waysToSupportContent .button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.leftCorners {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.noRightCorners {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.noLeftCorners {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.absBox {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.circle {
  border-radius: 50%;
}

.rounded {
  border-radius: 7px;
}

.square:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.hidden {
  display: none;
}

.relative,
.onTop {
  position: relative;
}
.relative.onTop,
.onTop.onTop {
  z-index: 5;
}

.hideOverflow {
  overflow: hidden;
}

.overflowAuto {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

@media screen and (max-width: 1259px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .waysToSupportContent {
    height: auto;
    padding-bottom: 0;
  }
  .waysToSupportContent .button {
    margin-top: 10px;
    position: static;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .visible-inline-xs {
    display: inline !important;
  }
}
@media screen and (max-width: 359px) {
  .hidden-xxs {
    display: none !important;
  }

  .visible-xxs {
    display: block !important;
  }
}
/* Main */
#container {
  min-width: 320px;
}

#main {
  padding-top: 150px; /*150px*/
}

#pageBanner {
  z-index: 1;
}

#pageOverlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.textMediaContent {
  padding-bottom: 80px;
  padding-top: 80px;
}
.textMediaContent.hasWhiteBox {
  padding-left: 80px;
  padding-right: 80px;
}
.textMediaContent.leftSide {
  padding-right: 80px;
}
.textMediaContent.rightSide {
  padding-left: 80px;
}

@media screen and (max-width: 1259px) {
  #main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1023px) {
  #main {
    padding-top: 80px;
  }

  .textMediaContent {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .textMediaContent.leftSide {
    padding-right: 0;
  }
  .textMediaContent.rightSide {
    padding-left: 0;
  }
  .textMediaContent.hasWhiteBox {
    padding: 40px 30px;
  }

  #pageOverlay {
    z-index: 200;
  }
}
@media screen and (max-width: 767px) {
  .textMediaContent.hasWhiteBox {
    padding: 30px 15px;
  }
}
/* Header */
#header {
  left: 0;
  padding: 0 50px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.3s;
  z-index: 100;
}
.lightHeader #header {
  background: none;
}

#headerInner {
  height: 150px;
  padding-top: 55px;
}

#logo {
  background: url("images/logo.png") no-repeat;
  background-size: contain;
  height: 177px;
  left: -20px;
  position: absolute;
  text-indent: -9999em;
  top: 5px;
  transition: opacity 0.3s, top 0.6s;
  width: 255px;
  z-index: 15;
}

#menuIcon {
  background: #00bdd1;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  z-index: 25;
}
#menuIcon span {
  background: #fff;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  transition: 0.3s;
  width: 16px;
}
#menuIcon span.line1 {
  top: 14px;
}
#menuIcon span.line2, #menuIcon span.line3 {
  top: 19px;
}
#menuIcon span.line4 {
  top: 24px;
}
#menuIcon.active span.line1, #menuIcon.active span.line4 {
  opacity: 0;
}
#menuIcon.active span.line2, #menuIcon.active span.line3 {
  height: 3px;
  margin-left: -11px;
  width: 22px;
}
#menuIcon.active span.line2 {
  transform: rotate(45deg);
}
#menuIcon.active span.line3 {
  transform: rotate(-45deg);
}

#nav {
  z-index: 10;
}
#nav li {
  display: inline-block;
  font-size: 20px;
  margin-right: 50px;
  vertical-align: top;
}
#nav li:last-child {
  margin-right: 0;
}
#nav li a {
  border-bottom: 1px solid transparent;
  display: block;
  height: 40px;
  line-height: 39px;
}
#nav li a.active, #nav li a.underline {
  border-bottom-color: #005F7F;
  opacity: 1;
}
.lightHeader #nav li a, .lightHeader a.header-faqs {
  color: #fff;
}
.lightHeader #nav li a.active, .lightHeader #nav li a.underline, .lightHeader #nav li a:hover {
  border-bottom-color: #fff;
}

#headerRight {
  margin-top: -26px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 15;
}

.mobileNavLink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 1.3em;
}
.mobileNavLink .back {
  background: url("images/arrow.svg") 0 -17px no-repeat;
  background-size: 100% 200%;
  height: 17px;
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 0.65em;
  transform: rotate(90deg);
  width: 17px;
}

#headerScroll {
  height: 150px;
  left: 0;
  padding: 36px 150px;
  position: absolute;
  right: 0;
  top: -150px;
  transition: top 0.6s;
  z-index: 20;
}

#logoMarque {
  background: url("images/logo-marque.svg") no-repeat;
  background-size: contain;
  height: 67px;
  left: 50px;
  margin-top: -34px;
  position: absolute;
  top: 50%;
  width: 64px;
}

#backToTop {
  height: 51px;
  margin-top: -26px;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 51px;
}
#backToTop:after {
  background-image: url("images/arrow.svg");
  background-repeat: no-repeat;
  content: '';
  height: 17px;
  left: 17px;
  position: absolute;
  top: 17px;
  transform: rotate(180deg);
  background-position: 0 -17px;
  width: 17px;
}

body.scroll #logo {
  top: -182px;
}
body.scroll #headerScroll {
  top: 0;
}
/*was

@mmedia screen and ( max-width: 1259px )

*/
@media  (max-width: 1259px), ( max-height: 900px )  {
  #header {
    padding: 0 30px;
  }

  #headerInner {
    height: 110px;
    padding-top: 35px;
  }

  #main {
    padding-top: 119px; /*150px*/
  }
  #logo {
    height: 139px;
    top: -15px;
    width: 200px; /*226*/
  }

  #headerScroll {
    height: 110px;
    padding: 27px 107px;
  }
  #headerScroll .button {
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
  }
  #headerScroll .button.hasArrow:before {
    margin-top: 19px;
  }
  #headerScroll .button.tealBorder {
    line-height: 54px;
  }
  #headerScroll .button.tealBorder.hasArrow:before {
    margin-top: 18px;
  }

  #logoMarque {
    height: 50px;
    left: 30px;
    margin-top: -25px;
    width: 48px;
  }

  #backToTop {
    right: 30px;
  }

  body.scroll #logo {
    top: -157px;
  }
}
@media screen and (max-width: 1023px) {
  #headerInner {
    height: 80px;
    padding-top: 0;
  }

  #logo {
    height: 131px;
    left: -20px;
    top: -5px;
    width: 189px;
  }

  #navWrapper {
    -webkit-overflow-scrolling: touch;
    background: #005F7F;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    padding: 160px 30px 30px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
  }
  #navWrapper #nav {
    margin: auto;
    max-width: 500px;
    position: static;
    text-align: left;
  }
  #navWrapper #nav li {
    display: block;
    margin: 0 0 15px;
  }
  #navWrapper #nav li:last-child {
    margin-bottom: 0;
  }
  #navWrapper #nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    height: auto;
    line-height: 1.3em;
    padding: 0 0 15px;
    position: relative;
  }
  #navWrapper #nav li a:after {
    background: url("images/arrow.svg") 0 -17px no-repeat;
    background-size: 100% 200%;
    content: '';
    height: 17px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 0.65em;
    transform: rotate(-90deg);
    width: 17px;
  }
  #navWrapper #headerRight {
    bottom: 30px;
    left: 0;
    margin-top: 0;
    text-align: center;
    top: auto;
  }
  #navWrapper #headerRight .circleIcon {
    color: #fff;
  }
  #navWrapper #headerRight .circleIcon.login:after {
    background-position: 0 -51px;
  }
  #navWrapper #headerRight .circleIcon.search:after {
    background-position: 0 -153px;
  }

  #headerScroll {
    height: 80px;
    padding: 20px 30px;
    top: -80px;
  }
  #headerScroll .flex {
    display: block;
    font-size: 0;
  }
  #headerScroll .flex .col-6 {
    display: inline-block;
    max-width: none;
  }
  #headerScroll .flex .col-6:first-child .button {
    margin-right: 15px;
  }
  #headerScroll .button {
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  #headerScroll .button.hasArrow:before {
    height: 9px;
    margin-right: 8px;
    margin-top: 15px;
    width: 9px;
  }
  #headerScroll .button.tealBorder {
    line-height: 38px;
  }
  #headerScroll .button.tealBorder.hasArrow:before {
    margin-top: 14px;
  }
  #headerScroll .button.tealBG.hasArrow:before {
    background-position: 0 -9px;
  }

  body.scroll.mobileNavOpen #logo {
    top: -5px;
  }
  body.scroll.mobileNavOpen #headerScroll {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0 15px;
  }

  #logo {
    left: -15px;
  }

  #navWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  #headerScroll {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 359px) {
  #headerScroll .flex .col-6:first-child .button {
    margin-right: 10px;
  }
}
/* Footer */
#footer {
  margin-top: 160px;
  padding-top: 120px;
}
#footer a {
  color: #fff;
}

.footerMenu li {
  line-height: 1.5em;
  margin-bottom: 0.3em;
}

#footerLogo {
  background: url("images/logo-footer.svg") no-repeat;
  height: 67px;
  width: 171px;
}

/* Modals */
.modal {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal.navModal {
  padding-bottom: 100px;
  padding-top: 175px;
  z-index: 5;
}
.modal.pageModal {
  bottom: 0;
}
.modal#loginModal #noAccountTip {
  bottom: 50px;
  left: 50px;
  position: absolute;
}

.closeModal {
  border: 5px solid transparent;
  height: 33px;
  position: absolute;
  right: 40px;
  top: 40px;
  transform: rotate(45deg);
  width: 33px;
  z-index: 5;
}
.closeModal:before, .closeModal:after {
  background: #fff;
  content: '';
  position: absolute;
}
.closeModal:before {
  height: 3px;
  left: 0;
  right: 0;
  top: 10px;
}
.closeModal:after {
  bottom: 0;
  left: 10px;
  top: 0;
  width: 3px;
}

#videoWrapperOuter {
  max-width: 1920px;
}

@media screen and (max-width: 1259px) {
  .modal.navModal {
    padding-top: 135px;
  }

  .closeModal {
    right: 25px;
    top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.navModal {
    -webkit-overflow-scrolling: touch;
    bottom: 110px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 160px;
  }
  .modal.navModal .row {
    max-width: 560px;
  }
  .modal.navModal .inline-flex,
  .modal.navModal .flex.justify,
  .modal.navModal .button {
    display: block;
  }
  .modal.navModal .twoButtonWrapper {
    display: flex;
  }
  .modal.navModal .twoButtonWrapper .button {
    flex-grow: 1;
    padding: 0 15px;
  }
  .modal.navModal .extraButtons {
    margin-top: 0;
  }
  .modal.navModal .extraButtons .button {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .modal.pageModal .absBox, .modal#searchModal {
    padding-top: 60px;
  }
  .modal#loginModal #noAccountTip {
    margin-top: 30px;
    position: static;
  }
  .modal.navModal .row {
    max-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .closeModal {
    right: 8px;
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .quickLinksRightSide .flex-nowrap-xs:not(:last-child) {
    margin-bottom: 30px;
  }
  .quickLinksRightSide .button {
    margin: 0 20px 0 0;
  }
}
/* Graphics */
.diagonal.diagonalTL:before, .diagonal.diagonalTR:before, .diagonal.diagonalBL:after, .diagonal.diagonalBR:after {
  content: '';
  height: 200px;
  position: absolute;
  width: 200%;
  z-index: -1;
}
.diagonal.diagonalBR:after, .diagonal.diagonalTL:before {
  transform: rotate(-1deg);
}
.diagonal.diagonalBL:after, .diagonal.diagonalTR:before {
  transform: rotate(1deg);
}
.diagonal.diagonalTL:before, .diagonal.diagonalTR:before {
  top: 0;
}
.diagonal.diagonalBL:after, .diagonal.diagonalBR:after {
  bottom: 0;
}
.diagonal.diagonalTL:before, .diagonal.diagonalBL:after {
  left: 0;
}
.diagonal.diagonalTR:before, .diagonal.diagonalBR:after {
  right: 0;
}
.diagonal.diagonalTL:before {
  transform-origin: left top;
}
.diagonal.diagonalTR:before {
  transform-origin: right top;
}
.diagonal.diagonalBL:after {
  transform-origin: left bottom;
}
.diagonal.diagonalBR:after {
  transform-origin: right bottom;
}
.diagonal.whiteBG.diagonalTL:before, .diagonal.whiteBG.diagonalTR:before, .diagonal.whiteBG.diagonalBL:after, .diagonal.whiteBG.diagonalBR:after {
  background: #fff;
}
.diagonal.offWhiteBG.diagonalTL:before, .diagonal.offWhiteBG.diagonalTR:before, .diagonal.offWhiteBG.diagonalBL:after, .diagonal.offWhiteBG.diagonalBR:after {
  background: #f5f5f5;
}
.diagonal.blueGreenBG.diagonalTL:before, .diagonal.blueGreenBG.diagonalTR:before, .diagonal.blueGreenBG.diagonalBL:after, .diagonal.blueGreenBG.diagonalBR:after {
  background: #1D6773;
}
.diagonal.lightPinkBG.diagonalTL:before, .diagonal.lightPinkBG.diagonalTR:before, .diagonal.lightPinkBG.diagonalBL:after, .diagonal.lightPinkBG.diagonalBR:after {
  background: #e4d6e8;
}

.graphic {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  /* Not using this one currently */
}
.graphic:before {
  content: '';
  display: block;
}
.graphic.pinkStrip {
  background-image: url("images/graphics/pink-strip.svg");
  left: 40px;
  right: 40px;
  top: -20px;
  transform: rotate(1deg);
  z-index: -1;
}
.graphic.pinkStrip:before {
  padding-bottom: 10.49%;
}
.graphic.cutleryPink {
  background-image: url("images/graphics/cutlery-pink.png");
  width: 323px;
}
.graphic.cutleryPink:before {
  padding-bottom: 96.44%;
}
.graphic.cutleryPink.topLeft {
  left: -60px;
  top: -200px;
}
.graphic.powerPink {
  background-image: url("images/graphics/power-pink.png");
  width: 434px;
}
.graphic.powerPink:before {
  padding-bottom: 94.01%;
}
.graphic.powerPink.topLeft {
  right: 100%;
  top: -150px;
}
.graphic.powerPink.topRight {
  right: -60px;
  top: -150px;
}
.graphic.powerPink.middleRight {
  left: 100%;
  margin-left: -290px;
  margin-top: -400px;
  top: 50%;
}
.graphic.powerPink.bottomRight {
  bottom: -170px;
  right: -60px;
  z-index: 6;
}
.graphic.speakerPink {
  background-image: url("images/graphics/speaker-pink.png");
  width: 442px;
}
.graphic.speakerPink:before {
  padding-bottom: 90.05%;
}
.graphic.speakerPink.topRight {
  right: -110px;
  top: -200px;
}
.graphic.speakerGreen {
  background-image: url("images/graphics/speaker-green.png");
  width: 441px;
}
.graphic.speakerGreen:before {
  padding-bottom: 90.25%;
}
.graphic.speakerGreen.bottomRight {
  bottom: -250px;
  right: -60px;
}
.graphic.arrowsPinkTL {
  background-image: url("images/graphics/arrows-pink-tl.png");
  margin-right: -40px;
  right: 100%;
  top: -110px;
  width: 216px;
}
.graphic.arrowsPinkTL:before {
  padding-bottom: 99.26%;
}
.graphic.arrowsPinkTR {
  background-image: url("images/graphics/arrows-pink-tr.png");
  left: 100%;
  top: -120px;
  width: 202px;
}
.graphic.arrowsPinkTR:before {
  padding-bottom: 100.74%;
}
.graphic.arrowsPinkBR {
  background-image: url("images/graphics/arrows-pink-br.png");
  left: 100%;
  margin: -100px 0 0 -40px;
  top: 100%;
  width: 260px;
}
.graphic.arrowsPinkBR:before {
  padding-bottom: 94.41%;
}
.graphic.arrowsGreyTL {
  background-image: url("images/graphics/arrows-grey-tl.png");
  left: -60px;
  top: -250px;
  width: 342px;
}
.graphic.arrowsGreyTL:before {
  padding-bottom: 90.80%;
}
.graphic.sprayDripLeft {
  background-image: url("images/graphics/spray-drip-left.png");
  width: 384px;
}
.graphic.sprayDripLeft.offWhite {
  background-image: url("images/graphics/spray-drip-left-off-white.png");
}
.graphic.sprayDripLeft:before {
  padding-bottom: 81.25%;
}
.graphic.sprayDripLeft.topLeft {
  left: -150px;
  top: -225px;
}
.graphic.sprayDripLeft.topLeftAlt {
  left: -50px;
  top: -200px;
}
.graphic.sprayDripLeft.topRight {
  right: -100px;
  top: -220px;
}
.graphic.sprayDripLeft.topRightAlt {
  right: -40px;
  top: -220px;
}
.graphic.sprayDripLeft.bottomLeft {
  bottom: -200px;
  left: -140px;
  transform: rotate(10deg);
}
.graphic.sprayDripRight {
  background-image: url("images/graphics/spray-drip-right.png");
  width: 525px;
}
.graphic.sprayDripRight.offWhite {
  background-image: url("images/graphics/spray-drip-right-off-white.png");
}
.graphic.sprayDripRight:before {
  padding-bottom: 82.95%;
}
.graphic.sprayBlob {
  background-image: url("images/graphics/spray-blob.png");
  width: 364px;
}
.graphic.sprayBlob.offWhite {
  background-image: url("images/graphics/spray-blog-off-white.png");
}
.graphic.sprayBlob:before {
  padding-bottom: 78.57%;
}
.graphic.sprayBlob.topRight {
  right: -150px;
  top: -180px;
}
.graphic.sprayBlob.bottomRight {
  bottom: -180px;
  right: -150px;
}

.imageBG:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  position: absolute;
}
.imageBG.pink1:before, .imageBG.pink2:before, .imageBG.pink3:before, .imageBG.green:before {
  bottom: -15px;
  top: -15px;
}
.imageBG.pink1.expandLeft:before, .imageBG.pink2.expandLeft:before, .imageBG.pink3.expandLeft:before, .imageBG.green.expandLeft:before {
  left: -15px;
  right: -3px;
}
.imageBG.pink1.expandRight:before, .imageBG.pink2.expandRight:before, .imageBG.pink3.expandRight:before, .imageBG.green.expandRight:before {
  left: -3px;
  right: -15px;
}
.imageBG.pink1.expandBoth:before, .imageBG.pink2.expandBoth:before, .imageBG.pink3.expandBoth:before, .imageBG.green.expandBoth:before {
  left: -10px;
  right: -10px;
}
.imageBG#blogHeaderImage:before {
  bottom: -30px;
  left: -30px;
  right: -30px;
  top: -30px;
}
.imageBG.pink1:before {
  background-image: url("images/graphics/media-bg-pink.svg");
}
.imageBG.pink2:before {
  background-image: url("images/graphics/media-bg-pink-2.svg");
}
.imageBG.pink3:before {
  background-image: url("images/graphics/media-bg-pink-3.svg");
}
.imageBG.green:before {
  background-image: url("images/graphics/media-bg-green.svg");
}
.imageBG.teal, .imageBG.brightBlue {
  padding: 0 40px;
}
.imageBG.teal:before, .imageBG.brightBlue:before {
  bottom: -100px;
  left: -40px;
  right: -40px;
  top: -100px;
}
.imageBG.teal:before {
  background-image: url("images/graphics/media-bg-teal.svg");
}
.imageBG.brightBlue:before {
  background-image: url("images/graphics/media-bg-bright-blue.svg");
}

@media screen and (max-width: 1023px) {
  .graphic.arrowsGreyTL {
    left: -30px;
    top: -140px;
    width: 171px;
  }
  .graphic.static-md {
    margin: auto;
    max-width: 300px;
    position: static;
    width: 100%;
  }

  .imageBG.teal, .imageBG.brightBlue {
    padding: 0;
  }
  .imageBG.teal:before, .imageBG.brightBlue:before {
    bottom: -60px;
    left: -60px;
    right: -60px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .graphic.arrowsPinkTL {
    background-image: url("images/graphics/arrows-pink-tr.png");
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    right: auto;
    width: 160px;
  }
  .graphic.pinkStrip {
    left: 20px;
    right: 20px;
  }

  .imageBG.teal:before, .imageBG.brightBlue:before {
    bottom: -30px;
    left: -30px;
    right: -30px;
    top: -30px;
  }
  .imageBG#blogHeaderImage:before {
    bottom: -20px;
    left: -15px;
    right: -15px;
    top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .graphic.sprayDripLeft.topRight {
    right: -250px;
  }
}
.bigStatNumbers {
  opacity: 0;
  transition: opacity 0.3s;
}

.flip-clock-wrapper * {
  backface-visibility: hidden;
}
.flip-clock-wrapper ul {
  display: inline-block;
  font-size: 120px;
  height: 140px;
  margin-right: 10px;
  position: relative;
  width: 95px;
}
/*.flip-clock-wrapper ul:nth-last-child(3n+4) {  margin-right: 20px;}*/
.flip-clock-wrapper ul li {
  bottom: 0;
  left: 0;
  line-height: 140px;
  position: absolute;
  right: 0;
  top: 0;
}
.flip-clock-wrapper ul li a {
  color: #fff;
  cursor: default;
  display: block;
  height: 100%;
  perspective: 200px;
}
.flip-clock-wrapper ul li a:hover {
  opacity: 1;
}
.flip-clock-wrapper ul li a div {
  height: 50%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.flip-clock-wrapper ul li a div.up {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  top: 0;
  transform-origin: 50% 100%;
}
.flip-clock-wrapper ul li a div.up:after {
  background: #fff;
  content: '';
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  transform-origin: 50% 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul li a div div.inn {
  border-radius: 4px;
  height: 200%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.flip-clock-wrapper ul li a div div.inn:before, .flip-clock-wrapper ul li a div div.inn:after {
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.flip-clock-wrapper ul li a div div.inn:before {
  background: #4d8fa5;
  top: 0;
}
.flip-clock-wrapper ul li a div div.inn:after {
  background: #1D6773;
  bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 2;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  animation: turnTop 0.3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: restack 0.01s 0.3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  animation: turnBottom 0.3s 0.3s linear both;
}

@keyframes restack {
  0% {
    z-index: 1;
  }
  100% {
    z-index: 3;
  }
}
@keyframes turnBottom {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes turnTop {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@media screen and (max-width: 599px) {
  .flip-clock-wrapper ul {
    font-size: 60px;
    height: 70px;
    margin-right: 3px;
    width: 50px;
  }
  .flip-clock-wrapper ul:nth-last-child(3n+4) {
    margin-right: 3px;
  }
  .flip-clock-wrapper ul li {
    line-height: 70px;
  }
}
/* Page Header */
#pageHeader {
  padding-top: 120px;
}
#pageHeader #pageHeaderTop {
  padding-bottom: 80px;
}
#pageHeader #pageHeaderTop.noBannerImage {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #pageHeader {
    padding-top: 80px;
  }
  #pageHeader #pageHeaderTop.noBannerImage {
    padding-bottom: 80px;
  }
}
/* Slideshows */
.homeSlideshow .slideshow {
  min-height: 100vh;
}
.slideshow:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 95, 127, 0));
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.slideshow .slide {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.featureSlideshowText {
  padding: 200px 0;
}
.homeSlideshow .featureSlideshowText {
  padding: 300px 0;
}
.featureSlideshowText .hugeTitle {
  text-shadow: 2px 2px 19px #000;
}

.slideshowArrow {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 26px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  width: 26px;
  z-index: 10;
}
.slideshowArrow.prevArrow {
  left: 50px;
  transform: rotate(135deg);
}
.slideshowArrow.nextArrow {
  right: 50px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1259px) {
  .slideshowArrow.prevArrow {
    left: 30px;
  }
  .slideshowArrow.nextArrow {
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .featureSlideshowText {
    padding: 150px 0 80px;
  }
  .homeSlideshow .featureSlideshowText {
    padding: 250px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .homeSlideshow .featureSlideshowText {
    padding-top: 200px;
  }
}
/* Stats */
.schoolsCounterBlock .bigTitle {
  display: inline-block;
}

.smallStatNumbers {
  display: inline-block;
  white-space: nowrap;
}
.smallStatNumbers .number {
  display: inline-block;
  font-size: 60px;
  height: 70px;
  line-height: 70px;
  margin-right: 3px;
  padding: 0 8px;
  vertical-align: top;
}
/*.smallStatNumbers .number:nth-last-child(3n+4) {  margin-right: 10px; }*/
.smallStatNumbers .number:before, .smallStatNumbers .number:after {
  content: '';
  left: 0;
  position: absolute;
  right: 0;
}
.smallStatNumbers .number:before {
  background: rgba(29, 103, 115, 0.7);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  bottom: 50%;
  margin-bottom: 1px;
  top: 0;
}
.smallStatNumbers .number:after {
  background: #1D6773;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  bottom: 0;
  top: 50%;
}

@media screen and (max-width: 1259px) {
  .schoolsCounterBlock {
    margin: auto;
    max-width: 550px;
  }
  .schoolsCounterBlock .bigTitle {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .smallStatNumbers .number {
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    padding: 0 6px;
  }
  .smallStatNumbers .number:nth-last-child(3n+4) {
    margin-right: 8px;
  }
}
/* FAQs */
.faqWrapper .accordionLink {
  padding: 20px 20px 20px 80px;
}
.faqWrapper .accordionLink:before {
  border-bottom: 2px solid #A00099;
  border-right: 2px solid #A00099;
  content: '';
  height: 12px;
  left: 40px;
  margin-top: -8px;
  position: absolute;
  top: calc(0.7em + 20px);
  transform: rotate(45deg);
  transition: 0.3s;
  width: 12px;
}
.faqWrapper.active .accordionLink:before {
  margin-top: -3px;
  transform: rotate(225deg);
}
.faqWrapper .accordionContent {
  padding: 0 30px 20px 80px;
}

@media screen and (max-width: 767px) {
  .faqWrapper .accordionLink {
    padding: 15px 15px 15px 50px;
  }
  .faqWrapper .accordionLink:before {
    left: 20px;
    top: calc(0.7em + 15px);
  }
  .faqWrapper .accordionContent {
    padding: 0 15px 10px 50px;
  }
}
/* Resources */
.resourceWrapper .accordionLink .icon {
  flex: 0 0 50px;
  height: 50px;
  width: 50px;
}
.resourceWrapper .accordionLink .icon:before {
  border-bottom: 2px solid #005F7F;
  border-right: 2px solid #005F7F;
  content: '';
  height: 12px;
  left: 19px;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 12px;
}
.resourceWrapper.active .accordionLink .icon:before {
  top: 22px;
  transform: rotate(225deg);
}

.documentTitle.document {
  min-height: 29px;
  padding-right: 39px;
}
.documentTitle.document .fileIcon {
  background: url("images/file-icons.svg") 0 -58px no-repeat;
  background-size: 100% 400%;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.documentTitle.document .fileIcon.pdf {
  background-position: 0 0;
}
.documentTitle.document .fileIcon.audio {
  background-position: 50% 50%;
  background-image: url(images/icon-speaker.svg); background-size:contain;
}
.documentTitle.video {
  min-height: 27px;
  padding-right: 45px;
}
.documentTitle.video .playTriangle {
  background: url("images/play-triangle.svg") no-repeat;
  background-size: 100% 200%;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}

.documentTitle.document .fileIcon.audio {
  background: url(images/icon-speaker.svg) 50% 50% no-repeat;
  background-size: contain;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}


.gridWrapper .grid {
  margin-right: -30px;
}
.gridWrapper .item,
.gridWrapper .grid-sizer {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .gridWrapper .grid {
    margin-right: 0;
  }
  .gridWrapper .item,
  .gridWrapper .grid-sizer {
    width: 100%;
  }
  .gridWrapper .item {
    padding-right: 0;
  }
}
/* Search */
#headerSearchForm .fieldWrapper input#headerSearchInput {
  border-width: 2px;
  padding: 32px 30px 12px;
}
#headerSearchForm .fieldWrapper .placeholder {
  left: 30px;
}

#searchResultsWrapper {
  bottom: 80px;
  left: 0;
  position: fixed;
  right: 0;
  top: 188px;
}
#searchResultsWrapper .row {
  height: 100%;
}
#searchResultsWrapper #searchResults {
  border-radius: 12px;
  max-height: 100%;
}

.searchResult {
  padding: 30px;
}
.searchResult .icon {
  flex: 0 0 50px;
  height: 50px;
  width: 50px;
}
.searchResult .icon:before {
  border-bottom: 2px solid #005F7F;
  border-right: 2px solid #005F7F;
  content: '';
  height: 12px;
  left: 18px;
  position: absolute;
  top: 19px;
  transform: rotate(-45deg);
  width: 12px;
}

@media screen and (max-width: 767px) {
  #headerSearchForm .fieldWrapper input#headerSearchInput {
    border-width: 1px;
    padding: 22px 20px 4px;
  }
  #headerSearchForm .fieldWrapper .placeholder {
    left: 20px;
  }

  #searchResultsWrapper {
    bottom: 30px;
    top: 146px;
  }
}
@media screen and (max-width: 599px) {
  .searchResult {
    padding: 20px 15px;
  }
  .searchResult .icon {
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
  }
  .searchResult .icon:before {
    content: '';
    height: 10px;
    left: 9px;
    top: 10px;
    width: 10px;
  }
}
/* Homepage */
.home #main {
  padding-top: 0;
}

/* Blog */
#blogHeaderImage {
  margin-top: -80px;
}

.quoteBox {
  background: url("images/graphics/quote-bg.svg") no-repeat;
  background-size: 100% 100%;
  padding: 50px 40px;
}
.quoteBox:before {
  background: url("images/quote.svg") no-repeat;
  content: '';
  height: 39px;
  left: 40px;
  position: absolute;
  top: -5px;
  width: 55px;
}

#shareWrapper {
  left: 0;
  position: absolute;
  top: 0;
}
#shareWrapper .at-icon-wrapper {
  background: url("images/share-icons.svg") no-repeat !important;
  border-radius: 0 !important;
  display: block;
  height: 55px;
  margin: 0 auto 20px !important;
  padding: 0 !important;
  top: 0 !important;
  transform: none !important;
  width: 55px;
}
#shareWrapper .at-icon-wrapper.at-svc-twitter {
  background-position: 0 -55px !important;
}
#shareWrapper .at-icon-wrapper span {
  display: none !important;
}

.postContent {
  min-height: 100%;
}

@media screen and (max-width: 1023px) {
  #shareWrapper {
    margin: 0 auto 30px;
    max-width: 750px;
    padding-left: 60px;
    position: relative;
    text-align: left;
  }
  #shareWrapper .shareLabel {
    left: 0;
    line-height: 55px;
    position: absolute;
    top: 0;
  }
  #shareWrapper .at-icon-wrapper {
    display: inline-block;
    margin: 0 20px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #blogHeaderImage {
    margin-top: -40px;
  }

  .modulePost .whiteBG {
    padding: 15px;
  }
  .modulePost .smallerTitle {
    font-size: 22px;
  }
}


a.back-to-top { background-color:#00bdd1;}


.pea_cook_wrapper {
  max-width: 270px !important;
  padding: 15px !important;
  text-align: left !important;
  border-radius: 0 !important;
}
@media all and (max-width: 500px) {
  .pea_cook_wrapper {
    max-width:100% !important;
    right:0 !important;
    margin-left:0 !important;
    bottom: 0 !important
  }
}
.pea_cook_wrapper p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

button.pea_cook_btn {
  display: block;
  margin: 10px 0 0 0 !important;;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: 'Roboto' !important;
  background-color:#00bdd1 !important;
  border: none !important;
  color:#fff !important;
  font-weight: 400 !important;
  width: 50px !important;
}

.tml-submit-wrap { text-align: center;}

.tml-rememberme-wrap {  }
.tml-rememberme-wrap +.tml-submit-wrap {}

div.hidden_elements {
	height: 0;
	overflow: hidden !important;
}











.plastic-free__map__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 4rem; }
  .plastic-free__map__wrapper .info-window__title {
    color: #a5218d;
    font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
    padding-bottom: 13px; }
  .plastic-free__map__wrapper.loading:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }

.plastic-free__map__filters {
  position: absolute;
  background: url("images/pfc-map/backgrounds/map-filter-box.svg") center center no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 3em;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
  padding: 3em 1em 2em; }
  .plastic-free__map__filters input{
	      background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 18px !important;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
  }
  .plastic-free__map__filters h4 {
    color: #575757;
    font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
  .plastic-free__map__filters label {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 2em 0 2.5em;
    position: relative;
    min-height: 2em;
    line-height: 1.2; }
    .plastic-free__map__filters label:after {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      border: 1px solid #575757;
      width: 2em;
      height: 2em; 
	  display: none;
	  }
  .plastic-free__map__filters input:checked + label:after {
    border: 1px solid #575757;
    background: url(images/pfc-map/icon-tick.svg) center center no-repeat; }
  .plastic-free__map__filters input[type="checkbox"] {
    display: none; }
  .plastic-free__map__filters .icon {
    width: 1.5em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%); }
  .plastic-free__map__filters .input-wrap {
    position: relative; }
    .plastic-free__map__filters .input-wrap .icon {
      right: 0.4em;
      left: auto;
      transform: translateY(-50%);
      width: 1.7em; }
  .plastic-free__map__filters select {
    width: 100%;
    margin-top: 2rem;
    height: 3.5em;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("images/pfc-map/icon-select-arrow.svg") right 5px top 50% no-repeat;
    background-size: 2em; }
  .plastic-free__map__filters .list {
    width: 100%; }

.plastic-free__map {
  min-height: 550px;
  height: 70vh;
  width: 100%;
  position: relative; }
  .plastic-free__map:before {
    content: "";
    background: url("images/pfc-map/backgrounds/map-top-grey.svg") top center no-repeat;
    height: 40px;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1; }

.info-window__wrapper {
  padding: 2em 0 1em 2em; }

.info-window__content {
  font-size: 16px; 
  overflow-wrap: break-word;
}
.info-window__content p{
 margin-bottom:0; color:#000; 
}
.info-window__content p span { font-size: 16px !important; }
  
  .info-window__content .btn, .info-window__content .btn-rounded, .info-window__content .btn-block, .info-window__content .button, .info-window__content #postcode_lookup #getaddress_button, #postcode_lookup .info-window__content #getaddress_button, .info-window__content #postcode_lookup_billing #getaddress_button, #postcode_lookup_billing .info-window__content #getaddress_button,
  .info-window__content #postcode_lookup_shipping #getaddress_button,
  #postcode_lookup_shipping .info-window__content #getaddress_button {
    border-radius: 0.8rem;
    color: white;
    background: #00a0c6;
    font-size: 2rem;
    padding: 0.6rem 4rem 0.5rem;
    cursor: pointer; }
    .info-window__content .btn:hover, .info-window__content .btn-rounded:hover, .info-window__content .btn-block:hover, .info-window__content .button:hover, .info-window__content #postcode_lookup #getaddress_button:hover, #postcode_lookup .info-window__content #getaddress_button:hover, .info-window__content #postcode_lookup_billing #getaddress_button:hover, #postcode_lookup_billing .info-window__content #getaddress_button:hover,
    .info-window__content #postcode_lookup_shipping #getaddress_button:hover,
    #postcode_lookup_shipping .info-window__content #getaddress_button:hover {
      color: white;
      box-shadow: none;
      background: rgba(0, 160, 198, 0.8); }
  .info-window__content .btn.color2, .info-window__content .color2.btn-rounded, .info-window__content .color2.btn-block, .info-window__content .color2.button, .info-window__content #postcode_lookup .color2#getaddress_button, #postcode_lookup .info-window__content .color2#getaddress_button, .info-window__content #postcode_lookup_billing .color2#getaddress_button, #postcode_lookup_billing .info-window__content .color2#getaddress_button,
  .info-window__content #postcode_lookup_shipping .color2#getaddress_button,
  #postcode_lookup_shipping .info-window__content .color2#getaddress_button {
    color: white;
    background: #a5218d; }

@media screen and (max-width: 767px) {
  .plastic-free__map__filters {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background-image: url("images/pfc-map/backgrounds/map-filter-box-outline.svg");
    margin: 0 3rem;
    width: auto;
    max-width: 100%; } }


.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(images/icons/icon-shield.svg) center center no-repeat;
  background-size: 100%; }

.icon--search {
  background-image: url(images/pfc-map/icon-search.svg); background-size: 24px;
  }
  

.icon--map-marker {
  background-image: url(images/pfc-map/icon-map-pin-green.svg);
  width: 1em;
  height: 1.5em; }

.icon--map-marker--alt {
  background-image: url(images/pfc-map/icon-map-pin-pink.svg);
  width: 1em;
  height: 1.33333em; }




.page-template-template-modular-pfc-map #pageHeader.bMar150 { margin-bottom: 0 !important; }



img.alignleft { float: left; margin: 0 1em 1em 0;}
img.alignright { float: right; margin: 0 0 1em 1em;}


.twitter-tweet { margin-left: auto; margin-right: auto; }

.button.large.white { background-color:#fff !important;}




.page-template-signup-beach-clean .sas-task .inner,
.page-template-signup-clean-audit .sas-task .inner
 { max-width: 800px;}
 
 
 
 .button.hasArrow.back:before {
	 transform: rotate(90deg);
 }
 
 
 
 
 
body.single-nursery .cmsContent img ,
body.single-primary .cmsContent img ,
body.single-secondary .cmsContent img ,
body.single-nursery_expansion .cmsContent img ,
body.single-primary_expansion .cmsContent img ,
body.single-secondary_expansion .cmsContent img { width: 100%; height: auto;}
 


.row.full_width{ padding-left: 0; padding-right:0; max-width:100% !important; }
.row.full_width .maxWidth750{ max-width:100% !important;}

.row.full_width .holder{
		width: 100%;

		position: relative;
		/*
		top: 50%;
		transform: translateY(-50%);		
		*/
	}


@media all and (min-width: 800px) {

	.row.full_width .holder{
				display: grid;
			grid-template-columns: 4fr 1fr;
		
	}

	
}

.border-link { border-bottom: 1px solid; }
